/*#jPopup {
    position:fixed;
    background:rgba(0,0,0,0.7);
    z-index:9999;
    width:100%;
    height:100%;
    display:none;
}

.note_out {
    margin: 0px auto;    
}

.fixed_class {
    padding-top : 18px;
    padding-bottom : 18px;
}

.inside_class {
    margin-top: 110px; 
    background-color: white; 
    height:40%; 
    width: 36%;
    border-radius: 25px;
}

.btn_color {
    
    border: none;
    color: white;
    padding: 12px 23px;
    font-weight:700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn_green {
    
}

.btn_red {
    background-color: #f44336;
}

.note_class {
    padding-bottom: 15px; 
    font-size: 25px;  
    line-height: 110%;
    width:80%; 
    word-wrap: break-word;
}

.image_class {
    width:30%;
    height:30%;
    padding-bottom:15px;
}

.enter_dob_class{
    padding-bottom: 10px;
    font-size:18px;
}

.date_input {
    padding-bottom: 12px;
}

.term_class{
    
    padding-bottom:22px;
    margin-left: 25%;
    line-height: 0.8;
    padding-top: 10px;
    float:left;
    

}

#term_a {
    margin-left: 1%;
    text-decoration: none;
    line-height: 2.4;
    float:left;
    font-size:90%;
    color: #2fb5d2;
    cursor:pointer;
}

#dob_div{
    background: #dddfe2;
    width: 55%;
    padding-top: 10px;
}

.term_check_class{
    float:left;

}

a.iframe {
    font-size: 15px;
    font-weight:500;
}

.error_class{
    clear:both;
    color:red !important;
    font-size:14px !important;
    padding-bottom: 5px;
}

.btns_class{
    margin-left:23%;
    clear:both;

}

.enter_align {
    float:left;
}

.fancybox-overlay {
    z-index:999999 !important;
}

#cms form #jPopup{
    display : none !important;
}

#leave_btn {
    padding: 12px 23px; 
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
@media (min-width: 1024px) and  (max-width:1280px) {

    .term_class {
        margin-left: 19%;
    }

    .btns_class{
        margin-left: 19%;
    }

    .note_class {
        font-size: 22px;   
    }

    .btn_color {
        padding: 12px 25px;
        font-size: 14px;
    }


    .enter_dob_class {
        font-size: 17px;
    }

    #leave_btn {
        padding: 12px 30px;  
    }

    #dob_div {
        width: 70%;
    }
}

@media (min-width: 768px) and  (max-width:1024px) {

    .inside_class {
        margin-top:110px;
        width: 58%;
    }

    .fixed_class {
        padding-top : 15px;
        padding-bottom : 15px;
    }

    .note_class {
        padding-bottom: 13px; 
        font-size: 21px;
    }

    .image_class {
        padding-bottom: 10px;
    }

    .term_class{

        padding-bottom:18px;
        margin-left: 22%;
        line-height: 1;
    }

    
    .enter_dob_class{
        padding-bottom: 10px;
        font-size:16px;
    }

    #dob_div {
        width: 68%;
    }
    
    a.iframe {
        font-size: 13px;
    }

    .error_class {
        font-size: 13px !important;
        
    }

    .btns_class{
        margin-left: 20%;
    }

    .btn_color {
        padding: 10px 22px;
        font-size: 14px;
    }

    #leave_btn {
        padding: 10px 28px;
    }
}

@media (min-width: 480px) and  (max-width:768px) {
    .inside_class{
        margin-top: 120px;
                width: 48%; 
        width: 60%;
    }

    .fixed_class {
        padding-top : 13px;
        padding-bottom : 13px;
    }

    .note_class {

        padding-bottom: 12px;
        font-size: 19px;
    }

    .enter_dob_class {
        padding-bottom: 7px;
        font-size: 16px;
    }
    
    #dob_div {
        width: 84%;
    }

    select {
        font-size: 90% !important;
    }

    .term_class{
        margin-left: 8%;
    }
    
    #term_a {
        font-size:80%;
    }

    .btns_class {
        margin-left: 18%;
    }

    a.iframe {
        font-size: 11px;
    }

    .error_class {
        font-size: 12px !important;
        margin-left: 8px;
    }

    .btn_color {
        padding: 8px 18px;
        font-size: 15px;
    }

    #leave_btn {
        padding: 8px 22px;
    }
}

@media (min-width: 320px) and  (max-width:480px) {

    .inside_class {
        margin-top: 130px;
        width: 56%; 
    }

    .fixed_class {
        padding-top : 15px;
        padding-bottom : 15px;
    }

     .term_class{
        margin-left: 6%;
    }
    
    #term_a {
        font-size:53%;
        margin-top:4%;
    }
    
    .note_class {

        padding-bottom: 5px;
        font-size: 11px;
    }

    .image_class {
        padding-bottom: 5px;
    }

    .enter_dob_class {
        padding-bottom: 1px;
        font-size: 9px;
    }

    select{
        font-size: 56% !important;
        padding: 4px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.93);    
    }
    
    

    .term_class {
        padding-bottom: 15px;
        margin-left: 17%;
        line-height: 0.4;
    }

    .date_input {
        padding-bottom: 7px;
    }
    
    .btns_class {
                margin-left: 17%;
        margin-left: 13%;

    }

    a.iframe {
        font-size: 7px;
    }

    .error_class {
        font-size: 9px !important;
        margin-left: 8px;
    }

    .btn_color {
        padding: 0px 10px;
    }

    #leave_btn {
        padding: 0px 12px;
    }
    
    #dob_div {
        background: #dddfe2;
        width: 80%;
        padding-top: 4px;
    }
}


@media (min-width: 240px) and  (max-width:320px) {

    .inside_class {
        margin-top: 140px;
        width: 53%;
    }

    .fixed_class {
        padding-top : 15px;
        padding-bottom : 15px;
    }

    .note_class {
        padding-bottom: 3px;
        font-size: 9px;
    }

     .term_class{
        margin-left: 5%;
        
    }
    
    #term_a {
        margin-top :9%;
        font-size:34%;
    }
    
    .image_class {
        padding-bottom: 1px;
    }

    .enter_dob_class {
        padding-bottom: 0px;
        font-size: 6px;
    }

    .term_class {
        margin-left: 20px;
    }

    button, input, select, textarea {
        font-size: 30% !important;
    }

    .term_class {
        line-height: 0.4 ;
        margin-left: 14%;
        padding-bottom: 15px;
    }

    .btns_class {
        margin-left: 19%;
    }

    a.iframe {
        font-size: 5px;
    }

    .error_class {
        font-size: 6px !important;
        margin-left: 8px;
    }

    .date_input {
        padding-top: 0px;
        margin-top:0px;
        padding-bottom: 5px;
    }

    .btn_color {
        padding: 0px 8px;
    }

    #leave_btn {
        padding: 0px 10px;
    }

    #dob_div {
        padding-top: 2px;
    }
    
    .date_input{
        padding-bottom: 6px;
    }
}

.small-select-box{
    padding: 4px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.93) !important;
    }
    
div#term_label div.modal-dialog {
    max-width: 90%;
}

div.modal-content{
    line-height:1.25;
    background: none repeat scroll 0% 0% #FFF;
    text-align: justify;
}

div.modal-content div#av_term_body img{
    width:100%;
}*/

