/*
    
    Theme Name  : WelbyMD By Codovia 
    Main Colors : Darker Blue => #86e2d5
                : Lighter Blue => #d1e5fd

*/

/* General Rules */
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, h1, h2, h3, p, button, ul {
    margin: 0;
    padding: 0
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}
.navbar .navbar-nav > li > a,
.transition-short {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.transition-long {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.main-color {
    color: #86e2d5
}
.main-color-lighter {
    color: #d1e5fd
}
.codovia-button {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 25px;
    margin: 45px auto;
    font-weight: 300
}
.codovia-font {
    font-family: 'Heebo', sans-serif;
    font-weight: 300
}
/* Start Scroll Up */
#codovia-scrollup {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: 1px solid #333;
    text-align: center;
    background-color: transparent;
    color: #333;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    box-shadow: 1px 2px 5px #999;
    -webkit-box-shadow: 1px 2px 5px #999;
    -moz-box-shadow: 1px 2px 5px #999;
    -o-box-shadow: 1px 2px 5px #999
}
#codovia-scrollup:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}
/* End Scroll Up */

/* Start Navbar */
.navbar {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    padding: 20px 0
}
.navbar.scrolled-nav {
    background-color: rgba(85, 85, 85, 0.95);
    padding: 0
}
.navbar.clicked-nav {
    background-color: rgba(85, 85, 85, 0.95);
}
.navbar .navbar-brand {
    color: #fff;
    font-size: 32px;
    float: none;
    display: block;
    margin-top: 9px
}
.navbar.scrolled-nav .navbar-brand {
    margin-top: 0
}
.navbar .navbar-brand:hover {
    color: #fff
}
.navbar .navbar-brand-more {
    display: block;
    color: #fff;
    margin-top: -8px
}
.navbar.scrolled-nav .navbar-brand-more {
    margin-bottom: 10px
}
.navbar .navbar-nav {
    padding: 20px 0
}
.navbar.scrolled-nav .navbar-nav {
    padding: 10px 0
}
.navbar .navbar-nav > li > a {
    color: #fff;
    border-bottom: 3px solid #fff;
    border-bottom-width: 0;
    position: relative
}
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: #d1e5fd
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #d1e5fd
}
@media (max-width: 991px) {
    .navbar {
        padding: 0
    }
    .navbar > .container .navbar-brand {
        margin-top: 10px;
        margin-left: 0
    }
    .navbar.scrolled-nav > .container .navbar-brand {
        margin-top: 4px
    }
    .navbar .navbar-brand-more {
        display: none
    }
    /*****************************************************/
    /* This alters navbar breakpoint from 768px to 991px */
    /*****************************************************/
    .navbar-header {
      float: none
    }
    .navbar-left,
    .navbar-right {
      float: none !important;
    }
    .navbar .navbar-toggle {
        display: block;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        text-decoration: none;
        margin-bottom: 16px;
        margin-top: 16px
    }
    .navbar.scrolled-nav .navbar-toggle {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
        overflow: hidden !important
    }
    .navbar .navbar-nav {
        float: none !important;
        margin: 0 -15px;
        padding: 10px 0;
        background-color: rgba(136, 136, 136, .95)
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in{
      display:block !important;
    }
    .container-fluid>.navbar-collapse, 
    .container-fluid>.navbar-header, 
    .container>.navbar-collapse, 
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0
    }
    .navbar .navbar-nav > li > a:focus,
    .navbar .navbar-nav > li > a:hover {
        color: #d1e5fd
    }
    .navbar .navbar-nav > li > a:focus:after,
    .navbar .navbar-nav > li > a:hover:after {
        width: 0%
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar > .container {
        width: 100%;
    }
}
/* End Navbar */

/* Start Header Background */
.codovia-header-background {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: table
}
.codovia-header-background .header-arrow {
    width: 100%;
    position: absolute;
    bottom: -84px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1
}
.codovia-header-background .header-arrow img {
    margin: auto
}
.codovia-header-background .header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.codovia-header-background .header-content {
    width: 100%;
    padding: 15px;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}
.codovia-header-background .header-content .header-icon {
    font-size: 50px;
    width: 80px;
    height: 80px;
    margin: auto;
    text-align: center;
    line-height: 80px;
    border: 1px solid #fff;
    border-radius: 50%
}
.codovia-header-background .header-content .header-heading {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 100
}
.codovia-header-background .header-content .header-text {
    font-size: 16px;
    font-weight: 100
}
.codovia-header-background .header-content .header-button {
    margin-bottom: 0;
    border-color: #fff;
    width: 165px;
    display: block;
    font-size: 15px;
    font-weight: 300
}
.codovia-header-background .header-content .header-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}
@media (min-width: 992px) {
    .codovia-header-background .header-content {
        width: 35%;
        text-align: left;
        right: 15%
    }
}
/* End Header Background */

