@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --color_1: #46a93d;
  --color_2: #27313b;
  --color_3: #ffd409;
  --color_4: #ededed;
  --color_5: #545454;
  --color_6: #8c8c8c;
}
.aaa .owl-item img {
  width: auto !important;
  display: inline-block !important;
}
* {
  font-family: "Lato", sans-serif;
}

body {
  scroll-padding-top: 150px;
}
.contacterr,
.emailerr{
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}
html {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
  --top-spacing: 100px;
}


.grecaptcha-badge{
    display: none;
    opacity: 0;
    visibility: hidden;
}
form .error {
    border:1px solid #e41919 !important;
}

#recaptcha_callback, #recaptcha_callback2{
  display: none;
}
/* ################### GLOBAL STYLE ################# */

/* .mySwiper2 .swiper-slide img{
    width: 43px;
    height: 43px;
    fill: var(--color_5) !important;
} */

.ff {
  color: #ffffffdb !important;
}

.ff2 {
  color: #ffffff87 !important;
}

.callusnow {
  width: 60px;
  height: 60px;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 50px 50px 50px 0;
  font-size: 35px;
  position: fixed;
  bottom: 120px;
  left: 20px !important;
  z-index: 9999;
  box-shadow: 6px 8px 21px 1px #0003;
  padding: 0px 0px 0px 0;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
  background: linear-gradient(90deg, #0af632, #03b911);
  background: -moz-linear-gradient(left, #59bad3 0%, #9b2c92 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#59bad3', endColorstr='#9b2c92', GradientType=1);
  border: solid 3px #15bf00;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0) rotateY(0);
  }
  100% {
    transform: translateY(-10px) rotateY(0);
  }
}

.main-footer .bb {
  padding-left: 6px;
  border-left: 3px solid var(--color_1);
}

.m-logo img {
  position: absolute;
  top: -10px;
  z-index: 9;
}

header .top {
  padding: 10px 0;
}

.opacity-4 {
  opacity: 0.8;
}

header .top p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .top p span {
  position: relative;
}

header .top p span:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background-color: var(--color_1);
  top: 60%;
  left: 0;
  transform: translate(-50%, -50%);
}

.btn-core {
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  width: 180px;
}

.btn-core img {
  margin-right: 10px;
}

.pd-btn {
  padding: 10px;
}

.banner ul {
  line-height: 2;
}

.banner-form form input,
.banner-form form textarea {
  border-radius: 0;
  background: #d9d9d9;
  color: #666464;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 12px;
  height: 40px;
  resize: none;
}

.w-2 {
  width: 220px;
}

.w-3 {
  width: 280px;
}

.banner-form form textarea {
  height: auto;
  margin: 0 0 30px;
}

.banner-form {
  padding: 50px 25px 25px;
  background: #d9d9d930;
}

.text {
  font-size: 16px;
  color: #959595;
  line-height: 1.2;
}

.banner-breaker {
  position: sticky;
  top: 0;
  z-index: 999999999;
}

.banner-breaker p {
  justify-content: space-evenly;
  margin: 0;
}

.banner-breaker p .f-text {
  font-size: 18px;
}

.banner-breaker p i {
  margin: 0 5px;
}

.double-l-bdr {
  padding: 0 10px;
  border-left: 4px double #fff;
}

.icons i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-color: #fff;
  color: #fff;
  margin: 0 3px;
  transition: 0.5s;
}

.icons i:hover {
  background: #fff;
  color: var(--color_2);
  box-shadow: 2px 2px 0 #27313c;
  transform: translate(-2px, -2px);
}

footer .icons i:hover {
  box-shadow: 2px 2px 0 #ffffff46;
}

.br-btn {
  background: #ffd409 url(../images/bnr-brkr-btn.png) no-repeat;
  padding: 30px 25px 5px 25px;
  font-size: 25px;
  color: var(--color_2);
  margin: 0;
  /* position    : absolute; */
  background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.brand-bdr {
}

.brand-slider {
  border: 2px solid #dedede;
  padding: 0;
}

.ss-bdr {
  border-top: 5px double #dedede;
}

.breaker-2 {
  border-bottom: 5px solid var(--color_1);
}

.breaker-4 {
  border-bottom: 5px solid var(--color_3);
}

.fourth-sec .content {
  width: 165px;
  height: 151px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  padding: 15px;
}

.fourth-sec .content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color_1);
  border: 10px solid var(--color_3);
  position: absolute;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.fourth-sec .content:hover p {
  color: #fff !important;
}

