.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				
				p.post-content {
				line-height:1.5em;
				}
				
.service-listing-wrapper.service-slider-listing .service-item {
background-color: #FFFFFF;

}
				.wc-block-product-categories.is-list .wc-block-product-categories-list > li:not(:last-child) {
    margin-bottom: 1.1111em;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list > li > a:before {
    content: '\e82d';
    font: 400 normal 0.5625em / 1em 'fontello';
    display: block;
    position: absolute;
    left: 0;
    top: 0.8em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list > li > a:hover {
    padding: 0 0 0 1.05555em;
}
.content-wrapper a:hover {
	color:#000;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list > li > a {
    position: relative;
    letter-spacing: -0.03em;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list > li {
    padding: 0;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.wc-block-product-categories {
    margin-bottom: 1em;
}
.wc-block-product-categories {
    padding: 2.5em;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.content-wrapper .wc-block-product-categories-list > .wc-block-product-categories-list-item {
	color: #9b9b9b;
}
.neuros-heading .neuros-heading-content del {
    background-color: transparent;
    background-image: linear-gradient(262deg, #E24C4A 15%, #386BB7 95%);
}
ul.nav-tabs > li.nav-item {
    padding: 0em;
}
ul.nav-tabs > li.nav-item:before {
    content: none;
		}

   
.phone-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%
}
.phone-input-container #countryCode {
    width: 30px
}
.phone-input-container #Phone {
    /* width: 80% */
}
        
.error-message {
    color: red
}

 /* Styling for larger screens (desktops and tablets) */
@media (min-width: 768px) {
    .mobile-img {
        background-size: auto 200px; 
        background-position: center top; 
        height: 200px;
        width: 100%;
        
    }
}

/* Styling for small screens (mobiles) */
@media (max-width: 576px) {
    .mobile-img {
        background-size: contain; 
        background-position: center top; 
        height: 150px; 
        width: 100%; 
        margin-bottom: 60px;
    }

    .iconics-bullets {
        font-size: 0.7rem; 
    }

    .col-md-4, .col-md-5, .col-md-3 {
        width: 100%; 
    }
}

/* Default styling for larger screens */
.platform-img {
    background-size: auto 400px;
    background-position: left top 2px;
    height: 400px; 
}


@media (max-width: 576px) {
    .platform-img {
        background-size: contain; 
        height: 250px; 
        background-position: center top; 
        width: 100%;
        margin-bottom: 120px 
    }
    .iconics-trans li {
        font-size: 0.6rem; 
        margin-bottom: 5px; 
    }

}

@media (max-width: 767px) {
    .row {
        gap: 10px; 
    }
}

.modal-dialog {
    height: 90vh;
}

.modal-content-demo {
    height: 90vh;
}

.modal-body-demo {
    width: 100%;
}

#calendly-widget {
    height: 100%;
    width: 100%;
}

.title-hd {
	background: rgba(0,0,0,0.1);
	padding: 5px 20px;
	border-radius: 20px;
}

.recaptcha-wrapper {
    max-width: 100%;
    overflow-x: auto;
    padding-right: 0;
  }
  
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }
  
  @media (max-width: 576px) {
    .g-recaptcha {
      transform: scale(0.78);
      transform-origin: 0 0;
    }
  }

.custom-margin {
	margin-top: 150px;
}
@media (max-width: 768px) {
	.custom-margin {
	  margin-top: 110px;
	}
}