:root {
  --primary-color: #f26d00;
  --secondary-color: #f26d00;
  --white: #fff;
}

@import url("https://fonts.googleapis.com/css2?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");

html,
body {
  padding-right: 0px !important;
  background-color: #141313;
  color: #fff;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-slide {
  margin: 0 13px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  height: 20px;
  cursor: pointer;
}

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: var(--white);
  opacity: 1;
  font-size: 0px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li button {
  line-height: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

span.arrows {
  width: 36px;
  height: 36px;
  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: #dde2e6;
  color: #222;
}

span.arrows.next {
  right: 1%;
}

.slick-prev {
  left: -30px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 35px;
  border: 0px solid transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.slick-arrow:hover:before {
  color: black;
}

.slick-prev:before {
  content: "\f177";
}

.slick-next {
  right: -30px;
}

.slick-next:before {
  content: "\f178";
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

a {
  color: #3c4142;
  text-decoration: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0d0d0d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

header .header-nav {
  width: 100%;
  max-width: 1320px;
}

.banner-content {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.font {
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.mian-hd {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-content-hd {
  font-size: 2rem;
  font-weight: 600;
}

.contact-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.title-hd {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}

.banner-hd {
  font-size: 2.3rem;
}

.content-color {
  color: var(--primary-color);
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.banner-sec {
  padding: 10rem;
}

.banner-sec h1 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.6rem;
}

.services-indutry-content {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
}

.main-banner {
  background-image: url(../../images/drak-mode-01.webp);
  background-blend-mode: saturation;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 120px 0 100px 0;
}

.home-hd {
  color: #fff;
}

.home-hd h5 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 0px;
}

.home-hd h1 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}

.home-hd h2 {
  font-size: 3rem;
  color: #f26d00;
  font-weight: 600;
}

.home-hd ul {
  padding: 10px 0px;
}

.home-hd li {
  padding: 5px 34px;
  position: relative;
  display: block;
}

.home-hd li::before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #f26d00;
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: 2px;
}
/* Form */
.contact-sec {
  /* background-image: url(../images/landing-page/website-design/shape-5.webp); */
  border-radius: 10% !important;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  object-fit: contain;
  background-position: center;
  padding: 13% 16% 15% 16%;
  filter: drop-shadow(0px 0px 21px #f26d00);
  background-color: #25242a;
  border: 4px solid #f26d00;
}

.contact-sec {
  border-radius: 10% !important;
  overflow: hidden;
  padding: 7% 7% 7% 7%;
  filter: drop-shadow(0px 0px 21px #f26d00);
  background-color: #000000;
  border: 4px solid #f26d00;
  width: 85%;
  margin: 0px auto;
}

.formBtn:hover {
  filter: drop-shadow(1px 2px 8px #f26d00);
}

p {
  font-size: 20px;
}

.contact-sec p {
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 46px;
}

.contact-sec h2,
h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-sec span {
  font-size: 42px;
  line-height: 1;
}

.contact-sec h3 {
  color: #fff;
}

/* .contact-line::before {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 119px;
    position: absolute;
    bottom: -13px;
    left: 0px;
  } */

.contact-sec span {
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
}

ul.contact-info {
  padding: 0;
}

ul.contact-info li {
  list-style: none;
  margin: 14px 0px;
  position: relative;
}

ul.contact-info input,
ul.contact-info textarea {
  border: 1px;
  border: 1px solid #fff;
  width: 100%;
  padding: 14px 38px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.contact-info input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact-info input::-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

.contact-info li:nth-child(1)::after {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  top: 12px;
  color: #ffff;
}

.contact-info li:nth-child(2)::after {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  top: 12px;
  color: #ffff;
}

.contact-info li:nth-child(3)::after {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  top: 12px;
  color: #ffff;
}

.faq-section .contact-sec h2,
h3 {
  font-size: 28px;
}

.faq-section .contact-sec p {
  font-size: 16px;
}

.faq-section .contact-sec span {
  font-weight: 600;
  font-size: 28px;
}

.faq-section .btn-style-1 {
  padding-top: 12px !important;
}

/* Form */

/* service tabs */

.sec-pd {
  padding: 5rem 0 5rem 0;
}

.banner-content {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins";
  color: #f26d00;
}

.hd-text {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 1;
  position: relative;
}

.hd-line::before {
  content: "";
  background-color: #f26d00;
  height: 3px;
  width: 41px;
  position: absolute;
  bottom: -13px;
  left: 109px;
}

.hd-line::after {
  content: "";
  background-color: #f26d00;
  height: 3px;
  width: 100px;
  position: absolute;
  bottom: -13px;
  left: 0px;
}

.hd-line {
  position: relative;
}

.hd-text span {
  color: #f26d00;
  font-weight: 600;
}

.service-tabs-nav .nav-tabs {
  border-bottom: 0px;
}

.service-tabs-nav .nav-tabs .nav-link {
  display: inline-block;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #fff;
  background-color: rgb(37 36 42) !important;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: rgb(37 36 42) !important;
  border: 1px solid #f26d00;
  box-shadow: 0px 2px 4px #f26d00;
}

.service-tabs-nav .nav-tabs button {
  padding: 10px 15px;
  margin: 10px 3px 0px;
}

.call-tag {
  margin-top: 30px;
  text-align: left;
}

.text-start {
  text-align: left !important;
}

.g-call {
  display: inline-block;
  margin-left: 30px;
  transition: 1s;
}

.g-call:hover {
  transform: scale(1.1);
  transition: 1.5s;
}

.g-call small {
  font-size: 16px;
  margin: 0px 0px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  margin-left: 40px;
  transition: all 0.6s ease-in-out;
}

.g-call a {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  line-height: 0px;
  transition: all 0.6s ease-in-out;
  color: #25242a;
}

.g-call a::before {
  content: "\f2a0";
  font-size: 33px;
  font-family: "FontAwesome";
  padding-right: 3px;
  transition: all 0.6s ease-in-out;
}

/* service tabs */

/* cta banner  */

.bg__detail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.lp-cta .hd-text {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.3;
}

.lp-cta ul.inline-block {
  margin-top: 26px;
}

ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 15px;
}

.textter {
  display: inline-grid;
  cursor: pointer;
  margin-left: 30px;
  transition: 1.1s;
}

.textter:hover {
  transform: scale(1.1);
  transition: 1.5s;
}
.caller:hover {
  transform: scale(1.1);
  transition: 1.5s;
}

.textter small {
  font-size: 22px;
  color: #ededee;
  font-weight: 600;
}

span.early {
  font-weight: 600;
  font-size: 3rem;
}

span.on {
  font-size: 25px;
  font-weight: 600;
  color: #ededee;
}
p.rank {
  font-weight: 600;
}

.textter p {
  position: relative;
  color: #fff;
  text-decoration: auto;
  font-size: 20px;
  font-weight: 600;
}
.textter p::before {
  content: "\f27a";
  font-family: "FontAwesome";
  position: absolute;
  top: -26px;
  left: -57px;
  font-size: 21px;
  width: 50px;
  height: 50px;
  background: #25242a;
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2.5;
  text-align: center;
  margin: 0px auto;
  color: #f26d00;
  transition: 1.2s;
}

.caller {
  display: inline-grid;
  padding-left: 4rem;
  transition: 1.1s;
}

.caller small {
  margin-left: 10px;
  font-size: 19px;
  color: #ededee;
  font-weight: 600;
}

.caller a {
  position: relative;
  color: #fff;
  text-decoration: auto;
  font-size: 20px;
  font-weight: 600;
}

.caller a::before {
  content: "\f2a0";
  font-family: "FontAwesome";
  position: absolute;
  top: -29px;
  left: -46px;
  font-size: 21px;
  width: 50px;
  height: 50px;
  background: #25242a;
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2.4;
  text-align: center;
  margin: 0px auto;
  color: #f26d00;
  transition: 1.2s;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 236, 235, 0.7),
      0 0 0 0 rgba(240, 255, 249, 0.7);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(24, 187, 126, 0),
      0 0 0 0 rgba(186, 199, 194, 0.7);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 25px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 25px rgba(255, 109, 74, 0);
  }
}

/* cta banner  */

/* cta 2 */

.lp-cta .hd-text {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.3;
}

.lp-cta img {
  margin: -81px 0px -68px 0px;
  width: 300% !important;
}

.lp-cta ul.inline-block {
  margin-top: 26px;
}

.pre-plans-sec .banner-content {
  color: #fff;
}

.pre-plans-sec .hd-text {
  color: #fff;
  position: relative;
}

.money-1 img {
  margin-bottom: 18px;

  height: 65px;
  transition: 1.2s;
}

.money-1:hover img {
  transform: scale(1.2);
  transition: 1.2s;
}

.money-1 p {
  color: #25242a;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-weight: 500;
}

.money-1 {
  background-color: #fff;
  text-align: center;
  align-items: center;
  margin: 0px auto;
  padding: 34px;
  height: 185px;
  min-height: 185px;
  width: 243px;
  border-radius: 5px;
}

.ls-money-process li {
  padding: 6px;
}

.ft-banner {
  background-color: #25242a;
  background-blend-mode: saturation;
  padding: 4% 0px 100px 0px;
}

.ls-soical ul li {
  display: inline-block;
  color: #333333;
  padding-left: 8px;
  padding-top: 8px;
}

.ls-soical ul li:first-child {
  padding-left: 0px;
}

.ls-soical ul li a img {
  transition: 1.2s;
}

.ls-soical ul li a:hover img {
  transform: scale(1.1);
  transition: 1.2s;
}

.ls-soical span {
  color: #f26d00;
  font-size: 21px;
  font-weight: 500;
}

.ls-soical {
  text-align: end;
}

.ls-ft-content b {
  color: #f26d00;
  margin-top: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.ls-ft-content p {
  color: #ffff;
  margin: 3px 0px 0 0px;
}

.cta-2 {
  width: 100%;
  background-color: #ffffff87;
  color: #25242a;
  text-align: center;
  padding: 24px 0;
  border-radius: 15px;
  margin: 17px 0;
  border: 7px solid #919191;
}

.cta-2 p {
  color: #25242a;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-weight: 500;
}

/* cta 2 */
/*experties css begin*/

.main-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.main {
  margin: 0px auto;
  width: 600px;
  height: 600px;
  position: relative;
}

.text-warp-right {
  right: -10px;
  display: flex;
  justify-content: center;
  writing-mode: tb;
  position: absolute;
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-size: 5.5rem;
  letter-spacing: 12px;
  -webkit-text-stroke: 2px #25242a00;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  top: 0px;
  bottom: -55px;
  overflow: hidden;
  z-index: -2;
}

.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 17px solid #141313;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
  box-shadow: 0px 0px 10px 5px #f26d00 inset;
}

.icon-block {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
}

.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(5) {
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
  height: 65%;
  border: 16px solid #141313;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 5px #f26d00 inset;
}
.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
  max-width: 200px;
}

.list-arrow li {
  list-style-type: none;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

.list-arrow li::before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #f26d00;
  font-size: 16px;
  margin-right: 10px;
}
/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}

/* experties css end*/

/* Portfolio */

.portfolio-sec {
  /* background-image: url(../images/landing-page/website-design/banner-new-2.webp); */
}

/* Portfolio */

/*faq-sec begin*/
.text-warp-left {
  left: -30px;
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  position: absolute;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 8rem;
  letter-spacing: 12px;
  -webkit-text-stroke: 2px #25242a00;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  z-index: -2;
  transform: scale(-1);
}

.faq-sec .hd-text-center::before {
  right: 0;
  left: -60%;
  margin: auto;
}

.faq-sec .hd-text-center::after {
  left: 0%;
  margin: 0px auto;
  right: 84%;
}

.faq-accordin .accordion-button {
  border: 0px;
}

.faq-accordin .accordion-button {
  color: #fff;
  background-color: #e7f1ff00;
  border-top: 0px solid #f26d00;
  padding: 4% 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.faq-accordin.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4%;
  font-size: 25px;
  color: #373737;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-weight: 500;
}

.faq-accordin .accordion-body {
  padding: 4% 0px;
  border-bottom: 2px solid #373737;
  text-align: start;
}

.faq-accordin .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.faq-accordin .accordion-button {
  border-bottom: 2px solid #f26d00;
}

.faq-accordin .accordion-button::after {
  transform: scale(0.7) !important;
  filter: brightness(12.5);
}

.faq-accordin .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/*faq-sec end*/

/* step modal */

.sign-up-from-modal {
  background: linear-gradient(
    187deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  border: 2px solid #ccc;
  border-radius: 10px;
}
.modal-body {
  /* border: 1px solid; */
  padding-left: 5%;
  padding-right: 5%;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
}

.modal-header h5 {
  margin: 33px 90px 0px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-footer {
  border-top: 0px;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: #ccc;
}
.modal-setps {
  background-color: #262626;
}

.modal-setps .card h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 8px 0px 0px 0px;
}

.modal-setps .btn-close {
  position: absolute;
  right: 15px;
  top: -6px;
  background-color: #ccc;
  font-size: 12px;
  padding: 10px;
}
.modal-setps {
  background-color: #262626;
}

.modal-setps .card h5 {
  font-size: 25px;
  font-weight: 600;
}

.modal-setps .btn-close {
  position: absolute;
  right: 15px;
  top: -6px;
  background-color: #ccc;
  font-size: 12px;
  padding: 10px;
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
  /* padding-top: 31px; */
  padding-left: 32px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 11px 25px 14px 25px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: -2px;
  box-sizing: border-box;
  font-family: "Poppins";
  color: #2c3e50;
  background-color: #262626;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  margin: 12px 0px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #ee6b1c;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: var(--secondary-color);
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  font-size: 14px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  background-color: #262626;
}

.form-card .check-form {
  margin: 12px 0px 0px;
}

.form-card .check-form label {
  font-size: 15px;
  color: #fff;
}

.fs-title {
  font-size: 19px;
  margin-bottom: 29px;
  font-weight: normal;
  text-align: left;
  font-weight: 400;
}
.purple-text {
  color: #ee6b1c;
  font-weight: normal;
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 82.6px;
  float: left;
  position: relative;
  font-weight: 400;
  overflow: hidden;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 32px;
  height: 31px;
  line-height: 22px;
  display: block;
  font-size: 18px;
  color: #262626;
  background: #262626;
  /* border-radius: 50%; */
  margin: 0 auto 10px auto;
  padding: 3px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background-color: var(--secondary-color);
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: var(--secondary-color);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

#msform .check-fome {
  align-items: center;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

.contact-form input {
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  background-color: #301600;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-form textarea {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #301600;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 13px;
}

/* Entrance animation */

.animate-left {
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
}

.animate-left-rotate-x {
  transform: translateX(-100px) rotate(45deg);
  -moz-transform: translateX(-100px) rotate(45deg);
  -o-transform: translateX(-100px) rotate(45deg);
  -ms-transform: translateX(-100px) rotate(45deg);
}

.animate-left-rotate-y {
  transform: translateX(-100px) rotate(-45deg);
  -moz-transform: translateX(-100px) rotate(-45deg);
  -o-transform: translateX(-100px) rotate(-45deg);
  -ms-transform: translateX(-100px) rotate(-45deg);
}

.animate-right {
  transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
}

.animate-right-rotate-x {
  transform: translateX(100px) rotate(45deg);
  -moz-transform: translateX(100px) rotate(45deg);
  -o-transform: translateX(100px) rotate(45deg);
  -ms-transform: translateX(100px) rotate(45deg);
}

.animate-right-rotate-y {
  transform: translateX(100px) rotate(-45deg);
  -moz-transform: translateX(100px) rotate(-45deg);
  -o-transform: translateX(100px) rotate(-45deg);
  -ms-transform: translateX(100px) rotate(-45deg);
}

.animate-up {
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}

.animate-up-rotate-x {
  transform: translateY(100px) rotate(45deg);
  -moz-transform: translateY(100px) rotate(45deg);
  -o-transform: translateY(100px) rotate(45deg);
  -ms-transform: translateY(100px) rotate(45deg);
}

.animate-up-rotate-y {
  transform: translateY(100px) rotate(-45deg);
  -moz-transform: translateY(100px) rotate(-45deg);
  -o-transform: translateY(100px) rotate(-45deg);
  -ms-transform: translateY(100px) rotate(-45deg);
}

.animate-down {
  transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}

.animate-down-rotate-x {
  transform: translateY(-100px) rotate(45deg);
  -moz-transform: translateY(-100px) rotate(45deg);
  -o-transform: translateY(-100px) rotate(45deg);
  -ms-transform: translateY(-100px) rotate(45deg);
}

.animate-down-rotate-y {
  transform: translateY(-100px) rotate(-45deg);
  -moz-transform: translateY(-100px) rotate(-45deg);
  -o-transform: translateY(-100px) rotate(-45deg);
  -ms-transform: translateY(-100px) rotate(-45deg);
}

.animate-zoom-up {
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
}

.animate-zoom-out {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.animate-zoom-down {
  transform: scale(0.6) translate(0px, -150px);
  -moz-transform: scale(0.6) translate(0px, -150px);
  -o-transform: scale(0.6) translate(0px, -150px);
  -ms-transform: scale(0.6) translate(0px, -150px);
}

.animate-zoom-left {
  transform: scale(0.6) translate(150px, 150px);
  -moz-transform: scale(0.6) translate(150px, 150px);
  -o-transform: scale(0.6) translate(150px, 150px);
  -ms-transform: scale(0.6) translate(150px, 150px);
}

.animate-zoom-right {
  transform: scale(0.6) translate(-100px, -100px);
  -moz-transform: scale(0.6) translate(-100px, -100px);
  -o-transform: scale(0.6) translate(-100px, -100px);
  -ms-transform: scale(0.6) translate(-100px, -100px);
}

.animate-05s {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

.animate-2s {
  transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
}

.animate-3s {
  transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  -ms-transition-duration: 3s;
}

.animate-05d {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.animate-1d {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.animate-15d {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
}

.animate-2d {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
}

.animate-25d {
  transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
}

.animate-3d {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
}

.show {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

/* Entrance animation */

/*footer css begin*/

.footer-sec {
  background-color: #313435;
  padding: 50px 0px 50px 0px;
}

.ft-logo ul li {
  display: inline-block;
}

.ft-logo p {
  color: #fff;
  font-size: 15px;
  padding-right: 52px;
}

.ft-list h4 {
  font-family: "Poppins";
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}

.ft-list ul li a {
  color: #fff;
  position: relative;
  font-size: 15px;
}

.ft-list ul li {
  padding: 10px 0px 0px 14px;
  position: relative;
  font-size: 15px;
}

.ft-list ul li a:hover {
  color: #f26d00;
}

.ft-list ul li a:hover::after {
  color: #f26d00;
}

.ft-list ul li a::after {
  content: "\f105";
  position: absolute;
  left: -13px;
  font-size: 11px;
  top: 4px;
  color: #fff;
  font-family: "FontAwesome";
}

.ft-last-list h4 {
  font-family: "Poppins";
  color: #f26d00;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}

.follow-icons ul li {
  display: inline-block;
  padding: 0px 9px 0px 0px;
}

.follow-icons ul {
  margin: 0px;
  padding: 0px;
}

.follow-icons h4 {
  color: #fff;
  font-family: "BigNoodleTitling";
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
}

.col-md-3.colum-tow {
  padding-left: 71px;
}

.ft-last-list ul li a {
  color: #ffff;
  font-size: 15px;
}
.ft-last-list ul li a:hover {
  color: #f26d00;
  transition: all 0.4s ease-in-out;
}

.ft-last-list ul li {
  padding: 20px 0px 0px 33px;
  position: relative;
}

.ft-last-list li {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.ft-last-list li:hover {
  color: #f26d00;
  transition: all 0.4s ease-in-out;
}

.ft-last-list li:nth-child(1)::after {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 14px;

  font-size: 22px;
}

.ft-last-list li:nth-child(2)::after {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 13px;

  font-size: 22px;
}

.ft-last-list li:nth-child(3)::after {
  content: "\f5a0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 12px !important;
  font-size: 22px;
}

.ft-last-list li:nth-child(4)::after {
  content: "\f5a0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 12px !important;
  font-size: 22px;
}

.follow-icons {
  padding: 14px 0px;
}

.follow-icons ul li img {
  transition: all 0.4s ease-in-out;
}

.follow-icons ul li a:hover img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.footer-bottom P {
  color: #fff;
  margin: 0px;
  font-size: 15px;
}

.footer-bottom {
  background-color: #282b2c;
  padding: 20px 0;
}

.footer-bottom .inline-block li {
  color: #fff;
}

.footer-bottom .inline-block li a {
  color: #fff;
}

.footer-bottom .inline-block li a:hover {
  color: #f26d00;
}

.faq-sec-one .contact-sec {
  /* background-image: url(https://logowebsolutions.com/images/dark/shape-11.webp); */
  border-radius: 10% !important;
}

.faq-sec-one {
  padding: 5rem 0 5rem 0;
}

/*footer css end*/

/* custom */

.ls-content-brand {
  font-size: 2.3rem;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: 600;
}

.btn-style-sm {
  max-width: 200px;
}

.btn-style-md {
  max-width: 260px;
  height: 3.5rem;
}

.btn-style-md:hover {
  filter: drop-shadow(1px 2px 8px #f26d00);
}

.max_1400 {
  max-width: 1400px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots li button {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

ul.slick-dots {
  padding: 50px 0 0;
  margin: 0;
  text-align: center;
}

.slick-dots {
  bottom: -60px;
  overflow: hidden;
}

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.slick-active button {
  background: var(--primary-color);
}

.slick-dots li button {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.thankyou-sec {
  background-image: url(../images/banner/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  color: #25242a;
  box-shadow: 0px 0px 15px 0px #ccc;
  border-radius: 30px;
  padding: 100px 0;
  border: none;
}

.badges {
  width: 83px;
  margin-left: 0px;
  height: auto;
  margin-right: 20px;
}

.social-icons {
  max-width: 150px;
}

.h_620 {
  height: 620px !important;
}

.h_712 {
  height: 712px !important;
}

.full_h_img {
  width: 100%;
  height: 700px !important;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

/* custom */

/* responsive */


.new-tabs-bg {
  padding-bottom: 12%;
  position: static;
}


.contact-sec {
  backface-visibility: visible;
}

.faq-sec-one .contact-sec p,
.faq-sec-one .contact-sec h2 {
  color: #fff;
}

/* flut btonns */

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  box-shadow: 0 0 40px #00000026;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  border: 1px solid #f26d00;
}

.floatbutton .clickbutton:hover {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.call_wrap:hover {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -54px;
  white-space: pre;
  bottom: 87px;
  font-weight: 600;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.banner-form {
  padding: 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
  /* background: #fff9; */
  background-image: linear-gradient(
    to right top,
    #898989,
    #828282,
    #7c7c7c,
    #757575,
    #6f6f6f
  );
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Poppins";
}

.banner-form h3 strong {
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins";
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.btns_wrap:hover .call_wrap {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.chat_wrap:hover span.icoo {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.btns_wrap:hover .call_wrap span.icoo,
.btns_wrap:hover {
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
  border-radius: 5px;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(
    to right,
    #3c4142,
    #36393b,
    #303133,
    #2a2a2b,
    #232323
  );
  border: 1px solid #f26d00;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form .btn-ss:hover input[type="submit"] {
  background: linear-gradient(102deg, #f26d00, #f26d00 100%);
}

#msform fieldset label {
  color: #fff;
}

.bg-img-none {
  background-image: none !important;
}

.sticky-slider:hover a {
  background-color: #f26d00;
  color: #0d0d0d;
}

.sticky-slider a {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600 !important;
  border: 0px;
  cursor: pointer;
  color: #fff;
  padding: 15px 0px 15px 0px;
  font-size: 20px;
  margin: 0 0 0 19px;
  border-radius: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #25242a;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}

.green-btn {
  background-color: var(--secondary-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
  color: #fff;
}

.green-btn {
  position: relative;
  z-index: 1;
}

.green-btn:hover {
  color: #000;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  to {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 40%;
    width: 20px;
    height: 20px;
  }

  to {
    right: 40%;
    width: 375px;
    height: 375px;
  }
}

.green-btn i {
  border: 1px solid #000;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 10px;
}

.banner-btn.green-btn {
  position: relative;
  /* z-index: 1; */
  color: white;
}

.green-btn:after,
.green-btn:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.green-btn:before {
  left: -20px;
  transform: translate(-39%, -50%);
  z-index: -1;
}

.green-btn:after {
  right: -30px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.green-btn:hover:before,
.pack-box:hover .green-btn:before,
.menu-serv-content h6:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.green-btn:hover:after,
.pack-box:hover .green-btn:hover {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*green btn css*/

/*Portfolio-sec*/

.pricing-box .details ul {
  height: 197px;
  overflow-y: scroll;
  margin-bottom: 31px;
  text-align: left;
  margin-top: 32px;
  overflow-x: hidden;
  margin-bottom: 42px;
}
.pricing-box ::-webkit-scrollbar {
  width: 3px;
}
.pricing-box .details ul li {
  font-size: 13px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 26px;
  font-family: "Poppins";
  padding-right: 1px;
}

.pricing-box:hover .details ul li:before {
  background-image: url(../images/mix/circule2.webp);
}

.pricing-title {
  background-color: #5a5a5a;
  min-width: 90%;
  max-width: 90%;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  min-height: 77px;
  max-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  margin: -56px auto;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  margin: 0px 0p 0px 0px;
  position: relative;
}

.price::after {
  position: absolute;
  content: "Exc. of Taxes";
  font-size: 12px;
  left: 0;
  right: 0px;
  bottom: -7px;
  font-weight: 500;
}

.pricing-box p {
  margin: 97px 0px 0px 63px;
  font-size: 21px;
  line-height: 0;
  font-weight: 600;
}

.pricing-box {
  border: 2px solid #262626;
  padding: 30px 15px 30px 15px;
  border-radius: 5px;
  background-color: #262626;
  justify-content: center;
  text-align: center;
  margin: 51px 15px auto;
  margin-bottom: 30px;
}

.pricing-box del {
  color: #5a5a5a;
}

.price-call {
  margin-top: 20px;
  font-size: 12px;
}

.pricing-title:hover {
  background-color: var(--primary-color);
}

.pricing-box:hover {
  border: 2px solid #fff;
}

.pricing-box:hover {
  background: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
}

.pricing-box:hover .green-btn {
  background-color: #fff;
  color: #000;
}

.pricing-box .price-call a {
  color: #fff;
}

.pricing-slider .slick-slide {
  height: auto;
}

/*plans-pricing-sec*/

.portfolio-sec ul.slick-dots {
  padding: 0px 0 0;
  text-align: center;
  bottom: -80px;
}

.pricing-slider .slick-prev:before,
.pricing-slider .slick-next:before {
  font-size: 26px;
  color: var(--primary-color);
}

.pricing-slider .slick-arrow:hover:before {
  color: #fcfcfc;
}

/* combo-sec */

.combo-one h3 {
  font-size: 2rem;

  font-weight: 700;
}

.combo-one h5 {
  font-size: 22px;

  margin-bottom: 10px;

  font-weight: 600;
}

.combo-one ul li:not(.line):before {
  content: "";

  background-image: url(../../images/mix/circule2.webp);

  vertical-align: middle;

  position: absolute;

  left: 1px;

  background-position: center;

  background-repeat: no-repeat;

  padding: 9px;
}

.combo-one ul {
  height: 365px;
  overflow-y: scroll;
  margin-bottom: 31px;
  text-align: left;
  margin-top: 0px;
  overflow-x: hidden;
}

.combo-one ul li {
  font-size: 13px;

  margin-bottom: 6px;

  position: relative;

  padding-left: 26px;

  font-family: "Poppins";

  padding-right: 1px;

  text-align: left;
}

.pricing-box .details ul li:not(.line):before {
  content: "";
  background-image: url(../../images/mix/circule2.webp);
  vertical-align: middle;
  position: absolute;
  left: 1px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px;
  text-align: left;
}

.combo-price span {
  font-size: 3.2rem;

  font-family: "Poppins";

  color: #fff;

  font-weight: 600;
}

.combo-price del {
  font-size: 20px;

  line-height: 0;

  /* text-align: -webkit-center; */

  text-align: end;

  display: block;
}

.combo-one {
  padding: 6%;
}

.live-chat {
  margin-top: 25px;
}

.live-chat h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.live-chat span {
  font-size: 37px;
}

.combo-price {
  text-align: center;

  padding-top: 30%;
}

.combo-price .caller small {
  margin-left: 13px;

  font-size: 22px;

  color: #fff;

  font-weight: 600;

  margin-top: 19px;
}

.combo-price .caller {
  display: inline-grid;

  text-align: left;

  margin-left: 30px;
}

main.slider-main {
  display: flex;

  width: 75vw;

  overflow: hidden;
}

.panel {
  background-image: url(../../images/mix/combo-bg.webp);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 500px;
  min-height: 560px;
  border-radius: 72px;

  color: #fff;

  cursor: pointer;

  flex: 0.1;

  margin: 10px;

  position: relative;

  transition: flex 0.5s linear;

  border: 3px solid #fff;

  width: 8vw;
}

.panel .combo-one {
  opacity: 0;

  position: relative;
}

.panel .s-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 44%;

  right: -102px;

  font-size: 2.5rem;
}

.panel .p-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 47%;

  right: -137px;

  font-size: 2.5rem;
}

.panel .e-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 44%;

  right: -65px;

  font-size: 2.5rem;
}

.panel .c-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 45%;

  right: -118px;

  font-size: 2.5rem;
}

.panel.active .s-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .p-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .e-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .c-combo {
  opacity: 0;

  position: absolute;
}

.panel.active {
  flex: 3;

  background-image: url(../../images/mix/combo-bg-2.webp);

  border: 3px solid #eb681b;
}

.panel.active .combo-one {
  opacity: 1;

  transition: opacity 0.3s ease-in 0.4s;
}

/* width */

.combo-one ::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.combo-one ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */

.combo-one ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */

.combo-one ::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/*combo sec */

/* Entrance animation */

.hidden {
  opacity: 0;
  transition: all ease 1s 0.5s;
}

.animate-left {
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
}

.animate-left-rotate-x {
  transform: translateX(-100px) rotate(45deg);
  -moz-transform: translateX(-100px) rotate(45deg);
  -o-transform: translateX(-100px) rotate(45deg);
  -ms-transform: translateX(-100px) rotate(45deg);
}

.animate-left-rotate-y {
  transform: translateX(-100px) rotate(-45deg);
  -moz-transform: translateX(-100px) rotate(-45deg);
  -o-transform: translateX(-100px) rotate(-45deg);
  -ms-transform: translateX(-100px) rotate(-45deg);
}

.animate-right {
  transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
}

.animate-right-rotate-x {
  transform: translateX(100px) rotate(45deg);
  -moz-transform: translateX(100px) rotate(45deg);
  -o-transform: translateX(100px) rotate(45deg);
  -ms-transform: translateX(100px) rotate(45deg);
}

.animate-right-rotate-y {
  transform: translateX(100px) rotate(-45deg);
  -moz-transform: translateX(100px) rotate(-45deg);
  -o-transform: translateX(100px) rotate(-45deg);
  -ms-transform: translateX(100px) rotate(-45deg);
}

.animate-up {
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}

.animate-up-rotate-x {
  transform: translateY(100px) rotate(45deg);
  -moz-transform: translateY(100px) rotate(45deg);
  -o-transform: translateY(100px) rotate(45deg);
  -ms-transform: translateY(100px) rotate(45deg);
}

.animate-up-rotate-y {
  transform: translateY(100px) rotate(-45deg);
  -moz-transform: translateY(100px) rotate(-45deg);
  -o-transform: translateY(100px) rotate(-45deg);
  -ms-transform: translateY(100px) rotate(-45deg);
}

.animate-down {
  transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}

.animate-down-rotate-x {
  transform: translateY(-100px) rotate(45deg);
  -moz-transform: translateY(-100px) rotate(45deg);
  -o-transform: translateY(-100px) rotate(45deg);
  -ms-transform: translateY(-100px) rotate(45deg);
}

.animate-down-rotate-y {
  transform: translateY(-100px) rotate(-45deg);
  -moz-transform: translateY(-100px) rotate(-45deg);
  -o-transform: translateY(-100px) rotate(-45deg);
  -ms-transform: translateY(-100px) rotate(-45deg);
}

.animate-zoom-up {
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
}

.animate-zoom-out {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.animate-zoom-down {
  transform: scale(0.6) translate(0px, -150px);
  -moz-transform: scale(0.6) translate(0px, -150px);
  -o-transform: scale(0.6) translate(0px, -150px);
  -ms-transform: scale(0.6) translate(0px, -150px);
}

.animate-zoom-left {
  transform: scale(0.6) translate(150px, 150px);
  -moz-transform: scale(0.6) translate(150px, 150px);
  -o-transform: scale(0.6) translate(150px, 150px);
  -ms-transform: scale(0.6) translate(150px, 150px);
}

.animate-zoom-right {
  transform: scale(0.6) translate(-100px, -100px);
  -moz-transform: scale(0.6) translate(-100px, -100px);
  -o-transform: scale(0.6) translate(-100px, -100px);
  -ms-transform: scale(0.6) translate(-100px, -100px);
}

.animate-05s {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.animate-1_5s {
  transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}
.animate-1s {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
}

.animate-2s {
  transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
}
.animate-2_5s {
  transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
}

.animate-3s {
  transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  -ms-transition-duration: 3s;
}

.animate-05d {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.animate-1d {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.animate-15d {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
}

.animate-2d {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
}

.animate-3d {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
}

.show {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

/* Entrance animation */

.plan-pack-sec .slick-dots {
  position: relative;
}





/* here */

@media (max-width: 1536px) {
  .hd-text {
    font-size: 3.5rem;
    line-height: 55px;
}

.faq-sec-one .hd-text {
  font-size: 2.5rem;
  line-height: 55px;
}

.pre-plans-sec .hd-text {
  font-size: 2.5rem;
}
.mian-hd {
  font-size: 3.5rem;
}

.seric-ls-tabs .hd-text {
  font-size: 2.5rem;
  margin-bottom: 24px;
  margin-top: 15px;
}

.portfolio-sec .hd-text {
  font-size: 3.5rem;
  margin-bottom: 17px;
  margin-top: 0;
}

  .plans-pricing-sec {
    padding-top: 7rem !important;
}

.early {
  font-size: 43px !important;
}

  .sec-pd {
    padding: 1.5rem 0 5rem 0;
  }

  .banner-sec {
    padding: 9rem 0 0 0;
  }

  .combo-price span {
    font-size: 2.5rem;
  }

  .combo-price {
    padding-top: 0%;
  }

  .combo-one ul {
    height: 300px;
  }

  main.slider-main {
    width: 80vw;
  }

  .main {
    margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: visible;
  }
}

@media screen and (max-width: 1399px) {

  .pre-plans-sec .hd-text {
    font-size: 2.5rem;
  }

  
.faq-sec-one .hd-text {
  font-size: 2.5rem;
  line-height: 55px;
}


.hd-text {
  font-size: 3.5rem;
  line-height: 55px;
}

.mian-hd {
  font-size: 3.5rem;
}
.seric-ls-tabs .hd-text {
  font-size: 2.5rem;
  margin-bottom: 24px;
  margin-top: 15px;
}

.portfolio-sec .hd-text {
  font-size: 3.5rem;
  margin-bottom: 17px;
  margin-top: 0;
}

  header .header-nav {
    max-width: 1140px;
  }

  .home-hd h1 {
    font-size: 1rem;
  }
 
.early {
    font-size: 43px !important;
}

  .price {
    font-size: 2.5rem;
  }
  .pricing-box p {
    font-size: 20px;
  }
  .contact-form .inline-block li {
    padding-left: 36px;
    padding-right: 36px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {

.hd-text {
  font-size: 3.5rem;
  line-height: 55px;
}


.faq-sec-one .hd-text {
  font-size: 2.5rem;
  line-height: 55px;
}


.pre-plans-sec .hd-text {
  font-size: 2.5rem;
}
  .plans-pricing-sec {
    padding-top: 7rem !important;
}


.mian-hd {
  font-size: 3.5rem;
}

.seric-ls-tabs .hd-text {
  font-size: 2.5rem;
  margin-bottom: 24px;
  margin-top: 15px;
}

.portfolio-sec .hd-text {
  font-size: 3.5rem;
  margin-bottom: 17px;
  margin-top: 0;
}

  .early {
    font-size: 43px !important;
}


  .panel {
    height: 500px;
  min-height: 560px;
  max-height: 500px;
  }

  .combo-one ul {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .panel .p-combo {
    right: -115px;
    font-size: 1.8rem;
  }

  .panel .s-combo {
    right: -76px;
    font-size: 1.8rem;
  }

  .panel .c-combo {
    right: -88px;
    font-size: 1.8rem;
  }

  .panel .e-combo {
    right: -45px;
    font-size: 1.8rem;
  }

  .combo-one .green-btn {
    font-size: 14px;
    padding: 10px 42px;
  }

  .combo-live-section small {
    font-size: 16px;
  }
  .combo-live-section .caller a::before,
  .combo-live-section .textter a::before {
    top: -30px;
    left: -5px;
  }

  .combo-live-section span {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {

  .pre-plans-sec .hd-text {
    font-size: 2.5rem;
  }
  
.faq-sec-one .hd-text {
  font-size: 2.5rem;
  line-height: 55px;
}


.hd-text {
  font-size: 3.5rem;
  line-height: 55px;
}

.seric-ls-tabs .hd-text {
  font-size: 2.5rem;
  margin-bottom: 24px;
  margin-top: 15px;
}

.portfolio-sec .hd-text {
  font-size: 3.5rem;
  margin-bottom: 17px;
  margin-top: 0;
}
.mian-hd {
  font-size: 3.5rem;
}
 
  .plans-pricing-sec {
    padding-top: 7rem !important;
}
  .early {
    font-size: 43px !important;
}



  .ls-content-brand {
    display: block;
    text-align: center;
  }

  .home-hd li::before {
    display: none;
  }

  .text-warp-left,
  .text-warp-right {
    font-size: 6rem;
  }

  /* combo css begin */

  .combo-one h3 {
    font-weight: 600;
  }
  .panel .p-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .s-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .e-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .c-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }

  .panel .p-combo {
    transform: rotate(360deg);
  }
  .panel .e-combo {
    transform: rotate(360deg);
  }
  .panel .s-combo {
    transform: rotate(360deg);
  }
  .panel .c-combo {
    transform: rotate(360deg);
  }

  .panel.active {
    height: 100%;
  }

  .panel {
    height: 70px;
    width: 100%;
    margin: 0px auto;
    min-height: 70px;
    margin: 21px 0px;
  }

  main.slider-main {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
  }

  .panel.active .s-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .p-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .e-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .c-combo {
    opacity: 0;

    position: absolute;
  }

  .combo-price {
    text-align: center;
    padding-top: 0%;
  }

  .combo-price .live-chat {
    display: none !important;
  }

  .combo-price .caller {
    display: none;
  }

  .combo-price del {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .combo-price span {
    font-size: 2.2rem;
    display: block;
    margin-top: 14px;
  }

  .s-combo {
    transform: none;
    color: red;
  }

  .combo-one ul {
    height: 220px;
    min-height: 220px;
  }

  /* combo css begin */
}

@media screen and (max-width: 767px) {
  .text-warp-left,
  .text-warp-right {
    display: none;
  }

  .faq-sec-one {
    padding: 0rem 0 0rem 0;
  }

  .floatbutton {
    display: none;
  }

  .textter p {
    font-size: 20px;
    font-weight: 600;
  }

  .combo-one h5 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* combo css begin */

  .cta-sec-1 {
    padding-bottom: 6rem;
    margin-bottom: 0rem;
    margin-top: 0px;
  }

  .soical-links img {
    width: 80%;
    margin: 30px 0px;
  }
  .ft-last-list li {
    margin: -22px 0px;
  }

  .why-us .mian-hd {
    margin-top: 100px;
  }

  .combo-one h3 {
    font-weight: 600;
    font-size: 23px;
  }
  .panel .p-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .s-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .e-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .c-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }

  .panel .p-combo {
    transform: rotate(360deg);
  }
  .panel .e-combo {
    transform: rotate(360deg);
  }
  .panel .s-combo {
    transform: rotate(360deg);
  }
  .panel .c-combo {
    transform: rotate(360deg);
  }

  .panel.active {
    height: 100%;
  }

  .panel {
    height: 70px;
    width: 100%;
    margin: 0px auto;
    min-height: 70px;
    margin: 21px 0px;
  }

  main.slider-main {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
  }

  .panel.active .s-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .p-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .e-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .c-combo {
    opacity: 0;

    position: absolute;
  }

  .combo-price {
    text-align: center;
    padding-top: 0%;
  }

  .combo-price .live-chat {
    display: none !important;
  }

  .combo-price .caller {
    display: none;
  }

  .combo-price del {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .combo-price span {
    font-size: 2.2rem;
    display: block;
    margin-top: 14px;
  }

  .s-combo {
    transform: none;
    color: red;
  }

  .combo-one ul {
    height: 220px;
    min-height: 220px;
  }

  /* combo css begin */

  .contact-sec h2 {
    font-size: 18px;
    line-height: 19px;
    margin-top: 17px;
    margin-bottom: -22px;
  }

  .contact-sec p {
    font-size: 11px !important;
  }

  .sticky-slider a {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px;
    cursor: pointer;
    color: #fff !important;
    padding: 15px 0px 15px 0px;
    font-size: 20px;
    margin: 0 0 0 19px;
    border-radius: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #25242a;
    float: none;
    left: 0;
    right: 0;
    margin: auto;
    animation: blinkingText 1.2s infinite;
    z-index: 1000;
  }

  @keyframes blinkingText {
    0% {
      background: #f26d00;
      color: #fff;
      filter: drop-shadow(1px 2px 5px #f26d00);
    }

    100%,
    49% {
      background: #25242a;
      color: #fff;
    }

    60% {
      background: #f26d00;
      color: #fff;
      filter: drop-shadow(1px 2px 5px #f26d00);
    }

    99% {
      background: #25242a;
    }
  }

}

@media screen and (max-width: 575px) {
  .floatbutton {
    display: none;
  }

  .textter p {
    font-size: 20px;
    font-weight: 600;
  }

  .contact-sec p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
  }

  .contact-sec h2 {
    font-size: 2rem;
  }

  .hd-text {
    font-size: 2.4rem !important;
  }

  .home-hd h1 {
    font-size: 1rem;
  }
  .early {
    font-size: 1.6rem;
  }

  .main_logo {
    max-width: 140px;
  }

  .home-hd h2 {
    font-size: 2.5rem;
  }

  .contact-sec h2 {
    font-size: 2.2rem;
  }

  .contact-sec {
    background-size: 100% 100%;
  }

  .patners-logo img {
    margin: 12px 29px;
  }

  .ls-content-brand {
    font-size: 2.3rem;
    align-items: center;
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

  .btn1-sm-center {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
  }

  .g-call {
    margin-left: 0;
  }

  .textter small {
    font-size: 20px;
  }

  .textter a {
    font-size: 12px;
  }

  .textter a::before,
  .caller a::before {
    left: -60px;
    font-size: 21px;
    width: 50px;
    height: 50px;
  }

  .caller small {
    margin-left: 0px;
    font-size: 20px;
  }

  .caller a {
    font-size: 16px;
  }

  .ls-soical ul {
    padding-left: 0;
  }

  .social-icons {
    max-width: 100%;
  }

  .ft-last-list li {
    padding: 20px 0px 15px 33px !important;
  }
  
  .ft-last-list li::after {
    display: none;
  }

}

@media (max-width: 460px) {
  /* combo css begin */

  .combo-one h3 {
    font-weight: 600;
    font-size: 23px;
  }
  .panel .p-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .s-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .e-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .c-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }

  .panel .p-combo {
    transform: rotate(360deg);
  }
  .panel .e-combo {
    transform: rotate(360deg);
  }
  .panel .s-combo {
    transform: rotate(360deg);
  }
  .panel .c-combo {
    transform: rotate(360deg);
  }

  .panel.active {
    height: 100%;
  }

  .panel {
    height: 70px;
    width: 100%;
    margin: 0px auto;
    min-height: 70px;
    margin: 21px 0px;
  }

  main.slider-main {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
  }

  .panel.active .s-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .p-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .e-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .c-combo {
    opacity: 0;

    position: absolute;
  }

  .combo-price {
    text-align: center;
    padding-top: 0%;
  }

  .combo-price .live-chat {
    display: none !important;
  }

  .combo-price .caller {
    display: none;
  }

  .combo-price del {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .combo-price span {
    font-size: 2.2rem;
    display: block;
    margin-top: 14px;
  }

  .s-combo {
    transform: none;
    color: red;
  }

  .combo-one ul {
    height: 220px;
    min-height: 220px;
  }

  /* combo css begin */

  .cta-sec-1 ul.inline-block {
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .combo-one h5 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  /* combo css begin */

  .combo-one h3 {
    font-weight: 600;
    font-size: 23px;
  }
  .panel .p-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .s-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .e-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }
  .panel .c-combo {
    left: -92px;
    font-size: 24px;
    top: 20px;
  }

  .panel .p-combo {
    transform: rotate(360deg);
  }
  .panel .e-combo {
    transform: rotate(360deg);
  }
  .panel .s-combo {
    transform: rotate(360deg);
  }
  .panel .c-combo {
    transform: rotate(360deg);
  }

  .panel.active {
    height: 100%;
  }

  .panel {
    height: 70px;
    width: 100%;
    margin: 0px auto;
    min-height: 70px;
    margin: 21px 0px;
  }

  main.slider-main {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
  }

  .panel.active .s-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .p-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .e-combo {
    opacity: 0;

    position: absolute;
  }

  .panel.active .c-combo {
    opacity: 0;

    position: absolute;
  }

  .combo-price {
    text-align: center;
    padding-top: 0%;
  }

  .combo-price .live-chat {
    display: none !important;
  }

  .combo-price .caller {
    display: none;
  }

  .combo-price del {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .combo-price span {
    font-size: 2.2rem;
    display: block;
    margin-top: 14px;
  }

  .s-combo {
    transform: none;
    color: red;
  }

  .combo-one ul {
    height: 220px;
    min-height: 220px;
  }

  /* combo css begin */
}


/* responsive */



.combo-live-section {
  display: grid;
  margin: 0px auto;
  text-align: center;
  margin-top: 27px;
}


.combo-live-section .caller {
  display: inline-grid;
  padding-left: 4rem;
  transition: 1.1s;
}


.combo-live-section .textter {
  margin-top: 23px;
}

.combo-live-section .textter {
  margin-top: 23px;
}

.combo-live-section .caller small {
  font-size: 22px;
  padding-left: 0rem;
  margin-left: -21px;
}
.textter a {
  position: relative;
}

.combo-live-section .textter a::before {
  content: "\f27a";
  font-family: "FontAwesome";
  position: absolute;
  top: -30px;
  left: -12px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}
.combo-live-section .caller a::before {
  content: "\f2a0";
  font-family: "FontAwesome";
  position: absolute;
  top: -30px;
  left: -46px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2.4;
  text-align: center;
  margin: 0px auto;
  color: #fff;
  transition: 1.2s;
}

  .combo-live-section span {
      font-size: 17px;
      color: #fff;
  }