.language-mob {
	display: none;
}

.language-pk .wpml-ls-sub-menu{
	display:none;
}

.language-pk .wpml-ls-statics-shortcode_actions:hover .wpml-ls-sub-menu{
	display: block;
}

a {
    text-decoration: none;
    color: black;
}
li{
    list-style: none;
}
    .left_sidebar{
        display: none;
    }
.header-wrapper{
    width: 100%;
    background-color: white;
}
.header-menu-wrapper{
    width: 100%;
    position: relative;
}
#primary-menu ul li:last-child{
    text-align: left;
	margin-right: 0;
}
#primary-menu ul li:last-child:hover .sub-menu{
    display: flex!important;
    flex-direction: column!important;
}
.sub-menu{
    display: none!important;
}
header{
    width: 1190px;
    height: 130px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: white;
    justify-content: space-between;
    font-size: .9rem;
    position: relative;
    z-index: 9;
    font-family: Montserrat;
}
.logo{
    width: 130px;
}
.header-menu ul{
    display: flex;
    align-items: center;
}
.header-menu ul li{
    margin-right: 20px;
    font-size: 1rem;
    font-family: Montserrat;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 1.5px solid transparent;
    list-style: none;
}
.phone-select{
    padding-right: 10px;
}
.header-contact-wrapper{
    color: white;
    display: flex;
    justify-content: center;
    width: 220px;
    height: 50px;
    border: 2px solid rgba(195, 30, 34, 1);
    border-radius: 25px;
    cursor: pointer;
    background-color: rgba(195, 30, 34, 1) ;
}
.header-contact-wrapper p{
    line-height: 50px;
    font-size: 1.1rem;
}

