.body-div {
    max-width: 1600px;
    margin: auto;
}
.logo {
    height: 50px;
    margin-left: 25px;
    margin-right: 90px;
} 
@media (max-width:1242px) {
    .logo {
        margin-right: 10px;
    }
}
@media (max-width:414px) {
    .logo {
        margin-left: 7px !important;
        margin-right: 0px !important;
        width: 250px !important;
    }
}
@media (max-width:360px) {
    .logo {
        margin-left: 2px !important;
        margin-right: 0px !important;
        width: 250px !important;
    }
    .navbar-toggler{
        width: 45px !important;
        font-size: 1.2rem !important;
        padding: 0em !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width:320px) {
    .logo {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 228px !important;
    }
    .navbar-toggler{
        width: 35px !important;
        font-size: 1em !important;
        padding: 0em !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler:active {
    border: 2px solid #23ABE2 !important;
}
nav {
    width: 100% !important;
    border-bottom: 2px solid rgb(202, 201, 201);
}
@media screen and (max-width:1125px) {
    .navbar {
        font-size: 13px;
    }    
}
.search-button {
    background-color: #23ABE2 !important;
    color: white !important;
    border: 2px solid #23ABE2;
    margin-right: 50px !important;
    width: auto !important;
}
@media (width:1024px) {
    .search-button{
        font-size: small !important;
        margin-left: 50px !important;
    }
    .nav-item {
        margin-left: -10px !important;
        letter-spacing: 0;
    }
}
.search-button:hover {
    background-color: #23abe2;
    color: white;
    border: 1px solid rgb(209, 209, 209);
    box-shadow: 3px 3px 3px #23ace2b2;
}

@media (max-width:1050px) {
    .search-button{
        /* width: 100px !important; */
        font-size: 10px !important;
        margin-right: 5px !important;
        letter-spacing: 0 !important;
    }
    
}
@media (max-width:986px) {
    .search-button{
        width: 170px !important;
        font-size: 13px !important;
        margin-right: 5px;
        letter-spacing: 0;
    }
    
}
.nav-item {
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 1px;
}
@media (max-width:1050px){
    .nav-item{
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 0;
}
}
@media (max-width:1298px){
    .nav-item{
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0;
}
}
@media (max-width:1155px){
    .nav-item{
    margin-left: 1px;
    margin-right: 1px;
    letter-spacing: 0;
    font-size: small;
}
}



.dropbtn {
    background-color: transparent !important ;
    /* padding: 16px;
    font-size: 16px; */
    border: none;
  }
  .drop-items:hover {
    color: #23ABE2;
    border-left: 6px solid #23ABE2;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafbfd;
  min-width: 160px;
  width: 200px;
  margin: auto !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }
 
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
      background-color: none;
    }
*{
    font-family: "sans-pro";
    margin: 0 0 0 0;
    padding: 0 0 0;
}
.navbar {
    background-color: #fafbfd !important ;
}
@media (min-width:1024px) {
    .navbar {
        height: 110px;
    }
}
.nav-link, .dropbtn {
    color: black !important;
    font-weight: 600;
    font-family: "sans-pro";
}
@font-face {
    font-family: "sans-pro";
    src: url(../../fonts/SourceSansPro-Regular.ttf);
}
.nav-link:hover {
    font-weight: bold;
    color: #23ABE2 !important;
    border-bottom: 2px solid #23ABE2;
}


.footer {
    background: #242424;
    padding-top: 70px;
    padding-bottom: 0;
    width: 100%;
    font-size: larger;
    letter-spacing: 0.5px;
    
}
.menu {
    margin-top: 13px;
}
@media (max-width:414px) {
    .footer__widget {
        position: relative;
        bottom: 55px;
    }
    .fa-facebook-official ,.fa-instagram ,.fa-twitter-square {
        margin-bottom: 0px !important;
    }
}
.footer__widget a {
    font-size: 15px !important;
}
.copyright-row {
    background-color: #23ABE2;
    padding-left: 8% ;
    padding-top: 8px;
}
.footer li,.footer a,.footer_copyright_text {
    color: white !important;
}
.fa-facebook-official ,.fa-instagram ,.fa-twitter-square {
    font-size: 34px !important;
    color: #23ABE2 !important;
    margin: 10px 3px 0 2px;
}
.fa-facebook-official:hover ,.fa-instagram:hover ,.fa-twitter-square:hover {
    color: white !important;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px)
.col-sm-6 {
    
    flex: 0 0 50%;
    max-width: 50%;
}
.footer__about {
    margin-bottom: 30px;
}
.footer_about_logo a {
    display: inline-block;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
ul, ol {
    padding: 0;
    margin: 0;
}
.footer__about ul li {
    position: relative;
    bottom: 52px;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    list-style: none;
}
@media (min-width: 576px)
.col-sm-6 {
    
    flex: 0 0 50%;
    max-width: 50%;
}
.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}
.footer__widget a:hover{
    border-bottom: 1px solid #23ABE2;
border-bottom-width:2px  ;
}
.footer__widget h6 {
    color: #000000;
    font-weight: 700;
    /* margin-bottom: 10px; */
}
.footer__widget ul {
    width: 50%;
    float: left;
}
.footer__widget ul li {
    list-style: none;


}
.footer__widget ul li a {
    color: #070707;
    font-size: 14px;
    line-height: 32px;
}
@media (max-width:485px) {
    footer {
        padding-left: 20px;
    }
    
}
a {
    text-decoration: none;
    background-color: transparent;
}

form {
    display: block;
    margin-top: 0em;
}
.footer__widget form input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    color: #1c1c1c;
    height: 46px;
    border: 1px solid #ededed;
}
button, input {
    overflow: visible;
}
.footer__widget form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 26px;
    height: 100%;
}
.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    background-color: #23ABE2;
    border: none;
}
.footer__widget p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 30px;
}
.footer__widget form {
    position: relative;
    margin-bottom: 30px;
}
.footer_widget .footerwidget_social a {
    display: inline-block;
    height: 41px;
    width: 41px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    transition: all, 0.3s;
    margin-right: 10px;
}

