.width-set {
    
}



@media(max-width: 1024px) {
    .width-set{
        min-width: auto !important;
    }
}

@media(max-width: 991px) {
    img.svg-mob {
        height: 50px !important;
    }
}

@media(max-width: 767px) {
    img.svg-mob {
        height: 40px !important;
        left: auto !important;
        right: 10px !important;
        position: absolute;
        top: 0px;
    }

    .phone-no {
        top: 35px !important;
        right: 10px !important;
        font-size: 14px !important;
    }
}

