@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
/*  
font-family: "Gabarito", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", sans-serif;
}
body{
	background-color: #ffffff !important;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/*============================================
			Top Header Css START
============================================*/

.promo_top_text {
	background-color: #003466;
	padding: 14px 0px;
}
.logo a svg {
	width: 300px;
	height: 70px;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 21px;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	font-weight: 600;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 25px 85px;
	/* background-color: #f8f8f8; */
}
.top_header_wrapper {
	display: flex !important;
	/* justify-content: center; */
	align-items: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text h1 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2px;
	font-family: "Poppins", sans-serif;
	color: #282827;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}
.Verifie-text p {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #555555;
	margin-bottom: 0;
	letter-spacing: 0.80px;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}

.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: center;
	list-style: none;
}
.main_menu ul li {
	padding: 0px 10px;
	position: relative;
	width: 16.66%;
	text-align: center;
}

.main_menu ul li {
	border-right: 1px solid #fff;
}
.main_menu ul li:last-child {
	padding-right: 0px;
	border-right: none;
}
.main_menu ul li:last-child::after{
    display: none;
}
.main_menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	letter-spacing: 0.4px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 0;
}
.main_menu ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	margin: auto;
	transition: all 0.5s ease-in-out;
	/* color: #000 !important; */
}
.main_menu ul li a:hover::before{
	width: 100%;
}
.main_menu ul li:first-child a {
	margin: 0 0 0 -11%;
}
/* mobile-menu-css-tart */


.main_menu_mobile {
	position: relative;
	display: inline-block;
}

.main_menu_mobile {
	padding-left: 10px;
	font-size: 16px;
	border: none;
	cursor: poPoppins !important;
}
.menu-links {
	display: none;
	position: absolute;
	background-color: #000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 111;
	right: 20px;
	top: 10px;
	width: 250px;
}
.menu-btn{
	background-color: transparent;
  	outline: none;
  	border: 0px;
}
.menu-links a {
	color: #fff;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
}
.main_menu_mobile:hover .menu-links {
	display: block;
}
.menu-btn img{
	width: 60%;
}
.menu-links a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.80px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	color: #fff !important;
}
.menu-links a:hover {
	color: #fdcc10 !important;
}
/* responsive */
@media screen and (max-width: 1599px) {
	.top_section {
		padding: 25px 55px;
	}
}
@media screen and (max-width: 1499px) {
	.top_section {
		padding: 25px 3.6%;
	}
}
@media screen and (max-width: 1399px) {
	.top_section {
		padding: 25px 3%;
	}
}
@media screen and (max-width: 1299px) {
	.main_menu ul li {
		width: 17.66%;
	}
	.main_menu ul li:nth-last-child(2){
		width: 20%;
	}
}
@media screen and (max-width: 1199px) {
	.main_dezign_brain_header .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.main_menu ul li {
		padding: 0px 10px;
		position: relative;
		/* width: auto; */
	}
	.Verifie-text h1 {
		font-size: 14px;
	}
	.top_section {
		padding: 25px 0;
	}
	
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
    .Verifie-main {
        justify-content: center;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .menu{
        display: none;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_header .logo a img {
        width: 80%;
    }
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
    .welcom_text {
        text-align: center;
    }
	.promo_top_text {
		display: none;
	}
	.top_header_wrapper {
		margin: 0 0 20px 0;
	}
	.top_header_wrapper {
		justify-content: space-between !important;
	}
}

@media screen and (max-width: 767px) {
	.Verifie-main {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:575px) {
	.logo a svg {
	width: 270px;
	height: 60px;
}
}
@media screen and (max-width: 480px) {
	.main_dezign_brain_header .col-lg-4.col-md-6{
		display: none;
	}
	.top_header_wrapper{
		margin: 0;
	}
	.logo a svg {
		width: 240px;
		height: 55px;
	}
}
@media screen and (max-width: 350px) {
.top_newsletter_link ul li a {
	font-size: 12px;
	padding: 3px 7px;
}
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
.Verifie-text h1 {
	font-size: 15px;
}
.Verifie-text p {
	font-size: 13px;
}
.logo a svg {
	width: 210px;
	height: 50px;
}
}
/*============================================
			Header Css END
============================================*/
/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0 auto 40px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	#slidersection {
		margin:0px auto 40px;
	}
}
/*================================== BANNER CSS END  ================================== */
/* ============================== PRODUCT_DES2 CSS START ============================== */
.round_bg {
	margin: 0 0 40px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 25px 0;
}
.mobile-desc{
	display: none;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	/* border: 1px solid #e2e2e2; */
	border-radius: 10px;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 14%;
	padding: 0 7.1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 12%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
}
/* Images Code END */

/* Table Code START */
.bg-transparent {
	background: none;
	border: none;
	text-align: right;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}
.product_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.round_bg2::after {
	position: absolute; 
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 0px;
	content: "";
	width: 206px;
	height: 358px; 
	background:url("../images/round_bg2_after.png");
	background-repeat: no-repeat;
	background-position: center center;
	animation: shimmyright 5s infinite;
	animation-direction: alternate;
} 
@keyframes shimmyright {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(50px, 0px);
}
}

