/*popup*/
.parent-pop-div .custom-css-popup .close-button {
    height: 35px;
    width: 35px;
}
.main-banner-section-laravel .vc_column-inner.vc_custom_1643130918526 {
    z-index: 999 !important;
}

/**/
.lara-form-colum .vc_column-inner form.wpcf7-form.init p:nth-child(5) {
    margin-bottom: 1rem;
}

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

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

.lara-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;
}
/**/
.lara_header_heading {
    font-size: 50px;
    font-weight: 700 !important;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.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: 20px !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;
}
.lara_ser_header_btn button {
    border-radius: 0 !important;
    margin-right: 20px;
    color: #ff2d20!important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    
}
.lara_ser_header_btn button:hover{
    color: #ffffff !important;
    background:#cc241a !important;
    border: 2px solid #ffffff !important;
}
.lara_see_pricing_btn a {
    border-radius: 0 !important;
    color: #fff !important;
    background: #cc241a!important;
    border: 2px solid #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    
}
.lara_see_pricing_btn a:hover {
    color: #cc241a !important;
    background: #ffffff!important;
}
.lara-form-colum .vc_column-inner {
    padding: 20px;
    background: #fff;
}
.lara-second-sec .wpb_single_image .vc_figure img {
    width: 100% !important;
}
.lara-form-colum .vc_column-inner p {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}

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

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

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

.header_form_section {
    margin-bottom: 0;
}

.lara-form-colum .header_form_section input.wpcf7-submit {
    background: #ff2d20;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #ff2d20 !important;
}

.lara-form-colum .header_form_section input.wpcf7-submit:hover {
    border: 1px solid #ff2d20;
    background: #fff;
    color: #ff2d20;
}
.lara-second-sec .head-under-line {
    color: #000 !important;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 700 !important;
}
.lara-second-sec .head-under-line:after , .lara-second-sec .head-under-line:before {
    border-color: #ff2d20;
}
.lara-second-sec .header_content p {
    color: #000 !important;
    margin-top: 30px;
    font-size: 18px !important;
    font-weight: 500;
}

.lara-second-sec .header_content ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500 !important;
    color: #000;
}

.lara-second-sec .header_content ul li:before {
    display: inline-block;
    position: relative;
    left: 0;
    top: 1px;
    content: "✓";
    color: #000000;
    margin-right: 10px;
}
.lara-second-sec .vc_row .wpb_column.vc_column_container:nth-child(2) {
    padding-left: 25px;
}
.lara-second-sec .header_content ul {
    padding-left: 0;
}
.section-sm-hd {
    text-align: center;
    color: #ff2d20;
    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;
}
.service-sub-heading p {
    color: #4b4b4b;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.section-main-heading.head-under-line:after ,  .section-main-heading.head-under-line:before {
    border-color: #ff2d20;
}

.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 {
    border: 1px solid #7e7e7e;
    padding: 15px;
    position: relative;
}
.service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: 465px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-box {
    padding-top: 50px;
}
.service-head-box {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 15px;
}

.service-num p {
    position: absolute;
    left: -1px;
    color: #fff;
    background: #cc241a;
    padding: 10px 15px;
    top: -1px;
    border: 1px solid #7e7e7e;
    border-radius: 0px 0px 10px 2px;
    font-weight: 600;
    
}
.service-content-box p {
    color: #4b4b4b;
    font-weight: 500;
    
}
.cta-laravel p {
    color: #4b4b4b;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.cta-laravel {
    margin-top: 50px;
}

.cta-laravel .lara_ser_header_btn {
    display: block;
    width: 100% !important;
    text-align: center;
}

.cta-laravel .lara_ser_header_btn button {
    background: linear-gradient(0deg, #d80800, #fb4a4a) !important;
    color: #fff !important;
    border-radius: 15px !important;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.cta-laravel .lara_ser_header_btn button:hover {
    transform: scale(1.1);
}
.benefit-left-col .section-sm-hd {
    text-align: left;
    margin-bottom: 10px;
}

.benefit-left-col .lara_header_heading {
    color: #000 !important;
    font-size: 30px;
    width: 65%;
    padding-bottom: 10px;
}
.benefit-section .service-sub-heading p {
    text-align: left;
    font-size: 25px;
    color: #ff2d20;
}

.benefit-section .service-sub-heading p span {
    font-weight: 600 !important;
}
.benefit-left-col .head-under-line:before , .benefit-left-col .head-under-line:after {
    border-color: #ff2d20;
}
.icon-box p img {
    max-width: 35px;
    width: 100% !important;
}

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

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

.icon-box > p {
    margin-bottom: 0 !important;
}
.laravel-logo-img img {
    width: 90%;
}

.benefit-right-col .wpb_text_column {
    margin-bottom: 25px;
}
.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);
}
.laravel-logo-img .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    background: url(https://w3speedup.com/wp-content/uploads/2023/10/logo-img-shadow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    background-position: bottom;
    overflow: visible;
}

