@charset "utf-8";
/* CSS Document */

h1,h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
*{box-sizing: border-box;}
.container_main {
	width: 100%;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}

.twowheeler_strip_details {
    width: 860px;
    margin: 0px 70px 0px auto;
    display: flex;
    align-items: center;
}

.twowheeler_footer_strip .container  {
	background-color: transparent;
	box-shadow: none;
	float: none;position: relative;
}
.twowheeler_footer_strip {
	height: auto;padding: 15px 0;
  box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
  background-color: #c9e6f5;
	    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 10;

}
@media (max-width: 1024px),(min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){
	.twowheeler_footer_strip{padding: 15px 0 30px;}
}

.twowheeler_footer_strip .twowheeler_strip_details .strip_bg {
    width: 19%;
    height: 144px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    bottom: -15px;
    left: -50px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_bg::before {
	content: '';
	background: url("../../../images/footer-strip/twowheeler/twowheeler_sticky.svg") center left no-repeat;
	background-size: contain;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_text {
	display: inline-block;
	color: #172B4D;
	vertical-align: top;
	width: 355px;
    margin-bottom: 13px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    margin-bottom: 8px;
	
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
	font-size: 18px;
    font-weight: 300;
    text-align: left;
    line-height: 26px;
    color: #172B4D;
    text-transform: capitalize;
    font-weight: 400;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form {
	display: inline-block;
	vertical-align: middle;
	width: 475px;
	margin-left: 25px;	
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form.twowheeler-bg {
	height: auto;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number {
	box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
	width: 100%;
		background-color: #fff;
	border-radius: 4px;
	
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number.error {
	border: none;
    position: relative;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .inputbox{text-align: left;display: flex;}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"] {
	width: 65%;
    border: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0 12px;
    position: relative;
    outline: 0;
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 16px;
    letter-spacing: 0.2px;
    height: 40px;
}
body .twowheeler_footer_strip .strip_form input[type=submit] {
	background-color: #fc4804;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn {
    width: 35%;
    background-color: #fc4804;
    color: #fff;
    height: 40px;
    border: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn::after {
	content: '';
	background: url("../../../images/footer-strip/twowheeler/path.png") center no-repeat;
	    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn:active{
    font-size: 0;
    transition: none;                
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn:active::before{
    content: "Processing";
    font-size: 14px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn:active::before{
    font-size: 12px;
    margin-left: -30px;
}
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn:active::after {
    background: transparent;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    right: 11px;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #fff;
    transform: translateZ(0);
    border-radius: 50%;
    margin: 0px;
    vertical-align: middle;
    margin-left: 6px;
    position: absolute;
    top: 9px;
    animation: load8 1.1s infinite linear;

}
.stickFooter_info .twowheeler_footer_strip .disForm {
    height: auto;
}
.stickFooter_info  .twowheeler_footer_strip  .disForm{height:auto;}

.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question {
	       margin: 13px 0px 13px 0px;
	text-align: left;
    display: none;
}

.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul {
	margin: 0;
	padding: 0;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 10px 0px 0px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li:first-child {
	padding-left: 0px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a,.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li span {
	color: #0045B3;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	display: inline-block;
	width: auto;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a::after,
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li span:after {
	    content: '';
    background: url("../../../images/footer-strip/twowheeler/path-2.png") center right no-repeat;
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    background-size: auto;
}
/* .twowheeler_footer_strip .strip_close {
	 background: url("../../../images/footer-strip/twowheeler/close_strip.png") top right no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
    display: block;
    top: 7px;
    right: 8px;
	cursor: pointer;
} */

.twowheeler_footer_strip .strip_close {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
	opacity: 0.3;
	background:none;
	transition: all 0.5s ease-in;
  }
  .twowheeler_footer_strip .strip_close:hover {
	opacity: 1;
  }
  .twowheeler_footer_strip .strip_close:before, .twowheeler_footer_strip .strip_close:after {
	position: absolute;
	left: 10px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #333;
  }
  .twowheeler_footer_strip .strip_close:before {
	transform: rotate(45deg);
  }
  .twowheeler_footer_strip .strip_close:after {
	transform: rotate(-45deg);
  }
  @media (max-width: 1024px){
	.twowheeler_footer_strip .strip_close {
		left:4px;
	}
  }
  
.twowheeler_footer_strip .loadingDiv{
    background-color: #fc4804;
    width: 35%;
    height: 40px;
    top: 0px;
    float:right;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	padding-right: 15px;
	text-align: center;
}
.twowheeler_footer_strip .loadingDiv .loader{
    position: relative;
    right: 0;
    top: 10px;
}
.twowheeler_footer_strip .loadingDiv {
    line-height: 40px;
    color: #fff;
    font-weight: 600;
	display: none; 
	font-size: 0;
	position: relative;
}
.twowheeler_footer_strip .loadingDiv .loader div {
	width: 25px;
	height: 25px;
	display: none;
}
.twowheeler_footer_strip  .loadingDiv .loader {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 5px;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 4px solid rgba(255,255,255,.2);
    border-right: 4px solid rgba(255,255,255,.2);
    border-bottom: 4px solid rgba(255,255,255,.2);
    border-left: 4px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0px auto;
    left: 0;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.twowheeler_footer_strip .input_field.error .err {
	font-size: 10px;
    color: #f00;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
    padding: 3px 5px;
    width: 100%;
    top: 38px;
    right: 0;
    width: 100%;
	text-align: left;
}
div.stickFooter_info {
	    background-color: #e1f3f7 !important;
	display: none;
}

.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder { 
	font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
	text-transform: none;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
	font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
	text-transform: none;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder { 
	font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
	text-transform: none;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-moz-placeholder {
	font-size: 14px;
  font-weight: 300;
  color: #a0a0a0;
	text-transform: none;
}
/*========Responsive CSS=========*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {

.twowheeler_footer_strip .twowheeler_strip_details .strip_form.tw-bg.disFormElement .error {
    	margin-top: 0px;
		width: 100%;
	text-align: left;
	}
	  
}
@media screen and (max-width: 1366px) { 
	body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
    width: 34%;
    height: 60px;
	text-transform: uppercase;
		display: inline-block;
	}
}

@media screen and (max-width: 1024px) {
.container {
	max-width: 100%;
	width: 100%;
	padding: 0px 15px;
}
    .twowheeler_footer_strip .twowheeler_strip_details .strip_text {
        width: auto;
        margin-bottom: 0;
    }
.twowheeler_footer_strip .twowheeler_strip_details .strip_form {
	margin-left: 20px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_bg{display:none;}
	.twowheeler_strip_details{width: 760px;display: flex;justify-content: center;
		margin: 0px auto 0px auto}
}
@media screen and (max-width: 980px) {
	.twowheeler_strip_details{display: block;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form.twowheeler-bg {
		height: auto;
		width: 100%;
		max-width: 100%;
        margin-bottom: 12px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading,
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text p{display: inline-block;
		font-size: 18px;
		padding-bottom: 0px;
		line-height: 20px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text p{
		margin-bottom: 10px;
	}
	.twowheeler_footer_strip {
		height: auto;
		padding:5px 0;
	}
	.twowheeler_footer_strip .strip_close{
		background:#eaeaea;
	border-radius: 50%;
	width: 25px;
    height: 25px;
    opacity: 1;
	}
	.twowheeler_footer_strip .strip_close:before, .twowheeler_footer_strip .strip_close:after {
		position: absolute;
		left: 11px;
		content: ' ';
		height: 15px;
		width: 2px;
		background-color: #333;
		top: 5px;
	}
	.tc{bottom:0px}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question{    margin: 12px 0px 7px 0px}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form {
		margin-left: 0px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number {
		width: 100%;
		max-width: 475px;
		margin: 0px auto;
	}
	.twowheeler_strip_details {
		width: 475px;
	}
}

@media screen and (max-width: 480px) {
	.twowheeler_strip_details,.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number {
		width: 350px;max-width: 350px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a,.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li span{font-size:10px;    font-weight: 500;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a::after,.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li span::after {
		background-size: 100%;
		position: relative;
		width: 12px;
		left: 3px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li{
		padding: 0px 4px; border:none;
	}
	.twowheeler_footer_strip {
		padding: 5px 0;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
		display: inline-block;
		font-size: 15px;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading{margin-bottom: 0px; text-align: center;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn{font-size: 12px;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder {font-size: 11px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
	font-size: 11px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder {font-size: 11px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-moz-placeholder {
	font-size: 11px !important;}
	.tc{bottom:0px;}
	
	.tc {padding: 0px 10px;}
}
@media screen and (max-width: 360px){

.twowheeler_strip_details, .twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number {
    width: 320px;
    max-width: 320px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn {
    font-size: 10px;
    font-weight: 600;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
    display: inline-block; text-align: center;
    font-size: 14px;margin-bottom: 3px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
    padding: 0px 4px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder {font-size: 9px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
	font-size: 9px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder {font-size: 9px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-moz-placeholder {
	font-size: 9px !important;}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a,.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li span {
		font-size: 12px;
		font-weight: 500;
	}
}
@media screen and (max-width: 320px){
.twowheeler_strip_details, .twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number {
    width: 290px;
    max-width: 290px;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]{padding: 0 5px;}
.tc {bottom: -3px;}
.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 1px;
}
}
	/* @media screen and (max-width: 980px) {
			.twowheeler_footer_strip {
				text-align: center;
				height: auto;
			}
			.twowheeler_footer_strip .container.disForm {
				padding: 0px 10px;
				height: auto;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_bg {
				display: none;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form {
				display: block;
				margin: 0 auto;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading {
				font-weight: bold;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
				font-size: 16px;
				display: inline-block;
			}
			.twowheeler_footer_strip .twowheeler_strip_details {
			padding: 10px 0px;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_text {
				margin-bottom: 10px;
				margin-top: 5px;
			}
			section.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number, section.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn {
				height: 48px;
				margin: 0px !important;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"] {
				height: 48px;
				padding: 10px;
			}

			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn {
				font-size: 14px;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form {
				max-width: 460px;
				width: 100%;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder { 
				font-size: 12px !important;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
				font-size: 12px!important;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder { 
				font-size: 12px !important;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-moz-placeholder {
				font-size: 12px !important;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .twowheeler_number .inputbox {
				position: relative;
				text-align: left;
			}
			body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
			width: 35%;
			box-shadow: none;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			}
			body .twowheeler_footer_strip .strip_form input[type=submit]::after, body .twowheeler_footer_strip .strip_form a.quote_btn::after {
					content: '';
			background: url(../../../images/footer-strip/twowheeler/path.png) center no-repeat;
			display: inline-block;
			width: 20px;
			height: 20px;
			vertical-align: middle;
			margin-left: 5px;
			margin-top: -3px;
			}
			body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
				text-indent: -18px;
				background-position: 90% center;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question {
				margin-top: 15px;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
				padding: 3px 15px;
			}
			body .twowheeler_footer_strip .strip_form input[type=submit] { 
				height: 48px;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
				font-size: 20px;
			}
			body .twowheeler_footer_strip .twowheeler_strip_details .strip_form a.quote_btn.twoWheelerBtnSubmit {
				width: 35%;
					padding: 0px;
			line-height: 48px;
			text-align: center;
				text-indent: 0;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder { 
			font-size: 16px;
			font-weight: 300;
			color: #a0a0a0;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
				font-size: 16px;
			font-weight: 300;
			color: #a0a0a0;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder { 
				font-size: 16px;
			font-weight: 300;
			color: #a0a0a0;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul {
				text-align: center;
			}
			.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a {
				font-size: 12px;
			}
	} */
/* @media screen and (max-width: 480px) { 

	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn {
		width: 43%;
		    font-size: 12px; 
	}
	.twowheeler_footer_strip .strip_close { 
		width: 12px;
		height: 12px;
		background-size: contain;
	}
	body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
		font-size: 11px;
	}

	body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
		text-indent: -14px;
		    background-position: 90% center;
	} 
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question {
		text-align: center;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_text .heading, .twowheeler_footer_strip .twowheeler_strip_details .strip_text p {
		font-size: 16px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a {
		font-size: 12px;
	}
		.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question {
		margin-top: 15px;
	}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
    padding: 3px 11px;

}
		.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-webkit-input-placeholder { 
	font-size: 11px !important;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]::-moz-placeholder { 
	font-size: 11px !important;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-ms-input-placeholder { 
	font-size: 11px !important;
}
.twowheeler_footer_strip .twowheeler_strip_details .strip_form input[type="text"]:-moz-placeholder {
	font-size: 11px !important;
}
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul {
		text-align: center;
	}
		.twowheeler_footer_strip .twowheeler_strip_details .strip_form.tw-bg .error {
		font-size: 11px;
	}
} */
/* @media screen and (max-width: 456px) {
.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
	    border-right: 0;
}
} */
	/* @media screen and (max-width: 440px) {
	.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
		width: 100%;
		border-right: 0px;
		padding: 0px 11px;
}
		.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li a {
			line-height: normal;
		}
		.twowheeler_footer_strip .strip_close {
			top: 5px;
    		right: 5px;
		}
} */
	/* @media screen and (max-width: 360px) {
	body .twowheeler_footer_strip .strip_form input[type=submit], body .twowheeler_footer_strip .strip_form a.quote_btn {
		text-indent: -18px;
	}
		body section.twowheeler_footer_strip .twowheeler_strip_details .strip_form a.quote_btn.twowheelerBtnSubmit {
			font-size: 10px;
		}
 .twowheeler_footer_strip .twowheeler_strip_details .strip_form .quote_btn::after {
			    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -3px;
    background-size: contain;
		}
		.twowheeler_footer_strip .twowheeler_strip_details .strip_form .footer_twowheeler_question ul li {
	margin: 0px;
			padding: 0px;
		}

	} */
