@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

/*Main Css */
section {
  padding: 80px 0;
}
@import url("../../../css2-1");
.mn-hd h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.design-card-list__item .design-card a:before {
      display : none !important;
  }
  .sec7-left span {
    color: #C5DC97;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.mn-hd h5 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    letter-spacing: -2px;
    padding-bottom: 10px;
}
.mn-hd h5 span {
  color: #FEB236;
}
.mn-hd span.stockText {
       color: transparent;
    text-align: center;
    -webkit-text-stroke: 1.4px #1e6efb;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -1.883px;
    font-family: poppins;
}
.rating {
  padding-top: 20px;
}
.rating p {
  color: #000000;
  
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.rating b {
  font-weight: 600;
}
.rating span {
  display: inline-block;
  color: #FFA700;
  font-size: 16px;
}
.rating.white p {
  color: #FFFFFF;
}

.closingPopupTab {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 935px;
  height: auto;
  max-width: 97%;
  max-height: 97%;
  margin: auto;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 25px;
  background: linear-gradient(285deg, #FF3D2E 26.03%, #394DB7 106.18%), #FFF;
  overflow-y: auto;
  padding: 30px 30px 30px 40px;
}
.closingPopupTab::after {
  --ppAwidth: 350px;
  content: "";
  width: var(--ppAwidth);
  height: var(--ppAwidth);
  background: #FEDF89;
  filter: blur(91.6500015259px);
  position: absolute;
  bottom: 0;
  right: -30px;
  border-radius: 50%;
}
.closingPopupTab .closingBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 7px;
  background: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f00;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.closingPopupTab .closingBtn:hover {
  background-color: #000;
  color: #fff;
}
.closingPopupTab .ppCont {
  position: relative;
  z-index: 1;
}
.closingPopupTab .ppCont .ppTag {
  background-color: #000;
  border-radius: 20px;
  padding: 20px var(--ppTagWidthHalf) 20px 20px;
  position: relative;
  display: inline-block;
  width: calc(100% - 100px);
  height: var(--ppTagWidth);
  --ppTagWidth: 140px;
  --ppTagWidthHalf: calc((var(--ppTagWidth)/1.7));
}
.closingPopupTab .ppCont .ppTag h6 {
  color: #FFF;
  
  font-size: 32px;
  font-weight: 400;
  line-height: 1; /* 100.006% */
}
.closingPopupTab .ppCont .ppTag span {
  width: var(--ppTagWidth);
  height: var(--ppTagWidth);
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--ppTagWidth) / 2.2 * -1);
  margin: auto;
  background-color: #E8CF1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  
  font-size: 40px;
  font-weight: 700;
  line-height: 0.9;
}
.closingPopupTab .ppCont .ppCont-main {
  padding-right: 60px;
}
.closingPopupTab .ppCont .ppCont-main p {
  color: #FFF;
  
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  padding: 15px 0 30px;
}
.closingPopupTab .ppCont .ppCont-main ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
}
.closingPopupTab .ppCont .ppCont-main ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.closingPopupTab .ppCont .ppCont-main ul li i {
  color: #00B67A;
  font-size: 0.8rem;
}
.closingPopupTab .ppCont .ppCont-main b {
  color: #FFF;
  
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
  padding-bottom: 20px;
  display: block;
}
.closingPopupTab .ppCont .ppCont-main a {
  border-radius: 20px;
  background: #000;
  padding: 15px 30px;
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.23;
  text-wrap: nowrap;
}
.closingPopupTab .ppCont .ppCont-main a i {
  font-size: 0.8em;
}
.closingPopupTab .ppCont .ppCont-main a:hover {
  background-color: #fff;
  color: #000;
}
.closingPopupTab .ppForms {
  border-radius: 30px;
  background-color: #F7F7F7;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.closingPopupTab .ppForms .ppForms-feild {
  padding-bottom: 15px;
}
.closingPopupTab .ppForms .ppForms-feild input, .closingPopupTab .ppForms .ppForms-feild textarea, .closingPopupTab .ppForms .ppForms-feild select {
  width: 100%;
  height: 45px;
  padding: 15px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #CACACA;
  border-radius: 5px;
}
.closingPopupTab .ppForms .ppForms-feild textarea {
  height: 120px;
  resize: none;
}
.closingPopupTab .ppForms .ppForms-btn {
  padding-top: 8px;
}
.closingPopupTab .ppForms .ppForms-btn button {
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 1.2;
  background: #6d8f29;
  color: #fff;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.closingPopupTab .ppForms .ppForms-btn button:hover {
  background-color: #56741b;
}

