.popup-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    display: none;
    overflow-y: scroll;
    z-index: 99999;
}
.popup-container::-webkit-scrollbar {
    width: 10px;
}
.popup-container::-webkit-scrollbar-thumb {
    background: #6c6f7b;
    border-radius: 10px;
}
.popup-container::-webkit-scrollbar-track {
    position: absolute;
    right: -3rem;
    top: -50rem;
    background: transparent;
}
.popup-container::-webkit-scrollbar-thumb:hover {
    background: #0a2c46;
}
.popup-container::-webkit-scrollbar-corner {
    background: transparent;
}
.popup-container .modal-content {
    margin-top: 50px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
    border-radius: 16px;
}
@media (max-width: 1380px) {
    .popup-container .modal-content{
        max-width: 840px;
    }
}
@media (max-width: 991px) {
    .popup-container .modal-content{
          width: 95%;
    }
}
@media (max-width: 575px) {
    .popup-container .modal-content{
          margin-top: 30px;
    }
}
@media (max-width: 420px) {
    .popup-container .modal-content{
          width: 90%;
    }
}
@media(max-width:1199px){
    .popup-container .slideBox{
        display: none;
    }
}
.popup-container .content {
    position: relative;
    text-align: left;
    color: black;
    overflow: hidden;
}
.popup-container .content .background {
    width: 100%;
    border-radius: 16px 0 0 16px;
}
.popup-container .content .bottom-left {
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.popup-container .content .bottom-left h4 {
    font-family: Lato Bold;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 0;
}
.popup-container .content .bottom-left p {
    margin-bottom: 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #000000;
}
.popup-container .content .top-left {
    position: absolute;
    top: 24px;
    left: 24px;
}
.popup-container .content .top-left .logo {
    width: 170px;
}
.popup-container .formbox {
    padding: 50px;
}
@media (max-width: 1199px) {
    .popup-container .formbox {
      padding: 30px;
    }
}
.popup-container .formbox .tagline {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
}
@media (max-width: 1199px) {
    .popup-container .formbox .tagline {
      display: none;
    }
}
.popup-container .formbox .mobileLogo {
    width: 217px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .popup-container .formbox .mobileLogo {
      display: block;
    }
}
@media (max-width: 575px) {
    .popup-container .formbox .mobileLogo {
      width: 180px;
    }
}
.popup-container .formbox .miniHead {
    font-family: Lato Bold;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #222222;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .popup-container .formbox .miniHead {
      font-size: 20px;
    }
}
@media (max-width: 575px) {
    .popup-container .formbox .miniHead {
      font-size: 18px;
    }
}
.popup-container .formbox input,.popup-container .formbox Select {
    border-radius: 4px;
    border: solid 1px #c6c6c6;
    background-color: #f4f9ff;
    width: 100%;
    height: 55px;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-family: Lato Bold;
    font-size: 16px;
    font-weight: bold;
    color: #19203c;
}
@media (max-width: 1380px) {
    .popup-container .formbox input,.popup-container .formbox Select {
      height: 45px;
      padding: 10px;
    }
}
.popup-container .formbox input::-webkit-input-placeholder, 
.popup-container .formbox Select::-webkit-input-placeholder {
    font-family: Lato;
    font-weight: normal;
    color: #6c6f7b;
}
.popup-container  .formbox input:-ms-input-placeholder, 
.popup-container  .formbox Select:-ms-input-placeholder {
    font-family: Lato;
    font-weight: normal;
    color: #6c6f7b;
}
.popup-container .formbox input::-ms-input-placeholder, .popup-container .formbox Select::-ms-input-placeholder {
    font-family: Lato;
    font-weight: normal;
    color: #6c6f7b;
}
  
.popup-container .formbox input::placeholder, .popup-container .formbox Select::placeholder {
    font-family: Lato;
    font-weight: normal;
    color: #6c6f7b;
}
  
@media (max-width: 575px) {
    .popup-container .formbox input, .popup-container .formbox Select {
      font-size: 14px;
      height: 50px;
    }
}

