/*----------------- custom site css -------------*/
/*@font-face{font-family:Poppins-Black;src:url('../fonts/theme/Poppins/Poppins-Black.ttf');}
@font-face{font-family:Poppins-BlackItalic;src:url('../fonts/theme/Poppins/Poppins-BlackItalic.ttf');}
@font-face{font-family:Poppins-Bold;src:url('../fonts/theme/Poppins/Poppins-Bold.ttf');}
@font-face{font-family:Poppins-BoldItalic;src:url('../fonts/theme/Poppins/Poppins-BoldItalic.ttf');}
@font-face{font-family:Poppins-ExtraBold;src:url('../fonts/theme/Poppins/Poppins-ExtraBold.ttf');}
@font-face{font-family:Poppins-ExtraBoldItalic;src:url('../fonts/theme/Poppins/Poppins-ExtraBoldItalic.ttf');}
@font-face{font-family:Poppins-ExtraLight;src:url('../fonts/theme/Poppins/Poppins-ExtraLight.ttf');}
@font-face{font-family:Poppins-ExtraLightItalic;src:url('../fonts/theme/Poppins/Poppins-ExtraLightItalic.ttf');}
@font-face{font-family:Poppins-Italic;src:url('../fonts/theme/Poppins/Poppins-Italic.ttf');}
@font-face{font-family:Poppins-Light;src:url('../fonts/theme/Poppins/Poppins-Light.ttf');}
@font-face{font-family:Poppins-LightItalic;src:url('../fonts/theme/Poppins/Poppins-LightItalic.ttf');}
@font-face{font-family:Poppins-Medium;src:url('../fonts/theme/Poppins/Poppins-Medium.ttf');}
@font-face{font-family:Poppins-MediumItalic;src:url('../fonts/theme/Poppins/Poppins-MediumItalic.ttf');}
@font-face{font-family:Poppins-Regular;src:url('../fonts/theme/Poppins/Poppins-Regular.ttf');}
@font-face{font-family:Poppins-SemiBold;src:url('../fonts/theme/Poppins/Poppins-SemiBold.ttf');}
@font-face{font-family:Poppins-SemiBoldItalic;src:url('../fonts/theme/Poppins/Poppins-SemiBoldItalic.ttf');}
@font-face{font-family:Poppins-Thin;src:url('../fonts/theme/Poppins/Poppins-Thin.ttf');}
@font-face{font-family:Poppins-ThinItalic;src:url('../fonts/theme/Poppins/Poppins-ThinItalic.ttf');}*/
/*--------------- common -----------------------*/

