a:hover,
a:focus {
  color: var(--p-clr, #71b406);
  opacity: 0.8;
}
a {
  color: var(--p-clr, #71b406);
}
img {
  vertical-align: middle;
  border-style: none;
}
img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}
img {
  max-width: 100%;
  height: auto;
}
.img-con {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.img-con.img-center {
  text-align: center;
}
.img-con.img-left {
  text-align: left;
}
.img-con.img-right {
  text-align: right;
}
.section.cta-home{
  padding-top: 0;
  }

.custom-li li {
  padding: 0;
  margin: 0;
}
.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-ic {
  height: 80px;
  width: 75px;
  background: url(."./images/services-icons-1.png);"
  background-repeat: no-repeat;
  transition: all 0.7s ease;
  display: flex;
}

.st-ic-1 {
  background-position: 10px 10px;
}

.st-ic-2 {
  background-position: -70px 10px;
}
.st-ic-3 {
  background-position: -147px 10px;
}
.st-ic-4 {
  background-position: -230px 10px;
}
.st-ic-5 {
  background-position: -310px 10px;
}
.ct-ic {
  height: 80px;
  width: 75px;
  /*background-repeat: no-repeat;*/
  transition: all 0.7s ease;
  display: flex;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  filter: invert(1);
}
.ct-one {
  background-image: url("../images/ic1.png");
}
.ct-two {
  background-image: url("../images/ic2.png");
}
.ct-three {
  background-image: url("../images/ic3.png");
}
.ct-four {
  background-image: url("../images/ic4.png");
}
.ct-five {
  background-image: url("../images/ic5.png");
}
.book-info ul.li-col-2 li,
.book-info ul.li-col-2 {
  padding-left: 0;
}
.featured-client.section-bottom {
  padding: 40px 0;
}
.sec-after-1 {
  position: relative;
  margin: 2rem 0;
  color: #000;
}
.sec-after-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--second-clr);
  display: block;
}
.sec-after-1 :is(h1, h2, h3, h4, h5, h6, p) {
  color: #000;
}
.text-fo {
  font-size: 22px;
  line-height: 1.2;
}
.custom-li li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.li-col-1,
.li-col-2 {
  column-count: 2;
}
.li-col-2 .chapter-item h4 {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 15px;
  color: var(--p-clr, #71b406);
}
.li-col-2 .chapter-item {
  margin-bottom: 0;
}
.btn-con {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  gap: 2rem;
}

.banner-from.form-b-white p.font-family-poppins.banner-form-h2 {
    display: none;
}

.sec-after-1:before {
    display: none;
}

.eq-col .eq-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.eq-col.eq-cen .eq-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.my-col {
  flex-direction: column;
}
.eq-col.eq-end .eq-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.eq-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}
.step-desc h4 {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proofread h3 {
  font-size: 20px;
}
.cta-home {
  background-color: #fff;
}
.navbar-toggler {
  display: none;
}

.main-privacy {
  padding-top: 100px;
}
.footer-links {
  display: flex;
}
.fl {
  padding: 0 10px;
  margin: 0 10px;
}
span.fl-brd {
  display: block;
  width: 2px;
  background: var(--p-clr);
}
.swal-overlay {
  z-index: 2140001032;
}
.swal-text {
  text-align: center;
}

.ani {
  animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@keyframes blink1 {
  0%,
  100% {
    color: var(--p-clr, #71b406);
  }

  50% {
    color: red;
  }
}
/* = form = */
.txt-area {
  resize: none;
}
.iti {
  width: 100%;
}
.banner-from {
  border: 2px solid var(--p-clr, #71b406);
  border-radius: 10px;
  padding: 20px;
}
.banner-form-h1 {
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  font-family: var(--font-900);
}
.banner-form-h2 {
  text-align: center;
  padding: 0 15px;
  font-family: var(--font-700);
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 10px 40px;
  /*border-radius: 35px;*/
  font-size: 17px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: var(--second-clr);
  color: #fff;
  background: var(--second-clr);
}

.btn-main:hover {
  background: var(--p-clr);
  color: #fff;
  border-color: var(--p-clr);
}
.btn-main-1 {
  background: #fff;
  color: var(--p-clr);
  border-color: var(--p-clr);
}
.btn-main-1:hover {
  background: var(--p-clr);
  color: #fff;
}
.btn-main-2 {
  background: var(--p-clr);
  color: #fff;
  border-color: var(--p-clr);
}

.btn-main-2:hover {
  background: #fff;
  color: var(--p-clr);
  border-color: var(--p-clr);
}

.btn-white {
  background: #fff !important;
  color: var(--p-clr);
  border-color: #fff;
}

.btn-border-tp {
  border-color: #385777;
  background: transparent;
  color: #385777;
}

.btn-border-tp:hover {
  background: #385777;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}
a.btn:focus {
  background: #fff;
}
/* custom buttons */
svg.arrow-alt-right {
  display: inline-block;
  height: 33px;
  width: 40px;
  position: relative;
  right: -24px;
  top: -1px;
}
.btn.btn-main-2.btn-arrow {
  position: relative;
  overflow: hidden;
  padding: 7px 40px;
}
.btn.btn-main-2.btn-arrow,
.btn-arr .btn.btn-main-2.btn-arrow {
  padding-left: 20px;
  padding-right: 60px;
}
/*.btn.btn-main-2.btn-arrow:before {
    content: '';
    background: #558904;
    height: 100%;
    width: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
}*/
.btn.btn-main-2.btn-arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-alt-right fa-w-14 fa-9x'%3E%3Cpath fill='%23fff' d='M0 304v-96c0-13.3 10.7-24 24-24h200V80.2c0-21.4 25.8-32.1 41-17L441 239c9.4 9.4 9.4 24.6 0 34L265 448.7c-15.1 15.1-41 4.4-41-17V328H24c-13.3 0-24-10.7-24-24z' class='arrow-alt-right'%3E%3C/path%3E%3C/svg%3E");
  height: 100%;
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  right: 0;
  top: 0;
  pointer-events: none;
  /*background-color: #558904;*/
  background-color: var(--second-clr);
  transition: all 0.3s linear;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.btn.btn-main-2.btn-arrow:hover svg.arrow-alt-right {
  color: #fff;
}
/*.btn.btn-main-2.btn-arrow:hover:before{
    background: #71b406;
}*/

.btn-arr {
  position: relative;
}

span.btn-arr:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-alt-right fa-w-14 fa-9x'%3E%3Cpath fill='%23fff' d='M0 304v-96c0-13.3 10.7-24 24-24h200V80.2c0-21.4 25.8-32.1 41-17L441 239c9.4 9.4 9.4 24.6 0 34L265 448.7c-15.1 15.1-41 4.4-41-17V328H24c-13.3 0-24-10.7-24-24z' class='arrow-alt-right'%3E%3C/path%3E%3C/svg%3E");
  height: 100%;
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  right: 0;
  top: 0;
  pointer-events: none;
  background-color: #212529;
  transition: all 0.3s linear;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

span.btn-arr:hover:after {
  background-color: #71b406;
}

/*Sticky element css*/
.mystickyelements-fixed {
  position: fixed;
  z-index: 99999;
  font-family: "Poppins";
  top: 50%;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media only screen and (min-width: 1025px) {
  .mystickyelements-position-right.mystickyelements-entry-effect-slide-in {
    right: -90px;
  }
}
@media only screen and (min-width: 1025px) {
  .mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect {
    right: 0;
    text-align: right;
  }
}

.mystickyelements-fixed ul li {
  position: relative;
  width: 53px;
  display: none;
  margin: 0;
  padding: 0;
}
.mystickyelements-fixed.mystickyelements-size-large
  ul
  li.mystickyelements-contact-form {
  padding-bottom: 136px;
  padding-top: 51px;
}
.mystickyelements-fixed ul li.element-desktop-on {
  display: block;
}
.mystickyelements-fixed.mystickyelements-size-large ul li {
  width: 60px;
}
.mystickyelements-fixed ul li {
  cursor: pointer;
  color: #fff;
}
.mystickyelements-size-large span.mystickyelements-social-icon,
.mystickyelements-size-large span.mystickyelements-social-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 8px 8px 0px 8px !important;
}
.mystickyelements-contact-form .mystickyelements-social-icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  font-size: 14px;
  padding: 18px 10px 10px 10px;
  width: 144px;
  height: 53px;
  line-height: 1.2;
  -webkit-transform-origin: 51px 51px 0;
  -moz-transform-origin: 51px 51px 0;
  transform-origin: 51px 51px 0;
  box-shadow: -3px 0px 6px rgb(0 0 0 / 16%);
}
.mystickyelements-size-large
  .mystickyelements-contact-form
  .mystickyelements-social-icon {
  padding: 18px 10px 2px 10px;
  width: 210px;
  height: 60px;
  line-height: 1.2;
  font-size: 22px;
  -webkit-transform-origin: 68px 68px 0;
  -moz-transform-origin: 68px 68px 0;
  transform-origin: 68px 68px 0;
}
.mystickyelements-contact-form .mystickyelements-social-icon i {
  margin-right: 22px;
}
span.mystickyelements-social-icon i {
  margin: 0;
}
.mystickyelements-position-right .element-contact-form,
.mystickyelements-position-right span.mystickyelements-social-text {
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  left: auto;
  right: 100%;
}
.element-contact-form {
  width: 440px;
  background-color: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  border-radius: 10px;
  position: absolute;
  top: -24px;
  left: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  z-index: 1;
}
.element-contact-form h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 14px 0;
  text-align: left;
  position: relative;
}
.element-contact-form form {
  padding: 0 14px 14px 14px;
}
form.sticky-form select,
form.sticky-form input,
form.sticky-form textarea {
  border-radius: 24px !important;
  background-color: #fff;
  width: 100%;
  height: 38px;
  margin-top: 15px;
  border: 1px solid #dce2e2;
  font-size: 12px;
  font-family: Poppins;
  color: #000;
  font-weight: 400;
  padding: 9px 15px;
  line-height: 1.2;
  max-width: 100%;
}
form.sticky-form input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  background-color: var(--p-clr);
}
.mystickyelements-on-click.mystickyelements-fixed
  ul
  li.elements-active
  span.mystickyelements-social-text,
.mystickyelements-on-hover.mystickyelements-fixed
  ul
  li:hover
  span.mystickyelements-social-text {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
/*.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-contact-form .element-contact-form, 
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active:hover .element-contact-form {
    -webkit-transform: rotateY(
0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(
0deg);
}*/

.mystickyelements-on-click.mystickyelements-fixed
  ul
  li.mystickyelements-contact-form
  .element-contact-form {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

span.mystickyelements-social-icon a,
span.mystickyelements-social-icon {
  width: 53px;
  height: 53px;
  color: #fff;
  float: left;
  position: relative;
  text-align: center;
  font-size: 17px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  flex-wrap: wrap;
  text-decoration: none;
}
.mystickyelements-size-large span.mystickyelements-social-icon a,
.mystickyelements-size-large span.mystickyelements-social-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

span.mystickyelements-social-text.mystickyelements-social-no-link,
span.mystickyelements-social-text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  min-width: 137px;
  height: 100%;
  padding-top: 19px;
  padding-right: 10px;
  padding-left: 13px;
}
.mystickyelements-size-large
  span.mystickyelements-social-text.mystickyelements-social-no-link,
.mystickyelements-size-large span.mystickyelements-social-text a {
  min-width: 206px;
  padding-top: 18px;
}

.mystickyelements-size-large span.mystickyelements-social-icon,
.mystickyelements-size-large span.mystickyelements-social-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 8px 8px 0px 8px !important;
}
span.mystickyelements-social-text {
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  float: left;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mystickyelements-fixed ol,
.mystickyelements-fixed ul {
  margin: 0;
  padding: 0;
}
.mystickyelements-fixed ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.mystickyelements-size-large span.mystickyelements-social-text {
  font-size: 22px;
}

.mystickyelements-position-right span.mystickyelements-social-text {
  border-radius: 10px 0 0 10px;
}
.mystickyelements-position-right span.mystickyelements-social-text {
  border-radius: 10px 0 0 10px;
}
span.mystickyelements-social-text {
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  float: left;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mystickyelements-size-large span.mystickyelements-social-text {
  font-size: 22px;
}
.mystickyelements-position-right .element-contact-form,
.mystickyelements-position-right span.mystickyelements-social-text {
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  left: auto;
  right: 100%;
}
span.mystickyelements-social-text {
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  float: left;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mystickyelements-size-large span.mystickyelements-social-text {
  font-size: 22px;
}
.mystickyelements-position-right .element-contact-form,
.mystickyelements-position-right span.mystickyelements-social-text {
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  left: auto;
  right: 100%;
}
.mystickyelements-position-right span.mystickyelements-social-text {
  border-radius: 10px 0 0 10px;
}
span.mystickyelements-social-text.mystickyelements-social-no-link,
span.mystickyelements-social-text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  min-width: 137px;
  height: 100%;
  padding-top: 19px;
  padding-right: 10px;
  padding-left: 13px;
}
span.mystickyelements-social-text.mystickyelements-social-no-link,
span.mystickyelements-social-text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  min-width: 137px;
  height: 100%;
  padding-top: 19px;
  padding-right: 10px;
  padding-left: 13px;
}
.mystickyelements-size-large
  span.mystickyelements-social-text.mystickyelements-social-no-link,
.mystickyelements-size-large span.mystickyelements-social-text a {
  min-width: 206px;
  padding-top: 18px;
}
.element-contact-form h3 .element-contact-close {
  position: absolute;
  /*display: none;*/
  top: 10px;
  right: 20px;
  color: #ccc;
  font-size: 20px;
  line-height: 1;
}
.element-contact-form h3 .element-contact-close {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 50%;
}

.element-contact-form h3 .element-contact-close i {
  color: #fff;
}
form.sticky-form textarea {
  height: 100px;
  margin-bottom: 20px;
  resize: none;
  padding: 15px;
}
@media only screen and (max-width: 786px) {
  .mystickyelements-fixed.mystickyelements-mobile-size-small ul li {
    width: 50px;
  }
}

@media only screen and (max-width: 786px) {
  .mystickyelements-mobile-size-small
    .mystickyelements-contact-form
    .mystickyelements-social-icon {
    font-size: 14px !important;
    padding: 13px 10px 2px 10px !important;
    height: 50px !important;
    width: 143px !important;
    line-height: 1.2 !important;
    -webkit-transform-origin: 20px 20px 0 !important;
    -moz-transform-origin: 20px 20px 0 !important;
    transform-origin: 20px 20px 0 !important;
  }
}
@media only screen and (max-width: 786px) {
  li#mystickyelements-social-phone {
    height: 65px;
  }
}
@media only screen and (max-width: 786px) {
  .mystickyelements-fixed.mystickyelements-mobile-size-small ul li {
    width: 50px;
    padding-top: 66px !important;
    padding-bottom: 25px !important;
  }
  li#mystickyelements-social-wechat {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 786px) {
  .mystickyelements-size-large span.mystickyelements-social-icon,
  .mystickyelements-size-large span.mystickyelements-social-icon a {
    width: 50px;
  }
}
@media (max-width: 786px) {
  .mystickyelements-size-large span.mystickyelements-social-icon a {
    width: 40px !important;
    height: 40px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    border-radius: 8px 8px 0 8px !important;
  }
  section#privacy-txt {
    padding: 200px 15px 100px;
}
}
@media only screen and (max-width: 786px) {
  .mystickyelements-mobile-size-small span.mystickyelements-social-text a {
    padding-top: 0;
  }
}
@media only screen and (max-width: 786px) {
  .mystickyelements-mobile-size-small
    span.mystickyelements-social-text.mystickyelements-social-no-link {
    padding-top: 0;
    min-width: unset !important;
  }
  span.mystickyelements-social-text.mystickyelements-social-no-link {
    font-size: 17px;
    height: auto !important;
    padding: 16px 10px !important;
    top: 30px !important;
  }
  span.mystickyelements-social-text {
    font-size: 16px !important;
    padding: 13px 10px 15px 15px !important;
    top: 72px;
  }
  .element-contact-form,
  .mystickyelements-custom-html {
    width: 250px;
  }
}

.last-con .btn.btn-primary.form-control {
  max-width: 200px;
}

div#call_div .pulse-effect {
  box-shadow: 0 0 0 0 rgb(32 203 152);
  animation: pulse-green 1.8s infinite;
}

.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect.mystickyelements-left-imp {
  width: 60px;
}
.sticky-bg-clr {
  background-color: var(--p-clr);
}
.sticky-txt-clr {
  color: var(--p-clr);
}
.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect.mystickyelements-left-imp {
  right: unset;
  left: 0px;
}
.mystickyelements-position-right.mystickyelements-left-imp
  span.mystickyelements-social-text {
  left: 100%;
  right: unset;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.mystickyelements-position-right.mystickyelements-left-imp
  span.mystickyelements-social-text {
  border-radius: 10px 10px;
}
.mystickyelements-left-imp span.mystickyelements-social-icon.social-phone {
  border-radius: 8px !important;
}
.mystickyelements-size-large span.mystickyelements-social-text a {
  min-width: auto;
}
/*Sticky CSS end*/

/* call btn start */
div#call-btn {
  position: fixed;

  left: 30px;
  bottom: 20px;
  z-index: 999997;
  background: var(--p-clr);
  color: #fff !important;
  border-radius: 100%;
  animation: pulsing 1.8s infinite;
}

div#call-btn i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  color: #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.pulse-effect {
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--p-clr);
  animation: pulsing 1.8s infinite;
}
@keyframes pulsing {
  0% {
    box-shadow: 0 0 0 0 rgb(113 180 6);
  }
  70% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}
