/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    color: #313030;
}
body, html {
    height: 100%;
    width:100%;
 
  margin:0;
  padding:0;
  position:relative;
}

a {
    color: #3ecc50;
}
a:hover {
        color: #3ecc50;
        text-decoration: none;
    }
/*PRELOADING------------ */
#overlayer {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #eff8ff;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 9999;
    border: 4px solid #3ecc50;
    top: 49%;
    left: 49%;
    animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #3ecc50;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
.hidden
{
    display: none;
}
 /*=====slimscroll===========*/  
/* width */
body::-webkit-scrollbar, 
.limiter::-webkit-scrollbar {
  width: 7px;
}

/* Track */
body::-webkit-scrollbar-track, 
.limiter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb, 
.limiter::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover, 
.limiter::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Track */
.t_nc {
    padding: 15px;
    height: 80vh;
    overflow-y: scroll;
} 
.t_nc::-webkit-scrollbar, 
.limiter::-webkit-scrollbar {
  width: 7px;
}


.t_nc::-webkit-scrollbar-track, 
.limiter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.t_nc::-webkit-scrollbar-thumb, 
.limiter::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.t_nc::-webkit-scrollbar-thumb:hover, 
.limiter::-webkit-scrollbar-thumb:hover {
  background: #555;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.padd-0 {
    padding: 0 !important;
}
header {
    position: absolute;
    z-index: 1;
    text-align: left;
    width: 100%;
    background-color: #418fde;
}
.container.vh-100 {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 100px 15px 60px 15px;
    min-height: 93vh;
    height: auto!important;
    justify-content: center;
}
.container.vh-100 .row {
    justify-content: center;
}

.container.vh-100 .card.appointment-info .alert
{
    margin: 10px 0 18px 0;
    width: 100%;

}

.col-md-12.col-sm-12.col-xs-12.appointment-pay {
    padding: 0;
}
.wrap-info {
    padding: 0;
}

#site-logo img {
    width: 260px;
    margin: 6px 0;
}

footer#footer {
    background: rgb(14 46 71);
    color: #ffffff;
    padding: 15px 0;
}
footer#footer p {
    margin: 0;
}
section h3 {
    font-size: 38px;
    font-weight: 700;
    color: #20497f;
    margin-bottom: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: capitalize;
    position: relative;
}
 section h3:after {
        content: '';
        position: absolute;
        width: 7%;
        height: 2px;
        background: #3ecc50;
        left: 46%;
          bottom: -15px;
    }

section h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
}
.card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
}
/*---------------------------------------------
LOGIN-CSS HERE
---------------------------------------------*/


section.limiter a:focus {
    outline: none !important;
}

section.limiter a:hover {
    text-decoration: none;
}

section.limiter p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

/*---------------------------------------------*/
section.limiter input {
    outline: none;
    border: none;
}

    section.limiter input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;
        -webkit-appearance: none;
    }

        section.limiter input[type="number"]::-webkit-outer-spin-button,
        section.limiter input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

section.limiter textarea {
    outline: none;
    border: none;
}

    section.limiter textarea:focus, input:focus, input:active {
        border-color: transparent !important;
        border: none!important;
        outline: 0px !important;

    }

section.limiter input:focus::-webkit-input-placeholder {
    color: transparent;
}

section.limiter input:focus:-moz-placeholder {
    color: transparent;
}

section.limiter input:focus::-moz-placeholder {
    color: transparent;
}

section.limiter input:focus:-ms-input-placeholder {
    color: transparent;
}

section.limiter textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

section.limiter textarea:focus:-moz-placeholder {
    color: transparent;
}

section.limiter textarea:focus::-moz-placeholder {
    color: transparent;
}

section.limiter textarea:focus:-ms-input-placeholder {
    color: transparent;
}

section.limiter input::-webkit-input-placeholder {
    color: #cccccc;
}

section.limiter input:-moz-placeholder {
    color: #cccccc;
}

section.limiter input::-moz-placeholder {
    color: #cccccc;
}

section.limiter input:-ms-input-placeholder {
    color: #cccccc;
}

section.limiter textarea::-webkit-input-placeholder {
    color: #cccccc;
}

section.limiter textarea:-moz-placeholder {
    color: #cccccc;
}

section.limiter textarea::-moz-placeholder {
    color: #cccccc;
}

section.limiter textarea:-ms-input-placeholder {
    color: #cccccc;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    padding: 80px 0 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    background-image: url(../img/login-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}
.limiter a img {
    width: 70%;
}
section#professionals {
    background-image: url(../img/dna.jpg);
}

.limiter-overlay {

    width: 100%;

}
.limiter .row {
    align-items: center;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}


.wrap-login100 {
    width: 100%;
    padding: 15px;
    /* min-height: 100vh;*/
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, .12);
    background: #ffffff;
    position: relative;
}

.wrap-info-content h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    color: #20497f;
    margin: 10px 0;
    font-size: 32px;
}
section#professionals .true-validate::after {
    right: 15px !important;
}

    .wrap-info-content h3:after {
        display: none;
    }
   section.limiter textarea:focus, input:focus {
        border-color: transparent !important;
        border-bottom: 1px solid #dbdbdb !important;
        border: none!important;
        
}

.login100-form span.pass-text {
    position: relative;
    width: 100%;
    color: #ffffff!important;
    background-color: #20497f;
    border-color: #20497f;
    line-height: 17px;
    padding: 5px;
    border-radius: 0px 7px 7px;
    top: 2px;
    display: block;
    
}

.login100-form .pass-wrapper {
    margin: 0;
}
#confirmpassvalidator.urvalidatorclass {
    display: block;
    position: relative;
    width: 100%;
    color: #ffffff!important;
    background-color: #dc3545;
    line-height: 17px;
    padding: 5px;
    border-radius: 0px 7px 7px;
    top: 3px;
    }
#confirmpassvalidator.urvalidatorclass.hidden {
    display: none;
}
span#weakpassvalidator {
    display: block;
    width: 100%;
    position: absolute;
    color: #ffffff !important;
    background-color: #dc3545;
    z-index: 1;
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
    bottom: -2px;
    left: 0;
    right: auto;
}
#weakpassvalidator.urvalidatorclass.hidden {
    display: none;
}

div#weakpassContainer .col-md-12.col-sm-12.col-xs-12 {
    padding: 0 5px;
}
.pass-graybar, .pass-colorbar {
    height: 1px !important;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #e8519e;
        background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);
        background: -o-linear-gradient(bottom, #e8519e, #c77ff2);
        background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);
        background: linear-gradient(bottom, #e8519e, #c77ff2);
        opacity: 0.8;
    }

/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login100-form-title {
    display: block;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    color: #20497f;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
}

.wrap-login100 .row {
    width: 100%;
    margin: 0px -1px;
    display: inline-flex;
}

.col-md-6.col-sm-6.col-xs-12.wrap-input100 {
    padding: 0;
    width: 48% !important;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
}
.col-md-6.col-sm-12.col-xs-12.wrap-input100 {
    padding: 0;
}

.wrap-info-content h3 span {
    letter-spacing: -3px;
    background: transparent;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.label-input100 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    padding-left: 2px;
}

