body * {
    outline: none;
}
.container{
    width: 100%;
    margin: 0 auto;
    max-width: unset!important;
    padding-left: 5vw;
    padding-right: 5vw;
}


.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px !important;
    background: #1fd0b3 !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #1fd0b3 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav span {
    background: #1fd0b3 !important;
}



.owl-theme .owl-nav [class*=owl-] {
    background: none !important;
    display: none !important;
    padding: 0px !important;
  }

.accordion .card {
    border: 0 !important
}

.accordion .card-header {
    padding: 1rem !important;
    margin-bottom: 0;
    background-color: #f8f9fc !important;
    box-shadow: none;
    border: 0 !important
}

.accordion .card-header button {
    padding: 0 !important;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.icons {
    line-height: 1;
}

/* modal */

.dark-modal .modal-content {
    background-color: #000000;
    color: white;
    background: none;
    border: none;
}

.dark-modal .modal-header {
    margin-left: auto;
    border: none;
    padding: 0 !important;
}

.dark-modal .close {
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
}

.swiper-button-next:hover {
    border-radius: 50%;
}

.swiper-button-prev:hover {
    border-radius: 50%;
}

.feather {
    color: white !important;
}
.arrow {
    color: white !important;
}

.features .icon {
    background: rgba(160, 214, 103, 0.10) !important;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a,
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li .submenu li a:hover,
#topnav .navigation-menu>li.has-submenu.open>a,
#topnav .has-submenu.active a {
    color: #ffffff !important;
}

.primary-bg-color {
    background-color: rgb(47 84 210 / 66%) !important;
}

.features .image:before {
    background: linear-gradient(45deg, transparent, rgba(160, 214, 103, 0.10));
}

.features:hover .image:before,
.features.feature-clean .icons i {
    background: rgba(160, 214, 103, 0.10) !important;
}

.subcribe-form button {
    top: 2.9px !important;
}

.slider {
    position: relative;
}

#topnav .logo .logo.logo-light-mode, .logo-light-mode{
    color: #fff!important;
    margin-bottom: 0;
    padding-bottom: 0;
}
#topnav.nav-sticky .logo .logo.logo-light-mode{
    color: #000!important;
}
.banner-text-wrap .title-heading .heading {
    color: #fff;
}
.section-title .title {
    font-weight: 700 !important;
}
.text-muted {
    color: #6c757d!important;
}
.py-6 {
    padding: 2.5rem 0;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid slategrey;
}

.register-form {
    /* position: absolute; */
    padding: 30px;
    top: 15rem;
    right: 8rem;
    z-index: 99;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 8px 0 rgb(0 0 0 / 14%) !important; */
    /* max-width: 620px;
    min-width: 575px; */
}

.register-form h4{
    font-size: 30px!important;
    margin-bottom: 25px;
    font-weight: 700 !important;
}
.register-form ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 40px;
}
.register-form ul li{
    margin-right: 14px;
}
.register-form ul li i{
    margin-right: 5px;
}
.register-form form{
    width: 75%;
}
.register-form form input{
    padding-left: 40px;
    margin-bottom: 35px;
    height: 50px;
}
.input-search{
    background-image: url(../images/product-search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 13px;
    z-index: 9;
}
.register-form .choose-brand{
    padding: 0 70px;
    position: relative;
    margin-bottom: 30px;
}
.register-form .choose-brand::after{
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #000;
    top: 12.5px;
    left: 15px;
}

.register-form .choose-brand::before{
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #000;
    top: 12.5px;
    left: 245px;
}
.brand-main-wrap {
    display: flex;
    align-items: flex-end;
}
.brand-main-wrap .brand-wrap{
    display: flex;
    align-items: center;
}
.brand-main-wrap .brand-wrap span{
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    width: 80px;
    height: 110px;
}
.brand-main-wrap .brand-wrap span img{
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 14%) !important;
    margin-bottom: 5px;
}
.brand-main-wrap .brand-wrap span label{
    text-align: center;
    font-size: 12px;
    line-height: 1;
}
.brand-main-wrap p{
    margin-bottom: 0;
    cursor: pointer;
}
.footer {
    padding: 30px 0;
}
.footer.footer-bar {
    padding: 15px 0;
}
.footer .social-icon.foot-social-icon{
    text-align: right;
}
.banner-text-wrap{
    max-width: 50%;
}
.how-do-we-work-card{
    width: 25%;
}
.what-we-do-wrap {
    width: 33.33%;
}
.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 30px;
}
.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 30px;
}
#aboutus .bg-overlay {
    background-color: rgba(60,72,88,0.85);
}
.about-customer-image{
    width: 80%;
    margin: auto;
}
.order-wrap .order-title{
    font-size: 20px;
    font-weight: 700;
}
.phone-detail-wrap p{
    margin-bottom: 8px;
    font-weight: 600;
}
.phone-detail-wrap p span{
    font-weight: 400;
    color: #808488;
}
.phone-image-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.select-brand-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}
.select-brand-wrap .brand-block{
    display: flex;
    width: calc(16.66% - -72px);
    max-width: 169px;
    max-height: 220px;
    height: 140px;
    margin: 0 20px;
    margin-bottom: 40px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
    border-radius: 10px;
}
.select-brand-wrap .brand-block img{
    object-fit: contain;
    width: 80px;
    height: 80px;
}
.brand-title{
    display: block;
    justify-content: space-between;
}
.brand-title form{
    min-width: 330px;
}
.brand-title form input{
    padding-left: 40px;
    margin-bottom: 35px;
    height: 50px;
}
.order-detail-wrap {
    
}
.order-detail-wrap .card{
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 14%);
    padding: 20px;
    border: 0;
}
.card-device-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.card-device-image img{
    width: 80px;
    height: 80px;
}
.card .card-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.status-detail-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78%;
    margin: auto;
    position: relative;
}

