/*Syed Css start*/
section.header .logo h2 {
    color: #FFC200;
    font-size: 35px;
    padding: 15px;
    margin: 0;
    padding-left: 0;
}
section.header .top_head {
    background: #313131;
}
section.header .top_head .logo {
    width: fit-content;
    cursor: pointer;
}
section.header .top_head .question_mark h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    margin-left: -2px;
}
section.header .top_head .question_mark {
    color: white;
    border: 2px solid white;
    width: 35px;
    height: 35px;
    margin-top: 15px;
    border-radius: 50%;
    cursor: pointer;
    float: right;
}
.left_part h1 {
    margin: 15px 0px;
    font-size: 35px;
    font-weight: 600;
    color: #ffc200;
}
section.main_section {
    background: #000;
    color: white;
    padding-bottom: 20px;
}
section.main_section .left_part h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
section.main_section .lp h5 {
    font-size: 14px;
    font-weight: 100;
    margin: 3px 0px;
    color: white !important;
}
section.main_section .lp p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
section.main_section h3.violate {
    margin-top: 14px;
}
* {
	box-sizing: border-box;
}
.checkeed label {
    display: flex;
    align-items: center;
    color: #9e9e9e;
    position: relative;
    cursor: pointer;
    color: white;
    width: fit-content;
    font-size: 14px;
}
.checkeed input {
	width: 0;
	height: 0;
	opacity: 0;
}

.checkeed label > span {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	border: 2px solid #9e9e9e;
	margin-right: 15px;
	border-radius: 3px;
	transition: all .3s;
	cursor: pointer;
}

.left_part.part_left input {
    font-size: 15px;
    display: block !important;
}
.checkeed input:checked + label > span {
	border: 8px solid #F1C40F;
	animation: bounce 250ms;
}
.checkeed input:checked + label > span::before {
    content: '';
    position: absolute;
    top: 5px!important;
    left: 1px !important;
    width: 8px !important;
    height: 13px!important;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(
46deg
);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}

@keyframes checked-box {
	0% {
		width: 0;
		height: 0;
		border-color: #212121;
		transform: translate(0,0) rotate(45deg);
	}
	33% {
		width: 4px;
		height: 0;
		border-color: #212121;
		transform: translate(0,0) rotate(45deg);
	}
	100% {
		width: 4px;
		height: 8px;
		border-color: #212121;
		transform: translate(0,-8px) rotate(45deg);
	}
}

@keyframes bounce {
	0% {
		transform: scale(1);
	}
	33% {
		transform: scale(.7);
	}
	100% {
		transform: scale(1);
	}
}
p.if_yu {
    font-size: 11px;
}
button.yellow_btn {
    border: none;
    background: #ffc200;
    padding: 13px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-right: 20px;
}
a.yellow_btn {
    border: none;
    background: #ffc200;
    padding: 13px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-right: 20px;
    text-decoration: none;
}
button.default {
    border: none;
    background:  #313131;
    padding: 13px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
a.default {
    border: none;
    background:  #313131;
    padding: 13px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}
.bottom_buttons {
    margin: 30px 0px;
}
p.gpsvs {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
}
.need_help {
    float: right;
    margin-top: 17px;
    cursor: pointer;
    position: relative;
}
.need_help p {
    background: black;
    color: white;
    font-size: 11px;
    padding-left: 10px;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
}
.need_help i {
    background: #313131;
    color: #ffc200;
    padding: 7px;
    font-size: 12px;
    border-radius: 50%;
    border: 3px solid black;
    position: absolute;
    top: -4px;
    right: -9px;
    padding-left: 9px;
}
.footer_main {
    height: 60px!important;
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    height: 480px;
}
.main_crousel {
    margin-top: 20px;
}
div#myModal1 .modal-header .close {
    margin-top: -22px;
    color: white!important;
    opacity: 100%;
}
div#myModal2 .modal-header .close {
    margin-top: -22px;
    color: white!important;
    opacity: 100%;
}
div#paymentFormModal .modal-header .close {
    margin-top: -22px;
    color: black!important;
    opacity: 100%;
}
div#myModal1 .modal-header,div#paymentFormModal .modal-header {
    border: none;
}
div#myModal1 .modal-content{
    background: black;
    border-radius: 10px!important;
    color: #fff;
    box-shadow: 0px 0px 3px papayawhip;
    border: none !important;
}
div#myModal2 .modal-header,div#paymentFormModal .modal-header {
    border: none;
}
div#myModal2 .modal-content{
    background: black;
    border-radius: 10px!important;
    color: #fff;
    box-shadow: 0px 0px 3px papayawhip;
    border: none !important;
}
div#paymentFormModal .modal-content {
    background: #fff;
    border-radius: 3px!important;
    border: 0.1px solid white;
    color: #000;
}
div#paymentFormModal .modal-header {
    border-bottom: 1px solid;
}
div#myModal1 .modal-header h4, div#paymentFormModal .modal-header h4 {
    font-size: 17px;
}
div#myModal1 .modal-body p,div#paymentFormModal .modal-body p {
    font-size: 14px;
}
div#myModal1 .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background: #ffc200;
    border-radius: 0px 0px 10px 10px;
}

