/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

/*homepage css*/
.header{
    min-height: 10vh;
    vertical-align: middle;
    padding: 30px 0;
    position: sticky;
    background: white;
    top:0px;
    z-index: 1;
}

section.header .row {
    align-items: center;
}
.logged-in p.gravity-form-text, .logged-in .form-box a{ 
    display: none;
}
.form-box p img {
    padding-bottom: 25px;
    padding-top: 24px;
}
.form-box p {
    color: #000000;
    font-size: 15px;
}
.iconbox{
    min-height:80vh;
    text-align: center;
    background-color: #f7f7f7;
    padding: 50px 0;
}
.e-module{
    min-height: 50vh;
    text-align: center;
    background-color: #f7f7f7;
    padding: 50px 0 10px;
}
ul#gform_fields_login label.gfield_label {
    display: none;
}
.icon{
    padding:30px 0;
}
.iconbox-image img{
    width: 70%;
}
.iconbox-title { 
    color:#0088ce;
}
.sidenav a:active, .sidenav a:focus {
    color: #0088ce;
}
div#wrapper-navbar, div#wrapper-footer {
    display: none;
}
.privacy{
    min-height: 3vh;
    background-color: #f7f7f7;
    padding: 50px 0 0;
    border-top: 1px solid #0081c4;
}
.Footer-part1{
    min-height: 10vh;
    vertical-align: middle;
    background-color: #003772;
    color:white;
    padding-top:20px;
}
.Footer-part1 .row{
    align-items: center;
}
.footer-logo img{
    max-width:150px;
}
p.footer-address {
    margin-bottom: 0;
    padding-left:0px;
}
.Footer-part1 .col-2.footer-logo {
    padding-right: 0;
}
.footer-right-content{
    text-align:right;
}
.privacy-button {
    color:white;
    text-decoration: none;
}
.legal-button {
    padding-left: 10px;
    color:white;
    text-decoration: none;
}
.privacy-button:hover, .legal-button:hover{
    color:white;
}
.Footer-part2{
    background-color: #003772;
    color:white;
    min-height: 8vh;
}
.footer-middle{
    text-align: center;
}
.footer-right{
    text-align: right;
}
.footer-part3-content{
    font-size:14px;
    font-style: italic;
    line-height:25px;
    padding: 30px 0 15px;
    color: black;
}


/*Sidenav panel*/
.header-row{
    align-items: center;
}
.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 18px;
  color: #003772;
  display: block;
  transition: 0.3s;
}

.sidenav li a{
  border-bottom: 2px solid #e7e7e7;
  width: 240px;
  margin: 0 auto;
}

.Navigation li{
    list-style-type: none;
}

