body{
    font-family: 'Open Sans', sans-serif;
    color: #222E50;
}

.navbar-brand{
    max-width: 270px;
}

.header-info, .info{
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.header-info i, .info i{
    color: #008cd6;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #008cd6;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    font-size: 25px;
    margin: 0 15px;
}
.header-info a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}

.header-info + .header-info{
    border-left: 1px solid #dedede;
}

.offcanvas{
    width: 100%;
}
.offcanvas-body{
    display: flex;
    justify-content: center;
    padding: 10px;
}

#bootscore-navbar{
    background: #008cd6;
    position: absolute;
    padding: 18px 20%;
    margin-top: 5px;
    border-radius: 4px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    font-weight: bolder;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar{
    padding-bottom: 30px;
}
.navbar-toggler i{
    color: #008cd6!important;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #008cd6;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #eeee;
}
.header-info-wrapper, .header-info-mobile{
    display: flex;
}

.section-title{
    padding: 60px 0 40px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.section-title h2.light{
    color:#fff;
}

.section-title .line{
    display: block;
    width: 100px;
    height: 3px;
    background: #2FC406;
    text-align: center;
}
.section-title .line.center{
    margin: 20px auto;
}

.feature-section i{
    font-size: 50px;
    color: #222E50;
    margin: 0 20px;
    align-self: center;
    width: 70px;
    text-align: center;
    transition: color 300ms ease-in-out;
}

.feature-section .feature-text:not(.full-box-feature) i:hover, .feature-section .feature-text:not(.full-box-feature) h3:hover{
    color: #2FC406;
}

.feature-section .feature-text h3{
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    margin: 3px 0px 10px;
    transition: color 300ms ease-in-out;
}

.feature-section .feature-text:not(.full-box-feature) p{
    max-width: 250px;
}

.feature-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.feature-doctor{
    margin: 0 auto;
    max-width: 280px;
    display: block;
}

.full-boxes > div{
    background-color: #2FC406;
    padding: 25px;
    color: #fffffa;
    text-align: center;
}
.full-boxes > div:nth-child(2){
    background-color: #009100;
}

.profile-card-2{
    position: relative;
    margin-bottom: 60px;
    width: 300px;
    margin: 60px 20px 20px;
    padding: 50px 0px 20px;
    background: #222E50;
    box-shadow: 0 0 6px 0 #dedede;
    border-radius: 3px;
}
.profile-card-2 img{
    max-width: 210px;
    position: absolute;
    top: -80px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.profile-card{
    padding: 10px 20px;
}

.profile-name{
    color: #009100;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    margin: 0;
}
.profile-username{
    font-style: italic;
    color: #000;
    text-align: center;
    margin: 0;
}

.doctors-section{
    padding: 50px 0 180px;
}

.footer{
    background-color: #008cd6!important;
    color: #fff!important;
}

.blog-section{
    padding: 10px 0 80px;
}
.blog-section .post img{
    margin: 0 auto;
    display: block;
    height: 250px;
    margin-bottom: 30px;
}

.more-link, input[type=submit]{
    background-color: #009100;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 700;
    text-align: right;
    border-radius: 6px;
    transition: all 300ms ease-in-out;
    border:none;
}
.more-link:hover, input[type=submit]:hover{
    background-color: #2FC406;
    color: #fff!important;
}

.footer-up{
    background-color: #083D77;
    padding-bottom: 60px;
}

.contact-form-dark input:not(input[type=submit]), .contact-form-dark textarea{
    background: transparent;
    border: 1px solid #b3b3b3;
    outline: none;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 10px 0;
    color: #fff;
}

.contact-form-dark label{
    width: 100%;
}

.contact-form-dark input::placeholder, .contact-form-dark textarea::placeholder {
    color: #fff;  
  }

.info-wrapper .info a, .info-wrapper  .info i{
    color:#fff;
    border-color:#fff;
}

.info-wrapper .info a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.info-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.info-wrapper .info{
    margin: 10px;
}

.page-title-wrapper{
    padding: 120px 0 50px;
    background: #083d77;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: center;
}

.site-content .header-info{
    justify-content: center;
}

.content-fluid .site-content{
    padding-bottom: 60px;
}

.contact-form form{
    width: 40%;
    margin: 0 auto;
}
.contact-form form label{
    color: #083d77;
    font-weight: 600;
    width: 100%;
}
.contact-form form input:not(input[type=submit]), .contact-form form textarea{
    padding: 10px 12px;
    border: 1px solid #083d77;
    margin: 2px 0 16px;
    border-radius: 3px;
    width: 100%;
    color: #083d77;
}

.contact-form input::placeholder, .contact-form form textarea::placeholder{
    color: #083d77;
}
footer{
    position: relative
}
footer .doctor-img{
    position: absolute;
    top: -600px;
    right: 0;
    max-height: 600px;
}

.our-team-img{
    position: absolute;
    max-width: 74%;
    left: -280px;
}

.our-services-img{
    margin: 0 auto 40px;
    display: block;
    width: 90%;
}

.single-post .wp-post-image {
    width: 40%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 991px){
    .our-services-img{
        width: 100%;
    }
    .navbar-brand{
        display: block;
    }
    .navbar-brand img{
        max-width: 50vw;
        margin-bottom: 10px;
    }

    .header-info-wrapper {
        flex: initial;
        flex-wrap: nowrap;
        justify-content: flex-start!important;
        flex-direction: column;
        align-items: baseline;
    }

    .header-info-wrapper .header-info{
        margin: 8px 5px;
    }
    .header-info-wrapper:not(.header-info-mobile){
        display: none!important;
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
        color: #222E50;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #222E50;
        font-size: 28px;
        line-height: 28px;
    }
    .offcanvas-header{
        color: #222E50!important;
        font-size: 13px;
    }
    .offcanvas-body{
        justify-content: flex-start;
    }
    #bootscore-navbar {
        background: #fff;
        position: absolute;
        padding: 13px;
        border-radius: 0;
    }
    .header-info + .header-info{
        border-left: none;
    }
    .profile-card{
        position: relative;
        width: 100%;
        display: inline-flex;
        bottom: 0;
    }
    .post{
        margin-bottom: 50px;
    }
    .doctors-section {
        padding: 50px 0 30px;
    }
    .feature-doctor {
        margin: 25px auto;
    }
    .content-fluid{
        background-image: none!important;
    }
    .site-content .header-info {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        width: 50%;
    }
    .contact-form form {
        width: 100%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .feature-section .feature-text h3{
        font-size: 19px;
    }
}