/* call btn end */

/*-------------------
  Pricing Style start
----------------=----*/

html {
  scroll-behavior: smooth;
}
ul li {
  list-style-type: none;
}
.main-package {
  padding: 104px 0;
  --pkg-box-shadow: 0 5px 38px 0 #4792e373;
}

.package_box {
  --transition: all 0.4s ease-in-out;
}

.package_box {
  background-color: #fff;
  border-radius: 10px;
  transition: var(--transition);
}

.pkg_top {
  padding: 23px;
}

.pkg_title {
  border-radius: 3px;
  background-color: #ededed;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding: 10px 0;
  transition: var(--transition);
}

.pkg_title h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  transition: var(--transition);
}

.pkg_pricing_area {
  margin: 13px 0;
}

.sale_price h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--p-clr);
  letter-spacing: -3px;
  margin: 0;
  transition: var(--transition);
}

.cut_price h4 {
  color: #656565;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  text-transform: lowercase;
  text-decoration: line-through;
  color: #656565;
  transition: var(--transition);
}

.cut_price h4 span {
  text-decoration: line-through;
}

.short_desc p {
  font-size: 13px;
  color: #3c3664;
}

.pkg_details {
  padding: 23px;
  margin: 0 6px;
  background-color: #fff3e1;
  border-radius: 5px;
  border: 1px solid #fff3e1;
}
.pkg_details {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}
/* Scrollbar for chorme */
.pkg_details::-webkit-scrollbar {
  width: 7px;
}
.pkg_details::-webkit-scrollbar-track {
  background-color: var(--p-clr);
}
.pkg_details::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #000000;
}
/* /Scrollbar for chorme */
/* Scrollbar for firefox */
.pkg_details {
  scrollbar-color: rgba(0, 0, 0, 0.45) var(--p-clr);
  scrollbar-width: thin;
}
/* /Scrollbar for firefox */
.pkg_details ul {
  padding-right: 15px;
  padding-left: 23px;
}

