.faq-title{
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
}
.accordion-button{
    background-color: #f8f9fa !important;
    color: black !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 1rem;
}
.p{
    color: black !important;
}
/* .accordion-body{
    border: 0 !important;
} */
p{
    font-size: 14px !important;
}
.accordion-button.active{
    background-color: #c61b1f !important;
    color: white !important;
}
.accordion-button:after{
    order: -1;
    margin-right: 10px;
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}
.accordion-button:hover{
    color: white !important;
    background-color: #c61b1f !important;
}
.accordion-button:focus{
    color: white !important;
    background-color: #c61b1f !important;
}
.active-bar{
    background-color: #c61b1f;
    color:white;
}
h1{
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
/* .p-contact{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
} */
span{
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}
/* .white{
    color: white;
} */
.title-step{
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.title{
    color:#c61b1f
}
.enve{
    color:black;
}
p,li{
    font-family: 'Poppins', sans-serif;
}
.box {
    margin-top: 0 !important;
}
.footer-mt{
    margin-top: 14rem;
}
.tab-tab{
    padding: 1rem;
    border: none;
}
.tab-tab.active{
    background-color: #c61b1f !important;
    color: white !important;
}
/* .tabbers{
    width: 30% !important;
} */
.findAbout{
    border: 2px solid #c61b1f;
    padding: 10px;
    width: 20% !important;
    border-radius: 20px;
    color:#c61b1f;
    text-align: center;
    font-size: 14px !important;
}
.overlay-text{
    top: 22%;
    left: 19%;
}
.img-left{
    width: 163%;
}
.left-col{
    z-index: 99;
}
/* .gmap-placer{s
    margin-left: 1rem;
} */


@media only screen and (max-width: 600px) {
    .img-mob{
        width: 88%;
    }
    .tab-second{
        margin: 0 !important;
    }
    .img-left{
        width: 200px !important;
    }
    .tabbers{
        width: 100% !important;
    }
    .findAbout{
        width: 49% !important;
        font-size: 12px !important;
    }
    .side-title{
        font-size: 18px !important;
    }
    .title{
        font-size: 14px !important;
    }
    .active-bar{
        font-size: 18px !important;
    }
    p{
        font-size: 14px !important;
    }
    .box{
        padding: 0 !important;
    }
    .contact-mob{
        padding: 0 !important;
    }
    .footer-mt{
        margin-top: 0 !important;
    }
    span{
        font-size: 14px !important;
    }
    p,li{
        font-size: 14px !important;
    }
}

.general-title {
    font-family: 'Poppins', sans-serif;
}