.input100 {
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
    padding: 0 2px;
    border-bottom: 1px solid #dbdbdb !important;
    border: none;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #28a745;
    }


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    margin: 0;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox100::before {
        content: "\ea0f";
        font-family: 'boxicons' !important;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 2px;
        background: #e6e6e6;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #ffffff;
    background: #28a745;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.btn {
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 16px !important;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.user-action {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

    .user-action span {
        display: inline-block;
    }

span.f-p {
    float: right;
}

.user-action a {
    color: #28a745;
    cursor: pointer;
}

.container-login100-form-btn a.btn.btn-primary {
    background: #20497f;
    border-color: #20497f;
}

a.btn-s.btn-g {
    background: #eff7ff;
}

a.btn-s img {
    width: 24px;
}

a.btn-s.btn-f {
    background: #3B5999;
}

.container-login100-form-social {
    width: 100%;
    text-align: center;
}

    .container-login100-form-social a {
        display: inline-block;
        padding: 3px;
        border-radius: 50%;
        margin: 0 2px;
        height: 30px;
        width: 30px;
    }

    .container-login100-form-social span {
        font-size: 14px;
        color: #333;
    }

.container-login100-form-social {
    width: 100%;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

select.input100 {
    border: none;
    outline: none;
    cursor: pointer;
}

form#u-register::-webkit-scrollbar {
    width: 3px;
    height: 8px;
}

form#u-register::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #cccccc;
}

form#p-register {
    height: 65vh;
    overflow-y: scroll;
    padding-right: 15px;
}
form#p-register button.btn.dropdown-toggle.bs-placeholder.btn-light, 
form#p-register button.btn.dropdown-toggle.bs-placeholder.btn-light:hover,
form#p-register button.btn.dropdown-toggle.bs-placeholder.btn-light:active {
    background: transparent;
    border: none;
}
#p-register::-webkit-scrollbar, .dropdown-menu.show .inner.show::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#p-register::-webkit-scrollbar-track, .dropdown-menu.show .inner.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#p-register::-webkit-scrollbar-thumb, .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    #p-register::-webkit-scrollbar-thumb:hover, .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#p-register .dropdown-menu.show {
    width: 100% !important;
    transform: translate3d(0px, 0, 0px) !important;
    overflow-x: hidden !important;
}
#p-register .dropdown-menu.show ul.dropdown-menu.inner.show .dropdown-item {
    font-size: 15px;
    padding: 6px 10px;
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 30px 4px 10px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
    font-family: 'Poppins', sans-serif;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\ea94";
    font-family: 'boxicons' !important;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.card.action-turbo .row {
    align-items: start;
    margin: 0;
}

    .card.action-turbo .row .wrap-login100 {
        width: 100%;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        background: transparent;
        position: relative;
    }

section#user-lr div#u-register {
    padding-left: 0;
    border-right: dashed 1px #cccccc;
}

section#user-lr div#u-login {
    padding-right: 0;
}

section#user-lr span.login100-form-title {
    font-size: 22px;
}

section#user-lr .input100 {
    height: 40px;
}
.container-fluid.nav-container {
    background: #ffffff;
    text-align: center;
    display: flex;
    margin-bottom: 15px;
    padding: 7px 15px;
    top: 0;
    position: fixed;
    z-index: 1;
}

section#virtual-consult {
    width: 100%;
    overflow: hidden;
}
    .container-fluid.nav-container img {
        width: 25%;
    }

    .container-fluid.nav-container .row {
        display: block !important;
        width: 100%;
    }

span.t-r.text-right {
    float: right;
}

a.u-change {
    float: right;
    color: #154078;
    text-transform: capitalize;
}
section.s-waiting {
    padding: 0 !important;

}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
}
section.s-waiting .carousel-item {
    height: auto !important;
    min-height: auto !important;
    text-align: left !important;
}
section.s-waiting .carousel-inner h4 {
    color: #3ecc50;
    text-transform: capitalize;
    font-size: 24px;
}
section.s-waiting .carousel-item p
 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;

    }
section.s-waiting .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 10%;
}
.carousel-inner .col-md-6 {
    padding: 0 15px;
}
#hcbBookingContainer .modal-dialog.modal-xl {
    width: 85%;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.true-validate::after {
    content: "\ea0f";
    font-family: 'boxicons' !important;
    font-size: 22px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 5px;
}


@media (max-width: 767px) {
    .limiter {
        padding: 0;
        height: 100vh;
        overflow-y: scroll;
    }

    .limiter-overlay {
        padding: 100px 15px 50px 15px;
        display: block;
    }
    .container.vh-100
    {
    padding: 100px 15px 60px 15px;
    }
    section#user-lr .container, section#user-lr .container-sm {
        max-width: 100%;
    }

    .container-fluid.nav-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .container-fluid.nav-container img {
            width: 50%;
        }

    .wrap-info, .wrap-login100, #u-register, #u-login {
        width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
      
    }

    .wrap-info-content {
        text-align: center;
    }

        .wrap-info-content h3 {
            font-size: 22px;
        }

    section#user-lr div#u-register {
        padding: 0;
        border-right: 0;
        border-bottom: dashed 1px #cccccc;
        margin-bottom: 15px;
    }

    a.u-change {
        display: block;
        float: none;
        color: #154078;
        text-transform: capitalize;
        width: 100%;
        margin-top: 7px;
    }
 .col-md-6.col-sm-12.col-xs-12.wrap-input100, .col-md-6.col-sm-6.col-xs-12.wrap-input100 {
    padding: 0;
    width: 100%!important;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
}

}

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cookie-disclaimer {
    text-align: center;
}
}

/*---------------------------------------------
END LOGIN-CSS HERE
---------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 90px;
    bottom: 28px;
    background: #3ecc50;
    color: #fff;
    transition: display .5s ease-in-out;
    z-index: 99;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #3ecc50;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #20497f;
    font-size: 14px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

    #topbar .contact-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #topbar .contact-info li {
        display: inline-block;
        padding: 8px 0;
    }

        #topbar .contact-info li + li {
            margin-left: 18px;
        }

    #topbar .contact-info a {
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #fff;
        }

    #topbar .contact-info i {
        color: #ffffff;
        padding-right: 4px;
        margin-right: 3px;
        border-right: solid 1px #ffffff47;
    }

    #topbar .cta a {
        color: #fff;
        background: #0000001f;
        padding: 8px 20px;
        display: inline-block;
        transition: 0.3s;
    }

        #topbar .cta a:hover {
            background: #0000001f;
        }

.dropdown.d-user .dropdown-menu {
    padding: 0;
    background: #ffffff;
}

.dropdown.d-user .dropdown-menu a.dropdown-item {
    background: transparent !important;
    color: #20497f !important;
    padding: 7px 14px !important;
}

.dropdown.d-user .dropdown-menu a.dropdown-item:hover {
    background: #3ecc50 !important;
    color: #ffffff !important;
}

.btn.btn-primary {
    background: #3ecc50 ;
    border-color: #3ecc50;
    color: #ffffff ;
    border: solid 1.5px #3ecc50;
}
.btn.btn-primary:hover {
    background: #ffffff;
    border-color: #3ecc50;
    color: #3ecc50;
    border: solid 1.5px #3ecc50;
}
.btn-secondary {
    color: #fff;
    background-color: #20497f;
    border-color: #20497f;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-sticky-wrapper.sticky-wrapper {
    position: absolute;
    width: 100%;
    /*z-index:7;*/
}

    #header-sticky-wrapper.sticky-wrapper #header {
        background: transparent;
        position: absolute;
        width: 100%;
        /*z-index: 7;*/
    }

    #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
        background: #ffffff !important;
    }