.pkg_details ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
}

.pkg_details ul li:before {
  content: \f0da;
  position: absolute;
  font-weight: 700;
  color: #f78c0f;
  font-size: 17px;
  left: -22px;
  font-family: "Font Awesome 5 Free";
}

.pkg_bottom {
  padding: 13px 23px 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.order_btn {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  background-image: none;
  background-color: #e92747;
  transition: var(--transition);
}

.order_btn:hover,
.order_btn:focus,
.order_btn:active {
  color: #fff;
}

.pkg_chat_btn {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  line-height: 21px;
  transition: var(--transition);
}

.pkg_chat_btn span {
  font-size: 10px;
  font-weight: 400;
  position: relative;
}

.pkg_chat_btn span:before {
  content: \f075;
  position: absolute;
  right: -24px;
  font-size: 16px;
  color: #f78c0f;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transition: var(--transition);
}

.package_box:hover {
  /*background-color: #4f8100;*/
  box-shadow: var(--pkg-box-shadow);
}
.pkg_box_shadow {
  box-shadow: var(--pkg-box-shadow);
}
.package_box:hover .pkg_title {
  background-color: #fff;
  box-shadow: var(--pkg-box-shadow);
}

/*.package_box:hover .cut_price h4,
.package_box:hover .pkg_chat_btn,
.package_box:hover .pkg_details ul li,
.package_box:hover .sale_price h3,
.pkg_chat_btn:hover {
    color: #fff;
}*/

.package_box:hover .short_desc p {
  color: #d9d3ff;
}

.packages-tab ul {
  padding: 10px 0 10px;
  border-bottom: none;
}

.packages-tab .nav-tabs .nav-link.active {
  background-color: #e92747;
  color: #fff;
}

.packages-tab .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 17px;
  color: #333;
  padding: 11px 32px;
  margin: 5px 10px;
  font-family: Poppins, sans-serif;
}
.pkg_bottom {
}
.package_box .short_desc.text-center {
  display: none;
}
.ftr-no-brd {
  border: 0;
}

