/*=======payment section css start=========*/
.payment-section { padding: 80px 0 80px; }
.payment-form { display: block; margin: 0 auto; background: rgb(240, 243, 247); padding: 40px 40px 40px 65px; width: calc(100% - 385px); }
.payment-form .inuput-group { width: 100%; display: flex; flex-flow: column; justify-content: flex-end; padding: 0 0 20px; }
.payment-form form label { font-size: 16px; font-weight: 700; padding-bottom: 5px; }
.payment-form .form-control { background: #ffffff; min-height: 53px; color: #646464; font-size: 18px; border-radius: 5px; font-family: 'Gilroy-Medium'; font-weight: 500; padding: 10px 15px 10px 15px; width: 100%; outline: none; box-shadow: none; border: 1px solid #ced4da; }
.payment-form .inuput-group.checkbox_form-group { margin: 0px 0px 30px; background: #fff; padding: 16px; }
.payment-form .inuput-group.checkbox_form-group p { position: relative; padding-left: 22px; margin-bottom: 8px; line-height: 24px; }
.payment-form .inuput-group.checkbox_form-group input { margin-right: 0; position: absolute; top: 5px; left: 0; }
.payment-form .inuput-group.checkbox_form-group a, .modal_content .modal-dialog a { color: #003259; }
.payment-form .inuput-group.checkbox_form-group a:hover, .modal_content .modal-dialog a:hover { color: #003259; }
.inuput-group.paypal-btn { padding-bottom: 0px; }
.inuput-group.paypal-btn .btn { height: 100%; padding: 10px 20px; }
.modal_content .modal-header h3 { margin-bottom: 0px; }
.personal-form .form-btn { max-width: 100%; }
.personal-form .inuput-group.checkbox_form-group input { margin-right: 10px; }
.modal_content .modal-dialog { max-width: calc(1000px + 40px); padding: 0px 20px; }
.inuput-group.paypal-btn .btn:hover::after { width: 2000px; height: 2000px; }

.payment-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; max-width: 1031px; margin: 0 auto; }
.payment_left_col { text-align: center; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 20px 0px 0px; height: auto; border-radius: 0; max-width: 385px; position: relative; }
.payment_left_col figure.pay_arrow { position: absolute; top: 52px; right: -44px; margin-bottom: 0; z-index: 1; }
.payment_left_col figure.pay_arrow img { max-width: 125px; }
.payment_left_col > p { color: #79ac78; text-transform: uppercase; margin: 0px 0px 30px; }
.payment_left_col span.small_2 { font-size: 32px; }
.payment_left_col > p span { line-height: 50px; display: inline-block; font-size: 38px; font-family: "Open Sans", sans-serif; font-weight: bold; color: #025698; }
.payment_left_col span.small_1 { font-size: 35px; display: inline-block; line-height: 58px; }
.payment_left_col .bg_box { background: #025797; padding: 15px 25px; border-radius: 0; color: #fff; }
.payment_left_col .bg_box p { color: #cbdceb; margin: 0px; font-weight: bold; font-size: 15px; line-height: 25px; padding-bottom: 0px; }
.secure-payment-form tr td:first-child { min-width: 107px; font-size: 16px; font-weight: 700; padding-bottom: 2px; }
.visa-icon { padding-bottom: 15px; }
.visa-icon img { max-height: 38px; }
.payment-form button.btn.btn-primary.pb.default_button { text-transform: capitalize; font-size: 16px; }
.secure-payment-form tr { padding-bottom: 10px; display: grid; }
.checkbox-trmes { position: relative; padding-left: 22px; }
.checkbox-trmes input[type="checkbox"] { position: absolute; top: 5px; left: 0; }
.checkbox-trmes a { color: #035698; }
.checkbox-trmes a:hover { color: #000; }
.secure-payment-form button.btn.btn-primary.pb.default_button:hover::after { width: 500px; height: 180px; transform: translate(-10%, -50%); }
/*=======payment section css End=========*/
