*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Open Sans';
}
a{
	text-decoration: none !important;
}
ul{
	list-style: none;
}
body{
	overflow-x: hidden;
}
::-moz-selection{
	background: #00C4A5;
	color: #fff;
}
::selection{
	background: #00C4A5;
	color: #fff;
}
/*@media (min-width: 1400px){
	.container{
		max-width: 1300px !important;
	}
}*/
/*buttons*/
.button{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 3px !important;
	height: 60px;
	color: #FFFFFF !important;
	text-transform: capitalize;
	font-weight: 700 !important;
	font-size: 16px !important;
	border: none !important;
}
.button.button-red{
	background: #de394a;
}
.button.button-red:hover{
	background: #860009;
}
.button.button-blue{
	background: #00C4A5;
}
.button.button-blue:hover{
	background: #000000;
}
.button.button-black{
	background: #000000;
}
.button.button-black:hover{
	background: #333;
}
.btn.btn-success{
	background: #00C4A5 !important;
	border: #00C4A5 !important;
}
.btn.btn-danger{
	background: #de394a !important;
	border: #de394a !important;
}

/*navbar*/
#navbar{
	padding: 25px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#navbar.navbar-fixed{
	-webkit-box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
	        box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
}
#navbar .bar {
	font-size: 23px;
	cursor: pointer;
}
@media (max-width: 767px) {
	#navbar{
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	}
}
/*header*/
#header{
	min-height: 100vh;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 2;
}
#header:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url('../images/wave-png.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: -1;
}
#header .info h3{
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	color: #000;
	text-transform: capitalize;
}
#header .info p{
	margin-top: 20px;
	color: #787878;
	font-size: 20px;
	line-height: 30px;
}
#header .info .rating {
	margin-top: 35px;
}
#header .info .rating h6{
	color: #000000;
	font-size: 16px;
	line-height: 36px;
	margin-left: 5px;
}
#header .info .button{
	    width: 250px;
	margin-top: 35px;
	text-transform : none;
        font-size: 30px !important;
}
#header .main-img{
	width: 100%;
}
#header .info form{
	margin-top: 35px;
}
#header .info form .form-control{
	height: 50px;
	background: transparent;
	padding: 0 10px;
	border: 1px solid #BBBDBF;
	border-radius: 3px;
	box-shadow: none;
	transition: 0.3s;
}
#header .info form .form-control:focus{
	border-color: var(--theme-color);
}
#header .info form .form-check{
	margin-top: 30px;
}
#header .info form .form-check label{
	color: #787878;
	font-size: 14px;
	line-height: 14px;
}
#header .info form .form-check input{
	background: transparent;
	border: 1px solid #BBBDBF;
	border-radius: 3px;
}
#header .info form .button{
	margin-top: 30px;
	width: 140px;
	height: 60px;
}
#header .info form .form-control::placeholder {
	color: #787878;
	font-size: 16px;
}
.popup-model-body{
	padding: 20px 25px 25px 30px !important;
}
.popup-model-body .clear_btn{
	width:440px;
	font-size:25px;
}
.clear_btn{
	background-color: #de394a;
	color: white;
	font-size:28px;
	border: none;
	padding: 5px 10px;
	margin-top: 10px;
	width:500px;
	border-radius: 5px;
}
/*Model style*/
.register-modal .close {
	position: absolute;
	top: -15px;
	right: -12px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-image: url("../images/close_arrow.png") !important;
	opacity: unset !important;
}
.header-step-color {
	color: #2ba58e !important;
	font-weight:700;
}
.padding-top-xs {
	padding-top:5px;
}
.padding-top-sm {
	padding-top:10px;
}
.padding-top-mid {
	padding-top:20px;
}
.padding-top-lg {
	padding-top:40px;
}
.padding-bottom-sm {
	padding-bottom:10px;
}
.padding-bottom-xs {
	padding-bottom:5px;
}
.padding-bottom-mid {
	padding-bottom:20px;
}
.padding-bottom-lg {
	padding-bottom:40px;
}
.padding-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.btn-regular2-xs {
	background: #ffffff;
	color: #2ba58e;
	border: 1px solid #2ba58e;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
}
.btn-regular2-xs:hover, .btn-regular2-xs:focus {
	background: #238270;
	color: #ffffff !important;
}
@media (max-width: 767px) {
	#header .info h3{
		font-size: 40px;
		line-height: 48px;
		margin-top: 30px;
	}
	#header .main-img{
		margin-top: 20px;
	}
	#header .info h3 br{
		display: none;
	}
	#header .info p{
		margin-top: 10px;
		font-size: 16px;
		line-height: 25px;
	}
	#header .info .rating{
		margin-top: 20px;
	}
	#header .info .rating h6{
		margin-top: 5px;
	}
	#header .info .button{
		margin-top: 20px;
	}
	#header .info .rating img{
		/*width: 50%;*/
	}
	#header .info form .form-control{
		margin-top: 15px;
	}
	#header .info form .button{
		margin-top: 10px;
	}
	#header .info form .form-check{
		margin-top: 15px;
	}
	.popup-model-body .clear_btn{
		width:100%;
	}
	.clear_btn{
		font-size:16px;
		margin-top:8px;
		width:260px;
	}
	.info .button{
		width: 97%;
	}
	.info form{
		width: 97%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header .info h3{
		font-size: 34px;
		line-height: 50px;
	}
	#header .info h3 br{
		display: none;
	}
	#header .info h3 br{
		display: none;
	}
	#header .info p{
		font-size: 16px;
		margin-top: 12px;
		line-height: 25px;
	}
	#header .info .rating{
		margin-top: 20px;
	}
	#header .info .button{
		margin-top: 20px;
	}
	#header{
		min-height: 75vh;
	}
	#header .info .rating img{
		width: 50%;
	}
	.clear_btn{
		font-size:20px;
		margin-top:8px;
		width:300px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#header .info h3{
		font-size: 42px;
		line-height: 60px;
	}
	#header .info p{
		font-size: 18px;
		line-height: 32px;
	}
	#header .info .rating img{
		width: 50%;
	}
	#header .info .rating h6{
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1400px){
	/*#header .info h3 br{
		display: none;
	}*/
	.clear_btn{
		font-size:26px;
		margin-top:8px;
		width:450px;
	}
}


