page-builder-block{
    display: none;
}

select::-ms-expand {
  display: none;
}
select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}



#app_common_modal,
#error_handler_overlay {
  overflow: hidden;
}

#app_common_modal .app_modal_body {
  margin: 30px auto;
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
    margin: 30px auto;
  }
  #app_common_modal .app_modal_body iframe {
    min-height: 180px;
  }
}

@media screen and (min-width:320px) and (max-width:1200px) and (orientation:landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
    margin: 30px auto;
  }
  #app_common_modal .app_modal_body iframe {
    min-height: 180px;
    height: 180px;
    overflow-y: scroll;
  }
  #app_common_modal .app_modal_body,
  #error_handler_overlay .error_handler_body {
    height: auto;
  }
  .error_handler_body ul li {
    font-size: 12px;
  }
  #error_handler_overlay .error_handler_body ul {
    height: auto;
    overflow: scroll; 
  }
}

#app_common_modal_close, 
#error_handler_overlay_close { 
  display: flex;
  justify-content: center;
  align-items: center;
}
#error_handler_overlay .error_handler_body{
  margin: 30px auto;
}
html{
    -webkit-text-size-adjust: 100%;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
#loading-indicator:after,
#loading-indicator:before{
    display:none;
}
.white_box{
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-family: arial;
    font-size: 16px;
    height: 110px;
    padding:10px;
    max-width: 300px;
    width:95%;
    z-index: 1;
    text-align:center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.white_box i,
.white_box span{
    display:block;
}
.white_box img{
    max-width: 64px;
    width: 100%;
    display: inline-block;
}
@media(max-width:480px){
    .white_box span{
        font-size:14px;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#000!Important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000!Important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000!Important;
}
.cvv-image.clear{
    height: auto;
    margin-bottom: 10px;
}
#cardMonth{
    padding-right: 20px;
}





.footer_link{
    text-align: center;
    margin-bottom: 20px;
}
.footer_link a{
        display: inline-block;
    margin: 5px 0;
    font-size: 12px;
    width: auto;
        text-decoration: none;
    color: #006c7c;
}
.footer_link a:hover{color: #000;}
.footer_link p{
    display: block;
        margin-bottom: 5px;
}


 input#vip_membership{
         width: 14px;
         height: 14px;
         -webkit-appearance: checkbox;
         margin:0!important;
         margin-right:5px!important;
         }
         .package__save{
         right:0!important;
         }
         .send-btn{
         line-height:1;
         }
         label.sub_label{
         margin-bottom:0!important;
         font-size:12px!important;
         }
         /* leave popup css */
         .backdrop {
         display: block;
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.7);
         backdrop-filter: blur(5px);
         z-index: 9999;
         }
         .popup {
         display: flex;
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         margin: auto;
         max-height: 210px;
         max-width: 400px;
         width:85%;
         text-align: center;
         z-index: 99999 !important;
         color: #000;
         font-size: 18px;
         flex-direction: column;
         justify-content: center;
         }
         .popup .popup_bdy {
         background: rgb(255 255 255);
         border-radius: 4px;
         padding: 25px 5px;
         border: 1px solid #f47a30;
         position: relative;
         }
         .popup h2 {
         font-family: Arial;
         font-size: 24px;
         color: #f47a30;
         margin: 0;
         text-align: center;
         }
         .close_pop {
         font-family: Arial;
         border-radius: 20px;
         width: 20px;
         height: 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         text-decoration: none;
         position: absolute;
         right: -10px;
         top: -10px;
         background: #f47a30;
         color: #fff;
         }
         .newPrice{margin: 18px 0;margin-top: 10px;}
         .newPrice h4{font-size: 17px;}
         .newPrice h5{margin: 8px 0;font-size: 12px;}
         .newPrice h2{
         color: #0b72d1;
         font-size: 30px;
         /* color: #008000;
         font-size: 24px; */
         margin-top: 0.5rem;
         }
         .newPrice h4 span{
         color: #c70303;
         text-decoration: line-through;
         }
         .newPrice h5 span{
         color: #548f00;
         }
         .newPrice h2 span{
         font-size: 16px;
         /* font-size: 14px; */
         }
         .package__save {
         right: 10px!important;
         transform: scale(0.7);
         }
         .order_summery{
         border: 1px solid #eee;
         background: #fff;
         padding: 14px;
         }
         .summery_row {
         display: flex;
         justify-content: space-between;
         padding: 13px;
         border-bottom: dotted 1px #ccc;
         }
         .order_summery h4{
         padding: 10px;
         border-bottom: 1px solid #d9d9d9;
         font-size: 18px;
         }
         .summery_row .sum-left{}
         .summery_row .sum-right{} 
         p.sum-right span{
         color: #268012;
         font-weight: 600;
         }