a{
  text-decoration: none !important;
}
p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

#pagelisting-carousel{
	padding: 15px;
    min-height: 90px;
}
#pagelisting-carousel .owl-carousel .owl-item img{
	width: auto;
    height: 60px;
}

/* Loading overlay */
.carousel-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

/* Spinner animation */
.spinner {
  border: 4px solid #ddd;
  border-top: 4px solid #f76f45;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.contact-cta-sec{
    padding: 60px 0px 0px 0px;
    background: #E2E2E2;
    height: 300px;
}

.contact-form-sec{
  background-color: #000512;
  min-height: 130px;
  height: 120px;
  content-visibility: visible !important;
}
#lp-audit-form{
    background: #FFF;
    border: solid 1px #c9bfbf;
    border-radius: 5px;
    padding: 40px 30px 40px 30px;
    position: relative;
    top: -100px;
}
#lp-audit-form #footer-contact-form{
  margin: 0px !important;
  max-width: 100%;
}

#lp-audit-form #footer-contact-form .form-control {
    height: 45px;
}
#footer-contact-form .formLabel {
    color: #000;
    font-size: 16px;
}
label sup{
  color: red;
}
#lp-audit-form  #footer-contact-form .form-group.has-error.has-danger .form-control {
      border-color: red;
}
#lp-audit-form .footer-contact-form .help-block.with-errors{
      color: red !important;
}
#lp-audit-form #footer-contact-form .foot-but{
    background-color: #F16223;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 35px;
    width: 70%;
    border: none;
    padding: 12px 25px;
}
#lp-audit-form #footer-contact-form .foot-but:hover{
    background: #ba4c1e;
}
#lp-audit-form #footer-contact-form .form-group {
    margin-bottom: 25px;
}
#lp-audit-form .new-cta-btn{
    background: #f76f45;
    padding: 8px 8px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: background 0s ease, transform 0s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    margin-top: 6px;
    min-width: 220px;
}
#lp-audit-form .new-cta-btn:hover{
    background: linear-gradient(45deg, #f06595, #ff6b6b);
    transform: translateY(0px);
}


/* FAQ's Section */

.faqs-sec{
    padding: 60px 0px 60px 0px;
    background: #F9FAFB;
}
.faqs-sec .questionAnswerWrapper ol {
    padding-left: 25px
}
.faqs-sec .questionAnswerWrapper ol li {
    padding-bottom: 15px
}
.faqs-sec .accordian-ebook {
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
    color: #050d50;
    padding: 14px;
    border: solid 1px #d0cfcf;
    border-radius: 6px;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}
.faqs-sec .number-ques {
            margin-bottom: 12px;
            float: left;
}
.faqs-sec .number-ques:after {
            content: '⌵';
            position: absolute;
            right: 30px;
            top: 14px;
            font-size: 20px;
            font-size: 15px;
            color: #000001;
            font-weight: 900
}
.faqs-sec .open .number-ques:after {
            content: '⌵';
            color: #000001;
            right: 30px;
            top: 18px;
            transform: rotate(180deg)
}
.faqs-sec .hidElement .desc {
        padding: 10px 10px;
        color: #000;
        font-weight: 400;
        font-size: 18px;
        border: solid 1px #f1eaea;
        border-radius: 5px;
}
.faqs-sec .hidElement li {
            list-style: none;
            padding-bottom: 20px
}
.faqs-sec .hidElement li:last-child {
            padding-bottom: 0
}





/* Responsive Design */
  @media (max-width: 320px) {
    .faqs-sec .hidElement {
        padding-right: 0px;
    }
    #lp-audit-form .new-cta-btn{
    min-width: 100%;
    width: 100%;
    padding: 10px 0;
    }
    #lp-audit-form {
        background: #FFF;
        border: solid 1px #c9bfbf;
        border-radius: 5px;
        padding: 40px 30px 40px 30px;
        position: relative;
        top: 0px;
    }
    .contact-cta-sec {
        padding: 25px 0 0px 0;
        background: #E2E2E2;
        height: auto;
    }
    .contact-form-sec {
        background-color: #000512;
        min-height: 130px;
        height: auto;
        content-visibility: visible !important;
    }
}

@media (min-width: 320PX) and (max-width: 480PX) {
.faqs-sec .hidElement {
        padding-right: 0px;
}
#lp-audit-form .new-cta-btn{
    min-width: 100%;
    width: 100%;
    padding: 10px 0;
  }
  #lp-audit-form {
    background: #FFF;
    border: solid 1px #c9bfbf;
    border-radius: 5px;
    padding: 40px 30px 40px 30px;
    position: relative;
    top: 0px;
}
.contact-cta-sec {
    padding: 25px 0 0px 0;
    background: #E2E2E2;
    height: auto;
}
.contact-form-sec {
    background-color: #000512;
    min-height: 130px;
    height: auto;
    content-visibility: visible !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-cta-sec {
        padding: 60px 0 0px 0;
        background: #E2E2E2;
        height: 375px;
    }
    .contact-form-sec {
        background-color: #000512;
        min-height: 115px;
        height: 500px;
        content-visibility: visible !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .contact-form-sec {
        background-color: #000512;
        min-height: 115px;
        height: 150px;
        content-visibility: visible !important;
    }
    .contact-cta-sec {
            padding: 60px 0 0px 0;
            background: #E2E2E2;
            height: 300px;
    }
}

@media (min-width: 1201px) {
	/* Styles for large screens */
  .contact-form-sec {
    background-color: #000512;
    min-height: 115px;
    height: 150px;
    content-visibility: visible !important;
    }
    .contact-cta-sec {
        padding: 60px 0 0px 0;
        background: #E2E2E2;
        height: 300px;
    }

}