@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.banner-section {
    padding: 60px 0px 100px;
}

.content-section .container,
.content-section .small-container {
    max-width: 1280px;
    margin: auto;
}

.content-section .container.small-container {
    max-width: 1060px;
}

.become-partner-form {
    background-color: #F2F5FC;
    padding: 30px 30px 30px 30px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.top-banner-wrapper {
    -webkit-display: grid;
    -moz-display: grid;
    -o-display: grid;
    -ms-display: grid;
    display: grid;
    grid-template-columns: auto 520px;
    column-gap: 158px;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}

body,
html {
    font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    color: #1E2E5E;
    font-weight: 700;
}

.home-content img {
    max-width: 100%;
    display: block;
}

.testimonials {
    display: grid;
    column-gap: 24px;
    grid-template-columns: 70px auto;
    border-radius: 4px;
    border: 1px solid #EEF2FD;
    background: #F8F9FD;
    padding: 32px;
}

.testimonials .quote {
    color: #3D5980;
    font-family: 'Lato-Medium';
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

.user-meta {
    margin-top: 12px;
    display: grid;
    column-gap: 12px;
    grid-template-columns: 40px auto;
}

.user-meta .img {
    width: 40px;
}

.user-meta h4 {
    color: #3D5980;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    margin: 0px;
    font-size: 16px;
    font-family: 'Lato';
}

.user-meta h5 {
    color: rgba(61, 89, 128, 0.70);
    font-size: 12px;
    font-family: 'Lato-Medium';
    font-weight: 500;
    line-height: 130%;
    margin: 0px;
}

.left-section h1 {
    color: #1E2E5E;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    margin: 0px 0px 20px;
}

.left-section .content {
    color: #1E2E5E;
    font-size: 20px;
    font-family: 'Lato-Medium';
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    margin-bottom: 60px;
}

.left-section .label {
    /* border-radius: 70px;
    border: 1.5px solid #F16465;
    background: #FFEDED;
    padding: 16px 32px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600; */

    margin-bottom: 40px;
    /* display: inline-block; */

}

.left-section .label .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.customers-section {
    padding: 60px 0px 60px;
}



.customers-section h2 {
    color: #002960;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;

    margin-bottom: 20px;
}

.customers-section h2 span {
    color: #F16466;
}

.customers-section .customer-img {
    max-width: 850px;
    margin: auto;
    display: block;
}

.cta-section {
    background: #1E2E5E;
    padding: 97px 0px;
    margin: 60px 0px 0px;
}

.cta-container {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto;
}

.cta-container h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    margin: 0px;
}

.button {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 12px;
    background: #F16465;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 22px */
    transition: all .3s;
}

.button:hover {
    background: #75c9c1;
}

.features-section {
    padding: 0px 0px 60px;
}

h2.title {
    text-align: center;
    font-size: 48px;
    line-height: 110%;
    /* 52.8px */
}

.features-container {
    display: grid;
    padding-top: 87.03px;

    grid-column-gap: 7.8%;
    grid-template-columns: 35.5% 57%;
}

.features-container h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    /* 39.6px */
    margin-bottom: 32px;
    text-align: left;
}

.features-container p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #1E2E5E;
}



.stats-section .stats-container {
    padding: 60px 0px 60px;


}

.stats-section .stats-container h2.title {
    margin-bottom: 60px;
}

.stats-blocks {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 24% 24% 24% 24%;
}

.stats-blocks .stats-block {
    border-radius: 12px;
    background: #F5F7FD;
    padding: 29px 25px;
    text-align: center;
}

.stats-blocks .stats-block img {
    max-width: 100px;
    margin: auto;
}

.stats-blocks .stats-block h3 {
    color: #203B72;
    text-align: center;
    font-size: 48px;
    line-height: 110%;
    /* 52.8px */
}

.stats-blocks .stats-block h4 {
    color: #203B72;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    /* 22px */
}

.customers-block-section {
    /*padding: 80px 0px;*/
}

.customers-block-section .img {
    display: inline-block;
}

.customers-block-section h4 {
    color: #000;
    text-align: center;
    font-family: 'Lato-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    /* 26.4px */
    margin: 20px 0px 0px;
}

.customers-blocks {
    margin-top: 80px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.customers-blocks .customers-block {
    border-radius: 20px;
    background: #FFF2F2;
    position: relative;
    padding: 83px 38px 49px 40px;
}

.customers-block .label {
    padding: 10px 28px;
    color: #FFF;
    font-weight: 700;
    line-height: 130%;
    border-radius: 0px 0px 12px 12px;
    background: #F16465;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
}

.customers-blocks .customers-block:nth-child(2) {
    background: #F5F7FD;
}

.customers-blocks .customers-block:nth-child(2) .label {
    background: #4274A1;
}

.customers-blocks .customers-block:nth-child(3) {}

.customers-block .content {
    color: #000;
    text-align: center;
    font-family: 'Lato-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */
    margin-bottom: 40px;
}

.customers-block .cust-meta {
    display: grid;
    grid-column-gap: 12px;
    grid-template-columns: 51px auto;
}

.customers-block .cust-meta h4 {
    color: #000;
    font-family: Lato;
    font-size: 20px;
    line-height: 160%;
    margin: 0px;
    text-align: left;
    font-weight: 700;
}

.customers-block .cust-meta h5 {
    color: #4D4D4D;
    font-family: 'Lato-Medium';
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin: 0px;
}

.one-stop-solution-section {
    padding: 80px 0px;
}

.faq-section {
    padding: 50px 0px 60px;
}

.faq-section .faq-container {
    
    padding: 40px;
    border-radius: 24px;
}

.faq-section .faq-container .e-n-accordion-item-title {
    
    font-weight: 600;
	    border: none;
    border-top: 1px solid grey;
    border-radius: unset;
	justify-content: space-between;
}

.faq-section .faq-container .e-n-accordion-item {
    margin-bottom: 10px;
}

.faq-section .faq-container .e-n-accordion-item>div {
    border: 0px;
}

.hide-desktop {
    display: none;
}

.step-solutions {
    position: relative;
}

.step-solutions:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px dashed #BDBDBD;
    height: 90%;
    z-index: -1;
}