#header {
    height: 70px;
    transition: all 0.5s;
   /* z-index: 7;*/
    padding: 10px 0;
}

    #header.header-scrolled {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
.logo.mr-auto {
    z-index: 7;
}
.logo a {
    margin-top: 5px;
}

#header-sticky-wrapper.sticky-wrapper #header .logo a {
    display: block;
    float: left;
    width: 340px;
    height: 50px;
    background: url(../img/logo-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

#header-sticky-wrapper.sticky-wrapper.is-sticky #header .logo a {
    display: block;
    float: left;
    width: 335px;
    height: 55px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#main {
    z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 4;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

#header-sticky-wrapper.sticky-wrapper.is-sticky .nav-menu a {
    color: #635551;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 15px;
    border: solid 2px transparent;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

    .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #ffffff;
        text-decoration: none;
        border: solid 2px #ffffff;
        border-radius: 50px;
    }

#header-sticky-wrapper.sticky-wrapper.is-sticky .nav-menu a:hover,
#header-sticky-wrapper.sticky-wrapper.is-sticky .nav-menu .active > a,
#header-sticky-wrapper.sticky-wrapper.is-sticky .nav-menu li:hover > a {
    color: #3bb54a;
    text-decoration: none;
    border: solid 2px #3bb54a;
    border-radius: 50px;
}
li.btn.btn-primary a {
    color: #ffffff !important;
}
li.btn.btn-primary a:hover {
    background: #ffffff;
    color: #3bb54a !important;
    border-radius: 50px;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: lightne(#473d3a, 10);
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #ff5821;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #ffffff;
    }
.mobile-nav {
    display: flex;
    text-align: center;
    position: fixed;
    top: 100px;
    /* right: 15px; */
    /* left: 15px; */
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
      box-shadow: 0px 0px 20px 2px #000000b8;
}
.mobile-nav ul {
    width: 100%;
}
/*.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}*/

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #473d3a;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #3bb54a;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width:100%;
    height:100%;
    z-index:6;
    top: 0;
    left: 0;
    position: fixed;
   /* background: rgba(43, 37, 35, 0.57);*/
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url("../img/main-banner.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 100px 0px 120px 0;
    margin-bottom: -120px;
}
#hero.thankyou {
    width: 100%;
    background: url(../img/thankyou-banner.jpg)!important;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 100px 0px 120px 0;
}
    #hero:before {
        content: "";
        background: rgba(0, 109, 252, 0.7);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    #hero.main-search{
    height:100% !important;
    margin-bottom:0px !important;
}

    #hero.innerpage {
        margin: 0;
        padding: 100px 0px 50px 0;
      /*  z-index: 4444;*/
    }

#hero .container {
    z-index: 7;
}
    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 18px;
        font-size: 32px;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
    }

    #hero.thankyou h2 {
    font-weight: 500;
    font-size: 34px;
}

    #hero p {
        margin: 15px 0;
        color: #ffffff;
    }

#booking-form .row {
    flex-wrap: wrap;
    width: 100%;
    margin: -1px 0;

}

#booking-form {
    border-radius: 7px;
    background: #ffffff85;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
}

    #booking-form .input-group {
        padding: 0 1px;
        margin: 2px 0;
    }

        #booking-form .input-group input.form-control,
        #booking-form .input-group select.form-control {
            width: 100%;
            position: relative;
            padding-left: 30px;
            background: #ffffff;
            border: none;
            outline: none !important;
            z-index: 1;
            height: 45px;
            border-radius: 0;
        }

        #booking-form .input-group .bootstrap-select.form-control .dropdown-toggle {
            position: relative;
            padding-left: 30px;
            background: #ffffff;
            border: none;
            outline: none !important;
            border-radius: inherit;
            display: block;
            width: 100%;
            height: 45px;
            font-family: 'Poppins', sans-serif;
            color: #555555;
            line-height: 2.2;
            border-radius: 0px;
        }

    #booking-form .bootstrap-select .dropdown-menu.inner {
        font-size: 14px;
    }

    #booking-form .input-group .input-group-prepend .input-group-text {
        border-radius: 0;
        background: transparent;
        border: none;
        font-size: 18px;
        color: #c5c5c5;
        padding: 0;
        position: absolute;
        padding: 6px;
        width: 30px;
        height: 45px;
        z-index: 3;
    }
.btn-turbo {
    background: #3bb54a;
    display: flex;
    align-items: center;
}
#booking-form .btn-turbo .btn.btn-primary {
    display: block;
    border-radius: 0;
    font-size: 24px!important;
    height: 100%;
    padding: 0;
    width: 100%;
    line-height: 45px;
    outline: none;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 1024px) {
    #hero {
        margin-bottom: -150px;
    }
}

@media (max-height: 768px) {
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        color: #635551;
    }

    .section-title p {
        margin-bottom: 0;
        margin-top: 30px;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #eaf1f8;
}

    .breadcrumbs h2 {
        color: #20497f;
        font-size: 24px;
        font-weight: 500;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #635551;
                content: "/";
            }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0 0 30px 0;
    position: relative;
}

    .why-us .content {
        padding: 30px;
        background: #3ecc50;
        border-radius: 4px;
        color: #fff;
    }

        .why-us .content h3 {
            color: #ffffff;
            font-weight: 400;
            font-size: 36px;
            margin-bottom: 30px;
            font-family: 'Barlow Semi Condensed', sans-serif;
        }

        .why-us .content p {
            margin-bottom: 30px;
        }

        .why-us .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: all ease-in-out 0.4s;
        }

            .why-us .content .more-btn i {
                font-size: 14px;
            }

            .why-us .content .more-btn:hover {
                color: #3ecc50;
                background: #fff;
            }

.col-xl-4.d-flex.align-items-stretch {
    padding: 0 2px;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}

    .why-us .icon-boxes .icon-box i {
        font-size: 40px;
        color: #ff5821;
        margin-bottom: 30px;
    }

    .why-us .icon-boxes .icon-box h4 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 15px 0;
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #20497f;
    }

    .why-us .icon-boxes .icon-box p {
        font-size: 15px;
        color: #716f6f;
    }

    .why-us .icon-boxes .icon-box img {
        width: 100%;
    }

    .why-us .icon-boxes .icon-box span {
        display: block;
        width: 54%;
        padding: 15px;
        margin: 0 auto;
        background: #ace2f9;
        border-radius: 50%;
        margin-bottom: 10px;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section#about {
    background-color: #fbfbfb;
}

section#about h3:after {
    width: 14%;
    left: 0%;
    bottom: -8px;
}
.about .icon-box {
    margin-top: 15px;
}

    .about .icon-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid #3ecc50;
        border-radius: 50px;
        transition: 0.5s;
        background: #fff;
    }

        .about .icon-box .icon i {
            color: #3ecc50;
            font-size: 32px;
        }

    .about .icon-box:hover .icon {
        background: #3ecc50;
        border-color: #3ecc50;
    }

        .about .icon-box:hover .icon i {
            color: #fff;
        }

    .about .icon-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .about .icon-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .about .icon-box .title a:hover {
                color: #ff5821;
            }

    .about .icon-box .description {
        margin-left: 85px;
        line-height: 24px;
        font-size: 14px;
    }

.about .abt-box {
    /* min-height: 500px;*/
}

    .about .abt-box img {
        width: 100%
    }
    span.img-mob {
    display: none;
}

