@charset "utf-8";

/* Mobile-First CSS - Critical Mobile Optimizations */
@media (max-width: 768px) {
  /* Disable heavy animations on mobile */
  .form-bg .no-monthly-tag {
    animation: none !important;
    width: 120px !important;
    left: -50px !important;
    top: -30px !important;
  }
  
  /* Optimize banner for mobile */
  .mainBanner h1 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  
  .mainBanner p {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  
  /* Touch-friendly buttons */
  .theme-btn {
    min-width: 180px !important;
    padding: 0.6rem 1rem !important;
    font-size: 1rem !important;
    margin: 0.5rem !important;
  }
  
  /* Optimize form for mobile */
  .form-bg p {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
  }
  
  /* Reduce logo bar complexity */
  .logos-bar .h4-txt {
    font-size: 0.9rem !important;
  }
  
  /* Optimize portfolio for mobile */
  .portfolio-blk img {
    height: 200px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 480px) {
  /* Extra small mobile optimizations */
  .mainBanner h1 {
    font-size: 1.5rem !important;
  }
  
  .theme-btn {
    min-width: 160px !important;
    padding: 0.5rem 0.8rem !important;
    font-size: 0.9rem !important;
  }
  
  .form-bg p {
    font-size: 1.5rem !important;
  }
}

/* Performance optimizations for mobile */
@media (max-width: 768px) {
  /* Reduce motion for users who prefer it */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
  
  /* Optimize scrolling on mobile */
  html {
    scroll-behavior: auto !important;
  }
  
  /* Touch optimizations */
  .theme-btn {
    -webkit-tap-highlight-color: rgba(255, 39, 86, 0.3);
    touch-action: manipulation;
  }
}

.topbar {
    background-color: #ffc700;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
}
.mainBanner .row.align-items-center {
    position: relative;
}
html.fa-events-icons-ready {
    overflow-x: hidden;
}
p.hd-h5 {
    color: #ff2756;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 20px;
}
.stickyOpen {
    background-color: #fff !important;
}
.stickyOpen .menu li a {
    color: #000 !important;
}
.hd-pera {
    color: #000;
    font-weight: 800 !important;
    font-size: 30px !important;
    margin: 0 0 13px !important;
}
.form-bg .no-monthly-tag {
    width: 170px;
    position: absolute;
    left: -70px;
    top: -40px;
    transform: rotate(-15deg);
    animation: zoomInOut 2s infinite ease-in-out;
}

/* Keyframes for zoom in & zoom out */
@keyframes zoomInOut {
    0% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        transform: rotate(-15deg) scale(1);
    }
}

.form-bg {
    position: relative;
}
.topbar p {
    margin: 0;
    color: #000;
    font-size: 16px;
}
.form-bg p {
    font-size: 40px;
    line-height: 48px;
    font-family: "Gothic A1", sans-serif;
}
.logos-bar {
    position: relative;
    text-align: left;
    color: #fff;
    margin-top: 30px;
}
.logos-bar p {
    margin: 0;
}
.logos-bar p a {
    color: #fff;
    text-decoration: underline !important;
    font-size: 20px;
}
.h4-txt {
    font-size: 18px;
    font-weight: 400 !important;
    font-family: "Gothic A1", sans-serif;
    margin: 0;
}
.logos-bar .h4-txt span {
    color: #ffc700;
    font-size: 20px;
    display: inline-flex;
    gap: 4px;
    margin: 0 8px;
}
.why-us {
    padding: 70px 0;
}
.ss-txt {
    display: inline-block;
    font-size: 40px;
    color: #000;
    margin: 0 0 8px;
}
.about-blk h3 {
    font-size: 40px;
}
.about-blk h3 span {
    color: #FFC700;
}
.about-blk li {
    list-style-type: disc;
    margin: 5px 0;
}
.about-blk ul {
    padding-left: 20px;
}
.why-us .row {
    align-items: center;
}
.why-us-blk-img img {
    width: 90%;
    float: right;
}
.why-us-blk h3 {
    font-size: 46px;
    margin: 0 0 20px;
}
.faq-blk .card {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    margin-bottom: 16px;
    box-shadow: 7px 7px 0 0px #0000006e;
}
.faq-blk .card.active {
    background-color: #FFC700;
}
.faq-sec {
    padding: 60px 0;
}
.faq-blk .card button {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    text-decoration: none !important;
    text-align: left;
    padding: 7px 0;
}
.faq-blk .card button i {
    position: absolute;
    right: 0;
    font-size: 34px;
}
.faq-blk .card-body p {
    margin: 10px 0 0;
    font-size: 18px !important;
    color: #000;
}
section.faq-sec .hd-title {
    text-align: center;
}

.main-header .container,
ul {
  padding: 0;
}
.theme-btn,
input.sty-link.w-txt {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 800 !important;
}
p, a {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
}
.client-slide p,
body,
ul.lng-list {
  overflow-x: hidden;
}
/*@font-face {*/
/*  font-family: itc-avant-garde-gothic-std-bold;*/
/*  src: url("../fonts/itc-avant-garde-gothic-std-bold.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: avertademo-regular;*/
/*  src: url("../fonts/avertademo-regular.ttf") format("truetype");*/
/*}*/
@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');
.hlow {
  background-image: url(../images/hlo-bg.png) !important;
  background-size: cover;
}
img.pump-icon {
  bottom: -40px !important;
  top: auto !important;
  right: -40px !important;
  position: absolute;
  width: 140px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.sty-link.w-txt {
    width: 100%;
    height: 55px;
    font-size: 16px;
    text-align: center;
    border-radius: 30px 30px 30px 0;
    box-shadow: 4px 7px 0 -2px #0000006e;
    display: inline-block;
    border: none;
    background-color: #ffc700;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body {
  background: #fff;
}
a,
button,
input,
label,
li,
p,
select {
  font-family: avertademo-regular;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
h2 {
  font-size: 40px !important;
}
a {
  text-decoration: none !important;
  transition: 0.5s;
}
.carousel-item img {
  width: 100%;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
div#navbarCollapse {
  flex-direction: row-reverse;
}
.padding_70 {
  padding: 70px 0;
}
.gdr-btn {
  background-image: linear-gradient(
    to right,
    #ffc700,
    #ffa40c,
    #ff7f29,
    #ff5740,
    #ff2756
  ) !important;
  color: #fff !important;
}
.pink-btn,
.yellow-btn,
span.cutprice,
ul.dropdown li a,
ul.dropdown li a:hover {
  color: #000 !important;
}
.container {
  max-width: 1320px !important;
}
header {
  padding: 20px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.stickyOpen {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  padding: 7px 0;
  background: #fff;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  box-shadow: 0 0 10px #0000002e;
  z-index: 999;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.stickyOpen .menu li a {
  color: #000;
}
.logo img,
.stickyOpen .logo img:nth-child(2) {
  display: block;
}
.stickyOpen .menu li.active a,
.stickyOpen .menu li:hover a {
  color: #5336ff !important;
}
.stickyOpen .header-btns a:nth-child(2) {
  color: #333;
}
.call-box a,
.logo {
  display: inline-block;
}
.logo img:nth-child(2),
.menu-Bar,
.our-pric .tabcontent {
  display: none;
}
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  transition: 0.6s;
  border-radius: 100px;
}
.stickyOpen .menu-Bar span {
  background: #5336ff;
}
.menu-Bar span:first-child {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #b70404;
}
.menu-Bar.open span:first-child {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-btn-parent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu,
.menu li {
  display: inline-block;
  vertical-align: middle;
}
.menu {
  font-size: 0px;
  margin: 0;
}
.menu li {
  padding-right: 15px;
}
.menu li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
sup {
  position: static !important;
  font-size: 30px !important;
}
sup.only-txt {
  font-size: 18px !important;
}
.menu li.active a,
.menu li:hover a {
  color: #ffc700 !important;
}
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.dropdown-nav:hover {
  overflow: visible;
}
ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px #00000014;
  opacity: 0;
  animation: 0.5s forwards btotreverse;
}
.banner-img img,
.choose_sec_box,
.choose_sec_box h2,
.chose-sec .container-fluid,
.header-btns a i,
.mainBanner,
.our-pric button,
.package-box,
.package-box .contact-part > div,
.package-box ul li,
section.our-pric {
  position: relative;
}
.chs-title,
.portfolio-sec,
.theme-btn,
.theme-btns a,
section.our-pric,
ul.dropdown li a {
  text-align: center;
}
ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0 0 15px;
  font-weight: 600;
  background: 0 0 !important;
}
ul.dropdown li.last a {
  margin-bottom: 0;
}
.dropdown-nav:hover ul.dropdown {
  animation: 0.5s forwards btot;
  z-index: 9;
}
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.banner-btns,
.header-btns,
.theme-btns,
.trust-logo {
  display: flex;
  align-items: center;
}
.theme-btn {
  width: 170px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  border-radius: 30px 30px 30px 0;
  box-shadow: 4px 7px 0 -2px #0000006e;
  display: inline-block;
  border: none;
}
.pink-btn {
  background: #4fd8fd;
  font-weight: 600;
}
.form-bg,
.yellow-btn {
  background-color: #ffc700;
}
.mainBanner,
footer {
  background-size: cover;
  background-attachment: fixed;
}
.yellow-btn {
  margin-left: 10px;
  font-weight: 600;
}
.banner-btns a:hover,
.header-btns a:hover,
.theme-btns a:hover, .banner-btns button:hover {
  transform: scale(1.05);
}
.header-btns a img {
  margin-left: 5px;
  vertical-align: middle;
}
.header-btns a i {
  margin-right: 3px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 20px;
  top: 4px;
}
span.cutprice {
  line-height: 18px;
  margin-left: 8px;
}
span.cutprice small {
  text-decoration: line-through;
  display: block;
  font-size: 18px;
}
.form-bg {
    border-radius: 5px;
    padding: 40px 20px;
    background-color: #FFFFFF;
} 
.form-bg h2,
.our-pric .tab {
  margin: 0 0 20px;
}
.form-bg form input {
    border-radius: 5px;
    padding: 14px 20px;
    background-color: transparent;
    border: 1px solid #9E9E9E;
}   
.form-bg form textarea {
    padding: 10px 20px;
    resize: none;
    height: 120px;
    margin: 0 0 20px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
} 
.form-bg form button {
  background-color: #242458;
  width: 100%;
  border: none;
  padding: 14px 0;
  border-radius: 30px 30px 30px 0;
  color: #fff;
  cursor: pointer;
}
.form-bg input::placeholder,
.form-bg textarea::placeholder {
  color: #000;
}
.form-bg .form-control:focus {
  color: #495057;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.mainBanner {
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 150px 0 70px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background-color: #19014d; */
    /*background-image: url(../images/banner-img.png);*/
    position: relative;
    background-size: cover;
    background-position: center;
}
.mainBanner::before {
    content: '';
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.banner-img img {
  width: 100%;
  left: 0;
  transform: scale(1.7);
}
.banner-content a {
  color: #6bd981;
}
.banner-content h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #fff;
}
.banner-content h1 span {
    color: #ffc700;
}
.banner-content p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0;
    color: #fff;
    font-family: "Gothic A1", sans-serif;
}
.banner-list {
  margin-bottom: 5px;
  margin-top: 20px;
}
.banner-list ul li {
  margin-bottom: 5px;
  display: inline-block;
  width: 45%;
  position: relative;
  vertical-align: text-top;
}
.banner-list ul li i {
  color: #ffc700;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-list ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    margin: 0;
}
.banner-btns {
    margin-top: 22px;
}
.banner-list ul {
  margin: 0;
}
.banne-slider-wrap {
  margin-right: -170px;
}
.banner-btns a img,
.theme-btns a img {
  margin-left: 10px;
  vertical-align: middle;
}
select.form-select {
    background: unset !important;
    border: none;
    border-radius: 0;
    font-size: 18px;
    box-shadow: unset !important;
    outline: unset !important;
    appearance: auto;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 14px 20px;
    border: 1px solid #9E9E9E;
}
.theme-btns a {
  padding: 18px 30px;
  background: #5336ff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fdfcff;
}
.theme-btns a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #5336ff;
  border-radius: 4px;
  color: #333;
  margin-left: 10px;
}
.theme-btns a:nth-child(2):hover {
  background: #5336ff;
  border-color: #5336ff;
  color: #fff;
}
.theme-btns a:nth-child(2):hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(300deg)
    brightness(200%) contrast(100%);
}
.rate-p p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-top: 30px;
}
.company-logo {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: start;
    gap: 0;
}
.company-logo a {
    margin-right: 2px;
    display: inline-block;
}
.company-logo a:last-child {
  margin-right: 0;
}
.sec-pd {
  padding: 80px 0;
}
.sec-pt {
  padding-top: 80px;
}
.sec-pb {
  padding-bottom: 80px;
}
.chs-title {
  width: 80%;
  margin: 0 auto;
}
.chs-title h2 {
  margin: 0 0 18px;
}
.container-slide {
  max-width: 1300px;
  margin: 0 auto;
}
.choose_sec_box {
    background: #f1f1f1 !important;
    padding: 50px 30px;
    border-radius: 10px 30px;
    border: 1px solid #ff384e61;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    min-height: 340px;
    margin: 30px 25px;
    z-index: 9999;
    border-bottom: 4px solid #ff384e;
}
.choose_sec_box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px 30px;
  z-index: -1;
}
.choose_sec_box h2 {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.choose_sec_box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}
.choose_sec_box h2:before {
  content: "";
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: -14px;
  border-radius: 50px;
  background-image: linear-gradient(
    to right,
    #ffc700,
    #ffa40c,
    #ff7f29,
    #ff5740,
    #ff2756
  );
}
.portfolio-sec {
  padding: 70px 0;
  overflow: hidden;
}
.hd-title {
  width: 70%;
  margin: 0 auto 60px;
}
.hd-title h5,
.slide-count-wrap .current {
  color: #ff2756;
}
.portfolio-blk img {
  object-position: 0 0px;
  transition: 6s;
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 10px;
  box-shadow: 0 0 10px #00000038;
  border-radius: 10px;
}
.portfolio-blk:hover img {
  /*object-position: 0 -690px;*/
  cursor: pointer;
}
.portfolio-blk {
  height: 450px;
  overflow: hidden;
}
section.our-pric {
  padding: 60px 0;
  overflow: hidden;
}
.our-pric button.active,
.our-pric button:hover {
  background-color: #ffc700;
  border-color: #ffc700;
}
.package-box button {
  line-height: 0;
}
.our-pric button {
  border: 2px solid #4fd8fd;
  color: #000;
  background-color: #4fd8fd;
  font-weight: 600;
  min-width: 230px;
  padding: 15px 0;
  border-radius: 30px 30px 30px 0;
  margin: 0 4px;
  cursor: pointer;
  z-index: 99;
  transition: 0.5s;
}
.btn_packages button {
    min-width: auto;
}
.banner-btn ul li a,
.btn_form input,
.package-box {
  transition: 0.5s ease-in-out;
}
.tabcontent {
  animation: 1s fadeEffect;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.package-box {
  padding: 22px 20px 10px;
  box-shadow: 0 0 15px #cbcbcb;
  background: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
}
.text-center {
  text-align: center !important;
}
.btn_packages,
.form_head_Sec,
.thankyou {
  text-align: center;
}
.package-box .package-top .pkg-h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}
.package-box .package-top .h5 {
  font-size: 46px;
  font-weight: 700;
  display: block;
  color: #ff2756;
}
.flx-pkg {
  display: flex;
  align-items: end;
  justify-content: center;
}
.package-box .package-details {
  margin: 20px 0;
}
.package-box ul.pkg-list {
  height: 170px;
  text-align: start;
  overflow-y: scroll;
  padding: 0 6px;
}
.package-box ul li {
  margin: 5px 0;
  word-break: break-word;
  font-size: 15px;
  color: var(--blsck);
  padding: 5px 20px;
  line-height: 17px;
}
.package-box ul li:before {
  content: "";
  background: url(../images/tick-arrow.png) no-repeat;
  color: #bf1f0b;
  font-size: 17px;
  margin-right: 8px;
  width: 13px;
  height: 12px;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 0;
}
.btn_packages {
  padding: 15px 0 10px;
}
.package-box .contact-part {
  margin-bottom: 15px;
  text-align: left;
  padding: 10px;
}
.w-50 {
  width: 50% !important;
}
.package-box .contact-part > div:before {
  content: "";
  border-right: 1px solid #d9d7d7;
  width: 2px;
  height: 50px;
  position: absolute;
  right: 7px;
}
.contact-part a,
.package-box .contact-part p {
  margin: 0;
  color: var(--blsck);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.contact-part a,
.w-50.pl-2 a {
  color: #f43064;
}
.package-box .contact-part > div:last-child:before {
  border: 0;
}
.pric-pkg {
  padding: 10px;
}
.pkg-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.pkg-list::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.pkg-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #4fd8fd;
}
.slick-dots li button:before {
  font-family: slick !important;
  font-size: 50px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ff2b54 !important;
}
.st-pricing {
  text-align: right;
}
.pay_icon {
  text-align: center;
}
.copy_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.banner-btns button {
    transition: all 0.5s;
}
.package .popup-btn {
    margin-top: 20px;
}
.copy_right .row {
    align-items: center;
}
.copy_right ul a {
    color: #fff !important;
}
.form_head_Sec .pop-h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  background: #29a8e1;
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 50px;
  font-family: "Gothic A1", sans-serif;
  font-size: 20px !important;
}
.banner-btn ul li.chng_clr a,
.btn_form input {
  background: #f43064;
}
.form_head_Sec .pop-h4 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.form_head_Sec .pop-h3 {
  color: #f43064;
  font-size: 29px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
}
.footer_form_sec form,
.started_popup_sec form {
  padding-top: 20px;
}
.started_popup_sec input,
.started_popup_sec select {
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f43064;
  padding: 10px 20px;
  font-size: 13px;
}
.started_popup_sec textarea {
  height: 130px;
  font-size: 13px;
  padding: 15px 10px;
  resize: none;
  border-radius: 10px;
  border: 1px solid #f43064;
}
.banner-btn,
.footer_logo p {
  padding-top: 30px;
}
.btn_form input {
  color: #fff;
  font-size: 19px;
  border: 0;
  cursor: pointer;
}
.started_popup_sec .modal-content {
  background: 0 0 / cover #fff;
  padding: 30px 20px 50px;
  position: relative;
  border: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}
