@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@400;500;700&display=swap);

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1300px;
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

ul,
li,
a,
p,
span {
    font-family: 'Roboto',
        sans-serif;
    font-weight: 400;
}


body,
* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
html {
    transition: all .3s linear;
}

body {
    background: #fff;
}

a,
* {
    text-decoration: none !important;
}

button:focus {
    outline: none;
}

.f_18 {
    font-size: 18px !important;
}

.f_20 {
    font-size: 20px !important;
}

.f_24 {
    font-size: 24px !important;
}

/* form element */
.form-group .form-control {
    font-family: 'Roboto',
        sans-serif;
    font-weight: 400;
    color: #333333;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    height: 50px;
    transition: all .3s ease-in-out;
    border-color: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: #EE5913;
    transition: all .3s ease-in-out;
}

.w_color {
    color: #fff;
}

.com_color {
    color: #EE5913 !important;
}

.com_color:hover {
    color: #cf4404 !important;
}

.com_color_hover {
    color: #EE5913 !important;
}

.com_bg {
    color: #fff;
    background: #EE5913;
}

.com_bg_hover {
    color: #fff;
    background: #EE5913;
}

.com_com_bg {
    color: #fff;
    background: #EE5913;
    border: 1px solid #fff !important;
}

/* transition */
.hover_icon_tr {
    display: flex;
    align-items: center;
    transition: all .3s linear;
}

.hover_icon_tr i {
    padding-left: 5px;
    transition: all .3s linear;
}

.hover_icon_tr:hover i {
    margin-left: 15px;
    transition: all .3s linear;
}

/* ./ */
.btn {
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: center !important;
    justify-content: center;
}

.btn.btn_effect_w,
.btn.btn_effect_c {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border: 1px solid #EE5913;
}

.btn_effect_w {
    background: #EE5913;
}

.btn_effect_c {
    background: #fff;
}

.btn_effect_w span {
    color: #fff;
}

.btn_effect_c span {
    color: #EE5913;
}

.btn_effect_w span,
.btn_effect_c span {
    position: relative;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
}

.btn_effect_w::after,
.btn_effect_c::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.btn_effect_w::after {
    background: #fff;
}

.btn_effect_c::after {
    background: #EE5913;
}

.btn_effect_w:hover::after,
.btn_effect_c:hover::after {
    height: 100%;
}

.btn_effect_w:hover span {
    color: #EE5913;
}

.btn_effect_w:hover {
    border: 1px solid #EE5913;
}

.btn_effect_c:hover span {
    color: #fff;
}


.btn:active,
.btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.hover_none:hover,
.hover_none:focus {
    box-shadow: none !important;
    outline: none !important;
}

.section_padding {
    padding: 80px 0px;
}

.section_headding {
    font-weight: 500;
    font-size: 45px;
    color: #333333;
    margin-bottom: 60px;
}

.section_headding.with_border {
    position: relative;
    padding-left: 30px;
}

.section_headding.with_border::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 46px;
    left: 0px;
    top: 0px;
    background: #EE5913;
    border-radius: 1px;
}

.site-title {
    color: #333333;
    font-size: 50px;
    line-height: 80px;
    margin-top: 84px;
}

.site-description {
    color: #666666;
    font-size: 22px;
    line-height: 144%;
    margin-top: 18px;
}

.info_title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
}

.info_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
}

/* ./com css */
.header-top {
    height: 44px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

.header-top p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.header-top p span {
    font-weight: 700;
}

.header-top a {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #333333;
}

header.header {
    background-color: #EE5913;
    z-index: 999;
    transition: height .3s linear;
}

header.header .logo {
    height: 66px;
}

header.header .logo img {
    height: 100%;
}

header.header.navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    transition: height .3s linear;
}


.header .container .menu li {
    padding: 0px 20px;
}

.header .container .menu li:first-child {
    padding-left: 0px;
}

.header .container .menu li:last-child {
    padding-right: 0px;
}

.header .menu li a {
    position: relative;
    font-size: 22px;
    color: white;
}

.header .menu li.active a::after,
.header .menu li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.header .search input {
    color: #fff;
    background: none;
    border-radius: 10px;
    border-color: white;
    padding: 10px;
    border: 1px solid #fff;
}

.header .search input::placeholder {
    color: #fff;
}

.header .navbar-toggler-icon {
    color: #fff;
}

/* .navbar {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
} */

/* .navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    font-size: 20px;
    padding-right: 50px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.navbar .navbar-brand b {
    color: #f04f01;
}

.navbar .navbar-nav a {
    display: inline-block;
    color: #fff;
    font-size: 96%;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.navbar .navbar-nav a.active::after,
.navbar .navbar-nav a:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}

.search-box input.form-control,
.search-box .btn {
    font-size: 14px;
    border-radius: 2px !important;
}

.search-box .input-group-append {
    padding-left: 4px;
}

.search-box input.form-control:focus {
    border-color: #f04f01;
    box-shadow: 0 0 8px rgba(240, 79, 1, 0.2);
}

.search-box .btn-danger,
.search-box .btn-danger:active {
    font-weight: bold;
    background: #f04f01 !important;
    border-color: #f04f01;
    text-transform: uppercase;
    min-width: 90px;
}

.search-box .btn-danger:hover,
.search-box .btn-danger:focus {
    background: #eb4e01 !important;
    box-shadow: 0 0 8px rgba(240, 79, 1, 0.2);
}

.search-box .btn span {
    transform: scale(0.9);
    display: inline-block;
}

.navbar .nav-item.open>a {
    background: none !important;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:active {
    color: #fff;
    padding: 8px 20px;
    font-size: 13px;
    background: #eb4e01;
}

.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
    color: #eb4e01;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .form-inline .input-group .form-control {
        width: 225px;
    }
}

@media (max-width: 992px) {
    .form-inline {
        display: block;
    }
} */



/* end header */
.banner {
    height: 650px;
    position: relative;
    margin: 0 auto;
}

.banner::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg-image-3.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.banner .banner-content .site-title {
    color: #FFFFFF;
    margin-top: 60px;
}

.banner .banner-content .site-description {
    color: #FFFFFF;
}

.banner .card {
    background: none;
    border: none;
}

.banner .card .card-body {
    padding: 0;
    text-align: center;
}

.banner .card .img-content {
    text-align: center;
    margin-top: 40px;
}

.banner .card .img-content img {
    width: 120px;
    text-align: center;
    margin-top: 40px;
    filter: grayscale(100%);
    transition: all .3s linear;
}