.step-solutions .step-solution {
    border-radius: 12px;
    background: #FFF7F7;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.step-solutions .step-solution .title {
    padding: 20px 32px;
    color: #F5F7FD;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    /* 17.6px */
    background: #F16465;
}

.step-solutions .step-solution.odd {
    background: #F5F7FD;
}

.step-solutions .step-solution.odd .title {
    background: #4274A1;
}

.step-solutions .step-solution .content {
    color: #1E2E5E;
    text-align: center;
    font-family: 'Lato-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
    padding: 20px 32px;
}

.faq-section .title {
    margin-bottom: 30px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon
{
	order:1;
}

.e-n-accordion-item>.elementor-widget-text-editor>.elementor-widget-container {
			padding: 0px 10px;
	}
	
	
@media screen and (max-width: 991px) {

    .content-section .container,
    .content-section .small-container {
        padding: 0px 20px;
    }

    .top-banner-wrapper {
        grid-template-columns: 100%;
        column-gap: 0px;
        row-gap: 40px;
    }

    .become-partner-form iframe {
        height: 500px;
    }

    .banner-section {
        padding: 30px 0px;
    }

    .left-section .label {
        border: 1px solid #8CD3BE;
        padding: 12px 22px;
    }

    .left-section h1 {
        font-size: 40px;
    }

    .left-section .content {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .customers-section {
        padding: 20px 0px 50px;
    }

    .customers-section .customer-img {
        max-width: 100%;
    }

    .cta-section {
        padding: 40px 0px;
        margin: 50px 0px;
    }

    .cta-container {
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .cta-container h2,
    h2.title {
        font-size: 32px;
    }

    .button {
        padding: 12px 20px;
    }

    .features-section {
        padding: 0px 0px 30px;
    }

    .features-container {
        padding: 50px 0px 0px;
        grid-column-gap: 0px;
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .features-container h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .features-container ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .stats-section .stats-container {
        padding: 50px 0px 0px;
    }

    .stats-section .stats-container h2.title {
        margin-bottom: 30px;
    }

	

    .stats-blocks {
        grid-column-gap: 0px;
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .stats-blocks .stats-block {
        padding: 20px;
    }

    .stats-blocks .stats-block h3 {
        font-size: 32px;
    }

    .customers-block-section h4 {
        font-size: 20px;
    }

    .customers-blocks .customers-block {
        padding: 0px 30px 30px 30px;
    }

    .customers-blocks {
        margin-top: 30px;
        grid-column-gap: 0px;
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .customers-block .content {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .step-solutions {
        margin-top: 30px;
    }

    .one-stop-solution-section {
        padding: 0px;
    }

    .customers-container {
        padding-bottom: 20px;
    }

    .customers-block .label {
        margin: auto auto 20px;
        font-size: 14px;
        transform: none;
        position: static;
    }

    .faq-section {
        padding: 30px 0px;
    }

    .faq-section .faq-container {
        box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.19);
        padding: 20px;
        border-radius: 16px;
    }

    .faq-section .faq-container .e-n-accordion-item-title .e-n-accordion-item-title-text {
        font-size: 14px !important;
        line-height: 1.4;
		padding-left:0px;
    }

    .faq-section .title {
        margin-bottom: 15px;
    }

    .customers-block-section {
        padding: 0px;
    }
}

.custom-seperator {

    border-bottom: 3.5px solid #f16466;
    width: 240px;
    margin: 0 auto;

}


.nav-tabs1 .link1 {
    color: #B7B7B7;
    background: #F4F4F4;
    border: none;
    margin-right: 14px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 13px;
}

.nav-tabs1 .link1.active {
    color: #fff;
    background-color: #F16465;
}

.tab-content {
    /* padding: 20px; */
    border: 1px solid #ddd;
    border-top: none;
}

.tab-content {
    background-color: #fff5f5;
    /* padding: 40px 40px 0px 40px; */

    border-radius: 10px;
}


@media only screen and (min-width:200px) and (max-width:575px) {
    .features-container h3 {


        line-height: 32px;

        /* text-align: left; */
    }

    .features-container p {
        font-size: 16px;

    }

    .cta-container h2 {

        font-size: 20px;
        line-height: 28px;
    }

    /* .contentr1 {
        padding-left: 0px;
    } */
	
	.nav-tabs1 {
			display: flex;
			flex-wrap: nowrap;
			padding-left: 0;
			margin-bottom: 0;
			list-style: none;
			flex-direction: column !important;
			justify-content: space-between;
			align-content: center;
			align-items: center;
}


}