/*Style Listed For ghana-health-it*/
/*Base Structure*/
.site_wrapper {width: 100%;  margin: 0 auto 0 auto;}
.container_full {width: 100%; float: left; margin: auto auto auto auto; }




body{font-family: 'Roboto Condensed', sans-serif;}
p{font-family: 'Arima Madurai', cursive; letter-spacing: 1px;    color: #000;}
h1, h2,h4{font-family: 'Roboto Condensed', sans-serif;}
h3{font-family: 'Roboto Condensed', sans-serif;}


.effect { text-align: center;
    display: inline-block;
    position: relative;    margin-top: 14px !important;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 9px 0;
    width: 26%;
    border-radius: 0;
    overflow: hidden;
    background-color: #1ea9de;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #fff;
}

/* effect-4 styles */
.effect.effect-4 {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.effect.effect-4:before {
    content: "\f178";
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.effect.effect-4:hover {    width: 26%; padding: 9px 0;
    text-indent: -9999px;
}
.effect.effect-4:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}
.title-icon {text-align: center;
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.title-icon::before {
    content: "";background: #00a3c8;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}
.title-icon::after {
    content: "";
    height: 2px;
    left: 24px;background: #00a3c8;
    position: absolute;
    top: 10px;
    width: 30px;
}

/*-------------------*/
/*header-top-area*/
/*-------------------*/

#header-top-area{ width: 100%; float: left; position: relative; padding: 0; background-color: #00adef;clear: both;}
#header-top-area ul{ display: inline-block; float: left; padding: 0; width: 100%; text-align: right;}
#header-top-area .logo-area{width: auto;
    float: left;
    position: absolute;
    top: 12px;
    background-color: #fff;
    z-index: 99;
    padding: 6px;
    border-radius: 32px;}
#header-top-area .logo-area img{margin-top: 8px;}
#header-top-area ul li{ display: inline-block; padding: 0 5px;}
#header-top-area ul li a{color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;}

#header-top-area  .social-area{ width: 100%; float: left; text-align:right; position: relative;    margin-top: 0;
    padding: 7px 0; }
#header-top-area  .social-area ul li { margin-right: 4px; width: 25px;
    text-align: center;
    border: solid 1px #fff;
}
#header-top-area .login-area{ width: 100%; float: left; padding: 0;    margin-top: 8px;}
#header-top-area .login-area ul li a{color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    border-right: solid 2px #79797b;
    padding-right: 11px;}
#header-top-area .login-area .fa{
    color: #f5b567;}
#header-top-area  .social-area ul li a{ color: #fff;}
@media (min-width: 768px) and ( max-width: 991px){#header-top-area ul li {
    display: inline-block;padding: 0 2px !important;
    float: right;
}
    #header-top-area .login-area ul li a {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0;
        padding-right: 6px;
    }}

@media (max-width: 767px){#header-top-area .logo-area {
    width: auto;
    float: none;
    position: relative; background-color:#fff;
    text-align: center;
    top: 0;
    border-radius:0;
}}

@media (max-width: 768px){
    #header-top-area .social-area {
        margin-top: 10px;

    }
    #header-top-area ul {
        text-align:center;
    }
    #header-top-area ul li {
        display: inline-block;
        padding: 0;
    }
    #header-top-area .login-area {
        margin-top: 17px;
    }}



/*-------------------*/
/*header-top-area2*/
/*-------------------*/

#header-top-area2{ width: 100%; float: left; position: relative; padding: 10px 0; background-color: #fff;clear: both;
    box-shadow: 0 1px 4px #00000040;}
#header-top-area  .btn {    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;}
#header-top-area2  .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;    background-color: #dad9d9;
    padding: 6px 20px;
}
#header-top-area2  .input-group-btn .btn-group {
    display: flex !important;
}
#header-top-area2  .form-control{ height: 34px;    border-radius: 0;border:1px solid #fff;}
#header-top-area2  .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
#header-top-area2  .btn-primary {
    color: #292282;
    background-color: #ffffff;
    border-color: #ffffff;
}
#header-top-area2  .btn-group .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#header-top-area2  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
#header-top-area2  .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#header-top-area2  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#header-top-area2  .form-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (min-width: 768px) {
    #header-top-area2    #adv-search {
        width: 100%; float: right;
    }
    #header-top-area2    .dropdown.dropdown-lg {
        position: static !important;
    }
    #header-top-area2    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
#header-top-area2 .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#header-top-area2 .navbar-default .navbar-nav>li>a { padding-top: 5px;
    color: #2b1919;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-align: left;
    font-weight: 800;
}
#header-top-area2 .navbar {
    position: relative; margin-bottom: 0;
    min-height: 30px;}
#header-top-area2  .col-md-9{ padding-left: 0;}
.navbar-default .navbar{ margin-bottom: 0;}
.navbar-default .navbar-collapse {
    padding-right: 0;
    padding-left: 0;}
#header-top-area2  .navbar-nav {
    float: right;
    margin: 0;
    text-align: right;
}

#header-top-area2 .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: solid 1px #d4cece;
}
#header-top-area2  .dropdown-menu{ margin: 0; padding: 0;}
#header-top-area2 .dropdown-menu>li:hover{ background-color: #eee;}
#header-top-area2 .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    color: #333;
    white-space: nowrap;
    background-color: #ece7e700;
    border-bottom: solid 1px #dfdfe2;
}
@media screen and (max-width: 767px){
    #header-top-area2 .navbar-nav {
        float: left;}}

/*-----------------------*/
/*slider-area*/
/*-----------------------*/


#slider-area{ width: 100%; float: left; padding: 0; position: relative; clear: both;}

#slider-area{ width: 100%; float: left; clear: both; padding: 0; z-index: -9; position: relative;}
#slider-area h1{    color: #fff;
    font-size: 63px;
    font-weight: 800;
    margin-top: 26px;    text-shadow: 0 2px 3px #000;
    text-transform: capitalize;}
#slider-area .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#slider-area .carousel-caption { right: 0;
    left: 0;
    padding: 10px;
    text-align: right;
    max-width: 1138px;
    bottom: 38%;
    float: left;
    margin: 0 auto;
}
#slider-area .carousel-caption h2{ text-shadow: none; margin-bottom: 0;}
#slider-area .carousel-caption p {
    color: #fff;
    font-size: 18px;
}

#slider-area .carousel-inner  img{ width: 100%; height: 495px;}
#slider-area  .banner-bottom-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    opacity: .4;
}
#slider-area  .carousel-control { width: 10%;}


.overlay{ width: 100%; float: left; background-color: #000; opacity: .8; position: absolute;
    height:100%; z-index: 9;}
@media ( min-width: 320px) and ( max-width: 767px){
    #slider-area .carousel-inner img {
        width: 100%;
        height: auto;
    }
    #slider-area h1 {font-size: 23px; margin-top: 0;    margin-bottom: 0;
        color: #fff;}
    #slider-area .carousel-caption{    top: 8%;}
    h2 {
        font-size: 22px;}
    .effect {
        text-align: center;
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        padding: 3px 0;
        width: 124px;
        border-radius: 0;
        overflow: hidden;
        margin-top: 0;}
    #slider-area .carousel-caption{ width: 86%;}
}

@media ( min-width: 768px) and ( max-width: 991px){
    #slider-area .carousel-caption {
        max-width: 699px;}
    #slider-area .carousel-inner img {
        width: 100%;
        height: auto;
    }
    #slider-area h1 {
        color: #0092d6;
        font-size: 38px;}

    .effect{text-align: center;
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        padding: 5px 0;
        width: 35%;
        border-radius: 0;
        overflow: hidden;
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        border: solid 1px #fff;}


}
tfoot{ display: none !important;}

@media ( min-width: 992px) and ( max-width: 1200px){#slider-area h1 {
    color: #0092d6;
    font-size: 49px;}
    #slider-area .carousel-caption p {
        color: #fff;
        font-size: 14px;
    }
    .effect{ text-align: center;
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff;
        font-size: 11px;
        padding: 6px 0;
        width: 146px;
        border-radius: 0;
        overflow: hidden;
        background-color: #0092d6;
        margin-top: 3px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border: solid 1px #fff;}}





@media ( min-width: 992px) and ( max-width: 1200px){#slider-area .carousel-caption{ width: 75%; bottom: 35%;}}


/*--------------------------*/
/*middle-area*/
/*--------------------------*/
#middle-area{ width: 100%; float: left; padding: 0; position: relative; clear: both; margin-bottom: 45px; top: -33px;}
#middle-area .col-md-3{ padding: 10px; color: #fff; text-align: center;}
#middle-area h5{font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 1px #0000009e;}
#middle-area .col-md-3 .fa{ font-size: 59px;
    margin: 14px 0;}
.mdl-box1{ background-color: #4bccfd;}
.mdl-box2{ background-color: #1ea9de;}
.mdl-box3{ background-color: #098dbf;}
.mdl-box4{ background-color: #02648a;}






/*--------------------------------*/
/*          about-area           */
/*--------------------------------*/

#about-area{ width:100%; float:left; position:relative;padding:0; margin-bottom: 40px;}

#about-area h1 {
    margin: 0;
    color: #2d3e50;
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 30px;
}
#about-area h2 {
    margin: 0;
    color: #2d3e50;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 30px;
}
#about-area h2 span{ color: #4bccfd;}
#about-area p{ font-size: 15px; margin-bottom: 10px;}


#about-area .col-md-6{  position: relative; overflow: hidden;
    margin: 10px 0;}
#about-area .col-md-6  img{width: 400px; margin: 0 auto;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;}


/*--------------------------------*/
/*            news          */
/*--------------------------------*/

#news{ width:100%; float:left; position:relative;padding:40px 0;
    background: url("../images/bg-about2.png");}
#news h2 { text-align: center;
    margin: 0;
    color: #2d3e50;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 24px;
}
/*#news .col-md-4 img{ width: 100%;}*/

