.text-italic {
    font-style: italic;
}

.stl2h h2 {
    text-transform: none !important;
    font-size: 20pt;
    font-weight: bold;
}

.header-links {
    float: right;
}

.header-links a {
    display: inline-block;
    color: #333;
    line-height: 20px;
    font-size: 14px;
}

.header-links a:first-child {
    padding-right: 10px;
    margin-right: 7px;
    border-right: 1px solid #333;
}

nav .header-links {
    display: none;
}

.mgo-number{
    display: block;
	float: right;
	color: black;
	font-size: 20pt;
	font-weight: 300;
	text-decoration: none;
    transition: all .3s ease;
}

.mgo-number:hover{
    color: #da0303;
}

.call_phone_1:hover{
    color: #da0303;
}

@media only screen and (max-device-width : 450px) {
    header .header-links {
        display: none;
    }

    nav .header-links {
        display: block;
    }

    .header-links {
        float: none;
        text-align: center;
        position: relative;
        top: 15px;
    }

    .header-links a {
        font-size: 16px;
    }

	#popup .popup_close-btn{
		right: 20px !important;
	}

}

@media only screen and (max-device-width : 1200px) {
    .header-links a {
        display: block;
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: none !important;
    }
}

.main_faq {}

.main_faq .main_faq_item {}

.main_faq .main_faq_title {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    text-align: left;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #eee;
    background-image: url(/images/arrow.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    cursor: pointer;
}

.main_faq .main_faq_content {
    display: none;
    padding: 10px 40px 25px 40px;
    margin-top: -25px;
}

.main_faq .main_faq_content.active {
    display: block;
}

.main_faq .main_faq_content ul li {
    overflow: initial;
}
.top-menu-active-tab{
text-decoration: none;
background: #f6f3f3;
}
.top-menu-active-tab a{
    color: #a40000!important;
}