@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mayaindia.org/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(250,139,43);
	--wd-alternative-color: rgb(195,221,46);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(250,139,43);
	background-image: url(https://mayaindia.org/wp-content/uploads/2025/09/yellow-shade-top.png);
	background-size: cover;
	background-position: center top;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.vc_ui-panel pre.custom_code {
  margin: 5px 0;
  min-width: 800px !important;
}


.stickyfooter div {
  float: left;
  padding: 15px; 
}

.stickyfooter .request-call-back {
float:right;
  background: #f2910b;
	color:#fff !important;
}

.stickyfooter .request-call-back a {
	color:#fff !important;
}

.stickyfooter .callus-number {
float:left;
  background: #fbfaff;
}

.stickyfooter .emailus-id {
float:left;
  background: #fbfaff;
}


.mobilenav {position: fixed; bottom: 0px; width:100%; display: block;
 background-color:#fff; z-index:999999; display: none;  opacity : 0; transition:opacity 1s;
box-shadow:rgba(149, 157, 165, 0.4) 0px 8px 24px;}

.mobilenav ul { position: relative; display: flex; flex: 1 1 auto; margin: 0; padding: 10px 0px; list-style-type: none;}

.mobilenav ul li a {padding: 10px 13px; font-size:20px; transition: background 0.2s;
color: #000; text-decoration: none; transition: color 0.2s; background-color:#283fc1;
 margin:6px; min-width:60px;}

.mobilenav ul li a:hover {color: #01a852;}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 0.5;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}




.wd-gallery-item img {
  border-radius: var(--wd-brd-radius);
  border: 1px solid #e3e3e3 !important;
}

.sku_wrapper{display:none !important;}

.product-tabs-wrapper {
  border-top: 0px solid var(--brdcolor-gray-300) !important;
  border-bottom: 0px solid var(--brdcolor-gray-300) !important;
  background-color: var(--bgcolor-white);
	margin-bottom: -79px !important;
}


:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
  --wd-prod-bg-sp: 0px !important;
}


 .cat-design-replace-title :is(.wd-cat-content, .wd-cat-count) {
    position: relative !important;
	 Font-size:20px !important;

  }

 .cat-design-replace-title .wd-cat-inner::before {
    background-color: #fff !important;
    opacity: .1;
  }




.woocommerce-product-gallery img {
  width: 100%;
  border-radius: var(--wd-brd-radius);
  border: 1px solid #e3e3e3;
}




.wd-entities-title a {
  display: block;
  color: #000 !important;
	font-weight:600 !important;
}


.product-image-summary .summary-inner {
  --wd-mb: 20px;
  container: entry-summary / inline-size;
  margin-top: 15% !important;
}

/* 
.wd-backface-hidden .wd-carousel-item {
  transform: translateZ(0);
  backface-visibility: hidden;
  border: 1px solid #e3e3e3 !important;
} */

/* .wd-carousel-item {
  position: relative;
  height: 100%;
  flex: 0 0 calc(100% / var(--wd-col));
  max-width: calc(100% / var(--wd-col));
  padding: 0 calc(var(--wd-gap) / 2);
  transition-property: transform;
  transform: translate3d(0px, 0, 0);
  border: 1px solid #e3e3e3 !important;
}
 */
.product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
  margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
  margin-bottom: 30px;
  display: none !important;
}

.greenbggradient{background: #0D7F85;
background: linear-gradient(142deg, rgba(13, 127, 133, 1) 0%, rgba(71, 213, 220, 1) 50%, rgba(153, 249, 254, 1) 100%);align-content}



.wd-marquee-item {
  font-size: 68px !important;
	font-weight:400;
}

/*  .wd-page-title .title {
  display: none !important;
} 
 */
.title-size-small {
    --wd-title-sp: 10px !important;
}





/* 
.promo-banner .banner-title {
  display: block;
  text-transform: uppercase !important;
}
 */

.promo-banner {
  border-radius: 8px !important;
}

.promo-banner .wrapper-content-banner {
  padding: 10px 20px !important;
}


.banner-content-background .wrapper-content-banner{
  width: 100%;
  max-width: var(--content-width);
  background-color: rgba(0,3,0,0.6) !important;
/* 	background-color: rgba(40,63,193,0.6) !important; */
}
}