.header-navigation-wrapper{
    width: 100%;
    height: auto;
    margin-top: 50px;
    border-bottom: 1px solid rgba(196, 166, 118, 1);
}
.header-navigation-wrapper nav ul{
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.header-navigation-wrapper nav ul li{
    font-family: Montserrat;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: black;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
}
.header-navigation-wrapper nav ul li:hover{
    border-bottom: 2px solid rgba(196, 166, 118, 1);
}


.header-banner{
    height: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(49, 55, 70, 1);
}
.menu li:last-child li{
	margin-right: 0px!important;
}
.header-banner img{
    width: 250px;
}
.header-banner-title, .header-banner-text{
    font-family: Montserrat;
    /*margin-bottom: 10px;*/
}
.header-banner-text{
    font-size: 2.2rem;
    color: white;
    margin-top: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1050px) {
	.language-mob {
		display: block;
	}
	.language-pk {
		display:none;
	}
}

@media (max-width: 1250px) {
    header {
        width: 1000px;
        height: 110px;
    }

    .header-navigation-wrapper nav ul {
        display: flex;
        width: 950px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }

    .header-navigation-wrapper nav ul li {
        font-size: 1rem;
    }

    .header-menu ul li {
        margin-right: 7px;
        font-size: 0.85rem;
    }
}
@media (max-width: 1050px) {
    .header-menu{
        display: none;
    }
    .header-navigation-wrapper{
        display: none;
    }
    .phone-select{
        display: none;
    }
    .social-nav{
        display: none;
    }
    .banner-info-main-text {
        margin-top: 50px;
    }
    header{
        width: 420px;
    }
    .header-menu-wrapper{
        width: 90%;
        margin: 0 auto;
    }
    .header-contact-wrapper{
        margin-left: 25%;
    }
    .header-menu{
        display: none;
    }
    .logo{
        margin-left: 10%;
    }
    header{
        /*position: absolute;*/
        width: 100%;
        display: flex;
        justify-content: normal;
        z-index: 99;
    }
    .header-contact{
        margin: 0px auto;

    }
    .header-language{
        display: none;
    }
    .header-language-mobile{
        display: flex;
        margin: 0.35em 0.1em;
        padding: 0.5em 1.2em;
        outline: none;
        align-items: center;
    }
    .header-language-mobile img{
        width: 14px;
        height: 9px;
        margin-left: 10px;
    }
    .mobile-menu-header{
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }
    .mobile-menu-social{
        width: 40%;
        display: flex;
        margin-bottom: 40px;
    }
    .mobile-menu-social img{
        width: 30px;
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .mobile-menu-phone-wrapper{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: .7px solid lightgray;
        border-bottom: .7px solid lightgray;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile-menu-phone-wrapper p{
        color: black;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mobile-menu-language-select{
        width: 65px;
        color: black;
        font-weight: bold;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    /* BURGER MENU */
    .left_sidebar{
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: white;
        color: black;
        height: 100%;
        left: 0;top: 0;
        z-index: 99;
        align-items: center;
        transition: 0.5s;
        transform: translateX(100%);
        /*overflow-x: hidden;*/
        /*overflow-y: auto;*/
    }
    .left_sidebar #primary-menu{
        display: flex;
    }
    .left_sidebar #primary-menu ul{
        display: flex;
        flex-direction: column;
    }
    .left_sidebar a{
        color: black;
    }
    .mobile-menu-header-logo{
        width: 150px;
        margin-top: 20px;
    }
    /* Demo Buttons Style */
    .codrops-demos {
        padding-top: 1em;
        font-size: 20px;
    }
    .codrops-demos a {
        display: inline-block;
        margin: 0.35em 0.1em;
        padding: 0.5em 1.2em;
        outline: none;
        text-decoration: none;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        font-weight: 800;
        border-radius: 10px;
        font-size: 20px;
        border: 2px solid transparent;

    }

    .codrops-demos_sidebar a {
        /*display: inline-block;*/
        margin: 0.35em 0.1em;
        padding: 0.5em 1.2em;
        outline: none;
        text-decoration: none;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        font-weight: 800;
        border-radius: 10px;
        border: 2px solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: black;
        font-family: Montserrat;
    }
    .codrops-demos_sidebar{
        font-family: Montserrat;
        /*position: absolute;*/
        top: 20%;
        bottom: 20%;
        padding-top: 1em;
        font-size: 1.2em;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: black;
    }
    .menu_button{
        display: flex;
        width: 50px;
        height: auto;
        position: absolute;
        left: -80px;
        top: 30px;
        z-index: 1000;
        cursor: pointer;
    }
    .cancel_button{
        width: 30px;
        height: auto;
        position: absolute;
        left: 25px;
        top: 25px;
    }
    .menu_active {
        transform: translateX(0%);
    }
    .content_active {
        transform: translateX(-100%);
    }
    .codrops-demos_sidebar a:hover,
    .codrops-demos_sidebar a.current-demo {
        color: black;
        border-color: black;
    }
}

@media (max-width: 860px) {
    .header-contact-wrapper {
        margin-left: 20%;
    }
}
@media (max-width: 760px) {
    .header-contact-wrapper {
        display: none;
    }
}
@media (max-width: 660px){
    .header-contact-wrapper{
        display: none;
    }

    .popup-call-back .popup-content{
        width: 70%;
        height: auto;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 1.5rem 1.5rem;
        background-color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .popup-title{
        width: 100%;
        font-size: 1.3rem;
    }
    .popup-call-back-result .popup-content{
        width: 70%;
        height: auto;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 1.5rem 1.5rem;
        background-color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .popup-call-back-result .popup-content p{
        font-size: 1.4rem;
    }
}
@media (max-width: 525px) {
    .back-call{
        display: none;
    }
    .logo{
        margin-left: 10%;
    }
    .header-contact-wrapper{
       display: none;
    }
    .header-banner-title, .header-banner-text{
        margin-left: 0;
        text-align: center;
    }
}
@media (max-width: 425px) {
    header {
        width: 100%;
    }
    .menu_button{
        width: 40px;
        top: 26px
    }
    .header-banner img{
        width: 220px;
    }
    .header-banner-text{
        width: 90%;
        font-size: 1.7rem;
        margin: 0 auto;
        margin-top: 50px;
    }
}
@media (max-width: 360px) {
    .mobile-menu-header-logo{
        width: 150px;
        margin-top: 20px;
    }
}