/*  ---- */

.order_btn {
  background-color: var(--p-clr);
  color: #fff;
}

.packages-tab .nav-tabs .nav-link.active {
  background-color: var(--p-clr);
}

/*.package_box:hover .order_btn {
    background-image: -moz-linear-gradient(90deg,#417cd4 0,var(--p-clr) 100%);
    background-image: -webkit-linear-gradient(90deg,#417cd4 0,var(--p-clr) 100%);
    background-image: -ms-linear-gradient(90deg,#417cd4 0,var(--p-clr) 100%);
}*/

.package_box {
  border: 2px solid var(--p-clr);
}

.pkg_details {
  background-color: #fff;
  border: 1px solid var(--p-clr);
}

.pkg_details ul li,
.pkg_details ul li:before {
  color: #000;
}
.package_box .slimScrollBar {
  opacity: 1;
  border-radius: 0;
  width: 5px;
}
.pkg_chat_btn span:before {
  color: var(--p-clr);
}
.package_box .pkg_pricing_area + p {
  color: #fff;
  font-weight: 700;
  background-image: -webkit-linear-gradient(
    -45deg,
    var(--p-clr),
    var(--second-clr)
  );
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pkg_title h3 {
    font-size: 15px;
  }

  .order_btn {
    font-size: 17px;
  }

  .heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .packages-tab ul.nav-tabs {
    display: block;
  }
}