.sidenav a:hover {
  color: #0088ce;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 0px 0;
}
@media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }
}
.module-row-1{
    margin-bottom:50px;
    height: 100%;
    min-height: 350px;
}
.module-videolist {
    flex-wrap: wrap !important;
    display: flex !important;
    text-align: left;
    padding: 0 40px;
}
ul.module-videolist li {
    list-style-type: none;
    flex: 1 0 25%;
}
.module-videolist h4 {
    text-align: left;
    font-size: 1.4rem;
    color: #003772;
}
.module-videolist iframe {
    width: 370px;
    border-radius: 10px;
    height: 250px;
}
.E-Module-MainTitle{
    color: #003772;
    text-align: left;
    font-weight: 400;
    margin-bottom: 70px;
    font-family: 'arial';
    font-size: 27px;
}
.Privacy-Title{
    color: #003772;
    margin-bottom: 60px;
    font-family: 'arial';
    text-align: center;
}
.privacy p {
    font-family: 'arial';
    margin-bottom: 1.5rem !important;
}
.privacy ul {
    padding-left: 1.2rem;
    font-family: 'arial';
}
.E-Module-Title {
    color: #003772;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'arial';
    width:75%;
    font-size: 22px;
}
p.E-Module-SubTitle {
    color: #003772;
    text-align: left;
    font-family: 'arial';
    font-size: 20px;
    width: 92%;
    padding-top:30px;
    margin-bottom:50px;
}
button.backdata {
    background: #003772;
    color: white;
    border: none;
    padding: 5px 30px;
    font-family: 'arial';
}
.forhcp, .forpatients, .formodule{
    border: none;
    padding:0;
    background: transparent;
}
.formodule4, .formodule5{
    border: none;
    padding:0;
    background: transparent;
}
.hcpsection iframe, .patientssection iframe, .module1section iframe{
    border: 0;
    width: 100%;
    padding: 0 40px;
    height: 500px !important;
}
.module4section iframe, .module5section iframe{
    border: 0;
    width: 100%;
    padding: 0 40px;
    height: 500px !important;
}
.emodule-content iframe{
    border: 0;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    height: 230px;
    border: 1px solid #0088ce;
}
.privacy a {
    color: #212529;
}
nav.gf_login_links {
    display: none;
}
@media (min-width:1025px){
    p.emodule-subtitle {
        width: 85%;
    }
}
@media (min-width:1200px) and (max-width:1440px){
    .module-videolist iframe {
        width: 320px;
    }
    .module-videolist h4 {
        font-size: 1.2rem;
    }
}
@media (min-width:1025px) and (max-width:1199px){
    .module-videolist iframe {
        width: 320px;
    }
    .module-videolist h4 {
        font-size: 1.2rem;
    }
}
.module2-row{
    margin-top:50px;
}
.navbar-nav .forpatients, .navbar-nav .forhcp, .navbar-nav .formodule, .navbar-nav .formodule4, .navbar-nav .formodule5 {
    display: block !important;
}
input#input_4_2, #input_4_3, input#input_1_1, #gform_wrapper_1 .ginput_container input#input_1_1 {
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid #b8b5b5;
    width: 100%;
}
#gform_wrapper_1 form {
    display: flex;
    transform: translate(17%, 75%);
}
#gform_wrapper_1 {
    height: 17em;
}
.gform_heading {
    display: none;
}
input#gform_submit_button_1 {
    padding: 10px 60px 12px 60px;
    background: #003772;
    color: white;
    border: none;
    border-radius: 10px;
}
li.gchoice_3_1 input#choice_3_1 {
    width: 14px;
}
li.gchoice_3_1 label#label_3_1 {
    font-weight: 500;
    /* padding-top: 5px; */
    padding-top: 6px;
}
#gform_wrapper_2, #gform_wrapper_1, #gform_wrapper_4 {
    border: 1px solid #0088ce;
    border-radius: 10px;
    background: white;
    margin: 60px 0 !important;
    padding: 30px 0;
}
#gform_wrapper_1 li.hidden_label input {
    margin-top: 18px !important;
}
input#input_1_1::placeholder {
    color: black;
    font-size: 18px;
}
#gform_wrapper_3 li#field_3_5 h2 {
    color: #0088ce;
    text-align: center;
    font-weight: 500;
}
@media (min-width:1025px){
    #gform_wrapper_3 form#gform_3{
        width: 64%;
    }
    #gform_wrapper_2 form{
        width: 69%;
        padding: 40px;
    }
    .footer-right-content {
        align-self: self-start;
        padding-top: 28px;
    }
}
#gform_wrapper_3 form#gform_3, #gform_wrapper_0 form {
    margin: 0 auto;   
    /* padding: 21px; */
    padding: 21px 21px 0px 21px;
}
#gform_wrapper_3 form#gform_3 .ginput_container input,  #gform_wrapper_2 #gform_fields_2 input, ul#gform_fields_login input{
    border: 1px solid #ededed;
    padding: 9px 9px 9px 20px;
    /* border-radius: 11px; */
    border-radius: 10px;
}
#gform_wrapper_3 form#gform_3 .ginput_container input:focus-visible, #gform_wrapper_1 .ginput_container input:focus-visible, #gform_wrapper_2 #gform_fields_2 input:focus-visible, ul#gform_fields_login input:focus-visible  {
    border-color: #ededed;
    text-decoration: none;
    outline: none;
}
#gform_wrapper_3 form#gform_3 .ginput_container input::placeholder, #gform_wrapper_1 .ginput_container input::placeholder, #gform_wrapper_2 #gform_fields_2 input::placeholder, ul#gform_fields_login input::placeholder {
    font-size: 15px;
    border-color: #726e76 !important;
}
#gform_wrapper_1 .ginput_container input#input_1_1 {
    padding: 9px 9px 9px 21px;
}
#gform_wrapper_3 span#input_3_4_1_container button {
    bottom: 0;
}
#gform_wrapper_3 label.gfield_consent_label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}
#gform_wrapper_3 li#field_3_8 {
    line-height: 1;
}
#gform_wrapper_3 li#field_3_3 {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    line-height: 13px;
    margin-top: 42px;
    text-align: center;
}
#gform_wrapper_3 li#field_3_3 a {
    color: #2a9cd4;
    text-decoration: none;
}
#gform_wrapper_3 input#gform_submit_button_3, #gform_wrapper_2 .gform_footer.top_label input, #gform_wrapper_0 .gform_footer.top_label input {
    padding:10px 60px 12px 60px;
    border-radius: 9px;
    border: unset;
    font-size: 15px;
    color: #fff;
    background-color: #003772;
}
#gform_wrapper_3 .gform_footer.top_label, #gform_wrapper_2 .gform_footer.top_label, #gform_wrapper_0 .gform_footer.top_label {
    text-align: center;
}
#gform_wrapper_2 form {
    margin: 0 auto;
    padding: 20px;
}
#gform_wrapper_2 #gform_fields_2 li#field_2_11, #gform_wrapper_2 #gform_fields_2 li#field_2_9 label {
    /* padding: 23px; */
    padding: 23px 0px 23px 5px;
    font-size: 14px;
    font-weight: 500;
}
#gform_wrapper_2 #gform_fields_2 li#field_2_9 .ginput_container {
    display: flex;
    align-items: baseline;
}
#gform_wrapper_2 #gform_fields_2 li#field_2_9 label.gfield_label {
    display: none;
}
#gform_wrapper_2 #gform_fields_2 li#field_2_11 a {
    text-decoration: none;
    color: #0088ce;
}
#gform_fields_login .ginput_container input {
    width: 100%;
}
ul#gform_fields_login {
    width: 60%;
    margin: 0 auto !important;
}
/*Resposnive media CSS*/
@media only screen and (max-width:1300px){
.module2-row {
    margin-top: 10px;
} 
.E-Module-Title {
    width: 100%;
    font-size: 19px;
}
p.E-Module-SubTitle {
    font-size: 17px;
}
p.footer-address, .footer-right-content p.footer-content, p.footer-part2-left, .footer-middle a, p.footer-part2-right {
    font-size: 13px;
} 
#gform_wrapper_1 form {
    display: block!important;
    transform: unset !important;
    width: 80%;
}      
}
@media only screen and (max-width:1200px){
.module_div_resp .col-4 {
    width: 50%;
} 
.footer_div_resp .footer-logo img {
    max-width: 100px;
}
.footer_div_resp p.footer-address br {
    display: none;
}
.footer_div_resp p.footer-address {
    padding-left: 7px;
}
.footer_div_resp p.footer-part3-content {
    margin-bottom: 10px;
}
.E-Module-MainTitle br {
    display: none;
}
}
@media only screen and (max-width:992px){
.footer-logo img {
    max-width: 100px;
}
ul#gform_fields_login {
    width: 100%;
}
.hcpsection iframe{
    height: 392px !important;
}
p.footer-part3-content br {
    margin-bottom:10px;
}
.E-Module-Title {
    font-size: 15px;
}
.E-Module-MainTitle {
    font-size: 21px;
    width: 100%;
    margin-bottom: 45px;
}
p.E-Module-SubTitle {
    font-size: 15px;
}
.Footer-part2 .footer-left {
    width: 50%;
}
.Footer-part2 .footer-middle {
    width: 50%;
}
.Footer-part2 .footer-right {
    width: 100%;
    text-align: center;
}
.module_div_resp .col-4 {
    width: 100%;
}
}
@media only screen and (max-width:767px){
.emodule-content .col-4 {
    width: 73%;
    margin: 0 auto;
}
#gform_wrapper_3 form#gform_3 .ginput_container input, #gform_wrapper_2 #gform_fields_2 input, ul#gform_fields_login input {
    padding: 6px 7px 6px 16px;
}
p.gravity-form-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form-box {
    width: 90%;
    margin: 0 auto !important;
}
.page-id-4 .header-image {
    padding-left: 15px;
}
a.logout-button {
    padding: 8px 15px 8px 15px;
}
.hcpsection iframe {
    height: 256px !important;
}
.header-row .col-md-7 {
    width: 50%;
}
p.logout-btn {
    margin-bottom: 0;
}
.header-image img {
    width: 148px;
}
.header-row .col-md-4 {
    width: 33%;
}
.header-row .col-md-1 {
    display: inline-block;
    float:left;
    width: 15%;
}
.Footer-part1 .col-2.footer-logo {
    width: 100%;
}
.Footer-part1 .col-4 {
    width: 48%;
}
.Footer-part1 .col-4 p.footer-address br {
    display: none;
}
.Footer-part1 .col-4 p.footer-address {
    margin-bottom: 17px;
}
/*Menu*/
section#main {
    margin-left: 0 !important;
}
.sidenav li a {
    width: 100%;
}
ul.Navigation {
    padding-left: 16px;
    padding-right: 16px;
}
.sidenav {
    height: 59%;
    top: 31% !important;
    /* width: 100% !important; */
    position: absolute;
}
.header {
    position: unset;
}
.main_div_resp {
    margin-top: 325px;
}
}
@media only screen and (max-width:1400px){
.E-Module-Title{
    width:100% !important;
}
}
@media only screen and (max-width:479px){
.Footer-part1 .col-2.footer-logo {
    text-align: center;
}
.hcpsection iframe {
    height: 166px !important;
}
.footer-logo img {
    max-width: 131px;
}
.Footer-part1 .col-4 {
    width: 100%;
    text-align: center;
}
.footer-right-content {
    text-align: center;
    width: 100%;
}
.Footer-part2 .footer-left {
    width: 1000%;
    margin-top: 16px;
    text-align: center;
}
.Footer-part2 .footer-middle {
    width: 100%;
}
.emodule-content .col-4 {
    width: 95%;
}
}
@media only screen and (max-width:390px){
.sidenav .closebtn {
    right: 24px;
    margin-left: 0;
}    
}
@media only screen and (max-width:370px){
.header-row .col-md-7 {
    width: 44%;
}   
.header-row .col-md-4 {
    width: 40%;
} 
}
.logout-button{
    display: block;
}
.login-button{
    display: none;
}
p#logout {
    background: #003772;
    color: white;
    padding: 5px 20px;
    width: fit-content;
    float: right;
}
/*form css*/
.gf_clear.gf_clear_complex{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-weight: 700;
}
p.logout-btn {
    float: right;
    background: #003772;
    padding: 5px 10px;
    color: white;
}
@media (min-width:767px){
    p.logout-btn {
        float: right;
    }
    .block_doc {
        padding: 0 50px;
    }
}
div#gform_wrapper_3{
    border: none !important;
    border-radius: none !important;
    background: transparent !important;
    margin: 0 !important;
}
.form-box{
    border: 1px solid #0088ce;
    border-radius: 10px;
    background: white;
    padding: 30px 0 !important;
    margin: 40px 0;
}
.gravity-form-text{
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 40px;
    text-align: center;
    /* line-height: 24px; */
    line-height: 20px;
}
.gravity-form-text a{
    color: #2a9cd4;
    text-decoration: none;
}
a.privacy-button::after {
    position: absolute;
    content: '\007C';
    color: white;
    margin-top: -1px;
    width: 2px !important;
    height: 4px !important;
    font-size: 15px;
    padding-left: 5px;
}
section.Footer-part3 {
    background-color: #f7f7f7;
}
li.activesection a {
    color: #0088ce !important;
}
.gform_wrapper .gfield_password_strength {
    border: none !important;
    border-radius: 10px !important;
    background-color: #0088ce4a !important;
    border-bottom: none !important;
}
#gform_wrapper_2 input::placeholder {
    color: black !important;
}
section.privacy a {
    text-decoration: none;
}
.footer-address a{
    color:white;
    text-decoration: none;
}
.form-box h2 {
    color: #0088ce;
}
a.logout-button {
    text-decoration: none;
    /* background-color: #0081c4; */
    background-color: #003772;
    text-align: center;
    padding: 9px 18px 9px 20px;
    float: right;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}
