/*Main Css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.mn-hd h4 {
  color: #000000;
  font-family: "Causten";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.design-card-list__item .design-card a:before {
      display : none !important;
  }
.mn-hd h6 {
  color: #000000;
  font-family: "Causten";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.mn-hd h5 {
  color: #000000;
  font-family: "Causten";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.mn-hd h5 span {
  color: #FEB236;
}
.mn-hd p {
  color: #000000;
  font-family: "Causten";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667;
}
.mn-hd span.stockText {
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1.4px #FEB236;
  text-stroke: 1.4px #FEB236;
  font-family: "Causten";
  font-size: 94.138px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8; /* 166.667% */
  letter-spacing: -1.883px;
}

.rating {
  padding-top: 20px;
}
.rating p {
  color: #000000;
  font-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-color: #FC6425;
}

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

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

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

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;
}

p,
a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

p {
  line-height: 26px;
  display: block;
}

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;
}

::-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-family: "Roboto";
  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: 80px 0 90px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.mainBanner .banner-cont h6 {
  color: #FEB236;
  font-family: "Causten";
  font-size: 30px;
  font-weight: 500;
  line-height: 2;
}
.mainBanner .banner-cont h2 {
  color: #fff;
  font-family: "Causten";
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
}
.mainBanner .banner-cont p {
  color: #fff;
  font-family: "Causten";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}
.mainBanner .banner-cont ul {
  padding-bottom: 40px;
}
.mainBanner .banner-cont ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Causten";
  font-size: 16px;
  font-weight: 600;
  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: #fff;
  font-family: "Causten";
  font-size: 16px;
  font-weight: 400;
  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 {
  padding: 32px 0 24px;
}
.trustedSection .trustedSec-main {
  border-bottom: 1px solid #e3e2e5;
  padding: 0 5% 24px;
}
.trustedSection .trustedSec-main .trustedSec-hd h6 {
  color: #8a8a8a;
  font-family: "Causten";
  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: 75px;
}
.section1 .sec1-cont h6 {
  padding-bottom: 12px;
}
.section1 .sec1-cont h5 {
  padding-bottom: 20px;
}
.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-family: "Causten";
  font-size: 16px;
  font-weight: 600;
  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-family: "Causten";
  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 {
  padding-top: 120px;
  padding-bottom: 110px;
}
.section2 .section2-cont ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}
.section2 .section2-cont ul li {
  padding-right: 60px;
  border-right: 1px solid #000;
}
.section2 .section2-cont ul li p {
  color: #000;
  font-family: "Causten";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
}
.section2 .section2-cont ul li h6 {
  color: #feb236;
  font-family: "Causten";
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  /* 100% */
}
.section2 .section2-cont ul li.last {
  padding-right: 0;
  border-right: none;
}

.section3 {
  padding-bottom: 95px;
  padding-top: 95px;
}
.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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
}
.section4 .sec4-body .sec4-card p {
  color: #000;
  font-family: "Causten";
  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: 95px;
  padding-top: 110px;
}
.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;
}
.section5 .sec5-card {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/section5/bg.jpg) lightgray 0px -6px/100% 100.751% no-repeat;
  border-radius: 28px;
  padding: 45px 25px;
  margin-top: 30px;
}
.section5 .sec5-card .sec5-cardHd {
  padding-bottom: 40px;
}
.section5 .sec5-card .sec5-cardHd h5 {
  color: #FFFFFF;
  font-family: "Causten";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.section5 .sec5-card .sec5-cardHd h6 {
  color: #FEB236;
  font-family: "Causten";
  font-size: 50px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -1px;
}
.section5 .sec5-card .sec5-cardCont {
  padding: 12px 0 25px;
}
.section5 .sec5-card .sec5-cardCont p {
  color: #fff;
  text-align: center;
  font-family: "Causten";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.27;
}
.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;
}
.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: 190px;
  padding-bottom: 100px;
  background: #eee;
}
.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: -100px;
  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: #fff7f2;
  box-shadow: -18px 30px 80px 0px rgba(243, 183, 145, 0.3);
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h3 {
  color: #00276f;
  font-family: "Causten";
  font-size: 84px;
  font-weight: 700;
  line-height: 0.62;
  letter-spacing: -1.681px;
  padding-bottom: 28px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont h4 {
  color: #f2a879;
  font-family: "Causten";
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.42px;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 {
  right: 100px;
  left: unset;
  width: 262.595px;
  height: 262.595px;
  border-radius: 164.91px;
  border: 1px solid #fff;
  background: #f4fbff;
  box-shadow: 0px 30.461px 74.577px 0px rgba(167, 223, 255, 0.3);
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont2 h4 {
  color: #62c6ff;
  text-align: center;
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont3 {
  top: 220px;
  left: 270px;
  width: 273px;
  height: 273px;
  border-radius: 164.91px;
  border: 1px solid #fff;
  background: #f3fff2;
  box-shadow: 0px 30.461px 74.577px 0px rgba(140, 215, 134, 0.3);
}
.section7 .section7-mainContainer .sec7-mainCont .sec7-right .roundCont3 h4 {
  color: #6ed965;
  text-align: center;
}
.section7 .section7-mainContainer .sec7-bottom {
  padding-top: 100px;
}
.section7 .section7-mainContainer .sec7-bottom .bottom-heading {
  color: #0d0d1d;
  font-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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: #eee;
  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;
  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-family: "Inter";
  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-family: "Causten";
  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-family: "Causten";
  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: 28px;
  line-height: 1.33;
  font-weight: 400;
  color: #303a42;
  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 30px;
}
.faqSection .faqSec-main .accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  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/footer/bg.jpg);
  padding: 130px 0 110px;
  background-size: cover;
}
footer .footer-cont {
  padding-right: 20px;
}
footer .footer-cont h6 {
  color: #FFFFFF;
  font-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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;
  font-family: "Causten";
  /* 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-family: "Roboto";
  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-family: "Inter";
    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-family: "Causten";
  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-family: "Causten";
  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;
  font-family: "Causten";
}
.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span b { 
    font-family: "Causten";
}

.packageSection .packageSec-main .packageSec-card .packageSec-cardPrice h5 span.newPackSty  { 
    display: inline-flex;
    flex-direction: row;
    gap: 6px;
    color: #666;
    font-family: "Causten";
    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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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: 50%;
  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;
}
.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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  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-family: "Causten";
  font-size: 21px;
  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: 1660px) {
  .section5 .sec5-leftCont .groupBtn {
    padding-top: 25px;
    gap: 20px;
  }
  .mn-hd h5 {
    font-size: 46px;
  }
  .mn-btn a {
    gap: 15px;
    padding: 15px 25px;
    font-size: 20px;
  }
  .groupBtn {
    gap: 30px;
  }
}
@media (max-width: 1440px) {
  .mainBanner .banner-cont h2 {
    font-size: 70px;
  }
  .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;
  }
  .mn-hd p {
    line-height: 1.4;
  }
  .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: 1.6;
  }
  .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-cardHd {
    padding-bottom: 25px;
  }
  .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; }
  
}