.banner .card:hover .img-content img {
    filter: grayscale(0%);
    transition: all .3s linear;
}

/* .banner .card .fla_icon::before {
    color: rgb(233, 233, 233);
    font-size: 120px;
    margin-left: 0;
} */


.banner .card h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;

}

.banner .card p {
    font-size: 10px;
    color: #FFFFFF;
}

.banner .banner-btn {
    margin-top: 50px;
}

.banner .banner-btn a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px;
}

.banner .mobile img {
    margin-top: 40px;
    /* box-shadow: 2px 8px 8px 8px grey; */
}

/*  */

.zip-section {
    border-radius: 10px;
    margin-top: 60px;
    background: #08192B;
    padding: 50px
}

.zip-section h1 {
    margin-top: 40px;
    margin-bottom: 35px;
    color: #FFFFFF;
    font-size: 45px;
}

.zip-section .form-control {
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    border: none;
    border-right: 2px solid #EE5913;
}

.zip-section .input-group-append {
    max-width: 204px;
    width: 100%;
    margin-left: 0;
}

.zip-section .input-group-text {
    width: 100%;
    justify-content: center;
    color: #333333;
    background: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
}

/* ./ */

.repair-category .card {

    padding: 34px 0px 0px 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),
        0 3px 1px -2px rgba(0, 0, 0, .0),
        0 1px 5px 0 rgba(0, 0, 0, .20);
    box-shadow: inset 4px 4px 4px 0px rgba(0, 0, 0, .08), 4px 4px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    border: 0;
}


.repair-category .card .repair-img img {
    /* position: absolute; */
    /*     height: 160px; */
    max-width: 160px;
    width: 100%;
}

.repair-category .card h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    transition: all .3s linear;
}

.repair-category .card:hover h4 {
    color: #EE5913;
    transition: all .3s linear;
}


/* .repair-category end */



.chois-case h3 .icon {
    font-size: 24px;
    margin-right: 10px;
}

.chois-case .icon_1 .icon {
    color: #EE5913;
}

.chois-case .icon_2 .icon {
    color: #009CFF;
}

.chois-case .icon_3 .icon {
    color: #FF5678;
}

.chois-case .icon_4 .icon {
    color: #01690C;
}


/* choise end here */


.lavel .lavel-content .card {
    border: none;

}