.fa-facebook, .fa-twitter, .fa-whatsapp {
    font-size: 45px !important;
    color: rgb(255, 255, 255);
    margin: 10px;
}
.fa-map-marker,.fa-phone-square,.fa-envelope{
    color: #23ABE2;
}
.contact {
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid #23ABE2 ;
}


.about-heading {
    color: rgb(255, 255, 255);
    font-size: 3.5em;
    padding-left: 55px;
    margin: auto;
    position: relative;
    bottom: 260px;
}

.ml3 {
    font-weight: 900;
  }
@media (max-width:414px) {
    
    .about-heading{
        font-size: 3em;
        padding-left: 25px !important;
    }
}
@media (max-width:320px) {
    
    .about-heading{
        font-size: 2.5em;
        padding-left: 20px !important;
    }
}

   .contact-heading {
    padding-left: 120px;
    margin-bottom: 25px;
}
.con-mar{
    margin-top: 15px;
}
.contact-div {
    margin: 0;
    padding: 0;
    margin-bottom: 100px;
}
.contact-image {
    height: 350px !important;
    width: 100%;
}

.num {
    line-height: 0.7;
    font-size: 18px;
}
@media (max-width:800px) {
    .contact-align {
        text-align: center;
    }
    
}
.message-col {
    height: 100px !important;
    padding-bottom: 60px !important;
    margin-top: 25px;
}
@media (max-width:480px) {
    .message-col{
        margin-top: 6px !important;
    }
}
.form-control {
    border-radius: 20px !important;
}
.input-gap, .form-control {
    background-color: #f7f9fc !important;
}
.form-control:hover {
    background-color: white !important;
    border: 1px solid #23ABE2;
}
.form-control:focus, .submit-btn:focus, .attach-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width:568px){
    .input-gap{
        margin-bottom: 20px;
    }
}
@media (max-width:480px){
    .input-gap{
        margin-bottom: 20px;
    }
}
.submit-btn {
    margin-top: 20px;
    background-color: #23ABE2 !important;
    color: white !important;
margin-bottom: 60px !important;
margin-left: 200px;
height: 39px;
border-radius: 0px !important;
}
.submit-btn:hover {
    border: 3px solid #23ABE2 !important;
    background-color: white !important;
    color: #23ABE2 !important;
}
@media (max-width:5120px) {
    .submit-btn{
        margin-left: 250px;
    }
}
@media (max-width:1920px) {
    .submit-btn{
        margin-left: 250px;
    }
}
@media (max-width:1366px) {
    .submit-btn{
        position: relative;
        right: 46px;
    }
}
@media (max-width:1680px) {
    .submit-btn{
        margin-left: 253px;
    }
}
@media (max-width:1280px) {
    .submit-btn{
        margin-left: 210px;
    }
}
@media (max-width:1024px) {
    .submit-btn{
        margin-left: 163px;
    }
}
@media (max-width:991px) {
    .submit-btn{
        position: relative;
        right: 62px;
    }
}
@media (max-width:800px) {
    .submit-btn{
        position: relative;
        right: 60px;
    }
}
@media (max-width:768px) {
    .submit-btn{
        position: relative;
        right: 60px;
    }
}
@media (max-width:720px) {
    .submit-btn{
        position: relative;
        right: 102px;
    }
}
@media (max-width:604px) {
    .submit-btn{
        position: relative;
        right: 110px;
    }
}
@media (max-width:600px) {
    .submit-btn{
        position: relative;
        right: 103px;
    }
}
@media (max-width:480px) {
    .submit-btn{
        position: relative;
        right: 130px;
    }
}
@media (max-width:414px) {
    .submit-btn{
        position: relative;
        right: 145px;
    }
}
@media (max-width:768px) {
    .submit-btn{
        position: relative;
        right: 156px;
    }
}
@media (max-width:320px) {
    .submit-btn{
        position: relative;
        right: 175px;
    }
}
.attach-btn {
    background-color: #e9ecef !important;
    margin-top: 20px;
    border-radius: 0px !important;
}
.attach-btn:hover {
    border: 3px solid #e9ecef !important;
    background-color:  white !important;
}
@media (max-width:720px) {
    .attach-btn{
        width:150px;
    }
}
@media (max-width:604px) {
    .attach-btn{
        width:150px;
    }
}






