/* Large Layout: 1201px.+ */

@media screen {
	.mainmenu-area {
		max-width: 100vw;
	}
	.header-container {
		max-width: 98vw;
	}
}

@media only screen and (min-width: 769px) {
	.photo-slider {
		height: 260px;
	}
}

/* Medium Layout: 1200px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.caption-slider .carousel-indicators li {
		padding-right: 15px;
	}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.navbar-header {
		max-width: 30%;
	}
	.caption-slider .carousel-indicators li {
		padding-right: 15px;
	}	
	.mainmenu-area #primary-menu > ul > li > a {
        padding: 30px 7px;
		font-size: 13px;
    }
    .header-area {
        padding-top: 80px;
    }
    .price-table,
    .box {
        padding: 30px 15px;
    }
	#photos .carousel .col-xs-12 .toper {
		margin-bottom: 15px;
		text-align: center;
	}
	#photos .carousel .col-xs-12 .two, #photos .carousel .col-xs-12 .three {
		margin-top: 0;
	}	
	#photos .carousel .col-xs-6 .two {
		margin-top: 70px;
	}
	
    .price-table.active {
        padding: 50px 15px;
    }
    .single-team {
        margin-bottom: 30px
    }
    .side-icon-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .header-area {
        padding-top: 120px;
        padding-bottom: 100px;
        height: auto;
    }
	.caption-slider .carousel-indicators li {
		padding-right: 15px;
	}
    .page-title h2,
    .header-text h2 {
        font-size: 22px;
    }
	.container h2 {
		font-size: 24px;
	}
	.container h3 {
        font-size: 20px;
    }
	.container h4 {
        font-size: 18px;
    }
	.container h5 {
        font-size: 16px;
    }	
    .mainmenu-area .navbar-toggle {
        margin-top: 20px;
    }
    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .mainmenu-area #primary-menu {
        background-color: #138FC2;
    }
    .mainmenu-area #primary-menu ul {
        overflow-y: auto;
        max-height: 70vh;
        margin: 0;
    }
    .mainmenu-area #primary-menu > ul > li > a {
        padding: 15px;
        overflow: hidden;
    }
    .box {
        padding: 30px 15px;
    }
	#photos .carousel .two, #photos .carousel .three {
		margin-top: 10px;
	}	
	#photos .carousel .col-xs-6 .two img, #photos .carousel .col-xs-6 .three img {
		  object-fit: cover;       /* Scale the image so it covers whole area, thus will likely crop */
		  object-position: center; /* Center the image within the element */
		  height: 194px;
		  width: 100%;
	}	
	.price-table.side {
		margin-top: 0;
	}
    .box .box-icon {
        height: auto;
    }
    .single-blog,
    .single-team,
    .price-table.active {
        margin-top: 30px;
    }
    .price-table.pets {
        margin-top: 30px;
    }	
    .form-double input {
        width: 100%;
    }
    .footer-top {
        margin-bottom: 50px;
    }
    .x-left {
        text-align: left;
    }
    .mainmenu-area .logo {
        margin-left: 15px;
		max-width: 80vw
    }
	.header-container{
		margin-left: 0;
		margin-right: 0;
		margin-top: 100px;
		width: 100%;
		padding-right: 8px;
	}
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}