.Offerings_tab_btn {
    padding: 21px 49px !important;
    border-radius: 20px 20px 0px 0px !important;
    background-color: #F6F6F6 !important;
    font-family: 'gothic-bold';
    font-size: 15px;
    color: #000 !important;
}

.Offerings_tab_btn.active {
    background-color: #009a44 !important;
    color: #fff !important;
    padding: 21px 55px;
}

.custom-advertising-box{
    border-radius: 17px;
    height: 100%;
    padding: 15px;
    background: radial-gradient(70.95% 464.17% at 24.3% 34.66%, #0AA7DC 8.44%, #157B9D 100%);
    margin-bottom: 20px;
    margin:3px;
}
.custom-advertising-box-2{
     border-radius: 17px;
    height: 100%;
    padding: 15px;
    background: radial-gradient(87.54% 572.7% at 26.95% 40.84%, #FFA253 0%, #F37E1A 100%);
    margin-bottom: 20px;
    margin:3px;
}


.custom-card-style{
    border: 1px solid #CCCCCC;
    border-radius: 17px;
    height: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

.about-box-card-1{
    height: 200px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_book_demo input {
    border: 1px solid #F77B12;
}
.mail_info {
    font-size: 18px;
    outline: none;
    width: 100%;
    height: 55px;
    border-radius: 6px;
    padding: 20px;
    color: black;
}
.about_book_demo button {
    border: #F77B12;
    background: #F77B12;
}
.demo_button {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
}

.color-primary{
    color: #F77B12 !important;
}

.Offerings_tab_btn.color-primary-1.active{
    background-color: #F77B12 !important;
}