/*Common css*/
html{scroll-behavior:smooth;}
*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family: 'Poppins', sans-serif;}
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: 65px;
    line-height: 78px;
    color: #1C454D;
    font-weight: 700;
    margin: 20px 0px 20px;
}
h2 {
    color: #333333;
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}
.btn-ctrl {
    display: inline-block;
    padding: 12px 20px 12px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    border:1px solid #F47727;
    border-radius: 5px;
    background: #F47727;
    transition: 0.7s;
    box-shadow: 0px 4px 15px 0px #F4772799;
}
.outline-btn {
    display: inline-block;
    padding: 12px 30px 12px;
    color: #383838;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    border: 1px solid #F47727;
    border-radius: 5px;
    background: transparent;
    transition: 0.7s;
}
.outline-btn:hover{
    border: 1px solid #F47727 !important;
    color: #383838 !important;
    scale: 0.9;
}
.btn-ctrl:hover {
    color: #fff !important;
    background: #F47727 !important;
    transition: 0.5s ease-out;
    scale: 0.9;
}
/*-------------Header-------------*/
.banner .hdr-logo {
    padding-bottom: 65px;
}
/*-------------Banner-------------*/
.banner {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-color: #faefe3;
    padding: 35px 0px 145px;
}
.banner ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.banner ul li p {
    font-size: 19px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}