/*-------------------
  Pricing Style end
----------------=----*/
a.navbar-brand {
  width: 110px;
}
.banner-main {
  padding-top: 150px !important;
}
.num-one-he {
  margin-bottom: 0;
}

select.form-control.custom-select {
  cursor: pointer;
}
select.form-control.custom-select:hover,
select.form-control.custom-select:focus {
  border-color: var(--p-clr);
  box-shadow: none;
}
select.form-control.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'>;<path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
select.form-control.custom-select {
  padding: 0px 10px;
  height: 40px;
}
select.form-control.custom-select.error {
  border-color: red;
}
/* media queries */
@media (max-width: 786px) {
  .ord-md-1 {
    order: 1;
  }
  .ord-md-2 {
    order: 2;
  }
  .ord-md-3 {
    order: 3;
  }
  .num-one-he {
  }

  .featured-client.section-bottom {
    padding: 0;
  }
  .main-banner h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px;
  }
  .text-lg {
    font-size: 30px;
  }
  .btn.btn-main-2.btn-arrow {
    font-size: 14px;
  }
  /*.btn.btn-main-2.btn-arrow:before {
        width: 40px;
    }*/

  svg.arrow-alt-right {
    height: 20px;
    width: 30px;
    right: -15px;
    position: relative;
  }
  .btn-con {
    flex-direction: column;
    justify-content: center;
  }

  .btn-div.btn-quote-div {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .content.pl-4 {
    padding-left: 10px !important;
  }
  ul.custom-li.li-col-1 li {
    display: flex;
    width: 49%;
  }
  ul.custom-li.li-col-1 {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .chapter-item {
    margin-bottom: 10px;
  }
  .chapter-item h4 {
    font-size: 14px;
    text-align: left;
  }
  section {
    padding: 40px 0;
  }
  a.navbar-brand {
    width: 80px;
  }
  .navbar-btn .btn.btn-main-2.btn-arrow:before {
    width: 33px;
    background-size: 14px;
  }
  .navbar-btn .btn.btn-main-2.btn-arrow {
    padding-left: 10px;
    padding-right: 40px;
    margin-top: 0 !important;
  }
  .navbar {
    padding: 0px 20px;
  }
  .banner-main {
    padding-top: 60px;
  }
  .footer-links {
    justify-content: space-around;
  }

  .fl {
    padding: 0;
    margin: 0;
  }
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .proofread {
    padding: 0 15px;
  }

  .steps {
    padding: 0;
    margin-top: 6rem !important;
  }
  .steps-single {
    width: 100%;
    height: auto;
  }
  .steps-single__number {
    font-size: 1rem;
    width: 40px;
  }
  .steps-single__title {
    font-size: 0.85rem;
  }
  .steps-single__content {
    font-size: 0.75rem;
  }
}
@media (min-width: 525px) {
}
@media (min-width: 786px) {
  .li-col-1 {
    column-count: 3;
  }
  .steps {
    padding: 0;
  }
  .steps-single {
    width: 48%;
    height: auto;
  }
  .steps-single__number {
    font-size: 1.15rem;
    width: 50px;
  }
  .steps-single__title {
    font-size: 1.15rem;
  }
  .steps-single__content {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .li-col-1 {
    column-count: 4;
  }
  
}

.proft .anim:before {
  background-color: rgb(199 158 97 / 53%);
  content: "";
  top: -100px;
  height: 100px;
  left: -15px;
  position: absolute;
  right: -20px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  transition: transform 0.1s;
}

.proft .anim:hover:before {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.proft .anim:after {
  background-color: rgb(199 158 97 / 53%);
  content: "";
  bottom: -100px;
  height: 100px;
  left: -10px;
  position: absolute;
  right: -15px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: transform 0.1s;
}

.proft .anim:hover:after {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.row.proft {
  display: flex;
}

.lan-img-ab {
  overflow: hidden;
  position: relative;
}

.lan-img-ab {
  overflow: hidden;
  position: relative;
  margin: 20px 15px;
}

.row.lan-ser-ic {
  display: grid;
  grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
  text-align: center;
  column-gap: 1%;
  margin-bottom: 25px;
}

.row.lan-ser-ic .porto-sicon-box {
  background: #c79e61!important;
  box-shadow: 0 0 40px 2px #c79e61ab !important;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
  min-height: 215px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.row.lan-ser-ic h3.porto-sicon-title {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.vc_column_container:nth-child(1)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: 10px -70px;
}

.vc_column_container .porto-just-icon-wrapper {
  height: 80px;
  width: 75px;
  background: url("./images/services-icons-1.png");
  transition: all 0.7s ease;
  background-repeat: no-repeat;
  filter: brightness(100);
}

.img-changee .vc_column_container .porto-just-icon-wrapper {
  background: url("./images/services-icons-2.png") no-repeat;
}

.vc_column_container:nth-child(1) .porto-just-icon-wrapper {
  background-position: 10px 0px;
}
.vc_column_container:nth-child(2) .porto-just-icon-wrapper {
  background-position: -80px 10px;
}
.vc_column_container:nth-child(3) .porto-just-icon-wrapper {
  background-position: -147px 10px;
}
.vc_column_container:nth-child(4) .porto-just-icon-wrapper {
  background-position: -230px 10px;
}
.vc_column_container:nth-child(5) .porto-just-icon-wrapper {
  background-position: -310px 10px;
}

.vc_column_container:nth-child(2)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -80px -70px;
}

.vc_column_container:nth-child(3)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -147px -70px;
}

.vc_column_container:nth-child(4)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -230px -70px;
}

.vc_column_container:nth-child(5)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -310px -70px;
}

.vc_column_container:nth-child(1)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: 10px -70px;
}

