header {
    padding: 10px 0px;
}
header .logo img {
    width: 100px;
}
.menu_list {
    align-self: center;
}
.menu_list ul {
    padding-left: 0;    
    display: flex;
    list-style-type: none;
    margin-bottom: 0px;
    justify-content: center;
}
.menu_list ul li {
    padding: 0px 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    line-height: 15px;
}
.menu_list ul li:nth-child(4) {
    border-right: 1px solid transparent;
}
.menu_list ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Avenir-SemiBold';
    text-decoration: none !important;
    padding-bottom: 25px;
}
.menu_list ul li a.active {
    color: #CA1A00;
}


/*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-family: 'Avenir-SemiBold';
}
.en {
	padding-right: 2px;
    letter-spacing: 0.02em;
    font-size: 15px;
    color: #9A0012;
}
.am {
	padding-left: 2px;
	color: rgb(20, 20, 20);
    font-family: 'BalooThambi2-Medium';
    font-size: 14px;
}
.social-media {
    align-self: center;
    display: none;
}
.social-media ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: -4px;
}
.social-media ul li img {
    width: 20px;
    margin: auto 5px;
}
.header-right {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 600px) {
    .selectLang {
        height: auto;
    }
    header .logo img {
        width: 32%;
    }
    header .language {
        margin: auto;
    }
    header {
        padding: 1px 0px 10px;
      }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .language {
        margin-left: 5% !important;
    }
    .am, .en {
        font-size: 13px;
    }
    .header-right {
        padding: 0px;
    }
    header .logo img {
        width: 100px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1365px) {
    .language {
        margin-left: 5% !important;
    }
}