/* Mobile Layout: 320px. */

@media only screen and (max-width: 1199px) {
    .header-area {
		padding-top: clamp(100px, calc(50vh - 159px), 345px);
		padding-bottom: clamp(100px, calc(50vh - 159px), 345px);
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gray-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .flex-box {
        display: block;
    }
    .section-title {
/*        font-size: 40px;*/
/*        line-height: 50px;*/
        margin-bottom: 30px;
    }

/*-- Header-Area --*/
    .header-area {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .header-text {
        text-align: center;
        margin-bottom: 40px;
    }
    .header-text .main-title {
        line-height: 50px;
    }

/*-- Feature-Area --*/
    .single-feature.align-right {
        padding-right: 0px;
        padding-left: 80px;
        text-align: left;
    }
    .single-feature.align-right .icon {
        right: auto;
        left: 0px;
    }
    .single-feature.align-right:before {
        right: auto;
        left: 30px;
    }
    .feature-image {
        -webkit-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }
    .feature-image.image-2 {
        margin: 60px 0px;
    }

/*-- Advantage-Area --*/
    .advantage-area {
        padding-bottom: 30px;
    }

/*-- Order-Area --*/
    .order-area {
        padding-bottom: 50px;
    }

/*-- Product-Area --*/
    .product-table {
        margin-bottom: 30px;
    }

/*-- Footer-Area --*/
	.footer:after {
		width: 47%;
	}
	.footer .map{
		width: 53%;
	}
}

@media only screen and (max-width: 767px) {
/*-- Footer-Area --*/
	.footer {
		padding-top: 0px;
	}
	.footer:after {
		display: none;
		padding-top: 0;
	}
	.footer .map {
		position: relative;
		margin-bottom: 25px;
		height: 360px;
		width:100%;
	}
	.footer-content {
		text-align: center;
	}
	.footer .social-icons {
		justify-content: center;
	}
}

@media only screen and (max-width: 579px) {
/*-- Product-Area --*/
    .single-addon .gallerys {
        margin-left: -7px;
        margin-right: -7px;
    }

    .single-addon .gallerys > div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .single-addon .gallerys > div:not(:last-child) {
        margin-bottom: 15px;
    }

/*-- Gallery-Area --*/
    #gallery-section .gallerys {
		margin-left: -7px;
        margin-right: -7px;
        margin-bottom: -15px;
    }
    #gallery-section .gallerys > div {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px;
    }

/*-- Video-Area --*/
    #video-section .video-gallerys {
		margin-right: -15px;
		margin-left: -15px;
	}

    .video-slider .single-video {
        margin: 0px 7px;
    }

/*-- Footer-Area --*/
	.copyright-text span {
		display: block;
	}
}