.fourth-sec .content:hover img {
  filter: brightness(20);
}
.fourth-sec .content img,.slider-testi img{
    width: auto !important;
}
.fourth-sec .content:hover:before {
  transform: scale(1);
}
.fourth-sec .content .b-d-r {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .fourth-sec .active p {
  color: #fff !important;
} */

/* .fourth-sec .active img {
  filter: brightness(20);
} */

.fourth-sec .active:before {
  transform: scale(1);
}

.fifth-sec .content-side h4 {
  transform: translateX(60px);
}

.breaker-3 button {
  transform: translateY(30px);
  box-shadow: 0px 18px 25px -17px #ffffff6b, -44px 0 25px -17px #ffffff6b,
    -43px 18px 25px -17px #ffffff6e, 44px 0 25px -17px #ffffff73,
    43px 18px 25px -17px #ffffff6b;
}

.mySwiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 12;
  transition: 0.5s;
}

.mySwiper2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color_1);
  transform: scale(1.5);
}

.mySwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px;
  left: 0;
  width: 100%;
}

.sixth-sec .v2 img {
  filter: brightness(20);
}

.seventh-sec .top {
  border-bottom: 2px solid #dadada;
  padding-bottom: 15px;
}

.seventh-sec .b-1 {
  border: 1px solid #d0d0d0;
  padding: 2px;
}

.seventh-sec .content {
  padding: 10px;
  box-shadow: 0 0 10px #0003;
  transition: 0.5s;
}

.seventh-sec .content:hover {
  background: var(--color_1);
}

.seventh-sec .content:hover .text {
  color: #fff !important;
}

.seventh-sec .content:hover button.bg-color_1 {
  background: var(--color_3) !important;
  color: var(--color_2);
}

.testimonial .content .top {
  background: #27313b85;
  border: 2px solid var(--color_2);
  transition: 0.5s;
  position: relative;
}

.testimonial .swiper-slide-next .content .top:after {
  border-top: 25px solid var(--color_1);
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
}

.f-p123 span {
  padding-left: 4px;
  border-left: 2px solid var(--color_1);
  margin-left: 4px;
}

.q-mark {
  font-size: 25px;
  transform: rotate(12deg);
  color: var(--color_1);
  font-weight: 900;
  display: inline-block;
}

.homee {
  color: var(--color_1);
  margin: 5px 20px 0 0;
  font-size: 18px;
}

/* ################### PRELOADER ################## */

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999999;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preloader img {
  width: 250px !important;
  height: auto;
}

/* ################### BACKGROUND ################# */

.banner {
  height: 674px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
}

.banner-breaker {
  background: url(../images/breaker-bnnr-bg.jpg) no-repeat;
  background-size: cover;
}

.first-sec {
  background: url(../images/first-bg.jpg) no-repeat;
  background-size: contain;
}

.second-sec {
  background: url(../images/second-bg.jpg) no-repeat;
  background-size: cover;
}

