@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap');

/*-------------global css-------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #fff;
    scroll-behavior: smooth;
}

a {
    transition: All .6s;
    color: #2ab6f1;
}

a:hover {
    text-decoration: none;
    transition: All .6s;
    color: #2ab6f1;
}

a:focus,
button:focus {
    outline: none;
}

.btn {
    transition: All .6s;
}

.btn:hover {
    transition: All .6s;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495965;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #495965;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #495965;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #495965;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 20px;
}

.find-a-clinic {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    float: right;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.find-a-clinic:hover {
    background-color: #a4a7aa;
    color: #fff;
}

.find-a-clinic img {
    margin-right: 5px;
    width: 17px;
}

hr {
    clear: both;
}

section {
    padding: 80px 0;
}

.content-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 30px;
}

.read-more {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    display: block;
    border: 1px solid #fff;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 29px;
    color: #fff;
    text-transform: capitalize;
}

.read-more:hover {
    background: rgba(255, 255, 255, .4);
    color: #fff;
}


/*-------------Main header css-------------------*/

.main-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 10000;
}

.top-bar {
    border-bottom: 1px solid #cccccc;
    padding: 7px 0;
}

.top-social {
    text-align: left;
    margin-bottom: 0;
    margin-top: 7px;
}

.top-social li {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-right: 15px;
}

.top-social li a {
    color: #212121;
}

.main-header .navbar-brand {
    padding: 12px 0;
}

.main-navigation {
    padding: 0;
    background-color: #fff !important;
}

.main-navigation .navbar-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    min-height: 60px;
    border-top: 3px solid #fff;
    line-height: 33px;
    color: #000 !important;
    padding: 19px 10px !important;
    background-color: #fff;
}

.main-navigation .navbar-nav li.active a {
    border-top: 3px solid #00aeef;
    color: #00aeef !important;
}

.main-navigation .navbar-nav li a:hover {
    color: #00aeef !important;
}


/*drop down menu css*/

.main-navigation .navbar-nav .nav-item.dropdown a {
    padding: 0 5px 0 10px !important;
    margin-top: 19px;
    float: left;
}

.main-navigation .navbar-nav .nav-item.dropdown a.dropdown-toggle {
    padding: 0!important;
}

.main-navigation .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border: none;
    top: 60px;
}

.main-navigation .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 5px 10px !important;
    min-height: auto !important;
}

.main-navigation .navbar-nav li {
    position: relative;
}

.main-navigation .navbar-nav li ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 180px;
    list-style: none;
    /*border-top: 1px solid #00aeef;*/
}

.main-navigation .navbar-nav li ul.sub-menu li {
    width: 100%;
    padding: 0px 10px;
    background-color: #fff;
}

.main-navigation .navbar-nav li ul.sub-menu li a {
    display: block;
    padding: 5px 15px !important;
    min-height: inherit;
    border-bottom: 1px solid #00aeef;
}

.main-navigation .navbar-nav li ul.sub-menu li:last-child a {
    border: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .desktop-home-slide {
        display: none;
    }
    .mobile-home-slide {
        display: block !important;
    }
    
    .main-navigation .navbar-nav li {
        clear: both;
    }
    .main-navigation .navbar-nav .nav-item.dropdown a {
        width: 90%;
        padding: 10px 10px !important;
        margin-top: 0;
        float: left;
        background-color: #00aeef;
    }
    .main-navigation .navbar-nav .nav-item.dropdown a.dropdown-toggle {
        width: 10%;
        text-align: right;
        padding: 10px !important;
    }
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}


/*drop down menu css*/


/*-------------Banner css-------------------*/

.banner {
    padding: 0;
}

.banner .carousel-control-prev span {
    background-image: url(../images/grey-arrow-left.png);
    width: 29px;
    height: 55px;
}

.banner .carousel-control-next span {
    background-image: url(../images/grey-arrow-right.png);
    width: 29px;
    height: 55px;
}

.banner .carousel-indicators {
    bottom: 60px;
}

.banner .carousel-indicators .active {
    background-color: #d0d0d0;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 9%;
}

.banner .carousel-caption {
    text-align: left;
    top: 46%;
    width: 35%;
    left: 10%;
    transform: translateY(-50%);
}

.banner .carousel-caption h5 {
    color: #a4a7aa;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.banner .carousel-caption h5 span {
    color: #00aeef;
}

.banner .carousel-caption p {
    color: #212529;
}

.banner .carousel.slide {
    width: 100%;
}

.bannerPic {
    width: 100%;
}

.bannerPic img {
    width: 100%;
}


/*-------------Banner bottom sec css-------------------*/

.banner-bottom {
    margin-top: -47px;
    background: #00aeef;
}

.banner-bottom .row {
    justify-content: flex-end;
}

.banner-bottom a {
    display: table;
    background: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    border-radius: 20px;
    float: left;
    width: 100%;
    padding: 15px;
    min-height: 94px;
}

.banner-bottom a .icon {
    display: table-cell;
    width: 15%;
}

.banner-bottom a .icon img {
    margin-top: 11px;
}

.banner-bottom a h4 {
    display: table-cell;
    width: 70%;
    text-align: left;
    color: #00aeef;
    padding-left: 12px;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
}

.banner-bottom a .arrow {
    display: table-cell;
    width: 15%;
}

.banner-bottom a .arrow img {
    margin-top: 11px;
}


/*-------------About us sec css-------------------*/

.about-us-sec {
    background-color: #00aeef;
    color: #fff;
    padding: 80px 0;
}

.banner-right-text ul {
    display: table;
    width: 100%;
}

.banner-right-text ul li {
    display: table-cell;
    margin: 35px 0;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #78d4f7;
    vertical-align: top;
}

.banner-right-text ul li:first-child {
    border-left: none;
}

.banner-right-text ul li .banner-right-icon {
    width: 100%;
    float: left;
}

.banner-right-text ul li .banner-right-cont {
    width: 100%;
    float: left;
}

.banner-right-text ul li .banner-right-cont h3 {
    font-size: 40px;
    margin: 30px 0 10px;
    line-height: 34px;
}

.banner-right-text ul li .banner-right-cont h4 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.banner-right-text .find-a-clinic {
    background-color: #fff;
    color: #00aeef;
    float: left;
    display: block;
    margin: 30px auto 0 -95px;
    clear: both;
    width: 300px;
    position: relative;
    left: 45%;
    background-image: url(../images/blue-right-arrow.png);
    background-repeat: no-repeat;
    background-position: 83% center;
    font-weight: bold;
}

.banner-right-text .find-a-clinic img {
    display: none;
}

.banner-right-text .find-a-clinic:hover {
    background-color: #a4a7aa;
    color: #fff;
    background-image: url(../images/white-right-arrow.png);
}

.banner-right-text .find-a-clinic img {
    width: auto;
    float: right;
    margin: 5px 0 0 10px;
}


/*-------------latest updates sec css-------------------*/

.latest-update {
    background-color: #ecfaff;
}

.latest-update .content-title {
    color: #00aeef;
}

.latest-update .product-box {
    padding: 5px;
}

.latest-update .product-box-inner {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: table;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.latest-update-image {
    float: left;
    width: 45%;
    /*height: 320px;*/
}

.latest-update-image img {
    width: auto !important;
    height: 100%;
    /*object-fit: cover;*/
}

.latest-update-text {
    float: left;
    width: 51%;
    padding: 0 0px 0px 15px;
    background-color: #fff;
}

.latest-update-text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #757575;
}

.latest-update-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #00aeef;
}

.latest-update-text h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #212121;
    margin-bottom: 10px;
}

.latest-update-text p {
    height: 49px;
    overflow: hidden;
}

.latest-update-text .find-a-clinic {
    display: block;
    float: left;
}

.latest-update-text .find-a-clinic img {
    width: auto;
    float: right;
    margin: 5px 0 0 15px;
}

.latest-update-text .find-a-clinic:hover {
    background-color: #a4a7aa;
}

.banner .find-a-clinic {
    display: block;
    float: left;
}

.banner .find-a-clinic img {
    width: auto;
    float: right;
    margin: 5px 0 0 15px;
}

.BlogSec .product-box-inner {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    /* display: table; */
    display: flex;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    width: 98%;
    margin-bottom: 12px;
}

.BlogSec .latest-update-image {
    float: left;
    width: 260px;
    height: 260px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
}

.BlogSec .latest-update-text {
    padding: 12px 5px 0 12px;
}

.BlogSec .latest-update-text h3 {
    margin-bottom: 8px;
    height: 52px;
    overflow: hidden;
}

.BlogSec .latest-update-text p {
    height: 150px;
}

.BlogSec .owl-stage-outer {
    margin-bottom: 10px;
}

.BlogSec .owl-theme .owl-dots {
    display: none;
}

.latest-update .carousel1 {
    padding: 0 50px;
}

.latest-update .owl-dots span {
    background-color: #fff !important;
    width: 40px !important;
    height: 6px !important;
}

.latest-update .owl-dots .active span {
    background-color: #00aeef !important;
}

.carousel1 {
    position: relative;
}

.owl-prev {
    position: absolute;
    background-color: transparent !important;
    left: -50px;
    top: 34%;
}

