/* Google Heebo font family */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: "Source Sans Pro", sans-serif;

    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* General classes */
.text-blue {
    color: #009DE1;
}

.text-dark-blue {
    color: #00205B;
}

.bg-light-blue {
    background-color: #009DE1;
}

.bg-grey {
    background-color: #F1F7FF;
}

.bg-grey-1 {
    background-color: #F6F6F6;
}

.rounded-24 {
    border-radius: 24px;
}

.banner-title {
    font-family: "Heebo", sans-serif;
    font-size: 72px;
    font-weight: 700;
}

p.banner-description {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
}

.title-1 {
    font-family: "Heebo", sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.title-2 {
    font-family: "Heebo", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.title-3 {
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.sub-title-1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.sub-title-2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.body-1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.modal .btn {
    background-color: #009DE1;
    border-color: #009DE1;
}


/* Banner section */
.banner_section {
    font-family: "Heebo", sans-serif;
    background-color: #F1F7FF;
}

.banner_section .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
}

.banner_section button.cp-bg {
    background-color: #33322d;
    box-shadow: -1px -1px 2px 0px #1a1c1e;
    border-radius: 8px;
    border: none;
    outline: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
}

.banner_section button.blue-bg {
    box-shadow: -1px -1px 4px 0px #313d52;
    background-color: #465d87;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    color: #FFF;
}

.banner_section button.blue-bg:hover,
.banner_section button.cp-bg:hover {
    background-color: #009DE1;
    color: #FFF;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 46px;
    /* padding-top: 4px; */
}

header {
    height: 600px;
    background: url(../images/business-efficiency_banner.png) no-repeat;
    background-size: cover;
    /* background-position: 100%; */
    margin-bottom: 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    text-transform: none;
    padding: 8px 30px;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    border-color: #FFF;
}

.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle {
    background-color: #009DE1 !important;
    border-color: #009DE1 !important;
}

/* Quotes */
.quotes {
    border-radius: 24px;
    position: relative;
}

.quotes::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url('../images/quotes-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 8px;
    top: -36px;
}

.image-card {}

/* Benefits */
.benefits {
    background-image: url('../images/benefits-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* contact us */
.btn-light-blue,
.btn-light-blue:focus,
.btn-light-blue:not(:disabled):hover {
    background-color: #009DE1;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    padding: 12px 48px;
    border: 1px solid #009DE1;
    border-radius: 8px;
    outline: none;
}

/* .btn-light-blue:not(:disabled):hover {
    background-color: transparent;
    color: #009DE1;
} */

/* modal styles */
button.close {
    outline: none;
}

.modal .btn-light-blue:hover {
    background-color: #009DE1;
    color: #FFF;
}

/* Responsive css */

@media only screen and (max-width: 991px) {
    header {
        border-radius: 0;
        height: auto;
    }

    .banner-title {
        font-family: "Heebo", sans-serif;
        font-size: 40px;
        font-weight: 700;
    }

    .title-1 {
        font-family: "Heebo", sans-serif;
        font-size: 32px;
        font-weight: 700;
    }

    .sub-title-2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 20px;
        font-weight: 700;
    }

    .title-3 {
        font-family: "Heebo", sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .font-size-20 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {
    .image-card img {
        width: 100%;
    }
}


@media screen and (max-width: 370px) {}

@media screen and (min-width: 993px) and (max-width:1199px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) and (max-width:991px) {}