@font-face {

	font-family: Outfit;
	src: url(/font/outfit/Outfit-Medium.ttf);

	font-family: Oswald;
	src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

h6 {
	margin-bottom: 0px !important;
}

ul {

	margin-bottom: 0px !important;
	padding-left: 0px !important;

}

ul li {
	list-style-type: none;

}

a {
	text-decoration: none !important;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1280px){
.res-flex{
   flex-wrap: wrap;
   justify-content: start !important;
   gap: 20px;
   padding-top: 150px;
   padding-bottom: 50px;
}

.res-book {
    height: 100%;
}

.book-your-service{
    overflow: hidden;
}


}

@media only screen and (max-width: 1024px){
    .book-service-image{
        height: 100%;
    }
    
    .book-service-image img {
        height: 100%;
    }
    
    .book-service-flex {
        flex-wrap: wrap;
    }
    
    .book-your-service-care-overley {
        display: none;
    }
    
    .book-service-bg-second {
        width: 100%;
    }
    
    .care-for-your-book {
        width: 100%;
    }
    
    .book-tab-h6 h6 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 912px){
.bookyourservice{
    margin-top: 50px;
}

.rvice-book-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
}

@media only screen and (max-width: 820px){
    .service-book-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .book-your-service-svg2 {
        margin-top: 0px;
    }

    .res-flex{
        padding-top: 100px;
    }

    .book-tab-section-top {
        margin-bottom: 40px;
    }

    .bookyourservice{
        text-align: center;
    }
    
    .bookyourservice h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 712px){
    .service-book-para p {
        font-size: 14px;
    }

    .bookyourservice{
text-align: center;
    }

    .bookyourservice h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

   
}

@media only screen and (max-width: 540px){
.book-your-service-svg2 svg{
    width: 300px;
}

.book-your-service-svg2::after {
    font-size: 11px;
}

.book-service-heading-svg svg{
    height: 27px;
}

.book-service-heading-svg::after {
    font-size: 11px;
}

.banner-text {
    width: 100%;
}

.book-service {
    height: 30px;}

    .book-tab-h6 h6 {
        font-size: 9px;
    }

    .service-book-con {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 430px){
.margin-auto{
    margin: 0 auto;
}
}

@media only screen and (max-width: 360px){
    .book-tab-section-top {
        margin-bottom: 1px;
    }

    .service-book-section {
        margin-bottom: 0px;
    }

    .service-book-para p {
        font-size: 12px;
        line-height: 13px;
    }

    .book-tab-h6 h6 {
        font-size: 7px;
    }

    .bookyourservice h3 {
        font-size: 18px;
    }

    .book-your-service-svg2 svg {
        width: 220px;
    }

    .book-your-service-svg2::after {
        font-size: 8px;
    }

    .book-service-heading-svg svg {
        height: 24px;
        
    }

    .book-service-heading-svg::after {
        font-size: 8px;
    }
}