.owl-prev span {
    text-indent: -9999px;
    background-image: url(../images/blue-arrow-left.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 49px;
    display: block;
}

.owl-next {
    position: absolute;
    background-color: transparent !important;
    right: -50px;
    top: 34%;
}

.owl-next span {
    text-indent: -9999px;
    background-image: url(../images/blue-arrow.png);
    background-position: center right;
    width: 25px;
    height: 49px;
    background-repeat: no-repeat;
    display: block;
}

.latest-update .owl-dots {
    margin-top: 40px;
}

.carousel1 .owl-stage {
    width: 100%;
}

.carousel1 .owl-stage p {
    width: 100%;
    min-width: 1000px;
    text-align: center;
}

.payments-schemes-sec .carousel1 .owl-stage .latest-update-text p {
    width: 100%;
    min-width: inherit;
    text-align: center;
    height: 148px;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 12px;
}


/*-------------Our services sec css-------------------*/

.our-services-sec-col-wrap {
    padding: 0 15px 25px;
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .1);
}

.our-services-sec-col-wrap .top-label {
    font-family: 'Open Sans', sans-serif;
    width: 60%;
    background: #a4a7aa;
    font-size: 16px;
    border-bottom-left-radius: 18px;
    color: #fff;
    margin: 0 auto 25px;
    border-bottom-right-radius: 18px;
    font-weight: bold;
    padding: 3px 10px 5px;
}

.our-services-sec-col-wrap .our-services-sec-img {
    margin-bottom: 25px;
}

.our-services-sec-col-wrap .our-services-sec-img img {
    max-height: 150px;
}

.our-services-sec-col-wrap h3 {
    font-size: 24px;
    color: #00aeef;
    font-weight: 500;
}

.our-services-sec-col-wrap p {
    margin-bottom: 35px;
}

.our-services-sec-col-wrap .view-more {
    padding: 8px 30px;
    font-size: 16px;
    display: block;
    background: #00aeef;
    border-radius: 107px;
    float: none;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: 175px;
    margin: 0 auto;
}

.our-services-sec-col-wrap .view-more img {
    width: auto;
    float: right;
    margin: 5px 0 0 15px;
}

.our-services-sec-col-wrap .view-more:hover {
    background-color: #a4a7aa;
}


/*-------------Payment schemes sec css-------------------*/

.payments-schemes-sec {
    background-color: #fafafa;
}

.payments-schemes-sec .content-title {
    color: #00aeef;
}

.payments-schemes-sec p {
    line-height: 30px;
}

.payments-schemes-sec p a {
    color: #00aeef;
}

.payments-schemes-logo li {
    display: inline-block;
    width: 19.4%;
    box-sizing: border-box;
    padding: 25px;
}

.BlogSec .content-title {
    color: #00aeef;
}


/*-------------Store image sec css-------------------*/

.store-image-sec .content-title {
    color: #00aeef;
}

.store-image-sec {
    background-color: #ecfaff;
}

.store-image-carousel {
    padding: 0 50px;
}

.store-image-carousel .item h4 {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #212121;
    margin-top: 15px;
}

.store-image-carousel .owl-dots {
    display: none;
}

.store-image-sec .owl-prev span {
    background-image: url(../images/grey-arrow-left.png);
}

.store-image-sec .owl-next span {
    background-image: url(../images/grey-arrow-right.png);
}

.store-image-carousel .owl-carousel-brands .owl-item img {
    height: 190px;
    border-radius: 10px;
}


/*-------------Store image sec css-------------------*/

.as-seen-sec .as-seen-sec-img {
    position: relative;
}

.as-seen-sec .text-center:nth-of-type(1) .as-seen-sec-img img {
    position: absolute;
    margin-top: 40px;
    left: 0;
}


/*-------------Footer sec css-------------------*/

.footer-main {
    background-color: #00aeef;
    padding: 32px 0;
    text-align: center;
}

.footer-main ul {
    list-style: none;
    text-align: center;
}

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

.footer-links li {
    display: inline-block;
    border-left: 1px solid #fff;
}

.footer-links li a {
    color: #fff;
    margin: 0 7px;
    font-size: 15px;
    line-height: 15px;
}

.footer-links li:first-child a {
    margin-left: 0;
}

.footer-links li:first-child {
    border-left: none;
}

.footer-button {
    margin-bottom: 30px;
}

.footer-button a {
    padding: 8px 30px;
    background: #fff;
    border-radius: 107px;
    float: right;
    color: #00aeef;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.footer-button a:hover {
    background-color: #a4a7aa;
    color: #fff;
}

.footer-address p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.footer-copyright li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    list-style-type: disc;
    width: 100%;
}

.footer-copyright li a {
    color: #fff;
    list-style-type: disc;
}

.footer-copyright li:last-child {
    margin-right: 15px;
}

.footer-copyright li:last-child {
    list-style-type: none;
}


/*===============================================Inner Page common section=====================================================*/

.innerBanner {
    padding: 0;
    position: relative;
}

.BannerCaption {
    position: absolute;
    top: 35%;
    left: 41%;
}

.BannerCaption h1 {
    font-size: 42px;
    text-transform: uppercase;
    color: #00aeef;
    font-weight: 500;
}


/*-------------Left sidebar css----------*/

.left-accordion {
    margin-top: 0px;
}

.aboutLeftPanel .card {
    border: none;
    margin-top: 0px;
}

.aboutLeftPanel .card-header {
    background-color: transparent;
    padding: 10px 15px;
}

.aboutLeftPanel .card-header a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.aboutLeftPanel .card-header a:hover,
.aboutLeftPanel .card-body a:hover,
.aboutLeftPanel .card-header a.active,
.aboutLeftPanel .card-body ul li a.active {
    color: #00aeef !important;
}

.aboutLeftPanel .card-header a.active,
.aboutLeftPanel .card-body ul li a.active {
    font-weight: bold;
}

.aboutLeftPanel .card-body .card-header {
    padding: 10px 0 10px 10px;
    border-bottom: none;
}

.aboutLeftPanel .card-body .card-header a {
    color: #212121;
    font-weight: normal;
}

.aboutLeftPanel .card-body {
    padding: 10px 15px;
}

.aboutLeftPanel .card-body ul {
    padding-left: 10px;
    margin-bottom: 0;
}

.aboutLeftPanel .card-body ul li {
    list-style-type: none;
    line-height: 160%;
}

.aboutLeftPanel .card-body ul li a {
    color: #212121;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.aboutLeftPanel .card-header a:after {
    color: #00aeef;
    font-weight: normal;
}

.aboutLeftPanel .card-body .card-body {
    padding: 0 5px 10px 10px;
}

.no-sub .card-title:after {
    display: none;
}

.no-sub:after {
    display: none;
}


/*======================================Our services Page comon css ==============================================*/

.services-content {
    padding-bottom: 80px;
}

.services-content p {
    text-align: left;
}

.services-content p {
    color: #212121;
    font-size: 14px;
    text-align: justify;
}

.services-content-right {}

.services-content-right h2 {
    color: #00aeef;
    font-size: 30px;
    font-weight: 500;
    margin: 25px 0 20px;
    float: left;
    width: 100%;
}

.services-content-right h3 {
    color: #00aeef;
    font-size: 24px;
    font-weight: 500;
    clear: both;
    margin: 25px 0 15px;
    float: left;
    width: 100%
}

.services-content-right h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    width: 100%
}

.services-content-right h5 {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

.services-content-right h6 {
    font-weight: normal;
    width: 100%
}

.services-content-right h3.blue-subh {
    color: #2ab6f1;
}

.services-content ul {
    list-style: circle;
	color: #212121;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.services-content ul li {
    margin-left: 20px;
}

.services-content ol {
    list-style: lower-roman;
	color: #212121;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.services-content ul li.blocks-gallery-item figure {
    display: block;
}

.boxed-list {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 15px;
}

.boxed-list li {
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
    float: left;
    width: 49%;
    margin-right: 1%;
    padding: 8px 8px 8px 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    list-style-type: none;
    background-image: url(../images/blue-tick.png);
    background-position: 8px 13px;
    background-repeat: no-repeat;
    min-height: 45px;
    font-weight: 700;
    margin-left: 0;
}

.boxed-list li:nth-of-type(2n+1) {
    clear: both;
}

.services-content .boxed-list li {
    margin-left: 0;
}

.normal-list {
    margin-bottom: 25px;
}

.normal-list li {
    margin-bottom: 10px;
    margin-left: 20px;
}


/*---Contact box---*/

.contact-us-box {
    float: left;
    width: 100%;
    background-color: #f4fcff;
    border: 1px solid #00aeef;
    padding: 35px 25px;
    border-radius: 15px;
    margin-top: 50px;
}

.contact-us-box h4 {
    float: left;
    font-size: 22px;
    font-weight: 500;
    margin: 8px 0 0;
}

.contact-us-box .view-more {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    float: right;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    float: right;
}

.contact-us-box .view-more img {
    margin-left: 10px;
}

.contact-us-box .view-more:hover {
    background-color: #a4a7aa;
}


/*---Services bottom box css---*/

.services-bottom-links-box {
    float: left;
    width: 49%;
    position: relative;
    cursor: pointer;
}

.services-bottom-links-box:first-child {
    margin-right: 2%;
    text-align: center;
}

.services-bottom-links-box h4 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}

