@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
body{
    font:300 14px/20px 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #f0f5f6;
    padding: 10px;
}
.spacing15{
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
}
.spacing30{
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
#wpr-index-frm{
    width: 100%;
    position: relative;
}
h1,h2,h3{
    font-family: 'Montserrat', sans-serif;
    color: #313332;
}
h2{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.wpr_txt_conten .error{
    color:    red;
    font-size: 0.8rem;
}
.wpr_txt_conten label.error{
    display: block;
    position: relative;
    text-align: left;
    margin-top: -18px;
}
.wpr_txt_conten label#payment_option-error{
    display: block;
    position: absolute;
    margin-top: -66px!important;
}
.wpr-box-content{
    position: relative;
    background: #FFF;
    box-shadow: 0 8px 24px rgb(231 235 237 / 60%);
    padding: 30px;
    max-width: 650px;
    height: auto;
    margin: 35px auto 0;
}
.wrp_button_content, .wpr_txt_conten, .card, .powered, .txtCenter{
    text-align: center;
}
.pt1{
    padding-top: 60px;
    font-size: 16px;
}
.powered{font-size: 10px;}
.logo2{
    width: 120px;
}
.logo{
    width: 120px;
}
.wpr__estc__logo{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom:30px;
}
.wpr__estc__logo2{
    position: relative;
    margin-bottom:30px;
    width: 100%;
}
.Zbtn:focus, .ZbtnDonate:focus, .Zbtn.is-checked:focus{
    box-shadow: 2px 2px 6px rgb(80 130 228 / 30%);
}
.Zbtn, .ZbtnDonate{
    border: none;
    padding: 10px 18px;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.Zbtn.color5, .Zbtn.color10{
    background: #e8eae7;
}
.Zbtn.color100, .Zbtn.color20{
    background: #c7c7c7;
}
.Zbtn.color200, .Zbtn.color50{
    background: #adadad;
}
.Zbtn.color300, .Zbtn.color80{
    background: #7a7a7a;
}
.Zbtn.color500, .Zbtn.color100{
    background: #545454;
}
.Zbtn.is-checked, .ZbtnDonate{
    color: #FFF;
    background-image: -webkit-gradient(linear,left top,right top,from(#5082e4),to(#52bcf8));
    background-image: linear-gradient( 
90deg,#aa1d53,#aa1d92);
}
.Zbtn.is-checked{
    box-shadow: 2px 2px 6px rgb(80 130 228 / 30%);
}
.wpr__amount{
    position: relative;
}
.usd__sign{
    position: absolute;
    top: 16px;
    right: 15px;
}
.txtStyle,.formElement-field{
    padding: 0 16px;
    height: 52px;
    border: 1px solid #e6ebec;
    width: 100%;
    margin-bottom: 21px;
    font-weight: 500; font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
}
.txtStyle:focus-within,.formElement-field:focus-within{
    outline: none;
    border: 1px solid #52bcf8;
    box-shadow: 0 12px 24px 0 #eef6f9;
}
.txtConfirm{
    color: #313332;
}
.bgTxtTotal{
    background: #FFF;
    display: inline;
    padding: 10px;
    border-radius: 4px;
}
table.estTable, table.estTable th, table.estTable td{
    border-collapse:collapse;
}
table.estTable td{padding: 5px;}

.wrp_info_content{
    text-align: left;
}
.margin-l0{
    margin-left: 0!important;
}
.actionBtn-gateway{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 32px;
}
label.paymentOption{
    font:normal 12px/20px 'Arial' !important;
    display: inline-block;
    margin-bottom: -0.1rem;
    cursor: pointer;
}
img.cardType{
    width: 50px;
    vertical-align: middle;
    border-style: none;
}
.bundleCard{
    width: 75px;
    margin-top: 10px;
    position: absolute;
    object-fit: contain;
    bottom: -16px;
    left: 10px;
}
span.detailCard001{
    color: #055e7c;
    padding-left: 7px;
    position: relative;
    font-size: 18px;
    top: -6px;
}
span.detailCard002{
    color: #055e7c;
    padding-left: 7px;
    position: relative;
    display: inline-block;
    top: 9px;
    width: 163px;
}
span.detailCard003{
    font-size: 11px;
    position: relative;
    bottom: 0px;
    width: 90%;
    margin-top: 0px;
    display: inline-block;
}
.titleCard{
    font-size: 18px;
    position: relative;
    top: 6px;
}
.wpr_payment_option{
    text-align: left;
    font:normal 12px/20px 'Arial' !important;
}

/* ++++++  Form Control  ++++++ */
select.Dropdown-field {
    color: #7d7d7d;
  }
  option:not(:first-of-type) {
    color: black;
  }
  .Dropdown, .TextInput{
    position: relative;
  }
  .Dropdown:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    top: 19px;
    right: 0;
    pointer-events: none;
  }
  .Dropdown .formElement-field {
    padding-right: 13px;
  }
  .formElement {
    margin: 15px 0;
    padding-bottom: 15px;
  }
  .formElement-field{
    width: 100%;
    height: 46px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid currentColor;
    padding: .5em 0;
    color: #000;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .ty-b2 {
    font-style: normal;
    letter-spacing: .02778em;
    line-height: 1.5em;
  }
  .TextInput-field:invalid, .TextInput-field:required {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ty-c4 {
    font-style: normal;
    font-size: .625rem;
    letter-spacing: .3em;
    line-height: 1.3em;
    text-transform: uppercase;
  }
  .formElement-label {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .formElement--focusAlways, 
  .TextInput-field--labelOn+.formElement-label, 
  .TextInput-field--readOnly+.formElement-label:not(.formElement-label--hidden), 
  .TextInput-field.formElement-field--filled+.formElement-label,
  .TextInput-field.formElement-field--filled+label+.formElement-label,
  .TextInput-field:focus+label+.formElement-label,
  .TextInput-field:focus+.formElement-label{
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  .TextInput-field::-webkit-input-placeholder {
    opacity: 1;
    color: #7d7d7d;
    -webkit-transition: 1s ease;
    transition: 1s ease
  }
  
  .TextInput-field::-moz-placeholder {
    opacity: 1;
    color: #7d7d7d;
    -webkit-transition: 1s ease;
    transition: 1s ease
  }
  
  .TextInput-field::-ms-input-placeholder {
    opacity: 1;
    color: #7d7d7d;
    -webkit-transition: 1s ease;
    transition: 1s ease
  }
  
  .TextInput-field::placeholder {
    opacity: 1;
    color: #7d7d7d;
    -webkit-transition: 1s ease;
    transition: 1s ease
  }
  
  .TextInput-field:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  
  .TextInput-field:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  
  .TextInput-field:focus::-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  
  .TextInput-field:focus::placeholder {
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  
  .ContactForm-PrimaryPhone .Checkbox-decoration {
    width: 15px;
    height: 15px;
  }
  
  .Checkbox-input {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(1px);
    clip-path: inset(1px);
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
  }
  
  .Checkbox-decoration {
    display: block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    line-height: 1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
  }
  .Checkbox-label{
    position: absolute;
    top: 0;
    left: 21px;
  }
  .ContactForm-PrimaryPhone .Checkbox-decoration:before {
    top: 0;
    left: 1px;
  }
  .Checkbox-decoration:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    text-transform: none;
    position: absolute;
    font-size: 12px;
    top: 3px;
    left: 3px;
    opacity: 0;
    color: #fff;
    speak: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .Checkbox-decoration:lang(ar) {
    margin-right: 0;
    margin-left: 10px
  }
  .Checkbox-input:checked~.Checkbox-decoration:before {
    opacity: 1
  }
  .Checkbox-input:checked~.Checkbox-decoration {
    background-color: #000
  }
    
  .Checkbox-input:disabled~.Checkbox-decoration {
  opacity: .4
  }
  .Checkbox-input:disabled~.Checkbox-label {
    opacity: .4
    }
  .Checkbox-input:focus~.Checkbox-decoration {
  outline: 1px solid #000;
  outline: 3px auto -webkit-focus-ring-color
  }
  .ContactForm-PrimaryPhone {
    font-weight: 200;
    font-style: normal;
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.25em;
    padding-bottom: 40px;
    position: relative;
    margin-top: 12px;
  }
  .TextareaField {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 15px
    }
    
    .TextareaField-field {
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    min-height: 200px;
    width: 100%;
    padding: 25px 20px
    }


/* ###### Preaking point ###### */
/* ###### Extra small devices (portrait phones, less than 576px) ####### */
@media (max-width: 575.98px) {
    .wpr-box-content{
        margin: 0 auto 0;
    }
    .wpr-box-content {
        padding:15px;   
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .wpr-box-content{
        margin: 0 auto 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {


}
