/* fonts import start */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraBold.eot');
    src: url('../fonts/outfit/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.eot');
    src: url('../fonts/outfit/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Medium.woff') format('woff'),
    url('../fonts/outfit/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.eot');
    src: url('../fonts/outfit/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Regular.woff') format('woff'),
    url('../fonts/outfit/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraLight.eot');
    src: url('../fonts/outfit/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraLight.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraLight.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.eot');
    src: url('../fonts/outfit/Outfit-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Light.woff') format('woff'),
    url('../fonts/outfit/Outfit-Light.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Black.eot');
    src: url('../fonts/outfit/Outfit-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Black.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Black.woff') format('woff'),
    url('../fonts/outfit/Outfit-Black.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Thin.eot');
    src: url('../fonts/outfit/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Thin.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Thin.woff') format('woff'),
    url('../fonts/outfit/Outfit-Thin.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.eot');
    src: url('../fonts/outfit/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.eot');
    src: url('../fonts/outfit/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Bold.woff') format('woff'),
    url('../fonts/outfit/Outfit-Bold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Outfit";
    overflow-x: hidden !important;
}

/* global styling end */

/* header styling start */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    margin-right: 20px;
}

nav.navbar a.nav-link {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav.navbar a.nav-link:hover {
    color: #246BFD;
    font-weight: 600;
}

nav.navbar a.nav-link.active {
    color: #246BFD;
    font-weight: 600;
}

.navbar-collapse .contact-btn a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: #246BFD;
    border:   1px solid #246BFD;;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
}

.navbar-collapse .contact-btn a:hover {
    background: transparent;
    border: 1px solid #246BFD;
    color: #323232;
    transition: .5s;
}

.navbar-collapse .contact-btn a svg {
    margin-right: 5px;
}

/* header styling end */

/* banner styling start */
section.banner-sec {
    background: #F6F9FF;
    padding: 100px 0 50px;
}

