html {
    scroll-behavior: smooth;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 38px;
    font-weight: 400;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    color: #001822;
    letter-spacing: 0.5px;
    background: #F6F8FE;
}

.email_and_partner {
    display: flex;
    align-items: center;
}

.email_and_partner a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 35px 0px 0;
    background: #f1efef;
    padding: 8px 10px;
    border-radius: 7px;
}

.email_and_partner a img {
    height: 24px;
    margin-right: 10px;
}

.part_logo img {
    border-radius: 5px;
    margin: 0 0 0 10px;
    height: 47px;
}

.section-one-overlay {
    background: rgba(0, 0, 0, 0.21);
    padding: 65px 0;
}

.section-one-overlay h1 {
    font-size: 40px;
    font-weight: 600;
}

.section-one-overlay p {
    font-size: 18px;
}
.section-one-overlay ul {
    margin: 0 0 35px 0;
}
.section-one-overlay ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
    margin: 5px 0;
    font-weight: 400;
}
.section-one-overlay .btn.btn-primary.btn-lg {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    background: #FF3968;
    border: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.section-one-overlay .btn.btn-primary.btn-lg:hover {
    background: #191B40;
}
/*.h2_title {
    font-size: 35px;
    font-weight: 500;
    color: #2c2c2c;
}*/
.h2_title{
     font-size: 30px;
    font-weight: 500;
    color: #191B40;
}
.h2_title span{
    color:#ff3968;
    font-weight: 600;
}
.card_mk_chal img {
    width: 43px;
}

.card_mk_chal {
    display: flex;
    align-items: center;
    padding: 25px 15px;
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    min-height: 197px;
}

.card_mk_chal figure {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
}

.card_mk_chal h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.card_mk_chal p {
    font-size: 15px;
}

.section-four {
    background: #fff;
}

.client_swiper figure {
    padding: 5px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.client_swiper figure img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.slider_btn {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.slider_btn .btn_swiper::after {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.slider_btn .btn_swiper {
    position: unset;
    margin: 0;
    width: 48px;
    height: 26px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 35px;
}

.slider_btn .btn_swiper.swiper-button-prev {
    margin: 0 12px 0 0;
}

.bullet_bg {
    padding: 80px 0;
/*    background: rgba(0, 0, 0, 0.79);*/
background: rgba(246, 248, 254, 0.87);
}

.bullet_bg h2.h2_title {
    color: #000;
}

.bullet_bg p {
    color: #000;
}

.bullet_bg ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bullet_bg ul li {
    color: #000;
    font-size: 16px;
    width: 49%;
    margin: 10px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.bullet_bg ul li::before {
    content: "";
    color: #fff;
    font-size: 15px;
    width: 8px;
    height: 8px;
    background: #FF3968;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.innovators_card {
    background: #fff;
    margin: 10px 0 0 0;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 25px;
    min-height: 455px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.innovators_card:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
/*	background: #e60809;*/
background-image: linear-gradient(to right, #f6f8fe, #f6f5fd, #f8f2fa, #fbeef6, #fdebf0);
}
.innovators_card:hover h3,
.innovators_card:hover figcaption,
.innovators_card:hover ul li,
.innovators_card:hover ul li span {
	color: #000;
}

.innovators_card figure {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
}

.innovators_card figure img {
    width: 40px;
}

.innovators_card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 15px 0;
}

.innovators_card figcaption {
    padding-top: 20px;
    border-top: 1px solid #cecece;
    margin-top: 20px;
}

.innovators_card ul li {
    font-size: 14px;
    margin: 10px 0;
    padding-left: 35px;
    position: relative;
}

.innovators_card ul li::before {
    content: "";
    background: #eee url(../images/tick.svg) no-repeat center center;
    width: 25px;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: 15px;
}

.innovators_card ul li span {
    font-weight: 600;
}

.are_ready_box {
    text-align: center;
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.03) 0px 7px 29px 0px;
}

.are_ready_box a {
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 59px;
	background: #e60809;
	border: none !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: inline-block;
	color: #fff;
	margin: 32px 0 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.are_ready_box a:hover {
    background: #1331a2;
}

footer {
	background: black;
	padding: 15px 0;
}
.social_icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer p {
	color: #fff;
	font-size: 14px;
}
.footer_button {
	background: #FF3968;
	padding: 12px 1px;
	width: 85%;
	display: block;
	text-align: center;
	border-radius: 5px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer_button:hover {
    background: #1331a2;
}
.social_icon ul{
    list-style: none;
}
    .social_icon li a {
	width: 35px;
    max-width: 35px;
    min-width: 35px;
	height: 35px;
    max-height: 35px;
    min-height: 35px;
	display: block;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	margin: 0 0 0 9px;
}
.form_inn {
	max-width: 500px;
	margin-left: auto;
	display: block;
	padding: 25px;
	background: #fff;
	border-radius: 15px;
}
.form_inn h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 7px 0;
}
.form_inn p {
    font-size: 15px;
    margin: 0 0 12px 0;
}
.form_inn .form-control_1 {
	width: 100%;
	font-size: 15px;
	background: transparent;
	padding: 10px 10px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin: 6px 0;
	font-size: 14px;
	resize: none;
    color: #001822;
}
.form_inn #bdgt.form-control_1 {
    background: url(../images/slect_arow_down.png) 0 0 no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 18px;
    background-position: 98% 50%;
    color: #001822;
}
#formsubmit {
	width: 100%;
	background: #FF3968;
	border: none;
	padding: 12px;
	border-radius: 6px;
	margin: 15px 0 0 0;
	font-size: 15px;
	font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#formsubmit:hover {
    background: #191B40;
}


.thank_sec_a h1 {
    font-size: 35px;
    text-align: center;
}
.thank_sec_a p {
    text-align: center;
    margin: 15px auto 0;
    max-width: 702px;
    font-size: 15px;
    color: #000;
}
.thank_sec_a p a {
    color: #FF3968;
}
.thank_sec_b {
    background: #e7e7e7;
}
.thank_sec_b h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.thank_sec_b h3 a {
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 25px 0 0 0;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}
.thank_sec_c h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.thank_sec_c h3 span {
    color: #e60809;
}
.thank_sec_c h3 a {
    color: #0283fe;
}
#mobile_bnr{
    display: none;
}

.banner_below_sec_text {
    max-width: 1130px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: linear-gradient(to right, #f6f8fe, #f6f5fd, #f8f2fa, #fbeef6, #fdebf0);
    padding: 57px;
    border-radius: 12px;
}

.banner_below_sec_text p {
    font-weight: 400;
    color: #001822;
    line-height: 1.5;
    font-size: 21px;
}
.client_box {
    padding: 15px;
    border: 1px solid #0018221f;
    text-align: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.client_box figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px;
    background: #f6f8fe;
    border-radius: 12px;
    transform: translateX(0%) translateY(100%);
    transition: all 0.2s ease;
}
.client_box:hover figcaption {
    transform: translateX(0%) translateY(0%);
}
/*.client_boxes {
    gap: 15px;
}*/
.client_box figcaption p {
    margin: 0;
    font-size: 14px;
}
.client_boxes .swiper_btn, .why_choose_slider .swiper_btn {
    justify-content: center;
    margin: 30px 0 0 0;
}
/*.client_box {
    width: 19%;
}*/

.client_box p {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin: 15px 0 0 0;
}

.swiper_btn {
    display: flex;
    align-items: center;
}

.swiper_btn .btn_slider {
    position: unset;
    margin: 0 0px 0 10px !important;
}

.swiper_btn .btn_slider::after{
    display: none;
}

.swiper_btn .btn_slider.swiper-button-prev {
    margin-right: 10px;
    background: url(../images/prev.svg) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 100%;
}

.swiper_btn .btn_slider.swiper-button-next {
    margin-left: 10px;
    background: url(../images/next.svg) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 100%;
}
.banner_below_sec_text p span {
    color: #FF3968;
}
.section-five-content {
    max-width: 976px;
    margin: 0 auto;
    width: 100%;
    gap: 40px;
}

.section-five-box {
    flex: 1;
    padding: 40px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.section-five-box h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0 0 32px 0;
}

.section-five-box ul {
    margin: 20px 0 0 0;
}

.section-five-box ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 25px 0;
    padding-left: 40px;
    position: relative;
}

.colour_one {
    background: #FEF2F2;
    border: 1px solid #FCDFDF;
}

.colour_two {
    background: #F0FDF4;
    border: 1px solid #BBEBCA;
}

.colour_one ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/cross.svg) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100%;
}