div#myModal2 .modal-header h4, div#paymentFormModal .modal-header h4 {
    font-size: 17px;
}
div#myModal2 .modal-body p,div#paymentFormModal .modal-body p {
    font-size: 14px;
}
div#myModal2 .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background: #ffc200;
    border-radius: 0px 0px 10px 10px;
}
.modal-footer .checkeed.new_modalcheck {
    margin-top: -15px;
}
p.if_yu a {
    text-decoration: none;
}
.checkeed.new_modalcheck label > span {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    border: 2px solid black;
    margin-right: 15px;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
    background: white;
}
.checkeed.new_modalcheck label {
    color: black;
}
.checkeed.new_modalcheck input:checked + label > span {
    border: 1px solid black;
    animation: bounce 250ms;
}
.checkeed.new_modalcheck input:checked + label > span::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 7px !important;
    height: 14px!important;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate( 
46deg
 );
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}
.checkeed.new_modalcheck input:checked + label > span {
    border: 1px solid black;
    animation: bounce 250ms;
}
.lp.pl1 h5 {
    margin: 7px 0px!Important;
}
.carousel-inner > .item > .net_img, .carousel-inner > .item > a > .net_img {
    width: 100%;
    margin: auto;
    height: 440px;
}
.copy_code h3 {
    margin: 0px;
}

.copy_code {
    border: 1px solid white;
    width: fit-content;
    border-radius: 3px;
    padding: 15px 25px;
    margin-top: 10px;
}
.copy_code i {
    color: white;
    margin-left: 5px;
}
.carousel-inner > .item > .code_img, .carousel-inner > .item > a > .code_img {
    width: 100%;
    margin: auto;
    height: 536px;
}
.parked {
    background: #313131;
    width: 100%;
    padding: 10px;
    display: flow-root;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
}
.parked p {
    float: left;
    margin-top: 2px !important;
}
.parked h5 {
    float: right;
    margin-top: 5px;
}
.parked i {
    color: #ffc200;
}
.past_img img {
    width: 100%;
    height: 200px;
}
.bottom_buttons.code_button {
    margin-left: 15px;
}
h1.some {
    text-align: center;
    margin-top: 40px;
    display: flow-root;
}
p.unsucces {
    text-align: center;
}
h1.some.exclamation {
    background: #FF002A;
    display: block;
    margin: 0 auto;
    color: black;
    border-radius: 50%;
    font-size: 50px;
    height: 80px;
    width: 80px;
    padding-top: 13px;
    margin-top: 25px;
}
.bottom_buttons.error_button {
    display: block;
    text-align: center;
    /*margin-left: 16px;*/
    margin-left: 0px;
}
.bottom_buttons.error_button a:last-child button {
    margin: 0 !important;
}
.bottom_buttons.error_button a button, .bottom_buttons.error_button a.default {
    min-width: 190px;
}
.bottom_buttons.error_button a {
    display: inline-block;
}
section.main_section.wrong_part {
    height: 550px;
}
section.main_section.wrong_part {
    height: 70vh;
    width: 100%;
}
h1.some.tick {
    background: #73DF59;
    display: block;
    margin: 0 auto;
    color: black;
    border-radius: 50%;
    font-size: 50px;
    height: 80px;
    width: 80px;
    padding-top: 13px;
    margin-top: 25px;
}
h1.some.copycode {
    margin-top: 30px;
    font-size: 27px;
}
p.unsucces.ur_unlock {
    margin-top: 50px;
}
.park_slot img {
    width: 100%;
    height: 70vh;
    opacity: 43%;
}
.park_slot {
    background: #ff5f02;
}
h1.some.down {
    margin-top: 0px;
}
.paymentSuccessMsg {
    font-size: 28px !important;
    font-weight: normal !important;
    margin: 50px auto !important;
    line-height: normal !important;
    max-width: 1200px;
}
.bottom_buttons.plate_button {
    border: 4px solid #313131;
    width: 330px;
    display: block;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}
