@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, mark, audio, video { margin:0; padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
html {overflow-x:hidden;} 
.reset{margin:0; padding:0;}
/* End Reset css */ 
body {font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; height: 100%; margin: 0; padding: 0; color:#333; background-color:#fff; border: none; outline: none;}

p{line-height: 26px;}
img, a{border: none; outline: none;}
a:hover {border: none; outline: none; text-decoration: none !important;}
.title{font-family:'Lato', sans-serif; color:#1f1f1f; font-size:30px; font-weight:600;}
.title2{font-family:'Lato', sans-serif; color:#00a551; font-size:24px; font-weight:600; text-transform:uppercase;}
.text-white {color:#ffffff;}
.text-black{color:#2b1010;}
.text-gray{color:#7f7f7f;}
.bold {font-weight:600;}
.bold2 {font-weight:700;}
.bold3 {font-weight:900;}
.bg-black{background-color:#000;}
.bg-yellow{background-color:#eeca00;}
.box-padding{padding:45px 0;}
.box-padding2{padding:40px 0;}
.box-padding3{padding:10px 0 40px 0;}
.ao9{padding:20px 7% 40px 7%;}
.mytext-right{text-align:left;}
header{padding:12px 0; position:relative;}

.bg{position:relative; background-color:#eeeeee;}
.bg:before{content:""; position:absolute; background-image:url('../images/left-fan.png'); width:428px; height:304px;
; background-repeat: no-repeat; top:-18px; left:-35px;}
.bg:after{content:""; position:absolute; background-image:url('../images/right-fan.png'); width:337px; height:351px;
; background-repeat: no-repeat; top:-28px; right:-30px;}

.sp-pro { height: 200px; margin-top: 30px; border: 1px solid #efefef; position: relative; background: -webkit-linear-gradient(left, #efefef, #efefef 50%, #fff 50%, #fff); background: -moz-linear-gradient(left, #efefef, #efefef 50%, #fff 50%, #fff); background: -ms-linear-gradient(left, #efefef, #efefef 50%, #fff 50%, #fff); background: -o-linear-gradient(left, #efefef, #efefef 50%, #fff 50%, #fff); }
.ah h4{color:#0062a3; font-size:19px; text-align:center; padding-top:50%;}

.read-more{color:#00a551; text-decoration:underline; text-align:center;}
.read-more:hover{color:#02CC65; text-decoration:underline;}
.myspadding{padding:0 225px; text-align:center;}
.myspadding p{}

/* Carousel Styles */
.carousel-control { color: #e2e2e2; }
.carousel-indicators .active { background-color: #cd0000; }
.carousel-inner img { width: 100%; height:auto;}
.carousel-control.left, .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; }
.carousel-control.left span { margin-left: 50px; }
.carousel-control.right span { margin-right: 50px; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { position: absolute; top: 50%; z-index: 5; display: inline-block; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 0; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 0; }
.carousel-control.left span, .carousel-control.right span { background-color: none; }
.carousel-control.left span:hover, .carousel-control.right span:hover { opacity: .7; filter: alpha(opacity=70);}


.control-box, .carousel {overflow:hidden;}
.carousel .carousel-control.left {visibility: hidden; margin-left: -10px; transition:all 0.4s ease-in-out; top:44%;}
.carousel .carousel-control.right {visibility: hidden; margin-right: -10px; transition:all 0.4s ease-in-out; top:44%;}
.carousel:hover .carousel-control.left {visibility: visible; margin-left: 10px; transition:all 0.4s ease-in-out;}
.carousel:hover .carousel-control.right {visibility: visible; margin-right: 10px; transition:all 0.4s ease-in-out;}
/* Carousel Header Styles */

.logo{margin-top: -6px;}
.top-bar{height:28px; position:relative; font-size:13px; color:#999999; font-weight:700;}
.ff2{font-size:17px !important; padding-right:5px; border:0; outline:0; color:#999999; text-decoration:none;}
.ff3{font-size:18px !important; /*padding-right:5px; color:#999999;*/ font-weight:600; letter-spacing:1px;}
.ff4{padding-left:8px;}
.ff4 a{color:#999999; text-decoration:none; border:0; outline:0; font-size:18px !important; padding-right:4px;}
.ff4 a:hover{color:#00a551; text-decoration:none;}

/* START CUSTOME MENU CSS */
.Nav_wrap{background-color:transparent;}
/* .topMenu { max-width: 480px; margin: 0 auto; }
.topMenu > li { float: left; width: 160px; text-align: center;}
.topMenu > li > a { display: block; background-color: #629008; color: #FFFFFF; font-family: 'Lato', sans-serif; font-size: 16px; padding: 10px 0; transition: all 0.3s ease-in-out;}
.topMenu > li > a:hover {background-color: #3a362d; color: #FFFFFF; } */
.mainMenu { text-align:left; margin:0; padding:16px 0 0 0; }
.mainMenu > li { display: inline-block; position: relative;}
.mainMenu > li > a {display:block; color:#231f20; padding:6px 22px; transition: all 0.3s ease-in-out; text-decoration:none; position:relative; font-family:'Lato', sans-serif; font-size:16px; text-transform:uppercase;}
.mainMenu > li:last-child a{padding-right: 12px;}

/* .mainMenu > li > a:before { content: ""; position: absolute; width:100%; height: 4px; bottom:1px; left: 0; background-color: #1f1f1f; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.mainMenu > li > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } */

.mainMenu > li > a:hover {color: #00a551;} 
.mainMenu > li:hover .submenu { display: block; }
.submenu {position: absolute; top: 45px; left: 0; width: 180px; display: none; background-color: #2e2e2e; z-index: 1; }
.submenu > li { text-align: left; border-bottom: 1px solid #CECECE; }
.submenu > li > a { padding: 7px 20px; font-size: 15px; color: #FFFFFF; display: block; transition: all 0.3s ease-in-out; text-decoration:none;}
.submenu > li > a:hover { background-color: #333;}
.nav_active {color: #fff !important; background-color:#00a551;} 
/* .nav_active::before {content: ""; position: absolute; width: 80% !important; height: 4px; bottom:1px; left: 0; background-color:#1f1f1f; visibility:visible !important; -webkit-transform: scaleX(1) !important; transform: scaleX(1) !important; -webkit-transition: all 0.3s ease-in-out 0s !important; transition: all 0.3s ease-in-out 0s !important; margin-left: 8px;} */
/* END CUSTOME MENU CSS */

#custom-search-input {padding:0 3px 0 3px; border-bottom:1px solid #ccc; border-radius:0; background-color: #fff; width:225px; float: right; margin-top:25px; /*margin-right: -40px;*/ background: transparent;}
#custom-search-input input {border: 0; box-shadow: none; text-align: right; background: transparent;}
#custom-search-input button {margin:2px 0 0 0; background:none; box-shadow:none; border:0; color:#666666; padding:0 8px 0 8px; border-left:solid 1px #ccc;}
#custom-search-input button:hover {border: 0; box-shadow: none; border-left: solid 1px #ccc; }
#custom-search-input .glyphicon-search {font-size: 14px;}


.product-category{margin:0; padding: 0 125px;}
.product-category li{list-style-type:none; width:33%; display:inline-block; padding:0 15px; margin:15px 0;}
.img-box{border:1px solid #d4d4d4; padding:20px 30px; cursor:pointer;}
.img-box img{margin-left:auto; margin-right:auto; display:block; max-width: 100%; height: auto;}
.img-box img:hover{transition: all 0.3s ease-in-out; transform: scale(1.1);}
.img-box p{text-align:center; color:#c02942; font-weight:400; font-size:20px; padding-top:8px;}

.product{margin:0; padding: 0 48px; text-align: center}
.product li{list-style-type:none; width:33%; display:inline-block; padding:0 15px; margin:20px 0;}
.product-box{border:1px solid #d4d4d4; padding:0px; overflow:hidden;}
.product-box img{margin-left:auto; margin-right:auto; display:block; max-width: 100%; height: auto;}

.product-details{padding:6px 0;}
.product-title{font-size:20px; text-align:center; color:#0062a3; padding-bottom:10px; text-transform: capitalize}
.product-title2{font-size:24px; color:#232323; padding-bottom:10px; margin-top: -5px; text-transform: capitalize}
.product-details .view-details {font-size:16px; text-align:center; color:#fff; font-weight:bold; padding:10px 0; background-color:#00a551; width:160px; margin-left:auto; margin-right:auto; display:block; line-height: 16px; text-transform:uppercase; border:1px solid #00a551;}
.product-details .view-details:hover, .product-details .view-details:focus{color:#00a551; text-decoration:none; background-color:transparent; border:1px solid #00a551;} 
.view-details{font-size:16px; text-align:center; color:#fff; font-weight:bold; padding:10px 0; background-color:#00a551; width:160px; display:block; line-height: 16px; text-transform:uppercase; margin-top:24px; border:1px solid #00a551;}
.view-details:hover, .view-details:focus{color:#00a551; text-decoration:none; background-color:transparent; border:1px solid #00a551;}

.feature{margin:0 auto; padding:0; display:table; position:relative;}
.feature li{display:inline-block; list-style-type:none; padding: 0 36px; border-right: 1px solid #c0c0c0;}
.feature li:last-child{border-right:none;}
.feature li p{font-size:18px; color:#8b8a8a;}
.feature li p img{float:left; margin-top:-14px; padding-right:10px;}
.feature li p span{}

.imp-note{margin-top:10px;}
.imp-note p{font-size:16px; color:#6f6f6f;}
.imp-note p span{font-weight:600; color:#e62727;}

.custom_table{margin-top:25px; max-width:60%; margin-left:auto; margin-right:auto;}
.custom_table thead tr th{background-color:#cac5ed; color:#423c01; text-align:center; font-size:18px;}
.custom_table tbody tr:nth-child(odd){background-color:#ebebeb; color:#423c01; text-align:center; font-size:16px;}
.custom_table tbody tr:nth-child(even){background-color:#fff7d5; color:#423c01; text-align:center; font-size:16px;}

.footer-list{padding: 0 0 0 17px;}
footer{border-top:1px solid #dbdbdb; margin-top:15px; padding:25px 0}
footer h6{font-size:18px; font-weight:700; color:#00a551;}

.address{line-height:20px; color:#7c7c7c;}
.address2{color:#7c7c7c; padding-top:14px; line-height:16px;}
.footer-social-icon{padding-top: 18px;}
.footer-social-icon a{text-decoration:none; border:0; outline:0; color:#d0d0d0; font-size:28px; padding-right:4px;}
.footer-social-icon a:hover{color:#00a551; text-decoration:none;}

.ms .form-group{margin-right:0px; margin-left:0px; }
.ms .form-group input{width:94%; border-radius:0;}
.ms .btn{border-radius:0;}

.footer-list li{padding-bottom:3px;}
.footer-list li a{text-decoration:none; border:0; outline:0; color:#7c7c7c; font-size:16px;}
.footer-list li a:hover{color:#626262;}
.globopex{color:#7c7c7c; text-decoration:none; font-weight:600;}
.globopex:hover, .globopex:focus{color:#00a551; text-decoration:none;}
.reset-left{padding-left:0;}

.bread-crumb{color:#6f6f6f; font-size:15px; text-align:center; padding:20px 0;}
.bread-crumb a{color:#6f6f6f;}
.current{color:#00a551 !important; font-size:15px; font-weight:600;}


.input_100 { width: 100%; padding: 10px; font-size: 14px; color: #000; outline: 0; border: 1px solid #686868; }
.submt_btn:hover { background-color: #a5d556; color: #FFFFFF; }
.submt_btn { background-color: #00a551; color: #fff; outline: 0; border: 0; font-size: 20px; line-height: 1.2; padding: 9px 45px 9px 45px; text-transform: uppercase; transition: all 0.3s ease-in-out; margin-right: 5px; }
.map {
	width: 100%;
	height: 200px;
}

/* Related Product Style */
.outerWrapper { text-align: left; position: relative; margin: 40px auto 40px auto; width:100%; }
.item2 { float: left; margin-right:20px; width:276px; padding:0; height: 300px; background-color: #fff; border:none;}

/* .item div { background: #ddd; width: 99%; height: 99%; color: white; color: #b3b3b3; text-align: center; line-height: 162px; font-size: 60px; border-radius: 5px; border: 1px solid #b3b3b3; } */

.left-nav-btn, .right-nav-btn { position: absolute; width: 37px; height: 37px; top:40%; cursor: pointer; opacity: 0.8; background: transparent url('../images/arrows.png') top left no-repeat; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.left-nav-btn { left: -45px; }
.right-nav-btn { right: -45px; background-position: top right; }
.left-nav-btn:hover, .right-nav-btn:hover { opacity: 1; }

.list{margin:0; padding: 0 0 0 18px;}
.list li{padding:5px;}
.download{color:#999999; text-decoration:none;}
.download:hover, .download:focus{color:#00a551; text-decoration:none;}
/* Responsive CSS */
.custom_container {max-width: 1170px; position: relative; padding-left: 15px; padding-right: 15px; margin-left: auto;    margin-right: auto;}
.ifa{float:right; display: block; max-width: 100%; height: auto;}
.mynewfan{padding-top:30px;}

.contact-box{background-color:#eee; border:1px solid #eee; text-align:center; min-height:100px; margin:20px 0 55px 0;}
.contact-icon01{padding:20px 0 10px 0;}
.explore { width: auto; display: inline-block; padding: 10px 30px; background-color: #00a551; font-size: 14px; color: #fff; font-weight: 400; line-height: 20px; text-transform: uppercase; margin: 25px 0;}
.explore:hover, .explore:focus{background-color: #a5d556; color: #FFFFFF; text-decoration:none;}
.con-enq-padd{padding:0 20%;}

@media screen and (max-width: 1920px) {
.custom_container { max-width: 1170px;}
}

@media screen and (max-width: 1600px) {
/*No Need to Responsive */
}

@media screen and (max-width: 1366px) {
.custom_container { max-width: 100%; }
}

@media screen and (max-width: 1280px) {
.myspadding {padding:0 280px;}
}

@media screen and (max-width: 1024px) {
#custom-search-input {width: 208px; margin-right: 12px;}
#exzoom {width: 460px;}
.mainMenu > li:hover .submenu {display: none;}
.submenu {position: relative; top: 1px;}
.aa1 {padding-left: 0.5px;}
.mytext-right a {padding-right: 1px;}
.mainMenu > li > a {padding: 6px 13px; font-size: 15px;}
.mainMenu {padding: 18px 0 0 0;}
.bg:before {display: none;}
.bg:after {display: none;}
.myspadding {padding: 0 150px;}
.feature li {padding: 0 24px;}
.product-category {padding: 0 60px;}
.item2 {width: 227px;}
.exzoom .exzoom_nav .exzoom_nav_inner span img {max-width: 80%; max-height: 80%;}
.exzoom .exzoom_nav .exzoom_nav_inner span {margin-right: -18px;}
.left-nav-btn {left: -20px; top: 35%;}
.right-nav-btn {right: -20px; top: 35%;}
.mynewfan {padding-top: 50px;}
.footer-social-icon a {font-size: 22px; padding-right: 4px;}
.address2{font-size:14px;}
}

@media screen and (max-width: 960px) {
#custom-search-input {width: 208px; margin-right: -59px; margin-top: -13px;}
#exzoom {width:560px;}
.nav_active {color: #fff !important;}
.mean-container .mean-bar {position: absolute;}
.mean-container .mean-bar {position: absolute; top: -72px; left: -25px;}
.top-bar {top: 5px;}
.product-category li {width: 49%; padding: 0 6px;}
.myspadding {padding: 0;}
.footer-list {min-height: 135px;}
.address2 {text-align: center; padding-top:0;}
.feature li {padding: 0 6px;}
.bread-crumb {padding: 0;}
.product li {width: 49%; padding: 0 10px;}
.imp-note {margin-top: 20px;}
.item2 { width: 235px;}
.outerWrapper {margin: 40px auto 0px auto;}
.exzoom .exzoom_nav .exzoom_nav_inner span img {max-width:100%; max-height:100%;}
.exzoom .exzoom_nav .exzoom_nav_inner span {margin-right:6.5px;}
.ifa {width: 120px; position: absolute; left: 49%; margin-top: -200px; display: block;}
.mynewfan {padding-top: 20px; display: block; margin-left: auto; margin-right: auto;}
.footer-social-icon {padding-top: 16px; text-align: center;}
.footer-social-icon a {font-size: 26px; padding-right: 4px;}
.ah h4 {padding-top: 28%;}
}

@media screen and (max-width: 768px) {
.nav_active::before {width: 100% !important;  margin-left: 0;}
/*.MobMenuWrap{position: absolute; right:0;} */
.myspadding {padding:0 40px;}
.product-category li {padding: 0 2px;}
.feature li p {font-size: 16px;}
.mean-container .mean-nav {width: 65%; right: 0; position: absolute;}
.left-nav-btn {left: -9px; top: 37%;}
.right-nav-btn {right: -9px; top: 37%;}
.product-category {padding: 0 80px;}
}

@media screen and (max-width: 640px) {
#custom-search-input {width: 100%; margin-right: 0; margin-top: 0; margin-bottom: 6px;}
.text-right {text-align: center;}
.mytext-right {text-align: center;}
.mytext-right a {font-size: 23px !important; padding-right:0;}
.product-category {padding: 0 25px;}
.product-category li {width:49%; margin: 10px 0;}
.custom_table {margin-top: 0; max-width: 100%;}
.mean-container .mean-nav ul li a {padding: 11px 5%; font-size: 13px;}
.box-padding2 {padding:5px 0;}
.feature li {padding: 0 50px; width: 49%; margin-bottom: 33px; border-right:none;}
.footer-social-icon {padding-top: 15px; text-align: center;}
.aa3{text-align: center;}
.address {line-height: 20px; text-align: center;}
.address2 {text-align: center; padding-top: 2px;}
.product {padding: 0 10px;}
.product li {width: 49%; padding: 0 2px;}
.box-padding{padding:35px 15px;}
.product-details .view-details {width: 130px; font-size: 14px;}
.map {margin-bottom: 15px;}
.box-padding3 {padding: 10px 15px 40px 15px;}
.item2 {width: 293px;}
.title2 {font-size: 22px;}
}

@media screen and (max-width: 480px) {
#exzoom {width:445px;}
.title {font-size: 26px;}
.product-category {padding: 0 5px;}
.feature li {padding: 0 10px; width: 49%;}
.box-padding2 {padding: 5px 0;}
.product li {width: 100%; padding: 0 20px;}
.item2 {width: 215px;}
.left-nav-btn {left: -9px; top: 33%;}
.right-nav-btn {right: -9px; top: 33%;}
.a9{width:10px;}
.carousel .carousel-control.left {visibility:visible; margin-left:0px; top:40%;}
.carousel .carousel-control.right {visibility:visible; margin-right:0px; top:40%;}
.carousel:hover .carousel-control.left {margin-left:0;}
.carousel:hover .carousel-control.right {margin-right:0;}
.exzoom .exzoom_nav .exzoom_nav_inner span img {max-width:80%; max-height:80%;}
.exzoom .exzoom_nav .exzoom_nav_inner span {margin-right: -23px;}
.exzoom .exzoom_img_box {height:360px !important;}
.exzoom .exzoom_img_ul_outer {height:360px !important;}
.exzoom .exzoom_nav {height:120px !important;}
.ifa {width: 100px; position: absolute; left: 48%;top:0px;}
.ah h4 {padding-top: 35%;}
.custom_table tbody tr:nth-child(2n+1) {font-size: 14px;}
.custom_table tbody tr:nth-child(2n) {font-size: 14px;}
}

@media screen and (max-width: 360px) {
h3, .h3 {font-size: 21px;}
#exzoom {width:328px;}
.product-category li {width: 100%; padding: 0 25px;}
.myspadding {padding: 0 5px;}
.title2 {font-size: 20px;}
.img-box p {font-size: 18px;}
.feature li {width: 100%; margin-left: auto; display: table; margin-right: auto; margin-bottom: 28px;}
.mandatory{display: block; margin-top: 10px;}
.exzoom .exzoom_img_box {height:270px !important;}
.exzoom .exzoom_img_ul_outer {height:270px !important;}
.exzoom .exzoom_nav .exzoom_nav_inner span img {max-width: 56%; max-height: 60%;}
.exzoom .exzoom_nav .exzoom_nav_inner span {margin-right:-51px;}
.exzoom .exzoom_nav .exzoom_nav_inner {left: 0 !important;}
.item2 {width: 155px;}
.left-nav-btn {left: -10px; top: 20%;}
.right-nav-btn {right: -10px; top: 20%;}
.product-details .view-details {width: 120px; font-size: 13px;}
.exzoom .exzoom_nav {height: 99px !important;}
.box-padding {padding:20px 15px;}
.btn {line-height: 19px !important;}
.top-bar {height: auto;}
.ifa {width: 95px; position: initial; margin-top: 0; margin-left: auto; margin-right: auto; display: block; float: none;}
.ah h4 {padding-top: 50%;}
}

@media screen and (max-width: 320px) {
.aa2{width:100%;}
.title {font-size: 25px;}
.mean-container .mean-bar {left: -14px;}
#exzoom {width:290px;}
.exzoom .exzoom_nav .exzoom_nav_inner span img {max-width: 50%; max-height: 60%;}
.exzoom .exzoom_nav .exzoom_nav_inner span {margin-right:-61px;}
.item2 {width: 135px;}
.ah h4 {padding-top: 54%;}
.footer-list {min-height: 120px;}
}


/*back-top*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    transition: all ease 0.3s;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*back-top*/

/*product page*/
.padd_none{padding-left: 0px; padding-right: 0px;}
.audi{font-size: 24px; color: #000; text-transform: capitalize; text-align: center}
.audi_cont{margin-bottom: 2.0em}

.bor_red{border: 1px solid red}
.get_form{margin-top: 1.0em; border: 1px solid #47a9e1; padding-top: 1em; padding-bottom: 1em; margin-bottom: 1.0em; background: #fff; 
    background:#47a9e1; display: none}
.get_formControl{border: 1px solid #47a9e1; border-radius: 0px; 
    }
.fom_cont{margin-bottom: 1.0em}
.bth_que{border-radius: 0px;}
.fom_cont:last-child{margin-bottom: 0px;}

.get_cont{cursor: pointer}
.fom_cont textarea{border-radius:0px;}

.abt_bg{border-bottom: 1px solid #00a551; color: #fff;  }
.abt_bg span{background: #00a551; padding: 0.3em 0.5em; color: #fff; display: inline-block}

.priv{font-weight: bold; font-size: 16px;}

/*back-top*/

.custom_table thead tr th {
    background-color: #facd94;
    color: #423c01;
    text-align: center;
    font-size: 18px;
}
.custom_table tbody tr:nth-child(odd) {
    background-color: #ebebeb;
    color: #423c01;
    text-align: center;
    font-size: 16px;
}
.custom_table tbody tr:nth-child(even) {
    background-color: #fff7d5;
    color: #423c01;
    text-align: center;
    font-size: 16px;
}