.colour_two ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/right.svg) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100%;
}
.section-seven-new{
    background: #fff;
}

.section-seven-content-box {
    padding: 3rem;
    background-image: linear-gradient(to right, #f6f8fe, #f6f5fd, #f8f2fa, #fbeef6, #fdebf0);
    border-radius: 12px;
}

.section-seven-content-box-two {
    gap: 94px;
}

.section-seven-content-box-two-left {
    flex: 1;
}

.section-seven-content-box-two-right {
    flex: 1;
    padding: 45px;
    background: #fff;
    border-radius: 12px;
}

.section-seven-content-box-two-left .section-six-box-content-list figure {
    background: #FCDFDF;
}

.section-seven-content-box-two-right ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 25px 0;
    padding-left: 40px;
    position: relative;
}

.section-seven-content-box-two-right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/check_red.svg) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100%;
}

.section-seven-content-box-two-right h2 {
    font-size: 30px;
    font-weight: 500;
}

.section-seven-content-box .btn_fill {
    transition: all 0.2s ease-in-out;
    background-color: #FF3968;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 6px;
    border: 1px solid #FF3968;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: var(--title-font);
    display: block;
    margin: 0 auto;
    width: 275px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.section-seven-content-box .btn_fill:hover{
   background-color: #17193E;
  border-color: #17193E;
  color: #fff;
}
.section-six-box-content-list {
    display: flex;
    margin: 40px 0 50px 0;
}
.section-six-box-content-list figure {
    width: 58px;
    max-width: 58px;
    min-width: 58px;
    height: 58px;
    max-height: 58px;
    min-height: 58px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    background: #E2E6F4;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.section-seven-content-box-two-left .section-six-box-content-list figure {
    background: #FCDFDF;
}
.section-six-box-content-list figcaption h3 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 0;
}
.section-six-box-content-list figcaption p {
    font-size: 15px;
    font-weight: 400;
    color: #46476C;
}
.section-seven-content-box .h2_title {
    font-size: 30px;
    font-weight: 400;
}
.section-seven-content-box .h2_title span {
    color: #F93765;
    font-weight: 600;
    line-height: 1.5;
}
.section-seven-content-box .btn_fill {
    transition: all 0.2s ease-in-out;
    background-color: #FF3968;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 6px;
    border: 1px solid #FF3968;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: var(--title-font);
    display: block;
    margin: 0 auto;
    width: 275px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.section-seven-content-box .btn_fill:hover {
    background-color: #17193E;
    border-color: #17193E;
    color: #fff;
}
.section-four-box {
    text-align: center;
    padding: 20px;
/*    background-image: linear-gradient(to right, #f6f8fe, #f6f5fd, #f8f2fa, #fbeef6, #fdebf0);*/
background: #fdebf0;
    border-radius: 12px;
    flex: 1;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    min-height: 340px;
}
.section-four-box img{
    border-radius: 12px;
}
.section-four-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 25px 0 0 0;
    line-height: 24px;
}
.section-six-new{
    background: #fff;
}