.popup-container .formbox .login-link {
    margin-top: 10px;
    margin-bottom: 10px;
}
  
.popup-container .formbox .login-link input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 1.1px;
    border: solid 1px #6c6f7b;
    margin: 0;
}
  
.popup-container .formbox .login-link input[type="checkbox"]:checked {
    background-color: #6c6f7b;
}
@media (max-width: 1199px) {
    .popup-container .formbox .login-link input[type="checkbox"] {
      width: 15px;
      height: 15px;
    }
}
  
@media (max-width: 575px) {
    .popup-container .formbox .login-link input[type="checkbox"] {
      width: 14px;
      height: 14px;
    }
}
  
.popup-container .formbox .login-link label {
    font-family: Lato;
    font-size: 13px;
    color: #787e8c;
    margin-bottom: 0;
}
  
@media (max-width: 575px) {
    .popup-container .formbox .login-link label {
      font-size: 12px;
    }
}

.popup-container .formbox .login-link .forgot-pass {
    font-family: Lato;
    font-size: 13px;
    float: right;
    color: #787e8c;
    cursor: pointer;
  }
  
@media (max-width: 575px) {
    .popup-container .formbox .login-link .forgot-pass {
        font-size: 12px;
    }
}

.popup-container .formbox .submitBtn {
    width: 100%;
    padding: 14px 0;
    border-radius: 4px;
    border: none;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    color: #19203c;
    background-color: #ffa520;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
}
  
