

@font-face {
    font-family: "IRANSans";
    src: local("IRANSans"), url('../font/IRANSansWeb.ttf') format('opentype');
}




body {
    overflow-x: hidden;
    font-family:IRANSans;
}

.navbar {
    background-color: #232f84;
}

#mainLogo{
    width: 62px;
}

.tel-box,
.login-box {
    background-color: #00509a;
    padding: 7px 20px;
    color: white;
    border-radius: 5px!important;
}

.tel-box {
    margin-left: 15px;
}


.intro {
    /* background: linear-gradient(*/
    /*  0deg,*/
    /*  rgba(29, 52, 87, 0.85),*/
    /*  rgba(29, 52, 87, 0.85)*/
    /*),*/
    /*url('../IMG/Banner.jpg');*/
    background-size: cover;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.intro .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro .search-box {
    background-color: rgba(255, 255, 255, .8);
    padding: 26px 40px;
    width: 60%;
    border-radius: 30px;
    box-shadow: rgb(241 242 243 / 30%) 0px 5px 30px;
}

.intro .form-control,
.intro .search-btn {
    border-radius: 15px;
}

.intro .search-btn {
    background-color: #00509a !important;
    color: white !important;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}


.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.category-box img {
    max-height: 90px;
    margin-bottom: 10px;
    transition: all 400ms linear;
}

.category-box:hover img {
    margin-bottom: 5px;
    transition: all 400ms linear;
}

.category-box h5.box-heading {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 15px!important;
    margin-top: 30px !important;
}


#Categories {
    margin-top: 175px !important;
}

#Categories .category-box {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 35px 55px 35px;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 20px;
}


#Categories .category-box .box-heading {
    margin-top: 12px;
}

#Discounts {
    margin-top: 45px;
}

#Discounts .container {
    padding: 0px 5rem;
    position: relative;
}

.services-box {
    background: rgb(255, 255, 255);
    padding: 0;
    /*height: 390px;*/
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

.services-box img {
    width: 100%;
    height: 273px;
    border-radius: 12px 12px 0 0;
    /*margin-bottom: 10px;*/
    background-size: cover;
    object-fit: cover;
}

.services-box button {
    width: 50px;
    height: 50px;
    position: relative;
    top: 24px;
    background-color: #ffda00 !important;
    border: none;
}

.services-box .spec {
    width: 50px !important;
    height: 50px !important;
    position: relative !important;
    top: 24px !important;
    background-color: #ffda00 !important;
    border: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.services-box h6 {
    font-size: 15px;
    opacity: 0.5;
}

#Popular {
    margin-top: 0px;
}

.custom-shape-divider-top-1622289150 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: rgb(245, 245, 245);
}

.custom-shape-divider-top-1622289150 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 22px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1622289150 .shape-fill {
    fill: #ffffff;
}

.how-box small {
    font-size: 18px;
    background-color: rgb(218, 218, 218);
    padding: 5px 12px;
    border-radius: 50px;
    position: absolute;
}

.custom-shape-divider-bottom-1623303407 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1623303407 svg {
    position: relative;
    display: block;
    width: calc(177% + 1.3px);
    height: 143px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1623303407 .shape-fill {
    fill: #ffffff;
}

#testimonial {
    background-color: rgb(245, 245, 245);
}

#testimonial .testimonial-box {
    background: white;
    border-radius: 13px;
    box-shadow: rgba(20, 26, 40, 0.1) 0px 4px 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.testimonial-name {
    font-size: 13px;
    margin: 0;
}

.testimonial-stars {
    font-size: 10px;
    color: gold;
}

.testimonial-box .btn {
    position: absolute;
    background: #ffda00 !important;
    width: 35px;
    height: 35px;
    transition: all 100ms linear;
    bottom: -17px;
}

.testimonial-box .btn i:before {
    position: relative;
    bottom: 1px;
}

.testimonial-box:hover .btn {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.snip1192 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

.snip1192 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1192 img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.snip1192 blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1192 blockquote:before,
.snip1192 blockquote:after {
    font-family: "FontAwesome";
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

.snip1192 blockquote:before {
    top: 35px;
    left: 20px;
}

.snip1192 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 35px;
}

.snip1192 .author {
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.snip1192 .author h5 {
    opacity: 0.8;
    margin: 0;
    color: black;
    font-size: 17px;
    margin-bottom: 15px!important;
    margin-top: 30px !important;
}

.snip1192 .author h5 span {
    font-weight: 400;
    text-transform: none;
    display: block;
    color: black;
    font-size: 13px;
    opacity: 0.7;
}

#blog tr {
    border-bottom: 1px dotted gray;
}

#blog td.column-sm {
    border-left: 1px dotted gray;
}

#blog .card {
    background-color: rgb(241, 241, 241);
    border: 1px solid #eee;
    border-radius: 10px;
}

#blog .card-title {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#blog .card-text {
    font-size: 13px;
}

#blog table {
    font-size: 14px;
}

.custom-shape-divider-bottom-1623309809 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1623309809 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 160px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1623309809 .shape-fill {
    fill: #ffffff;
}

.site-footer {
    background-color: #232f84;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 16px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #ffda00;
    color: #1d3457;
}

.copyright-text {
    margin: 0;
}

a.show_on_box {
    position: absolute;
    bottom: 0;
    background: rgba(35, 47, 132, .7);
    width: 100%;
    padding: 10px 14px;
    border-radius: 0 0 12px 12px;
}

a.show_on_box h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.blogPosts .card img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}





@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

/*@media (min-width: 1600px) {*/
/*    .subcat-intro {*/
/*        margin-top: -100px !important;*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.instagram:hover {
    background-color: #9c27b0;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.aparat:hover {
    background-color: #e61358;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

.social-icons a.whatsapp:hover {
    background-color: #25D366;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

.footer-box {
    width: 65%;
    height: 184px;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    position: relative;
    bottom: -185px;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 31px;
}

.footer-box .btn {
    background: #ffda00;
    color: #333;
    font-size: 14px;
}

footer ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

footer .col-sm-12 ul li i {
    margin-left: 10px;
}

footer .namad-box {
    width: 100px;
    height: fit-content;
    background-color: white;
    border-radius: 24px;
    padding: 10px;
    display: inline-block;
    margin: 0 auto 20px;
    text-align: center;
}

footer button {
    background-color: #00509a !important;
    color: white !important;
}


p {
    font-weight: 300 !important;
}

footer #Email-Input {
    width: 100%;
    font-size: 13px;
    color: #555;
    padding: 5px 11px 7px;
    border-radius: 4px;
    border: none;
}

footer .btn {
    width: 100%;
    margin-top: 10px;
}

.category-box button {
    background-color: #ffda00 !important;
    border-radius: 8px;
    position: absolute;
    margin-top: 270px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 400ms linear;
    color: #333 !important;
    font-size: 14px;
}


.category-box:hover button {
    margin-top: 180px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 400ms linear;
}

.swiper-pagination-bullet {
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    background: #1d3457;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.subcat-intro h1#headerNameHolder {
    background: rgba(0, 0, 0, .5);
    padding: 10px 30px;
    font-size: 35px !important;
    color: #fff;
    border-radius: 7px;
    margin-top: 45px !important;
    margin-bottom: 15px !important;
}

.subcat-search-box #description p {
    font-weight: 400 !important;
    font-size: 15px;
}

.subcat-search-box form#cityForm {
    width: 100%;
}

.subcat-search-box form#cityForm select#CityInput {
    width: 80%;
    margin: 0 auto;
    display: table;
    padding: 5px 4px
}

option {
    font-family: 'tahoma';
    font-size: 14px;
}

.subcat-search-box .submit-req a {
    color: #fff !important;
    font-size: 16px !important;
}

.subcat-search-box .submit-req a.btn:hover {
    color: #fff !important;
}

#hire-now {
    margin-top: 16px;
}

.container-how-work {
    background: #f2f8fd;
    border-radius: 8px;
    padding: 28px 20px 20px;
}

.container-how-work h4 {
    font-size: 20px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.container-how-work p.description {
    font-size: 15px;
    color: #555;
}

.col-search-box {
    padding: 0 3px;
}

.col-select-place {
    position: relative;
}

.col-select-place span.place:before {
    content: url('../IMG/maps-and-flags.png');
    position: absolute;
    top: 6px;
    right: 8px;
}

.col-select-place select {
    padding-right: 27px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('../IMG/arrow-down.png') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat, repeat !important;
    background-position: left .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
}

.box-input-serv {
    position: relative;
}

.under-box-input-serv {
    z-index: 9;
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .07);
    overflow: hidden;
    padding-top: 12px;
    max-height: 162px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.under-box-input-serv ul {
    padding: 0;
}

.under-box-input-serv ul li {
    list-style: none;
    font-size: 14px;
    color: #555;
    line-height: 25px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 5px 12px;
}

.under-box-input-serv ul li:last-child {
    border-bottom: none;
}

.under-box-input-serv ul li:hover {
    background: #f2f2f2;
}

nav.navbar {
    padding: 0 .5rem 0;
}

.for-mo nav.navbar ul.navbar-nav li {
    position: relative;
    border-bottom: 1px solid #f2f6f7;
    padding: 7px 0 7px 0;
}

nav.navbar ul.navbar-nav li a {
    color: #1b1b1b;
    padding: 20px 9px !important;
    font-size: 14px;
    margin: 0px;
}

nav.navbar ul.navbar-nav li a span {
    padding: 2px 7px 4px;
    border-radius: 10px;
    position: relative;
    bottom: 0px;
}

nav.navbar ul.navbar-nav li a span.active {
    background: #d9e4e3;
}

nav.navbar ul.navbar-nav li ul li a {
    margin: unset;
    background: transparent;
}

nav.navbar ul.navbar-nav li:hover ul li a {
    color: #1b1b1b;
    background: transparent;
}

nav.navbar ul.navbar-nav li ul {
    right: 0;
    background: #fff;
    padding: 8px 0;
    width: 274px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 300ms ease-out 0s;
    position: absolute;
    list-style: none;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09), 0 6px 6px rgba(0, 0, 0, .03);
    max-height: 50vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

nav.navbar ul.navbar-nav li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

nav.navbar ul.navbar-nav li ul li a {
    color: #1b1b1b;
    font-size: 14px;
    padding: 0 !important;
}

nav.navbar ul.navbar-nav li ul li:hover a {
    color: #012d63;
}

nav.navbar ul.navbar-nav li ul li:hover {
    background: #fafafa;
}

nav.navbar ul.navbar-nav li ul li {
    min-height: 30px;
    line-height: 19px;
    padding: 10px;
}

nav.navbar ul.navbar-nav li ul li ul {
    right: 215px;
    margin-top: -39px;
    display: none;
}

nav.navbar ul.navbar-nav li ul li:hover ul {
    display: block;
}

nav.navbar ul.navbar-nav li ul li:hover ul li a {
    color: #1b1b1b;
}

nav.navbar ul.navbar-nav li ul li:hover ul li:hover a {
    color: #012d63;
}
li.li-has-sub>a{position: relative;}

.for-mo li.li-has-sub>a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -2px;
    left: 12px;
    right: auto;
    width: 25px;
    padding: 0px 7px;
    display: inline-block;
    background: #edeff3;
    height: 25px;
    line-height: 26px;
    color: #728ba5;
    font-size: 16px;
    border-radius: 3px;
}

#Discounts .swiper-slide {
    text-align: center;
    padding: 0;
    border-radius: 12px;
    position: relative;
    border: 2px solid rgb(224, 224, 224);
    overflow: hidden;
}

#Discounts .swiper-slide a {
    color: #333;
}

#Discounts .swiper-slide a:hover {
    color: #232f84;
}

#Discounts .swiper-slide img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    max-height: 300px;
    background-size: cover;
    object-fit: cover;
}

span.Special-lbl {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffda00;
    font-size: 13px;
    padding: 4px 10px 7px;
    border-radius: 20px 0;
}

/*#Discounts .swiper-slide:hover img{animation-name: pulse;animation-duration: 1s;animation-fill-mode: both;animation-iteration-count: infinite;}*/
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.97);
    }
    100% {
        transform: scale(1);
    }
}

.fa-arrow-left:before {
    content: "\f060";
    font: normal normal normal 14px/1 FontAwesome;
    color: #232f84;
}

.services-box:hover button {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.services-box:hover .spec {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

.services-box a {
    color: #333;
}

.services-box a:hover {
    color: #232f84;
}

.col_blog {
    padding: 0 7px;
}

.text-left {
    text-align: left;
}

p.desc-footer {
    color: #eee;
}

ul.info__contact li span {
    color: #eee;
    font-size: 14px;
}

ul.info__contact li i {
    color: #ffda00;
}

.footer-links a {
    color: #ffda00 !important;
    font-size: 14px;
}

.footer-links a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #eee;
    border-radius: 100%;
    display: inline-block;
    margin-left: 7px;
    font-size: 14px;
}

.footer-links li {
    transition: all .5s;
}

.footer-links li:hover {
    padding-right: 10px;
    transition: all .5s;
}

p.copyright-text {
    color: #eee;
    font-size: 13px;
}

.site-footer .social-icons a:hover i:before {
    transform: rotate(360deg);
    transition: all .5s;
    display: inline-block;
}

.social-icons a.aparat:hover img{    transform: rotate(180deg);
    transition: all .5s;
    display: inline-block;}

.namad-box img {
    max-height: 100px;
    width: auto !important;
    max-width: 100%;
    height: 87px !important;
}


#ClosePage {
    padding-bottom: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #eee;
}

.navbar-brand {
    margin-left: 3rem;
}

#Discounts h4.text-center {
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.custom-shape-divider-bottom-1623309809 {
    background-color: #232f84 !important;
}

.swiper-slide .services-box h4 {
    position: relative;
    top: 2px;
    font-size: 16px!important;
    color:#fff;
    text-align: center;
}

.swiper-slide .services-box h6 {
    position: relative;
    top: 7px;
}

#blog .card-body h6.col-6 {
    font-weight: normal;
    font-size: 13px !important;
}

#Popular .swiper-slide {
    border: 1px solid #eee;
}

#How-Work .how-box h5 {
    color: #232f84;
    height: 24px;
    overflow: hidden;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#How-Work .how-box p {
    height: 74px;
    overflow: hidden;
}

.swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
    margin-left: 1.5vw !important;
    font-size: 33px !important;
}

.swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
    margin-right: 1.5vw !important;
    font-size: 33px !important;
}

.title-discount {
    position: absolute;
    bottom: -9px;
    background: rgba(35, 47, 132, .7);
    width: 100%;
    padding: 14px;
    color: #fff;
    font-size: 16px!important;
}

.color-box {
    background: #f2f2f2;
    padding: 28px 0 90px;
}

.service-trafic-page {
    margin-top: 38px;
}

#order {
    margin-top:38px;
}

.faqs-wrapper .tabs .tab {
    margin-bottom: 8px;
}

/*user-panel*/
body.gray-body {
    background: #f8f6f7;
}

.user__panel {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.r_top_head img {
    max-height: 90px;
}

.l_top_head {
    text-align: left;
}

/*.l_top_head ul li {*/
/*    display: inline-block;*/
/*    padding: 0 15px;*/
/*}*/
.l_top_head ul li {
    display: inline-flex;
    padding: 0 15px;
    align-items: center;
    height: 33px;
}
.l_top_head ul li.dropdown2{    position: relative;}
.dropdown2 .dropdown-menu{top: 31px;}

.l_top_head ul li a {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.l_top_head ul li a:hover {
    color: #232f84;
}

.l_top_head ul li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #232f84;
    margin-left: 5px;
    font-size: 15px;
}

.l_top_head ul li a.order:before {
    content: "\f290";
}

.l_top_head ul li a.profile:before {
    content: "\f007";
}

.l_top_head ul li a.exit:before {
    content: "\f08b";
}

.r_top_head {
    text-align: center;
}

.userSpecifications {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
}

.img-userSpecifications {
    margin-bottom: 8px;
}

.img-userSpecifications img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.name-userSpecifications .title-single strong {
    background: #fff;
    border: 1px solid #ddd;
    color: #1b1b1b;
    max-width: 86%;
    display: inline-block;
    position: relative;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 15px;
}

.name-userSpecifications .title-single:before {
    background: #ddd;
}

.name-userSpecifications span {
    display: block;
    color: #777;
    word-break: break-all;
    font-size: .9rem;
    margin-top: 10px;
    text-align: center;
}

.top-userSpecifications {
    padding: 10px;
}

.r-changeinfo, .l-changeinfo {
    text-align: center;
    padding: 10px 9px 15px;
}

.changeinfo {
    border-top: 1px solid #232f84;
    background: #232f84;
}

.changeinfo .col-6 {
    padding-top: 8px;
}

.r-changeinfo {
    border-left: 1px solid #dbe8f9;
}

.changeinfo a, .userSpecifications a {
    color: #fff !important;
    display: block;
    cursor: pointer;
    font-size: 14px;
    margin-top: 2px;
}

.info a:hover, .userSpecifications a:hover {
    color: #ffda00 !important;
}

.main_user_panel {
    margin-top: 16px;
    padding: 0 2rem;
}

.title-single {
    text-align: center;
    position: relative;
}

.title-single strong {
    background: #fff;
    border: 1px solid #ddd;
    color: #1b1b1b;
    max-width: 86%;
    display: inline-block;
}

.title-single:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #232f84;
    position: absolute;
    top: 15px;
    right: 0;
}

.l-changeinfo span:before {
    color: #ffda00;
}

.title-user-panel .title {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 9px 32px 9px 15px;
    font-size: 14px;
    position: relative;
}

.title-user-panel .title a {
    color: #333;
}

.title-user-panel .title a:hover {
    color: #232f84;
}

.title-user-panel .title strong:before, .title-user-panel .title a:before {
    position: absolute;
    right: 5px;
    top: 7px;
}

.r-title-user-panel .title strong:before {
    content: url('../IMG/icon-1.png');
}

/*.l-title-user-panel .title a:before {*/
/*    content: url('../IMG/icon-2.png');*/
/*}*/

.top_head {
    padding-top: 10px;
}

.img-user-panel {
    margin: 12px 0;
    border-radius: 5px;
    overflow: hidden;
}

aside.rightSidebar {
    padding-left: 0;
}

.myprofile-user-panel {
    display: none;
}

.title_Profile_status {
    margin: 30px 0;
}

.title_Profile_status strong {
    font-size: 20px;
    margin-bottom: 10px;
    color: #00509a;
}

.title_Profile_status small {
    color: #777;
    font-size: 14px;
}

.step-complete-profile {
    text-align: center;
    margin: 48px 0;
}

.img-step {
    position: relative;
}

.img-step img {
    position: relative;
    filter: grayscale(100%);
    max-height: 90px;
    opacity: .5;
}

.box-step.active .img-step img {
    filter: unset;
    opacity: 1;
}

.img-step:before {
    content: '';
    width: 40%;
    height: 2px;
    border-top: 1px dashed #9e9d9d;
    top: 41%;
    position: absolute;
    left: -26%;
}

.box-step:last-child .img-step:before {
    display: none;
}

.active .img-step:before {
    border-top: 1px dashed #00509a;
}

.box-step strong {
    display: block;
    font-size: 14px;
    margin-top: 12px;
    color: #888;
}

.box-step.active strong {
    color: #232f84;
}

.btn_Profile_status {
    margin-bottom: 45px;
}

.btn_Profile_status a {
    color: #ffda00;
    border-radius: 5px;
    padding: 7px 18px;
    background: #232f84;
    border: 1px solid #232f84;
    font-size: 14px;
}

.btn_Profile_status a:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffda00;
    position: relative;
    top: 4px;
    margin-right: 6px;
    font-size: 22px;
}

.btn_Profile_status a:hover {
    color: #232f84;
    background: transparent;
}

.btn_Profile_status a:hover:after {
    color: #232f84;
}

.txt-order-user-panel {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 3rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
}

.txt-order-user-panel p {
    display: inline;
    color: #555;
    font-size: 14px;
    line-height: 30px;
}

.txt-order-user-panel img {
    max-height: 25px;
}

.custom-shape-page {
    position: relative;
}

.custom-shape-page .shape-fill {
    fill: #f8f6f7;
}

/*register_technician*/
.register_technician {
    min-height: 230px;
    margin-top: 130px;
}

.custom-shape-register {
    position: relative;
}

.register_technician .list-group {
    flex-direction: row;
}

.register_technician .list-group a {
    width: 140px;
    text-align: center;
    font-size: 14px;
    padding: .7rem .5rem .9rem;
    border-radius: 20px 20px 0 0;
    border: none !important;
}

.register_technician .tab-content {
    background: #eee;
    padding: 4rem 35px 3rem;
    min-height: 200px;
    margin-bottom: 45px;
    border-radius: 0 0 20px 20px;
}

.register_technician .list-group-item.active {
    background-color: #00509a;
}

.register_technician .list-group-item {
    position: relative;
}

.register_technician .list-group-item:after {
    content: '';
    border-bottom: 10px solid #00509a;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-reg-form {
    margin-bottom: 38px;
}

.item-reg-form label {
    font-size: 13px;
    width: 108px;
}

.item-reg-form label span {
    color: red;
}

.item-reg-form input {
    width: calc(100% - 114px);
    background: #fff;
    border: none !important;
    border-radius: 30px;
    font-size: 13px;
    color: #777;
    padding: 6px 12px 5px;
}

.item-reg-form select {
    width: calc(100% - 114px);
    border: none !important;
    border-radius: 30px;
    font-size: 13px;
    color: #777;
}

select.sp-select {
    border: 1px solid #ddd;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('../img/arrow-down.png') !important;
    background-repeat: no-repeat, repeat !important;
    background-position: left .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    padding: 6px 12px 8px;
}

.l-reg-form {
    text-align: center;
    padding-right: 30px;
}

.l-reg-form img {
    max-height: 400px;
}

.button-reg-form {
    margin-top: 14px;
}

.button-reg-form button {
    background: #00509a;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding: 7px 22px 9px;
}

.button-reg-form button:hover {
    background: #232f84;
}

.title-reg-form {
    margin-bottom: 30px;
}

.item_reg label {
    width: 118px;
}

.item_reg input {
    width: calc(100% - 124px);
}

.training-course {
    display: flex;
}

.training-course label {
    width: 196px;
    font-size: 13px;
    position: relative;
    top: 4px;
}

.training-course div {
    width: 40%;
}