.about .abt-icon {
    width: 94px;
    height: 94px;
    background: radial-gradient(#abe2f9 50%, rgba(32, 73, 127, 0.37) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    right: calc(21% - 0px);
    top: calc(24% - 0px);
    overflow: hidden;
}

    .about .abt-icon::after {
        content: "\ead6";
        font-size: 40px;
        font-family: 'boxicons' !important;
        color: #ffffff;
        position: absolute;
        left: 29%;
        top: 22%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .abt-icon::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 6px solid rgb(32, 73, 127);
        top: -15%;
        left: -13%;
        background: rgba(198, 16, 0, 0);
    }


@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#specialist {
    background: #eff8ff;
  }

.owl-carousel.clients-carousel {
    margin: 50px 0;
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

    .clients .owl-item img {
        display: inline-block;
        height: 100px;
        width: 100px
    }


.clients .owl-nav, .clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .clients .owl-dot.active {
        background-color: #3ecc50 !important;
    }

.clients .doctors-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #333333;
}

    .clients .doctors-name:hover {
        color: #3bb54a;
    }

.clients .doctors-position {
    color: #898989;
    font-size: 13px;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
    background-color: #EFF8FF;
}

.services .icon-box {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .services .icon-box a {
        display: block;
        padding: 20px 20px;
        border-radius: 10px;
    }

        .services .icon-box a:hover {
            transition: 0.2s;
            display: block;
            padding: 20px 20px;
            background: #20497F;
            border-radius: 10px;
        }

.services .icon {
    transition: 0.2s;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: transparent;
    margin: 0 auto;
}

    .services .icon img {
        transition: 0.2s;
        width: 100%;
    }

.services .title {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: #20497f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services .icon-box a:hover .icon {
    background: #fff;
}

.services .icon-box a:hover .title {
    color: #ffffff;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# call to action
--------------------------------------------------------------*/

section#c-action {
    background: #20497f;
    text-align: center;
}

    section#c-action .section-title {
        padding: 0;
    }

#c-action h4 {
    color: #ffffff;
}

#c-action h3 {
    color: #ffffff;
    font-size: 42px;
    margin: 30px 0px;
    font-weight: 200;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

    #c-action h3::after {
        display: none;
    }
/*--------------------------------------------------------------
# how it works
--------------------------------------------------------------*/
section#how-works {
    width: 100%;
    background: url(../img/how-banner.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.carousel-inner .item-img {
    padding: 0px;
}

    .carousel-inner .item-img img {
        width: 100%;
    }

.carousel-inner h4 {
    color: #3ecc50;
}

#how-works .carousel-inner, #how-works .carousel, .carousel-item, #how-works .container, .fill {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.slide-wrapper {
    display: block;
    float: left;
    width: 100%;
}

    .slide-wrapper .container {
        padding: 0;
    }


/*------vertical bootstrap slider-------*/

.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
    transform: translate3d(0,-100%, 0);
    -webkit-transform: translate3d(0,-100%, 0);
    -moz-transform: translate3d(0,-100%, 0);
    -ms-transform: translate3d(0,-100%, 0);
    -o-transform: translate3d(0,-100%, 0);
    top: 0;
}

    .carousel-inner > .carousel-item.next.carousel-item-left,
    .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-inner > .carousel-item.active {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        ;
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        top: 0;
    }

/*------- vertical carousel indicators ---------*/
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 30%;
    margin: auto;
    height: 20px;
    right: -7%;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .carousel-indicators li {
        display: block;
        margin-bottom: 5px;
        border: 1px solid #3ecc50;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

        .carousel-indicators li.active {
            margin-bottom: 5px;
            background: #3ecc50;
        }
/*--------------------------------------------------------------
# Facility-profile page css here
--------------------------------------------------------------*/        
#facility-profile .card .row {
    align-items: top;
}
.facility-img img
{
    width: 100%;
}
section#facility-profile .row
{
    margin-bottom: 20px;
}
section#facility-profile h4 {
    color: #20497f;
    background: #EFF8FF;
    padding: 11px 15px;
    margin-bottom:15px;
}
section#facility-profile .facility-detail h4 {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.facility-address p {
    margin-bottom: 7px;
}
.services.facility-services .icon-box {
    margin-bottom: 20px 0;
}
section#facility-profile .services.facility-services .icon-box h4 
{
    padding: 0;
    background: transparent;
    margin: 0;
}
.services.facility-services .icon-box a {
    padding: 20px 7px;
}

.services.facility-services .icon-box a .title {
    font-size: 14px;
}
/*--------------------------------------------------------------
# doctor-profile page css here
--------------------------------------------------------------*/

.doctor-profile h4 {
    display: block;
    float: left;
    width: 100%;
    background: #edf4fb;
    padding: 6px 12px;
    font-size: 24px;
    font-weight: 600;
    color: #20497f;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.doctor-profile ul li span {
    display: inline-block;
    float: left;
}

.doctor-profile ul li {
    display: block !important;
    float: left;
}

.doctor-profile ul li {
    border: none !important;
}

.doctor-profile .d-name, .doctor-profile .c-name {
    font-size: 22px;
    font-weight: 500;
    color: #20497f;
}

.doctor-profile .d-qualifications, .doctor-profile .d-specializations, .doctor-profile .c-address {
    color: #333;
    font-size: 15px;
}

#p-description {
    word-wrap: break-word;
}

.moretext {
    display: none;
}

#p-description p {
    margin-bottom: 5px;
}

#p-description a.moreless-button {
    color: #3bb54a;
    cursor: pointer;
}
/*--------------------------------------------------------------
# Booking slot page css here
--------------------------------------------------------------*/
#booking-slot {
    position: relative;
    padding: 0;
    z-index: 3;
}

    #booking-slot .section-title {
        text-align: left;
    }

        #booking-slot .section-title p {
            margin-top: 15px;
        }

    #booking-slot h3:after {
        display: none;
    }

.card.card-doctor {
    margin-bottom: 15px;
}

    .card.card-doctor h4 {
        color: #20497f;
        font-weight: 400;
        margin-bottom: 12px;
        text-align: left;
    }

.doctors-name {
    color: #20497f;
    margin-top: 7px;
    font-size: 18px;
}

.doctors-position {
    font-size: 15px;
    margin-bottom: 7px;
}

.card.card-doctor .doctor {
    border: solid 1px #f3eeee;
    padding: 7px;
    border-radius: 7px;
}
.doctor-slot.card.card-doctor .input-group {
    display: block;
    padding-bottom: 7px;
}

.right {
    float: right;
}

.doctor-slot.card.card-doctor .input-group h4 {
    float: left;
    margin: 0 !important;
    padding: 6px 0;
}

.row.row-c {
    margin: 0;
    background: #edf5ff;
    padding: 14px 0;
    margin-bottom: 15px;
    position: relative;
}

.carousel-timesloat .owl-dots {
    display: none;
}

.carousel-btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}
.doctor-slot.card.card-doctor .carousel-btn {
    top: -13px;
}
.carousel-timesloat {
    width: 75%;
    margin: 0 auto;
}

.carousel-btn a.btn.next {
    float: right;
}

.carousel-btn .btn {
    padding: 0;
}
.doctor-slot .owl-item .item {
    text-align: center;
  }
.carousel-timesloat label {
    margin: 0;
    cursor: pointer;
}

.carousel-btn a.btn.next, .carousel-btn a.btn.prev {
    position: relative;
    padding: 9px;
    top: 0;
    font-size: 24px !important;
    color: #20497f;
}