.vc_column_container .porto-just-icon-wrapper {
  height: 80px;
  width: 75px;
  background: url("../images/services-icons-1.png");
  transition: all 0.7s ease;
  background-repeat: no-repeat;
}

.img-changee .vc_column_container .porto-just-icon-wrapper {
  background: url("../images/services-icons-2.png") no-repeat;
}

.vc_column_container:nth-child(1) .porto-just-icon-wrapper {
  background-position: 10px 0px;
}
.vc_column_container:nth-child(2) .porto-just-icon-wrapper {
  background-position: -80px 10px;
}
.vc_column_container:nth-child(3) .porto-just-icon-wrapper {
  background-position: -147px 10px;
}
.vc_column_container:nth-child(4) .porto-just-icon-wrapper {
  background-position: -230px 10px;
}
.vc_column_container:nth-child(5) .porto-just-icon-wrapper {
  background-position: -310px 10px;
}

.vc_column_container:nth-child(2)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -80px -70px;
}

.vc_column_container:nth-child(3)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -147px -70px;
}

.vc_column_container:nth-child(4)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -230px -70px;
}

.vc_column_container:nth-child(5)
  .porto-sicon-box:hover
  .porto-just-icon-wrapper {
  background-position: -310px -70px;
}

.bg-f4f5fe {
  background-color: #f4f5fe;
}

