div#page {
    overflow: hidden;
}


div#wrapper-navbar:not(.shrink) nav.navbar a img {
    filter: brightness(0);
}

div#wrapper-navbar:not(.shrink) ul#main-menu > li > a {
    color: #000 !important;
    font-weight: 700;
}
.search_fun .header_search_icon i {
    color: #000 !important;
}

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

.codeIgniter-form-colum .vc_column-inner input::file-selector-button {
  background: linear-gradient(0deg, #dd4814, #ff4100) !important;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 0.5rem 1.25rem;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}

.codeIgniter-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;
}
.codeIgniter_header_heading {
  font-size: 43px;
  font-weight: 700 !important;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.main-banner-section-codeIgniter {
  background-size: cover;
}
.banner_sub_heading h2 {
  color: #fff;
  font-weight: 500;
  text-transform: unset;
  font-size: 26px;
  margin-bottom: 15px;
}

.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;
}
.codeIgniter_ser_header_btn button {
  border-radius: 0 !important;
  margin-right: 20px;
  color: #dd4814 !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff !important;
}
.codeIgniter_ser_header_btn button:hover {
  color: #ffffff !important;
  background: #dd4814 !important;
  border: 2px solid #ffffff !important;
}
.codeIgniter_see_pricing_btn a {
  border-radius: 0 !important;
  color: #fff !important;
  background: #dd4814 !important;
  border: 2px solid #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.codeIgniter_see_pricing_btn a:hover {
  color: #dd4814 !important;
  background: #ffffff !important;
}
.codeIgniter-form-colum .vc_column-inner {
  padding: 20px;
  background: #fff;
}

.codeIgniter-form-colum .vc_column-inner p {
  font-size: 27px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}

.codeIgniter-form-colum .vc_column-inner p span.cnt-head {
  color: #dd4814;
}

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

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

.header_form_section {
  margin-bottom: 0;
}

.codeIgniter-form-colum .header_form_section input.wpcf7-submit {
  background: #dd4814;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #dd4814 !important;
}
.service-sub-heading p {
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.codeIgniter-form-colum .header_form_section input.wpcf7-submit:hover {
  border: 1px solid #dd4814;
  background: #fff;
  color: #dd4814;
}
.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;
}
.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;
  }
}

/*ppc-top-section all css*/

h1.ppc_header_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  color: #43464b !important;
  text-transform: none !important;
}

p.top-heading-content {
  font-family: Montserrat;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 26.82px !important;
  text-align: left;
  color: #43464b;
}

.ppc-header_content {
  margin-bottom: 20px !important;
}

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