/*.carousel-btn a.btn.prev {
    left: 30px;
}

.carousel-btn a.btn.next {
    right: 30px;
}*/

.carousel-control-prev i, .carousel-control-next i {
    color: #20497f;
    font-size: 28px;
    opacity: 9 !important;
}
span.d_day {
    display: block;
    font-size: 14px;
}

.doctor-slot .carousel-item {
    height: auto !important;
    min-height: auto;
}

.doctor-timeslot span.slot-time {
    font-size: 15px;
    display: inline-block;
    float: left;
    padding: 5px;
    width: 11%;
    margin: 0.5%;
    text-align: center;
    background: #ffffff;
    border: solid 1px #dedede;
    border-radius: 4px;
    cursor: pointer;
}
.doctor-timeslot span.slot-time:hover {
        color: #ffffff;
        background: #3ecc50;
        border: solid 1px #3ecc50;
        border-radius: 4px;
        cursor: pointer;
    }
.col-pagination ul.pagination {
    margin: 30px 0 0 0;
}
.col-pagination ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #20497f;
    border-color: #20497f;
}
.col-pagination ul.pagination .page-link {
    color: #20497f;
}
.file-cam {
    text-align: center;
    cursor: pointer;
    display: none;
}

.file-cam i {
    color: #ffffff;
    background: #204e9a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 22px;
    border-radius: 50px;
}
.c-act {
    margin: 15px 0;
    text-align: right;
}
/*--------------------------------------------------------------
# appointment confirmed page css here 
--------------------------------------------------------------*/
#accordion .card {
    padding: 5px;
    margin-bottom: 4px;
}

#accordion .card .card-header {
    border-radius: 5px;
}

.card-header h4 i {
    margin-right: 7px;
}
.card-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #3ecc50;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: flex;
    align-items: center;
}
button.btn.btn-link.b-inactive h4 {
    color: #20497f;
}
.card-header {
    padding: 15px;
    margin-bottom: 15px;
    background: #edf4fb;
    border: none;
    margin: 0;
}

.card-header button.btn {
    padding: 10px;
    display: block;
    width: 100%;
    text-decoration: none;
    justify-content: left;
    display: flex;
    align-items: center;

}
button.btn.btn-link.b-inactive i.i-right
{
    display: none;
}
button.btn.btn-link i.i-right {
    display: block;
    position: absolute;
    left: auto;
    right: 15px;
    font-size: 22px;
    color: #3DCC50;
    font-weight: 600;
}

.col-md-6.col-sm-6.col-xs-12.appointment-detail {
    border-right: dashed 1px #cccccc;
}

.card.appointment-info .row {
    /* align-items: flex-start;*/
}
p.c_d {
    color: #ffffff;
    font-size: 18px;
    background:#dc3545;
    padding: 8px 15px;
    margin: 0 -15px 15px -15px;
}
.appointment-head {
    padding: 10px;
    margin-bottom: 15px;
    background: #edf4fb;
}
.appointment-head h4 i.bx.bxs-badge-check {
    color: #3DCC50;
    margin-right: 7px;
}

.appointment-head h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #20497f;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: flex;
    align-items: center;
}

.card.appointment-info ul {
    padding: 0;
    margin: 0;
}

    .card.appointment-info ul li {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        float: left;
        width: 100%;
        padding: 7px 0;
        border-bottom: solid 1px #d6d6d6;
    }
ul.ap_d {
    list-style-type: none;
    padding: 0;
}
ul.ap_d .appointment-datetime {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 15px;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 4px;
}
ul.ap_d .appointment-datetime span i {
    color: #3ecd5b;
}

ul.ap_d .appointment-datetime label {
    margin: 0;
    padding-right: 15px;
}
.file-act {
    text-align: center;
    margin-top: 5px;
}
.file-act a {
    padding: 0 5px;
}
/*
.appointment-datetime span {
    display: inline-block;
    float: left;
    width: 50%;
}

    .appointment-datetime span.a-time {
        text-align: right;
        position: absolute;
    }*/

    .appointment-datetime span.date-action {
        width: 100%;
    }

.appointment-doctor-info span {
    display: inline-block;
    float: left;
}

.card.appointment-info ul li span.a-media, li.appointment-clinic-info span.c-media {
    width: 8%;
}

    .card.appointment-info ul li span.a-media img, li.appointment-clinic-info span.c-media img {
        width: 100%;
        height: auto;
    }

li.appointment-doctor-info span.a-intro, li.appointment-clinic-info span.c-intro {
    width: 80%;
    padding-left: 17px;
}

.d-name, .c-name {
    font-size: 16px;
    font-weight: 500;
    color: #20497f;
}

.d-qualifications, .d-specializations, .c-address {
    color: #929292;
    font-size: 14px;
}

.r-letter {
    float: left;
    width: 100%;
}
.r-letter, .file-cam {
    margin: 10px 0;
}
.card.appointment-info .alert {
    margin: 10px 0;
    padding: 10px;
    float: left;
    display: flex;
    align-items: center;
}

    .card.appointment-info .alert span {
        float: right;
        width: 90%;
        padding-left: 15px;
        font-size: 14px;
    }

    .card.appointment-info .alert i {
        font-size: 30px;
    }

.card.appointment-info a {
    font-size: 14px;
}
.col-pay {
    background: #edf4fb;
    padding: 3px 6px;
    color: #000000;
    margin: 10px 0;
}
.appointment-pay label {
    display: block;
    margin: 0;
}

.appointment-pay .col-pay span {
    display: block;
    color: #204e9a;
}

.appointment-pay .col-pay a {
    margin-bottom: 15px;
    display: block;
}

.appointment-pay .col-pay span.c-fee {
    font-size: 20px;
    font-weight: 700;
}

.appointment-pay span.t-c {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 14px;
}

li.browser-viewport {
    text-align: center;
}

    li.browser-viewport .b-media {
        width: 75%;
        margin: 0 auto;
    }

        li.browser-viewport .b-media img {
            width: 100%;
        }

    li.browser-viewport label {
        font-size: 16px;
        font-weight: 500;
        color: #20497f;
        display: block;
        margin-bottom: 2px;
    }

    li.browser-viewport p {
        line-height: 1.2;
    }
/****** file upload ******/

.file-upload {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 45px;
    background: #edf4fb;
}

    .file-upload .file-select {
        display: block;
        color: #34495e;
        cursor: pointer;
        height: 45px;
        line-height: 40px;
        text-align: left;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            font-size: 22px;
            color: #ffffff;
            padding: 0 50px;
            background: #204e9a;
            display: inline-block;
            height: 45px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #3ecc50;
                color: #ffffff;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #ffffff;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

    .file-upload .file-select input[type="file"] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #ffffff;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

   .appointment-pay button.btn {
    width: 100%;
    margin: 2px 0;
    border-radius: 50px !important;
}
/*--------------------------------------------------------------
# appointment confirmed page css here 
--------------------------------------------------------------*/
.patient-details {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .patient-details label {
        margin-bottom: 4px;
        font-size: 15px;
        color: #929292;
    }

    .patient-details span {
        color: #20497f;
        font-weight: 500;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    width: 100%;
    background: url(../img/contact-banner.jpg) center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    position: relative;
    z-index: 1;
}

    #contact:before {
        content: "";
        background: rgba(172, 226, 249, 0.48);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #contact .section-title {
        text-align: left;
    }

#contact .section-title h3:after {
    width: 14%;
    left: 0%;
}
    #contact input {
        border: none;
        outline: none;
    }

