
/* Medium Devices, Tablet, Mobile */    
@media only screen and (min-width: 320px) and (max-width: 1024px) {

    footer.footerArea {
        padding: 70px 15px 20px 15px;
    }

    .mobileMenuArea {
        display: block;
    }

    .pt {
        font-size: 14px;
        line-height: 26px;
    }

    .fz40 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
    }

	.banarArea {
		display: none;
	}

	.mobileBanar {
		display: block;
	}

	.banarContent h1 {
		 margin-bottom: 0px;
         font-size: 28px;
         line-height: 1.3;
         margin-bottom: 14px;
	}

	.banarQuot p {
		 padding-top: 15px;
         font-size: 14px;
	}

	.mobilebanarImage img {
	    display: block;
	    width: 100%;
	}

	.banarContent p, .banarContent h1 {
	color: #000;
	}

    .banarContent p {
        font-size: 18px;
    }

	.banarContent {
		padding: 50px 0 0px 0;
	}

	.mobbanaCon {
	    padding-bottom: 50px;
	    background: rgb(0 0 0 / 0.03);
        padding-left: 15px;
        padding-right: 15px;
	}

	.serviceText {
	    padding-top: 35px;
	    padding-bottom: 0;
	}

.singleServiceBox {
    flex-basis: 100%;
    height: auto;
}

img.servicImg {
    position: unset;
    height: 300px;
    order: 1;
}

.discoverBtnsArea {
    position: unset;
    justify-content: flex-start;
    padding-left: 15px;
    height: auto;
    padding: 0 15px 50px;
    background: #000;
}

.discoverBt {
}

.ServiceBoxList {
    padding: 0 0px;
}

.singleServiceBox h3 {
    padding: 30px 15px 15px 15px;
    margin: 0;
    text-align: left;
    background: #000;
    color: rgba(196,180,124,1);
    margin-bottom: -1px;
    font-size: 20px;
    line-height: 28px;
}

section.aboutUsContainer {
    padding: 0;
    flex-wrap: wrap;
    padding: 0 0px;
}

.aboutTextContainer {
    margin: 0;
    order: 2;
    flex-basis: 100%;
    min-height: auto;
    padding: 50px 0;
}

.aboutImageArea {
    margin: 0;
    flex-basis: 100%;
    min-height: auto;
}

.aboutImageArea img {
    width: 100%;
    height: auto;
}

section.contactArea {
    padding: 0;
}

section.mapLocation {
    padding: 0 15px;
    background: #F0F0F0;
}

ul.footBrand {
    flex-direction: column;
}

.footBrand img {margin-bottom: 15px;}

.contactInfoMobile {
	display: block;
}

.contactInfoDesk {
	display: none;
}

.contactContainer {
    flex-direction: column;
    padding: 0 15px;
}

.contactInfo {
    text-align: left;
    padding: 0 15px;
}

.aboutContent {
    max-width: 100%;
}

.contactForm form {
    max-width: 100%;
}

p.pt.contactInfoMobile {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banarQuot {
    padding: 0;
}

.contactInfo {
    padding: 0;
}

header.headerArea {
    padding: 30px 20px;
    position: relative;
}

a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobileMenuArea {
    display: flex;
    margin-left: auto;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 10;
}

ul.deskMenuList {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 3;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    transition: .3s;
     opacity: 0; 
     visibility: hidden; 
}

ul.deskMenuList.active {
    opacity: 1;
    visibility: visible;
}

ul.deskMenuList li {
    width: 200px;
}

.deskMenuList a {
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
}

ul.deskMenuList li a:hover, ul.deskMenuList li a.active {
    color: #C4B47C;
}

.mobileMenuArea .fa-bars {
    display: block;
}

.mobileMenuArea.active .fa-bars {
    display: none;
}

.mobileMenuArea .fa-times {
    display: none;
}

.mobileMenuArea.active .fa-times {
    display: block;
}

}