/*Sohail CSS*/

.modal_box1{background-color: #fff;max-width: 350px;width: 100%;margin: 40px auto 0px;border-radius: 20px;position: fixed;top: 0;left: 50%;transform: translate(-50%, 0%);z-index: 3;display: none} 
.modal_box1:before{content: "";display: block;width: 100%;height: 100%;border-radius: 20px;position: absolute;z-index: -1;box-shadow: 0px 0px 0px 1500px #00000094}
.modal_box1 .modal_header{padding: 16px;border-bottom: 1px solid #dee2e6;text-align: center}
.modal_box1 .modal_header .title p{color: #13679e;font-size: 18px;font-weight: 500;text-align: center;margin: 0px}
.modal_box1 .modal_header .close_modal{background-color: #fff;color: #000;border:1px solid #fff;border-radius: 100px;font-size: 22px;width: 30px; height:30px;position: absolute;top: 0;right: 3px;cursor: pointer}
.modal_box1 .modal_header .close_modal span{display: block;margin-top: -5px}
.modal_box1 .modal_header .close_modal:hover{background-color: #ff0000;color: #fff;}
.modal_box1 .modal_body .form_control{display: block;width: 100%;font-size: 16px;border: 0px;border-bottom: 1px solid #b1bfcd;box-shadow: none;margin-bottom: 16px;outline: none;padding: 7px 12px;font-family: system-ui}
.modal_box1 .modal_body .form_control::placeholder{font-size: 14px;color:#111;}
.modal_box1 .modal_body select.form_control{font-size: 14px}
.modal_box1 .email_alert_text{font-size: 12px;color: #D82500;position: absolute;top: 38px;left:12px;display: none}
.modal_box1 .alert_text{font-size: 12px;color: #D82500;position: absolute;top: 38px;left:12px;display: none}
.modal_box1 .message_alert{font-size: 12px;color: #D82500;position: absolute;top: 58px;left:12px;display: none}
.modal_box1 .required_num{font-size: 12px;color: #D82500;position: absolute;top: 38px;left:12px;display: none}
.modal_box1 .comman_red_btn{background-color:#E67D2A;color:#fff;border: 1px solid #E67D2A;border-radius:100px;padding:12px 0px;width:100%;font-size: 16px;cursor: pointer}
.modal_box1 .comman_red_btn1{background-color:#ffd44d;color:#0f1111;border: 1px solid #ffd44d;border-radius:100px;padding:12px 0px;width:100%;font-size: 16px;cursor: pointer}
.modal_box1 .terms_text{font-size: 11px;text-align: center;margin: 6px 0px 0px;}
.modal_box1 .terms_text a{color: #13679e}


/*Footer*/
footer{background: #f4f4f4}
.footer_row1{border-bottom: 1px solid #dee2e6}
.select_location select{width:100%;font-size:16px;appearance: auto;color: #495057;padding: 8px 12px;border-radius: 4px;font-weight: 400;border: 1px solid #ced4da;outline: none}
.border_right_left {border-right: 1px solid #dee2e6;border-left: 1px solid #dee2e6}
.contact_para{color:#333}
.contact_para a{color:#3a3939}
.contact_para a:hover{color:#0667ac}
address{font-style: normal;margin-bottom: 16px}
.footer_logo img{filter: grayscale(1)}
.footer_links .footer_pagelinks a{padding: 0px 14px;font-size: 13px;color: #3a3939}
.footer_links .footer_pagelinks_3 a{padding: 5px 8px}
.footer_links .footer_pagelinks a.ps_10{padding-left: 10px}
.footer_links .footer_pagelinks a:hover{color:#0667ac}
footer.footer_copy_Right{background: #eaeaea}
.move_top{width: 40px;height: 40px;background:#aeb3be;color:#fff;padding: 4px;border-radius: 4px;border:none;position: fixed;bottom: 150px;right: 30px;opacity: 0;cursor: pointer;transition: all ease .3s;outline: none}
.move_top:hover{background-color: #91949b;transform: translateY(-5px)}
.move_top svg{vertical-align: middle;font-size: 16px}
.opacity_1{opacity: 1}