.started_popup_sec .modal-header button {
  position: absolute;
  background: #29a8e1;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 45px;
  opacity: 1;
  text-shadow: none;
  font-weight: 200;
  line-height: 21px;
  border-radius: 50px;
  right: 0;
  top: 0;
}
.started_popup_sec .modal-header button span {
  position: relative;
  left: -2px;
  font-family: "Gothic A1", sans-serif;
  top: -4px;
}
.started_popup_sec .modal-header {
  padding: 0;
  border: none;
}
.cta_sec_content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.cta_sec_content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 3px;
}
.cta_sec_content p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
.client-sec .banner-btns,
.cta_sec_main .banner-btns {
  margin-top: 30px;
}
.banner-btn ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.banner-btn ul li a {
  background: #29a8e1;
  color: #fff !important;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.cta_sec_main {
  /*background: url(../images/new.webp) 0 0 / cover fixed;*/
  padding: 70px 0;
  position: relative;
  background-color: #190152;
}
.cta_sec_main .row {
    position: relative;
}
.cta_right_img {
    position: absolute;
    right: 0;
    width: 40%;
    top: -100px;
    transform: rotate(-16deg);
}
.cta_right_img img {
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
}
footer {
    padding: 50px 0 0;
    position: relative;
    /* background-image: url(../images/new.webp); */
    background-color: #190152;
}
.footer_logo p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.footer_logo ul li {
  position: relative;
  color: #fff;
  padding: 0 10px 20px 40px;
  font-size: 17px;
  font-weight: 300;
}
.footer_logo ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 23px;
}
.footer_logo ul li p {
  display: inline;
  font-weight: 300;
  margin-bottom: 0;
  line-height: initial;
}
.form_footer_head h2 {
  color: #fff;
  font-size: 25px;
}
  .footer_form_sec form input {
    height: 50px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 0 15px;
  }
