.jquery-modal{
    z-index: 9999;
}
.galban_modal_main{
    /*background-image:url("../images/home/background.png"); */
    text-align: center;
    max-width: 700px !important;
    color:#094da5;
    /*border:10px solid #1a3d65; *//*#094da5*/
    padding: 60px 30px;
    font-family: OpenSans-SemiBold, sans-serif;
}
.galban_modal_main h2{
    font-family: Merriweather-Italic, sans-serif;
    font-size:40px;
    line-height: 46px;
    margin-bottom: 30px;
}
    
.galban_modal_main a.close-modal:after{
    font-size: 40px;
    content: "\f00d";
    font-family: FontAwesome;
    right: 0;
    color: #1A3D64;
    position: absolute;
    top: 0;
    z-index: 999999;
    height: 30px;
    width: 30px;
    font-weight: 500;
    line-height: 30px;
    /*-webkit-text-stroke: 6px white;*/
}
.galban_modal_main .galbani_modal_link{
    width: 240px;
    background: #1A3D64;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 6px;
    font-family: Merriweather-Italic, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 1px solid #1A3D64;
    box-shadow: 0px 0px 4px #909090;
    transition: 0.2s linear;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius:16px;
} 
.galban_modal_main .galbani_modal_link:hover{
    text-decoration:none;
    background: #fff;
    color:#1A3D64;
}
.galban_modal_footer .galbani_modal_link{
    display: inline-block;
    margin-left: 15px; /*25*/
    margin-right: 15px; /*25*/
     margin-bottom: 0;
}

.galban_select_wrap {
    border: none;
    color: #1092C9;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    width: 325px;
    margin: 30px auto 20px;
}

.galban_select_wrap::after {
    /*content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    font-size: 28px;
    color: #1A3D64;*/
        content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 1px;
    top: 2px;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 34px;
    pointer-events: none;
    font-size: 28px;
    color: #1A3D64;
    line-height: 33px;
    background: #fff;
}

.galban_select {
    padding: 5px 15px;
    background-color: white;
    border: 0;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #1A3D64;
    border-radius: 0;
    color: #094da5;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; 
}
.galban_modal_main .form-control:focus {
    border-color: #1A3D64;
    box-shadow: none;
    color:#094da5;
}

/* remove default caret for ie */
.galban_select::-ms-expand {
   display:none;
}

.galban_save_choice input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.galban_save_choice input[type=checkbox] {
  display: none;
}

.galban_save_choice input[type=checkbox] + label:before {
    content: "\2713";
    border: 0.1em solid #094da5;
    border-radius: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 0px;
    padding-bottom: 0;
    margin-right: 10px;
    color: transparent;
    transition: .2s;
    font-size: 24px;
    vertical-align: top;
    line-height: 4px;
    font-weight: bold;
    margin-top: 3.5px;
}

.galban_save_choice input[type=checkbox] + label:active:before {
  transform: scale(1);
}

.galban_save_choice input[type=checkbox]:checked + label:before {
    background-color: #fff;
    border-color: #094da5;
    color: #094da5;
}

.galban_modal_footer{
    margin-top: 20px;
}

@media(max-width:980px){
    .galban_modal_footer .galbani_modal_link {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media(max-width:767px){
    .galban_modal_footer .galbani_modal_link {
        margin-left: 7px;
        margin-right: 7px;
    }
    .galban_modal_main .galbani_modal_link {
        width: 220px;
        padding: 6px 2px;
    }
    .galban_select_wrap {
        width: 220px;
    }

}
@media(max-width:640px){
    .galban_modal_main h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .galban_modal_main {
        padding: 60px 15px;
    }
    .galban_modal_footer {
        margin-top: 0;
    }
    .galban_select_wrap {
        margin: 15px auto 20px;
    }
    .galban_modal_footer .galbani_modal_link {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media(max-width:480px){
    .galban_modal_main {
        padding: 60px 0px;
        font-size: 14px;
    }
    .galban_modal_main p br{
        display:none;
    }
    .galban_modal_main .galbani_modal_link {
        width: 200px;
        font-size: 14px;
    }
    .galban_select_wrap {
        width: 200px;
    }
    .galban_select {
        font-size: 16px;
        padding: 5px 20px 5px 10px;
    }
    .galban_select_wrap::after {
        font-size: 24px;
    }
    .galban_modal_footer .galbani_modal_link {
        margin-top: 20px;
    }
}