
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
    url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*, body{
    font-family: 'Proxima Nova Bold';
    font-family: "Lato", sans-serif;
    font-family: "Open Sans", sans-serif;
}
/*Common css*/
html{scroll-behavior:smooth;}
*{margin: 0;padding: 0;box-sizing: border-box;}
a{display: inline-block;outline: none;cursor: pointer;text-decoration: none;}
body a:hover{text-decoration: none;}
p:last-of-type{margin-bottom:0;}
/* body .container{position: relative;  z-index:5;} */
img{max-width: 100%;}
ul, li{
    list-style: none;
    padding: 0;
}
.page-wapper{
    overflow: hidden;
}
h1{
    font-size: 80px;
    line-height: 86px;
    color: #fff;
    font-weight: 900;
    margin: 0px 0px 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Proxima Nova Bold';
}
h1 span{
    color: #F47727;
    font-family: 'Proxima Nova Bold';
}
h2 {
    color: #042729;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    font-family: "Lato", sans-serif;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #042729;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.theam-btn {
    display: inline-block;
    padding: 12px 22px 12px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    border:1px solid #1683C6;
    border-radius: 5px;
    background: #1683C6;
    transition: 0.7s;
}
.theam-btn:hover {
    color: #1683C6 !important;
    background: #fff !important;
    transition: 0.5s ease-out;
    scale: 0.9;
    border:1px solid #1683C6;
}
/* Banner css */
.banner{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cmx-summit-26-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #07070C;
    padding: 40px 0px 270px;
}
.banner .right-logo{
    text-align: right;
}
h3{
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Lato", sans-serif;
}
.banner ul li {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin: 35px 0px 35px;
}
.banner .row:nth-of-type(1){
    padding-bottom: 60px;
}
/* Sec1 Css */
.sec-1{
    background-color: #fff;
    padding: 60px 0px;
}
.sec-1 h4{
    font-size: 30px;
    line-height: 36px;
    color: #042729;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-style: italic;
    margin-bottom: 25px;
}
.sec-1 h4 span, .sec-1 p span{
    font-weight: 700;
}
.sec-1 .row:nth-of-type(2){
    padding-top: 20px;
}
/* Sec2 Css */
.sec-2{
    background-color: #EFFAFC;
    padding: 30px 0px;
}
.sec-2 .outer.right-sliding {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
}
.sec-2 .right-sliding .inner {
    display: flex;
    animation: slidingRight linear 10s infinite;
    align-items: center;
}
.sec-2 .right-sliding .inner > img {
    margin-right: 100px;
}
@keyframes slidingRight{
    0%{transform: translateX(0%);}
    100%{transform: translateX(-100%);}
}
/* Section 3 css */
.sec-3{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cmx-summit-26-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #07070C;
    padding: 60px 0px;
}
.sec-3 h2{
    color: #fff;
}
.inner-box {
    position: relative;
    padding: 40px 32px 60px;
    border-radius: 24px;
    background: linear-gradient(173.18deg, rgba(116, 196, 242, 0.16) -36.8%, rgba(235, 254, 255, 0) 94.66%);
    height: 100%;
}
.inner-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(179.4deg, #7BB9FB -18.13%, rgba(234, 253, 254, 0) 97.22%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.sec3-bx-inn h5{
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
.sec3-bx-inn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.inner-box p{
    color: #DFDFDF;
}
.sec-3 .col-md-4 {
    margin-top: 25px;
}
.sec-3 .row:nth-of-type(2) {
    padding: 0px 100px;
}
/* Sec4 Css */
.sec-4{
    background-color: #fff;
    padding: 60px 0px;
}
.sec-4 ul li .nav-link{
    background-color: #E8F4F6;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #939393;
    font-family: "Open Sans", sans-serif;
    border: 10px;
    padding: 14px 5px;
    width: 250px;
}
.sec-4 ul li .nav-link.active, .sec-4 ul li .show>.nav-link {
    color: #fff !important;
    background-color: #F47727 !important;
    font-weight: 600;
}
.sec-4 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-top: 15px;
}
.sec-4 .tab-content h6{
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 25px 0px 35px;
}
.sec-4 .tab-content{
    padding-top: 55px;
}
.sec-4 .tab-content .row .col-md-6:nth-of-type(2){
    text-align: right;
}
/* Sec5 Css */
.sec-5{
    background-color: #EFFAFC;padding: 50px 0px 20px;
}
.sec5-cnt{
    text-align: center;
    padding-top: 35px;
}
.sec5-cnt img {
    display: block;
}
.claim-gft-list {
    display: none;
}
.sec-5 .claim-gifts {
    position: relative;
    bottom: 50px;
}
.sec-5 .gift-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.sec-5 .gift-li {
    background: #C7EDF4;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    padding: 20px 20px;
    width: 48%;
}
.sec-5 .gift-li h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #201F3B;
    font-family: "Open Sans", sans-serif;
}
.sec-5 .gift-li h5 {
    font-size: 14px;
    line-height: 20px;
    color: #042729;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
/* Sec6 Css */
.sec-6{
    background-color: #201F3B;
    padding: 40px 0px 50px;
    position: relative;
}
.sec-6 h2{
    color: #fff;
}
.sec6-inn {
    background: #1683C6;
    border-radius: 10px;
    padding: 25px 30px;
}
.sec6-inn h5{
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.sec6-inn p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.sec-6 .row:nth-of-type(2){
    padding-top: 10px;
}
.sec-6::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 65px;
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cmx-summit-26-ai-ele1.png');
    background-size: cover;
    width: 30px;
    height: 65px;
}
/* Sec7 Css */
.sec-7{
    background-color: #fff;
    padding: 45px 0px 60px;
}
.sec-7 .capabilities-sc .box-inn {
     margin: 0 15px;
}
.sec-7 .slick-slide img {
    display: inline-block;
}
.sec-7 .capabilities-sc h6 {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    background: #0092DA;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 18px;
}
.sec-7 .capabilities-sc h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 5px 0px 12px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.sec-7 .capabilities-sc p{
    margin-bottom: 0;
}
.sec-7 .capabilities-sc a {
    color: #F47727;
    font-weight: 600;
}
.sec-7 .capabilities-sc a:hover{
    color: #F47727 !important;
}
.sec-7 .cs-feature{
    width: 100%;
}
.sec-7 .capabilities-sc .card-body {
    border: 1px solid #EBEBEB;
    border-radius: 0 0 8px 8px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-7 .slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
    width: 35px;
}
.sec-7 .custom-prev {
    position: absolute;
    left: 0px;
    top: 50%;
}
.sec-7 .custom-next {
    position: absolute;
    right: 0px;
    top: 50%;
}
.sec-7 .capabilities-sc {
    padding: 0 40px;
    margin-top: 15px;
}
/* Section 8 css */
.sec-8{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cmx-summit-26-banner3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #07070C;
    padding: 60px 0px;
}
.sec-8 h2{
    color: #fff;
}
.sec-8 .form-layout {
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px 35px;
    width: 1150px;
    margin: 25px auto 0;
}
.sec-8 h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
}
.sec-8 h5 {
    font-size: 23px;
    line-height: 29px;
    font-weight: 600;
    color: #1C2B41;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}
/* Gift sc css */
.gift-sec img {
    background: #3DC3DD;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -55px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.gift-cta {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
     font-family: "Open Sans", sans-serif;
    color: #fff;
    background: #F47727;
    padding: 10px 22px;
    border-radius: 10px 10px 0px 0px;
    transform: rotate(270deg);
    margin-right: -38px;
}
a:hover {
    color: #fff !important;
}
.gift-sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
section.gift-sc {
    position: fixed;
    top: 72%;
    right: -30px;
}
/* Footer Css */
.footer {
    background-color: #000000;
    padding: 15px 0px;
}
.footer p{
    color: #fff;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.social-icons a {
    border: 0.5px solid #FFFFFF;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Modal Css */
.modal .modal-header {
    padding-top: 25px;
    display: block;
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.modal-header h4 {
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
}
button.btn-close {
    position: absolute;
    right: -6px;
    top: -5px;
    background: no-repeat;
    background-color: #1683C6;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-body {
    padding-block: 20px 25px;
    padding-inline: 22px;
}
.modal .modal-content img, .consultation-ty img{
    max-width: 175px;
    margin: 0 auto 20px;
    display: block;
}
.modal .modal-content  h5, .consultation-ty h5{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #F47727;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.modal .modal-content  p, .consultation-ty p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.btn-close:hover {
    color: #fff;
    opacity: 1;
}
/*-------Form Css------*/
.form-wrap .mktoForm *{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.form-wrap .mktoForm {
  width: 100% !important;
  padding: 0 !important;
}
.form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}

.form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
  width: 100% !important;
}
.form-wrap .mktoFormCol{
  margin: 0 0 20px !important;
  flex: 1;
}
.form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
 display: none;
}
.mktoForm .mktoError .mktoErrorArrow {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 3px!important;
}
.form-wrap .mktoLabel {
   line-height: 19px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 15px;
    color: #333333;
    font-weight: 400 !important;
   width:auto !important;
}
.form-wrap .mktoForm input[type=text], 
.form-wrap .mktoForm input[type=email], 
.form-wrap .mktoForm input[type=number], 
.form-wrap .mktoForm input[type=tel], 
.form-wrap .mktoForm select {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #F5F7FB;
    padding: 12px 26px 10px 15px !important;
    line-height: 1.1 !important;
    font-size: 16px !important;
    color: #ABABAB;
    height: 46px;
    border-radius: 5px;
    font-weight: 500;
    background-image: none !important;
    -webkit-appearance: none;
    border: 1px solid #E4E7EC;
    -moz-appearance: none;
    font-family: "Open Sans", sans-serif !important;
}
.form-wrap .mktoForm select.mktoField {
    background-repeat: no-repeat;
    box-shadow: none;
    padding: 12px 40px 10px 15px !important;
    color: #ABABAB;
    height: 46px;
    background-image:url(https://pages.grazitti.com/rs/690-NGB-767/images/bd-select-arrow-lb.png) !important;
    background-position: center right 15px;
    background-size: 16px;
}
select option {
    margin: 40px;
    background: #fff;
    color: #707070 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    /*background-image: linear-gradient(92deg, #2D3D64 0%, rgba(45, 61, 100, 0.47) 100%);*/
}
select::-ms-expand {
    display: none;
}
.form-wrap .mktoForm .mktoLogicalField {
    width: 100% !important;
    padding: 0px !important;
}
.form-wrap .mktoForm input[type=checkbox]:checked + label:before {
    content: "\2713 ";
}
.form-wrap .mktoForm input[type=checkbox]:checked + label:before, .form-wrap .mktoForm input[type=radio]:checked + label:before {
    text-align: center;
    color: #000;
}
.form-wrap .mktoForm input[type=checkbox] + label:before, .form-wrap .mktoForm input[type=radio] + label:before {
   content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -28px !important;
    line-height: 20px;
    font-size: 15px;
    border-color: transparent;
    box-shadow: none !important;
    border-radius: 3px;
    background: #F5F7FB;
    top: 0px;
    border: 1px solid #D7D7D7;
}
.form-wrap .mktoForm .mktoRadioList > input, .form-wrap .mktoForm .mktoCheckboxList > input{opacity:0;}
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
    margin-left: 28px !important;
    margin-top: -2px;
    margin-bottom: 0.3em;
    line-height: 1.5;
    display: block;
    min-height: 12px;
    color: #000;
    font-size: 20px;
    font-weight: 500 !important;
    cursor: pointer;
}
.form-wrap .mktoForm label#LblconsenttoProcessing {
    display: none;
}
.form-wrap .mktoButtonRow {
  width: 100%;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.form-wrap span.mktoButtonWrap {
  margin: 0 !important;
    width: 100%;
    text-align: center;
    display: block;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, 
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  border-radius: 5px;
    font-size: 20px !important;
    width: auto !important;
    padding: 12px 25px 12px !important;
    text-align: center;
    height: 48px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    min-width: 140px;
    transition: 0.7s ease-out;
    border: 0 !important;
    background: #1683C6 !important;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    /* background: linear-gradient(100deg, #224DBB 8.4%, #FF5C00 45.74%, #FF9A26 106.58%) !important; */
    scale: 0.9;
}
.form-wrap .mktoLabel a u {
    text-decoration: none;
    padding: 0;
}
.form-wrap .mktoForm label a {
    color: #DF7515 !important;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    display: inline;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
  outline: none;
}
.form-wrap .mktoForm .mktoError {
    left: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#ABABAB;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#ABABAB;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#ABABAB;
}
span.mktoErrorDetail {
    color: #fff;
}
.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: auto !important;
    left: -3px !important;
    top: 20px;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus, 
input:-internal-autofill-selected {
    -webkit-text-fill-color: #ABABAB !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.mktoForm select.mktoField {
    -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.mktoCheckboxList .space {
    color: #FF0000 ;
}
.form-wrap .mktoForm .mktoError .mktoErrorMsg {
    display: inline-block;
}
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 16px;
}
.modal .a:hover {
    color: #F47727  !important;
}
/* Media Queary */
@media(max-width:1499px){
.sec-8 .form-layout {
    width: 100%;
}
}
@media(max-width:1399px){
    .banner {
    padding: 40px 0px 170px;
}
h1 {
    font-size: 70px;
    line-height: 78px;
}
h2 {
    font-size: 36px;
    line-height: 42px;
}
.sec-3 .row:nth-of-type(2) {
    padding: 0px 0;
}
.sec-3 .col-md-4 {
    margin-top: 10px;
}
}
@media(max-width:1199px){
    h1 {
        font-size: 55px;
        line-height: 62px;
    }
    h3 {
    font-size: 24px;
    line-height: 30px;
}
.banner ul li {
    font-size: 20px;
    line-height: 26px;
}
.banner ul {
    margin: 30px 0px 29px;
}
h2 {
        font-size: 28px;
        line-height: 34px;
    }
 .sec-1 h4 {
    font-size: 24px;
    line-height: 30px;
}   
.sec3-bx-inn h5 {
    font-size: 18px;
    line-height: 24px;
}
.sec3-bx-inn {
    margin-bottom: 20px;
}
.sec-4 ul li .nav-link {
    font-size: 16px;
    width: 200px;
}
.sec-4 .tab-content h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 22px 0px 30px;
}
.theam-btn {
    font-size: 18px;
}
.sec6-inn p {
    font-size: 16px;
    line-height: 22px;
}
.sec6-inn {
    padding: 20px 20px;
}
.sec-6::after {
    width: 16px;
    height: 34px;
}
.sec6-inn h5 {
    font-size: 24px;
}
.sec-7 .capabilities-sc {
    padding: 0px 25px;
    margin-top: 10px;
}
.sec-7 .slick-arrow {
    width: 28px;
}
.sec-7 .capabilities-sc h3 {
    font-size: 14px;
    line-height: 20px;
}
.sec-8 h3 {
    font-size: 20px;
    line-height: 26px;
}
.sec-8 h5 {
    font-size: 20px;
    line-height: 26px;
}
}
@media(max-width:991px){
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .banner ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .banner ul {
        gap: 35px;
    }
    .theam-btn {
        font-size: 16px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec-1 .col-md-7, .sec-1 .col-md-5{
        width: 100%;
        text-align: center;
    }
    .sec-3 .col-md-4{
        width: 50%;
    }
    .sec-4 .tab-content h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .sec-5 .claim-gifts {
    bottom: 40px;
}
.sec5-cnt {
    padding-top: 15px;
}
.sec6-inn {
        padding: 20px 10px;
    }
    .sec6-inn p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-8 h3 {
        font-size: 18px;
        line-height: 24px;
    }
.sec-1 .col-md-5 img{
    margin-bottom: 30px;
}  
.sec-8 .form-layout {
    padding: 25px 25px 30px;
}
}
@media(min-width:767px){
 .meet-popup .form-wrap .mktoFormRow:nth-of-type(-n+6) {
        width: calc(50% - 10px);
        float: left;
        clear: none;
}
.meet-popup .form-wrap .mktoFormRow:nth-of-type(2), .meet-popup .form-wrap .mktoFormRow:nth-of-type(4), .meet-popup .form-wrap .mktoFormRow:nth-of-type(6) {
        margin-left: 20px;
    }   
.mktoForm .mktoFormRow {
    display: flex !important;
    flex-wrap: wrap !important;
}    
.sec-8 .form-wrap .mktoFormRow:nth-of-type(-n+4) {
        width: calc(50% - 10px);
        float: left;
        clear: none;
}
.sec-8 .form-wrap .mktoFormRow:nth-of-type(2), .sec-8 .form-wrap .mktoFormRow:nth-of-type(4) {
        margin-left: 20px;
    }
.offer-popup .mktoFormRow .mktoFormCol:nth-of-type(2), .offer-popup .mktoFormRow .mktoFormCol:nth-of-type(4), .offer-popup .mktoFormRow .mktoFormCol:nth-of-type(6), .offer-popup .mktoFormRow .mktoFormCol:nth-of-type(8){
    margin-left: 20px !important;
}
}
@media(max-width:767px){
    .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    left: -4px !important;
    top: 16px;
}
    .sec-8 h2 br{
        display: none;
    }
    .social-icons {
    justify-content: center;
    margin-top: 15px;
}
    .footer p {
    text-align: center;
}
    .sec-8 {
    padding: 40px 0px;
}
    .sec-7 {
    padding: 45px 0px 40px;
}
    .sec-5 .claim-gifts {
        margin-top: 15px;
        bottom: 0;
    }
.banner .col-md-6{
    width: 50%;
}
.banner .right-logo img {
    width: 120px;
}
h1 {
        font-size: 36px;
        line-height: 42px;
}
h2 {
        margin: 0 0 15px;
    }
.sec-1 {
    padding: 40px 0px;
}
.sec-1 h4 {
        font-size: 20px;
        line-height: 26px;
    }
.sec-2 .right-sliding .inner > img {
    margin-right: 25px;
    max-width: 150px;
}    
.sec3-bx-inn {
        margin-bottom: 15px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
}
.inner-box {
    padding: 30px 20px 30px;
}
    .sec-4 ul li .nav-link {
        font-size: 14px;
        width: 150px;
    }
    .sec-4 ul {
    gap: 15px;
}
.sec-4 .tab-content .row .col-md-6:nth-of-type(2) {
    text-align: center;
    margin-top: 25px;
}
.sec-4 .tab-content {
    padding-top: 40px;
}
.sec-4 .tab-content h6 {
        margin: 20px 0px 20px;
    }
    .sec-3 {
    padding: 40px 0px;
}
.sec-4 {
    padding: 40px 0px;
}
.sec-5 {
    padding: 40px 0px;
}
.claim-gft-list{
    display: block;
}
.offer-web{
    display: none !important;
}
    .sec-6 {
    padding: 40px 0px 40px;
}
.sec-6 .col-md-3 {
    width: 50%;
    margin-top: 20px;
}
.sec-6 .row:nth-of-type(2) {
    padding-top: 0px;
}
.sec-6 h2 {
    margin-bottom: 0;
}
.form-wrap .mktoForm input[type=text], .form-wrap .mktoForm input[type=email], .form-wrap .mktoForm input[type=number], .form-wrap .mktoForm input[type=tel], .form-wrap .mktoForm select {
    padding: 10px 26px 10px 15px !important;
    font-size: 14px !important;
    height: 40px;
    font-weight: 400;
}
.form-wrap .mktoForm select.mktoField {
    padding: 10px 40px 10px 15px !important;
    height: 40px;
    background-size: 14px;
}
.modal .modal-body {
    padding-block: 15px 20px;
    padding-inline: 15px;
}
.form-wrap .mktoFormCol {
    margin: 0 0 15px !important;
}
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
    font-size: 10px;
    line-height: 14px;
    margin-left: 20px !important;
}
.form-wrap .mktoForm input[type=checkbox] + label:before, .form-wrap .mktoForm input[type=radio] + label:before {
    width: 16px;
    height: 16px;
    margin-left: -20px !important;
    line-height: 15px;
    font-size: 10px;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    font-size: 16px !important;
    height: 42px;
}
.modal .modal-content p, .consultation-ty p {
    font-size: 16px;
    line-height: 20px;
}
.modal .modal-content h5, .consultation-ty h5 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}
}
@media(max-width:575px){
    .sec-8 .form-layout {
    padding: 20px 15px 25px;
}
.banner .row:nth-of-type(1) {
    padding-bottom: 35px;
}
.banner .right-logo img {
    width: 75px;
}
h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .banner ul {
        gap: 15px;
        flex-direction: column;
        margin: 20px 0px 20px;
    }
    .theam-btn {
        font-size: 14px;
        padding: 10px 22px 10px;
    }
    .banner {
        padding: 25px 0px 125px;
    }
    .sec-1 h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
    .sec-1 .col-md-5 img {
        margin-bottom: 20px;
    }
    .sec-3 .col-md-4 {
        width: 95%;
        margin: 0 auto 15px;
    }
    .sec3-bx-inn h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-3 {
        padding: 40px 0px 20px;
    }
        .sec-4 ul li .nav-link {
        width: 120px;
        padding: 12px 5px;
    }
    .sec-4 ul {
    gap: 20px;
    padding-top: 0;
}
    .sec-4 .tab-content {
        padding-top: 30px;
    }
    .sec-4 .tab-content .row .col-md-6:nth-of-type(1) img{
    width: 150px;
}
.sec-5 .gift-li h4 {
    font-size: 16px;
    line-height: 22px;
}
.sec-5 .gift-li {
    width: 95%;
    margin: 0 auto;
    height: auto !important;
}
.sec5-cnt {
        padding-top: 0;
    }
    .sec6-inn p {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-6::after {
       display: none;
    }
    .sec-7 .capabilities-sc {
        padding: 0px 20px;
    }
    .sec-8 h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-8 h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .social-icons a {
    width: 28px;
    height: 28px;
    padding: 5px;
}
.sec-8 .form-layout {
    margin: 15px auto 0;
}
.modal-header h4 {
    font-size: 16px !important;
}
button.btn-close {
    font-size: 12px;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
}
}