@charset "utf-8";
body {overflow-x: hidden; margin: 0; padding: 0; overflow-y: auto;}
.no_scroll {overflow-y: hidden !important;}
.text-justify{text-align: justify;}
a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.div_cent {display: grid; align-content: center; height: 100%;}
.brlr {border-right: 1px solid #ddd;}
.resp_ul {display: none;}

.main_heading {font-size: 36px; font-weight: 600;}
.small_heading {font-size: 24px; font-weight: 600;}
.sub_heading {font-size: 14px; font-weight: 600; letter-spacing: 2px;}
.txt_b {color: #1494bb;}
.txt_gray {color: #666;}
.txt_r {color: #dc3545;}
.txt_g {color: #17b787;}

.button_1 {background-color: #17b787; color: #fff !important; font-size: 14px; letter-spacing: 1.5px; display: inline-block; text-align: center; padding: 16px 32px; text-transform: uppercase; border-radius: 5px; border: none; opacity: 1; transition: all 0.5s;}
.button_2 {background-color: #1494bb; color: #fff !important; font-size: 14px; letter-spacing: 1.5px; display: inline-block; text-align: center; padding: 16px 32px; text-transform: uppercase; border-radius: 5px; border: none; opacity: 1; transition: all 0.5s;}
.button_3 {background-color: #fff; color: #1494bb !important; font-size: 14px; letter-spacing: 1.5px; display: inline-block; text-align: center; padding: 16px 32px; text-transform: uppercase; border-radius: 5px; border: none; opacity: 1; transition: all 0.5s;}
.button_4 {background-color: #ddd; color: #1494bb !important; font-size: 14px; letter-spacing: 1.5px; display: inline-block; text-align: center; padding: 16px 32px; text-transform: uppercase; border-radius: 5px; border: none; opacity: 1; transition: all 0.5s;}
.button_1:hover, .button_2:hover, .button_3:hover, .button_4:hover {opacity: 0.8;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}

/*/scrolar/*/
._scrollDx {overflow-y: hidden;}
._scrollDx::-webkit-scrollbar{width: 8px; overflow-y: hidden; background-color: #f1f3f6;}
._scrollDx::-webkit-scrollbar,
._scrollDx::-webkit-scrollbar-thumb {overflow:visible;}
._scrollDx::-webkit-scrollbar-thumb {border-radius: 5px; background-color: transparent;}
/* MAGIC HAPPENS HERE */
._scrollDx:hover {overflow-y: auto; -webkit-transition: all 0.5s;}
._scrollDx:hover::-webkit-scrollbar-thumb {background-color: #bbb; -webkit-transition: all 0.5s;}
._scrollDx:hover::-webkit-scrollbar {background-color: #ddd; -webkit-transition: all 0.5s;}


/*/Bg/*/
.bgc_1 {background-color: #ecf2f6;}
.bg_3 {background-color: #17b787;}
.bg_4 {background-color: #1494bb;}
.bg_img_1 {position: relative; z-index: 1; background-color: #1494bb;}
.bg_img_1:after {content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('../images/bg_1.jpg'); background-size: cover; background-attachment: fixed; opacity: 0.12; z-index: -1;}
.bg_2 {position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('../images/bg-2.jpg'); background-size: cover; background-repeat: no-repeat; z-index: -1;}

/*/Line Height/*/
.lh_1 {line-height: 15px;}
.lh_2 {line-height: 25px;}
.lh_3 {line-height: 36px;}

/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.text_lg_white {color: #fff;}

.small_heading {font-size: 14px; text-transform: uppercase; color: #666 !important; margin-bottom: 10px;}
.main_heading {font-size: 24px; font-weight: 600; margin-bottom: 20px;}
.donate_sec {height: 100vh; width: 100%; overflow-y: auto; display: grid; align-items: center; justify-content: center;}
.donate_country {padding: 15px; height: auto; text-align: center;}
.donate_country .logo {width: 200px; margin-bottom: 20px;}
.select_donate {padding: 18px 30px; font-size: 16px; color: #fff; font-weight: 500; text-decoration: none !important; text-align: center; border: none; border-radius: 3px; margin: 8px 0; cursor: pointer; opacity: 1; transition: all 0.5s;}
.back_home {color: #333; font-weight: 600; text-decoration: none !important; display: inline-block; padding: 15px; opacity: 1; transition: all 0.5s;}
.select_donate:hover {opacity: 0.8;}


/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content { overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #ff9935; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head .close_modal {padding: 15px; color: #fff; font-weight: bold;}
.new_modal .modal_head .close_modal {cursor: pointer; font-size: 30px;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.input_flex {border: 1px solid #aaa;}
.input_flex span {padding: 0 4px 0 10px;}
.input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}

.fomr_inputs input:not(input[type="checkbox"], input[type="radio"]), .fomr_inputs select, .fomr_inputs textarea {padding: 12px 15px; border: 1px solid #ddd; font-size: 15px; color: #111; margin-top: 0px !important; margin-bottom: 0 !important; height: auto; width: 100%;}
.fomr_inputs .my_input {margin-top: 14px;}
.fomr_inputs input:focus, .fomr_inputs select:focus, .fomr_inputs textarea:focus {outline: none; border: 1px solid #333 !important;}
.fomr_inputs label {margin: 0 !important; color: #666;}
.input_box_50 {display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 10px;}
.qr_code {height: 100%; width: 100%; display: grid; align-content: center; justify-items: center;}

/*/Modla Ends/*/
@media only screen and (max-width:767px) {
    .new_modal {overflow-y: auto;}
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
}