.lavel .lavel-content .card .blog-img {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* .lavel .lavel-content .card .blog-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.lavel .lavel-content .blog-img {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.lavel .lavel-content .blog-img::after {
    display: block;
    content: "";
    padding-bottom: 70%;
}

.lavel .lavel-content .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lavel .lavel-content .blog-img.img-1 {
    background: url("../images/lavel/s1.jpg");
    background-size: cover;
    background-position: center center;
}

.lavel .lavel-content .blog-img.img-2 {
    background: url("../images/lavel/s2.jpg");
    background-size: cover;
    background-position: center center;
}

.lavel .lavel-content .blog-img.img-3 {
    background: url("../images/lavel/s3.jpg");
    background-size: cover;
    background-position: center center;
}

.lavel .lavel-content .blog-img.img-4 {
    background: url("../images/lavel/s1.jpg");
    background-size: cover;
    background-position: center center;
}

.lavel .lavel-content .card {
    background: #F1F1F1;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.lavel .lavel-content .card .card-body .deadline {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    color: #666666;
}

.lavel .lavel-content .card .card-body p {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
}

.lavel .lavel-content .card .card-body a {
    font-size: 16px;
    color: #E44F30;
    text-align: center;
}

.lavel .lavel-content .card .card-body a:hover {
    text-decoration: none;
}

.lavel .product-img {
    max-width: 260px;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    text-align: center;
}

.lavel .product-img img {
    max-height: 100%;
    margin: 0 auto;
}

.lavel .price .org_price {
    text-decoration: line-through !important;
    color: #cccccc;
    font-size: 14px;
    padding-right: 6px;
}

.lavel .price .sale_price {
    font-weight: 600;
}

.lavel .product_categories ul {
    background: #ffffff;
    padding: 15px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lavel .product_categories ul li {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.lavel .product_categories ul li:first-child {
    border-top: none;
}

.lavel .product_categories ul li a {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.lavel .product_categories ul li.active a {
    color: #f5421c;
}

/* lavel end here */
/* brand start here */


.brand .item {
    max-width: 224px;
    width: 100%;
    height: 160px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand .item:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), inset 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

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

.owl-nav button {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    color: #EE5913 !important;
    border-radius: 50%;
    margin: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.178);
}

.owl-nav button.disabled {
    display: none;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

/* end bran here */
/* about start here */




.about .btn {
    background: #EE5913;
    padding: 10px 0px;
    margin-top: 30px;
}

.about .site-description {
    margin-top: 0;
}



/* counter section */
.counter_section span {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #333333;
}

.counter_section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #EE5913;
    padding-top: 20px;
}


/* .customer-review .review-img {
    text-align: center;
    margin-top: -40px;
}

.customer-review .content h3 {
    font-size: 20px;
    margin-top: 0px;
}

.customer-review .content p {
    font-size: 16px;
    color: #666666;
}

.customer-review .card-footer {
    background: none;
} */


.testimonial-area .sec-title h1 {
    color: #3d3d3d;
}


.testimonial-carousel .single-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 95px;
    margin: 0 auto;
    overflow: hidden;
    padding: 7px;
    width: 95px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.testimonial-carousel .single-item .img-holder img {
    border-radius: 50%;
}

.testimonial-carousel .single-item:hover .img-holder {
    background: #f5421c;
    border-color: #f5421c;
}

.testimonial-carousel .single-item .text-holder {
    background: #fff;
    border: 1px solid #f7f7f7;
    margin-top: -48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 74px;
    z-index: -1;
    padding-bottom: 23px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.testimonial-carousel .single-item:hover .text-holder {
    border-color: #e7e3e3;
}

.testimonial-carousel .single-item .text-holder h5 {
    color: #f5421c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.testimonial-carousel .single-item .client-info {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    padding: 15px 25px 12px;
    text-align: left;
    border-left: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-carousel .single-item .client-info:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #f5421c;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    content: "";
    z-index: -1;
}

.testimonial-carousel .single-item:hover .client-info {
    border-color: #f5421c;
}

.testimonial-carousel .single-item:hover .client-info:before {
    height: 100%;
    opacity: 1;
}

.testimonial-carousel .single-item .client-info .name h6 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease;
}

.testimonial-carousel .single-item .client-info .name p {
    color: #f5421c;
    margin: 0;
    transition: all 500ms ease;
}

.testimonial-carousel .single-item .client-info .rating-box p {
    background: #f5421c none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    width: 50px;
}

.testimonial-carousel .single-item .client-info .rating-box p i {
    display: inline-block;
    padding-left: 3px;
}

.testimonial-carousel .single-item:hover .client-info .name h6 {
    color: #ffffff;
}

.testimonial-carousel .single-item:hover .client-info .name p {
    color: #f1f1f1;
}

/* 
.testimonial-area .owl-nav button {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    color: #EE5913 !important;
    border-radius: 50%;
    margin: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.178);
}

.testimonial-area .owl-nav button.owl-prev {
    left: -20px;
}

.testimonial-area .owl-nav button.owl-next {
    right: -20px;
}

.testimonial-area .owl-nav button.owl-prev:hover {
    color: #fff !important;
    background: #f5421c !important;
}

.testimonial-area .owl-nav button.owl-next:hover {
    color: #fff !important;
    background: #f5421c !important;
} */

/* .customer-review .reviw-content:hover {
    background: #EE5913;
} */
.footer {
    background: #08192B;
    margin-top: 98px;
}

.footer .footer-logo {
    display: inline-block;
    width: 200px;
    height: 55px;
    padding: 50px 0;
}

.footer .footer-logo img {
    display: inline-block;


}

.footer .footer-content .headding {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 0px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
}

.footer .footer-content {
    margin-top: 73px;
    margin-bottom: 64px;
}

.footer .footer-content ul {
    padding-top: 20px;
}

.footer .footer-content ul li {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 0px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all .3s linear;
}

.footer .footer-content ul.footer_link li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 0px;
    height: 3px;
    background: #EE5913;
    transition: all .3s linear;
}

.footer .footer-content ul.footer_link li a:hover {
    color: #EE5913;
    padding-left: 25px;
}

.footer .footer-content ul.footer_link li a:hover::after {
    width: 20px;
    transition: all .3s linear;
}

.footer .footer-content ul li a:hover {
    text-decoration: none;
}

.footer .footer-content .social {
    margin-top: 30px;

}

.footer .footer-content .social li {
    font-size: 40px;

}

/* about section here */
.about .section_headding {
    color: #EE5913;
}

.about .about-paragraph {
    padding-top: 20px;
}

.about p {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
}



/* about section end */
/* business and education start */
.business_education {
    margin-bottom: -30px;
}

.business_education .sec-title h1 {
    color: #3d3d3d;
}


.esingle-item {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #000000, #000000), #000000;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.esingle-item .eicon-holder {
    color: #ffff;
    font-size: 40px;
    line-height: 62px;
    background: #009CFF;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    z-index: 1;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.esingle-item .eicon-holder.icon_2 {
    background: #3F51B5;
}

.esingle-item .eicon-holder.icon_3 {
    background: #673AB7;
}

.esingle-item .eicon-holder.icon_4 {
    background: #FF5722;
}

.esingle-item .eicon-holder.icon_5 {
    background: #01690C;
}

.esingle-item .eicon-holder.icon_6 {
    background: #FF5678;
}

/* .esingle-item .etext-holder {
    background: #fff;
    margin-top: -48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 74px;
    padding-bottom: 40px;
    z-index: -1;
} */



/* .business_education section end */

/* contact section start here */
.contact-banner {
    background: url('../images/contact/contact_banner.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-banner .contact-banner-content h1 {
    color: #FFFFFF;
    font-size: 64px;
    margin-top: 80px;
}

.contact-aria {
    margin-top: 100px;
}

.contact-aria .contact-field {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 30px;
}

.contact-aria .contact-field .form label {
    color: #333333;
    font-size: 20px;
}

.contact-aria .contact-field .form input {
    border-radius: 10px;
    margin-top: 17px;
    background: #F9F9F9;
    width: 100%;
    height: 50px;
}

.contact-aria .contact-field .form .form-control {
    border-radius: 10px;
    margin-top: 17px;
    background: #F9F9F9;
}

.contact-aria .contact-field .form-control:not(textarea) {
    border-radius: 10px;
    margin-top: 17px;
    background: #F9F9F9;
    width: 100%;
    height: 50px;
}

.contact-aria .contact-field .form .btn {
    max-width: 272px;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #EE5913;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
}

.contact-aria .contact-field .form .btn i {
    padding-left: 10px;
}



.contact-aria .left-item .week-days .week-info h3 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-aria .left-item .week-days,
.contact-info,
.contact-social {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}



.contact-aria .left-item a img {
    width: 50px;
    border-radius: 3px;
    margin-left: 5px;
}

/* contact aria end */
.frequent-queation {
    margin-top: 60px;
}

.frequent-queation .text-btn {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 30px;
}

.frequent-queation .text-btn h1 {
    margin-bottom: 17px;
}

.frequent-queation .text-btn p {
    font-size: 20px;
    color: #666666;
}

.frequent-queation .text-btn .btn {
    margin-top: 20px;
    background: #EE5913;
    color: #f7f7f7;
    border-radius: 10px;
    height: 50px;
    max-width: 300px;
    width: 100%;
}

/* frequent section end here */
/* maps section start */
.map_section .map {
    width: 100%;
    height: 400px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    filter: drop-shadow(4px 4px 4px rgba(51, 51, 51, 0.1));
    border-radius: 10px;
}

/***
*
repair
*
page
*
***/
.repair_banner_section {
    background: #fff;
}

.repair_banner_section .site-title {
    margin-top: 0;
}

.repair_banner_section .repair_content ul {
    padding-top: 48px;
}

.repair_banner_section .repair_content ul li {
    position: relative;
    border-left: 1px solid #EE5913;
    padding-bottom: 30px;
    padding-left: 24px;
    margin-left: 9px;
}

.repair_banner_section .repair_content ul li:last-child {
    padding-bottom: 0px;
}

.repair_banner_section .repair_content ul li::after {
    content: '';
    position: absolute;
    left: -9px;
    top: -2px;
    width: 18px;
    height: 18px;
    background: #EE5913;
    border-radius: 50%;
}

.repair_banner_section .repair_btn {
    color: #fff;
    background: #EE5913;
    padding: 10px 15px;
    margin-top: 20px;
}

/* ./ */
/*  */
.select_phone ul li {
    box-sizing: border-box;
    padding: 10px;
}

.select_phone ul li a {
    display: block;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(102, 102, 102, 0.1), inset 2px 2px 4px rgba(102, 102, 102, 0.1);
    border-radius: 10px;
    padding: 10px;
    transition: all .3s linear;
}

.select_phone ul li img {
    height: 152px;
    margin: 0 auto;
}

.select_phone ul li p {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    transition: all .3s linear;
    padding-top: 5px;
}

.select_phone ul li:hover p {
    color: #EE5913;
    transition: all .3s linear;

}

.select_phone ul li:hover a {
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.2), inset 2px 2px 4px rgba(238, 89, 19, 0.2);
    transition: all .3s linear;
}

.select_phone .owl-carousel .owl-item img {
    display: inherit;
    width: inherit;
}

/* ./ */
/*  */
.review_section .review_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 16px;
}

.review_section .one .review_title i {
    color: #2FC809;
}

.review_section .review_content_box {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 16px;
}

.review_section .review_rate {
    font-size: 45px;
    line-height: 53px;
    color: #333333;
    text-align: center;
}

.review_section .review_rate span {
    color: #666666;
}

.review_section ul.rate li {
    padding: 10px 5px 10px 0px;

}

.review_section ul.rate li i {
    color: #FEA827;
}

.review_section p.rate {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
}

.review_section .two .review_title i {
    color: #44A5FF;
}

.review_section .two ul li {
    padding-bottom: 3px;
}

.review_section .two ul div {
    font-size: 18px;
    line-height: 21px;
    color: #999999;
}

.review_section .two ul i {
    font-size: 14px;
    color: #FEA827;
}

.review_section .two .w-50 {
    width: 100%;
    height: 10px;
    background: #F0F0F0;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}

.review_section .two .w-50::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px;
}

.review_section .two .bg_1::after {
    width: 90%;
    background: #00AB44;
}

.review_section .two .bg_2::after {
    width: 50%;
    background: #44A5FF;
}

.review_section .two .bg_3::after {
    width: 30%;
    background: #7367FF;
}

.review_section .two .bg_4::after {
    width: 10%;
    background: #FEA827;
}

.review_section .two .bg_5::after {
    width: 35%;
    background: #FF3C3C;
}

.review_section .three .review_title i {
    color: #FEA827;
}

.review_section .user_info img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto;
}

.review_section .user_info .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.review_section .user_info .date {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}

.review_section .user_info ul i {
    color: #FEA827;
}

.review_section .user_info {
    padding-right: 22px;
}

.review_section .review_text h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    padding-bottom: 10px;
}

