body {
    text-align: left;
}
.tit-icon i
{
    margin-right: 10px;
    margin-left: 0px;
}
.nav-link
{
    color: #7A7A7A;
}
.intro-pic
{
    transform: scaleX(-1);
}
.search-box .form-control
{
    margin-left: 0px;
    margin-right: 5px;
}
.join-us p
{
    text-align: left;
}
.sec-tit h2::before {
    right: 27%;
}
.sec-tit h2::after {
    left: 27%;
}
a.logo img {
    margin-right: 50px;
}
.nav-link.dropdown-toggle img
{
    width: 20px;
}
.footer-contact i
{
    margin-left: 0px;
    margin-right: 7px;
}
.join-us .sec-tit h2::before {
    right: 22%;
}
.join-us .sec-tit h2::after {
    left: 22%;
}
.us-contact i
{
    margin-left: 0px;
    margin-right: 10px;
}
input[required] + label, textarea.form-control+ label
{
    left: 27px;
}.search-box .fa-location-dot
{
    top: 33%;
    left: 13px;
}
.advantages i
{
    line-height: 24px;
}
@media (max-width: 991px)
{
    .btn-green
    {
        width: 200px;
        font-size:14px;
    }
    .dropdown-menu.show {
        width: 80%;
        transform: translate(23px, 0px) !important;
    }
    .sec-tit h2::before {
        right: 18% !important;
    }
    .sec-tit h2::after {
        left: 18% !important;
    }
    .intro::before
    {
        width: 600px;
    }
    .how-work-text h4, .num-bord h3, .steps-num {
        font-size: 16px;
    }
    .best-service h2 {
        width: 50%;
    }
}
@media (max-width: 1200px) { 
    a.logo img{
        margin: 0px;
    }

}
@media (max-width: 768px)
{
.sec-tit h2::before {
    right: 8% !important;
}
.sec-tit h2::after {
    left: 8% !important;
}
}
@media (max-width: 425px)
{
    .tit-icon i {
        margin-right: 5px;
        margin-left: 0px !important;
    }
}