#news .col-md-4{  position: relative; overflow: hidden;
    margin: 10px 0;}
#news .col-md-4  img{width: 200px; margin: 0 auto;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;}


#news h2 span{ color: #4bccfd;}
#news  .text-content{ float: left; text-align: center; background-color: #ffffff38; width: 100%;
    padding: 10px;}
#news  .text-content  .for-border {margin: 0 0 15px;
    height: 11px;
    width: 100%;
    background: transparent url(../images/feature-border.png) center center no-repeat;
    border: none;
}
#news  .text-content h2 {
    color: #4bccfd;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px; padding: 10px 0;
}
#news  .text-content .effect {
    width: 40%;}
@media (max-width:767px){
    #news h2 { text-align: center;
        margin: 0;
        color: #2d3e50;
        font-size: 26px;
    }}

/*--------------------------------*/
/*            contact-us          */
/*--------------------------------*/

#contact-us{ width:100%; float:left; position:relative;padding:40px 0;}

/*.layer-overlay::before {*/
/*background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;*/
/*content: " ";*/
/*height: 100%;*/
/*left: 0;*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*z-index: 0;*/
/*}*/
/*.layer-overlay.overlay-white-7::before {*/
/*background-color: rgba(255, 255, 255, 0.7);*/
/*}*/

/*.layer-overlay::before {*/
/*right: 0;*/
/*}*/
#contact-us h2 {text-align: center;
    margin: 0 0 20px 0;
    color: #2d3e50;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
}
#contact-us  h2 span{ color: #4bccfd;}

#contact-us  .Middle-area-full {  position: relative;  width: 900px;  max-width: 56%;
    border-top: none; text-align: center; margin: 14px auto;  }

#contact-us  .Middle-area-full h1 { position: relative; margin-top: -14px; display: inline-block; letter-spacing: 4px;
    font-family: 'Alex Brush', cursive; text-transform: lowercase;  font-size: 65px;    color: #09bae2;}


#contact-us  .Middle-area-full  p {width: 61%; margin: 20px auto 40px auto; line-height: 30px;  }

#contact-us  .Middle-area-full  a {outline: 0;
    display: inline-block;
    padding: 9px;
    margin-bottom: 40px;
    width: 148px;
    max-width: 72%;
    background-color: #09bae2;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#contact-us  .Middle-area-full  a:hover {
    background-color: #000;
}

#contact-us  .Middle-area-full  a:link, .section a:visited, .section a:link:hover, .section a:visited:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 500px) {
    #contact-us   .Middle-area-full   .top-border {
        display: none;
    }
    #contact-us    .Middle-area-full  {
        border-top: 2px solid #333;
    }
    #contact-us   .Middle-area-full  h1 {
        margin: 20px 6px;
    }
}

/* ///// inputs /////*/



#contact-us  .Middle-area-full .styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    #contact-us    .Middle-area-full    .styled-input {
        width:100%;
    }
}

#contact-us  .Middle-area-full .styled-input label {
    color: #999;
    padding:-22px 0;
    position: absolute;
    top: -14px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

#contact-us  .Middle-area-full .styled-input.wide {
    width: 650px;    border-bottom: solid 1px #000;
    max-width: 100%;
}

#contact-us  .Middle-area-full input,
textarea {    padding:28px 0 0 0;
    border: 0;
    width: 100%;
    font-size: 15px;
    background-color: transparent;
    color:black;
    border-radius: 0;
    border-bottom: solid 1px #000;
}

#contact-us  .Middle-area-full input:focus,
textarea:focus { outline: 0; }

#contact-us  .Middle-area-full input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

#contact-us  .Middle-area-full textarea {
    width: 100%;
    min-height: 73px;
}

#contact-us  .Middle-area-full .input-container {
    width: 650px;
    max-width: 100%;
    margin: 0 auto 11px auto;
}

#contact-us  .Middle-area-full .submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
    0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#contact-us  .Middle-area-full .submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
    0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    #contact-us     .Middle-area-full    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

#contact-us  .Middle-area-full input[type=checkbox] + label {
    color: #ccc;
    font-style: italic;
}
#contact-us  .Middle-area-full  input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}


#contact-us  .Middle-area-full  input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
}

@media (max-width: 767px){
    #contact-us   .Middle-area-full {
        position: relative;
        width: 100%;
        max-width: 90%;}}



@media (min-width: 768px) and (max-width: 991px){

    #contact-us    .Middle-area-full .styled-input{ width: 100%;}}
/*--------------------------*/
/*SUBSCRIPTIONS-PANEL*/
/*--------------------------*/
#subscription-healthcare{ width: 100%; float: left; padding: 0; position: relative; clear: both;}
#subscription-healthcare .newsletter{ width: 100%; float: left; background: #00adef; padding:0;}
#subscription-healthcare .newsletter:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 317px;
    height: 580px;
    display: block;
    position: absolute;
    background: url("../images/img-01.png") no-repeat;
}
#subscription-healthcare .positionrelative {
    position: relative;
}
.bgdark {
    background-color: #00adef;
}
#subscription-healthcare .videobox {
    margin: 0;    box-shadow: -8px 0 9px -2px #00000040;
    width: 100%;
    float: left;
    background-color: #384b64;
}
#subscription-healthcare .videobox img {
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: 0.10;
    display: block;
    position: relative;
}

#subscription-healthcare   .videobox  span{ top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;}
#subscription-healthcare .newsletterbox {
    width: 100%;
    float: left;
    color: #fff;
    padding: 40px 0;
}
#subscription-healthcare .newsletterbox h2 {
    margin: 0;
    color: #2d3e50;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 30px;
}
#subscription-healthcare .newsletterbox  h2 span {
    color: #fff;
}
#subscription-healthcare .newsletterbox .description {
    width: 100%;
    float: left;
}
#subscription-healthcare .newsletterbox .formnewsletter {
    width: 100%;
    float: left;
    padding: 5px;
    background: #4dc6f4;
}
#subscription-healthcare .newsletterbox .formnewsletter  fieldset {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
#subscription-healthcare .newsletterbox fieldset .form-control {
    border: 0;
    z-index: 1;
    width: 100%;
    float: left;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding: 0 160px 0 20px;
}
#subscription-healthcare .newsletterbox fieldset button {
    top: 0;
    right: 0;
    z-index: 2;
    height: 38px;
    letter-spacing: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    background: #2d3e50;
    position: absolute;
    text-transform: uppercase;
}
#subscription-healthcare .newsletterbox .description  p {
    margin: 0 0 30px;
}



@media ( min-width: 320px) and ( max-width: 767px){
    #subscription-healthcare .videobox span {
        top: 72px;}
    #subscription-healthcare .newsletter {
        padding: 20px 0;
    }}

@media ( min-width: 320px) and ( max-width: 991px){#subscription-healthcare .newsletter:before{ display: none;}}


/*----------------------*/
/*testimonial-area*/
/*-----------------------*/

#testimonial-area{ width: 100%; float: left; position: relative; clear: both; padding:0;
    background: url("../images/testimonial-bg-image.jpg") center fixed; background-size: cover; min-height: 300px;}

#testimonial-area  .area-middle{ width: 100%; float: left; padding:60px 0;
    background: -webkit-linear-gradient(90deg,rgb(30, 169, 222) 0,rgba(54, 152, 217, 0));
    background:linear-gradient(90deg,rgb(30, 169, 222) 0,rgba(54, 152, 217, 0));}

#testimonial-area  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background-color: transparent;
}
#testimonial-area  .carousel-inner>.item{ padding-left: 17px;}
#testimonial-area h4{ margin-bottom: 0;}
#testimonial-area p {
    color: #fff !important;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 23px;
}
#testimonial-area h2{ text-align: center;
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 24px;}
#testimonial-area  .testimonial_btn{ background-color: #1ea9de !important;
    color: #fff !important;
    border-radius: 0;
}
#testimonial-area  .seprator {
    height: 2px;
    width: 56px;
    background-color: #3698d9;
    margin: 7px 0 10px 0;
}










/*-----------------------*/
/*footer*/
/*-----------------------*/
.footer { width: 100%;    position: relative;
    z-index: 9;
    float: left;    border-top: solid 1px #fff;
    padding: 50px 0 20px 0;
    background-color: #003144;
    /*background-image: url(../images/footer-bg.jpg); background-size: cover;*/
    color: #878c94;
}
.footer  h2 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: solid 1px #5993b9;
    text-shadow: 0 1px 1px #000;
}
.footer .title{
    text-align: left;
    color:#fff;
    font-size:25px;
}
.footer p{ color: #fff;}
.footer .social-icon{
    padding:0;
    margin:0;
}
.footer .social-icon a{
    display:inline-block;
    color:#fff;
    font-size:25px;
    padding:5px;
}
.footer .acount-icon a{
    display: block;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: capitalize;
}
.footer .acount-icon .fa{
    margin-right:25px;
}
.footer .category a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 1px;
    border-radius:4px;
    margin-top: 6px;
    background-color: black;
    border: solid 1px #fff;
}
.footer .payment{
    margin:0;
    padding:0;
    list-style-type:none
}
.footer .payment li{
    list-style-type:none
}
.footer .payment li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 10px 2px;
}