.training-course div input {
    background: #fff;
    border: none !important;
    border-radius: 30px;
    font-size: 13px;
    color: #777;
    padding: 6px 12px 5px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.field-activity .row {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.field-activity .col-field-activity label {
    background: #ece8e7;
    padding: 6px 17px 6px;
    font-size: 14px;
    width: 128px;
    text-align: center;
}

.field-activity .col-field-activity input, .field-activity .col-field-activity select {
    width: calc(100% - 134px);
    border: none !important;
    padding: 3px 12px;
    color: #777;
    font-size: 14px;
}

.field-activity .col-field-activity select {
    border: none !important;
}

.field-activity .col-field-activity {
    padding: 0;
}

.field-activity .col-field-activity:last-child input {
    border-radius: 30px 0 0 30px;
}

span.add-field-activity {
    display: block;
    font-size: 14px;
    color: #00509a;
    margin: 15px 0 20px;
    padding-right: 10px;
    cursor: pointer;
}

span.add-field-activity:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
    font-size: 12px;
}

.img-upload {
    background: #e6e4e5;
    width: auto;
    margin: 0 auto 20px;
    display: table;
    padding: 5px 30px;
    border-radius: 12px;
    min-height: 138px;
    line-height: 138px;
}

.img-upload img {
    max-height: 100px;
    border-radius: 12px;
}

span.star {
    color: red;
}

.input_upload {
    position: relative;
    width: 150px;
    height: 34px;
    margin: 12px auto;
    color: #00509a;
}

.input_upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.input_upload span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
}

.input_upload span:before {
    content: "\f093";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 8px;
}

#tab5 .r-reg-form {
    background: url('../IMG/backpic.png');
    background-size: cover;
}

.sp-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('../IMG/arrow-down.png') !important;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat, repeat !important;
    background-position: left .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
}

.tab__order__profile {
    margin: 20px 0;
}

.tab__order__profile #list-tab {
    flex-direction: row;
    padding: 0 8px;
    border-bottom: 1px solid #eee;
}

.tab__order__profile #list-tab a {
    display: inline-block;
    border: none;
    border-bottom: 2px solid transparent;
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: .5rem;
    font-size: 15px;
    margin: 0 5px;
}

.tab__order__profile .list-group-item.active {
    color: #777;
    border-bottom: 2px solid #3084ff !important;
}

.tab__order__profile .tab-pane {
    margin: 30px 0;
}

.box__order {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 20px 0 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
}

.top__box__order {
    padding: 0 15px 20px;
}

.r-top-box-order {
    padding-right: 30px;
}

.r-top-box-order h2 a {
    font-size: 18px;
    color: #555;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.r-top-box-order .d-block {
    margin-bottom: .5rem;
}

.r-top-box-order span, .r-top-box-order strong {
    font-size: 14px;
    color: #777;
}

.btm__box__order {
    background: #eaedf6;
    padding: 11px 14px 13px;
    font-size: 15px;margin-top: 20px;
    border-radius: 5px;
    margin: 0;
    margin-top: 20px;
}

.l-btm-box-order a {
    color: #232f84 !important;
    cursor: pointer;
}

.l-btm-box-order a:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.l-btm-box-order a:hover {
    color: #00509a;
}

.l-top-box-order img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
}

ul.menu-userSpecifications {
    margin: 20px 0 1rem;
    padding: 0 14px;
}

ul.menu-userSpecifications li {
    list-style: none;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    padding: 3px 4px 8px;;
}

ul.menu-userSpecifications li:last-child {
    border-bottom: none;
}

ul.menu-userSpecifications li a {
    color: #333 !important;
}

ul.menu-userSpecifications li a:hover {
    color: #00509a !important;
}

.Submitting-complaint {
    background: #00509a;
    text-align: center;
    padding: 12px 15px;
    border-radius: 5px;
}

.Submitting-complaint a {
    color: #fff !important;
    display: block;
    font-size: 14px;
}

.Submitting-complaint img {
    max-height: 30px;
    margin: 0 auto 8px;
    display: table;
}

.title-sec-profile {
    margin-bottom: 20px;
}

.content-sec-profile {
    margin-bottom: 40px;
}

.title-sec-profile strong {
    font-size: 21px;
}

.img_sec_profile {
    border-radius: 4px;
    overflow: hidden;
}

.img_sec_profile img {
    border-radius: 4px;
}

.txt_sec_profile {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    margin: -30px auto 0;
    z-index: 2;
    position: relative;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 4px 6px -1px, rgba(0, 0, 0, 0.01) 0px 2px 4px -1px;
}

.txt_sec_profile a {
    font-size: 16px;
    color: #333;
}

.txt_sec_profile a:hover {
    color: #232f84;
}

a.btn_sec_profile {
    position: absolute;
    background: #ffda00;
    color: #232f84;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    bottom: -22px;
    right: calc(50% - 20px);
    left: calc(50% - 20px);
}

.box_sec_profile:hover a.btn_sec_profile {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.slick-slider {
    direction: rtl !important;
}

.col_sec_profile {
    padding: 0 8px;
}

.content-sec-profile .slick-list {
    padding: 25px 0;
}

.relative {
    position: relative;
}

ul.ul-slide {
    position: absolute;
    top: 36%;
    width: 100%;
    left: 0;
    padding: 0;
}

ul.ul-slide li {
    list-style: none;
}

ul.ul-slide li i {
    font-size: 34px;
    color: #ccc;
}

ul.ul-slide li.slnext {
    width: 42px;
    height: 42px;
    left: -37px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}

ul.ul-slide li.slprev {
    width: 42px;
    height: 42px;
    right: -37px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}

.content-sec-profile2 .slick-list {
    padding: 20px 0;
}

.box-Special-services {
    text-align: center;
    padding: 0;
    border-radius: 20px;
    position: relative;
    border: 2px solid rgb(224, 224, 224);
    overflow: hidden;
}

a.title-Special-services {
    position: absolute;
    bottom: -9px;
    background: rgba(35, 47, 132, .7);
    width: 100%;
    padding: 8px 14px 17px;
    color: #fff;
    font-size: 15px;
}

.col-Special-services {
    padding: 0 8px;
}

strong.Set-up-account:before {
    content: url('../IMG/icon-2.png') !important;
}

form.content-myprofile-user {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 28px;
    margin: 6px 0 20px;
}

.item-myprofile {
    margin-bottom: 14px;
}

.item-myprofile label {
    font-size: 14px;
    width: 110px;
    color: #777;
}

.item-myprofile input[type="text"] {
    width: calc(80% - 110px);
    background: #f2f2f2;
    border-radius: 30px;
    border: none;
    font-size: 13px;
    color: #777;
    padding: 8px 12px;
}

.item-myprofile select {
    width: calc(80% - 110px);
    padding: 8px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f2f2f2 url('../img/arrow-down.png') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat, repeat !important;
    background-position: left .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    border-radius: 30px;
    border: none;
    font-size: 13px;
    color: #777;
}

.item-myprofile .sp-chek label {
    width: auto;
}

.item-myprofile .sp-chek {
    padding: 0 4px;
}

.l-content-myprofile-user img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.l-content-myprofile-user button {
    font-size: 14px;
    display: table;
    margin: 0 auto;
    color: #ffbf00;
    background: transparent;
    border: 1px solid #ffbf00;
    border-radius: 5px;
    padding: 6px 14px 9px;
}

.l-content-myprofile-user button:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.l-content-myprofile-user button:hover {
    color: #00509a;
    border: 1px solid #00509a;
}

/*technician panel*/
.l_top_head ul li a.talk:before {
    content: "\f0e6";
}

.l_top_head ul li a.work:before {
    content: "\f0ae";
}

.l_top_head ul li a.Income:before {
    content: "\f09d";
}

.tech-panel {
    display: none;
}

.my-work {
    display: block;
}

.box-my-work {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 1.5rem !important;
}

.status-my-work.pending {
    background: #87d0a3;
}

.status-my-work.Suspension {
    background: #ae85d1;
}

.status-my-work.Checkout_time {
    background: #cfac86;
}

.status-my-work.coming {
    background: #5f9ea0;
}

.status-my-work.present {
    background: #00cccc;
}

.status-my-work.serving {
    background: #9999ff;
}

.status-my-work.cancel {
    background: #636363;
}

.status-my-work.return_order {
    background: #ff4d4d;
}

.status-my-work.fixed_return {
    background: #ffa64d;
}

.status-my-work.replace {
    background: #3333ff;
}

.status-my-work {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 5.3333333333%;
}

.status-my-work span {
    transform: rotate(90deg);
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
}

.row-box-work {
    padding: 0 12px;
}

.content-my-work {
    padding: 20px;
    flex: 0 0 auto;
    width: 94.6666666667%;
}

.r-content-work h2.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.info-content-work ul {
    padding: 0;
    margin: 0 0 12px;
}

.info-content-work ul li {
    list-style: none;
    font-size: 14px;
    line-height: 32px;
}

.info-content-work ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #cccaca;
    margin-left: 6px;
    position: relative;
    top: 2px;
    font-size: 17px;
}

.info-content-work ul li.adrs:before {
    content: "\f041";
}

.info-content-work ul li.time:before {
    content: "\f017";
}

.info-content-work ul li.customer:before {
    content: "\f2be";
}

.order-code {
    margin: 25px 0 12px;
}

.order-code span {
    background: #ebf0f6;
    border-radius: 5px;
    padding: 9px 20px 11px;
    font-size: 15px;
}

.remaining-time span {
    font-size: 13px;
}

.remaining-time span:before {
    content: "\f252";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00509a;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.l-content-work {
    position: relative;
}

.view-details {
    position: absolute;
    bottom: 8px;
    left: 30px;
}

.view-details a {
    font-size: 14px;
    display: table;
    margin: 0 auto;
    color: #ffbf00;
    background: transparent;
    border: 1px solid #ffbf00;
    border-radius: 5px;
    padding: 6px 14px 9px;
    cursor: pointer;
}

.view-details a:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.view-details2 {
    position: absolute;
    bottom: 8px;
    left: 30px;
}
.remaining-time {
    text-align: right;
    padding-right: 8px;
    font-size: 14px;
    padding-left: 7px;
}

.view-details a:hover {
    color: #00509a;
    border: 1px solid #00509a;
}

/*new*/
.content-user-panel {
    margin-bottom: 3rem;
}

.r-top-box-order strong:before {
    content: "\f0a3";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffda00;
    position: relative;
    top: 1px;
    margin-left: 3px;
    font-weight: bold;
}

.View-order-details {
    display: none;
}

a.link-order-details {
    font-size: 14px;
    border: 1px solid #232f84;
    padding: 4px 12px;
    border-radius: 5px;
    margin: 0 2px;
    color: #232f84;
}

a.link-order-details:hover {
    border: 1px solid #00509a;
    color: #00509a;
}

.Tracking-Code {
    margin: 15px 0;
    padding: 0 6px;
    font-size: 14px;
}

.order-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
    margin-bottom: 15px;
}

.center-col-order-box strong {
    font-size: 16px;
    margin: 12px 0;
    color: #555;
}

.r-col-order-box a {
    font-size: 14px;
    color: #777;
}

.r-col-order-box a #techProfileA:before {
    content: "\f06e";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00509a;
    position: relative;
    top: 1px;
    margin-left: 6px;
}

.r-col-order-box a:hover {
    color: #00509a;
}

.l-col-order-box span {
    font-size: 14px;
}

.l-col-order-box span:before {
    content: "\f0f6";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00509a;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.price-order-box {
    background: #eaedf6;
    padding: 11px 14px 13px;
    font-size: 15px;
    text-align: center;
    color: #232f84;
}

.order-box .row {
    padding: 20px 12px 0;
}

.r-col-order-box {
    padding-right: 23px;
    position: relative;
}

.l-col-order-box {
    padding-left: 23px;
}

.design-accordion .accordion-item {
    border: none;
}

.design-accordion button.accordion-button {
    background: #fff;
    border-radius: 5px !important;
    font-size: 14px;
    box-shadow: 0 1px 3px #232f8487 !important;
}

.design-accordion button.accordion-button:not(.collapsed) {
    background: #232f84;
    color: #fff;
}

.design-accordion button.accordion-button:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #333;
    background-image: none;
    font-size: 20px;
}

.design-accordion button.accordion-button:not(.collapsed):after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffda00;
    background-image: none;
    transform: unset;
    font-size: 20px;
}

.design-accordion button i {
    font-size: 17px;
    margin-left: 5px;
    color: #00509a;
}

.design-accordion button.accordion-button:not(.collapsed) i {
    color: #ffda00;
}



button.accordion-button.collapsed.collapsed1 {
    background: #232f84 !important;
    color: #fff !important;
}
button.accordion-button.collapsed.collapsed1 i {
    color: #ffda00 !important;
}

button.accordion-button.collapsed.collapsed1:after {
    content: "\f106" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #ffda00 !important;
    background-image: none !important;
    transform: unset !important;
    font-size: 20px !important;
}



.btn-View-order-details {
    margin-top: 30px;
    text-align: left;
}

.btn-View-order-details button {
    font-size: 14px;
    color: #00509a;
    background: transparent;
    border: 1px solid #00509a;
    border-radius: 5px;
    padding: 6px 14px 9px;
}

.btn-View-order-details button:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.btn-View-order-details button:hover {
    color: #232f84;
    border: 1px solid #232f84;
}

.design-accordion .accordion-body ul {
    margin: 0;
    padding: 0;
}

.design-accordion .accordion-body ul li {
    font-size: 14px;
    line-height: 26px;
    padding: 3px 12px;
    list-style: none;
}

.design-accordion .accordion-body ul li:before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00509a;
    margin-left: 3px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.design-accordion .accordion-body ul li span.desc {
    color: #777;
}

p.desc-factor {
    font-size: 14px;
    line-height: 27px;
    padding: 0 10px;
}

.r-col-order-box strong.name-user {
    margin: 12px 0 16px;
    font-size: 16px;
    color: #555;
}

.r-col-order-box span.heart {
    position: absolute;
    top: 0;
    right: 0px;
}

.r-col-order-box span.heart i {
    font-size: 20px;
    color: red;
}

.end-col-order-box {
    padding-left: 30px;
}

.end-col-order-box span.status {
    display: block;
    font-size: 15px;
    color: #3084ff;
    margin-bottom: 20px;
}

.end-col-order-box span.your-rate {
    color: #1ec664;
    font-size: 14px;
}

.end-col-order-box .rate {
    margin: 12px 0;
}

.end-col-order-box .rate span:nth-child(1), .end-col-order-box .rate span:nth-child(3) {
    background: #eff2f7;
    font-size: 13px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin: 0 5px;
}

.box-rate {
    margin-bottom: 12px;
    direction: ltr;
}

.box-rate span {
    margin-right: 1px;
    color: #ffda00;
}

.after-payment {
    display: none;
}

/*swith button*/
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
    top: 5px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #36ad68;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 9px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00509a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 13px;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

span.off {
    width: 80px;
    left: 88%;
}

span.on {
    left: 41%;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*end switch button*/
.btn-after-payment {
    margin-top: 25px;
}

.r-btn-payment button {
    background: #00509a;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
}

.r-btn-payment button:hover {
    background: #232f84;
}

.l-btn-payment a {
    background: #232f84;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    margin-left: 5px;
    position: relative;
    bottom: 9px;
}

.l-btn-payment a:hover {
    background: #00509a;
}

.l-btn-payment a:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.Submitting_complaint {
    display: none;
}

.content_Submitting_complaint {
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 14px;
    margin: 0 0 5px;
}
.content_Submitting_complaint .item-myprofile label {
    width: auto;
    padding-left: 14px;
}

.content_Submitting_complaint .item-myprofile select {
    width: calc(50% - 110px);
}

.content_Submitting_complaint textarea {
    background: #f2f2f2;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    color: #777;
    padding: 8px 12px;
    width: 100%;
    min-height: 180px;
    margin-top: 6px;
}

.content_Submitting_complaint .special-check {
    padding: 0 3px;
}

.content_Submitting_complaint .special-check label {
    font-size: 14px;
    padding-right: 4px;
}

.content_Submitting_complaint .special-check input {
    position: relative;
    right: 3px;
}

.btn_Submitting_complaint {
    text-align: left;
}

.btn-style {
    border: none;
    background: #00509a;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 24px 10px;
}

.btn-style:hover {
    background: #232f84;
}

/*.upload-complaint{display: flex;align-items: center;}*/
/*.upload-complaint .img-upload{margin:0;padding: 0;background: transparent;}*/
/*.upload-complaint .img-upload img{max-height:70px;}*/
ul.menu-userSpecifications li i {
    font-size: 15px;
    margin-left: 8px;
    color: #00509a;
}

.support_content {
    display: none;
}

.r-title-user-panel .title strong.no-icon:before {
    display: none;
}

.r-title-user-panel .title strong.no-icon i {
    color: #2b3791;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 9px;
}

.content-style {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 28px;
    margin: 6px 0 20px;
}

.col_support_incontent ul.info__contact {
    padding: 0;
    margin: 25px 0 0;
}

.col_support_incontent ul.info__contact li {
    list-style: none;
    line-height: 38px;
}

.col_support_incontent ul.info__contact li span {
    color: #00509a;
    padding-right: 11px;
    font-size: 15px;
}

.col_support_incontent ul.info__contact li i {
    font-size: 18px;
}

.Introduce-friend {
    display: none;
}

.Introduce-link {
    display: flex;
}

.r-Introduce-link {
    margin-right: auto;
    border: 1px solid #ddd;
    border-left: none;
    padding: 8px 12px;
    border-radius: 0 5px 5px 0;
    background: #eaedf6;
}

.r-Introduce-link a {
    color: #333;
    font-size: 14px;
}

#tellNum:hover {
    color: white;
}

.l-Introduce-link {
    background: blanchedalmond;
    padding: 8px 12px;
    border-radius: 5px 0 0 5px;
}

.l-Introduce-link a {
    color: #fff;
    font-size: 14px;
}

.l-Introduce-link:hover {
    background: blanchedalmond;
}

.l-Introduce-link a i {
    margin-left: 5px;
}

h3.title-style {
    font-size: 18px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

p.desc-style {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0 20px;
}

.social-Introduce {
    margin: 20px 0 30px;
}

.social-Introduce a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
}

.social-Introduce a.telegram {
    background: #2ca5e0;
}

.social-Introduce a.whatsapp {
    background: #29a628;
}

.social-Introduce a.twitter {
    background: #00aced;
}

.social-Introduce a.facebook {
    background: #3b5998;
}

.social-Introduce a.envelope {
    background: #3490f3;
}

.Selected-specialists, .Credit-payment {
    display: none;
}

.content-style table tr th, .content-style table tr td {
    font-size: 13px;
    text-align: center;
}

.content-style table thead tr {
    background: #eaedf6;
}

.content-style table tr th {
    color: #2b3791;
    border-bottom: 1px solid #ccd5f0 !important;
}

span.Bag-inventory {
    background: #00509a;
    color: #fff;
}

.top-Credit-payment {
    margin-bottom: 20px;
}

span.Bag-inventory {
    background: #00509a;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 7px;
}

.col-top-Credit .Bag-inventory i {
    color: #ffda00;
    margin-left: 4px;
}

span.Increase-credit {
    background: #232f84;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 7px;
    cursor: pointer;
}

span.Increase-credit i {
    color: #ffda00;
    margin-left: 4px;
    position: relative;
    top: 1px;
    left: 5px;
}

.top-Credit {
    margin-bottom: 20px;
}

.advertising {
    border-radius: 20px;
    margin-right: 10px;
    border: 3px solid rgb(218, 218, 218);
    margin-top: 15px;
}

.action-btn {
    left: 0 !important;
}

.side-box i.fa {
    color: #00509a;
    margin-left: 7px;
    font-size: 17px;
}

.side-box h5 {
    font-size: 17px;
    color: #00509a;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.side-box h6 {
    font-size: 15px;
    padding-right: 27px;
    line-height: 24px;
    color: #777;
}

ul.technician-props-list li a:hover {
    color: #00509a;
}

#Categories.index_category {
    margin-top: 35px !important;
}

.index_category#Categories .category-box {
    background-color: transparent !important;
    padding: 0;
    border: none;
}

#blog .container {
    margin-bottom: -70px;
}

#Categories.index_category .category-box .box-heading {
    margin-top: 26px !important;
}

#Categories.index_category .category-box .box-heading a {
    font-size: 18px;
    color: #333;
}

#Categories.index_category .category-box .box-heading a:hover {
    color: #232f84;
}

#Categories.index_category .category-box img {
    margin-bottom: 0 !important;
}

.index_category .img-category-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
    padding: 30px 20px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
}

.index_category .category-box:hover .img-category-box {
    background: #ffda00;
}

.index_category .container .row {
    padding: 0 4rem;
}

.box__upload {
    display: table;
    margin: 0 auto;
    width: 170px;
    height: 34px;
    position: relative;
}

.box__upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0
}

.box__upload button {
    position: absolute;
    top: 0;
    right: 0;
}

.services-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .07);
}

#testimonial .testimonial-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .07);
}

form.Increase_credit div label {
    width: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

form.Increase_credit div input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 2px 12px;
    border-radius: 4px;
    color: #777;
    font-size: 14px;
}

.design-modal .modal-header {
    background: #eaedf6;
}

