/**/

div#page {
    overflow: hidden;
}


.ASO-form-colum .vc_column-inner input.wpcf7-form-control.wpcf7-file {
  width: 100%;
  padding: 8px 10px;
  height: 52px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #ced4da;
}

.ASO-form-colum .vc_column-inner input::file-selector-button {
  background: #22a6b9 !important;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 0.5rem 1.25rem;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}

.ASO-form-colum .vc_column-inner input::file-selector-button:hover {
  transform: scale(1.1);
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  text-align: left;
}

.vc_section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.header_content p {
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px !important;
}

.head-under-line {
  position: relative;
}

.head-under-line:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0;
  bottom: -5px;
  border: 2px solid #fff;
}

.head-under-line:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  left: 70px;
  bottom: -5px;
  border: 2px dashed #fff;
}

.ASO_ser_header_btn a {
  border-radius: 0 !important;
  margin-right: 20px;
  color: #22a6b9 !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #fff !important;
}

.ASO_ser_header_btn a:hover {
  color: #ffffff !important;
  background: #22a6b9 !important;
  border: 2px solid #ffffff !important;
}

.ASO_see_pricing_btn button {
  border-radius: 0 !important;
  color: #fff !important;
  background: #22a6b9 !important;
  border: 2px solid #fff !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.ASO_see_pricing_btn button:hover {
  color: #22a6b9 !important;
  background: #ffffff !important;
}

.ASO-form-colum .vc_column-inner {
  padding: 20px 20px 0;
  background: #fff;
  border-radius: 10px;
}

.ASO-form-colum .vc_column-inner p {
  font-size: 27px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  color: #22a6b9;
}

.ASO-form-colum .vc_column-inner p span.cnt-head {
  color: #22a6b9;
}

.ASO-form-colum .header_form_section input {
  border-radius: 0;
}

.ASO-form-colum .header_form_section textarea {
  height: 100px;
}

.header_form_section {
  margin-bottom: 0;
}

.ASO-form-colum .header_form_section input.wpcf7-submit {
  background: #22a6b9;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #22a6b9 !important;
  border-radius: 5px !important;
}

h2.vc_custom_heading.inner-content-head {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
  text-transform: capitalize !important;
}

h3.vc_custom_heading.inner-content-subhead {
  font-size: 20px;
  text-transform: unset;
  margin-bottom: 20px;
}