/* Start FAQs */
.codovia-faq {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.codovia-faq .faq-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.codovia-faq .faq-content {
    width: 80%;
    margin: auto;
    padding: 15px;
    position: relative;
    color: #fff
}
.codovia-faq .faq-content .faq-icon {
    font-size: 50px;
    width: 80px;
    height: 80px;
    margin: auto;
    text-align: center;
    line-height: 82px;
    border: 1px solid #fff;
    border-radius: 50%
}
.codovia-faq .faq-content .faq-heading {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 100
}
.codovia-faq .faq-content .faq-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-faq .faq-content .faq-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-faq .faq-content .faq-button {
    margin-bottom: 0;
    border-color: #fff
}
.codovia-faq .faq-content .faq-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}
@media (max-width: 767px) {
    .codovia-faq .faq-content {
        width: 100%
    }
}
@media (max-width: 450px) {
    .codovia-faq .faq-content .faq-heading {
        font-size: 20px
    }
}
/* End FAQs */

/* Start Pricing */
.codovia-pricing {
    background-color: #ebebeb
}
.codovia-pricing .pricing-heading {
    margin-bottom: 60px;
    position: relative
}
.codovia-pricing .pricing-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-pricing .pricing-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-pricing .pricing-button {
    background-color: transparent;
    border: 2px solid #333;
    border-radius: 25px;
    padding: 12px 25px;
    margin: 45px auto
}
.codovia-pricing .pricing-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}
.codovia-pricing .pricing-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 20px;
    max-width: 990px;
    
}
.codovia-pricing .pricing-table .pricing-wrapper {
    width: 46%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2%;
    position: relative
}
.codovia-pricing .pricing-table .pricing-wrapper .pricing-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}
.codovia-pricing .pricing-table .pricing-content {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 130px 70px 70px
}
.codovia-pricing .pricing-table .pricing-content .pricing-content-heading {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px
}
.codovia-pricing .pricing-table .pricing-content .pricing-value {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px
}
.codovia-pricing .pricing-start {
    margin-top: 30px
}
@media (max-width: 991px) {
    .codovia-pricing .pricing-table .pricing-content {
        padding: 70px 40px 50px
    }
}
@media (max-width: 730px) {
    .codovia-pricing .pricing-table .pricing-wrapper {
        width: 96%;
        max-width: 540px;
        min-height: 570px;
        margin: 30px auto
    }
    .codovia-pricing .pricing-table .pricing-content {
        padding: 130px 70px 70px
    }
}
@media (max-width: 444px) {
    .codovia-pricing .pricing-table .pricing-wrapper {
        min-height: unset
    }
    .codovia-pricing .pricing-table .pricing-content {
        padding: 70px 40px
    }
    .codovia-pricing .pricing-table .pricing-content .pricing-content-heading {
        font-size: 20px
    }
    .codovia-pricing .pricing-table .pricing-content .pricing-value {
        font-size: 16px
    }
    .codovia-pricing .pricing-table .pricing-content .pricing-content-text {
        font-size: 12px
    }
}
/* End Pricing */