.container {
  max-width: 1360px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: #0f335e;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.bxs-hot:before {
  content: \ec93;
}
.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
  /* color: #0f335e; */
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* color: #0f335e; */
  color: #4792e3;
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: #0f335e;
}

.default-btn:hover,
.default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(19 196 161 / 30%) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgb(19 196 161 / 30%) !important;
}
a:hover {
  text-decoration: none;
  color: #4792e3;
}
.single-pricing-table .btn-box {
  margin-top: 30px;
}
.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  height: 330px !important;
  overflow-y: scroll;
}
.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 21px;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #4792e3;
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.row.proft {
  justify-content: center;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-weight: 600;
  font-size: 40px;
}

.single-pricing-table .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #4a6f8a;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  height: 330px !important;
  overflow-y: scroll;
  overflow-x: none;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 21px;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #4792e3;
  position: absolute;
  left: 0;
  top: 3px;
}

.single-pricing-table .pricing-features li span {
  display: inline-block;
  color: #b7bad2;
  font-size: 20px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
}

.single-pricing-table .btn-box {
  margin-top: 30px;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-pricing-table.left-align {
  text-align: left;
}

.single-pricing-table.left-align .pricing-header,
.single-pricing-table.left-align .price {
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
  margin-left: 40px;
  margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
  padding-left: 40px;
}

.single-pricing-table.center-align {
  text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
  padding-left: 0;
  padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
  left: auto;
  right: 0;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #ffffff;
  color: #8d8fb4;
  padding: 10px 30px 10px 53px;
  position: relative;
  border-radius: 5px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-list-tab .tabs li a i {
  color: #0f335e;
  margin-right: 2px;
  position: absolute;
  font-size: 18px;
  top: 48%;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  left: 30px;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #0f335e;
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: #0f335e;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
  /*color: #0f335e;*/
}

/* .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
  background-color: #4792e3;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
  color: #0f335e;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
  background-color: #0f335e;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
  color: #4792e3;
} */

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  margin-left: auto;
  max-width: 745px;
}

.faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.faq-accordion h2 span {
  display: inline-block;
  color: #0f335e;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f5f5ff;
  margin-bottom: 10px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 40px 10px 20px;
  color: #0f335e;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0f335e;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: \eb8b;
  color: #0f335e;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #0f335e;
  color: #4a6f8a;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-image {
  text-align: center;
}

.bg-color-f4f5fe {
  background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background: #ffffff;
}

.bxs-badge-check:before {
  content: \ecb6;
}
.call_to_action_mobile {
  position: fixed;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #58af36;
  border-radius: 50%;
  z-index: 1000;
}

.call_to_action_mobile i {
  color: #fff;
  transform: rotate(90deg);
  font-size: 20px;
}

.call_to_action_mobile:after {
  content: "";
  height: 1px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #58af36;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation-name: ripple;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
  z-index: -1;
  user-select: none;
}
li#mystickyelements-social-phone
  span.mystickyelements-social-text.mystickyelements-social-no-link.sticky-bg-clr {
  top: 60px !important;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(100);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  li#mystickyelements-social-phone {
    margin-top: 6px;
    padding: 0 !important;
  }

  li#mystickyelements-social-phone
    span.mystickyelements-social-text.mystickyelements-social-no-link.sticky-bg-clr {
    top: 6px !important;
  }

  li#mystickyelements-social-wechat {
    height: 90px;
  }
}
.social-phone.sticky-bg-clr {
  background-color: #58af36;
}

