body{
    margin: 0;
}
html {
  scroll-behavior: smooth;
}
p {
	font: 400 18px/28px "Roboto", Helvetica, sans-serif;
	color: #000;
}
.main_wrapper {
	background: #002469;
	padding: 45px 0 0 0;
}
.header {
	background: #fff;
	padding: 25px 35px;
}
#rightby {
	text-align: right;
}
.header .row{
	align-items: center;
}
.chart01 .chart01-text {
	font: 500 22px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	transform: rotate(-90deg);
	text-align: center;
	width: 100%;
}
.rightby {
	float: right;
	align-items: center;
	display: flex;
}
.chart01 {
	background: #818181;
	width: 120px;
	height: 380px;
	display: flex;
	align-items: center;
}
.chart02 .chart02-text {
	font: 500 22px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	transform: rotate(-90deg);
	text-align: center;
	width: 100%;
}
.chart02 {
	background: #00246a;
	width: 120px;
	height: 245px;
	display: flex;
	align-items: center;
}
.chart03 .chart03-text {
	font: 500 22px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	transform: rotate(-90deg);
	text-align: center;
	width: 100%;
}
.chart-d-flex{
	display: flex;
	align-items: flex-end;
}
.chart03 {
	background: #00246a;
	width: 120px;
	height: 400px;
	display: flex;
	align-items: center;
}
.rightby p {
	float: left;
	margin: 0 10px 0 0;
	font: 500 16px/28px "Roboto", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #002469;
}
.home-img {
	position: absolute;
	top: -56px;
	left: 0;
	background: #c4c4c4;
}
.refresh-img {
	position: absolute;
    right: 0px;
    z-index: 2;
}
.home-img a,.refresh-img a{
	display: inline-block;
	padding: 16px;
}
.slider {
	padding: 50px 0 80px 0;
}
.slider-content{
	text-align: center;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 160px;
	background-color: #fff9c3;
	color: #111;
	text-align: left;
	border-radius: 6px;
	padding: 8px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
	font-weight: 500;
}
.popup.show .popuptext{
	visibility: visible;
}
.popup.hide .popuptext{
	visibility: hidden;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popup .hide {
  visibility: hidden;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.slider-content h1 {
	font: 600 52px/68px "Roboto", Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.slider-content p {
	font: 400 18px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	padding: 0 11%;
}
.tab-shadow {
	padding: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	position: relative;
}
.tab-section {
	margin: -40px 0 0 0;
	position: relative;
}
.tabs .tab-nav {
  text-align: left;
}
.tabs .tab-nav li {
  display: inline-block;
  vertical-align: top;
}
.tabs .tab02 li {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  width: 24%;
}
.tabs .tab {
  display: none;
}
.only-text {
    font: italic 800 14px/28px "Roboto", Helvetica, sans-serif;
    color: #002469;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}
.only-text::after {
    height: 3px;
    background: #002469;
    width: 40px;
    position: absolute;
    bottom: 0;
    top: auto;
    content: "";
    left: 0;
}
.only-text.last-child::after{
	display: none;
}
.total-box p {
    font: 400 20px/28px "Roboto", Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}
.total-box h5 {
	font: 300 24px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}
.total-box h3 {
	font: italic 800 14px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
}
.standard-box p{
	color: #111;
	font: 700 14px/28px "Roboto", Helvetica, sans-serif;
	margin: 0;
}
.standard-box {
    margin: 0 0 30px 0;
}
.standard-box h4{
	color: #002469;
	font: 400 24px/28px "Roboto", Helvetica, sans-serif;
	margin: 0;
}
.total-box {
	background: #002469;
	color: #fff;
	padding: 12px;
	margin: 0 0 15px 0;
	border-radius: 8px;
	width: 70%;
	display: inline-block;
}
.finance-repay .total-box{
	width: 85%;
}
.finance-repay .total-box p{
	margin-bottom: 25px;
}
.mb5{
	margin-bottom: 5px !important;
}
.width85{
	width: 85%
}
.total-box02{
	width:100%;
}
.total-box p {
    font: 500 13px/20px "Roboto", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 5px 0;
}
.tabs .tab.active {
  display: block;
}
.notes p{
	font: italic 600 22px/28px "Roboto", Helvetica, sans-serif;
	color: #000;
	margin: 0 0 30px 0;
}
.note2 p{
	font: 600 22px/28px "Roboto", Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 100px 0 80px 0;
}
.home_btn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 0 120px 0;
	padding: 0 100px;
}
.home_btn a {
	font: 500 22px/28px "Roboto", Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 10px 80px;
	background: #002469;
	text-decoration: none;
	transition: all 0.5s;
}
.home_btn a:hover{
	background: #111;
	color: #fff;
}
.tab-nav ul{
	padding:0;
	margin:0;
}
.tab01 li span{
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 30px;
	color: #fff;
	font: 600 16px/18px "Roboto", Helvetica, sans-serif;
	transition: all 0.5s;
	margin: 0 0 5px 0;
    border-radius: 2px;
    background: #b3b3b3;

}
.tab01 li.active span, .tab01 li:hover span{
 	background: #122359;
	color: #fff;
}
.tab02 li span {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 40px;
	color: #b3b3b3;
	transition: all 0.5s;
	font: 600 18px/23px "Roboto", Helvetica, sans-serif;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
}
.tab02 li.active, .tab02 li:hover{
 	background: #00246a;
	color: #fff;
}
.tab02 li.active span, .tab02 li:hover span{
 	/*background: #00246a;*/
	color: #fff;
}
.tabs .tab02 li:first-child span{
	padding: 12px 94px;
}
.tabs .tab02 li:last-child span{
	padding: 12px 94px;
}
.tab-pare {
	font: 300 17px/15px "Roboto", Helvetica, sans-serif;
	color: #002469;
	margin: 30px 0;
	line-height: 22px;
}
.step-btn a{
	font: 600 20px/22px "Roboto", Helvetica, sans-serif;
	display: inline-block;
	border: 2px solid #002469;
	color: #002469;
	border-radius: 50px;
	padding:8px 30px;
	text-decoration: none;
	transition: all 0.5s;
	margin: 0 0 30px 0;
}
.step:hover .step-btn a{
	background: #002469;
	color: #fff;
}
.step-content h2 {
	font: 600 20px/22px "Roboto", Helvetica, sans-serif;
	color: #002469;
	display: inline-block;
	vertical-align: top;
}
.page02-col .step-content h4 {
	font: 400 17px/15px "Roboto", Helvetica, sans-serif;
	color: #002469;
	display: inline-block;
	vertical-align: top;
}
.page02-col-pare p{
	font: 600 14px/22px "Roboto", Helvetica, sans-serif;
	/*color: #002469;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.page02-chat {
	text-align: center;
	padding:0 60px;
	position: relative;
}

.note-span p {
	text-align: left;
	font: 400 14px/24px "Roboto", Helvetica, sans-serif;
	margin: ;
	margin: 0;
}
.note-span{
	margin: 0 0 10px 0;
}
.chart-text {
	font: 500 14px/22px "Roboto", Helvetica, sans-serif;
	margin: 10px 0;
}
.border-02 {
	border-top: 1px solid #b6babf;
}
.border-03 {
	border-left: 1px solid #b6babf;
}
.page02_absolute p{
	font: 600 11px/22px "Roboto", Helvetica, sans-serif;
}
.border-04 {
	display: flex;
	align-items: end;
	border-left: 1px solid #b6babf;
	border-right: 1px solid #b6babf;
}
.border-05 {
	display: flex;
	align-items: end;
	/*border-left: 1px solid #b6babf;*/
	border-right: 1px solid #b6babf;
}
.border-top {
	display: flex;
	align-items: end;
	border-top: 1px solid #b6babf;f;
}
.page02_absolute {
	position: absolute;
	left: -20px;
	right: 0;
	margin: 0 auto;
	width: auto;
	display: inline-block;
	top: 10px;
	bottom: auto;
}
.page02-col-pare {
	text-align: center;
}
.step-content .step-img{
	display: inline-block;
}
.step-content form label {
	font: 400 17px/15px "Roboto", Helvetica, sans-serif;
	color: #111;
	margin: 0 0 13px 0;
	letter-spacing: 0.5px;
	position: relative;
	width: auto;
	display: inline-block;
}
.form-counter .count_main {
    margin-left: 20px;
}
.opacity-0 {
	opacity: 0;
}
.form-sub label {
	font: italic 600 14px/28px "Roboto", Helvetica, sans-serif !important;
	margin: 0 0 5px 0 !important;
}
.border-top02{
	border-top: 1px solid #96a7c8;
}
.border-right02{
	border-right: 1px solid #96a7c8;
}
.form-counter{
	display: flex;
	align-items: center;
}
.step-content form input {
	background: #e9eef4;
	border: none;
	border-radius: 5px;
	padding: 10px;
	outline: none;
	color: #002469;
  	font: 600 16px/18px "Roboto", Helvetica, sans-serif;
  	width:100%;
}
.want-text{
	font: italic 600 13px/18px "Roboto", Helvetica, sans-serif;
	color: #002469;
	margin: 0 0 10px 0;
	display: block;
}
.step001 .step-content .step-img{
	margin:0 0 0 -50px;
}
.step001 .step-content h2{
	margin: 0 0 20px 0;
}
.step001 .step-content {
    margin: 0 0 0px 40px;
}
.input-absolute {
	margin: 0 0 40px 0;
	position: relative;
	display: inline-block;
}
form span {
    font: 400 12px/18px "Roboto", Helvetica, sans-serif;
    color: #002469;
}
.form-span{
	 color: #000;
	 font-weight: 600;
}
.notes p.blue {
    color: #002469;
}
.input-absolute .span-absolute{
	position: absolute;
    right: 10px;
    left: auto;
    top: 12px;
    bottom: 0;
    margin: 0 auto;
}
.step-content {
	margin: 0 0 20px 0;
}
.step-content02 {
	margin: 0 0 20px 50px;
}
.step-content02 .step-img{
	margin: 0 0 0 -50px;
}
.step-content form input::-webkit-input-placeholder { /* Edge */
  color: #8d8e90;
  font: 600 16px/18px "Roboto", Helvetica, sans-serif;
  opacity: 1;
}

.step-content form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8d8e90;
  font: 600 16px/18px "Roboto", Helvetica, sans-serif;
  opacity: 1;
}

.step-content form input::placeholder {
  color: #8d8e90;
  font: 600 16px/18px "Roboto", Helvetica, sans-serif;
  opacity: 1;
}
.step-content .tooltip-custom p {
	background: #e6e6e6;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	color: #002469;
	font: 600 14px/22px "Roboto", Helvetica, sans-serif;
	outline: none;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}
.step-content .italic{
	font: italic 600 13px/15px "Roboto", Helvetica, sans-serif;
	display: block;
	margin:0 0 10px 0;
	color: #052564;
}
.step-content .tooltip-custom p:hover, 
.step-content .tooltip-custom p:active, 
.step-content .tooltip-custom p:focus{
	background: #002469;
	color: #fff;
}
.step-content p{
	font: 500 13px/15px "Roboto", Helvetica, sans-serif;
}
.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9eef4;
    border-radius: 5px;
}
.count_main{
	display: flex;
	align-items: center;
}
.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #0052cc;
    color: #fff;
    appearance: none;
    outline: 0;
}
.product-count {
	display: inline-block;
	margin: 0 15px;
}
.counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #000;
    user-select: none;
}
/* Create a custom radio button */
.container-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 2px solid #002469;
	border-radius: 50%;
	transition: all 0.5s;
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after, .container-radio:hover .checkmark::after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark::after {
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #002469;
	transition: all 0.5s;
}
.checkmark_main label input{
	display: none;
}
.checkmark_main .container-radio {
	padding: 6px 0 6px 40px;
	font: 600 17px/15px "Roboto", Helvetica, sans-serif;
	color: #002469;
	margin: 0 0 20px 0;
}
.tabs_bg {
	background: #F5FBFD;
}
.tabs_bg ul li span {
	background: none;
	padding: 15px 78px;
	display: inline-block;
	font: 500 25px/30px "Roboto", Helvetica, sans-serif;
	color: #00377b;
}
.tabs_bg ul li.active span, .tabs_bg ul li:hover span {
	background: #00377b;
	color: #fff;
}
.tab03-padding{
	padding:30px;
}
.tab03 {
	border-bottom: 1px solid #00377b;
}
.amount span{
	font: italic 500 13px/15px "Roboto", Helvetica, sans-serif;
}
.amount h3{
	font: 600 35px/40px "Roboto", Helvetica, sans-serif;
	margin: 0 28px;
	display: inline-block;
}
.amount h5{
	font: 500 16px/18px "Roboto", Helvetica, sans-serif;
	margin:0;
	display: inline-block;
}
.amount {
	color: #fff;
	background: #ed1c2b;
	display: inline-block;
	padding: 7px 50px;
	border-radius: 50px;
	margin: 0 0 30px 0;
}
.tab-defult-content {
	margin: 0;
	padding: 15px;
}
.timesave {
	margin: 0 0 40px 0;
}
.timesave h4 {
	font: 600 14px/15px "Roboto", Helvetica, sans-serif;
	color: #3e4143;
}
.Amount-content h3::after {
	content: "";
	position: absolute;
	top: auto;
	left:0;
	right: auto;
	bottom: 0;
	margin: 0 auto;
	width: 50px;
	height: 4px;
	background: #00377b;
	border-radius: 50px;
}
.Amount-content h3 {
	font: italic 600 14px/15px "Roboto", Helvetica, sans-serif;
	color: #00377b;
	position: relative;
	padding: 0 0 15px 0;
	height: 50px;
	margin: 0 0 30px 0;
}
.timesave h2 {
	font: 700 20px/15px "Roboto", Helvetica, sans-serif;
	color: #00377b;
}
.payment-box {
	display: flex;
	padding: 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
	transition: all 0.5s;
	cursor: pointer;
}
.replayment h5 {
	font: 600 14px/18px "Roboto", Helvetica, sans-serif;
	color: #ed1c2b;
	text-transform: uppercase;
	margin: 0;
	transition: all 0.5s;
}
.replayment h2 {
	font: 800 35px/40px "Roboto", Helvetica, sans-serif;
	color: #002469;
	margin: 0;
	transition: all 0.5s;
}
.replayment {
	border-right: 3px solid #003275;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	transition: all 0.5s;
}
.payment-saved p {
	font: 500 13px/18px "Roboto", Helvetica, sans-serif;
	color: #00377b;
	margin: 0;
	transition: all 0.5s;
}
.payment-box:hover, .payment-box.active{
background: #00377b;
}
.payment-box:hover h2, .payment-box.active h2, .payment-box:hover .payment-saved p, .payment-box.active .payment-saved p, .payment-box:hover .replayment h5, .payment-box.active .replayment h5{
color: #fff;
}
.payment-box:hover .replayment, .payment-box.active .replayment{
	border-right: 3px solid #fff;
}
.footer{
	background: #002469;
}
.footer-content {
	display: flex;
	align-items: center;
	padding: 18px 0;
	justify-content: space-around;
}
.lets span {
	font: 500 18px/18px "Roboto", Helvetica, sans-serif;
	color: #fff;
	margin: 0 28px 0 10px;
}
.footer-pare p {
	font: 400 15px/18px "Roboto", Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}