body{
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
p, li, ul, span, a, h1, h2, h3, h4, h5{
    font-family: 'Poppins', sans-serif;
}
.row2{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.owl-carousel img{
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
}
.simplehide{display: none;}
.submit_btn_wait{}
.submit_btn_wait img{
    width:25px;
    height: 25px;
}
.nbp{margin-bottom: 0;}
/*------------ header ---------------------*/

.navbar-dark .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 0 12px;
}
.nav-item.active{
    background:#00B4D3;
    border-radius: 30px;
}
.nav-item.active a{
    color: #fff !important;
}
.navbar-nav{
    justify-content: center;
    width: 100%;
}
.navbar-brand{
    max-width: 150px;
}
.navbar-dark{
    background: rgba(255,255,255,.8);
    /*border: 1px solid #707070;*/
}
.btn-menu{
    padding: 3px 20px;
    background:#00B4D3;
    border-radius: 30px;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color:#00B4D3;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}
.header_space{padding-top: 100px;}
.header-email:hover{text-decoration: none;color: #FFF;}

/*------------------- footer ----------------*/

.footer{
    background: #5b5959;
    color: #fff;
    padding: 60px 0px;
}
.footer_iwd_logo img{
    max-width: 200px;
}
.footer_iwd_menu{
    margin-top: 30px;
}
.footer_iwd_menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_iwd_menu ul li{
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.footer_iwd_menu ul li a{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer_2{
    text-align: center;
}
.footer_2 p{
    font-size: 17px;
    margin-bottom: 10px;
}
.footer_iwd_social ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_iwd_social ul li{
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.footer_iwd_social ul li a{
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
}
.footer_iwd_newsletter{
    margin-top: 30px;
}
.footer_iwd_newsletter form{
    display: inline-block;
    width: 100%;
}
.footer_iwd_newsletter input{
    line-height: 40px;
    border-radius: 7px;
    width: calc(70% + 30px);
    float:left;
    border: none;
    padding-left: 10px;
}
.footer_iwd_newsletter .btn{
    width: 30%;
    line-height: 40px;
    color: #fff;
    background: #2eabe2;
    border-radius: 30px;
    float:left;
    padding: 0px;
    font-size: 16px;
    margin-left: -30px;
}
.footer_copyright{
    padding: 15px 0;
    background: #2eabe2;
}
.footer_copyright p{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
.footer_copyright .col-md-4{
    text-align: right;
}
.footer_copyright .col-md-4 a{
    color: #fff;
}



/*--------------- home page -----------------*/

.top-banner{
    height: 100vh;
    background-size: cover !important;
    background-position: center top !important;
}
.top-banner .container{
    display: flex;
    height: 100%;
}
.top-banner .banner-text{
    display: inline-block;
    margin: auto auto 7% 0px;
}
.top-banner h3{
    font-size: 27px;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px #000;
    letter-spacing: 3px;
    color: #fff;
}
.top-banner h2{
    font-size: 60px;
    text-shadow: 0px 3px 6px #000;
    color: #fff;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}
.home_2{
    /*background: #00B4D3;*/
}
.home_2 h2{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 71px;
    margin-bottom:20px;
}
.home_2 .col-md-6:nth-child(2){
    padding: 40px;
    display: flex;
}
.home_2 .col-md-6:nth-child(2) .cnt{
    margin:auto auto auto 0;
}
.home_2 .bk-img{
    background-size: cover !important;
    background-position: center top !important;
    /*min-height: 500px;*/
    position: relative;
}
.home_2 p{
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #fff;
    margin-top:15px;
}
.home_2_last{
    /*background:#2EABE2;*/
}
.home_2 .play_video{
    text-align: center;
    line-height: 500px;
}
.home_2 .play_video img{
    width: 120px;cursor: pointer;
}
.tziframe iframe{border:none;}
.home_3{
    /*background: #9D9C9C;*/
}
.home_3 h2{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 71px;
    margin-bottom: 20px;
}
.home_3 .col-md-6:nth-child(2){
    padding: 40px;
    display: flex;
}
.home_3 .col-md-6:nth-child(2) .cnt{
    margin:auto auto auto 0;
}
.home_3 .bk-img{
    background-size: cover !important;
    background-position: center top !important;
    /*min-height: 500px;*/
}
.home_3 p{
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #fff;
    margin-top:15px;
}
.home_3_last{
    /*background: #646464;*/
}
.home_2 .btn, .home_3 .btn,.top-banner .btn{
    margin: 15px 0;
    font-size: 26px;
    padding: 5px 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}
.home_2 .btn:hover,
.home_3 .btn:hover{
    transition-duration: 0.6s;
    background: #fff;
    color: #00B4D3;
}
.home_3_last .cnt p:nth-child(2){
    margin-top: 15px;
}
.home_3_last .cnt p:last-child{
    margin-bottom: 15px;
}
.client_testimonial{
    padding: 60px 0;
}
.client_testimonial h2{
    font-size: 72px;
    color: #707070;
    margin:0 0 45px 0px;
}
.client_testimonial p{
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-top: 30px
}
.client_testimonial .owl-carousel .owl-item img{
    width:140px !important;
    height: 140px !important;
    border-radius: 100px;
}
.contact_bar{
    background:#00B4D3;
    padding: 50px 0;
}
.contact_bar h1{
    color: #fff;
    font-size: 37px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}
.contact_bar .btn{
    margin: 5px 0;
    font-size: 18px;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}
.contact_bar .btn:hover{
    transition-duration: 0.6s;
    background: #fff;
    color: #00B4D3;
}
.home_4{
    padding: 60px 0px;
}
.home_4 .col-sm-4{margin-bottom: 30px;}
.home_4 img{height: 230px;width:100%;}

/*------------ about ---------------------*/
.about-banner{
    display: block;
    width:100%;
    height:500px;
    background-size: cover !important;
    background-position: center !important;
}
.about-title{
    padding: 60px 0 30px;
}
.about-title h1{
    margin: 0;
    font-size: 48px;
    text-align: center;
    color: #00B4D3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.team-row{
    margin: 30px 0 60px;
}
.team-row img{
    margin-bottom: 15px;max-height: 270px;
}
.team-row h3{
    font-size: 24px;
    color: #333333;
    margin: 0px;
}
.team-row h3 small{
    font-size: 14px;
    color: #999999;
    display: block;
    margin: 8px 0 0;
}
.team-row  p{
    font-size:28px;
    line-height:38px;
    color: #9D9C9C;
}
.about-2{
    padding: 60px 0;
    text-align: center;
}
.about-2 h2{
    font-size: 36px;
    color: #000000;
    margin-bottom: 25px;
}
.about-2 p{
    font-size:25px;
    color: #9D9C9C;
    line-height: 50px;
}



/*---------------- clicnic ------------------------*/

.clinic-title{
    padding: 60px 0 30px;
}
.clinic-title h1{
    margin: 0;
    font-size: 48px;
    text-align: center;
    color: #00B4D3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.clinic-cnt{
    margin: 30px 0 60px;
}
.clinic-cnt .img .play_video{
    text-align: center;
    line-height: 350px;
}
.clinic-cnt .img .play_video img{
    width:70px;
    height: 70px;cursor: pointer;
}
.clinic-cnt .img{
    width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.clinic-cnt p{
    font-size:28px;
    line-height:40px;
    color: #9D9C9C;
}


/*---------------- service ------------------------------*/

.service_contact_bar h1{
    font-size: 34px;
}
.service-cnt-main{
    padding: 30px 0 60px;
}
.service-cnt-box a{
    position: absolute;
    text-align: center;
    display: inline-block;
    left:0;
    right: 0;
    bottom: 20%;
    text-decoration: none;
}
.service-cnt-box a span{
    color: #fff;
    font-size: 26px;
    background:#00B4D3;
    font-weight:500;
    padding: 5px 10px;
    /*border: 1px solid #707070;*/
    border-radius: 5px;
}
.service-cnt {
    margin: 20px 0;
}
.service-cnt h2{
    color:#333333;
    margin: 0;
    margin-bottom: 10px;
    font-size: 48px;
}
.service-cnt p{
    font-size:32px;
    line-height:42px;
    color: #9D9C9C;
}
.service-cnt-box {
    margin-bottom: 60px;
}


/* ------------------------ booking ----------------------------- */
.book-clinic-main{
    /*padding: 30px 0 80px;*/
    padding: 30px 0 30px;
}
.book-clinic-2{
    padding: 0;
}
.book-clinic-2-title {
    text-align:center;
}
.book-clinic-2-title h2{
    font-size: 34px;
    color: #000000;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.book-clinic-2-title p{
    font-size: 20px;
    color: #707070;
    line-height: 27px;
}
.book-clinic-2-list{
    margin-top: 10px;
    margin-bottom: 60px;
}
.book-clinic-2-list .col-md-4{
    margin: 15px 0px;
}
.book-clinic-2-list .item-box{
    border: 1px solid #0199ED;
    text-align: center;
    padding: 15px;
    height: 100%;
}
.book-clinic-2-list .item-box .img-box{
    display: block;
    margin: -15px -15px 15px;
    height: 150px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.book-clinic-2-list .item-box p{
    font-size: 16px;
    color: #0199ED;
    margin: 0px;
    line-height: 28px;
}
.book-clinic-2-list .item-box p span.sprice{
    font-size: 16px;
    color: #0199ED;
    margin: 0px;
}
.book-clinic-2-list .item-box p span.eprice{
    font-size: 16px;
    color: #0199ED;
    margin: 0px;
}
.book-clinic-2-list .item-box span{
    color: #94A4AD;
    font-size: 14px;
    margin: 10px 0px;
}
.book-clinic-2-list .item-box .add-to-cart{
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: #0199ED;
    margin:5px 0px 10px 0px;
    border:1px solid #0199ED;
    border-radius:5px;
}
.book-clinic-2-list .item-box .added-to-cart-extra{
    background: #0199ED;color: #FFF;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    margin: 5px 0px 26px 0px;
    border-radius: 5px;float: left;
}
.book-clinic-extra .estudents{
    border-bottom: 1px dashed #0199ED;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.book-clinic-extra .estudents input{
    width: 118px;
    padding-left: 10px;
    border: 1px solid #0199ED;
    height: 28px;
}
.book-clinic-2-list .item-box .add-to-cart:hover{
    transition-duration: 0.7s;
    background: #0199ED;
    color: #fff;
}
.book-clinic-2-list .item-box .add_book_after span{
    font-size: 11px;
    display: inline-block;
    color: #000000;
    border: 1px solid #088BD4;
    padding: 6px 10px;
    float: left;
    width: 38%;
    margin: 0;
    margin-right: 2%;
}
.book-clinic-2-list .item-box .add_book_after .btn{
    background: #0199ED;
    display: inline-block;
    font-size: 11px;
    padding: 1px 10px;
    float: left;
    width: 60%;
    color: #fff;
    margin: 0;
    line-height: 18px;
    border-radius: 0px;
}
.book-clinic-2-list .item-box .add_book_after{
    display: none;
    margin-top: 15px;
}
.book-clinic-2-list .item-box.add-item-box{
    border:2px solid #0199ED;
}
.book-clinic-2-list .item-box.add-item-box .add_book_after{
    display: inline-block;
    width: 100%;
}
.book-clinic-2-list .item-box.add-item-box .add-to-cart{
    display: none;
}
.book-clinic-2-list .item-box .more_info{
    cursor: pointer;margin-top: 15px;border-top: 1px dashed;padding-top: 6px;
}
.book-clinic-2-list .item-box .students{
    margin-top: 0px;
}
.book-clinic-2-list .item-box .students p{}
.book-clinic-2-list .item-box .students input{
    width: 74%;padding-left: 10px;border:1px solid #0199ED;height: 28px;
}
.select-box{
    border: 1px solid #0199ED;
    background-color: #fff;
    height: 28px;
    display: block;
    margin-left: 25px;
    width: 74%;
}
.select-box-1{
    border: 1px solid #0199ED;
    background-color: #fff;
    height: 28px;
    margin-top: 10px;
    display: block;
    margin-left: 24px;
    width: 74%;
}
.select-box:focus,.select-box-1:focus{
    outline: none;
    border: 1px solid #0199ED;
}
.book-clinic-2-list .item-box .added-to-cart-main{
    background: #0199ED;
    color: #FFF;
}
.cart-list{
    background: #00B4D3;
    text-align: center;
    padding: 15px;
}
.cart-list h4{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.cart-list .title{
    font-size: 22px;
    margin: 5px 0px 25px;
    color: #fff;
}
.cart_wid_1{
    padding: 20px 0px;
    margin-top: 30px;
}
.cart_wid_1 p{
    color: #fff;
}
.cart_wid{
    padding: 30px 0px 20px;
    /*margin-top: 30px;*/
    border-top:1px solid #fff;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.cart_wid_2_1{
    margin-top: 40px;
}
.cart_wid_4 .discount{
    margin-top: 40px;
}
.cart_wid_4 .total{font-weight: bold;text-transform: uppercase;}
.cart_wid_4 .extra_div .extra_div_sub{}
.cart_wid_4 .extra_div .extra_div_sub p{margin-bottom: 0;font-size: 18px;line-height: 25px;}
.cart-agree .check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-left: 10px;
    margin-bottom: 0;
}
.cart-agree .check input {
    position: absolute;
    opacity: 0;
}
.cart-agree .check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:#E3E3E3;
    border: 1px solid #707070;
}
.cart-agree .check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #707070;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-agree .check input:checked ~ .checkmark:after {
    display: block;
}
.cart-agree p{
    display: flex;
    justify-content: center;
}
.cart-agree p a{
    font-size: 14px;
    color: #707070;
    display: inline-block;
    border-bottom: 1px dashed #707070;
    line-height: 22px;
    text-decoration: none;
}
.cart-agree{
    margin-top:25px;
}
.cart-btn{
    margin-top:25px;
}
.cart-btn .btn{
    background: #0199ED;
    color: #fff;
    font-size: 20px;
}
.goto_checkout_wait{text-decoration: none;}
.goto_checkout_wait img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}
/* --------------------- checkout ------------------------*/
.checkoutform{}
.checkoutform h4{margin-bottom: 25px;}
.checkoutform .btn{
    margin-top: 20px;
    background: #0199ED;
    color: #fff !important;
    font-size: 16px;
}
.ok{margin-top: 20px;
    background: #0199ED;
    color: #fff !important;
    font-size: 20px;}
.checkoutform label{text-align: left;}
.checkoutform .heading{
    margin-top: 15px;
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    margin-bottom: 25px;
}
.checkoutform .pay_now_wait{

}
.checkoutform .pay_now_wait img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    float: right;
}
.checkoutform .form-group{margin-bottom: 15px;float: left;width: 100%;}

h2.background span {
    background: #fff;
    padding: 0 15px;
}
h2.background {
    font: 33px sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

    &:before {
        border-top: 2px solid #dfdfdf;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
    }
}

h2.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

h2.double:after {
    border-bottom: 1px solid #0199ED;
    -webkit-box-shadow: 0 1px 0 0 #CCC;
    -moz-box-shadow: 0 1px 0 0 #CCC;
    box-shadow: 0 1px 0 0 #CCC;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}

h2.no-background {
    position: relative;
    overflow: hidden;

    span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px;

        &:before, &:after {
            content: '';
            display: block;
            width: 1000px;
            position: absolute;
            top: 0.73em;
            border-top: 1px solid red;
        }

        &:before { right: 100%; }
        &:after { left: 100%; }
    }
}

h2.no-span {
    display: table;
    white-space: nowrap;
    &:before, &:after {
        border-top: 1px solid green;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
    }
    &:before { right: 1.5%; }
    &:after { left: 1.5%; }
}

/*---------------------- gallery ------------------------*/
.gallery{
    padding: 30px 0 80px;
}


/*------------- contact ------------------------------*/

.contact-main{
    padding: 30px 0 60px;
}
.contact-1 .btn{
    background: #00B4D3;
    color: #fff;
    margin-top: 15px;
}
.contact-list ul{
    list-style: none;
}
.contact-list ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-list ul li i{
    width: 60px;
    font-size: 20px;
    text-align: center;
    float: left;
    line-height: 24px;
    color: #00B4D3;
}
.contact-list ul li span{
    width: calc(100% - 60px);
    float: left;
    line-height: 24px;
}
.contact-list ul li:last-child i{
    font-size: 22px;
}
.contact_map{
    margin-top: 50px;
}

/*------------------------ blog ---------------------------*/
.blog-grid{
    padding: 15px 0px 80px;
}
.blog-box {
    margin: 15px 0px;
}
.blog-box a{
    text-decoration: none;color: #00B4D3;
}
.blog-box .iteam{
    border: 1px solid #00B4D3;
    height: 100%;
}
.blog-box .iteam .img-box{
    height: 250px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.blog-box .iteam .cnt-box {
    padding: 15px;
}
.blog-box .iteam .cnt-box h2{
    font-size: 24px;
    color: #0199ED;
    line-height: 34px;
}
.blog-box .iteam .cnt-box h2 small{
    display: block;
    margin:0px;
    color: #94A4AD;
    font-size: 12px;
} 
.blog-box .iteam .cnt-box h2 small i{
    margin-right: 5px;
}
.blog-box .iteam .cnt-box p{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.blog-box .iteam .btn-box{
    padding: 15px;
}
.blog-box .iteam .btn-box .btn{
    background:#00B4D3;
    color: #fff; 
    padding: 10px 30px;
    font-weight: bold;
}
.bpagination{text-align: center;width: 100%;margin-top: 20px;}
.bpagination .pagination{display: inline-flex;}
.bpagination .page-item.active .page-link{
    background-color: #00B4D3;
    border-color: #00B4D3;
}
.bpagination .page-link{color: #00B4D3;}
/*------------------------ blog ---------------------------*/
.blog-detail-grid{
    padding: 50px 0px 80px;
}
.blog-detail-grid .blog_left{}
.blog-detail-grid .blog_left .blog-title{}
.blog-detail-grid .blog_left .blog-title h4{
    margin-bottom: 0px;
    font-size: 1.7rem;
    text-align: center;
    color: #00B4D3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.blog-detail-grid .blog_left .blog-title .date{
    text-align: center; margin-bottom: 20px;color: #94A4AD;font-size: 12px;
}
.blog-detail-grid .blog_left .blog-title .social-media{}
.blog-detail-grid .blog_left .blog-title .social-media ul{padding-left: 0;text-align: center;}
.blog-detail-grid .blog_left .blog-title .social-media ul li{display: inline-block;margin-left: 5px;margin-right: 5px;}
.blog-detail-grid .blog_left .blog-title .social-media ul li a{
    width: 30px;
    height: 30px;
    border: 1px solid;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #00B4D3;
}
.blog-detail-grid .blog_left .blog-title .social-media ul li a:hover{
    background: #00B4D3;
    color: #FFF;
    border-radius: 5px;
}

.blog-detail-grid .blog_left .blog-img{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 350px;
}
.blog-detail-grid .blog_left .blog-desc{}
.blog-detail-grid .blog_left .blog-desc .blog-desc-sub{margin-top: 40px;margin-bottom: 0px;}

/* Footer pages */
.extra-grid{padding: 15px 0px 50px;}
.extra-grid p{width:100%;}

/*-----------------------------------------------------*/
/*---------------------- responsive ----------------*/
@media (min-width:1201px) and (max-width: 1400px){
    .top-banner h3{font-size: 20px;}
    .top-banner h2{font-size: 46px;}
    .home_2 h2{font-size: 46px;}
    .home_2 p{letter-spacing: 0px;font-size: 20px;}
    .home_3 h2{font-size: 46px;}
    .home_3 p{letter-spacing: 0px;font-size: 20px;}
    .home_2 .btn, .home_3 .btn,.top-banner .btn{font-size: 20px;}
    .client_testimonial h2{font-size: 48px;}
    .client_testimonial p{font-size: 20px;line-height: 34px;}
    .team-row p{font-size: 24px;}
    .about-2 p{font-size: 22px;line-height: 40px;}
    .clinic-cnt p{font-size: 24px;}
    .service-cnt-box a span{font-size: 20px;}
    .service-cnt h2{font-size: 42px;}
    .service-cnt p{font-size: 24px;line-height: 34px;}
    .navbar-dark .navbar-nav .nav-link{font-size: 14px;}
}
@media (max-width: 575px){
    .book-clinic-2-list .item-box .add_book_after span{
        width: 100%;
        padding: 5px 10px;
    }
    .book-clinic-2-list .item-box .add_book_after .btn{
        width:100%;
        margin: 10px 0;
        padding: 10px;
    }
}
@media (max-width: 767px){
    .top-banner h2 {
        font-size: 24px;
    }
    .top-banner h3 {
        font-size: 10px;
    }
    .home_2 h2{
        font-size: 28px;
    }
    .home_2 p {
        font-size: 14px;
        line-height: 24px;
    }
    .home_3 h2{
        font-size: 28px;
    }
    .home_3 p {
        font-size: 14px;
        line-height: 24px;
    }
    .home_2 .btn, .home_3 .btn,.top-banner .btn{
        font-size: 12px;
        padding: 5px 19px;
    }
    .home_3_last p{
        margin:0;
    }
    .client_testimonial h2 {
        font-size: 26px;
    }
    .client_testimonial p {
        font-size: 16px;
        line-height: 26px;
    }
    .contact_bar h1 {
        font-size: 28px;
    }
    .contact_bar{
        text-align: center;
    }
    .contact_bar .btn {
        margin: 15px 0;
        font-size: 14px;
    }
    .home_4 img{
        margin: 10px 0px;
        width: 100%;
    }
    .footer{
        text-align: center;
    }
    .footer_2{
        margin-top: 25px;
    } 
    .footer_copyright{
        text-align: center;
    }
    .footer_copyright a{
        color: #fff;
        margin-top: 10px;
        display: inline-block;
    }
    .footer_iwd_newsletter input{
        width: calc(60% + 30px);
        font-size: 12px;
    }
    .footer_iwd_newsletter .btn {
        width: 40%;
    }
    .btn-menu{
        display: block;
        margin: 20px 0 10px;
    }
    .team-row p {
        margin-top: 20px;
    }
    .about-2 .col-md-4{
        margin-bottom: 20px;
    }
    .footer_copyright .col-md-4{
        text-align: center;
    }
    .service-cnt-box .col-md-4{
        margin: 10px 0;
    }
    .book-clinic-2{
        margin-top: 60px;
    }
    .book-clinic-2-list .item-box .img-box img{
        width: 100%;
    }
    .cart_wid{
        line-height: 20px;
        font-size: 13px;
    }
    .cart-list h4 {
        font-size: 20px;
    }
    .cart-agree p a {
        font-size: 10px;
    }
    .book-clinic-2-title h2 {
        font-size: 22px;
    }
    .book-clinic-2-title p {
        font-size: 13px;
        line-height: 20px;
    }
    .book-clinic-2-list .item-box p{
        font-size: 14px;
        line-height: 24px;
    }
    .book-clinic-2 {
        margin-top: 0px;
    }
    .book-clinic-2-list .item-box .img-box{height: 180px;}
    .checkoutform label{text-align: left;}
    .footer_iwd_menu ul li{display: inherit;}
}
@media (min-width:768px) and (max-width: 990px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 9px !important;
        padding: 0 9px !important;
    }
    .btn-menu {
        font-size: 10px !important;
    }
    .header_space{padding-top: 30px;}
}
@media (max-width: 1200px){
    .about-title h1{
        font-size: 36px;
    }
    .team-row p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-2 h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about-2 p {
        font-size: 18px;
        color: #9D9C9C;
        line-height: 30px;
    }
    .clinic-cnt p{
        font-size: 18px;
        color: #9D9C9C;
        line-height: 30px;
    }
    .clinic-title h1{
        font-size: 36px;
    }
    .service-cnt-box a span{
        font-size: 12px;
    }
    .service-cnt h2{
        font-size: 32px;
    }
    .service-cnt p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (min-width:768px) and (max-width: 1200px){
    .top-banner h2 {
        font-size: 50px;
    }
    .home_2 h2{
        font-size: 40px;
    }
    .home_2 p {
        font-size: 16px;
        line-height: 24px;
    }
    .home_3 h2{
        font-size: 40px;
    }
    .home_3 p {
        font-size: 16px;
        line-height: 24px;
    }
    .home_2 .bk-img{
        min-height:350px;
    }
    .top-banner h3 {
        font-size: 18px;
    }
    .home_3_last p{
        margin:0;
    }
    .home_2 .btn, .home_3 .btn,.top-banner .btn{
        font-size: 12px;
        padding: 5px 19px;
    }
    .client_testimonial h2 {
        font-size: 40px;
    }
    .client_testimonial p {
        font-size: 16px;
        line-height: 26px;
    }
    .contact_bar h1{
        font-size: 24px;
    }
    .contact_bar .btn {
        margin: 0;
        font-size: 9px;
        padding: 5px 10px;
    }
    .footer_iwd_newsletter .btn,
    .footer_iwd_newsletter input{
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top:5px;
        font-size: 14px;
    }
    .navbar-brand img{
        max-width: 80px;
    }
    .navbar-dark .navbar-nav .nav-link{
        font-size: 12px;
    }
    .btn-menu{
        font-size: 12px;
    }
    .book-clinic-2-list .item-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .book-clinic-2-list .item-box .add_book_after span{
        width: 100%;
        padding: 5px 10px;
    }
    .book-clinic-2-list .item-box .add_book_after .btn{
        width:100%;
        margin: 10px 0;
        padding: 10px;
    }
    .cart-agree p a {
        font-size: 11px;
    }
    .cart-btn .btn{
        font-size: 16px;
    }
    .book-clinic-2-list .item-box .add-to-cart {
        width: 100%;
        padding: 5px 10px;
    }
    .book-clinic-2-title p {
        font-size: 16px;
    }
    .book-clinic-2-title h2 {
        font-size: 30px;
    }
    .cart-list h4 {
        font-size: 20px;
    }
    .cart_wid{
        line-height: 18px;
        font-size: 12px;
    }
    .cart-list .title {
        font-size: 17px;
    }
    .cart_wid_1 p{
        font-size: 14px;
        line-height: 22px;
    }
}


.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff !important;
}