.ppc-form-colum .vc_column-inner input::file-selector-button {
  background: linear-gradient(0deg, #dd4814, #ff4100) !important;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 0.5rem 1.25rem;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}

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

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

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

.header_form_section {
  margin-bottom: 0;
}

.ppc-form-colum .header_form_section input.wpcf7-submit {
  background: #dd4814;
  color: #fff;
  font-size: 16px !important;
  text-transform: capitalize !important;
  cursor: pointer;
  border: 1px solid #dd4814 !important;
  border-radius: 5px;
}
.service-sub-heading p {
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.ppc-form-colum .header_form_section input.wpcf7-submit:hover {
  border: 1px solid #dd4814;
  background: #fff;
  color: #dd4814;
}

.ppc-form-colum {
  box-shadow: 0 0 5px #ccc;
}

.ppc-form-colum .vc_column-inner {
  padding: 20px;
  background: #fff;
}

.ppc-form-colum .vc_column-inner p {
  font-size: 27px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}

.top-sec-contact-us-btn > button {
  margin-top: 25px;
}

.ppc_header_heading.head-under-line {
  text-align: left !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

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

.ppc_header_heading.head-under-line:after {
  left: 0 !important;
}

.ppc_header_heading.head-under-line:before {
  left: 70 !important;
}

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


h2.ppc_header_heading.head-under-line {
  text-align: left !important;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  padding-bottom: 20px;
}

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

h2.ppc_header_heading.head-under-line:after {
  left: 0 !important;
}

h2.ppc_header_heading.head-under-line:before {
  left: 70 !important;
}

h2.ppc_header_heading.head-under-line:after,
h2.ppc_header_heading.head-under-line:before {
  border-color: #dd4814 !important;
}

.top-sec-contact-us-btn > a {
  border-radius: 50px !important;
}

.ppc-ads-box h2.vc_custom_heading {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: left !important;
  color: #43464b !important;
}

.ppc-ads-box {
  padding: 50px 0 0;
}

.ppc-ads-box .vc_column_container {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px !important;
}

.ppc-ads-box {
  gap: 20px !important;
  display: flex;
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: unset !important;
  padding-right: 0 !important;
  width: 100%;
}

/*h2.ppc-service-card-title {28px: !important;28px: !important;28px: !important;28px: !important;28px: !i;28px: !;font-size: 24px;font-weight: 600;line-height: 29.26px;text-align: center;color: #43464B;}*/

/*.ppc-service-icon-box {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    left: 108px;*/
/*}*/

/*p.ppc-service-card-content {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 21px;*/
/*    text-align: center;*/
/*    color: #6C6C6C;*/
/*}*/

/*.ppc-service-column {*/
/*    max-width: 300px;*/
/*    box-shadow: 0 0 5px #ccc5;*/
/*    border-radius: 10px;*/
/* position: absolute; */
/*    top: -166px;*/
/*    background-color: #ffffffeb;*/
/* margin: 0  auto; */
/*    left: 40px;*/
/*    padding: 50px 20px 20px 20px;*/
/*}*/

.ppc-service-card.wpb_column.vc_column_container.vc_col-sm-4 {
  padding: 0 10px !important;
}

.ppc-service-content-card .ppc-service-icon {
  margin-top: -50px;
  position: absolute;
}

.ppc-service-column .wpb_text_column.wpb_content_element:nth-child(2) h3 {
  font-size: 24px;
}

.ppc-service-column .vc_column-inner {
  padding: 0 30px !important;
}

.ppc-service-column .vc_column-inner > .wpb_wrapper {
  background: #fffffff5;
  padding: 10px 10px !important;
  border-radius: 10px;
}
.ppc-service-column .wpb_text_column.wpb_content_element:nth-child(2) {
  padding-top: 50px;
}

.ppc-service-content-card .ppc-service-icon {
  width: 80% !important;
}

h1.new-heading-style {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 48.76px !important;
}

.section-5th-column {
  box-shadow: 0 0 10px #c8d1ff;
  border-left: 2px solid #c8d1ff;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}

.section-5th-3rd-inner-row,
.section-5th-4th-inner-row,
.section-5th-2nd-inner-row {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.service-div1,
.service-div2,
.service-div3,
.service-div4,
.service-div5 {
  display: flex;
  align-items: center !important;
  gap: 20px;
  margin-bottom: 20px;
}

.service-div1 h3,
.service-div2 h3,
.service-div3 h3,
.service-div4 h3,
.service-div5 h3 {
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 29.26px;
  color: #43464B;
  text-transform: capitalize !important;
}

.last-section h3 {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 26.82px;
    color: #43464B;
    margin: 10px 0 !important;
    text-transform: capitalize !important;
}

.content > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #000;
}

.paid-ads-card {
  background: #fff;
  padding: 20px;
}

.paid-inner-row {
  display: flex;
  gap: 20px;
}

.ppc-form-colum > .vc_column-inner {
  padding: 20px !important;
}

.ppc-form-colum {
  border-radius: 10px;
}

.ppc-form-colum > .vc_column-inner {
  border-radius: 10px;
}

.page-id-54082 div#wrapper-navbar:not(.shrink) nav.navbar {
  filter: invert(1);
}

.faq-question-title h4 {
  background-color: #d5e3fb !important;
}

.faq-question-title .vc_tta-panel-body {
  background-color: #e8f1ff !important;
}
.faq-question-title span.vc_tta-title-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
  color: #000;
}

.faq-question-answer span {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 18.75px;
  text-align: left;
}

.top-sec-contact-us-btn > a {
  border: 1px solid !important;
  border-color: #dd4814 !important;
}

p.top-heading-content {
  margin-top: 40px;
}

.faq-question-title span.vc_tta-title-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
  color: #000;
}
/*ppc-top-section all css*/

/*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*/

.ppc-service-column .wpb_text_column.wpb_content_element:nth-child(2) {
  padding-top: 0 !important;
}

.ppc-service-content-card .ppc-service-icon {
  margin-top: -50px;
  position: unset !important;
}

.ppc-service-content-card .ppc-service-icon {
  width: 100% !important;
}

.ppc-service-column .vc_column-inner > .wpb_wrapper {
  background: #fffffff5;
  padding: 10px 10px !important;
  border-radius: 10px;
  transform: translate(0, 130px);
}

.ppc-service-column .vc_custom_1719995275979,
.vc_custom_1719995363741,
.vc_custom_1719995371836 {
  background-size: 100% !important;
  border-radius: 20px !important;
}

.ppc-service-column .vc_column-inner {
  padding: 0 15px !important;
}

/*tour section*/

li.vc_tta-tab.vc_active {
  /* border: 1px solid; */
  border-radius: 10px;
  background: #fff !important;
}

li.vc_tta-tab {
  margin: 20px !important;
  /* border-radius: 20px !important; */
}

.vc_tta-panels {
  border-radius: 20px !important;
}

ul.vc_tta-tabs-list {
  background-color: #ccc;
  border-radius: 20px;
  margin-right: 20px !important;
}

li.vc_tta-tab > a {
  border-radius: 10px !important;
}

.wpb_single_image img {
  width: 100% !important;
  /*height: 200px;*/
  border-radius: 10px 10px 10px 0px;
}

.wpb-js-composer
  .vc_tta-tabs:not([class*="vc_tta-gap"]):not(
    .vc_tta-o-no-fill
  ).vc_tta-tabs-position-left
  .vc_tta-tab.vc_active
  > a::before {
  display: none !important;
}

.wpb-js-composer
  .vc_tta-tabs:not([class*="vc_tta-gap"]):not(
    .vc_tta-o-no-fill
  ).vc_tta-tabs-position-left
  .vc_tta-tab.vc_active
  > a::after {
  display: none !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #e3e3e3;
  background-color: #fff !important;
  color: #666;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels {
  background-color: #fff !important;
}

ul.vc_tta-tabs-list {
  background-color: #d5e3fb !important;
  border-radius: 20px;
  margin-right: 20px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  box-shadow: none;
  background-color: #0066cc !important;
  color: #fff !important;
}

.tab_section_new:after {
  content: "";
  position: absolute;
  background: #8cc6ff75;
  width: 100%;
  height: 100%;
  top: 0;
  display: block !important;
  z-index: 1;
}

.tab_section_new {
  position: relative;
}

.tab_section_new .vc_row.wpb_row {
  z-index: 11;
  position: relative;
}

li.vc_tta-tab {
  margin: 10px 0 !important;
}

span.vc_tta-title-text {
  font-weight: 600;
}

ul.vc_tta-tabs-list {
  padding: 15px !important;
}
/*tour section*/

/*mobile or tab  optimize*/
@media (max-width: 767px) {
  .vc_row.wpb_row.vc_row-fluid.container {
    margin: 0 auto !important;
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
  }

  .ppc-sec-2-main-img {
    margin-bottom: 50px;
  }

  .tab_section_new .vc_tta-panels-container {
    padding: 20px !important;
    background: #d5e3fb !important;
    border-radius: 30px !important;
  }
  h1.vc_custom_heading.ppc_header_heading {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  .top-sec-contact-us-btn button {
    font-size: 14px !important;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.ppc-ads-box {
    display: block;
  }

  .ppc-ads-box .vc_column_container {
    margin-bottom: 20px !important;
  }

  span.vc_tta-title-text {
    font-size: 20px;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.section-5th-2nd-inner-row {
    display: block;
  }

  h1.vc_custom_heading.ppc_header_heading {
    font-size: 30px !important;
    line-height: 34px !important;
    margin-bottom: 50px;
  }

  .service-div3 h3 {
    font-size: 18px !important;
  }
  .section-5th-3rd-inner-row {
    display: block;
  }

  .section-5th-column {
    margin-bottom: 20px;
  }

  .section-5th-4th-inner-row {
    display: block;
  }

  .service-div1 h3,
  .service-div4 h3,
  .service-div2 h3,
  .service-div5 h3 {
    font-size: 20px !important;
  }

  .pcc-section-2nd,
  .ppc-faq-section,
  .section-5th,
  .tab_section_new,
  .ppc-ads-section,
  .last-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .paid-inner-row {
    display: block;
  }

  .paid-ads-card {
    margin-bottom: 20px;
  }
}
/*mobile or tab optimize*/

.section-5th-column {
  padding: 20px !important;
}

.ppc-ads-box h2.vc_custom_heading {
  margin: 0 !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.wpb_content_element p {
  padding-bottom: 10px !important;
}

.ppc-ads-box a > span {
  font-weight: 600 !important;
  color: #20a5b8 !important;
}

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

.paid-ads-card .wpb_single_image {
  margin-bottom: 15px !important;
}

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

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

img.ppc-service-icon {
  width: 60px !important;
}

.faq-question-title {
  margin-bottom: 3px !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;
}

/*Responsive Correction CSS*/

@media (max-width: 767px) {
  .pcc-section-2nd .head-under-line:before,
  .section-5th.vc_custom_1720617615026 .head-under-line:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    left: 70px;
    bottom: -5px;
    border: 2px dashed #fff;
    right: 0;
    margin: 0 auto !important;
    transform: translateX(3px);
  }

  .pcc-section-2nd .head-under-line:after,
  .section-5th.vc_custom_1720617615026 .head-under-line:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    left: 0;
    bottom: -5px;
    border: 2px solid #fff;
    right: 0;
    margin: 0 auto !important;
    transform: translateX(-23px);
  }

  .tab_section_new:after {
    left: 0;
  }
  .pcc-section-2nd.vc_custom_1720617573954 {
    padding-bottom: 35px !important;
  }
  section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* section........................................................... */
  .c-div .c-text h2 {
    font-size: 28px !important;
  }
  .c-div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .c-div .vc_column_container:nth-child(2) .vc_column-inner {
    padding-top: 20px !important;
  }
  .section-5th-2nd-inner-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-5th-3rd-inner-row {
    margin: 0;
  }
  .section-5th-3rd-inner-row .section-5th-column:nth-child(2) {
    margin-bottom: 0;
  }
  .section-5th-2nd-inner-row .why-ppc h1 {
    text-align: center !important;
  }
  .section-5th-4th-inner-row {
    margin-bottom: 0;
  }
  .top-sec-contact-us-btn button {
    font-size: 12px !important;
  }
  .ppc-ads-box.vc_custom_1719924120551 {
    padding-top: 0 !important;
  }
  .pay-per-div h2 {
    text-align: center !important;
  }
  .container {
    max-width: 580px !important;
  }
  .ppc-sec-2-main-img
    .vc_custom_1720615887520
    figure
    > .vc_single_image-wrapper {
    text-align: center !important;
  }
  .ppc-sec-2-main-img
    .vc_custom_1720615887520
    figure
    > .vc_single_image-wrapper
    img {
    width: 75% !important;
  }
  .pcc-section-2nd.vc_custom_1720617573954 {
    padding-top: 20px !important;
  }
  .paid-inner-row {
    padding-top: 0 !important;
  }
  .form-heading {
    margin-bottom: 20px !important;
  }

  h2.ppc_header_heading.head-under-line {
  text-align: center !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

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

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

.main-banner-section-codeIgniter .wpcf7-form p:nth-child(6) {
  height: 35px;
}
.paid-inner-row {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-banner-section-codeIgniter.vc_custom_1720622720638,
  .pcc-section-2nd.vc_custom_1720617573954 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tab_section_new.vc_custom_1720617597259,
  .ppc-ads-section.vc_custom_1720617585548,
  .last-section.vc_custom_1720617624307,
  .ppc-faq-section.vc_custom_1720617637353 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tab_section_new:after {
    left: 0;
  }
  .cnt-sec {
    padding: 0 30px !important;
  }
}

/* .page-id-54082 .vc_row{
    margin: 0 auto !important;
} */

@media (max-width: 767px) {

  h3{
    font-size: 22px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
  }

  .ppc_header_heading.head-under-line:after {
    left: calc(50% - 22px) !important;
    transform: translateX(-50%) !important;
  }

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

  h2.ppc_header_heading.head-under-line:after {
    left: calc(50% - 22px) !important;
    transform: translateX(-50%) !important;
  }

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

  .ppc_header_heading.top-left-under-line::after {
    left: 0 !important;
    transform: unset !important;
  }

  .ppc_header_heading.top-left-under-line::before {
    left: 75px !important;
    transform: unset !important;
  }

  .tab_section_new .vc_custom_1720019589012 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-5th .section-5th-inner-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ppc-faq-section .ppc-faq-row.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


.page-id-66208 .search_fun .header_search_icon i {
    color: #000 !important;
}


@media(min-width: 768px){
    .c-div {
    padding: 40px 40px !important;
}
}

/* c-div section end*/

.content > p {
    margin: 0 !important;
    padding: 0 !important;
}

.tab_section_new ul.vc_tta-tabs-list {
    padding: 5px 15px !important;
}


@media(min-width:768px) and (max-width:991px){
    .vc_custom_1720021213102 > .vc_tta-tabs-container {
    width: 50%;
}
    .vc_tta-panels{
         max-height: 448px !important;
       overflow-y: scroll; 
       overflow-x: hidden;
    }

     .vc_tta-panels::-webkit-scrollbar {
            display: none;
        }
}

.vc_custom_1720021213102 ul.vc_tta-tabs-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.vc_custom_1720021213102 li.vc_tta-tab{
    margin: 15px 0 !important;
}

@media(max-width: 575px){
    span.vc_tta-title-text{
    font-size: 16px;
}
}
@media(max-width:1024px){
span.navbar-toggler-icon,
span.navbar-toggler-icon:before,
span.navbar-toggler-icon:after {
    background: #000;
}
}

.paid-ads-card {
    box-shadow: rgb(0 20 40 / 43%) 0px 0px 1px, rgba(85, 166, 246, 0.15) 1px 1.5px 2px -1px, rgba(85, 166, 246, 0.15) 4px 4px 12px -2.5px;
}

/*  */

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