.list-style ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-style ul{
    margin-bottom: 25px;
}
.list-style ul li:after{
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #9f1a1a;
    top: 15px;
}
header.fb-ads-header{
    padding: 10px 0;
}
.fb-ads-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fb-ads-header-left {
    width: 250px;
}
.fb-ads-header-right {
    width: calc(100% - 250px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.fb-phone-icon svg {
    width: 30px;
    height: 30px;
    display: block;
}
.fb-phone-icon {
    margin-right: 5px;
}
.fb-ads-header-phone a {
    font-size: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
}
.fb-phone-title {
    font-size: 18px;
    color: #fff;
    text-align: right;
}
.fb-ads--footer {
    color: #fff;
    background-image: url(../img/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.fb-ads-footer-top {
    padding: 70px 0 40px;
}
.fb-ads-copyrights {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.fb-ads-footer-content {
    margin-top: 30px;
}
.fb-ads-footer-logo img {
    max-width: 250px;
    margin: auto;
}
.fb-ads-banner {
    height: 550px;
    display: flex;
    align-items: flex-end;
    padding: 50px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
}
.fb-ads-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}
.fb-ads-banner-content {
    position: relative;
}
.fb-ads-banner-heading {
    font-size: 48px;
    margin-bottom: 20px;
}
.fb-ads-banner-description {
    margin-bottom: 25px;
}
.fb-ads-banner-subheading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.fb-ads-banner-btns a.btn {
    margin-right: 20px;
    border: 1px solid #9f1a1a;
}
a.btn.transparent-btn {
    background: transparent;
    border-color: #fff;
}
.fb-ads-banner-btns a.btn:last-child {
    margin-right: 0px;
}
.fb-ads-banner-btns a.btn:hover {
    background: #fff;
    color: #9f1a1a;
     border-color: #fff;
}
.fb-ads-content-section{
   background-image: url(image/vabg.jpg);
    background-size: cover;
    background-position: center;  
}
.faqscard-heading {
    padding: 20px 50px 20px 20px;
    background: #9f1a1a;
    color: #fff;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.faqs-card-body {
    padding:20px;
    background: #9f1a1a;
    color: #fff;
}
.faqs-card {
    margin-top: 25px;
}
.fb-ads-faqs-listing:nth-child(2n+2) {
    background: #F3F0F3;
}
.fb-ads-bottom-content {
    background-image: url(image/grey-pattren-bg.webp);
    background-size: cover;
    background-position: center;
}
.fb-ads-btn-main {
    text-align: center;
    margin-top: 20px;
}
.fb-ads-btn-main .btn{
    display: inline-block;
    width: auto;
}

.faqscard-heading::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(image/faqs-arrow.png);
    position: absolute;
    right: 15px;
    top: 20px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.faqscard-heading.collapsed::before{
     transform: rotate(0deg);
}

.page-template-template-fb-ads #rmp_menu_trigger-945007 {
    display: block;
    display: none !important;
}
.mobile-sticky-cta a {
    width: 50%;
    display: inline-block;
    color: #fff;
    padding: 10px 10px;
    border-right: 1px solid rgba(255,255,255,.4);
}
.mobile-sticky-cta {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #9f1a1a;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.fb-ads-form-wraper .wpcf7-response-output {
    text-align: center !important;
}
.fb-ads-form-wraper .wpcf7-spinner {
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.fb-ads-btn-main p {
    position: relative;
    display: inline-block;
    margin: auto;
}
a.html5lightbox {
    position: relative;
    display: block;
}
.fb-ads-bottom-video {
    max-width: 50%;
    margin: 0 auto 50px;
}
.faqs-card-body a {
    color: rgba(255,255,255,0.6);
}
.faqs-card-body a:hover {
    color: rgba(255,255,255,1);
}
.fb-ada-fullwidth-list:nth-child(2n+2) {
    background: #f3f3f3;
}
.gray-bg{
 background: #f3f3f3;   
}
@media screen and (max-width: 991px) {
.fb-ada-image-wraper {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.fb-ads-banner-heading {
    font-size: 32px;
    margin-bottom: 15px;
}
.fb-ads-bottom-video {
    max-width: 100%;
    margin: 0 auto 30px;
}
footer.fb-ads--footer{
    padding-bottom: 60px;
}
.fb-ads-banner {
    height: auto;
    padding: 125px 0 50px;
}
}
@media screen and (max-width: 575px) {
.page-template-template-fb-ads .container {
    max-width: 100vw;
}
.fb-ads-header-right {
    width: calc(100% - 140px);
}
.fb-ads-header-left {
    width: 140px;
}
.fb-phone-title {
    font-size: 14px;
    line-height: normal;
}
.fb-phone-icon svg {
    width: 20px;
    height: 20px;
}
.fb-ads-header-phone a {
    font-size: 20px;
}
.fb-ads-banner-subheading {
    font-size: 15px;
    line-height: 1.4;
}
.fb-ads-banner-btns a.btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.faqscard-heading::before {
    content: "";
    width: 20px;
    height: 20px;
    right: 10px;
    background-size: 20px;
}
.faqscard-heading {
    font-size: 20px;
    padding: 20px 30px 20px 20px;
}
.fb-ads-bottom-content .btn {
    font-size: 14px;
}
}