/* Start How */
.codovia-how .how-heading {
    position: relative;
    font-size: 38px;
    margin-bottom: 60px
}
.codovia-how .how-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-how .how-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-how .how-text {
    font-size: 21px;
    margin-bottom: 20px
}
.codovia-how .how-content {
    margin: 40px auto;
    max-width: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.codovia-how .how-content img {
    margin: auto
}
.codovia-how .how-content .content-text {
    background-color: #d1e5fd;
    padding: 40px;
    position: relative
}
.codovia-how .how-content .content-number {
    color: #fff;
    background-color: #86e2d5;
    font-weight: 600;
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (min-width: 768px) {
    .codovia-how .how-wrapper:nth-of-type(even) .how-content img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .codovia-how .how-wrapper:nth-of-type(even) .how-content .content-number {
        top: unset;
        bottom: -20px
    }
}
/* End How */

/* Start Doctor */
.codovia-doctor {
    text-align: center;
    background-color: #d1e5fd
}

.codovia-doctor .doctor-heading {
    color: #000;
    font-size: 38px;
    position: relative;
    margin-bottom: 60px
}
.codovia-doctor .doctor-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-doctor .doctor-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-doctor .doctor-text {
    padding: 0 15px;
    font-size: 16px
}
.codovia-doctor #owl-doc img {
    border-radius: 50%;
    margin: auto;
    margin-top: 30px;
    width: 100%
}
.codovia-doctor .doctor-name {
    font-size: 20px;
    margin-top: 30px
}
.codovia-doctor .doctor-degree {
    font-size: 17px;
    margin: 12px auto 20px;
    display: block
}
.codovia-doctor .doctor-skill {
    text-align: left
}
.codovia-doctor .owl-carousel .owl-nav .owl-next, 
.codovia-doctor .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 10%;
    color: #000
}
.codovia-doctor .owl-carousel .owl-nav .owl-prev {
    left: 25px
}
.codovia-doctor .owl-carousel .owl-nav .owl-next {
    right: 25px
}
.codovia-doctor .wrapper {
    padding: 40px 15px 10px
}
.codovia-doctor .codovia-doc-slider {
    position: relative;
}
.codovia-doctor .doctor-button {
    padding: 12px 35px;
    font-weight: 300;
    border-color: #333
}
.codovia-doctor .doctor-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}
@media (max-width: 768px) {
    .codovia-doctor #owl-doc img {
        width: 55%
    }
}
@media (max-width: 510px) {
    .codovia-doctor #owl-doc img {
        width: 65%
    }
}
/* End Doctor */

/* Start Always Open */
.codovia-open {
    background-image: url(img/17.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
    min-height: 100vh
}
.codovia-open .codovia-open-details {
    padding: 20px 150px 20px 90px
}
.codovia-open .codovia-open-details .open-heading {
    position: relative;
    font-weight: 300;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 60px
}
.codovia-open .codovia-open-details .open-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-open .codovia-open-details .open-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-open .codovia-open-details .open-list li {
    margin-bottom: 20px
}
.codovia-open .codovia-open-img {
    padding: 0;
    display: none
}
@media (max-width: 991px) {
    .codovia-open .codovia-open-details {
        padding: 20px 95px 20px 50px
    }
}
@media (max-width: 767px) {
    .codovia-open {
        background-image: none
    }
    .codovia-open .codovia-open-img {
        display: block
    }
    .codovia-open .codovia-open-details {
        padding: 20px
    }
}
/* End Always Open */

/* Start Focus */
.codovia-focus {
    background-color: #ebebeb
}
.codovia-focus .focus-icon {
    margin: 30px auto
}
.codovia-focus .focus-heading {
    font-size: 38px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px
}
.codovia-focus .focus-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-focus .focus-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-focus .focus-subheading {
    font-size: 25px
}
.codovia-focus .focus-text {
    text-align: left;
    font-size: 16px;
    margin: 25px auto 70px;
    padding: 15px
}
.codovia-focus .focus-content {
    max-width: 425px;
    background-color: #fff;
    margin: 0 auto 40px
}
.codovia-focus .focus-content .content-heading {
    padding: 40px;
    font-size: 22px;
    font-weight: 300
}
.codovia-focus .focus-contact {
    font-size: 18px;
    margin-top: 25px
}
.codovia-focus .focus-contact a {
    color: #90e3d7;
    font-weight: 500
}
@media (max-width: 767px) {
    .codovia-focus .focus-heading {
        font-size: 28px
    }
    .codovia-focus .focus-subheading {
        font-size: 21px
    }
}
@media (max-width: 450px) {
    .codovia-focus .focus-text {
        padding: 15px 0
    }
    .codovia-focus .focus-contact {
        font-size: 15px
    }
}
/* End Focus */

/* Start Why Us */
.codovia-why {
    background-color: #d1e5fd
}
.codovia-why .why-heading {
    position: relative;
    font-size: 38px;
    font-weight: 300
}
.codovia-why .why-heading:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
    left: 15%;
}
.codovia-why .why-heading:after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #86e2d5;
    position: absolute;
    bottom: -26px;
    left: 30%;
}
.codovia-why .why-img {
    margin: 100px auto 50px
}
.codovia-why .why-img img {
    margin: auto
}
.codovia-why ul li {
    margin-bottom: 20px;
    font-weight: 500
}
@media (max-width: 991px) {
    .codovia-why {
        text-align: center
    }
}
/* End Why Us */