.service-sub-heading p {
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.ASO-form-colum .header_form_section input.wpcf7-submit:hover {
  border: 1px solid #22a6b9;
  background: #fff;
  color: #22a6b9;
}

.section-sm-hd {
  text-align: center;
  color: #dd4814;
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-main-heading.head-under-line {
  text-align: center !important;
  font-weight: 700;
  font-size: 34px;
  padding-bottom: 20px;
}

.section-main-heading.head-under-line:after,
.section-main-heading.head-under-line:before {
  border-color: #dd4814;
}

.section-main-heading.head-under-line:after {
  left: calc(50% - 22px);
  transform: translateX(-50%);
}

.section-main-heading.head-under-line:before {
  left: calc(50% + 56px) !important;
  transform: translateX(-100%);
}

.service-box .vc_column-inner > .wpb_wrapper {
  padding: 15px;
  box-shadow: 0px 0px 15px #0000005e;
  position: relative;
  border-bottom: 10px solid #dd4814;
  min-height: 420px !important;
}

.codeing-service-sec .service-box .icon-img-box img {
  max-width: 45px;
  width: 100%;
  filter: brightness(15);
}

.codeing-service-sec .service-box .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.codeing-service-sec .service-box .icon-img-box {
  margin-bottom: 0;
}

.codeing-service-sec .service-box .icon-img-box figure {
  background: #dd4814;
  padding: 20px;
  border-radius: 85px;
}

.service-box .vc_column-inner > .wpb_wrapper {
  transition: 0.3s ease-in-out;
}

.service-box .vc_column-inner > .wpb_wrapper:hover {
  background: #dd4814;
}

.service-box .vc_column-inner > .wpb_wrapper:hover .service-head-box {
  color: #fff !important;
}

.service-box .vc_column-inner > .wpb_wrapper:hover .icon-img-box figure {
  background: #fff;
}

.service-box .vc_column-inner > .wpb_wrapper:hover .icon-img-box figure img {
  filter: unset;
}

.service-box .vc_column-inner > .wpb_wrapper:hover .service-content-box p {
  color: #fff;
}

.service-box {
  padding-top: 50px;
}

.service-head-box {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center !important;
}

.service-content-box p {
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
}

.icon-box p img {
  max-width: 35px;
  width: 100% !important;
}

.icon-box {
  display: flex;
  gap: 10px;
}

p.icon-box-content {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #000;
}

.why-choose-cogi-box .vc_column-inner > .wpb_wrapper {
  background: #fff;
  min-height: 345px;
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  align-content: baseline;
  box-shadow: 0px 0px 15px #00000036;
}

.why-chos-codeing .number-for-cogin {
  margin-bottom: 0;
}

.why-chos-codeing .use-codeIgniter-row {
  padding-top: 50px;
}

.why-chos-codeing .service-head-box {
  text-align: left !important;
}

.why-chos-codeing .service-content-box p {
  text-align: left !important;
}

.why-chos-codeing .why-choose-cogi-box h2.service-head-box {
  width: 100%;
}

.why-chos-codeing .service-sub-heading {
  margin-bottom: 0;
}

.why-chos-codeing .number-for-cogin p {
  color: #dd4814;
  font-size: 34px;
  font-weight: 700;
}

.icon-box > p {
  margin-bottom: 0 !important;
}

.laravel-logo-img img {
  width: 90%;
}

.lara-btn button {
  background: linear-gradient(0deg, #d80800, #fb4a4a) !important;
  border: unset !important;
  color: #fff !important;
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px !important;
  padding: 15px 40px !important;
  transform: scale(0.9);
  transition: 0.3s ease-in-out !important;
}

.lara-btn {
  margin-top: 30px;
}

.lara-btn button:hover {
  transform: scale(1);
}

.why_us_pra {
  margin-top: 35px;
}

.why_us_pra p {
  text-align: left;
  font-size: 16px;
}

.why_us .section-main-heading.head-under-line {
  text-align: left !important;
}

.why_us .section-sm-hd {
  text-align: left;
}

.why_us .vc_figure img {
  min-height: 637px !important;
  object-fit: cover;
}

.section-left-heading {
  font-weight: 700;
  font-size: 34px;
  padding-bottom: 20px;
}

.section-left-heading.head-under-line:after,
.section-left-heading.head-under-line:before {
  border-color: #dd4814 !important;
}

.btn-content ul li {
  list-style: none;
  padding: 10px 20px;
  background: #dd4814;
  width: auto;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
}

.btn-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  padding-left: 0;
}

.testimonials_section .dw.review_list {
  border-top: unset !important;
}

.testimonials_section a.load_more_review.p-digital-button {
  display: none;
}

.connect-now-sec .section-sm-hd {
  text-align: left;
}

.connect-now-sec .head-under-line {
  text-align: left !important;
}

.connect-now-sec .lara_header_heading.head-under-line {
  font-size: 33px;
  padding-bottom: 15px;
}

.connect-now-sec-codeni .section-main-heading.head-under-line {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.connect-now-sec-codeni p {
  text-align: center;
  color: #fff;
}

.connect-now-sec-codeni {
  background-position: center;
  padding-top: 100px !important;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

.connect-now-sec-codeni:after {
  content: "";
  position: absolute;
  background: #000000b3;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.section-sm-hd p {
  color: #dd4814;
}

.codein-btn {
  text-align: center !important;
}

.codein-btn button {
  background: #dd4814 !important;
  color: #fff !important;
  padding: 15px 45px !important;
  text-transform: uppercase;
  font-size: 18px !important;
  border: none !important;
}

.codein-btn button:hover {
  background: #fff !important;
  color: #dd4814 !important;
}

.connect-now-sec .head-under-line:before,
.connect-now-sec .head-under-line:after {
  border-color: #dd4814;
}

.faq-sub-text p {
  padding-top: 20px;
  font-size: 20px;
}

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

.faq-laravel .wpb_accordion_header {
  background-color: #fff !important;
  border-bottom: 1px solid #0000001c;
}

.faq-laravel .wpb_accordion_header > a {
  color: #000 !important;
}

.faq-laravel .wpb_accordion_section.group {
  margin: 15px 0px !important;
  box-shadow: 0 1px 5px rgb(128 128 128 / 28%);
  background: white !important;
}

.faq-laravel
  h3.wpb_accordion_header.ui-accordion-header-active.ui-state-active
  a {
  color: #dd4814 !important;
}

.faq-laravel .wpb_accordion_header > a {
  font-weight: 600;
}

.cta-codi .wpb_text_column.service-content-box {
  text-align: center !important;
  margin-bottom: 0;
}

.why-chos-codeing .cta-codi .wpb_text_column.service-content-box p {
  text-align: center !important;
  margin-top: 50px;
  margin-bottom: 20px;
}

.cta-main-btn button {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center !important;
  color: #fff !important;
  background: #dd4814 !important;
  font-size: 16px !important;
}

.cta-main-btn button:hover {
  color: #dd4814 !important;
  background: #fff !important;
}

.cta-main-btn {
  width: 100% !important;
  text-align: center;
}

.codein-btn button {
  font-weight: 600;
}

.why_us_pra p {
  font-weight: 500;
}

.connect-now-sec-codeni p {
  font-weight: 500;
}

@media (max-width: 767px) {
  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .lara-form-colum .vc_column-inner {
    padding: 20px !important;
  }

  body .service-box {
    padding-top: 0px;
  }

  body .laravel-service-sec .wpb_wrapper .head-under-line + .service-box {
    padding-top: 50px;
  }

  body .benefit-left-col .lara_header_heading {
    width: 100%;
  }

  body .btn-content ul {
    padding-left: 0;
  }

  body .connect-now-sec {
    margin-top: 0 !important;
  }

  body .connect-now-sec figure img {
    width: 100% !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body .benefit-section {
    margin-top: 50px !important;
  }

  .main-banner-section-codeIgniter .vc_custom_1643130918526 {
    padding: 0;
    padding-right: 0 !important;
  }

  .vc_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .codeIgniter_header_heading {
    font-size: 40px;
  }

  .codeIgniter_ser_header_btn button {
    font-size: 16px !important;
    margin-right: 0 !important;
    width: 100% !important;
    padding: 15px !important;
  }

  .codeIgniter_see_pricing_btn a {
    font-size: 16px !important;
  }

  .codeIgniter-form-colum .vc_column-inner p {
    font-size: 20px;
  }

  .section-main-heading.head-under-line {
    font-size: 26px;
  }

  .service-box .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
  }

  .service-box > .wpb_column > .vc_column-inner {
    padding: 0;
  }

  body .codeing-service-sec {
    padding-top: 50px !important;
  }

  body .why-chos-codeing {
    margin-top: 50px !important;
  }

  .use-codeIgniter-row .why-choose-cogi-box {
    margin-bottom: 20px;
  }

  .use-codeIgniter-row .why-choose-cogi-box .vc_column-inner {
    padding: 0;
  }

  .why-choose-cogi-box .vc_column-inner > .wpb_wrapper {
    min-height: unset !important;
  }

  .why-chos-codeing .use-codeIgniter-row {
    padding-top: 0;
  }

  .service-sub-heading + .use-codeIgniter-row {
    padding-top: 50px !important;
  }

  .why-chos-codeing .cta-codi .wpb_text_column.service-content-box p {
    margin-top: 20px;
  }

  body .why_us {
    padding-top: 50px !important;
  }

  .section-left-heading {
    font-size: 26px;
  }

  .why_us_pra p {
    font-weight: 500;
  }

  .testimonials_section {
    margin-top: 50px !important;
  }

  .connect-now-sec-codeni:after {
    max-width: 100% !important;
    left: 0;
  }

  .connect-now-sec-codeni p {
    font-weight: 500;
  }

  body .faq-laravel .wpb_accordion_header > a {
    font-size: 16px;
    font-weight: 600;
  }

  .faq-section {
    padding-bottom: 0px !important;
  }

  .faq-sub-text p {
    font-size: 16px;
  }
}

/*ASO CSS*/

.ASO_header_heading {
  font-size: 38px;
  font-weight: 700 !important;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.main-banner-section-ASO {
  background-size: cover;
}

h2.banner_sub_heading-ASO {
  color: #fff;
  font-weight: 600;
  text-transform: unset;
  font-size: 20px;
  margin-bottom: 15px;
}

.vc_btn3-container.ASO_ser_header_btn a {
  background-color: #22a6b9 !important;
  border-color: #22a6b9 !important;
  border-radius: 25px !important;
  color: #fff !important;
}

h2.vc_custom_heading.section-main-heading {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 45.1px;
  text-transform: capitalize !important;
}

.request-btn > button {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 26.82px;
  color: #000 !important;
  cursor: pointer !important;
  border: 1px solid #22a6b9 !important;
}

.aso-section-3rd h2.vc_custom_heading.section-main-heading {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 45.1px;
  text-transform: capitalize !important;
}

.aso-section-4th p {
  color: #fff !important;
}

.sec-5th-sub-heading p {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  margin: 0 !important;
  color: #4b4b4b;
}

.aso-sec-5th-content-para p {
  margin: 10px 0 !important;
}

.sec-5th-sub-heading {
  margin-bottom: 15px !important;
}

.aso-section-6th h2.vc_custom_heading.section-main-heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 45.1px;
  text-align: center;
  color: #000;
  text-transform: capitalize !important;
}

.aso-section-6th p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  margin: 0 !important;
}

.aso-section-6th-icon-bg-circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 20px;
  box-shadow: 0px 0px 4px 0px #00000040;
  background: #fff;
}

.aso-section-7th h2.vc_custom_heading.section-main-heading {
  color: #000;
  text-transform: capitalize !important;
}

.aso-sec-7th-card-box {
  border-bottom: 10px solid #22a6b9;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.aso-sec-7th-card-box {
  height: 430px !important;
}

.aso-sec-7th-card-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}

.aso-sec-7th-card-box .vc_column-inner > .wpb_wrapper {
  margin-top: 100px;
}

.aso-sec-7th-card-row {
  gap: 20px !important;
  display: flex;
}

.aso-sec-7th-card-title-heading p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.82px;
  text-align: center;
}

