*, body{
    font-family: "Poppins", sans-serif;
    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: 64px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
h1 span{
    color: #FF6C57;
    font-family: "Poppins", sans-serif;
}
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/gainsight-pulse-ev-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #4a223d;
    padding: 40px 0px 280px;
}
.banner .right-logo{
    text-align: right;
}
.banner ul li {
    font-size: 22px;
    line-height: 1.2;
    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: 30px 0px 38px;
}
.banner .row:nth-of-type(1){
    padding-bottom: 65px;
}
/* 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;
}
.sec-1 a {
    margin-top: 25px;
}
.sec-1 ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/gainsight-pulse-ev-arrow-right.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #042729;
    text-align: left;
}
.sec-1 ul li:last-child{
    padding-bottom: 8px;
}
/* Sec2 Css */
.sec-2{
    background-color: #F7F7F7;
    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/gainsight-pulse-ev-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0f0d31;
    padding: 60px 0px;
}
.sec-3 h2{
    color: #fff;
}
.inner-box {
    position: relative;
    padding: 40px 32px 60px;
    border-radius: 24px;
    background: linear-gradient(191.01deg, rgba(250, 82, 89, 0.1) 9.43%, rgba(250, 82, 89, 0) 55.21%);
    height: 100%;
}
.inner-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(180deg, #FA5259 0%, rgba(250, 82, 89, 0) 69.12%);
    -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: 16px 0px 7px;
}
.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: #FFF5F1;
    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: #FF6C57 !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: 16px;
    line-height: 26px;
    color: #333333;
    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: #FFF5F1;
    padding: 50px 0px 60px;
}
.sec5-cnt{
    text-align: center;
    padding-top: 35px;
}
.sec5-cnt img {
    display: block;
    margin: 0 auto 25px;
}
.claim-gft-list {
    display: none;
}
.sec-5 .gift-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.sec-5 .gift-li {
    background: #301839;
    border: 1px solid #F45158;
    border-radius: 10px;
    padding: 20px 20px;
    width: 48%;
    display: flex;
    flex-direction: column;
}
.sec-5 .gift-li h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.sec-5 .gift-li h5 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
/* Sec6 Css */
.sec-6{
    background: linear-gradient(360deg, #CD4E5D -53.07%, #0F0D31 26.87%);
    padding: 40px 0px 50px;
    position: relative;
}
.sec-6 h2{
    color: #fff;
}
.sec6-inn {
    position: relative;
    background: linear-gradient(191.01deg, rgba(250, 82, 89, 0.1) 9.43%, rgba(250, 82, 89, 0) 55.21%);
    height: 100%;
    border-radius: 10px;
    padding: 25px 30px;
}
.sec6-inn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(180deg, #FA5259 0%, rgba(250, 82, 89, 0) 69.12%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.sec6-inn h5{
    font-size: 32px;
    line-height: 1.2;
    color: #FF6C57;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.sec6-inn p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.sec-6 .row:nth-of-type(2){
    padding-top: 10px;
}
/* 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: #F45158;
    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: #1683C6;
    font-weight: 600;
}
.sec-7 .capabilities-sc a:hover{
    color: #1683C6 !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, .sec-9 .slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
    width: 35px;
}
.sec-7 .custom-prev, .sec-9 .custom-prev{
    position: absolute;
    left: 0px;
    top: 50%;
}
.sec-7 .custom-next, .sec-9 .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/gainsight-pulse-ev-banner5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #100e33;
    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;
}
/* Section 9 css */
.sec-9{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/gainsight-pulse-ev-banner3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px;
    background-color: #FFF5F1;
}
.sec-9 .sec3-bx-inn h5 {
    color: #333;
}
.sec-9 p{
    color: #333;
}
.sec-9 .enhancements .inner-box {
    margin: 0 15px;
}
.sec-9 .enhancements{
    padding: 0 40px;
    margin-top: 15px;
}
.sec-9 ul li{
    background: #1683c654;
    border-radius: 50px;
    width: 12px;
    height: 12px;
}
.sec-9 ul .slick-active{
    background: #1683C6;
    border-radius: 50px;
    width: 12px;
    height: 12px;
}
.sec-9 .slick-dots button {
    display: none !important;
}
.sec-9 .inner-box {
    padding: 40px 32px 35px;
}
/* Section 10 css */
.sec-10 {
    background: #fff;
    padding: 0 0px 60px;
}
.sec10-inn-bx {
    background: #FFF5F1;
    box-shadow: 0px 4px 5.9px 0px #00000021;
    border-radius: 35px;
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 50px 75px;
}
.sec10-lft {
    border: 1px solid #F45158;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    width: 355px;
}
.sec10-lft img {
    border-radius: 8px 8px 0 0;
}
.sec10-lft h6 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #2F3030;
}
.sec10-lft-inn {
    padding: 10px 25px 20px;
}
.sec10-lft h5 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    color: #FF6C57;
}
.sec10-lft p {
    color: #5D686A;
}
.sec10-ryt h4 {
    background: #F45158;
    width: fit-content;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.sec10-ryt h3 {
    font-size: 34px;
    line-height: 40px;
    color: #042729;
    font-weight: 700;
    font-family: 'Lato';
    margin: 25px 0px 10px;
}
.sec10-inn {
    background: #FFE3DF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    width: max-content;
    gap: 16px;
    margin: 35px 0px 35px;
}
.sec10-inn h6{
    font-size: 21px;
    color: #333333;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
.sec-10 ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/gainsight-pulse-ev-arrow-right.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #042729;
    text-align: left;
}
.sec-10 ul li:last-child{
    padding-bottom: 0px;
}
.sec-10 ul{
   margin-bottom: 0;
}
/* Gift sc css */
.gift-sc img {
    background: linear-gradient(203.96deg, #F75158 6.57%, #0F0D31 86.6%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
section.gift-sc {
    position: fixed;
    top: 72%;
    right: 0px;
}
/* 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: #ABABAB !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;
}
.slick-dots{
    left: 0;
}
/* Media Queary */
@media(max-width:1499px){
.sec-8 .form-layout {
    width: 100%;
}
}
@media(max-width:1399px){
h1 {
    font-size: 54px;
    line-height: 60px;
}
.sec10-inn-bx {
    gap: 35px;
}
.sec10-lft-inn {
    padding: 10px 20px 20px;
}
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){
.banner ul li {
    font-size: 20px;
    line-height: 26px;
}
.banner ul {
    margin: 25px 0px 30px;
}
 .sec-1 h4 {
    font-size: 24px;
    line-height: 30px;
}   
.sec3-bx-inn h5 {
    font-size: 18px;
    line-height: 24px;
}
.sec10-inn-bx {
    padding: 35px 40px;
}
.sec3-bx-inn {
    margin-bottom: 20px;
}
.sec-4 ul li .nav-link {
    font-size: 16px;
    width: 200px;
}
.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: 46px;
        line-height: 52px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .banner {
    padding: 25px 0px 210px;
}
.banner .right-logo {
    text-align: right;
    width: 300px;
    margin: 0 0 0 auto;
}
    .banner ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .banner ul {
        gap: 35px;
    }
    .theam-btn {
        font-size: 16px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .sec10-ryt h3 {
    font-size: 24px;
    line-height: 30px;
}
.sec10-inn-bx {
        flex-direction: column;
    }
    .sec10-lft {
    width: auto;
}
    .sec-1 .col-md-7, .sec-1 .col-md-5{
        width: 100%;
    }
    .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(25% - 15px);
        float: left;
        clear: none;
}
.sec-8 .form-wrap .mktoFormRow:nth-of-type(2),.sec-8 .form-wrap .mktoFormRow:nth-of-type(3), .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){
    .sec-10 {
    padding: 0 0px 40px;
}
    .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    left: -4px !important;
    top: 16px;
}
.sec10-inn {
    width: 100%;
        margin: 25px 0px 25px;
}
.banner {
        padding: 25px 0px 180px;
    }
    .sec10-lft h5 {
    font-size: 18px;
}
    .sec10-lft h6 {
    font-size: 20px;
}
    .sec10-inn h6 {
    font-size: 16px;
}
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .sec-9 .enhancements {
    padding:0 30px;
}
.sec-9 {
    padding: 40px 0px;
}
    .sec-9 .inner-box {
    padding: 20px 15px 20px;
}
    .sec-8 h2 br{
        display: none;
    }
    .sec-9 p {
    font-size: 14px;
    line-height: 20px;
}
    .sec-9 .enhancements .inner-box {
    margin: 0 10px;
}
    .social-icons {
    justify-content: center;
    margin-top: 15px;
}
    .footer p {
    text-align: center;
}
    .sec-8 {
    padding: 40px 0px;
}
    .sec-7 {
    padding: 35px 0px 40px;
}
    .sec-5 .claim-gifts {
        margin-top: 15px;
        bottom: 0;
    }
    .sec10-ryt h4 {
    font-size: 12px;
}
.banner .col-md-6{
    width: 50%;
}
.sec10-ryt h3 br{
      display: none;
    }
    
.sec10-ryt h3 {
        font-size: 18px;
        line-height: 24px;
    }
.sec10-inn-bx {
        padding: 25px 20px;
    }
.banner .right-logo img {
    width: 200px;
}
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){
    .sec10-inn h6 {
        font-size: 12px;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sec-1 ul li {
    font-size: 14px;
    line-height: 20px;
}
.sec-9 .enhancements .inner-box {
        margin: 0 0px;
    }
    .sec-4 .tab-content h6 {
        font-size: 14px;
        line-height: 22px;
    }
    h2 br{
        display: none;
    }
    .sec-7 .slick-arrow, .sec-9 .slick-arrow {
    width: 25px;
}
        .banner .right-logo {
        text-align: center;
        margin: 20px 0 0 auto;
    }
    .banner .col-md-6 img {
    width: 65%;
    margin: 0 auto;
}
        .banner .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .sec-8 .form-layout {
    padding: 20px 15px 25px;
}
.banner .row:nth-of-type(1) {
    padding-bottom: 35px;
}
.banner .right-logo img {
    width: auto;
}
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 45px;
         background: linear-gradient(360deg, #CD4E5D -53.07%, #0F0D31 26.87%) !important;
    }
    .gift-sc img {
    width: 55px;
    height: 55px;
}
    .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;
}
}