.kb_covid_header{
    color: white;
    font-size: 30px;
    margin-top: 30px;
}
.kb_covid_content{
    width: 62%;
    float: right;
}
.kb_covid_data{
    color: white;
    font-size: 18px;
    margin-top: 30px;
    line-height:30px;
    text-align: left; 	
}
.kbcovidpopup_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
	    overflow: auto;
}
.kbcovidpopup_modal {
    width: 680px;
    margin: 6% auto 0;
    position: relative;
    background: #3fcddb;
    padding: 150px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #383636;
    transition: 0.75s ease;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0 0 12px 2px #272727;
}
.kbcovidpopup_modal_content_section {    
    padding: 0 40px;
    box-sizing: border-box;
}
.kbcovidpopup_modal_header h4 {
    font-family: 'Estrangelo Edessa';
    padding: 20px 10px;
    text-align: center;
    font-size: 32px;
    margin: 0;
    font-weight:500;
    text-transform: none;
}
.kbcovidpopup_modal_left, .kbcovidpopup_modal_right {
    width: 100%;
    display: inline-block;
	vertical-align: middle;
}
.kbcovidpopup_modal_right {
    float: right;
}
.kbcovidpopup_modal_left .kbcovidpopup_modal_left_content {
    background: #ffffff;
	color:#000;
    padding: 15px 15px 10px;
    margin-left: 0px;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 0;
	font-family: 'Eras Medium ITC';
	font-weight: 500;
}