.aso-sec-8th-card-box .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-around;
}

p.aso-section-8th-title-heading-right-align {
  text-align: right;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.82px;
  text-align: right;
  color: #2d9eb0;
}

p.aso-section-8th-title-heading-left-align {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.82px;
  text-align: left;
  color: #2d9eb0;
}

.aso-sec-8th-card-box .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.aso-section-8th h2.vc_custom_heading.section-main-heading {
  color: #000;
  text-transform: capitalize !important;
}

.faq-aso h2.vc_custom_heading.section-main-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39.01px;
  text-align: center !important;
  color: #000;
  text-transform: capitalize !important;
}

.page-id-54255
  .wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
}

.page-id-54255 h3.wpb_accordion_header a {
  color: #2d9eb0;
}

.page-id-54255 .wpb_accordion_content {
  box-shadow: 0px 0px 10px 0px #00000040;
}

.aso-sec-8th-card-box .wpb_raw_code.wpb_content_element.wpb_raw_html {
  width: 100%;
}

p.aso-section-8th-content-right-align {
  text-align: right;
  padding-right: 20px;
}

p.aso-section-8th-content-left-align {
  text-align: left;
  padding-left: 20px;
}

p.aso-section-8th-content-right-align {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

p.aso-section-8th-content-left-align {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

button#read-more-btn {
  border: none;
  background: none;
}

div#more-text {
  text-align: right;
  background: #fff;
  padding-right: 20px;
}