.review_section .review_text p {
    font-size: 16px;
    line-height: 144%;

    color: #666666;
}

.review_section .review_text p {
    font-size: 16px;
    line-height: 144%;

    color: #666666;
}

.review_section .review_btn {
    margin-top: 50px;
}

.review_section .review_btn .btn {
    color: #fff;
    max-width: 273px;
    width: 100%;
    height: 50px;
    background: #EE5913;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
}

/***
repair page
*
end
*
***/

/***
repair Appointment
*
page
*
***/

.repair_appointment .repair_step_box {
    background: #F6F3F7;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.25), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
    min-height: 180px;
}

.repair_appointment .repair_step_box .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.repair_appointment .repair_step_box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    padding: 20px 0px;
    padding-left: 30px;
}

.repair_appointment .repair_step_box .desctiption {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    padding-top: 20px;
    text-align: center;
}

.repair_appointment .repair_step_box .arrow {
    position: absolute;
    left: 0;
    top: 35%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 30px solid #EE5913;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.repair_appointment .repair_step_box .number {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    position: absolute;
    left: -24px;
    margin-top: -10px;
}

.repair_step_section .repair_step {
    padding: 36px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate3d(0px, -100px, 0px) scale(0);
    transition: transform .3s ease-in-out;
}

.repair_step_section .repair_step .button_control {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s ease-in-out;
}

.repair_step_section .repair_step.active .button_control {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.repair_step_section .repair_step.step_open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale(1);
    transition: transform .3s ease-in-out;
}

.repair_step_section .repair_step .repair_step_input {
    height: 0;

}

.repair_step_section .repair_step.step_open .repair_step_input {
    height: 100%;
}



.repair_step_section .repair_step_1 {
    background: rgba(238, 89, 19, 0.05);
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.02), inset 2px 2px 4px rgba(238, 89, 19, 0.02);
    border-radius: 10px 10px 0px 0px;
}

.repair_step_section .repair_step_2 {
    background: rgba(238, 89, 19, 0.08);
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.04), inset 2px 2px 4px rgba(238, 89, 19, 0.04);
}

.repair_step_section .repair_step_3 {
    background: rgba(238, 89, 19, 0.11);
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.06), inset 2px 2px 4px rgba(238, 89, 19, 0.06);
}

.repair_step_section .repair_step_4 {
    background: rgba(238, 89, 19, 0.14);
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.08), inset 2px 2px 4px rgba(238, 89, 19, 0.08);
}

.repair_step_section .repair_step_5 {
    background: rgba(238, 89, 19, 0.17);
    box-shadow: 4px 4px 4px rgba(238, 89, 19, 0.1), inset 2px 2px 4px rgba(238, 89, 19, 0.1);
}

.repair_step.repair_step_3 .text-danger {
    position: absolute;
    bottom: -24px;
    z-index: 0;
}

.repair_step.repair_step_4 .repair_location {
    cursor: pointer;
}

