.full-width
{
    float: left;
    width: 100%;
}
div.main{
    max-width: 100%;
    margin-top: 35px;
    float:left;
    border-radius: 5px;
    margin-left:auto;
    margin-right:auto;
    padding:0px 50px 20px;
    font-family: 'Quicksand', sans-serif;
}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
#error{
    colour:red;
    margin-top: 10px;
    margin-bottom: 10px;
}
#success{
    color:green;
    font-weight:bold;
}
span{
    color:red;
}

label{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email]{
    width:96%;
    height:25px;
    padding:5px;
    margin-top:5px;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
input[type=radio]
{
    margin:20px;
    Border:2px solid #000;
}
input[type=option]
{
    Border:2px solid #000;
    margin:20px;
}
select{
    /*    margin-bottom: 15px;
        margin-top: 5px;*/
    width: 95%;
    height: 40px;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
    Border:1px solid #8bc53f;
    text-align:center;
    padding: 10px;
    font-weight: 600;

}
input[type=submit],
input[type=reset]{
    padding: 10px;
    background-color: #a4e94a !important;
    color: #040a18;
    border: 0;
    cursor: pointer;
    width: 40%;
    border-radius: 2px;
    margin-bottom: 15px;
    font-weight:bold;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    /*	margin-top:40px;*/
}
input[type=submit]:hover,
input[type=reset]:hover
{
    background-color: #92cf42 !important
}

.datepicker_multi_start {
    /* width: 246px;
     height: 40px;
     margin-left:auto;
     margin-right:auto;*/

}

.row-picker  {
    margin-left:auto;
    margin-right:auto;

}

.right{
    margin-left: 5px;
}

.form-group {
    margin-bottom: 25px;
}

.align_center{
    text-align: center;
}

/*New-Style-06-02-2018*/

.service-wrap 
{
    padding-top: 50px;
}
.contact-form-wrap 
{
    max-width: 600px;
    margin: 0 auto;
    background: #0d3a6c;
    border-radius: 25px;
    padding: 10px;
}
.contact-heading
{
    font-size:45px;
    color:#8bc53f;
}
.footer-wrap 
{
    padding: 20px 0;
}
.logo img 
{
    max-width: 100%;
}
.form-control.timepicker
{
    height: 34px;
    margin-top: 0;
    width: 100%;
}
.timepicki-input
{
    height: 34px !important;
}
.locate label 
{
    font-size: 20px;
}
.locate-area 
{
    color: #a4e94a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.sel-dt-tm 
{
    padding: 10px 0;
}
.dt-tm-in 
{
    color: #a4e94a;
    font-size: 15px;
    font-weight: bold;
}
.dt-tm-in.mail 
{
    overflow-wrap: break-word;
}
.ser-pvdr-list 
{
    background: #1a2f3a;
    min-height: 160px;
    padding: 15px;
    margin: 15px 0;
    position: relative;
}
.not_available_label
{
   position: absolute;
   left: 20%;
   top: 10%;
   z-index: 999;
   
    
}
.pvdr-img 
{
    position: absolute;
}
.pvdr-img img
{
    max-width: 100%;
}
.pvdr-name 
{
    padding-left: 115px;
}

.pvdr-sel-btn .pvdr-btn,
.pvdr-sel-btn .pvdr-btn
{
    padding: 8px 30px;
    background-color: #a4e94a !important;
    color: #040a18;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    font-size:16px;
    width: 100%;
    margin-bottom: 0;
    max-width: 130px;
}
.pvdr-sel-btn .pvdr-btn:hover,
.pvdr-sel-btn .pvdr-btn:hover
{
    background-color: #92cf42 !important
}
.pvdr-name h4
{
    color: #fff;
    margin-top: 0;
}
.pvdr-name h5
{
    color: #a4e94a;
}
.pvdr-name p 
{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.bck-btn
{
    margin-top: 20px;
}
.bkng-txt 
{
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 15px;
}
.logo a 
{
    display: inline-block;
}


.vertical-alignment-helper 
{
    display: table;
    height: 100%;
    width: 100%;
}
.modal-content 
{
    margin: 50px auto !important;
}
.modal-content 
{
    width: inherit;
    height: inherit;
    margin: 0 auto;
}
.modal-header
{
    border: 0;
}
.modal-dialog 
{
    margin: 30px auto;
    width: 450px;
}
.vertical-align-center 
{
    display: table-cell;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
.bkng-img img 
{
    height: 70px;
    width: 70px;
}
.bkng-img
{
    padding: 25px 0 10px;
}
.bkng-img h4 
{
    color: #202934;
    font-size: 20px;
    font-weight: 600;
}
.sucs-msg p
{
    font-size: 15px;
    color: #202934;
    font-weight: 500;
}
.btn.dne-btn-in
{
    padding: 10px;
    background-color: #a4e94a !important;
    color: #040a18;
    border: 0;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    border-radius: 2px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.btn.dne-btn-in:hover
{
    background: #92cf42 !important;
}
.mastheadnxt.mastheadnxt-pay
{
    min-height: 790px;
}
.pay-loading-sec
{
    padding-top: 10%;
}
.pay-loading-sec img
{
    max-width: 50px;
}
.pay-loading-sec h3
{
    margin: 0px 0 20px 0;
    color: #fff;
}
.pay-loading-sec h4
{
    font-weight: normal;
    color: #fff;
}
.agree-sec label 
{
    display: inline;
}