.kbcovidpopup_modal_left_content h5 {
    font-family: 'Eras Medium ITC';
    font-size: 22px;
    margin: 0;
    text-align: center;
    max-width: 100%;
    color: #000;
    margin: 0 auto 25px; 
font-weight: 600;
text-transform: none;	
}
.kbexit_form_group {
    display: block;
    margin-bottom: 10px;
}
.kbexit_form_group .exit_form_control {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
        padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 2px 1px 11px rgba(0,0,0,0.37);
    font-size: 16px;
	min-height:44px;
}
.kbexit_form_group label span.astreik {
    color: #b10000;
}
.kbexit_form_group label a, .kbexit_form_group label  {
    text-decoration: none;
	color: #000;
	font-size: 16px;
    margin-left: 3px;
	line-height:1;
	margin-bottom:0;
}

label.checkbox-icon {
    display: inline-block;
    vertical-align: middle;
	position: relative;
	
}
.checkbox-icon span {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 4px;
    height: 9px;
	opacity:0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #ee5252;
    border-bottom: 2px solid #ee5252;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
    display: inline-block;
}
input[type="checkbox"]:checked + span{background:#fff;}
input[type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.btn.btn-exit-submit {
    background: #0aaac4;
    width: 100%;
    padding: 7px;
    border: 1px solid #0aaac4;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    font-family: 'Estrangelo Edessa';
}
.kbcovidpopup_modal_right h4 {
    font-family: 'Gadugi';
    font-size: 35px;
    color: #05a8c3;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    vertical-align: middle;
}
.kbcovidpopup_modal_right h4 .yellow {
    color: #edbc48;
    font-size: 41px;
    font-family: 'Gadugi';
}
.close_covidpopup_modal {
    position: absolute;
    right: -21px;
    top: -21px;
    cursor: pointer;
}
#kbcovidpopup-modal-backdropDiv {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media(max-width:767px)
{
	.kbcovidpopup_modal {
    width: 90%;
	}
	.kbcovidpopup_modal{padding:10px;}
	.kbcovidpopup_modal_content_section{padding:0 5px;}
}
@media(max-width:480px)
{
	.kbcovidpopup_modal_left, .kbcovidpopup_modal_right {
		width: 100%;
	}	
	.kbcovidpopup_modal_right h4 {
		max-width: 100%;
		    font-size: 18px;
			padding: 10px 0;
	}
	.kbcovidpopup_modal_right h4 .yellow {
		display: inline-block;
		    font-size: 30px;
	}
	.kbcovidpopup_modal_header h4 {
		padding-bottom: 2px;
		font-size: 22px;
	}
        #kb_popup_save_data{
            margin-top: 18px !important;
            font-size: 21px !important;
            margin-left: 127px !important;
        }
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 7px 15px;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}