@media only screen and (min-width: 100px) and (max-width: 1899px) {
	 .header-bottom:before {
        width: 582px;
    }
}
   

/*for-large-dekstop view-1400*/

@media only screen and (min-width: 100px) and (max-width: 1699px) {
	.header-bottom:before {
		width: 480px;
	}
	.about-img-icon {
		width: 170px;
	}
	.experience-box {
		left: -289px !important;
	}
	.banner-title h2 {
        font-size: 65px;
    }
    .banner-title p {
        font-size: 18px;
    }
   .banner-img img {
        height: 650px;
    }
    .banner-box-item h2 {
        font-size: 23px;
    }
    .banner-box-item i {
        font-size: 32px;
    }
    .banner-box-item {
        padding: 36px 30px;
    }
    .about-img img {
        width: 480px;
        margin: 0 auto;
    }
    .exp-content h3 {
        font-size: 40px;
    }
    .exp-content span {
        font-size: 41px;
    }
    
}
/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
	.header-bottom:before {
        width: 413px;
    }
	.header-top-items ul li a, .header-top-items ul li {
		font-size: 12px;
	}
	.header-top-items ul li i {
		font-size: 14px;
	}
    .experience-box {
        left: -359px !important;
    }
	.project-slider .swiper-slide img {
        height: 355px !important;
    }
	.project-icon-1 {

    left: 0px;
    top: 32%;
    transform: translateY(-50%);
}
    .repair-card-title {
        font-size: 18px;
    }
    .repair-card-label {
        font-size: 12px;
        margin-bottom: 9px;
    }
    .repair-card-icon img {
        width: 32px;
        object-fit: contain;
    }
    .web-title h2 {
        font-size: 42px;
    }
	.why-choose-content {
    padding-right: 130px;
    padding-top: 50px;
}
	.why-choose-content .web-title h2 {
    margin-bottom: 10px;
}
	.exp-content h3 {
        font-size: 35px;
        margin-top: 10px;
    }
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
	.header-top-items.header-top-items-right ul li:last-child {
    display: none;
}
	.header-top-items ul {
    justify-content: end;
    gap: 15px;
}

    .header-top-items ul li a, .header-top-items ul li {
        font-size: 12px;
    }
	.phone-box i {
    font-size: 17px;
   
    width: 50px;
    height: 50px;
    
}
	.phone-box a {
    color: var(--c2);
    font-weight: 500;
    font-size: 16px;
}
	.contact-box {
    justify-content: end;
    gap: 30px;
}
	.banner-img img {
    height: 600px;
}
	.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    font-size: 17px;
}
	.swiper-button-prev {
    left: 10px !important;
}
	.swiper-button-next {
    right: 12px !important;
}
    .main-menu ul li a {
        font-size: 13px;
    }
	.header-bottom:before {
        width: 404px;
    }
	.header-logo a {
		width: 78px;
	}
	.banner-title h2 {
        font-size: 60px;
    }
	.banner-title p {
        font-size: 17px;
    }
	.banner-title p {
		margin-bottom: 1.5rem;
	}
	.banner-title {
		padding-left: 60px;
	}
	.banner-title h2 {
        font-size: 56px;
    }
	.banner:before {
		width: 95%;
	}
	.banner-box-item h2 {
        font-size: 21px;
    }
	.banner-box-item i {
        font-size: 32px;
    }
	.about-img img {
        width: 400px;
    }
	.about-content {
		padding-left: 0;
	}
	.about-content h2 {
		font-size: 34px;
	}
	.about-content h4 {
		font-size: 15px;
		margin-bottom: 11px;
	}
	p {
		font-size: 15px;
	}
	.about-img-icon {
        width: 120px;
    }
	.web-btn a {
		padding: 14px 26px 17px;
		font-size: 14px;
	}
	.web-btn-two a {
		padding: 14px 26px 17px;
		font-size: 14px;
	}
	.repair-card {
		padding: 32px 14px;
	}
	.repair-feature-image img {
		height: 400px;
	}
	.experience-box {
		display: none;
	}
	section.projects-section .web-title h2 {
		font-size: 40px;
	}
	.web-title span {
		margin-bottom: 5px;
	}
	.web-title h2 {
        font-size: 36px;
    }
	.testimonial-box p {
		padding: 36px 20px 30px;
	}
	.testimonial-user {
		margin-top: 23px;
	}
	.spacing {
		padding: 80px 0;
	}
