button.video-play {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: relative;
}
.vp-btn{
    position: absolute;
    top: 38%;
    left: 40%;
    width: 80px;
    height: 80px;
}
.vp-btn img{
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}
.heading-text{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #000;
    padding-bottom: 8px;
    display: inline-block;
}
.aoi{
    display: inline-block;
    padding: 5px 12px;
    background: #EE1C25;
    color: #ffffff;
    font-weight: bold;
}
h2,
h3 {
    color: #028BBF;
}
a.wp-button-float{
    position: fixed;
    bottom: 25px;
    right: 45px;
    z-index: 999;
}
/* pulse effect */
.wp-button-float{
    width: 45px;
    height: 45px;
    background: #25D366;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37, 211, 102),  0 0 0 0 rgba(37, 211, 102);
    }
    40%{
        box-shadow: 0 0 0 25px rgba(37, 211, 102, 0.0),  0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    80%{
        box-shadow: 0 0 0 25px rgba(37, 211, 102,0.0),  0 0 0 20px rgba(37, 211, 102, 0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.0),  0 0 0 20px rgba(37, 211, 102, 0);
    }
    
}

.heading {
    font-size: 35px;
    margin: 25px 0px;
    font-weight: 600;
    color: #333333;
}



.fa-phone {
    margin-right: 8px;
}

.navbar-brand {
    padding-top: 5px;
    margin-top: 0px;
}

.navbar {
    margin-bottom: 0;
}

.myNavbar {
    background: #ffffff;
    border: none;
    padding-bottom: 41px;
}

#navbar ul {
    float: left;
    margin-top: 31px;
}

#navbar .right-nav {
    float: left;
    margin-top: -16px;
    margin-left: 50px;
}

#navbar ul li {
    margin: 0px 2px;
}

#navbar ul li.call-btn {
    background: #00AEF0;
    border-radius: 26px;
    padding: 0 14px;
}


#navbar ul li.call-btn a {
    color: #FFF;
}

#navbar ul li a {
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
}

#navbar ul li a:hover {
    text-decoration: none;
}

#navbar .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: rgba(255, 255, 255, .15);
    color: #028BBF
}


.social-box,
.social-box li {
    display: inline-block;
    margin-top: 8px;
}

.social-box li a {
    display: inline-block;
    background: rgb(221, 220, 220);
    padding: 9px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #404040;
    border-radius: 50%;
}
.associate_page{
    margin-top: 100px;
}
.associate_page h1{
    font-size: 16px;
    font-weight: bold;
}
.social-box li a i {
    font-size: 18px;

}

/* Scroll news */
.scroll-news{
    background: #00AEF0;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}

/*Hero Slider*/

#hero-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 8%;
    top: 38%;
    font-size: 25px;
    display: inline-block;
    padding: 8px;
}

#hero-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 8%;
    top: 38%;
    font-size: 25px;

}

#hero-section .owl-theme .owl-nav .owl-next span,
.owl-theme .owl-nav .owl-prev span {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
}

#hero-section .owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

/* my caption */
.hero-section {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    max-width: 710px;

}

.serviceItem {
    width: 250px;
    margin-top: 45px;
    float: left;
    display: flex;
    justify-content: center;
}

.serviceItem .sicon {
    float: left;
    width: 50px;
    height: 50px;
    background: #028BBF;
    color: #fff;
    text-align: center;
    line-height: 59px;
    border-radius: 50%;
    margin-right: 14px;
}

.serviceItem .sicon .sdetails {
    float: left;
    margin-left: 10px !important;
}

.serviceItem .sdetails h6 {
    font-weight: 700;
    font-size: 15px;
}

.serviceItem .sicon .sdetails p {}

.serviceItem .sicon i {
    font-size: 20px;
}

/*Service List*/
.service-list{
    margin-bottom: 35px;
}
.service-list li{
    background: #028BBF;
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 10px;
}


/* owl dots */
#owl-one .owl-dots {
    /* margin-top: 10px; */
    position: absolute;
    top: 90%;
    left: 21%;
}


/*Our Gallery Section*/
#gallery-section .row {
    margin-top: 50px;
    margin-bottom: 25px;
}

/*Who we Are Section*/
#who-we-are {
    padding: 60px 20px 30px 20px;
}

#who-we-are h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 0;
    margin-bottom: 25px;
}

#who-we-are p {
    font-size: 15px;
    font-weight: 400;
}

.showCase {}

.showCase h3 {
    font-size: 35px;
    font-weight: 700;
}

.showCase h6 {
    font-weight: 600;
    font-size: 16px;
}

.intro-img {
    margin-top: 50px;
}


.navigate-link {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #9b191900;
    border-radius: 22px;
    margin: 20px 0px;
    background: #00AEF0;
    color: #fff;

}

/* Why choose us section */
#why-choose-us {
    width: 100%;
    padding: 60px 20px 50px 20px;
    background: #eff3f7;
}

#why-choose-us h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 0;
}

#why-choose-us p {
    line-height: 25px;
}

.why-wrap {
    margin-top: 25px;
}

.why-function .why-icon-box {
    width: 55px;
    height: 55px;
    background: #00AEF0;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    float: left;
}

