@charset "utf-8";

/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

:root {
	--primary: #2179d2;
	--primary-light: #439cf7;
	--secondary: #62a532;
	--tertiary: #d39e00;
	--white: #ffffff;
	--black: #000;
	--fonts: "Montserrat", serif !important;
}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1450px) {
	.main {
		margin-top: 90px;
	}

	.header {
		padding: 15px;
		height: 90px;
	}

	.header .logo {
		width: 230px
	}

	.header .right-menu ul li a {
		font-size: 20px;
	}

	.header .main-menu ul li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {

	.login-section,
	.schedule-section{
		padding: 40px 0;
	}

	.main {
		margin-top: 80px;
	}

	.header {
		height: 80px;
	}

	.header .logo {
		width: 195px
	}

	.header .main-menu {
		display: none;
	}

	.header .right-menu {
		margin-left: auto;
	}

	.mobile-menu {
		display: inline-block !important;
	}

	.copyrights-desk {
		display: none;
	}

	.copyrights-mob {
		display: block;
	}

	.v-dash {
		display: none;
	}

	.credits {
		font-size: 14px;
		text-align: center;
		margin-top: 10px !important;
		margin-bottom: 30px !important;
	}

	.app-link-section {
		padding: 50px 0;
	}

	.login-form {
		width: 90%;
	}

	/*.home-banner {
		width: 100%;
		height: auto;
	}

	.banner_video {
		height: auto;
		overflow: hidden;
		width: 100%;
	}

	.overlay {
		background-color: rgba(0, 0, 0, 0.4);
		width: 100%;
		height: 100%;
	}*/

	.banner_img {
		position: relative;
		height: 100%;
	}

	/*.video-container video {
		height: 100%;
	}*/

	.banner_img {
		height: 500px;
	}

	/*.home-banner h1 {
		line-height: 30px;
		font-size: 20px;
		max-width: 85%;
		bottom: 50px;
	}*/

	.page-head {
		height: 100px;
	}

	.page-head h2 {
		font-size: 26px;
		line-height: 26px;
		width: 100%;
	}

	.acc-content,
	.set .tag {
		padding-right: 50px;
	}

	.acc-content {
		padding: 15px;
	}

	.set>a {
		font-size: 16px;
		padding: 15px;
	}

	.set .tag {
		padding-right: 40px;
	}

	.set i {
		right: 0px;
	}

	.thank-you h3 {
		font-size: 36px;
	}

	.thank-you .order-no {
		font-size: 20px !important;
	}

	.wonder-tabs .nav-link {
		background-color: #8bca0a !important;
		color: #023062 !important;
		font-weight: 600;
		font-size: 14px;
		line-height: 26px;
		padding: 10px 0;
	}

	.my-order-list {
		padding-left: 55px;
	}

	.my-order-list img {
		left: 10px;
		width: 35px;

	}

	.my-order-list i {
		right: 15px
	}

	.my-order-list p {
		font-size: 16px;
	}

	.my-order-list p span {
		font-size: 14px !important;
	}


	.how-it-works {
		width: 100%;
		height: auto;
		padding: 120px 20px 20px 20px;
		margin-top: 120px;
	}

	.how-content {
		position: relative;
		transform: none;
		top: 0;
		padding-right: 0px;
		height: auto;
	}

	.how-it-works p,
	.how-it-works h4{
		text-align: center;
	}

	.how-it-works img{
		position: absolute;
		width: 200px;
		top: -100px;
		left :50%; 
		transform: translateX(-50%);
		border-radius: 50%;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3) !important;
	}

	
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {

	.code p {
		margin: 0;
		font-weight: 500;
		line-height: 40px;
		font-size: 14px !important;
		text-transform: capitalize;
	}

	.pricing p {
		font-size: 15px;
	}

	.header {
		padding: 10px 15px;
	}

	.header .logo .mobile-logo {
		display: none;
	}

	.header .logo {
		width: 180px
	}

	.header .logo .desktop-logo {
		display: none;
	}

	.header .right-menu ul li {
		margin: 0 3px;
	}

	.header .logo .mobile-logo {
		display: block;
		width: 180px;
		margin-top: 5px;
	}

	.home-banner {
		width: 100%;
		height: 250px;
	}

	.banner_video {
		height: 250px;
		overflow: hidden;
		width: 100%;
	}

	.overlay {
		width: 100%;
		height: 250px;
	}

	.banner_img,
	.video-container {
		position: relative;
		height: 100%;
	}

	.video-container video {
		height: auto;
    	width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}

	.banner_img {
		height: 250px;
		overflow: hidden;
		width: auto;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.home-banner h1 {
		width: 85%;
		bottom: 20px;
		line-height: 26px;
		font-size: 16px;

	}

	.how-it,
	.login {
		width: 100%;
		padding: 40px 20px;
	}

	.how-it h3,
	.app-link-section h3,
	.schedule-section h3,
	.login h3 {
		font-size: 25px;
	}

	.login h3 img {
		width: 40px;
	}

	.price-area {
		margin: 10px 0;
	}

	.intro {
		font-size: 16px !important;
	}

	.intro br {
		display: block;
	}

	.interest-form {
		padding: 50px 20px;
	}

	.service-count-title {
		font-size: 15px;
	}

	.cookies{
        width: 100%;
        left:0;
        bottom:0;
        border-radius: 0;
    }

	.alert{
		width: calc(100% - 30px);
		border-radius: 10PX;
	}
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {
	.form-floating label.small {
		font-size: 14px;
	}
}


@media only screen and (max-width: 450px) {
.home-banner {height: 180px;}
.banner_video {height: 180px;}
.home-banner h1 {
	width: 85%;
	bottom: 20px;
	line-height: 16px;
	padding: 8px 12px;
	font-size: 14px;
}
}

@media only screen and (max-width: 425px) {
	.service-count .form-floating label.small {
		padding: 1rem 0.5rem !important;
	}
}

@media only screen and (max-width: 400px) {
	.form-floating label.small {
		font-size: 12px;
	}
	.button{
		min-width: 96px;
		line-height: 30px;
		margin-right: 5px;
	}

	.button label, .button input{
		padding: 5px 11px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 365px) {
	.service-count .form-floating label.small {
		font-size: 12px;
		padding: 1rem 0.5rem !important;
	}

	/* .service-count .form-floating > .form-control {
		padding: 1rem 0rem;
	} */
}