@media (min-width: 768px) {
  div#mySidenav {
    border-top: 1px solid #7592b1 !important;
    border-right: 1px solid #7592b1 !important;
    border-bottom: 1px solid #7592b1 !important;
  }
}
/* .header {
    top: 32px;
} */
.dashicons.dashicons-hidden {
  color: black;
}

/* @media (max-width: 1299px) {
.validation_error {
  position: absolute;
  display: flex;
  top: auto !important;
  width: 720px !important;
}} */




.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: initial !important;
  margin-bottom: initial !important;
  border-top: initial !important;
  border-bottom: initial !important;
  padding-bottom: initial !important;
  padding-top: initial !important;
  box-sizing: initial !important;
}


#validation_message_1_1 {
  text-align: center;
}

@media (max-width: 1300px){
.gform_footer.top_label {
  text-align: center;
  padding-top: 50px;
}
.Footer-part2 {
    margin-top: -6px;
}
}
#gform_wrapper_0 #field_2 a {
    display: none;
}

form#gform_4 #input_4_3::placeholder, form#gform_4 #input_4_2::placeholder {
    color: black;
}

input#gform_submit_button_4 {
    background: #003772 !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 60px 12px 60px !important;
}


.page-template-recover-password .gform_footer.top_label {
    text-align: center;
}