.design-modal .modal-header h5 {
    font-size: 18px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.design-modal .modal-header button {
    border: none;
    background: transparent;
}

form.Increase_credit button {
    display: table;
    margin: 15px auto 8px;
    background: #00509a;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 7px 16px;
    border-radius: 4px;
}

form.Increase_credit button:hover {
    background: #232f84;
}

.box-Expert {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
    padding: 10px 20px 22px;
}

.content-Selected-specialists {
    margin-top: 20px;
}

.r-box-Expert img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.l-box-Expert h2 {
    height: 34px;
    overflow: hidden;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.l-box-Expert h2 a {
    color: #333;
    font-size: 16px;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.l-box-Expert h2 a:hover {
    color: #232f84;
}

.l-box-Expert .box-rate {
    direction: rtl;
    margin-bottom: 0;
}

.box-ViewProfile {
    margin-top: 15px;
}

.box-ViewProfile a {
    font-size: 13px;
    background: #00509a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
}

.box-ViewProfile a:hover {
    background: #232f84;
}

.l-box-Expert span.desc {
    font-size: 14px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*modal css*/
.custom-modal-wrapper {
    text-align: right;
    direction: rtl;
}

.custom-list-group-item.active {
    border-color: #FFDA00 !important;
    color: #000 !important;
    background-color: #f9f1f1 !important;
}

.custom-cancel-btn {
    color: #1d1d1d;
    background-color: #f5f9fc;
    border: 1px solid transparent;
    padding: .375rem 1.6rem;
    font-size: 1rem;
    border-radius: .25rem;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-*/
}

.custom-submit-btn {
    color: #fff;
    background-color: #00509a;
    border: 1px solid transparent;
    padding: .375rem 1.6rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.custom-nav {
    flex-direction: unset !important;
}

.explain-about-yourself {
    border: none !important;
    height: 200px !important;
}

.upload-profile-wrapper {
    position: relative;
}

.upload-profile-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1
}

.custom-input {
    background-color: #eeeeee !important;
    border-radius: 50rem !important;
}

.custom-switch-wrapper {
    position: relative;
}

.custom-switch-label {
    /*position: absolute;*/
    /*left: 38px;*/
    /*top: 10px;*/
    margin: 8px 12px 0 0;
}

.custom-switch-input {
    background-color: #00509A;
    width: 5.2em !important;
    height: 2.2em !important;
}

.form-check-input:checked {
    background-color: #36AD68;
    border-color: #36AD68;
}

.custom-form-range {
    padding: 1rem 2rem !important;
}

/*comment custom range*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        overflow: hidden;
        -webkit-appearance: none;
        background-color: #918e8e;

    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #13bba4;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background-color: #918e8e;
        box-shadow: -80px 0 0 80px #43e5f7;
    }

}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}

input[type="range"]::-moz-range-track {
    background-color: #918e8e;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #918e8e;
}

.custom-search-input {
    border: 1px solid #f7ecec !important;
}

.custom-accordion {
    box-shadow: none !important;
    background: #eaedf6 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.design-accordion button i {
    font-size: 17px;
    margin-left: 5px;
    color: #00509a;
}

.recorded-notes-btn {
    background-color: #99a0b0 !important;
    color: white !important;
    padding: .375rem .75rem !important;
}

.title-my-accordion {
    background: #eaedf6;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.title-my-accordion strong {
    font-weight: normal;
}

/*.title-my-accordion strong:after{content: "\f107";font: normal normal normal 14px/1 FontAwesome;float: left;position: relative;top: 2px;font-size: 20px;}*/
.content-my-accordion {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 300ms ease-out 0s;
    position: absolute;
}

.content-my-accordion.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    position: relative;
}

.title-my-accordion.titr-design {
    background: #232f84;
}

.title-my-accordion.titr-design strong {
    color: #fff;
}

/*.title-my-accordion.titr-design strong:after{content: "\f106";color: #ffda00;}*/

/*ticket style*/
.content-ticket {
    padding: 0 15px;
}

.content-ticket {
    padding: 0 3rem;
}

.head-ticket {
    border: 1px solid #7bb1df;
    background: #eff6fc;
    padding: 10px 5px 12px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.head-ticket {
    margin-bottom: 20px;
}

.view-ticket span {
    font-size: 14px;
}

.view-ticket strong {
    padding-right: 7px;
    font-size: 15px;
}

.return-back {
    text-align: left;
}

.return-back a {
    color: #5786ae;
}

.return-back a:hover {
    color: #3d6180;
}

.return-back a {
    font-size: 14px;
}

.in-content-ticket .info-ticket .col-sm-6 {
    margin-bottom: 8px;
}

.in-content-ticket {
    padding: 0 2rem;
    margin-bottom: 40px;
}

.in-content-ticket {
    padding: 0;
}

.title-ticket {
    border-bottom: 1px solid #72b9e5;
    padding: 0 8px 12px;
}

.title-ticket strong {
    font-size: 15px;
}

.info-ticket {
    margin: 12px 0 20px;
    font-size: 13px;
}

.info-ticket span b {
    padding-right: 5px;
}

.in-content-ticket .info-ticket .col-sm-6 {
    margin-bottom: 8px;
}

form.send-ticket input[type="submit"] {
    margin-right: auto;
    display: table;
}

.upload-send-ticket {
    display: block !important;
    margin-bottom: 30px;
}

form.send-ticket {
    margin-bottom: 50px;
}

form.send-ticket textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin-bottom: 20px;
    min-height: 140px;
}

form.send-ticket input {
    display: inline-block;
    width: 184px;
    margin-left: 5px;
}

form.send-ticket input[type="submit"] {
    background: #72b9e5;
    color: #fff;
    border: none;
    padding: 3px 30px 7px;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
}

form.send-ticket input[type="submit"]:hover {
    background: #72b9e5;
}

.upload-send-ticket {
    position: relative;
}

.upload-send-ticket input {
    position: relative;
    z-index: 1;
    opacity: 0;
}

.in-upload-send-ticket {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.in-upload-send-ticket label {
    font-size: 14px !important;
    display: inline-block !important;
}

.in-upload-send-ticket span {
    font-size: 14px;
    background: #747579;
    color: #fff;
    display: inline-block;
    padding: 5px 21px 7px;
    border-radius: 3px;
}

.item-send-ticket {
    margin-bottom: 16px;
}

form.send-ticket label {
    display: block;
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
}

.item-send-ticket input, .custom-select {
    width: 100% !important;
    height: 38px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 12px 4px;
    color: #777;
}

.item-send-ticket .custom-select input {
    width: 97% !important;
}

.form-step1 .form-Location-reg .item-send-ticket {
    flex: 0 0 100%;
    max-width: 100%;
}

.title-box-ticket img {
    max-height: 40px;
}

.box-ticket {
    box-shadow: 0px 1px 3px 0 #bebebe;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
}

.head-box-ticket {
    border: 1px solid #72b9e5;
    background: #fffafd;
    padding: 9px 12px;
}

.head-box-ticket img {
    max-height: 40px;
    margin-left: 7px;
}

.content-box-ticket {
    padding: 20px 30px;
}

.content-box-ticket strong.title-box-ticket {
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
}

.content-box-ticket p {
    font-size: 14px;
    line-height: 28px;
}

.content-box-ticket {
    padding: 20px 10px;
}

.attached-file {
    margin-top: 12px;
    font-size: 14px;
}

.attached-file a {
    padding-right: 12px;
    color: #72b9e5;
    font-family: "IRANYekan-Medium";
}

.attached-file a:hover {
    color: #5786ae;
}

.top-ticketContent {
    background: #f2f2f2;
    margin-bottom: 25px;
    padding: 7px 12px 10px;
    border-radius: 2px;
}

.top-ticketContent a {
    color: #888;
    font-size: 14px;
}

.top-ticketContent a:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2cb077;
    position: relative;
    top: 1px;
    margin-left: 7px;
    font-size: 12px;
}

.subcat-intro-img {
    position: relative;
    background: rgba(0, 0, 0, .2);
}

.on-subcat-intro-img {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -30px;
    min-height: 200px;
}

.subcat-intro-img img {
    width: 100%;
}

.on-subcat-intro-img .subcat-search-box {
    margin: 25px auto 0;
}

.on-subcat-intro-img h1#headerNameHolder {
    background: rgba(0, 0, 0, .5);
    padding: 10px 30px;
    font-size: 26px !important;
    color: #fff;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    margin-top: 45px !important;
    margin-bottom: 15px !important;
}

#searchCityModal .modal-content {
    max-height: 93vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#searchCityModal form {
    width: 100%;
    position: relative;
}

#searchCityModal form:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #232f84;
}

#searchCityModal form input {
    padding-right: 37px;
}

#searchCityModal .modal-header {
    border-bottom: none;
}

#searchCityModal #searchingCities {
    padding-right: 12px;
}

#searchingCities li.searchA {
    list-style: none;
    line-height: 2em;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 7px 4px;
}

#searchingCities li.searchA:last-child {
    border-bottom: none;
}

#searchingCities li.searchA:hover {
    cursor: pointer;
    color: #232f84;
}

#searchingCities li.searchA a {
    display: block;
}

#blog .card-text {
    max-height: 89px;
    overflow: hidden;
    margin-bottom: 15px;
}

#blog .card p {
    font-size: 13px;
    line-height: 22px;
}

.alopiping_factor .logo img {
    max-height: 100px;
}

.alopiping_factor {
    padding: 0px;
}

.title-factor h1 {
    text-align: center;
    font-size: 24px;
    margin-top: 45px !important;
    margin-bottom: 15px !important;
}

.title_factor {
    text-align: center;
}

.title_factor strong {
    color: #232f84;
    background: #ffda00;
    padding: 3px 12px;
    border-radius: 8px;
}

.technician-Box {
    border: 1px solid #287ac6;
    margin: 12px 0;
    border-radius: 5px;
    position: relative;
    display: flex;
    min-height: 80px;

}

.l-col-technician-Box {
    padding: 10px 13px 10px 10px;
    display: inline-block;
    width: 100%;
}

.r-col-technician-Box {
    display: inline-block;
    width: 40px;
    background: #232f84;
}

.r-col-technician-Box span {
    transform: rotate(-90deg);
    display: block;
    top: 24px;
    position: relative;
    color: #ffda00;
    white-space: nowrap;
}
.alopiping_factor span.title {
    font-size: 13px;
    color: #287ac6;
}

.alopiping_factor span.desc {
    padding-right: 5px;
    display: inline-block;
    font-size: 13px;
    text-align: right;
}

.container-factor {
    max-width: 1100px;
}

.alopiping_factor table tr td, .alopiping_factor table tr th {
    text-align: center;
}

.alopiping_factor table thead tr {
    background: #232f84;
}
.alopiping_factor table thead tr th {
    color: #ffda00;
    font-weight: normal;
}

.alopiping_factor table {
    border: 1px solid #105595;
}

.alopiping_factor table td.no-border {
    border: none;
    border-bottom: 1px solid #fff;
}

.alopiping_factor span.number {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #105595;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.alopiping_factor .td-title {
    font-size: 14px;
    color: #555;
}

#searchCityModal .modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
}

.col-item-reg #citySelect {
    display: flex;
    align-items: center;
}

.r-reg-form .button-upload .sp-desc {
    font-size: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: solid #ddd 1px !important;
}

.loop-section .container, #How-Work .container, #testimonial .container, #blog .container {
    max-width: 1163px;
}

a {
    color: #232f84;
}

.other-serv-swipper .swiper-slide {
    border: none !important;
}

.strong-bold-box strong {
    font-weight: bold;
}


.title-user-panel{align-items: center;}

.back-bt a{background: #00509a;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 14px;}

@media (max-width: 1350px) {
    .btn_left_swiper {
        left: 0 !important;
    }

    .btn_right_swiper {
        right: 0 !important;
    }
}

@media (max-width: 1250px) {
    .btn_left_swiper {
        left: -10px !important;
    }

    .btn_right_swiper {
        right: -10px !important;
    }
}

@media (max-width: 600px) {
    .l-col-technician-Box .col-4 {
        width: 100%;
    }
}


#Popular h4.h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#testimonial h4.h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
#testimonial span.h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
    display:block;
}
#testimonial2 span.title-customer-comment{font-size: 19px;display: block;margin-bottom: .5rem;color: #626262; margin-top: 0px !important;}

/*css-mosayebi*/


.register_technician .tab-content {
    margin-top: 42px;
}

.tableTitle {
    min-width: auto !important;
}

#contact-us {
    margin-top: 70px !important;
}

.filter-box-wrapper .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
}


#work-with-us {
    margin-top: 38px !important;
}

.contact-form-wrapper {
    padding: 30px !important;
    margin: 38px auto 0 !important;
}

#contact-us span {
    font-family: Vazir, sans-serif !important;
}

.content_subcategory .r-content_subcategory .card-subcat img.card-img-top {
    height: 250px;
    width: 100%;
}

#Popular .swiper-pagination3 {
    margin-top: 0;
    margin-bottom: 0;
}

.intro h3 {
    font-size: 22px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.how-box img {
    width: 100px;
    margin-bottom: 21px;
}


#Discounts h4.text-center {
    margin-bottom: 0;
    font-size: 20px;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#Discounts h4.text-center::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #2135c1ad;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#Discounts h4.text-center::before {
    content: "";
    width: 45px;
    height: 2px;
    background: #2135c1ad;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#work-with-us h4.h2 {
    font-size: 22px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#work-with-us h5 {
    font-size: 18px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#work-with-us p {
    font-size: 16px;
}

.faq-box {
    box-shadow: 0 1px 5px gray;
    background: #f7f7f7;
    padding: 1px 15px 15px;
    border-radius: 7px;
}


.gtco-testimonials .center h5 {
    font-size: 16px !important;
    margin-bottom: 15px;
    margin-top: 30px !important;
}

.form-control {
    font-size: 14px;
}

#replaceBut button {
    font-size: 14px !important;
}

.about-box h3 {
    font-size: 22px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.tel-box {
    font-size: 14px !important;
}

#dropdownMenuButton {
    font-size: 14px !important;
    /*border-radius: 30px;*/
    border-color: #00509a !important;
}

.navbar-brand {
    margin-left: 30px !important;
}


#navbarSupportedContent li.nav-item a {
    padding: 20px 10px !important;
}

nav.navbar ul.navbar-nav li a span {
    padding: 0 10px 0;
}

#Categories.index_category .category-box .box-heading {
    margin-top: 12px !important;
    font-size: 16px !important;
}

#Categories.index_category .category-box .box-heading a {
    font-size: 16px;
}

h4.caption-right {
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
}
span.caption-right {
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
}

.box-caption {
    display: inline-flex;
    align-items: center;
    width: auto;
    background: linear-gradient(to right, #182897, #56c2f4, #182897);
    border-radius: 50px 0 50px;
    padding: 8px 36px 8px 36px;
    margin-bottom: 15px !important;
    box-shadow: -2px 4px 7px #3336;
    margin-top: 30px !important;
}


.box-caption img {
    margin-left: 8px;
    border-left: 1px solid #f9f9f991;
    padding-left: 8px;
}

#Popular1, #Popular3 {
    padding-bottom: 30px;
    margin-bottom: 25px;
}


#testimonial h4.caption-right {
    color: #626262 !important;
}

#testimonial span.caption-right {
    color: #626262 !important;
}

#blog h4.caption-right {
    color: #848484 !important;
}

#How-Work {
    padding-top: 0px !important;
}

#How-Work .how-box h5 {
    color: #232f84;
    min-height:auto;
    overflow: hidden;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
}
#How-Work .how-box p {
    height: 74px;
    overflow: hidden;
    margin-top: 5px !important;
    font-size: 14px;
}

#blog h6, #How-Work h6 {
    margin-bottom: 12px;
}

.tel-box, .login-box {
    font-size: 13px;
}

.services-box a {
    width: 100%;
}

.swiper-button-prev-unique4 {
    font-size: 33px !important;
}

.swiper-button-next-unique4 {
    font-size: 33px !important;
}

#subcat {
    margin-top: 82px !important;
}

.intro2 {
    padding-top:38px;
    background: #000;
    position: relative;
}

.intro2 img {
    opacity: .5;
    width: 100%;
    height: 100%;
}

.conat-search {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    float: none;
    display: block;
    right: 0;
    left: 0;
    width: 66%;
}

.waveWrapperInner {
    background: linear-gradient(0deg, rgb(128, 128, 128), rgb(128, 128, 128)), url("https://alopiping.com/upload/setting/man.jpg") !important;
    /*1636456518provinceCity.png*/
}

/*.waveWrapper{height: 190px !important;}*/

.swiper-button-prev-unique2, .swiper-button-prev-unique3 {
    margin-right: 3vw !important;
    font-size: 22px !important;
}

.swiper-button-prev-unique4 {
    font-size: 22px !important;
}

.swiper-button-prev-unique {
    font-size: 22px !important;
}

.swiper-button-next-unique {
    font-size: 22px !important;
}

.swiper-button-next-unique2, .swiper-button-next-unique3 {
    margin-left: 3vw !important;
    font-size: 22px !important;
}

.swiper-button-next-unique {
    font-size: 22px !important;
}

.swiper-button-next-unique4 {
    font-size: 22px !important;
}


#How-Work .container {
    display: table;
    margin-top: 15px;
}

.row-how {
    text-align: center;
}

.row-how .how-box .col-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.content-how {
    background: #eaedf6;
    padding: 50px 10px 10px;
    border-radius: 12px;
    margin-top: -60px;
}

#How-Work .content-how p {
    height: auto !important;
    min-height: 96px;
}
.telA {
    float: right !important;
}


.intro2 .search-box {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px 26px;
    width: 80%;
    border-radius: 22px;
    box-shadow: rgb(241 242 243 / 30%) 0px 5px 30px;
    margin: 0 auto;
    scrollbar-width: thin !important;
}

.intro2 h3 {
    font-size: 22px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.intro2 .form-control, .intro .search-btn {
    border-radius: 15px;
}

.intro2 .form-control, .intro .search-btn {
    border-radius: 15px;
}

.intro2 .form-control, .intro2 .search-btn {
    border-radius: 15px;
}


.dropdown {
    float: right;
}

#formRequest.steps fieldset .into-form {
    height: 286px !important;
    overflow-y: scroll;
    padding: 0px 10px 0px !important;
    display: block !important;
    scrollbar-width: thin;
}


.handleOptions {
    overflow-y: auto;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0 10px !important;
}


#areaFieldset .handleOptions {
    overflow-y: auto;
    scrollbar-width: thin;
    height: 300px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0px 15px 0px;
}

.bo.handleOptions {
    padding: 0px 15px 0px !important;
}


.btn-Registration-status a.btn span.fa-undo {
    margin-left: 5px !important;
    color: #232f84 !important;
    font-size: 14px !important;
}


#Popular .container {
    overflow: hidden;
    position: relative;
    padding: 0px 2rem !important;
    padding-top: 26px !important;
}


#Popular .swiper-slider-serv {
    overflow: hidden;
}


.swiper-button-prev-serv {
    margin-right: 0 !important;
    z-index: 1;
}

.swiper-button-next-serv {
    margin-left: 0 !important;
    z-index: 1;
}

#hire-now {
    margin-top: 16px;
    margin-bottom: 30px;
}

#Popular .swiper-pagination3 {
    display: none !important;
}

#faq h2 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 35px !important;
}

.sec-info-tell a.dropdown-item {
    font-size: 14px !important;
}

.section-serv-profile .slick-slide img {
    height: 194px;
}


.title-my-accordion {
    position: relative;
}


.my-accordion .title-my-accordion::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #333;
    background-image: none;
    font-size: 20px;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    position: absolute;
    left: 17px;
    top: 15px;
    cursor: pointer;
}

.my-accordion .title-my-accordion.titr-design::after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #ffda00;
    background-image: none;
    transform: unset;
    font-size: 20px;
}
.title-h {
    display: block;
    margin-bottom: 15px;
    margin-top: 35px;
    font-size: 18px;
}

.multiple-items.slick-slider{direction: ltr !important;}

.slick-prev:before{content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    box-sizing: border-box;
    font-size: 22px !important;}

.slick-next:before{content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    box-sizing: border-box;
    font-size: 22px !important;}



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #575757;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}


#formRequest .modal-title {
    font-size: 14px !important;
    color: #333;
}

.edt-num{float: left;
    color: #00509a;
    border-bottom: 1px dashed #00509a;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    padding: 0;
    margin: 0;}

#map-meForm ul,#takhasos-meForm ul{max-height: 134px;
    overflow-y: auto;
    scrollbar-width: thin;}

#resendCode{display: block;
    float: none;
    color: rgb(0, 80, 154);
    border: 0;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    font-size: 15px;
    background: transparent;
    border: 0;}


#formRequest .modal-body label{font-size: 14px;
    text-align: center;
    margin: 0 auto 10px;
    display: block;}


#formRequest .sp-check{padding-right: 0;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;}


li.li-has-sub a span:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: 1px;
    right: 4px;
}
nav.navbar ul.navbar-nav li {
    position: relative;
}
.for-mo li.li-has-sub a span:after {
    display: none;
}
#dropdownMenuButton{font-size: 13px !important;
    height: 33px;}
.accordion-button{font-size: 14px;}

#list-tab3 #list-tab .list-group-item {
    padding: .5rem .1rem !important;
    font-size: 14px;
}
.btn.bt-f{background: #188c57 !important;}
.btn.bt-gh{background-color: #eaa92c !important;;}
#abouteMeForm .mt-5 {
    margin-top: 0 !important;
}
.select2-container .select2-selection--multiple {
    height: auto !important;
    border-radius: 3px !important;
}


#view-details{float: right;
    margin-left: 5px;}

.fixed-tel{
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1;}

.pulse i {
    color: #fff;
    font-size: 26px}
.pulse {
    height: 60px;
    width: 60px;
    background-color: #00509a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #007cee;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
}
.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #00509a;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0.3s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}




@media only screen and (min-width: 1680px) {
    .subcat-intro {
        min-height: 350px !important;
    }

    .navbar .container-fluid {
        max-width: 1366px !important
    }

    .index_category .container .row {
        padding: 0;
    }

    .category-box img {
        width: 150px !important;
        height: 150px !important;
        max-height: 150px !important;
    }

    .container {
        max-width: 1366px !important
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 0 !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 0 !important;
    }

    .swiper-button-prev-unique1, .swiper-button-next-unique1 {
        font-size: 33px !important;
    }

    #Discounts .container {
        padding: 0px 2rem;
    }

    #Popular1 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider1 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique1 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique1 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular2 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider2 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique2 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique2 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular3 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider3 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique3 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique3 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular4 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider4 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique4 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique4 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .col-nemad {
        text-align: center;
    }


}

@media only screen and (min-width: 1440px) {

    /*.waveWrapper {*/
    /*    height: 500px !important;*/
    /*}*/
    #Discounts {
        margin-top: 40px;
    }

    .subcat-intro {
        min-height: 300px !important;
    }

    .navbar .container-fluid {
        max-width: 1366px !important
    }

    .index_category .container .row {
        padding: 0;
    }

    .category-box img {
        width: 150px !important;
        height: 150px !important;
        max-height: 150px !important;
    }

    .container {
        max-width: 1320px !important
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 0 !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 0 !important;
    }

    .swiper-button-prev-unique1, .swiper-button-next-unique1 {
        font-size: 33px !important;
    }

    #Discounts .container {
        padding: 0px 2rem;
    }

    #Popular1 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider1 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique1 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique1 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular2 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider2 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique2 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique2 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular3 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider3 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique3 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique3 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular4 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider4 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique4 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique4 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .col-nemad {
        text-align: center;
    }


}

@media only screen and (min-width: 1366px) {
    .subcat-intro {
        min-height: 285px !important;
    }

    /*.waveWrapper {*/
    /*    height: 500px !important;*/
    /*}*/
    .navbar .container-fluid {
        max-width: 1366px !important
    }

    .index_category .container .row {
        padding: 0;
    }

    .category-box img {
        width: 120px !important;
        height: 120px !important;
        max-height: 120px !important;
    }

    .container {
        max-width: 1320px !important
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 0 !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 0 !important;
    }

    .swiper-button-prev-unique1, .swiper-button-next-unique1 {
        font-size: 22px !important;
    }

    #Discounts .container {
        padding: 0px 2rem;
    }

    #Popular1 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider1 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique1 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique1 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular2 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider2 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique2 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique2 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular3 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider3 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique3 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique3 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular4 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider4 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique4 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique4 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .col-nemad {
        text-align: center;
    }

    .intro2 {
        padding-top:38px;
    }

    .tel-box {
        margin-right: 8px;
        margin-top: 2px;
        height: 33px;
    }

    .swiper-button-next-unique {
        top: 33% !important;
        margin-top: 0 !important;
    }

    .swiper-button-prev-unique {
        top: 33% !important;
        margin-top: 0 !important;
    }

}

@media only screen and (min-width: 1280px) {
    .subcat-intro {
        min-height: 267px !important;
    }

    nav.navbar ul.navbar-nav li a span {
        padding: 0 !important;
    }



    .tel-box {
        margin-right: 8px;
        margin-top: 2px;
        height: 33px;
    }
}