.why-choose-content {
        height: 96%;
        padding: 30px 40px;
    }
	.footer-widget ul li a {
		font-size: 13px;
	}
	.footer-widget p, .footer-widget li {
		font-size: 13px;
		line-height: 1.6;
	}
	.choose-info h4 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.project-slider .swiper-slide img {
        height: 305px !important;
    }
	.footer-widget h5 {
		font-size: 20px;
	}
}


/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
	.header-top {
		display: none;
	}
	.header-bottom:before{
		display:none;
	}
	.phone-box {
		display: none;
	}
	.web-btn.header-btn a {background-color: var(--primary);color: var(--c2);}
	.banner-title h2 {
        font-size: 46px;
    }
	.banner-title p {
        font-size: 16px;
    }
	.web-btn a {
        padding: 12px 18px 12px;
        font-size: 14px;
    }
	.web-btn-two a{
		padding: 12px 18px 12px;
        font-size: 14px;
	}
	.banner-box-item h2 {
        font-size: 16px;
    }
	.banner-box-item i {
        font-size: 28px;
    }
	.banner-box-item svg {
		right: 5px;
		font-size: 90px;
		height: 31px;
	}
	.banner-box-item {
        padding: 28px 22px;
    }
	.about-img img {
        width: 360px;
        margin-bottom: 30px;
    }
	.repair-feature-image {
		display: none;
	}
	.spacing {
        padding: 70px 0;
    }
	.estimate-image {
		display: none;
	}
	.project-slider a {
		display: block !important;
	}
	.project-nav {
        justify-content: end;
    }
	.why-choose-content {
		margin: 53px auto 0px;
		width: 90%;
		max-width: 100%;
		padding: 65px 50px 40px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.main-footer{
		padding-top: 50px;
	}
	.footer-bottom {
		margin-top: 10px;
		padding: 15px 0;
	}
	
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
	.header-bottom {
		padding: 12px 0;
	}
	.header-logo a {
        width: 74px;
    }
	.banner-title {
        padding-left: 0px;
    }
	.banner-img img {
        height: 460px;
    }
	.banner-title h2 {
        font-size: 33px;
    }
	.banner-boxes {
		display: none;
	}
	.web-btn a {
        padding: 12px 14px 12px;
        font-size: 12px;
    }
	.web-btn-two a {
        padding: 12px 14px 12px;
        font-size: 12px;
    }
	.banner-btns {
		gap: 10px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.banner-img img {
        height: 390px;
    }
	.banner:before {
        width: 100%;
    }
	.about-img img {
        width: 280px;
        margin-bottom: 30px;
    }
	.spacing {
        padding: 50px 0;
    }
	.about-content h2 {
        font-size: 25px;
    }
	p {
        font-size: 14px;
        line-height: 1.7;
    }
	.repair-heading {
        font-size: 22px;
    }
	.repair-eyebrow {
		font-size: 12px;
		margin-bottom: 8px;
	}
    .repair-tab-link {
        font-size: 13px;
        padding: 12px 0;
    }
	.repair-tabs {
		margin: 40px 0 20px 0;
	}
	.estimate-content {
		min-height: 590px;
	}
    .estimate-form {
        max-width: 330px;
        padding: 20px;
    }
    .estimate-form h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }
	section.projects-section .web-title h2 {
        font-size: 30px;
    }
	.project-prev, .project-next {
		width: 40px;
		height: 48px;
	}
	.web-title h2 {
        font-size: 24px;
    }
	.web-title span {
        margin-bottom: 5px;
        font-size: 12px;
    }
	.testimonial-heading {
		margin-bottom: 30px;
	}
	.rating {
		width: 116px;
		height: 34px;
		font-size: 14px;
	}
	.testimonial-box p {
        padding: 30px 16px 24px;
    }
	.why-choose-content {
        margin: 53px auto 0px;
        width: 90%;
        max-width: 100%;
        padding: 15px 25px 0px;
    }
	.choose-info h4 {
        font-size: 22px;
        margin-bottom: 4px;
    }
	.footer-para {
		margin-bottom: 10px;
		text-align:center;
	}
	.social-icons {
		justify-content: center;
	}
	.contact-box {
		gap: 10px;
	}
	.menu-btn a {
		color: var(--primary);
		font-size: 20px;
	}
	.repair-card-title {
        font-size: 20px;
    }
	.estimate-form input, .estimate-form select, .estimate-form textarea{
		font-size: 12px;
	}
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