.footer  .social-area{ width: 100%; float: left; text-align:right; position: relative;     margin-top: 12px;padding: 0;}
.footer  .social-area ul{ width: 100%;
    float: left;
    text-align: left;}
.footer  .social-area ul li { margin-right: 4px; width: 25px; display: inline-block; list-style-type: none;
    text-align: center;
    border: solid 1px #fff;}

.footer .social-area ul li a{ color: #fff;}




/*------------------*/
/*inner-banner*/
/*------------------*/

#inner-banner{ width: 100%; float: left; position: relative; padding: 0; min-height: 200px;
    background: url("../images/inner-banner-image-1.jpg"); background-size: cover;;}
#inner-banner .overlay{ width: 100%; float: left; position: absolute; background-color: #000; opacity: .5;}
#inner-banner h1 { text-align: center; top: 2.2em; z-index: 9; position: relative;;
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
}





/*------------------*/
/*contact-us-page1*/
/*------------------*/

#contact-us-page1{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;}
#contact-us-page1 .form-control{ border-radius: 0;}
#contact-us-page1 .second-portion{ width: 100%; clear: both;
    float: left;
    padding: 40px 0 0 0;}
#contact-us-page1 .second-portion .box > .icon { text-align: center; position: relative; }
#contact-us-page1 .second-portion .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px;
    border: 8px solid white; line-height: 88px; border-radius: 50%; background-color:#1ea9de; vertical-align: middle; }
#contact-us-page1 .second-portion .box > .icon:hover > .image { background: #333; }
#contact-us-page1 .second-portion .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
#contact-us-page1 .second-portion .box > .icon:hover > .image > i { color: white !important; }
#contact-us-page1 .second-portion .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0; min-height:163px;}
#contact-us-page1 .second-portion .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0;
    color: white; }
#contact-us-page1 .second-portion .box > .icon > .info > h3.title { font-size: 16px; color: #222;
    font-weight: 700;     margin: 10px 0 0 0;}
#contact-us-page1 .second-portion .box > .icon > .info > p { font-size: 13px; color: #666;
    line-height: 27px;
    margin: 17px 10px;}
#contact-us-page1 .second-portion .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover >
.info > .more > a { color: #222; }
#contact-us-page1 .second-portion .box > .icon > .info > .more a { font-size: 12px;
    color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
#contact-us-page1 .second-portion .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px;
    background-color: #1ea9de }
#contact-us-page1 .second-portion .box .space { height: 30px; }





/*------------------*/
/*about-us-page1*/
/*------------------*/

#about-us-page{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;}

#about-us-page   .about-middle-area{ width: 100%; float: left; padding: 10px; margin: 40px 0;}


#about-us-page   .image-full-area{ width: 100%; float: left; position: relative; overflow: hidden;
    margin: 10px 0;}
#about-us-page .image-full-area  img{width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;}
/*#about-us-page   .image-full-area{ width: 100%;}*/
#about-us-page   .about-middle-area  .details-right{ width: 100%; float: left;}
#about-us-page   .about-middle-area  .details-right  h4{color: #333;
    font-size: 25px;
    padding: 10px 0; }

#about-us-page   .about-middle-area  .details-right  p{ color: #3e3b3b; font-weight: 500;  font-size: 14px;
    margin-bottom: 20px;}

#about-us-page   .about-middle-area  .details-right .btn {display: inline-block;  padding: 6px 12px;  margin-bottom: 10px;
    margin-top: 10px;  font-size: 14px;  font-weight: normal;  line-height: 1.42857143;  text-align: center;  color:#fff;
    background-image: none;  border: 1px solid #fff;  border-radius: 0;}



#about-us-page  .about-middle-area h1{text-align: center;}
#about-us-page  .about-middle-area  .top-gap{margin-top: 40px;}
#about-us-page  .about-middle-area  .service-area-box img{margin-bottom: 20px;}
#about-us-page  .about-middle-area   .service-area-box p{margin-bottom: 15px;}
#about-us-page  .about-middle-area  .service-area-box a{font-weight: 700;}





#about-us-team-area { width: 100%; float: left;   background:url(../image/contact-address-bg.jpg) fixed;
    background-repeat: no-repeat;  background-size: cover;     padding-bottom: 50px;}


#about-us-team-area   .thumbnails li> .fff .caption {
    background:#fff !important;
    padding:10px
}

#about-us-team-area h3{    color: #f3f6fb;  text-transform: uppercase;  background-color:#00adef;
    font-weight: 300;  line-height: 30px;  font-size: 20px;  padding: 10px 24px;
    text-align: center;    margin-top: 0;  text-shadow: 1px 1px 0 #080707;    margin-bottom: 16px;}

#about-us-team-area   figure.snip1218 { position: relative;  float: left;
    overflow: hidden;  margin: 10px 10px; width: 23%;  background-color:#00adef;  color: #333;  text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);  font-size: 16px; }

@media (max-width: 767px) and (min-width: 320px){

    #about-us-team-area figure.snip1218 {  margin:10px 0;  width: 100%;  }
    #about-us-team-area figure.snip1218 img{ width: 100%;}}

@media (max-width:992px) and (min-width: 768px){#about-us-team-area figure.snip1218 {  margin:10px;  width: 47%;  }}

@media (max-width:1199px) and (min-width: 993px){#about-us-team-area figure.snip1218 {  margin:10px;  width: 22%;  }}

#about-us-team-area   figure.snip1218 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#about-us-team-area   figure.snip1218 img {  max-width: 100%;  vertical-align: top;  }
#about-us-team-area   figure.snip1218 .image {  position: relative;  border-bottom: 4px solid #00adef;  z-index: 1;  }
#about-us-team-area   figure.snip1218 .image:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #00adef transparent transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#about-us-team-area   figure.snip1218 .image p {    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0 30px;
    line-height: 1.6em;
    position: absolute;
    top: 35%;
    font-family: 'Abel', sans-serif;
    width: 100%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    font-style: italic;
}
#about-us-team-area   figure.snip1218 figcaption {
    background-color: #ffffff;
    padding: 25px;
}
#about-us-team-area   figure.snip1218 h3 {
    margin: 0 0 5px;font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
#about-us-team-area   figure.snip1218 h3 span {
    font-weight: 800;
}
#about-us-team-area   figure.snip1218 h5 {
    margin: 0 0 15px;    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
#about-us-team-area   figure.snip1218 i {
    margin-right: 5px;
    display: inline-block;
    font-size: 17px;
    color: #000000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.05);
}
#about-us-team-area   figure.snip1218 i:hover {
    background-color:#00adef;
    color: white !important;
}
#about-us-team-area   figure.snip1218:hover .image:before,
#about-us-team-area   figure.snip1218.hover .image:before {
    border-color:#00adef transparent transparent transparent;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
#about-us-team-area   figure.snip1218:hover .image p,
figure.snip1218.hover .image p {
    opacity: 1;
}
#about-us-team-area   figure.snip1218:hover img,
figure.snip1218.hover img {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


@media screen and (max-width: 767px){
    #about-us-page {
        margin-top: 0;
    }

    #about-us-page .about-middle-area {
        width: 100%;
        float: left;
        padding: 10px;
        margin: 0 !important;
    }
}



/*-------pricing---------*/

#pricing_page{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing_middle_contant h4{
    color: #333;
    font-size: 25px;
    padding: 10px 0;
    position:relative;
    padding-left: 13px;
}

.pricing_middle_contant h4::before{
    position: absolute;
    content: "|";
    left: 0;
    margin-right: 10px;
    color: #00adef;

}


.pricing_middle_contant h2{
    font-weight: 500;
}

.pricing_middle_contant h2 span{
    color: #00adef;
}

.read_more{
    margin-top: 17px;
}

.read_more a:hover{
    color:#f00;
}

.pricing_middle_contant img{
    width:100%;
}

.visa_card{
    width:auto !important;
}
.box_shadow-part img{
    box-shadow: 4px 4px 20px #b2aeae;
}
.margin_left{
    margin-left: -46px;
    background: #fff;
    padding: 10px;
    border-bottom: solid 2px #00adef;
}
.margin_left img{
    margin-top: 25px;
    margin-bottom: 25px;
}

.pricing_five_section h5{
    font-size: 25px;
    text-align: center;
}

.pricing_icon{
    clear: both;
    padding-top: 50px;
}

.pricing_middle_contant{
    width:100%;
    float:left;
    clear:both;
}


.pricing_five_section h2{
    text-align: center;
    width: 500px;
    margin: 0 auto;
    color: #858080;
    font-size: 30px;
}

.pricing_icon img{
    box-shadow:none;
    width: 60px;
    margin: 0 auto;
    border: solid 1px #d7d4d4;
    margin-bottom: 14px;
}

.pricing_icon h3{
    text-align: center;
    font-size: 21px;
}

.pricing_icon p{
    text-align: center;
}

.myfile{
    border: none;
    padding: 0;
    width: 200px;
    background:url(../images/unnamed.png);
    background-repeat:no-repeat;
}

.image-upload > input
{
    display: none;
}

.image-upload ul{
    width: 200px;
}

.image-upload ul li{
    float: left;
    display: block;
    margin-left: 3px;
    margin-right: 11px;
    color: #d9cece;
}

.image-upload img{
    width: 23px;
}
.paricing_submit a{
    margin: 0 !important;
}

.pricing_area h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position:relative;
}

.pricing_area h2::before{
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -8px;
    left: 45%;
}
.pricing_area h2 span{
    color: #00adef;
}

