@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Manrope', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

*:focus {
	outline: none;
}

h1 {
	color: #ed1b24;
	font-size: 26px;
	font-weight: 600;
}

h2 {
	color: #ed1b24;
	font-size: 20px;
	font-weight: 600;
}

h3 {
	color: #ed1b24;
	font-size: 18px;
}

h4 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

h5 {
	color: #ed1b24;
	font-size: 22px;
	font-weight: 300;
}

.inner-ul h5 {
	color: #000;
	font-weight: 500;
}

a {
	color: #ed1b24;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width: 240px;
	margin: 10px 25px 15px 60px;
}

nav {
	position: relative;
	padding: 12px 60px;
}


nav li a {
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #fff;
	display: block;
	top: 18px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #fff;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.nav-item {
	padding: 7px 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	border-right: 0;
}

nav .nav-link:hover, nav .nav-link:focus, nav .nav-link:active {
	color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	background: none;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 25px !important;
	height: 25px !important;
	padding: 7px !important;
	margin-right: 5px;
	left: 0px;
	position: relative;
	margin-top: 3px;
	border: 1px solid #ed1b24;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	line-height: 2em;
	font-size: 15px;
	font-weight: 300;
	position: relative;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: inherit;
	font-size: 15px;
	font-weight: 500;
}

.bstrip hr {
	color: #fff;
	height: 3px;
	opacity: 1;
}

.inner-ul ul {
	padding: 0;
}

.inner-ul li {
	list-style: disc;
}

.footer {
	background: #ed1b24;
	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

.footer li a:hover {
	color: #000;
}

.pr-150 {
	padding-right: 150px !important;
}

.bottom-ribbon {
	background: #f5f5f5;
	padding: 16px 120px;
	font-size: 22px;
	color: #ed1b24;
	text-align: center;
	line-height: 1.4em;
	font-weight: 600;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.font-14 {
	font-size: 14px;
}

.mt-100 {
	margin-top: 100px;
}

p {
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 400 !important;
	font-size:15px;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #979797;
	border-radius: 2px;
	font-size: 16px;
	line-height: 2.4em;
}

.form-control:focus, .form-select:hover {
	box-shadow: none;
	border-color: #ed1b24;
}

.form-check-input {
	padding: 9px;
	border-radius: 0 !important;
	border: 1px solid #000;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #ed1b24;
	border-color: #ed1b24;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #ed1b24;
	border-color: #ed1b24;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #ed1b24;
	color: white;
}

.modal-header h5 {
	color: white;
}

.btn-close {
	background: none !important;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	display: inline;
	padding-bottom: 40px;
}

.modal-footer button {
	background: #ed1b24;
	padding: 10px 30px;
	color: #fff;
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-dialog {
	margin: 15% auto;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #ed1b24;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #ed1b24;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-1 {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.px-60 {
	padding: 0 60px;
}

.px-40 {
	padding: 0 40px;
}

.top-section li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.top-section li {
	padding-left: 25px;
}

label {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding: 0 10px;
	text-align: left;
}

#form {
	position: relative;
	z-index: 1;
	padding: 0 5px 30px 0px;
}

.e-select-p {
	float: left;
	font-size: 13px;
	padding-top: 15px;
	margin-bottom: 0;
}

.e-select {
	width: 120px;
	float: right;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #ff0000;
}

.c-section li {
	list-style: none;
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 400 !important;
	font-size: 16px;
}

.c-section li span {
	color: #a49f29;
}

.px-30 {
	padding: 0 30px;
}

.contact-info {
	background: #f6f5f3;
	border-radius: 10px;
	padding: 15px 25px 15px 25px;
	min-height: 200px;
}

.contact-info h4 {
	color: #663629;
	font-weight: 500;
}

.form-button {
	background: #5d3627;
	border-radius: 5px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 23px;
}

.form-check-input {
	background-color: #eeeae9;
}

.scrore p {
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}

.scrore span {
	font-weight: 600;
	font-size: 14px;
}

nav {
	background: #ed1b24;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.banner {
	background: url(../img/banner.jpg) no-repeat;
	height: 620px;
	background-size: cover;
}

.banner h1 {
	font-size: 40px;
	color: #ed1b24;
}

.banner h2 {
	font-size: 23px;
	color: #000;
	font-weight:600;
}

.banner h3 {
	font-size: 22px;
	color: #ed1b24;
	font-weight: 600;
}

.top-section li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.top-section {
	background: rgba(231, 231, 231, 0.6);
	border-radius: 30px;
	padding: 40px 20px 40px 20px;
}

.banner p {
	list-style: none;
	line-height: 1.6em;
	font-size: 15px;
	font-weight: 500 !important;
	position: relative;
}

.intro-section li {
	list-style: none;
	line-height: 1.6em;
	color: #323232 !important;
	font-weight: 500 !important;
	font-size: 15px;
}

.intro-section li span {
	color: #ed1b24;
	font-size: 20px;
}

.num li p {
	font-size: 18px;
	font-weight: 500 !important;
}

.num li span {
	background: #ed1b24;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 2.1em;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.text-black {
	color: #000;
}

.price {
	background: #fff;
	color: #ed1b24;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	padding: 7px 30px;
	border-bottom: 2px solid #ed1b24;
}

.price:hover, .price:focus {
	background: #ed1b24;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	padding: 7px 30px;
	border-bottom: 2px solid #000;
}

.scrorebtn button {
	background: #fff;
	padding: 0;
	width: 180px;
}

.scrorebtn button:hover {
	background: #e7f0fe;
	padding: 0;
	width: 180px;
}

.scrorebtn div {
	background: #ed1b24;
	color: #fff;
	padding-bottom: 10px;
}

.scrorebtn p {
	font-size: 20px;
	color: #fff !important;
	font-weight: 400 !important;
	margin: 0;
	padding: 10px 0 0 0;
}

.scrorebtn span {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
}


.inner-ul p{
	font-size:15px;
}
.inner-ul li {
	margin-left:20px;
	font-size:15px;
	list-style:disc;
	padding-left:0;
}
.inner-ul li li {
	margin-left:30px;
	font-size:15px;
	
}
.anchor-list {
	margin-left:20px;
}
.anchor-list li a{
	color:#333;
	font-size:15px;
	font-weight:500;
}
.anchor-list li a:hover{
	color:#ed1b24;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}
.inner-ul h3{
	font-size:20px;
}

.fa-phone{
	color:#ed1b24;
}


.scrollTop {
	position: fixed;
	right: 2%;
	bottom: 10px;
	background-color: rgb(121, 121, 121);
	padding: 0px 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	line-height: 2em;
	cursor: pointer;
  }
  
  .scrollTop a {
	font-size: 30px;
	color: #fff;
  }

  .scrollTop:hover {
	  background-color:#000;
  }
  
  .footer-c {
	position: absolute;
	bottom: 0;
	width: 100%;
    }
	.bribbon-c {
		position: absolute;
		bottom: 65px;
		width: 100%;
	}