.repair_step.repair_step_4 .change_location {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.repair_step_section .repair_step_number {
    width: 60px;
}

.repair_step_section .repair_step_field {
    width: calc(100% - 120px);
}

.repair_step_section .repair_step_number span {
    width: 32px;
    height: 32px;
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #EE5913;
    border-radius: 50%;
}

.repair_step_section .repair_step .repair_step_label {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 24px;
}

.repair_step_section .repair_step .repair_step_label {
    margin-bottom: 0px;
}

.repair_step_section .repair_step.step_open .repair_step_label {
    margin-bottom: 24px;
}

.repair_step_section .repair_step .repair_step_input .form-group {
    margin-bottom: 0;
}

.repair_step_section .repair_step .repair_step_input .form-group .error {
    position: absolute;
    bottom: -26px;
    color: rgb(212, 0, 0);
}

.repair_step_section .repair_step .repair_step_input .form-control {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    background: #FFFFFF;
    height: 50px;
    border: none;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 0px 20px;
}

.repair_step_section .repair_step.repair_step_2 .repair_step_input .form-group {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    height: 60px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.repair_step_section .repair_step .repair_step_input label.repair_label {
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-left: 30px;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

/* .repair_step_section .repair_step .repair_step_input label img{
    margin-top: -13px;
} */

.repair_step_section .repair_step .repair_step_input label.repair_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 3px solid rgba(238, 89, 19, 0.4);
    border-radius: 50%;
    transform: translateY(-50%);
}

.repair_step_section .repair_step .repair_step_input label.repair_label::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 42%;
    transform: rotate(-45deg);
    width: 12px;
    z-index: 2;
}

.repair_step_section .repair_step .repair_step_input input[type="checkbox"] {
    position: fixed;
    visibility: hidden;
}

.repair_step_section .repair_step .repair_step_input input[type="checkbox"]:checked+label.repair_label::before {
    background-color: #EE5913;
    border-color: #EE5913;
}

.repair_step_section .repair_step .repair_step_input input[type="checkbox"]:checked+label.repair_label::after {
    opacity: 1;
}

.repair_step_section .repair_step.repair_step_3 .item {
    width: 96%;
}

.repair_step_section .repair_step.repair_step_3 .item:last-child {
    margin-left: 4%;
}

.repair_step_section .repair_step.repair_step_3 button.item:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #EE5913;
    background: #FFFFFF;
    border-radius: 10px;
}

.repair_step_section .repair_step_4 .repair_location_box {
    background: #FFFFFF;
    border-radius: 10px;
}

.repair_step_section .repair_step_4 .repair_location_box ul {
    padding: 15px;
    padding-right: 0;
}

.repair_step_section .repair_step_4 .repair_location_box ul li {
    padding-bottom: 10px;
}

.repair_step_section .repair_step_4 .repair_location_box ul li:last-child {
    padding-bottom: 0px;
}

.repair_step_section .repair_step_4 .repair_location_box ul span i {
    color: #FEA827;
    padding-right: 2px;
}

.repair_step_section .repair_step_4 .repair_location_box p {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}

.repair_step_section .repair_step_4 .repair_location_box .store_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #EE5913;
}

.repair_step_section .repair_step_4 .repair_location_box .icon {
    padding-right: 14px;
}

.repair_step_section .repair_step_4 .repair_location_box .icon i {
    color: #EE5913;
    font-size: 18px;
}

.repair_step_section .repair_step_4 .repair_location_box .repair_map {
    width: 100%;
    height: 100%;
}

.repair_summary_box {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.repair_summary_box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 15px;
}

.repair_summary_box.repair_summary li {
    padding-bottom: 15px;
}

.repair_summary_box.repair_summary p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #666666;
}

.repair_summary_box.repair_summary .input {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    padding-right: 10px;
}

.repair_summary_box.repair_address h4 {
    font-size: 20px;
    line-height: 23px;
    color: #EE5913;
    padding-bottom: 12px;
}

.repair_summary_box.repair_address li {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    padding-bottom: 13px;
}

.repair_summary_box.repair_address .icon {
    padding-right: 14px;
}

.repair_summary_box.repair_address .icon i {
    color: #EE5913;
}

.repair_step_section .repair_step_5 .btn_content {
    margin-top: 30px;
}

.repair_step_section .repair_step_5 .btn_content .btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    border-radius: 10px;
    max-width: 208px;
    width: 100%;
    padding: 15px 0px;
}

.repair_step_section .repair_step_5 .btn_content .btn.phone_call i {
    padding-right: 10px;
}

.repair_step_section .repair_step_5 .btn_content .btn.phone_call {
    background: #08192B;
}

.repair_step_section .repair_step_5 .btn_content .btn.book {
    background: #EE5913;
}



/* select 2 custom */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background: #FFFFFF;
    height: 50px;
    border: none;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    outline: none;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 10px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 50px;
    outline: none;
}

.select2-dropdown {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    border: none;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    color: #333333;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #00C2FF;
    transition: all .3s ease-in-out;
}

.select2-results__option--selectable {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    transition: all .3s ease-in-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00C2FF;
    border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff;
    color: #fff;
}

/***
Location
*
Page
***/