.status-detail-wrap .status-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}
.status-detail-wrap .status-block::after{
    position: absolute;
    content: '';
    width: 82%;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #000;
    border-style: dotted;
    top: 19px;
    left: 59%;
}
.status-detail-wrap .status-block:last-child::after{
    content: none;
}
.status-detail-wrap .status-block .status span i{
    font-size: 26px;
}
.status-block p{
    font-size: 14px;
}
.status-detail-wrap .status-block .status{
    position: relative;
}
.card p{
    margin-bottom: 5px;
    line-height: 1.3;
}
.card span{
    font-weight: 400;
    color: #808488;
}
.card ul li{
    font-size: 14px;
    margin-bottom: 5px;
}
.card ul{
    margin-bottom: 5px;
}
.book-repair,.repair-cost{
    font-size: 14px;
}
p.book-repair{
    margin-bottom: 10px;
}
p.phone-color{
    font-size: 12px;
    margin-bottom: 30px;
}
p.repair-cost{
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 20px;
}
.store-detail,.status-wrap{
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.visit-by-store-wrap,.client-address,.client-number{
    margin-bottom: 25px;
}
.client-number{
    padding-bottom: 20px;
}
.card-bottom-wrap{
    display: flex;
    justify-content: end;
}
.price-summary-wrap{
    padding: 20px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 14%);
    margin-bottom: 40px;
    border-radius: 6px;
    background-color: #fff;
}
.price-summary-wrap:last-child{
    margin-bottom: 0;
}
.price-summary-wrap:last-child p span:last-child{
    text-align: left;
}
.price-summary-wrap p{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-summary-wrap h5{
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.price-summary-wrap.order p span:last-child{
    width: 65%;
}   
/* common style */

.bg-transparent{
    background-color: transparent;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}
.text-black{
    color:#161c2d;
}
.mr-2{
    margin-right: 20px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-50{
    margin-top: 50px;
}
.text-green {
    color: #1fd0b3 !important;
}
.vh-70 {
    height: 65vh;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-md-7 {
    padding-top: 5rem !important;
}

.mr-1 {
    margin-right: 10px;
}

.no-border {
    border: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}
/* .bg-half {
    padding: 90px 0 90px;
} */

/* responsive */

@media only screen and (max-width: 1360px) {
    .register-form {
        right: 5rem;
    }
    .banner-text-wrap{
        max-width: 45%;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-text-wrap{
        max-width: 95%;
    }
    #topnav .navigation-menu>li>a {
        padding-left: 0px;
        padding-right: 15px;
    }
    .logo {
        line-height: 55px;
    }
    .how-do-we-work-wrap{
        padding-top: 25rem;
        background-position: right!important;
    }
    .register-form {
        right: 5rem;
        bottom: 0;
        top: 80%;
        background: #fff;
        height: 90%;
    }
    .swiper-slider-hero{
        height: 75vh;
    }
    .container {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    #topnav .container {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
}

@media only screen and (max-width: 991px) {

    #topnav .navigation-menu>li {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    #topnav .navigation-menu>li .submenu.open {
        background: #f8f9fc;
        padding-left: 5px;
    }
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 36px;
        top: 20px;
        pointer-events: none;
        height: 15px;
        width: 15px;
    }
    #topnav .navigation-menu>li .submenu li a {
        padding: 15px 15px;
    }
    .how-do-we-work-card{
        width: 50%;
    }
    .what-we-do-wrap {
        width: 50%;
    }
    .how-do-we-work-wrap .row .how-do-we-work-card:nth-child(2) .card::after{
        display: none;
    }
    .work-process.process-arrow:after{
        display: block;
    }
}


@media only screen and (max-width: 767px) {
    .register-form {
        right: auto;
        max-width: unset;
        min-width: unset;
        width: 90%;
        left: 5%;
        top: 41%;
        height: 527px;
        padding: 20px;
    }
    .swiper-slider-hero .swiper-container .swiper-button-next {
       display: none;
    }
    .swiper-slider-hero .swiper-container .swiper-button-prev {
        display: none;
    }
    .how-do-we-work-card{
        width: 100%;
        padding-top: 2rem !important;
    }
    .what-we-do-wrap {
        width: 100%;
    }
    .register-form ul {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 5px;
    }
    .register-form ul li{
        margin-bottom: 15px;
    }
    .register-form h4 {
        font-size: 25px!important;
        margin-bottom: 15px;
    }
    .register-form form {
        width: 100%;
    }
    .brand-main-wrap .brand-wrap span img {
        width: 70px;
        height: 70px;
    }
    .brand-main-wrap {
        flex-direction: row;
        align-items: center;
    }
    .brand-main-wrap .brand-wrap{
        margin-bottom: 15px;
    }
    .work-process.process-arrow:after {
        height: 40px;
        top: 130%;
        left: 60%;
        transform: rotate(90deg);
    }
    .how-do-we-work-wrap .row .how-do-we-work-card:nth-child(2) .card::after{
        display: block;
        left: -20%;
        transform: rotate(-90deg);
        background-image: url(../images/process-rtl.png);
    }
    .how-do-we-work-wrap {
        padding-top: 15rem;
    }
    .brand-main-wrap .brand-wrap span:last-child{
        margin-right: 0;
    }
    .footer .social-icon.foot-social-icon {
        text-align: center;
    }
}