* {
  margin: 0px;
  padding: 0px;
}
a{
  cursor: pointer  !important;
}
body {
  font-family: "Roboto", system-ui;
}
.mob-v{
      display: none;
}

header {
  background-image: url(../images/home-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.order-track-sec input:focus-visible{
  outline: 0px;
}
.form-control:focus{
  border: unset;
  box-shadow: unset;
  background-color: #FAFAFA;

} 

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
  font-size: 15px;
  font-weight: 500;

}

.nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 18px;
}

.heading {
  padding-top: 42px;
  padding-bottom: 56px;
}

.heading h1 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}

.heading p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px #000;

}

.heading form {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 28px;
}

.heading .form-control {
  padding: 14px 10px;
  border: 1px solid #eeeeee;
}

.heading form select {
  padding: 14px 10px;
  width: 100%;
  border-radius: 5px;
  border-color: #eeeeee;
}

.heading .top-btn {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 66px;
  text-decoration: none;
  display: inline-block;
  border-radius: 71px;
}

.home-mid-sec {
  padding: 44px 0;
}

.home-mid-head {
  text-align: center;
}

.home-mid-head h2 {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.home-mid-head p {
  color: #000;
  font-size: 14px;
}

.delv-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 6px;
  margin: 12px 0;
  text-align: center;
}

.delv-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 15px 0;
  margin-bottom: 0px;
}

.delv-box p a {
    display: block;
    background-color: #439ab6 !important;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}


.mt-spe {
  margin-top: 20px;
}

.motor-sec {
  background-color: #ccebf5 !important;
  padding: 25px 0;
}

.signup-sec h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

.signup-sec p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}

.signup-btn {
  text-align: center;
}

.signup-btn p {
  margin-bottom: 0px;
}

.signup-btn p a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  padding: 20px 41px;
  border: 2px solid #000;
}

.signup-btn p a img {
  margin-right: 10px;
}

footer {
  background-color: #000000;
  padding: 12px 0;
  text-align: center;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  display: inline-block;
  list-style: none;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0px 18px;
}

.header-1 {
  background: unset;
  background-color: #1e1826;
}

.nav-link:hover {
  color: #fff;
}

.main-sidebar {
  background: #fafafa;
  height: 100%;
  margin-left: -15px;
}
/*
.progress-bar li.active::before {
  width: 43px;
  height: 43px;
  border-radius: 6.255px;
  border: 1.564px solid #eee;
  background: #000;
  box-shadow: 0px 0.782px 3.127px 0px rgba(0, 0, 0, 0.25);
}

.progress-bar li::before {
  width: 43px;
  height: 43px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.progress-bar li.active {
  color: #000;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.05px;
  
}

.progress-bar li {
  color: #999b9d;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.05px;
 }

.progress-bar li {
  position: relative;
  margin-left: 40px;
  margin-top: 50px;
  counter-increment: container 1;
  line-height: 2.5 !important;
}

.progress-bar li::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 2px;
  background-color: #eee;
  z-index: 1;
  left: -19px;
  top: -70px;
}

.progress-bar li::before {
  content: counter(container);
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: -5px;
  z-index: 10;
}

.progress-bar {
  list-style: none;
  
  font-size: 13px;
  font-weight: 700;
  counter-reset: container 0;
  margin-bottom: 0px;
  padding: 100px 50px;
  padding-top: 35px;
}
*/

.progress-bar{
  padding: 0px;
  margin: 0px;
  padding-left: 15%;
  padding-top: 10%;
}
.progress-bar li{
  list-style: none;
  text-align: left;
  margin: 15px 0;
}
.steps-content {
  display: none;
}

.progress-bar li.active::after {
  background: #eee !important;
}

.main small {
  display: none !important;
}

.interlink {
  margin-top: 22px;
  margin-bottom: 30px;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.7px;
  /* 155% */
  text-transform: uppercase;
  padding-left: 40px;
}
.form{
  background-color: #ccebf5 !important;
}

.interlink a {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.7px;
  /* 155% */
  text-transform: uppercase;
  text-decoration: none;
}

.interlink svg {
  margin: 0px 7px;
  position: relative;
  top: -2px;
}

.main {
  display: none;
}

.active {
  display: block;
  font-weight: 600;
}