/*why*/
#why {
	margin-top: 100px;
}

#why h2.heading {
	color: #000000;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}

#why .body {
	margin-top: 50px;
}

#why .body .item {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	box-shadow: 0px 0px 10px 0px #0000001A;
	height: 100%;
	background-color: #ffffff;
}

#why .body .item:hover {
	background-color: #00C4A5;
	color: #fff;
}

.item:hover svg path {
	fill: #FFFFFF;
}

#why .body .item h4 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

#why .body .top:hover {
	color: #ffffff;
}

#why .body .bottom:hover {
	color: #ffffff;
}

@media (max-width: 767px) {
	#why {
		margin-top: 50px;
	}

	#why h2.heading {
		font-size: 40px;
		line-height: 40px;
	}

	#why .body .col-lg-6 {
		padding: 0 30px;
	}

	#why .body .top-left .item {
		border: none !important;
	}

	#why .body .item {
		padding: 45px 15px;
	}

	#why .body {
		margin-top: 20px;
	}

	#why .body .item h4 {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	#why .body .item p {
		font-size: 16px;
		line-height: 22px;
	}

	#why .body .top,
	#why .body .bottom {
		border: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#why .body .item {
		padding: 20px 10px;
	}

	#why {
		margin-top: 70px;
	}

	#why .body .item h4 {
		font-size: 15px;
	}

	#why .body .item p {
		font-size: 16px;
		line-height: 23px;
	}

	#why h2.heading {
		font-size: 34px;
		line-height: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	#why .body .item {
		padding: 25px 20px;
	}

	#why h2.heading {
		font-size: 42px;
		line-height: 50px;
	}

	#why {
		margin-top: 80px;
	}

	#why .body {
		margin-top: 25px;
	}
}



/*services*/
#services{
	background-color: #f5f5f5;
    padding: 50px 0px 50px 0px;
	margin-top: 100px;
}
#services h2.heading{
	color: #000000;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}
#services .body{
	margin-top: 50px;
}
#services .body .item{
	padding: 30px 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
#services .body .item h4{
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
#services .body .item p{
	margin-top: 5px;
	color: #787878;
	font-size: 16px;
	line-height: 30px;
}
#services .body .top-left,
#services .body .bottom-left{
	border-right: 1px dashed rgba(44, 44, 44, 0.25);
}
#services .body .bottom{
	border-top: 1px dashed rgba(44, 44, 44, 0.25);
}
@media (max-width: 767px) {
	#services{
		margin-top: 50px;
	}
	#services h2.heading{
		font-size: 40px;
		line-height: 40px;
	}
	#services .body .col-lg-6{
		padding: 0 30px;
	}
	#services .body .top-left .item{
		border: none !important;
	}
	#services .body .item{
		padding: 45px 0;
		border-top: 1px dashed rgba(44, 44, 44, 0.25);
	}
	#services .body{
		margin-top: 20px;
	}
	#services .body .item h4{
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}
	#services .body .item p{
		font-size: 12px;
		line-height: 22px;
	}
	#services .body .top,
	#services .body .bottom{
		border: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#services .body .item{
		padding: 20px 10px;
	}
	#services{
		margin-top: 70px;
	}
	#services .body .item h4{
		font-size: 15px;
	}
	#services .body .item p{
		font-size: 12px;
		line-height: 23px;
	}
	#services h2.heading{
		font-size: 34px;
		line-height: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#services .body .item{
		padding: 25px 20px;
	}
	#services h2.heading{
		font-size: 42px;
		line-height: 50px;
	}
	#services{
		margin-top: 80px;
	}
	#services .body{
		margin-top: 25px;
	}
}