.bottom_buttons.plate_button input {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 45px;
    background: #313131;
    border: none;
    border-radius: 4px;
    color: white;
    opacity: 100%;
    padding: 10px;
}
.email_text input{
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 45px;
    background: #313131;
    border: none;
    border-radius: 4px;
    color: white;
    opacity: 100%;
    padding: 10px;
}
.bottom_buttons.plate_button button.yellow_btn, .bottom_buttons.plate_button a.yellow_btn {
    border: none;
    background: #ffc200;
    padding: 13px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-right: 20px;
    width: 100%;
}
.uncess_div p {
    width: 47%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.uncess_div {
    margin-top: 30px;
    display: block;
    text-align: center;
}
.park_slot img.wheel_img {
    width: auto;
    opacity: 100%;
    height: auto;
    position: absolute;
    top: 28%;
    left: 55%;
    z-index: 999
}
.park_slot {
    position: relative;
}
img.path8 {
    position: absolute;
    left: 29%;
    height: 345px;
    opacity: 100%;
}
section.main_section.banner.wrong_part {
    background-image: url(../images/home.png);
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
}
section.main_section.wrong_part {
    height: calc(100vh - 129px);
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
h1.desk_help {
    color: #FFC200;
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0px;
    margin-left: 25px;
}
p.faq {
    margin: 20px 0px;
    font-size: 18px;
}






/*naveen css*/

.remove-list-step ul {
    padding-left: 0;
    list-style: none;
}
.remove-list-step ul li{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}
.remove-list-step p{
    color: #999;
}
.remove-list-step strong{
    color: #fff;
}

.boot-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    color:#fff;
    margin-bottom: 30px;
}
.boot-title a {
    color: #fff;
    text-decoration: none;
}

.removalinstruction{
    background-color: #000;
    min-height: calc(100vh - 128px);
}
.help-link-cover{
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.help-link-cover a{
    font-size: 14px;
    color: #999;
    text-decoration: none;
}


/*naveen css ends*/

div#paymentFormModal .modal-header .close {
    margin-top: -22px;
    color: white!important;
    opacity: 100%;
}

div#paymentFormModal .modal-header,div#paymentFormModal .modal-header {
    border: none;
}
div#paymentFormModal .modal-content{
    background: black;
    border-radius: 10px!important;
    color: #fff;
    box-shadow: 0px 0px 3px papayawhip;
    border: none !important;
    padding-bottom: 15px;
}

div#paymentFormModal .modal-header h4 {
    font-size: 17px;
}
div#paymentFormModal .modal-body p {
    font-size: 12px;
}
div#paymentFormModal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background: #ffc200;
    border-radius: 0px 0px 10px 10px;
}

.paymentModalMain .modal-body > div {
    margin: 0 0 10px;
}
.paymentModalMain .modal-body button {
    border: none;
    background: #ffc200;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-right: 0;
    float: right;
}
.paymentModalMain .modal-body > div input {
    min-height: 38px;
}
.paymentModalMain .text-danger {
    color: #ff0000;
    margin: 5px 0 0;
}
section.main_section h5.status-warning-color {
    color: #ffbd36 !important;
}












@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px 0px;
  color:white;
  font-size:12px;
  font-weight:bold;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
	background: black;
	font-weight: 400
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: black;
}
.panel-default {
    border: none;
}
.panel-title {
   border-bottom: 2px solid lightslategray;
}
.center-block {
    opacity: 70%;
} /*Syed Css end*/
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 13px;
    line-height: 22px;
}
.help_main {
    padding: 0px 12px;
}
.help_right a i {
    color: #FFC200;
    margin-right: 14px;
    margin-bottom: 12px;
}

.help_right a {
    display: block;
     color: #FFC200;
     text-decoration: none;
}
.help_right {
    padding-left: 60px;
}
form.contactus input {
    width: 80%;
    margin-bottom: 11px;
    height: 50px;
    background: #313131;
    border: none;
    border-radius: 8px;
    padding: 0px 20px;
}
form.contactus textarea {
    width: 80%;
    margin-bottom: 11px;
    height: 90px;
    background: #313131;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
}
.loading-overlay {
  display: none;
  background: #d3d3d330;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #ffc200;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.footer_main{
    background: #ffc200;
}