.breaker-1 {
  background: url(../images/br-1-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.third-sec {
  background: url(../images/third-bg.jpg) no-repeat;
  background-size: cover;
}

.third-sec .content-f1 {
  background: url(../images/heading-left.png) no-repeat;
  background-size: cover;
  height: 546px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 999;
  background-position: 100%;
}

.fourth-sec {
  background: url(../images/frt-bg.jpg) no-repeat;
  background-size: cover;
}

.fifth-sec {
  background: url(../images/fifth-bg.jpg) no-repeat;
  background-size: cover;
}

.fifth-sec .content-side {
  background: url(../images/fifth-side-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  /* align-items        : center; */
  flex-direction: column;
  background-position: center;
}

.breaker-3 {
  background: url(../images/br-3-img.jpg) no-repeat;
  background-size: cover;
  margin-top: -60px;
}

.sixth-sec {
  background: url(../images/sixth-bg.jpg) no-repeat;
  background-size: cover;
}

.sixth-sec .v1 {
  background: url(../images/sixth-1.png) no-repeat;
  background-size: cover;
  border: 2px solid #d0d0d0;
}

.sixth-sec .v2 {
  background: url(../images/sixth-2.png) no-repeat;
  background-size: cover;
  border: 2px solid #32832b;
}

.seventh-sec .b-2 {
  background: url(../images/seventh-ele-bg.jpg) no-repeat;
  background-size: cover;
  padding: 25px;
  border: 1px solid #d0d0d0;
}

.seventh-sec {
  background: url(../images/seventh-bg.jpg) no-repeat;
  background-size: cover;
}

.testimonial {
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
}

.client-sec {
  background: url(../images/client-bg.jpg) no-repeat;
  background-size: cover;
}

.main-footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial .swiper-slide-next .content .top {
  background-color: var(--color_1);
  border: 2px solid var(--color_1);
}

.f-p123 {
  padding: 10px 0 10px 0;
  background: linear-gradient(269deg, #181f27, transparent);
}

.copyright {
  background: url(../images/copyright-bg.jpg) no-repeat;
  background-size: cover;
}

/* ############################ AFTER - BEFORE ########################## */

.main-footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 39.2%;
  height: 230px;
  background: #181f27b8;
  border-radius: 2px 0 0 2px;
}

.main-footer h4:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(../images/after/foot-line.png) no-repeat;
  background-size: contain;
  width: 110px;
  height: 5px;
}

.h2-after h2:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/after/main-line.png) no-repeat;
  background-size: contain;
  width: 152px;
  height: 5px;
}

.h2-after-yellow h2:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/after/main-line-y.png) no-repeat;
  background-size: contain;
  width: 152px;
  height: 5px;
}

.sm-line:before {
  content: "";
  position: absolute;
  left: 58px;
  bottom: 0;
  /* transform   : translateY( -50%); */
  background: url(../images/after/sm-line.png) no-repeat;
  background-size: contain;
  width: 81px;
  height: 5px;
}

.md-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50%;
  background: url(../images/after/md-line.png) no-repeat;
  background-size: contain;
  width: 131px;
  height: 5px;
}

.v2 .md-line:before {
  filter: brightness(20);
}

.third-sec .content-f1 .sm-line:before {
  left: 0;
  bottom: -30%;
  transform: translateY(-50%);
}

.testimonial .top:after {
  width: 0;
  height: 0;
  border-top: 25px solid var(--color_2);
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
  content: "";
  position: absolute;
  left: 47px;
  bottom: -27px;
  transform: translate(-50%, 0);
}

.fifth-sec .brk-line::after {
  content: "";
  position: absolute;
  left: 35%;
  bottom: -10%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 5px;
  background: url(../images/ft-divider.png) no-repeat;
  background-size: contain;
}

.fifth-sec .content-side:after {
  content: "";
  background: url(../images/BG-shadow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  bottom: 5px;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.fifth-sec .content-side::before {
  content: "";
  background: url(../images/BG-shadow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: 5px;
  width: 100%;
  height: 50px;
  z-index: 1;
  transform: rotateY(-180deg);
}

.seventh-sec button:after {
  filter: brightness(0.9);
}

.seventh-sec .snd::after {
  filter: hue-rotate(478deg) brightness(0.9);
}

.br-btn:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--color_3);
}

.br-btn:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--color_3);
}

.banner-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/form-icon.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: url(../images/banner-girl.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 461px;
}