/*convinced*/
#convinced{
	margin-top: 100px;
	padding-bottom: 50px;
}
#convinced h2.heading{
	color: #000000;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}
#convinced .body{
	margin-top: 50px;
}
#convinced .body .item{
	padding: 30px 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
#convinced .body .item h4{
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
#convinced .body .item p{
	margin-top: 5px;
	color: #787878;
	font-size: 16px;
	line-height: 30px;
}
#convinced .body .top-left,
#convinced .body .bottom-left{
	border-right: 1px dashed rgba(44, 44, 44, 0.25);
}
#convinced .body .bottom{
	border-top: 1px dashed rgba(44, 44, 44, 0.25);
}
@media (max-width: 767px) {
	#convinced{
		margin-top: 50px;
	}
	#convinced h2.heading{
		font-size: 40px;
		line-height: 40px;
	}
	#convinced .body .col-lg-6{
		padding: 0 30px;
	}
	#convinced .body .top-left .item{
		border: none !important;
	}
	#convinced .body .item{
		padding: 45px 0;
		border-top: 1px dashed rgba(44, 44, 44, 0.25);
	}
	#convinced .body{
		margin-top: 20px;
	}
	#convinced .body .item h4{
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}
	#convinced .body .item p{
		font-size: 12px;
		line-height: 22px;
	}
	#convinced .body .top,
	#convinced .body .bottom{
		border: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#convinced .body .item{
		padding: 20px 10px;
	}
	#convinced{
		margin-top: 70px;
	}
	#convinced .body .item h4{
		font-size: 15px;
	}
	#convinced .body .item p{
		font-size: 12px;
		line-height: 23px;
	}
	#convinced h2.heading{
		font-size: 34px;
		line-height: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#convinced .body .item{
		padding: 25px 20px;
	}
	#convinced h2.heading{
		font-size: 42px;
		line-height: 50px;
	}
	#convinced{
		margin-top: 80px;
	}
	#convinced .body{
		margin-top: 25px;
	}
}


/*testimonials*/
#testimonials{
	margin-top: 100px;
}
#testimonials .review-item {
	padding: 35px 0;
}
#testimonials .review-item h4{
	color: #000;
	font-size: 30px;
}
#testimonials .review-item .star{
	margin-top: 15px;
}
#testimonials .review-item .star img{
	margin-right: 5px;
}
#testimonials .review-item .star img:last-child{
	margin-right: 0;
}
#testimonials .review-item .total{
	background: #c4c4c4;
	margin-top: 15px;
	color: #000;
}
#testimonials .review-item .total span{
	position: relative;
}
#testimonials .review-item .total span:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	bottom: -1px;
	left: 0;
}
#testimonials .review-item .trustpilot-logo{
	margin-top: 15px;
}
#testimonials .item-inner .header h6{
	font-size: 14px;
	color: rgba(44, 44, 44, 0.3);
}
#testimonials .item-inner h3{
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
#testimonials .item-inner p{
	margin-top: 5px;
	font-size: 15px;
}
#testimonials .item-inner h5{
	margin-top: 5px;
	color: rgba(44, 44, 44, 0.6);
	font-size: 16px;
}
#testimonials .col-lg-10{
	padding: 0 60px;
	position: relative;
}
@media (max-width: 767px) {
	#testimonials .col-lg-10{
		padding: 0 30px;
	}
	#testimonials .col-lg-10 .row .col-lg-4:nth-child(3),
	#testimonials .col-lg-10 .row .col-lg-4:nth-child(2){
		display: none;
	}
	#testimonials{
		margin-top: 50px;
		padding: 25px 0;
	}
	#testimonials .review-item{
		padding: 0;
		margin-bottom: 40px;
	}
	#testimonials .review-item .total{
		font-size: 14px;
	}
	#testimonials .review-item h4{
		font-size: 24px;
	}
	#testimonials .item-inner h3{
		font-size: 15px;
	}
	#testimonials .item-inner p{
		font-size: 12px;
	}
	#testimonials .item-inner h5{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1300px) {
	#testimonials .review-item .total{
		font-size: 11px;
	}
	#testimonials .review-item .trustpilot-logo{
		max-width: 90px;
	}
	#testimonials .review-item .star img{
		max-width: 20px;
	}
	#testimonials .item-inner .star img{
		max-width: 16px;
	}
	#testimonials .item-inner .header h6{
		font-size: 9px;
	}
	#testimonials .review-item{
		padding: 20px 0;
	}
	#testimonials{
		padding: 30px 0;
		margin-top: 70px;
	}
	#testimonials .review-item h4{
		font-size: 26px;
	}
	#testimonials .item-inner h3{
		font-size: 13px;
	}
	#testimonials .item-inner p{
		font-size: 11px;
	}
	#testimonials .item-inner h5{
		font-size: 13px;
	}
	#testimonials .col-lg-10{
		padding: 0 30px;
	}
}
@media (min-width: 1301px) and (max-width: 1400px) {
	#testimonials .review-item .total{
		font-size: 11px;
	}
	#testimonials .review-item .trustpilot-logo{
		max-width: 70%;
	}
	#testimonials .review-item .star img{
		max-width: 26px;
	}
	#testimonials .item-inner .star img{
		max-width: 18px;
	}
	#testimonials .item-inner h3{
		font-size: 16px;
	}
	#testimonials .item-inner p{
		font-size: 13px;
	}
	#testimonials .item-inner h5{
		font-size: 14px;
	}
}

