.checkout_form_wrap{
    position: sticky;
    top: 20px;
}
.checkout_form_header h6{
    font-size: 14px;
    font-weight: 500;
    color: var(--orange);
}
.checkout_form_header h3{
    font-size: 20px;
    font-weight: 700;
}
.checkout_form_header p{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}



/* Package Sec CSS */
.package_box{
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
}
.package_box.selected{
    border: 2px solid #2693ff;
}
.package_box .box_top h4{
    font-size: 16px;
    font-weight: 700;
}
.package_box .box_top h6{
    font-size: 12px;
    font-weight: 60;
    color: #d97813;
}
.package_box .box_bottom p{
    font-size: 15px;
    font-weight: 400;
    color: #d64b12;
    line-height: 1;
}
.package_box .box_bottom h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}



/* Form Input CSS */
.form_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.form_box .form-control, .form_box .form-select{
    height: 54px;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px 15px;
    border: 1px solid #ccc;
}
.phone_input{
    border: 1px solid #dee2e6;
    padding: 0 0 0 10px;
    border-radius: 10px;
}
.phone_input input{
    border: none !important;
}
.phone_input input:focus{
    box-shadow: none !important;
    border: none !important;
}
input:-webkit-autofill {
  background-color: #fff;
  -webkit-text-fill-color: #000;
}
.checkout_btn{
    display: inline-block;
    background-color: #079a12;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    padding: 18px 15px;
    text-align: center;
    border: none;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.checkout_btn:hover{
    background-color: var(--navy);
    color: #fff;
}

.billing_info{
    display: none;
}

.form_box, .shipping_wrap {
    border-color: #ccc !important;
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input{
    border-color: #ccc !important;
}
.shipping_box label{
    font-size: 15px;
}
.shipping_box label strong{
    font-size: 16px;
}
.shipping_price{
    font-size: 16px;
    font-weight: 600;
}

.coupon_btn{
    position: relative;
    display: inline-block;
    background-color: #E35825;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.coupon_btn:hover{
    background-color: #111;
    color: #fff;
}


/* Total Box */
.total_box{
    border-top: 1px solid #ccc;
}
.total_heading h5{
    font-size: 18px;
    font-weight: 700;
}
.total_prods{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.total_prod_item p{
    font-size: 16px;
    font-weight: 500;
}
.grand_total{
    background-color: #f5f5f5;
    border: 1px solid #b8b8b8;
}
.grand_left h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #124c75;
    text-transform: uppercase;
    font-weight: 700;
}
.grand_right h4{
    font-size: 18px;
    line-height: 22px;
    color: #000;
}



/* Terms Box CSS */
.terms_box{
    background-color: #fff8f1;
    border: 1px solid #f0b27a;
    border-radius: 10px;
    padding: 15px;
}
.terms_box h5{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9a5a1f;
}
.terms_box p{
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #4d3b2d;
}
.terms_check{
    background-image: linear-gradient(135deg, #f28a2a, #f26a21);
    color: #fff;
    border: 1px solid #df7a1f;
    border-radius: 12px;
    box-shadow: 0 10px 18px rgba(242, 106, 33, .18);
    padding: 15px;
}
.terms_check .form-check-label{
    font-size: 14px;
    font-weight: 400;
}
.terms_check .form-check-label a{
    color: #fff;
    text-decoration: underline;
}

.ssl_box p{
    font-size: 14px;
    font-weight: 400;
}



/* Phone Country Code CSS */
#country-code {
    opacity: 0;
    width: 100px;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.iti {
    width: 100px;
    display: flex;
    align-items: center;
    height: 54px;
    position: relative;
}
.iti--container {
    z-index: 9999999;
}
.iti-loaded .iti--allow-dropdown,
.iti-loaded .iti--flag-container {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.iti__selected-dial-code {
    margin-left: 6px;
    margin-right: 6px;
    line-height: 1;
}
.iti--allow-dropdown .iti__flag {
    margin-top: 0;
}
.invalid {
    border-color: red;
}
.iti__country-list{
    z-index:999;
}
.iti--separate-dial-code .iti__selected-flag{
    background: transparent;
}



@media screen and (max-width: 1399px){
    
}

@media screen and (max-width: 1199px){

}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 575px){
    
}