#more-text {
  display: none;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
}

/***************************/

img.vc_single_image-img.attachment-thumbnail {
  border-radius: 20px;
}

.aso-section-8th-card-content {
  padding-left: 20px;
}

p.aso-section-8th-card-title {
  font-size: 22px;
  line-height: 1.8rem;
  font-weight: 500;
}

p.aso-section-8th-card-para {
  font-weight: 500;
}

/***************************/

/*smo section*/

img.vc_single_image-img.attachment-thumbnail {
  border-radius: 0px;
}

.smo-section-5th h2.vc_custom_heading.section-main-heading {
  color: #000;
}

.smo-sec-5th-card-title-heading h3 {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 21.94px;
  text-align: center;
  color: #22a6b9;
  text-transform: capitalize !important;
}

.smo-section-6th h2.vc_custom_heading.section-main-heading {
  color: #000;
}

.smo-sec-6th-card-title-heading h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 24.38px;
  text-align: left;
  text-transform: capitalize !important;
}

.smo-section-7th h2.vc_custom_heading.section-main-heading {
  color: #000;
}

.smo-sec-7th-card-box {
  box-shadow: 2px 2px 10px 0px #00000012;
  background: #fff;
  padding: 10px !important;
  border-radius: 10px;
}

.smo-sec-7th-card-row {
  display: flex;
  gap: 20px;
}