@media (max-width: 1380px) {
    .popup-container .formbox .submitBtn {
        font-size: 18px;
        padding: 12px 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
  
.popup-container .formbox .submitBtn[disabled] {
    background-color: rgba(255, 165, 32, 0.4);
}
  
@media (max-width: 1199px) {
    .popup-container .formbox .submitBtn {
      font-size: 17px;
      padding: 10px 0;
    }
}
  
@media (max-width: 575px) {
    .popup-container .formbox .submitBtn {
      font-size: 14px;
    }
}
  
.popup-container .formbox .already {
    margin-bottom: 0;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222222;
}
  
.popup-container .formbox .already a {
    font-weight: normal;
    color: #f09f30;
    cursor: pointer;
}
  
@media (max-width: 1199px) {
    .popup-container .formbox .already {
      font-size: 16px;
    }
}
  
@media (max-width: 575px) {
    .popup-container .formbox .already {
      font-size: 14px;
    }
}
  
.popup-container .formbox .signupBox .formInputs {
    height: 340px;
    overflow-y: scroll;
}
  
@media (max-width: 1380px) {
    .popup-container .formbox .signupBox .formInputs {
      height: 260px;
    }
}
  
.popup-container .formbox .signupBox .formInputs .mobileNum select {
    width: 30%;
}
  
@media (max-width: 575px) {
    .popup-container .formbox .signupBox .formInputs .mobileNum select {
      padding-left: 5px;
      padding-right: 5px;
    }
}
  
.popup-container .formbox .signupBox .formInputs .mobileNum input {
    width: 68%;
    float: right;
}

.popup {
    display: none;
    /*max-width: 640px;*/
    /* max-width: 480px; */
    /* width: 90%; */
    /* border-radius: 6px; */
    /* background-color: #ffffff; */
    /* border: solid 1px #e9e9e9; */
    /* padding: 6px 50px;*/
    /* padding: 20px 48px; */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 20px; */
    /* transform: translate(-50%, 0); */
}

.popup-container .formbox .error{
    font-size: 12px;
    color: #d0021b;
    margin-bottom: 10px;
    text-align: center;
}
.popup-container .close-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    opacity: 1 !important;
    position: absolute;
    z-index: 4;
    right: -12px;
    top: -12px;
}
.popup-container .close-btn img{
    width: 100%;
}

/* .popup-logo {
    text-align: center;
} */

/* .popup h2 {
    /* font-size: 24px;
    color: #000;
    text-align: center;
    padding: 10px 0 25px 0;
    padding: 5px 0 20px 0;
    margin: 0; 
}*/

.page-error {
    margin: 200px 0 0 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

#menu-item-65372 .sub-menu {
    left: -123px;

}

.form-column label {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    padding: 0 0 8px 0;
}

.form-column input {
    /*width: 430px;*/
    width: 100%;
    height: 32px;
    background-color: #ffffff;
    border: solid 1px #ededed;
    margin: 0 0 10px;
    padding: 6px;
    font-size: 14px;
    color: #000;
}

.form-column input.success {


    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 40px;
}

.form-column input.error {
    border-color: tomato;
}

.form-column button {
    /* width: 134px;
    height: 45px;
    border-radius: 2px;
    background-image: linear-gradient(140deg, #c98a37, #f4a744);
    font-size: 16px;
    color: #000; */
    /* margin: 15px auto;*/
    /* margin: 5px auto 15px;
    border: none;
    cursor: pointer;
    display: block;
    font-family: 'Lato', sans-serif; */
}

.form-column input:focus,
.form-column button:focus {
    outline: none;
    box-shadow: none;
}

.form-column .already {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.form-column .already a {
    color: #d4923b;
    text-decoration: none;
}

/*.login-page{
    padding: 90px 100px;
}*/

/*.login-page h2{
    padding-bottom: 50px;
}*/

/* Aircraft DropDown */

.aircraft-list-item {
    margin-bottom: 0 !important;
    background: #ffffff;
    border: 1px solid #fff;
}

.aircraft-list-item:hover,
.aircraft-list-item:focus,
.aircraft-list-item:active,
    {
    border: 1px solid #fff;
}

.aircraft-type-new {/*width: 180px;*/width:175px; height: 33px;display: block;padding-top: 5px;border-bottom: solid 2px #f8f8f8;font-size: 14px;color: rgba(0, 0, 0, .8)!important;margin-bottom: 5px;font-size: 14px;font-family: Lato, sans-serif;text-decoration: none;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-right: 30px;outline: none; cursor: pointer;}

a.aircraft-type-new:hover, a.aircraft-type-new:active, a.aircraft-type-new:focus {color: rgba(0, 0, 0, .8) !important;text-decoration: none;outline: none;}

.aircraft-type-new.error {
    /* border-bottom: 2px solid #f00 !important; */
}

.error-label-aircraft {
    color: #f00 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: Lato, sans-serif;
    position: relative;
    top: -2px;
    left: 0px;
}

.aircraft-drop {
    padding: 10px 0 10px 10px !important;
    top: 32px;
    left: 0;
    width: 210px;
    z-index: 99;
    max-height: 350px;
    overflow-y: auto;
}

.aircraft-items {
    color: rgba(0, 0, 0, 0.8);
    padding: 3px 1em 3px .4em;
    border: 1px solid #fff;
}

.aircraft-items:hover,
.aircraft-items:focus,
.aircraft-items:active {
    color: #ffffff;
    background-color: #007fff;
    border: 1px solid #0059ff;
    outline: none;
    cursor: pointer;
}

/* end aircraft type */

/* Multileg */
/* .tab-height-multileg{
    max-height: 310px;
    overflow-y: auto;
} */
.custom-scrollbar{
    /*max-height: 200px;*/
    overflow-y: auto;
    width: 100%;
}
/*  */

.login-link {
    /*padding: 10px 0 50px;*/
    /* padding: 10px 0 28px; */
}

.login-link .forgot-pass {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    float: right;
    text-decoration: none;
}

.login-link .check {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.login-link .check+label {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
}

.login-link .check+label::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #efa342;
    border-radius: 2px;
    position: absolute;
    left: 3px;
    top: 0px;
    z-index: 1;
}

.login-link .check+label::before {
    content: "";
    width: 10px;
    height: 7px;
    background: none;
    border: solid 2px transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-50deg);
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 2;
    display: none;
}

.login-link .check:checked+label::before {
    display: block;
}

/*.sm-popup{
    max-width: 445px;
    padding: 45px 30px 55px;
}
.sm-popup .form-column{
    padding: 0 40px;
}
.sm-popup .form-column .input{
    width: 290px;
}*/

.sm-popup .form-column button {
    width: 173px;
    margin-bottom: 30px;
}

.forgot-page h2 {
    /* padding-bottom: 20px; */
}

.forgot-page .head-discription {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 17px;
    /*padding: 0 0 40px;*/
    padding: 0 0 24px;
}

.reset-page h2 {
    /* padding-bottom: 35px; */
}

.change-pass-page .form-column button {
    width: 110px;
    display: inline-block;
    margin: 0 8px;
}

.change-pass-page .form-column button.cancel-btn {
    border: solid 1px #e8e8e8;
    background: #fff;
    color: rgba(0, 0, 0, .6);
}

.change-pass-page .btn-column {
    text-align: center;
    padding: 10px 0 0 0;
}

.profile-column {
    padding: 110px 0 0 0;
    margin-top: 10%;
}

.profile-content {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}

.profile-column .profile-pic {
    width: 182px;
    height: 182px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.09);
    position: relative;
}

.profile-column .profile-pic img {
    max-width: 100%;
    border-radius: 50%;
}

.wh-182 {
    width: 182px;
    height: 182px;
}

.profile-column .profile-pic .pic-edit {
    width: 61px;
    height: 61px;
    background-image: linear-gradient(164deg, #c98a37, #f4a744);
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: 3px;
    text-align: center;
    line-height: 71px;
    cursor: pointer;
    overflow: hidden;
}

.profile-column .profile-pic .pic-edit img {
    margin-top: -15px;
    border-radius: 0;
    outline: none;
}

.profile-column .profile-pic .pic-edit input {
    width: 61px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.profile-column .user-name {
    font-size: 28px;
    color: #000;
    text-align: center;
    padding: 22px 0 55px;
}

.profile-column .user-name span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0 0 0;
}

.user-info {
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 21px 26px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #e2e2e2;
    margin: 0 0 50px;
    padding: 30px;
}

.user-info .form-column label {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    padding-bottom: 3px;
}

.user-info .form-column input,
.user-info .form-column select {
    width: 100%;
    font-size: 18px;
    color: rgba(0, 0, 0, .9);
    font-weight: bold;
    padding: 0;
    margin: 0 0 37px;
    border: solid 1px transparent;
    border-bottom:1px solid#eaeaea!important;
    font-family: 'Lato', sans-serif;
    border-radius: 2px;
}

.profile-column h2 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, .8);
    margin: 0;
    padding: 0 0 17px 10px;
}