.mystickyelements-social-text.sticky-bg-clr {
  background-color: #58af36;
}

.images-banner ul {
  padding: 0;
  display: flex;
  column-gap: 10px;
  margin-bottom: 0;
}

.images-banner {
  margin-top: 30px;
}
.star-rating p {
  margin-top: 20px;
  margin-bottom: 0;
}

.star-rating p i {
  color: #c79e61;
  margin: 0 1px 0 1px;
}

.banner-from.form-b-white {
  background: white !important;
  padding: 40px 20px;
}
.main-banner.no-padding {
  padding: 0 0;
}

@media only screen and (max-width: 767px) {
  .banner-from.form-b-white {
    margin-top: 30px;
  }
  .main-banner h1 {
    font-size: 22px;
    line-height: 1.1;
  }

  .main-banner p {
    font-size: 13px;
  }

  .btn.btn-main-2.btn-arrow {
    font-size: 9px;
  }
  .banner-form-h1 {
    font-size: 23px;}
.btn-main-1 { font-size: 10px !important;}
.font-h2-size {
    font-size: 20px!important;
}
    .text-md {
    font-size: 25px;
   
}
.footer-copy {
    font-size: 12px;
    text-align: center;
}
  .banner-from.form-b-white {
    padding: 20px 10px;
  }

  .banner-form-h1 {
    margin-bottom: 0;
  }
}