body{scroll-behavior: smooth}
.navbar-brand img {
	width: 130px;
}
.navbar.navbar-expand-lg.py-3 {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	transition: all .3s;
}
.nav-link {
	font-size: 18px;
	color: #000;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.nav-item .btn.btn-danger{font-size: 18px;text-transform: uppercase;font-family: "Poppins", sans-serif;}
.fixed-header {
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px -14px 30px 0px #0000006b;
}
.nav-link.active {
	color: #e22827 !important;
	font-weight: 600;
}
.banner h4 b {
	display: block;
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.banner h1 {
	line-height: 73px;
	font-weight: 800 !important;
}
/*.profile .profile-img {
	height: 99%;
}*/
.banner h4{width: 80%;margin-bottom: 15px}
/*.banner .profile {
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
}*/
.how_ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.how_ul li {
	position: relative;
	display: flex;
	/* flex-wrap: wrap; */
	column-gap: 0;
	/*! background-color: #f1f1f1; */
	border-radius: 10px;
	padding: 0 15px;
	flex-basis: calc(33.33% - 10px);
	margin: 5px;
	justify-content: center;
	align-items: center;
}
.how_ul li img {
	width: 90px;
	height: 90px;
	/*! background: #fff; */
	padding: 10px;
	border-radius: 10px;
}
.how_ul li .txt {
	text-align: left;
	line-height: normal;
	display: grid;
	align-content: center;
	padding: 20px 15px;
	background: #f7f7f9;
	border-radius: 10px;
	height: 100%;
}
.how_ul li .txt h5 {
	color: #dc3545;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
}
.how_ul li .txt p{color: #000;margin: 0}
.whychoose {
	background-color: #f7f7f9;
}
.callback{
	position: relative;
}
.callback::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	/*background: linear-gradient(#e22928, #8d0202);*/
	background-color: #444;
	z-index: -1;
}
.bookus h3{color: #fff;font-family: "Poppins", sans-serif;font-weight: 700;}
.whychoose .box img {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}
.whychoose .box {
	text-align: center;
	background: #fff;
	box-shadow: 0px 7px 20px -16px #000;
	border-radius: 10px;
	padding: 20px 0;
	width: 100%;
	justify-content: center;
	border: 1px solid #cccccc6e;
}
.whychoose .box p {
	margin-bottom: 0;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}

.animate__animated.animate__delay-6s {
  -webkit-animation-delay:6s;
  animation-delay:6s;
  -webkit-animation-delay:calc(var(--animate-delay)*6);
  animation-delay:calc(var(--animate-delay)*6)
}
.animate__animated.animate__delay-7s {
  -webkit-animation-delay:7s;
  animation-delay:7s;
  -webkit-animation-delay:calc(var(--animate-delay)*7);
  animation-delay:calc(var(--animate-delay)*7)
}
.animate__animated.animate__delay-8s {
  -webkit-animation-delay:8s;
  animation-delay:8s;
  -webkit-animation-delay:calc(var(--animate-delay)*8);
  animation-delay:calc(var(--animate-delay)*8)
}

ul.footer_menu {
    padding: 0;
    display: flex;
    justify-content: center;
}
ul.footer_menu li {
	list-style: none;
	border-right: 1px solid #a4a4a4;
	padding: 0 10px;
	text-align: center;
}
ul.footer_menu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 599px) and (min-width: 300px)  {
.banner h1 {
    line-height: 45px;
    margin-bottom: 20px !important;
}
.banner .d-flex.justify-content-center.mt-5.mt-xxl-0.animate__animated.animate__fadeInUp {
    margin-top: 10px !important;
}	
.banner h4 {
    width: 100%;
    margin-top: 100px;
}
.whychoose h2 {
	line-height: 40px !important;
	margin-top: 10px;
}
.whychoose .box {
	margin-bottom: 20px;
}
.bookus h3 {
	margin-bottom: 40px !important;
	display: block;
}
.how_ul li {
	display: grid;
	border-radius: 0;
	padding: 0 0;
	flex-basis: 100%;
	margin-bottom: 15px;
	justify-content: center;
	align-content: center;
}
.how_ul li img {
	margin: auto;
}
.navbar.navbar-expand-lg.py-3 {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px -14px 30px 0px #0000006b;
}
.navbar-nav.navigation {
    padding-top: 12px;
}
.navbar-nav.navigation .nav-link {
    border-bottom: 1px solid #ccc;
}
.navbar-nav.navigation .nav-item .btn.btn-danger {
    width: 100%;
    border-radius: 0;
}
.page-section {
    padding: 0em 0 !important;
}	
footer {
    background-color: #222 !important;
}	
footer .small {
    font-size: 16px;
    color: #fff;
	width: 100% !important;
}
.footer_menu li a {
	color: #fff !important;
}
ul.footer_menu {
	flex-wrap: wrap;
}
ul.footer_menu li {
	flex-basis: 50% !important;
	border: none !important;
}	
}
@media only screen and (max-width: 767px) and (min-width: 600px)  {
.navbar.navbar-expand-lg.py-3 {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px -14px 30px 0px #0000006b;
}
.navbar-nav.navigation {
    padding-top: 12px;
}
.navbar-nav.navigation .nav-link {
    border-bottom: 1px solid #ccc;
}
.navbar-nav.navigation .nav-item .btn.btn-danger {
    width: 100%;
    border-radius: 0;
}
.banner h4 {
    padding-top: 60px;
    width: 100%;
}
.banner h1 {
    line-height: 75px;
    font-weight: 800 !important;
    font-size: 80px;
}
.how_ul li {
    flex-basis: 100%;
    margin: 20px 0;
}
.how_it_works .container.px-5 {
    padding: 0 !important;
}	
footer {
    background-color: #222 !important;
}	
footer .small {
    font-size: 16px;
    color: #fff;
}
.how_ul li .txt {
    text-align: left;
    line-height: normal;
    padding: 20px 30px;
    font-size: 18px;
}	
}
@media only screen and (max-width: 1099px) and (min-width: 1000px)  {
header#home {
    padding-top: 115px !important;
}
header#home .btn {
    padding: 15px 15px !important;
}	
.whychoose h2 {
    font-size: 53px !important;
    line-height: 56px !important;
}	
}	
@media only screen and (max-width: 1399px) and (min-width: 1200px)  {
.whychoose h2 {
    font-size: 60px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
}
.bookus h3 {
    font-size: 50px !important;
    line-height: 50px;
    padding-bottom: 30px;
}	
}