.why-function .why-content {
    float: left;
    margin-left: 15px;
}

.why-function .why-content h6 {
    font-weight: 600;
    font-size: 20px;
}

.why-function .why-content p {
    font-weight: 600;
}

#make-appoint-call {
    background: #F91942;
    padding: 75px 0px;
}

#make-appoint-call h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

#make-appoint-call p {
    color: #fff;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 50px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 30px;
    margin-top: 15px;
    font-weight: 700;
}

#ourUpdates{
    margin: 80px 0px;
}

#ourUpdates .update-container{
    
}
#ourUpdates h3{
    font-size:35px;
    font-weight: 700;
    color: #26292d;
}
#ourUpdates h5{
    font-size: 23px;
    font-weight: 700;
    color: #f91942;
    margin-bottom: 0px;

}
#ourUpdates h6{
    font-size: 16px;
    font-weight: 700;
    color: #26292D;
    margin-bottom: 25px;
}
#ourUpdates .update-footer .update-footer-f-p{
    font-size: 18px;
    font-weight: 400;
    background: #f91942;
    color: #ffffff;
    padding: 15px 0px;
    margin: 0;
}
#ourUpdates .update-footer-s-p{
    background: #26292D;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    word-spacing: 1.5px;
}
.blink_me {
  animation: blinker 1s linear infinite;
  color: #f91942;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
/* Our Services section */
#ourService {
    margin: 40px 0;
}

.our-service-home {
    margin-top: 50px;
}

.our-service-home .service-icon {
    font-size: 40px;
    color: #00aef0;
}

.serve h4 {
    font-weight: 700;
}

.working-hours-box {
    background: #EFF3F7;
    text-align: center;
}

.working-hours-box h4 {
    font-weight: 600;
    font-size: 24px;
}

.timeing-hour {
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeing-hour .row {
    margin: 20px 0px;
}

.working-hours-box p {
    margin: 10px 0px;
}

/* Full Slider Section */
#full-slider {}

#full-slider h2 {
    margin: 80px 0px;
}

#full-slider .item {
    position: relative;
    border-radius: 5px;
}

#full-slider .item img {
    border-radius: 5px;
}

#full-slider .item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    text-align: center;
}

#full-slider .item .overlay .title {
    color: #fff;
    margin: 5%;
    font-size: 1.2em;


}

#full-slider .item .overlay .direction-btn {
    background: transparent;
    color: #fff;
    margin-top: 80%;
    margin-left: 2%;
}

/*Footer Styling*/
footer#myFooter {
    padding: 50px 0px 40px;
    background: #26292d;
}

footer#myFooter h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;

}

footer#myFooter p {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
}

.footer-nav {
    margin-top: 50px;
}

footer li {
    list-style: none;
    margin: 15px;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
}

footer li a {
    color: #fff;
    font-size: 1em;
    color: #00AEF0;
    font-weight: 500;

}

.myfooterBar p {
    color: #EFF3F7;
}

.myfooterBar a {
    font-weight: 700;
    color: #00AEF0;
}

footer li a:hover {
    text-decoration: none;
    color: #028BBF;
}
.payment-mode {
    font-weight: 700 !important;
    font-size: 16px;
}

.contact-head {
    display: block;
    margin-bottom: 45px;
}

.myframe {
    width: 30%;
    display: inline-block;
}

.myframe img {
    width: 100%;
}

.add {
    color: #fff;
}

.navigate-link:hover,
.navigate-link:focus {
    text-decoration: none;
    color: #fff;
}