@media only screen and (min-width: 1240px) {
    nav.navbar ul.navbar-nav li a {
        font-size: 13px !important;
    }

    .tel-box, .login-box {
        padding: 6px 9px !important;
        font-size: 13px !important;
    }

    span.login-box {
        font-size: 13px !important;
    }

    .tel-box {
        font-size: 13px !important;
    }

    .category-box img {
        max-height: 120px !important;
    }

    .tel-box {
        margin-right: 8px;
        margin-top: 2px;
        height: 33px;
    }
}
.order-box .col-12.r-btn-payment {
    margin-bottom: 0;
    text-align: right;
    margin-right: 20px;
    margin-top: 30px;
}
.alopiping_factor table thead tr th {
    font-size: 14px;}

.alopiping_factor table p{   font-size: 13px;}

.alopiping_factor table tr td{
    font-size: 13px;
}
.alopiping_factor table thead tr {
    background: #232f84;
    vertical-align: middle;
}


.fact-st {
    padding: 30px;
    border: 1px solid #80808096;
    border-radius: 7px;
    width: 80%;
    margin: 40px auto 0;
}
.alert-box2 .alert-warning {
    width: 78%;
    margin: 0 auto;
    font-size: 14px;
    padding: 7px;
}
.box-taeed{width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;}


.btn-form{padding: 0 7px;
    height: auto;
    font-size: 13px;
    margin-right: 5px;}

a.btn-bazgasht{font-size: 14px;}
.fact-st .alert{padding: 7px;
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 9px;}

.fact-st>div span{margin-bottom: 14px !important;
    display: block;}

.l-col-technician-Box .col-3{text-align: right;}

.hazine{width: auto!important;
    margin: 0 auto;
    text-align: center!important;
    justify-content: center!important;
    margin-bottom: 20px !important;}

/*input.form-control{width:auto!important;}*/

.col-select-place input.form-control{width:100%!important;}


input.form-control#findItem{width: 100%!important;}
.subcategory-search-box input.form-control#findItem{width:auto!important;}

.form-floating > label {
    position: relative;
    font-size: 14px;
    padding: 0 0 6px;}

input.form-control#docTitle{width: 100% !important;}

#about-me-lab{  position: absolute;
    top: 35px;
    font-size: 12px;
    padding: 0 15px;
    color: #484848;
}
textarea.form-control#floatingTextarea2 {
    height: 150px !important;
    overflow-y: scroll !important;
    scrollbar-width: thin !important;
}
textarea{width: 100%;
    border: 0;
    padding: 10px;
    font-size: 13px;
    text-align: right;
    direction: rtl;
}

.tel-box {
    margin-left: 0 !important;
}

.hide-menu-mobile {
    display: block;
}

.menu-mobile-show {
    display: none;
}


.show-more-height {
    height: 144px;
    overflow: hidden;
}


.sabt1 i {
    float: right;
    background: #00509a;
    border-radius: 100px;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    margin-left: 7px;
}

.sabt1 {
    border-bottom: 1px solid #8080806e;
    margin-bottom: 15px;
}

.sabt1 p {
    font-size: 16px;
}


.sabt2 i {
    float: right;
    background: #00509a;
    border-radius: 100px;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    margin-left: 7px;
}

.sabt2 {
    margin-bottom: 15px;
    border-bottom: 0;
}

.sabt2 p {
    font-size: 16;
}

.swal2-title {
    font-size: 24px !important;
    margin-bottom: 20px;
}

.l-title-user-panel form .custom-search-input {
    border: 1px solid #f7ecec !important;
    padding: 7px !important;
}



.tel-box {
    margin-right: 8px;
}

.option-item div {
    border: 1px solid lightgray !important;
}


.option-item div img {
    height: 106px !important;
    width: 100%;
    display: block;
}


.option-item.active-item div {
    border: 1px solid #1d3457 !important;
}


.option-item-multi div {
    border: 1px solid lightgray !important;
}

.option-item-multi div img {
    height: 106px !important;
    width: 100%;
    display: block;
}

.option-item-multi.active-item div {
    border: 1px solid #1d3457 !important;
}


.option-item-multi {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    background: #fff !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    color: #777 !important;
    padding: 6px 12px 5px !important;
    display: flex !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

.navbar .navbar-brand {
    display: block;
}

.sec-info-tell {

    float: left;
}

.navbar-header1 {
    padding: 0;
    background: #f5f5f5;
    min-height: 62px;
    display: flex;
    align-items: center;
}

nav.navbar {
    padding: 0 0.5rem 0;
    margin-top: 0;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-header1 > .row {
    display: flex !important;
    align-items: center !important;
}

.navbar-header1 .row {
    display: flex;
    align-items: center;
}

.for-mo{display: none;}
.for-desc{display: block;}
.swiper-notification{display: none !important;}
#testimonial .swiper-pagination4{display: none !important;}

.order-box .back-bt {
    margin-bottom: 15px;
    margin-top: 15px;
}

#hire-now{background: #e5eff1!important;
    padding: 30px 15px !important;
    margin: 0!important;
    margin-bottom: 25px !important;}

#hire-now button{width: 40% !important;
    display: block;
margin:0 auto;}


.sec-info-tell {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}


.design-accordion .accordion-item {
    background-color: #f7f8fc;
    border: 1px solid #8080801f !important;
    border-radius: 8px;
    margin-bottom: 5px;
}


.subcategory-items {
    list-style-type: none;
    padding: 0 15px !important;
}



#service-purpose p img{text-align: center;
    display: flex;
    float: none;
    justify-content: center;
    margin: 0 auto;}

#dropdownMenuButton:hover .dropdown-menu {
    display: block !important;
}

#tellNum .fa-phone {
    transform: rotateY(180deg);
}


.for-mo .telA {
    float: left !important;
    margin: 0;
    border-radius: 7px;
}
.for-mo .sec-info-tell {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    left: 0;
    right: 100%;
    margin: 0;
    margin-bottom: 0px;
    float: left !important;
    width: auto;
    justify-content: end !important;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.97)!important;
    border-color: rgba(255, 255, 255, 0.31)!important;
    padding: .1rem .4rem!important;
}
.for-mo .tel-box,.for-mo .login-box {
    background-color: #00509a;
    padding: 7px 20px !important;}

.for-mo #navbarSupportedContent {
    overflow-y: auto !important;
    padding-bottom: 0px !important;
}
.for-mo .log-menu{
    margin-bottom: 30px;
}



.for-mo .tel-box,.for-mo .login-box {
    font-size: 13px;
    border-radius: 7px;
}
.for-mo ul.navbar-nav {
    margin-bottom: 20px;
}

.log-menu #dropdownMenuButton {
    font-size: 14px !important;
    float: right !important;
    margin-bottom: 0px;
    border-radius: 7px !important;
    padding: 8px 8px;}

.starsStyles i{
    color: gold!important;
}


.slick-frame {
    visibility: hidden!important;
}
.slick-slider { min-width: 100%!important; width: 0!important;}

.slick-slide {
    float: left !important;
}
.multiple-items{direction: ltr !important;}

#changeNum{  text-align: center;}

#testimonial h6{display:none !important;}
.title-h:after{
    background-image: linear-gradient(270deg, #FBE14D 0%, #FFDA00 100%);
    border-radius: 8px;
    width: 50px;
    height: 4px;
    content: '';
    display: block;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;}



#weaknessQ .form-check-input[type="checkbox"] {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
#strengthQ .form-check-input[type="checkbox"] {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.col-tik{position:relative;}

#rateQEsts{padding: 0 12px;}

.matn-nazar{margin-bottom: 5px;
    font-size: 14px;
    text-align: center;}
#commentPart .card-footer{text-align: left;}


.top_head{background-color: #232f84;
    padding-top: 0;
    margin: 0 !important;
}

.col-sm-9.l_top_head ul{margin: 0;
    padding: 0;
    padding-left: 35px;}
.col-sm-9.l_top_head ul li a {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}
.dropdown2{float: left !important;}


.col-sm-9.l_top_head ul li a.dropdown-item {
    font-size: 13px;
    color: #757575;}

.dropdown2 #dropdownMenuButton {
    font-size: 13px !important;}


.nm-mosh {
    text-align: center;
    font-size: 16px;
    font-weight: 500 !important;
    color: #444;
}
.col-sm-3.l-top-box-order {
    text-align: center;
}


.r-col-order-box img{width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #f2f2f6;
}

.sec-ax-pos{position: relative;margin-left: 20px;}

.box-ax-info{display: flex;
    align-items: center;
    justify-content: center;margin-bottom: 14px;}


.order-box .col-12.r-btn-payment{margin-bottom: 20px;}

/*.multiple-items .slick-slide.slick-active{*/
/*    border: 1px solid #232f845e;*/
/*}*/

.list-group-item.dbl {
    box-shadow: 0 1px 4px #232f8496 !important;
}


.changeinfo {
    display: none;
}

#Increase__credit__modal .form-check{margin: 0 auto !important;
    padding: 0;}
#Increase__credit__modal form.Increase_credit>.form-check label {
    width: 48%;
    margin-top: 18px !important;
}
#Increase__credit__modal form.Increase_credit>.form-check label img{  width: 77px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
}



#driverDiv {width:40%;
    margin: 0 auto;
    padding: 0;}

#driverDiv>.form-check-label{margin: 0 auto !important;
    padding: 0;
    text-align: center;
    width: 48%;}
#driverDiv .form-check-label img{  width: 77px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
    display: block;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

form.Increase_credit button{display: block;
    margin: 0 auto !important;
    margin-top: 10px!important;}


#notPAy .form-check>input {
    width: auto !important;margin-left: 6px;
    margin-left: 6px;
    width: 17px !important;
    height: 17px !important;
    padding: 8px;}

#notPAy .form-check>label{
    width: auto !important;}

form.Increase_credit#satisfactionForm div label {
    width: auto;}
form.Increase_credit#satisfactionForm div input {
    width: 100%;}

#factorForm .col-3 .form-control {
    font-size: 14px;
    padding: 2px 12px!important;
}
#factorForm .col-3 .form-control,#factorForm .col-4 .form-control {
    padding: 2px 12px!important;
}
form.Increase_credit div input#images {
    padding: 8px 12px !important;
}




table.tbl-bd td{word-break: break-all!important;text-align: center;}

table.tbl-bd th {
    min-width: 20%!important;
    text-align: center;
}
table.tbl-bd th:first-child{
    min-width: 7% !important;
    text-align: center;
}

#cancelCustomerCurrentForm>div{margin-bottom: 15px;}

ul li.select2-results__option:before{display: none !important;}


#driverDivvc img{width: 77px !important;
    margin: 0 auto!important;}
#driverDivvc{margin: 0 auto;
    padding: 0;}

#driverDivvc label {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 48% !important;
}

.Increase_credit input.form-check-input{margin-left: 6px;
    width: 17px !important;
    height: 17px !important;
    padding: 8px;}


.fa-pey {
    margin: 10px auto;
}
.fa-pey .form-check{margin: 0 auto;
    padding: 0;}

.fa-pey label.form-check-label {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 22px 10px;
}
.container-factor .alopiping_factor {
    padding: 30px 30px 0;
}
.fa-pey input.btn{margin-top: 10px;}

.fact-st{padding: 30px;}

.alert-box{display: flex;
    justify-content: center;
    width: 100%;}
.alert-box .alert{  width: 50%;
    margin: 0 10px;
}
.alert-box2 .alert-warning {
    width: 50%;
    margin: 0 auto;
}
#verifyForm {
    margin: 15px auto;
    display: flex !important;
}
#verifyForm .form-check {
    padding-right: 0;}

.fs-title {
    font-size: 16px!important;}

#newslettersForm p{color:#fff;}
p.dastresi {color:#fff;}


h1{font-size:24px !important;}

h2{font-size:22px !important;}

h3{font-size:20px !important;}

h4{font-size:19px !important;}

h5{font-size:18px !important;}

h6{font-size:17px !important;}

p{font-size:16px !important;}



.box-fact {
    border-bottom: 1px solid #c6c7c8;
    padding-bottom: 10px;
    min-height: 130px;
}
.box-fact:last-child {
    border-bottom: 0px solid #1111;
    /*padding-bottom: 10px;*/
}

.my-accordion .title-my-accordion.h-acc:after {display: none !important;}
.ersal {
    padding: .375rem .75rem!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #212529!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    appearance: none!important;
    border-radius: .25rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    width: 100%!important;
    text-align: right!important;
}
.container.popu {
    overflow: hidden !important;
    position: relative !important;
    padding: 0px 2rem !important;
}
.btn_left_swiper{margin-left: 0 !important;
    left: 0 !important;z-index: 1;}

.btn_right_swiper{margin-right: 0 !important;
    right: 0 !important;z-index: 1;}


#Popular4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#How-Work {
    padding-top: 1px !important;
}
.container.popu .swiper-container-initialized{overflow: hidden !important;}


.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    font-size: 13px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}

/*.h-acc2.title-my-accordion::after{display: none !important;}*/
.content-my-accordion.show{background: #fff;}
#service-purpose p img{  height: auto !important;
    width: auto !important;}

.alert-box2 .alert{direction: rtl !important;}
.alert-box .alert{direction: rtl !important;}

.top-about-sec h1{font-size: 24px !important;
margin-top: 45px !important;
margin-bottom: 15px !important;}

.color-box h2{margin-top: 35px !important;
    margin-bottom: 15px !important;}


.nemad-abt .col-2 {
    text-align: center;
    border: 1px solid #80808082;
    margin: 0 10px;
    padding: 10px;
    border-radius: 8px;
}

#How-Work .how-box .sec-h {
    color: #232f84;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    font-size:18px !important;
}
@media screen and (max-width: 1286px) and (min-width: 1200px){
nav.navbar ul.navbar-nav li a span {
        padding: 0;
    }
    .navbar-brand {
        margin-left: 15px !important;
    }
    .tel-box, .login-box {
        padding: 7px 5px !important;}
    .tel-box {
        font-size: 11px !important;
    }
    #dropdownMenuButton {
        font-size: 11px !important;
        height: 30px;
        padding: 7px 5px !important;
    }
    nav.navbar ul.navbar-nav li a {
        font-size: 12px !important;
    }
    nav.navbar ul.navbar-nav li a {
        padding: 1rem 10px !important;}
    nav.navbar ul.navbar-nav li a span {
        bottom: 0 !important;
    }
}

@media only screen and (min-width:1366px) {

}


@media only screen and (min-width:1440px) {
}

#contact-us {
    margin-top: -13px !important;
}

@media screen and (max-width: 1920px) and (min-width: 1263px){
    #subcat {
        margin-top: 38px !important;
    }
}


@media only screen and (min-width: 1920px) {
    .accordion-body {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .sec-info-tell a.dropdown-item {
        font-size: 14px !important;
    }


    .navbar .container-fluid {
        max-width: 1366px !important
    }

    #subcat {
        margin-top: 38px !important;
    }

    .subcat-intro-img {
        margin-top: 38px !important;
    }

    .subcat-intro {
        min-height: 400px !important;
    }

    .index_category .container .row {
        padding: 0;
    }

    .category-box img {
        width: 150px !important;
        height: 150px !important;
        max-height: 150px !important;
    }

    .container {
        max-width: 1366px !important
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 0 !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 0 !important;
    }

    .swiper-button-prev-unique1, .swiper-button-next-unique1 {
        font-size: 33px !important;
    }

    #Discounts .container {
        padding: 0px 2rem;
    }

    #Popular1 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider1 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique1 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique1 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular2 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider2 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique2 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique2 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular3 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider3 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique3 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique3 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    #Popular4 .container {
        padding: 0px 2rem;
        position: relative;
    }

    .swiper-slider4 {
        position: relative;
        overflow: hidden;
    }

    .swiper-button-prev-unique4 {
        margin-right: 0 !important;
        right: 0 !important;
    }

    .swiper-button-next-unique4 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .col-nemad {
        text-align: center;
    }

    /*.waveWrapper {*/
    /*    height: 80% !important;*/
    /*}*/
    .swiper-button-next-unique1 {
        font-size: 22px !important;
    }

    .swiper-button-next-unique1, .swiper-button-prev-unique1 {
        font-size: 22px !important;
    }

    .intro2 {
        padding-top: 38px;
    }

    /*.waveWrapper {*/
    /*    height: 20% !important;*/
    /*}*/
    .swiper-button-next-serv {
        margin-left: 0 !important;
        z-index: 1 !important;
    }

    .swiper-button-prev-serv {
        margin-right: 0 !important;
        z-index: 1 !important;
    }

    #Popular .container {
        position: relative !important;
        overflow: hidden
    }


    .navbar-header1 .container-fluid {
        max-width: 1366px !important;
    }
    .custom-shape-divider-bottom-1623309809 svg {
        height: 156px;
    }
    #Discounts {
        margin-top: 40px;
    }
    .top_head{padding: 0 277px !important;}
}


@media only screen and (min-width: 992px) {
    .subcat-intro {
        min-height: 260px !important;
    }
}

@media only screen and (min-width: 810px) {
    .subcat-intro {
        min-height: 260px !important;
    }

}

@media only screen and (min-width: 768px) {
    .subcat-intro {
        min-height: 260px !important;
    }
    .icon-more {display:none;}
}

@media only screen and (min-width: 720px) {
    .subcat-intro {
        min-height: 260px !important;
    }
}

@media only screen and (min-width: 641px) {
    .subcat-intro {
        min-height: 260px !important;
    }

}

@media only screen and (min-width: 480px) {
    .subcat-intro {
        min-height: 260px !important;
    }
}

@media screen and (max-width: 1260px) and (min-width: 1240px) {
    #navbarSupportedContent li.nav-item a {
        padding: 20px 3px !important;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .subcat-search-box {
        width: 47%;
    }
    .on-subcat-intro-img .subcat-search-box {
        box-shadow: 0 1px 5px gray;
    }

    .hide-menu-mobile {
        display: block !important;
    }
    .menu-mobile-show {
        display: none !important;
    }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-header1 .col-4 {
        display: none !important;
    }

    .navbar-header1 .col-8 {
        width: 100% !important;
    }

    .navbar .navbar-brand {
        display: block;
    }

    .navbar-header1 .navbar-brand {
        display: none;
    }

    .sec-info-tell {
        display: block;
        margin-bottom: 0px;
        margin-top: 12px;
    }

    .btn_left_swiper {
        left: -10px !important;
        margin-left: 3vw !important;
        font-size: 22px !important;
    }

    .subcat-intro {
        min-height: 260px !important;
    }

    .btn_right_swiper {
        right: -10px !important;
        margin-right: 3vw !important;
        font-size: 22px !important;
    }

    #Discounts .container {
        padding: 0px 3rem;
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 1.5vw !important;
        font-size: 22px !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 1.5vw !important;
        font-size: 22px !important;
    }

    .swiper-container-initialized {
        overflow: hidden;
    }

    .loop-section .container {
        max-width: 960px !important;
        padding: 0px 3rem;
    }

    .btn_left_swiper {
        margin-left: 5vw !important;
        font-size: 22px !important;
    }

    .btn_right_swiper {
        margin-right: 5vw !important;
        font-size: 22px !important;
    }

    .sec-info-tell {
        padding-bottom: 15px;
    }

    .loop-section .container, #How-Work .container, #testimonial .container, #blog .container {
        max-width: 960px !important;
    }

    #container .user__panel {
        padding: 0;
    }

    #container .col-sm-3.l-title-user-panel {
        padding: 0 !important;
    }

    #How-Work .how-box p {
        height: auto;
    }

    .category-box img {
        max-height: 120px;
    }

    .swiper-button-next-unique {
        margin-left: 3vw !important;
        font-size: 22px !important;
    }

    .swiper-button-prev-unique {
        margin-right: 3vw !important;
        font-size: 22px !important;
    }

    #Discounts .container {
        padding: 0px 3rem;
    }

    .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 5vw !important;
        font-size: 22px !important;
    }

    .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 5vw !important;
        font-size: 22px !important;
    }

    /*.waveWrapper {*/
    /*    height: 110px !important;*/
    /*    position:relative!important;}*/
    .waveWrapperInner {
        bottom: 0 !important;
    }

    #Categories.index_category {
        margin-top: 0 !important;
    }

    .subcat-search-box {
        width: 54% !important;
    }

    .on-subcat-intro-img .subcat-search-box {
        margin:30px auto 0 !important;
        box-shadow: 0 1px 5px gray !important;
    }

    .subcat-intro-img {
        margin-bottom: 75px;
    }

    #navigation {
        display: none;
    }


    .subcat-search-box {
        width: 55% !important;
        margin: 15px auto 0px;
        box-shadow: 0 1px 5px grey;
    }

    .subcat-intro-img {
        margin-bottom: 45px;
    }

    .on-subcat-intro-img .subcat-search-box {
        margin: 40px auto 0;
    }


    .videoabout .video {
        min-height: auto !important;
    }

    .hide-menu-mobile {
        display: block !important;
    }

    .menu-mobile-show {
        display: none !important;
    }

    .item-reg-form label {
        width: auto !important;
    }

    #citySelect label {
        margin-left: 7px !important;
    }

    .sec-info-tell {
        display: flex;
        justify-content: center !important;
        float: none !important;
    }


    .for-mo{display: block;}
    .for-desc{display: none;}

}

@media only screen and (max-width: 992px) {
    .for-mo{display: block;}
    .for-desc{display: none;}

    .sec-info-tell {
        display: flex;
        justify-content: center !important;
        float: none !important;
    }

    .sec-info-tell {
        display: flex;
        justify-content: center;
    }

    .navbar .navbar-brand {
        display: block;
    }

    .navbar-header1 .navbar-brand {
        display: none;
    }

    /*.waveWrapperInner {*/
    /*    height: 110px !important;}*/
    #navbarSupportedContent .tel-box {
        font-size: 14px !important;
        display: block !important;
        float: right !important;
        margin-bottom: 0px;
    }

    #navbarSupportedContent #dropdownMenuButton {
        font-size: 14px !important;
        float: right !important;
        margin-bottom: 0px;
    }

    nav.navbar ul.navbar-nav li ul {
        transform-origin: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        transition: none !important;
        position: inherit !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    nav.navbar ul.navbar-nav li ul {
        display: none !important;
        transition: .2s;
    }

    .li-has-sub .nav-link {
        pointer-events: none;
    }

    nav.navbar ul.navbar-nav li ul.menu-show {
        display: block !important;
        transition: .2s;
    }

    .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 5vw !important;
        font-size: 22px !important;
    }

    .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 5vw !important;
        font-size: 22px !important;
    }

    .waveWrapper {
        display: none !important;
    }

    .on-subcat-intro-img h1#headerNameHolder {
        font-size: 20px !important;
    }

    .subcat-search-box {
        width: 57% !important;
    }

    .on-subcat-intro-img {
        top: 25px !important;
    }

    .on-subcat-intro-img {
        top: 75px !important;
    }

    .hide-menu-mobile {
        display: block !important;
    }

    .menu-mobile-show {
        display: none !important;
    }


    #list-tab a.list-group-item {
        padding: 0.7rem 3px !important;
    }
}