.main {
  padding: 40px;
}

.main {
  padding-top: 0px !important;
}

.text h2 {
  color: #000;

  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.84px;
  margin-bottom: 0px;
}

.text p {
  color: #000;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  /* 200% */
}
.text h4 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 186.667% */
  margin-bottom: 0;
}

.d-none {
  display: none;
}

.progress-bar li.active::after {
  background-color: #fff;
}

.progress-bar li:first-child:after {
  display: none;
}

.progress-bar li.active::before {
  color: #fff;
  border: 1px solid #fff;
}
.next_button {
  border-radius: 71px;
  background: #000;
  padding: 11px 45px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
}

.right-side label {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  display: block;
  margin-bottom: 8px;
}
.right-side input {
  border-radius: 8px;
  border: 1px solid #f9f9fb;
  background: #fafafa;
  padding: 16px 0px 16px 17px;
}
.right-side textarea {
  border-radius: 8px;
  border: 1px solid #f9f9fb;
  background: #fafafa;
}
.right-side select {
  border-radius: 8px;
  border: 1px solid #f9f9fb;
  background: #fafafa;
  display: block;
  width: 100%;
  padding: 16px 0px 16px 17px;
}
.com-form p {
  color: #8e8e8e;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.72px; /* 127.2% */
  margin-bottom: 0;
  margin-top: 8px;
}
.captcha h3 {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(239, 239, 239, 0.3);
  color: #6b6b6b;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.66px;
  padding: 14px 14px;
  width: 60%;
  letter-spacing: 2px;
  margin-bottom: 0px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}