@media (min-width: 1025px){
#gform_wrapper_4 form {
    width: 69%;
}}


input#input_4_2 {
    border: 1px solid #ededed;
    padding: 9px 9px 9px 20px;
    border-radius: 5px;
}


input#input_4_3  {
    border: 1px solid #ededed;
    padding: 9px 9px 9px 20px;
    border-radius: 5px;
}

ul.Sidnar-Nav li a {
    color: #003772;
    text-decoration: none;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7e7e7;
}
ul.Sidnar-Nav li {
    list-style-type: none;
    padding: 10px 0;
    margin: 0 auto 20px;
    text-align: center;
}
ul.Sidnar-Nav {
    padding: 0;
    margin-top: 35px;
}
.emodule-testing-content h4 {
    font-size: 19px;
    width: 70%;
}
@media screen and (max-width:1720px) and (min-width:1640px){
    .emodule-testing-content h4 {
        width: 74%;
    }
}
@media screen and (max-width:1639px) and (min-width:1500px){
    .emodule-testing-content h4 {
        width: 83%;
    }
}
@media screen and (max-width:1501px) and (min-width:1401px){
    .emodule-testing-content h4 {
        width: 88%;
    }
}
.e-module-col-9.col-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.main-container .col-md-3,.main-container .col-md-9{
    padding: 0;
}
.main-container .col-md-3 {
    border: 1px solid #003772;
    border-bottom: none;
}
.main-container .e-module{
    text-align: left;
}
.video-canvas img {
    object-fit: contain !important;
}
iframe#emodule-vid1, iframe#emodule-vid2,  iframe#emodule-vid3, iframe#emodule-vid4, iframe#emodule-vid5{
    height: 600px;
     background: black !important;
}
@media screen and (min-width: 1680px){
    .header-container, .footer-container{
        max-width:88%;
        margin: auto;
        padding: 0;
    }
}
@media screen and (max-width: 1679px) and (min-width: 1460px){
    .header-container, .footer-container{
        max-width:90%;
        margin: auto;
        padding: 0;
    }
}
@media screen and (max-width: 1459px) and (min-width: 1260px){
    .header-container, .footer-container{
        max-width:92%;
        margin: auto;
        padding: 0;
    }
    label.gfield_consent_label {
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 1259px) and (min-width: 1025px){
    .header-container, .footer-container{
        max-width:94%;
        margin: auto;
        padding: 0;
    }
    label.gfield_consent_label {
        padding-left: 10px !important;
    }
    .emodule-testing-content h4{
        font-size:18px;
        height:40px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .header-container, .footer-container{
        max-width:96%;
        margin: auto;
        padding: 0;
    }
}
input#input_2_13 {
    margin-top: 25px;
}
input#input_2_13 {
    margin-top: 20px;
}
.dashicons.dashicons-hidden {
  padding-top: 5px;
}
@media screen and (max-width: 1200px) and (min-width:1025px){
    ul.Sidnar-Nav li a {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width:768px){
    ul.Sidnar-Nav li a {
        font-size: 16px !important;
    }
    .emodule-testing-content h4{
        height:50px;
        font-size: 16px;
    }
    .Footer-part1 .row{
        align-items: flex-start;
        padding-bottom: 10px;
        padding-top:25px !important;
    }
    .icon {
        padding: 0px 0 30px !important;
    }
}
@media screen and (max-width: 900px) and (min-width:768px){
    .main-container .col-md-3{
        width:28%;
    }
    .main-container .col-md-9{
        width:72%;
    }
}
@media screen and (max-width:767px){
    .header-container, .footer-container{
        padding:0 40px;
    }
    .e-module-col-9.col-9{
        padding:0 40px;
    }
}
@media screen and (max-width: 1259px) and (min-width: 768px){
.main .container {
    padding-left: 3rem;
    padding-right: 3rem;
}}
@media screen and (min-width: 1260px){
.main .container {
    padding-left: 3rem;
    padding-right: 4rem;
}}
button#emodule-1, button#emodule-2, button#emodule-3, button#emodule-4, button#emodule-5 {
    padding: 0;
    border: none;
    background: transparent;
}
#emodule-1 img, #emodule-2 img, #emodule-3 img, #emodule-4 img, #emodule-5 img{
    border: 1px solid #0088cc;
    border-radius: 10px;
}
#emodule-5 .E-Module-SubTitle, #emodule-3 .E-Module-SubTitle{
    width:100% !important;
}
/*@media only screen and (max-width: 641px){
    .ginput_container_password span, .page-template-recover-password .gform_footer.top_label{
        padding: 0 10px;
    }
}*/
.error, .enteracce {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    font-size: .813em;
}
ul.Sidnar-Nav li a:hover, ul.Sidnar-Nav li a:focus, ul.Sidnar-Nav li a:active{
    color:#0088ce;
}
p.Back-button {
    border: 1px solid #003772;
    width: 80px;
    padding: 5px 20px;
    background: #003772;
}
.Back-button a {
    color: white;
    text-decoration: none;
}
@media only screen and (min-width: 1440px){
    .footer-container .col-2.footer-logo{
        width:12%
    }
    .footer-container .col-4.footer-middle-content{
        width:38%;
    }
    label.gfield_consent_label {
        padding-left: 10px !important;
    }
    label#label_3_1{
        padding-top: 11px;
    }
}
.ginput_container_password button{
    background-color: white;
    top:20px !important;
}
span.dashicons.dashicons-visibility{
    padding-top:5px;
}
.Footer-part2{
    padding-top:10px;
    padding-bottom: 30px;
}
@media (max-width:1025px){
    .gfield_checkbox li input[type=checkbox]{
        vertical-align: top !important;
    }
    li.gchoice_3_1 label#label_3_1{
        padding-top:0 !important;
    }
    .gform_wrapper li.hidden_label input{
        margin-top:5px !important;
    }
    .ginput_container_password button{
        top:10px !important;
    }
}
#gform_wrapper_2 .validation_error {
    display: none;
}
#gform_wrapper_0 .ginput_container_checkbox{
  margin-top:30px !important;
}
::-webkit-input-placeholder:after {
   content: '*';
}
li#field_2_11 a {
    display: inline-block;
}
@media (max-width:767px){
    iframe#emodule-vid1, iframe#emodule-vid2 {
        height: 400px !important;
    }
}
@media (min-width:767px){section.header .container {
    padding: 0;
}}
p.backbtn {
    width: 250px;
    margin: 0 auto;
    background: #003772;
    padding: 15px 0;
}
.backbtn a {
    color: white;
    text-decoration: none;
}
ul.otnotice-menu {
    height: 400px;
}
.otnotice-menu::-webkit-scrollbar {
  width: 5px;
}
.otnotice-menu::-webkit-scrollbar-track {
  background: #003772; 
}
.privacy .col-md-12, .otnotice-content, .privacy ul{
    padding-left: 0;
    padding-right: 0;
}
.otnotice-menu{
    margin-left:0px !important;
    width: 400px !important;
    position: absolute;
    overflow-x: hidden !important; 
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0 !important;
    background-color:none !important;
    box-shadow: none;
    border:none;
}
.otnotice-menu>.otnotice-menu-section {
    width: 390px !important;
    background: white;
    padding: 30px 20px;
    margin-bottom: 10px;
    box-shadow: 0 3px 5px 0 rgba(124,124,124,.2);
}
.otnotice-menu>.otnotice-menu-section a{
    color: #003772 !important;
    font-size: 16px;
}
.ACF-privacy-code{
    /*min-height: 100vh;*/
    vertical-align: middle;
    padding: 30px 0;
    position: sticky;
    background: #f7f7f7;
    top:0px;
}
section.ACF-privacy-code .row {
    align-items: center;
}
.ACF-privacy-code.container {
    padding-left:0
}
.otnotice-sections>.otnotice-section>h2.otnotice-section-header {
    color: #003772;
    font-size: 27px;
    font-family: 'arial';
    font-weight: 100;
    margin-top: 40px;
    line-height:30px;
}
/* responsive css*/
select#otnotice-language-dropdown {
    width: 67%;
    padding: 15px;
    border: 1px solid #003772;
}
.otnotice-sections {
    margin-right: 0px !important;
}
div#otnotice-05c95b15-7dcb-45c8-911c-52044a68a875 {
    padding-left: 0;
}
@media (max-width:991px) and (min-width:768px){
.otnotice-menu>.otnotice-menu-section {
    width: 100% !important;
}
.otnotice-menu{
    width: 31% !important;
}
.otnotice-sections {
    margin-left: 40% !important;
    margin-right: 0px !important;
}
select#otnotice-language-dropdown {
    width: 57% !important;
}}
@media (max-width:1024px) and (min-width:992px){
.otnotice-menu>.otnotice-menu-section {
    width: 100% !important;
}
.otnotice-menu{
    width: 35% !important;
}
.otnotice-sections {
    margin-left: 35%;
    margin-right:0px
}
select#otnotice-language-dropdown {
    width: 64%;
}}
@media (max-width:600px){
.otnotice-menu-selected-container{
    background: white;
}
.otnotice-menu-display__expand::after{
    padding-right: 10px;
}
li.otnotice-menu-section-mobile {
    background: white;
    margin-bottom: 20px;
}
.otnotice-menu-mobile .otnotice-menu-mobile-container a {
    padding: 1rem !important;
    text-align: left !important;
}
.otnotice-menu-mobile {
    width: 90% !important;
    background: white;
}
.otnotice-sections>.otnotice-section>.otnotice-section-content, .otnotice-sections>.otnotice-section>h2.otnotice-section-header {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.otnotice-sections>.otnotice-section>h2.otnotice-section-header{
    line-height: 30px;
}
select#otnotice-language-dropdown{
    width: 100% !important;
    margin-bottom: 20px !important;
}
}
@media (max-width:1399px) and (min-width:1200px){
select#otnotice-language-dropdown {
    width: 62%;
}}
@media (max-width:1199px) and (min-width:1025px){
select#otnotice-language-dropdown {
    width: 54%;
}}
.otnotice-language-dropdown-container{
    padding-right:0;
}
.otnotice-content .otnotice-section .otnotice-section-content tr, .otnotice-content .otnotice-section .otnotice-section-content td {
    padding: 15px;
}