@media only screen and (max-width: 810px) {

    #hire-now button {
        width: 66% !important;
        margin-top: 0 !important;
        padding: 10px;
    }
    #hire-now{background: #e5eff1!important;
        padding: 30px 15px !important;
        margin: 0!important;
        margin-bottom: 25px !important;}

    #hire-now img{width: 100% !important;
        margin-bottom: 11px;}

    #hire-now .col-md-6{text-align: center;}


    .sec-info-tell {
        display: flex;
        justify-content: center;
    }

    #list-tab a.list-group-item {
        padding: 0.7rem 3px !important;
    }

    .dropdown-menu {
        top: 33px;
    }




    #container aside.rightSidebar {
        padding-left: 0;
        padding: 0 !important;
    }

    #container .col-sm-3.l-title-user-panel {
        padding: 0 !important;
    }

    #container .loop-section .container, #How-Work .container, #testimonial .container, #blog .container {
        max-width: 720px !important;
    }

    #container .l-top-box-order img {
        width: 80px;
        height: 80px;
    }

    #container .r-top-box-order h2 a {
        font-size: 15px;
    }

    #container .col-sm-3.l-btm-box-order {
        width: 28% !important;
    }

    #container .col-sm-3.l-btm-box-order a {
        font-size: 13px !important;
    }

    #container .col-sm-9.r-btm-box-order {
        width: 72% !important;
    }

    h4.caption-right {
        font-size: 16px;
    }
    span.caption-right {
        font-size: 16px;
    }


    .row-how .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-how .col-md-3 i {
        font-size: 25px !important;
    }

    .blog-row > .col-md-4 {
        width: 100% !important;
    }

    .blog-row .col-md-8 {
        width: 100% !important;
    }

    #blog table {
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
    }

    #Discounts {
        margin-top: 40px;
    }


    .site-footer p.desc-footer {
        color: #eee;
        font-size: 13px;
    }

    ul.info__contact li span {
        color: #eee;
        font-size: 13px;
    }

    .site-footer .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 33px;
    }

    .site-footer [class^="col-"] {
        margin-bottom: 0;
    }

    footer .btn {
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
    }

    .site-footer h6 {
        color: #fff;
        font-size: 14px;
    }

    .footer-box h5 {
        font-size: 17px;
    }

    .index_category .container .row {
        padding: 0;
    }

    .intro {
        min-height: 40vh !important;
    }

    /*.waveWrapperInner {*/
    /*    height: 51%!important;*/
    /*    top: 0!important;*/
    /*    bottom: auto!important;*/
    /*}*/
    #navbarSupportedContent .tel-box {
        font-size: 14px !important;
        display: block !important;
        float: right !important;
        margin-bottom: 0px;
    }

    #navbarSupportedContent #dropdownMenuButton {
        font-size: 14px !important;
        float: right !important;
        margin-bottom: 0px;
    }


    .user__panel .top_head .l_top_head ul {
        text-align: right !important;
    }

    .myprofile-user-panel.tech-panel .col-10 {
        width: 100% !important;
    }

    #list-tab a.list-group-item {
        font-size: 14px !important;
    }

    #about-me .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadImageForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadResumesForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificates .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificateForm > .bg-white.p-5 {
        padding: 10px !important;
    }

    .talk-content.tech-panel {
        width: 100% !important;
    }

    .talk-content.tech-panel .col-10.my-4 {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100%;
    }

    .talk-content.tech-panel .top-ticketContent {
        width: 100% !important;
    }

    .talk-content.tech-panel > .container-fluid {
        padding: 0 !important;
    }

    #nav-tabContent > .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ticketAll {
        width: 348px;
        overflow: scroll;
    }

    #ticketAll th {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

    .content-Credit-payment span.Increase-credit {
        width: 100% !important;
        font-size: 13px !important;
        padding: 5px 11px !important;
    }

    .category-box img {
        width: 90px !important;
        height: 90px !important;
    }

    .intro2 .search-box {
        width: 100% !important;
    }

    /*.waveWrapperInner {*/
    /*    height: 110px !important;}*/
    .on-subcat-intro-img h1#headerNameHolder {
        font-size: 18px !important;
    }

    .subcat-search-box {
        width: 67% !important;
    }

    .on-subcat-intro-img {
        top: 0px !important;
    }

    .on-subcat-intro-img .subcat-search-box {
        margin: 15px auto 0px;
        box-shadow: 0 1px 5px gray;
    }

    .subcat-intro-img {
        margin-bottom: 50px;
    }

    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .hide-menu-mobile {
        display: block !important;
    }

    .menu-mobile-show {
        display: none !important;
    }

    .item-reg-form input {
        width: 100% !important;
    }

    .form-check-input:checked[type="radio"] {
        width: 1em;
        height: 1em;
    }

    .item-reg-form select {
        width: 100% !important;
    }

    #certificateChangeForm .upload-profile-wrapper {
        position: relative;
        width: 100% !important;
        margin-top: 15px !important;
    }

    .box-my-work .status-my-work.replace {
        background: #3333ff;
        width: 100% !important;
        text-align: center;
        padding: 5px;
    }

    .status-my-work {
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    .status-my-work span {
        transform: rotate(0deg);
    }

    .view-details {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .faqs-wrapper {
        margin-top: 14px !important;
    }
}

@media screen and (max-width: 810px) and (min-width: 767px) {
    .navbar-header1 .col-4 {
        display: none !important;
    }

    .navbar-header1 .col-8 {
        width: 100% !important;
    }

    .user__panel {
        padding: 0 !important;
    }

    .box-my-work .content-my-work .l-content-work .dropdown span {
        font-size: 13px;
        margin-bottom: 5px;
        display: block;
    }

    #dropdownMenuButton:hover.dropdown-menu {
        display: block !important;
    }

    #techRequests .dropdown-menu {
        bottom: auto !important;
        top: auto !important;
    }

    #export__factor__modal .form-select {
        font-size: 13px;
    }

    form.Increase_credit div label {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-header1 .col-4 {
        display: none !important;
    }

    .navbar-header1 .col-8 {
        width: 100% !important;
    }

    #export__factor__modal .form-select {
        font-size: 13px;
    }

    form.Increase_credit div label {
        width: 100%;
    }

    #sendInfo .btn.btn-primary.col-3.me-3 {
        width: auto !important;
        font-size: 14px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .posts-row .col-md-5 {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .posts-row:first-child {
        margin-top: 3rem;
    }

    .how-box .row i {
        display: none;
    }

    .site-footer .col-sm-12 {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .site-footer .col-md-3 {
        flex: 0 0 50% !important;
        width: 50% !important;
    }

    /*.waveWrapperInner {*/
    /*    height: 110px !important;}*/
    .intro2 .search-box {
        width: 100% !important;
    }

    .subcat-search-box {
        width: 74% !important;
    }

    .subcat-intro-img {
        margin-bottom: 60px;
    }

    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .hide-menu-mobile {
        display: block !important;
    }

    .menu-mobile-show {
        display: none !important;
    }

    #hire-now{background: #e5eff1!important;
        padding: 30px 15px !important;
        margin: 0!important;
        margin-bottom: 25px !important;}

    #hire-now img{width: 100% !important;}

}

@media (max-width: 767px) {
    .custom-modal-box {
        width: 90%;
        margin: 30px auto;
    }

    .on-subcat-intro-img .subcat-search-box {
        margin: 50px auto 0px;
    }

    .on-subcat-intro-img {
        top: 75px !important;
    }

    .subcat-intro-img {
        margin-bottom: 124px;
    }

    .hide-menu-mobile {
        display: block !important;
    }

    .menu-mobile-show {
        display: none !important;
    }
}

