html,
body {
	max-width: 100%;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.2;
}
ol, ul{
    padding-left:0;
}
ul li{
    list-style:none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fa344b;
    --bs-btn-border-color: #fa344b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f71b34;
    --bs-btn-hover-border-color: #f71b34;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f71b34;
    --bs-btn-active-border-color: #f71b34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f71b34;
    --bs-btn-disabled-border-color: #f71b34;
}
.primary-text{
	color:#fa344b
}
.secondary-text {
	color: #4f1520;
}

.main-title {
	font-size: clamp(1.4rem, 3vw + 1rem, 2.5rem);
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}

.sub-title {
	font-weight: 600;
	font-size: clamp(1.25rem, 5vw, 2rem);
}
.small-title {
	font-weight: 500;
	font-size: clamp(1rem, 5vw, 1.3rem);
}
ul.usp {
	margin: 0;
	padding: 0;
}

.usp li {
	color: #ffdb5e;
	font-weight: 600;
	font-size: clamp(0.8rem, 5vw, 1.3rem);
	list-style: none;
	border: clamp(2px, 0.5vw, 3px) solid #ffdb5e;
	border-radius: clamp(20px, 5vw, 50px);
	padding: clamp(4px, 1vw + 2px, 8px) clamp(8px, 2vw + 8px, 16px);
	margin-bottom: clamp(6px, 1vw, 12px);
}

header {
	border-bottom: 5px solid #fa4500;
	padding: 10px 0
}

.navbar {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0
}

.logo {
	max-width: 100px
}

.header-right {
	max-width: 330px
}

#section-one {
	background: url(../images/bg-1.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#section-one::before{
position: absolute;
content: '';
display: block;
background: url(../images/bg-1.png) no-repeat;
background-position:right top;
background-size: contain;
width: 100%;
height: 90%;
}
@media (max-width: 767.98px) {
	#section-one::before{		
		background-position: center bottom;
		background-size: contain;		
		height: 100%;
		}
}
#section-two {
	background: url(../images/bg-2.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
@media (min-width: 768px) {
#section-two::before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/bg-2-bottom.png) right bottom no-repeat;
    background-size: contain;
    width: 70%;
    height: 100%;
    right: 0;
    bottom: 0px;
    z-index: 0;
}
}
.form-control{
	border-radius: 1rem;
	background-color: #e6e7e8;
}
.btn{
	border-radius: 1rem;
}
@media (min-width: 992px) {
	.mt-m-5-percentage {
		margin-top: -5%;
	}
}

#section-three {
	background: url(../images/bg-1.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.section-three-image{
position: relative;
}
.section-three-image::before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/bg-1.png) right top no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0px;
    z-index: 0;
}
#section-four {
	background: #f9be6d;
}

footer {
	padding: 50px 0;
	background: #151449;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

footer h3 {
	font-size: 20px
}

footer .nav-link {
	display: block;
	padding: 3px 5px;
	color: #fff
}

footer .nav-link:hover {
	color: #fff
}

@media (min-width: 768px) {
	.nearest-branch {
		position: fixed;
		left: 0;
		bottom: 0;
		background: #f37021;
		padding: 16px 50px;
		border-radius: 0 16px 0 0;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		border-width: 2px 0 0 2px;
		border-color: #fff;
		border-style: solid;
	}

	.whatsapp-branch {
		position: fixed;
		right: 15px;
		bottom: 15px;
		text-decoration: none;
	}

	.whatsapp-branch .fa-whatsapp {
		color: #25D366;
		font-size: 4rem;
	}

	.whatsapp-branch .fa-whatsapp:hover {
		color: #1EBEA5;
	}	
}
.branches{
    width: 80px;
}
@media (max-width: 767.98px) {
	.nearest-branch {
		position: fixed;
		left: 0;
		bottom: 0;
		background: #f37021;
		width: 50%;
		padding: 10px;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-weight: 500;
        font-size: 1.5rem;
        z-index:9999;
	}

	.whatsapp-branch {
		position: fixed;
		right: 0;
		bottom: 0;
		text-decoration: none;
		width: 50%;
		padding: 10px;
		text-align: center;
		background-color: #25D366;
		color: #fff;
		font-weight: 500;
        font-size: 1.5rem;
         z-index:9999;
	}
	
    .nearest-branch span {
		display: none;
	}

}