.laravel-logo-img .vc_single_image-wrapper {
    position: relative;
}
.why_us_pra {
    margin-top: 35px;
}
.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper {
    border: 1px solid #cc241a;
    min-height: 230px;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper h3 {
    padding: 10px 20px;
    background: #cc241a;
    color: #fff;
    font-size: 20px;
    min-height: 70px;
    border-radius: 0px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
    padding: 0px 20px;
}

.why-us-box-content.sec_cst {
    margin-top: 30px;
}

.why-us-box-content.thir_cst {
    margin-top: 30px;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    color: #4b4b4b;
    font-weight: 500;
    
}
.why_us_pra p {
    text-align: center;
    font-size: 20px;
    
}
.why_us .thir_cst {
    display: flex;
    justify-content: center;
}
.btn-content ul li {
    list-style: none;
    padding: 10px 20px;
    background: #cc241a;
    width: auto;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 500;
}

.btn-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.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 .head-under-line:before , .connect-now-sec .head-under-line:after {
    border-color: #ff2d20;
}
.faq-laravel .wpb_accordion_content .wpb_wrapper > p span {
    color: #000000;
    font-weight: 500;
}
.faq-laravel .wpb_accordion_header {
 background-color: #fff !important;
 border-bottom: 1px solid #0000001c;
}
.faq-laravel .wpb_accordion_header > a {
    color: #000 !important;
    font-weight:600;
    
}
.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: #ff2d20 !important;
}
.faq-laravel .wpb_accordion_content .wpb_wrapper > p {
    
}
.service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    align-content: flex-start;
}
.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper {
    align-content: flex-start;
}
@media(max-width:767px){
.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.laravel-logo-img .vc_single_image-wrapper:before {
    left: 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 .price_mainrowsecto {
    padding-top: 50px !important;
}

body .pricyy_row {
    padding: 50px 20px !important;
}

body .price_grad3.rightprice {
    margin-top: 20px;
}

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

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

body .faq-laravel .wpb_accordion_header > a {
    font-size: 20px;
}

body .benefit-section {
    margin-top: 50px !important;
}
.lara_header_heading {
    font-size: 36px;
}

.header_content p {
    font-size: 18px !important;
}

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

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

.main-banner-section-laravel .vc_column-inner.vc_custom_1643130918526.w3_bg {
    padding-right: 0 !important;
    padding-left: 0;
}

.lara-form-colum .vc_column-inner p {
    font-size: 22px;
}

.lara-second-sec .vc_row .wpb_column.vc_column_container:nth-child(2) {
    padding-left: 0;
}

.lara-second-sec .head-under-line {
    font-size: 25px;
}

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

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

.service-head-box {
    font-size: 20px;
}

.service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: unset;
}

.laravel-service-sec .service-box .wpb_column .vc_column-inner {
    padding: 0;
    margin-bottom: 20px;
}

.why_us .why-us-box-content .wpb_column > .vc_column-inner {
    padding: 0;
}

.cta-laravel {
    margin-top: 20px;
}

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

.benefit-section .service-sub-heading p {
    font-size: 20px;
}

p.icon-box-content {
    font-size: 18px;
}

.icon-box p img {
    max-width: unset !important;
    min-width: 40px;
}

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

.why_us_pra p {
    font-size: 18px;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper h3 {
    font-size: 20px !important;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper {
    min-height: unset;
}

.why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    padding: 20px 15px;
}

.why-us-box-content.thir_cst {
    margin-top: 0;
}

.why_us .why-us-box-content .wpb_column {
    margin-bottom: 20px;
}

.why-us-box-content.sec_cst {
    margin-top: 0;
}

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

.connect-now-sec {
    padding-top: 50px !important;
}

body .connect-now-sec figure img {
    padding: 0;
    margin-top: 30px;
}
.connect-now-sec .wpb_column .vc_column-inner .wpb_wrapper .vc_row > .wpb_column > .vc_column-inner {
    padding: 0 !important;
}

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

.faq-laravel .wpb_accordion_header > a {
    font-size: 18px !important;
}
.laravel-service-sec {
    padding-top: 50px !important;
}

.benefit-section {
    padding-top: 70px !important;
}
}
@media(min-width:767px) and (max-width:1600px){
    .page-id-51221 .vc_custom_1696421457517 {
        background-size: 149% 100%;
    }
   .page-id-51221 .vc_custom_1696421513448 {
    background-size: 170% 100%;
}
}



@media(min-width:992px) and (max-width:1200px){
   .service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: 560px;
}   
   .vc_custom_1695227769158 .why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper {
    min-height: 270px;
}

}

@media(min-width:767px) and (max-width:992px){
   h2.service-head-box {
    font-size: 20px;
}
   .service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: 756px;
}
 
   .vc_custom_1695227769158 .why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper {
    min-height: 370px;
}
   .vc_custom_1695227769158 .why-us-box-content .wpb_column .vc_column-inner > .wpb_wrapper h3 {
    min-height: 115px;
}
   
} 


@media(max-width:767px){
.container {
    max-width: 100% !important;
}
   .service-head-box {
    padding-top: 45px;
}

}
@media(min-width:548px) and (max-width:767px){
.lara_ser_header_btn {
    margin-right: 20px;
}
}
@media(min-width:768px) and (max-width:992px) {
.service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: 593px;
    align-content: flex-start;
}
}
@media(max-width:768px){ 
.service-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    min-height: unset;
}
}

/**/

.main-banner-section-laravel.vc_custom_1696421399019 .g-recaptcha {
    height: 62px !important;
    margin-bottom: 10px !important;
}
.main-banner-section-laravel.vc_custom_1696421399019 .g-recaptcha + p span.wpcf7-spinner {
    position: absolute;
}
.main-banner-section-laravel.vc_custom_1696421399019 .g-recaptcha + p {
    margin-bottom: 0 !important;!i;!;
}