.captcha h3 a {
  border-radius: 4px;
  background: #000;
  padding: 7px 11.1px 7px 11.5px;
  position: relative;
  right: -13px;
}
.com-form {
  margin-top: 24px;
}
.border-form {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.reset {
  border-radius: 71px;
  border: 1px solid #000;
  width: 165px;
  padding: 11px 0px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
  background-color: #fff;
}

.clck-btn {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
  border-radius: 71px;
  background: #000;
  padding: 17px 45px;
  text-decoration: none;
}
.chck-avl input {
  width: 50%;
  display: inline-block;
}
.chck-avl a {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
  border-radius: 12px;
  background: #000;
  text-decoration: none;
  padding: 18px 18px;
  margin-left: 18px;
}
.spe-note {
  color: #ff5c5c;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.72px; /* 127.2% */
  margin-top: 14px;
  margin-bottom: 26px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/up-down-arrow.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  background-image: url(../images/up-down-arrow.svg);
} 
.fund-des p {
  color: #9da4b0;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px; /* 240% */
  margin-bottom: 0px;
}
.fund-des h6 {
  margin-top: 6px;
  display: inline-flex;
  border-radius: 31px;
  background: #ffe500;
  padding: 0px 13px;
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 355.4%;
  text-transform: lowercase;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 0px;
}

.fund-des h6 span {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  margin-left: 5px;
}
.pro-order {
  text-align: right;
}
.pro-order a {
  text-decoration: none;
  display: inline-block;
  text-align: right;
  border-radius: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
  padding: 7px 31px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  background-color: #fff;
}
.accordion-header button {

  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.6px; /* 186.667% */
  border-radius: 10px;
}
.accordion-header button img {
  margin-right: 6px;
}
.accordion-item {
  margin-bottom: 17px;
}
.accordion-item {
  border-radius: 10px;
  border: 1px solid #eaecef;
  background: #fff;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #000 !important;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.result-fund {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 168% */
  padding: 18px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 18px;
}
.result-fund span {
  color: #7c7c7c;
  font-family: Roboto;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 33.6px;
}
.app-label {
  color: #78829d !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20.106px !important; /* 143.611% */
}

.app-border {
  border: 1px solid #ece9e9;
  border-radius: 7px;
  padding: 8px 11px 8px 10px;
  /* padding-left: 40px; */
  /* min-height: 30px; */
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  /* appearance: none; */
  /* position: relative; */
  /* top: 5px; */
  /* right: 0; */
  /* bottom: 0; */
  left: 40px;
  height: 14px;
  width: 14px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #999;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /* outline: none; */
  /* position: relative; */
  z-index: 1000;
  padding: 0px !important;
}
.app-label {
  margin-bottom: 0px !important;
  padding-left: 13px;
}
.option-input.radio {
  border-radius: 50%;
  position: relative;
  left: 20px;
  top: 11px;
}
.option-input:hover {
  background: #fff;
}
.option-input:checked {
  border: 1px solid #fff;
}
.option-input:checked::before {
  color: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 6px;
  left: 4px;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.app-check {
  display: inline-flex;
  margin-left: -17px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.option-input.radio:checked + .app-border {
  background: #000;
}
.option-input.radio:checked + .app-border .app-label {
  color: #fff !important;
}
.morning{
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.morning h3{
	color: #303345;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 33.15px; /* 165.75% */
margin-bottom: 0px;
}
.morning p{
	color: #8A8A8A;
font-family: Roboto;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 26.682px; /* 205.244% */
margin-bottom: 0px;
}
.imp-note{
	margin: 32px 0;
}
.imp-note h3{
	color: #000;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.imp-note p{
	color: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 200% */
margin: 8px 0;
}

.mt-minus-img{
	margin-top: -130px;
}
.vehi-info{
	margin: 8px 0;
}
.vehi-info p{
	color: #B5B5B5;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 5px;
}
.vehi-info h3{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.verify-sec{
	margin: 15px 0;
}
.verify-sec p{
	color: #B5B5B5;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 5px;
}
.verify-sec h4{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 16px;
}
.conf-sec .mb-num{
	width: 50%;
}
.mb-cnf span{
	color: #758E9B;
font-size: 12px;
font-style: normal;
font-weight: 400;
}
.mb-cnf input{
	position: relative;
	top: 5px;
}
.mb-cnf input[type=checkbox]{
  
  accent-color: rgba(48, 190, 159, 1) !important;
  color: #fff !important;
  width: 17px;
  height: 17px;
}
.mb-cnf input[type=checkbox]:checked {
  
  accent-color: rgba(48, 190, 159, 1) !important;
  color: #fff !important;
  width: 17px;
  height: 17px;
}
.mb-cnf{
	margin: 10px 0;
}
.conf-sec p{
	margin-bottom: 0px;
}
.conf-sec p span{
	color: #B5B5B5;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.conf-sec ul{
	margin: 20px 0px;
	padding: 0px;
	padding-left: 15px;
}
.conf-sec ul li{
	color: #778E95;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 164.286% */
list-style: auto;
}
.agree-box{
	color: #778E95;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
}
.agree-box input[type=checkbox]{
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  border: 1px solid  rgba(48, 190, 159, 1) ;
}
.agree-box  input[type=checkbox]:checked {
  width: 17px;
  height: 17px;
   border: 1px solid  rgba(48, 190, 159, 1) ;
}
.verify-des-sec{
	border-radius: 6px;
border: 1px solid #F5F6F8;
background: #FEFFFE;
box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12), 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
padding: 25px;
}
.verify-des-sec h3{
	color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 108.333% */
}
.verify-des-sec ul{
	margin: 0px;
	padding: 0px;
}
.verify-des-sec ul li{
	color: #9EA9B7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
border-bottom: 1px dashed #EBE6E6;
padding: 13px 0;
list-style: none;
}
.verify-des-sec span{
	float: right;
	color: #4E5C6C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.no-brd{
	border-bottom: none !important;
}
.verify-des-sec .buttons{
	text-align: center;
	margin-top: 20px;
}
.verify-des-sec button{
	display: block;
	width: 100%;
}
.apment-box h6{
	color: #000;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
margin-bottom: 17px;
}
.apment-box p{
	color: #7E7E7E;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 17px; /* 141.667% */
margin-bottom: 17px;
}
.apment-box h3{
	color: #525664;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
margin-bottom: 16px;
}
.receipt-box{
	padding: 22px 30px;
	border-radius: 6px;
border: 1px solid #F5F6F8;
background: #FEFFFE;
box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12), 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
text-align: center;
}
.receipt-box h6{
	color: #2A2A2A;
font-size: 13.871px;
font-style: normal;
font-weight: 700;
line-height: 21.137px; /* 152.381% */
text-transform: uppercase;
margin-top: 8px;
}
.amt{
	border-radius: 7px;
border: 0.661px solid #FAFAF9;
background: #FAFAF9;
box-shadow: 0px 0px 1.321px 0px rgba(23, 26, 31, 0.12), 0px 0px 0.661px 0px rgba(23, 26, 31, 0.07);
padding: 11px 37px;
display: inline-block;
margin: auto;
margin: 12px 0;
}
.amt p{
	color: #696969;
font-size: 13.871px;
font-style: normal;
font-weight: 700;
line-height: 21.137px; /* 152.381% */
margin-bottom: 0;
}
.amt h5{
color: #2A2A2A;
font-size: 20.476px;
font-style: normal;
font-weight: 700;
line-height: 31.705px; /* 154.839% */
margin-bottom: 0px;
}
.rec-num{
	margin: 30px 0;
}
.rec-num p{
	color: #696969;
font-size: 13.21px;
font-style: normal;
font-weight: 700;
line-height: 19.816px; /* 150% */
text-align: left;
}
.rec-num p span{
	float: right;
	color: #2A2A2A;
font-size: 13.871px;
font-style: normal;
font-weight: 700;
line-height: 21.137px; /* 152.381% */
}
.receipt-box a{
	color: #696969;
font-family: Roboto;
font-size: 13.21px;
font-style: normal;
font-weight: 700;
line-height: 19.816px; /* 150% */
text-decoration: none;
display: inline-block;
margin-top: 18px;
}

.dwnload a{
	border-radius: 3.963px;
border: 0.661px solid #000;
background: #000;
box-shadow: 0px 0px 1.321px 0px rgba(23, 26, 31, 0.12), 0px 0px 0.661px 0px rgba(23, 26, 31, 0.07);
color: #FFF;
font-family: Roboto;
font-size: 13.21px;
font-style: normal;
font-weight: 700;
line-height: 19.816px; /* 150% */
display: block;
text-decoration: none;
padding: 17px 0;
}
.dwnload img{
	margin-right: 5px;
	margin-top: -5px;
}
.text h5{
color: #000;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 33.6px; /* 186.667% */;
}
.text h5 span{
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 33.6px; /* 186.667% */
}
.terms-sec{
	padding: 35px 0;
}
.terms-sec h2{
	text-align: center;
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
margin-bottom: 24px;
}
.terms-sec h6{
	color: #000;
font-size: 17.016px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 188.062% */
margin-bottom: 15px;
}
.terms-sec h6 span{
	color: #16184B;
font-size: 17.016px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.terms-sec h3{
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 145.869% */
}
.terms-sec p{
	color: #000;
text-align: justify;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 199.61% */
margin-bottom: 10px;
}
.terms-sec ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.terms-sec ul li{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 199.61% */
list-style: none;
}
.terms-sec a{
	color: #000;
font-size: 16.031px;
font-style: normal;
font-weight: 400;
line-height: 32px;
text-decoration-line: underline;
}
.order-track-main{
		padding: 34px 0;
}
.order-track-head{

	text-align: center;
}
.order-track-head h2{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
}
.order-track-head p{
color: #000;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 173.333% */
}
.order-track-sec{
	border-radius: 6px;
border: 1px solid #F5F6F8;
background: #FEFFFE;
box-shadow: 2px 2px 10px #ccc;
padding: 21px;
}
.order-track-sec input{
	border-radius: 8px;
border: 1px solid #F9F9FB;
background: #FAFAFA;
height: 58px;
padding: 19.5px 0px 19.5px 17px;
display: block;
width: 100%;
padding-bottom: 19px;
}
.order-track-sec label{
	display: block;
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 9px 0;
}
.order-track-sec .captcha h3{
	width: 50%;
	margin: 9px 0;
	margin-bottom: 18px;
	display: inline-block;
	line-height: 2;
	letter-spacing: 5px;
	padding: 7px 14px;
}
.order-track-sec .captcha h3 a{
	display: inline-block;
	margin-top: 0;
	position: static;
	float: right;
}

.order-track-sec a{
	border-radius: 42px;
border: 1px solid rgba(0, 0, 0, 0.00);
background: #000;
padding: 11.5px 0px;
color: #FFF !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 200% */
text-transform: capitalize;
display: block;
text-decoration: none;
margin-top: 24px;
}
.modal-title{
	color: #000;
font-size: 26.5px;
font-style: normal;
font-weight: 700;
line-height: 29.2px; /* 110.189% */
}
.modal-body label{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: block;
margin-bottom: 10px;
}
.modal-body input{
	border-radius: 8px;
border: 1px solid #F9F9FB;
background: #FAFAFA;
color: rgba(0, 0, 0, 0.25);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
padding: 19.5px 0px 19.5px 17px;
}
.modal-body p{
	color: #1E791F;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 200% */
margin-bottom: 21px;
margin-top: 15px;
}
.modal-body p span{
	color: #B5B5B5;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 200% */
}
.modal button{
	margin: 0px 10px;
}
.cancel{
	border-radius: 71px;
border: 1px solid #A5A5A5 !important;
color: #A5A5A5 !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
text-transform: capitalize;
padding: 4px 36px;
background: unset;
}
.resend{
	color: #000 !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
text-transform: capitalize;
border-radius: 71px;
border: 1px solid #000 !important;
padding: 4px 34px 4px 33px;
background: unset;
}
.submit-btn{
	border-radius: 71px;
background: #000;
padding: 4px 35px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
text-transform: capitalize;
border: none;
}

.modal button:hover{
	background: unset;
}
.submit-btn:hover{
	background-color:#000 !important ;
}
.modal-body{
	padding-bottom: 0px;
}
.modal-footer{
	border: unset;
	text-align: center;
	padding-top: 0px;
	justify-content: center;
}
.modal-form h4{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22.86px; /* 142.875% */
margin-bottom: 5px;
}
.modal-form p{
	color: #231F20;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px; /* 160% */
margin-bottom: 20px;
margin-top: 0px;
}
.clr-cng{
	color: #1E791F  !important;
font-size: 12px  !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 24px !important; /* 200% */
margin-top: 8px  !important;
}
.mbl-steps{
	    width: 43px;
    height: 43px;
    border-radius: 6.255px;
    border: 1.564px solid #eee;
    background: #000;
    box-shadow: 0px 0.782px 3.127px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    margin-bottom: 20px;
}
.mbl-steps{
	display: none;
}
.govt-noti{
	padding: 20px 20px;
	border-radius: 3px;
border: 1px solid #FFFEFF;
background: #FFFEFF;
box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12), 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
margin: 6px 0;

}
.govt-noti p{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
margin-bottom: 0px;
text-align: right;
}
.govt-noti img{
	margin-right: 10px;
}
.govt-noti a{
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 111.111% */
text-decoration: none;
}
.order-track-sec textarea{
	border-radius: 8px;
border: 1px solid #F9F9FB;
background: #FAFAFA;
width: 100%;
padding: 15px;
}
.about-sec{
	background-image: url(../images/about-bg.png);
	padding: 110px 0;
	background-size: cover;
}
.about-sec h2{
	color: #fff;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 66px; /* 117.857% */
}
.about-sec p{
	color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.about-mid-sec h3{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 150% */
margin-top: 27px;
}
.about-mid-sec p{
	color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 32.4px; /* 202.5% */
margin: 12px 0;
}
.about-main h3{
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 237.5% */
margin-bottom: 0px;
margin-top: 10px;
}
.about-main p{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 32.4px; /* 180% */
margin-top: 0px;
margin-bottom: 0px;
}
.main-about{
	border-radius: 9px;
border: 5px solid #000;
background: #FFF;
margin: 24px 0;
}
.main-about .row{
	border-radius: 6px;
border: 3px solid #000;
background: #000;
margin: 8px;
}
.main-about h5{
	color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.main-about a{
	border-radius: 71px;
background: #FFF;
padding: 9px 28px;
color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 200% */
text-transform: capitalize;
text-decoration: none;
}
.types-vech {
	margin-top: 43px ;
}
.types-vech h2{
	color: #262626;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 150% */
margin-bottom: 0px;
}
.plates-sec h2{
	color: #262626;
font-family: Roboto;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 150% */
margin-bottom: 0px;
margin-top: 10px;
}
.main-speci{
	margin:28px 0 ;
	border-radius: 15.733px;
border: 1px solid rgba(0, 0, 0, 0.13);
background: #F8F8F8;
padding: 12px ;
}
.main-speci img{
	border-radius: 10px;
  width: 100%;
}
.main-speci h3{
	color: #262626;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28.8px; /* 120% */
margin-top: 16px;
}
.main-speci h4 span{
	color: #262626;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32.4px; /* 180% */
}
.main-speci h4{
	color: #707070;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32.4px;
}
.main-speci h5{
	color: #262626;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28.8px; /* 120% */
margin-bottom: 5px;
margin-top: 15px;
}
.main-speci p{
	color: #707070;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32.4px; /* 180% */
margin-bottom: 8px;
}
.about-btm{
	margin: 10px;
	margin-bottom: 40px;
}
.about-btm h2{
	color: #262626;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 150% */
}
.plate-ab{
	text-align: center;
}
.plate-ab h3{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 57px; /* 178.125% */
margin: 10px 0;
}
.plate-ab h3 span{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 57px;

}
.nav-tabs{
	border-radius: 0px;
	border: none;
	background: unset;
	display: block;
}
.nav-tabs .nav-link{
	color: rgba(32, 32, 36, 0.83);
	padding: 24px 0px;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 1.5;
margin-bottom: 0px;
border-top-left-radius: 0px;
border-top-right-radius:0px;
margin: 0px !important;
transition: unset;
text-align: left;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border: none;
	padding: 24px 0px;
	margin: 0px;
	line-height: 1.5;
	color: #000;
font-size: 20.8px;
font-style: normal;
font-weight: 600;

}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border: none;
	padding: 24px 0px;
	isolation: unset;
	margin: 0px !important;
	line-height: 1.5;
}
.faq-head{
	padding: 35px 0;
}
.faq-head h2{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}
.faq-head h2 span{
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
}
.tab-content button{
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
}
.tab-content ul{
	margin-bottom: 0px;
}
.tab-content ul li{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.tab-content .accordion-item:first-of-type>.accordion-header .accordion-button{
	border-radius: 0px;
	border: none;
	box-shadow: unset;
}
.tab-content .accordion-item{
	border: none;
	border-bottom: 1px solid #E4E4E4;;
}
.tab-content .accordion-body{
	padding-top: 0px;
}
.tab-content .accordion-item:first-of-type>.accordion-header .accordion-button{

font-size: 20px;
font-style: normal;

line-height: 30px; /* 150% */
}

.faq{
	margin-bottom: 50px;
}
.drop_box{
	border-radius: 8px;
border: 1px solid #F9F9FB;
background: #FAFAFA;
text-align: center;
}
.drop_box button{
	display: block;
	width: 100%;
}
.drop_box h4{
	color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 10.264px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 300% */
margin-bottom: 0px;
}
.location-sec{
	border-radius: 12px;
border: 1px solid #D9D9D9;
background: #FFF;
text-align: center;
padding: 13px;
margin: 46px 0;
}
.location-sec h3{
	color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 13px 0;
}
.location-sec a{
	border-radius: 20px;
background: #000;
padding: 6px 20px;
color: #FFF;
text-align: center;
font-size: 13.563px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 147.465% */
text-decoration: none;
display: inline-block;
margin-bottom: 8px;
}
.main-ctc{
	border-radius: 12px;
border: 1px solid #D9D9D9;
background: #F9F9F9;
padding: 22px 38px;
}
.contact-box h2{
	color: #000;
font-family: Roboto;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 150% */
}
.contact-box .p-ctc{
	color: #6E7191;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
}
.contact-sec{
	border-radius: 12px;
border: 1px solid #D9D9D9;
background: #FFF;
padding: 12px;
margin: 16px 0;
height:88%;
}
.contact-sec h4{
	color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 8px;
margin-bottom: 13px;
}
.contact-sec img{
  width: 100%;
}
.cont-rgt img{
  width: 15px;
}
.contact-sec p{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.contact-sec p img{
	margin-right: 8px;
}
.ctc-btm-sec{
	border-radius: 7.805px;
border: 0.558px solid #F7F7FC;
background: #FFF;
box-shadow: 0px 1.115px 3.345px 0px rgba(20, 20, 43, 0.06);
padding: 8px 0px;

}
.ctc-btm-sec h5{
	color: #000;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 3px;
}
.order-track-main{
	position: relative;
  padding: 70px 0
}
.delv-box img{
  border-radius: 10px;
}
.mid-line {
    position: absolute;
    height: 74.4%;
    width: 1px;
    background-color: #D9D9D9;
    margin-left: -64px;
    padding: 0.5px;
}

.ctc-btm-sec p{
	color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
}
.ctc-btm-sec img{
	padding-left: 10px;
}
.ctc-btm-sec .no-pd{
	padding-left: 0px;
}
.cont-rgt{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 16px;
	color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cont-rgt h5 span{
	color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.cont-rgt h5 {
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.clr-1{
  display: none;
}
.clr-2{
  display: none;
}


:root {
  --calendar-bg-color: #262829;
  --calendar-font-color: #fff;
  --weekdays-border-bottom-color: #404040;
  --calendar-date-hover-color: #505050;
  --calendar-current-date-color: #1b1f21;
  --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
  --calendar-today-innerborder-color: transparent;
  --calendar-nextprev-bg-color: transparent;
  --next-prev-arrow-color: #fff;
  --calendar-border-radius: 16px;
  --calendar-prevnext-date-color: #484848;
}



.calendar {
 
  position: relative;

  background: #fff
  color: var(--calendar-font-color);
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
border-radius: 8.587px;
border: 1.227px solid var(--Outline-color, #E4E6EF);
background: #FFF;
}

.calendar-inner {
  padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar .calendar-inner .calendar-body div {
  padding: 4px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7) {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
  color: #3F4254;
font-size: 15.947px;
font-style: normal;
font-weight: 600;
line-height: 23.92px; /* 150% */
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7):hover {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div > a {
  color:#78829D;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
  border: 1px solid var(--calendar-date-hover-color);
  border-radius: 25px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
  display: grid;
  text-align: center;
  cursor: pointer;
  margin: 3px 0px;
  background: var(--calendar-current-date-color);
  padding: 8px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
  display: flex;
  min-width: 100px;
  justify-content: space-evenly;
  align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
  text-align: right;
}

.calendar
  .calendar-inner
  .calendar-controls
  .calendar-year-month
  .calendar-year-label,
.calendar
  .calendar-inner
  .calendar-controls
  .calendar-year-month
  .calendar-month-label {
  font-weight: 500;
  font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
    /* background: var(--calendar-today-color); */
    border-radius: 4px;
    background-color: #000;
    color: #fff !important;
    border-radius: 25px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
  outline: 2px solid var(--calendar-today-innerborder-color);
  color: #fff !important;
}
.calendar-today-date{
	display: none !important;
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
  color: var(--calendar-font-color);
  font-family: arial, consolas, sans-serif;
  font-size: 26px;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  background: var(--calendar-nextprev-bg-color);
  margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
  height: 20px;
  width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
  fill: #000;
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
  color: rgba(120, 130, 157, 0.29);
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

@media (max-width: 750px) {
  .container {
    height: scroll;
  }

  .container .card {
    max-width: 350px;
    height: auto !important;
    margin: 30px 0;
  }

  .container .card .right-side {
    width: 100%;
  }

  .input-text {
    display: block;
  }

  .input-text .input-div {
    margin-top: 20px;
  }

  .container .card .left-side {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
	.captcha h3{
		width: 65%;
	}
}
@media only screen and (max-width: 1400px) {
	.mid-line{
		display: none;
	}
	.contact-box h2{
	 	text-align: center;
	 }
	 .contact-box p{
	 	text-align: center;
	 }
	 .contact-box {
	 	margin: 15px 0;
	 }
	 .contact-sec img{
		width: 100%;
	}
	 .cont-rgt img{
	 	width: 20px;
	 }
	 .cont-rgt{
	 	align-items: center;
	 }
}
@media only screen and (max-width: 1350px) {
	.progress-bar{
		padding: 35px 10px;
		padding-left: 30px;
	}
	.main{
		padding: 30px 0px;
	}
	.interlink{
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1250px) {
	.nav-link {
    font-size: 12px;
    margin: 0px 0px;
	}
	.heading h1{
		font-size: 40px;
	}
	footer ul li {
		width: 30%;
    margin: 7px 0;
	}
	.app-time{
		margin-top: 30px;
	}
	.app-check{
		width: 100%;
	}
	.mt-minus-img{
		display: none;
	}
	.main-about a{
		padding: 5px 28px;
	}
	.order-track-sec .captcha h3{
		width: 70%;
	}
	.main-ctc{
		padding: 10px 0px;
	}
	.mid-line{
		display: none;
	}
	.no-pd p{
		text-align: left;
	}
	
	 

}
@media only screen and (max-width: 992px) {
	.navbar-toggler{
		background-color: #fff;
	}
	    .heading h1 {
	    	font-size: 34px;
	    }
	    .captcha h3{
	    	width: 100%;
	    }
	    .clck-btn{
	    	margin-top: 20px;
	    	display: inline-block;
	    }
	    .verify-des-sec{
	    	margin-top: 20px;
	    }
	    .row-reverse{
	    	flex-direction: column-reverse;
	    }
	    .about-btm{
	    	text-align: center;
	    }
	    .main-about h5{
	    	font-size: 18px;
	    }

}
@media only screen and (max-width: 768px) {
	    .heading h1 {
	    	font-size: 30px;
	    }
        .heading h1 br{
        	display: none;
        }
        .motor-sec{
        	text-align: center;
        }
        .signup-sec{
        	margin-bottom: 40px;
        }
        footer ul li {
        width: 46%;
        float: left;
        text-align: left;
    	}
    	.signup-sec h2{
    		font-size: 26px;
    	}
    	.progress-bar{
    		padding-left: 10px;
    	}
    	.mbl-steps{
	display: block;
	}
	.main-sidebar{
		display: none;
	}
	.plate-ab div img{
		width: 40%;
		margin: 15px 0;
	}
	.plate-ab div{
		display: inline-block !important;
		justify-content: start;
	}
	    .main-about a {
        padding: 5px 23px;
    }
    .about-mid-sec h3{
    	font-size: 34px;
    	line-height: 1.5;
    }
    .about-sec p{
    	font-size: 24px;
    }
    .about-sec p br{
    	display: none;
    }
    .terms-sec p{
    	font-size: 14px;
    	line-height: 1.6;
    }
    .terms-sec h3{
    	font-weight: 500;
    	font-size: 18px;
    }
    .nav-tabs{
    	padding-left: 30px;
    }
    .nav-tabs .nav-link{
    	padding: 5px 0;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    	padding: 10px 0;
    }
    .faq-head br{
    	display: none;
    }
    .contact-sec{
    	padding-bottom: 30px;
    }
    .ctc-btm-sec{
    	margin-bottom: 15px;
    }
    .com-form{
      margin-top: 0px;
    }
    label{
      margin-top: 15px  !important;
    }
    input{
      margin-top: 15px;
    }
    .captcha{
      margin-top: 15px;
    } 
    .mob-v{
      display: block;
  }
    

}
@media only screen and (max-width: 572px) {
	 footer ul li {
        width: 100%;
    }
    .faq-head{
      padding: 30px 0;
    }
    .faq{
      margin-bottom: 25px;
    }
    .plate-ab h3{
    	font-size: 24px;
    	line-height: 1.5;
    }
    .plate-ab h3 span{
    	font-size: 24px;
    	line-height: 1.5;
    }
    h2{
    	font-size: 30px !important;
    	font-weight: 600 !important;
    	line-height: 1.5 !important;
    }
    .main-speci{
    	text-align: center;
    }
    .right-side{
      padding-bottom: 40px;
    }
    .clck-btn{
      padding: 17px 81px;
    }
    
    .about-mid-sec h3{
    	font-size: 22px;
    }
    .about-sec p{
    	font-size: 18px;
    }
    .modal button{
    	margin: 0px;
    }
    .modal-footer{
    	gap: 10px;
    }
    .modal-footer button{
    	padding: 4px 22px !important;
    }
    .location-sec{
    	margin: 20px 0;
    }
        .govt-noti p {
        text-align: left;
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
    }
    .govt-noti{
    	padding: 10px 0;
    }
    .govt-noti a{
    	line-height: 30px;
    }
    .order-track-main{
      padding: 20px 0;
    }
}
.reg {
    background-color: #fff !important;
    padding: 30px 0;
}
.payment-container {
    max-width: 500px;
    margin: 3rem auto;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: .5rem;
    text-align: center;
}