/* .wd-nav[class*="wd-style-"] {
  --nav-color: #081656 !important;
font-weight: 400 !important;
}

.wd-nav[class*="wd-style-"] > li > a {
  color: var(--nav-color);
} */

/* .wd-dropdown {
	background-color: #182d4f !important;
}
.wd-side-hidden {
	background-color: #182d4f !important;
} */


.mainslider{padding:400px 10px 400px 10px;}
.innertitle{padding:250px 10px 250px 10px;}
.servicetitle{padding:300px 10px 300px 10px;}
.servicetitlesingle{padding:380px 10px 380px 10px;}


/* .textlink a{color:#f1b22a !important; }
.textlink a:hover{color:#000 !important; text-decoration:underline; } */


 .title-size-default {
    --wd-title-sp: 100px !important;
    --wd-title-font-s: 52px !important;
} 


h1{font-size:58px; line-height:1.1; }
h2{font-size:42px; line-height:1.2;   }
h3{font-size:32px; line-height:1.2;  }
h4{font-size:24px; line-height:1.2; font-weight:400 !important; }
h5{font-size:20px; line-height:1.2;   }

.f15{font-size:15px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
.f30{font-size:30px;}
.f36{font-size:36px;}
.f40{font-size:40px;}
.f50{font-size:50px;}



.fblue{color:#0e369c !important;}
.bgblue{background-color:#0e369c !important;}


.fwhite{color:#ffffff;}
.bgwhite{background-color:#ffffff;}

.sub-menu{padding-left:3%;}

.pl3{padding-left:3%;}


.pall5{padding:5% 5% 5% 5%;}
.pall10{padding:10% 10% 10% 10%;}
.plr3{padding-left:3%; padding-right:3%;}
.plr5{padding-left:5%; padding-right:5%;}
.plr10{padding-left:10%; padding-right:10%;}

.pl5{padding-left:5%;}
.pr5{padding-right:5%;}


.pl10{padding-left:10%;}
.pr10{padding-right:10%;}

.pl15{padding-left:15%;}
.pr15{padding-right:15%;}

.pt300{padding-top:300px;}
.pt250{padding-top:250px;}
.pt200{padding-top:200px;}
.pt150{padding-top:150px;}
.pt100{padding-top:100px; }
.pt80{padding-top:80px; }
.pt60{padding-top:60px; }
.pt40{padding-top:40px; }
.pt30{padding-top:30px; }
.pt20{padding-top:20px; }
.pt10{padding-top:10px; }

.pb300{padding-bottom:300px;}
.pb250{padding-bottom:250px;}
.pb200{padding-bottom:200px;}
.pb150{padding-bottom:150px;}
.pb100{padding-bottom:100px; }
.pb80{padding-bottom:80px; }
.pb60{padding-bottom:60px; }
.pb40{padding-bottom:40px; }
.pb30{padding-bottom:30px; }
.pb20{padding-bottom:20px; }
.pb10{padding-bottom:10px; }

.ptb300{padding-top:300px; padding-bottom:300px;}
.ptb250{padding-top:250px; padding-bottom:250px;}
.ptb200{padding-top:200px; padding-bottom:200px;}
.ptb150{padding-top:150px; padding-bottom:150px;}
.ptb100{padding-top:100px; padding-bottom:100px;}
.ptb80{padding-top:80px; padding-bottom:80px;}
.ptb60{padding-top:60px; padding-bottom:60px;}
.ptb40{padding-top:40px; padding-bottom:40px;}
.ptb30{padding-top:30px; padding-bottom:30px;}
.ptb20{padding-top:20px; padding-bottom:20px;}
.ptb10{padding-top:10px; padding-bottom:10px;}

.mt300{margin-top:300px !important;}
.mt250{margin-top:250px !important;}
.mt200{margin-top:200px !important;}
.mt150{margin-top:150px !important;}
.mt100{margin-top:100px !important;}
.mt80{margin-top:80px !important;} 
.mt60{margin-top:60px !important;}
.mt40{margin-top:40px !important; }
.mt30{margin-top:20px !important; }
.mt20{margin-top:20px !important; }


.mb300{margin-bottom:300px !important;}
.mb250{margin-bottom:250px !important;}
.mb200{margin-bottom:200px !important;}
.mb150{margin-bottom:150px !important;}
.mb100{margin-bottom:100px !important;}
.mb80{margin-bottom:80px !important;}
.mb60{margin-bottom:60px !important;}
.mb40{margin-bottom:40px !important; }
.mb20{margin-bottom:20px !important; }


.mr300{margin-right:300px !important;}
.mr250{margin-right:250px !important;}
.mr200{margin-right:200px !important;}
.mr150{margin-right:150px !important;}
.mr100{margin-right:100px !important;}
.mr80{margin-right:80px !important;}
.mr60{margin-right:60px !important;}
.mr40{margin-right:40px !important; }
.mr20{margin-right:20px !important; }
.mr10{margin-right:10px !important; }

.mtb300{margin-top:300px !important; margin-bottom:300px !important;}
.mtb250{margin-top:250px !important; margin-bottom:250px !important;}
.mtb200{margin-top:200px !important; margin-bottom:200px !important;}
.mtb150{margin-top:150px !important; margin-bottom:150px !important;}
.mtb100{margin-top:100px !important; margin-bottom:100px !important;}
.mtb80{margin-top:80px !important; margin-bottom:80px !important;}
.mtb60{margin-top:60px !important; margin-bottom:60px !important;}
.mtb40{margin-top:40px !important; margin-bottom:40px !important;}

.btn-size-large {
    --btn-padding: 8px 48px !important;
  }


.btntop1 { display:inline-flex; margin-top:0px;}
.btntop1 { color:#fff !important;}
.btntop1 a{color:#fff !important; background-color:#fa8b2b; padding:1px 26px !important;  border:1px solid #fa8b2b; border-radius:4px; }
.btntop1 a:hover{background-color:#1b140b; color:#fff !important; border:1px solid #1b140b; padding:1px 26px !important; }


.btntop { display:inline-flex; margin-top:0px;}
.btntop { color:#081656 !important;}
.btntop a{color:#081656 !important; padding:1px 26px !important; border:1px solid #081656;  border-radius:4px; }
.btntop a:hover{background-color:#2b3ebe; color:#fff !important;  border:1px solid #2b3ebe; padding:1px 26px !important; }


.orangebtn { display:inline-flex; margin-bottom:20px;}
.orangebtn { color:#fff !important;}
.orangebtn a{color:#fff !important; background-color:#fa8b2b; padding:8px 28px 8px 28px !important; border:1px solid #fa8b2b; border-radius:4px; font-size:22px; }
.orangebtn a:hover{background-color:#1b140b; color:#fff !important; border:1px solid #1b140b; padding:8px 28px 8px 28px !important; }




.bluebtn { display: inline-flex !important; width: 100% !important;}
.bluebtn a{color:#000 !important; padding:8px 28px 8px 28px !important; border-radius:6px; margin-bottom:20px; font-size:16px; text-align:center; border:1px solid #ececec;  width: 100% !important;}
.bluebtn a:hover{background-color:#283fc1; color:#fff !important; padding:8px 28px 8px 28px !important; border:1px solid #283fc1; }


.linebtn{ display:inline-flex;}
.linebtn a{background-color:none; color:#0b5cff; padding:10px 35px; font-size:18px; border:1px solid #0b5cff; border-radius:50px; margin-bottom:10px;  margin-right:20px;}
.linebtn a:hover{background-color:#010034; color:#ffffff !important; border:1px solid #010034; }



.wd-social-icons.icons-size-large .wd-icon { font-size: 32px !important; line-height: 60px; color: #472e72 !important;}

/* .wpforms-field-label {
  color: #fff !important;
} */


.radius4 img{border-radius:4px;}
.radius6 img{border-radius:6px;}
.radius8 img{border-radius:8px; } 
.radius8_border img{border-radius:8px; border:1px solid #cdcdcd !important; } 
.radius12 img{border-radius:12px;}

.radius30 {border-radius:30px !important;}

.border1 {border:1px solid #cdcdcd !important; border-radius:8px !important; padding:8px; }


   .site-content {
  margin-bottom: 60x !important;
}

/* .wd-page-content {
  margin-bottom: -40px !important;
} 
 */

 

.wd-copyrights {
  --wd-tags-mb: 10px;
  padding-block: 0px !important;
  border-top: 0px solid var(--brdcolor-gray-300) !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}


/*-----------------*/
.icons-design-bordered .wd-social-icon {
  border: 1px solid #c4b6b2 !important;
  background-color: transparent;
  color: #6b483e !important;
}


.footermenulist li {
  display: inline-block !important;
  margin-right: 20px !important;
}

.widgettitle, .widget-title {
  margin-bottom: 20px;
  font-size: 20px !important;
  text-transform: none !important;
}


:is(.widget, .wd-widget, div[class^="vc_wp"]) {
  line-height: 1.4;
  --wd-link-color: #84898b !important;
  --wd-link-color-hover: #fbaf2e !important;
}


.wd-toolbar{display:none !important}


.bluetable table{color:#081852; border-top: 1px solid #a5b0e0;border-left: 1px solid #a5b0e0;}
.bluetable table {width: 100%; border-collapse: collapse;color:#081852;}
.bluetable table th  {border-bottom: 1px solid #a5b0e0;border-right: 1px solid #a5b0e0; padding: 8px;  text-align: left;
	color:#081852;}
.bluetable table td {border-bottom: 1px solid #a5b0e0; padding: 8px; text-align: left; color:#081852; border-right: 1px solid #a5b0e0; }
.bluetable tr:nth-child(even),tr:nth-child(even) {background-color: #dbe6fc;color:#081852;}



@media (min-width: 768px) and (max-width: 1024px) {
	h1{font-size:60px !important; line-height:1.1; }
h2{font-size:52px; line-height:1.3;   }
h3{font-size:40px; line-height:1.3;  }
h4{font-size:22px; line-height:1.3; font-weight:400 !important; }
h5{font-size:20px; line-height:1.3;   }
}

@media (max-width: 576px) {
	/* .container, .container-fluid {
    padding: 8% !important;
}
 */
.vc_row.vc_row-flex {
    padding-left: 3%;
    padding-right: 3%;
}


.dhide{display:none;}



:is(.btn,.button,button,[type=submit],[type=button]) {
    padding: var(--btn-padding, 5px 30px);
}



.mainslider{padding:200px 10px 200px 10px;}
.innertitle{padding:100px 10px 100px 10px;}
.servicetitle{padding:100px 10px 100px 10px;}
.servicetitlesingle{padding:120px 10px 120px 10px;}



.title-size-large {
  --wd-title-sp: 150px !important;
}

 .title-size-large {
    --wd-title-sp: 40px !important;
  }

 .wd-page-title .title {
  font-size: 36px !important;
  line-height: 1.2;
  margin-bottom: 0;
}

/* .wd-entities-title
{
  font-size: 20px !important;
	text-transform:uppercase !important;
	padding: 0 5% 5% 5%;
}
 */

.sticky-toolbar-on {
    padding-bottom: 0px !important;
}


.wd-nav {margin-left: 0px;}


p {line-height: 30px !important;}

.mobile p {line-height: 22px!important; font-size:16px!important;}


.f15{font-size:15px;}
.f20{font-size:16px;}
.f24{font-size:18px;}
.f30{font-size:18px;}
.f36{font-size:18px;}
.f40{font-size:20px;}
.f50{font-size:22px;}

h1{font-size:32px; line-height:1.3; font-weight:600;}
h2{font-size:30px; font-weight:400;}
h3{font-size:30px; line-height:1.5; font-weight:400;}
h4{font-size:22px; line-height:1.6; font-weight:400;}

.pt300{padding-top:100px;}
.pt250{padding-top:60px;}
.pt200{padding-top:40px;}
.pt150{padding-top:40px;}
.pt100{padding-top:40px; }
.pt80{padding-top:40px; }
.pt60{padding-top:40px; }
.pt40{padding-top:40px; }

.pb300{padding-bottom:100px;}
.pb250{padding-bottom:60px;}
.pb200{padding-bottom:40px;}
.pb150{padding-bottom:40px;}
.pb100{padding-bottom:40px; }
.pb80{padding-bottom:40px; }
.pb60{padding-bottom:40px; }
.pb40{padding-bottom:40px; }

.ptb300{padding-top:100px; padding-bottom:100px;}
.ptb250{padding-top:60px; padding-bottom:60px;}
.ptb200{padding-top:40px; padding-bottom:40px;}
.ptb150{padding-top:40px; padding-bottom:40px;}
.ptb100{padding-top:40px; padding-bottom:40px;}
.ptb80{padding-top:40px; padding-bottom:40px;}
.ptb60{padding-top:40px; padding-bottom:40px;}
.ptb40{padding-top:40px; padding-bottom:40px;}
.ptb30{padding-top:30px; padding-bottom:30px;}
.ptb20{padding-top:20px; padding-bottom:20px;}
.ptb10{padding-top:10px; padding-bottom:10px;}

.mt300{margin-top:100px !important;}
.mt250{margin-top:60px !important;}
.mt200{margin-top:40px !important;}
.mt150{margin-top:40px !important;}
.mt100{margin-top:40px !important;}
.mt80{margin-top:40px !important;}
.mt60{margin-top:40px !important;}
.mt40{margin-top:40px !important; }
.mt20{margin-top:20px !important; }


.mb300{margin-bottom:100px !important;}
.mb250{margin-bottom:60px !important;}
.mb200{margin-bottom:40px !important;}
.mb150{margin-bottom:40px !important;}
.mb100{margin-bottom:40px !important;}
.mb80{margin-bottom:40px !important;}
.mb60{margin-bottom:40px !important;}
.mb40{margin-bottom:40px !important; }
.mb20{margin-bottom:20px !important; }


.mr300{margin-right:100px !important;}
.mr250{margin-right:60px !important;}
.mr200{margin-right:40px !important;}
.mr150{margin-right:40px !important;}
.mr100{margin-right:40px !important;}
.mr80{margin-right:40px !important;}
.mr60{margin-right:40px !important;}
.mr40{margin-right:40px !important; }
.mr20{margin-right:20px !important; }
.mr10{margin-right:10px !important; }

.mtb300{margin-top:100px !important; margin-bottom:100px !important;}
.mtb250{margin-top:60px !important; margin-bottom:60px !important;}
.mtb200{margin-top:40px !important; margin-bottom:40px !important;}
.mtb150{margin-top:40px !important; margin-bottom:40px !important;}
.mtb100{margin-top:40px !important; margin-bottom:40px !important;}
.mtb80{margin-top:40px !important; margin-bottom:40px !important;}
.mtb60{margin-top:40px !important; margin-bottom:40px !important;}
.mtb40{margin-top:40px !important; margin-bottom:40px !important;}
.mtb20{margin-top:20px !important; margin-bottom:20px !important;}
.mtb10{margin-top:10px !important; margin-bottom:10px !important;}

.bluebtn { color:#ffffff !important; margin-bottom:10px; margin-right:10px; display:inline-flex;}
.bluebtn a{color:#fff !important; padding:8px 18px !important; background-color:#001b38;  border-radius:4px; text-transform:uppercase; font-weight:600; }
.bluebtn a:hover{background-color:#274566; color:#fff !important; padding:8px 18px !important; }


.mobilefooter{position: fixed;
    bottom: 0px;
    z-index: 10;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);}


.mfooter{
	position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
}

.bluetable table{color:#081852; border-top: 1px solid #a5b0e0;border-left: 1px solid #a5b0e0; font-size:12px;}
.bluetable table {width: 100%; border-collapse: collapse;color:#081852;}
.bluetable table th  {border-bottom: 1px solid #a5b0e0;border-right: 1px solid #a5b0e0; padding: 1px;  text-align: left;
	color:#081852;}
.bluetable table td {border-bottom: 1px solid #a5b0e0; padding: 1px; text-align: left; color:#081852; border-right: 1px solid #a5b0e0; }
.bluetable tr:nth-child(even),tr:nth-child(even) {background-color: #dbe6fc;color:#081852;}



}

