.blog-title {
    margin: 0;
    font-size: 22px;
    color: #ff8f05;
    font-weight: 600;
}

.blog-card {
    background: #37383c;
    padding: 20px 20px;
    border-radius: 15px;
    border: solid 1px #727272; 
    margin-bottom: 35px;
}

.blog-card img{ 
    border-radius: 10px;
}

h3.blog-main-title {
    font-size: 29px !important;
    font-weight: 700;
    color: #F28705;
    max-width: 100% !important;
}

.blog-text ul, .blog-text ol
 {
    padding-inline-start: 17px;
    margin-top: 8px;
}
.blog-text ul li span {
    color: #f28705;
    font-weight: 600;
}

.blog-text ol li span {
    color: #f28705;
    font-weight: 600;
}

.faqsSection {
    background: #2d2e33;
    margin-bottom: 15px;
    border-radius: 8px;
    border: solid 1px #404145;
}

.faqsSection p {
    font-size: 17px;
    padding: 20px 10px;
    margin-bottom: 0;
}

.faqsSection h3 {
    background: #4f4f4f;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 500;
}
table.table-main {
    width: 100%;
    border: solid 1px;
}
table.table-main tr th, td {
    border-right: solid 1px;
    padding: 13px;
}
table.table-main tr th, td {
    border-bottom:  solid 1px;
    padding: 13px;
}
.main-color{
    color: #F28705;
}

.offerform {
    background: #303135;
    border-radius: 25px;
    padding: 35px 55px;
    border: dashed 1px #f28705;
    margin: 30px 0;
}                                                       
@media (max-width: 768px) {
    .order-now-btn {
        position: absolute;
        right: 60px;
        top: 15px;
        max-width: 120px;
        padding: 10px;
        z-index: 1000;
    }
}  