#contact .col-contact img {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.cookie-disclaimer {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background: #20497f;
    color: #FFF;
    opacity: 0.9;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    position: fixed;
}
.cookie-disclaimer p
{
   margin: 0px;
}
.cookie-disclaimer a {
    color: #4894f8;
}
.cookie-disclaimer button.btn {
    background: transparent;
    border: solid 2px #ffffff;
}

.cookie-disclaimer button.btn:hover {
    background: #ffffff;
    color: #20497f;
}


  /*  #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #fbfbfb;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h4 {
                font-size: 22px;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #656262;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #656262;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #656262;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #3ecc50;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            text-align: left;
            border: 1px solid #3ecc5024;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
                outline: none;
            }

            #footer .footer-newsletter form input[type="button"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #3ecc50;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="button"]:hover {
                    background: #3bb54a;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #313030;
    }*/

   .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #20497f;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

     .social-links a:hover {
            background: #3ecc50;
            color: #fff;
            text-decoration: none;
        }

.synched {
    border-bottom: 2px solid #3ecc50 !important;
}
/*Model processing overlay */
.UIBlocker {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.1);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinnerblocking {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: spblock-anime 0.8s infinite linear;
}
/*Thank you page*/
.ImageThankYou {
    width: 100%;
}

section.s-thankyou .container.w-content.upper-padding {
    text-align: left;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, .12);
    background: #fff !important;
}

section.s-thankyou .row {
    display: flex;
    align-items: center;
}

span.t-media {
    display: block;
    text-align: center;
}

.t-content p {
    font-size: 24px;
    color: #20497f;
    font-weight: 600;
    line-height: inherit;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.marginauto {
    margin: auto;
}
/*---------------------------------------
    video chat           
  -----------------------------------------*/
div#local-media {
    position: absolute;
    width: 20%;
    z-index: 9;
    top: 50px;
    right: 30px;
}

#local-media video {
    width: 100%;
    border-radius: 10px;
}

div#remote-media {
    position: relative;
    z-index: 9;
    height: 75vh;
}

    div#remote-media video {
        width: 100%;
        background: #000000;
        height: 75vh;
    }

.call-action {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    text-align: center;
    width: 100%;
    right: 0;
}

    .call-action .btn {
        margin: 5px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 1;
        font-size: 18px;
        padding: 0 !important;
        display: inline-block !important;
    }

.chat-area {
    padding-top: 50px;
}
/*---------------------------------------
     MY PROFILE              
  -----------------------------------------*/
.user-image {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .user-image figure {
        width: 100%;
        margin: 0 auto;
    }

.user-image figure img {
    width: 100%;
    display: block;
    height: 230px;
    max-height: 250px;
    background: url(../img/default-user.png);
    background-size: cover;
    background-position: center;
}
    .user-image figcaption {
        padding-top: 15px;
    }
    .btn-bs-file input[type="file"] {
    /* position: absolute; */
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

ul.nav.flex-column {
    background: #e6fbe9;
    height: auto;
    padding: 0;
    display: block;
}

 ul.nav.flex-column li.nav-item {
    padding: 0;
    border-bottom: solid 1px #ffffff;
    display: inline-block;
}

ul.nav.flex-column li.nav-item a.nav-link {
    padding: 10px 10px;
}
            ul.nav.flex-column li.nav-item a.nav-link:hover {
                background: #3bb54a;
                color: #ffffff;
            }

            ul.nav.flex-column li.nav-item a.nav-link.active {
                background: #3bb54a;
                color: #ffffff;
            }

.col-act {
    text-align: center;
    margin-top: 20px;
}

    .col-act input.btn.btn-default {
        background: #3bb54a;
        border-color: #3bb54a;
        color: #ffffff;
        border-radius: 50px;
        padding: 6px 20px;
    }

        .col-act input.btn.btn-default:hover {
            background: #20497f;
            border-color: #20497f;
            color: #ffffff;
            border-radius: 50px;
            padding: 6px 20px;
        }
        .user-profile {margin-top: 20px;}

.user-profile .form-control {
    border: none;
    border-radius: 0;
    height: 45px;
    background: #e6fbe9;
}

.user-profile form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
}
.btn-group.btn-user .btn {
    display: inline-block;
    width: 50% !important;
    padding: 6px;
}

.btn-group.btn-user {
    width: 100%;
}

/*----------------My Bookings--------------------*/


#mybookings_wrapper .row {
    width: 100%;
    margin: 0;
}
#mybookings_wrapper .col-sm-12 {
    padding: 0;
}
#mybookings_wrapper select.form-control.input-sm {
    margin: 0 10px;
}
#mybookings_wrapper div#mybookings_filter input.form-control.input-sm {
    margin-left: 10px;
}
#mybookings_length {
    float: left;
    text-align: left;
}

#mybookings_filter {
    float: right;
   
}

#mybookings_length, #mybookings_filter {
    margin-top: 15px;
}


#timeslotData .row {
    margin-bottom: 20px;
}
table#mybookings {
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.calendar-date .btn {
    padding: 6px 12px;
}

.calendar-date input.form-control.date {
    padding: 6px 12px;
    height: auto;
}
table#mybookings thead {
    display: none;
}

table#mybookings tr {
    float: left;
    width: 48%;
    display: inline-block;
    position: relative;
    border: solid 1px #f0f0f0;
    margin: 1%;
    padding: 10px;
}

    table#mybookings tr td, table#mybookings tr th {
        width: 50%;
        float: left;
        border: none;
        padding: 0 0 2px 0;
        font-size: 15px
        font-weight:400px;
    }

table#mybookings td.r-number:before {
    content: 'Reference Number';
    display: block;
    font-weight: 500;
    color: #3bb54a;
    font-size: 16px;
}

table#mybookings tbody th.type:before {
    content: 'Booking Type';
    display: block;
   font-weight: 500;
    color: #3bb54a;
    font-size: 16px;
}

table#mybookings tbody td.date:before {
    content: 'Booking Date';
    display: block;
   font-weight: 500;
    color: #3bb54a;
    font-size: 16px;
}

table#mybookings tbody td.status:before {
    content: 'Booking status';
    display: block;
   font-weight: 500;
    color: #3bb54a;
    font-size: 16px;
}

table#mybookings td.action {
    position: absolute;
    float: left !important;
    right: 48px;
    top: 8px;
    height: 0;
    width: 0% !important;
}

table#mybookings td .dropdown .btn {
    background: #e6fbe9;
    height: 35px;
    width: 35px;
    line-height: 40px;
    padding: 0;
    display: block;
    color: #20497f;
    border: none;
}
table#mybookings td .dropdown .btn:hover {
    background: #20497f;
    height: 35px;
    width: 35px;
    line-height: 40px;
    padding: 0;
    display: block;
    color: #ffffff;
    border: none;
}
table#mybookings .dropdown-toggle::after
{
    margin: 0;
}
table#mybookings td.action .dropdown-backdrop {
    position: relative;
}
table#mybookings .dropdown-menu {
    right: -40px !important;
    left: auto!important;
    z-index: 9;
    float: left;
}

#booking-detail ul {
    margin: 0px;
}

#mybookings_wrapper .col-sm-12 {
    padding: 0;
}

#mybookings_paginate ul.pagination {
    float: right;
}

#mybookings_paginate ul.pagination a {
    padding: 0 7px;
    outline: none;
}
/*=============================================
         Contact us page css here
=============================================== */
section#contact.contact-us {
    background: #EFF8FF !important;
}
.col-contact p {
    margin: 15px 0 0px 0;
}