h4 {
    color: #23ABE2;
    font-weight: bold !important;
    letter-spacing: 8px !important;
}
.query-heading {
    font-weight: bolder;
    color: #23ABE2;
    letter-spacing: 5px;
}

@media (max-width:411px){
    .contact-align{
        text-align: center;
    }
}
a {
    text-decoration: none !important;
}
.head-off-div {
    /* margin-top: 40px !important; */
    margin-bottom: 30px !important;
    text-align: center;
}
.head-off:hover {
    border-top: 2px solid #23ABE2;
}
.head-off-div span {
    font-weight: bold;
    font-size: larger;
}


.head-off {
    height: 70px;
    box-shadow: 0px 0px 5px rgb(223, 221, 221);
    height: 200px;
    margin-bottom: 10px;
    margin: auto;

}


.map,.fa-phone,.env, .fa-clock-o {
    font-size: 45px !important;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #23ABE2;
    width: 100%;
    text-align: center;
}













.modal-title {
    font-size: 2em;
    font-weight: 700 ;
    background-color: #23ABE2;
    color: white;
}
.seminor-login-modal-body .close{
    position: relative;
    top: -55px;
    height: 0px;
   border: none !important;
   background-color: none !important;
   }
.fa-times-circle{
    font-size:36px !important;
    color: #23ABE2;
    background-color: white;
    border-radius: 16px;
}
@media (max-width:1680px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 472px;
        top: -75px;
        
    }
   }
   @media (max-width:480px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 414px !important;
        top: -75px !important;
        
    }
   }
@media (max-width:414px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 351px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:375px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 312px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:360px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 270px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:320px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 245px !important;
        top: -122px !important;
        
    }
   }
   .seminor-login-modal-body .close{
       opacity:0.75;
   }
   
   .seminor-login-modal-body .close:focus, .seminor-login-modal-body .close:hover {
       color: #39e8b0;
    opacity: 1;
    text-decoration: none;
    outline:0;
   }
   
   .seminor-login-modal .modal-dialog .modal-content{
       border-radius:0px;
   }
   
   /* form animation */
   .seminor-login-form .form-group {
     position: relative;
     margin-bottom: 1.5em !important;
   }
   .seminor-login-form .form-control{
    border: 0px solid #ced4da !important;
    border-bottom:1px solid #adadad !important;
    border-radius:0 !important;
   }
   .seminor-login-form .form-control:focus, .seminor-login-form .form-control:active{
    outline:none !important;
    outline-width: 0;
    border-color: #adadad !important;
    box-shadow: 0 0 0 0.2rem transparent;
   }
   *:focus {
    outline: none;
   }
   .seminor-login-form{
    padding: 2em 0 0;
   }
   
   .form-control-placeholder {
   position: absolute;
   top: 0;
   padding: 7px 0 0 13px;
   transition: all 200ms;
   opacity: 0.5;
   border-top: 0px;
   border-left: 0;
   border-right: 0;
   }
   
   .form-control:focus + .form-control-placeholder,
   .form-control:valid + .form-control-placeholder {
   font-size: 75%;
   -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
   opacity: 1;
   }
   
   .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
   }
   .checkmark-box {
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #adadad;
   }
   .container-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
   }
   .container-checkbox input:checked ~ .checkmark-box:after {
    color: #fff;
   }
   .container-checkbox input:checked ~ .checkmark-box:after {
    display: block;
   }
   .container-checkbox .checkmark-box:after {
    left: 10px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   }
   .checkmark:after, .checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
   }
   .container-checkbox input:checked ~ .checkmark-box {
    background-color: #f58220;
    border: 0px solid transparent;
   }
   .btn-check-log .btn-check-login {
    font-size: 16px;
    padding: 10px 0;
   }
   button.btn-check-login:hover {
       color: #fff;
       background-color: #23ABE2;
       border: 2px solid #23ABE2;
   }
   .btn-check-login {
    color: #23Abe2;
    background-color: transparent;
    border: 2px solid #23ABE2;
    transition: all ease-in-out .3s;
   }
   .btn-check-login {
    display: inline-block;
    padding: 12px 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100%;
   }
    /* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out !important;
    -moz-transition: all 0.6s ease-out !important;
    -o-transition: all 0.6s ease-out !important;
    -ms-transition: all 0.6s ease-out !important;
    transition: all 0.6s ease-out !important;
}

.navbar.scrolled {
    background: rgb(35, 171, 226) !important; /* IE */
    background: rgba(250, 251, 253, 0.95) !important; /* NON-IE */
    box-shadow: 0 2px 5px rgb(221, 220, 220);
}