@media (max-width: 991px) {
  .closingPopupTab .ppCont .ppTag {
    border-radius: 10px;
    padding: 10px var(--ppTagWidthHalf) 10px 10px;
    width: calc(100% - 50px);
    --ppTagWidth: 70px;
    display: flex;
    align-items: center;
  }
  .closingPopupTab .ppCont .ppTag h6 {
    font-size: 20px;
  }
  .closingPopupTab .ppCont .ppTag span {
    font-size: 22px;
  }
  .closingPopupTab .ppCont .ppCont-main {
    padding-right: 20px;
  }
  .closingPopupTab .ppCont .ppCont-main p {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0 20px;
  }
  .closingPopupTab .ppCont .ppCont-main ul li {
    font-size: 16px;
  }
  .closingPopupTab .ppCont .ppCont-main b {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .closingPopupTab .ppCont .ppCont-main a {
    display: inline-flex;
    border-radius: 8px;
    padding: 12px 20px;
    gap: 10px;
    font-size: 20px;
    line-height: 1;
  }
  .closingPopupTab .ppForms {
    border-radius: 10px;
    padding: 15px 15px;
  }
  .closingPopupTab .ppForms .ppForms-feild {
    padding-bottom: 10px;
  }
  .closingPopupTab .ppForms .ppForms-feild input, .closingPopupTab .ppForms .ppForms-feild textarea, .closingPopupTab .ppForms .ppForms-feild select {
    height: 30px;
    padding: 8px;
    font-size: 12px;
    border-radius: 2px;
  }
  .closingPopupTab .ppForms .ppForms-feild textarea {
    height: 80px;
  }
  .closingPopupTab .ppForms .ppForms-btn {
    padding-top: 4px;
  }
  .closingPopupTab .ppForms .ppForms-btn button {
    height: 35px;
    font-size: 14px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
    .money-back-image {
        margin-top: -50px !important;
    }
    .guarantee-bg a.getstarted.popbtn.pkg-Pop {
        padding: 10px 10px !important;
        font-size: 14px !important;
        width: 100% !important;
    }
    
  .closingPopupTab {
    border-radius: 5px;
    padding: 30px 10px 10px 10px;
  }
  .closingPopupTab .ppCont .ppCont-main {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #fdc52c;
  --para-color: #5a5a5a;
  --head-color: #040427;
}

.themeBtn,
.btnSubmit {
  background: var(--theme-color);
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1c21;
  display: inline-block;
  border: none;
  transition: all 0.3s ease;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  box-shadow: inset 0 0 16px 0 #e27a2e;
  border: 1px solid var(--theme-color);
}

.themeBtn:hover,
.btnSubmit:hover {
  color: var(--black);
}

.themeCol {
  color: var(--theme-color);
}

.lists li svg {
  color: var(--theme-color);
  font-size: 1rem;
  position: absolute;
  top: 12px;
  left: 0;
}

::-moz-selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(222, 222, 222, 0);
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background: linear-gradient(0deg, rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

body {
  font-family: "Wix Madefor Display", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #e00000;
  text-decoration: none;
}

a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
span {
  display: inline-block;
}

/* Custom Slick Css */
/* .slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
} */

span.arrows {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border: 1px solid #000;
  padding: 13px 8px;
  margin-bottom: 15px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.mn-btn a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 45px;
  background: #FFFFFF;
  padding: 15px 30px;
  color: #000000;
  
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.mn-btn a svg path {
  transition: all 0.4s ease-in-out;
  stroke: #000000;
}
.mn-btn a:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #000000;
}
.mn-btn a:hover svg path {
  stroke: #FFFFFF;
}
.mn-btn a.green {
  background: #000000;
  color: #FFFFFF;
}
.mn-btn a.green svg path {
  stroke: #FFFFFF;
}
.mn-btn a.green:hover {
  background: #FFFFFF;
  color: #000000;
  border-color: #000000;
}
.mn-btn a.green:hover svg path {
  stroke: #000000;
}

.rowGap3 {
  row-gap: 30px;
}

.rowGap-4 {
  row-gap: 55px;
}

.chatBtn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.chatBtn svg path {
  fill: #FEB236;
}
.chatBtn:hover {
  color: #FC6425;
}
.chatBtn.black {
  color: #000000;
}
.chatBtn.black:hover {
  color: #FC6425;
}

.groupBtn {
  display: flex;
  align-items: center;
  gap: 40px;
}

header {
  padding: 15px 90px;
}
header .headerLogo {
  max-width: 100%;
}
header .header-actions {
  display: flex;
  align-items: center;
  gap: 55px;
  justify-content: flex-end;
}
header .header-actions .header-tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
header .header-actions .header-tel a:hover {
  color: #FEB236;
}
header .header-actions .header-tel a i {
  color: #FEB236;
}
header .header-actions .header-tel a i.fa-phone {
  transform: rotate(90deg);
}

.mainBanner {
  padding:150px 0 90px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; 
}
.section7 h4 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
}
.mainBanner .banner-cont h6  , .section1 .sec1-cont h6 , .mn-hd h6 , .wix-automation-bnr strong{
    
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
    background: -webkit-linear-gradient(#1890FF, #145AFF);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 35px;
}
.mainBanner .banner-cont h2 {
    color: #fff;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 1 !important;
    padding-bottom: 20px;
    color: black;
        line-height: 60px;
    letter-spacing: -2px;
}
.mainBanner .banner-cont p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 20px;
    color: #282828;
    font-weight: normal;
}
.mainBanner .banner-cont ul {
  padding-bottom: 20px;
}
.mainBanner .banner-cont ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 10px;
}
.mainBanner .banner-cont ul li.last {
  padding-bottom: 0;
}
.mainBanner .banner-cont .rating {
  padding-top: 20px;
}
.mainBanner .banner-cont .rating p {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}
.mainBanner .banner-cont .rating p b {
  font-weight: 600;
}
.mainBanner .banner-cont .rating p i {
  color: #ffa700;
  font-size: 16px;
}
.mainBanner .banner-img {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

.trustedSection .trustedSec-main {
  border-bottom: 1px solid #e3e2e5;
  padding: 20px 0
}
.trustedSection .trustedSec-main .trustedSec-hd h6 {
  color: #8a8a8a;
  
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.trustedSection .trustedSec-main .trustedSec-icon ul {
  display: flex;
  align-items: center;
}
.trustedSection .trustedSec-main .trustedSec-icon ul li {
  width: 16.66%;
  flex: 0 0 16.66%;
  padding: 0 24px;
}
.trustedSection .trustedSec-main .trustedSec-icon ul li img {
  aspect-ratio: 5/2;
}

.section1 {
  padding-top: 60px;
}
.section1 .sec1-cont p {
  padding-bottom: 20px;
}
.section1 .sec1-cont ul {
  padding-bottom: 40px;
}
.section1 .sec1-cont ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 10px;
}
.section1 .sec1-cont ul li.last {
  padding-bottom: 0;
}
.section1 .sec1-cont .rating {
  padding-top: 20px;
}
.section1 .sec1-cont .rating p {
  color: #000;
  
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.section1 .sec1-cont .rating p b {
  font-weight: 600;
}
.section1 .sec1-cont .rating p i {
  color: #ffa700;
  font-size: 16px;
}
.section1 .sec1-cont .chatBtn {
  color: #000;
}
.section1 .sec1-cont .chatBtn:hover {
  color: #FC6425;
}
.section2 .section2-cont ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}
.section2 .section2-cont ul li {
    padding-right: 120px;
    border-right: 1px solid #00000073;
}
.section2 .section2-cont ul li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
      background: -webkit-linear-gradient(#1890FF, #145AFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.section2 .section2-cont ul li h6 {
    color: #000;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}
.section2 .section2-cont ul li.last {
  padding-right: 0;
  border-right: none;
}

.section3 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.section3 .sec3-upparCont {
  padding-bottom: 50px;
}
.section3 .sec3-upparCont h6 {
  padding-bottom: 15px;
}
.section3 .sec3-mainCont .sec3-card .cardImg {
  padding-bottom: 20px;
}
.section3 .sec3-mainCont .sec3-card .cardHeading {
  padding-bottom: 25px;
}
.section3 .sec3-mainCont .sec3-card .cardHeading h6 {
  color: #000;
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.section3 .sec3-mainCont .sec3-card .cardPara {
  padding-bottom: 25px;
}
.section3 .sec3-mainCont .sec3-card .cardBtn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  
  font-size: 20px;
  font-weight: 500;
}
.section3 .sec3-mainCont .sec3-card .cardBtn a svg path {
  transition: all 0.4s ease-in-out;
}
.section3 .sec3-mainCont .sec3-card .cardBtn a:hover {
  color: #FEB236;
}
.section3 .sec3-mainCont .sec3-card .cardBtn a:hover svg path {
  stroke: #FEB236;
}

.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4b50b0;
}
.section4 .sec4-head {
  text-align: center;
  padding-bottom: 40px;
}
.section4 .sec4-head h6 {
  color: #fff;
  padding-bottom: 12px;
}
.section4 .sec4-head h5 {
  color: #fff;
  padding-bottom: 20px;
}
.section4 .sec4-head p {
  color: #fff;
  text-align: center;
}
.section4 .sec4-body .sec4-card {
  padding: 36px 50px;
  border-radius: 15px;
  background: #fff;
}
.section4 .sec4-body .sec4-card h6 {
  color: #000;
  
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
}
.section4 .sec4-body .sec4-card p {
  color: #000;
  
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.section4 .sec4-foot {
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section4 .sec4-foot .groupBtn {
  justify-content: center;
}

.section5 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section5 .sec5-leftCont .groupBtn {
  padding-top: 35px;
}
.section5 .sec5-leftCont .sec5-img {
  padding-top: 50px;
}
.section5 .sec5-rightCont {
  padding-left: 8%;
}
.section5 .sec5-rightCont ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section5 .sec5-rightCont ul li .sec5-mainCont {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.section5 .sec5-rightCont ul li .sec5-mainCont .content {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.section5 .sec5-rightCont ul li .sec5-mainCont .content p {
  line-height: 1.33;
  padding-top: 15px;
  color:  black;
}
.section5 .sec5-card {
    border-radius: 28px;
    padding: 45px 25px;
    margin-top: 30px;
    background-color: #131582;
}
.section5 .sec5-card .sec5-cardHd h5 {
  color: #FFFFFF;
  
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: center;
}
.sec5-cardHd h3 {
    color: #DFF99A ;
    font-size: 35px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -2px;
    text-align: center;
}
.section5 .sec5-card .sec5-cardCont {
  padding: 0 0 25px;
}
.section5 .sec5-card .sec5-cardCont p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
.sec5-cardImg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.section5 .sec5-card .sec5-cardBtnGropu {
  text-align: center;
}
.section5 .sec5-card .sec5-cardBtnGropu .btnNew {
  border-radius: 5px;
  background: #feb236;
  padding: 22px 45px;
  color: #121332;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.section5 .sec5-card .sec5-cardBtnGropu .btnNew:hover {
  background-color: #fff;
}
.section5 .sec5-card .sec5-cardBtnGropu .btnNewTel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 22px;

  font-family: "Wix Madefor Display", sans-serif;
}
.section5 .sec5-card .sec5-cardBtnGropu .btnNewTel i {
  color: #FEB236;
  transform: rotate(90deg);
}
.section5 .sec5-card .sec5-cardBtnGropu .btnNewTel:hover {
  color: #FEB236;
}

.section6 {
  padding: 50px 0;
}
.section6 .sec6-head {
  text-align: center;
  padding-bottom: 50px;
}
.section6 .sec6-head h6 {
  padding-bottom: 12px;
}
.section6 .sec6-head h5 {
  padding-bottom: 20px;
}
.section6 .sec6-foot {
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #0354A3;
}
.section7 .section7-mainContainer {
  padding: 0 5%;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-left {
  padding-right: 8%;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-left h6 {
  padding-bottom: 12px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-left h5 {
  padding-bottom: 12px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-left .groupBtn {
  padding-top: 35px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right {
  position: relative;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont {
  position: absolute;
  top: 60px;
  left: -50px;
  width: 365px;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 210.076px;
  border: 1px solid #fff;
  background: #96CBFF;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h3 {
    color: #00276f;
    font-size: 80px;
    font-weight: 800;
    line-height: 0.62;
    padding-bottom: 28px;
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: -3px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h4 {
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.42px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 {
  right: 100px;
  left: 56%;
  width: 262.595px;
  height: 262.595px;
  border-radius: 164.91px;
  border: 1px solid #fff;
  background: #C5DC97;
      top: 35px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 h4 {
    color: black;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.42px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont3 {
  top: 310px;
  left: 270px;
  width: 273px;
  height: 273px;
  border-radius: 164.91px;
  border: 1px solid #fff;
  background: #FFC2FC;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont3 h4 {
      color: black;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.42px;

    text-align: center;
}
.section7 .section7-mainContainer .sec7-bottom {
  padding-top: 100px;
}
.section7 .section7-mainContainer .sec7-bottom .bottom-heading {
  color: #0d0d1d;
  
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  gap: 20px;
}
.section7 .section7-mainContainer .sec7-bottom .bottom-heading::after, .section7 .section7-mainContainer .sec7-bottom .bottom-heading::before {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background: #acacac;
}
.section7 .section7-mainContainer .sec7-bottom ul {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section7 .section7-mainContainer .sec7-bottom ul li {
  padding-right: 55px;
  border-right: 1px solid #acacac;
}
.section7 .section7-mainContainer .sec7-bottom ul li.last {
  padding-right: 0;
  border-right: none;
}

.processSection {
  padding: 120px 0 125px;
}
.processSection .procesSec-hd {
  padding: 0 8% 60px;
}
.processSection .procesSec-hd h5 {
  padding: 10px 0 20px;
}
.processSection .procesSec-main .procesSec-card {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #FFFFFF;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 32px 43px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
}
.processSection .procesSec-main .procesSec-card:hover {
  border-color: transparent;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.15);
}
.processSection .procesSec-main .procesSec-card .procesSec-cardIcon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #252f9c;
  width: 108px;
  height: 108px;
  padding: 5px;
}
.processSection .procesSec-main .procesSec-card .procesSec-cardIcon svg {
  max-width: 100%;
  max-height: 100%;
}
.processSection .procesSec-main .procesSec-card .procesSec-cardCont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.processSection .procesSec-main .procesSec-card .procesSec-cardCont span {
  color: #FC6425;
  
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.processSection .procesSec-main .procesSec-card .procesSec-cardCont em {
  color: #999999;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.processSection .procesSec-main .procesSec-card .procesSec-cardCont p {
  color: #000000;
  text-align: center;
  
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  /* 166.667% */
  letter-spacing: -0.6px;
}
.processSection .procesSec-btnGroup {
  padding-top: 60px;
}

.testimonailSection {
  padding: 90px 0;
  position: relative;
}
.testimonailSection::after {
  content: "";
  width: 100%;
  height: 60%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.testimonailSection > * {
  position: relative;
  z-index: 1;
}
.testimonailSection .testimonailSec-hd {
  padding-bottom: 60px;
}
.testimonailSection .testimonailSec-hd h5 {
  padding: 10px 0 20px;
}
.testimonailSection .testimonailSec-hd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
  padding-top: 22px;
}
.testimonailSection .testimonailSec-main .slick-list {
  overflow: visible;
}
.testimonailSection .testimonailSec-main .testiSec-card {
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  background: #FFFFFF;
      margin: 0 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profile {
  flex: 0 0 60px;
  height: 60px;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont h6 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileTag {
  text-align: right;
  width: 100%;
  min-width: 80px;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardBody p {
  color: #333;
  
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .rating {
  padding: 0;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .rating span {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #FC6425;
}
.testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .testiDates p {
  color: #999;
  
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.testimonailSection .testimonailSec-groupBtn {
  padding-top: 60px;
}

.faqSection {
  padding: 90px 0;
}
.faqSection .faqSec-hd {
  text-align: center;
  padding-bottom: 50px;
}
.faqSection .faqSec-hd h5 {
  padding: 10px 20px;
}
.faqSection .faqSec-main .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faqSection .faqSec-main .accordion li {
  background-color: #FFFFFF;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 24px;
}
.faqSection .faqSec-main .accordion li.last {
  padding-bottom: 0;
}
.faqSection .faqSec-main .accordion li.active i {
  transform: rotate(360deg);
}
.faqSection .faqSec-main .accordion li.active i:before {
  content: "\f068";
  color: #000000;
}
.faqSection .faqSec-main .accordion li.active .acc_title {
  color: #000000;
}
.faqSection .faqSec-main .accordion li .acc_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: black;
    padding: 20px 30px;
    transition: all 0.4s ease-in-out;
    background: #efefef;
}
.faqSection .faqSec-main .accordion li .acc_title i {
  color: #000000;
  padding: 0 15px;
  transition: 0.35s ease-out;
  font-weight: 100;
}
.faqSection .faqSec-main .accordion li .acc_desc {
  padding: 15px 50px 10px 0px;
}
.faqSection .faqSec-main .accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #303a42;
  transition: all 0.4s ease-in-out;
}
.faqSection .faqSec-main .accordion li .acc_desc p b {
  font-weight: 700;
}
.faqSection .faqSec-main .accordion li .acc_desc ul li {
  background-color: #FFFFFF;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #dfdfdf;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 15px;
  color: #303a42;
}
.faqSection .faqSec-btnGroup {
  padding-top: 60px;
}

footer {
  background-image: url(../images/bg.jpg);
  padding: 130px 0 110px;
  background-size: cover;
}
footer .footer-cont {
  padding-right: 20px;
}
footer .footer-cont h6 {
  color: #FFFFFF;
  
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
footer .footer-cont h5 {
  padding-bottom: 30px;
  color: #FFFFFF;
}
footer .footer-cont h5 em {
  color : #FFA700;
}

footer .footer-cont span {
  color: #FFFFFF;
  
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding-bottom: 30px;
  display: block;
}
footer .footer-cont p {
  color: #FFFFFF;
  
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.48px;
}
footer .footer-form .footerForm-feild {
  padding-bottom: 40px;
}
footer .footer-form .footerForm-feild label {
  color: #FFFFFF;
  
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-form .footerForm-feild label i {
  color: #FEB236;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  /* 0% */
  letter-spacing: -0.6px;
}
footer .footer-form .footerForm-feild input,
footer .footer-form .footerForm-feild select,
footer .footer-form .footerForm-feild textarea {
  border-bottom: 1px solid #FFFFFF;
  padding: 10px;
  width: 100%;
  resize: none;
  font-size: 20px;
  color: #FFFFFF;
  
  /* Chrome, Safari, Edge, Opera */
}
footer .footer-form .footerForm-feild input::-webkit-outer-spin-button, footer .footer-form .footerForm-feild input::-webkit-inner-spin-button,
footer .footer-form .footerForm-feild select::-webkit-outer-spin-button,
footer .footer-form .footerForm-feild select::-webkit-inner-spin-button,
footer .footer-form .footerForm-feild textarea::-webkit-outer-spin-button,
footer .footer-form .footerForm-feild textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer .footer-form .footerForm-feild input option,
footer .footer-form .footerForm-feild select option,
footer .footer-form .footerForm-feild textarea option {
  color: #000000;
}
footer .footer-form .footerForm-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .footer-form .footerForm-btn button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 45px;
  background: #FFFFFF;
  padding: 15px 30px;
  color: #000000;
  
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
footer .footer-form .footerForm-btn button svg path {
  transition: all 0.4s ease-in-out;
  stroke: #000000;
}
footer .footer-form .footerForm-btn button:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #000000;
}
footer .footer-form .footerForm-btn button:hover svg path {
  stroke: #FFFFFF;
}

.copyright {
  background: #1e1e1e;
  padding: 37.5px 0;
  flex-shrink: 0;
}
.copyright .copyright-top {
  padding-bottom: 20px;
}
.copyright .copyright-top .footer-payment {
  text-align: right;
}
.copyright .copyright-bottom p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}

.copyright .copyright-bottom span, .copyright .copyright-bottom a {
    text-align: center;
    color: #FFFFFF;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.copyright .copyright-bottom a:hover {
    color : #FFA700;
}

.packageSection {
  background-color: #eee;
  padding: 85px 0 115px;
}
.packageSection .packageSec-hd {
  padding-bottom: 55px;
}
.packageSection .packageSec-main .packageSec-card {
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 50px 35px 35px;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardTop span.starting {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 5px 28px;
  background: #FEB236;
  font-family: "Inter";
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardTop b {
  display: inline-block;
  color: #000;
  
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice {
  padding-bottom: 25px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 {
  color: #000;
  
  font-size: 71px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

/*.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5::after {*/
/*    content: '50%';*/
/*    width: 3.5em;*/
/*    height: 3.5em;*/
/*    background-color: #feb236;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    font-weight: 900;*/
/*    font-size: 1.2rem;*/
/*}*/

.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  color: #666;
  font-family: "Circular Std";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span i {
  color: #999;
  position: relative;
  
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span b { 
    
}

.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span.newPackSty  { 
    display: inline-flex;
    flex-direction: row;
    gap: 6px;
    color: #666;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 8px;
    background: #ededed;
}


.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span i::after {
  content: "";
  height: 1px;
  background-color: #F25757;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(350deg);
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 {
  padding-bottom: 30px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 a {
  border-radius: 10px;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  gap: 15px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont h6 {
  color: #333;
  
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont h6 span {
  color: #6E7B81;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul {
  padding-bottom: 30px;
  height: 300px;
  overflow-y: auto;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li {
  color: #000;
  
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  /* 170% */
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-left: 27px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 2px;
    left: 0;
    color: #FF6052;
    font-size: 18px;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li>svg {
    display: none;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li.heading:before {
    display: none;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li.heading {
    padding-left: 0;
    font-weight: bold;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li svg {
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont h5 {
  color: #000;
  
  font-size: 30px;
  font-weight: 400;
  line-height: 1.48;
  /* 148.333% */
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardCont p {
  color: #000;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 190.625% */
  padding: 17px 0 27px;
  transition: all 0.4s ease-in-out;
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardBtn a {
  border-color: #000;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  justify-content: center;
}
.packageSection .packageSec-main .packageSec-card:hover {
  background-color: #000;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardTop span.starting {
  background-color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardTop b {
  color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardPrice h5 {
  color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardCont h6 {
  color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardCont ul li {
  color: #999;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardCont h5 {
  color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardCont p {
  color: #999;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardBtn a {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardBtn a:hover {
  background-color: #fff;
  color: #000;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardbtn1 a {
  background-color: #fff;
  color: #000;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardbtn1 a svg path {
  fill: #000;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardbtn1 a:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.packageSection .packageSec-main .packageSec-card:hover .packageSec-cardbtn1 a:hover svg path {
  fill: #fff;
}

.closingPopUpSha {
  position: fixed;
  top: 5%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1050px;
  height: auto;
  z-index: 9999999;
  overflow: visible;
  display: none;
  border-radius: 4px;
  max-width: 90%;
  max-height: 97%;
  border-radius: 25px;
  align-items: stretch;
      transform: matrix(0.7, 0, 0, 0.7, 0, 0);
}
.closingPopUpSha .closingPopUpSha-main {
  display: flex;
  align-items: stretch;
}
.closingPopUpSha .popupImage {
  width: 50%;
  position: relative;
}
.closingPopUpSha .popupImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.closingPopUpSha .popupImage h5 {
  position: absolute;
  top: 60px;
  left: 38px;
  color: #FFF;
  
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.86px;
}
.closingPopUpSha .popupImage h5 span {
  color: #FF3D2E;
}
.closingPopUpSha .popupImage a {
  color: #333;
  
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  display: flex;
  align-items: flex-end;
  padding: 25px 35px;
  border-radius: 72px;
  background: #FFF;
  position: absolute;
  bottom: 65px;
  left: -55px;
}
.closingPopUpSha .popupImage a span {
  color: #000;
  text-align: center;
  
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding: 0 23px;
  padding-bottom: 10px;
  margin: 0 10px;
}
.closingPopUpSha .popupImage a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 0;
}
.closingPopUpSha .popupCont {
  width: 50%;
  padding: 0 38px;
  background: #FFF;
  position: relative;
  border-radius: 0 30px 30px 0;
}
.closingPopUpSha .popupCont .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.closingPopUpSha .popupCont .close-btn i {
  font-size: 30px;
  font-weight: 400;
}
.closingPopUpSha .popupCont .popup-all-cont {
  padding-top: 55px;
  background: #F7F7F7;
}
.closingPopUpSha .popupCont .popup-all-cont h5 {
  color: #333;
  
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0 28px;
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont h6 {
  color: #000;
  
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 0 30px;
  padding-bottom: 24px;
}
.closingPopUpSha .popupCont .popup-all-cont p {
  color: #FF3D2E;
  text-align: center;
  
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  background: #000;
}
.closingPopUpSha .popupCont .popup-all-cont form {
  padding: 50px 35px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field {
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field input, .closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7F7F7;
  width: 100%;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  height: 100px;
  resize: none;
}
.closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  color: #FFF;
  background-color: rgb(10, 211, 10);
}



.form-control:focus{ background:transparent; box-shadow:none; }

@media ((min-width: 1660px)) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }
}
@media (max-width: 1440px) {
     
  .mainBanner .banner-cont h6 {
    font-size: 25px;
    line-height: 1.6;
  }
  .mainBanner .banner-cont p {
    font-size: 18px;
    line-height: 1.4;
  }
  .mainBanner .banner-cont ul {
    padding-bottom: 30px;
  }
  .mainBanner .banner-cont .rating p {
    font-size: 15px;
  }
  .section2 .section2-cont ul {
    padding: 0 3%;
  }
  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section3 .sec3-mainCont .sec3-card .cardHeading h6 {
    font-size: 22px;
    line-height: 1.2;
  }
  .section3 .sec3-mainCont .sec3-card .cardPara p {
    font-size: 16px;
    line-height: 1.3;
  }
  .section3 .sec3-mainCont .sec3-card .cardHeading {
    padding-bottom: 15px;
  }
  .section4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section4 .sec4-head {
    padding: 0 15% 40px;
  }
  .section4 .sec4-body .sec4-card {
    padding: 30px 35px;
    border-radius: 12px;
  }
  .mn-btn a {
    gap: 10px;
    padding: 15px 25px;
    font-size: 16px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 {
    right: -20px;
  }
  .procesSec-main .row .col {
    width: 20%;
  }
  .testimonailSection .testimonailSec-main .testiSec-card {
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profile {
    flex: 0 0 40px;
    height: 40px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont h6 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont span {
    gap: 15px;
    text-wrap: nowrap;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardBody p {
    font-size: 16px;
    line-height: 1.4;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .testiDates p {
    font-size: 14px;
    font-weight: 500;
  }
  .testimonailSection,
  .processSection,
  .faqSection,
  footer {
    padding: 60px 0;
  }
  .faqSection .faqSec-main .accordion li .acc_title {
    font-size: 20px;
    line-height: 1.1;
  }
  .copyright {
    padding: 25px 0;
  }
  .copyright .copyright-top {
    padding-bottom: 30px;
  }
  footer .footer-cont h5 {
    padding: 20px 0 0;
  }
  footer .footer-cont p {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 15px 0px;
  }
  header .header-actions {
    gap: 25px;
  }
  header .headerLogo {
    max-width: 100%;
    width: 200px;
  }
  .mn-btn a {
    gap: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .mn-btn a svg {
    width: 30px;
  }
  header .header-actions .header-tel a {
    font-size: 14px;
  }
  .mainBanner {
    padding: 50px 0;
  }
  .mainBanner .banner-cont h6 {
    font-size: 20px;
    line-height: 1.2;
  }
  .mainBanner .banner-cont h2 {
    font-size: 52px;
  }
  .mainBanner .banner-cont p {
    font-size: 16px;
    line-height: 1.3;
  }
  .mainBanner .banner-cont ul li {
    gap: 7px;
    font-size: 14px;
    padding-bottom: 6px;
  }
  .mainBanner .banner-cont .rating p {
    font-size: 14px;
  }
  .mainBanner .banner-cont .rating p span,
  .mainBanner .banner-cont .rating p i {
    font-size: 9px;
    padding: 0 0.5px;
  }
  .trustedSection {
    padding: 25px 0 20px;
  }
  .section1 {
    padding-top: 40px;
  }
  .mn-hd h6 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .mn-hd h5 {
    font-size: 38px;
    letter-spacing: 0;
  }
  .mn-hd p {
    font-size: 16px;
   line-height: 23px;
  }
  .section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section2 .section2-cont ul {
    padding: 0 0;
  }
  .section2 .section2-cont ul li {
    padding: 0 20px;
    width: 33.33%;
    text-align: center;
  }
  .section2 .section2-cont ul li p {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .section2 .section2-cont ul li h6 {
    font-size: 35px;
  }
  .section3 .sec3-upparCont {
    padding-bottom: 40px;
  }
  .section3 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .sec3-mainCont .col-md-3 {
    width: 33.33%;
  }
  .section4 .sec4-body .sec4-card {
    padding: 20px 20px;
    border-radius: 8px;
  }
  .section4 .sec4-body .sec4-card h6 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .section4 .sec4-body .sec4-card p {
    font-size: 14px;
  }
  .section4 .sec4-head {
    padding: 0 10% 40px;
  }
  .section4,
  .section5 {
    padding: 60px 0;
  }
  .section5 .sec5-leftCont .groupBtn {
    padding-top: 18px;
    gap: 10px;
  }
  .chatBtn {
    gap: 8px;
    font-size: 14px;
  }
  .chatBtn svg {
    width: 20px;
    height: 20px;
  }
  .section5 .sec5-card {
    border-radius: 15px;
    padding: 20px 15px;
    margin-top: 40px;
  }
  .section5 .sec5-card .sec5-cardHd h5 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .section5 .sec5-card .sec5-cardHd h6 {
    font-size: 38px;
    line-height: 0.98;
    letter-spacing: 0;
  }
  .section5 .sec5-card .sec5-cardCont p {
    font-size: 16px;
    line-height: 1.2;
  }
  .section5 .sec5-card .sec5-cardBtnGropu .btnNew {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1.2;
  }
  .section5 .sec5-card .sec5-cardBtnGropu .btnNewTel {
    gap: 8px;
    font-size: 16px;
    margin-top: 20px;
  }
  .mn-hd span.stockText {
    font-size: 55px;
    letter-spacing: 0;
  }
  .mn-hd h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .section5 .sec5-rightCont ul li .sec5-mainCont .content p {
    line-height: 1.2;
    padding-top: 10px;
  }
  .section5 .sec5-rightCont ul li .sec5-mainCont .content {
    padding-bottom: 15px;
  }
  .section5 .sec5-rightCont ul {
    gap: 15px;
  }
  .section5 .sec5-rightCont {
    padding-left: 3%;
  }
  .section6 {
    padding-bottom: 60px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont {
    top: 0px;
    right: 190px;
    left: auto;
    width: 220px;
    height: 220px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h3 {
    font-size: 50px;
    padding-bottom: 10px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 {
    right: 30px;
    top: -20px;
    bottom: auto;
    left: auto;
    width: 150px;
    height: 150px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont3 {
    top: 140px;
    right: 30px;
    left: auto;
    width: 180px;
    height: 180px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-left {
    padding-right: 0;
  }
  .section7 .section7-mainContainer .sec7-bottom ul li {
    padding: 0 20px;
  }
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .processSection .procesSec-hd {
    padding: 0 5% 40px;
  }
  .processSection .procesSec-main .procesSec-card {
    padding: 15px 20px;
    gap: 20px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardIcon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont {
    gap: 5px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont span {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont em {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont p {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
  }
  .processSection .procesSec-btnGroup {
    padding-top: 40px;
  }
  .testimonailSection .testimonailSec-hd ul {
    width: 50%;
    padding-top: 20px;
  }
  .testimonailSection .testimonailSec-hd {
    padding-bottom: 30px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont span {
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead {
    gap: 10px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileCont h6 {
    font-size: 16px;
    padding-bottom: 3px;
  }
  .testimonailSection .testimonailSec-groupBtn {
    padding-top: 40px;
  }
  .faqSection .faqSec-main .accordion li .acc_title {
    font-size: 18px;
    line-height: 1.1;
    padding: 15px 20px;
  }
  .faqSection .faqSec-main .accordion li .acc_desc p {
    font-size: 14px;
    line-height: 1.6;
  }
  .faqSection .faqSec-main .accordion li .acc_desc {
    padding: 15px 20px 10px 20px;
  }
  .faqSection .faqSec-main .accordion li {
    padding-bottom: 15px;
  }
  .footer-logo {
    width: 180px;
  }
  .copyright .copyright-top {
    padding-bottom: 10px;
  }
  .copyright .copyright-bottom p {
    font-size: 14px;
    line-height: 1;
  }
  .packageSection .packageSec-main .packageSec-card {
    padding: 20px 20px 20px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 {
    font-size: 60px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 a {
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    gap: 15px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 {
    padding-bottom: 35px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont h5 {
    font-size: 18px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardBtn a {
    font-size: 16px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 42px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 {
    font-size: 20px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 br {
    display: none;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 18px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form {
    padding: 30px 25px;
  }
  .closingPopUpSha .popupImage h5 {
    font-size: 40px;
  }
  .closingPopUpSha .popupImage a {
    font-size: 22px;
  }
  .closingPopUpSha .popupImage a span {
    font-size: 18px;
    padding: 0 18px;
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 40px;
  }
  .closingPopUpSha .popupImage a {
    padding: 20px 30px;
    left: 10px;
  }
}
@media (max-width: 992px) {
  .mainBanner .banner-img {
    width: 100%;
    left: 0;
  }
  .mainBanner .banner-cont ul li svg {
    width: 15px;
    height: 15px;
  }
  .mainBanner .banner-cont ul li {
    gap: 3px;
    font-size: 13px;
    padding-bottom: 5px;
  }
  .mainBanner .col-md-5,
  .mainBanner .col-md-7 {
    width: 50%;
  }
  .mainBanner .banner-cont h2 {
    font-size: 33px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .mainBanner .banner-cont h6 {
    font-size: 16px;
  }
  .mainBanner .banner-cont p {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .groupBtn {
    gap: 12px;
  }
  header .headerLogo {
    width: 180px;
  }
  .mainBanner .banner-cont .rating {
    padding-top: 10px;
  }
  .mn-hd h6 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .mn-hd h5 {
    font-size: 32px;
    letter-spacing: 0;
  }
  .mn-hd p {
    font-size: 14px;
    line-height: 1.5;
  }
  .section1 .sec1-cont ul li {
    gap: 5px;
    font-size: 14px;
    padding-bottom: 7px;
  }
  .section1 .sec1-cont ul li svg {
    width: 16px;
    height: 16px;
  }
  .section1 .sec1-cont ul {
    padding-bottom: 20px;
  }
  .section2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .section2 .section2-cont ul li h6 {
    font-size: 28px;
  }
  br {
    display: none;
  }
  .section3 .sec3-mainCont .sec3-card .cardHeading h6 {
    font-size: 20px;
    line-height: 1.2;
  }
  .section3 .sec3-mainCont .sec3-card .cardPara p {
    font-size: 14px;
  }
  .section3 .sec3-mainCont .sec3-card .cardBtn a {
    gap: 5px;
    font-size: 16px;
  }
  .section3 .sec3-mainCont .sec3-card .cardBtn a svg {
    width: 28px;
    height: 13px;
  }
  .section4 .sec4-body .sec4-card h6 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .section4 .sec4-foot {
    padding-top: 45px;
  }
  .section5 .sec5-leftCont .groupBtn {
    padding-top: 15px;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section5 .sec5-card {
    border-radius: 8px;
    padding: 15px 15px;
    margin-top: 30px;
  }
  .section5 .sec5-card .sec5-cardHd h5 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .section5 .sec5-card .sec5-cardHd h6 {
    font-size: 24px;
  }
  .section5 .sec5-card .sec5-cardBtnGropu .btnNew {
    padding: 12px 20px;
    font-size: 14px;
  }
  .section5 .sec5-card .sec5-cardBtnGropu .btnNewTel {
    font-size: 14px;
    margin-top: 13px;
  }
  .section5 .sec5-rightCont ul li .sec5-mainCont {
    gap: 15px;
  }
  .mn-hd span.stockText {
    font-size: 40px;
    letter-spacing: 0;
    width: 45px;
    flex: 0 0 45px;
  }
  .section5 .sec5-rightCont ul li .sec5-mainCont .content {
    padding-bottom: 10px;
  }
  .section5 .sec5-rightCont ul {
    gap: 10px;
  }
  .section6 .sec6-head {
    padding-bottom: 50px;
    padding: 0 10% 30px;
  }
  .design-card-list--large .design-card-list__item {
    width: 150px;
  }
  
  .section7 .section7-mainContainer {
    padding: 0 0;
  }
  .groupBtn {
    gap: 10px;
  }
  .mn-btn a svg {
    width: 22px;
    height: 10px;
  }
  .section7 .section7-mainContainer .sec7-bottom {
    padding-top: 30px;
  }
  .section7 .section7-mainContainer .sec7-bottom .bottom-heading {
    font-size: 22px;
    line-height: 1.4;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont {
    gap: 2px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont p {
    font-size: 18px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont span {
    font-size: 16px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardCont em {
    font-size: 11px;
  }
  .processSection .procesSec-main .procesSec-card .procesSec-cardIcon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card {
    border-radius: 5px;
    padding: 12px;
    gap: 15px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileTag img {
    width: 60px;
    margin: auto 0 auto auto;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardBody p {
    font-size: 14px;
    line-height: 1.4;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .rating span {
    gap: 3px;
    font-size: 10px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardFoot .testiDates p {
    font-size: 11px;
  }
  .testimonailSection .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .testimonailSection,
  .processSection,
  .faqSection,
  footer {
    padding: 40px 0;
  }
  .faqSection .faqSec-hd {
    text-align: center;
    padding-bottom: 30px;
  }
  .faqSection .faqSec-main .accordion li .acc_title {
    font-size: 16px;
    line-height: 1.1;
    padding: 12px 15px;
  }
  footer .footer-cont h6 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  footer .footer-cont h5 {
    padding: 10px 0 0;
  }
  footer .footer-cont span {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  footer .footer-cont p {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
  }
  footer .footer-form .footerForm-feild label {
    font-size: 16px;
    line-height: 1;
    gap: 5px;
  }
  footer .footer-form .footerForm-feild label i {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
  footer .footer-form .footerForm-feild input,
  footer .footer-form .footerForm-feild select,
  footer .footer-form .footerForm-feild textarea {
    padding: 6px;
    font-size: 14px;
  }
  footer .footer-form .footerForm-feild {
    padding-bottom: 20px;
  }
  footer .footer-form .footerForm-btn button {
    padding: 10px 20px;
    font-size: 14px;
  }
  footer .footer-form .footerForm-btn button svg {
    width: 25px;
    height: 15px;
  }
  .faqSection .faqSec-btnGroup {
    padding-top: 40px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardTop span.starting {
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardTop b {
    font-size: 20px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 {
    font-size: 40px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span {
    font-size: 12px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 a {
    border-radius: 5px;
    font-size: 14px;
    gap: 3px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardPrice {
    padding-bottom: 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardTop {
    gap: 7px;
    padding-bottom: 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardbtn1 {
    padding-bottom: 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont h6 {
    font-size: 16px;
    gap: 10px;
    padding-bottom: 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 7px;
    gap: 5px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul li svg {
    margin-top: 4px;
    transition: all 0.4s ease-in-out;
    flex: 0 0 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul {
    padding-bottom: 10px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont h5 {
    font-size: 12px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardCont p {
    font-size: 13px;
    padding: 10px 0 15px;
  }
  .packageSection .packageSec-main .packageSec-card .packageSec-cardBtn a {
    border-radius: 5px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .closingPopUpSha .popupCont, .closingPopUpSha .popupCont .popup-all-cont {
    border-radius: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  header .header-actions {
    gap: 12px;
  }
  header .header-actions .header-tel a {
    font-size: 12px;
  }
  .mn-btn a {
    gap: 10px;
    padding: 9px 10px;
    font-size: 11px;
  }
  header .header-actions {
    justify-content: center;
    padding-top: 10px;
  }
  header .headerLogo {
    width: 180px;
    margin: auto;
  }
  .mainBanner {
    padding: 30px 0;
  }
  .mainBanner .col-md-5,
  .mainBanner .col-md-7 {
    width: 100%;
  }
  .trustedSection .trustedSec-main {
    padding: 0 0 0px;
  }
  .trustedSection .trustedSec-main .trustedSec-icon ul {
    flex-wrap: wrap;
  }
  .trustedSection .trustedSec-main .trustedSec-icon ul li {
    width: 33.33%;
    flex: 0 0 33.33%;
    padding: 10px;
  }
  .section1 {
    padding-top: 30px;
  }
  .mn-hd h5 {
    font-size: 24px;
  }
  .section1 .sec1-cont h6 {
    padding-bottom: 5px;
  }
  .section1 .sec1-cont .rating p {
    font-size: 12px;
  }
  .section1 .sec1-cont .rating p span,
  .section1 .sec1-cont .rating p i {
    font-size: 12px;
  }
  .section2 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section2 .section2-cont ul li h6 {
    font-size: 22px;
  }
  .section2 .section2-cont ul li {
    padding: 0 10px;
  }
  .section3 .sec3-upparCont {
    padding-bottom: 20px;
  }
  .sec3-mainCont .col-md-3 {
    width: 50%;
  }
  .section3 .sec3-mainCont .sec3-card .cardImg {
    padding-bottom: 7px;
  }
  .section3 .sec3-mainCont .sec3-card .cardHeading h6 {
    font-size: 16px;
  }
  .section3 .sec3-mainCont .sec3-card .cardHeading {
    padding-bottom: 5px;
  }
  .section3 .sec3-mainCont .sec3-card .cardPara {
    padding-bottom: 10px;
  }
  .rowGap-4 {
    row-gap: 24px;
  }
  .section3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section4,
  .section5 {
    padding: 30px 0;
  }
  .section4 .sec4-head {
    padding: 0 0% 30px;
  }
  /*.sec4-body .col-md-4 {*/
  /*  width: 50%;*/
  /*}*/
  .section4 .sec4-body .sec4-card {
    padding: 12px;
    border-radius: 4px;
    height: 100%;
  }
  .rowGap3 {
    row-gap: 24px;
  }
  .rating p {
    font-size: 13px;
  }
  .rating span {
    font-size: 10px;
  }
  .section4 .sec4-foot {
    padding-top: 30px;
  }
  .rating {
    padding-top: 10px;
  }
  .section5 .sec5-card {
    border-radius: 20px;
    padding: 20px 25px;
    margin: 20px 0;
  }
  .section6 .sec6-head {
    padding-bottom: 50px;
    padding: 0 0% 20px;
  }
  .design-card-list--large .design-card-list__item {
    width: 100px;
    margin-right: 5px;
  }
  .section6 .sec6-foot {
    padding-top: 25px;
  }
  .section6 {
    padding-bottom: 30px;
  }
  .section7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section7 .section7-mainContainer .sec7-mainCont .sec7-right {
    height: 200px;
    transform: scale(0.6) translate(0, -20px);
  }
  .section7 .section7-mainContainer .sec7-bottom .bottom-heading {
    font-size: 16px;
    line-height: 1.2;
  }
  .section7 .section7-mainContainer .sec7-bottom ul {
    padding-top: 25px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .section7 .section7-mainContainer .sec7-bottom ul li {
    width: 33.33%;
  }
  .section7 .section7-mainContainer .sec7-bottom ul li:nth-child(3n) {
    border-right: none;
  }
  .testimonailSection,
  .processSection,
  .faqSection,
  footer {
    padding: 30px 0;
  }
  .processSection .procesSec-hd {
    padding: 0 0% 25px;
  }
  .procesSec-main .row {
    row-gap: 0px;
  }
  .procesSec-main .row .col {
    width: 50%;
    flex: 0 0 50%;
  }
  .testimonailSection .testimonailSec-hd ul {
    width: 80%;
    padding-top: 10px;
  }
  .testimonailSection .testimonailSec-main .testiSec-card .testiSec-cardHead .profileTag {
    display: block;
  }
  .faqSection .faqSec-main .accordion li .acc_title {
    font-size: 14px;
    padding: 10px 12px;
  }
  .faqSection .faqSec-main .accordion li .acc_desc {
    padding: 10px 10px 0px 12px;
  }
  .faqSection .faqSec-main .accordion li .acc_desc p {
    font-size: 12px;
    line-height: 1.5;
  }
  .faqSection .faqSec-main .accordion li {
    padding-bottom: 10px;
  }
  .faqSection .faqSec-main .accordion {
    padding-top: 10px;
  }
  .faqSection .faqSec-hd {
    padding-bottom: 10px;
  }
  .copyright {
    padding: 15px 0;
    text-align: center;
  }
  .footer-logo {
    width: 150px;
    margin: auto;
    padding-bottom: 10px;
  }
  .copyright .copyright-top .footer-payment {
    text-align: center;
  }
  footer .footer-cont p {
    padding-bottom: 20px;
  }
  .packageSection {
    padding: 30px 0;
  }
  .packageSection .packageSec-hd {
    padding-bottom: 20px;
  }
  .packageSec-main .row {
    row-gap: 0px;
  }
  .closingPopUpSha .popupImage {
    display: none;
  }
  .closingPopUpSha .popupCont {
    width: 100%;
    padding: 0;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 34px;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 16px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
    font-size: 20px;
    padding: 15px;
  }
}
.overlay {
  background-color: rgba(8, 32, 50, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.popup-main {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 980px;
  background: #fff;
  box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.431372549);
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 8px;
  max-width: 97%;
  max-height: 90vh;
  overflow-y: auto;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 100px;
}

.mmpopup {
  background: #f8f8f8;
  display: flex;
  align-items: center;
}

.mmpopup .imgpop {
  width: 30%;
  font-size: 0;
}

.mmpopup .cont {
  width: 35%;
  padding: 2rem 2rem;
}

.mmpopup .formPop {
  width: 35%;
  padding: 2rem 2rem 0;
}

.mmpopup .cont h3 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}

.mmpopup .cont p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
}

.mmpopup .cont .lists {
  padding: 0rem 0 10px;
}

.mmpopup .cont .lists li {
  color: var(--head-color);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mmpopup .cont .lists li svg {
  top: 1px;
  height: 0.9em;
  width: auto;
  position: relative;
}

.mmpopup .cont .call a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--head-color);
}

.formPop .fld {
  margin-bottom: 1rem;
  font-size: 14px;
}

.formPop .fld input,
.formPop .fld textarea {
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  resize: none;
}

.formPop .fld textarea {
  height: 80px;
}

.deg90 {
  transform: rotate(90deg);
}

/* popup */
.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 530px;
  background: #fff;
  box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.431372549);
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 8px;
  max-width: 97%;
  max-height: 90vh;
  overflow-y: auto;
}

.popupmain .mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 45px 25px 25px;
  display: block;
}

.popupmain .mmpopup .formpop {
  width: 100%;
  margin: 24px auto;
}

.popupmain .mmpopup .fld-input {
  height: initial;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #D1D5DB;
  background: #EEEEEE;
}

.popupmain .mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}

.popupmain .mmpopup .centercont h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.popupmain .mmpopup .centercont h4 span {
  color: #86cb92;
}

.popupmain .mmpopup .centercont h4 span span {
  display: none;
}

.popupmain .mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 100px;
}

.popupmain .mmpopup .centercont p {
  margin-bottom: 10px;
}

.popupmain .mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.popupmain .mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.popupmain .mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.popupmain .mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.popupmain .mmpopup .centercont h4 {
  font-size: 35px;
  font-family: "Inter", sans-serif;
}

.popupmain .mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: #0085ff;
}

.popupmain .mmpopup .centercont h3 span {
  display: block;
  margin: 0 0px;
  color: #000;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  /* color: #3A3D40; */
}

.popupmain .mmpopup .centercont h4 span {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  margin-left: 10px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218, 217, 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input,
.fld-input textarea {
  width: 100%;
  height: 50px;
  padding: 10px 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #EEEEEE;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  border-radius: 10px;
  resize: none;
}

.fld-input textarea {
  height: 80px;
}

.fld-input input::-moz-placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}

/* popup */


.tabsPack {
    margin: 2rem 0;
    text-align: center;
}

.tabsPack a {
    border: 1px solid #000;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 8px;
}

.tabsPack a.active ,
.tabsPack a.current {
    background: #FEB236;
    color: #000;
    border-color: #FEB236;
}


.distxt {
    color: #919191;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}



@media (max-width: 992px) {
  .mmpopup .cont {
    padding: 2rem 15px;
  }
  .mmpopup .cont h3 {
    font-size: 1.1rem;
  }
  .mmpopup .cont p {
    margin-bottom: 8px;
    font-size: 12px;
    padding-top: 5px;
  }
  .mmpopup .cont .lists li {
    padding: 2px 0;
    font-size: 13px;
  }
  .mmpopup .cont .call a {
    font-size: 0.9rem;
  }
  .mmpopup .formPop {
    width: 35%;
    padding: 15px 15px 0 0px;
  }
  .formPop .fld input, .formPop .fld textarea {
    height: 30px;
    font-size: 12px;
  }
  .formPop .fld textarea {
    height: 80px;
  }
  .themeBtn, .btnSubmit {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .mmpopup {
    flex-direction: column;
  }
  .mmpopup .imgpop {
    width: 100%;
    height: 110px;
    font-size: 0;
    overflow: hidden;
    display: none;
  }
  .mmpopup .imgpop img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mmpopup .formPop {
    width: 100%;
    padding: 15px;
  }
  .mmpopup .formPop h3 {
    padding-bottom: 15px;
    text-align: left;
  }
  .mmpopup .cont {
    padding: 15px;
    width: 100%;
  }
  
.iti__country-list{     white-space: nowrap!important; z-index:999!important; }
.iti--container{ z-index: 9999999 !important;  }
.guarantee-bg{     padding: 4rem 1rem 6rem!important; }
.testimonailSection{ overflow:hidden!important; }
  
}




ul.nav {
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.nav li a {
    font-size: 16px;
    color: black;
    border: transparent;
    padding: 10px 30px;
    border-radius: 50px;
    transition: none;
    border: 2px solid white;
}

ul.nav li a:hover {
    border: 2px solid #fdb245;
    padding: 10px 30px;
    border-radius: 50px;
    transition: none;
}



.packageSec-card:hover .pckg-disclaimer {

    color: #fff;

}



.pckg-disclaimer {

    font-size: 12px !important;

    line-height: 1.5 !important;

    padding: 10px 0 0 !important;

    text-align: center !important;

}



.testiSec-cardHead .profile {

    background: #000;

    border-radius: 50%;

    color: #fff;

}



.testiSec-cardHead .profile div {

    display: flex;

    height: inherit;

    width: inherit;

    align-items: center;

    justify-content: center;

}

/*guarantee section*/



.guarantee-bg {

    background: url(../../assets/images/cta-bg.png) center right / cover  no-repeat;

    border-radius: 14px;

    padding: 4rem 6rem 6rem;

}



.guarantee-bg p.para {

    font-size: 18px;

    margin: 14px 0;

    line-height: 26px;

}




.money-back-image {

    margin-top: -172px;

    margin-bottom: 22px;

}



.guarantee-bg a.getstarted.popbtn.pkg-Pop {

    border-radius: 5px;

    background: #feb236;

    padding: 22px 45px;

    color: #121332;



    font-size: 20px;

    font-weight: 700;

    line-height: 1.2;

    text-transform: uppercase;

}

/*guarantee section*/



.ppForms .leadforms-step-title,

.formpop .leadforms-step-title {

    display: none

}



.ppForms .leadforms-step-instruction,

.formpop .leadforms-step-instruction {

    display: none

}



.ppForms .leadforms-form-body,

.formpop .leadforms-form-body {

    padding: 0 !important;

}

/*black friday theme 2025*/



.mainBanner {

    background-position: top;

}



.bordertop {

    border-top: 1px solid #ffffff26;

    padding: 50px 0 0;

    margin-top: 50px;

}



@media only screen and (min-width: 768px) and (max-width: 992px) {

    img.tags {

        max-width: 60%;

        text-align: center;

        margin: 0 auto;

        display: flex;

    }

}



@media only screen and (min-width: 280px) and (max-width: 767px) {

    .mainBanner .banner-img {

        width: 48%;

        left: 0;

        text-align: center;

        margin: 0 auto;

    }

    /*DON'T REMOVE THIS CSS (Responsive changes)*/

    .tabsPack a {

        padding: 1rem 1rem;

        font-size: 14px;

        margin: 5px 8px;

    }

    .copyright .copyright-bottom p {

        text-align: center !important;

        font-size: 12px;

    }

    .text-end {

        text-align: center !important;

    }

    .distxt {

        font-size: 12px;

        line-height: 20px;

    }

    .copyright .copyright-bottom span,

    .copyright .copyright-bottom a {

        font-size: 12px;

    }

    section.privacy_policy_Sec h4:nth-child(1) {

        font-size: 20px;

    }

    section.privacy_policy_Sec h4 {

        font-size: 20px;

    }

    section.privacy_policy_Sec h4:nth-child(1) {

        font-size: 20px;

    }

    section.privacy_policy_Sec h4 {

        font-size: 18px;

    }

}




.easter img {

    max-width: 70%;

}

.easter {

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;

    animation: swinging 3.5s ease-in-out forwards infinite;

    position: absolute;

    justify-items: legacy;

    top: 35px;

    z-index: 9;

    width: 251px;

	left: 40px;

}	

@keyframes swinging{

    0%{transform: rotate(10deg);}

    50%{transform: rotate(-5deg)}

    100%{transform: rotate(10deg);}

}	

	

/*santa*/

#sticky-Left-Banner {

	animation: MoveUpDown 3s linear infinite;

    position: fixed;

    /* flex-direction: column; */

    /* justify-content: center; */

    /* align-items: center; */

    bottom: 6%;

    /* right: 0px; */

    /* height: 195px; */

    /* width: 225px; */

    /* background: #e21f0c; */

    /* border-radius: 10px 0px 0px 10px; */

    /* box-shadow: 1px 1px 10px 2px rgb(4 4 4 / 44%); */

    /* color: white; */

    /* font-size: 1.3rem; */

    /* padding-top: 10px; */

    /* text-align: center; */

    /* line-height: 1.5rem; */

    /* font-weight: 100; */

    z-index: 12;

    /* -webkit-animation: slideIn 2s forwards; */

    -moz-animation: slideIn 2s forwards;

    /* animation: slideIn 1s forwards; */

	-webkit-animation: mover 1s infinite  alternate;

    animation: mover 1s infinite  alternate;

}

@-webkit-keyframes mover {

    0% { transform: translateY(0); }

    100% { transform: translateY(-10px); }

}

@keyframes mover {

    0% { transform: translateY(0); }

    100% { transform: translateY(-10px); }

}

.santa img {

    width: 12%;

    /*margin: -330px 0 0 !important;*/

}

/*santa*/

@media only screen and (max-width: 800px) and (min-width: 320px){



.easter {

    -webkit-transform-origin: 50% 0 !important;

    transform-origin: 50% 0;

    -webkit-animation: swinging 3.5s ease-in-out forwards infinite !important;

    animation: swinging 3.5s ease-in-out forwards infinite;

    position: absolute;

    justify-items: legacy;

    top: -3px;

    z-index: 9;

    width: 251px;

    left: 4px;

}

@keyframes swinging{

    0%{transform: rotate(10deg);}

    50%{transform: rotate(-5deg)}

    100%{transform: rotate(10deg);}

}

.easter img {

    max-width: 25%;

}

.santa img {

    width: 30%;

}

section.bg-main {

    padding: 12em 0 3em !important;

}

}

.leadforms-form-body-bg-color {

    background: transparent !important;

}



.leadforms-step-title {

    display: none;

}



.leadforms-step-instruction {

    display: none;

}



.leadforms-form-body {

    padding: 0 !important;

}

/* new */



.distxt {

    text-align: left;

    font-size: 16px;

}

form.ftr-form input, form.ftr-form textarea {

    background: #ffffff;

    width: 100%;

    padding: 15px 20px !important;

    font-weight: 600;

    margin: 0 0 10px;

    border: 1px solid #0000008c;

    border-radius: 10px;

}

form.ftr-form textarea{

    height: 100px;

}

form.ftr-form input.btnsbt {

    background: #f9a424;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.copyright {

    background: #101010;

    padding: 30px 0;

}

.headerLogo a img {

    width: 170px;

}

.mn-btn a {

    font-size: 17px;

}

.sticky-slider a {

    border-top: 4px solid #000 !important;

    display: block;

    width: 100%;

    position: fixed;

    bottom: 0;

    text-transform: uppercase;

    font-weight: 600 !important;

    border: 0;

    cursor: pointer;

    color: #fff !important;

    padding: 15px 0;

    font-size: 20px;

    margin: auto;

    border-radius: 0;

    -webkit-transition: 0.1s linear;

    -moz-transition: 0.1s linear;

    -o-transition: 0.1s linear;

    -ms-transition: 0.1s linear;

    transition: 0.1s linear;

    background: #0c267a;

    float: none;

    left: 0;

    right: 0;

    animation: 1.2s infinite blinkingText;

    z-index: 1000;

    text-align: center;

}

@keyframes blinkingText {

    0% {

        background: #332c8d;

        color: #fff;

    }

    100%,

    49% {

        background: #f25e34;

        color: #fff;

    }

    60% {

        background: #332c8d;

        color: #fff;

    }

    99% {

        background: #f25e34;

    }

}

.copyright {

    background: #101010;

    padding: 30px 0;

    margin-bottom: 35px;

}

header {

    padding: 10px 90px;

}








@media only screen and (max-width: 800px) and (min-width: 320px){

.easter {

    display: none;

}

.copyright .copyright-bottom p {

    font-size: 14px;


}

.distxt {
        line-height: 18px;
        font-size: 12px;

}

.mainBanner .banner-img {

    width: 100%;

}

header .header-actions .header-tel a {

    font-size: 13px;

}

.packageSection .packageSec-main .packageSec-card .packageSec-cardCont ul {

    padding-bottom: 30px;

    height: 230px;

}

.mainBanner .banner-cont h2 {

    font-size: 40px;

}

header {

    padding: 10px 6px;

}

.mn-btn a {

    font-size: 10px;

}



}
.closingPopupTab .leadforms-step-wrapper {
  padding: 0;
}

/* new css  */
.navbar-brand img {
    max-width: 170px;
}


.top {
    background-color: #0354A3;
    padding: 8px 0;
}

.top p {
    font-size: 16px;
    text-align: center;
    color: white;
}
section.section7 .call-btn {
    color: white;
    border-color: #ffffff8c;
}

section.section7 .call-btn i {
    color: white;
}
.call-btn {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #8080806e;
    padding: 15px 20px;
    border-radius: 7px;
    transition: none;
}

.call-btn strong {
    font-weight: 700;
}

.call-btn i {
    color: #1890FF;
    margin-right: 5px;
}

.call-btn:hover {
    background: linear-gradient(0deg,rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
    color: white;
    transition: none;
}

.call-btn:hover i {
    color: white;
}
.cta-btn {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 15px 30px;
    border-radius: 7px;
    transition: none;
     background: linear-gradient(0deg,rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
     color: white;
     transition: none;
}
.cta-btn i {
  color: white;
}
.cta-btn:hover{
  color: black;
  background : transparent;
   border: 1px solid #8080806e;
}

.ring {
   animation: dzRing 1.2s infinite ease-in-out;
}

@-webkit-keyframes dzRing {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
  }
  
  @-webkit-keyframes dzRing {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: black !important;
    border: 2px solid transparent;
    padding: 10px 25px !important;
    text-align: center;
    border-radius: 40px;
}

.navbar-nav .nav-link:hover {
   border: 2px solid #FBBD71;
}

.header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.rating p strong {
    font-weight: 600;
}

.about-gradient  , .wix-experty , .best-choice{
  background: url(../../assets/images/about-bg.png) center right / cover  no-repeat;
}


.guarantee-bg form {
    background-color: white;
    max-width: 780px;
    margin: auto;
    height: 90px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.guarantee-bg form input {
    width: 100%;
}

.guarantee-bg form input::placeholder {
    font-size: 20px;
}

.guarantee-bg form button {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
  padding: 17px 20px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 35%;
}
.form-cta {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 15px;
    background-color: #035DAC;
    max-width: 780px;
    border-radius: 15px;
    margin: 20px auto 0 auto;
}

.sec3-mainCont img{
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

.sec3-mainCont h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    letter-spacing: -1px;
}

.sec3-mainCont .row {row-gap: 25px;}

.best-choice span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
.wix-experty h4 , #portfolio h6 , .best-choice h4  ,.pricing-wrap h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2px;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(#1890FF, #145AFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}

.wix-experty {
    padding: 60px 0;
}

.wix-experty p {
    text-align: center;
}

.wix-experty .experty-box {
    background-color: white;
    text-align: center;
    border-radius: 15px;
    padding: 30px 70px;
    border: 1px solid #8080804f;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.wix-experty .experty-box img {
    display: block;
    margin: auto;
}

.wix-experty .experty-box span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 10px 0;
}

.wix-experty .experty-box p {
    line-height: 22px;
}

.wix-experty .row {
    row-gap: 20px;
    margin-top: 30px;
}

.wix-experty .experty-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all .2s linear;
        z-index: -1;
}

.wix-experty .experty-box:hover::before {
    transition: all .2s linear;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}
.wix-experty .experty-box:hover p , .wix-experty .experty-box:hover span {
  color: white;
}
.about-wrap h5 , .about-wrap p {
  color: black;
}

.brs-gen h4 {
         color: #ffff;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 0;
    line-height: 50px;
    letter-spacing: -2px;
    padding-bottom: 10px;
}
.section3 h5 , .section3 p {
  color: black;
}


.best-choice ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.best-choice ul li {
    width: 210px;
    height: 210px;
    background-color: white;
    border: 1px solid #80808033;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
    transition: all .3s linear;
}

.best-choice h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: normal;
}

.best-choice ul li:hover {
    transform: translateY(-5px);
    transition: all .3s linear;
    border-color: #1f7cfb;
}

#testimonials h5  , .faqSection h5{
    color: black;
    padding-top: 0;
}
#testimonials p {
  color: black;
}



.pricing-wrap .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 16px;
    font-weight: 600;
    color: black;
    border: 1px solid #0000005c;
    padding: 13px 25px;
    border-radius: 5px;
}

.pricing-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border: 1px solid #145AFF;
    background: linear-gradient(0deg, rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
    color: white;
}
.pricing-wrap  .pricing-wrap .nav {
    margin-top: 25px;
    margin-bottom: 20px;
}

.pricing-card {
    background-color: #E4F3FE;
    padding: 25px;
    border-radius: 5px;
}

.pricing-card h2 {
    font-size: 25px;
    font-weight: 600;
    background: -webkit-linear-gradient(#1890FF, #145AFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 31px;
}
.pricing-card h4 {
    font-size: 60px;
    letter-spacing: -4px;
    font-weight: 400;
    padding: 10px 0 20px 0;
}
.pricing-card ul li {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
}
.pricing-card ul {
    height: 230px;
    overflow: auto;
}
.pricing-card a{
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 15px 30px;
    border-radius: 7px;
    transition: none;
     background: linear-gradient(0deg,rgba(20, 90, 255, 1) 0%, rgba(24, 144, 255, 1) 100%);
     color: white;
     transition: none;
     width: 100%;
     text-align: center;
    margin-top: 20px;
}

.pricing-wrap .nav {
  margin-bottom: 40px;
  margin-top: 10px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: black;
      clip-path: circle(45%);
}

.slick-dots li:active {
  background-color: #145AFF;
}

.slick-dots li.slick-active button:before {
  background-color: #145AFF;
  width: 15px;
  height: 15px;
      clip-path: circle(45%);
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
}

.pricing-wrap .slick-slide {
    margin: 0 10px;
}
.pricing-wrap .slick-dots {
     bottom: -50px;
}

.pricing-wrap .pkg-month {
    font-size: 20px;
    letter-spacing: 0;
}

.pricing-wrap .pkg-month {
    font-size: 20px;
    letter-spacing: 0;
}

.pricing-wrap .heading.first , .heading {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid black;
    width: max-content;
    padding: 0 !important;
    margin-bottom: 10px;
}

.wix-automation-bnr .rev-srat p {
    color: black;
    font-weight: 700;
    padding-bottom: 30px;
}

.wix-automation-bnr .rev-srat span {
    color: #FBBD71;
}

.bnr-rev {
    position: relative;
    top: 58%;
}



.wix-automation-bnr {
    background: url(../../assets/images/automation-bnr.png) center center / cover  no-repeat;
   height: 1065px;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 150px;
}
.wix-studio-bnr {
    background: url(../../assets/images/studio-bnr.png) center center / cover  no-repeat;
    padding: 0;
}

.wix-automation-bnr h2 {
    font-size: 70px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    letter-spacing: -4px;
    max-width: 75%;
    line-height: 75px;
    color: black;
    margin: 10px auto 20px auto;
}
.wix-automation-bnr p {
    font-size: 20px;
     font-family: "Wix Madefor Display", sans-serif;
    color: black;
    max-width: 60%;
    margin: auto;
    line-height: 22px;
}
.spr-btns .light-btn {  
    font-size: 16px;
    font-weight: 600;
    background-color: #FBBD71;
    color: black;
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-block;
}
.spr-btns .light-btn:hover {
    background-color: black;
    color: white;
}

.spr-btns .dark-btn {
    font-size: 16px;
    font-weight: 600;
    background-color: #000;
    color: #ffff;
    padding: 13px 30px;
    border-radius: 50px;
}
.spr-btns .dark-btn:hover {
    background-color: #FBBD71;
    color: black;
}
.spr-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.spr-btns svg {
    margin-left: 5px;
}
.automation-about .content h5  , .wix-studio h4 , .wix-web h4 , .wix-web h4 span , .wix-cta h4 , .plaftroms h4 , .design-slider h4{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -2px;
}
.wix-cta h4 {
    color: white;
}
.automation-about .content p {
    text-align: center;
    padding-top: 15px;
}
.automation-about .content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
        margin: 20px 0;
}

.automation-about .content ul li {  
    font-size: 18px;
    font-weight: 500;
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 6px;
}
section.automation-about .desin__box strong {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.desin__row {
    row-gap: 30px;
}
.desin__box:hover img {
     transition: all .3s linear;
}

.desin__box:hover img {
    transform: translateY(-5px);
    transition: all .3s linear;
}
.wix-studio {
     background: url(../../assets/images/automation-bg.png) center center / cover  no-repeat;
     position: relative;
     padding: 60px 0;
}

.wix-studio span {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
}

.wix-studio span::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 15px;
    background-color: #fdb245;
    left: 0;
    bottom: 2px;
}

.acc .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: black;
    border-radius: 5px;
    font-family: "Wix Madefor Display", sans-serif;
}

.acc .accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
}
.acc .accordion-button:not(.collapsed) , .accordion-button:focus{
    color: none;
    background-color: #ffffff;
    box-shadow: none;
    font-family: "Wix Madefor Display", sans-serif;
}
.wix-studio h5 {
    font-size: 40px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #E45E44;
    font-weight: 900;
    padding-bottom: 10px;
    font-family: poppins;
    text-transform: uppercase;
}
.figma-dsign {
    position: absolute;
    right: 1%;
}

.wix-web strong  , .plaftroms strong{
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg,rgba(234, 96, 54, 1) 0%, rgba(168, 75, 196, 1) 50%);
    color: white;
    padding: 10px 30px;
    display: block;
    border-radius: 60px;
    margin: auto;
    width: max-content;
    margin-bottom: 10px;
}

.wix-web h4 span {
    background: -webkit-linear-gradient(#EA6036, #A84BC4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-box {
    position: relative;
    margin-top: 90px;
}
.web-box-content {
    position: absolute;
    top: 0;
    padding: 46px 80px 40px 20px;
}
.design-f {
    position: absolute;
    top: -51px;
    right: 20%;
    z-index: -1;
    transition: all .3s linear;
}
.web-box-content span {
    font-size: 20px;
    display: block;
    font-weight: 700;   
    padding: 12px 0 5px 0;
}

.web-box-content p {
    color: #404040;
}
.web-box:hover .design-f {
    transform: translateY(10px);
    transition: all .3s linear;
}
.wix-cta {
    background: url(../../assets/images/wix-ct.png) center center / cover  no-repeat;
}
.wix-cta h5 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 90px;
    font-weight: 600;
    text-align: center;
    font-family: poppins;
    line-height: 90px;
    padding-top: 10px;
    text-transform: uppercase;
}
.wix-cta p {
    font-size: 20px;
    color: white;
    max-width: 60%;
    text-align: center;
    margin: auto;
    padding-top: 10px;

    line-height: 26px;
}
.plaftroms .plat-img {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0;
}
.plaftroms .img-hid {
    visibility: hidden;
}
.tab-frame {
    margin: auto;
    display: block;
}

.design-slider .slick-slide {
    margin: 0 5px;
}
section.wix-gallry {
    background-color: #FFF7F2;
    position: relative;
}

section.wix-gallry::before {
    position: absolute;
    content: 'Thriving with Wix';
    font-size: 115px;
    font-weight: 700;
    top: 3%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #FFE6E3;
}

ul.wix-galry-slider .slick-slide img {
    margin: auto;
    padding: 0 10px;
}
ul.wix-galry-slider .slick-slide {
width: max-content !important;
}
ul.wix-galry-slider .slick-track {
    display: flex;
}
.plat-img:hover .e1 {
    transform: translateX(-157px);
    transition: all .2s linear;
}
.plat-img:hover .e2 {
    transform: translateX(157px);
    transition: all .2s linear;
}
.plat-img:hover .e3 {
    transform: translateY(-157px);
    transition: all .2s linear;
}
.plat-img:hover .e4 {
    transform: translateY(157px);
    transition: all .2s linear;
}
.plat-img img {
     transition: all .2s linear;
}
    

.plat-img img {
  transition: none;
}

/* left */
.e1 {
  animation: moveLeft 2s ease-in-out infinite alternate;
}

/* right */
.e2 {
  animation: moveRight 2s ease-in-out infinite alternate;
}

/* up */
.e3 {
  animation: moveUp 2s ease-in-out infinite alternate;
}

/* down */
.e4 {
  animation: moveDown 2s ease-in-out infinite alternate;
}

/* keyframes */
@keyframes moveLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-157px); }
}

@keyframes moveRight {
  from { transform: translateX(0); }
  to   { transform: translateX(157px); }
}

@keyframes moveUp {
  from { transform: translateY(0); }
  to   { transform: translateY(-157px); }
}

@keyframes moveDown {
  from { transform: translateY(0); }
  to   { transform: translateY(157px); }
}
.award-img {
    position: absolute;
    top: 0;
}


ul.nav {
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.nav li a {
    font-size: 16px;
    color: black;
    border: transparent;
    padding: 10px 30px;
    border-radius: 50px;
    transition: none;
    border: 2px solid white;
}

ul.nav li a:hover {
    border: 2px solid #fdb245;
    padding: 10px 30px;
    border-radius: 50px;
    transition: none;
}

#process h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    letter-spacing: -2px;
    padding-bottom: 10px;
}

.wix-studio .mn-btn a{
  color: black;
  background-color: #FBBD71;
}
.wix-top {
    padding-top: 300px;
}

.com-solution .container {
  border-radius: 20px;
     background-color: #0f1822;
  position: relative;
}

.com-solution .offer__tag {
    position: absolute;
    left: 0;
}
.com-solution h4 {
    color: white;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: -2px;
    text-align: center;
    padding-top: 30px;
}

.com-solution h4 span {
    font-weight: 600;
    color: #208afb;
}
.com-solution strong {
    color: white;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    padding: 15px 0;
    display: block;
}
.com-solution ul li p {
    font-size: 15px;
     color: #BEBEBE;
    line-height: 20px;
}

.com-solution ul li {
    align-items: start;
    gap: 4px;
    padding-bottom: 15px;
    display: flex;
}
.com-solution ul li i {
    color: #188BFF;
    font-size: 15px;
        position: relative;
    top: 2px;
}
.row.justify-content-center.pkg-row {
    padding: 30px 0 60px 0;
}
.pricing-pkg h6 {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -7px;
    color: #D71C2A;
    text-align: center;
}

.pricing-pkg a {
    font-size: 16px;
    background-color: #D71C2A;
    color: white;
    font-weight: 500;
    padding: 17px;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    display: block;
    width: max-content;
}

.com-solution ul li p span {
    color: #d61a30;
}
.price-tag {
    margin: auto;
    display: block;
}
.com-solution h5 {
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    padding-top:50px;
    letter-spacing: -1px;
}








/* Allow selecting/copying text inside slick */
.slick-slider, .slick-list, .slick-track, .slick-slide {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* Make sure text area is selectable */
.slick-slide * {
  -webkit-user-select: text !important;
  user-select: text !important;
}