.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Poppins', sans-serif;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	width: 100%;
}
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 20px 0px 0;
	border-radius: 10px !important;
	margin-top: 0px;
	/* border: 1px solid #e2e2e2; */
	max-height: 660px;
	height: 660px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Poppins', sans-serif;
}
.desc-rd.desc-text p{
	margin-bottom: 10px;
}
.desc-rd.desc-text b {
	font-size: 14px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 15px;
}
.desc-hedtitle {
	color: #003466;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 0px;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-transform: capitalize;
	border-bottom: 2px solid #dadada;
	padding: 0 0 12px 0;
	margin: 0 0;
}
.desc-hedtitle-mobile{
	display: none;
}
.desc-wapper {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #dadada;
}
.desc-rd p {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 26px;
	color: #333333;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 15px;
	color: #555555;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.30px;
	line-height: 25px;
	overflow: auto;
	scrollbar-width: 2px;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 630px;
	height: auto;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	background: url('../images/des-true.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 26px;
	margin-bottom: 5px;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	padding: 0px !important;
	padding-right: 12px !important;
} 
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 10px;
	color: #515151 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd li { 
	margin-bottom: 10px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.des-box {
	display: flex;
	align-items: center;
	gap: 50px;
	padding: 10px 0;
}
.des-box-text {
	width: 70%;
}
.des-box-img{
	width: 30%;
}
.db-button {
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	background: #003466;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.db-button:hover{
	background: #003466;
	color: #fff;
}
.des-box-text p{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	margin: 10px 0 0;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 560px;
		height: 560px;
	}
	.desc-text{
		max-height: 560px;
	}
}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 30px;
	}
	#right_box {
		max-height: 560px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
		width: 25%;
	}
	#right_box{
		max-height: max-content;
	}
	.des-box-img{
		display: none;
	}
	.des-box-text {
		width: 100%;
	}
	.desc-rd.desc-text p {
		line-height: 27px;
	}
	.thumb {
		font-size: 0;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	.round_bg .container {
		padding: 0 15px;
	}
	.desc-hedtitle-mobile{
		display: block;
	}
	.desc-hedtitle-dextop{
		display: none;
	}
	.desc-text {
		max-height: max-content;
	}
}
/* ============================== PRODUCT_DES2 CSS END ============================== */


