/*============================================
	Theme Name: Tax Advisor Consultant
    Author: OG Web Solutions
    Author URI: https://www.ogwebsolutions.com/
    Version:  1.0
============================================*/

/*==========================================
                    Index
============================================
# Global Style
	## Google Font
	## Preloader Spinner
	## Back to Top

# Header
# Footer
# Modal
# Homepage
	## Banner Section
	## About section
	## About Decision Section
	## About Professionals Section
	## How-we-section
	## About Finance Plan Section
	## Team section
	## Testimonials section
	## FAQ Section

# Order Page
# Thank You Page
# Privacy Policy & Term and Conditions page
# Error/404 Page

/*============================================
            # Global Style
============================================*/

/* ## Google Font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* font-family: 'Nunito', sans-serif; */
/* font-family: 'Lato', sans-serif; */

/* Typography */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #2c2c2c;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #2a2a2a;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

p {
	padding: 0px;
	margin: 0px;
	color: #2a2a2a;
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0px;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
	padding: 0;
}

label {
	font-weight: normal;
}

label.error {
	color: #f00;
	padding-left: 12px;
	font-size: 14px;
	padding-top: 5px;
}

.form-control:focus{
	outline: none;
	box-shadow: none;
}

.form-control {
	height: auto;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #737373;
	background-color: #fbfbfb;
	border-radius: 5px;
	border: 1px solid #b6b6b6;
	/* margin-bottom: 20px; */
}

.form-control.error{
	border-color: red;
}

::-webkit-input-placeholder {
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: #8c8c8c;
}

::-moz-placeholder {
	color: #8c8c8c;
}

:-ms-input-placeholder {
	color: #8c8c8c;
}

:-moz-placeholder {
	color: #8c8c8c;
}

img {
	max-width: 100%;
}