.pricing_picture img{
    float:right;
    width: 400px;
    margin: 0 auto;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

.pricing_picture_left img{
    width: 400px;
    margin: 0 auto;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    float:left;
}

.form_part{
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #dff6ff;
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    .pricing_five_section h2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: #858080;
        font-size: 30px;

    }

    .pricing_picture img {
        height:auto;
        width:100%;
        float: none;
    }

    .pricing_picture_left img {
        height: auto;
        width: auto;
        float: left;
    }

    .margin_left {
        margin-left: 0;
        background: #fff;
        padding: 10px;
        border-bottom: solid 2px #00adef;
    }

    .pricing_icon h3 {
        text-align: center;
        font-size: 21px;
        margin: 15px 0 15px 0;
    }

    .pricing_middle_contant h4::after {
        position: absolute;
        content: "|";
        color: #00adef;
        right: 70px;
        display:none;
    }

    .pricing_area h2::before {
        content: "";
        width: 100px;
        height: 2px;
        position: absolute;
        background: #000;
        bottom: -8px;
        left: 39%;
    }
    #inner-banner h1 {
        text-align: center;
        top: 2.2em;
        z-index: 9;
        position: relative;
        margin: 0;
        color: #fff;
        font-size: 40px;
        line-height: 41px;
        font-weight: bold;
        padding: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 700px) {
    .pricing_picture img {
        height: auto;
        width: 100%;
        float: right;
    }

    .pricing_picture_left img {
        height: auto;
        width: 100%;
        float: left;
    }

    .pricing_picture_left img {
        height: auto;
        width: auto;
        float: left;
    }

    .margin_left {
        margin-left: 0;
        background: #fff;
        padding: 10px;
        border-bottom: solid 2px #00adef;
    }

    .pricing_icon h3 {
        text-align: center;
        font-size: 21px;
        margin: 15px 0 15px 0;
    }

    .pricing_middle_contant h4::after {
        position: absolute;
        content: "|";
        color: #00adef;
        right: 70px;
        display:none;
    }

    .pricing_area h2::before {
        content: "";
        width: 100px;
        height: 2px;
        position: absolute;
        background: #000;
        bottom: -8px;
        left: 39%;
    }

    #inner-banner h1 {
        text-align: center;
        top: 2.2em;
        z-index: 9;
        position: relative;
        margin: 0;
        color: #fff;
        font-size: 40px;
        line-height: 41px;
        font-weight: bold;
        padding: 0;
    }
}

@media screen and (min-width: 701px) and (max-width: 900px) {

    .margin_left {
        margin-left: 0;
        background: #fff;
        padding: 10px;
        border-bottom: solid 2px #00adef;
    }
    .pricing_middle_contant h4::after {
        position: absolute;
        content: "|";
        color: #00adef;
        left: 43%;
        display:none;
    }
}

.text_area_part{
    border-radius:0;
}

.about_padding{
    padding-left: 16px;
}
.about_padding li{
    list-style-type: circle;
}

.about_last{
    margin-top: 56px;
}






/*------------------*/
/*appointment-page1*/
/*------------------*/

#appointment-page{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;
    background: url("../images/appoin-bg-image.png");}
#appointment-page .nav-tabs>li {
    float: left;    text-align: center;
    margin-bottom: -1px;
}
#appointment-page .nav-tabs>li>a { color: #003144;
    border: none;
    border-bottom-color: transparent;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#appointment-page .tab-content{ width: 100%; box-shadow: 0 3px 6px #0000007a;
    float: left;
    padding: 20px 20px 0 20px;
    background-color: #003144;}
#appointment-page .form-control { border-radius: 0; height: 54px;}
#appointment-page .form-check-label{ padding-right: 11px;}
#appointment-page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #003144;
    border: 1px solid #151414;
    border-bottom-color: transparent;
}
#appointment-page  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}
#appointment-page input[type=file] {
    display: block;
    color: #fff;
}
#appointment-page  .form-group { margin-bottom: 20px;}
#appointment-page .files{ position:relative; width: 100%; float: left;}
#appointment-page .files .form-control{ padding: 16px 12px;
    border: dashed 2px #ffffff;
    background-color: #ffffff52;}


@media( max-width: 767px){#appointment-page .nav-tabs>li>a {
    font-size: 9px;
    letter-spacing: 0;
    padding: 10px 7px;
}}

#appointment-page  .effect {
    font-size: 15px;    margin-top: 1.4em !important;
    padding: 15px 0;
    width: 100%;}

#appointment-page .effect.effect-4:hover {
    width: 100%;
    padding: 15px 0;
    text-indent: -9999px;
}

/*----------disease_part----------------*/

#disease_part{
    width: 100%;
    float: left;
    padding: 40px 0;
}

#disease_part .disease_contant{
    width: 100%;
    float: left;
    padding: 12px 0 6px 0;
    border: solid 1px #dbd5d5;
    background-color: #d3d2d2;
    margin-bottom: 36px;
}
#disease_part .disease_contant:hover{
    box-shadow: 4px 4px 10px #676767;
}

#disease_part  .disease_left{  position: relative; overflow: hidden;
    margin: 10px 0;}
#disease_part  .disease_left  img{width: 300px; margin: 0 auto;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;}



/*#disease_part .disease_left img{*/
    /*width: 100%;*/
    /*height:auto;*/
/*}*/

#disease_part .disease_right ul li{
    background: url(../images/d-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 26px;
    line-height: 30px;
    color: #494545;
}

#disease_part .disease_right p{
    line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    #disease_part   .disease_left img {
        width: 100%;
        height: auto;
    }
    #disease_part  .disease_right ul li {
        background: url(../images/d-icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 26px;
        line-height: 17px;
        color: #494545;
        margin-bottom: 25px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1199px) {

    #disease_part .disease_right ul li {
        background: url(../images/d-icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 26px;
        line-height: 17px;
        color: #494545;
        margin-bottom: 26px;
    }
}














/*-----------------------*/
/*login-page*/
/*-----------------------*/
#login-page { width: 100%;
    float: left; padding: 0;
    background-color: #242425;
    background-image: url(../images/login-bg-image.jpg); background-size: cover;
}
#login-page .overlay {
    width: 100%;
    float: left;
    background-color: #0000009c;
    opacity: .8;
    position: absolute;
    height: 100%;
    z-index: 9;
}
#login-page .login{ width: 38%;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99;}
#login-page .login .full-area{ width: 100%;
    padding: 27px;
    float: left;    margin: 60px 0;
    background-color: #00adef87;
    text-align: center;
    border: solid 1px #fff;}
#login-page .login h1{ padding-top: 5px;
    color: #2b1919;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-align: center;
    font-weight: 800;}
#login-page .login input {
    background-color: #fff;
    width: 100%;
    float: initial;
    border: solid 1px #dad4d4;
    margin: 10px 0;
    padding: 10px;
}

@media (max-width: 767px){#login-page .login {
    width: 100%;}
    #login-page .login h1 {
        padding-top: 5px;
        color: #2b1919;
        text-transform: uppercase;
        font-size: 18px;}}


/*-----------------------*/
/*register-page*/
/*-----------------------*/
#register-page { width: 100%; height: 100vh;
    float: left; padding: 0;
    background: url("../images/bg-about2.png");
}
#register-page .overlay {
    width: 100%;
    float: left;
    background-color: #0000009c;
    opacity: .8;
    position: absolute;
    height: 100%;
    z-index: 9;
}
#register-page .register{ width: 100%; position: relative; z-index: 99;
    float: none;margin: 0 auto;
    text-align: center;}
#register-page .register .full-register{ width: 100%;
    padding: 27px;
    float: left;  margin-top: 50px;
    text-align: center;}
#register-page .register h1{ padding-top: 5px;
    color: #2b1919;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-align: center;
    font-weight: 800;}
#register-page .register .full-register .form-group{
    max-width: 480px;
    margin: 0 auto 32px;
}
#register-page .register ul{ display: flex; padding: 0; width: 100%;flex-wrap: wrap}
#register-page .register ul li{ display: flex; list-style-type: none;padding: 2px;}
#register-page .register ul li .btn {
    transition: ease-in-out .5s;
    padding: 8px 63px;
    font-size: 17px;}
#register-page .register ul li .btn-primary {
    color: #fff;
    background-color: #00acee;
    border-color: #00adef;
    border-radius: 25px;
    min-width: 200px;
    width: 100%;
}
#register-page .register ul li .btn-primary:hover{ color: #fff;
    background-color: #00acee;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #00adef;
    border-radius: 0;}
#register-page .register ul li .btn-success {
    color: #fff;
    background-color: #003144;
    border-color: #003144;
    border-radius: 0;
}
#register-page .register ul li .btn-success:hover{ color: #fff;
    background-color: #003144;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #003144;
    border-radius: 0;}

@media (max-width: 767px){#register-page .register {
    width: 100%;}
    #register-page .register ul li .btn {
        display: inline-block;
        transition: ease-in-out .5s;
        padding: 8px 31px;}
    #register-page .register ul{
        flex-direction: column;
    }
}






/*------------------*/
/*provider-area*/
/*------------------*/

#provider-area{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;
    background: url("../images/appoin-bg-image.png");}
#provider-area .content{ width: 100%; float: left; position: relative; }
#provider-area .content select{ width: 100%;
    padding: 7px;
    border: solid 1px #cacaca;}
#provider-area .content h4{ margin: 40px 0;}
#provider-area .content .terms-area{width: 75%;
    float: none;
    margin: 0 auto;
    height: 106px;
    background-color: #d6d6d6;}
