.customNavHeader {
    display: flex !important;
    justify-content: space-between;
}

.custNavBrand {    
    background: transparent;
    margin: 0 !important;
    height: auto;
    width: auto;
}

.mobilelogo_block {
    display: none;
} 

.customFormBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customFormBox form {
    margin: 0;
}

.bannersection {
    margin-top: 10%;
}


.subscriptionlabel .radio {
    padding: 0;
}

.subscriptionlabel .radio label {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.subscriptionlabel .radio input {
    display: block !important;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    margin-right: 10px;
}

.subscriptionlabel .radio .prettyradio a {
    display: none !important;
}

.subscriptionlabel .prettyradio label {
    display: none !important;
}
.w-100 {
    width: 100%;
}

.subscriptionbox .linkbtn a {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 7px;
}

.selectlocation a.card_customBtn {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-transform: none;
}


.customRow {
    display: flex;
    justify-content: center;
    margin: 0;
}


.customCards h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.callUs p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.callUs p.fs-4 {
    font-size: 24px;
}

.socialIcons p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.footerData li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0px;
    display: block;
}

.footerData p.fs-5 {
    font-size: 20px;
    color: #fff;
}

.footer p.copyright {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}



@media screen and (min-width:1080px) and (max-width:1600px) {
    .cstm-container {
        width: 100%;
    }
}

@media screen and (min-width:991px) {
    .customNavHeader {
        display: flex !important;
        justify-content: space-between;
    }

    .logoBox {
        display: inline-block;
        width: 260px;
    }

    .customNav {
        width: 100%;
        display: flex;
        justify-content: center;
    }   
}

@media screen and (max-width:991px) {
    .mobilelogo_none {
        display: none;
    } 

    .mobilelogo_block {
        display: block;
    } 
}