.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup-new {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 0px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup-new .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup-new .close:hover {
  	color: #C54E47;
}
.popup-new .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup-new .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup-new .content a {
    font-size: 15px;
}
.popup-new .content a:hover {
    text-decoration: none;
}
.popup-new:before {
    position: absolute;
    top: -5px;
    right: -5px;
    border-top: 5px solid #e60808;
    border-right: 5px solid #ad0000;
    width: 25px;
    height: 25px;
    content: "";
}
.popup-new:after {
    position: absolute;
    bottom: -5px;
    left: -5px;
    border-left: 5px solid #e60808;
    border-bottom: 5px solid #ad0000;
    width: 25px;
    height: 25px;
    content: "";
}



.takeQuiz-popup {
    cursor: pointer;
}
.instruction-section ul {
    padding-left: 0px;
}
.instruction-section ul li {
    padding: 4px 0px;
    list-style-type: none;
    display: flex;
    margin-bottom: 4px;
    font-size: 17px;
}  
.instruction-section ul li img {
    height: 15px;
    margin-top: 5px;
    margin-right: 8px;
    filter: grayscale(100);
}
.regi_btn {
    margin: 5% auto auto;
}
.regi_btn a {
    display: block;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    width: auto;
    padding: 0px 18px;
    margin: auto;
    text-decoration: none !important;
}


/*switch*/
.selectLang {
	text-align: right;
	height: 60px;
	display: table !important;
}
.switch {
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
.switch input[type="checkbox"] {
	display: none;
}
.switch input[type="checkbox"]:checked + .normalLabel {
	opacity: 1;
}
.switch input[type="checkbox"]:checked + .normalLabel:before {
	opacity: 1;
}
.switch input[type="checkbox"]:checked + .normalLabel:after {
	left: 14px;
}
.normalLabel {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: inline-block;
	position: relative;
	height: 14px;
	width: 34px;
	border-radius: 40px;
	cursor: pointer;
	color: transparent;
    margin-bottom: 0;
    cursor: pointer;
    background: linear-gradient(180deg, #1D1D1D 0%, #656565 100%);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 12px;
    margin-right: 12px; 
}
.normalLabel:before {
	content: "";
	position: absolute;
	bottom: -16px;
	height: 10px;
	width: 73px;
	left: -16px;
	z-index: 99999;
	font-size: 12px;
	opacity: 0;
	color: #00438a;
    background: transparent;
}
.normalLabel:after {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	content: " ";
	position: absolute;
    height: 41px;
    width: 35px;
	border-radius: 50%;
	background: url(../images/switcher.png);
    top: -6px;
    left: -6px;
    right: auto;
    background-size: 28px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.show {
	opacity: 0;
}
input[type="checkbox"]:checked + .show {
	opacity: 1;
}
.colored input[type="checkbox"]:checked + label {
	background-color: #55c946;
}
.colored .normalLabel {
	background-color: #ff4949;
}
.en, .am {
	color: #00438a;
	position: relative;
	top: -2px;
    font-weight: 600;
}
.en {
	padding-right: 2px;
    letter-spacing: 0.02em;
    font-size: 15px;
    color: #9A0012;
}
.am {
	padding-left: 2px;
	color: rgb(20, 20, 20);
    font-size: 14px;
}
.f-18 {
    font-size: 18px;
}
.f-600 {
    font-weight: 600;
} 
h4.tab-1-cont, h4.tab-2-cont {
    text-align: center;
}


@media (max-width: 600px) {
    .selectLang {
        margin: auto;
    }
	
}
@media (max-width:767px){
	.popup-new{
		width: 50px;
	}
}
@media (max-width:576px){
	.popup-new{
		width: 80%;
	}
}