.pt-50 {padding-top: 50px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-50 {padding-bottom: 50px !important;}
.ptb-50 {padding-top: 50px !important;padding-bottom: 50px !important;}
.bg2 {
    background-color: #FFF6E9 !important;
}

.ptb-20 {
    padding: 20px 0 20px 0 !important;
}


.about-bg-area {
    background-image: url(../img/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 0px 20px;
}

/*==================== About Section Start ====================*/
.wd-btn-new {
    margin-bottom: 35px;
    text-align: center;
}
.talk-to-cd {
    display: inline-block;
    background: #9b2602;
    border-radius: 60px;
    padding: 8px 25px 8px 15px;
    color: #FFF;
    text-decoration: none !important;
    text-align: left;
    margin: 60px 0 0;
}
.talk-to-cd .t-inner {
    display: flex;
    align-items: center;
}
.talk-to-cd .t-info {
    text-align: center;
    padding-left: 20px;
}
.talk-to-cd h6 {
    font-size: 17px;
    margin: 0;
    text-align: center;
    margin-bottom: 4px;
    color: #fff;
}
.talk-to-cd h2 {
    font-size: 22px;
    margin: 0;
    color: #fff;
}
/*==================== About Section End ====================*/



@media screen and (max-width: 767px) {
    .top-bar-info li {
        padding: 10px 8px 10px 8px !important;
    }
    .social-icons {
        float: left !important;
    }
}