.bg-ontime {
    background-color: #466bb2 !important;
}
.bg-white{
    background-color: #ffffff !important;
}
.rs-sticky{
    background-color: #ffffff !important;
}
.visa__item{
    gap : 0px !important;
}
.visa__item-content{
    padding-left: 20px;
}


.blog-1-content p{
    font-size: 18px;
    padding-top: 10px;
    
}

.blog-1-content ul{
    font-size: 18px;
    padding-left: 20px;
    
}
@media only screen and (min-width:991px){
    .blog-1-image{
        display: flex;
        flex-direction: row;
        gap:20px;
    }
}
@media only screen and (max-width:992px){
    .choose-us__button{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0%;
    }
}

@media only screen and (min-width:992px){
    .herosection{
        padding-left: 60px !important;
        padding:10px;
    }
}

@media only screen and (max-width:1200px){
    .icons-nav{
       display: none;
    }
}

@media only screen and (min-width:567px) and (max-width:991px), (max-width:566px)
{
    .sm-screen-text{
        text-align: center;
    }
}
@media only screen and (max-width:566px)
{
    .sm-screen-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width:566px)
{
    .sm-screen-text-footer{
        text-align: center;
    }
}