/* custom container */
@media screen and (min-width:1200px) {
	.container {
		max-width: 1170px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
}

/* Custom Button*/
.btn {
	background-image: linear-gradient(to bottom, #f55347, #e6473b, #d63b2e, #c72f22, #b82216);
	border-bottom: 4px solid #870a00;
	font-size: 15px;
	line-height: 1.1;
	padding: 25px 56px;
	border-radius: 10px;
}

.btn:hover {
	box-shadow: inset 0 0px 0px 0 rgb(255 255 255 / 22%), 0 233px 233px 0 rgb(255 255 255 / 12%) inset;
}

.btn .title {
	display: block;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.btn .sub-title {
	font-size: 18px;
	font-weight: 600;
	color: #fffefe;
	display: block;
	opacity: 0.8;
}

.btn-sec {
	position: relative;
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.btn{
		padding: 20px 40px;
	}
	.btn .title{
		font-size: 28px;
	}
	.btn .sub-title{
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.btn {
		padding: 15px 30px;
	}
	.btn .title{
		font-size: 24px;
	}
	.btn .sub-title{
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.btn {
		padding: 14px 22px;
	}
	.btn .title {
		font-size: 20px;
	}
	.btn .sub-title {
		font-size: 13px;
	}
}


/* ### Custom Padding  */
.pd-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width:1199px) {
	.pd-80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (max-width:1023px) {
	.pd-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width:767px) {
	.pd-80 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


/* custom span color */

.about-color {
	color: #e7473b;
}

.f-color {
	color: #ffde00;
}

.h-color {
	color: #f12d02;
}

.w-color {
	color: #ffffff;
}

.t-color {
	color: #ffea00;
}


/* ## Preloader Spinner */
.preloadSpinner{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 99999;
}

.preloadSpinner::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	background-color: #e7473b;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	animation: spinner 500ms infinite ease-in-out;
}

@keyframes spinner{
	to{
		transform: rotate(360deg);
	}
	0%{
		transform: scale(1);
		opacity: 1;
	}
	50%{
		transform: scale(0.5);
		opacity: 0.5;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width:767.98px) {
	.preloadSpinner::after{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
}

/* ## Back to top */
.backtotop{
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 40px;
	width: 40px;
	background-color: #f0f0f0;
	cursor: pointer;
	border: 2px solid #e7473b;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	border-radius: 50%;
	opacity: 0.9;
	transition: opacity 200ms linear;
	display: none;
}

.backtotop::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -4px;
	transform: rotate(-45deg);
	height: 0px;
	width: 0px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	padding: 5px;
	border-color: #e7473b;
}

.backtotop:hover{
	opacity: 1;
	transition: opacity 200ms linear;
}


/* ---------------------------------
    # header
------------------------------------ */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 20px 15px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.fixed-top {
	background: black;
	padding: 10px 15px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .logo a,
footer .logo a{
	display: inline-block;
	max-width: 200px;
	width: 100%;
}
.header .logo img,
footer .logo img {
	max-width: 200px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header.fixed-top .logo img {
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-navbar {
	display: flex;
	justify-content: flex-end;
}

.header .navbar {
	padding: 0;
	justify-content: flex-end;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

:focus-visible {
	outline: none;
}

.header.fixed-top .navbar {
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .navbar .nav .nav-item .nav-link {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	color: #ffffff;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .navbar .nav .nav-item {
	padding: 0 10px;
}

.header .navbar .nav .nav-item .nav-link:hover,
.header .navbar .nav .nav-item .nav-link.active {
	color: #e7473b;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
	.navbar-collapse {
		position: fixed;
		left: 0px;
		top: 50px;
		background: #000;
		right: 0px;
	}
	.navbar-toggler {
		padding: 0;
	}
	.header.fixed-top,
	.header {
		padding: 10px;
		background: #000;
	}
	.navbar-nav.nav .nav-item {
		border-bottom: 1px solid #525252;
	}
	.navbar-light .navbar-toggler-icon {
		background: url(../images/menu-bar.png)no-repeat center top / cover;
	}
	.header .logo img {
		max-width: 150px;
	}
	.inner_header .logo img {
		margin-bottom: 8px;
	}
	#navbarNav {
		left: 50%;
		right: 0%;
		margin-top: 4px;
		text-align: right;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#navbarNav a {
		font-size: 16px;
		text-align: right;
		padding: 17px 6px;
		line-height: 15px;
	}
	.navbar-toggler.close .navbar-toggler-icon {
		background-image: url(../images/close.png);
		background-size: cover;
		display: block;
	}
	.header .logo a, footer .logo a {
		max-width: 180px;
	}
}

/* ---------------------------------
    # Footer
------------------------------------ */
footer {
	background-color: #1b1b1b;
	padding: 60px 0;
	position: relative;
}

footer .footer-top .list-inline-item {
	line-height: 1;
}

footer .footer-top .list-inline-item a {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	display: inline-block;
}

footer .footer-top .list-inline-item:not(:last-child) {
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

footer .footer-top .copyright {
	font-size: 16px;
	color: #fff;
}

footer .footer-bottom p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
	footer {
		background-color: #1b1b1b;
		padding: 50px 0 50px;
	}
}
@media only screen and (max-width: 1023px) {
	footer {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 767px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-top .list-inline-item a {
		font-size: 14px;
	}
	footer .footer-top .copyright {
		font-size: 14px;
	}
	footer .footer-bottom p {
		font-size: 14px;
	}
}

/* ---------------------------------
    # Modal
------------------------------------ */
.pop-up {
	padding: 45px 45px;
}

.pop-up h2 {
	color: rgb(60, 60, 60);
	font-size: 40px;
	padding-top: 40px;
	text-align: center;
}

.pop-up .button-sec {
	padding-top: 20px;
}

.progress {
	height: 25px;
}

.progress-bar {
	font-family: 'Nunito';
	color: #201d1d;
	font-weight: 900;
	font-size: 17px;
	padding: 7px;
	text-align: center;
	background-color: #dbdbdb;
}

.progress-bar {
	background-color: #1f86cc;
}

.pop-up h3 {
	text-align: center;
	color: #e7473b;
	font-size: 30px;
	font-weight: 500;
}

.model-content p {
	font-size: 23px;
	font-weight: 600;
	color: #2c2c2c;
}

.model-content-footer {
	margin-top: 30px;
	text-align: center;
	color: rgb(158, 157, 157);
	font-size: 14px;
}

.modal.show .modal-dialog {
	margin-top: 112px;
}

.close a {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 35px;
	height: 35px;
	font-size: 24px;
	color: #dadada;
	border: solid 2px #fff;
	border-radius: 30%;
	text-align: center;
	background-color: #939393;
	opacity: 1 !important;
}

.model-content {
	margin-top: 12px;
	color: #333;
}

.pop-up .btn {
	padding: 17px 42px;
}

.pop-up .subtitle {
	font-size: 23px;
	color: #ffffff;
}

.pop-up p {
	text-align: center;
}

@media only screen and (max-width:991px) {
	.pop-up h2 {
		font-size: 28px;
	}
	.pop-up h3 {
		font-size: 22px;
	}
	.pop-up .btn .title {
		font-size: 23px;
	}
	.pop-up .subtitle {
		font-size: 17px;
	}
}

@media only screen and (max-width:767px) {
	.pop-up {
		padding: 45px 15px 25px;
	}
	.pop-up h2 {
		font-size: 21px;
		padding-top: 30px;
	}
	.pop-up h3 {
		font-size: 16px;
	}
	.pop-up p {
		font-size: 14px;
	}
	.pop-up .btn {
		font-size: 18px;
		padding: 25px 20px;
	}
	.pop-up .btn .title {
		font-size: 17px;
	}
	.pop-up .subtitle {
		font-size: 12px;
	}
	.pop-up .btn {
		padding: 17px 17px;
	}
	.close a {
		width: 25px;
		height: 25px;
		font-size: 17px;
	}
}


/* ---------------------------------
	# Homepage
------------------------------------ */
/* ## Banner section */
.banner {
	background: url(../images/home-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner video {
	margin-top: 15px;
}

.banner-section {
	padding-top: 60px;
}

.banner-section h2 {
	font-size: 45px;
	font-weight: bold;
	color: #ffffff;
}

.banner-section h1 {
	font-size: 99px;
	font-weight: 900;
	color: #ffea00;
}

.banner-section h3 {
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.banner-section .btn-sec::after {
	position: absolute;
	background: url(../images/left-arrow.png);
	content: " ";
	top: 40px;
	right: 46px;
	background-repeat: no-repeat;
	height: 32px;
	width: 43px;
}

.banner-section .btn-sec::before {
	position: absolute;
	background: url(../images/right-arrow.png);
	content: " ";
	top: 40px;
	left: 46px;
	background-repeat: no-repeat;
	height: 32px;
	width: 43px;
}

@media screen and (max-width: 1279px) {
	.banner-section h1 {
		font-size: 72px;
	}
	.banner-section h2 {
		font-size: 40px;
	}
	.banner-section h3{
		font-size: 22px;
	}
}

@media screen and (max-width: 1023px) {
	.banner-section h1 {
		font-size: 78px;
	}
}

@media screen and (max-width:991px) {
	.banner-section h2 {
		font-size: 36px;
	}
	.banner-section h1 {
		font-size: 60px;
	}
	.banner-section h3 {
		font-size: 21px;
	}
	.banner-section .btn-sec::before,
	.banner-section .btn-sec::after {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.banner-section {
		padding-top: 40px;
	}
	.banner-section h1 {
		font-size: 40px;
	}
	.banner-section h2 {
		font-size: 26px;
	}
	.banner-section h3 {
		font-size: 17px;
	}
}
@media screen and (max-width:575px) {
	.banner-section h1 {
		font-size: 34px;
	}
	.banner-section h2 {
		font-size: 24px;
	}
	.banner-section h3 {
		padding-top: 10px;
	}
}

/* ## About section */
.sub-heading h2, .sub-heading h1 {
	font-size: 54px;
	text-align: center;
	font-weight: 900;
	color: #2c2c2c;
}

.sub-heading p {
	margin-top: 8px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #2c2c2c;
}

/* ## About Decision Section  */
.decision-sec {
	margin-top: 40px;
	padding: 35px 15px;
	box-shadow: 0px 1px 5px #c3c3c3;
}

.decision-sec h2 {
	font-weight: 900;
	font-size: 50px;
	color: #e7473b;
}

.decision-sec h3 {
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	color: #2c2c2c;
}

.decision-sec p {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: 500;
	margin-top: 20px;
}

@media screen and (max-width: 1199px) {
	.sub-heading h2, .sub-heading h1 {
		font-size: 48px;
	}
	.sub-heading p{
		font-size: 20px;
	}
	.decision-sec {
		padding: 25px 15px;
	}
	.decision-sec h2{
		font-size: 40px;
	}
	.decision-sec h3{
		font-size: 20px;
	}
	.decision-sec p{
		font-size: 17px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.decision-sec {
		padding: 20px 10px;
		margin-top: 25px;
	}
	.decision-sec h2 {
		font-size: 28px;
	}
	.decision-sec h3 {
		font-size: 20px;
	}
	.decision-sec p {
		margin-top: 10px;
	}

	.sub-heading h2, .sub-heading h1 {
		font-size: 44px;
	}
}

@media screen and (max-width: 991px) {
	.sub-heading h2, .sub-heading h1 {
		font-size: 36px;
	}
	.sub-heading p {
		font-size: 18px;
	}
	.decision-sec h2 {
		font-size: 32px;
	}
	.decision-sec h3 {
		font-size: 15px;
	}
	.decision-sec p {
		font-size: 16px;
		margin-top: 6px;
	}
}

@media screen and (max-width: 767px) {
	.sub-heading h2, .sub-heading h1 {
		font-size: 30px;
	}
}

/* ## About Professionals Section */
.about-Professionals {
	background-color: #f4f4f4;
}

.about-pro {
	margin-top: 58px;
}

.about-pro img {
	box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
	-webkit-box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
	-moz-box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
}

.about-pro-content {
	padding: 0px 25px;
}

.about-pro-content p {
	font-size: 20px;
	line-height: 1.3;
	color: #2c2c2c;
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: start;
}

.blockquote p {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
	color: #2c2c2c;
	position: relative;
	margin-top: 30px;
	margin-left: 33px;
}

.blockquote p::after {
	content: url(../images/b-after.png);
	margin-left: 5px;
}

.blockquote p::before {
	content: url(../images/after.png);
	position: absolute;
	top: -18px;
	font-size: 35px;
	margin-left: -30px;
}

@media screen and (max-width: 1279px) {
	.about-pro-content p {
		font-size: 19px;
		margin-top: 10px;
	}
	.about-pro {
		margin-top: 40px;
	}
}

@media screen and (max-width:991px) {
	.about-pro-content p {
		font-size: 16px;
		margin-top: 0;
	}
	.about-pro-content {
		padding: 0;
	}
}

@media screen and (max-width:767px) {
	.about-pro-content {
		margin-top: 35px;
	}
}

/* ## How-we-section */
.how-we-section {
	position: relative;
	background-color: #ffffff;
}

.how-we-section::after {
	content: url(../images/down-arrow.png);
	position: absolute;
	left: 49%;
	top: -40px;
	margin-left: -10px;
}

.how-discription h3 {
	font-size: 26px;
	font-weight: 700;
}

.discription-sec {
	display: flex;
}

.discription-sec img {
	border-radius: 100%;
}

.how-discription p {
	text-align: start;
	margin-top: 13px;
	font-size: 19px;
}

@media screen and (max-width: 1279px) {
	.how-discription {
		margin-left: 20px;
	}
	.how-discription p {
		font-size: 18px;
	}
	.how-discription h3 {
		font-size: 24px;
	}
}

@media screen and (max-width:991px) {
	.how-discription h3 {
		font-size: 23px;
	}
	.how-discription p {
		font-size: 16px;
		margin-top: 0px;
	}
	.discription-sec {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.how-we-section::after {
		top: -54px;
	}
	.discription-sec {
		display: inline-block;
		text-align: center;
		margin: 30px auto 0;
	}
	.discription-sec p {
		text-align: center;
	}
}

/* ## About Finance Plan Section */
.finance-plan {
	background: url(../images/finance-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.finance-plan h2,
.finance-plan p {
	color: #fefefe;
}

.finace-video {
	margin-top: 30px;
}

.video-content p {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width:991px) {
	.video-content p {
		font-size: 16px;
		margin-top: 16px;
	}
}

/* ## Team section */
.teams {
	text-align: center;
	margin-top: 50px;
}

.item-zoom {
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.item-zoom figure {
	vertical-align: top;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.item-zoom:hover figure {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.teams img {
	box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
	-webkit-box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
	-moz-box-shadow: -12px 12px 0px 0px rgba(255, 222, 0, 0.88);
}

.teams h3 {
	margin-top: 22px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.teams p {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0px;
}

@media screen and (max-width:1199px) {
	.teams h3{
		font-size: 24px;
	}
	.teams p{
		font-size: 18px;
	}
}
@media screen and (max-width:991px) {
	.teams {
		margin-top: 30px;
	}
	.teams h3 {
		font-size: 22px;
	}
	.teams p {
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	.teams h3 {
		font-size: 20px;
	}
	.teams p {
		font-size: 18px;
	}
	.teams img {
		box-shadow: -6px 6px 0px 0px rgba(255, 222, 0, 0.88);
		-webkit-box-shadow: -6px 6px 0px 0px rgba(255, 222, 0, 0.88);
		-moz-box-shadow: -6px 6px 0px 0px rgba(255, 222, 0, 0.88);
	}
	.teams {
		margin-top: 25px;
	}
}

/* ## Testimonials section */
.testimonials {
	background-color: #f4f4f4;
}

.saying-section {
	margin-top: 50px;
}

.saying-section .btn-sec {
	margin-top: 50px;
}

.saying {
	margin: 0px 0 25px 0;
	background-color: #ffffff;
	padding: 40px 20px;
	box-shadow: 0px 1px 5px #c3c3c3;
}

.saying h3 {
	font-weight: 800;
	font-size: 23px;
}

.saying p {
	font-size: 18px;
	font-weight: 500;
	text-align: start;
	margin-bottom: 5px;
}

@media screen and (max-width: 1279px) {
	.saying h3 {
		font-size: 20px;
	}
	.saying {
		padding: 25px 15px;
	}
	.saying-section .btn-sec {
		margin-top: 30px;
	}
}

@media screen and (max-width:991px) {
	.saying-section {
		margin-top: 30px;
	}
	.saying h3 {
		font-size: 22px;
	}
	.saying p {
		font-size: 17px;
	}
	.saying-section .btn-sec {
		margin-top: 15px;
	}
}

@media screen and (max-width:767px) {
	.saying h3 {
		font-size: 18px;
	}
	.saying-section .btn-sec {
		margin-top: 20px;
	}
}

/* ## FAQ Section */
.faq-sec {
	margin-top: 45px;
	font-size: 22px;
	font-weight: 800;
}
.faq.pd-80 {
	padding-bottom: 50px;
}

.faq-sec h4 {
	font-size: 22px;
	font-weight: 800;
}

.faq .divider {
	position: relative;
}

.divider::after {
	content: "";
	height: calc(100% - 40px);
	position: absolute;
	left: 48%;
	margin-left: 8px;
	top: 4px;
	width: 1px;
	background-color: black;
	opacity: 0.2;
}

.faq-sec p {
	margin-top: 4px;
	text-align: start;
	font-size: 19px;
	margin-bottom: 40px;
	color: #3c3c3c;
}
@media screen and (max-width:1199px) {
	.faq.pd-80 {
		padding-bottom: 30px;
	}
}
@media screen and (max-width:991px) {
	.faq-sec h4 {
		font-size: 19px;
	}
	.faq-sec p {
		font-size: 17px;
	}
}

@media screen and (max-width:767px) {
	.divider::after {
		display: none;
	}
	.faq-sec p {
		margin-bottom: 25px;
	}
}

/* # Order Page */
.top-call ul {
	display: block;
}

.top-call ul li {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	padding-right: 10px;
}

.top-call ul li a {
	color: #3c3c3c;
}

/* order- banner section */
.order-finance .sub-heading h2, .order-finance .sub-heading h1 {
	font-size: 45px;
	color: #ffffff;
	text-align: center;
}

.order-left {
	margin-top: 50px;
}

.order-finance .sub-heading p {
	color: #ffffff;
}

.form-heading h3 {
	padding: 22px 0 22px 15px;
	background-color: #e7473b;
	color: #ffffff;
}

.order-form {
	background-color: #ffffff;
	padding: 20px 20px;
}

input,
select {
	height: 50px;
	font-size: 15px;
	margin-top: 20px;
	padding: 12px 18px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	outline: none;
}

.inline {
	display: inline;
}

.order-form select {
	color: #737373;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/drop-icon.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 14px !important;
}

label.error {
	color: #f00;
	padding-left: 12px;
	font-size: 14px;
	padding-top: 5px;
}

.form-title {
	font-size: 20px;
	font-weight: 500;
	padding: 20px 0 20px;
	color: #3c3c3c;
	margin: 0 0 30px;
	border-bottom: 2px dotted #bebebe;
}

.order-form .yourProductlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.order-form .yourProductlist li {
	font-size: 14px;
	color: #757575;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.order-form .yourProductlist li:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.order-form .yourProductlist li:first-child,
.order-form .yourProductlist li:last-child {
	color: #2a2a2a;
	font-size: 16px;
}

.order-form .yourProductlist li .pullLeft {
	padding-right: 10px;
}

.order-form .btn {
	font-size: 18px;
	padding: 25px 18px;
}

.order-form .btn .title {
	font-size: 22px;
}

.order-form h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
}

.cards img {
	margin-top: 10px;
}

@media only screen and (max-width:1279px) {
	.order-form .btn .title {
		font-size: 18px;
	}
}

@media only screen and (max-width:1023px) {
	.order-finance .sub-heading h2, .order-finance .sub-heading h1 {
		font-size: 41px;
	}
	.order-form .btn .title {
		font-size: 18px;
	}
}

@media only screen and (max-width:991px) {
	.order-form .btn .title {
		font-size: 16px;
	}
	.top-call ul li {
		font-size: 17px;
	}
	.order-finance .sub-heading h2, .order-finance .sub-heading h1 {
		font-size: 36px;
	}
}

@media only screen and (max-width:767px) {
	.order-form .btn .title {
		font-size: 17px;
	}
	.order-form .btn {
		font-size: 18px;
		padding: 20px 36px;
	}
	.order-form .btn .title {
		font-size: 15px;
	}
	.order-finance .sub-heading h2, .order-finance .sub-heading h1 {
		font-size: 33px;
	}
	.order-finance .sub-heading p {
		font-size: 18px;
	}
	.top-call ul li {
		font-size: 13px;
	}
	.order-form .yourProductlist {
		padding: 0;
	}
}

@media only screen and (max-width:405px) {
	.order-form .btn {
		font-size: 18px;
		padding: 17px 10px;
	}
	.order-form .btn .title {
		font-size: 15px;
	}

}

/* oto section banner section start here */
.oto-banner {
	background: url(../images/oto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.oto-banner .sub-heading h2, .oto-banner .sub-heading h1 {
	font-size: 48px;
}
.oto-banner .sub-heading h1,
.banner h1 {
	font-weight: 900;
}

.oto-banner .sub-heading h3 {
	color: #ffde00;
}

.oto-banner .contant-down p {
	font-size: 22px;
	font-weight: 500;
	margin-top: 16px;
	margin-bottom: 0;
}

.contant-down {
	margin-top: 24px;
}

.contant-down .btn-sec {
	margin-top: 27px;
}

.contant-down .btn .title {
	font-size: 28px;
}

.contant-down h4, .contant-down a {
	font-size: 14px;
	margin-top: 10px;
	color: #d6d6d6;
	display: inline-block;
}

.changing-kit .main-img img {
	margin-top: 40px;
}

.changing-kit ul li .h-color {
	display: block;
	margin-top: 7px;
}

.changing-kit .price .btn-sec {
	margin-top: 14px;
}

@media only screen and (max-width:1279px) {
	.oto-banner .sub-heading h2, .oto-banner .sub-heading h1 {
		font-size: 40px;
	}
	.oto-banner .contant-down p {
		font-size: 20px;
	}
	.contant-down .btn .title {
		font-size: 24px;
	}
	.contant-down .btn-sec {
		margin-top: 12px;
	}
	.contant-down h4, .contant-down a {
		font-size: 13px;
		margin-top: 5px;
	}
}

@media only screen and (max-width:991px) {
	.oto-banner .sub-heading h2, .oto-banner .sub-heading h1 {
		font-size: 31px;
	}
	.contant-down {
		margin-top: 0;
	}
	.contant-down h2 {
		font-size: 24px;
	}
	.oto-banner .contant-down p {
		margin-top: 5px;
	}
	.oto-banner .contant-down p {
		font-size: 16px;
	}
	.contant-down .btn .title {
		font-size: 17px;
	}
	.contant-down h4, .contant-down a {
		font-size: 12px;
	}
}

@media only screen and (max-width:767px) {
	.oto-banner .sub-heading h2, .oto-banner .sub-heading h1 {
		font-size: 30px;
	}
	.oto-banner .sub-heading h3 {
		margin-top: 10px;
		font-size: 20px;
	}
	.contant-down {
		margin-top: 15px;
		text-align: center;
	}
	.contant-down .btn-sec {
		margin-top: 25px;
	}
	.contant-down .btn .title {
		font-size: 16px;
	}
	.contant-down h4, .contant-down a {
		font-size: 10px;
	}
	.changing-kit .btn {
		padding: 25px 23px;
	}
	.changing-kit .price h4, .price a {
		font-size: 12px;
	}
	.mob-margin {
		margin-top: 55px;
	}
}

/* upgrade section */
.upgrade-bottom ul {
	padding-left: 0;
}

.upgrade-bottom ul li {
	display: inline-table;
	font-size: 22px;
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	height: 58px;
	color: #3c3c3c;
	margin-bottom: 3px;
	background-image: url(../images/kit-left.png);
	background-repeat: no-repeat;
	background-position: left top 35px;
	padding-left: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #a5a5a5;
}

.upgrade-bottom ul li:last-child {
	border-bottom: 0;
}

.price h3 {
	font-size: 50px;
}

.price h2 {
	font-size: 73px;
	font-weight: 900;
}

.price .btn-sec {
	margin-top: 30px;
}

.price h4, .price a {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
}

@media only screen and (max-width:1199px) {
	.price h2 {
		font-size: 64px;
	}
	.price h3 {
		font-size: 44px;
	}
	.upgrade-bottom ul li{
		font-size: 20px;
	}
}
@media only screen and (max-width:1023px) {
	.price h2 {
		font-size: 52px;
	}
	.price h3 {
		font-size: 40px;
	}
	.upgrade-bottom ul li{
		font-size: 18px;
		background-size: 61px 36px;
	}
}
@media only screen and (max-width:767px) {
	.upgrade-bottom ul li {
		background-image: none;
		margin-bottom: 0px;
		padding-left: 0;
	}
	.price h3 {
		font-size: 36px;
	}
	.btn-sec {
		margin-top: 30px;
	}
	.decision-sec {
		margin-top: 25px;
	}
	.about-pro {
		margin-top: 32px;
	}
	.price h2 {
		font-size: 38px;
	}
	.btn .title {
		font-size: 18px;
	}
	.changing-kit .kit-img {
		margin-top: 15px;
	}
}


/* # Thank You Page */
.thank-you .sub-heading h1 {
	font-size: 60px;
	color: #ffea00;
	font-weight: 900;
}

.thank-you .sub-heading h4 {
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	border-bottom: 3px solid #ffffff;
}

.thank-you .sub-heading p {
	color: #ffffff;
}


/* Content Section */
.thanks p {
	font-size: 24px;
	font-weight: 600;
	color: #5f5f5f;
}

.thank-you {
	color: #2c2c2c;
}

.product-list {
	padding: 10px;
	box-shadow: 0px 0px 8px #c1c1c1;
}

.product-head {
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	text-align: center;
	background-color: #e7473b;
	color: #ffffff;
}

.pro-head {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	justify-content: space-between;
}

.list {
	color: #878787;
	font-weight: 500;
	font-size: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: flex;
	justify-content: space-between;
}

.list p {
	margin: 0;
}

.thankyouSec .txtArea p,
.thankyouSec .txtArea li {
	font-size: 20px;
}

.thankyouSec .txtArea h3 {
	font-size: 20px;
}

.thankyouSec .txtArea h4 {
	font-size: 20px;
	font-weight: 500;
}

@media only screen and (max-width: 1200px) {
	.thank-you .sub-heading h1 {
		font-size: 50px;
	}
	.thankyouBanner h3 {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.thank-you .sub-heading h1 {
		font-size: 40px;
	}
	.thankyouBanner h3 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.thankyouSec .txtArea p,
	.thankyouSec .txtArea li {
		font-size: 17px;
	}
	.thankyouSec .txtArea h3,
	.thankyouSec .txtArea h4 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.thank-you .sub-heading h1 {
		font-size: 32px;
	}
	.thankyouBanner h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.pro-head h4 {
		font-size: 15px;
	}
	.list p {
		font-size: 15px;
	}
	.thankyouSec .txtArea p,
	.thankyouSec .txtArea li {
		font-size: 16px;
	}
	.thankyouSec .txtArea h3,
	.thankyouSec .txtArea h4 {
		font-size: 18px;
	}
	.facebookCover img {
		max-width: 220px;
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.thankyouBanner h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}


/* canclled page start here */

@media only screen and (max-width: 575px) {
	.cancelled .sub-heading h1 {
		font-size: 30px;
	}
}

/* -------------------------------------------------------
	# Privacy Policy & Term and Conditions page
--------------------------------------------------------------*/
.privacypolicyterms {
	padding: 60px 0;
}

.privacypolicyterms h2 {
	font-size: 32px;
}

.privacypolicyterms h3 {
	font-size: 24px;
}

.privacypolicyterms h4 {
	font-size: 22px;
}

.privacypolicyterms p {
	font-size: 18px;
}

.privacypolicyterms p a {
	color: #1577da;
}

.privacypolicyterms li {
	font-size: 18px;
}

.privacypolicyterms .highlight {
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.privacypolicyterms h2 {
		font-size: 28px;
	}
	.privacypolicyterms h3 {
		font-size: 22px;
	}
	.privacypolicyterms h4 {
		font-size: 20px;
	}
	.privacypolicyterms p,
	.privacypolicyterms li {
		font-size: 16px;
	}
}


/*--------------------------------------------------------------
	# Error/404 Page
--------------------------------------------------------------*/
.error-page .btn{
	border: 1px solid transparent;
	outline: none;
	box-shadow: none;
}
