.modal-busy {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center-busy {
    z-index: 1000;
    margin: 50px auto;
    padding: 0px;
    width: 602px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center-busy img {
    height: 600px;
    width: 600px;
}

.registration-blue-bar .btn-warning {
    background-color: #fff;
    border-color: #fff;
    color: #1c87c7;
    border-radius: 25px;
    padding: 10px 70px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

.registration-container .form-label {
    font-style: italic;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

.registration-container .form-control {
    background-color: #fff;
    border-color: #000;
    padding: 5px 10px 5px 10px;
}

#nav-tabContent .upload-file-btn {
    position: relative;
    overflow: hidden;
    background: #ffc000;
    color: #f6f6f6;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
}

#nav-tabContent .upload-file-btn input[type=file] {
    position: absolute;
    width: 100%;
    height: 165%;
    top: -25px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.modal-busy {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center-busy {
    z-index: 1000;
    margin: 50px auto;
    padding: 0px;
    width: 602px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center-busy img {
    height: 600px;
    width: 600px;
}
/* #nav_sub001 input[type=checkbox]:checked + label{
  background-color: #1c87c7!important;
  color: #fff!important;
} */

#nav_sub001 input[type=radio]:checked+label {
    background-color: #1c87c7!important;
    color: #fff!important;
}
/* #nav001 input[type=radio]:checked + label .tabs-icon-contaier{
  background-color: #1c87c7!important;
  color: #fff!important;
} */

#mapsConainer,
#pano {
    float: left;
    height: 100%;
    width: 50%;
}

.pull-left001 {
    position: absolute;
    left: 7px;
    top: 8px;
    font-size: 20px;
    border: 0;
    background: transparent;
    z-index: +10;
    cursor: pointer;
}

.pull-right001 {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 20px;
    border: 0;
    background: transparent;
    z-index: +10;
    cursor: pointer;
}

.pull-left001 i {
    padding: 10px 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #F9D342;
    color: #000;
}

.pull-right001 i {
    padding: 10px 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #F9D342;
    color: #000;
}

.pay001 {
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px!important;
    border-radius: 30px;
    margin-top: 4px;
}

@media(max-width:768px) {
    .pay001 {
        margin-top: -10px;
    }
}

.pay001:hover {
    background: #F9D342;
    color: #000;
}

#checkpay001 input[type=radio]:checked+label {
    background: #F9D342;
    color: #000;
}