#provider-area .content .terms-area input, textarea {
    padding: 10px 0;}
#provider-area .content .terms-area{width: 73%;
    float: none;
    margin: 0 auto;
    height: 106px;
    background-color: #d6d6d6;}
#provider-area .content  ul li{ display: inline-block;}
#provider-area .agree-area { margin: 18px 0; text-align: center;}
#provider-area .effect {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 14px !important;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 9px 67px;
    width: 100%;}

#provider-area .content ul li .btn {
    display: inline-block; transition: ease-in-out .5s;
    padding: 8px 63px;
    font-size: 17px;}
#provider-area .content ul li .btn-primary {
    color: #fff;
    background-color: #00acee;
    border-color: #00adef;
    border-radius: 0;
}
#provider-area .content ul li .btn-primary:hover{ color: #fff;
    background-color: #00acee;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #00adef;
    border-radius: 0;}
#provider-area .content ul li .btn-success {
    color: #fff;
    background-color: #003144;
    border-color: #003144;
    border-radius: 0;
}
#provider-area .content ul li .btn-success:hover{ color: #fff;
    background-color: #003144;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #003144;
    border-radius: 0;}


/*-----------------------*/
/*chat-page*/
/*-----------------------*/
#chat-page { width: 100%; background:url("../images/bg-chat1.jpg"); background-size: cover;
    float: left; padding: 10px 0;
}
#chat-page h1 { text-align: center; z-index: 9; position: relative;;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
}
#frame { width: 100%; position: relative;
    float: left;  background: url("../images/bg-chat.png");
}
#custom-search-input { margin: 0;
    padding: 10px;
    background-color: #00adef61;
    width: 100%;    border-radius: 0;
    float: left;
    text-align: left;
}
#custom-search-input .form-control {
    display: block;
    width: 100%; border-radius: 6px;
    height: 36px;}

#custom-search-input button {border: 0;
    background: none;
    padding: 0 5px;
    position: relative;
    left: -40px;
    top: 1em;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #003144;z-index: 3;
    font-size: 20px;
}


#custom-search-input .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 20px;
    top: 15px;
    z-index: 1000;
}

#frame  .left-area-content{ height: 100%;
    overflow: hidden;
    padding: 20px; border-bottom: solid 1px #dedada;
    position: relative;
    float: left;
    width: 100%;}

@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
    }
}
#frame .content { height: 100%;
    overflow: hidden;    border-left: solid 1px #e2dcdc;
    position: relative; background-color: #ffffffde;
    float: right;
    width: 100%;
}
#frame .content  .col-md-8{ padding-right: 0;}
@media screen and (max-width: 735px) {
    #frame .content {
        width: 95%; float: none; margin: 0 auto;
        min-width: 300px !important;
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 4em; box-shadow: 0 0 5px #000;
    line-height: 60px;
    background-color: #cecece;
}
#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 7px 12px 0 9px;
}
#frame .content .contact-profile p {
    float: left;    margin-top: 1.4em;
}
#frame .content .contact-profile a{ float: right; margin-right: 12px;}
#frame .content .messages {
    height: 400px;    border-left: solid 1px #dcd4d4;
    overflow: auto;
}
@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}
#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 12px;
}
#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
    margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
    background-color: #00adef;
    color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
    background-color: #e0e0e0;
    float: right;
}
#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}
#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    max-width: 205px;
    line-height: 130%;
}
@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
    }
}
#frame .content .message-input { position: relative;
    bottom: 0;
    background-color: #e0dfdf;
    width: 100%;
    z-index: 99;
    float: left;
}
#frame .content .message-input .wrap {
    position: relative;
}
#frame .content .message-input .wrap input {
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}
#frame .content .message-input .wrap input:focus {
    outline: none;
}
#frame .content .message-input .wrap .attachment {position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 12px;
    font-size: 26px;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}
#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}
#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background-color: #00adef;
    color: #f5f5f5;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}
#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
    outline: none;
}



/*------NEW PAGE---*/

/*------ONLINE-SERVICE---*/

#online-service{
    background: url(../images/bg-chat1.jpg);
    float: left;
    width: 100%;
    /* height: 48px; */
    background-position: center top;
    background-size: cover;
    padding: 10px 0;
}

#online-service h3{
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;

}



#online_contant{ width:100%; float:left; position:relative;padding:40px 0;
    background: url("../images/bg-about2.png");}
#online_contant h2 { text-align: center;
    margin: 0;
    color: #2d3e50;
    font-size: 40px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 24px;
}
#online_contant .col-md-4 img{ position: relative;
    top: 0;
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
    height: 210px;
    object-fit: cover;}
#online_contant h2 span{ color: #4bccfd;}
#online_contant  .text-content{ float: left; text-align: center; background-color: #ffffff38; width: 100%;
    padding: 10px;}
#online_contant  .text-content  .for-border {margin: 0 0 15px;
    height: 11px;
    width: 100%;
    background: transparent url(../images/feature-border.png) center center no-repeat;
    border: none;
}
#online_contant .text-content h2 {
    color: #4bccfd;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px; padding: 10px 0;
}
#online_contant  .text-content .effect {
    width: 40%;}
@media (max-width:767px){
    #online_contant h2 { text-align: center;
        margin: 0;
        color: #2d3e50;
        font-size: 26px;
    }}


.service-contant-01{
    margin-bottom:40px;
}

/*emergency-Care*/
#emergency-Care{
    width: 100%;
    float: left;
    padding: 14% 0 0 0;
}
#emergency-Care .emergency_contant{
    float: left;
    width: 100%;
    /* background: #f00; */
    background: linear-gradient(90deg,rgb(32, 180, 234) 0,rgba(111, 157, 187, 0));
}
#emergency-Care .emergency_contant p{
    margin-bottom: 15px;
}
#emergency-Care .emergency_contant img{ position: relative;
    top: -127px;
    width: 100%;
    margin: 0 auto;
    height: 290px;
    border-radius: 50%;
    object-fit: cover;
}


#emergency-Care .emergency_contant h3{
    margin: 0;
    color: #2d3e50;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
#emergency-Care .emergency_contant .col-md-8{
    padding: 30px 0;
}

@media (max-width:991px){
    #emergency-Care .emergency_contant {
        float: left;
        width: 100%;
        background: #e2e2e2;
        height: auto;
    }
    #emergency-Care .emergency_contant img {
        position: relative;
        top: 0;
    }
    #emergency-Care .emergency_contant .col-md-8 {
        padding: 12px;
        /* background: #00adef; */
        background: linear-gradient(90deg,rgb(32, 180, 234) 0,rgba(111, 157, 187, 0));
    }

    #emergency-Care .emergency_contant h3 {
        margin: 0;
        color: #2d3e50;
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        padding: 0 0 15px;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    #emergency-Care .emergency_contant img {
        position: relative;
        top: -63px;
    }
}

/*---------service part-----------*/
#service-part {
    width: 100%;
    float: left;
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
}

#service-part .right-area img{
    bottom: 0;
    position: relative;
    width: auto;
    height: auto;
    float: right;
    border-radius: 50%;

}
.service_contaner01{ border: solid 1px #00adef;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    float: left;
}
.service_icon{
    width: 50px;
    height: 50px;
    margin: 0 auto !important;
    background: #00adef;
    padding: 7px;
}
.service_contaner01 h4{
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 19px;
    color: #4bccfd;
}

.service_contaner01 p{
    margin: 10px 6px 20px 6px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    #service-part {
        width: 100%;
        float: left;
        background: none;
        height: auto;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 60px;
    }
    #service-part .right-area img {
        bottom: 0;
        position: fixed;
        width: 424px;}
}



/*------------------doctor_part---------------*/

#doctor_part{
    float: left;
    width: 100%;
    padding: 6% 0;
}

#doctor_part .doctor_img h6{
    text-align: center;
    background: #00adef;
    color: #fff;
    font-size: 18px;
    line-height: 51px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.doctor_contant{
    width:100%;
    overflow:hidden;
    cursor:pointer;
}
#doctor_part .col-md-4{
    margin-top:30px;
}

#doctor_part .doctor_img{
    position:relative;
    overflow:hidden;
}

#doctor_part .doctor_text{
    position:absolute;
    height:400px;
}

#doctor_part .doctor_text p{
    color:#fff;
    margin-bottom:20px;

}



#doctor_part .overlay {
    position: absolute;
    bottom: 0;
    background-color: #00adef;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transition: .6s ease;
    padding: 14px;
    border-radius: 5px;
}

#doctor_part .doctor_contant:hover .overlay {
    transform: scale(1)
}

#doctor_part .doctor_text .breadcrumb{
    background-color:transparent;
}

#doctor_part .doctor_text .breadcrumb a{
    margin-left: 17px;
    border: solid 1px #ded2d2;
    padding: 14px;
    color: #fff;
}
#doctor_part .doctor_img span{
    font-size: 12px;
    font-weight: 100;
}
#doctor_part .doctor_img img{
    height: 306px;
    object-fit: cover;
    margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    #doctor_part .overlay {
        position: absolute;
        bottom: 0;
        background-color: #008CBA;
        overflow: hidden;
        width: 92% !important;
        height: 100%;
        -webkit-transform: scale(0);
        transition: .6s ease;
        padding: 12px;
    }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
    #doctor_part .overlay {
        position: absolute;
        bottom: 0;
        background-color: #008CBA;
        overflow: hidden;
        width: 96%;
        height: 100%;
        -webkit-transform: scale(0);
        transition: .6s ease;
        padding: 12px;
    }
}

