/*refer to friend section */

@media all and (max-width:991px) {
    div.col-refer-1 {
        width: 50%;
    }
}


/*service image start*/

@media all and (max-width:991px) and (min-width:768px) {
    div.col-service-img-6 {
        width: 50%!important;
        margin-top: 20px;
    }
}

@media screen and (max-width:766px) {
    div.col-service-img-6 {
        margin-top: 20px;
        width: 50%!important;
    }
    h3.center-el {
        font-size: 20px;
    }
}


/*all service category */

@media screen and (max-width:766px) {
    div.category-col-1 {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
}


/* login button */

@media screen and (max-width:991px) {
    .intro-search-button .button {
        height: 42px!important;
        line-height: 36px;
    }
}


/*log position*/

@media screen and (max-width:766px) {
    #logo img {
        top: 7%!important;
    }
}


/*icon position in our process*/

@media screen and (max-width:766px) {
    .icon-box-circle-inner {
        margin: -5px auto;
    }
}