.myfooterBar {
    background: #000000;
    padding: 25px;
}
/*****************************
about us page css
*****************************/
.my-banner{
    background: url(../img/banner/hero-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 250px;
    background-attachment: fixed;
    position: relative;
}
.about-content{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #00AEF0;
}
.about-content h1{
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.about-content h2{
    position: absolute;
    top: 34%;
    left: 46%;
    transform: translate(-50%, 0%);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/*about bmic*/
.about-bmic{
    padding: 50px 0px 50px 0px;
}
/*Free Consult*/
.consult{
    background: url(../img/counslt-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 220px;
    position: relative;
}
.consult-content{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #00AEF0;
}
.consult h2{
    color: #fff;
    font-weight: bold;
    margin-top: 80px;
}
.consult p{
    color: #ffffff;
    font-weight: 500;
}
.cnslt-btn{
    margin-top: 60px;
}
/*****************************
    Contact us page css 
*****************************/
.get-touch{
    padding: 50px 0px 0px;
}
.get-touch p{
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0px;
}
.get-touch .btn-default {
    color: #fff;
    background-color: #028BBF;
    border-color: transparent;
}
.contact-social{
    padding-top: 25px;
}
.contact-social ul li{
    margin:0;
    padding: 0;
}
.contact-social li{
    list-style: none;
    display: inline-block;
}
.contact-social li a{
    margin: 5px;
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    background: rgb(221, 220, 220);
    padding: 9px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}
/*address box*/
.contact-add{
    background: #028BBF;
    padding: 20px 0px 50px;
}
.contact-add h3{
    font-weight: bold;
    color: #fff;
    margin-left: 18px;
    text-transform: uppercase;
}
.add-box h4{
    color: #000;
}
.add-box{
    margin-top: 30px;
    background: #fff;
    text-align: left;
    color: #878787;
    font-weight: 600;
    border-radius: 8px;
    padding: 20px;
}

/*Website Updates*/
#patient-review{
    margin: 100px 0px;
}
.review-box{
    margin-top: 50px;
    padding: 10px;
    background: #F5F5F5;
    position: relative;
}
.patient-thumbnail{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 43%;
    background: #F5F5F5;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #ccc;
}
.patient-thumbnail img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.review-box h4{
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    margin-top: 25px;
}
.rate-4{
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
}
.review-btn{
    background: #F91942;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 5px;
}
.review-btn:hover{
    text-decoration: none;
    color: #ccc;

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#recent-updates {
        background: #00aef0;
        padding: 0px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    section#recent-updates h2 {
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }
    .service-list li{
        margin-bottom: 25px;
}
    .scroll-news {
        position: relative;
        z-index: 99;
        bottom: -82px;
    }
    .my-banner {
        background: transparent;
    }
    .d-none {
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #00AEF0;
    }

    .navbar-toggle {
        background: #00AEF0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #00AEF0;
    }

    .navbar-brand {
        padding: 0px;
    }

    .navbar-brand>img {
        height: 100%;
        padding: 15px;
        width: auto;

    }

    .logo .img-responsive {
        width: 78px;
        margin: 3px 8px;
    }

    .myNavbar {
        padding-bottom: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-toggle {
        margin-top: 23px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    #hero-section {
        padding-top: 80px;
    }

    #hero-section .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 180px;
    }

    .banner-content {
        top: 50%;
        left: 38%;
    }

    .banner-content h3 {
        font-size: 16px;
        margin: 0;
    }

    .banner-content h1 {
        font-size: 18px;
        margin: 0;
    }

    .serviceItem {
        width: 250px;
        margin-top: 10px;
        display: none;
    }

    .serviceItem .sdetails h6 {
        font-size: 13px;
    }

    .serviceItem p {
        font-size: 13px;
        margin: 2px;
    }

    .serviceItem .sicon {
        width: 40px;
        height: 40px;
        line-height: 44px;
        margin-right: 14px;
    }

    #who-we-are {
        padding: 30px 7px 30px 3px;
    }

    #who-we-are h2 {
        font-weight: 600;
        font-size: 20px;
        margin: 0;
        margin-bottom: 25px;
    }

    .showCase h3 {
        font-size: 21px;
        font-weight: 700;
    }

    .showCase h6 {
        font-size: 10px;
    }

    .why-function .why-content h6 {
        font-weight: 600;
        font-size: 13px;
    }

    .why-function .why-content {
        float: left;
        margin-left: 0px;
    }


    #why-choose-us h2 {
        font-weight: 600;
        font-size: 20px;
        margin: 25px 0;
    }

    .working-hours-box {
        background: #EFF3F7;
        text-align: center;
        padding: 30px;
        margin-bottom: -37px;
    }

    #who-we-are .col-6 {
        padding-right: 0;
        padding-left: 0;
    }

    #who-we-are table tr td {
        font-size: 0.9em;
    }

    #full-slider h2 {
        margin: 45px 0px;
        font-size: 1.7em;
    }

    #owl-two .item .btn {
        font-size: 10px;
    }

    #full-slider .item .overlay .title {
        font-size: 0.9em;
    }

    #gallery-section {
        margin-top: 50px;
    }

    #gallery-section h2 {
        font-size: 1.7em;
        margin-bottom: 20px;
    }

    #gallery-section .col-md-4 {
        padding-right: 4px;
        padding-left: 4px;
    }

    #gallery-section .row {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    /*About us*/
    .about-content h1 {
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, 0%);
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px !important;
    }
    .consult {
        z-index: -99;
    }
    .consult-content {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .9;
        background: #00AEF0;
        z-index: 9999;
        text-align: center;
        padding: 14px;
    }
    .consult h2 {
        color: #fff;
        font-weight: bold;
        margin-top: 6px;
        font-size: 16px;
    }
    .cnslt-btn a{
        padding: 10px 42px;
        font-size: 12px;
        line-height: 1.3333333;
        border-radius: 30px;
        margin-top: 0;
        font-weight: 700;
    }
    #ourUpdates h3 {
        font-size: 18px;
    }
    #ourUpdates h5 {
        font-size: 15px;
    }
    .heading {
        font-size: 25px;
    }

}

/* Updates css */
section#recent-updates {
    background: #00aef0;
    padding: 40px;
}
img{
    border-radius: 10px;
}
section#recent-updates h2{
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}
/* associate  */
.associate_section{
    padding-bottom: 50px;
}
.hospital_img{
    position: relative;
}
.hospital_name {
    position: absolute;
    bottom: 0px;
    left: 12px;
    background-color: #00aef0;
    color: #fff;
    border-radius: 0px;
    font-weight: 600;
    width: 94%;
    text-align: center;
    padding: 4px;
}