.banner_upper_heading {
    color: #323232;
    font-family: 'Bebas Neue';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.banner_main_heading {
    color: #000310;
    font-size: 65px;
    font-weight: 700;
    line-height: 100%;
}

.banner_main_heading span {
    color: #000310;
    font-size: 65px;
    font-weight: 300;
    line-height: 100%;
    display: block;
}

.banner_tagline {
    color: #246BFD;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 4px 14px 0 rgba(32, 59, 129, 0.06);
    padding: 5px 20px;
    margin-bottom: 20px;
}

.banner-main-span {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner_main_para {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 20px 0 0;
}

.banner-sec .download_section {
    margin-top: 3rem;
}


.banner-sec #button-addon2 {
    border-radius: 22px;
    padding: 10px 20px;
    background: #1F95E5;
    color: #fff;
    border: none;
}

.download_section ul {
    list-style: none;
    padding: 0;
}

.download_section ul li {
    margin: 0 20px 0 0;
}

.download_section ul li:hover {
    transform: scale(1.1) !important;
}

.download_section h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.download_section ul li a img {
    filter: drop-shadow(0px 4.821022987365723px 4.821022987365723px rgba(0, 0, 0, 0.15));
}

.tabs-imge-abs {
    position: absolute;
    top: 50px;
}

/* banner styling end */

/* Insurance Consulting start */
.insurance-consulting {
    background: #246BFC;
    padding: 3rem 0;
}

.insurance-consulting .card {
    background: transparent;
    border: 0;
    text-align: center;
    border-right: 2px solid #5089FE;
    padding: 0 3rem;
}

.insurance-consulting .card .svg-cont {
    border-radius: 16px;
    background: #17AFFC;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.insurance-consulting .card .text-cont h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 112%;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.insurance-consulting .card .text-cont p {
    color: #F6F9FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

/* Insurance Consulting end */

/* about us start */
.about-us {
    padding: 5rem 0;
}

.about-us .text-content {
    padding: 0 0 0 3rem;
}

.about-us .text-content .small {
    color: #246BFD;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 4px 14px 0px rgba(32, 59, 129, 0.06);
    padding: 9px 21px;
}

.about-us .text-content h2 {
    color: #000310;
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

.about-us .text-content p {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 2rem;
}

.about-us .text-content a {
    border-radius: 12px;
    background: #246BFD;
    border: 1px solid #246BFD;
    text-decoration: none;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 25px;
    transition: .5s;
}

.about-us .text-content a:hover {
    background: transparent;
    color: #000310;
}

/* about us end */

/* our services start */
.our-services {
    padding-bottom: 5rem;
}

.our-services .text-cont {
    text-align: center;
    margin-bottom: 3rem;
}

.our-services .text-cont h2 {
    color: #000310;
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 30px;
}

.our-services .text-cont p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.our-services .box {
    border-radius: 45px;
    background: #F3F4F7;
    text-align: center;
    margin: 0 10px 30px;
    padding: 3rem 3rem 2rem;
    transition: .5s;
    min-height: 265px;
}

.our-services .box:hover {
    background: #246BFC;
    transition: .5s;
}

.our-services .box .svg-cont {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #17AFFC;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.our-services .box .text-content h3 {
    color: #323232;
    font-size: 20px;
    font-weight: bold;
    line-height: 112%;
    letter-spacing: -0.4px;
    margin-bottom: 15px
}

.our-services .box:hover .text-content h3,
.our-services .box:hover .text-content p {
    color: #ffffff;
}

.our-services .box .text-content p {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

/* our services end */

/* my document start */
.my-documents {
    padding: 2rem 0;
    background: #F3F4F7;
}

.my-documents .img-cont {
    text-align: right;
}

.my-documents .text-cont h2 {
    color: #000310;
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 15px;
}

.my-documents .text-cont p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 2rem;
}

.my-documents .text-cont a {
    border-radius: 12px;
    background: #246BFD;
    border: 1px solid #246BFD;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    padding: 10px 25px;
    transition: .5s;
}

.my-documents .text-cont a:hover {
    background: transparent;
    color: #000310;
}

/* my document end */


/* trusted clients section */
.our-trusted-clients-section {
    padding: 80px 0;
}

.our-trusted-clients-section .text-cont h2 {
    color: #000310;
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}

.customers-testimonials img.img-circle {
    height: 549px;
    width: 254px !important;
    margin: 0 auto;
    border-radius: 0;
    opacity: 1;
}

.customers-testimonials .owl-item .item p.testimonials_paragraph {
    display: none;
}

.customers-testimonials .owl-item .item .testimonial-name {
    display: none;
}

.customers-testimonials button.owl-prev i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-prev i:hover,
.customers-testimonials button.owl-next i:hover {
    color: #fff;
    background: #9E9E9E;
}

.customers-testimonials button.owl-next i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-next {
    position: absolute;
    right: 0;
}

.customers-testimonials .owl-stage {
    margin: 60px 0 0;
    display: flex;
    align-items: center;
}

.customers-testimonials .owl-item.active.center .img-circle {
    height: 794px;
    width: 360px !important;
    opacity: 1;
    /*transform: translate(0px, -50px);*/
    border: 0;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.customers-testimonials .owl-item .item .content-box {
    display: none;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 1000px;
    display: block;
    position: relative;
    right: 0;
    left: -250px;
    margin: 0px auto;
}

.our-trusted-clients-section h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
}

.our-trusted-clients-section p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.customers-testimonials .owl-item.active.center .item .content-box p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.customers-testimonials .owl-item.active.center .item .content-box h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 220%;
}

.customers-testimonials .owl-item.active.center .item .content-box p:before {
    content: '“';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    left: -20px;
    top: -80px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.customers-testimonials .owl-item.active.center .item .content-box p:after {
    content: '“';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -70px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.our-trusted-clients-section .owl-nav {
    position: absolute;
    top: 130px;
    width: 100%;
}

/* trusted clients section */


/* download-now start */
.download-now {
    background: #246BFC;
    padding: 3rem 0;
}

.download-now .text-cont span {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    line-height: 47.274px;
}

.download-now .text-cont h2 {
    color: #FFF;
    font-size: 55px;
    font-weight: bold;
    line-height: 47.274px;
    margin: 10px 0 20px;
}

.download-now .text-cont p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
}

.download-now .text-cont ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.download-now .text-cont ul li {
    margin-right: 15px;
}

/* download-now end */
/* footer style start */
footer {
    background: #17AFFC;
}

footer .footer-top {
    padding: 100px 0;
}

.download_section_footer ul {
    list-style: none;
    padding: 0;
}

.download_section_footer ul li {
    margin: 0 20px 0 0px;
}

p.first_column_text {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

footer .footer-top h5 {
    color: #FCFCFC;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.first_column_list li a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.first_column_list li {
    margin: 10px 0px;
}

.footer_newsletter button#button-addon2 {
    background: #fff;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
    border: 0;
}

.footer_newsletter .input-group input:focus {
    box-shadow: none;
    border: 0;
}

.footer_newsletter .input-group {
    border-radius: 12px;
}

.footer_newsletter ul {
    padding: 0;
    list-style: none;
}

.footer_newsletter ul li {
    margin: 0 20px 0 0;
}

.footer_newsletter ul li:hover {
    transform: scale(1.3) !important;
}

.footer_newsletter form .input-group .form-control::placeholder {
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

/* footer style end */


/* media query start */

@media screen and (max-width: 1499px) {
    .customers-testimonials .owl-item.active.center .img-circle {
        height: 754px;
        width: 320px !important;
    }

    .customers-testimonials img.img-circle {
        height: 509px;
        width: 215px !important;
    }
}

@media screen and (max-width: 1399px) {
    .our-services .box {
        min-height: 290px;
    }

    .our-services .box .text-content h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .customers-testimonials img.img-circle {
        height: 489px;
        width: 195px !important;
    }

    .customers-testimonials .owl-item.active.center .img-circle {
        height: 724px;
        width: 290px !important;
    }

}

@media screen and (max-width: 1199px) {
    .banner_main_heading {
        font-size: 55px;
    }

    .banner_tagline {
        margin-bottom: 10px;
    }

    .insurance-consulting .card {
        padding: 0 3rem 0 0;
    }

    .our-services .box {
        padding: 2rem;
    }

    .our-services .box .text-content h3 {
        font-size: 16px;
    }

    .our-services .box {
        min-height: 285px;
    }
}
@media (max-width: 1170px) {
    .customers-testimonials .owl-item.active.center .img-circle {
        width: 80% !important;
        height: auto;
    }
}
@media screen and (max-width: 991px) {

    .insurance-consulting .card {
        padding: 0 1rem 0 0;
    }

    .about-us .text-content {
        padding: 20px 0 0 0;
    }

    .banner-sec,
    .about-us,
    .my-documents,
    .download-now,
    .my-documents .img-cont {
        text-align: center;
    }

    .download_section ul,
    .download-now .text-cont ul {
        justify-content: center;
    }

}

@media screen and (max-width: 767px) {
    .insurance-consulting .card {
        border: 0;
    }

    .text-cont h2,
    .text-content h2 {
        font-size: 35px !important;
    }

    .banner_main_heading {
        font-size: 45px;
    }

    .insurance-consulting .card {
        padding: 0;
    }

    .about-us,
    .our-services,
    .our-trusted-clients-section,
    .download-now,
    footer .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-top {
        padding: 2rem 40px;
    }

    footer .download_section_footer ul {
        display: block !important;
    }

    footer .download_section_footer ul li {
        margin-bottom: 10px;
    }

    .text-cont h2,
    .text-content h2 {
        font-size: 25px !important;
    }

    .banner_main_heading {
        font-size: 35px;
    }

    p {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .our-services .box {
        min-height: 200px;
    }

    .navbar-brand {
        max-width: 70%;
    }

    .our-services .text-cont {
        margin-bottom: 1rem;
    }
}


/* media query end */