.contact-us-box2 .view-more {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.contact-us-box2 .view-more img {
    margin-left: 10px;
}

.contact-us-box2 .view-more:hover {
    background-color: #a4a7aa;
}


/*---Form css---*/

.join-list-form {}

.join-list-form h3 {
    color: #212121;
    font-size: 30px;
    font-weight: normal;
}

.join-list-form h5 {
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 150%;
}

.join-list-form .row {
    margin-bottom: 15px;
}

.join-list-form .row label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
}

.join-list-form .row label b {
    color: #f00;
}

.join-list-form .row label span {
    color: #adb0b2;
}

.join-list-form .row input,
.join-list-form .row select {
    background-color: #f5f5f5;
    border-radius: 25px;
    border: 1px solid #cccccc;
    height: 45px !important;
}

.join-list-form .row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}


/* .join-list-form .row input.date-field{ background-image: url(../images/date-icon.png); background-repeat: no-repeat;    background-position: 95% center;} ranjita for hiding icon*/

.join-list-form .row textarea {
    background-color: #f5f5f5;
    border-radius: 25px;
    border: 1px solid #cccccc;
}

.join-list-form .row .custom-file-label {
    background-color: #f5f5f5;
    border-radius: 25px !important;
    border: 1px solid #cccccc;
    height: 40px;
}

.join-list-form .row .custom-file-label:after {
    background-color: #00aeef;
    height: 40px;
    border-radius: 42px;
    color: #fff;
    width: 130px;
    text-align: center;
}

.file-upload-custom h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 5px 0 0;
    font-size: 14px;
    color: #757575;
}

.join-list-form .note {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #757575;
    margin: 0 0 15px;
    text-align: justify;
    line-height: 150%;
}

.join-list-form .note a {
    color: #00aeef;
    text-decoration: underline;
}

.join-list-form .submit-button {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    float: right;
    color: #fff;
    border: none;
}

.join-list-form .submit-button img {
    margin-left: 15px;
}

.join-list-form .submit-button:hover {
    background-color: #a4a7aa;
}

.file-upload-custom .input-group p {
    width: 100%;
}

.file-upload-custom .input-group .wpcf7-form-control-wrap {
    width: 100%;
}

.file-upload-custom .input-group .wpcf7-form-control {
    width: 100%;
    padding: 9px 15px;
}

.file-upload-custom .custom-file {
    margin-bottom: 15px;
}

.file-upload-custom .custom-file .wpcf7-not-valid-tip {
    margin-top: 15px;
}

.services-content .join-us-content ul li.select2-search {
    margin: 0;
}

.google-bussiness-btns-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.google-bussiness {
    width: 49%;
    background-color: #cccccc;
    border-radius: 35px;
    padding: 10px 15px;
    color: #212121 !important;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, .07);
    line-height: 30px;
    margin-bottom: 10px;
}

.google-bussiness img {
    width: 29px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.fb-bussiness {
    width: 49%;
    background-color: #cccccc;
    border-radius: 35px;
    padding: 10px 15px;
    color: #212121 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, .07);
    line-height: 30px;
    text-align: center;
}

.fb-bussiness img {
    width: 25px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}


/*-------------Services - for everyone page css------------*/

.school-logo {
    margin: 15px 0 55px;
}


/*-------------Serives - Payment schemes css-------------------*/

.payment-schemes-table {
    border: none;
}

.payment-schemes-table .thead-dark th {
    background-color: #2ab6f1;
    border-color: #2ab6f1;
    text-align: center;
    width: 20%;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.payment-schemes-table td {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.payment-schemes-table td:first-child {
    border-left: none;
}

.payment-schemes-table td:last-child {
    border-right: none;
}


/*-------------Serives - AIA vitality css-------------------*/

.services-content-right-table table {
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #dee2e6;
}

.services-content-right-table table th {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #2ab6f1;
    color: #fff;
}

.services-content-right-table table td {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
}

.services-content-right-table table td:nth-of-type(1) {
    border-right: 1px solid #dee2e6;
}

.services-content-right-table table th:nth-of-type(2),
.services-content-right-table table td:nth-of-type(2) {
    text-align: center;
}

.aia-vitality-content h3 {
    color: #00aeef;
}


/*===============================================Rp About us Page css=====================================================*/

.clinics-mobile-dropdown {
    display: none;
}

.aboutLeftPanel .accordion .card-header a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.aboutLeftPanel .accordion .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.clinicsLeftPanel .accordion .card-header a.collapsed:after,
.aboutLeftPanel .accordion .card-header.collapsed a:after {
    /* symbol for "collapsed" panels */
    content: "\f105";
    font-size: 23px;
    margin-top: -4px;
    font-weight: 600;
}

.about-us {
    padding-bottom: 90px;
}


/*-------------About us All Doctors page css-----*/

.doctors-profile-box {
    float: left;
    width: 31.3%;
    margin-right: 2%;
    background-color: #f5f5f5;
    padding: 15px 5px;
    border-radius: 20px;
    margin-bottom: 2%;
    min-height: 250px;
}

.doctors-profile-box:nth-of-type(3n+1) {
    clear: both;
}

.doctors-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border: 2px solid #00aeef;
    margin: 0 auto 15px;
}

.doctors-img img {
    width: 104%;
    height: 104%;
    object-fit: cover;
    max-width: inherit;
}

.doctors-profile-box .doctors-name-english {
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
}

.doctors-profile-box .doctors-name-chinese {
    font-size: 18px;
    font-weight: 500;
}

.doctors-profile-box .view-more {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 15px 0 0 -90px;
    width: 180px;
    float: left;
    position: relative;
    left: 50%;
}

.doctors-profile-box .view-more img {
    margin-left: 15px;
}

.doctors-profile-box .view-more:hover {
    background-color: #a4a7aa;
}


/*-------------About us Clinic staff page css-----*/

.clinic-staff-list .doctors-profile-box {
    min-height: 230px;
}


/*-------------About us Doctors Individual details page css-----*/

.doctor-profile {
    clear: both;
    width: 100%;
}

.doctor-image {
    float: left;
    width: 25%;
    float: left;
}

.doctor-image-circle {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border: 2px solid #00aeef;
}

.doctor-image-circle img {
    width: 100%;
}

.doctor-details {
    float: left;
    width: 75%;
}

.doctor-profile .doctor-details h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #00aeef;
    margin: 0 0 5px;
}

.doctor-profile .doctor-details h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}


/*.doctor-practice-location{float: left; width: 100%; /*background-color: #f4fcff; padding: 15px; border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1)*/

;

/*margin-top: 15px; 
    border-top: 1px solid rgba(0,0,0,0.2);
    padding-top: 15px;
}
.doctor-practice-location h2{font-size: 20px;}
.doctor-practice-location ul{list-style: none;}
.doctor-practice-location ul li{
    float: left; width: 70%;background-color: #b2e5f2; padding: 15px; border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    margin-bottom: 12px; margin-top: 6px;
    font-size: 18px;
}
.doctor-practice-location .icon{width: 80px;
    height: 80px;
    background-color: #00aeef;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;}
.doctor-practice-location .icon img{ width: auto; height: auto;}

.doctor-practice-location h4{     font-size: 18px;
    color: #00aeef;
    margin: 0;
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;}
*/

.doctor-practice-location {
    float: left;
    width: 70%;
    background-color: #f4fcff;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    display: table;
}

.doctor-practice-location .icon {
    width: 80px;
    height: 80px;
    background-color: #00aeef;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.doctor-practice-location .icon img {
    width: auto;
    height: auto;
}

.doctor-practice-location h4 {
    font-size: 18px;
    color: #00aeef;
    margin: 0;
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
}


/*-------------About us - Join Us page css-------------------*/

.join-us-list {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 100%;
}

.join-us-list ul {
    float: left;
    width: 100%;
}

.join-us-list li {
    list-style-type: none;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-left: 45px;
}