.footer_form_sec form textarea {
  height: 120px;
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  resize: none;
}
.btn_form {
  padding-top: 10px;
}
.footer_form_sec form .btn_form input {
    background: #FFC700;
    color: #fff;
    padding: 0;
    height: auto;
    font-size: 19px;
    cursor: pointer;
    border-radius: 30px 30px 30px 0px;
}
.copy_right_text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.pay_icon img {
  width: 40%;
}
.footer_logo ul li a {
  color: #fff;
}
.copy_right {
  margin-top: 40px;
  padding: 5px 0;
}
.call-box {
  right: 0;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: fixed;
}
.wapp a {
  background-color: #4dcb5b;
}
.cbox a {
  width: 100%;
  padding: 10px 12px;
}
.cbox a img {
  max-width: 30px;
}
.wapp img {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.call a,
.dblue,
.dblue-sec {
  background-color: #2c2c60;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes trin {
  20%,
  26%,
  32%,
  38%,
  44%,
  50%,
  56%,
  62%,
  68%,
  74%,
  80%,
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
}
.call img {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.thankyou h1 {
  color: #fff;
  font-size: 140px;
  margin: 0;
}
.thankyou p {
  color: #fff;
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
}
.thankyou .header-btns {
  justify-content: center;
  margin-top: 30px;
}

.pr-box-last {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 60px;
}
.client-sec {
  padding: 60px 0;
}
.client-title h3 {
  font-size: 42px;
  line-height: 52px;
}
.client-title i {
  font-size: 100px;
  color: #ff2756;
}
.client-area {
  padding-left: 80px;
}
.call-btn,
.strok-btn {
  padding: 15px 30px;
  border-radius: 5px;
}
.trust-logo b {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    font-size: 22px;
    color: #f16529;
}
p.pkg-g6 {
    font-weight: 600;
    color: #000;
}
.trust-logo b i {
  margin: 0 2px;
}
.tmls-blk {
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
.tmls-blk-inn {
  margin-left: 0;
}
.tmls-blk-inn small {
  font-size: 14px;
}
.client-slide p {
    font-size: 24px;
    /* height: 190px; */
    padding-right: 40px;
    margin: 0;
}
.client-slide p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.client-slide p::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.client-slide p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff2756;
}
.strok-btn {
  background-color: #4fd8fd;
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin-right: 18px;
}
.call-btn {
  background-color: #ff2756;
  color: #fff;
}
.tmls-btn a:hover {
  background-color: #000;
  color: #fff;
}
.call-btn i {
  transform: scale(1.5);
  margin-right: 11px;
}
.tmls-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
.client-slider .slick-arrow {
  top: auto !important;
  bottom: 10px !important;
  transform: scale(1.9) !important;
}
.client-slider .slick-prev {
  left: 0 !important;
}
.client-slider .slick-next {
  left: 100px !important;
}
.client-slider .slick-arrow::before {
  color: #000;
  opacity: 1;
}
.client-sec .draggable {
  height: 352px !important;
}
.slide-count-wrap {
  position: absolute;
  bottom: -68px;
  left: 42px;
}

/*new Process Sec Css Start*/
section.our_process {
  position: relative;

  padding: 75px 0;
}

section.our_process .line {
  width: 40px;

  height: 40px;

  background-color: #f5f5f5;

  margin: 50px auto 8px;

  border-radius: 50%;

  z-index: 999;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 500;

  transition: 0.5s;
}

section.our_process .thumnail_slid img {
  margin: auto;

  width: 100%;

  height: 40px;

  object-fit: contain;
}

section.our_process .thumnail_slid:before {
  content: "";

  width: 85%;

  height: 7px;

  background: whitesmoke;

  position: absolute;

  bottom: 23px;

  border-radius: 10px;

  left: 0;

  right: 0;

  margin: auto;
}

section.our_process .thumnail_slid {
  position: relative;

  margin-bottom: 25px;
}

section.our_process .thumnail_slid .item:before {
  background: url(../images/process-inactive.webp);

  background-repeat: no-repeat !important;

  background-size: contain !important;

  background-position: center !important;

  padding: 10px 0 !important;

  width: 100%;

  height: 62%;

  position: absolute;

  content: "";

  left: 0;

  z-index: -1;

  top: 0px;

  transition: 0.5s;
}

section.our_process .thumnail_slid .item {
  position: relative;

  padding: 20px 0 0 0;

  cursor: pointer;
}

section.our_process .slick-current .line {
  background-color: #50cdff !important;
  color: #fff;
}

section.our_process .slick-current.item:before {
  background: url(../images/process-bg-1.webp) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  filter: hue-rotate(165deg);
}

section.our_process .about-cnt {
  width: 65%;

  margin: auto;
}

.thumnail_slid {
  margin-top: 40px;
}

img.process-before {
  position: absolute;

  bottom: -210px;
}
.about-cnt h4 {
    color: #FBBC05;
}


/*Build Websites Css Start*/
.ap-sec {
    text-align: center;
    padding-top: 70px;
}
.appr-warp .box-wrap {
    padding: 20px 35px;
    text-align: left;
}
.box-boxi.boxiesnghome {
    min-height: 300px;
}
.box-boxi {
    padding: 40px 20px;
    border-radius: 18px;
    min-height: 350px;
    box-shadow: 0px 1px 14px 0px #00000047;
}
.boxiesng {
    height: 290px;
}
.appr-warp .box-wrap figure {
    margin-bottom: 20px;
}
.appr-warp .box-wrap figure img {
    max-width: 76px;
}
.appr-warp .box-wrap spanh4 {
    color: #2c2c2c;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.appr-warp .box-wrap p {
    color: #74757a;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 18px 0px 0px;
    text-align: left;
}
.ap-sec p {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.list-scroll1 {
    height: 100px;
    overflow-y: scroll;
}
.appr-warp {
    margin: 0 auto !important;
    width: 85%;
    padding: 0px 0 70px;
}
.ap-sec .banner-btns {
    justify-content: center;
    margin-top: 40px;
}

/*Combo Sec Css Start*/
.our-combopack {
    background: url(../images/our-combo.webp) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    min-height: 690px;
}
.our-combopack .hd-h5 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 0;
}
.our-combopack h2 {
    font-size: 63px;
    font-weight: 700;
    margin: 0 0 10px;
}
.our-combopack * {
    color: #fff;
}
.bst-slr {
    width: 70%;
    margin: auto;
    height: 50px;
    background: red;
    font-size: 33px;
    font-weight: 800;
    display: none;
    margin-bottom: 20px;
    border-radius: 60px 60px 10px 10px;
}
.our-combopack p {
    font-size: 17px;
    margin: 0 0 25px;
    line-height: 26px;
}
section.our-combopack ul {
    padding: 0;
}
.our-combopack ul li {
    margin: 0 0 0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    display: block;
    line-height: 20px;
}
.bundle-img img {
    width: 100%;
}

/*Packages Css Start*/
.myRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.myRow .item.owl-item {
    width: 30.333333%;
}
.our-pricing-plans .package {
    background: #fff;
    padding: 0 0 25px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px;
}
.our-pricing-plans .package .head {
    background: #ffc700;
    padding: 10px 21px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #cda105;
    height: 100px;
}
.our-pricing-plans .package .head .left {
    display: inline-block;
}
.our-pricing-plans .package .head .left i {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #cda105;
    display: inline-block;
    line-height: 80px;
    position: relative;
}
.our-pricing-plans .package .head .left i img {
    max-width: 66%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.our-pricing-plans .package .head .right {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.right {
    float: right !important;
}
.our-pricing-plans .package .head .right .h5-txt {
    color: #000;
    font-size: 18px;
    margin: 0 0 3px;
    line-height: 18px;
    text-transform: uppercase;
}
.our-pricing-plans .package .head .right .mini-txt {
    color: #000;
    font-size: 12px;
    margin: 0 0 0;
    font-family: "Gothic A1", sans-serif;
    display: block;
}
.our-pricing-plans .package .price {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    background: #e1f1ed;
    text-align: center;
}
.our-pricing-plans .package .price .left {
    display: inline-block;
}
.our-pricing-plans .package .price .left .pric {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin: 0;
    letter-spacing: -2.5px;
}
.our-pricing-plans .package .price .left h2 sup {
    font-size: 20px;
    color: #000;
    top: -1em;
    left: -4px;
    font-weight: 700;
}
.our-pricing-plans .package .price .right {
    display: inline-block;
    text-align: left;
    float: none !important;
}
.our-pricing-plans .package .price .right strike {
    color: #d10a00;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.our-pricing-plans .package .price .right span {
    font-weight: 700;
    display: block;
    margin-left: 5px;
    position: relative;
    top: -10px;
    font-size: 10px;
    color: gray;
}
.our-pricing-plans .package .content {
    overflow: auto;
    position: relative;
    max-width: 97%;
    padding: 20px 0;
    height: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head {
    display: flex;
    align-items: center;
}
.listing {
    text-align: left;
}
.listing ul {
    padding-left: 25px;
}
.listing li {
    margin: 8px 0;
    position: relative;
}
.listing li::before {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    background-color: #cda105;
    left: -11px;
    top: 10px;
}
.strip.best-seller {
    background: #50c7cf;
    color: #fff;
    border-radius: 3px 3px 0 0;
    left: inherit;
    top: 213px;
    right: 33px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 3px 11px;
    margin-top: 10px;
}
.strip {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 11px !important;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 18px;
    border-radius: 3px 3px 0 0;
    z-index: 5;
}
.package a {
    margin-top: 20px;
}
.plans-title {
    width: 65%;
    margin: 0 auto 40px;
}
.our-pricing-plans {
    padding: 0 0 70px;
}

.form-bg p span {
    display: block;
    color: #e3b101;
}
.thankyou {
    position: relative;
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .banner-content h1 {
        font-size: 50px;
        line-height: 70px;
        width: 100%;
        letter-spacing: 0;
    }
  .banner-list ul li {
    width: 40%;
  }
  .mainBanner {
    padding: 150px 0 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-content h1 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
  .banner-list ul li {
    width: 35%;
  }
  .banner-img img {
    transform: scale(1.7);
  }
  .banne-slider-wrap {
    margin-right: 0;
  }
  .mainBanner {
    padding: 150px 0 70px;
  }
  .form-bg {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content p {
    font-size: 24px;
    line-height: 20px;
    margin: 0;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .form-bg {
    padding: 40px 50px;
  }
  .form-bg form textarea {
    height: 90px;
  }
  .mainBanner {
    padding: 80px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar p {
    display: none;
}
.form-bg .no-monthly-tag {
    width: 110px;
    position: absolute;
    left: -60px;
    top: -20px;
    transform: rotate(-15deg);
    animation: zoomInOut 2s infinite ease-in-out;
}
p.mob {
    display: block;
}
  .package-box .contact-part > div:before,
  ul.menu {
    display: none;
  }
     .banner-content p {
        font-size: 16px;
        line-height: 18px;
    }
.mainBanner .banner-btns a img {
    display: none;
}
  .banner-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-list ul li {
    width: 100%;
  }
  .banner-list ul li p {
    font-size: 14px;
    margin: 0;
  }
  .banner-list ul li i {
    top: 4px;
  }
  .banner-list {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .company-logo img {
    margin-right: 20px;
    height: 40px;
  }
  .form-bg {
    background-color: #ffc700;
    border-radius: 150px 60px 60px 0;
    padding: 40px 30px;
  }
  .portfolio-blk {
    height: 170px;
    margin: 20px 0;
  }
  .package-box .contact-part {
    display: block !important;
  }
  .package-box .contact-part .w-50 {
    width: 100% !important;
    margin: 8px 0;
    padding: 0 !important;
  }
  .cta_sec_content h2 {
    font-size: 26px !important;
    line-height: 36px;
  }
  .choose_sec_box {
    margin: 30px 5px;
  }
  .choose_sec_box h2 {
    font-size: 20px !important;
  }
  .choose_sec_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .padding_70 {
    overflow: hidden;
  }
    .our-pric button {
        min-width: auto;
        padding: 11px 8px;
        font-size: 14px;
    }
        .d-essent-all .col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .package-box .contact-part > div:before,
  ul.menu {
    display: none;
  }
  .banner-content p {
    font-size: 19px;
    line-height: 12px;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-list ul li,
  .hd-title {
    width: 100%;
  }
  .banner-list ul li p {
    font-size: 14px;
    margin: 0;
  }
  .banner-list ul li i {
    top: 4px;
  }
  .banner-list {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .company-logo img {
    margin-right: 20px;
    height: 40px;
  }
  .form-bg {
    background-color: #ffc700;
    border-radius: 150px 60px 60px 0;
    padding: 40px 30px;
  }
  .package-box .contact-part {
    display: block !important;
  }
  .package-box .contact-part .w-50 {
    width: 100% !important;
    margin: 8px 0;
    padding: 0 !important;
  }
  .cta_sec_content h2 {
    font-size: 26px !important;
    line-height: 36px;
  }
  .choose_sec_box {
    margin: 30px 5px;
  }
  .choose_sec_box h2 {
    font-size: 20px !important;
  }
  .choose_sec_box p {
    font-size: 14px;
    line-height: 24px;
  }
  a.logo img {
    width: 70%;
  }
  .padding_70 {
    overflow: hidden;
  }
  .main-header .col-md-3,
  .main-header .col-md-9 {
    width: 50%;
  }
  .theme-btn {
    width: 153px;
    height: 48px;
    line-height: 49px;
  }
  .mainBanner {
    height: auto;
    padding: 120px 30px 50px;
    background-color: #14023e;
    background-image: none;
  }
  .form-bg {
    margin-top: 50px;
  }
  .portfolio-blk {
    height: 350px;
    margin: 20px 0;
  }
  .col-sm-6.offset-1 {
    margin: 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .chose-sec,
  .portfolio-sec,
  header,
  section.our-pric {
    overflow: hidden;
  }
  .banner-list ul li,
  .chs-title,
  .hd-title,
  .logo img {
    width: 100%;
  }
  .combo-pkg-sec .pr-partition:before,
  .header-btns a:nth-child(2),
  .menuWrap,
  .row.dekstop-sec {
    display: none;
  }
  .main-header .col-md-3 {
    width: 40%;
  }
  .main-header .col-md-9 {
    width: 60%;
  }
  .banner-img img {
    transform: none;
  }
  .mainBanner {
    height: auto;
    padding: 130px 0 40px;
    background-color: #14023e;
    background-image: none;
  }
  .banner-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 8px;
  }
     .company-logo img {
        height: 40px;
        margin: 8px 0px;
    }
  .banne-slider-wrap {
    margin-right: 0;
  }
  h2 {
    font-size: 24px !important;
  }
  .hd-title {
    margin: 0 auto 60px;
  }
  .package-box .contact-part {
    display: flex;
  }
  .cta_sec_content h3 {
    font-size: 24px;
  }
  .banner-btn ul li a {
    padding: 15px 25px;
  }
  .banner-btn ul li {
    padding: 0 5px 0 0;
  }
  footer#contact-us .offset-1 {
    margin-left: 0;
  }
  .copy_right_text,
  .pay_icon {
    text-align: center;
  }
  header {
    padding: 10px 20px !important;
  }
  .row.mobile-sec {
    display: block !important;
  }
  .pm-slide {
    margin: 0 0 30px;
  }
  section.our-pric {
    padding: 0 0 50px;
  }
  .banner-list ul li p {
    margin-bottom: 5px;
  }
  .thankyou h1 {
    font-size: 50px;
  }
  .thankyou p {
    font-size: 16px;
    width: 100%;
  }
  .form-bg {
    background-color: #fff !important;
    padding: 50px 30px;
    margin-top: 40px !important;
  }
  .our-pric button {
    min-width: 160px;
    font-size: 13px;
    margin: 4px 0;
  }
  .package-box {
    margin-bottom: 20px;
  }
  .combo-pkg-sec .d-essent-all {
    border-radius: 20px !important;
    padding: 0 20px 60px !important;
  }
  .combo-pkg-sec .st-up h3 {
    color: #fff;
    font-size: 28px !important;
    background-color: #ff2756;
    border-radius: 0 !important;
    padding: 23px 20px !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    line-height: 48px !important;
    text-align: center !important;
  }
  .combo-pkg-sec .st-pricing {
    justify-content: center;
    margin-top: 10px;
    right: 0;
    width: 100% !important;
    border-radius: 0;
    height: auto;
    padding: 13px 0;
  }
  .st-pricing h3 {
    font-size: 40px;
  }
  .combo-pkg-sec .detail-lite-cont {
    margin: 30px 0 60px;
  }
  .pr-partition:before {
    width: 100%;
    bottom: -60px;
    height: 2px;
  }
  .pr-box-last {
    margin-top: 0;
  }
  .client-area {
    padding-left: 0;
  }
  .topbar p {
    display: none;
}
p.mob {
    display: block;
    font-size: 12px;
}
.theme-btn {
    font-size: 14px;
}
.company-logo {
    display: block;
}
.faq-blk .card button {
    white-space: normal;
}
.g-recaptcha {
    transform: scale(0.8);
}
section.our_process {
    overflow: hidden;
}
.myRow .item.owl-item {
    width: 100%;
}
.client-slide p {
    font-size: 16px;
}
.cta_right_img {
    display: none;
}
.client-sec, .mainBanner, .why-us, .our-pricing-plans, .ap-sec, .cta_sec_main, .faq-sec {
    overflow: hidden;
}
.form-bg .no-monthly-tag {
    width: 90px;
    position: absolute;
    left: -10px;
    top: -30px;
    transform: rotate(-15deg);
    animation: zoomInOut 2s infinite ease-in-out;
}
}
