@charset "utf-8";

/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

:root {
	--primary: #d00009;
	--secondary: #002359;
	--secondary-dark: #00122f;
	--white: #ffffff;
	--black: #353535;
	--fonts-title: "Open Sans", serif;
	--fonts: "Heebo", serif;
}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1450px) {
	.footer-menu-div{
		width: 20%;
		padding: 0 10px;
	}

	.header .main-menu ul li a{
		margin: 0 20px;
		font-size: 16px;
	}

	.header .utility-menu ul li a{
		margin: 10px 5px;
	}

	.header_sticky .main-menu ul li a{
		margin: 0 20px;
		font-size: 16px;
	}

	.header_sticky .utility-menu ul li a{
		margin: 10px 5px;
	}

	.footer-menu-list li{
		margin: 15px 0;
	}

	.social-br{
		display: block;
	}

	.about-img p{
		font-size: 30px;
		line-height: 50px;
	}

	.about-img p {
		top: 30%;
		left: 25%;
		transform: translate(-30%, -25%);
	}

	.about-img span{
		font-size: 70px;
	}
}

@media only screen and (max-width: 1300px) {
	.com-tab-bg{
		display: none;
	}

	.ind-tab-moibile{
		display: block;
	}

	.header .utility-menu{
		height: 110px;
	}

	.header .utility-menu ul{
		margin: 30px 10px 0 0;
	}

	.header .utility-menu ul li a{
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		margin: 5px 0;
	}
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {
	.section {
		padding: 35px 0;
	}

	.space-padding .row > *{
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	
	.space-padding .row {
		--bs-gutter-x: 1.5rem;
	}

	.col {
		flex: 1 0 0%;
		width: 100% !important;
		min-width: 100%;
	}

	.footer-menu-list{
		max-height: 180px;
	}

	.footer-menu{
		margin-bottom: 10px;
		padding: 15px;
	}

	.mobile-none{
		display: none !important;
	}

	.header {
		height: 80px;
		display: flex;
		box-shadow: 0 4px 10px rgba(0,0,0,.2) !important;
	}
	
	.header .logo {
		width: 195px;
		line-height: 80px;
	}

	.header .sidebar-menu-btn a{
		width: 70px;
	}

	/* .header .burger-menu{
		width: 35px;
		height: 32px;
	} */

	.header .utility-menu{
		height: 80px;
	}

	.header .utility-menu ul{
		margin: 20px 10px 0 0;
	}

	.header .utility-menu ul li a{
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
		margin: 0px 0;
	}

	.header .main-menu{
		display: none;
	}

	.header .utility-menu{
		margin-left: auto;
	}
	
	.header_sticky {
		height: 70px;
		display: flex;
		box-shadow: 0 4px 10px rgba(0,0,0,.2) !important;
	}
	
	.header_sticky .logo {
		width: 170px;
		line-height: 70px;
	}

	.header_sticky .main-menu{
		display: none;
	}

	.header_sticky .sidebar-menu-btn a{
		width: 70px;
	}

	.header_sticky .utility-menu{
		height: 70px;
		margin-left: auto;
	}

	.header_sticky .utility-menu ul{
		margin: 15px 15px 0 0;
	}

	.header_sticky .utility-menu ul li a{
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
		margin: 0px 0;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.copyrights-desk{
		display: none;
	}

	.copyrights-mobile{
		display: block;
	}

	.credits{
		text-align: center;
	}

	.newsletter{
		display: block;
	}

	.newsletter p {
		width: 100%;
	}

	.textbox-newsletter{
		width: 100%;
	}

	.footer-contact-social{
		width: 100%;
		display: block;
	}
	.contact-br{
		display: block;
	}
	.about-img p{
		font-size: 48px;
		line-height: 80px;
	}

	.about-img span{
		font-size: 80px;
	}

	.about-img p {
		top: 15%;
		left: 25%;
		transform: translate(-15%, -50%);
	}

	.page-head{
		height: 100px;
		padding: 0px 0 !important;
	}

	.breadcrumb {
		display: none;
	}

	.page-head h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 5px;
		position: absolute;
		top: 50%;
		left : 50%;
		width: 100%;
		text-align: center;
		transform: translate(-50%, -50%);
	}

	.search-img-div {
		height: 135px;
	}

	.search-img-div img{
		max-height: 135px;
	}
}

@media only screen and (max-width: 992px) {

	

	p {
		color: var(--black);
		font-weight: 500;
		margin-bottom: 25px;
		font-size: 15px;
		line-height: 22px;
	}

	.section-title{
		font-size: 24px;
	}

	.textbox-newsletter{
		width: 100%;
	}

	.social-br{
		display: block;
	}

	.contact-br{
		display: none;
	}
	
	.about-img p {
		top: 50%;
		left: 25%;
		transform: translate(-25%, -50%);
	}
}

@media only screen and (max-width: 767px) {
	.contact-br{
		display: block;
	}

	.social-br{
		display: block;
	}

	.about-img p{
		font-size: 30px;
		line-height: 50px;
	}

	.about-img span{
		font-size: 50px;
	}

	.cookies{
        width: 100%;
        left:0;
        bottom:0;
        border-radius: 0;
    }

	.header-enquiry {
        padding: 10px;
    }

	.enq-list{
		position: relative;
	}

	.enq-list-div{
		height: calc(100vh - 480px);
	}

	/* .enq-list img {
		width: auto;
		height: 100%;
		max-height: 60px;
		border-radius: 7px;
		position: absolute;
		left: 10px;
	} */

    .enq-list {
        display: flex;
        
		/* padding: 10px 10px 10px 10px; */
		min-height: 82px !important;
		height: auto !important;
    }

	.enq-content{
		padding: 10px;
		height: auto;
	}

    .enq-list .content-div {
        width: 100%;
        height: auto;
        min-height: 50px;
		padding:  10px 25px 10px 10px;
    }

    .enq-list .content-div .text {
        padding: 0;
        text-align: left;
		top: 0;
		transform: none;
		position: relative;
    }

	.enq-list .content-div .text p {
		font-size: 14px;
		color: var(--primary);
		font-weight: 600;
		margin-bottom: 0;
	}

	.enq-list .delete-enq {
		right: 10px;
		top: 10px
	}

	.hide_enquiry{
		top: 20px;
		right: 20px;
	}

	.search-img-div {
		height: 135px;
	}

	.search-img-div img{
		max-height: 135px;
	}
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 375px) {
	.sidebar-menu-btn a{
		width: 65px;
	}
}