@media (max-width:1024px){
    #doctor_part .overlay {
        padding: 20px;
    }
    #doctor_part .doctor_text .breadcrumb a {
        margin-left: 20px;
        border: solid 1px #ded2d2;
        padding: 8px;
        color: #fff;
    }
}

@media (max-width:320px){
    #doctor_part .doctor_text .breadcrumb a {
        margin-left: 20px;
        border: solid 1px #ded2d2;
        padding: 8px;
        color: #fff;
    }
}


/*------------------*/
/*my-appointment-page*/
/*------------------*/

#my-appointment-page{ width: 100%; float: left; position: relative; padding: 0; clear: both; }


#my-appointment-page .inner-area{ width: 100%; float: left; padding: 0; border-top: solid 1px #ffffff7a;
    background-color: #003144; text-align: center; text-transform: capitalize;}
#my-appointment-page .inner-area h1{ margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;}

#my-appointment-page .inner-area  ul li{ display: inline-block;
    list-style-type: none;
    padding: 0 1em;
    border-right: solid 1px #eee;
    text-align: center;}
#my-appointment-page .inner-area  ul li:first-child{ border-left: solid 1px #eee;}
@media( max-width: 600px){#my-appointment-page .inner-area ul{padding: 0;
    text-align: center;}
    #my-appointment-page .inner-area ul li {
        display: inline-block;
        list-style-type: none;
        padding: 0 4px;}
    #my-appointment-page .inner-area h1 {
        margin-bottom: 0;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0;
    }}

/*------------------*/
/*my-appointment-area2*/
/*------------------*/

#my-appointment-area2{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;
    background: url("../images/bg-about2.png");}
#my-appointment-area2 h1{ margin: 20px 0;
    font-size: 25px;
    color: #000; background-color: #d4d4d4;
    padding: 8px;
    letter-spacing: 1px;
    font-weight: 600;}
#my-appointment-area2  .inner2{ width: 100%; float: left; padding: 0; margin-bottom: 40px;}
#my-appointment-area2  .inner2 .image-area{ border-radius: 50%;
    width: 20em;    border-top: solid 3px #00adef; margin-top: 28px;
    height: 18em;
    overflow: hidden;}
#my-appointment-area2  .inner2 .image-area img{ width: 100%; height: 100%;}
#my-appointment-area2  .inner2  ul li{ font-size: 16px; padding-bottom: 8px;
    color: #000;}
#my-appointment-area2  .inner3{ width: 100%; float: left; margin-top: 20px;}
#my-appointment-area2  .inner3 p {margin: 20px 0;}
#my-appointment-area2  .inner3 ul li {
    font-size: 16px;
    padding-bottom: 0;
    color: #000;
}
#my-appointment-area2  .inner3 ul li a{color: #00adef;}
#my-appointment-area2  .inner3 ul li a:hover{ color: #000;}

#my-appointment-area2  .buttons{ width: 100%; float: left; padding: 0; text-align: center;}
#my-appointment-area2  .buttons .btn{
    color: #fff; transition: ease-in-out .5s;
    background-color: #003144;
    border-color: #003144;
    border-radius: 0;
    padding: 6px 23px;margin-bottom: 10px;
}
#my-appointment-area2  .buttons .btn-danger:hover{ background-color: transparent; border-color: #000; color: #000;}
#my-appointment-area2  .buttons .btn-success:hover{ background-color: transparent; border-color: #000; color: #000;}
#my-appointment-area2  .buttons .btn-primary{
    color: #fff; transition: ease-in-out .5s;
    background-color: #00adef !important;
    border-color: #00adef !important;
    border-radius: 0;
    padding: 6px 23px;margin-bottom: 10px;
}



/*------------------*/
/*doctor-profile*/
/*------------------*/

#doctor-profile{ width: 100%; float: left; position: relative; padding: 40px 0; background-color: #fff;}
#doctor-profile .left-image1{ width: 100%;
    float: left; background-color: #eee;
    position: relative;
    padding: 0;
}
#doctor-profile .left-image1 p{text-align: center;
    padding: 22px 0;
    line-height: 11px;}
#doctor-profile  .title-area{ padding-top: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-align: center;
    font-weight: 800;
    width: 100%;
    float: left;
    margin-top: 20px;
    background-color: #00314452;}


#doctor-profile  .main-detail{ width: 100%;
    float: left; position: relative;}
#doctor-profile  .main-detail li{ margin-bottom: 20px;}
#doctor-profile  .main-detail li .fa{ width: 27px;
    height: 27px;
    border: solid 1px #555;
    text-align: center;
    line-height: 26px;
    font-size: 15px; margin: 10px 7px 0 0;}


#doctor-profile .right-area{ width: 100%;
    float: left;
    position: relative;
    padding: 0;
}
#doctor-profile .right-area li{ display: inline-block; list-style-type: none;}
#doctor-profile  h1{ margin-bottom: 14px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;    line-height: 15px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-align: left;
    font-weight: 800;
    width: 100%;
    float: left;}
#doctor-profile .right-area li:last-child{ float: right;}
#doctor-profile .right-area li a{ border: solid 1px #d0d0d0;
    padding: 7px 9px 5px 9px;
    border-radius: 5px;}

#doctor-profile .right-area li .fa{ padding-top: 1px;}
#doctor-profile .right-area .content-area{ width: 100%; float: left; padding: 40px 0; position: relative;}
#doctor-profile .right-area .content-area p{ margin-bottom: 5em;}
#doctor-profile .right-area .content-area li:last-child{ float:left;}
#doctor-profile .right-area .content-area  li{ padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;}
#doctor-profile .right-area .content-area   li:before {
    content: '.';
    position: absolute;
    letter-spacing: 0;
    top: 4px;
    left: 0;
    color: #0099fe;
    line-height: 1px;
    font-size: 30px;
}


#doctor-profile .right-area .contact-area{ width: 100%; float: left; padding: 40px 0; position: relative;}
#doctor-profile .right-area .contact-area .form-control{ border-radius: 0;}
.testi-image {
    width: 112px;
    margin: 0 auto;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
}

@media(max-width: 767px){#doctor-profile .left-image1 img{ width: 100%;}}

#consultation-form  h5{border-bottom: 2px solid grey;
    content: "";
    height: 34px;
    width:  497px;
    text-transform: uppercase;
    font-size: 14px;}
#consultation-form{ width: 100%; float: left; position: relative; padding: 40px 0; clear: both;
    background: url("../images/appoin-bg-image.png");}
#consultation-form  { width: 100%; float: left; position: relative; }
#consultation-form  select{ width: 100%;
    padding: 7px;
    border: solid 1px #cacaca;}
#consultation-form  .content h4{ margin: 40px 0;}
#consultation-form  .content .terms-area{width: 75%;
    float: none;
    margin: 0 auto;
    height: 106px;
    background-color: #d6d6d6;}
#consultation-form   .terms-area input, textarea {
    padding: 10px 0;}
#consultation-form   .terms-area{width: 73%;
    float: none;
    margin: 0 auto;
    height: 106px;
    background-color: #d6d6d6;}
#consultation-form   ul li{ display: inline-block;}
#consultation-form  .agree-area { margin: 18px 0; text-align: center;}
#consultation-form  .effect {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 14px !important;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 9px 67px;
    width: 100%;}

#consultation-form  ul li .btn {
    display: inline-block; transition: ease-in-out .5s;
    padding: 8px 63px;
    font-size: 17px;}
#consultation-form   ul li .btn-primary {
    color: #fff;
    background-color: #00acee;
    border-color: #00adef;
    border-radius: 0;
}
#consultation-form   ul li .btn-primary:hover{ color: #fff;
    background-color: #00acee;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #00adef;
    border-radius: 0;}
#consultation-form   ul li .btn-success {
    color: #fff;
    background-color: #003144;
    border-color: #003144;
    border-radius: 0;
}
#consultation-form   ul li .btn-success:hover{ color: #fff;
    background-color: #003144;
    box-shadow: 0 6px 12px #0000005c;
    border-color: #003144;
    border-radius: 0;}

#consultation-form .form-group input{width: 100%;}
#consultation-form .form-group select{width: 100%;}
#consultation-form .form-wrap{margin-top: 32px;}
#consultation-form textarea{background-color: #fff;border-radius: 0;}
#consultation-form .form-inner{width: 100%;float: left;}
#consultation-form .form-inner .form-group label{width: 100%;float: left;margin: 10px 0;font-size: 16px;font-weight: 600;}
#consultation-form .form-inner .form-group textarea{border-radius: 0;height: 200px;width: 90%;}
#consultation-form .form-inner .form-group textarea::placeholder{font-size: 16px;}
#consultation-form .panel-default>.panel-heading{color: #fff;background-color: #003144;border: 1px solid #fff; }
#consultation-form form .form-group{margin-bottom: 0;}
#consultation-form .panel-group .panel{margin-bottom: 15px!important;}
#consultation-form .top-group label{color: #fff;background-color: #003144;border: 1px solid #fff;width: 100%;padding: 10px 10px 10px 12px;text-transform: uppercase;    font-weight: 500;
    font-size: 16px;}
#consultation-form .select2-container--default .select2-selection--single{border-radius: 0!important;padding: 7px;border: solid 1px #cacaca;height: 40px;}
#consultation-form .select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;}