@media only screen and (max-width: 641px) {
    .service-trafic-page {
        margin-top: 135px;
    }

    p.desc-style {
        font-size: 14px;
    }

    .Introduce-link {
        display: flex;
        justify-content: center;
    }

    .r-Introduce-link {
        margin-right: 0 !important;
    }


    #expert .btm-Credit.text-left {
        text-align: center;
        margin: 15px auto;
    }

    #orderDetailContent .l-title-user-panel.text-left {
        text-align: center !important;
        display: flex;
        margin: 15px auto 0;
        justify-content: center;
    }

    .order-box .l-col-order-box {
        text-align: center;
    }

    /*.top_head .l_top_head {*/
    /*    display: none;*/
    /*}*/

    .dropdown-menu {
        top: 33px !important;
        right: auto;
        left: 0;
    }

    .hide-menu-mobile {
        display: none !important;
    }

    .menu-mobile-show {
        display: block !important;
    }

    .title-my-accordion strong {
        font-weight: normal;
        font-size: 13px;
        text-align: center;
        display: block;
    }


    .user__panel .top_head .l_top_head ul {
        text-align: right !important;
    }

    .myprofile-user-panel.tech-panel .col-10 {
        width: 100% !important;
    }

    #list-tab a.list-group-item {

        font-size: 14px !important;
    }

    #about-me .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadImageForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadResumesForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificates .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificateForm > .bg-white.p-5 {
        padding: 10px !important;
    }

    .talk-content.tech-panel {
        width: 100% !important;
    }

    .talk-content.tech-panel .col-10.my-4 {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100%;
    }

    .talk-content.tech-panel .top-ticketContent {
        width: 100% !important;
    }

    .talk-content.tech-panel > .container-fluid {
        padding: 0 !important;
    }

    #nav-tabContent > .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ticketAll {
        width: 348px;
        overflow: scroll;
    }

    #ticketAll th {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

    .content-Credit-payment span.Increase-credit {
        width: 100% !important;
        font-size: 13px !important;
        padding: 5px 11px !important;
    }


    .intro h3 {
        font-size: 18px;

    }

    .index_category .container .row {
        padding: 0 20px;
    }

    #Categories .col-md-3 {
        width: 50% !important;
    }

    .intro .search-box {
        width: 86%;
    }

    .col-search-box {
        margin-bottom: 7px !important;
    }

    .index_category .img-category-box {
        padding: 15px 15px;
    }


    .title-discount {
        width: 100%;
        color: #fff;
        font-size: 14px;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        background: rgba(35, 47, 132, .7);
        padding: 10px 14px;
        border-radius: 0 0 12px 12px;
    }
    #Discounts .container {
        padding: 0px 30px;
        position: relative;
    }

    #Discounts {
        padding: 0 30px;
    }

    #Discounts .swiper-pagination {
        margin-top: -25px;
    }

    #Popular1 .container {
        padding: 0px 15px;
    }

    #Discounts h4.text-center {
        margin-bottom: 0;
        font-size: 16px;
    }

    .btn_left_swiper {
        left: 0px !important;
    }

    .btn_right_swiper {
        right: 0px !important;
    }

    /*#Popular2 {*/
    /*    padding: 0px 15px;*/
    /*}*/

    /*#Popular3 .container {*/
    /*    padding: 0px 15px;*/
    /*}*/

    /*#Popular4 {*/
    /*    padding: 0px 15px;*/
    /*}*/

    #How-Work {
        padding: 0px 30px;
    }

    .row-how .col-md-3 {
        width: 100%;
        margin-bottom: 10px;
    }


    #testimonial {
        padding: 0px 15px;
        padding-bottom: 19px !important;
    }

    #How-Work .how-box p {
        height: auto;
    }

    #blog {
        padding: 0px 15px;
    }

    #How-Work {
        padding-top: 50px !important;
    }

    #blog .card {
        margin-bottom: 15px;
    }

    #blog .card-title {
        height: auto;
    }


    .footer-box {
        width: 80%;
        height: auto;
        padding: 20px 15px;
    }

    .site-footer {
        padding: 45px 10px 20px;
        margin-top: 170px;
    }

    .copy-right-f .social-icons {
        margin: 10px auto 0;
    }

    .posts-row {
        margin-top: 20px !important;
    }


    #navbarSupportedContent li.nav-item a {
        padding: 0 !important;
    }

    #navbarSupportedContent {
        padding-bottom: 40px !important;
    }

    ul.navbar-nav {
        margin-bottom: 30px;
    }

    .subcategory-search-box input.form-control {
        padding: 10px 6px !important;
        font-size: 13px !important;
    }

    .subcat-intro h1.subcat-title {
        padding: 8px 30px !important;
        font-size: 18px !important;
    }

    .subcategory-search-box {
        width: 93vw !important;
    }

    .content_subcategory .r-content_subcategory h4 {
        font-size: 18px !important;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .card.card-subcat {
        width: 100% !important;
    }

    #subcat {
        margin-top: 38px;
    }

    .subcat-intro {
        min-height: 200px !important;
    }

    .index_category.subcat__category .container .row {
        margin-top: 60px;
    }

    #subcat #Categories .category-box {
        padding: 0 4px !important;
    }

    .index_category .img-category-box {
        box-shadow: 0px 2px 4px 0px #80808082;
    }


    .site-footer {
        margin-top: 158px !important;
    }


    .intro {
        min-height: 40vh !important;
    }

    /*.waveWrapperInner {*/
    /*    height: 51%!important;*/
    /*    top: 0!important;*/
    /*    bottom: auto!important;*/
    /*}*/
    #order .subcat-search-box {
        width: 90% !important;
    }

    .on-subcat-intro-img h1#headerNameHolder {
        background: rgba(0, 0, 0, .5);
        padding: 10px 15px;
        font-size: 18px !important;
    }


    #Popular {
        padding: 0 20px;
    }

    .container-how-work h4 {
        font-size: 16px;
    }

    .container-how-work p {
        font-size: 14px;
    }

    #navigation span {
        font-size: 11px;
    }

    #testimonial h4 {
        font-size: 16px;
    }

    #hire-now h3 span {
        font-size: 16px !important;
    }

    #Popular h4 {
        font-size: 16px !important;
    }


    #contact-us {
        margin-top: 20px;
    }

    .color-box {
        background: #f2f2f2;
        padding: 0px 0 70px !important;
    }

    .contact-box, .contact-box-primary {
        padding: 10px 10px !important;
        margin-bottom: 10px !important;
    }

    .box_contact_page {
        padding: 0 20px !important;
    }

    .work-intro h1 {
        color: #fff;
        font-size: 18px !important;
    }

    .work-intro h2 {
        color: #fff;
        text-align: center;
    }


    #work-with-us h4.h2 {
        margin: 0 !important;
        font-size: 18px !important;
    }

    #work-with-us > .container {
        margin-top: 0 !important;
    }


    .section_alopiping_serve #list-tab a {
        padding: 2px 1rem !important;
    }

    .other-services .col-md-4.w-auto {
        width: 100% !important;
    }

    .register-step {
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .signup-progress-desc {
        margin-bottom: 0;
    }


    .category-box img {
        max-height: 120px !important;
    }

    .swiper-button-next-unique {
        font-size: 22px !important;
    }

    .swiper-button-prev-unique {
        font-size: 22px !important;
    }

    .swiper-slider1, .swiper-slider3 {
        overflow: hidden;
        padding: 0 30px;
    }

    .swiper-slider2, .swiper-slider4 {
        overflow: hidden;
        padding: 0 15px;
    }


    .swiper-button-next-unique2, .swiper-button-next-unique3 {
        margin-left: 5vw !important;
        font-size: 22px !important;
    }

    .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        margin-right: 5vw !important;
        font-size: 22px !important;
    }


    .site-footer .col-sm-12 {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .btn_left_swiper {
        left: 0px !important;
        margin-left: 5vw !important;
        font-size: 22px !important;
    }

    .btn_right_swiper {
        right: 0px !important;
        margin-right: 5vw !important;
        font-size: 22px !important;
    }

    .blogPosts .card img {
        max-height: inherit !important;
    }

    .site-footer .col-md-3 {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .col-nemad {
        text-align: center;
    }

    .swiper-slider1, .swiper-slider3 {
        padding: 0 30px !important;
    }


    .intro2 h3 {
        font-size: 17px !important;
    }

    .conat-search {
        position: relative !important;
        width: 100% !important;
        background: gray !important;
        padding: 0 35px 25px !important;
        max-width: 100%;
    }

    #navbarSupportedContent {
        padding-bottom: 0px !important;
    }

    .subcat-intro-img {
        margin-bottom: 100px;
    }

    .on-subcat-intro-img .subcat-search-box {
        margin: 25px auto 0px;
    }

    .waveWrapper {
        display: none !important;
    }

    #order .subcat-search-box {
        width: 79% !important;
    }

    .subcat-intro-img {
        margin-bottom: 133px;
    }

    .submit-req button.btn {
        font-size: 12px !important;
    }

    .on-subcat-intro-img {
        top: 50px !important;
    }

    #service-purpose {
        margin-top: 12px !important;
    }


    #service-purpose {
        margin-top: 14px !important;
        padding: 0 15px;
    }

    #service-purpose .strong-bold-box strong {
        font-size: 14px;
    }


    #service-purpose h1 img {
        height: 18px;
        width: 18px;
        margin-left: 7px;
    }


    #How-Work {
        padding-top: 0px !important;
    }

    #How-Work .container {
        display: block;
        margin-top: 0;
    }

    .box-how {
        margin-bottom: 15px;
    }

    #How-Work {
        padding-top: 0px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding: 0px 40px;
    }

    .container-how-work h4 {
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif !important;
    }

    .container-how-work span {
        font-size: 14px;
        line-height: 24px;
        font-family: Tahoma, Geneva, sans-serif !important;
    }


    #hire-now {
        margin-top: 16px;
        margin-bottom: 30px;
    }

    #faq h2 {
        font-size: 17px;
    }

    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    #testimonial {
        padding-top: 1px !important;
        margin-top: 0;
    }
    .custom-shape-divider-bottom-1623303407 {
        display: none !important;
    }

    #testimonial h4.h4 {
        margin-top: 10px !important;
    }
    #testimonial span.h4 {
        margin-top: 10px !important;
    }

    .my-accordion {
        padding: 0 10px;
    }

    #service-purpose {
        padding: 0 10px 30px;
    }

    #hire-now {
        padding: 0 15px;
    }

    #faq h2 {
        font-size: 16px !important;
    }

    #faq {
        padding: 20px 12px;
    }

    #Popular h4.h3 {
        font-size: 16px !important;
    }

    .design-accordion button.accordion-button {
        font-size: 13px;
    }

    .accordion-body {
        font-size: 13px;
    }

    a.show_on_box h5 {
        color: #fff;
        font-size: 14px;
    }

    .site-footer {
        padding: 15px 10px 20px !important;
        position: relative !important;
        margin-top: 35px !important;
    }


    .box-how {
        position: relative !important;
    }

    .row.axs-section {
        position: absolute;
        top: -35px !important;
        right: 0;
        left: 0;
    }

    .content-how {
        background: #eaedf6;
        padding: 43px 14px 10px !important;
        border-radius: 12px;
        margin-top: 0 !important;
    }

    .how-box img {
        width: 65px !important;
    }

    .box-how {
        margin-bottom: 50px;
    }

    .custom-shape-divider-bottom-1623309809 svg {
        height: 0 !important;
    }

    .footer-box {
        width: 100%;
        bottom: -78px;
        z-index: 1;
    }

    .site-footer {
        margin-top: 60px !important;
        padding-top: 30px !important;
    }

    #navbarSupportedContent .tel-box {
        margin-bottom: 0;
    }

    .sec-info-tell {
        display: flex;
        align-items: center;
        justify-content: center !important;
        margin-bottom: 30px !important;
    }

    #How-Work {
        padding-top: 0px !important;
    }

    #How-Work {
        padding: 0px 10px !important;
    }

    #Popular .container {
        position: relative;
        padding: 0px 1rem !important;
    }

    #Popular > .container {
        position: relative;
        padding: 0px !important;
    }

    .footer-box {
        width: 94% !important;
    }

    #work-with-us .work-intro {
        padding: 0 20px;
    }

    .row.mazayaalo {
        padding: 0 15px;
    }

    .about-box {
        padding: 0 10px;
    }

    .section_alopiping_serve {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .register-step {
        padding: 20px 15px 30px !important;
    }

    .faq-box {
        padding: 15px 5px 15px !important;
    }

    .row.Required-Documents {
        padding: 0 15px;
    }

    .gtco-testimonials .card {
        height: auto !important;
    }

    #loginModalLabel {
        font-size: 15px !important;
    }

    #checkBox label {
        font-size: 13px !important;
    }

    #container .col-sm-3.l-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .r-changeinfo, .l-changeinfo {
        text-align: center;
        padding: 2px 9px 8px;
    }

    #container aside.rightSidebar {
        margin-bottom: 10px !important;
    }

    ul.ul-slide li i {
        font-size: 28px !important;
        color: #ccc;
    }

    ul.ul-slide li.slnext {
        width: 30px;
        height: 30px;
        left: -16px;
        position: absolute;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
    }

    ul.ul-slide li.slprev {
        width: 30px;
        height: 32px;
        right: -16px;
        position: absolute;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
    }

    .txt_sec_profile a {
        font-size: 14px !important;
    }

    .txt-order-user-panel {
        background: #f1f1f1;
        border-radius: 10px;
        padding: 20px;
    }

    .content-user-panel {
        margin-bottom: 20px;
    }

    .title-sec-profile strong {
        font-size: 18px;
    }

    .section-serv-profile .txt_sec_profile h3 {
        min-height: 56px;
    }

    .txt_sec_profile {
        width: 100% !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    #order-side form .input-group.justify-content-end {
        justify-content: inherit !important;
        margin-top: 12px !important;
    }


    #container aside.rightSidebar {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    ul.ul-slide {
        position: absolute;
        top: 26% !important;
    }

    .l-btm-box-order a::after {
        margin-right: 0 !important;
    }

    .btm__box__order {
        font-size: 13px;
    }

    .custom-shape-page {
        display: none !important;
    }

    .item-myprofile input[type="text"] {
        width: calc(100% - 0px);
    }

    .select2-container--default {
        width: 100% !important;
    }

    ul.menu-userSpecifications {
        margin: 20px 0 0 !important;
    }

    h3.title-style {
        font-size: 15px;
    }

    .l-Introduce-link {
        background: blanchedalmond;
        padding: 8px 9px;
    }

    #copy_btn1 {
        font-size: 13px;
    }

    .social-Introduce {
        margin: 20px auto !important;
        text-align: center;
    }

    #share_box.content-style {
        padding: 20px 15px;
    }


    .r-Introduce-link {
        padding: 8px 7px !important;
    }


    #optionBox.under-box-input-serv {
        width: 93% !important;
    }

    #formRequest h2.fs-title {
        font-size: 15px !important;
    }

    .sp-check {
        padding: 0 !important;
    }

    .sp-check label {
        font-size: 13px !important;
    }

    .fs-subtitle {
        font-size: 13px;
    }

    .steps input, .steps textarea {
        margin-right: 0 !important;
    }

    .swal2-title {
        font-size: 20px !important;
    }

    .swal2-html-container h5 {
        font-size: 17px !important;
    }

    .swal2-html-container p {
        font-weight: 300 !important;
        font-size: 14px !important;
    }


    .txt-order-user-panel p {
        display: inherit;
        color: #555;
        font-size: 13px;
        line-height: 22px;

    }

    .txt-order-user-panel img {
        max-height: 25px;
        margin: 0 auto;
        margin-bottom: 0px;
        display: block;
        margin-bottom: 7px;
    }

    #register_modal .form-check {
        padding-right: 0 !important;
    }

    #navbarSupportedContent {
        overflow-y: scroll !important;
    }

    #formRequest .col-4.option-item {
        width: 50% !important;
    }

    .work-intro h2 {
        color: #606060;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .accordion-header button.accordion-button {
        font-size: 14px;
        line-height: 22px;
    }

    .accordion-body {
        font-size: 14px;
        line-height: 22px;
        color: #555;

    }

    .r-Required-Documents ul li {
        font-size: 14px !important;
    }

    #list-tab a.list-group-item {
        padding: 0.5rem 1px !important;
        font-size: 13px !important;
    }

    .custom-shape-register {
        display: none !important;
    }

    .training-course {
        display: block !important;
    }

    .training-course div {
        width: 100%;
    }

    .training-course div input {
        width: 100%;
        margin-bottom: 3px;
        margin-top: 10px;
    }


    #step4Form {
        margin: 0 auto !important;
    }

    .category-box img {
        max-height: 70px !important;
        width: 70px !important;
    }

    .txt_sec_profile {
        width: 94% !important;
    }

    .main_user_panel aside.rightSidebar {
        padding-right: 0 !important;
    }

    .box-my-work .status-my-work.replace {
        background: #3333ff;
        width: 100% !important;
        text-align: center;
        padding: 5px;
    }

    .status-my-work span {
        transform: rotate(0deg) !important;
    }

    .view-details {
        position: initial !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px;
        display: block !important;
        margin-top: 7px;
    }

    .tech-panel .l-title-user-panel .justify-content-end {
        justify-content: flex-start !important;
        margin-top: 7px !important;
    }

    .order-code span {
        padding: 7px 20px 7px;
        font-size: 13px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .order-code {
        margin: 25px auto 0;
        display: block;
        width: 100%;
    }

    .view-details a {
        font-size: 13px !important;
        display: block !important;
        margin: 0 auto !important;
        border-radius: 5px;
        padding: 1px 14px 7px !important;
        cursor: pointer;
        text-align: center !important;
    }

    .status-my-work.Suspension {
        width: 100%;
        padding: 5px;
    }

    .box-my-work .content-my-work .l-content-work .dropdown {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        text-align: center !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .box-my-work .content-my-work .l-content-work .dropdown span {
        font-size: 13px;
        margin-left: 5px;
    }

    #dropdownMenuButton {
        font-size: 13px !important;
        padding: 3px 8px;
    }

    .status-my-work {
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    .content-my-work .dropdown-menu {
        top: 27px !important;
    }

    .row-box-work {
        padding: 0 12px 30px;
        overflow: scroll;
    }

    form.Increase_credit div label {
        width: 100% !important;
    }

    form.Increase_credit div input {
        width: 100% !important;
    }

    #sendInfo .btn.btn-primary.col-3.me-3 {
        width: auto;
        font-size: 14px;
        margin: 0 auto !important;
        display: block;
    }

    #sendInfo {
        margin-top: 0 !important;
    }

    #addServices {
        font-size: 14px !important;
    }

    #totals .col-4 {
        width: 100% !important;
    }

    #techLastRequests .order-code {
        margin-bottom: 15px !important;
    }

    .content-my-work .remaining-time {
        margin-top: 7px;
    }

    .view-details a {
        margin-top: 10px !important;
    }

    .rounded-pill {
        font-size: 13px;
    }

    .main_user_panel .content-user-panel.content .myprofile-user-panel .container-fluid {
        padding: 0 !important;
    }

    .main_user_panel .content-user-panel.content {
        padding: 0 !important;
    }

    #list-tab a.list-group-item {
        font-size: 13px !important;
    }

    .btn {
        font-size: 13px;
    }

    .px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    label {
        font-size: 13px;
    }

    #certificateForm h6 {
        font-size: 14px;
    }

    #certificateChangeForm .upload-profile-wrapper {
        position: relative;
        width: 100% !important;
        margin-top: 15px !important;
    }

    #nav-tabContent .bg-white.p-5 {
        padding: 10px !important;
    }

    span {
        word-break: break-word;
    }

    #brands .col-4.upload-profile-wrapper {
        width: 50% !important;
    }


    #brands .bg-white.p-5 {
        padding: 20px !important;
    }

    .taids {
        top: -4px !important;
        left: 4px !important;
    }

    .ticketContent table td {
        text-align: center !important;
    }

    .ticketContent table span, .ticketContent table a {
        font-size: 13px !important;
    }

    .content-Credit-payment.content-style {
        padding: 28px 14px !important;
    }

    .content-Credit-payment span.Increase-credit {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .content-Credit-payment table.tbl-profile {
        overflow: scroll;
        display: block;
        margin-bottom: 30px;
    }


    .txt_sec_profile a {
        font-size: 13px !important;
    }

    .txt_sec_profile {
        width: 90% !important;
        margin: -10px auto 0 !important;
        padding: 5px 5px 20px !important;
    }

    .txt_sec_profile a {
        font-size: 13px !important;
    }

    .content-sec-profile2 a.title-Special-services {
        position: initial !important;
        padding: 6px 8px 6px !important;
        font-size: 13px;
        width: 100% !important;
        display: block !important;
    }

    .content-sec-profile2 .slick-slide img {
        display: block;
        float: none;
        width: 100%;
    }


    #navbarSupportedContent #dropdownMenuButton, #tellNum {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }


    .form-control {
        font-size: 12px;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .user__panel ul.ul-slide {
        position: absolute;
        top: 40% !important;
    }

    .section-serv-profile .slick-slide img {
        height: 99px;
    }

    #colSelect .filter-box-active img, #colSelect .filter-box img {
        width: 100%;
        margin-bottom: 10px;
        height: 133px;
        display: block;
    }

    .filter-box h6 {
        font-size: 14px;
        color: #1d3457;
        margin-bottom: 8px !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 8px;
        min-height: auto !important;
    }

    .filter-box-active h6 {
        font-size: 14px;
        color: #1d3457;
        margin-bottom: 8px !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 8px;
        min-height: auto !important;
    }

    #colSelect .filter-box-active img, #colSelect .filter-box img {
        height: 89px;
    }

    .faqs-wrapper .tabs {
        width: 100%;
        display: block;
    }


    #loginModal .sp-check {
        padding: 0 12px !important;
    }

    .contact-form-wrapper {
        margin: 36px auto 0 !important;
    }

    .navbar-header1 .col-4 {
        display: none !important;
    }

    .navbar-header1 .col-8 {
        width: 100% !important;
    }

    .sec-info-tell {
        float: none;
        margin: 0 auto;
        margin-bottom: 0;
    }

    #work-with-us .work-intro {
        padding: 20px !important;
    }

    .videoabout .video {
        min-height: auto !important;
    }

    .section_alopiping_serve .list-group {
        display: block !important;
    }

    .faq-box {
        margin-bottom: 40px;
    }

    .gtco-testimonials .owl-dots .active span {
        margin: 5px 7px !important;
    }

    .contact-form-wrapper {
        margin: 0px auto 0 !important;
    }

    #blog table {
        display: none !important;
    }

    .posts-row:first-child {
        margin-top: 0 !important;
    }

    #testimonial p {
        font-size: 14px;
        min-height: auto !important;
    }

    #testimonial h4.h4 {
        margin-top: 20px !important;
    }
    #testimonial span.h4 {
        margin-top: 20px !important;
    }

    .swiper-notification {
        display: none !important;
    }

    #testimonial .swiper-pagination4 {
        display: none !important;
    }

    #work-with-us .work-intro {
        min-height: auto !important;
    }

    .work-intro h1 {
        font-size: 16px !important;
    }

    .work-intro h2 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    #work-with-us .work-intro {
        padding: 30px 20px !important;
    }

    #nav-tabContent h5 {
        font-size: 15px;
        margin: 10px auto !important;
        border-top: 1px solid #8080805e;
        padding-top: 10px;
    }


    .other-services ul {
        margin-bottom: 0;
        font-size: 13px;
    }

    .section_alopiping_serve {
        margin-top: 0 !important;
        padding: 0px 10px !important;
    }

    #list-tab a.list-group-item {
        padding: 0.2rem 1px !important;
    }

    .mazayaalo .col-md-3 {
        flex: 0 0 auto;
        width: 50% !important;
        margin-top: 5px !important;
    }

    #work-with-us .work-intro {
        position: absolute !important;
        background: #0003 !important;
        top: 0 !important;
        height: 100%;
    }

    .work-intro h1 {
        color: #fff !important;
        font-weight: 600;
        font-size: 17px !important;
        text-shadow: 0 2px 4px #000;
    }

    .work-intro h2 {
        color: #fff !important;
        text-shadow: 0 2px 4px #000;
        font-size: 14px;
    }

    .color-box {
        padding:5px 0 70px !important;
    }

    .color-box h2 {
        font-size: 16px !important;
    }

    #contact-us {
        margin-top: 0px !important;
        padding: 20px 0px !important;
    }

    .title-h {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer-links li {
        transition: all .5s;
        float: right;
        width: 50%;
    }

    #testimonial h6 {
        display: none !important;
    }


    #register_modal .form-control {
        font-size: 13px !important;
        padding-right: 6px !important;
        padding-left: 6px !important;
        padding: 12px !important;

        margin: 0 auto !important;
    }

    #formRequest .modal-title {
        font-size: 13px !important;
        color: #333;
    }

    .edt-num {
        float: left;
        color: #00509a;
        border-bottom: 1px dashed #00509a;
        border-radius: 0;
        padding: 0;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .for-mo .sec-info-tell {
        width: auto !important;
        height: 34px;
    }

    .dropdown-item {
        font-size: 14px !important;
        margin-bottom: 5px;
    }
    #dropdownMenuButton {
        font-size: 13px !important;
        padding: 7px 8px !important;
    }

    .for-mo #navbarSupportedContent {
        overflow-y: auto !important;
        padding-bottom: 0px !important;
        height: 350px;
    }

    .for-mo #navbarSupportedContent {
        top: 72px;
        right: 0px;
        left: auto;
        background: rgb(255, 255, 255);
        width:100%;
        position: fixed;
        height: 100vh;
        padding-top: 4px;
        box-shadow: -1px 1px 11px -6px grey;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #272a2c !important;
    }

    nav.navbar ul.navbar-nav li ul {
        transition: all .4s !important;
    }

    nav.navbar ul.navbar-nav li ul.menu-show {
        right: 11px;
        background: #f6f9fa;
        padding: 0px 8px !important;
        border-radius: 2px;
        margin: 5px 0;
        list-style: none;
        box-shadow: none;
        width: 93%;
    }

    nav.navbar ul.navbar-nav li ul li {
        min-height: auto;
        padding: 4px 12px;
        margin: 0;
    }

    .for-mo ul.navbar-nav {
        margin-bottom: 20px;
        height: 400px;
        overflow-y: auto;
    }

    nav.navbar ul.navbar-nav li ul.menu-show a {
        padding: 0 !important;
        font-size: 13px;
    }

    .for-mo .nav-item.li-has-sub>a:after {
        transition: all .4s;
    }
    .for-mo .nav-item.li-has-sub.active>a:after {
        transform: rotate(180deg);
        transition: all .4s;
    }
    #Categories .multiple-items .slick-prev {
        left:0px;
        top: 31% !important;
    }
    #Categories .multiple-items .slick-next {
        right: 0px;
        top: 31% !important;
    }
    #changeNum{  text-align: center;
        font-size: 12px;
    }
    #mobileError{font-size: 13px;}
    .services-box img{height:auto !important;}

    .name-userSpecifications .title-single strong {
        font-size: 13px;
    }
    .name-userSpecifications .title-single strong{  font-size: 13px;
        background: #fff;
        border: 1px solid #ddd;
        color: #1b1b1b;
        max-width: 100%;
        position: relative;
        padding: 6px 3px;
        border-radius: 3px;
        height: 44px;
        display: flex;
        align-content: center;
        justify-content: center;
        line-height: 31px;
    }
    .changeinfo {
        background: #00509a;
        border: 1px solid #ddd;
        color: #1b1b1b;
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 6px 5px;
        border-radius: 5px;
    }
    .row.title-single {
        padding: 0 12px;
    }
    .title-single .col-6 {
        padding: 0 4px;
    }
    .r-changeinfo, .l-changeinfo {
        text-align: center;
        padding: 0;
    }

    .changeinfo a, .userSpecifications a {
        color: #fff !important;
        display: block;
        cursor: pointer;
        font-size: 13px;
        margin-top: 0;
    }
    .name-userSpecifications span {
        font-size: .8rem;
        margin-top: 0;}

    .changeinfo a, .userSpecifications a {
        font-size: 14px;
        margin-top: 0;
    }

    .img-userSpecifications {
        margin-bottom: 10px;
    }


    .swiper-slide .services-box h4 {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
    .register_technician .list-group-item::after {
        border-bottom: 5px solid #00509a;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;}

    .register_technician .list-group a {
        width: 100%;
        text-align: center;
        border-radius: 7px 7px 0 0;
        border: none !important;
    }
    #list-tab a.list-group-item {
        font-size: 13px !important;
        padding: 5px 4px 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-reg-form {
        margin-bottom: 12px;
    }
    .register_technician .tab-content {
        background: #eee;
        padding: 1rem 15px 1rem;
    }
    .title-reg-form strong{font-size: 14px;
        font-weight: 500;}
    .item-reg-form label {
        font-size: 12px;margin-bottom: 5px;}
    .item-reg-form input {
        font-size: 13px;
        padding: 4px 7px 4px;
        border-radius: 7px;
    }
    .item-reg-form {
        margin-bottom: 14px;
    }
    .item-reg-form select {
        width: 100% !important;
        border-radius: 7px;
        font-size: 13px;
        color: #777;
        padding: 4px 7px 4px;
    }

    .item-reg-form#citySelect label {
        margin-left: 7px;
    }

    #tab2 form{margin: 0 auto;}

    .dropdown-menu form {
        margin: 0 !important;
    }


    .training-course div input {
        width: 100%;
        margin-bottom: 3px;
        margin-top: 10px;
        border-radius: 7px;
        font-size: 13px;
        color: #777;
        padding: 4px 7px 4px;
    }
    .button-reg-form button {
        border-radius: 7px;
        font-size: 13px;
        padding: 5px 20px 6px;
    }

    .l-reg-form img {
        max-height: 124px;
    }
    #step3Form .row-reg-form{margin: 0 auto;}

    #tab3 h6{font-size: 13px !important;
        margin-bottom: 5px !important;}

    #tab3 .selection span.select2-selection{}


    .selection .select2-container--default .select2-selection--multiple {
        margin-bottom: 2px !important;
    }
    .select2-container--default .select2-selection--multiple {
        font-size: 13px !important;}
    .select2-results__option {
        padding: 5px;
        font-size: 13px !important;
    }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 1px !important;}

    #tab3 .selection span.select2-selection {
        width: 100% !important;
        margin-top: 0;
        border-radius: 7px !important;
        color: #777 !important;
        padding: 4px 10px 4px !important;
        margin-bottom: 10px !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice{padding-left: 14px !important;}

    .r-reg-form .button-upload .sp-desc {
        font-size: 13px;
    }
    #step3Form .row-reg-form {
        margin: 0 auto;
        padding: 0;
    }


    .fix-btns-step{
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        background: #fff;
        box-shadow: 0 -1px 3px #80808070;
        padding: 10px;}

    .fix-btns-step input {
        width: 45% !important;
        background: #232f84;
        color: white !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        padding: 5px 5px !important;
        margin: 0px auto !important;
    }

    ul.menu-userSpecifications li {
        float: right;
        width: 50%;
    }
    ul.menu-userSpecifications {
        margin: 0 !important;
    }
    .content-my-work {
        padding: 20px;
        flex: 0 0 auto;
        width: 100%;
    }

    .box-my-work .content-my-work .l-content-work .dropdown{margin-bottom: 6px;
        margin-top: 6px;}
    .row-box-work {
        padding: 0 12px 0px;}

    /*.col-sm-3.l-top-box-order {*/
    /*    text-align: center;*/
    /*    display: none;*/
    /*}*/
    .r-content-work h2.title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .col-sm-3.r_top_head{width: 22%;
        text-align: center;
        float: right;
        padding-right: 22px;
        margin-right: 0;
        padding-left: 0;}

    .l_top_head {
        text-align: left;
        width: 78%;
        float: left;
    }
    .col-sm-9.l_top_head ul{padding-left: 0 !important;}

    .l_top_head ul li {
        display: inline-block;
        padding: 0 5px;
    }
    .col-sm-9.l_top_head ul {
        padding-left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .dropdown2 .dropdown-menu.show{top: 0px !important;}

    .link-order-details{font-size: 13px;
        padding: 5px 12px;}

    .end-col-order-box {
        padding-left: 20px;
        text-align: right;
        padding-right: 20px;
    }
    .end-col-order-box .rate{float: left;}

    .r-col-order-box {
        padding-right: 0;
        position: relative;
        padding-left: 0;
        margin: 0 auto;
    }

    .about-box {
        padding: 20px 10px !important;
    }
    #work-with-us p {
        margin-bottom: 5px;
    }
    .multiple-items .slick-slide img {
        width: auto;
        height: 60px;
    }
    #nav-tabContent h5 {
        margin: 15px auto !important;
        border-top: 1px solid #8080805e;
        padding-top: 15px;
    }
    .signup-box {
        background-color: #fff;
        transform: scale(0.95);
        border-radius: 15px;
        margin-top: 3px !important;
    }
    #work-with-us h4.h2{margin-bottom: 6px !important;}
    #technician_register {
        padding: 5px 15px !important;
    }
    #work-with-us p {
        margin-bottom: 0px;

    }
    .faq-box .container.pt-4{padding-top: 0 !important;}
    .accordion-header button.accordion-button {
        font-size: 13px;
        line-height: 20px;
        padding: .5rem .7rem;
    }

    .l-Required-Documents{display:none;}

    .site-footer {
        margin-top: 0px !important;}

    .col-contact-form-wrapper h3 span{font-size: 13px;}

    .contact-form-wrapper {
        padding: 30px 5px !important;}

    #service-purpose p span{ font-size: 14px !important;}
    #service-purpose ul li span{font-size: 14px!important;}
    .row-how {
        margin-top: 0;
    }

    #service-purpose {
        padding: 0 10px 16px;
    }
    #hire-now {
        margin-bottom: 0 !important;
    }

    .accordion-button {
        padding: .5rem .5rem!important;}

    .accordion-body {
        padding: .5rem .5rem!important;
    }
    #Popular h4.h3 {
        font-size: 16px !important;
        margin-bottom: 0;
    }
    .swiper-button-prev-serv{top: 40%!important;
        margin-top: 0 !important;opacity: 0.9;}

    #Popular .swiper-button-prev-serv{right: 5px;
        margin-top: 0;
        font-size: 22px;
        opacity: 0.9;
        top: 28%;}
    #Popular .fa-chevron-left{left: 5px;
        margin-top: 0;
        font-size: 22px;
        opacity: 0.9;
        top: 28%;}

    #Popular .swiper-pagination2{display:none !important}

    form.Increase_credit div label {
        width: 49% !important;
    }

    form.Increase_credit>div label {
        width: auto !important;
    }

    .register_technician {
        min-height: 230px;
        margin-top: 80px;
    }

    .for-mo nav.navbar ul.navbar-nav li a span{bottom: 0 !important;}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.08rem !important;
    }
    .for-mo .login-box {
        padding: 6px 14px !important;
    }
    a#tellNum {
        color: #fff;
        font-weight: 600;
        font-size: 13px !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 1)!important;
        border-color: rgba(255, 255, 255, 0.4)!important;
        padding: 0.1rem 0.4rem!important;
    }

    .for-mo ul.menu-show li {
        position: relative;
        border-bottom: 1px solid #c1c1c159!important;
        padding: 7px 0 7px 0;
    }
    #commentPart {
        margin: 20px auto !important;
        width: 90% !important;
    }
    #commentModal .modal-header {
        padding: 3px 10px;}
    #commentModal .modal-title {
        font-size: 15px;
    }

    .commentProfile h2 {
        font-size: 15px !important;}
    .commentProfile p{
        font-size: 14px !important;}
    #rating h6{font-size: 13px;
        font-weight: 500 !important;
        line-height: 20px;}
    #rating{text-align: center;}

    #starss {font-size: 20px;}
    #strengthQ{text-align: center;}
    #weaknessQ{text-align: center;}
    #rateQEsts,.row-weak {
        padding: 0;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    #commentModal .custom-submit-btn {
        color: #fff;
        background-color: #00509a;
        border: 1px solid transparent;
        padding: 3px 9px;
        font-size: 14px;
        border-radius: .25rem;
        margin: 0 auto;
    }

    #commentPart .card-header{padding: 2px;}

    #commentPart .card-header h5{font-size: 15px;
        font-weight: 500 !important;}


    #commentPart .card-body h6{font-size: 14px;
        font-weight: 500 !important;}

    #commentPart .card-body {
        padding: 0 1rem !important;
    }
    .commentProfile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #commentPart .card-footer{text-align: center;}
    #commentPart .custom-submit-btn{padding: 3px 9px;
        font-size: 14px;}


    .design-modal .modal-header h5 {
        font-size: 14px;
    }
    .design-modal .modal-header {
        padding: 6px 9px;
    }

    #etebar .table-responsive{overflow: scroll !important;
        max-width: 300px !important;}
    #etebar table.tbl-profile {
        overflow: scroll !important;
        width: 660px !important;
    }
    .r-content-work h2.title {
        font-size: 14px;
        font-weight: 500;}

    .info-content-work ul li {
        list-style: none;
        font-size: 13px;
        line-height: 24px;
    }
    .btm__box__order{margin-top: 6px;padding: 7px 14px 7px;}

    .r-col-order-box {
        text-align: center;
    }
    .center-col-order-box strong {
        font-size: 14px;
        margin: 0;
        color: #555;
    }
    .price-order-box {
        background: #eaedf6;
        padding: 6px 14px 6px;
        font-size: 13px;
        text-align: center;
        color: #232f84;
        margin-top: 7px;
    }
    .ord-tb{width: 313px;
        overflow: scroll !important;}

    .ord-tb table{width: 660px;
        overflow: scroll !important;}
    .design-accordion .accordion-body ul li {
        font-size: 13px;
        line-height: 22px;}
    p.desc-factor {
        font-size: 13px;
        line-height: 22px;}

    th {
        font-size: 13px;
        font-weight: 500;
    }
    td {
        font-size: 13px;
    }
    a.link-order-details{font-size: 13px;
        padding: 4px 7px;}

    .accordion-item .btn.btn-primary{width: auto!important;
        margin: 0 auto !important;
        display: block;}


    .modal-title {
        font-size: 15px;
    }
    .content_Submitting_complaint {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #c1c1c1;
        padding: 3px;
        margin: 0px 0 0px;
    }
    .modal-body h5 {
        font-size: 14px;
        margin: 0 !important;
        margin-bottom: 0px;
        margin-bottom: 10px !important;
    }
    .modal-body p{  font-size: 13px;}
    .modal-footer {
        padding: 2px;
        justify-content: center;
    }

    .custom-submit-btn {
        font-size: 13px;
    }
    .content_Submitting_complaint textarea{padding: 8px 12px !important;}
    .custom-cancel-btn{font-size: 13px;}

    #arbitrationForm h5{font-size: 13px !important;
        padding-bottom: 0 !important;}
    #arbitrationForm span strong{font-size: 13px !important;
        font-weight: 500 !important;
        width: 100% !important;display: flex;
        margin-bottom: 10px;}
    #arbitrationForm li{font-size: 13px !important;}
    #arbitrationForm ol{padding: 0 !important;

        margin-right: 10px;}

    .form-row p{font-size: 13px !important;}
    #arbitrationForm .form-row .col-md-3{
        width: 50%;
        float: right;
    }
    #arbitrationForm .input_upload span {
        position: unset}
    #arbitrationForm .input_upload {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto 12px;
        display: block;}

    .alert-secondary {
        font-size: 13px!important;
        padding: 6px !important;
    }
    .r-col-order-box strong.name-user {
        margin: 0;
        font-size: 14px;}
    .r-btn-payment button {
        font-size: 13px;
        padding: 4px 10px;}
    .end-col-order-box span.status {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 10px;
    }
    .end-col-order-box .rate span:nth-child(1), .end-col-order-box .rate span:nth-child(3) {
        font-size: 13px;
        width: 27px;
        height: 27px;
        line-height: 28px;
    }
    .col-md-4.col-xl-3.rightSidebar.mb-5{  margin-bottom: 0 !important;}
    .content-ticket {
        padding: 0 15px;
    }

    .main_user_panel {
        margin-top: 16px;
        padding: 0;
    }
    ul.menu-userSpecifications li {
        list-style: none;
        line-height: 38px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .row.title-user-panel {
        margin: 0 !important;
    }
    .tec-row{padding: 0 15px;}

    #abouteMeForm .form-control {
        font-size: 13px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }


    .myprofile-user-panel.tech-panel .col-10 {
        width: 100% !important;
        margin: 5px auto !important;
    }
    .tech-panel #list-tab a.list-group-item {
        padding: 5px 4px 5px !important;}

    #uploadImageForm .input_upload input {
        position: absolute;
    }
    .input_upload span {
        position: unset;}

    #abouteMeForm .mt-5 {
        margin-top: 0 !important;
    }

    #abouteMeForm .my-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .explain-about-yourself {
        height: auto !important;font-size: 14px;}
    .select2-container .select2-selection--multiple{height: auto !important;
        border-radius: 3px !important;}

    .upload-profile-wrapper .input_upload {
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    #certificateForm > .bg-white.p-5 .col-6{width: 35%!important;adding: 0 7px;}
    #certificateForm > .bg-white.p-5 .col-6.info-tec{width: 65%!important;}
    .input_upload span{ font-size: 13px;}
    #certificateForm > .bg-white.p-5 .col-6 .upload-profile-wrapper .input_upload span {
        font-size: 13px;
    }
    .item-send-ticket input, .custom-select {
        height: auto;}

    .row.head-ticket{width: 100%;
        margin: 0 auto 15px;}

    .l-title-user-panel h6.mx-4 {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .l-title-user-panel h6.mx-5{width: 100%;
        margin: 0 auto !important;
        display: block !important;}

    .title-user-panel .l-title-user-panel .form-control {
        font-size: 14px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin: 0px auto !important;
    }
    .title-user-panel .l-title-user-panel .col-3 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .title-user-panel .l-title-user-panel .col-2 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .box-fact{  display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        margin-top: 19px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
    }
    .col-sm-12.l-title-user-panel{    padding: 0 !important;}

    .design-accordion button i {
        font-size: 13px!important;
        margin-left: 0!important;
        color: #00509a!important;
        line-height: 0!important;
    }
    .box-fact button{border-radius: 5px;
        margin-right: 0!important;
        margin-top: 5px!important;
        padding: 0px 6px!important;
        height: 25px!important;
        width: 25px!important;
        line-height: 0!important;}

    #accordionOrder.mt-4 {
        margin-top: 5px!important;
    }
    .accordion.design-accordion.mt-4 {
        margin-top: 0!important;
    }
    .accordion-header button.accordion-button  i.fa-address-card-o {
        margin-left: 10px !important;}

    .form-floating.m-4{margin: 15px 0 0 !important;}
    #totals2.mt-3{margin:0 !important;}
    #totals2 label {
        font-size: 13px;
        text-align: right;
    }

    .title-user-panel .l-title-user-panel .col-3 .select2.select2-container{margin-top:0px;}

    #totals2 .col-4{padding: 0 5px !important;}


    .box-my-work {
        overflow: visible!important;}
    .row.row-box-work{  overflow: visible!important;}
    #nav-tabContent h5 {
        margin: 1px auto !important;
        border-top: 0;
        padding-top: 0;
    }
    .swal2-title {
        font-size: 15px !important;
    }

    #suspend__order__modal__current form.Increase_credit div label{
        width: auto !important;
    }
    #customer__cancel__modal__current form.Increase_credit div label{
        width: auto !important;
    }
    .alert-danger {padding: 4px 10px;
        font-size: 13px;
    }
    #cancel_cost {
        padding: 7px;
    }
    #view-details {
        float: none;}

    #orderDetailsContent .col-sm-5.r-title-user-panel{width: 70%;}
    #addProduct,#addServices{margin-top: 10px;}

    .tech-panel .l-title-user-panel .justify-content-end .form-outline{width: 89%;}

    .remaining-time a{margin-bottom: 10px!important;
        font-size: 15px!important;}
    .remaining-time form{margin-bottom: 10px!important;
        font-size: 15px!important;}

    .design-accordion .accordion-body ul li {
        text-align: right !important;
        font-size: 13px;
    }
    #order-side form .input-group.justify-content-end .form-outline{width: 89% !important;}

    .img-se{margin-bottom: 15px;}
    #receiptForm .form-row {
        margin: 0;
    }
    #receiptForm .form-row .form-control {
        font-size: 13px;
        margin-top: 0 !important;
    }
    #receiptForm .form-row .form-control#ReceiptImage{margin-top: 15px !important;}
    #totals{margin: 0 !important;}
    form.Increase_credit button {width: 100% !important;}

    #container .col-sm-3.l-title-user-panel {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .icon-more{text-align: center;
        margin-bottom: 20px;
        margin-top: 5px;}

    .icon-more{
        position: relative;
        animation: myfirst 1s  infinite;
        animation-direction: alternate;
    }
    .icon-more .fa{color: #00509a;
        font-size: 18px;cursor: pointer;}

    @keyframes myfirst {
        0%   {left: 0px; top: 0px;}
        50%  {left: 0px; top: 5px;}
        100% {left: 0px; top: 0px;}
    }
    .title-factor h1 {
        text-align: center;
        font-size: 12px;
    }
    .container-factor .alopiping_factor {
        padding: 30px 5px 0;
    }
    .date-factor span {
        font-size: 12px;
    }
    .alopiping_factor span.desc {
        font-size: 14px;
    }
    .l-col-technician-Box {
        padding: 10px 12px 10px 10px;
        display: inline-block;
        width: calc(100% - 46px);
    }
    .title_factor strong {
        font-size: 14px;
    }
    .alopiping_factor .table-responsive{width: 320px;}
    .alopiping_factor .table-responsive table{width: 600px;
        overflow-x: scroll;}
    .footer-factor p{font-size: 12px;}
    #driverDiv {
        width: 60%;}

    .alert-box {
        display: block;
        justify-content: center;
        width: 100%;
    }
    .alert-box .alert {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 4px 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .fact-st {
        padding: 16px 5px;
    }
    .alert-box2 .alert-warning {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        text-align: center;
        padding: 5px 10px;
    }
    .custom-shape-divider-bottom-1623309809 {
        position: relative;
        margin-bottom: 69px !important;
    }
    .footer-box {
        bottom: -15px!important;}

    .box-top-admin {
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    .box-top-admin .img-userSpecifications{float: right;
        width: 80px;
        margin-left: 10px;margin-bottom: 0;}
    .box-top-admin .title-single{width: 74%;}
    .img-userSpecifications img {
        width: 61px;
        height: 61px;}
    .name-userSpecifications .title-single strong {
        padding: 0px 3px;
        line-height: 31px;
        height:auto !important;
    }
    .btn-faal{text-align: center;
        width: auto;
        margin: 0 auto;}

    .btn-faal .explain-about-yourself-btn{
        padding: 2px 6px !important;
    }
    .name-userSpecifications .title-single strong {
        font-size: 12px;}

    .title-user-panel .title {
        background: transparent!important;
        border: 0!important;
        padding: 0px 32px 0px 15px!important;
        font-size: 13px!important;
    }
    .title-user-panel .title strong::before, .title-user-panel .title a::before {
        top: 0!important;
    }
    .title-user-panel .l-title-user-panel .form-control {
        font-size: 12px;
        padding: 2px 7px !important;
    }
    .tech-panel .l-title-user-panel .justify-content-end .btn-primary{padding: 0px 7px !important;}
    .l-content-work .col-2.back-bt{float: none!important;
        margin: 0 auto!important;
        display: block!important;
        margin-top: 10px!important;
        margin-bottom: 12px!important;}

    #dropdownMenuButton {
        font-size: 12px !important;
        padding: 4px 8px !important;
        height: auto;
    }
    .back-bt a {
        padding: 4px 10px;
        font-size: 13px;
    }
    #addServices {
        font-size: 12px !important;
    }
    #sendInfo .btn.btn-primary.col-3.me-3 {
        width: auto !important;
        font-size: 12px !important;
        margin: 0 auto !important;
        display: block !important;
        border-radius: 5px !important;
        padding: 3px 8px;
    }
    label {
        font-size: 12px;
    }
    .l-title-user-panel button {padding: 2px 7px!important;}
    .col-sm-3.l-top-box-order {
        text-align: center;
        margin-top: 7px;
        align-items: center;
        display: flex;
        width: 100%;
    }
    #container .l-top-box-order img {
        float: right;
    }
    .nm-mosh {
        font-size: 12px;
        float: right;
        margin-right: 15px;
    }

    .box-taeed .btn{margin: 0 !important;}
    .intro2 .form-control, .intro2 .search-btn {
        width: 100% !important;
    }

    span.Bag-inventory {
        font-size: 12px !important;
        padding: 5px 15px !important;}

    .btn.mt-5 {
        margin-top: 1rem !important;
    }
    .nemad-abt .col-2 {
        text-align: center;
        border: 1px solid #80808082;
        margin: 0 4px;
        padding: 5px;
        border-radius: 8px;
        width: 23%;
    }
    .nemad-abt .col-4{display: none !important;}
    .row.nemad-abt {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .title-my-accordion.h-acc2 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {

    #formRequest .fs-title {
        font-size: 15px !important;
    }

    .image-upload-wrap {
        width: 46% !important;
    }


    .steps fieldset {
        margin-top: 20px !important;
        max-height: initial !important;
    }

    .site-footer {
        margin-top: 60px !important;
        padding-top: 30px !important;
    }

    /*.waveWrapperInner {*/
    /*    height: 133px !important;}*/
    /*.waveWrapper {*/
    /*    height: 120px !important;*/
    /*}*/
    .conat-search {
        position: relative !important;
        width: 100% !important;
        background: gray !important;
        padding: 0 35px 5px !important;
    }

    .footer-box {
        width: 100%;
    }

    .site-footer {
        margin-top: 60px !important;
    }

    .footer-box {
        width: 100%;
        bottom: -150px;
    }


    .subcat-intro-img {
        margin-bottom: 0;
    }

    #order .subcat-search-box {
        width: 90% !important;
        position: relative;
        top: -14px;
    }

    .subcat-intro-img {
        background: rgb(235, 235, 235);
    }

    .on-subcat-intro-img {
        top: -80px !important;
    }

    .on-subcat-intro-img {
        position: relative;
    }

    #order .subcat-search-box {
        width: 90% !important;
        position: relative;
        top: 57px;
        margin: 0 auto;
    }

    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .footer-box {
        width: 100%;
        bottom: -78px;
        z-index: 1;
    }

    .footer-box {
        width: 94% !important;
    }


    .subcat__category .img-category-box img {
        height: 90px !important;
        width: 90px !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: center !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }
    #work-with-us .work-intro {
        position: absolute !important;
        background: #0003 !important;
        top: 0 !important;
        height: 100%;
    }
    .work-intro h1 {
        color: #fff!important;
        font-weight: 600;
        font-size: 17px !important;
        text-shadow: 0 2px 4px #000;
    }
    .work-intro h2 {
        color: #fff!important;
        text-shadow: 0 2px 4px #000;
        font-size: 14px;
    }
    #contact-us {
        margin-top: 0px !important;
        padding: 20px 0px !important;
    }
    .design-accordion .accordion-body ul li::before {
        font-size: 14px;
        margin-left: 3px;
        float: right;
        margin-left: 5px;
    }
    .design-accordion .accordion-body ul li sapn.title{direction: rtl;
        text-align: right;
        display: block;
        float: right;}
}

