/* CSS  */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Uchen&display=swap');

body {
	color: #000;
}

.top-header {
	background-color: #0284a2;
	color: #fff;
	padding: 5px;
	font-family: 'Montserrat', sans-serif;
}


.lft-sd-top a {
	color: #afd4dd;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

.lft-txt {
	color: #000;
}


.rht-sd-top {
	background-color: #afd4dd;
	padding: 11px 0;
	border-radius: 25px;
	width: 65%;
}

.rht-sd-top a {
	color: #fff;
	text-decoration: none;
}

.dropdown_search {
	position: absolute;
	z-index: 9;
	margin-left: -200px;
	display: none;
	margin-top: 12px;
}

/*.rht-sd-top:hover .dropdown_search {*/
/*  	display: block;*/
/*}*/

.side-cart {
	position: fixed;
	width: 0px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 9;
	transition: 0.5s;
	overflow-x: hidden; 
    overflow-x: auto; 
}

.crthead {
	padding: 20px 20px 5px 20px;
	border-bottom: 1px solid #afd4dd;
	text-align: left !important;
}

.crthead h3 {
	display: inline-block;
	font-family: 'Uchen', serif;
}

.crthead span {
	float: right;
	margin-top: 5px;
}

.crtbody {
	padding: 15px;
}

.crtbody a {
	color: #000;
	text-decoration: none;
}


.mbsidemn {
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9;
	transition: 0.5s;
}

.mbsdm {
	padding: 20px 20px 5px 20px;
	border-bottom: 1px solid #afd4dd;
	text-align: left !important;
	visibility: hidden;
}

.mbsdm h3 {
	display: inline-block;
	font-family: 'Uchen', serif;
}

.mbsdm span {
	float: right;
	margin-top: 4px;
}

.mbmnbdy {
	list-style: none;
	padding-left: 0px;
	padding-top: 15px;
	visibility: hidden;
}

.mbmnbdy li {
	padding: 5px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.mbmnbdy li > a {
	text-decoration: none;
	color: #000;
}


.ech-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ech-section h2 {
	color: #00708b;
	position: relative;
}

.ech-section h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #afd4dd;
	left: 0;
	right: 0;
	bottom: -20px;
}

.gem-head {
	margin-top: 25px;
	margin-bottom: 10px;
}

.gem-head a {
	background-color: #afd4dd;
	font-size: 20px;
	border-radius: 15px;
	padding: 7px 20px;
	text-decoration: none;
	color: #000;
	font-family: 'Uchen', serif;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #afd4dd;
}

.nav-link {
    color: #5c6066;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 1047px;
	left: -786px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}


.dropdown:hover .dropdown-content {
  	display: block;
}


.sidemgcts {
	background-color: #eee;
	padding: 15px ;
	width: 30.5%;
	display: inline-block;
	height: 285px;
}


.submenudtl {
	display: inline-block;
	width: 69%;
	vertical-align: top;
}

.sbmenu > li {
	display: block !important;
    text-align: left;
}

.sbmenu > li > a {
    font-size: 17px !important;
}

.sbmenu li > a > i {
	float: right;
	padding-top: 4px;
}

.sidemgsubct {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 15px;
	float: left;
}

.sidemgsubct > .sbmenu > li > a {
	font-size: 15px !important;
}

.review-stars {
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
}


.rew-star {
	list-style: none;
	padding-left: 0px;
}

.rew-star li {
	display: inline-block;
}

.rew-star i {
	color: #afd4dd;
	font-size: 20px;
}

.rvstr-selected {
    font-weight: 900;
}

/********************************/

.tpfx {
	background: rgb(251 251 251 / 90%);
}

.top-menu {
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 30px;
}

.top-menu ul {
	list-style: none;
	padding-left: 0px;
}

.top-menu ul > li {
	display: inline-block;
	padding-right: 30px;
}

.top-menu ul > li > a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-family: 'Uchen', serif;
}

.top-menu ul > li > a:hover {
	color: #0284a2;
}

header::before {
    content: '';
    background-image: url('images/head_shadow.png');
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position-x: center;
    background-position-y: top;
    position: absolute;
    height: 15px;
    width: 100%;
    z-index: 1;
    left: 0;
   	top: 200px;
}

.head-mob {
	display: none;
}

.mob-tb {
	display: none;
}

.brdcm-sec {
    padding: 15px 15px;
    background-color: #afd4dd;
}

.subcat-lnk {
	color: #000;
	text-decoration: none;
}

.subcat-lnk:hover {
	color: #0284a2;
}

.pronm {
    height: 88px;
}

.pronm a {
	color: #000;
	text-decoration: none;
}

.pro-star {
	list-style: none;
	padding-left: 0px;
}

.pro-star li {
	display: inline-block;
}

.pro-star a {
	color: #afd4dd;
}

.product_price span {
	font-size: 25px;
	font-weight: bold;
}


.active>.page-link, .page-link.active {
    background-color: #0284a2;
    border-color: #0284a2;
}

.page-link {
    color: #6c757d;
}

.btn-primary {
    background: #0284a2;
    border-color: #0284a2;
}

.btn-primary:hover {
    background-color: #019bbf;
    border-color: #019bbf;
}

/**********************************/

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.tab-lst {
	list-style: none;
}