/* Start Contact Us */
.codovia-contact .contact-map {
    width: 100%;
    height: 280px;
    margin: 0 auto 60px
}
.codovia-contact .contact-heading {
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.3
}
.codovia-contact .codovia-card {
    padding: 10px 20px 10px 0;
    float: left;
    width: 50%;
    margin-bottom: 10px
}
.codovia-contact .codovia-card .card-icon {
    display: inline-block;
    font-size: 18px
}
.codovia-contact .codovia-card .card-icon i {
    color: #86e2d5
}
.codovia-contact .codovia-card .card-info {
    font-size: 12px;
    padding-left: 10px;
    display: inline-block
}
.codovia-contact .codovia-social {
    margin: 30px auto 45px
}
.codovia-contact .codovia-social li {
    width: 70px;
    height: 70px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.codovia-contact .codovia-social li:last-of-type {
    margin-right: 0
}
.codovia-contact .codovia-social li:hover {
    background-color: #dedede;
    border-color: #a5a5a5
}
.codovia-contact .codovia-contactform .form-group:nth-of-type(1),
.codovia-contact .codovia-contactform .form-group:nth-of-type(2) {
    float: left;
    position: relative;
    min-height: 1px;
    width: 48%
}
.codovia-contact .codovia-contactform .form-group:nth-of-type(2) {
    margin-left: 4%
}
.codovia-contact .codovia-contactform .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 0
}
.codovia-contact .codovia-contactform input,
.codovia-contact .codovia-contactform textarea {
    padding: 23px
}
.codovia-contact .codovia-contactform textarea{
    height: 160px;
    resize: none
}
.codovia-contact .codovia-contactform .contact-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: 2px solid;
    font-size: 17px;
    margin-top: 50px
}
.codovia-contact .codovia-contactform .contact-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}
@media (max-width: 500px) {
    .codovia-contact .codovia-card {
        width: 100%
    }
    .codovia-contact .codovia-social {
        text-align: center
    }
}
@media (max-width: 650px) {
    .codovia-contact .codovia-contactform .form-group:nth-of-type(1),
    .codovia-contact .codovia-contactform .form-group:nth-of-type(2) {
        float: none;
        width: 100%
    }
    .codovia-contact .codovia-contactform .form-group:nth-of-type(2) {
        margin-left: 0
    }
}
/* End Contact Us */

/* Start Footer */
.footer .copyright {
    padding: 20px 15px;
    background-color: #555;
    color: #fff;
    font-weight: 100
}
.footer .footer-nav {
    padding: 20px 15px;
    background-color: #dedede;
    font-weight: 500
}
.footer .footer-nav ul li {
    cursor: pointer
}
/* End Footer */