@media only screen and (max-width: 480px) {

    .site-footer {
        margin-top: 60px !important;
        padding-top: 30px !important;
    }

    /*    .waveWrapperInner {*/
    /*     height: 133px !important;}*/
    /*.waveWrapper {*/
    /*    height: 120px !important;*/
    /*}*/
    .conat-search {
        position: relative !important;
        width: 100% !important;
        background: gray !important;
        padding: 0 35px 5px !important;
    }

    .footer-box {
        width: 100%;
    }

    .site-footer {
        margin-top: 60px !important;
    }

    .footer-box {
        width: 100%;
        bottom: -150px;
    }


    .subcat-intro-img {
        margin-bottom: 0;
    }

    #order .subcat-search-box {
        width: 90% !important;
        position: relative;
        top: -14px;
    }

    .subcat-intro-img {
        background: rgb(235, 235, 235);
    }

    .on-subcat-intro-img {
        top: -80px !important;
    }

    .on-subcat-intro-img {
        position: relative;
    }

    #order .subcat-search-box {
        width: 90% !important;
        position: relative;
        top: 40px;
        margin: 0 auto;
    }
    .on-subcat-intro-img h1#headerNameHolder{margin-top: 10px !important;}
    .conat-search {
        padding: 0 35px 20px !important;
    }

    .intro h3 {
        font-size: 16px;
    }

    .category-box img {
        max-height: 70px !important;
        width: 100% !important;
    }

    #Discounts .swiper-button-next-unique, #Discounts .swiper-button-prev-unique {
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        font-size: 22px !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        font-size: 22px !important;
    }

    #Discounts {
        padding: 0 15px;
    }

    #Categories.index_category .category-box .box-heading {
        margin-top: 8px !important;
        font-size: 15px !important;
        margin-bottom: 12px;
    }

    #Categories.index_category .category-box .box-heading a {
        font-size: 13px;
    }

    h4.caption-right {
        font-size: 13px;
    }
    span.caption-right {
        font-size: 13px;
    }

    .box-caption {
        padding: 5px 20px 5px 20px;
    }

    #testimonial h4.h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        margin-top: 36px !important;
    }
    #testimonial span.h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        margin-top: 36px !important;
    }

    #How-Work .how-box h5 {
        font-size: 15px;
    }

    #How-Work .how-box p {
        height: auto;

    }

    .how-box small {
        font-size: 15px;
        padding: 2px 9px;
        margin-top: -6px;
        margin-right: -6px;
    }

    .how-box img {
        width: 50px;
        margin-bottom: 5px;
    }

    /*#Popular2 .btn_left_swiper {*/
    /*    left: 4px !important;*/
    /*    margin-top: -110px!important;*/
    /*}*/

    /*#Popular2 .btn_right_swiper {*/
    /*    right: 4px !important;*/
    /*    margin-top: -110px!important;*/
    /*}*/

    .swiper-slider1.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    #Popular1 .btn_left_swiper {
        position: absolute !important;
        left: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-left: 1.5vw !important;
        margin-top: 0 !important;
    }

    #Popular1 .btn_right_swiper {
        position: absolute !important;
        right: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-right: 1.5vw !important;
        margin-top: 0 !important;
    }

    .swiper-slider3.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    /*#Popular3 .btn_left_swiper {*/
    /*    left:4px !important;*/
    /*    margin-top: -110px !important;*/
    /*}*/

    /*#Popular3 .btn_right_swiper {*/
    /*    right: 4px !important;*/
    /*    margin-top: -110px !important;*/
    /*}*/

    .swiper-slider4.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    /*#Popular4 .btn_left_swiper {*/
    /*    left: 4px !important;*/
    /*    margin-top: -110px !important;*/
    /*}*/

    /*#Popular4 .btn_right_swiper {*/
    /*    right: 4px !important;*/
    /*    margin-top: -110px !important;*/
    /*}*/

    #How-Work {
        padding-top: 30px !important;
        padding: 0px 20px;
    }

    #testimonial .testimonial-box {
        padding: 20px;
    }

    #testimonial p {
        font-size: 14px;
    }

    .footer-box h5 {
        font-size: 14px;
    }

    .footer-box .btn {
        font-size: 13px;
    }


    #work-with-us .work-intro {
        background-size: cover !important;
        background-attachment: initial !important;
        min-height: 250px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-top: -1px;
        background-position: right !important;
    }

    #work-with-us h4.h2 {
        margin: 0 !important;
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }

    #work-with-us h5 {
        font-size: 15px;
    }

    #work-with-us p {
        font-size: 14px;
    }

    .about-box h3 {
        font-size: 17px;
    }

    .section_alopiping_serve .list-group {
        display: block !important;
    }

    .section_alopiping_serve #list-tab a {
        width: 32% !important;
    }

    .videoabout .video {
        width: 75% !important;
        min-height: auto;
    }

    .h_iframe-aparat_embed_frame span {
        padding-top: 100% !important;
    }

    .videoabout .video {
        min-height: auto !important;
    }

    .register-step {
        background: #f2f2f2;
    }

    .signup-progress-desc {
        display: none !important;
    }

    ul {
        padding-right: 0 !important;
    }

    .gtco-testimonials .center .card-img-top {
        max-width: 100%;
        height: 90px;
        width: 90px;
    }

    .gtco-testimonials .center h5 {
        font-size: 14px !important;
    }

    .gtco-testimonials .active .card {
        min-height: 250px !important;
    }

    .gtco-testimonials .card {
        min-height: 250px !important;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 0;
    }

    .gtco-testimonials .owl-dots .active span {
        height: 10px !important;
        width: 10px !important;
        margin: 5px 7px !important;
    }

    .faq-box {
        box-shadow: 0 1px 5px gray;
        background: #f7f7f7;
        padding: 15px 15px 15px;
        border-radius: 7px;
        margin-bottom: 30px;
    }

    #faq {
        margin-top: 0px !important;
    }

    #colSelect .filter-box img {
        height: 89px !important;
    }

    #colSelect .filter-box h6 {
        min-height: 34px !important;
    }

    #colSelect .filter-box-active img {
        min-height: 89px;
    }

    .tab-label {
        font-size: 14px;
    }

    .contact-form-wrapper {
        padding: 1px !important;
    }

    .top-about-sec {
        margin-top: 100px;
    }

    .top-about-sec h1 {
        font-size: 18px;
        display: table;
        margin: 0 auto 10px;
    }

    .sec_about {
        margin: 2rem 0 0 !important;
        padding: 0 !important;
    }

    .title_sec_about h2 {
        font-size: 18px !important;
    }

    .second-img {
        margin-bottom: 20px;
    }

    .btm-about-sec h3 {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    #contact-us .contact-form-wrapper {
        padding: 30px 15px !important;
    }

    #contact-us .col-contact-form-wrapper span {
        font-size: 16px !important;
    }

    .service-trafic-page {
        margin-top: 38px;
    }

    .filter-box-wrapper {
        padding: 0 12px;
    }

    .filter-box-active h6 {
        font-size: 14px;
        min-height: 34px;
    }

    .staticContent {
        margin: 0 auto;

    }

    #subcat {
        margin-top: 60px;
    }

    .subcat-intro {
        min-height: 224px !important;
    }

    .content_subcategory .r-content_subcategory h4 {
        font-size: 16px !important;
        margin-top: 20px !important;
        margin-bottom: 5px;
    }

    .content_subcategory {
        padding: 0 15px;
    }



    #faq h2.h3 {
        font-size: 18px;
    }

    #Popular .container {
        padding-top: 0 !important;
    }


    .steps {
        margin: 0px auto !important;
    }

    #container .user__panel {
        padding: 0 10px !important;
    }

    #container .l_top_head {
        text-align: center !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding: 0 !important;
    }

    #container .col-sm-3.l-btm-box-order {
        width: 32% !important;
    }

    #container .col-sm-9.r-btm-box-order {
        width: 68% !important;
    }

    #container .col-sm-9.r-btm-box-order .btm__box__order {
        font-size: 13px;
    }


    .item-reg-form label {
        width: auto !important;
    }

    .item-reg-form input {
        width: 100% !important;
    }

    .register_technician .tab-content {
        background: #eee;
        padding: 1rem 15px 1rem;
    }

    .register_technician .tab-content {
        margin-top: 0 !important;
    }

    .item-reg-form .form-check input {
        width: auto !important;
    }


    .item-reg-form select {
        width: 100% !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: right !important;
    }

    .myprofile-user-panel.tech-panel .col-10 {
        width: 100% !important;
    }

    #list-tab a.list-group-item {
        font-size: 13px !important;
    }

    #about-me .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadImageForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #uploadResumesForm .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificates .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #certificateForm > .bg-white.p-5 {
        padding: 10px !important;
    }

    .talk-content.tech-panel {
        width: 100% !important;
    }

    .talk-content.tech-panel .col-10.my-4 {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100%;
    }

    .talk-content.tech-panel .top-ticketContent {
        width: 100% !important;
    }

    .talk-content.tech-panel > .container-fluid {
        padding: 0 !important;
    }

    #nav-tabContent > .row.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ticketAll {
        width: 348px;
        overflow: scroll;
    }

    #ticketAll th {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

    .content-Credit-payment span.Increase-credit {
        width: 100% !important;
        font-size: 13px !important;
        padding: 5px 11px !important;
    }


    #How-Work {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .footer-box {
        width: 100%;
        bottom: -78px;
        z-index: 1;
    }

    .site-footer {
        margin-top: 15px !important;
        padding-top: 30px !important;
    }

    .footer-box {
        width: 94% !important;
    }

    .subcat__category .img-category-box img {
        height: 90px !important;
        width: 90px !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: center !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    .category-box img {
        max-height: 70px !important;
        width: 70px !important;
    }
    #work-with-us .work-intro {
        min-height: auto !important;}
    .work-intro h1 {
        font-size: 16px !important;
    }
    .work-intro h2 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    #work-with-us .work-intro {
        padding: 30px 20px !important;
    }
    #work-with-us .work-intro {
        position: absolute !important;
        background: #0003 !important;
        top: 0 !important;
        height: 100%;
    }
    .work-intro h1 {
        color: #fff!important;
        font-weight: 600;
        font-size: 15px !important;
        text-shadow: 0 2px 4px #000;
    }
    .work-intro h2 {
        color: #fff!important;
        text-shadow: 0 2px 4px #000;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #contact-us {
        margin-top: 0px !important;
        padding: 20px 0px !important;
    }
    #container .col-sm-3.l-btm-box-order {
        width: 100% !important;
        text-align: center;
        margin-top: 7px;
    }
    #container .col-sm-9.r-btm-box-order {
        width: 100% !important;
        text-align: center;
    }
    #technician_register {
        margin-top: 0 !important;
        padding: 4px 12px !important;
    }
    .swiper-slider1, .swiper-slider3 {
        padding: 0 15px !important;
        overflow: hidden !important;
        position: relative !important;
    }
    .btn_left_swiper {
        position: absolute !important;
        left: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-left: 1.5vw !important;
        margin-top: 0 !important;
    }
    .btn_right_swiper {
        position: absolute !important;
        right: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-right: 1.5vw !important;
        margin-top: 0 !important;
    }
    .swiper-slider2, .swiper-slider4 {
        overflow: hidden;
        padding: 0;
    }
}