.facebok-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #3b5998;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.Instagram-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  text-transform: capitalize !important;
  background: -webkit-linear-gradient(
    273deg,
    #fae100 7.58%,
    #fcb720 16.47%,
    #ff7950 25.36%,
    #ff1c74 37.21%,
    #6c1cd1 66.83%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.Twitter-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.YouTube-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #ff0000;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}


.LinkedIn-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #007ab9;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.Pinterest-title h3{
  font-size: 22px !important;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #c1404a;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.wpb_single_image.wpb_content_element.vc_align_left {
  margin-bottom: 20px;
}

.faq-smo h2.vc_custom_heading.section-main-heading {
  color: #000;
  text-align: center !important;
}

/*smo section*/

/*contact us section*/

section.vc_section.contact-section.vc_custom_1719596268581.vc_section-has-fill {
  padding: 100px 0px;
}

.outline-box {
  max-width: 500px;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 50px 30px 80px 30px;
  border: 1px solid #fff;
  position: relative;
}

.contact-btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.contact-btn button {
  background: #e1cd19;
  border: 0px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/*contact us section*/

/*.smo-sec-5th-card-row {*/
/*    margin-top: 50px !important;*/
/*}*/

/*mobile responsive*/

@media (max-width: 480px) {
  .vc_row.wpb_row.vc_row-fluid.container {
    margin: 0 auto !important;
  }

  .smo-section-5th-inner-col {
    margin-bottom: 20px !important;
  }

  .smo-sec-7th-card-row {
    display: block;
  }

  .smo-sec-7th-card-box {
    margin-bottom: 20px !important;
    height: auto !important;
  }

  h2.vc_custom_heading.section-main-heading {
    font-size: 24px !important;
  }

  h1.vc_custom_heading.ASO_header_heading {
    font-size: 30px !important;
  }

  h2.vc_custom_heading.inner-content-head {
    text-align: center !important;
    font-size: 24px !important;
    text-transform: capitalize !important;
  }

  #smo-faq-question a {
    font-size: 16px !important;
  }

  

  .ASO_ser_header_btn a {
    font-size: 9px !important;
  }
}

/*mobile responsive*/

/*tab responsive*/

@media (min-width: 481px) and (max-width: 768px) {
  .vc_row.wpb_row.vc_row-fluid.container {
    margin: 0 auto !important;
  }

  .smo-sec-7th-card-row {
    display: block;
  }

  .smo-section-5th-inner-col {
    margin-bottom: 20px !important;
  }

  .smo-sec-7th-card-box {
    margin-bottom: 20px !important;
    height: auto !important;
  }

  .ASO_ser_header_btn a {
    font-size: 14px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .smo-sec-7th-card-box {
    height: auto !important;
  }

  #smo-faq-question a {
    font-size: 18px !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.smo-section-6th-inner-row {
    margin-bottom: 0px !important;
  }

  .smo-section-6th-inner-column {
    margin-bottom: 20px !important;
  }
}

/*tab responsive*/

.vc_row.wpb_row.vc_inner.vc_row-fluid.smo-section-6th-inner-row {
  margin-bottom: 50px;
}

.smo-sec-7th-card-box {
  padding: 15px 0 !important;
}

.vc_custom_1719911647764 {
  padding-top: 0 !important;
}

div#smo-faq-question a {
  color: #20a5b8 !important;
  font-weight: 600;
  box-shadow: 0px 0px 2px 0px #ccc5;
}