.btn-after:after {
  position: absolute;
  top: 50%;
  right: -30px;
  content: "";
  background: url(../images/banner-btn-img.jpg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.btn-after:hover:after {
  right: -20px;
}

.first-sec button:after {
  filter: brightness(0.9);
}

/* ####################### SIGN UP PAGE STYLING ######################## */

.sign-banner {
  background: url(../images/signup/sign-up-bg.png) no-repeat;
  background-size: cover;
  height: 300px;
}

.sign-banner h2 {
  line-height: 0.6;
  padding: 0 0 0 10px;
  border-left: 5px solid var(--color_3);
}

.signup {
  background: url(../images/signup/bg.jpg) no-repeat;
  background-size: cover;
}

.signup form .form-control {
  background: #f5f5f5;
  height: 41px;
  border-color: #ededed;
  border-width: 2px;
  border-radius: 0px;
  color: #a1a1a1;
  margin: 0 0 15px;
}
.signup form textarea.form-control{
  height: auto;
}

.signup form label {
  color: #545454;
  font-size: 16px;
}

.clr-red {
  color: #ff0000;
}

.exclusive {
  background: url(../images/signup/ex.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px #0003;
}

del {
  text-decoration: line-through !important;
}

.exclusive h5::before {
  content: "";
  position: absolute;
  bottom: -95%;
  right: 15%;
  transform: translateY(-50%);
  background: url(../images/signup/stamp.png) no-repeat;
  background-size: contain;
  width: 68px;
  height: 68px;
}

.exclusive spam {
  background: var(--color_1);
  border-right: 5px solid var(--color_3);
  color: #fff;
  font-size: 18px;
  padding: 2px 3px;
}

/* ############################ THANK YOU PAGE ###########################*/

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-2 h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: var(--color_1);
  margin: 0;
  margin-bottom: 20px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.go-home {
  color: #fff;
  background: #5892ff;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.mySwiper h3 {
  font-size: 16px;
  padding: 15px;
  background: #efefef;
  color: var(--color_5);
}

.brand-bdr span i {
  color: var(--color_3);
  padding: 0;
  font-size: 11px;
}

.brand-bdr h4 {
  font-size: 24px;
  color: var(--color_5) !important;
  font-weight: 600;
  margin: 12px 0 0;
}

.brand-bdr h6 {
  font-size: 12px;
  color: #fff !important;
  background: red;
  padding: 3px 7px;
  border-radius: 0;
  margin: 8px 0 !important;
}

.mySwiper h3 span,
.mySwiper p span {
  margin-right: 5px;
}

.mySwiper .swiper-slide img.wr {
  display: block;
  width: 40%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.brand-bdr .content {
  width: 100%;
  text-align: center;
}

.brand-bdr p {
  background: #27313c;
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 2px;
}

.brand-bdr h6 b {
  font-weight: 900;
}

/* ############################ Privacy Policy PAge #########################*/

.privacy-policy {
  background: url(../images/signup/bg.jpg) no-repeat;
  background-size: cover;
}

.privacy-policy h2 {
  color: var(--color_5);
  font-size: 40px;
  font-weight: 800;
}

.privacy-policy h4,
.privacy-policy h3 {
  color: var(--color_5);
  font-weight: 600;
}

.privacy-policy ul {
  list-style: inside;
}

.privacy-policy p {
  font-size: 16px;
  color: #959595;
  line-height: 20px;
  font-weight: 400;
}

.privacy-policy h6 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  /* list-style: trad-chinese-informal; */
}

/* ############################ RESPONSIVE STYLING ########################## */

@media (max-width: 1600px) {
  .main-footer:before {
    top: 49%;
    width: 37.2%;
  }
}

@media (max-width: 1375px) {
  .main-footer:before {
    top: 49%;
    width: 35.2%;
  }
}

@media (max-width: 1199px) {
  header .top p,
  .btn-core,
  .text,
  .fifth-sec .content-side h4,
  .breaker-4 h4 {
    font-size: 14px !important;
  }
  .banner-content h2 {
    font-size: 22px;
  }
  .banner-content ul {
    font-size: 18px;
  }
  .banner-breaker p .f-text,
  .seventh-sec h5 {
    font-size: 16px;
  }
  .banner-breaker p i {
    margin: 0 2px;
  }
  .brand-bdr {
  }
  .breaker-1 {
    background-position: center;
  }
  .fifth-sec .content-side h4 {
    transform: translateX(30px);
  }
  .fifth-sec .content-side h4 span span {
    font-size: 30px;
  }
  .breaker-3 {
    padding: 40px 0;
  }
  .breaker-4 h4 span b {
    font-size: 20px !important;
  }
  .f-p123 span {
    font-size: 11px !important;
  }
  .banner-breaker p .f-text {
    font-size: 13px;
}
.banner-breaker p i {
    margin: 0 1px;
    font-size: 12px;
}
.banner-form {
    padding: 50px 20px 20px;
}
.second-sec .inner-content h4 {
    font-size: 20px;
}.third-sec .content-f1 h6 {
    font-size: 16px;
    margin: 0 0 20px;
}.third-sec .content-f1 h4 {
    font-size: 24px;
}.third-sec .content-f1 {
    height: 503px;
}
.third-sec

.inner-content.pd-b-35 {
    padding-bottom: 12px;
}
}

@media (max-width: 768px) {
  .sm-none {
    display: none;
  }
  header .top .row{
    justify-content: space-between;
  }
.banner:after {
    width: 238px;
    height: 365px;
    left: 75%;
}
.banner {
    height: 550px;
}
  .banner-breaker p i {
    margin: 0 -1px;
    font-size: 10px;
  }
  .double-l-bdr {
    line-height: 1.1;
  }
  .btn-core img {
    width: 10%;
    margin-right: -1px;
  }
    .banner-breaker .row{
      gap: 20px 0;
    }
  .banner-breaker button {
    padding: 14px 5px 0;
    font-size: 16px !important;
}
  .br-btn:before {
    height: 15px;
  }
  .br-btn:after {
    bottom: -22px;
    height: 4px;
  }
  h2 {
    font-size: 20px !important;
  }
  .banner-breaker {
    padding: 15px 0 10px;
}
  .mySwiper .swiper-slide img.wr {
    margin: 0 auto;
    width: 60% !important;
  }
  .brand-bdr span i {
    font-size: 12px;
  }
  .first-sec h6 {
    font-size: 14px !important;
  }
  .first-sec .swiper-slide h2 {
    margin-bottom: 22px !important;
  }
  .h2-after h2:after {
    width: 110px;
  }
  header .top p,
  .btn-core,
  .text,
  .fifth-sec .content-side h4,
  .breaker-4 h4 {
    font-size: 12px !important;
  }
  .w-2 {
    width: 135px;
  }
  .first-sec {
    padding: 40px 0;
  }
  .brand-slider {
    margin-bottom: 30px;
  }
  .second-sec h4 {
    font-size: 16px !important;
  }
.second-sec h4 img {
    width: 7%;
}
  .second-sec .inner-content {
    padding-bottom: 20px;
  }
  .breaker-1 h6 {
    font-size: 16px !important;
  }
  .third-sec .content-f1 {
    background: #000 url(../images/heading-left.png) no-repeat;
    height: auto;
    background-position: -42% 100%;
  }
  .third-sec h6 {
    font-size: 18px;
  }
  .third-sec h4 {
    font-size: 22px;
  }
  .third-sec .inner-content h4 {
    font-size: 16px;
  }
  .third-sec .inner-content {
    padding-bottom: 25px;
  }
  .third-sec .inner-content h4 img {
    width: 7%;
  }
  .breaker-2 .col-lg-3,
  .breaker-4 .col-lg-3 {
    justify-content: center;
  }
  .breaker-2 {
    padding-bottom: 15px;
  }
  .third-sec .content-f1 img {
    width: 25%;
    padding-bottom: 10px;
  }
.sm-line:before {
    left: 46px;
    bottom: -5px;
}
  .fifth-sec .content-side img {
    width: 12%;
  }
  .fifth-sec .content-side h4 span span {
    font-size: 25px;
  }
.fifth-sec .content-side {
    padding: 20px 0 35px;
    justify-content: center;
    background-size: 140% 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -20px 0 25px;
}
.fifth-sec .content-side h4 {
    transform: translateX(0);
    justify-content: center;
    width: 50%;
    margin: 0;
}
.fifth-sec .brk-line::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translate(-50%, -50%);
    width: 72%;
    height: 5px;
    background: url(../images/ft-divider.png) no-repeat;
    background-size: contain;
}
.fifth-sec .brk-line:nth-child(3):after{
  display: none;
}
  .fifth-sec .content-side:after {
    left: -22px;
    bottom: -12px;
  }
  .fifth-sec .content-side:before {
    right: -22px;
    bottom: -12px;
  }
  .sixth-sec .content {
    padding: 20px;
  }
  .sixth-sec .content h4 {
    font-size: 22px;
  }
  .sixth-sec .content h4 span {
    font-size: 12px;
  }
.btn-core {
    width: 160px;
}
  .seventh-sec .content-inner h4 {
    font-size: 18px;
  }
  .seventh-sec h5 {
    font-size: 12px;
  }
  .seventh-sec .b-2 {
    padding: 12px;
  }
  .seventh-sec .content .top img {
    width: 35%;
  }
  .seventh-sec .content .top h4 {
    font-size: 18px;
  }
  .seventh-sec .content .top h6 {
    font-size: 12px !important;
  }
  .seventh-sec .content-inner p {
    margin-bottom: 20px;
  }
  .btn-after:after {
    right: -22px;
    width: 22px;
    height: 22px;
  }
  .first-sec  .col-md-4 .content{
    margin: 40px 0;
  }
}

@media (max-width: 575px) {
  .banner {
    height: auto;
    padding: 100px 0 30px;
  }
  h2 {
    font-size: 18px !important;
  }
  .banner-content ul {
    font-size: 15px;
  }
  .btn-core {
    width: 160px;
  }
  header .top p,
  .btn-core,
  .text,
  .fifth-sec .content-side h4,
  .breaker-4 h4 {
    font-size: 14px !important;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
  .banner-form {
    margin-bottom: 30px;
  }
  .banner:after {
    width: 120px;
    height: 184px;
    left: 80%;
  }
  .btn-core img {
    width: 10%;
    margin-right: 4px;
  }
  .mySwiper .swiper-slide img.wr {
    margin: 0 auto;
    width: 46% !important;
  }
  .mySwiper .swiper-slide .btn-core img {
    width: 4%;
    margin-right: 4px;
  }
  .fifth-sec .content-side {
display: none;  }
  .breaker-3 {
    margin-top: -20px;
    padding: 50px 0;
  }
  .breaker-3 button {
    transform: translateY(10px);
  }
  .fifth-sec .content-side:after {
    left: 2px;
    bottom: -11px;
  }
  .fifth-sec .content-side::before {
    right: 2px;
    bottom: -11px;
  }
  .sixth-sec .content h4 {
    font-size: 20px;
  }
  .testimonial .swiper-slide-active .content .top {
    background-color: var(--color_1);
    border: 2px solid var(--color_1);
  }
  .testimonial .swiper-slide-active .content .top p {
    color: #fff;
  }
  .testimonial .swiper-slide-active .content .top:after {
    border-top: 25px solid var(--color_1);
    border-right: 15px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 15px solid transparent;
  }
  .testimonial .swiper-slide-next .content {
    transform: translateY(52px);
  }
  .testimonial .content {
    transform: translateY(0);
  }
  .ff2 {
    color: #ffffff87 !important;
    font-size: 11px;
    padding: 0 30px;
    line-height: 1.1;
  }
  .main-footer:before {
    top: 86.3%;
    width: 100%;
  }
  .swiper-pagination {
    display: none;
  }
  header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    z-index: 99999;
    box-shadow: 0 0 10px #0003;
    transition: 0.5s;
  }
  header.sticky .m-logo img {
    position: unset;
    top: 0;
    z-index: 9;
    width: 85%;
    transition: 0.5s;
  }
  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .sign-banner h2 {
    line-height: 0.9;
  }
  .sign-banner {
    height: 200px;
    align-items: flex-end !important;
  }
  .sign-banner .banner-content {
    transform: translateY(-45px);
  }
  .exclusive ul span {
    font-size: 14px;
  }
  .exclusive spam {
    font-size: 14px;
  }
  .exclusive {
    padding: 20px;
  }
  .exclusive h5::before {
    bottom: -44px;
    right: 0%;
    width: 50px;
    height: 50px;
  }
  br {
    display: none;
  }
  .third-sec h4 {
    font-size: 25px;
  }
  .third-sec .content-f1 {
    background: #000 url(../images/heading-left.png) no-repeat;
    height: auto;
    background-position: -54% 100%;
  }
  .seventh-sec h5 {
    font-size: 18px;
  }
  .seventh-sec .content .top h6 {
    font-size: 16px !important;
  }
}