.join-us-list li.bullet {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #00aeef;
    font-size: 24px;
    background-image: url(../images/bullet.png);
    background-position: 3px left;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.join-us-list ul li li {
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.join-us-list ul li li h6 {
    font-style: italic;
    color: #757575;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.join-us-list .boxed-list {
    margin: 0 0 0 0px;
    width: 100%;
}

.join-us-list .boxed-list li {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 10px 10px 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: inherit;
}

.join-us-list .boxed-list li h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.join-us-list li.justify {
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


/*-------------About us - one care medical css-------------------*/

.about-company-image {
    margin: 15px 0 25px;
}

.about-onecare-list {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#vision {
    clear: both;
}


/*-------------Latest Update - Blog - list Page css-------------------*/

.latest-update-row {
    margin-bottom: 25px;
}

.latest-update-row .product-box-inner {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: table;
    display: flex;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    width: 100%;
}

.latest-update-row .latest-update-image {
    float: left;
    width: 30%;
}

.latest-update-row .latest-update-image img {
    object-fit: cover;
    height: 100%;
    width: 100% !important;
}

.latest-update-row .latest-update-text {
    width: 70%;
    padding: 15px 25px;
}

.latest-update-row .latest-update-text h6 {
    margin: 0;
}

.latest-update-row .latest-update-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #00aeef;
    margin: 15px 0 10px;
    width: 100%;
}

.latest-update-row .latest-update-text h5 {}

.clinics-bottom-latest-update .latest-update-row .latest-update-text h3 {
    margin-top: 0;
}

.clinics-bottom-latest-update .latest-update-row .latest-update-text p {
    display: block;
    width: 100%;
    overflow: hidden;
}


/*-------------Latest Update - Blog - Details Page css-------------------*/

.latest-update-content h2 {
    margin-bottom: 5px;
}

.blog-date-details {
    clear: both;
    margin-bottom: 15px;
}

.blog-date {
    float: left;
    width: 100%;
}

.blog-date li {
    display: inline-block;
    font-size: 14px;
    color: #757575;
}

.blog-date li a {
    text-decoration: none;
    color: #00aeef;
}

.blog-date-details .back {
    float: right;
    font-size: 14px;
}

.blog-details-cont {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.blog-details-cont h4 {
    font-size: 18px;
    margin-top: 25px;
    clear: both;
}

.blog-details-cont img {
    margin-bottom: 15px;
    height: auto;
}

.blog-date-details .blogPostDate {
    text-align: right;
}

.blog-comments-note {
    background-color: #ebeef2;
    border-radius: 5px;
    padding: 25px 15px;
    background-image: url(../images/comments-icon.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    margin-bottom: 15px;
}

.blog-comments-note h4 {
    font-size: 18px;
    clear: both;
}

.blog-comments-note p {
    margin-bottom: 0;
}

.backBtn {
    margin-bottom: 10px;
}


/*======================================Clinics Page comon css ==============================================*/

.clinics-content {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

.clinics-content h2 {
    margin-bottom: 25px;
}

.clinics-content h3 {
    color: #00aeef;
}

.clinics-content-left-col ul li {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
}

.clinics-content-left-col ul li span:nth-of-type(1) {
    width: 33.33%;
    float: left;
}

.clinics-content-right-col {
    padding-top: 25px;
}

.clinics-content-right-col .clinics-map {
    border: 2px solid #00aeef;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.clinics-content-right-col .clinics-map iframe {
    float: left;
}

.get-directions {
    float: left;
    width: 100%;
    background-color: #00aeef;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
    color: #fff;
}

.get-directions a {
    color: #fff;
    line-height: 35px;
}

.get-directions img {
    margin-right: 15px;
}

.get-directions img:last-child {
    float: right;
    margin-top: 10px;
}

.doctor-on-duty {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.doctor-on-duty h3 {
    margin: 0 0 15px;
    color: #00aeef;
}

.doctor-on-duty .doc-details .doctors-img {
    float: left;
    width: 90px;
    height: 90px;
}

.doctor-on-duty .doc-details .doctors-text {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.doctor-on-duty .doc-details .doctors-text h4 {
    font-weight: 500;
    font-size: 18px;
}

.doctor-on-duty .doc-details .doctors-text h5 {
    font-weight: normal;
    font-size: 16px;
}

.doctor-on-duty .doc-details .doctors-text .view-more {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    float: left;
    margin-top: 5px;
}

.doctor-on-duty .doc-details .doctors-text .view-more:hover {
    background-color: #a4a7aa;
    color: #fff;
}

.clinics-bottom-latest-update h3 {
    color: #00aeef;
}


/*.clinics-bottom-latest-update .latest-update-text p {height: 90px;overflow: hidden;}*/

.clinics-bottom-latest-update .latest-update-row:last-child {
    margin-bottom: 0;
}

.clinics-bottom-latest-update .latest-update-text p display: inline-block;
width: 100%;
.azt-filters-list-details-map .azh-row {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
}

.azt-filters-list-details-map .azh-row .az-elements-list.azh-col-xs-12 {
    padding: 0 !important;
    background-color: #fff;
}


/*======================================Clinics landing Page New css ==============================================*/

.clinincs-landing-left-panel .card-header a {
    color: #00aeef;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.clinics-content-landing .map {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #4d6a79;
    max-height: 397px;
}

.clinics-content-landing .map iframe {
    margin-left: -5px;
    margin-top: -3px;
}

.clinics-new-landing-places li {
    display: inline-block;
    float: left;
    width: 32%;
    margin: 0 0.5%;
    margin-bottom: 10px;
}


/*.clinics-new-landing-places li:nth-of-type(3n+2){ padding: 0 10px;}*/

.clinics-new-landing-places li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #00aeef;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
}


/*.clinics-new-landing-places li.active a{ background-color: #00aeef; color: #fff;}*/

.clinics-new-landing-places li a:hover {
    background-color: #00aeef;
    color: #fff;
}

.clinics-content-landing h3 {
    margin-top: 50px;
}


/*-------------Contact US css-------------------*/

.faq-accordion {
    margin-bottom: 50px;
}

.faq-accordion #accordion .card-header {
    position: relative;
}

.faq-accordion #accordion h5 .btn:after {
    font-family: 'FontAwesome';
    float: right;
    content: "\f106";
    position: absolute;
    right: 10px;
    top: 23%;
    color: #2ab6f1;
    font-size: 30px;
}

.faq-accordion #accordion h5 .btn.collapsed:after {
    content: "\f107";
}

.faq-accordion #accordion .card {
    border: none;
}

.faq-accordion #accordion .card-header {
    background-color: transparent;
    padding: 15px 0;
}

.faq-accordion #accordion .card-header h5 .btn {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.faq-accordion #accordion .card-header h5 .btn:hover {
    text-decoration: none;
    color: #2ab6f1;
}

.faq-accordion #accordion .card-body {
    padding: 15px 0;
    color: #212121;
    font-size: 16px;
}

.faq-accordion #accordion .card-body p {
    color: #212121;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
    border: 0px solid #aaa !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: 1px solid #cccccc !important;
    font-size: 1rem !important;
    color: #000 !important;
}


/*--------------------------Health screening pg1 css--------------------------*/


/*custom radio button css*/

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    left: -15px;
    top: -15px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #959595;
}

.radio-container:hover input~.checkmark {
    background-color: #ccc;
}

.radio-container input:checked~.checkmark {
    background-color: #fff;
    border-color: #00aeef;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked~.checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00aeef;
}


/*custom radio button css*/

.health-screening-option-select h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #00aeef;
    margin: 15px 0 20px;
    float: left;
    width: 100%;
}

.health-screening-option-select ul {
    margin-bottom: 40px;
}

.health-screening-option-select ul li {
    display: inline-block;
    margin-right: 15px;
}

.health-screening-option-select ul li a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    display: block;
    border: 1px solid #00aeef;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: -3px 7px 13px rgba(0, 0, 0, .1);
    font-size: 20px;
}

.health-screening-option-select ul li.active a {
    background-color: #00aeef;
    color: #fff;
}

.packages-select .big {
    position: relative;
    width: 100%;
    height: inherit;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
}

.packages-select .hli {
    background-color: #e9f8fd;
}

.packages-select .radio-container {
    width: 100%;
    position: absolute;
    left: 15px;
    top: 16px;
}

.packages-select-text h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 20px;
    margin-bottom: 0;
    max-width: 78%;
}

.packages-select .hli .packages-select-text h4 {
    color: #00aeef;
}

.package-details {
    float: left;
    width: 100%;
}

.package-details ul {
    float: left;
    width: 22%;
    margin-bottom: 0;
}

.package-details ul:last-child {
    width: 24%;
}

.package-details ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #212121;
    list-style-position: inside;
    font-size: 15px;
}

.package-details-2col ul {
    width: 50%;
}

.package-details-2col ul:last-child {
    width: 50%;
}

.package-price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #212121;
    text-align: right;
}

.package-price span {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.gallerySec {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.gallerySec .school-logo {
    margin-bottom: 15px;
}


/*custom checkbox button css*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 0;
}

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
    background-color: #ffffff;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*custom checkbox button css*/

.packages-select .big2 {
    position: relative;
    width: 49%;
    height: inherit;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    min-height: 150px;
}

.packages-select .big2:nth-of-type(2n) {
    float: right;
}

.packages-select .big2:nth-of-type(2n+1) {
    clear: both;
}

.packages-select .hli2 {
    background-color: #e9f8fd;
}

.addon-pachage-select .single-col {
    width: 100% !important;
    float: left;
}

.addon-pachage-select .double-col {
    width: 45% !important;
    float: left;
    margin: 0 5% 0 0;
}

.addon-pachage-select .checkbox-container {
    width: 100%;
    position: absolute;
    left: 15px;
    top: 16px;
}

.addon-pachage-select .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    left: -15px;
    top: -15px;
}

.addon-pachage-select .package-price span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.package-total {
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #cccccc;
    margin-top: 25px;
}

.package-total .package-total-amount {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #00aeef;
    font-size: 30px;
    text-align: right;
    margin: 15px 0 20px;
}

.package-total .package-total-amount strong {
    font-weight: 700;
}

.package-total .view-more {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    float: right;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border: none;
}

.package-total .view-more:hover {
    background-color: #a4a7aa;
    color: #fff;
}

.package-total .package-total-amount.gst {
    margin: 0;
    font-size: 25px;
    color: #666;
}


/*--------------------------Health screening Summary page 1 css--------------------------*/

.health-sereening-summary-package {
    clear: both;
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.health-sereening-summary-package .packages-select-text h4 {
    color: #00aeef;
    margin-bottom: 20px;
}

.health-sereening-summary-package .package-price {
    top: 0;
    right: 0;
}

.health-screening-summary-content .package-total {
    border-top: none;
    margin-top: 0;
}


/*--------------------------Health screening RAP page css--------------------------*/

.packages-select .big3 {
    position: relative;
    width: 49%;
    height: inherit;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    min-height: 150px;
}

.packages-select .big3:nth-of-type(2n) {
    float: right;
}

.packages-select .big3:nth-of-type(2n+1) {
    clear: both;
}

.packages-select .hli3 {
    background-color: #e9f8fd;
}

.rap-content-section {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 35px 0;
}

.rap-content-section .heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #212121;
    margin-bottom: 25px;
}

.rap-content-section .heading span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    position: relative;
    top: -3px;
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    margin-right: 10px;
}