/*------------------------------------*/
/* Health Resource */
/*------------------------------------*/
#health-resource{width: 100%;float: left;position: relative;padding: 50px 0;background-image:url(../images/appoin-bg-image.png);clear:both; }
#health-resource .panel.date {margin: 0px;width: 60px;text-align: center;}
#health-resource .panel.date .month {padding: 2px 0px;font-weight: 700;text-transform: uppercase;}
#health-resource .panel.date .day {padding: 3px 0px;font-weight: 700;font-size: 1.5em;}
#health-resource .month span.panel-title{color: #fff; }
#health-resource .text-danger{color: #191919;}
#health-resource .panel-title{color: #fff;}
#health-resource .panel-danger>.panel-heading{border: 1px solid #00adef;background-color: #00adef;color: #fff;}
#health-resource .panel-body{border: 1px solid #00adef;border-top: none;}
#health-resource .media-heading{font-size: 18px;}
#health-resource .panel-body{background-color: #eee9;}
#health-resource .btn-default{border-radius: 0;margin: 20px 0;}
#health-resource .training-section{width: 100%;float: left;position: relative;}
#health-resource .training-section .training-heading-area h2{font-size: 28px;font-weight: 500;}
#health-resource .training-inner-area ul li{list-style-type: disc;
    font-size: 22px;margin-bottom: 30px;}
#health-resource .training-inner-area ul{padding: 15px 24px;}
#video-area{width: 100%;float: left;}
#video-area .video-area-inner .heading-area{margin: 0 0 45px 0;}
#video-area .video-area-inner .heading-area h2{font-size: 25px;font-weight: 600;text-transform: uppercase;}
#video-area .video-area-inner iframe{width: 100%;height: 300px;}

@media (max-width: 991px) {
    #health-resource .training-inner-area ul{padding: 0;}
    #health-resource .training-section .training-heading-area h2{margin-bottom: 10px;}
    #health-resource{padding: 30px 0;}
    #video-area .video-area-inner iframe{margin-top: 30px;}
}

/*------------------------------------*/
/*Patient Education */
/*------------------------------------*/
#patient-education{width: 100%;float: left;position: relative;padding: 60px 0;}
#patient-education img{width: 100%;}
#patient-education .patient-education-inner{background-color: #fff;padding: 20px;margin: 20px 10px 25px 10px;}
#patient-education .patient-education-inner .patient-image{padding: 8px 0;}
#patient-education .patient-education h6{font-family: 'Arima Madurai', cursive;}
@media (max-width: 991px) {
    #patient-education .patient-education-inner{margin: 0 0 25px 0;}

}




#patient-form{width: 100%;float: left;position: relative;background-color: #dff6ff;}
#patient-form{width: 100%;float: left;position: relative;background-color: #dff6ff;}
#patient-form .form-inner{padding: 60px;margin-bottom: 60px;width: 100%;float: left;}
#patient-form .form-control{border-radius: 0;}
#patient-form .form-inner .well-title h2{font-family: 'Arima Madurai', cursive;font-size: 30px;}
#patient-form .form-inner .form-group label{font-family: 'Arima Madurai', cursive;color: #191919;margin-bottom: 10px;}
#video-area{width: 100%;float: left;padding: 45px 0;background-color: #fff;}
#video-area .video-area-inner .heading-area{margin: 0 0 45px 0;}
#video-area .video-area-inner .heading-area h2{font-size: 25px;font-weight: 600;text-transform: uppercase;}
#video-area .video-area-inner iframe{width: 100%;height: 300px;}
@media (max-width: 991px) {
    #patient-form .form-inner{padding: 20px 0;}
    #patient-education{padding: 30px 0;}
    #patient-form .form-inner{margin-bottom: 30px;}
    #video-area .video-area-inner iframe{margin-top: 30px;}

}
/*******Small blog section*******/

#small-blog{
    width:100%;
    float: left;
    padding: 20px 0 60px 0;
    background-color: #ffffff;
}
#small-blog .blog-content
{
    width:100%;
    float: left;
}
#small-blog .small-blog-inner{    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/inner-page-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    min-height: 270px;
    position: relative;}
#small-blog .small-blog-inner h3 {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    font-size: 50px;
    line-height: 45px;
}
#small-blog .small-blog-inner h3::after{border: none;background-color: transparent;}
#small-blog .small-blog-heading{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
}

#small-blog .small-blog-heading h3{
    color: #333333;
    font-family: 'Raleway', sans-serif;
}
#small-blog .small-blog-heading p{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight:400;
    display: block;
    font-family: 'Arima Madurai', cursive;
    color: #000;
}
#small-blog .small-blog-content{
    width:100%;
    float: left;
    padding:30px 0 0;
}

#small-blog .small-blog-content .video-blocks{
    width:100%;
    float: left;
    margin-bottom: 10px;

}

#small-blog .small-blog-content .video-blocks .video-image-block{
    width:100%;
    float: left;
    position: relative;
    text-align: center;
    transition: 0.5s all;
    max-height:  300px;
    overflow:  hidden;
}
#small-blog .small-blog-content .video-blocks .video-image-block::after{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background: #ed7f3c; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #00adef 0%,  #00adef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #00adef 0%, #00adef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #00adef 0%, #00adef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7f3c', endColorstr='#6d0505',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 0.5s all;
    z-index: 5;
    top:0;
    left:0;
    opacity: 0;
}

#small-blog .small-blog-content .video-blocks:hover .video-image-block::after{
    opacity: 0.7;
}
#small-blog .small-blog-content .video-blocks .video-image-block i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    transition: .6s all;
    opacity: 0;
    z-index: 6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 50px;
    color: rgba(0, 0, 0, 0.66);
}
#small-blog .small-blog-content .video-blocks:hover .video-image-block i{
    opacity: 1;
}

#small-blog .small-blog-content .video-blocks .video-image-block img{
    width:100%;
    height: 200px;
    float: left;

}
#small-blog .small-blog-content .video-blocks .video-title{
    width:100%;
    float: left;
    padding: 15px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
}
#small-blog .small-blog-content .video-blocks .video-title ul{
    width:100%;
    float: left;
    margin-bottom: 15px;
}
#small-blog .small-blog-content .video-blocks .video-title ul li.blog-date{
    width:20%;
    float: left;
    padding: 10px;
    background-color: #00adef;
    text-align: center;
}
#small-blog .small-blog-content .video-blocks .video-title ul li.blog-date p{
    color: #ffffff;
    padding: 0 0 3px;
    margin: 0;
    float: none;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
}
#small-blog .small-blog-content .video-blocks .video-title ul li.blog-date span{
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0 0;
}
#small-blog .small-blog-content .video-blocks .video-title ul li{
    width:80%;
    float: left;
}
#small-blog .small-blog-content .video-blocks .video-title a{
    padding-left: 10px;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}
#small-blog .small-blog-content .video-blocks .video-title p{
    font-size: 13px;
    padding: 10px 0;
    float:  left;
    font-weight: 400;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}
#small-blog .small-blog-content .video-blocks .video-title .read-more-lnk{
    width:100%;
    float: left;
}
#small-blog .small-blog-content .video-blocks .video-title .read-more-lnk a{
    padding: 0;
    display: block;
    font-size: 15px;
    color:#00adef;
}
#small-blog .small-blog-content .video-blocks .video-title .read-more-lnk a i{
    vertical-align: middle;
}

#small-blog .small-blog-content .video-blocks .video-attr{
    width:100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
#small-blog .small-blog-content .video-blocks .video-attr ul{
    width:100%;
    float: left;
    margin-bottom: 0;
}
#small-blog .small-blog-content .video-blocks .video-attr ul li{
    display: inline-block;
    width: 30%;
    float: left;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}

#small-blog .small-blog-content .video-blocks .video-attr ul li span{
    color:#00adef;
}
#small-blog .small-blog-content .video-blocks .video-attr ul li i{
    color:#000000;
}
#small-blog .small-blog-content .video-blocks .video-attr ul li i{
    font-size: 14px;
    vertical-align: sub;
    color: #00adef;
    font-weight: 400;
    line-height: 16px;
}
#small-blog .next a{    background-color: #00adef;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;}

#small-blog .next{    text-align: center;    margin-top: 30px;}
@media(max-width:380px){
    #small-blog .small-blog-content .video-blocks .video-attr ul li{
        width:40%;
    }
}
/*****Blog-deatils starts*****/
#blog-details {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 50px 0;
}
#blog-details .blog-detail-content {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}
#blog-details .owl-blog_carousel_img img{max-width: 100%;height: 500px;}
#blog-details .blog-published{    float: left;
    position: absolute;
    top: 20%;
    left: 3%;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-color: #141513;
    color: #fff;}
#blog-details h3.section-title{  text-align: center;
    color: #000000;
    font-weight: 600;margin-top: 30px;}
#blog-details .blog-published_date{margin: 30px;width: 50%;text-align: center!important;}
#blog-details ul.post-data li{display: inline-block;    margin-right: 20px;}
#blog-details ul.post-data{margin-top: 20px;}
#blog-details ul.post-data span{font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;}
#blog-details ul.post-data a{font-family: 'Arima Madurai', cursive;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    color: #00adef;}
#blog-details ul.post-data li .fa{color: #191919;margin-right: 5px;}
#blog-details .post-content h4{margin-top: 20px;}
#blog-details .post-content p{
    font-size: 13px;
    padding: 10px 0;
    float: left;
    font-weight: 400;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}