section.header .top_head a{
    text-decoration: none;
    color: inherit;
}

#paymentFormModal .modal-content{
    overflow-y: auto;
    min-height: 500px;
}
#paymentFormModal .modal-dialog{
    margin: 160px auto;
}
div#paymentFormModal iframe div#go-to-xoon-error-message {
    color: white!important;
    font-size: 14px!important;
}
div#paymentFormModal {
    overflow-y: scroll;
}
.row.homie {
    margin-top: 150px;
}
h1.viol_det1 {
    display: none;
}
.boxInner {
    border-left: 4px solid #fec201;
    padding: 0px 15px 8px;
    background-color: #262626;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.payment-success-steps{
    display: inline-block;
    /* margin-left: 265px; */
    width: 100%;
    text-align: center;
}
.map-image-cover{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 350px;
    height: 200px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-image-none {
    display: none;
}
.map-image-cover img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .left_part h1 {
        margin-top: 40px !important;
    }
    form.contactus input {
        width: 95%;
    }
    .help_right {
        padding-left: 20px;
    }
    form.contactus textarea {
        width: 95%;
    }
    h1.viol_det {
        display: none;
    }
    h1.viol_det1 {
        margin: 15px 0px;
        font-size: 28px;
        font-weight: 600;
        color: #ffc200;
        display: block;
    }
    section.header .top_head .logo {
        float: left;
    }
    section.main_section.wrong_part {
        width: 100%;
        overflow: auto;
    }
    .row.homie {
        margin-top: 0px;
    }
    .left_part.part_left {
        margin-top: 0px;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: auto;
    }
    section.header .top_head .question_mark h2 {
        margin-left: 0px;
    }
    p.gpsvs {
        margin-top: 25px;
        font-size: 10px;
        font-weight: 700;
        float: left;
    }
    section.main_section h3.violate {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .carousel-inner > .item > .code_img, .carousel-inner > .item > a > .code_img {
        height: auto;
    }
    .carousel-inner > .item > .net_img, .carousel-inner > .item > a > .net_img {
        height: auto;
    }
    .left_part h1 {
        margin: 10px 0px;
        font-size: 28px;
    }
    .row.homie {
        align-items: inherit;
        justify-content: center;
        display: grid!important;
        height: auto!important;
    }
    .uncess_div p {
        width: 80%;
    }
    
    .left_part.part_left {
        margin-top: 30px;
    }
    section.main_section.banner.wrong_part {
        background-image: none;
    }
}

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

    .paymentSuccess .bottom_buttons.error_button a {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .paymentSuccess .bottom_buttons.error_button a button, .paymentSuccess .bottom_buttons.error_button a.default {
        min-width: auto !important;
        width: 100%;
    }
    .paymentSuccess .bottom_buttons.error_button {
        margin: 0;
    }
    .paymentSuccess .some.copycode {
        margin-bottom: 30px;
    }
    .paymentSuccess .payment-success-steps {
        margin-top: 30px;
    }


}




@media (width: 1024px) {
.row.homie {
    align-items: center;
    justify-content: center;
    height: auto;
    display: flex;
}
.left_part.part_left {
    margin-top: 210px;
}
h1.some {
    margin-top: 40px;
}
}

@media (width: 768px) {
    h1.viol_det {
        display: none;
    }
    h1.viol_det1 {
        margin: 15px 0px;
        font-size: 28px;
        font-weight: 600;
        color: #ffc200;
        display: block;
    }
    .left_part.part_left {
        margin-top: 0px;
    }
.left_part.part_left {
    position: absolute;
    left: 44%;
    top: 133px;
}
.row.homie {
    position: relative;
    height: auto;
    display: block;
    align-items: inherit;
}
section.header .top_head .logo {
    float: left;
}
.past_img img {
    width: 100%;
    margin-top: 30px;
}
p.gpsvs {
    float: left;
}
}

/* PUC Form Styles - Override white text from section.main_section */
section.main_section input.puc-form-black-text,
section.main_section input.puc-form-black-text.form-control,
.puc-form-black-text.form-control {
    color: #000 !important;
    background-color: #fff !important;
}

section.main_section input.puc-form-black-text::placeholder,
section.main_section input.puc-form-black-text.form-control::placeholder,
.puc-form-black-text.form-control::placeholder {
    color: #999 !important;
}

/* Make all labels in form sections black */
section.main_section .form-group label {
    color: #000 !important;
}