.rap-content-section-box .packages-select .big3 {
    min-height: inherit;
    border-radius: 53px;
    background-color: #fff;
    border: 1px solid #00aeef;
    text-align: center;
    padding: 10px 50px 10px 50px;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .1);
}

.rap-content-section-box .packages-select .big3.hli3 {
    background-color: #00aeef;
    color: #fff;
}

.rap-content-section-box .packages-select .big3.hli3 .packages-select-text h4 {
    color: #fff;
}

.rap-content-section-box .radio-container .checkmark {
    height: 31px;
    width: 31px;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    line-height: 28px;
    color: #fff;
}

.rap-content-section-box .radio-container {
    top: 7px;
}

.rap-content-section-box .radio-container .checkmark:after {
    background-color: transparent;
}

.rap-content-section-box .radio-container input:checked~.checkmark {
    color: #00aeef;
}

.select-gender-text-box {
    clear: both;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
    float: left;
    width: 100%;
    margin: 25px 0;
}

.select-gender-text-box img {
    float: left;
    margin-right: 15px;
}

.select-gender-text-box p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #212121;
    font-size: 16px;
    margin-top: 15px;
}

.packages-select .big4 {
    position: relative;
    width: 49%;
    height: inherit;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    min-height: 150px;
}

.packages-select .big4:nth-of-type(2n) {
    float: right;
}

.packages-select .big4:nth-of-type(2n+1) {
    clear: both;
}

.packages-select .hli4 {
    background-color: #e9f8fd;
}

.rap-content-section-box .packages-select .big4 {
    min-height: inherit;
    border-radius: 53px;
    background-color: #fff;
    border: 1px solid #00aeef;
    text-align: center;
    padding: 10px 50px 10px 50px;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .1);
}

.rap-content-section-box .packages-select .big4.hli4 {
    background-color: #00aeef;
    color: #fff;
}

.rap-content-section-box .packages-select .big4.hli4 .packages-select-text h4 {
    color: #fff;
}

.rap-content-section-box1 {
    min-height: 200px;
}

.rap-content-section-box1 .big4 {
    width: 32.6%;
    float: left !important;
    margin-right: 1%;
    clear: inherit !important;
}

.rap-content-section-box1 .big4:last-child {
    margin-right: 0;
}

.panel.with-nav-tabs .packages-select .big2 {
    width: 100%;
    min-height: inherit;
}

.panel.with-nav-tabs .packages-select .big2 h5 {
    font-size: 18px;
    font-weight: 500;
}

.pagination-new {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.pagination-new li {
    display: inline-block;
    /*width: 35px;*/
    margin: 0 5px;
}

.pagination-new li a {
    border: none;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    height: 35px;
    width: 91px;
    line-height: initial;
}

.pagination-new li a:hover,
.pagination-new li a.active {
    background-color: #00aeef !important;
    color: #fff !important;
}

.pagination-new li.previous a,
.pagination-new li.next a {
    color: #00aeef;
    background-color: transparent !important;
}

.pagination-new li a img {
    display: none;
}

.tab-content .tab-pane .next {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 107px;
    float: right;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border: none;
}

.tab-content .tab-pane .next img {
    margin-left: 10px;
}

.tab-content .tab-pane .next:hover {
    background-color: #a4a7aa;
    color: #fff;
}


/*=================loader=========================*/

.cltMap {
    width: 100%;
    position: relative;
}

.loaderClinic {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    padding: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


/********************************************************************/


/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555;
}


/********************************************************************/


/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}


/********************************************************************/


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/********************************************************************/


/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f;
}


/********************************************************************/


/*** PANEL WARNING ***/

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b;
}


/********************************************************************/


/*** PANEL DANGER ***/

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    /* bg color */
    border-color: #ebccd1;
    /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442;
    /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1;
    /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    /* active text color */
    background-color: #a94442;
    /* active bg color */
}


/*======================================*/

.thankyouSection {
    padding: 60px 0;
    width: 100%;
}

.thankyouSection .doneIcon {
    margin-bottom: 15px;
}

.thankyouSection h2 {
    font-size: 48px;
    color: #00aeef;
    position: relative;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.thankyouSection h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 80px;
    margin-left: -40px;
    height: 1px;
    background: #757575;
}

.thankyouSection h4 {
    font-size: 24px;
    color: #00aeef;
    position: relative;
    font-weight: 400;
}

.thankyouSection p {
    font-size: 16px;
    color: #212121;
}

.thankyouSection p a {
    color: #00aeef;
    text-decoration: underline;
}

.noUpdate {
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: #f2f2f2;
    padding: 6px 20px;
    margin-bottom: 15px;
}


/*--------------------------Health screening Summary page 2 css--------------------------*/

.health-screening-summary2-heading {
    margin-bottom: 30px;
}

.health-screening-summary2-heading h3 {
    margin-bottom: 5px;
}

