﻿.subscription-box {
    border: 1px solid #000000;
    padding: 20px;
    border-radius: 8px;
    background-color: #ECECEC;
    max-width: 400px;
    margin: 0 auto;
}

.subscription-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.subscription-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #8E8E93;
}

.input-group1 .form-control {
    border-radius: 8px 0 0 8px;
}

.input-group1 .btn {
    border-radius: 6px ;

}
.subscribebtn {
    color: white;
    background-color: #B90F17;
    /*border-color: #B90F17;*/
}
    .subscribebtn:hover {
        color: #B90F17;
        background-color: white;
        border-color: #B90F17
    }
.bott {
    background-color: #B90F17;
    padding-left: 0px;

}

.social-icon {
    color: #B90F17; /* Specify your color here */
}
.custom-list li {
    position: relative; /* Positioning for the bullet */
    padding-left: 20px; /* Add space for the bullet */
    color: #000000;
}


.custom-list li:before {
    color: #B90F17; /* Color of the arrow bullet */
}

.custom-list a {
    text-decoration: underline; /* Underline the links */
    color: #000; /* Link color */
}

    .custom-list a:hover {
        color: #B90F17; /* Change color on hover */
    }

.fa-brands {
    color: #B90F17;
}
.fa-angle-right{
    font-size:12px !important;
}
@media (max-width: 576px) {
    .mob {
        margin-left: 0px !important
    }

}