#QckContact form .btn:hover {
    background: #fff;
    color: #000;
  }
  
  #career {
    z-index: 9999;
  }
  
  #career .modal-dialog {
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  
  @media only screen and (min-width: 992px) {
    #career .modal-dialog {
      max-width: 800px;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    #career .modal-dialog {
      max-width: 900px;
    }
  }
  
  #career .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    padding: 0;
  }
  
  #career .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0;
    position: relative;
  }
  
  #career .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 18px;
    height: 12px;
    width: 12px;
    top: 18px;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
  }
  
  #career .modal-dialog .modal-content .modal-header .close svg {
    max-width: 12px;
    min-width: 12px;
    fill: #005da9;
  }
  
  #career .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  
  #career .modal-dialog .modal-content .modal-body .flxbx {
    border-bottom: solid 6px #005da9;
    display: flex;
  }
  
  @media only screen and (max-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx {
      flex-wrap: wrap;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body .flxbx .dBx {
    width: 100%;
  }
  
  @media only screen and (min-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx {
      width: calc(100% / 2);
    }
  }
  
  #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
    padding: 25px 15px;
  }
  
  @media only screen and (min-width: 576px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
      padding: 25px 25px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
      padding: 30px 30px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
      padding: 30px 40px;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
      padding: 60px 60px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.lftBx {
      order: 1;
    }
  }
  
  @media only screen and (max-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.imgBx {
      display: none;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body .flxbx .dBx.imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .flxbx .dBx.imgBx {
      order: 0;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body .title {
    font-weight: 900;
    color: #005da9;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  
  @media only screen and (min-width: 576px) {
    #career .modal-dialog .modal-content .modal-body .title {
      font-size: 28px;
      line-height: 33px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #career .modal-dialog .modal-content .modal-body .title {
      font-size: 32px;
      line-height: 40px;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    #career .modal-dialog .modal-content .modal-body .title {
      font-size: 40px;
      line-height: 49px;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body .title span {
    font-weight: bold;
    font-size: 20px;
  }
  
  @media only screen and (min-width: 576px) {
    #career .modal-dialog .modal-content .modal-body .title span {
      font-size: 22px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #career .modal-dialog .modal-content .modal-body .title span {
      font-size: 26px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #career .modal-dialog .modal-content .modal-body .title span {
      font-size: 30px;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body form .form-group {
    margin-bottom: 15px;
  }
  
  @media only screen and (min-width: 576px) {
    #career .modal-dialog .modal-content .modal-body form .form-group {
      margin-bottom: 25px;
    }
  }
  
  #career
    .modal-dialog
    .modal-content
    .modal-body
    form
    .form-group
    .form-control {
    min-height: 45px;
    border: none;
    border-bottom: solid 1px rgba(82, 82, 82, 0.33);
    padding: 17px 0;
    outline: none;
    box-shadow: none;
    color: #525252;
    font-weight: 300;
    border-radius: 0;
    font-size: 12px;
  }
  
  @media only screen and (min-width: 768px) {
    #career
      .modal-dialog
      .modal-content
      .modal-body
      form
      .form-group
      .form-control {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #career
      .modal-dialog
      .modal-content
      .modal-body
      form
      .form-group
      .form-control {
      font-size: 16px;
    }
  }
  
  #career
    .modal-dialog
    .modal-content
    .modal-body
    form
    .form-group
    .form-control::placeholder {
    color: #525252;
    font-weight: 300;
    font-size: 12px;
  }
  
  @media only screen and (min-width: 768px) {
    #career
      .modal-dialog
      .modal-content
      .modal-body
      form
      .form-group
      .form-control::placeholder {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #career
      .modal-dialog
      .modal-content
      .modal-body
      form
      .form-group
      .form-control::placeholder {
      font-size: 16px;
    }
  }
  
  #career
    .modal-dialog
    .modal-content
    .modal-body
    form
    .form-group
    .form-control:-webkit-autofill,
  #career
    .modal-dialog
    .modal-content
    .modal-body
    form
    .form-group
    .form-control:-webkit-autofill:hover,
  #career
    .modal-dialog
    .modal-content
    .modal-body
    form
    .form-group
    .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #525252;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
  }
  
  #career .modal-dialog .modal-content .modal-body form .send {
    margin-top: 38px;
    background: #005da9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    font-weight: 400;
    margin-top: 15px;
    transition: 0.4s all;
    font-size: 14px;
    width: 155px;
    height: 40px;
  }
  
  @media only screen and (min-width: 576px) {
    #career .modal-dialog .modal-content .modal-body form .send {
      width: 155px;
      height: 50px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #career .modal-dialog .modal-content .modal-body form .send {
      font-size: 16px;
    }
  }
  
  #career .modal-dialog .modal-content .modal-body form .send:hover {
    background: #000;
  }
  
  #blogDtl .gallerySec {
    padding: 15px 0;
  }
  
  #blogDtl .gallerySec .row > * {
    padding: 5px;
  }
  
  #blogDtl .gallerySec .imgBx {
    width: 100%;
    height: 180px;
  }
  
  #blogDtl .gallerySec .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #blogDtl .gallerySec .title {
    color: rgb(0 93 169);
    margin-bottom: 15px;
    line-height: normal;
    font-size: 22px;
  }
  
  @media only screen and (min-width: 468px) {
    #blogDtl .gallerySec .title {
      font-size: 28px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #blogDtl .gallerySec .title {
      font-size: 28px;
    }
    #blogDtl .gallerySec .row > * {
      padding: 10px;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    #blogDtl .gallerySec .title {
      font-size: 30px;
    }
  }
  
  .homePage #youtube {
    background-image: url("../images/banner9.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
  }
  
  @media only screen and (min-width: 1441px) {
    .homePage #youtube {
      padding: 50px 0;
    }
  }
  
  #youtube .Head {
    color: #fff;
  }
  
  #youtube .item iframe {
    width: 100%;
    height: 290px;
  }
  #youtube .owl-nav {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    #youtube .owl-nav {
      display: block;
    }
  }
  #youtube .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s all;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px; 
    width: 25px;
    height: 25px;
    outline: 0;
    box-shadow: none;
  }
  @media only screen and (min-width: 768px) {
    #youtube .owl-nav button {
      width: 35px;
      height: 35px;
    }
  }
  #youtube .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease-in-out 0s;
    margin: auto;
    font-size: 0;
    background: url("../images/arrow.svg") no-repeat center;
    background-size: contain;
    width: 7px;
    height: 15px;
    filter: brightness(22);
  }
  @media only screen and (min-width: 992px) {
    #youtube .owl-nav button span {
      width: 20px;
      height: 20px;
    }
  }
  #youtube .owl-nav button.owl-prev {
    left: -30px;
    transform: rotate(-180deg);
  }
  @media only screen and (min-width: 768px) {
    #youtube .owl-nav button.owl-prev {
      left: -50px;
    }
  }
  #youtube .owl-nav button.owl-next {
    right: -30px;
  }
  @media only screen and (min-width: 768px) {
    #youtube .owl-nav button.owl-next {
      right: -50px;
    }
  }
  
  
  #blogDtl .BlogHeader .BlogHead{
      text-transform: none;
  }
  #blogDtl .blogCntnt ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