.back-reset {
    padding: 8px 30px 8px 60px;
    border: 1px solid #00aeef;
    color: #00aeef;
    background: #fff;
    border-radius: 107px;
    float: left;
    background-image: url(../images/blue-left-arrow.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}

.back-reset:hover {
    background-color: #a4a7aa;
    border-color: #a4a7aa;
    color: #fff;
    background-image: url(../images/white-left-arrow.png);
}

.healthPopSec {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.healthForm {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.healthForm p {
    margin-bottom: 10px;
}

.healthForm textarea {
    height: 150px;
}

.healthForm .termSec {
    font-size: 12px;
    margin-bottom: 20px;
}

.healthForm .btn {
    padding: 8px 30px;
    background: #00aeef;
    border-radius: 40px;
    color: #fff;
    border: none;
    margin-bottom: 25px;
}

.healthDesp {
    width: 100%;
}

.healthDesp p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
}

.az-form.az-template.azt-map-filters {
    display: block !important;
}

.businesshoursRow {
    width: 100%;
    padding: 30px 20px;
    background: /*#eaedf4;*/
    #fff;
    /*margin-top: 15px;*/
}

.businesshoursRow .businesshoursCol {
    display: inline-block;
    width: 24.5%;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 15px;
}

.businesshoursRow .mbhi-is-current {
    font-weight: bold;
    color: green;
}

.businesshoursRow .businesshoursCol .contact-us-box2 {
    margin-top: 15px;
}

.clinicMap {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    text-align: center;
}

.clinicMap h3 {
    color: #00aeef;
    margin-bottom: 20px;
}

.clinicMap .clinics-new-landing-places li {
    float: none;
    display: inline-block;
}

.mapPageText ul {
    list-style: circle;
    text-align: left;
}

.mapPageText ul li {
    margin-bottom: 6px;
}

.modal-dialog {
    max-width: 1100px;
}


/*--------10-20-2020----------*/

.clinicRow {
    width: 100%;
    text-align: left;
}

.clinicRow>.row {
    margin-left: -10px;
    margin-right: -10px;
}

.clinicRow>.row>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.clinicRow .itemBox {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px 15px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.clinicRow .itemBox h3 {
    color: #212121;
    font-size: 20px;
}

.clinicRow .itemBox h4 {
    color: #00aeef;
    font-size: 16px;
}

.clinicRow .itemBox p {
    font-size: 14px;
}

.clinicRow .itemBox ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.clinicRow .itemBox ul li {
    font-size: 12.5px;
    color: #212121;
    margin-bottom: 3px;
}

.clinicRow .itemBox .boxbtnSec {
    margin-top: auto;
    text-align: right;
}

.clinics-content-left-col .readBtn,
.clinicRow .itemBox .boxbtnSec .readBtn {
    box-shadow: 4px 1px 16px rgba(33, 33, 33, 0.2);
    background-color: #acacac;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.clinics-content-left-col .readBtn:hover,
.clinicRow .itemBox .boxbtnSec .readBtn:hover {
    background-color: #00aeef;
}

.clinics-content-left-col .callBtn,
.clinicRow .itemBox .boxbtnSec .callBtn {
    background-color: #00aeef;
}

.clinics-content-left-col .callBtn:hover,
.clinicRow .itemBox .boxbtnSec .callBtn:hover {
    background-color: #acacac;
}

.clinicRow .itemBox .newClinic {
    position: relative;
    background: #00aeef;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    vertical-align: top;
}

.clinicRow .owl-prev {
    position: absolute;
    background-color: transparent !important;
    left: -50px;
    top: 34%;
}

.clinicRow .owl-prev span {
    text-indent: -9999px;
    background-image: url(../images/arrow-back.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 49px;
    display: block;
}

.clinicRow .owl-next {
    position: absolute;
    background-color: transparent !important;
    right: -20px;
    top: 34%;
}

.clinicRow .owl-next span {
    text-indent: -9999px;
    background-image: url(../images/arrow-next.png);
    background-position: center right;
    width: 25px;
    height: 49px;
    background-repeat: no-repeat;
    display: block;
}


/*Styles by Harsha*/

.latest-update-text {
    padding: 18px;
}

.payments-schemes-sec .carousel1 .owl-stage .latest-update-text p {
    height: auto;
}

.latest-update-text p {
    height: auto;
    overflow: visible;
}

.services-content ul li.select2-search.select2-search--inline {
    margin-left: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: #f5f5f5 !important;
    padding: 0 0 0 15px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0 !important;
}

.blog-date-details .blogPostDate {
    float: right;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: inline-flex !important;
}

.services-content .join-us-content ul li {
    color: #00aeef;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0 20px;
    width: 100%;
}

.services-content .join-us-content ul li.main-list-item::before {
    content: url(../images/tick-circle.png);
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
}

.services-content .join-us-content ul li ul li h5::before {
    content: url(../images/tick.png);
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
}

.services-content .join-us-content ul {
    list-style: none;
}

.services-content .join-us-content ul li ul {
    margin: 20px 45px;
}

.services-content .join-us-content ul li ul p {
    margin: 5px 45px;
}

.services-content .join-us-content ul li p {
    color: #212529;
    margin: 10px 50px;
}

.services-content .join-us-content ul li p i {
    color: #848484;
}

.services-content .join-us-content ul li ul li h5 {
    color: #212529;
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0 10px;
    width: 100%;
}

.services-content .join-us-content ul li ul li {
    color: #212529;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0 20px;
    width: 100%;
}

.clinics-mobile-dropdown .dropdown {
    position: relative;
    z-index: 9999;
}

.blog-details-cont {
    float: left;
    display: block;
    width: 100%;
}

.blog-comments-note {
    float: left;
    display: block;
    width: 100%;
}

.backBtn {
    float: left;
    display: block;
    width: 100%;
}

.blogdate {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

#st-1 {
    float: left;
    display: block;
}

.clinicSlider {
    display: flex;
}

.mapPageText {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding: 12px 70px 4px 60px;
    /*background-color: #f5f5f5;*/
    border-radius: 4px;
    flex-basis: 75%;
}

.mapPageText .carousel-inner {
    min-height: 65px;
}

.mapPageText .carousel-control-next,
.mapPageText .carousel-control-prev {
    width: 40px;
    color: #808080;
}

.mapPageText .carousel-control-next {
    right: -48px;
}

.mapPageText .carousel-control-prev {
    left: -48px;
}

.mapPageText .carousel-control-prev-icon,
.mapPageText .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #5d5d5d;
    background-image: none;
}

.mapPageText .carousel-control-next-icon:after {
    content: '>';
    font-size: 30px;
    color: #000;
    line-height: 32px;
}

.mapPageText .carousel-control-prev-icon:after {
    content: '<';
    font-size: 30px;
    color: #000;
    line-height: 32px;
}

.mapPageText ul {
    list-style: circle;
    padding: 0;
}

.mapPageText ul li {
    margin-bottom: 0px;
    list-style: inside;
    margin-right: 20px;
    border-right: 1px solid #828282;
    padding-right: 15px;
}

.clinicBtnSec {
    flex-basis: 20%;
    padding-left: 10px;
    padding-top: 20px;
}

.clinicBtnSec .clinics-new-landing-places li {
    width: 100%;
}

.azt-map-list {
    background-color: #fff;
}

.health-screening-option-select ul li {
    margin-left: 0;
}

.packages-select .packages-select-text .package-details ul {
    list-style: disc;
}

.health-screening-summary-content .packages-select-text .package-details ul {
    list-style: disc;
}

.packages-select .packages-select-text .package-details ul li {
    margin-left: 0px;
}

.big .package-details .double-colnew {
    margin-left: 14px;
}

.big .package-details .double-colnew li {
    list-style-position: inherit;
    padding-right: 15px;
}

.addon-pachage-select .big2 .single-col li {
    list-style-position: inherit;
}

.productAddSec .nextSection .nextBtn {
    width: 100%;
    border: none;
    cursor: pointer;
}

.productAddSec ul li .productPrice span.cart-total {
    font-size: 22px !important;
    font-weight: 600;
}

#sidebar {
    padding-top: 50px;
}

.productAddSec {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.productAddSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.productAddSec ul li {
    display: flex;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0;
    align-items: center;
    margin: 0;
}

.productAddSec ul li .productTitle {
    order: 1;
    flex-basis: 50%;
    padding: 0 5px;
    font-size: 14px;
}

.productAddSec ul li .productPrice {
    order: 2;
    flex-basis: 42%;
    padding: 0 5px;
    color: #00aeef;
    font-size: 17px;
    text-align: right;
    letter-spacing: -1px;
}

.productAddSec ul li .productPrice span {
    font-size: 13px;
}

.productAddSec ul li.titalPrice {
    background-color: #f5f5f5;
    border: none;
}

.productAddSec ul li.titalPrice .productTitle {
    font-size: 16px;
    font-weight: 600;
}

.productAddSec ul li.titalPrice .productPrice {
    color: #00aeef;
    font-size: 18px;
}

.productAddSec .nextSection {
    text-align: center;
    padding: 14px 10px;
}

.productAddSec .nextSection .nextBtn {
    display: block;
    background-color: #00aeef;
    padding: 6px 10px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.productAddSec ul li .productPrice span.cart-total {
    font-size: 18px;
}

.productAddSec ul li.titalPrice .productTitle {
    font-size: 18px;
    font-weight: 600;
}

.productAddSec ul li .productPrice span.cart-total {
    font-size: 20px;
}


/*====================================================================*/

.health-title h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.packages-select .packages-select-title {
    padding-right: 95px;
    margin-top: 10px;
}

.addon-pachage-select .big2 .packages-select-text h4 {
    margin-bottom: 10px;
}

.productAddSec ul li .productClose {
    order: 3;
}

.productAddSec ul li .productClose span {
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    color: #a70032;
    /*background-color: #a70032;*/
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    cursor: pointer;
}

.productAddSec ul li .productClose span.remv {
    cursor: auto;
}

.packages-select-text h4 {
    max-width: 68%;
}

.health-screening-color {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 15px 0;
}

.basicBig .package-details .double-colnew {
    width: 45%;
}

.basicCol3 .package-details .double-colnew {
    width: 30%;
}

.productAddSec .headerTitle {
    background-color: #e9f8fd;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 21px;
}


/*-------------Responsive css-------------------*/

@media(min-width: 992px) {
    .main-navigation .navbar-nav li:hover ul.sub-menu {
        display: block;
    } 
}

@media (max-width: 1199px) {
    .banner .carousel-caption {
        bottom: 16%;
    }
    .banner .carousel-caption h5 {
        font-size: 40px;
    }
    .payments-schemes-logo li {
        width: 19.6%;
    }
    .footer-address p,
    .footer-copyright li {
        font-size: 13px;
    }
    /*clinics page*/
    .clinics-bottom-latest-update .latest-update-text p {
        height: 50px;
    }
    .google-bussiness,
    .fb-bussiness {
        width: 100%;
    }
    .fb-bussiness {
        margin-top: 8px;
    }


    .navbar-expand-lg .navbar-nav {
        display: -webkit-inline-box;
    }
}

@media (max-width: 991px) {

    .navbar-expand-lg .navbar-nav {
        display: inline;
    }
    .main-navigation .navbar-nav li a[aria-haspopup="true"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 16px;
    }
    .main-navigation .navbar-nav li.menu-open a[aria-haspopup="true"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    }
    /*comon css*/
    .aboutLeftPanel {
        padding-right: 0;
    }
    .aboutLeftPanel .card-header {
        padding: 8px 0;
    }
    .aboutLeftPanel .card-body {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        padding: 0;
        border: none;
        background-repeat: no-repeat;
    }
    .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url(../images/menu-icon.png);
    }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/menu-close.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .main-navigation {
        position: inherit;
    }
    .main-navigation .navbar-collapse {
        position: absolute;
        right: 0px;
        top: 127px;
        width: 100%;
        padding: 0px 15px;
        background: #05afef;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
    }
    .main-navigation .navbar-nav {}
    .main-navigation .navbar-nav li a {
        line-height: inherit;
        padding: 10px 10px !important;
        text-align: left;
        min-height: inherit;
        background-color: transparent;
        border-top: none;
        border-bottom: 1px solid #6dcff6;
        color: #000 !important;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        display: block;
    }
    .main-navigation .navbar-nav li a:hover {
        color: #cdcdcd !important;
    }
    .main-navigation .navbar-nav li:last-child a {
        border-bottom: none;
    }
    .main-navigation .navbar-nav li ul.sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }
    /*Home page css*/
    .banner .carousel-caption {
        bottom: 22%;
    }
    .banner .carousel-caption h5 {
        font-size: 29px;
        line-height: 37px;
    }
    .banner .carousel-indicators {
        bottom: 43px;
    }
    .banner-bottom a {
        min-height: 79px;
    }
    .banner-bottom a .icon {
        width: 9%;
    }
    .banner-bottom a h4 {
        font-size: 18px;
        width: 80%;
        padding-left: 3%;
    }
    .banner-bottom a .arrow {
        width: 4%;
        vertical-align: top;
    }
    .latest-update-image {
        width: 100%;
    }
    .latest-update-image img {
        height: 153px;
        width: 100% !important;
        object-fit: cover;
    }
    .latest-update-text {
        width: 100%;
    }
    .payments-schemes-logo li {
        width: 19.5%;
    }
    /*footer css*/
    .footer-links li a {
        font-size: 13px;
    }
    .footer-address,
    .footer-copyright {
        text-align: center !important;
        display: block !important;
        clear: both;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-copyright li {
        float: none;
        list-style-type: none;
    }
    /*About us doctors page*/
    .doctor-image-circle {
        width: 122px;
        height: 122px;
    }
    .doctor-practice-location {
        width: 100%;
    }
    .doctors-profile-box .view-more {
        padding: 8px 10px;
        margin: 15px 0 0;
        width: 100%;
        left: 0;
        font-size: 14px;
    }
    /*Services-health screening page*/
    .health-screening-option-select ul {
        text-align: center;
    }
    .health-screening-option-select ul li {
        min-width: 342px;
        margin-bottom: 15px;
    }
    .package-details ul {
        width: 44%;
    }
    .packages-select .big2 {
        width: 100%;
        min-height: inherit;
    }
    /*clinics landing page*/
    .clinics-new-landing-places li {
        width: 50%;
    }
    .clinics-new-landing-places li:nth-of-type(3n+2) {
        padding: 0;
    }
    .clinics-new-landing-places li:nth-of-type(2n+1) {
        padding-right: 0px;
    }
    .clinics-new-landing-places li:nth-of-type(2n) {
        padding-left: 0px;
    }
    .BlogSec .latest-update-image {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
        overflow: hidden;
    }
    .BlogSec .latest-update-image img {
        height: auto;
    }
    /*================================*/
    .packages-select-text h4 {
        max-width: 75%;
    }
    .package-details ul:last-child {
        width: 44%;
    }
}


/*Harsha*/

.doctor-practice-location .clinics-full-wrapper .icon {
    float: left;
}

.clinic-wrapper {
    float: left;
    display: block;
    margin: 10px 0 0 15px;
}

.clinics-full-wrapper {
    box-shadow: 0 14px 28px rgba(241, 252, 255, 0.25), 0 10px 10px rgba(241, 252, 255, 0.22);
    float: left;
    display: block;
    width: auto;
    padding: 20px 30px;
    border-radius: 20px;
    background: #f1fcff;
    margin: 0 0 15px 0;
}

.doctor-practice-location .clinics-full-wrapper a,
.doctor-practice-location .clinics-full-wrapper span {
    font-size: 18px;
    color: #00aeef;
    margin: 0;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    font-weight: bold;
    float: left;
}

.doctor-practice-location .clinics-full-wrapper a:hover {
    text-decoration: underline;
}

.doctor-practice-location .clinics-full-wrapper h4 {
    padding: 0;
}

.doctor-profile .new-doctor-details.doctor-details h6 {
    margin: 0 0 5px 0;
}

.services-content ul li {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

body.page-template-MedicalService table {
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #dee2e6;
}
body.page-template-MedicalService  table th {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #2ab6f1;
	color: #fff;
    padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
body.page-template-MedicalService table td {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #212121;
    padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
body.page-template-MedicalService table td:nth-of-type(1) {
	border-right: 1px solid #dee2e6;
}
body.page-template-MedicalService table th:nth-of-type(2), body.page-template-MedicalService table td:nth-of-type(2) {
	text-align: left;
}
.menu-services-menu-container ul.sub-menu li ul.sub-menu li a::before {
	display: block;
	color: #121212;
	content: "—";
	float: left;
	padding: 0 5px 0 0;
}
.mobile-clinic-list {
    display: none;
}
.main-navigation .navbar-nav li {
	cursor: pointer;
}

.page_featured_img {
    margin-bottom: 20px;
    border-radius: 20px;
    width: 80%;
}
.new-service-layout h2, .page-title-h2 {
    margin: 0 0 25px 0 !important;
}



@media only screen and (min-width:768px) and (max-width:1199px) {
    .packages-select .packages-select-text .package-details ul li {
        margin-left: 0px;
        padding-right: 8px;
        word-wrap: break-word;
    }
}

@media (max-width: 991px) {
    .clinics-content-left-col .readBtn,
    .clinicRow .itemBox .boxbtnSec .readBtn {
        padding: 7px 16px;
    }
    .banner-bottom a {
        margin-bottom: 15px;
    }
    .banner-bottom {
        margin-top: 0;
        padding: 20px 0 0 0;
    }
    .carousel.slide.mobile-home-slide .carousel-caption {
        position: relative !important;
        top: auto;
        bottom: 0 !important;
        height: auto;
        transform: none;
        background-color: #f3f4f6;
        display: flex !important;
        flex-direction: column;
        padding: 0 30px 30px !important;
    }
    .banner .carousel-caption {
        display: block !important;
        position: absolute !important;
        bottom: 58px !important;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px !important;
        text-align: center;
        margin: 0 !important;
        height: auto;
    }
    .find-a-clinic {
        width: 200px;
        margin: 0 auto;
    }
    .banner .carousel-indicators {
        bottom: 0;
    }
}


@media (max-width: 767px) {

  
    
    img {
        height: auto;
    }
    /*comon css*/
    section {
        padding: 30px 0;
    }
    .services-content {
        padding-bottom: 30px;
    }
    .left-accordion {
        margin-top: 0;
    }
    .bannerPic img {
        min-height: 150px;
        object-fit: cover;
        object-position: 21% 0;
    }
    .aboutLeftPanel {
        padding-right: 15px;
    }
    .services-content-right {
        margin-top: 30px;
    }
    .main-navigation .navbar-collapse {
        top: 175px;
    }
    .top-social {
        text-align: center;
    }
    .find-a-clinic {
        display: block;
        width: 180px;
        margin: 8px auto;
        float: none;
    }
    /*Home page css*/
    .BannerCaption h1 {
        color: #fff;
        text-shadow: 1px 1px 11px rgba(0, 0, 0, .5);
    }
    .banner-bottom {
        margin-top: 0;
        padding-top: 15px;
    }
    .banner-bottom a {
        margin-bottom: 15px;
    }
    .about-us-sec {
        padding: 10px 0 30px;
    }
    .banner-right-text ul li {
        padding: 5px;
        margin: 0;
    }
    .banner-right-text ul li .banner-right-cont h3 {
        font-size: 28px;
        margin: 18px 0 10px;
    }
    .banner-right-text ul li .banner-right-cont h4 {
        font-size: 16px;
    }
    .banner-right-text .find-a-clinic {
        width: 100%;
        left: 0;
        margin: 15px 0 0;
    }
    .latest-update .product-box-inner {
        display: block;
    }
    .our-services-sec-col-wrap {
        margin-bottom: 15px;
    }
    .payments-schemes-logo li {
        width: 32.3%;
        padding: 15px;
    }
    /*footer css*/
    .footer-links {
        text-align: center !important;
    }
    .footer-links li {
        float: none;
    }
    .footer-button a {
        display: block;
        width: 150px;
        margin: 0 auto;
        float: none;
    }
    /*Services page*/
    .boxed-list li {
        width: 100%;
        margin-right: 0;
    }
    .contact-us-box {
        padding: 15px;
        margin-top: 25px;
    }
    .contact-us-box .view-more {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .package-total .view-more {
        width: 100%;
    }
    .package-total .view-more img {
        margin-left: 10px;
    }
    .join-list-form .submit-button {
        width: 100%;
    }
    .back-reset {
        width: 100%;
        text-align: center;
        background-position: 32% center;
    }
    /*clinics page*/
    .latest-update-row .latest-update-image {
        width: 100%;
        height: 260px;
    }
    .latest-update-row .latest-update-text {
        width: 100%;
        padding: 15px;
    }
    .doctor-on-duty .doc-details .doctors-text .view-more {
        text-align: center;
        width: 100%;
    }
    .latest-update-text .find-a-clinic img {
        margin: 3px 0 0 10px;
    }
    .clinicsLeftPanel .accordion.left-accordion {
        display: none;
    }
    .clinics-mobile-dropdown {
        display: block;
    }
    .clinics-mobile-dropdown .dropdown-toggle {
        width: 100%;
    }
    .clinics-mobile-dropdown .dropdown-menu {
        text-align: center;
        width: 100%;
    }
    .clinics-mobile-dropdown .dropdown-menu a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #000;
        cursor: pointer;
        font-size: 14px;
    }
    /*About us doctors page*/
    .doctors-profile-box {
        width: 48%
    }
    .doctors-profile-box:nth-of-type(3n+1) {
        clear: inherit;
    }
    .doctors-profile-box:nth-of-type(2n+1) {
        clear: both;
    }
    /*contact us page*/
    .faq-accordion #accordion .card-header h5 .btn {
        white-space: normal;
    }
    .faq-accordion #accordion .card-header h5 .btn {
        padding-right: 25px;
    }
    .faq-accordion #accordion h5 .btn:after {
        right: 0;
    }
    .latest-update-image img {
        height: auto;
    }
    .az-form.az-template.azt-map-filters .az-horizontal-elements {
        justify-content: center !important;
    }
    .blog-date-details .blogPostDate {
        float: left;
        margin: 15px 0 0 0;
    }
    .clinicSlider {
        display: block;
    }
    .mapPageText {
        flex-basis: 100%;
        padding: 12px 45px 4px 45px;
    }
    .clinicBtnSec {
        flex-basis: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .azt-filters-list-details-map {
        margin-top: 15px !important;
    }
    table {
        width: 100%;
        margin-bottom: 15px;
        word-break: break-word;
        word-wrap: break-word;
    }
    .clinics-mobile-dropdown .dropdown-menu {
        max-height: 350px;
        overflow: auto;
        transform: none !important;
        top: 37px !important;
    }
    /*================new===========*/
    .packages-select .packages-select-title {
        padding-right: 0;
    }
    .packages-select-text h4 {
        max-width: 100%;
    }
    .package-details ul:last-child {
        width: 44%;
    }
    .productAddSec ul li .productTitle {
        flex-basis: 80% !important;
    }
    .productAddSec ul li .productPrice {
        flex-basis: 20% !important;
    }
    #desktop-clinic-list {
        display: none;
    }
    .mobile-clinic-list {
        display: block;
    }

    .BlogSec .product-box-inner {
        display: block;
    }
    .BlogSec .latest-update-image {
        border-radius: 25px 0 0 0;
    }
    .BlogSec .latest-update-text h3 {
        height: auto;
    }
    .latest-update-text h3 {
        font-size: 18px;
    }
    .footer-links li {
        margin: 0 0 15px 0;
    }
    .BlogSec .owl-prev {
        left: 0;
        cursor: pointer;
    }
    .BlogSec .owl-prev span{
        cursor: pointer;
    }
    .BlogSec .owl-next {
        right: 0;
    }
    .BlogSec .owl-next span {
        cursor: pointer;
    }
    .BlogSec .owl-carousel .owl-nav .owl-next, .BlogSec .owl-carousel .owl-nav .owl-prev {
        display: block;
    }
    
}

@media (max-width: 575px) {
   
    /*comon css*/
    .BannerCaption {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .find-a-clinic {
        width: 100%;
        text-align: center;
    }
    .main-header .navbar-brand {
        padding: 5px 0;
        max-width: 233px;
        margin: 0;
    }
    .main-navigation .navbar-collapse {
        top: 154px;
    }
    /*home page css*/
    .payments-schemes-logo li {
        width: 32%;
    }
    .banner .carousel.slide .carousel-item {
        height: 620px !important;
    }
    .banner .carousel.slide .carousel-item img {
        /*min-height: 220px;*/
        object-fit: cover;
        object-position: 100% 0;
    }
    .banner .carousel-caption {
        display: block !important;
        position: absolute !important;
        bottom: 58px !important;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px !important;
        text-align: center;
        margin: 0 !important;
        height: auto;
    }
    .banner .carousel-caption h5 {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
    .banner .carousel-indicators {
        bottom: 28px;
    }
    .banner-bottom {
        margin-top: -48px;
    }
    .banner-bottom a {
        min-height: 50px;
        padding: 10px 10px;
    }
    .banner-bottom a h4 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        font-size: 15px;
    }
    .banner-bottom a .icon {
        vertical-align: middle;
    }
    .banner-bottom a .icon img {
        margin-top: 0;
    }
    .latest-update .carousel1 {
        padding: 0;
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .find-a-clinic {
        padding: 8px 23px;
    }
    .our-services-sec-col-wrap .view-more {
        width: 100%;
    }
    .as-seen-sec .text-center .as-seen-sec-img img {
        margin-top: 40px;
        max-height: 85px;
    }
    .as-seen-sec .text-center:nth-of-type(1) .as-seen-sec-img img {
        position: inherit;
        max-width: 90%;
    }
    .footer-button a {
        width: 100%;
        text-align: center;
    }
    /*Services page*/
    .services-bottom-links-box {
        width: 100%;
        margin: 0 0 2% !important;
        text-align: center;
    }
    /*About us doctors page*/
    .doctor-image {
        width: 100%;
    }
    .doctor-image-circle {
        margin: 0 auto;
    }
    .doctor-details {
        width: 100%;
        padding-top: 15px;
    }
    .doctor-details h3,
    .doctor-details h6 {
        text-align: center;
    }
    .doctor-details p {
        text-align: justify;
    }
    .doctors-profile-box {
        width: 100%;
        margin-right: 0;
    }
    /*About us join us page*/
    .join-list-form .row .col-6,
    .join-list-form .row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .join-us-list li.bullet {
        padding-left: 45px;
    }
    .join-us-list li,
    .join-us-list .boxed-list li {
        padding-left: 0;
    }
    .join-us-list .boxed-list li h5 {
        padding-left: 40px;
    }
    /*Services-health screening page*/
    .health-screening-option-select ul li {
        min-width: auto;
        width: 100%;
    }
    .package-price {
        position: inherit;
    }
    .rap-content-section-box1 .big4,
    .rap-content-section-box .big3 {
        width: 100%;
        margin-right: 0;
    }
    /*clinics landing page*/
    .clinics-new-landing-places li {
        width: 100%;
        padding: 0 !important;
    }
    .latest-update-row .product-box-inner {
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .banner .carousel.slide .carousel-item {
        height: 529px !important;
    }
}

@media (max-width:399px) {
    .banner .carousel.slide .carousel-item {
        height: 443px !important;
    }
}

hr.new1 {
    border-top: 4px solid #99d9ea;
}

.addon-pachage-select .double-col li {
    list-style-position: inherit;
}

.clinics-image {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.menBig .packages-select-text h4 {
    margin-bottom: 12px;
}

.menBig .packages-select-text h4 {
    margin-bottom: 15px;
}

.package-details ul.double-colnew li {
    list-style-position: outside;
}


}

/*Custom.css(27-11-2021)*/
.az-element-wrapper.az-bottom-left-controls .az-top-right-controls .az-horizontal-elements.az-justify-content.az-align-items.az-flex-wrap.az-elements-list {
    justify-content: flex-start !important;
}
.az-element-wrapper.az-bottom-left-controls span.az-contenteditable,
.az-element-wrapper.az-bottom-left-controls select.az-select.az-readonly.az-full-width {
    font-size: 16px !important;
}
.menu-services-menu-container ul {
    list-style: none;
    margin-bottom: 0;
}
.menu-services-menu-container>ul>li {
    margin-left: 0;
}
.menu-services-menu-container>ul.menu>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.menu-services-menu-container>ul>li:first-child {
    border: 0;
}
.menu-services-menu-container ul li a {
    padding: 10px 15px;
    display: block;
    position: relative;
}
.menu-services-menu-container ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
}
.menu-services-menu-container ul.sub-menu {
    padding: 10px;
}
.menu-services-menu-container ul.sub-menu li {
    line-height: 160%;
}
.menu-services-menu-container ul.sub-menu li a {
    font-weight: normal;
    padding: 0 15px;
    color: #212121;
}
.menu-services-menu-container ul li.current-menu-item a,
.menu-services-menu-container ul li.current-page-ancestor a,
.menu-services-menu-container ul li a.active {
    color: #2ab6f1;
    font-weight: bold;
}
.menu-services-menu-container ul li a:hover {
    color: #2ab6f1;
}
.menu-services-menu-container > ul.menu > li > a:after {
    color: #2ab6f1;
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 23px;
}
.menu-services-menu-container > ul.menu > li:first-child > a:after {
    content: "\f068";
    font-size: initial;
}
.menu-services-menu-container > ul.menu.show > li:first-child > a:after {
    content: "\f067";
}

/*Custom.css(30-11-2021)*/
.businesshoursRow .clinics-new-landing-content .clinicMap p {
    padding: 25px 30px;
    box-shadow: 0 0 14px rgb(110 110 110 / 20%);
    height: 100%;
    margin-bottom: 0;
}

/*Custom.css(01-12-2021)*/
.carousel.slide.desktop-home-slide .carousel-caption h5 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 37px;
    color: #00AEEF;
}
.carousel.slide.desktop-home-slide .carousel-caption .find-a-clinic {
    margin-top: 40px;
}
.carousel.slide.desktop-home-slide .carousel-caption {
    max-width: 650px;
    width: 100%;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    text-align: unset;
    justify-content: center;
    align-items: baseline;
}
@media (max-width: 575px) {
    .cltMap .azt-filters-list-details-map {
        height: 350px !important;
    }
    
    .carousel.slide.mobile-home-slide .carousel-item {
        height: auto !important;
    }
    
    .carousel.slide.mobile-home-slide .carousel-item>img {
        min-height: 220px;
    }
    
    .carousel.slide.mobile-home-slide .carousel-caption {
        position: relative !important;
        top: auto;
        bottom: 0 !important;
        height: auto;
        transform: none;
        background-color: #f3f4f6;
        display: flex !important;
        flex-direction: column;
        padding: 0 30px 30px !important;
    }
    
    .carousel.slide.mobile-home-slide .carousel-caption h5 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .carousel.slide.mobile-home-slide .carousel-caption .find-a-clinic {
        margin-top: auto;
    }
    
    .carousel.slide.mobile-home-slide .carousel-indicators {
        bottom: 0;
    }
    
    section.banner .banner-bottom {
        margin-top: 0;
    }
}