.col-contact h4 {
    color: #20497f;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: capitalize;
}
section#contact.contact-us img {
    width: 100% !important;
     margin-top: 20px !important;
}

/*=============================================
         service-detail us page css here
=============================================== */
.card-service .btn.btn-primary
{
    display: flex;
    width: fit-content;
    align-items: center;
}
.card-service .btn.btn-primary i
{
    margin-left: 7px;
}
.card-service .icon-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../img/icons/icon-back.jpg) center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-service .icon-box img {
    width: 100%;
}

.card-service .icon {
    width: 80%;
    margin: 0 auto;
}
.card-service h4.title {
    font-size: 32px;
    font-weight: 700;
    color: #20497f;
    margin-bottom: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: capitalize;
}
.card-service h5 {
    color: #3ecc50;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}


.sticky-wrapper .mobile-nav-toggle {
    position: fixed;
    right: 30px;
    top: 56px;
    background: #20497f;
    height: 30px;
    width: 30px;
    font-size: 18px;
    border-radius: 50px;
}
.sticky-wrapper.is-sticky .mobile-nav-toggle {
    top: 20px;
}
.card.p-qurey p {
    font-size: 18px;
    color: #20497f;
    background: #f5f5f5;
    padding: 7px;
    margin-bottom: 20px;
}
.card.p-qurey .col-md-7 span {
    display: list-item;
    list-style: inside;
    color: #000000;
}
.card.p-qurey .col-md-5.text-right{
    text-align: left !important;
}
.card.p-qurey .col-md-5.text-right span.focus-input100 {
    display: none;
}
.card.p-qurey .col-md-5.text-right input {
    border: solid 1px #dbdbdb;
}
.col-md-5.text-right .wrap-input100 {
    border: none;
    margin: 0;
}

.card.p-qurey select.input100.has-val {
    border: solid 1px #dbdbdb;
}

.card.p-qurey  .row {
    margin-bottom: 10px;
}
#paymentModal p {
    background: #edf4fb;
    color: #20497f;
    padding: 3px 7px;
}
div#card-element {
    margin-bottom: 15px;
}

p#card-error {
    padding: 0;
    margin: 11px  0 0 0;
    background: transparent;
    color: #ff4e4e;
    text-align: center;
}

#paymentModal p.result-message {
    padding: 0;
    margin: 11px 0 0 0;
    background: transparent;
    color: #3ecc50;
    text-align: center;
}
div#card-element {
    margin-bottom: 15px;
}

form#payment-form {
    text-align: center;
}

form#payment-form button#submit {
    padding: 5px 30px;
}
div#card-element {
    margin-bottom: 15px;
    border: solid 1px #ccc;
    padding: 10px 6px;
    border-radius: 4px;
}

img.result-img {
    width: 35%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
section#booking-slot h6 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #20497f;
}
#accordion .btn-info {
    color: #ffffff;
    background-color: #3ecc50;
    display: block;
    border-color: #3ecc50;
}
section.s-slot {
    padding: 130px 0 90px 0;
}
.row-c {
    margin-bottom: 20px;
}

section.address {
    text-align: center;
    padding: 60px 0px;
   background-color: #EFF8FF;
}
section.how-its h3, section.address h3 {
    color: #418fde;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
}
section.address h3:after {
    content: "";
    height: 2px;
    width: 40px;
    background: #225f9c;
    position: absolute;
    left: 48.6%;
    bottom: -5px;
}
.address i.bx {
    font-size: 21px;
    background: #418fde;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50px;
}
.address a, .address p {
    color: #000000;
    display: block;
    font-weight: 300;
}
.address a, .address p {
 
    margin: 0;
}
.pay_s i.bx {
    color: #ffffff;
    background: #3ecc50;
    font-size: 70px;
    border-radius: 50px;
    font-weight: 100;
    padding: 8px;
    margin-bottom: 10px;
}
.pay_s i.bxs-error {
    color: #856404;
    background: #fff3cd;
    font-size: 70px;
    border-radius: 50px;
    font-weight: 100;
    padding: 8px;
    margin-bottom: 10px;
}

.pay_s {
    text-align: center;
}

.pay_s span.login100-form-title {
    text-align: center;
}
.pay_s a.btn {
    color: white;
}
p.t_id {
    padding-top: 4px;
    border-top: dotted 2px lightgrey;
    margin: 0;
}
.appointment-detail {
    padding: 0 15px;
}

/*====pay pages css here ==== */

.modal-content.alert.alert-success {
    padding: 10px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.modal-content.alert.alert-success {
    padding: 10px;
}

.modal-content.alert.alert-success .modal-header {
    padding: 0;
    border-bottom: 1px solid #afd8b8;
}

.modal-content.alert.alert-success .modal-header h4 {
    width: 100%;
    margin-bottom: 15px;
}

.modal-content.alert.alert-success .modal-footer {
    padding: 10px 0 0 0;
    border-top: 1px solid #afd8b8;
}

.modal-content.alert.alert-success .modal-footer button.btn.btn-secondary {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}



/*====  end ==== */

/*=============================================
         all pages responsive css here
=============================================== */
/*==============@media (max-width:991px)=======================*/
@media (max-width: 992px)
{
.appointment-pay .btn-group {
    display: block;
    float: left;
}

.appointment-pay .btn-group a.btn {
    width: 100%;
    border-radius: 50px !important;
    margin-top: 7px;
}
a.u-change {
    display: block;
    float: none;
}
section.s-slot .doctor-timeslot span.slot-time {
    width: 15%;
}
.container.vh-100 .col-md-10.col-sm-10.col-xs-12 {
    width: 100%;
    -ms-flex: 100%;
    flex: 100% !important;
    max-width: 100% !important;
}

}
@media (max-width: 860px)
{

.card.p-qurey .col-md-7 span {
    margin-bottom: 10px;
}
.appointment-datetime span {
    display: block;
    float: left;
    width: 100%;
}
.appointment-datetime span.a-time {
    text-align: left !important;
    position: relative !important;
}
div#hcbBookingContainer .modal-header button.close {
    /* top: 22px; */
    font-size: 12px;
    }
div#hcbBookingContainer .modal-header i {
    color: #ffffff;
    font-size: 17px;
}

}
/*@media (max-width:768px)*/
@media (max-width: 768px)
{
img.result-img {
    width: 50%;
}

.sticky-wrapper .mobile-nav-toggle {
    text-align: center;
    position: fixed;
    right: 30px;
    top: 57px;
    background: #20497f;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    z-index: 7
    }
    .sticky-wrapper.is-sticky .mobile-nav-toggle {
    top: 25px;
}
#hero {
    margin-bottom: -100px;
}
.card.card-doctor .col-lg-3.col-md-3.col-sm-3.col-xs-12, .card.card-doctor .doctor-slot {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.card.card-doctor h4 {
    margin: 20px 0;
  }
  .doctor-timeslot span.slot-time {
      width: 30%
  }
  span.img-pc
  {
    display: none;
  }
  span.img-mob {
    display: block;
}
#services .col-lg-2 {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.services .icon-box {
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .services .icon-box a {
    padding: 30px 20px;
  }
  .services .icon-box a:hover {
         
   padding: 30px 20px;
      
        }
  .services .icon
  {
    height: 90px;
    width: 90px;
  }
  section#services .btn.btn-primary {
    margin-top: 50px;
  }
 
  .about .abt-icon {

    right: calc(5% - 0px);
    top: calc(40% - 0px);

}
#contact {
    width: 100%;
    background-size: cover;
    padding: 60px 15px;
}
  #footer .footer-links {
    margin-bottom: 30px;
    width: 50%;
}
.user-profile .col {
    width: 100% !important;
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.file-cam {
   
    display: block;
}
.right {
    float: right;
    width: 100%;
}
.appointment-detail span.c-media {
    text-align: center;
    display: block;
}
.appointment-detail span.a-date, .appointment-detail span.a-time {
    margin: 13px 0;
    display: inline-block;
}
.col-md-6.col-xs-12.pd {
    margin-top: 15px;
}
section.s-slot {
    padding: 100px 0 90px 0;
}
section.s-slot .container {
    max-width: 100%;
}

footer#footer .text-lg-left, footer#footer .text-lg-right {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
}
section.address .tel {
    border: solid #cee8fd;
    border-width: 1px 0 1px 0;
    padding: 15px 15px;
    margin: 15px 0;
}
}
/*--//end 768--*/
@media (max-width:750px) 
{

    form#booking-form .col-md-11.col-sm-11.col-xs-12.padd-0 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#booking-form .input-group {
    padding: 0 1px;
    margin: 2px 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.btn-turbo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .card.appointment-info .appointment-detail, .card.appointment-info .appointment-pay {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
}
.col-md-6.col-sm-6.col-xs-12.appointment-detail {
    border-right: 0;
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#mybookings_wrapper .row .col-sm-6, #mybookings_wrapper .col-sm-5, #mybookings_wrapper .col-sm-7 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#mybookings_length, #mybookings_filter {
    margin-top: 15px;
    width: 100%;
}
div#mybookings_info {
    text-align: center;
}
div#mybookings_paginate {
    display: flex;
}
#mybookings_paginate ul.pagination {
    float: none;
    margin: 8px auto;
}

}
/*-(max-width:600px)-*/
@media (max-width:600px) 
{

  .contact-info.mr-auto {
    display: none;
}
body p {
    font-size: 15px;
}
body section h3 {
    font-size: 28px;
    }
body section h4 {
    font-size: 18px;
  }
  .about .icon-box .title {
 
    font-size: 16px;
}
.btn-turbo {
   
    margin: 2px 2px;
}
.cta {
    width: 100%;
    text-align: center;
}

#topbar .cta a {
    width: auto;
    display: inline-block;
    text-align: center;
}
span.img-mob {
    display: block;
    margin-bottom: 30px;
}
.about .abt-icon {
    right: calc(35% - 0px);
    top: calc(74% - 0px);
}
.why-us .icon-boxes .icon-box h4 {
    font-size: 18px;
    }
