/* Font Imports */

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: Bold;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight:400;
}
/* Global */

*:not(.fa) {
    font-family: Poppins;
    text-rendering: optimizeLegibility !important;
}
.form-control, p, .menu-toggler, .button1, p {
    font-family: Poppins !important;
    text-rendering: optimizeLegibility !important;
}

.menu-toggler .span{
    font-family: Poppins !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p {
    font-size: 1rem !important;
    line-height: unset !important;
}

ol, ul {
    text-align: left !important;
}

/* Section */

section {
    padding: 80px;
    min-height: 100vh;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.cta-three {
    background: #fafafa !important;
}

.cta-one,
.pricing-one,
.site-footer__subscribe {
    padding: 100px 0 !important;
}
/* Header */

nav .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: xx-large !important;
    color: #fff;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
    color: #2C83BD !important;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    border: 2px solid #E3B862 !important;
}

.header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #E3B862 !important;
    height: 2px !important;
}

.header-navigation ul.navigation-box > li > .sub-menu {
    background-color: #2C83BD !important;
    text-transform: capitalize;
}

img.main-logo {
    max-width: 20% !important;
}

.menu {
    color: #fff !important;
    text-transform: uppercase;
}


a#menu_btn {
    background: #fff;
    border: 2px solid #fff !important;
}

.header-one__btn:hover {
    background: #335EA7 !important;
    color: #fafafa !important;
    box-shadow: 0px 10px 30px 0px rgba(33, 47, 74, 0.3) !important;
}

a#menu_btn:hover {
    border: 2px solid #335EA7 !important;
}

.header-one__btn {
    color: #335EA7 !important;
    text-transform: uppercase;
    border-radius: 10px !important;
}

.sign-in {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    box-shadow: none !important;
}

.cta-white {
    text-transform: capitalize !important;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
    color: #fff !important;
    font-weight: bold;
}

.header-navigation ul.navigation-box > li > a {
    color: #c0c0c0 !important;
}

.header-one .header-navigation.stricky-fixed {
    background: #345AA5 !important;
}

.main-navigation ul, .main-navigation ol {
    text-align: center !important;
}

/* Hero */
.banner-one {
    background: linear-gradient(190deg, #3558a3 0%, #2a6db1 35%, #25a5d0 100%) !important;
    background-size: cover;
    padding-top: 200px !important;
}

.banner-one__moc {
    top: 145px !important;
    width: 45%;
    right: 5%;
}

.banner-one__btn:hover {
    background: #fff !important;
    color: #345AA5 !important;
}

.banner-one__text {
    color: #fff !important;
}
/* Buttons */

.hero-btn {
    background: #345AA5 !important;
    box-shadow: 0px 10px 30px 0px rgba(52 90 165 / 30%) !important;
    color: #fff !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    border-radius: 10px;
}

.pricing-one__btn {
    padding: 9px 30px !important;
}
/* .container.hero__copy {
        margin-top: -60px;
    } */
/* Headings */

.block-title__text {
    text-transform: capitalize;
    font-size: 2.4rem !important;
    font-weight: 600;
}

.block-title {
    margin-bottom: 25px !important;
}

.pricing-one__btn {
    border-radius: 10px !important;
}
/* What Is ChronicDoc */

.what-is p {
    text-align: center;
}
/* How It Works */

.cta-three {
    padding-bottom: 200px;
    padding-top: 200px;
}

.cta-three__moc {
    left: 10% !important;
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}
/* Benefits */

.phone-section {
    background: linear-gradient(190deg, #3558a3 0%, #2a6db1 35%, #25a5d0 100%) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 !important;
    background-color: #fafafa;
    color: #fff !important;
}

.block-title__text__documents {
    color: #fff !important;
}

img.phone-upload {
    max-width: 90% !important;
}
/* Features */

.cta-two__moc-right {
    max-width: 90%;
    border-radius: 15px;
    position: absolute;
    right: -25%;
    top: 8%;
    /* box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 30%); */
}

.cta-two__moc {
    left: 45%;
}

.cta-two__moc-right {
    max-width: 70%;
    border-radius: 15px;
    position: absolute;
    right: -25%;
    top: 8%;
}
/* Pricing */

.pricing-one__pack {
    letter-spacing: .1em !important;
}

.pricing_note {
    margin: auto;
}

.pricing-one__note {
    text-align: center !important;
}

.pricing-one__single {
    border-top: 5px solid #269BCB !important;
}

.pricing-one__btn:hover {
    background: #269BCB !important;
    border-color: #269BCB !important;
}

.pricing-one__title {
    color: #269BCB !important;
}
/* Mobile App Download */

.mobile-app {
    background: #345AA5;
    width: 100%;
}

.mobile-app__head,
.mobile-app__copy {
    margin-bottom: 30px;
}

.mobile-app__buttons-apple {
    float: right;
}

.mobile-app__copy img {
    /*float: right;*/
    /*margin: auto !important;*/
    max-width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}

.col-sm-6 {
    align-self: center;
}

.mobile-app__copy h3 {
    margin-top: 8px;
}

.mobile-app__head h6 {
    margin: auto;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: large;
}

.mobile-app__copy h3 {
    font-size: xxx-large;
    color: #fff;
}

section.cta-one.mobile-app {
    padding: 125px;
    min-height: unset;
}
/* Subscribe Section */

.site-footer__subscribe-form button[type=submit] {
    background: #D01518 !important;
    color: #fff;
    border-radius: 10px !important;
}

    .site-footer__subscribe-form button[type=submit]:hover {
        background: #345AA5 !important;
        color: #fff;
    }

.site-footer__subscribe-form {
    border-radius: 10px !important;
}
/* Footer */

.site-footer__bottom-footer p a:hover,
.footer-widget .social-block a {
    color: #D01518 !important;
}

    .site-footer__bottom-footer p a,
    .footer-widget .social-block a:hover {
        color: #345AA5 !important;
    }

.footer-widget__link-list li a:hover {
    color: #25a5d0;
}

.footer-widget__link-list li a:before {
    color: #D01518;
}
/* Scroll To Top */

.scroll-to-top {
    background: #345AA5 !important;
}

    .scroll-to-top:hover {
        background: #25a5d0 !important;
    }

    .scroll-to-top i {
        font-weight: 900;
    }

        .scroll-to-top i:hover {
            color: #fff !important;
        }
/* 5 Columns */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
