.open_navbar {
    padding: 6.5px 9px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0 , 0.85);
    position: fixed;
    top: 10px;
    right: .5%;
    z-index: 10;
    border: unset;
    color: #fff!important;
    font-size: 70%!important;
    cursor: pointer
}
.nav1{
    width: 18px;
    height: 2.5px;
    background-color: white;
    margin: 3.5px 0;
}
.nav2{
    width: 9px;
    height: 2.5px;
    background-color: white;
    margin: 3.5px 0;
}

.contact_button {
    font-size: 36px!important;
    position: fixed;
    top: 50px;
    right: .5%;
    z-index: 10;
    color: rgba(0, 0, 0, .85);
    cursor: pointer
}

.nav_close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 15000;
    font-size: 200%!important;
    color: rgb(175, 175, 175);
    cursor: pointer
}

.contact_close {
    position: absolute;
    top: 1.5%;
    right: .5%;
    cursor: pointer;
    font-size: 250%!important;
    z-index: 1000000;
    border-radius: 50%
}

.navbar_container {
    position: fixed;
    top: 0;
    right: -210px;
    z-index: 1000;
    background-color: #fff;
    height: 100%;
    width: 200px;
    box-shadow: 0px 0px 1px 2px rgba(8, 8, 8, 0.308)
}

.nav_image {
    width: 55%;
    position: absolute;
    bottom: 1vh;
    right: 5%;
}

.nav-Heading{
    font-size: 14px;
    font-weight: 600;
}

.nav_list a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1f4d78;
    font-weight: 600;
}

.nav_list a:hover {
    text-decoration: none;
    transition: .2s;
    color: black;
    font-weight: 600;

}

.list-group .active{
      background-color: #105391;
      color: white;
}

.contact_us_container {
    position: fixed;
    top: 1vh;
    right: -305px;
    width: 300px;
    height: 98vh;
    background-color: whitesmoke;
    z-index: 10;
    padding: 15px 20px;
    box-shadow: 0px 0px 0px 2px rgba(8, 8, 8, 0.274)
}
.border-0{
    border: unset !important;
}

.contact_close {
    background-color: #fff!important
}

.contact_header {
    color: #1f4d78;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif
}


.close_contactform {
    position: absolute;
    top: .5%;
    right: .5%;
    z-index: 15;
    font-size: 300%!important;
}

.contact_us_input {
    height: 24px;
    font-size: 12px !important;
}

.menu-input{
    height: 26px;
    font-size: 12.5px;
    width: 100%;
    padding: 0 5px;
    border-radius: 3px;
}
.menu-input:focus{
    border: 0.4px solid #1f4d78;
    /* box-shadow: 0.25px 0.25px 0.5px 1px #1f4d7886; */
}

.contact_us_heading {
    font-size: 12px;
    color: #1f4d78;
    font-weight: 600;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.contact_us_input_submit {
    font-size: 13px !important;
    width: 100%;
}

.contact_recapcha {
    margin: 3% 0 0 10%
}

.select_option {
    margin-top: 10px;
}

.check_title {
    font-size: 12.5px;
    color: #1f4d78;
}
.select_mode {
    height: 30px;
    padding: 7px 10px;
    width: 100%;
    margin-top: 1%;}