.setting-column li {
    list-style-type: none;
    font-size: 18px;
    color: #000;
    padding: 33px 0 0;
}

.setting-column li:first-child {
    padding: 0;
}

.setting-column li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.setting-column li a:hover {
    text-decoration: underline;
}

.profile-column .pro-btn {
    width: 134px;
    height: 45px;
    border-radius: 2px;
    background-image: linear-gradient(140deg, #c98a37, #f4a744);
    font-size: 16px;
    color: #000;
    border: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.profile-column .pro-btn:focus {
    outline: none;
    box-shadow: none;
}

.profile-column .pro-btn.pro-white-btn {
    border: solid 1px #e8e8e8;
    background: #fff;
    color: rgba(0, 0, 0, .6);
}

.profile-column .edit-btn {
    width: 120px;
    height: 35px;
    float: right;
}

.profile-btns {
    padding: 10px 0 50px 12px;
    display: none;
}

.profile-btns .pro-btn {
    margin-right: 15px;
}

.profile-column.editable h2,
.profile-column.editable .setting-column,
.profile-column.editable .edit-btn {
    display: none;
}

.profile-column.editable .profile-btns {
    display: block;
}

.profile-column.editable .user-info .form-column input,
.profile-column.editable .user-info .form-column select {
    border-color: #eaeaea;
    padding: 12px;
    height: 52px;
}

.profile-column.editable .user-info .form-column input:focus,
.profile-column.editable .user-info .form-column select:focus {
    border-color: #f4a744;
    border-bottom-color: #f4a744!important;
}

.profile-column.editable .user-info .form-column label {
    padding-bottom: 10px;
}

.wallet-column {
    max-width: 1130px;
    margin: 0 auto;
}

.wallet-pair {
    box-shadow:rgba(0, 0, 0, .1) 0px 2px 4px;
    background-color:#f5f5f5;
}

.wallet-pair .wallet-top {
    background:none;
    margin-left:0;
    margin-right:0;

}


.wallet-column .wallet-top {
    text-align: center;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wallet-top h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    color: #f0a442;
    margin: 15px 0px 35px;
    padding: 0 0 9px;
}

.wallet-top .price-col {
    font-size: 16px;
    color: #313131;
    padding: 15px 0 0 0;
}

.wallet-top .price-col span {
    margin-bottom: 20px;
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #f0a442;
    padding: 0;
}

.wallet-top .add-btn {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 15px 0;
}
.wallet-top .add-btn .add-btn-span-one {
    z-index: 1;
    border-radius: 2px;
    background-color: #f0a442;
    border: none;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    padding: 0px 15px;
    margin: 15px 0 0 0;
    position: relative;
    height: 42px;
    line-height: 42px;
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 0px;
    letter-spacing: .5px;
    display: block;
}
.wallet-top .add-btn .add-btn-span-one:hover {
    background-color: #f0a442;
    font-size: 14px;
}

.wallet-table {
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin-top: 50px;
}

.wallet-table th {
    height: 35px;
    background-color: #f0a442;
    border: none;
    border-bottom: solid 1px #f0a442;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.wallet-table tr td {
    font-size: 14px;
    color: #808080;
    border-bottom: solid 1px rgba(151, 151, 151, .1);
    padding: 33px 0;
}

.wallet-table tr th:first-child,
.wallet-table tr td:first-child {
    padding-left: 40px;
}

.wallet-table tr td .detail {
    color: rgba(0, 0, 0, .7);
}

.wallet-table tr td .detail span {
    font-size: 18px;
    line-height: 20px;
    color: rgba(0,0,0,0.7);
    font-weight: 700;
    display: block;
    padding: 0;
}

.wallet-table tr td.success {
    color: #21d352;
}

.wallet-table tr td.failure {
    color: #ec4e4e;
}

.popup a {
    cursor: pointer;
}

/* .popup {
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in;
} */

.popup.active {
    display: block;
}

.popup-container.active {
    display: block;
}

/* modal changes */

.set-X-icon {
    position: relative;
    top: -22px;
    right: 2px;
    color: #000;
    opacity: 0.5;
    outline: none;
    border: none;
}

.set-X-icon:hover,
.set-X-icon:active,
.set-X-icon:focus {
    color: #000;
    opacity: 0.8;
    background: transparent !important;
    position: relative !important;
    top: -22px !important;
    right: 2px !important;
    outline: none !important;
    border: none !important;
}
.camera-outline{
    outline: none;
}
.camera-outline:hover, .camera-outline:focus, .camera-outline:active{
    outline: none;
}

/* Crop Avtar */
.crop-avtar-box{
    padding: 0!important;
}
.image-box-up{
    background: #e1e1e1;
    width: 300px;
    padding: 30px;
    height: 300px;
}
.mt-5{
    margin-top: 5px;
}
.set-panel-custom{
    margin-bottom: 0!important;
    padding-left: 15px;
}
.prof-pics-mod {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -52%);
    -webkit-transform: translate(-52%, -52%);
    -moz-transform: translate(-52%, -52%);
    -ms-transform: translate(-52%, -52%);
}
.upload-img-btn{
    float: right;
    margin-top: 20px;
    margin-right: 45px;
}

/*  */

/*Edit Profile Select*/
.bg-none-select{
    background: none;
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
}
/**/


/*New Css*/

/* .login-page .form-column input,
.singup-pup .form-column input,
.forgot-page .form-column input {
    margin-bottom: 18px;
} */

/* .login-page .form-column label,
.singup-pup .form-column label,
.forgot-page .form-column label {
    padding-bottom: 0;
} */

.response-waiting {
    width: 88px;
    height: 16px;
    display: block;
    margin: 0px auto;
    text-align: center;
    -webkit-animation: colorchange 1s infinite alternate;
    -moz-animation: colorchange 1s infinite alternate;
    -ms-animation: colorchange 1s infinite alternate;
    -o-animation: colorchange 1s infinite alternate;
    animation: colorchange 1s infinite alternate;
}

/* KeyFrames */

@-webkit-keyframes colorchange {
    0% {
        opacity: 1;
        color: green;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        color: red;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.getQuote_pp {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
}
#quote-popup{
    max-width: 1010px;
}

.getQuote_pp .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 40%;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* end keyframe */

/* my wallet starts */
.wallet-wrap{ 
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.wallet-submit-wrap {
    display: none;
    flex-direction: column;
    width: 480px;
    margin: 50px auto 0;
}
.wallet-submit-wrap.wallet-submit-wrap-open{
    display: flex;
}
.wallet-submit-wrap input {
    margin: 0 0px 15px 0;
    padding: 0px 6px;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
    text-align: center;
}
.wallet-submit-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .wallet-submit-wrap input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .wallet-submit-wrap input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .wallet-submit-wrap input:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
  }
.wallet-submit-wrap .wallet-submit-btn {
    margin: 0 auto;
    padding: 0px 25px;
    border-radius: 2px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    letter-spacing: .5px;
    border: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
    background-color: #f0a442;
    width: 130px;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 0px;
}
.wallet-submit-wrap .wallet-submit-btn:hover {
    font-size: 14px;
    background-color: #f0a442;
    background: #f0a442;
}
.wallet-top {
    background-color: #f5f5f5;
    padding: 3rem 5rem;
    border-radius: 4px;
    margin: 0 10px;
}
.wallet-top h2 {
    position: relative;
}
.wallet-top h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background-color: #f0a442;
}
.wallet-top h2 span {
    font-weight: 600;
    color: #808080;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}
/* my wallet ends */

.btn2 {
    width: 85px;
    height: 73px;
    border-radius: 2px;
    background-image: linear-gradient(140deg, #c98a37, #f4a744);
    font-size: 17px;
    color: #000;
    line-height: 23px;
    float: left;
    margin: 20px;
    padding:13px;
    cursor: pointer;
    border: none
}


/* Media Query */

@media (min-width: 992px) {
    .modal-custom-set {
        width: 1080px;
        transform: translate(-50%, -60%) !important;
        -webkit-transform: translate(-50%, -60%) !important;
        -moz-transform: translate(-50%, -60%) !important;
        -ms-transform: translate(-50%, -60%) !important;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

@media only screen and (max-width: 767px) {
    /* .popup {
        padding: 35px 50px;
    } */
    .form-column input,
    .sm-popup .form-column .input {
        width: 100%;
    }
    .sm-popup .form-column {
        padding: 0;
    }
    .aircraft-type-new {
        width: 100%;
    }
    .aircraft-drop {
        width: 100%;
    }

    .wallet-wrap{
        margin-top: 105px;
        margin-bottom: 15px;
    }
    .wallet-wrap .wallet-top {
        margin-bottom: 20px;
    }
    .wallet-submit-wrap {
        width: 80%;
        margin: 20px auto;
    }
    .wallet-table {
        margin-bottom: 20px;
    }
    .wallet-table th {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .wallet-table tr th:first-child, .wallet-table tr td:first-child {
        padding-left: 15px;
    }
    .wallet-table tr td {
        padding: 15px 0;
    }
}
@media only screen and (max-width: 575px) {
    .wallet-wrap{
        flex-direction: column;
    }
}
@media only screen and (max-width: 360px) {
    .wallet-submit-wrap {
        width: 100%;
    }
    .wallet-table tr th:first-child, .wallet-table tr td:first-child {
        padding-left: 5px;
    }
}
/* end media query */


/*New Css*/
.wallet-add {
    display:none;
    padding: 0 0 18px 0;
}
.wallet-add-table {
    width:100%;

}
.wallet-add-table tr td {
    vertical-align:top;
    box-sizing:border-box;
    border:0;
}
.wallet-add-table tr td:first-child {
    width:72%;
}
.wallet-add-table tr td:last-child {
    width:28%;
    text-align:left;
}

.wallet-pair .add-btn {
    margin:32px 0;
    font-size: 15px;
    font-weight: bold;
    padding:10px 15px;
}
.wallet-pair .new-btn, .wallet-pair .new-btn:hover, .wallet-pair .new-btn:visited, .wallet-pair .new-btn:active, .wallet-pair .new-btn:focus {
    border-radius:2px;
    background:linear-gradient(122deg, #c98a37, #f4a744);
    border: none;
    font-weight: 900;
    color: #fff;
    text-transform:uppercase;
    box-shadow: rgba(0, 0, 0, .2) 0px 4px 4px;
    cursor: pointer;
}

.show-api-loader {
	position:fixed;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
	display:none;
}
.show-api-loader .loader-img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:300px;
    height:300px;
    z-index:99;
    display:inline-block;
}

/* .form-field-group {
    margin: 15px -25px 15px 0;
    padding-right:15px;
    overflow-y:auto;
    max-height:420px
} */

/* .form-field-group select.input {
    width:100%;
    margin-bottom:18px;
    background-color: #ffffff;
    border: solid 1px #ededed;
    padding: 6px;
    font-size: 13px;
    color: #000;
    height: 30px;
}
.form-field-group select.input:focus {
    outline:0;
} */

.form-field-group .labelhide, .form-field-group .labelhide + .input, 
.form-field-group .labelhide, .form-field-group .labelhide + .input {
    display:none;
} 

.res-wallet {
    margin-top:10%
}


@media all and (max-width:767px) {

    .res-profile .profile-pic {
        width: 140px;
        height: 140px;
    }
    .res-profile .wh-182 {
        width: 140px;
        height: 140px;
    }
    .res-profile .profile-pic .pic-edit {
        width: 40px;
        height: 40px;
        line-height:32px;
        padding:10px;
    }
    .res-profile .user-name {
        padding: 10px 0 16px;
        font-size:22px;
    }
    .res-profile .user-info {
        padding:15px;
        margin: 0 0 24px;
    }
    .res-profile .edit-btn {
        margin-bottom:20px;
    }
    .res-profile .user-info .form-column label {
        font-size:13px;
        margin-bottom:0;
    }
    .res-profile .user-info .form-column input, .res-profile .user-info .form-column select {
        font-size:15px;
        margin: 0 0 24px;
    }
    .res-profile .profile-column h2 {
        font-size: 18px;
    }
    .res-profile .setting-column li {
        font-size:16px;
        padding: 16px 0 0;
    }
    .res-profile .profile-btns {
        padding-left:0;
    }
    .res-profile .profile-btns .pro-btn {
        width: 100%;
        display: block;
    } 
    .res-profile .profile-btns #save-btn {
        margin-bottom:20px;
    }



    .res-wallet {
        margin-top:68px;
    }
    .res-wallet .wallet-top {
        padding:10px 15px 30px; 
    }
    .res-wallet .wallet-top h2 {
        font-size: 20px;
        margin-bottom:20px;
    }
    .res-wallet .wallet-top .price-col {
        font-size: 14px;
        padding: 15px 0 0 0;
    }
    .res-wallet .wallet-top .price-col span {
        margin-bottom: 14px;
        font-size: 24px;
    }
    .res-wallet-table {
        overflow-x: auto;
        margin-bottom:20px;
    }
    .res-wallet-table .wallet-table {
        margin-top: 20px;
        width: 100%;
        min-width: 991px;
        margin-bottom:16px;
    }
    .res-wallet-table .wallet-table th, .wallet-table td {
        font-size:14px;
    }
}

/*
     FILE ARCHIVED ON 12:57:30 Aug 04, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:37:54 Jun 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.638
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.015
  esindex: 0.013
  cdx.remote: 34.738
  LoadShardBlock: 558.612 (3)
  PetaboxLoader3.datanode: 465.676 (6)
  PetaboxLoader3.resolve: 376.452 (3)
  load_resource: 426.717 (2)
  loaddict: 94.069
*/