@media only screen and (max-width: 375px) {
    .content-Credit-payment span.Increase-credit {
        width: 100% !important;
        font-size: 13px !important;
        padding: 5px 11px !important;
        display: block;
        margin-bottom: 6px;
    }

    .steps fieldset {
        padding: 12px 10px !important;
    }

    .site-footer {
        margin-top: 0px !important;
        padding-top: 30px !important;
    }

    .steps fieldset {
        margin-top: 20px !important;
        max-height: initial !important;
    }

    .conat-search {
        padding: 0 35px 20px !important;
    }


    .footer-box {
        width: 100%;
        bottom: -78px;
        z-index: 1;
    }

    .footer-box {
        width: 94% !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: center !important;
    }

    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }
    #work-with-us .work-intro {
        min-height: auto !important;}
    .work-intro h1 {
        font-size: 16px !important;
    }
    .work-intro h2 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    #work-with-us .work-intro {
        padding: 30px 20px !important;
    }
    #work-with-us .work-intro {
        position: absolute !important;
        background: #0003 !important;
        top: 0 !important;
        height: 100%;
    }
    .work-intro h1 {
        color: #fff!important;
        font-weight: 600;
        font-size: 17px !important;
        text-shadow: 0 2px 4px #000;
    }
    .work-intro h2 {
        color: #fff!important;
        text-shadow: 0 2px 4px #000;
        font-size: 14px;
    }
    form.Increase_credit button{width:100%;}
}

@media only screen and (max-width: 320px) {
    .content-user-panel .col-sm-5.r-title-user-panel {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
    }

    .site-footer {
        margin-top: 60px !important;
        padding-top: 30px !important;
    }

    .intro h3 {
        font-size: 16px;
    }

    .category-box img {
        max-height: 70px !important;
        width: 100% !important;
    }

    #Discounts .swiper-button-next-unique, #Discounts .swiper-button-prev-unique {
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
    }

    .swiper-button-next-unique, .swiper-button-next-unique2, .swiper-button-next-unique3 {
        font-size: 22px !important;
    }

    .swiper-button-prev-unique, .swiper-button-prev-unique2, .swiper-button-prev-unique3 {
        font-size: 22px !important;
    }

    #Discounts {
        padding: 0 18px;
    }

    #Categories.index_category .category-box .box-heading {
        margin-top: 8px !important;
        font-size: 15px !important;
        margin-bottom: 12px;
    }

    #Categories.index_category .category-box .box-heading a {
        font-size: 15px;
    }

    h4.caption-right {
        font-size: 15px;
    }
    span.caption-right {
        font-size: 15px;
    }

    .box-caption {
        padding: 5px 20px 5px 20px;
    }

    #testimonial h4.h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        margin-top: 36px !important;
    }

    #testimonial span.h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        margin-top: 36px !important;
    }

    #How-Work .how-box h5 {
        font-size: 15px;
    }

    #How-Work .how-box p {
        height: auto;

    }

    .how-box small {
        font-size: 15px;
        padding: 2px 9px;
        margin-top: -6px;
        margin-right: -6px;
    }

    .how-box img {
        width: 50px;
        margin-bottom: 5px;
    }

    #Popular2 .btn_left_swiper {
        left: 18px !important;
    }

    #Popular2 .btn_right_swiper {
        right: 18px !important;
    }

    .swiper-slider1.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    #Popular1 .btn_left_swiper {
        left: 15px !important;
    }

    #Popular1 .btn_right_swiper {
        right: 18px !important;
    }

    .swiper-slider3.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    #Popular3 .btn_left_swiper {
        left: 15px !important;
    }

    #Popular3 .btn_right_swiper {
        right: 18px !important;
    }

    .swiper-slider4.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
        width: 100%;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    #Popular4 .btn_left_swiper {
        left: 15px !important;
    }

    #Popular4 .btn_right_swiper {
        right: 18px !important;
    }

    #How-Work {
        padding-top: 30px !important;
        padding: 0px 20px;
    }

    #testimonial .testimonial-box {
        padding: 20px;
    }

    #testimonial p {
        font-size: 14px;
    }

    .footer-box h5 {
        font-size: 14px;
    }

    .footer-box .btn {
        font-size: 13px;
    }

    #work-with-us .work-intro {
        background-size: cover !important;
        background-attachment: initial !important;
        min-height: 250px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-top: -1px;
        background-position: right !important;
    }

    .conat-search {
        padding: 0 35px 20px !important;
    }

    #How-Work {
        padding-top: 0px !important;
    }

    .footer-box {
        width: 94% !important;
    }


    .subcat__category .img-category-box img {
        height: 90px !important;
        width: 90px !important;
    }

    .user__panel .top_head .l_top_head ul {
        text-align: center !important;
    }

    .steps fieldset {
        padding: 12px 10px;
    }
    #work-with-us .work-intro {
        min-height: auto !important;}
    .work-intro h1 {
        font-size: 16px !important;
    }
    .work-intro h2 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    #work-with-us .work-intro {
        padding: 30px 20px !important;
    }
    #work-with-us .work-intro {
        position: absolute !important;
        background: #0003 !important;
        top: 0 !important;
        height: 100%;
    }
    .work-intro h1 {
        color: #fff!important;
        font-weight: 600;
        font-size: 17px !important;
        text-shadow: 0 2px 4px #000;
    }
    .work-intro h2 {
        color: #fff!important;
        text-shadow: 0 2px 4px #000;
        font-size: 14px;
    }
}

@media only screen and (max-width:641px) {
    .file-factor-sec .col-11.custom-file {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .file-factor-sec .col-1 {
        flex: 0 0 50%;
        width: 50%;
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    .file-factor-sec .col-1 img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        margin-top: 0px;
        display: block;
        margin-top: 10px;
        border-radius: .25rem !important;
    }

    .tab__order__profile #list-tab {
        justify-content: center !important;
    }

    .tech-panel #list-tab a.list-group-item {
        padding: 5px 16px 5px !important;
    }

    .form-control {
        margin-bottom: 5px;
    }

    .form-control.custom-input {
        background-color: #eeeeee !important;
        border-radius: 10px !important;
        padding: 5px 6px !important;
    }

    .row.row-box-work {
        margin-top: 15px;
    }

    .l-content-work .col-2.back-bt {
        float: left;
        margin-left: 12px;
        margin-top: 15px;
    }

    .tab__order__profile .tab-pane {
        margin: 6px 0;
    }

    .row.row-box-work {
        margin-top: 0;
    }

    .box-my-work {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .tab-content.my-4 {
        margin: 0 !important;
    }

    .pagination {
        justify-content: center;
    }

    .swal2-styled.swal2-confirm {
        background-color: #00509a !important;
        color: #fff;
        font-size: 13px;
    }

    .swal2-styled.swal2-cancel {
        font-size: 13px;
        background-color: #ffd019 !important;
        color: #1d3457;
    }

    table.tbl-bd td {
        word-break: break-word !important;
        text-align: center;
        padding: 2px 5px;
        font-size: 12px;
    }

    .tbl-profile.tbl-Transactions td {
        text-align: center;
        padding: 2px 5px;
        font-size: 12px;
    }

    .l_top_head {
        text-align: right !important;
        --bs-gutter-x: 0 !important;
        line-height: 1 !important;
    }

    .l_top_head ul li {
        display: flex;
        padding: 0 5px;
        width: 100%;
        text-align: left;
        align-items: center;
        justify-content: left;
    }

    .col-sm-9.l_top_head ul li a {
        font-size: 12px;
    }

    .dropdown2 #dropdownMenuButton {
        font-size: 12px !important;
    }

    .changeinfo a, .userSpecifications a {
        font-size: 12px !important;
        margin-top: 0;
        line-height: 25px !important;
    }

    .top-userSpecifications {
        padding: 0;
    }

    .status-my-work span {
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
    }

    .Increase_credit .form-check {
        margin: 0 auto;
        padding: 0;
        float: none;
        display: flex;
        justify-content: center;
    }

    form.Increase_credit > div label {
        width: 80px !important;
        margin: 10px auto 0 !important;
    }

    .remaining-time a {
        margin-bottom: 0px !important;
        font-size: 13px !important;
    }

    .remaining-time form {
        margin-bottom: 0px !important;
        font-size: 13px !important;
    }

    .content-my-work .remaining-time {
        margin-top: 0;
    }

    .ord-tb {
        width: auto;
    }

    #container .l-top-box-order img {
        width: 58px;
        height: 58px;
    }

    .nm-mosh {
        text-align: center;
        font-size: 12px;
        font-weight: 500 !important;
        color: #444;
        margin: 0 auto;
    }

    .col-sm-3.l-top-box-order {
        text-align: center;
        margin-top: 7px;
    }

    .container-factor .alopiping_factor {
        text-align: center;
        font-size: 14px;
    }

    .container-factor .alopiping_factor {
        padding: 10px 5px 0;
    }

    #formContent ul {
        list-style: none;
    }

    #arbitrationForm li span {
        font-size: 13px;
    }

    #arbitrationForm {
        padding: 7px 20px;
    }

    .tab__order__profile {
        margin: 5px 0;
    }

    ul.menu-userSpecifications li {
        list-style: none;
        line-height: 24px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        padding-bottom: 4px;
        padding-top: 4px;
    }

    .title-user-panel .title {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 4px 32px 4px 15px;
        font-size: 13px;
        position: relative;
    }

    .title-user-panel .title strong::before, .title-user-panel .title a::before {
        position: absolute;
        right: 5px;
        top: 3px;
    }

    .title-user-panel .l-title-user-panel .form-control {
        font-size: 13px;
    }

    #container aside.rightSidebar {
        margin-bottom: 0px !important;
    }

    #order-side form .input-group.justify-content-end {
        justify-content: inherit !important;
        margin-top: 0px !important;
    }

    .img-userSpecifications {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .order-details .row.title-user-panel {
        margin-bottom: 15px !important;
    }

    .ersal {
        padding: .375rem .75rem!important;
        font-size: 12px!important;
        font-weight: 400!important;
        line-height: 1.5!important;
        color: #212529!important;
        background-color: #fff!important;
        background-clip: padding-box!important;
        border: 1px solid #ced4da!important;
        appearance: none!important;
        border-radius: .25rem!important;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out!important;
        width: 100%!important;
        text-align: right!important;
        margin-bottom: 10px!important;
    }

    #viewFactorImage {
        margin-top: 0 !important;
    }

    .m-4.file-factor-sec {
        margin: 0 !important;
    }

    #showIMAGE {
        width: 70%;
        margin: 0px auto;
        inset: 40px 0px 0px;
    }

    .file-factor-sec .col-1 img {
        margin: 0 auto 15px !important;
    }

    #codeError {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .box-ax-info {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        padding: 0 15px;
        justify-content: inherit !important;
    }

    .r-col-order-box img {
        width: 70px;
        height: 70px;
    }

    .item-myprofile .select2-container--default {
        width: 100% !important;
    }

    .btn-faal {
        margin-top: 5px;
        margin-bottom: 9px;
    }

    #abouteMeForm .form-floating > label {
        position: inherit !important;
        padding-bottom: 5px !important;
    }

    #abouteMeForm .form-control {
        font-size: 13px;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .content-my-accordion img {
        height: auto !important;
    }

    .my-accordion p, .my-accordion span {

        font-size: 13px !important;
    }

    .swiper-slider1, .swiper-slider3 {
        padding: 0 15px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .btn_left_swiper {
        position: absolute !important;
        left: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-left: 1.5vw !important;
        margin-top: 0 !important;
    }

    .btn_right_swiper {
        position: absolute !important;
        right: 15px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
        top: 31%;
        margin-right: 1.5vw !important;
        margin-top: 0 !important;
    }

    .swiper-slider2, .swiper-slider4 {
        padding: 0 15px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    #Popular4 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #How-Work {
        padding-top: 1px !important;
        margin-top: 10px;
    }

    #Popular3 {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    #Popular4 {
        padding-bottom: 30px;
        margin-bottom: 35px;
    }

    #service-purpose p img {
        height: auto !important;
    }

    .how-box:last-child .box-how {
        margin-bottom: 15px;
    }

    .on-subcat-intro-img h1#headerNameHolder {
        font-size: 14px !important;
    }

    .container-how-work span {
        font-size: 13px;
        font-weight: 500;
    }

    #order #testimonial {
        padding-top: 15px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .col-item-reg #citySelect {
        display: block;
    }

    .pdp-default {
        left: auto !important;
        margin-right: 28px !important;
    }

    #titleCities {
        font-size: 14px !important;
    }


    #searchingCities li.searchA a {
        font-size: 13px;
    }

    #searchCityModal form::before {
        top: 5px !important;
        right: auto !important;
        left: 10px !important;
    }

    #searchCityModal .modal-header {
        padding-bottom: 0 !important;
    }

    .select2-selection ul {
        display: block !important;
        width: 100% !important;
        text-align: right !important;
        direction: rtl !important;
        float: right !important;
    }

    #tab3 .selection span.select2-selection {
        position: relative;
    }

    #step3Form .select2-search textarea {
        text-align: right;
        position: absolute;
        right: 7px;
        left: auto;
        top: 0;
    }

    #step2Form .col-md-6.r-reg-form {
        padding: 0 !important;
    }

    .link-order-details {
        font-size: 13px !important;
        padding: 4px 7px !important;
    }

    #expert .Tracking-Code {
        display: none;
    }

    #expert .r-title-user-panel .title strong.no-icon i {
        top: 0;
    }

    #expert .r-title-user-panel .title {
        margin-bottom: 3px;
        margin-top: 10px;
    }

    .content-Credit-payment .table-responsive {
        overflow: scroll !important;
        max-width: 300px !important;
    }

    .content-Credit-payment .table-responsive table {
        overflow: scroll !important;
        min-width: 460px !important;
    }
    table thead {
        background: #eaedf6;
        width: 100% !important;
        position: sticky !important;
        top: 0 !important;}

    #etebar table.tbl-profile thead{  background: #eaedf6;
        width: 100% !important;
        position: sticky !important;
        top: 0 !important;}



    .content-Credit-payment .table-responsive{max-height: 30vh !important;
        overflow: auto;}

    .content-Credit-payment table.tbl-profile {
        display: table!important;
    }
    .bazgasht{text-align: center;}
    .order-box .back-bt {
        margin-bottom: 0;
        margin-top: 0;}
    .order-box .col-12.r-btn-payment {
        margin-bottom: 7px !important;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 0px;
    }

    .alert-box2 .alert-warning {
        font-size: 11px;}

    .fact-st {
        border: 1px solid #80808096;
        border-radius: 7px;
        width: 97%;
        margin: 40px auto 0;
    }

    #verifyForm .form-check {
        float: right;
        margin-left: 7px;
        display: flex;
        align-items: center;
    }
    a.btn-bazgasht {
        font-size: 12px;
    }
    #verifyForm .form-check label{margin-left: 5px;}

    .alert-box2 .alert-warning {
        font-size: 11px;
        width: 90%;
    }

    .fact-st .alert{margin-bottom: 0;
        font-size: 11px;
        width: 90%;}
    .l-col-technician-Box .col-3 {
        text-align: right;
        width: 100% !important;
        margin-bottom: 3px;}
    .alopiping_factor span.desc {
        font-size: 12px;
    }
    .r-col-technician-Box {
        width: 33px;}
    .l-col-technician-Box {
        padding: 9px 10px 10px 9px !important;
    }
    .form-check label img {
        width: 60px;}
    #arbitrationForm {
        padding: 20px;
    }
    #arbitrationForm li span {
        font-size: 12px;
    }

    .r-title-user-panel .title strong.no-icon i {
        top: 0;
    }

    #notPAy{display: flex;
        align-items: center;}

    #notPAy label.form-check-label{margin: 0px auto !important;}

    form.Increase_credit > div label {
        width: auto !important;
        margin: 10px auto 0 !important;
        text-align: right;
        font-size: 12px;
    }
    #notPAy .form-check > input {
        width: 13px !important;
        height: 13px !important;
        padding: 6px;
    }
    .title-user-panel .l-title-user-panel .form-control {
        font-size: 13px;
        text-align: right;
    }
    .modal-dialog-centered {
        min-height: auto !important;
    }
    #addServices {
        font-size: 13px !important;
        padding: 4px 7px !important;
    }
    #factor2 .l-title-user-panel button {
        font-size: 13px !important;
        padding: 4px 7px !important;
        width: auto !important;
        float: right;
    }

    .custom-file .ersal {
        margin-bottom: 10px !important;
    }
    .l-col-technician-Box {
        padding: 4px 12px 4px 2px;
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    .alopiping_factor span.desc {
        font-size: 12px;
    }
    .alopiping_factor span.title {
        font-size: 12px;}
    .mt-3 {
        margin-top: 5px !important;
    }
    .r-col-technician-Box {
        width: 30px;
    }
    .col-3.date-factor.text-center {
        display: none;
    }

    .l-col-technician-Box .col-3 {
        flex: 0 0 auto;
        width: 100%!important;
    }
    .alopiping_factor span.number {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .alopiping_factor .td-title {
        font-size: 12px;}
    .alopiping_factor table thead tr th {
        font-size: 13px;
    }

    #receiptForm .form-row .form-control {
        font-size: 13px;
        margin-top: 0 !important;
        width: 100% !important;
    }
    .box-fact .form-control{margin: 0px !important;
        width: 100% !important;}
    #factorForm .col-3 .form-control, #factorForm .col-4 .form-control {
        padding: 2px 8px !important;
        font-size: 13px;
    }
    #totals input{width: 100% !important;}
    .box-fact div > button {
        margin-bottom: 5px !important;
        background: #232f84;
        color: #fff;
        font-size: 13px !important;
        padding: 4px 7px !important;
        width: auto !important;
        float: right;
        border-radius: 5px !important;
        background: #00509a;
        border: 0 !important;
    }
    #sendInfo {
        margin-top: 14px !important;
    }
    .upload-profile-wrapper p{font-size: 13px;}

    h1{font-size:19px !important;}

    h2{font-size:17px !important;}

    h3{font-size:15px !important;}

    h4{font-size:14px !important;}

    h5{font-size:14px !important;}

    h6{font-size:14px !important;}

    p{font-size:14px !important;}

    #Discounts h4.text-center{margin-bottom: 0px !important;
        margin-top: 0px !important;}

    #Discounts {
        margin-top: 20px;
    }
    #Discounts .swiper-pagination{margin-top: 8px;}
    .box-caption {
        margin-bottom: 0px !important;
        margin-top: 10px !important;}
    .swiper-pagination{margin-top: 8px !important;}

    #Popular1, #Popular3 {
        padding-bottom:15px;
        margin-bottom: 20px;
    }
    #Popular4 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .row-how {
        margin-top: 0px;
    }
    #How-Work .how-box h5 {
        margin-bottom: 0px !important;
    }
    #How-Work .how-box p {
        margin-top: 0px !important;}
    .how-box img {
        width: 56px !important;
    }
    #testimonial h4.h4 {
        font-size: 14px !important;
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }
    #testimonial span.h4,span.title-customer-comment {
        font-size: 14px !important;
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }
    #testimonial .testimonial-box {
        padding: 12px;
    }
    #testimonial .testimonial-box {
        margin-bottom: 15px;}
    #blog h6, #How-Work h6 {
        margin-bottom: 8px;
        margin-top: 20px !important;
    }
    #blog h4.caption-right {
        font-size: 12px !important;
    }
    .row.blog-row {
        margin-top: 15px;
    }
    .footer-box {
        margin-bottom: 30px !important;
    }
    .footer-box .btn {
        font-size: 12px;
    }
    ul.info__contact li span {
        font-size: 12px;
    }
    .footer-links a {
        font-size: 12px;
    }
    footer #Email-Input {
        width: 100%;
        font-size: 12px;}
    .pulse {
        height: 46px;
        width: 46px;}
    .pulse i {
        font-size: 20px;
    }
    .title-h{margin-bottom: 40px;
        margin-top: 0;}
    li {
        font-size: 14px;
    }
}

@media only screen and (max-width:340px) {
    #order-side form .input-group.justify-content-end .form-outline {
        width: 84% !important;
    }

}



.justi-matn{text-align: justify!important;}

#ratingSection .container {
    overflow: hidden;
    position: relative;
    padding: 0px 2rem !important;
    padding-top: 26px !important;
    margin-top: 60px;
}
#ratingSection{
    padding-bottom: 30px;
    margin-bottom: 25px;
}
#ratingSection h4.h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

#ratingForm .starsStyles i {
    color: #212529 !important;
    font-size: 25px;
}
#lastRateCount {
    color: gray;
    font-size: 12px;
    padding-top: 10px;
}




.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}

#starLabel{
    padding-bottom: 15px;
}
.my-rating-9{direction: ltr;}


@media only screen and (max-width:768px) {
section#navigation span{font-size: 9px;}
    section#navigation i.fa{position: relative;top:3px;}
    .showPricee{
        position: unset!important;
    }
}

.parent-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}

.parent-access .chid-access-4 {
    width: 23%;
    text-align: center;
}
.chid-access-4 a {
    display: block;
    margin-bottom: 20px;
}
#blog h6.caption-right{font-size: 14px!important;color:#888;}
.fixed-tel .box-phone{background: #fff;padding: 12px;border-radius: 8px;z-index: 10;left: -117px;position: absolute;top: -26px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;display: none;}
.fixed-tel .box-phone.show{display: block;}




@media (max-width: 767px) {
    .intro2 h1{font-size: 16px !important;}

}
@media (max-width: 576px) {
    .parent-access .chid-access-4 {
        width: 45%;
        margin-bottom: 30px;
    }
    .conat-search-index{padding: 0 12px 20px !important;}
}


::-webkit-scrollbar {width: 8px;height:8px;background: #ddd;}
::-webkit-scrollbar-thumb {background: #a9a9a9;-webkit-border-radius: 1ex;}