.tab-lst li {
	display: inline-block;
	padding-right: 25px;
}

.tb-btn {
	padding: 6px 20px 4px 20px;
	background-color: #afd4dd;
	border-color: #afd4dd;
	border-radius: 15px;
	border-style: none;
	font-size: 20px;
	color: #000;
	font-family: 'Uchen', serif;
}


.txt-justify {
	text-align: justify;
}

.bg-color {
	background-color: #dcf2f7;
}

.abt_title {
	position:relative;
	z-index: 2;
	bottom: 60%;
	text-align: center;
	padding: 55px;
}

.abt_title h1 {
	font-size: 100px;
}


.blg-title {
	background-color: #00708b;
	color: #fff;
	padding: 10px 11px 1px 11px;
	position: relative;
	margin-top: -20px;
	width: 80%;
	margin-inline: auto;
}

.tstmonl {
	background-color: #0284a2;
	color: #fff;
	padding: 25px 40px 15px 40px;
	text-align: justify;
}



.accordion-button:not(.collapsed) {
    color: #ffffff;
    font-weight: bold;
    background-color: #0284a2;
}


.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bg-ftrclr {
	background-color: #0284a2;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}

.side-brd {
	border-right: 2px solid #0284a2;
}

.fnt-footr {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.hrstl {
	height: 2px;
    background-color: #0284a2;
    border: none;
}

.ftcall {
	background-color: #0284a2;
	color: #fff;
	padding: 10px 13px;
	border-radius: 25px;
}

.ftr-social {
	list-style: none;
	padding-left: 0px;
}


.ftr-social li {
	display: inline-block;
	padding-right: 5px;
}

.ftr-social li > a {
	padding: 10px 15px;
	color: #0284a2;
	border-radius: 25px;
	border: 2px solid #0284a2;
}

.ftr-social li > a:hover {
	color: #fff;
	background-color: #0284a2;;
}


.ftbarmenu {
	list-style: none;
	padding-left: 0px;
}

.ftbarmenu {
	list-style: none;
	padding-left: 0px;
}

.ftbarmenu li > a {
	color: #000;
	text-decoration: none;
}

.ftbarmenu li > a:hover {
	text-decoration: underline;
}

.cnt-styl {
	color: #00708B;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}


.ft-icons {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    right: 80px;
}
.whatsappicon i {
    font-size: 18px;
    padding-right: 5px;
}
.whatsappicon {
    height: 40px;
    bottom: 28px;
    color: #fff;
    background-color: #006024;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    text-decoration: none;
    font-weight: bold;
}


.custStns {
    background-color: #f7fbfd;
    padding: 20px 20px;
}

.current_price {
    font-size: 20px;
    font-weight: bold;
}

.gmbx {
    height: 530px;
    overflow: hidden;
}

.gmbxrdmr {
    /*color: red;*/
    cursor: pointer;
}

.comt-img {
    color:#fff;
    background-color: #0284a2;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-left: 25%;
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
}

/****************************************/

@media (max-width: 768px) {

	.head-desk {
		display: none;
	}

	.head-mob {
		display: block;
	}

    #fltOptn {
		display: none;
	}
	
    .mob-lst {
    	list-style: none;
    	padding-left: 0;
    	margin-top: 15px;
    	margin-bottom: 40px;
    }

    .mob-lst li {
    	display: inline-block;
    	margin-right: 20px;
    }

    .mob-lst li > a {
    	padding: 15px 18px;
    	background-color: #afd4dd;
    	color: #fff;
    	border-radius: 25px;
    }
    
    .dropdown_search_mob {
    	position: relative;
    	z-index: 9;
    	/*margin-left: -200px;*/
    	display: none;
    	margin-bottom: 12px;
    }

    
    .gem-head a {
		font-size: 17px;
		padding: 3px 12px;
	}

    header::before {
	    background-size: 500px;
	   	top: 207px;
	}

	.dsk-tb {
		display: none;
	}

	.mob-tb {
		display: block;
	}

	.abt_title h1 {
		font-size: 70px;
	}
	
	.tstblk {
	    display: none;
	}

	.ftmnhead a {
		color: #000;
		text-decoration: none;
	}

	.tb-btn {
/*		padding: 6px 20px 4px 20px;*/
		font-size: 17px;
	}


	/*.mbmenu {
		position: fixed;
	    width: 0;
	    z-index: 9;
	    background: #fff;
	    top: 0;
	    right: 0px;
	    text-align: left;
	    height: 800px;
	    display: block;
	    transition: 0.5s;
		margin-top: 88px;
	}
*/
	/*.mbmenu ul {
		list-style: none;
		margin: 0;
	  	padding: 0;
	}

	.mbmenu ul li a {
	  	height: 50px;
	  	line-height: 50px;
	  	padding: 0 20px;
	  	color: #000;
	  	text-decoration: none;
	  	display: block;
	  	font-weight: bold;
	}

	.mbmenu ul li a:hover,
	.mbmenu ul li a.active {
	  	color: #fff;
	  	background: #c62dcf;
	}

	.mobbtn {
		display: block;
	}

	.mynav {
		display: none;
	}*/
}


@media (max-width: 576px) {

	.abt_title h1 {
		font-size: 50px;
	}
}