@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap");

:root {
  --pink: #95c047;
  --black: #000;
  --blue: #e82e31;
}

html {
  scroll-behavior: smooth;
}

/*BEGIN: GENERAL CSS*/

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

/* section {
  overflow-x: hidden;
} */
a {
  text-decoration: none;
  color: #fff;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

section {}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}

/*Header CSS Section Begin*/

header {
  background: transparent;
  padding: 30px 0;
  /* position: absolute; */
  z-index: 999;
  width: 100%;
  transition: 0.5s ease-in-out;
}

header.menu_fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 20px rgb(244 47 99 / 2%);
  padding: 15px 0;
  top: 0;
  z-index: 9999;
}

header.menu_fixed .menu-sec-main {
  padding-top: 0;
}

header.menu_fixed .logo-main-sec img {
  width: 50%;
  /* width: auto; */
  transition: 0.5s ease-in-out;
}

.logo-main-sec img {
  width: 40%;
  transition: 0.5s ease-in-out;
}

.menu-sec-main {
  padding-top: 10px;
}

header .container-fluid {
  padding: 0 70px;
}

.menu-sec-main ul li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}

.menu-sec-main .dropdown-menu a {
  color: #fff !important;
}

.dropdown-menu a.dropdown-item {
  border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

.menu-sec-main ul li.btn_quote a {
  padding: 0;
  font-size: initial;
}

.menu-sec-main ul li a:hover {
  color: #fff !important;
  background-image: -moz-linear-gradient(163deg, #af1000 0%, #770d02 100%);
  background-image: -webkit-linear-gradient(163deg, #af1000 0%, #770d02 100%);
  background-image: -ms-linear-gradient(163deg, #af1000 0%, #770d02 100%);
}

.menu-sec-main ul li.active a {
  color: #fff !important;
  background-image: -moz-linear-gradient(163deg, #af1000 0%, #770d02 100%);
  background-image: -webkit-linear-gradient(163deg, #af1000 0%, #770d02 100%);
  background-image: -ms-linear-gradient(163deg, #af1000 0%, #770d02 100%);
}

li.btn_quote {
  padding-left: 30px;
}

header.menu_fixed .book_table ul {}

.menu_fixed .menu-sec-main ul li a {
  color: #fff;
}

.menu_fixed .arrow-parent p {
  color: #fff;
}

.logo_flex {
  display: flex;
  gap: 10px;
}

.fixed-logo {
  display: none;
}

header.menu_fixed .logo-main-sec .fixed-logo {
  display: block;
}

header.menu_fixed .logo-main-sec img {}

.logo-main-sec {
  display: inline-block;
}

.counter_logo {
  display: inline-block;
  width: 47%;
  padding-left: 10px;
  position: relative;
  top: 10px;
}

.counter_logo img {
  width: 100%;
  filter: brightness(0);
}

.book_table ul li a.btn_custom {
  background: var(--blue);
  padding: 10px 30px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 500;
  cursor: pointer;
}

.book_table ul li a.btn_custom:hover {
  background: var(--pink);
  color: var(--white);
  border: 2px solid var(--pink);
}

/*.navbar-nav li:hover .dropdown-menu{ display:block}*/

.book_table {
  text-align: right;
}

.book_table ul li {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  padding-right: 10px;
}

.book_table ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #e82e31;
  padding: 10px 15px;
  font-family: Outfit, sans-serif;
  transition: 0.5s;
}

.book_table ul li a img {
  padding-right: 6px;
  width: 30px;
}

.book_table ul li a:hover {
  color: #f43064;
}

.counter_logo span {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
}

.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 2px #e82e31;
}

.button-pulse1 {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 2px #95c047;
}

.lg_none {
  display: none !important;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/*Header CSS Section End*/

/*Banner Section Begin*/

.banner_sec_main {
  background: transparent url(../images/banner_bg.png) no-repeat;
  /* min-height: 800px; */
  display: flex;
  position: relative;
  background-position: right;
  overflow: hidden;
  padding: 120px 10px 50px 10px
}

.banner_content_sec h2 {
  color: var(--blue);
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-bottom: 0;
  margin: 0;
}

.banner_content_sec h2 span.first-head {
  color: #95c047;
}

.banner_content_sec h2 span.second-head {
  color: #e82e31;
}

.banner_content_sec h2 span.shopifytext {
  color: #000;
}

.banner_content_sec p {
  font-size: 17px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--black);
  line-height: 25px;
}

.banner_right_img {
  /* text-align: center; */
  /* background-color: #f3f3f3; */
  /* padding: 100px 0 0; */
  /* position: relative; */
  /* border-radius: 0px 0px 30px 30px; */
  /* box-shadow: 0px 0px 11px rgb(0 0 0 / 12%); */
}

.banner_right_img .img-fluid.team_img {
  position: absolute;
  z-index: 99;
  left: -80px;
  bottom: 70px;
}

.banner_right_img img.img-fluid.team_img.wow.zoomIn.years {
  position: absolute !important;
  bottom: 0 !important;
  top: 68% !important;
  left: auto !important;
  right: -20%;
}

.banner_right_img .img-fluid.wow.fadeIn {
  max-width: 550px;
  position: relative;
  left: -93px;
  top: -50px;
}

.banner_content_sec {
  padding: 0px 120px 0 0;
}

.banner_content_sec:before {
  left: 70%;
  right: 0;
  width: 200px;
  margin: 0 auto;
  display: table;
  top: -15%;
  opacity: 0.9;
  content: "";
  background-image: url(../images/shopify.png);
  background-repeat: no-repeat;
  background-size: 170px 170px;
  z-index: 0;
  position: absolute;
  height: 200px;
  animation: 6s ease-in-out infinite float;
}

.banner-btn ul li a {
  background: var(--blue);
  color: var(--white) !important;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.banner-btn ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.banner-btn {
  padding-top: 10px;
}

/* .banner_sec_main:before {
    content: '';
    background: url(../images/banner_bg1.png) no-repeat;
    position: absolute;
    width: 35%;
    height: 100%;
    left: -50px;
    background-size: 100%;
    bottom: -30px;
    background-position: bottom;
} */

.banner_sec_main:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner_bg-shape.webp);
  background-repeat: no-repeat;
  background-position: right top;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  animation: 6s ease-in-out infinite float;
}

.banner-btn ul li a:hover {
  background: var(--pink);
  transform: translate(0px, -10px);
}

.banner_sec_main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 9999;
  bottom: -5px;
}

.form-control {
  margin: 0px 0px 15px 0px;
}

.banner-btn ul li.chng_clr a {
  background: var(--pink);
}

.banner-btn ul li.chng_clr a:hover {
  background: var(--blue);
}

.banner_content_sec h2 span {
  color: var(--pink);
}

.banner_vector {
  padding-top: 0;
  padding-bottom: 20px;
}

.banner_vector ul li {
  display: inline;
  padding-right: 20px;
}

.banner_vector {
  display: flex;
}

.banner_vector ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_vector ul li img {
  width: 100%;
}

.banner_content_sec ul li i.fa-solid.fa-angles-right {
  font-size: 15px;
  color: #95c047;
  margin: 0 5px 0 0;
  font-style: normal;
  font-weight: 500;
}

.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
  font-family: "FontAwesome";
}

.banner_content_sec ul li {
  font-size: 16px;
  padding-bottom: 13px;
  font-weight: 600;
  list-style-type: none;
}

.banner_content_sec ul {
  padding: 30px 0 0;
}

.banner-btn ul {
  padding: 0;
}

/*Banner Section End*/

/*Trust Logo Section Begin*/

.trust-sec {
  padding: 15px 0;
  background-color: #fff;
}

.trust-sec ul.awrd li {
  display: inline-block;
  padding: 10px 0px;
}

.trust-sec .row {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 45px #fff00029;
  padding: 40px;
  margin-top: -40px;
  z-index: 999;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}

.head_trust h2.main-logo-heading {
  color: #242424;
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
}

.head_trust span.our-head {
  font-size: 26px;
  font-weight: 300;
  color: #242424;
  display: block;
}

/*Trust Logo Section End*/

/* About Us Section */

section.createtrafficsec {
  padding: 150px 0 100px;
  position: relative;
  margin-bottom: 0;
  overflow-x: hidden;
}

.createtrafficsec:before {
  content: "";
  position: absolute;
  background-image: url(../images/specialities_bg-shape.webp);
  background-size: 53% 95%;
  background-repeat: no-repeat;
  background-position: left top;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.Traffictext h3 {
  color: #fff;
  font-size: 40px;
  padding: 0 0 20px;
  margin: 0 auto;
  font-weight: 700;
}

.Traffictext h3 strong {
  display: block;
  color: #fff;
  font-weight: 700;
}

.Trafficbottomtext h4,
.createimpressiveswtext h3 {
  color: #95c047 !important;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 20px;
}

.Trafficbottomtext h4 span {
  color: #000 !important;
}

.Trafficbottomtext p,
.createimpressiveswtext p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 20px;
}

.Trafficbottomtext {
  padding-left: 40px;
}

.Trafficbottomtext ul {
  margin: 0 0 30px;
  position: relative;
}

.Trafficbottomtext ul.icon:before {
  content: "";
  position: absolute;
  background-image: url(../images/shopify.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  top: 0;
  height: 96%;
  width: 60%;
  animation: 6s ease-in-out infinite float;
}

@keyframes float {

  0%,
  100% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }
}

.Trafficbottomtext ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Trafficbottomtext a.btn_custom.button-pulse.starttedbtn {
  padding: 11px 27px;
  font-weight: 600;
  margin: 0 16px 0 0;
  transition: 1s;
  border: 2px solid transparent;
  border-radius: 0;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-weight: 100;
  font-style: normal;
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
  font-family: "FontAwesome";
}

.traingale2 {
  position: absolute;
  left: 38px;
  top: -30px;
  height: 717px;
}

.traingale1 {
  height: 659px;
  position: relative;
  left: -21px;
  top: -51px;
}

.mainlogosbox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.mainlogosbox ul li {
  margin: 0 46px;
}

.mainlogosbox {
  background-color: #fff;
  box-shadow: 0 3px 45px #fff00029;
  padding: 40px;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse1 {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

/* Ends here */

.empowers_sec_main .web_head h2 {
  color: var(--white);
}

.logos-partner {
  position: relative;
  z-index: 998;
}

.padding_70 {
  padding: 41px 0;
}

.web_head h2 {
  font-size: 43px;
  text-align: center;
  font-weight: 700;
  color: var(--black);
  padding-bottom: 5px;
}

.web_head h2 span {
  font-weight: 700;
  color: #95c047;
  letter-spacing: 0;
}

.web_head {
  padding-bottom: 20px;
  position: relative;
  z-index: 998;
}

.empowers_boxes_sec {
  border: 1px solid #dbdbdb;
  padding: 25px 20px 20px;
  transition: 0.5s ease-in-out;
  min-height: 490px;
  position: relative;
  z-index: 999999;
  background: #f7f7f7;
  background: linear-gradient(to left, #f7f7f7 50%, #f3f3f3 50%);
  background-image: -webkit-linear-gradient(37deg, #e9e9e9 50%, #efefef 50%);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}

.empowers_boxes_sec a {
  background: #ff9e5f;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  margin: 10px 0;
  display: inline-block;
  font-size: 16px;
}

.empowers_boxes_sec h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  transition: 0.5s ease-in-out;
}

.empowers_boxes_sec p {
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
  font-weight: 400;
  transition: 0.5s ease-in-out;
  min-height: 230px;
}

.empowers_boxes_sec:hover {
  background: #f43064;
  transition: 0.5s ease-in-out;
  background-image: -webkit-linear-gradient(37deg, #03bbdc 50%, #02b5de 50%);
}

.empowers_boxes_sec:hover p,
.empowers_boxes_sec:hover h3 {
  color: var(--white);
}

.empowers_sec_main {
  background-color: #f7f7f7;
  position: relative;
}

.empowers_sec_main:before {
  background: url(../images/lines-orange.svg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.empowers_sec_main:after {
  content: "";
  height: 250px;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  background: rgb(41, 168, 225);
  background: linear-gradient(0deg,
      rgba(41, 168, 225, 1) 0%,
      rgba(6, 130, 186, 1) 100%);
}

.empowers_boxes_sec img {
  padding-bottom: 15px;
  width: auto;
}

.empowers_boxes_sec:hover img {
  filter: brightness(0) invert(1);
  /* width: auto; */
}

.slick-slide {
  margin-right: 0;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 50px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--blue);
}

/*Empowers Section End*/

/*Expert Section Begin*/

.experts_sec_main {
  background: url(../images/cta_bg.webp) no-repeat;
  background-size: cover;
  padding: 185px 0;
  position: relative;
  background-position: 100%;
}

.expert_content h1 {
  font-size: 41px;
  color: var(--black);
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 48px;
  position: relative;
  z-index: 99;
}

.expert_content p {
  color: var(--black);
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-shadow: 0px 0px 6px #fff;
  width: 90%;
  position: relative;
  z-index: 99;
}

.expert_content .banner-btn {
  padding-top: 10px;
  position: relative;
  z-index: 99;
}

.experts_sec_main:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 48%);
  width: 100%;
  height: 100%;
  top: 0;
}

.expert_content {
  position: relative;
  padding-top: 90px;
  padding: 70px 70px 0px 50px;
}

.expert_content:before {
  background: url(../images/cta_bg.png);
  background-size: cover;
  content: "";
  position: absolute;
  width: 840px;
  height: 720px;
  top: -160px;
  right: 40px;
  z-index: 9;
  opacity: 0.8;
  margin: 0 auto;
}

.expert_content ul {
  position: relative;
  z-index: 99;
}

.expert_content ul li {
  font-size: 19px;
  padding-bottom: 15px;
  color: var(--black);
  list-style-type: disc;
}

/*Expert Section End*/

/*Why Choose Us Section Begin*/

.choose_sec_main {
  background: #fbfbfb url(../images/banner_bg.png) no-repeat;
  position: relative;
}

.choose_sec_main:before {
  background: url(../images/lines-orange.svg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.web_head p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.choose_sec_box {
  background: #f1f1f1 !important;
  padding: 50px 30px;
  border-radius: 10px 30px 10px 30px;
  border: 1px solid #e82e31;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
  min-height: 300px;
  margin: 30px 25px;
  position: relative;
  z-index: 9999;
}

.choose_sec_box:before {
  content: "";
  position: absolute;
  /* background: rgb(0 0 0 / 74%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px 30px 10px 30px;
  z-index: -1;
}

.choose_img1 {
  background: #f1f1f1 url(../images/choose_img01.jpg);
}

.choose_img2 {
  /* background: #f1f1f1 url(../images/choose_img02.jpg); */
}

.choose_img3 {
  background: #f1f1f1 url(../images/choose_img03.jpg);
}

.choose_img4 {
  background: #f1f1f1 url(../images/choose_img04.jpg);
}

.choose_img5 {
  background: #f1f1f1 url(../images/choose_img05.jpg);
}

.choose_sec_box h2 {
  color: var(--blank);
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.choose_sec_box h2:before {
  content: "";
  background: var(--blue);
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: -14px;
  border-radius: 50px;
}

.choose_sec_box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  /* box-shadow: 0px 0px 20px #fff; */
  color: var(--black);
}

.choose_sec_main .container-fluid {
  padding-left: 18%;
  position: relative;
}

/*Why Choose Us Section End*/

/*CTA Section Begin*/

/* .cta_sec_main {
    background: url(../images/cta_bg.jpg);
    background-size: 100%;
    padding: 60px 0 70px;
    position: relative;
} */

.sec-gen-more-rev {
  position: relative;
  padding: 85px 0 100px;
  overflow: hidden;
}

.sec-gen-more-rev .rvn-card {
  border: none;
  margin: 0;
  padding: 0;
  min-height: 463px;
  max-height: 463px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../images/gen-more-rev-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.sec-gen-more-rev .rvn-card .rvn-img .rvn-thumb {
  max-width: 480px;
  min-width: 480px;
  min-height: 580px;
  max-height: 580px;
  object-fit: contain;
  margin: 0 auto;
  display: table;
  z-index: 9999;
}

.rvn-img:before {
  height: 91%;
  width: 98%;
  position: absolute;
  top: 4%;
  left: 2%;
  background: #d7f1a5;
  border-radius: 1000px;
}

.rvn-desc {
  padding-left: 50px;
}

.sec-gen-more-rev .rvn-card .rvn-desc .d-h {
  text-transform: capitalize;
  color: #fff;
  line-height: 45px;
  font-size: 40px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.sec-gen-more-rev .rvn-card .rvn-desc .d-p {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  font-size: 16px;
  margin: 30px 0 40px;
  padding: 0;
}

.price-phone {
  margin-top: 15px;
  color: #fff;
}

.price-phone a {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 5px;
  margin: 0 20px 0 0;
  animation: 2s infinite pulsecall;
}

@keyframes pulsecall {

  0%,
  100% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }
}

.consultant2:hover,
.price-phone a,
.price-plan .plan-listing .price-item:hover h4.old-price,
.starttedbtn2:hover,
a.consultant2,
a.starttedbtn,
span.span-title1 {
  color: #fff !important;
}

.cta_sec_content h2 {
  color: var(--white);
  font-size: 45px;
  font-weight: 600;
}

.cta_sec_content h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 3px;
}

.cta_sec_content p {
  color: var(--white);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.cta_right_img {
  position: absolute;
  right: 160px;
  top: -60px;
}

.cta_right_img img {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
}

/*CTA Section End*/

/*Faq Section Begin*/

/*Author Section Begin*/

section.faq_sec_main {
  padding: 70px 0;
}

.faq_sec_main {
  /* background: url(../images/faq-banner.jpg); */
  background-size: cover;
  background-position: right;
  /* background-attachment: fixed; */
  position: relative;
}

.faq_sec_main .row {
  position: relative;
  z-index: 99;
}

.bg_author {
  /* background: rgb(255 255 255 / 85%); */
  padding: 70px 0 90px 50px;
}

.book_accordion .card-header {
  border-radius: 0;
  padding: 10px 10px;
  background: var(--blue);
}

.book_accordion .card {
  border-radius: 0;
  background: rgb(255 255 255);
  box-shadow: 0px 0px 10px #585858;
  -webkit-box-shadow: 0px 0px 10px rgb(88 88 88 / 35%);
  border: 0;
}

.book_accordion .card h5 button {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
}

.book_accordion .card h5 {
  padding: 0;
}

.book_accordion .card-body {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 10px;
}

.accordion_head h2 {
  color: #95c047;
  font-size: 33px;
  line-height: 35px;
  text-align: left;
  font-weight: 600;
}

#accordion .card-header h5 button.collapsed i.fa-minus:before {
  content: "\f067";
}

.accordion_head p {
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  line-height: 28px;
}

.book_accordion .card h5 button .fa {
  position: relative;
  top: 8px;
}

.bg_faq_right {
  background-position: center;
  background-size: cover;
  background: #fbfbfb url(../images/banner_bg.png) no-repeat;
  text-align: center;
  background-position: top right;
}

.bg_faq_right:before {
  background: url(../images/lines-orange.svg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
  background-position: center;
  background-size: 100%;
  right: 0;
}

.bg_faq_right img {
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
  width: 90% !important;
  position: relative;
  z-index: 999;
}

/* .faq_sec_main::after {
    content: "";
    background-image: url(../images/girl.png);
    background-repeat: no-repeat;
    height: 810px;
    width: 925px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
} */

img.gr-2 {
  bottom: 100px;
  left: -32px;
}

.gr {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 0 0.45rem #ccc);
}

img.gr-1 {
  right: 27%;
  top: 36%;
}

/*Faq Section End*/

/*Our Portfolio Section Begin*/

.portfolio_Sec_main {
  background: #fff;
  position: relative;
  padding-bottom: 100px;
}

.portfolio_Sec_main .sec-title span {
  color: #95c047;
  font-weight: 700;
}

.portfolio_Sec_main h2 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 70px 0 0 0;
}

.portfolio_Sec_main:before {
  background-image: url(../images/portfolio_bg-shape.webp);
  width: 100%;
  background-size: 100% 100%;
  z-index: 0;
  content: "";
  height: 97%;
  right: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

/*Our Portfolio Section End*/

/*Our Portfolio Section Begin*/

.portfolio_Sec_main .container-fluid {
  padding: 0;
}

.portfolio_boxes a {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.portfolio_boxes a figure {
  margin-bottom: 0;
  height: 500px;
}

.portfolio_boxes a figure img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s all;
}

.portfolio_boxes a:hover img {
  top: -100%;
}

.portfolio_boxes:hover a:after {
  opacity: 1;
  position: absolute;
  content: "\f067";
  font-family: FontAwesome;
  left: 50%;
  top: 48%;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.portfolio_boxes:hover a:before {
  opacity: 1;
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.portfolio_boxes {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  background-color: rgb(243 243 243);
  display: block !important;
}

.portfolio_boxes {
  display: inline;
}

/*Our Portfolio Section End*/

/* Top Rated Section Start */

section.Specialsec {
  padding: 60px 0 50px;
  position: relative;
}

section.Specialsec::before {
  content: "";
  position: absolute;
  background-image: url(../images/Special_sec-bg-img.webp);
  background-position: left bottom;
  background-size: 60% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec-gen-more-rev:before {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/cta_bg-shape.webp);
  background-position: right;
}

.Trafficbottomtext ul:before,
.rvn-img:before,
.sec-gen-more-rev:before {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
}

.Specialtext h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #95c047;
  font-weight: 700;
}

.Specialtext p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 45px;
}

.portfoliobtn a {
  margin: 0 auto !important;
  display: table;
}

.Specialbox {
  padding: 30px 20px 20px;
  max-width: 412px;
  margin: 3% 0 3% auto;
  background-color: #fff;
}

.Specialbox:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}

.Specialbox:hover,
.resumebox:hover,
.xpert-btn,
a.nav-link.livechat,
a.starttedbtn {
  background-color: #95c047;
}

.Specialbody h4 {
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-align: center;
  letter-spacing: 0.06px;
  color: #000;
  opacity: 1;
  width: 70%;
  font-size: 21px;
  font-weight: 700;
  margin: 3% auto 2%;
}

.Specialbody p,
.resumebody h4,
.resumebody p {
  color: #121212;
  line-height: 23px;
  transition: 0.5s ease-in-out;
}

.Specialbox img {
  margin-bottom: 10px;
}

.Specialbody p {
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
}

.resumebox {
  padding: 30px;
  height: 330px;
}

.Specialbox,
.resumebox {
  border-radius: 10px;
  transition: 0.5s ease-in-out !important;
  text-align: center;
}

.resumebody h4 {
  font-size: 19px;
  text-align: center;
  width: 70%;
  margin: 3% auto 2%;
  font-weight: 700;
}

.Specialbox:hover h4,
.Specialbox:hover p,
.price-plan .plan-listing .price-item:hover .body .price .new-price,
.price-plan .plan-listing .price-item:hover .body ul li,
.price-plan .plan-listing .price-item:hover .body ul li::before,
.price-plan .plan-listing .price-item:hover .head h3,
.price-plan .plan-listing .price-item:hover .head h5,
.resumebox:hover .resumebody h4,
.resumebox:hover .resumebody p,
.title,
.xpert-btn:focus,
.xpert-btn:hover {
  color: #fff;
}

.resumebox img {
  margin-bottom: 10px;
  width: 70px;
}

.resumebody p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.Specialbox:hover,
.resumebox:hover {
  transition: 1s;
  transform: translateZ(0) scale(1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-btn,
.resumebox {
  background-color: #fff;
}

.resumebox.aos-init.aos-animate {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resumebox:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(3%) hue-rotate(276deg) brightness(104%) contrast(100%);
  display: flex;
  text-align: center;
}

.createimpressiveswtext h3 span {
  color: #151721;
}

.Trafficbottomtext h4,
.createimpressiveswtext h3 {
  color: #95c047 !important;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 20px;
}

.Trafficbottomtext h4 span {
  color: #000 !important;
}

.Trafficbottomtext p,
.createimpressiveswtext p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 20px;
}

.Specialbox,
.resumebox {
  box-shadow: -1px 4px 7px 2px #cccccc82;
}

.Specialbox {
  max-width: 450px;
}

.Specialbox img,
.resumebox img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(71%) saturate(998%) hue-rotate(27deg) brightness(90%) contrast(83%);
}

.Specialbox img,
.resumebox img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(71%) saturate(998%) hue-rotate(27deg) brightness(90%) contrast(83%);
}

/* Ends Here */

.packages_sec_main {
  background: #fff;
  position: relative;
}

/* .packages_sec_main:before {
    background: url(../images/lines-orange.svg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
} */

.packages_sec_main:before {
  background-image: url(../images/portfolio_bg-shape.webp);
  width: 100%;
  background-size: 100% 100%;
  z-index: 0;
  content: "";
  height: 92%;
  right: 0;
  top: 105px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.package-box .package-top h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}

.package-box .cutprice {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  text-decoration: line-through;
  padding-bottom: 5px;
  color: var(--pink);
}

.package-box {
  padding: 22px 20px 10px;
  position: relative;
  box-shadow: 0px 0px 15px #cbcbcb;
  transition: 0.5s ease-in-out;
  background: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
  height: 433px;
}

.package-top.text-center span.text {
  color: #95c047;
  font-weight: 600;
  font-size: 18px;
}

.package-top.text-center .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.package-ss .slick-dots li button:before {
  font-size: 50px;
}

.package-ss .slick-dots li.slick-active button:before {
  color: #fe6654;
}

.package-ss .slick-next,
.package-ss .slick-prev {
  display: none !important;
}

.package-ss .slick-track {
  padding-top: 30px;
}

.package-box img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.packages-section .slick-slide {
  margin: 0;
}

.btn_packages {
  padding: 15px 0 10px;
  text-align: center;
}

.btn_packages a {
  background: var(--blue);
  color: var(--white) !important;
  padding: 15px 10px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #bdbdbd;
  cursor: pointer;
}

.dark_btn {
  background: var(--pink);
  color: var(--white) !important;
  padding: 15px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0px 0px 10px var(--pink);
  cursor: pointer;
}

.btn_packages a:hover {
  background: var(--pink);
  color: var(--white);
}

.package-box:hover .w-50.mob_none a.dark_btn {
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}

.package-box:hover {
  transform: scale(1.05) !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background: #95c047;
  border-color: #95c047;
}

.package-box:hover .package-details p {
  transition: all 0.5s ease-in-out;
}

.package-box:hover .contact-part p,
.package-box:hover .contact-part a {
  transition: all 0.5s ease-in-out;
}

.package-box:hover ul li:before {
  transition: all 0.5s ease-in-out;
}

.package-box .package-top .h5 sub {
  font-size: 14px;
}

.package-box ul li.heading {
  font-weight: 700;
}

.package-box ul li.heading:before {
  display: none;
}

.package-box .extra p {
  margin: 5px 0;
  background: #bf1f0b;
  color: #fff;
  padding: 0 10px;
}

.package-box .package-top .h5 {
  font-size: 40px;
  font-weight: 700;
  display: block;
  color: #000;
  margin: 0;
}

.package-box:hover,
.package-box:hover h4,
.package-box:hover span.text,
.package-box:hover .package-top .package-details p,
.package-box:hover div.price span,
.package-box:hover ul.pkg-list li:before,
.package-box:hover .package-top .d-md-flex.contact-part .w-50,
.package-box:hover .package-top .d-md-flex.contact-part .w-50.pl-2 p,
.package-box:hover .package-top .d-md-flex.contact-part .w-50 a {
  color: #fff;
}

.package-box:hover .btn_packages a.btn-line-fill {
  border: #fff 1px solid;
  color: #fff;
  background-color: transparent;
}

span.first_month {
  display: block;
  background: #bf1f0b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

span.third_month {
  display: block;
  background: #1a1a2f;
  color: #fff;
  padding: 5px 0px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.package-box .package-details .h6 {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.package-box .package-details {
  /* border-top: 1px solid #ccc; */
  margin: 20px 0;
  /* padding-top: 20px; */
}

.package-box .contact-part {
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: left;
  padding: 0px 0px;
}

.package-box .contact-part p,
.contact-part a {
  margin: 0;
  color: var(--blsck);
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}

.contact-part a {
  color: var(--blue);
}

.w-50.pl-2 a {
  color: var(--pink);
}

.package-box ul li {
  margin: 5px 0;
  word-break: break-word;
  padding-right: 10px;
  font-size: 15px;
  line-height: initial;
  color: var(--blsck);
  position: relative;
  padding: 5px 20px;
  line-height: 17px;
}

.package-box ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: 100;
  /* background: url(../images/tick-arrow.png) no-repeat; */
  color: #95c047;
  font-size: 12px;
  margin-right: 8px;
  /* width: 13px; */
  /* height: 12px; */
  display: inline-block;
  top: 5px;
  position: absolute;
  left: 0;
}

.package-box ul.pkg-list {
  height: 170px;
  text-align: start;
  overflow-y: scroll;
  padding: 0 6px;
  margin: 0px 0px 30px 0px;
}

.package-box ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}

.package-box ul.pkg-list::-webkit-scrollbar-thumb {
  background: #e82e31;
  border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: #e82e31;
  border-radius: 10px;
}

.package-details p {
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  color: var(--black);
}

.package-box:hover .btn_packages a {}

/* .package-box .contact-part > div:before {
  content: "";
  border-right: 1px solid #d9d7d7;
  width: 2px;
  height: 50px;
  position: absolute;
  right: 7px;
} */

.package-box .contact-part>div {
  position: relative;
}

.package-box .contact-part>div:nth-last-child(1):before {
  border: 0;
}

h2.text-black,
p.text-black {
  color: var(--black);
}

.tab_btn ul {
  margin-bottom: 50px;
}

.tab_btn ul li a {
  padding: 13px 40px;
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  border-radius: 50px;
  font-size: 18px;
}

.tab_btn ul {
  border: 0;
  text-align: center;
  justify-content: center;
}

.tab_btn ul li {
  margin: 0 15px 0 0;
}

.tab_btn ul li a:hover,
.tab_btn ul li a.active.show {
  background: var(--pink);
}

.packages_sec_main .tab-content>.active {
  opacity: 1;
}

/*Packages Section End*/

/*Combo Packages Section Begin*/

.combo_packages_sec {
  background: var(--white);
  position: relative;
}

.combo_packages_sec:before {
  /* background: url(../images/lines-orange.svg); */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.combo_head {
  text-align: center;
  padding-bottom: 40px;
}

.combo_head h3 {
  color: var(--blue);
  font-weight: 600;
  font-size: 50px;
}

.combo_head h4 {
  color: var(--black);
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 36px;
}

.combo_list h4 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 20px;
}

.combo_list ul li {
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  color: var(--white);
}

.combo_list 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: 5px;
  position: absolute;
  left: 0;
  filter: brightness(0) invert(1);
}

.combo_pack {
  background: var(--pink);
  padding: 30px 40px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 99;
}

.combo_price {
  background: var(--blue);
  padding: 20px 40px;
  border-radius: 0px 0px 10px 10px;
}

.price_text_combo {
  color: var(--white);
}

.price_text_combo h4 {
  font-size: 27px;
  font-weight: 600;
}

.price_text_combo h5 {
  font-size: 20px;
  font-weight: 300;
}

.price_tag_sec {
  text-align: center;
}

.price_tag_sec span.cutprice {
  /* display: block; */
  text-decoration: line-through;
  font-size: 15px;
  color: var(--white);
  padding-bottom: 7px;
  padding-left: 5px;
}

.price_tag_sec span.h5 {
  color: var(--white);
  font-weight: bold;
  font-size: 23px;
}

.combo_price .row {
  align-items: center;
}

.price_tag_sec .btn_packages a {
  background: var(--pink);
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 15px;
}

/*Combo Packages Section End*/

/*Process Section Begin*/

.services_boxes {
  padding-bottom: 60px;
}

.services_boxes h2 {
  color: var(--white);
  font-size: 19px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 60px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.services_boxes h2 img {
  position: absolute;
  left: 10px;
  filter: brightness(0) invert(1);
  width: 60px;
}

.services_boxes p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: var(--white);
}

.logo_content_tab.mb {
  position: relative;
  margin-top: -110px;
}

.process_sec_main .row.pt-5 {
  padding-top: 100px !important;
}

.process_sec_main {
  background: url(../images/process_banner.jpg);
  background-size: cover;
  position: relative;
}

.process_sec_main:before {
  content: "";
  background: rgb(20 20 20 / 42%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.process_sec_main .web_head h2,
.process_sec_main .web_head p {
  color: var(--white);
}

/*Process Section End*/

/*Review Home Section Begin*/

.about_review .review_sec_main {
  padding: 70px 0 30px;
}

.review_hme_sec {
  padding: 30px 0 0;
}

.review_hme_box {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 6%);
  border: 0.5px solid var(--blue);
  text-align: center;
  padding: 50px 30px 20px;
  margin-bottom: 90px;
  min-height: 540px;
}

.rating_sec ul {
  display: inline-block;
}

.rating_sec ul li {
  display: inline-block;
  color: #f15307;
  font-size: 25px;
  padding: 0 2px;
}

.rating_sec span {
  font-size: 16px;
  position: relative;
  top: -3px;
  padding-left: 5px;
  color: var(--black);
}

.rating_sec {
  padding-bottom: 15px;
}

.review_hme_box p {
  font-size: 14px;
  line-height: 26px;
  color: var(--black);
  padding-bottom: 0px;
  font-weight: 500;
}

.review_hme_box h3 {
  color: var(--black);
  font-size: 17px;
  font-weight: bold;
}

.review_hme_box h5 {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
}

span.quote {
  display: inline-block;
  padding-bottom: 20px;
}

span.quote img {
  border-radius: 50%;
}

.review_sec_main .slick-dots li button:before {
  font-size: 57px;
  color: #ccc;
  opacity: 0.25;
}

.review_sec_main .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--blue);
}

.review_sec_main .slick-dots {
  bottom: 0;
}

.review_sec_main {
  background: #000fff url(../images/banner_bg.png) no-repeat;
  position: relative;
  overflow-y: hidden;
}

/* .review_sec_main:before {
    background: url(../images/lines-orange.svg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background-size: cover;
} */

.review_sec_main:before {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonial-bg-shape.webp);
  background-position: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*Review Home Section End*/

/* Contact Section Start */

.contact-sec,
.testimonial-sec {
  padding: 50px 0 100px;
  overflow-x: hidden;
}

.contacttext h3 {
  line-height: 50px;
  margin-bottom: 50px;
  color: #95c047;
  font-weight: 600;
  font-size: 44px;
}

.contact-sec .contact-heading h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}

.contact-heading h3 span {
  display: block;
  color: #95c047;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-sec h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 40px;
}

.contact-form form#banform input.form-control,
.contact-form form#banform input.cta-phone,
.contact-form form#banform textarea.form-control,
.contact-form form#banform select.form-select.contact-input {
  background-color: #fff;
  border: 1px solid #b10655;
  border-radius: 0;
  padding: 12px 16px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px rgb(0 0 0 / 36%);
  width: 100%;
}

.contact-form form#banform input.cta-phone {
  padding-left: 84px;
}

.contact-form .btn_form input[type="submit"] {
  background: #95c047;
  border: 2px solid #95c047;
  transition: 0.5s;
  padding: 13px 28px;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.contact-sec .contact-heading {
  padding: 16px 44px 0 0;
}

.contact-sec:before {
  content: "";
  width: 450px;
  height: 800px;
  /* top: 0; */
  left: 0;
  /* bottom: 0; */
  background: #d7f1a5;
  border-radius: 0 450px 450px 0;
  border: 0;
}

.contact-sec:before,
.createtrafficsec::before,
.shopifyimg,
.testimonial-sec:before {
  z-index: -1;
  position: absolute;
}

.contactimg img,
a.consultantbtn,
a.starttedbtn:hover {
  transition: 1s;
  animation: 6s ease-in-out infinite float;
}

/* .contact-sec:before, .createtrafficsec::before, .testimonial-sec:before {
    content: "";
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
} */

/* Ends Here */

/*Footer Section Begin*/

footer {
  /* background: url(../images/footer_bg.jpg); */
  background-color: #0b0b0b;
  padding: 60px 10px 10px 10px;
  position: relative;
}

.footerlist {
  text-align: right;
}

.footerlist h5 {
  font-size: 25px;
  margin: 0 0 20px;
}

footer img {
  width: 60%;
}

.footerlist h5,
.webBtn {
  color: #fff;
  font-weight: 600;
}

.copytext p,
.footerlist p,
.footerlist ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

.footerlist p {
  padding-top: 0px;
  color: var(--white);
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.pay {
  width: 100%;
}

.footerlist ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.footerlist ul li p {
  display: inline;
  font-weight: 300;
  margin-bottom: 0;
  line-height: initial;
}

.footerlist ul li a {
  color: var(--white);
}

.form_footer_head h2 {
  color: var(--white);
  font-size: 25px;
}

.footer_form_sec form {
  padding-top: 20px;
}

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

.footer_form_sec form .btn_form input {
  background: var(--blue);
  color: var(--white);
  padding: 15px 70px;
  height: auto;
  font-size: 19px;
  cursor: pointer;
}

.copyrightsec .copytext a {
  color: white !important;
}

.copyrightsec {
  border-top: 1px solid #9b9b9b1f;
  z-index: 999;
  display: block;
  position: relative;
  /* padding-top: 24px; */
}

.btn_form {
  padding-top: 10px;
}

.copy_right {
  /* background: #000; */
  margin-top: 40px;
  padding: 5px 0;
}

.copy_right_text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-weight: 300;
}

.pay_icon img {
  width: 40%;
}

.pay_icon {
  text-align: right;
}

.copy_right .row {
  align-items: center;
}

footer:before {
  content: "";
  position: absolute;
  background: rgb(4 4 4 / 86%);
  width: 100%;
  height: 100%;
  top: 0;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Footer Section End*/

/* Lead PopUp Section Begin */

.lead_popup .modal-content {
  border: 0;
  border-radius: 20px;
  padding: 40px 60px 10px;
  background: #000;
  background-size: cover;
}

.lead_popup .modal-header button {
  background: var(--pink);
  opacity: 1;
  text-shadow: none;
  color: var(--white);
  font-size: 35px;
  font-weight: 300;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s ease-in-out;
}

.lead_popup .modal-header button:hover {
  background: var(--blue);
}

.lead_popup .modal-header {
  padding: 0;
  border: 0;
}

.lead_popup h2 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.lead_popup [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--black);
  font-size: 16px;
  margin-bottom: 23px;
}

.lead_popup [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--blue);
  border-radius: 100%;
  background: transparent;
}

.lead_popup [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lead_popup [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--blue);
  position: absolute;
  top: 4px;
  left: 19px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.lead_popup [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.lead_popup input {
  height: 50px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.lead_popup .modal-footer {
  border: 0;
}

.lead_popup .modal-content:before {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 85%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 20px;
}

.lead_popup .modal-btn ul li button {
  background: var(--pink);
  border: 0;
  padding: 10px 50px;
  font-size: 20px;
  border-radius: 50px;
  font-size: 18px;
}

.lead_popup .modal-btn ul li button:hover {
  background: var(--blue);
  color: var(--white);
}

.lead_popup input.btn-success {
  background: var(--pink);
  border: 0;
  padding: 15px 0;
  height: auto;
  border-radius: 50px;
  width: auto;
  padding: 13px 60px;
  display: table;
  margin: 10px auto;
}

.modal-btn ul {
  display: flex;
  justify-content: space-between;
}

/* Lead PopUp Section End */

/*Started POPUp Section Begin*/

.started_popup_sec .modal-content {
  background: #fff;
  background-size: cover;
  padding: 30px 20px 50px;
  position: relative;
  border: 0;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 50%);
}

.started_popup_sec .modal-header {
  padding: 0;
  border: 0;
}

.started_popup_sec .modal-header button {
  position: absolute;
  background: var(--blue);
  width: 50px;
  height: 50px;
  color: var(--black);
  font-size: 28px;
  opacity: 1;
  text-shadow: none;
  font-weight: 200;
  line-height: 2px;
  border-radius: 50px;
  right: 0;
  top: 0;
}

.started_popup_sec .modal-header button span {
  position: relative;
  top: -2px;
  left: -2px;
}

.started_popup_sec .modal-content:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  right: 0;
  border: 1px solid white;
}

.form_head_Sec {
  text-align: center;
}

.form_head_Sec h2 {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: var(--white);
  margin-bottom: 0;
  background: var(--blue);
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 50px;
}

.form_head_Sec h4 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}

.form_head_Sec h3 {
  color: var(--pink);
  font-size: 29px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
}

.started_popup_sec input {
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--pink);
  padding: 10px 20px;
  font-size: 13px;
}

.started_popup_sec select {
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--pink);
  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 var(--pink);
}

.started_popup_sec form {
  padding-top: 20px;
}

.btn_form input {
  background: var(--pink);
  color: var(--white);
  font-size: 19px;
  border: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.btn_form input:hover {
  background: var(--blue);
  border: 0;
}

/*Started POPUp Section End*/

/*Trust Widget Begin*/

.floating_widget {
  padding: 15px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 0 4px 4px 0;
  border-left: medium;
  box-shadow: 0 5px 17px -3px rgb(0 0 0 / 12%);
  transform: translateX(-5%);
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: auto;
  background-color: #fff;
  text-align: center;
  max-width: 100px;
  cursor: pointer;
  z-index: 1020;
  margin-top: auto;
  bottom: 0;
  height: 160px;
  display: inline-block;
  position: fixed;
  top: 0;
}

.numbers {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}

.number_big {
  font-weight: 600;
}

.number_small {
  color: #fff000cc;
  font-size: 12px;
}

.ratingStars {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.ratingStars img {
  width: 100%;
}

.subheading_small {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}

.subheading_big {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.reviewsLogo_text {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.reviewsLogo_star img {
  width: 18px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.reviewsLogo {
  float: left;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.reviewsLogo_star {
  display: inline-block;
  vertical-align: middle;
}

.floating_footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding-top: 3px;
}

/*Trust Widget End*/

/*Thank You CSS Begin*/

.main-thankyou-sec h1 {
  color: var(--black);
  font-size: 59px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-thankyou-sec p.subtitle {
  color: var(--black);
  line-height: 1.4;
  font-size: 21px;
  font-weight: 300;
  padding: 5px 0 30px 0;
}

.main-thankyou-sec {
  padding: 160px 0;
  background-size: cover;
}

/*Thank You CSS End*/

/*Custom Qoute Section Begin*/

.custom_qoute {
  background: rgb(41, 168, 225);
  background: linear-gradient(0deg,
      rgba(41, 168, 225, 1) 0%,
      rgba(6, 130, 186, 1) 100%);
  padding: 40px 0;
  margin: 50px 130px;
}

.custom_qoute p {
  color: var(--white);
  font-size: 22px;
  line-height: 40px;
}

.custom_qoute p strong {
  font-weight: bold;
}

.btn_custom a {
  background: var(--pink);
  padding: 20px 31px;
  display: inline-block;
  color: var(--white);
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}

.btn_custom {
  text-align: center;
}

.custom_qoute .row {
  align-items: center;
}

.cta_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/*Custom Qoute Section End*/

/*Responsive Begin*/

@media (max-width: 1200px) {
  .book_table ul li {
    padding-left: 10px;
  }

  .book_table ul li a {
    font-size: 14px;
  }

  .banner_content_sec h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .banner_content_sec p {
    font-size: 17px;
  }

  .banner-btn ul li a {
    font-size: 18px;
  }

  .web_head h2 {
    font-size: 30px;
  }

  .empowers_boxes_sec h3 {
    font-size: 18px;
  }

  .empowers_boxes_sec p {
    font-size: 13px;
    line-height: 23px;
  }

  .empowers_boxes_sec {
    min-height: 410px;
  }

  .expert_content h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .expert_content p {
    font-size: 15px;
  }

  .expert_content:before {
    width: 820px;
    height: 710px;
  }

  .expert_content {
    position: relative;
    z-index: 999;
    padding-top: 90px;
    padding: 20px 70px 0px 140px;
  }

  .web_head p {
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
  }

  .choose_sec_box h2 {
    font-size: 23px;
  }

  .choose_sec_box p {
    font-size: 15px;
    line-height: 25px;
  }

  .choose_sec_box {
    min-height: 340px;
  }

  .cta_sec_content h2 {
    font-size: 33px;
  }

  .cta_sec_content h3 {
    font-size: 25px;
  }

  .cta_sec_content p {
    font-size: 15px;
    line-height: 27px;
    width: 90%;
  }

  .cta_sec_content {
    width: 90%;
  }

  .cta_right_img img {
    width: 80%;
    position: relative;
    right: -50px;
  }

  .cta_right_img {
    right: 0;
  }

  .accordion_head h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .accordion_head p {
    font-size: 15px;
  }

  .book_accordion .card-body {
    font-size: 14px;
    line-height: 22px;
  }

  .bg_author {
    padding: 40px 40px 40px;
  }

  .portfolio_boxes a figure {
    margin-bottom: 0;
    height: 330px;
  }

  .portfolio_Sec_main .container-fluid {
    padding: 0 15px;
  }

  .choose_sec_main {
    overflow: hidden;
  }

  .bg_faq_right img {
    width: 100% !important;
  }

  .footer_logo p {
    font-size: 14px;
    line-height: 25px;
  }

  .footer_logo ul li {
    font-size: 16px;
  }

  .review_hme_box p {
    font-size: 15px;
  }

  .review_hme_box {
    min-height: 440px;
  }

  .faq_sec_main::after {
    height: 720px;
    width: 615px;
    transform: translateY(-70%);
  }

  img.gr-1 {
    right: 0;
    top: 33%;
  }

  img.gr-2 {
    bottom: 170px;
    left: -2px;
  }

  .expert_content {
    position: relative;
    z-index: 99;
  }
}

@media (max-width: 1024px) {
  .banner_content_sec h2 {
    font-size: 39px;
    line-height: 50px;
  }

  .logo-main-sec {
    display: inline-block;
    width: 50%;
  }

  .logo-main-sec img {
    width: 100%;
  }

  .counter_logo span {
    font-size: 10px;
  }

  .counter_logo {
    padding-left: 4px;
  }

  header.menu_fixed .logo-main-sec img {
    width: 100%;
  }

  .expert_content {
    z-index: 9;
  }

  .choose_sec_box h2 {
    font-size: 19px;
  }

  .expert_content {
    padding: 20px 70px 0px 40px;
  }

  .expert_content p {
    font-size: 14px;
    line-height: 24px;
  }

  .expert_content h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .cta_right_img img {
    width: 78%;
    position: relative;
    right: -100px;
  }

  .cta_sec_content h2 {
    font-size: 27px;
    line-height: 40px;
  }

  .package-box .contact-part p,
  .contact-part a {
    font-size: 12px;
    line-height: 12px;
  }

  .package-box .contact-part>div:before {
    height: 30px;
    right: 5px;
  }

  .review_hme_box {
    min-height: 470px;
    padding: 30px 20px 15px;
  }

  .faq_sec_main::after {
    height: 800px;
    width: 535px;
    transform: translateY(-52%);
  }

  img.gr-1 {
    right: -50px;
    top: 37%;
  }
}

@media (max-width: 992px) {
  .banner_content_sec h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_content_sec p {
    font-size: 16px;
  }

  .banner-btn {
    padding-top: 10px;
  }

  .book_table ul li a {
    font-size: 13px;
  }

  .book_table ul li {
    padding-left: 5px;
  }

  .banner-btn ul li a {
    font-size: 16px;
    padding: 10px 30px;
  }

  /* .banner_sec_main {
    min-height: 670px;
  } */
  .empowers_boxes_sec {
    min-height: 420px;
  }

  .empowers_boxes_sec p {
    font-size: 15px;
    line-height: 26px;
  }

  .expert_content {
    padding: 20px 70px 0px 60px;
  }

  .expert_content h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .expert_content p {
    font-size: 14px;
    line-height: 25px;
  }

  .expert_content:before {
    width: 680px;
    height: 590px;
    right: 10px;
  }

  .experts_sec_main {
    padding: 135px 0;
  }

  .choose_sec_box p {
    font-size: 14px;
    line-height: 25px;
  }

  .choose_sec_box h2 {
    font-size: 18px;
  }

  .cta_right_img img {
    width: 70%;
    position: relative;
    right: -110px;
  }

  .cta_sec_content h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .web_head p {
    font-size: 15px;
    line-height: 30px;
  }

  .package-box .package-top h4 {
    font-size: 16px;
  }

  .package-box .cutprice {
    display: block;
    font-size: 16px;
  }

  .package-box .package-top .h5 {
    font-size: 24px;
  }

  .package-box ul li {
    font-size: 13px;
  }

  .package-box .contact-part p,
  .contact-part a {
    font-size: 12px;
    line-height: 13px;
  }

  .package-box .contact-part>div:before {
    height: 30px;
  }

  .btn_packages a {
    padding: 12px 35px;
    font-size: 16px;
  }

  .services_boxes h2 {
    font-size: 17px;
  }

  .services_boxes p {
    font-size: 13px;
    line-height: 23px;
  }

  .services_boxes {
    padding-bottom: 30px;
  }

  .review_hme_box p {
    font-size: 14px;
  }

  .review_hme_box {
    min-height: 480px;
  }

  .accordion_head p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
  }

  .accordion_head h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .book_accordion .card-header {
    padding: 10px 20px;
  }

  .book_accordion .card h5 button {
    font-size: 15px;
  }

  .book_accordion .card-body {
    font-size: 13px;
    line-height: 20px;
  }

  .portfolio_boxes a figure {
    margin-bottom: 0;
    height: 260px;
  }

  .tab_btn ul li a {
    font-size: 16px;
  }

  .lead_popup .modal-content {
    padding: 40px 20px 10px;
  }
}

@media (max-width: 768px) {
  .banner_content_sec h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .banner_content_sec p {
    font-size: 14px;
    line-height: 27px;
  }

  .banner-btn ul li a {
    font-size: 15px;
    padding: 8px 25px;
  }

  .banner-btn ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .logo-main-sec img {
    width: 70% !important;
  }

  .book_table ul li {
    padding-left: 3px;
  }

  .book_table ul li a {
    font-size: 11px;
    font-weight: bold;
  }

  .book_table ul li a img {
    padding-right: 6px;
    width: 30px;
  }

  .banner_content_sec {
    padding: 20px 0px 0 0;
  }

  /* .banner_sec_main {
    min-height: 510px;
  } */
  .web_head h2 {
    font-size: 30px;
  }

  .expert_content:before {
    display: none;
  }

  .expert_content {
    padding: 20px 0 0px 0;
  }

  .expert_content h1 {
    color: var(--white);
  }

  .expert_content p {
    color: var(--white);
    text-shadow: none;
  }

  .experts_sec_main {
    padding: 35px 0 50px;
  }

  .choose_sec_main .container-fluid {
    padding: 0 20px;
    position: relative;
  }

  .choose_sec_box {
    margin: 0 20px;
    min-height: 400px;
  }

  .choose_sec_main .container-fluid {
    padding: 0 40px;
    position: relative;
  }

  .cta_right_img img {
    width: 57%;
    position: relative;
    right: -210px;
  }

  .cta_sec_content h2 {
    font-size: 23px;
    line-height: 31px;
  }

  .cta_sec_content p {
    font-size: 15px;
    line-height: 27px;
    width: 100%;
  }

  .cta_sec_content {
    position: relative;
    z-index: 999;
  }

  .cta_sec_content p {
    font-size: 13px;
    line-height: 24px;
  }

  .accordion_head h2 {
    font-size: 19px;
    line-height: 25px;
  }

  .accordion_head p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }

  .book_accordion .card-body {
    font-size: 11px;
    line-height: 19px;
  }

  .book_accordion .card-header {
    padding: 7px 20px;
  }

  .web_head p {
    font-size: 14px;
    line-height: 27px;
  }

  .pencil_img {
    display: none;
  }

  .review_hme_box {
    min-height: 430px;
  }

  .copy_right_text p {
    font-size: 13px;
  }

  .form_footer_head h2 {
    font-size: 21px;
  }

  .empowers_boxes_sec {
    min-height: 440px;
  }

  .services_boxes h2 img {
    width: 47px;
  }

  .process_sec_main .row.pt-5 {
    padding-top: 20px !important;
  }

  .padding_70 {
    padding: 50px 0;
  }

  .review_hme_sec {
    padding: 0;
  }

  .empowers_boxes_sec p {
    font-size: 13px;
    line-height: 26px;
  }

  .empowers_sec_main:after {
    height: 240px;
  }

  .expert_content {
    padding: 0;
  }

  .book_accordion .card h5 button {
    font-size: 13px;
  }

  .footer_logo p {
    font-size: 13px;
    line-height: 21px;
  }

  .footer_logo ul li {
    padding: 0px 10px 20px 30px;
    font-size: 14px;
  }

  .cta_sec_content {
    position: relative;
    z-index: 99;
  }

  header .container {
    max-width: 820px;
  }

  .book_table ul li a.btn_custom {
    background: var(--blue);
    padding: 11px 23px;
  }

  .counter_logo span {
    font-size: 8px;
  }

  header {
    background: transparent;
    padding: 10px 0;
  }

  .book_table {
    text-align: right;
    position: relative;
    top: 10px;
  }

  .banner_content_sec {
    padding: 20px 0px 0 0;
  }

  .banner_sec_main:before {
    opacity: 0.5;
  }

  .cta_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .logo_flex {
    justify-content: center;
  }

  .book_table {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .logo-main-sec {
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    width: 50%;
  }

  .counter_logo {
    width: 47%;
    padding-left: 10px;
  }

  header .container .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* section.banner_sec_main .col-sm-5 {
    display: none !important;
  } */
  .book_table ul li {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  header.menu_fixed .book_table ul {
    display: flex;
    flex-direction: row;
  }

  .banner_content_sec:before {
    display: none !important;
  }

  .banner_content_sec h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-top: 20px;
  }

  .banner_content_sec ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-btn.wow.fadeIn ul {
    display: block;
  }

  .book_table ul li:nth-child(3) {
    display: none !important;
  }

  .banner_vector ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .createtrafficsec:before {
    content: "";
    position: absolute;
    background-image: url(../images/specialities_bg-shape.webp);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: left top;
    right: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .trust-sec .slick-track {
    width: 450px !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    /*transform: translate(0, 0) !important;*/
  }

  section.createtrafficsec {
    padding: 100px 0 0;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }

  .rvn-img:before {
    display: none;
  }

  .Trafficbottomtext {
    padding-left: 0 !important;
  }

  .Trafficbottomtext h4,
  .createimpressiveswtext h3 {
    color: #95c047 !important;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin: 20px 0 20px;
  }

  .Trafficbottomtext ul.icon:before {
    display: none;
  }

  .portfolio_Sec_main h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 0 0 0;
  }

  .portfolio_Sec_main .col-sm-3.p-0 {
    /*width: 50% !important;*/
    height: 450px !important;
  }

  .portfolio_boxes {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background-color: rgb(243 243 243);
    display: block !important;
    width: 180px;
    height: auto;
  }

  .portfolio_boxes a {
    width: 100% !important;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: block;
  }

  section.portfolio_Sec_main ul.slick-dots {
    display: none !important;
  }

  .head_trust {
    position: relative !important;
    left: 130px !important;
  }

  .trust-sec {
    padding: 5px 0;
    overflow: hidden;
    min-height: 300px;
    min-width: 100%;
    width: 400px;
  }

  .Specialtext h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 30px 0;
    color: #95c047;
    font-weight: 700;
  }

  .resumebox {
    padding: 30px;
    height: 330px;
    margin: 0 0 40px 0;
  }

  .sec-gen-more-rev img.img-fluid.rvn-thumb {
    display: none !important;
  }

  .sec-gen-more-rev .rvn-card {
    max-height: 100% !important;
    padding: 30px 0 !important;
        background-size: cover !important;


  }

  section.Specialsec::before {
    content: "";
    position: absolute;
    background-image: url(../images/Special_sec-bg-img.webp);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 80%;
    z-index: -1;
  }

  .packages_sec_main:before {
    background-image: url(../images/portfolio_bg-shape.webp);
    width: 100%;
    background-size: 100% 100%;
    z-index: 0;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  }

  .review_sec_main .slick-dots {
    display: none !important;
  }

  .review_hme_box {
    width: 415px !important;
    padding: 30px 50px !important;
    margin: 0 0;
  }

  /*section.review_sec_main {*/
  /*display: none;}*/
}

@media (max-width: 576px) {
  .logo-main-sec {
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    width: 50% !important;
  }

  .counter_logo {
    width: 47% !important;
    padding-left: 10px;
  }

  header .container .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* section.banner_sec_main .col-sm-5 {
    display: none !important;
  } */
  .book_table ul li {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  header.menu_fixed .book_table ul {
    display: flex;
    flex-direction: row;
  }

  .banner_content_sec:before {
    display: none !important;
  }

  .banner_content_sec h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-top: 20px;
  }

  .banner_content_sec ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-btn.wow.fadeIn ul {
    display: block;
  }

  .book_table ul li:nth-child(3) {
    display: none !important;
  }

  .banner_vector ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .createtrafficsec:before {
    content: "";
    position: absolute;
    background-image: url(../images/specialities_bg-shape.webp);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: left top;
    right: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .trust-sec .slick-track {
    width: 450px !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    /*transform: translate(0, 0) !important;*/
  }

  section.createtrafficsec {
    padding: 100px 0 0;
    position: relative;
    margin-bottom: 0;
    overflow-x: hidden;
  }

  .rvn-img:before {
    display: none;
  }

  .Trafficbottomtext {
    padding-left: 0 !important;
  }

  .Trafficbottomtext h4,
  .createimpressiveswtext h3 {
    color: #95c047 !important;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin: 20px 0 20px;
  }

  .Trafficbottomtext ul.icon:before {
    display: none;
  }

  .portfolio_Sec_main h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 0 0 0;
  }

  .portfolio_Sec_main .col-sm-3.p-0 {
    /*width: 50% !important;*/
    height: 450px !important;
  }

  .portfolio_boxes {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background-color: rgb(243 243 243);
    display: block !important;
    width: 180px;
    height: auto;
  }

  .portfolio_boxes a {
    width: 100% !important;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: block;
  }

  section.portfolio_Sec_main ul.slick-dots {
    display: none !important;
  }

  .head_trust {
    position: relative !important;
    left: 30px !important;
  }

  .trust-sec {
    padding: 5px 0;
    overflow: hidden;
    min-height: 300px;
    min-width: 100%;
    width: 400px;
  }

  .Specialtext h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 30px 0;
    color: #95c047;
    font-weight: 700;
  }

  .resumebox {
    padding: 30px;
    height: 330px;
    margin: 0 0 40px 0;
  }

  section.Specialsec::before {
    content: "";
    position: absolute;
    background-image: url(../images/Special_sec-bg-img.webp);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 80%;
    z-index: -1;
  }

  .packages_sec_main:before {
    background-image: url(../images/portfolio_bg-shape.webp);
    width: 100%;
    background-size: 100% 100%;
    z-index: 0;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  }

  .sec-gen-more-rev img.img-fluid.rvn-thumb {
    display: none !important;
  }

  .review_sec_main .slick-dots {
    display: none !important;
  }

  .review_hme_box {
    width: 415px !important;
    padding: 30px 50px !important;
    margin: 0 0;
  }

  header.menu_fixed .book_table ul {
    flex-wrap: wrap;
  }

  .book_table ul li {
    margin: 0;
  }

  .book_table ul li a,
  .banner-btn ul li a {
    font-size: 13px;
    padding: 12px 10px;
  }

  .banner-btn ul li a {}

  .banner_content_sec ul {
    /* flex-direction: row; */
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .contact-sec:before {
    display: none;
  }

  .banner_content_sec h2 {
    font-size: 25px !important;
    line-height: 35px;
    margin-bottom: 0;
  }

  section.createtrafficsec {
    padding: 50px 0 0;
  }

  .book_table ul li a.btn_custom {
    display: none;
  }

  .banner_sec_main {
    background: #fff;
    padding: 0px 10px 50px 10px;
    /* min-height: 470px; */
  }

  .banner_content_sec p {
    font-size: 13px;
    line-height: 24px;
  }

  .banner_content_sec {
    padding: 20px 0px 0 0;
  }

  .banner-btn ul li a {
    font-size: 12px;
    padding: 5px 16px;
  }

  .banner-btn ul li {
    display: inline-block;
    margin: 0 4px 0 0;
  }

  header {
    background: transparent;
    padding: 10px 0;
  }

  .empowers_boxes_sec h3 {
    font-size: 14px;
  }

  .empowers_boxes_sec h3 {
    font-size: 14px;
  }

  .expert_content h1 {
    font-size: 27px;
    line-height: 35px;
  }

  .cta_right_img {
    right: 0;
    display: none;
  }

  .choose_sec_box {
    margin: 0 20px;
    min-height: auto;
  }

  .bg_faq_right {
    display: none;
  }

  .review_hme_box {
    min-height: auto;
    margin: 0px 0px 20px 0px;
  }

  .form-control {
    margin: 0px 0px 20px 0px;
  }

  .copytext {
    text-align: center;
  }

  .package-box .package-top .h5 {
    font-size: 21px;
  }

  .package-details p {
    font-size: 12px;
  }

  .package-box .contact-part>div {
    position: relative;
    width: 100% !important;
    padding-bottom: 10px;
    text-align: center;
  }

  .package-box .contact-part>div:before {
    display: none;
  }

  .w-50.pl-2 {
    padding: 0 !important;
  }

  .floating_widget {
    display: none;
  }

  .cta_sec_content {
    position: relative;
    z-index: 99;
  }

  .portfolio_Sec_main .col-sm-3.p-0 {
    /*width: 50% !important;*/
    height: 450px !important;
  }

  section.portfolio_Sec_main ul.slick-dots {
    display: none !important;
  }

  .experts_sec_main {
    display: none;
  }

  .choose_sec_main,
  .cta_sec_main,
  .faq_sec_main {
    display: none;
  }

  .banner_content_sec {
    padding: 20px 0px 0 0;
    text-align: center;
  }

  header .col-md-5.col-5 {
    max-width: 100% !important;
    width: 100%;
    flex: 100%;
  }

  header .col-md-7.col-7 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    width: 100%;
  }

  .banner_right_img {
    text-align: center;
    /* background-color: #f3f3f3; */
    /* padding: 200px 0 0; */
  }

  .banner_right_img h2 {
    font-size: 1.5rem;
  }

  .book_table {
    text-align: center;
    position: relative;
    top: 0;
    padding: 15px 0;
  }

  .counter_logo img {
    width: 70%;
    filter: brightness(0);
  }

  .portfolio_boxes a figure {
    margin-bottom: 0;
    height: 430px;
  }

  .lead_popup .modal-content {
    padding: 40px 0px 10px;
  }

  .lead_popup h2 {
    font-size: 20px;
  }

  .empowers_sec_main,
  .custom_qoute,
  .combo_packages_sec {
    display: none;
  }

  .mob_none {
    display: none !important;
  }

  .lg_none {
    display: block !important;
  }

  .banner_content_sec ul {
    justify-content: center;
  }

  a.btn_custom.button-pulse.lg_none img {
    max-width: 30px;
    margin: 0px 10px 0px 0px;
  }

  .order_2 {
    order: 2;
  }

  .contact-part a {
    background: var(--blue);
    padding: 16px 14px !important;
    color: #fff !important;
  }

  .Specialbox {
    max-width: 100%;
    margin: 3% 0 3% 0%;
  }

  .portfolio_boxes {
    width: 100%;
  }

  .modal {
    display: none !important;
  }

  .modal-backdrop {
    display: none !important;
  }

  .modal-open {
    overflow: auto !important;
  }
}

@media (max-width: 400px) {
  .d-md-flex.contact-part {
    display: flex;
    justify-content: center;
  }

  .package-box .contact-part>div:before {
    display: none;
  }

  footer .col-sm-6.offset-1 {
    margin: 0;
  }

  header .col-md-5.col-5 {
    max-width: 100% !important;
    width: 100%;
    flex: 100%;
  }

  header.menu_fixed .book_table ul {
    display: flex;
    flex-direction: row;
  }

  .logo-main-sec img {
    width: 50% !important;
  }

  .logo-main-sec {
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    width: 50%;
  }

  .book_table {
    text-align: center;
    padding: 10px 0px;
  }

  .counter_logo {
    width: 48%;
    padding-left: 0px;
  }

  .logo-main-sec img {
    width: 90% !important;
  }

  header .col-md-7.col-7 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    width: 100%;
  }

  .counter_logo span {
    padding-left: 12px;
    font-size: 10px;
    font-weight: 600;
  }

  .book_table ul li a.btn_custom {
    display: none;
  }

  .banner_right_img {
    padding-top: 30px;
  }
  .banner_sec_main {
    background: #fff;
    /* min-height: 500px; */
    padding-top: 0px;
  }

  .expert_content p {
    color: var(--white);
    text-shadow: none;
    width: 100%;
  }

  .banner-btn ul li a {
    font-size: 14px;
    padding: 8px 27px;
  }

  .cta_sec_main {
    background-size: cover;
  }

  .bg_author {
    padding: 40px 20px 30px;
  }

  .book_accordion .card-body {
    font-size: 13px;
    line-height: 22px;
  }

  .portfolio_boxes a figure {
    margin-bottom: 0;
    height: 410px;
  }

  .copy_right_text {
    text-align: center;
  }

  .pay_icon {
    text-align: center;
  }

  .banner-btn ul li a {
    font-size: 14px;
    padding: 8px 24px;
  }

  .package-box .contact-part>div {
    position: relative;
    width: 55% !important;
    padding-bottom: 0;
    text-align: unset;
    display: inline-block;
  }

  .w-50.pl-2 {
    padding: unset !important;
  }

  .package-box .contact-part p,
  .contact-part a {
    font-size: 13px;
    line-height: 13px;
  }

  .package-box .contact-part>div:before {
    display: block;
  }

  .tab_btn ul li a {
    font-size: 13px;
    padding: 10px 16px;
  }

  .trust-sec {
    padding: 5px 0;
  }

  .web_head h2 {
    font-size: 25px;
  }

  .package-box .contact-part>div:before {
    right: 11px;
  }

  .book_table ul li a {
    font-size: 14px;
    font-weight: bold;
  }

  .expert_content {
    z-index: unset;
  }

  .Specialtext p {
    font-size: 15px;
  }

  .sec-gen-more-rev {
    padding: 50px 0 100px;
  }

  .sec-gen-more-rev .rvn-card .rvn-desc .d-h {
    font-size: 30px;
  }

  .rvn-desc {
    padding: 0px 20px;
  }

  .sec-gen-more-rev .rvn-card .rvn-desc .d-p {
    margin: 10px 0 10px;
  }

  .review_hme_box {
    width: 390px !important;
  }

  .banner_content_sec ul li {
    font-size: 14px;
    padding-bottom: 6px;
  }

  .trust-sec {
    width: 360px;
  }

  .book_table {
    text-align: center;
    padding: 10px 0px;
  }

  .banner_content_sec {
    padding: 10px 0px 0 0;
  }

  .Trafficbottomtext h4 {
    font-size: 30px;
  }

  .Trafficbottomtext p {
    font-size: 14px;
  }

  .contact-heading h3 span {
    font-size: 40px;
  }

  .contact-sec .contact-heading {
    padding: 20px 0px 0 0;
  }

  .contact-sec {
    padding: 50px 0 50px;
  }

  .footerlogo p {
    font-size: 14px;
    text-align: center;
  }

  .copytext {
    text-align: center;
  }

  .footerlist h5 {
    font-size: 22px;
  }

  .footerlist {
    text-align: center;
  }

  .contacttext h3 {
    font-size: 35px;
  }

  .footerlogo a {
    width: 100%;
    display: flex;
  }
}

/*Responsive End*/

.banner_right_img .contact-form .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  /* background: #f9f9f9; */
  box-shadow: none;
  transition: 0.3s ease;
  margin-bottom: 15px;
}

.banner_right_img .contact-form textarea.form-control {
  height: auto;
  resize: none;
  padding-top: 12px;
}

.banner_right_img .contact-form .form-control:focus {
  border-color: #8bc34a;
  background: #000;
  outline: none;
}