/* banner css start */
.banner {
    min-height: 90vh;
    background-image: linear-gradient(#8c00033d, #07bcbc42), url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
}

.banner h1 {
    color: #ff8007;
    line-height: 72px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 60px;
}
.banner h1 b {
    font-weight: 600;
}

.banner p {
    color: #f06551;
    padding: 15px 0;
    letter-spacing: 0.5px;
}

.banner .white-btn {
    margin-left: 20px;
}

.banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    /*background: url(../img/banner-shape.png);*/
    height: 19%;
    background-size: 100% 100%;
    z-index: 21;
}
.asseenon_section {
    border: 2px dashed #f2f2f2;
    border-radius: 10px;
    padding: 15px;
}
/* logo-section css start*/
.logo-section {
    margin: 50px 0;
}

.logo-slider img {
    filter: grayscale(1);
    height: 85px;
    width: 185px !important;
    object-fit: contain;
    display: block !important;
    background-color: #fbfbfb !important;
    padding: 10px !important;
    border-radius: 10px !important;
    width: 96% !important;
}

.logo-slider img:hover {
    filter: unset;
}

.logo-section .same-title {
    width: fit-content;
    margin: 0 auto;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 31px;
    background: #fff !important;
    margin-top: -31px;
    padding: 0px 22px;
    color: #85858561 !important;
    -webkit-text-fill-color: unset !important;
}

/* about section css start*/
.about-img {
    position: absolute;
    right: 0;
    bottom: 20%;
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

/* services css start here*/
.service-section {
    margin: 50px 0 0 0;
    position: relative;
    padding: 70px 0px 100px 0px;
    background-color: #f7f8f9;
}

.service-section:after {
    content: "";    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.04;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.service-section .slick-dots {
    display: block !important;
}
.service-section .slick-dots li.slick-active button {
    background: #0ea1bf !important;
}
.service-section .service-box .img-div img {
    max-width: 75px;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #8b0003 -2.63%, #0066dd 122.49%);
}
.service-box {
    padding: 45px 29px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    position: relative;
}

.service-slider {
    z-index: 11;
}

.service-box h4 {
    font-size: 22px;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 5px;
}

.service-box p {
    margin-bottom: 30px;
    font-size: 17px;
}

.img-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.fancy-box-title {
    font-weight: 700;
    right: 15px;
    font-size: 60px;
    line-height: 68px;
    display: inline-block;
    float: right;
    color: #151515;
    opacity: 0.1;
}

/* counter css start */
.counter-section {
    background-repeat: no-repeat;
    padding: 100px 0 80px 0;
    background-position: top center;
    background-image: linear-gradient(#3a3c3ca6, #07bcbc7d), url(../img/makeanappointment.webp);
    background-size: cover;
    background-attachment: fixed;
}

.counter-box p {
    text-transform: capitalize;
}

.counter-section .form-box {
    margin-bottom: -250px;
}

.counter-section .same-title {
    background: transparent;
    -webkit-text-fill-color: #fff;
}

.counter-box h4,
.counter-section p,
.counter-section .white-title {
    color: #fff;
}

.counter-section .slick-dots li button {
    background: #fff !important;
}

.counter-section .slick-dots li.slick-active button {
    background: #004aad !important;
}

.counter-box h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.certificate-slider img {
    height: 100px;
    object-fit: contain;
}

/* what-section css start */
.what-section {
    margin: 150px 0 0px 0;
}

.img-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.img-box img {
    margin-right: 15px;
}

.img-box p {
    text-transform: capitalize;
}
.what-section .custom-btn{
    margin-top: 20px;   
}
.what-section .list-view{
    margin-top: 15px;    
}

/* blog section css start */
.blog-section {
    margin-bottom: 150px;
}
.slick-dots li {
    position: relative !important;
    display: inline-block !important;
    width: 20px !important;
    height: unset !important;
    margin: 0px 5px !important;
    padding: 0 !important;
    cursor: pointer !important;
}
.slick-dots li button {
    background: #e3e3e3 !important;
    width: 20px !important;
    height: 5px !important;
    border-radius: 10px !important;
    padding: 0px !important;
}

/* media query*/
@media (max-width:334px){
	body .banner h1 {
    line-height: 35px;
    font-size: 24px;
}

.form-box h4 {
    font-size: 22px;
	margin-bottom: 30px;
}

.service-box{
		padding:35px 25px;
	}
	
	
.form-box{
	padding: 30px 20px
}

.banner .custom-btn{
	    padding: 10px 12px;
    font-size: 13px;
}

.service-box h4{
	font-size:20px;
	line-height:30px;
}

.banner .white-btn{
	margin-left:10px;
}

.banner .d-flex{
	flex-wrap: wrap;
    justify-content: flex-start !important;
}

.logo-slider{
	margin:20px 0 !important;
}
}

@media (max-width: 767px) {
    .banner h1 {
        line-height: 40px;
        font-size: 30px;
    }
	
	.logo-section{
		margin: 50px 20px;
	}

    .about-section .pl-5 {
        padding-left: 15px !important;
    }
	
	.logo-slider{
		margin-top:40px;
	}

    .service-section {
        padding: 50px 0;
    }

    .counter-section .form-box {
        margin-bottom: 50px;
    }

    .about-img {
        bottom: 10%;
        right: 20px;
        width: 40%;
    }

    .counter-row .col-md-4 {
        width: 50%;
		text-align:center;
    }

    .what-section {
        margin: 100px 0;
    }

    .what-section .col-md-1 {
        width: 15%;
        margin-bottom: 20px;
    }

    .what-section .col-md-4,
    .what-section .col-md-6 {
        width: 85%;
        margin-bottom: 20px;
    }

    .what-section .row.mb-5.mt-5,
    .what-section .row.mb-5 {
        margin: 0 !important;
    }

    .what-section .row.justify-content-center {
        flex-direction: column-reverse;
    }

    .blog-section .mb-5 {
        margin-bottom: 0px !important;
    }

    .blog-section {
        margin-bottom: 0px;
    }
	.counter-box p{
		font-size:16px;
	}

	.counter-row{
		justify-content:center;
	}
	
	footer form{
		margin-top:0;
	}
	
	.what-section .col-md-6{
		margin-bottom:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .pl-5 {
        padding-left: 15px !important;
    }

    .counter-section .form-box {
        margin-bottom: 100px;
    }

    .what-section {
        margin: 100px 0;
    }

    .what-section .row.justify-content-center {
        flex-direction: column-reverse;
    }

    .review-box {
        justify-content: start;
    }

    .blog-section .mb-5 {
        margin-bottom: 0px !important;
    }

    .blog-section {
        margin-bottom: 100px;
    }
}