.footer-btn a {
	height: 40px;
	width: 300px;
	font: 700 18px/20px "Roboto", Helvetica, sans-serif;
	color: #002469;
	background: #fff;
	display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.5s; 
}
.footer-btn{
	float: right;
}
.footer-btn a:hover{
	background: #ed1c2b;
	color: #fff;
}
.footer {
	margin: 0 0 30px 0;
}
.bar-stand{
	position: relative;
	right: 12px;
}
.step-content .error{
	border:1px solid #f00 !important;
	border-radius: 5px !important;
}
.btn-error{
	background: #f00;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    color: #fff;
    font: 600 14px/22px "Roboto", Helvetica, sans-serif;
    outline: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    display: inline-block;
    float: right;
    position: relative;
    left: 23px;
    bottom: 27px;
}
.error-text{
	color: #f00 !important;
	margin-bottom: 5px !important;
}
/* Responsive start
@media (max-width: 1367px){
	.refresh-img{
		right: 95px;
	}
}*/

@media (max-width: 1249px) {
	.replayment h2{
		font-size: 22px;
		line-height: 34px;
	}
	.only-text{
		font-size: 13px;
	}
	.slider-content h1{
		font-size: 42px;
		line-height: 58px;
	}
	.slider-content p{
		padding:0;
	}
	.footer-btn a{
		padding:10px 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.total-box p{
		font-size: 14px;
	}
	.lets span{
		margin:0 18px 0 10px;
	}
	.footer-pare p{
		margin:0 20px 0 0;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.slider-content p{
		font-size: 13px;
	}
	.total-box p {
	    font-size: 13px;
	}
	.only-text{
	    height: 60px;
	}
	.tab02 li span{
		padding:8px 5px;
		font-size: 15px;
	}
	.tab02 li:first-child span{
		padding:12px 25px !important;
		font-size: 15px;
	}
	.tab02 li:last-child span{
		padding:12px 20px !important;
		font-size: 15px;
	}
	.step-content h2{
		font-size: 12px;
		line-height: 22px;
	}
	.count_main{
		display: inline-block;
	}
	.product-count {
		margin: 15px 0;
	}
	.tab-shadow{
		padding:15px;
	}
	.footer-content{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.replayment h2 {
		font-size: 14px;
		line-height: 27px;
	}
	.replayment h5{
		font-size: 12px;
		line-height: 16px;
	}
	.footer {
		margin: 0 0 15px 0;
	}
	.payment-saved p{
		font-size: 10px;
	}
	.amount h3{
		font-size: 25px;
		line-height: 30px;
	}
	.footer-btn{
		float: none;
	}
	.footer-pare p {
		margin: 15px 0;
	}
	.note2 p{
		font-size: 16px;
		line-height: 28px;
		margin:40px 0;
	}
	.home_btn a {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.home_btn{
		display: inline-block;
		padding: 0;
		text-align: center;
		margin: 0 0 50px 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.header{
		text-align: center;
	}
	.home-img a{
		padding: 6px;
	}
	.home-img{
		top: -36px;
	}
	.refresh-img{
		right: -12px;
	}
	.total-box{
		width: 100%;
	}
	.slider {
		padding: 20px 0 50px 0;
	}
	.tab02 li span{
		padding:8px 29px;
	}
	.tab02 li:first-child span{
		padding:12px 45px;
		font-size: 15px;
	}
	.tab02 li:last-child span{
		padding:12px 0px;
		font-size: 15px;
	}
	.input-absolute {
	    margin: 20px 0;
	    display: block;
	}
	.standard-box h4{
		font-size:14px;
	}
	.Amount-content h3{
		height: auto;
	}
	.form-counter{
		display: inline-block;
	}
	form {
		margin: 10px 0 0 0;
	}
	.amount h3{
		margin:0 18px;
	}
	.footer-pare p{
		font-size: 12px;
		line-height: 21px;
	}
	.footer-content{
		padding:15px;
	}
	.payment-saved p {
		font-size: 14px;
	}
	.replayment h2 {
		font-size: 24px;
		line-height: 27px;
	}
	.amount{
		padding:7px 30px;
	}
	.bar-stand {
	    right: 0;
	}
}
@media (max-width: 575px) {
	.total-box {
		width: 50%;
	}
	.page02-chat{
		padding:0;
	}
	.chart01 .chart01-text, .chart02 .chart02-text, .chart03 .chart03-text{
		font-size: 16px;
	}
	.chart-text{
		font-size: 12px;
	}
	.border-03{
		padding:0;
	}
	.border-02{
		margin:0;
	}
	.bar-stand {
	    right: 0;
	}
}
@media (max-width: 543px) {
	.slider-content h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.slider-content p {
		font-size: 12px;
		line-height: 25px;
	}
	.tab02 li span {
		padding: 8px 19px;
	}
	.tab02 li:first-child span{
		padding:12px 10px !important;
	}
	.tab02 li:last-child span{
		padding:12px 0px !important;
	}
	.amount h3 {
		margin: 0 8px;
	}
	.tabs_bg ul li span{
		padding:14px 44px;
	}
	.tabs_bg ul li span{
		font-size:15px;
	}
	.footer-pare p {
		font-size: 11px;
	}
	.amount h5{
		font-size: 14px;
		line-height: 16px;
	}
	.tab03-padding {
		padding: 15px;
	}
	.bar-stand {
	    right: 0;
	}
}
@media (max-width: 480px) {
	.tab01 li span {
		padding: 10px 32px;
		font-size: 15px;
	}
	.step001 .step-content {
	    margin: 0;
	}
	.step-content02 {
		margin: 0 0 20px 0;
	}
	.notes p{
		font-size: 15px;
		line-height: 23px;
		margin:0 0 20px 0;
	}
	.total-box {
		width: auto;
	}
	.tab-nav ul {
		text-align: center;
	}
	.only-text::after{
		right:0;
		margin: 0 auto;
	}
	.only-text {
	    height: auto;
	}
	.checkmark_main .container-radio{
		width: 50%;
	}
	.product-count {
		margin: 0;
	}
	.mobile_block {
		display: block;
		margin: 0 0 10px 0;
	}
	.amount span, .amount h3, .amount h5{
		display: block;
	}
	.amount h3 {
		margin: 3px 0;
	}
	.amount{
		display: block;
	}
	.tabs_bg ul li span {
		padding: 14px 41px;
		font-size: 15px;
	}
	.payment-saved p {
		font-size: 12px;
	}
	.payment-box{
		text-align: left;
	}
	.Amount-content h3::after {
		right: 0;
	}
	.replayment h2 {
		font-size: 17px;
		line-height: 24px;
	}
	.tabs .tab-nav li {
		float: none;
	}
	.tab02 li span {
		font-size: 11px;
		line-height: 15px;
		padding: 7px;
	}
	.tab02 li:first-child span{
		padding:12px 15px !important;
		font-size: 11px;
	}
	.tab02 li:last-child span{
		font-size: 11px;
	}
	.slider-content p {
		font-size: 11px;
		line-height: 22px;
		margin: 0 0 30px 0;
	}
	.tab-pare{
		margin:15px 0;
		font-size: 12px;
		line-height: 23px;
	}
	.step-btn a{
		margin:0 0 20px 0;
		font-size: 16px;
		line-height: 18px;
	}
	.tabs .tab-nav.tab01, .tabs .tab-nav {
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.slider-content h1 {
	    font-size: 22px;
	    line-height: 32px;
	    margin: 0 0 10px 0;
	}
	#tab {
		text-align: center;
	}
	.main_wrapper{
		padding:15px 0 0 0;
	}
	.header{
		padding:5px 0;
	}
	.step-img{
		margin:0 0 20px 0;
	}
	.tab02 {
		margin: 10px 0 0 0;
	}
	.rightby p{
		margin: 0 5px 0 0;
		font-size: 11px;
		line-height: 28px;
	}
	.step-img-content{
		display: inline-block;
	}
	.tab-shadow {
		padding: 10px;
	}
	.bar-stand {
	    right: 0;
	}
}
/* Responsive end*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.pr-20{
	padding-right: 20px;
}
.pl-45{
	padding-left: 45px;
}
.hidden{
	display: none;
}
.note2 .span1{
	font: 600 32px/28px "Roboto", Helvetica, sans-serif !important;
}

.note2 .span2{
	font: 600 24px/28px "Roboto", Helvetica, sans-serif !important;
}