/*================================== INFOBOX CSS START  ================================== */
.info-box{
	margin:  0 0 60px 0;
}
.info-box-hadding{
	display: none;
}
.infobox-text h2, .infobox-img h2 {
	color: #003466;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	line-height: 35px;
}

	.infobox-text p,.infobox-img p {
		color: #666666;
		font-size: 16px;
		line-height: 30px;
		font-weight: 400;
		letter-spacing: 0.30px;
		z-index: 1;
		font-family: 'Poppins', sans-serif;
		margin: 0 0 10px 0;
	}
	.infobox-text p b{
		color: #222222;
		font-weight: 500;
	}
	.infobox-text ol li {
		list-style: none;
		color: #003466;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.30px;
		z-index: 1;
		font-family: 'Poppins', sans-serif;
		line-height: 80px;
		display: flex;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.infobox-text ul li {
		list-style: none;
		color: #333;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.30px;
		z-index: 1;
		font-family: 'Poppins', sans-serif;
		line-height: 20px;
		background: url('../images/true.png');
		background-repeat: no-repeat;
		background-position: left 5px;
		padding-left: 26px;
		margin-bottom: 13px;
	}
	.infobox-text ol li img{
		margin-right: 10px;
	}
	.infobox-text ol li span {
		display: inline-block;
		width: 80%;
		line-height: 20px;
	}
	.infobox-text ol {
		margin: 25px 0 0 0;
	}
	.infobox-img{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.infobox-img h2{
		margin:15px 0 10px;
		text-align: center;
		}
@media (max-width:1199px) {
	.infobox-text h2, .infobox-img h2 {
		font-size: 22px;
	}
	.infobox-text ol li {
		font-size: 16px;
		line-height: 68px;
	}
}
@media (max-width:767px) {
	.infobox-text h2, .infobox-img h2 {
		font-size: 19px;
		line-height: 29px;
	}
	.infobox-text p, .infobox-img p {
		font-size: 14px;
		line-height: 26px;
	}
	.infobox-text ol li img {
		margin-right: 5px;
		width: 40px;
	}
	.infobox-text ol li {
		/* font-size: 14px; */
		line-height: 50px;
	}
}
@media (max-width:575px) {
	.infobox-text ul li {
		font-size: 14px;
	}
	.info-box-mob{
		margin-bottom: 40px;
	}
	.info-box-mob{
		margin-bottom: 60px;
	}
	.infobox-text p, .infobox-img p {
		font-size: 15px;
		line-height: 23px;
	}
}
@media (max-width:480px) {
	.info-box-hadding{
		display: block;
	}
	.infobox-text ol {
		margin: 20px 0 0 0;
	}
	.infobox-text h2, .infobox-img h2 {
		font-size: 16px;
		line-height: 24px;
	}
}
	/*============================================
			INFOBOX Css END
============================================*/
	/*============================================
			service Css END
============================================*/
.db-service {
	background: #f5f5f5;
	padding: 30px 0;
}
.db-service-titel {
	width: 80%;
	margin: 0 auto;
}
.db-service-titel h2 {
	color: #003466;
	font-size: 26px;
	line-height: 35px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
}
.db-service-box h2 {
	color: #003466;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 20px 0 10px 0;
}


.db-service-box  ul li {
	list-style: none;
	color: #555555;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	background: url('../images/true.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 26px;
	margin-bottom: 13px;
}
@media (max-width:767px) {
	.db-service-titel {
		width: 100%;
	}
}
@media (max-width:575px) {
	.db-service-titel h2 {
		text-align: left;
		font-size: 23px;
		line-height: 30px;
	}
}
@media (max-width:480px) {
	.db-service-box img {
		width: 70%;
	}
	.db-service-titel h2{
		font-size: 21px;
	}
}
	/*============================================
			service Css END
============================================*/
	/*============================================
			product Css START
============================================*/
.db-product{
	margin: 60px 0;
}
.db-product-box {
	padding: 10px;
	background: #f5f5f5;
}
.db-product-box h2 {
	color: #222222;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 20px 0 10px 0;
}
.db-product-box h2 a{
	color: #222222;
}
.db-product-box ul li{
	list-style: none;
	color: #5e9602;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	background: url('../images/true-green.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 22px;
	margin-bottom: 13px;
}
.db-product-box p{
	color: #003466;
	font-size: 16px;
	line-height: 22px;
	font-weight:600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
}
.db-product-seemore-btn {
	text-align: center;
	margin: 40px 0 0 0;
}
@media (max-width:991px) {
	.db-product-box {
		margin: 0 0 20px 0;
	}
}
@media (max-width:480px) {
	.db-product-box,.db-product-box h2,.db-product-box p {
		text-align: center;
	}
	.db-product-box ul li {
		display: inline-block;
	}
	.db-product-box_mob{
		display: none;
	}
}
	/*============================================
			product Css END
============================================*/
	/*============================================
			footer Css START
============================================*/
.footer-top {
	background: #f5f5f5;
	padding: 50px 0;
}
.footer-box h2 {
	color: #003466;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	/* border-bottom:1px solid #dcdcdc ; */
	position: relative;
	/* padding-bottom: 10px; */
	margin-bottom: 30px;
}
/* .footer-box h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: -2px;
	width: 30%;
	height: 3px;
	background: #003466;
}	 */
.footer-box p{
	color: #555555;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
}
.footer-bottom {
	background: #003466;
	padding: 10px 0;
	text-align: center;
}
.footer-bottom p{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	margin: 0 ;
}
.footer-bottom p a{
	color: #fff;
	text-decoration: underline;
}
@media (max-width:767px){
	.footer-box {
		margin: 0 0 30px 0;
	}
	.footer-top {
		padding: 50px 0 20px;
	}
}
/*============================================
			Footer Css END
============================================*/
/*============================================
			dezign_image_with_text Css Start
============================================*/
.dezign_image_with_text_contant {
	width: 40%;
	padding: 30px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	margin-left: 70px;
	border-radius: 20px;
}
.dezign_image_with_text {
	background-image: url(../images/slider.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 95px 0;
	margin: 0 0 20px 0;
}
.dezign_image_with_text_contant h2 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	color: #111111;
}
.dezign_image_with_text_contant ul li{
	background: url('../images/des-true.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 26px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.30px;
	color: #555555;
}
.dezign_image_with_text_rating span{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.30px;
	color: #111111;
}
.dezign_image_with_text_contant p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px 0;
	color: #555555;
}
@media (max-width:1499px) {
	.dezign_image_with_text {
		background-size: cover;
	}	
	.dezign_image_with_text_contant {
		width: 50%;
		margin-left: 60px;
	}
}
@media (max-width:1399px) {
	.dezign_image_with_text {
		padding: 55px 0;
	}
	.dezign_image_with_text_contant {
		margin-left: 50px;
	}
}
@media (max-width:1199px) {
	.dezign_image_with_text_contant {
		width: 69%;
		margin-left: 35px;
	}
	.dezign_image_with_text {
		padding: 33px 0;
	}
	.dezign_image_with_text_contant h2 {
		font-size: 35px;
		line-height: 37px;
	}
}
@media (max-width:767px) {
	.dezign_image_with_text {
		background-image: url(../images/slider_mob.jpg);
		padding: 13px 0px 270px;
	}
	.dezign_image_with_text_contant {
		width: 90%;
		padding: 20px;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		margin: auto 20px;
	}
	
}
@media (max-width:575px) {
	.dezign_image_with_text_contant h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.dezign_image_with_text {
		background-position: right;
	}
}
@media (max-width:480px) {
	.dezign_image_with_text_contant h2 {
		font-size: 21px;
		line-height: 23px;
		margin: 0 0 10px 0;
	}
	.dezign_image_with_text{
		background-image: url(../images/slider_mob480.jpg);
	}
	.dezign_image_with_text_contant ul li{
		font-size: 15px;
	}
	.dezign_image_with_text {
		padding: 13px 0px 280px;
	}
	.dezign_image_with_text {
		background-position: center;
	}
	.dezign_image_with_text_contant p{
		font-size: 15px;
	}
}
@media (max-width:360px) {
	.dezign_image_with_text_contant ul li{
		font-size: 14px;
	}
}
/*============================================
			dezign_image_with_text Css END
============================================*/

/*  */
.dezign_restful_nights {
	background: #f5f5f5;
	padding: 40px 0;
	margin: 0 0 40px 0;
}
.dezign_restful_nights_hadding {
	text-align: center;
	margin: 0 0 30px 0;
}
.dezign_restful_nights_hadding h2{
	font-size: 30px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	color: #003466;
}
.dezign_restful_nights_hadding p{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px 0;
	color: #555555;
}
.dezign_restful_nights_main_img {
	margin: 0 0 40px 0;
}
.dezign_restful_nights_box {
	text-align: center;
}
.dezign_restful_nights_box h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 0 0;
	color: #003466;
}
@media (max-width:1199px) {
	.dezign_restful_nights_box h2 {
		font-size: 19px;
		line-height: 26px;
	}
}
@media (max-width:767px) {
	.dezign_restful_nights_hadding h2 {
		font-size: 26px;
		line-height: 27px;
		margin: 0 0 10px 0;
	}
}
@media (max-width:480px) {
	.dezign_restful_nights_hadding h2 {
		font-size: 23px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}
	.dezign_restful_nights_hadding p {
		font-size: 14px;
	}
	.dezign_restful_nights_box h2 {
		font-size: 13px;
		line-height: 19px;
	}
	.dezign_restful_nights_box img {
		width: 61%;
	}
}
@media (max-width:361px) {
	.dezign_restful_nights_box h2 {
		font-size: 11px;
		line-height: 19px;
	}
}