/*faq*/
#faq{
	margin-top: 100px;
	background-color: #f5f5f5;
    padding: 50px 0px 50px 0px;
}
#faq h2.heading{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}
#faq .accordion .accordion-item{
	border: none;
}
#faq .accordion .accordion-item .accordion-header{
	border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}
#faq .accordion .accordion-item .accordion-header button{
	background: transparent;
	height: 60px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #000000;
	font-weight: 700;
	font-size: 20px;
	padding: 0 15px;
}
#faq .accordion .accordion-item .accordion-body{
	padding: 30px 0 10px 15px;
	line-height: 30px;
}
.accordion-button:not(.collapsed)::after{
	background: url('../images/minus.png') !important;
	background-size: cover !important;
	width: 13px !important;
	height: 13px !important;
}
.accordion-button::after{
	background: url('../images/plus.png') !important;
	background-size: cover !important;
	width: 13px !important;
	height: 13px !important;
}
#faq .long-question{
	height: 90px !important;
}
@media (max-width: 767px) {
	#faq{
		margin-top: 50px;
	}
	#faq h2.heading{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	#faq .accordion .accordion-item .accordion-header button{
		font-size: 20px;
		height: auto;
		padding: 15px;
	}
	#faq .main-img{
		margin-top: 30px;
	}
	#faq .long-question{
		height: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#faq{
		margin-top: 70px;
	}
	#faq h2.heading{
		font-size: 34px;
		line-height: 42px;
	}
	#faq .accordion .accordion-item .accordion-header button{
		padding: 0 5px;
		font-size: 12px;
		height: 45px;
	}
	#faq .accordion .accordion-item .accordion-body{
		padding-left: 0;
		font-size: 13px;
		line-height: 21px;
	}
}
@media (min-width: 992px) and (max-width: 1300px) {
	#faq{
		margin-top: 90px;
	}
	#faq h2.heading{
		font-size: 42px;
		line-height: 50px;
	}
	#faq .accordion .accordion-item .accordion-header button{
		padding: 0 5px;
		font-size: 15px;
		height: 50px;
	}
	#faq .long-question{
		height: 90px !important;
	}
}


/*get-started*/
#get-started{
	/*margin-top: 100px;*/
	padding: 50px 0;
	background: -o-linear-gradient(358.37deg, #00D1B2 0%, #0FA68B 100.68%);
	background: linear-gradient(91.63deg, #00D1B2 0%, #0FA68B 100.68%);
}
#get-started h4{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}
#get-started p{
	color: #F7F7F7;
	font-size: 20px;
	line-height: 36px;
}
#get-started .button{
	width: 265px;
}
@media (max-width: 767px) {
	/*#get-started{*/
	/*	text-align: center;*/
	/*}*/
	#get-started h4{
		font-size: 40px;
		line-height: 48px;
	}
	#get-started p{
		margin-top: 10px;
		font-size: 20px;
		line-height: 28px;
	}
	#get-started .button{
		margin-top: 30px;
	}
	#get-started{
		/*margin-top: 50px;*/
		padding: 25px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#get-started h4{
		font-size: 34px;
		line-height: 50px;
	}
	#get-started p{
		font-size: 16px;
		line-height: 24px;
	}
	#get-started{
		/*margin-top: 70px;*/
		padding: 30px 0;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	#get-started h4{
		font-size: 46px;
	}
	#get-started p{
		font-size: 17px;
		line-height: 28px;
	}
}

