/* common start */
.offer_band {
    background-color: var(--accent_color_one);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 3;
}
.offer_content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.offer_band p{
    margin-bottom: 0;
}
.offer_band *{
    color: var(--off_white);
}
.offer-price {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
@media(max-width: 767px){
    .offer_band{
        flex-direction: column;
        position: relative;
        padding: 15px 15px;
    }
    .offer_band img {
        width: 50px;
    }
    .offer_band .offer-price {
        font-size: 18px;
    }
    .offer_band {
        gap: 15px;
    }
    .offer_content {
        flex-direction: column;
        gap: 0px;
    }
    .offer_content * {
        font-size: 14px;
        text-align: center;
    }
}

.iso_section{
    background-color: var(--bg_color_one);
}
.iso_section img{
    height: 250px;
    width: auto;
}
.contact_cta{
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.06);
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1000px;
    width: calc(100% - 30px);
    background-color: var(--accent_color_one);
}
.contact_cta *{
    color: var(--off_white)
}
.contact_buttons {
    gap: 60px;
    flex-wrap: wrap;
}
.contact_buttons a{
    text-decoration: none;
}
.contact_buttons .img{
    background-color: var(--secondary_color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 12px;
}
.contact_buttons img{
    padding: 15px;
}
@media(max-width: 767px){
    .contact_buttons p{
        font-size: 12px;
    }
}
/* common end */

/* header start */
.topbar{
    background-color: var(--accent_color_two);
    padding: 9px 0;
}
.enquiry ul{
    gap: 36px;
    padding: 0;
}
.enquiry img{
    margin-right: 8px;
}
.enquiry a, .enquiry span{
    text-decoration: none;
    font-size: 13px;
    margin-right: 4px;
}
.highlight_btn a{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 7px 18px;
    text-decoration: none;
    font-size: 16px;
    transition: .4s;
    line-height: 1;
}
.highlight_btn a:hover{
    background-color: var(--secondary_color);
    color: #fff;
}
@media(max-width: 767px){
    .topbar .f_r_aj_between{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .logo{
    display: flex;
}
.header .logo img{
    width: 150px;
}
.navbar-nav{
    display: flex;
    list-style: none;
}
/* header end */

/* footer start */
footer{
    background-color: var(--accent_color_two);
    margin-top: 80px;
}
footer .copyright{
    font-size: 14px;
    border-top: 1px solid #fff;
}
#toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
    background: var(--primary_color);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}
.links ul{
    padding-left: 0;
    list-style: none;
}
.links ul li{
    padding-bottom: 8px;
}
.links ul a{
    text-decoration: none;
    transition: 0.3s;   
}
.links ul a:hover{
    padding-left: 5px;
    color: var(--primary_color);
}
.footer_block{
    background-color: var(--primary_color);
    padding: 50px 50px 83px;
    margin-top: -80px;
}
.footer_block *{
    /* color: #CDD4CD; */
    color: #fff;
}
.logo_width{
    width: 180px;
}
.contact_icons .f_r_a_center{
    gap: 8px;
}
.contact_icons img{
    width: 20px;
}
.contact_icons a{
    text-decoration: none;
}
.newsletter_sec {
    max-width: 410px;
}
.newsletter_sec button{
    margin-top: 0;
}
.connect_flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.connect_flex a{
    display: flex;
    align-items: center;
}
.connect_flex img{
    height: 24px;
}
@media(min-width: 1025px){
    .newsletter_col{
        padding-left: 55px;
    }
}
@media(max-width: 767px){
    .links .f_w > *:not(:first-child){
        padding-top: 30px;
    }
    .footer_block{
        padding: 50px;
    }
    .newsletter_col{
        width: 100%;
    }
}
/* footer end */