#blogDtl table{
      font-size: 15px;
    line-height: 26px;
    border: 1px solid #dee2e6;
    margin: 25px 0 25px;
    color: #212529;
    vertical-align: top;
    width: 100%;
  }
#blogDtl table>thead {
    vertical-align: bottom;
}

#blogDtl table>:not(:last-child)>:last-child>* {
       background: #f1f1f1;
}
#blogDtl table>tbody {
    vertical-align: inherit;
}
#blogDtl table>:not(caption)>*>* {
      padding: 0.5rem 0.5rem;
    border: 1px solid #dee2e6;
}



/*new css*/

.new_whatsapp_icons:hover{color:white !important;}
.new_whatsapp_icons{
    position:fixed !important;
      width: 50px !important;
    height: 50px !important;
    bottom:-180px !important;
    right:20px !important;
    background-color:#25D366 !important;
    color:#FFF !important;
    border-radius:50px !important;
    text-align:center !important;
  font-size:42px !important;
    box-shadow: 2px 2px 3px #999 !important;
  z-index:9999999 !important;
}
.study-abr-link-li:hover{padding-left:0 !important;}

  @media only screen and (max-width: 768px) {
      
   .new_whatsapp_icons{right:5px !important;bottom:-200px !important;}
      
   a.whatapp{width: 60px !important;
    height: 60px !important;}  
    
     a.whatapp svg {
    width: 40px !important;
    height: 35px !important;
}
  }
  