div#smo-faq-question {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
  .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    right: 0;
  }

  h2.vc_custom_heading.inner-content-head,
  .aso-section-3rd h2.vc_custom_heading.section-main-heading,
  .smo-section-5th h2.vc_custom_heading.section-main-heading,
  .smo-section-6th h2.vc_custom_heading.section-main-heading,
  .smo-section-7th h2.vc_custom_heading.section-main-heading,
  .faq-smo h2.vc_custom_heading.section-main-heading {
    font-size: 28px !important;
    text-transform: capitalize !important;
  }
}

.wpb_accordion_content {
  box-shadow: 0px 0px 10px 0px #ccc5;
}

.outline-box {
  max-width: 600px !important;
  padding: 30px 30px 60px 30px !important;
}

.tab_section_new p {
  padding: 15px 0 !important;
}

.c-div {
  padding: 40px 40px;
  border-radius: 30px;
}

.c-div .c-text h2 {
  font-weight: 700 !important;
  color: #0066cc;
}
.c-div .c-text p {
  color: #000;
}

.code-contact-btn a {
  background-color: #0066cc !important;
  color: #fff !important;
  border-radius: 30px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .c-div {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .c-div {
    display: flex;
    align-items: center;
    padding: 30px;
    flex-direction: column;
  }
  .c-div .vc_column_container {
    width: 100%;
    text-align: center;
  }
  .cnt-sec {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .c-div {
    padding: 20px;
    text-align: center;
  }
}

section.cnt-sec {
  box-shadow: inset 0 0 0 2000px rgb(45 60 74 / 94%) !important;
  background-size: cover !important;
  background-position: center center !important;
}

.code-contact-btn a:hover {
    transform: scale3d(1.1, 1.1, 1.2);
    box-shadow: 0 0 10px 0 #6969694f;
}


/*plus minus icons css*/
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  box-sizing: border-box !important;
  transition: 0.2s !important;
  border-style: solid !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after {
  left: 50% !important;
  bottom: 0 !important;
  top: 0 !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  border-width: 0 0 0 2px !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::before {
  left: 0 !important;
  right: 0px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-width: 2px 0 0 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: none !important;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
.wpb_accordion_header.ui-state-active span.ui-accordion-header-icon {
  right: 16px !important;
  background-image: none !important;
}
.wpb_accordion_header.ui-state-active span.ui-accordion-header-icon::after {
  transform: rotate(90deg) !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
   display:none !important;
}

/*plus minus icons css*/





/*Responsive correction*/
@media(max-width:767px){

.left-header > .vc_column-inner  {
    padding-left: 0;
    padding-right: 0;
}
    .left-header{
        margin-bottom:20px;
    }
    .vc_custom_1720622774966 .ASO_ser_header_btn a {
    font-size: 12px !important;
}
    .page-id-54483 h2.vc_custom_heading.section-main-heading{
        line-height:40px !important;
    }
    .At-w3 {
    padding-left: 15px;
    padding-right: 15px;
   
}
    .smo-sec-5th-card-row.vc_custom_1719911647764 {
    padding-top: 0 !important;
}

    .page-id-54483 .smo-section-6th-inner-row{
        margin-bottom:0 !important;
    }
    .smo-section-7th.vc_custom_1720624158120 , .faq-smo.vc_custom_1720624176302{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
#smo-faq-question a {
    width: calc(100% - 30px);
}
.c-div .Join-btn > .vc_column-inner {
    padding-top: 0;
}
    .c-div .c-text h2{
        font-size:28px !important;
    }
    .cnt-sec{
        padding-left:30px !important;
        padding-right:30px !important;
    }
    .why-div .section-main-heading {
    padding-left:15px;
    padding-right:15px;
}
.vc_custom_1719921270291 {
    padding-top: 0 !important;
}
.smo-li-div, .our-next-div, .\36 th-content{
    margin-bottom: 0 !important;
}

    
    }
.SMO-form .wpcf7-form p:nth-child(6) {
    margin-bottom: 0;
}
.rt-img .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0;
}
 .At-w3 {
    margin-bottom:0;
 }
    
    .smo-section-7th .smo-sec-7th-card-box .wpb_content_element {
    margin-bottom: 10px !important;
}

/*  */

.main-banner-section-ASO.vc_custom_1722964279892 .g-recaptcha {
    height: 62px !important;
    margin-bottom: 9px !important;
}
.main-banner-section-ASO.vc_custom_1722964279892 .g-recaptcha + p span.wpcf7-spinner {
    position: absolute;
}