.single-themes-content-flex {
    padding: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d11920;
    border-radius: 50px;
    /* padding: 10px; */
    overflow: hidden;
    /* color: #fff !important; */
    box-shadow: 1px 2px 5px 5px rgb(217 203 186 / 39%);
}
.single-price.active .btn-wrapper .cmn-btn {
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    background-color: #ee312c;
}
.single-price.active .btn-wrapper .cmn-btn {
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    background-color: #ee312c;
}
.btn-wrapper .cmn-btn-outline-one.color-one {
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    background-color: #cf2b25;
}
.price-tab {
    background: linear-gradient(rgba(51, 45, 45, 1), rgb(56 50 50));
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
    box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
}
.single-price .cmn-btn:nth-child(1) {
    background: linear-gradient(rgba(51, 45, 45, 1), rgb(56 50 50)) !important;
    color: #d09459 !important;
    border: none;
}
.section-title .title {
    font-family: segoeuithibd;
    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
    color: var(--heading-color);
    margin: -12px 0 0 0;
}
.getupdate-content-title {
    font-family: 'segoeuithibd';
    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
    color: rgb(239 50 44);
    margin: -10px 0 0;
}
.single-themes-content-title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 40px; */
    width: 48px;
    /* color: rgb(255 6 0); */
    font-size: 28px;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
    /* padding: 10px; */
}
.footer-widget .widget-title {
    font-family: 'segoeuithibd';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    position: relative;
}