#why-us .icon-boxes .col-xl-4.col-lg-4.col-sm-4.col-xs-6 {
    width: 50%;
}
.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    width: 100%;
}
.why-us .icon-boxes .icon-box span {
    display: block;
    width: 70%;
    padding: 15px;
    }
    .why-us .icon-boxes .col .icon-box span {
    display: block;
    width: 30%;
  }
section h3:after {
   width: 24%;
   left: 38%;
    bottom: -15px;
}
#c-action h3 {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
   }
table#mybookings tr {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    border: solid 1px #f0f0f0;
    margin: 0%;
    padding: 10px;
}
.user-action span.t-c, .user-action span.t-r.text-right {
    display: flex;
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
}
.limiter-overlay {
    padding: 100px 15px 50px 15px;
    display: block;
}
.limiter .col-md-6 {
    padding: 0;
}
span.f-p {
    float: left;
    width: 100%;
}
table#mybookings .dropdown-menu {
    right: auto !important;
    left: -30px!important;
    z-index: 9;
    float: right;
}
.c-act {
    margin: 15px 0;
    text-align: center;
}
section#contact .col.col-md-6.col-sm-6.col-xs-12
{
	width: 100% !important;
	ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.appointment-pay .btn-group {
    display: block;
    float: none;
    text-align: center;
}
span.a-intro {
    padding: 0 !important;
    width: 100%;
}
.d-name, .d-specializations {
    display: inline-block !important;;
}
.d-name {
    padding-right: 10px !important;;
}   

}
@media (max-width:575px) 
{
div#mybookings_length label, #mybookings_filter label {
    width: 100%;
    display: flex;
    align-items: center;

}
section.s-waiting .carousel-item {

    text-align: center !important;
}
.cookie-disclaimer button.btn {
    margin-top: 20px;
}
.cookie-disclaimer a {
    color: #4894f8;
    margin-top: 10px;
    display: block;
}
span#weakpassvalidator
{
    font-size: 12px;
    line-height: 15px;
    bottom: -55px;
}
span.pass-text, #confirmpassvalidator.urvalidatorclass
{
 font-size: 12px;
}
.card-header h4
{
    font-size: 18px;
}
section.s-slot .dexscan {
    text-align: center;
}
section.s-slot .doctor-timeslot span.slot-time {
    width: 19%;
}
}
/*max-width:532px*/
@media (max-width:532px)
{
section.s-slot .slick-slider 
    {
    width: 100%;
    }
.slick-slide.slick-current.slick-active {
    text-align: center !important;
}
button.btn.btn-link.b-inactive h4 {
     text-align: left;
}
.slick-prev, .slick-next {
    line-height: 60px !important;
    width: 30px !important;
    height: 30px !important;
    }
    .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 28px !important;
}
.slick-prev {
    left: -15px !important;
}
[dir='rtl'] .slick-prev
{
    right: -15px !important;
    left: auto;
}
.slick-next {
    right: -15px !important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -15px !important;
}
.doctor-timeslot span.slot-time {
    width: 32%;
}
.card.appointment-info .card-body {
    padding: 0px 15px;
}
section.s-slot .doctor-timeslot span.slot-time {
    width: 24%;
}
}
/*end:532px*/
@media (max-width:450px) 
{
.card-service {
    text-align: center;
}
.card-service .btn.btn-primary {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}
p.c_d {
  
    font-size: 15px;
    margin: 0 -15px 5px -15px;
}
  #header-sticky-wrapper.sticky-wrapper #header .logo a {
    display: block;
    float: left;
    width: 270px;
}
#header-sticky-wrapper.sticky-wrapper.is-sticky #header .logo a {
    display: block;
    float: left;
    width: 270px;
}
.sticky-wrapper .mobile-nav-toggle {
    position: fixed;
    right: 30px;
    top: 56px;
    background: #20497f;
    height: 30px;
    width: 30px;
    font-size: 18px;
    border-radius: 50px;
}
.sticky-wrapper.is-sticky .mobile-nav-toggle {
    top: 20px;
}
.icon-boxes .row {
    margin: 0;
}
.slide-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.carousel-indicators {
    position: absolute;
    top: 110%;
    bottom: 0;
    margin: 0;
    height: 0;
    right: 0;
    left: auto;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
section.s-waiting .carousel-indicators {
  display: none;
}
li.appointment-clinic-info span.c-intro {
    width: 70%;
    padding-left: 10px;
}
li.appointment-clinic-info span.c-media {
    width: 20%;
}

}
@media (max-width:414px) 
{
.services .icon-box a {
    padding: 20px 10px;
    text-align: center;
}
.services .icon-box a:hover {
    padding: 20px 10px;
    text-align: center;
}
.services .icon {
    height: 70px;
    width: 70px;
}
}