.section-six-box-image {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
}

.section-six-new .btn_fill {
    transition: all 0.2s ease-in-out;
    background-color: #FF3968;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 6px;
    border: 1px solid #FF3968;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
    margin: 0 auto;
/*    width: 275px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
}


.section-six-new .btn_fill:hover{
    background-color: #17193E;
  border-color: #17193E;
  color: #fff;
}
#ban_cap {
    transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
}
.btn.btn_whats_app_fixed img {
    height: 30px;
    margin: 0 0 0 10px;
}
.btn.btn_whats_app_fixed {
    background: #127e05 !important;
    position: fixed;
    top: 50%;
    z-index: 9;
    transform: rotate(-90deg);
    right: -47px;
    padding: 8px 13px;
    color: #fff !important;
    display: flex;
    align-items: center;
    border-radius: 6px 6px 0 0;
}
#smallModal {
    width: 100%;
    max-width: 350px;
}
#pricing_modal .modal-content {
    padding: 0;
    text-align: center;
}
#pricing_modal .modal-header {
    padding: 0;
    border: none;
}
#pricing_modal .modal-body {
    position: relative;
    padding: 20px;
}
.modal_p_form .form-control {
    padding: 10px 6px;
    height: auto;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.modal_p_form label {
    font-weight: 300;
    font-size: 14px;
    display: block;
    text-align: left;
    margin: 10px 0 9px 0;
}
.modal_p_form .btn.btn-primary {
    padding: 10px 51px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ff3968;
    display: block;
    margin: 15px 0 0 0;
    border-radius: 8px;
    border: none;
    font-size: 15px;
}
#pricing_modal .modal-header .btn-close {
    position: absolute;
    background-color: #ff3968;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: -15px;
    top: 0;
}
#bdgt_mod {
    background: #fff url(../images/slect_angle_modal.png)0 0 no-repeat;
    background-size: 12px;
    background-position: 97% 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*media*/
/*media*/
/*media*/


@media screen and (min-width: 1199px) and (max-width: 1366px) { 
.section-one-overlay h1 {
    font-size: 33px;
}
.banner_below_sec_text {
    padding: 35px;
}
.client_box {
    padding: 30px 15px;
}
.card_mk_chal {
    padding: 25px 45px;
}
.innovators_card {
    min-height: 473px;
}
.section-seven-content-box-two-right {
    padding: 25px;
}
.section-four-box {
    min-height: 312px;
}
}


@media screen and (max-width: 1024px) {
.card_mk_chal p {
    font-size: 14px;
}
.innovators_card {
    min-height: 536px;
}
.section-seven-content-box .h2_title br {
    display: none;
}
.section-seven-content-box-two-right {
    padding: 25px;
}
.section-seven-content-box-two-right h2 {
    font-size: 24px;
}
.section-one-overlay h1 {
    font-size: 32px;
}
.section-four-box {
    min-height: 295px;
}
.footer_button {
    width: 100%;
}
}


@media screen and (max-width: 767px) {
.pt-5{
    padding-top:30px !important ;
}
.pb-5{
    padding-bottom:30px !important ;
}
.mt-5{
    margin-top:30px !important ;
}
.mb-5{
    margin-bottom:30px !important ;
}
#mobile_bnr {
    display: block;
}
#mobile_bnr .section-one-overlay {
    padding: 30px 0;
}
.section-one-overlay h1 {
    font-size: 25px;
}
.section-one-overlay p {
    font-size: 15px;
}
#desktop_bnr {
    background: #fff !important;
}
#desktop_bnr {
    background: #fff !important;
}
#desktop_bnr .section-one-overlay {
    padding: 30px 0;
    background: #fff;
}
#desktop_bnr .section-one-overlay h1,
#desktop_bnr .section-one-overlay p,
#desktop_bnr .section-one-overlay h6,
#desktop_bnr .section-one-overlay ul,
#desktop_bnr .section-one-overlay .btn.btn-primary.btn-lg {
   display: none;
}
.form_inn {
    max-width: 100%;
    background: #f4f4f4;
}
.h2_title {
    font-size: 23px !important;
}
.card_mk_chal h3 {
    font-size: 17px;
}
.card_mk_chal p {
    font-size: 14px;
}
.card_mk_chal img {
    width: 30px;
}
p {
    font-size: 14px;
}
p br{
    display: none;
}
.bullet_bg ul {
    gap: 0;
}
.bullet_bg ul li {
    font-size: 14px;
    width: 100%;
}
.bullet_bg {
    padding: 35px 0;
}
.innovators_card {
    min-height: auto;
}
.innovators_card h3 {
    font-size: 18px;
}
.section-seven.pt-5.pb-5 {
    padding-top: 0 !important;
}
footer p {
    font-size: 14px;
    text-align: center;
}
.footer_button {
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
}
.social_icon {
    justify-content: center;
}
.social_icon li a {
    margin: 0 5px;
}
.bg-header.py-3 .d-flex.align-items-center.justify-content-between {
    display: block !important;
}
.logo_lp {
    height: auto !important;
    width: 162px;
    margin: 0 auto;
    display: block;
}
.part_logo {
    display: flex;
}
.email_and_partner {
    margin: 15px 0 0 0;
}
.email_and_partner a {
    font-size: 14px;
    margin: 0 12px 0px 0;
}
.form_inn h2 {
    font-size: 19px;
}
.section-three.pt-5.pb-5 {
    padding-top: 0 !important;
}
.are_ready_box a {
    margin: 15px 0 0 0;
}
.are_ready_box {
    padding: 20px;
}
.banner_below_sec_text {
    padding: 25px;
}
.banner_below_sec_text p {
    font-size: 18px;
}
.h2_title br {
    display: none;
}
.client_box {
    margin: 0 2px;
}
.card_mk_chal p {
    font-size: 14px;
}
.section-five-content {
    display: block !important;
}
.section-five-box {
    padding: 25px;
}
.section-five-box.colour_two {
    margin: 25px 0 0 0;
}
.section-seven-content-box {
    padding: 25px;
}
.section-seven-content-box-two {
    display: block !important;
}
.section-seven-content-box-two-right ul li {
    font-size: 14px;
    margin: 19px 0;
    padding-left: 35px;
    position: relative;
}
.section-four-box {
    min-height: auto;
}
.section-six-new .section-six-box-content {
    margin: 25px 0 0 0;
}
.section-six-box-content-list {
    margin: 25px 0 25px 0;
}
.section-five-box ul li {
    font-size: 14px;
    margin: 15px 0;
    padding-left: 35px;
}
.section-five-box h2 {
    margin: 0 0 20px 0;
}
.bullet_bg h6 {
    margin-bottom: 15px !important;
}
.section-seven-content-box-two-right h2 {
    font-size: 18px;
}
 .btn_fill {
    font-size: 14px !important;
}
#smallModal {
    width: 85%;
    max-width: 85%;
    margin: 35px 0 0 25px;
}
.innovators_card {
    margin: 15px 0 0 0 !important;
}
}


@media screen and (max-width: 575px) {
.section-seven-content-box-two-right ul li {
    margin: 19px 0 0 0;
}
.email_and_partner {
    display: block;
}
.part_logo {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}
.email_and_partner a {
    margin: 0;
    justify-content: center;
}
.swiper_btn .btn_slider.swiper-button-prev,
.swiper_btn .btn_slider.swiper-button-next {
    width: 30px;
    height: 30px;
}
.section-six-box-image {
    max-width: 250px;
}
.btn_fill {
    padding: 11px !important;
    width: 100%;
}
}