.location_banner_section {
    background: url('../images/location_banner.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.location_banner_section .site-title {
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
}

.location_banner_section .search_btn {
    padding-bottom: 40px;
}

.location_banner_section .search_btn .form-control {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    height: 50px;
    border: none;
    border-right: 2px solid #EE5913;
}

.location_banner_section .search_btn .input-group-append {
    max-width: 240px;
    width: 100%;
    margin-left: 0;
}

.location_banner_section .search_btn .input-group-text {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

.locaton_section h3 {
    font-size: 24px;
    line-height: 28px;
    color: #666666;
    padding-bottom: 20px;
}

.locaton_section .location_list {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.locaton_section .location_list li {
    border-bottom: 1px solid #D2D2D2;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.locaton_section .location_list li:last-child {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
}

.locaton_section .location_list li a {
    font-weight: 500;
    font-size: 20px;
    color: #EE5913;
}

.locaton_section .store_name {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 20px;
}

.locaton_section p {
    font-size: 24px;
    line-height: 28px;
    color: #666666;
}

/***
Booking 
*
page
***/
.customer_info_section .customer_info_field {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.customer_info_section .customer_info_field .terms_condition {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.customer_info_section .customer_info_field .terms_condition p {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
}

.customer_info_section .customer_info_field label {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    padding-bottom: 10px;
}

.customer_info_section .customer_info_field .form-control {
    background: #FFFFFF;
    height: 50px;
    border: none;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px;
}

.customer_info_section .repair_summary_box {
    margin-bottom: 30px;
}

.customer_info_section .repair_summary_box:last-child {
    margin-bottom: 0px;
}


/*  */

.signup_section {
    background: rgba(238, 89, 19, 0.078);
}

.signup-form form {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}

.signup-form a {
    color: #EE5913;
}

.signup-form h2 {
    text-align: center;
    font-size: 34px;
    margin: 10px 0 15px;
}

.signup-form .hint-text {
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

.signup-form .form-group {
    margin-bottom: 20px;
}

.signup-form .btn {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}

.signup-btn {
    text-align: center;
    border-color: #EE5913;
    transition: all 0.4s;
}

.signup-btn:hover {
    background: #EE5913;
    opacity: 0.8;
}

.or-seperator {
    margin: 50px 0 15px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}

.social-btn .btn {
    color: #fff;
    margin: 10px 0 0 15px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: normal;
    border: none;
    transition: all 0.4s;
}

.social-btn .btn:first-child {
    margin-left: 0;
}

.social-btn .btn:hover {
    opacity: 0.8;
}

.social-btn .btn-primary {
    background: #507cc0;
}

.social-btn .btn-info {
    background: #64ccf1;
}

.social-btn .btn-danger {
    background: #df4930;
}

.social-btn .btn i {
    margin: 3px 10px;
    font-size: 20px;
}

/* login */
.login-form {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}

.login-form form {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.1), inset 2px 2px 4px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.login-form .hint-text {
    color: #777;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
}

.login-form .form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.login-form .or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.login-form .or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

.login-form .social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.login-form .social-btn .btn i {
    float: left;
    margin: 4px 15px 0 5px;
    min-width: 15px;
}

.login-form .input-group-addon .fa {
    font-size: 18px;
}

/***
Responsive
*
***/
@media (min-width: 992px) and (max-width: 1300px) {
    .header .container .menu li {
        padding: 0px 10px;
    }

    .banner .card .img-content {
        margin-top: 00px;
    }

    .zip-section h1 {
        font-size: 40px;
    }

    .repair-category .card .repair-img img {
        max-width: 120px;
        width: 100%;
        max-height: auto;
        height: auto;
    }

    .repair-category .card h4 {
        font-size: 18px;
    }

    .info_title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .info_description {
        font-size: 17px;
    }

    .chois-case h3 .icon {
        font-size: 20px;
        margin-right: 5px;
    }

    .review_section .review_content_box {
        padding: 10px;
    }

    .review_section .review_title {
        font-size: 20px;
    }

    .review_section .review_content_box.two i {
        padding: 0px 2px !important;
    }

    .review_section .review_content_box.two span {
        font-size: 14px;
    }

    .review_section p.rate {
        font-size: 20px;
    }

    .repair_appointment .repair_step_box {
        padding: 10px;
    }

    .repair_appointment .repair_step_box .arrow {
        top: 32%;
        border-left: 26px solid #EE5913;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
    }

    .repair_appointment .repair_step_box .number {
        font-size: 17px;
        left: -22px;
        margin-top: -12px;
    }

    .contact-aria .left-item .week-days,
    .contact-info,
    .contact-social {
        padding: 20px;
    }

    .contact-aria .left-item a img {
        width: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .repair_step_section .repair_step .repair_step_input label.repair_label {
        font-size: 16px;
        padding-left: 10px;
        margin-left: 25px;
        line-height: 20px;
    }
    .repair_step_section .repair_step .repair_step_input label.repair_label img{
       margin-left: 5px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    /* Com Style */
    .section_padding {
        padding: 60px 0px;
    }

    .section_headding {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .section_headding.with_border::before {
        height: 36px;
    }

    .site-title,
    .location_banner_section .site-title {
        font-size: 38px;
        line-height: 46px;
        margin-top: 40px;
    }

    .site-description {
        font-size: 18px;
    }

    .info_title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .info_description {
        font-size: 16px;
        line-height: 18px;
    }

    .btn.btn_effect_w,
    .btn.btn_effect_c {
        max-width: 250px;
    }

    .btn.btn_effect_w span,
    .btn.btn_effect_c span {
        font-size: 17px !important;
    }

    /* select 2 */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
    }

    /* ./Com Style */
    /* .header */
    .header .container .menu li {
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    .header .container .menu li:first-child {
        padding-left: 20px;
    }

    .header .container form {
        padding-left: 20px;
    }

    /* ./header */
    /* 
    Home
    *
    Page
     */

    .banner .banner-content .site-title {
        margin-top: 40px;
    }

    .banner .card .img-content {
        margin-top: 0;
    }

    .banner .card {
        margin-right: 5px;
    }

    /* .banner .banner-btn {
        margin-top: 30px;
    } */
    .banner .mobile {
        display: none;
    }

    /* zip section */
    .zip-section h1 {
        margin-top: 24px;
        margin-bottom: 20px;
        font-size: 34px;
    }

    /* ./zip section */
    /* repair-category */
    .repair-category .card {
        margin-bottom: 30px;
    }

    .repair-category .card h4 {
        font-size: 22px;
    }

    /* ./repair-category */

    /* chois-case */
    .chois-case .content {
        padding-bottom: 30px;
    }

    .chois-case h3 .icon {
        font-size: 22px;
    }

    /* ./chois-case */
    /* lavel */
    .lavel .lavel-content {
        padding-bottom: 30px;
    }

    /* ./lavel */
    /* counter_section */
    .counter_section .counter_content {
        padding-bottom: 30px;
    }

    .counter_section span {
        font-size: 30px;
        ;
    }

    .counter_section p {
        font-size: 22px;
        padding-top: 16px;
    }

    /* ./counter_section */

    /* footer */
    .footer .footer-content {
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .footer .footer-content ul li a {
        font-size: 17px;
    }

    .footer .footer-content .social li img {
        width: 33px;
    }

    /* ./footer */


    /***
    Repair
    *
    page
    *
    ***/

    .review_section .row-eq-height {
        padding-bottom: 30px;
    }

    .review_section .review_title {
        font-size: 22px;
    }

    .review_section .review_btn {
        margin-top: 36px;
    }

    /* ./review_section */

    /***
    appointment
    *
    page
    *
    ***/
    /* .repair_appointment .repair_step_box .title {
        font-size: 18px;
        line-height: 28px;
        padding: 11px 0px;
        padding-left: 10px;
    }
    .repair_appointment .repair_step_box .icon {
        width: 36px;
        height: 36px;
    }
    .repair_appointment .repair_step_box {
        padding: 12px;
    } */

    .repair_step_section .repair_step {
        padding: 20px;
        padding-top: 40px;
    }

    .repair_step_section .repair_step_number {
        width: 36px;
    }

    .repair_step_section .repair_step_field {
        width: calc(100% - 36px);
    }

    .repair_step_section .repair_step_number span {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .repair_step_section .repair_step .repair_step_label {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .repair_step_section .repair_step .repair_step_input .form-group {
        margin-bottom: 30px;
    }

    .repair_step_section .repair_step .repair_step_input label.repair_label {
        font-size: 16px;
        padding-left: 10px;
        margin-left: 25px;
        line-height: 20px;
    }
    .repair_step_section .repair_step .repair_step_input label.repair_label img{
       margin-left: 5px !important;
    }

    .repair_step_section .repair_step .repair_step_input .form-control {
        font-size: 18px;
    }

    .repair_summary_box {
        padding: 16px;
    }

    .repair_summary_box .title {
        font-size: 22px;
        padding-bottom: 14px;
    }

    .repair_summary_box.repair_summary p {
        font-size: 18px;
    }

    .repair_summary_box.repair_summary {
        padding-bottom: 45px;
    }

    /***
    *
    Book
    *
    Page
    ***/
    .customer_info_section .customer_info_field label {
        font-size: 18px;
    }

    /***
    *
    about
    *
    Page
    ***/
    .about p {
        font-size: 16px;
    }

    .business_education .esingle-item {
        padding: 10px;
    }

    .esingle-item .eicon-holder {
        font-size: 30px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .esingle-item .info_title {
        font-size: 15px;
    }

    .esingle-item .info_description {
        font-size: 14px;
    }

    /***
    *
    Contact
    *
    Page
    ***/

    .contact-aria .left-item .week-days,
    .contact-info,
    .contact-social {
        padding: 16px;
        margin-bottom: 20px;
    }

    .contact-aria .left-item .week-days .week-info h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .contact-aria .left-item .week-days span {
        display: inline-block;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .contact-aria .left-item a img {
        width: 30px;
    }

    .contact-aria .contact-field .form .btn {
        font-size: 18px;
        max-width: 220px;
        height: 40px;
        border-radius: 10px;
    }

    .frequent-queation .text-btn .btn {
        font-size: 18px;
        height: 40px;
        max-width: 220px;
    }
}

@media (max-width: 767px) {

    /* Com Style */
    .section_padding {
        padding: 40px 0px;
    }

    .section_headding {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .section_headding.with_border::before {
        height: 24px;
    }

    .section_headding.with_border {
        padding-left: 20px;
    }

    .site-title,
    .location_banner_section .site-title {
        font-size: 28px;
        line-height: 36px;
        margin-top: 40px;
    }

    .site-description {
        font-size: 14px;
    }

    .info_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info_description {
        font-size: 15px;
        line-height: 18px;
    }

    .btn.btn_effect_w,
    .btn.btn_effect_c {
        max-width: 220px;
    }

    .btn.btn_effect_w span,
    .btn.btn_effect_c span {
        font-size: 15px !important;
    }

    /* select 2 */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    /* ./Com Style */

    /* ***
    Home
    ***
    Page
    ** */
    /* .header */
    .header-top p {
        font-size: 16px;
    }

    .header-top a {
        font-size: 16px;
    }

    .header .container .menu li {
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    .header .container .menu li:first-child {
        padding-top: 20px;
        padding-left: 20px;
    }

    .header .container form {
        padding: 20px;
    }

    .header .menu li a {
        font-size: 22px;
    }

    .header .logo img {
        max-height: 45px;
    }

    .header .navbar-toggler-icon {
        height: inherit;
    }

    /* .header #navbarSupportedContent{
        position: fixed;
        top: 120px;
        left: 0;
        background: #EE5913;
        width: 80%;
        height: 100%;
        z-index: 999;
        transition: all .3s linear;
    } */
    .banner {
        height: 630px;
    }

    .banner .banner-content .site-title {
        font-size: 26px;
        margin-top: 20px;
    }

    .banner .banner-content .site-description {
        margin-top: 10px;
    }

    .banner .card .img-content {
        width: 100%;
        margin-top: -20px;
    }

    .banner .card {
        margin-right: 5px;
    }

    .banner .card:last-child {
        margin-right: 0px;
    }

    .banner .card .img-content img {
        max-width: 100%;
    }

    .banner .card h4 {
        font-size: 10px;
        line-height: 16px;
    }

    .banner .card a {
        font-size: 8px;
    }

    .banner .mobile {
        display: none;
    }

    .banner .mobile_sm {
        max-width: 220px;
        width: 100%;
        margin: 0 auto;
    }

    .banner .banner-btn {
        margin-top: 10px;
    }

    /* zip-section */
    .zip-section {
        margin-top: 24px;
        padding: 10px;
    }

    .zip-section h1 {
        margin-top: 10px;
        margin-bottom: 26px;
        font-size: 18px;
    }

    .zip-section .input-group-append {
        max-width: 100px;
    }

    .zip-section .input-group-text {
        font-size: 16px;
        line-height: 20px;
    }

    .zip-section .form-control {
        font-size: 16px;
        height: 45px;
    }

    /* ./zip-section */
    /* repair-category */
    .repair-category .card {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 0px 0px;
        margin-bottom: 20px;
    }

    .repair-category .card .repair-img img {
        max-width: 100px;
        width: 100%;
        height: inherit;
    }

    .repair-category .card h4 {
        font-size: 16px;
        line-height: 24px;
    }

    /* ./repair-category */
    /* chois-case */
    .chois-case h3 .icon {
        font-size: 18px;
        margin-right: 8px;
    }

    .chois-case .content {
        margin-bottom: 20px;
    }

    /* ./chois-case */
    /* lavel */
    .lavel .lavel-content .card .card-body .deadline {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .lavel .lavel-content .card .card-body p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
    }

    .lavel .lavel-content .card .card-body {
        padding: 15px;
    }

    .lavel .lavel-content .card {
        margin-bottom: 20px;
    }

    .lavel .lavel-content .blog-img::after {
        padding-bottom: 55%;
    }
    .location_banner_section .search_btn .input-group-append  {
        max-width: 120px;
        width: 100%;
    }
    .location_banner_section .search_btn .form-control {
        font-size: 18px;
    }
    /* ./lavel */
    /* brand */
    .brand .item {
        max-width: 120px;
        width: 100%;
    }

    /* ./brand */
    .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .owl-nav button.owl-next {
        right: -5px;
    }

    .owl-nav button.owl-prev {
        left: -5px;
    }

    /* ./brand */
    /* about */
    .about .about-img {
        padding-top: 20px;
    }

    .about .btn {
        font-size: 15px;
        padding: 5px 0px;
    }

    .about .about-paragraph p {
        padding: 20px 0px;
    }

    .about p {
        font-size: 15px;
    }

    /* ./about */
    /* counter_section */
    .counter_section .counter_content {
        padding-bottom: 20px;
    }

    .counter_section span {
        font-size: 24px;
    }

    .counter_section p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px;
    }

    /* ./counter_section */
    /* testimonial-carousel  */
    .testimonial-carousel .single-item .client-info {
        padding: 0px 25px 12px;
    }

    .testimonial-carousel .single-item .text-holder {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .testimonial-carousel .single-item .text-holder p {
        font-size: 14px;
    }

    .testimonial-carousel .single-item .client-info .name p {
        font-size: 14px;
    }

    /* ./testimonial-carousel  */
    .footer {
        margin-top: 40px;
    }

    .footer .footer-logo {
        padding: 30px 0;
    }

    .footer .footer-content {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .footer .footer-content .headding {
        text-transform: uppercase;
        font-size: 20px;
    }

    .footer .footer-content ul li a {
        font-size: 18px;
    }

    .footer .search .form-control {
        height: 45px;
    }

    .footer .footer-content .social {
        margin-top: 10px;
    }

    /***
    About
    *
    Page
    ***/
    .business_education .esingle-item {
        padding: 15px 10px;
    }

    .esingle-item {
        padding-bottom: 20px;
    }

    .esingle-item .eicon-holder {
        font-size: 30px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .esingle-item .info_title {
        font-size: 15px;
    }

    .esingle-item .info_description {
        font-size: 14px;
    }

    /***
    Repair
    *
    Page
    ***/
    .repair_banner_section .repair_content ul {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .repair_banner_section .repair_content ul li {
        padding-bottom: 20px;
        padding-left: 20px;
        margin-left: 10px;
        font-size: 14px;
    }

    .repair_banner_section .repair_content ul li::after {
        left: -7px;
        top: 0px;
        width: 14px;
        height: 14px;
    }

    .select_phone ul li img {
        height: 90px;
    }

    .select_phone ul li p {
        font-size: 16px;
    }

    .review_section .review_content_box {
        margin-bottom: 20px;
    }

    .review_section .review_title {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: center;
    }

    .review_section .review_rate {
        font-size: 36px;
        line-height: 40px;
    }

    .review_section p.rate {
        font-size: 22px;
    }

    .review_section ul.rate li i {
        font-size: 14px;
    }

    .review_section .user_info {
        padding-right: 10px;
    }

    .review_section .user_info .date {
        font-size: 14px;
    }

    .review_section .user_info ul i {
        font-size: 14px;
    }

    .review_section .review_text h5 {
        font-size: 17px;
    }

    .review_section .review_text p {
        font-size: 13.5px;
    }

    .review_section .review_btn {
        margin-top: 20px;
    }

    .repair_banner_section .repair_btn {
        padding: 8px 20px;
    }

    /***
    repair_appointment
    *
    Page
    ***/
    .repair_appointment .site-title {
        font-size: 25px;
    }

    .repair_appointment .repair_step_box .desctiption {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .repair_appointment .repair_step_box {
        max-width: 220px;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        min-height: 120px;
    }

    .repair_appointment .repair_step_box .icon {
        width: 40px;
        height: 40px;
    }

    .repair_appointment .repair_step_box .title {
        font-size: 20px;
        line-height: 22px;
        padding: 8px 0px;
        padding-left: 20px;
    }

    .repair_appointment .repair_step_box .arrow {
        top: 29%;
        border-left: 20px solid #EE5913;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .repair_appointment .repair_step_box .number {
        font-size: 16px;
        line-height: 20px;
        left: -17px;
        margin-top: -10px;
    }

    .repair_step_section .repair_step {
        padding: 20px 10px;
        padding-top: 40px;
    }

    .repair_step_section .repair_step_number {
        width: 36px;
    }

    .repair_step_section .repair_step_field {
        width: calc(100% - 36px);
    }

    .repair_step_section .repair_step_number span {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .repair_step_section .repair_step .repair_step_label {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .repair_step_section .repair_step.step_open .repair_step_label {
        margin-bottom: 20px;
    }

    .repair_step_section .repair_step .repair_map {
        max-width: 100%;
        width: 100%;
        max-height: 220px;
        height: 100%;
        overflow: hidden;
    }

    .repair_step_section .repair_step .repair_step_input .form-group {
        margin-bottom: 20px;
    }

    .repair_step_section .repair_step .repair_step_input label {
        font-size: 16px;
    }

    .repair_step_section .repair_step .repair_step_input .form-control {
        font-size: 18px;
    }

    .repair_summary_box {
        padding: 16px;
        margin-bottom: 20px;
    }

    .repair_summary_box.repair_summary .input {
        font-size: 16px;
    }

    .repair_summary_box .title {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .repair_summary_box.repair_address h4 {
        font-size: 18px;
    }

    .repair_summary_box.repair_summary p {
        font-size: 15px;
    }

    .repair_summary_box.repair_address li p {
        font-size: 14px;
    }

    .repair_summary_box.repair_summary {
        padding-bottom: 45px;
    }

    .repair_step_section .repair_step_5 .btn_content .btn {
        font-size: 16px;
        line-height: 20px;
        max-width: 130px;
        padding: 10px 0px;
    }

    /***
    Contact
    *
    Page
    ***/

    .contact-banner .contact-banner-content h1 {
        font-size: 45px;
        margin: 40px 0px;
    }

    .contact-aria .contact-field {
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact-aria .contact-field .form .btn {
        font-size: 15px;
        max-width: 200px;
        width: 100%;
        height: 45px;
        /* justify-content: start !important; */
    }

    .contact-aria .contact-field .form label {
        font-size: 17px;
    }

    .contact-aria .contact-field .form .form-control {
        margin-top: 10px;
    }

    .contact-aria .left-item .week-days .week-info h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .frequent-queation .text-btn p {
        font-size: 15px;
    }

    .frequent-queation .text-btn .btn {
        font-size: 15px;
        height: 45px;
        max-width: 200px;
    }

    .form-group .form-control:not(textarea) {
        height: 45px;
    }

    .form-group .form-control {
        font-size: 15px;
    }

    .contact-aria .contact-field .form-control:not(textarea) {
        height: 45px;
    }

    /***
    Sign-Up
    *
    Page
    ***/
    .signup-form h2 {
        font-size: 30px;
    }

    .signup-form .hint-text {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .social-btn {
        flex-direction: column;
    }

    .social-btn .btn {
        margin: 0;
        margin-bottom: 10px;
    }

    .or-seperator {
        margin: 30px 0 15px;
    }

    .signup-form form {
        padding: 20px;
    }

    .signup-form .btn {
        font-size: 16px;
    }
}
