* {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.12px;
    font-weight: 700;
    color: #121943;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

img {
    width: 100% !important;
}

strong {
    font-weight: bold;
}

.container-fluid {
    padding: 0;
}
.mktoGen.mktoImg {
    display: block !important;
}
.hidebr{display: block;}
/* General css*/
h1, .h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #121943;
}

h2,
.h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #F2EEED;
}

h3,
.h3 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: #182A53;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #182A53;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #182A53;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #121943;
}

p {
    font-size: 16px;
    line-height: 28px;
	font-weight: 400;
    color: #F2EEED;
}

ul{
    padding: 0;
}

ul li {
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
    font-weight: 400;
    color:#ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

/* header css*/
.hlogo img{max-width: 200px;}
/* banner css*/
.banner-content {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: flex-start;
    position: relative;
}
.banner-content img {
    max-width: 660px;
    position: absolute;
    left: 0px;
    top: 56%;
    transform: translateY(-50%);
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}
.b-righttext {
    max-width: 400px;
    z-index: 1;
    padding-bottom: 90px;
    padding-top: 110px;
}
.banner p{color: #121943;}
/* sec1*/
.sec1right img {
    height: 568px;
    object-fit: cover;
    border-top-right-radius: 50px;
}
span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    opacity: 1;
    margin-right: 8px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2e5fe8;
    opacity: 1;
}
span.swiper-pagination-bullet {
        background: #b2c4f5;
        opacity: 0.6;
        border-radius: 50%;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: unset !important;
    top: unset !important;
    left: unset !important;
}
/* sec1*/
.l-text h2 {
    font-size: 36px;
    line-height: 48px;
    color: #F2EEED;
    font-weight: 700;
}
/* sec2*/
.sec2 ul {
    padding-bottom: 30px;
    padding-left: 20px;
}
.sec2 ul li{list-style-type: disc !important;}
/* section 3 css*/
.swiper img {
    max-width: 42px;
    margin: 0 auto;
}
.swiper1 {
    width: 100%;
    height: 100%;
    padding: 6% 0 6% !important;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 0 80px 0 80px;
    overflow: visible !important;
}
.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.swiper1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #56C2BC;
    opacity: 1;
}
.swiper1 span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    opacity: 1;
    border: 2px solid #182A53;
}
.review__content_container {
    width: 70%;
    margin: auto;
    display: inline-grid;
}
h3.review__content {
    font-style: normal;
    line-height: 55px;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 40px;
    padding-top: 40px;
}
p.quotation-mark {
    font-size: calc(1.6875rem + 3.28125vw);
    color: #03d37b;
    line-height: 90px;
}
h5.review__author {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.12px;
}
.swiper1 .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: calc(1.3rem + 0.375vw);
}
.swiper1 .swiper-button-prev {
    padding: 1rem;
    background-color: #DD037F;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin: auto;
    left: 60px !important;
}
.swiper1 .swiper-button-next {
    padding: 1rem;
    background-color: #DD037F;
    color: #ffffff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin: auto;
    right: 80px !important;
}
/* sec4*/
.sec4text h3 {
    padding-bottom: 15px;
    color: #121943;
}
.it-outer {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.it-wrapper {
    display: flex;
    gap: 40px;
}
.sec4image img {
    width: auto !important;
}
.sec4text p{color:#121943;}
/* sec5*/
.sec5heading h2 {
    color: #182A53;
    text-align: center;
}
.swiper2 img.small-logo {
    max-width: 140px !important;
}
.swiper2 img {
    max-width: 200px !important;
}
.swiper2 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0 0;
}
/* sec6*/
.sec6wrapper {
    display: flex;
    max-width: 1030px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
/* footer*/
footer img {
    max-width: 200px;
}

/* media queries*/
@media only screen and (min-width:1400px)
{
    .b-righttext {
    max-width: 550px;
}
.sec3 {
    background-position: 80% 20% !important;
}
}
@media only screen and (min-width:992px) and (max-width:1199px)
{
   .banner-content img {
    max-width: 550px;
    position: absolute;
    left: 0px;
    top: 52%;
    transform: translateY(-50%);
}
h1, .h1 {
    font-size: 40px;
    line-height: 50px;
}
h2, .h2 {
    font-size: 40px;
    line-height: 50px;
}
h3.review__content {
    line-height: 41px;
    font-size: 36px;
}
h5.review__author {
    font-size: 16px;
    line-height: 24px;
}
.sec6wrapper {
    max-width: 870px;
}
.l-text h2 {
    font-size: 30px;
    line-height: 40px;
}
.swiper2 .swiper-wrapper {
    padding: 60px 0 0;
}
.banner {
    padding: 50px 0px 70px;
}
.b-righttext {
    max-width: 360px;
    padding-top: 0;
}
}
@media screen and (min-width:768px) and (max-width:991px)
{
    .banner-content {
    gap: 50px;
    align-items: center;}
.banner {
    padding: 30px 0px 0px !important;
}
section.sec1 {
    padding: 70px 0px 10px !important;
}
.banner-content img {
    max-width: 360px !important;
}
.sec3 {
    padding: 30px 0 70px !important;
}
}
@media only screen and (max-width:991px)
{
    
.banner-content img {
    max-width: 560px;
    position: unset;
    left: 0px;
    transform: none !important 
}
h1, .h1 {
    font-size: 36px;
    line-height: 41px;
}
h2, .h2 {
    font-size: 29px;
    line-height: 40px;
}
h3, .h3 {
    font-size: 26px;
    line-height: 32px;
}
.sec2 ul {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.sec1right {
    padding-left: 0;
}
h3.review__content {
    line-height: 32px;
    font-size: 26px;
}
h5.review__author {
    font-size: 16px;
    line-height: 24px;
}
.b-righttext {
    padding-bottom: 60px;
    padding-top: 0;
}
.l-text h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
section.sec6 {
    padding: 30px 0 50px;
}
.sec6wrapper {
    flex-direction: column;
    gap: 30px;
}
.sec2 {
    padding: 30px 0 40px !important;
}
.sec2lefttext {
    padding-bottom: 40px;
}
.sec1righttext {
    padding-bottom: 60px;
}
.swiper1 .swiper-button-next {
    display: none;
}
.swiper1 .swiper-button-prev {
    display: none;
}
.review__content_container {
    width: 90%;
}
.swiper1 .swiper-slide {
    padding-bottom: 20px;
}
footer {
    padding: 40px 0 40px !important;
}
}
@media screen and (max-width:767px)
{
    .swiper2 .swiper-wrapper {
    padding: 0;
}
    section.sec1 {
    padding: 50px 0px 30px !important;
}
    .banner-content {
    flex-direction: column;
    align-items: center;
}
    .it-wrapper {
    flex-direction: column;
    align-items: center;
}
.sec3 {
    padding: 30px 0 60px !important;
}
.sec4text {
    text-align: center;
}
section.sec4 {
    padding: 40px 0 !important;
}
section.sec5 {
    padding: 50px 0 30px !important;
}
}