.banner .cta-wrapper {
    margin-top: 35px;
}
.banner .cta-wrapper .outline-btn {
    margin-right: 15px;
}
.banner .banner-img {
    position: absolute;
    right: 0;
    top: 0;
}
/* Section 1 css */
.sec-1 {
    background-color: #fff;
    padding: 60px 0px;
}
.sec-1 .row{
    align-items: center;
}
.sec1-img {
    text-align: right;
}
/* Section 2 css */
.sec-2 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3f2ff;
    padding: 45px 0px 60px;
}
.sec-2 .expertise .row > div {
    margin-top: 24px;
}
.sec-2 .expertise .card {
   padding: 22px;
    border: 0;
    border-radius: 10px;
    background-color: #ffffff;
    height: 100%;
}
.sec-2 .expertise .card img {
    width: 100%;
}
.sec-2 .expertise .card .card-body {
    padding: 18px 0;
}
.sec-2 .expertise h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
}
.sec-2 .expertise .card:hover{
    box-shadow: 0px 4px 20px 0px #1483C61A;
    border: 0.94px solid;
    background: linear-gradient( #fff 0%, #fff 100%) padding-box, linear-gradient(180deg, #1483C6 2.54%, rgba(60, 195, 221, 0) 133.39%) border-box;
    border-color: transparent;
}
.sec-2 .expertise .card:hover h6{
    color: #1483C6;
}
/* Section 3 css */
.sec-3 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-banner3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1a476b;
    padding: 50px 0px 0px;
}
.sec-3 h2{
    color: #Ffff;
}
.sec-3 .counter-detail {
    background: #fff;
    box-shadow: 0px 18px 65px -36px #00000040;
    border-radius: 10px;
    padding: 25px 25px;
    margin-top: 20px;
    margin-bottom: -65px;
    z-index: 999;
    position: relative;
}
.sec-3 .counter-detail h3, .counter-detail span {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
}
.sec-3 .counter-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.sec-3 .counter-detail p {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
}
.sec-3 .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: relative;
}
.sec-3 .counter::after {
    content: '';
    position: absolute;
    right: 0;
    top: -12px;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-border.png);
    width: 1px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sec-3 #counter-value-3 .counter::after{
    display: none;
}
/* Section 4 css */
.sec-4 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-banner4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3f2ff;
    padding: 110px 0px 60px;
}
.sec-4 .sec4-mainlayout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 65px;
}
.sec-4 .sec4-mainlayout ul .tab-item {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 14px 20px 14px 65px;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon1.png) !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position: 20px 12px !important;
}
.sec-4 .sec4-mainlayout ul .tab-item:hover {
    background: #1483c640;
    border-radius: 10px;
    cursor: pointer;
}
.sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(2){
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon2.png) !important;
}
.sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(3){
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon3.png) !important;
}
.sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(4){
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon4.png) !important;
}
.sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(5){
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon5.png) !important;
}
.sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(6){
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-icon6.png) !important;
}
.sec-4 .sec4-mainlayout li.tab-item.active{
    background: #fff;
    box-shadow: 0px 8.98px 17.97px 0px #0632A533;
    border-radius: 10px;
    font-weight: 700;
}
.sec-4 .sec4-mainlayout #contentText ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-check.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background-size: 13px;
    color: #333;
}
.sec-4 .sec4-mainlayout .left-tabs {
    width: 32%;
}
.sec-4 .sec4-mainlayout .center-image {
    width: 38%;
    text-align: center;
}
.sec-4 .sec4-mainlayout .right-content {
    width: 30%;
}
.sec-4 .sec4-cta {
    text-align: center;
    margin-top: 35px;
    display: none;
}
.sec-4 .sec4-mainlayout .center-image a{
    margin-top: 45px;
}
/* sec4 mob tab css */
.sec-4 .dropdown-wrapper {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin-top: 20px;
}
.sec-4 .dropdown-wrapper span {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}
.sec-4 .selected-option {
  padding: 14px 20px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 8.98px 17.97px 0px #0632A533;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
}
.sec-4 .options-list {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  display: none;
  z-index: 1;
}
.sec-4 .option-item {
  padding: 12px 20px;
  cursor: pointer;
}
.sec-4 .option-item img {
    margin-right: 15px;
}
.sec-4 .option-item:hover {
  background: #eee;
}
.sec-4 .tab-content {
    display: none;
    padding: 25px 0px 10px 10px;
}
.sec-4 .tab-content.active {
  display: block;
}
.sec-4 .dropdown-wrapper #contentText ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-offer-check.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background-size: 13px;
    color: #333;
}
.dropdown-wrapper {
    display: none;
}
.sec-4 .dropdown-wrapper #contentText ul li:last-child{
    padding-bottom: 0px;
}
.sec-4 .selected-option i {
    position: absolute;
    right: 30px;
    color: #F47727;
}
/* Section 5 css */
.sec-5{
    background-color: #fff;
    padding: 40px 0px 55px;
}
.sec-5 .outer.right-sliding {
    position: relative;
    overflow: hidden;
}
.sec-5 .right-sliding .inner {
    display: flex;
    animation: slidingRight linear 10s infinite;
    align-items: center;
    padding-top: 20px;
}
.sec-5 .right-sliding .inner > img {
    margin-right: 28px;
    max-width: 220px;
}
@keyframes slidingRight{
    0%{transform: translateX(0%);}
    100%{transform: translateX(-100%);}
}
/* Section 6 css */
.sec-6 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/cx-summit-lp-25-banner5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3f2ff;
    padding: 60px 0px 60px;
}
.sec-6 .form-layout {
    background: #fff;
    box-shadow: 0px 5px 15px 8.18px #1483C614;
    border-radius: 10px;
    padding: 35px 25px 35px;
    max-width: 585px;
    margin: 0 0 0 auto;
}
.sec-6 .form-layout h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}
.sec-6 h5 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
}
.ty-main h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-align: center;
    padding: 0 60px 10px !important; 
    margin-bottom: 0;
}
.sec-6 .row{
    align-items: center;
}
.ty-main h5 {
    text-align: center;
    font-size: 30px;
    color: #1483C6;
    font-weight: 700;
    line-height: 36px;
}
.sec-6 h6 {
    font-size: 60px;
    line-height: 75px;
    color: #1483C6;
    font-weight: 700;
    margin-bottom: 0;
}
/* Footer css */
.footer {
    background-color: #071529;
    padding: 20px 0px;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
/* Modal Popup Css */
.modal.popup-wrap {
    padding: 10px 10px !important;
}
.popup-wrap .form-heading h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.popup-wrap .form-heading {
    width: 100%;
}
.popup-wrap .modal-header {
    border: 0;
    padding: 0;
}
.popup-wrap .modal-header .btn-close {
    background: #F47727;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}
.popup-wrap .modal-body {
    padding: 0;
}
.popup-wrap .modal-header .btn-close i {
    color: #fff;
}
.popup-wrap .btn-close:focus {
    box-shadow: unset !important;
}
.popup-wrap .modal-dialog {
    width: 100%;
    max-width: 580px;
    padding: 30px 25px 35px;
    margin: 0 auto 0;
    border-radius: 15px;
    background-color: #e1f5fe;
}
.popup-wrap .modal-content {
    background: transparent;
    border: 0;
}
/* Form Css */
/*-------Form Css------*/
.form-wrap .mktoForm *{
    font-family: 'Poppins', 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 .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;
    border: 1.17px solid #F0F0F0;
    background-color: #F8FBFD !important;
    padding: 10px 26px 10px 15px !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    color: #B5B5B5;
    height: 48px;
    border-radius: 5px;
    font-weight: 400;
    background-image: none !important;
    -webkit-appearance: none;
  }
  .form-1-modal .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    color: #fff !important;
  }
  .form-wrap .mktoForm select.mktoField {
      background-repeat: no-repeat;
      box-shadow: none;
      padding: 10px 40px 10px 15px !important;
      color: #B5B5B5;
      height: 48px;
      background-image:url(https://pages.grazitti.com/rs/690-NGB-767/images/bd-select-arrow-lb.png) !important;
      background-position: center right 20px;
      background-size: 16px;
  }
  select option {
      margin: 40px;
      background: #fff;
      color: #B5B5B5 !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: 18px;
    height: 18px;
    margin-left: -28px !important;
    line-height: 16px;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 3px;
    top: 3px;
    background: #F5F7FB;
    border: 1.17px solid #F0F0F0;
}
  .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: -0px;
    margin-bottom: 0;
    line-height: 19px;
    display: block;
    min-height: 19px;
    color: #000;
    font-size: 14px;
    font-weight: 400 
  }
  .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: left;
    display: block;
    margin-top: 20px !important;
}
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, 
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 5px;
    font-size: 18px !important;
    width: auto !important;
    padding: 12px 30px 12px !important;
    text-align: center;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 600;
    height: auto;
    min-width: max-content;
    border: 0 !important;
    background: #F47727 !important;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
  }
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    color: #fff !important;
    background: #F47727 !important;
    transition: all 0.5s ease;
}
  .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;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
    outline: none;
  }
  .form-wrap .mktoForm .mktoError {
      left: 0;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#B5B5B5;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:#B5B5B5;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:#B5B5B5;
  }
  span.mktoErrorDetail {
      color: #fff;
  }
  .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
      right: auto !important;
      bottom: auto !important;
      left: -3px !important;
      top: 21px;
  }
  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: #B5B5B5 !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;
  }
  .mktoCheckboxList .space {
      color: #FF0000;
  }
  .form-1-modal .mktoForm .mktoRadioList > label, .form-1-modal .mktoForm .mktoCheckboxList > label {
    color:#000;
  }
  .sec-6 .form-wrap .mktoFormCol {
    margin: 0 0 0px !important;
}
  .sec-6 .form-wrap .mktoFormRow:nth-of-type(1),.sec-6 .form-wrap .mktoFormRow:nth-of-type(2),.sec-6 .form-wrap .mktoFormRow:nth-of-type(3),.sec-6 .form-wrap .mktoFormRow:nth-of-type(4),.sec-6 .form-wrap .mktoFormRow:nth-of-type(5) .mktoFormCol{
        margin: 0px 0px 20px 0px !important;
    }
    .form-1-modal span.mktoButtonWrap {
    margin-top: 10px !important;
}
.form-1-modal .mktoForm .mktoFormRow:nth-of-type(13) .mktoFieldDescriptor.mktoFormCol, .form-1-modal .mktoForm .mktoFormRow:nth-of-type(14) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 10px !important;
}
.sec-6 .form-wrap .mktoFormRow:nth-of-type(13) .mktoFormCol {
    margin-top: 10px !important;
}
/* TY Massage Css */
.ty-img {
    text-align: center;
}
.ty-main img {
    max-width: 180px;
    margin: 0 auto 20px;
}
.ty-main p {
    text-align: center;
    padding: 0 35px;
    margin-bottom: 5px;
}
.ty-main p:last-child{
    margin-bottom: 0;
}
/* Media Query Start */
@media(max-width:1399px){
    .sec-6 h6 {
    font-size: 55px;
    line-height: 65px;
}
    .ty-main h5 {
        padding: 0 0px 0px;
    }
    .ty-main p {
        padding: 0 0px;
    }
    h1 {
        font-size: 58px;
        line-height: 68px;
    }
    .banner .banner-img {
        width: 700px;
    }
    .banner {
        background-position: center right;;
        padding: 35px 0px 100px;
    }
    .banner .hdr-logo {
        padding-bottom: 55px;
    }
    .sec-3 .counter-detail h3, .counter-detail span {
        font-size: 42px;
    }
    .sec-3 .counter-detail p {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-4 .sec4-mainlayout .left-tabs {
        width: 35%;
    }
    .sec-4 .sec4-mainlayout .center-image {
        width: 30%;
    }
    .sec-4 .sec4-mainlayout {
        gap: 25px;
    }
    .sec-6 h4 {
        font-size: 55px;
        line-height: 62px;
    }
}
@media(max-width:1199px){
    .sec-6 h6 {
    font-size: 45px;
    line-height: 55px;
}
    .ty-main h4 {
    padding: 0 0px 10px !important;
}
    .banner .banner-img {
        width: 58%;
    }
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .sec-2 .expertise .card {
        padding: 18px;
    }
    .sec-3 .counter img {
        width: 50px;
    }
    .sec-3 .counter-detail {
        padding: 25px 15px;
    }
    .sec-3 .counter::after {
        top: 0px;
        height: 100%;
        right: -15px;
    }
    .sec-3 .counter-detail h3, .counter-detail span {
        font-size: 35px;
    }
    .sec-3 .counter-detail p {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-3 {
        padding: 50px 0px 15px;
    }
    .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(5) {
        background-position: 20px 22px !important;
    }
    .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(4) {
        background-position: 20px 15px !important;
    }
    .sec-6 h4 {
        font-size: 48px;
        line-height: 55px;
    }
    .sec-6 h5 br{
        display: none;
    }
    .sec-6 h5 {
        font-size: 25px;
        line-height: 32px;
    }
}
@media(max-width:991px){
    .banner .col-md-5, .banner .col-md-7{
        width: 100%;
        text-align: center;
    }
    .banner ul li {
        justify-content: center;
    }
    .banner .banner-img {
        width: 65%;
        position: unset;
        margin: 30px auto 0;
    }
    .banner {
        background-position: center left;
        padding: 35px 0px 40px;
    }
    .banner .hdr-logo {
        padding-bottom: 45px;
    }
    h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .sec-1 .col-md-6{
        width: 100%;
        text-align: center;
    }
    .sec-1 .sec1-img {
        margin-top: 25px;
    }
    .sec-2 .col-md-4{
        width: 50%;
    }
    .sec-3 .counter::after {
        right: -10px;
    }
    .sec-3 .counter-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-3 .counter-detail h3, .counter-detail span {
        font-size: 30px;
    }
    .sec-3 .counter {
        gap: 15px;
    }
    .sec-3 .counter img {
        width: 30px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .sec-4 .sec4-mainlayout {
        flex-direction: column;
        padding-top: 25px;
        gap: 20px;
    }
    .sec-4 .sec4-mainlayout .left-tabs {
        width: 100%;
    }
    .sec-4 .sec4-mainlayout .center-image {
        width: 100%;
        display: none;
    }
    .sec-4 .sec4-mainlayout .right-content {
        width: 100%;
    }
    .sec-4 .sec4-mainlayout .center-image a {
        display: none;
    }
    .sec-4 .sec4-cta {
        display: block;
        margin-top: 5px;
    }
    .left-tabs ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
    }
    .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(5) {
        background-position: 15px 15px !important;
    }
    .sec-4 .sec4-mainlayout ul .tab-item {
        width: 33%;
        font-size: 14px;
        line-height: 20px;
        padding: 14px 10px 14px 40px;
        background-size: 20px !important;
        background-position: 12px 12px !important;
    }
    .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(4) {
        background-position: 12px 20px !important;
    }
     .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(5) {
        background-position: 12px 20px !important;
    }
     .sec-4 .sec4-mainlayout ul .tab-item:nth-of-type(6) {
        background-position: 12px 20px !important;
    }
    .center-image img {
        width: 30%;
    }
    .sec-6 .col-md-6{
        width: 100%;
        text-align: center;
    }
    .sec-6 h5 br {
        display: block;
    }
    .sec-6 .form-layout {
        margin: 25px auto 0;
    }
}
@media(min-width:767px){
    .sec-6 .form-wrap .mktoFormRow:nth-of-type(-n+4){
        width: calc(50% - 10px) !important;
        float: left;
        clear: none;
    }
    .sec-6 .form-wrap .mktoFormRow:nth-of-type(2) {
        margin: 0px 0px 20px 20px !important;
    }
     .sec-6 .form-wrap .mktoFormRow:nth-of-type(4) {
        margin: 0px 0px 20px 20px !important;
    }
    .sec-6 .form-wrap .mktoFormRow:nth-of-type(5) .mktoFormCol {
        margin: 0px 0px 20px 0px !important;
    }
    .form-1-modal .mktoFormRow {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .form-1-modal .mktoForm .mktoFieldDescriptor.mktoFormCol {
        margin-bottom: 20px !important;
        flex: 1;
    }   
    .form-1-modal .mktoForm .mktoFormRow .mktoFormCol:nth-of-type(2) {
        margin-left: 20px !important;
    } 
}
@media(max-width:767px){
    .sec-6 h6 {
    font-size: 35px;
    line-height: 45px;
}
    .form-1-modal .ty-main h5 {
    font-size: 25px;
    line-height: 32px;
}
    .ty-main h4 {
    font-size: 14px !important;
    line-height: 20px !important;
}
    .banner .banner-img {
        display: none;
    }
    .banner {
        background-position: center right;
        padding: 35px 0px 60px;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .outline-btn, .btn-ctrl  {
        padding: 10px 25px 10px;
        font-size: 16px;
    }
    .banner .cta-wrapper {
        margin-top: 25px;
    }
    .banner .hdr-logo {
        width: 85%;
    }
    .banner ul li p {
        font-size: 16px;
        line-height: 20px;
    }
    .sec-1 {
        padding: 45px 0px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-2 .expertise h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-2 .expertise .card {
        padding: 15px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec-2 h2{
        margin-bottom: 0;
    }
    .sec-2 {
        padding: 40px 0px 45px;
    }
    .sec-3 .col-md-4 {
        width: 50%;
    }
    #counter-value-2 .counter::after {
        display: none;
    }
    .sec-3 .counter-detail {
        justify-content: center;
    }
    #counter-value-3 {
        margin-top: 25px;
    }
    h2 br{
        display: none;
    }
    .sec-4 {
        padding: 90px 0px 45px;
    }
    .sec-4 .sec4-mainlayout li.tab-item.active {
        background: transparent;
        box-shadow: unset;
        border-radius: 0;
        border-bottom: 5px solid #DF7515;
        padding-bottom: 10px;
        margin-bottom: -3px !important;
    }
    .sec-4 .sec4-mainlayout ul .tab-item {
        padding: 0px 0px 0px 30px;
        background-size: 25px !important;
        background-position: 0px 0px !important;
    }
    .sec-4 .sec4-mainlayout {
        display: none;
    }
    .dropdown-wrapper {
        display: block;
    }
    .footer .col-md-8, .footer .col-md-4{
        width: 100%;
        text-align: center;
    }
    .footer p {
    text-align: center;
}
.social-icons {
    justify-content: center;
    margin-top: 15px;
}
.sec-6 h4 {
        font-size: 36px;
        line-height: 45px;
    }
    .sec-6 h5 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width:575px){
    .sec-6 h6 {
    font-size: 25px;
    line-height: 35px;
}
    .ty-main h4 {
    font-size: 18px;
    line-height: 24px;
}
    .popup-wrap .modal-header .btn-close {
    top: -10px;
    right: -5px;
    width: 25px;
    height: 25px;
}
        .banner .cta-wrapper {
        margin-top: 20px;
    }
    .outline-btn, .btn-ctrl {
        padding: 10px 20px 10px;
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
        line-height: 35px;
        margin: 15px 0px 15px;
    }
        .banner .hdr-logo {
        padding-bottom: 35px;
    }
    .sec-2 .col-md-4 {
        width: 98%;
        margin: 0 auto;
    }
    .banner ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-1 {
        padding: 35px 0px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
        .sec-2 {
        padding: 30px 0px 35px;
    }
        .sec-3 {
        padding: 35px 0px 15px;
    }
        .sec-3 .col-md-4 {
        width: 100%;
    }
    .sec-3 .counter::after {
       display: none;
    }
   .sec-3 .counter {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
}
.sec-3 .counter-value {
    justify-content: center;
}
    #counter-value-3 {
        margin-top: 0;
    }
    .sec-3 .counter-detail {
        margin: 10px 10px -65px;
    }
    .sec-4 {
        padding: 80px 0px 45px;
    }
    .sec-4 .dropdown-wrapper span {
    font-size: 12px;
    line-height: 18px;
}
.sec-4 .option-item {
    padding: 10px 10px;
}
.sec-4 .dropdown-wrapper #contentText ul li {
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;;
}
.sec-6 h5 br{
    display: none;
}
.sec-6 h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .sec-6 {
    padding: 35px 0px 40px;
}
.sec-6 .form-layout h3 {
    font-size: 16px;
    line-height: 22px;
}
.popup-wrap .form-heading h3 {
    font-size: 16px;
    line-height: 22px;
}
.sec-6 .form-layout {
    padding: 25px 20px 30px;
    max-width: 98%;
}
.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 {
    height: 42px;
}
.form-wrap .mktoForm select.mktoField {
    height: 42px;
    background-size: 12px;
}
.sec-6 .form-layout h3 {
    margin-bottom: 15px;
}
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
    line-height: 16px;
    font-size: 12px;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 5px;
    font-size: 14px !important;
    width: auto !important;
    padding: 10px 22px 10px !important;
    text-align: center;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 600;
    height: auto;
    min-width: max-content;
    border: 0 !important;
    background: #F47727 !important;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
    line-height: 1.2;
}
.sec-5 {
    padding: 30px 0px 35px;
}
.sec-6 h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-content img {
    width: 85%;
    margin: 0 auto;
}
}
@media(max-width:480px){
.banner .cta-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }
}