@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    font-weight: 600;
    color: #375490;
}

.btn-one {
    color: var(--whiteColor);
    background-color: #143c8f;
}

.footer-logo img,
.logo-dark,
.logo-light {
    width: 80px;
    height: auto;
}

.hero-wrap.hero-three {
    position: relative;
    background-color: #375490;
    padding: 195px 0 405px;
    z-index: 1;
}

.hero-wrap.hero-three .hero-promo-wrap .hero-promo-box {
    background-color: #193f8d;
    border-radius: 5px;
    padding: 25px 22px 20px;
    width: 320px;
}

.navbar-area.header-three .navbar .others-option .option-item .btn-two {
    background-color: #143c8f;
}

.hero-gallery-wrap .hero-gallery-slider .hero-img-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    border-radius: 10px;
}

.hero-gallery-wrap .hero-gallery-slider .hero-img-slide img {
    border-radius: 11px;
}

.about-wrap-three {
    background-color: #fff4f0;
}

.section-title-one h1,
.content-title-one h1 {
    font-size: 40px;
    line-height: 42px;
    margin: 0;
    font-weight: 600;
}



.section-title-one h2,
.content-title-one h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}

.lisst ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #353535;
}

.score {
    text-align: center;
    padding: 20px 0px;
    box-shadow: 0px 0px 5px #706f6f2b;
    border-radius: 15px;
}

.bgscore {
    background-color: #efefff;
}

.score h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--secondaryFont);
    margin: 0;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.service-icon img,
.service-iconn img {
    width: 64px;
    height: 64px;
}


.service-card-three {
    background-color: var(--whiteColor);
    height: 100%;
}

.ab-2 img {
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.ab-1 img {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.ab-3 img {
    border-radius: 15px;
}


.whychooseus .service-card-three {
    box-shadow: 0px 0px 15px #706f6f2b;
    border-radius: 15px;

}

.navbar-area.header-three.sticky {
    background-color: #365490;
    position: fixed;
    top: 0;
}

#appointment-form {
    background-color: #365490;
    padding: 120px;
    border-radius: 5px;
    height: 100%;
}
.form-wrp{
    display: flex;
    justify-content: center;
    align-items: center;
}
#appointment{
    overflow: hidden;
}
#appointment-form  h5{
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 40px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.py-100{    padding:100px 0px 50px 0px;}
.p-10{padding:10px 0px;}
.my-float{	margin-top:16px;}
.p-20 {padding:20px;}

@media screen and (max-width: 767px) {
    #appointment-form {
        padding: 30px;
    }
    #appointment-form  h5{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
}

.section-title-one h1, .content-title-one h1 {
    font-size: 30px;
    line-height: 37px;
    margin: 0;
    font-weight: 600;
}
.section-title-one h2, .content-title-one h2 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 600;
    margin-top:20px;
}
}
.pb-20{padding-bottom:20px;}
@media only screen and (max-width: 767px) {
    .hero-wrap.hero-three .hero-content h1 {
        font-size: 22px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 1600px) {
    .hero-wrap.hero-three .hero-content h1 {
        font-size: 39px;
        line-height: 50px;
    }
}
.pt-b-27{
    padding:27px 0px !important;
}
.pr-20{ padding-right:20px !important;}