/*!
Author: Top Line
Author URI: https://www.topline.com.sa
*/

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: ltr;
}

.rating label {
    right: auto;
    left: 0;
}

.rating label input {
    right: auto;
    left: 0;
}

.rating label .icon {
    float: left;
}

.btn7 {
    margin-left: auto;
    margin-right: -20px;
}

#about .bg3 {
    right: auto;
    left: 23%;
}

.border-dashed-right {
    border-right: none;
    border-left: 2px #DDDDDD dashed;
}

#site-header .top {
    position: relative;
    padding: 7px 0;
    background: linear-gradient(to left, var(--color-third) 75%, var(--color-secondary) 25%);
}

#about {
    background: url("../images/Path1.png") bottom left no-repeat;
}

div#inputs {
    direction: rtl;
}


/* RESPONSIVE */
@media (min-width: 992px) {}

@media (max-width: 62em) {

    #site-header div#menu2,
    #home-header div#menu2 {
        left: auto;
        right: 50px;
    }
}

@media (max-width: 40em) {}

@media (min-width:1200px) {
    #about .bg2::before {
    transform: translateY(-50%)rotate(-180deg);
    }

}