#blog-details ul.social-networks li{display: inline-block;}
#blog-details .shareLabel i {
    color: #969696;
    float: left;
    font-size: 15px;
    margin-right: 7px;
    margin-top: 3px;
}
#blog-details .shareLabel span {
    font-size: 13px ;
    font-family: 'Arima Madurai', cursive;
    color:#00adef;
    font-weight: 700;
    letter-spacing: 1px;
}
#blog-details .social-networks li {
    float: left;
    display: block;
    font-family: 'Arima Madurai', cursive;

}
#blog-details .social-networks li a {
    color: #969696;
    border: 1px solid #dedede;
    float: left;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-left: 6px;
    padding-left: 6px;
    width: 29px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
#blog-details .customBgColor {
    background-color: #05c3f9 !important;
}

#blog-details .title {
    font-size: 14px;
    font-weight:bold;
}
#blog-details .komen {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;
}
#blog-details .komen a{background-color: #00adef;color: #fff;padding: 5px 5px;}
#blog-details .geser {
    margin-left:55px;
    margin-top:5px;
}
#blog-details .media-body h4{font-size: 14px;
    line-height: 100%;
    margin-right:20px;
    color: #191919cf;}
#blog-details .media-body h4 span{font-size: 12px;
    color: #19191999;
    margin-left: 30px;
    font-weight: 400;}
#blog-details .media-left img{    width: 80px!important;
    height: 80px;
    border: 4px solid #d5d5d5;
    border-radius: 50%;}
#blog-details .media{margin-bottom: 30px;}
#blog-details hr{border-bottom: 1px solid #19191914;}
.reply-form {
    padding: 35px 0 0;
    float: left;
    width: 100%;
}
#blog-details .reply-form .half-wigth {
    width: 48%;
}
#blog-details .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#blog-details input.lineField {
    background-color: transparent;
    border-color: #bbb;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 13px;
    line-height: 100%;
    padding: 10px 8px 19px;
    width: 100%;
}
#blog-details .reply-form .full-width {
    padding-bottom: 35px;
    width: 100%;
}
#blog-details .ellipseSubmitBtn.smallBtn {
    width: 72px;
    height: 31px;
}
#blog-details .reply-form .full-width {
    padding-bottom: 35px;
    width: 100%;
}
#blog-details textarea.lineField {
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    border-color: #bbb;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 13px;
    height: 146px;
    line-height: 100%;
    padding: 10px 8px 19px;
    width: 100%;
}

#blog-details input.lineField {
    background-color: transparent;
    border-color: #bbb;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 13px;
    line-height: 100%;
    padding: 10px 8px 19px;
    width: 100%;
}
#blog-details .ellipseSubmitBtn.smallBtn {
    width: 72px;
    height: 31px;
    color: #fff;
    border-radius: 20px;
    background-color:  #00adef!important;
    border-color: #00adef;
}


.owl-blog_carousel_img{text-align: left;}


#blog-details .small-blog-content{
    width:100%;
    float: left;
}


#blog-details .small-blog-content .video-blocks{
    width:100%;
    float: left;
    margin-bottom: 10px;

}


#blog-details .small-blog-content .video-blocks .video-image-block{
    width:100%;
    float: left;
    position: relative;
    text-align: center;
    transition: 0.5s all;
    max-height:  300px;
    overflow:  hidden;
}

#blog-details .small-blog-content .video-blocks .video-image-block::after{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background: #ed7f3c; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #00adef 0%,  #00adef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #00adef 0%, #00adef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #00adef 0%, #00adef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7f3c', endColorstr='#6d0505',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 0.5s all;
    z-index: 5;
    top:0;
    left:0;
    opacity: 0;
}


#blog-details .small-blog-content .video-blocks:hover .video-image-block::after{
    opacity: 0.7;
}

#blog-details .small-blog-content .video-blocks .video-image-block i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    transition: .6s all;
    opacity: 0;
    z-index: 6;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 50px;
    color: rgba(0, 0, 0, 0.66);
}

#blog-details .small-blog-content .video-blocks:hover .video-image-block i{
    opacity: 1;
}


#blog-details .small-blog-content .video-blocks .video-image-block img{
    width:100%;
    height: 200px;
    float: left;

}

#blog-details .small-blog-content .video-blocks .video-title{
    width:100%;
    float: left;
    padding: 15px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
}

#blog-details .small-blog-content .video-blocks .video-title ul{
    width:100%;
    float: left;
    margin-bottom: 15px;
}

#blog-details .small-blog-content .video-blocks .video-title ul li.blog-date{
    width:20%;
    float: left;
    padding: 10px;
    background-color: #00adef;
    text-align: center;
}

#blog-details .small-blog-content .video-blocks .video-title ul li.blog-date p{
    color: #ffffff;
    padding: 0 0 3px;
    margin: 0;
    float: none;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
}

#blog-details .small-blog-content .video-blocks .video-title ul li.blog-date span{
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0 0;
}

#blog-details .small-blog-content .video-blocks .video-title ul li{
    width:80%;
    float: left;
}

#blog-details .small-blog-content .video-blocks .video-title a{
    padding-left: 10px;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}

#blog-details .small-blog-content .video-blocks .video-title p{
    font-size: 13px;
    padding: 10px 0;
    float:  left;
    font-weight: 400;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}

#blog-details .small-blog-content .video-blocks .video-title .read-more-lnk{
    width:100%;
    float: left;
}

#blog-details .small-blog-content .video-blocks .video-title .read-more-lnk a{
    padding: 0;
    display: block;
    font-size: 15px;
    color:#00adef;
}

#blog-details .small-blog-content .video-blocks .video-title .read-more-lnk a i{
    vertical-align: middle;
}


#blog-details .small-blog-content .video-blocks .video-attr{
    width:100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#blog-details .small-blog-content .video-blocks .video-attr ul{
    width:100%;
    float: left;
    margin-bottom: 0;
}

#blog-details .small-blog-content .video-blocks .video-attr ul li{
    display: inline-block;
    width: 30%;
    float: left;
    display: block;
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 1px;
    color: #000;
}


#blog-details .small-blog-content .video-blocks .video-attr ul li span{
    color:#00adef;
}

#blog-details .small-blog-content .video-blocks .video-attr ul li i{
    color:#000000;
}

#blog-details .small-blog-content .video-blocks .video-attr ul li i{
    font-size: 14px;
    vertical-align: sub;
    color: #00adef;
    font-weight: 400;
    line-height: 16px;
}

#blog-details .next a{    background-color: #00adef;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;}
#blog-details .small-blog-content h2{font-size: 28px;font-weight: 400;font-family: 'Arima Madurai', cursive;background-color: #eee;
    padding: 8px;}


#blog-details .next{    text-align: center;    margin-top: 30px;}
@media(max-width:380px){

    #blog-details .small-blog-content .video-blocks .video-attr ul li{
        width:40%;
    }
}

/*-----------------------*/
/* Patient prescription area */
/*-----------------------*/

#patient-prescription{width: 100%;float: left;position: relative;padding: 50px 0;  background: url("../images/bg-about2.png");}
#patient-prescription table{width: 100%;}
#patient-prescription table > thead{background-color: #000;color: #fff;}
#patient-prescription table > thead > tr > th{font-size: 16px;font-weight: normal;width: 20%;text-align: center;}
#patient-prescription table > tbody > tr > td{color: #5a5a5a;width: 200px;border: 1px solid #d4d0d0;text-align: center;padding: 20px 10px;}

/*Insurence Request List*/
/*------------------*/
@media(max-width:991px){
    #header-top-area .logo-area{top: -7px;border-radius: 0;}
    #header-top-area2 .navbar-default .navbar-nav>li>a{text-transform: capitalize;padding: 10px;}
}

/* 12/11/2020 NEW STYLE */

.search-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
    background: #e2e2e2;
}
.search-box .search-box-inner .search-section{
    display: flex;
}
.search-box .search-box-inner .search-section input{
    border-radius: 0;

}

.search-box .search-box-inner  .form-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.search-box .search-box-inner  .form-part .filter-box{
    display: flex;
    justify-content: center;
    align-items: center;

}

.search-box .search-box-inner  .form-part .filter-box label{
    width: 100%;
    text-align: right;
    margin-right: 10px;
}
.search-box .search-box-inner .form-part .filter-box select{
    padding: 7px;
}

.search-box .search-box-inner .form-part .search-section button{
    background-color: #1ea9de;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #fff;
    color: #fff;
    display: block;
    border-radius: 0;
}

.search-box .search-box-inner .form-part .search-section button:focus{
    outline: navajowhite;
    box-shadow: none;
}
.search-box .search-box-inner .table-part{
    width: 100%;
    margin-top: 30px;
}
.search-box .search-box-inner .table-part tr th{
    background: #000000;
    color: #fff;
}
.search-box .search-box-inner .table-part tr td{
    background: #ffff;
}
.search-box .search-box-inner .pageination{
    display: flex;
    justify-content: center;
}
.search-box .search-box-inner .pageination .pagination{
    margin:0
}
.search-box .heading h3{
    border-bottom: solid 2px #5a57571a;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-left: 10px;
    text-align: center;
    font-size: 40px;
}

@media(max-width:767px){
    .search-box .search-box-inner  .form-part .filter-box{
        flex-direction: column;
        width: 100%;
    }
    .search-box .search-box-inner .form-part .filter-box select{
        width: 100%;
    }
    .search-box .search-box-inner .form-part .filter-box label{
        background: #1ea9de;
        color: #fff;
        padding: 10px;
        margin-right: 0 !important;
        text-align: center;
    }
    .search-box .search-box-inner .search-section{
        width: 100%;
        margin-bottom: 10px;
    }
    .search-box .heading h3{
        font-size: 27px;
    }
}