/*about*/
#about{
	margin-top: 100px;
}
#about .info h2{
	color: #000000;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}
#about .info p{
	margin-top: 20px;
	color: #787878;
	font-size: 20px;
	line-height: 36px;
}
@media (max-width: 767px) {
	#about{
		margin-top: 50px;
	}
	#about .info h2{
		font-size: 40px;
		line-height: 40px;
	}
	#about .info p{
		margin-top: 20px;
		font-size: 20px;
		line-height: 30px;
	}
	#about img{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about{
		margin-top: 70px;
	}
	#about .info h2{
		font-size: 34px;
		line-height: 42px;
	}
	#about .info p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#about .info h2{
		font-size: 42px;
		line-height: 50px;
	}
	#about{
		margin-top: 90px;
	}
	#about .info p{
		font-size: 17px;
		line-height: 30px;
	}
}

/*footer*/
#footer{
	margin-top: 100px;
	background: #2C2C2C;
	padding: 30px 70px;
}
#footer .icons a{
	color: #fff;
	margin-right: 15px;
}
#footer .icons a:last-child{
	margin-right: 0;
}
#footer a{
	color: #fff;
	font-size: 15px;
}
#footer p{
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 15px;
}
@media (max-width: 767px) {
	#footer {
		margin-top: 50px;
		padding: 30px 0;
	}
	#footer .terms{
		margin-top: 20px;
		font-size: 15px;
		line-height: 15px;
	}
	#footer p{
		margin-left: 0;
		margin-top: 15px;
		font-size: 15px;
		line-height: 15px;
	}
	#footer .icons{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer{
		margin-top: 70px;
		padding: 30px 0;
	}
	#footer .terms{
		font-size: 12px;
	}
	#footer p{
		font-size: 10px;
		margin-left: 10px;
	}
}


.background{
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

/* PRICING */
#pricing {
	background-color: #f5f5f5;
    margin-top: 100px;
    padding: 50px 0px 50px 0px;
}

#pricing h2.heading {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
}

.heading_text {
	margin: 20px 0 10px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.main_box {
	text-align: center;
}

.pri_box_1 {
	background-color: #00c4a5;
	color: white;
	font-weight: 700;
	display: flex;
	padding: 10px;
}

.truck-font {
	font-weight: 700;
	margin-top: 25px;
	font-size: 20px;
}

.doller_font {
	font-size: 36px;
}

.truck_img {
	height: 30px;
	width: 40px;
}

.bro_font {
	font-size: 12px;
	font-weight: 400;
	margin-top:8px;
}

.box_1_inr {
	width: 185px;
	text-align: end;
}

.box_1 {
	width: 72px;
	text-align: left;
}

.Brokerage_font {
	font-size: 14px;
	text-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 0 22px;
}

#pricing .pricing-section{
	margin-top: 50px;
}

@media (max-width: 767px) {
	#pricing h2.heading {
		font-size: 40px;
		line-height: 60px;
		margin: 13px 0 7px 0;
	}

	#pricing {
		margin-top: 50px;
	}

	.heading_text {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.Brokerage_font {
		font-size: 13px;
		margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#pricing h2.heading {
		font-size: 34px;
		line-height: 50px;
		margin: 17px 0 9px 0;
	}

	#pricing {
		margin-top: 70px;
	}

	.heading_text {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.Brokerage_font {
		font-size: 13px;
		margin-top: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	#pricing h2.heading {
		font-size: 60px;
	}

	#pricing {
		margin-top: 80px;
	}

	.heading_text {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.Brokerage_font {
		font-size: 13px;
		margin-top: 35px;
	}
}

#get-started .button{
	font-weight: 500 !important;
	font-size: 26px !important;
	width: 450px !important;
}

@media (min-width: 768px) and (max-width: 991px){
	#get-started .button{
		font-weight: 500 !important;
		font-size: 16px !important;
		width: 450px !important;
	}
}

@media (max-width: 767px){
	#get-started .button{
		font-weight: 500 !important;
		font-size: 20px !important;
		width: 100% !important;
	}
}

.modal .form-control{
	height: 45px !important;
}
