@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap');
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====FONTS====*/
@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic-Bold.woff2') format('woff2'),
	url('CenturyGothic-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==========HEADER==============*/
.header{
	float:left;
	width:100%;
	height:70px;
    position: relative;
	border-bottom:1px solid #f3f3f3;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	margin-top:17px;
	}
	

/*==========TOP SECTION==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #10416b;
    padding:10px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:23px;
	line-height:30px;
	letter-spacing:1px;
	font-weight:500;
	}
.left-arw2{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 20px 0 0;
	}
.rgt-arw2{
 	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 20px;
	}	
		

/*-------------------------
     BANNER CSS
--------------------------*/
.check-sec1{
	float: left;
    width: 100%;
	padding:20px 0 60px;
	}
.s1-inr{
	float: left;
    width: 100%;
	}	
/* SECTION-1 LEFT SECTION */
.s1-lft{
	width:47%;
	float:left;
	margin-top:40px;
	text-align:left;
	}


/* SECTION-1 RIGHT SECTION */
.s1-rgt{
	width:48%;
	float:right;
	text-align:left;
	margin-top:28px;
	}
.prd-nm{
	font-size:46px;
	line-height:52px;
	color:#10416b;
	font-weight:bold;
	font-family: 'Century Gothic';
	}
.prd-rat{
	display:inline-block;
	vertical-align:top;
	width:100%;
	color:#1c1c1c;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
.prd-star-rat{
	display:inline-block;
	vertical-align:top;
	margin:-2px 6px 0 0;
	}
	
/* QUANTITY OPTION */
.qty-opt{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.qty-opt label{
	float:left;
	width:31%;
	position:relative;
	}
.qty-rad{
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	}
.qty-bx{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	position:relative;
	background:#fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border:1px solid #ccc;
	padding:10px 5px;
	border-radius:6px;
	cursor:pointer;	
	}
.qty-rad:checked + .qty-bx{
	background:#10416b;
	border:1px solid #00aeef;
	}
.qty-bx .qty-prd1{
	margin:0 auto 0;
	display:block;
	width:70px;
	}	
.qty-text{
	float:left;
	width:100%;
	color:#2c2c2c;
	font-size:17px;
	line-height:24px;
	font-weight:500;
	}
.qty-prc{
	float:left;
	width:100%;
	color:#10416b;
	font-size:30px;
	line-height:36px;
	font-weight:600;
	margin-top:5px;
	}
.qty-prc span{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#282828;
	margin-top:7px;
	}
.save-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#101010;
	}
.qty-rad:checked + .qty-bx .qty-text, .qty-rad:checked + .qty-bx .qty-prc, .qty-rad:checked + .qty-bx .qty-prc span, .qty-rad:checked + .qty-bx .save-text{ color:#fff;}
.fr-tx{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	background:#000;
	border-radius:50%;
	width:33px;
	height:33px;
	text-align:center;
	padding-top:5px;
	position:absolute;
	top:15px;
	left:100px;
	}

/* SUBSCRIPTION PURCHASE */
.pur-opt{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.pur-tab{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.pur-tab li{
	float:left;
	width:38%;
	padding:0 0 0 25px;
	float:left;
	position:relative;
	border-right:1px solid #a5a5a5;
	}
ul.pur-tab li:first-child{ padding-left:0;}
ul.pur-tab li:last-child{border-right:none; width:50%;}
ul.pur-tab li.active .pur-tab-tx{
	color:#10416b;
	font-weight:600;
	letter-spacing:0.5px;
	}

ul.pur-tab li label{
	position:relative;
	float:left;
	width:100%;
	padding-left:25px;
	cursor:pointer;
	}
.pur-rad{
	border:1px solid #10416b;
	width:16px;
	height:16px;
	border-radius:50%;
	position:absolute;
	left:5px;
	top:5px;
	background:#fff;
	}
ul.pur-tab li.active .pur-rad{border:4px solid #10416b;}
.def-pur-rad{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	}
.pur-tab-tx{
	font-size:18px;
	line-height:26px;
	font-weight:600;
	letter-spacing:0.5px;
	color:#000000;
	}


.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	width:100%;
	margin:30px 0 20px;
	position:relative;
	z-index:10;
	background:#fff;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}

.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(./close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size:20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #e2e2e2;
	}

.accordion.last{ border-bottom:1px solid #e2e2e2;;}
.acdn-heading.accordion-open {
    background: url(./open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #e2e2e2;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
	background:#fff;
	border:none;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size:17px;
    line-height: 26px;
    color: #000000;
	margin-bottom:15px;
	text-align:left;
	letter-spacing:0.5px;
	}
.acdn-inner-head{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.3px;
	text-align:left;
	margin-bottom:5px;
	}
ul.acdn-inner-list{
	float:left;
	width:100%;
	padding-bottom:20px;
	}
ul.acdn-inner-list li{
	float:left;
	width:100%;
	margin-top:2px;
	font-size:17px;
	line-height:25px;
	color:#101010;
	padding-left:20px;
	position:relative;
	text-align:left;
	letter-spacing:0.5px;
	}
ul.acdn-inner-list2{ padding-bottom:0;}
ul.acdn-inner-list2 li{ margin-top:10px;}
ul.acdn-inner-list2 li:first-child{ margin-top:0;}
ul.acdn-inner-list li:after{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	border-radius:10px;
	background:#000000;
	}
/*======================
	SECTION2
=======================*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(./s2-bg.jpg) no-repeat center top #062843;
	}
.s2-mid-box{
	float:left;
	width:69%;
	background:#fff;
	padding:45px 20px 50px 170px;
	text-align:left;
	position:relative;
	}
.s2-mid-box:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:88px;
	border-left:3px solid #d8eafa;
	}
.s2-seal{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-68px;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#10416b;
	font-weight:bold;
	font-family: 'Century Gothic';
	letter-spacing:0.2px;
	}
.common-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#171717;
	margin-top:30px;
	letter-spacing:0.5px;
	}

/*======================
	SECTION3
=======================*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s3-left{
	float:left;
	width:39%;
	}
.s3-prod-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-right{
	float:right;
	width:55%;
	text-align:left;
	}
ul.s3-right-list{
	float:left;
	width:100%;
	}
ul.s3-right-list li{
	float:left;
	width:100%;
	padding-left:60px;
	margin-top:40px;
	font-size:17px;
	line-height:27px;
	color:#000000;
	letter-spacing:0.5px;
	position:relative;
	}
ul.s3-right-list li span{ font-weight:600;}
ul.s3-right-list li:after{
	content:"";
	position:absolute;
	top:5px;
	bottom:0;
	left:0;
	background:url(./s3-li-chk.png) no-repeat left top;
	width:18px;
	height:18px;
	}
ul.s3-right-list li:before{
	content:"";
	position:absolute;
	top:6px;
	bottom:-60px;
	left:9px;
	border-left:1px solid #142b6f;
	}
ul.s3-right-list li:last-child:before{ display:none;}

/*======================
	SECTION4
=======================*/
.section-4{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(./s4-bg.jpg) no-repeat center top #f1fbfd;
	}
.s4-left{
	float:left;
	width:53%;
	text-align:left;
	position:relative;
	}
.common-text strong{ font-weight:600;}
.button-box{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	width:100%;
	margin-top:25px;
	}
a.order-btn{
	float:left;
	width:100%;
	width: 100%;
    height: 70px;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    background: #00aeef;
    text-align: center;
	}
.s4-prod{
	position:absolute;
	right:-160px;
	bottom:-10px;
	max-width:100%;
	}
/*======================
	SECTION5
=======================*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s5-mid-row{
	float:left;
	width:100%;
	margin-top:25px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	}
.s5-mid-col{
	float:left;
	width:48.7%;
	background:#fff;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	margin-top:30px;
	border-radius:10px;
	text-align:left;
	position:relative;
	
	}
.s5-mid-col:nth-child(1){ margin-left:0;}
.s5-mid-col:nth-child(2){ margin-right:0;}
.s5-col-head{
	float:left;
	width:100%;
	padding:20px 30px;
	border-radius:10px 10px 0 0;
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	}
.s5-col-head.bg1{background:url(./s5-col-bg1.jpg) no-repeat center top;}
.s5-col-head.bg2{background:url(./s5-col-bg2.jpg) no-repeat center top;}
.s5-col-head.bg3{background:url(./s5-col-bg3.jpg) no-repeat center top;}
.s5-col-img{
	position:absolute;
	right:15px;
	top:12px;
	}
.s5-col-img.img1{top:0; width:115px;}
.s5-col-img.img2{top:8px; right:25px; width:110px;}
.s5-col-img.img3{top:10px;right:25px; width:80px;}

.s5-col-abt{
	float:left;
	width:100%;
	padding:30px 25px 25px;
	}
.s5-col-text{ margin-top:0;}

/*======================
	SECTION6
=======================*/
.section-6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f1fbfd;
	}
.s6-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#373737;
	margin-top:10px;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 95px;
	margin-top:35px;
	}
.testi-row{
	float:left;
	width:100%;
	padding:0 0 30px 90px;
	border-bottom:1px solid #d1d1d1;
	text-align:left;
	position:relative;
	margin-top:30px;
	}
.testi-row.last{border-bottom:none; padding-bottom:0;}
.t-icn{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:60px;
	background:#c0d6e9;
	border-radius:50%;
	font-size:26px;
	line-height:60px;
	text-align:center;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	}
.test-head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#10416b;
	font-weight:600;
	}
.t-star{
	float:left;
	margin-top:10px;
	}
.testi-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#171717;
	font-style:italic;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.t-name{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	color:#101010;
	margin-top:15px;
	}


/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
    padding: 30px 0;
	}	
.ftr-linkBx{
	display:inline-block;
	vertical-align:middle;
	max-width:860px;
	width:100%;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-linbx-rgt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ftr-txt1{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	}
.ftr-txt1 a{
	padding:0 5px;
	}
	
.ftr-txt2{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	font-weight:600;
	margin-top:20px;
	}
.ftr-txt2 span{ padding:0 6px;}
.ftr-txt2 span img{ display:inline-block; vertical-align:middle; margin:-5px 5px 0 0;}

.ftr-bx2{
	display:inline-block;
	vertical-align:middle;
	max-width:1005px;
	width:100%;
	margin-top:20px;
	border:1px solid #ddd;
	background:#f6f6f6;
	padding:10px 25px;
	font-size:16px;
	line-height:23px;
	color:#212121;
	letter-spacing:0.3px;
	}

.ftr-txt3{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    color:#2d2d2d;
	letter-spacing:0.3px;
	margin-top:25px;
	}	



.for-mob{display:none;}
.for-tab{ display:none;}

@media only screen and (max-width:1187px){
.container{width:1004px;}

ul.pur-tab li{ width:40%;}
ul.pur-tab li:last-child{ width:55%;}

.s3-left{ margin-top:80px;}
.s4-left{ width:60%;}
.s4-prod{ right:-130px; width:110px;}
.s5-col-head.bg1, .s5-col-head.bg2, .s5-col-head.bg3, .s5-col-head.bg4, .s5-col-head.bg5, .s5-col-head.bg6{ background-size:100%;}
.s5-col-head{ padding:20px 20px 20px; font-size:20px; line-height:26px;}
.s5-col-img.img1{ top:0;}
.s5-col-img.img2{ width:110px; top:0;}

}


@media only screen and (max-width:1024px){
.container{width:750px;}
.for-desk{ display:none;}
.for-tab{ display:block;}

.topStrip p{ font-size:20px;}

.s1-lft{width:46%;}
.s1-rgt{ width:50%;}
.prd-nm{font-size:34px; line-height:40px;}
.prd-rat{font-size:14px; margin-top:10px;}
.qty-opt label{ width:32%;}
.save-text{ font-size:14px;}

ul.subs-det li{font-size:14px; line-height:18px;}
.pur-sub-opt{font-size:14px;}
ul.pur-tab li, ul.pur-tab li:last-child{ width:50%;}
/* .pur-rad{ top:15px;} */
.accordion{ padding:15px 35px 15px 0; font-size:20px; line-height:26px;}
.acdn-para{ font-size:16px; line-height:24px;}

.section-2{ background-size:cover;}
.s2-mid-box{ width:80%;}
.common-heading{ font-size:32px; line-height:38px;}
.common-text{ font-size:16px; line-height:25px;}

.s3-left{ margin-top:0;}

.s4-left{ width:74%;}
.s4-prod{ width:80px; right:-105px;}


.s5-col-head.bg1, .s5-col-head.bg2, .s5-col-head.bg3{ background-size:cover;}
.s5-col-img.img1{ width:100px; top:-3px; right:10px;}
.s5-col-img.img2{ width:100px;}
.s5-col-img.img3{ width:100px;}
.s5-col-abt{ padding:30px 15px 25px;}
.s5-col-head{ font-size:18px; padding:18px 15px;}

.testi-sec{ padding:0;}
.testi-text{ font-size:16px;}

}

@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.for-mob{display:block;}
.for-desk{display:none;}
.hide-mob{ display:none;}

.topStrip{ padding:6px 0;}
.topStrip p{font-size: 15px;line-height: 17px;}
.left-arw,.rgt-arw{ display:none;}

.header{ height:50px;}
.logo {width: 130px; margin-top:13px;}
.check-sec1{ padding:5px 0 30px;}
.s1-lft, .s1-rgt{width:100%; margin-top:10px; text-align:center;}
ul.pur-tab{ margin-top:10px;}
ul.pur-tab li{ text-align:left;}
ul.pur-tab li label{padding:0 10px 0 25px;}
.pur-rad{ top:3px;}

.pur-tab-tx{font-size:13px; line-height:17px;}
.big-mob{font-size:18px; line-height:22px;}
a.order-btn{ height:60px; line-height:60px; font-size:26px;}
.faq-container{ margin:25px 0 0;}
.acdn-para{ font-size:15px;}

ul.acdn-inner-list li{ font-size:15px; line-height:22px; margin-top:0px;}
ul.acdn-inner-list2 li{ margin-top:10px;}

.section-2{ padding:0 0 10px; background:#092740;}
.s2-bnr-mob{max-width:none; float:left;width: calc(100% + 20px); margin:0 0 0 -10px;}
.s2-mid-box{ width:100%; padding:175px 10px 20px; text-align:center;}
.s2-seal{ left:50%; margin-top:0; top:20px; margin-left:-68px;}
.common-heading{ font-size:27px; line-height:34px;}
.s2-mid-box:before{ left:0; right:0; top:85px; border-top:3px solid #d8eafa; border-left:none;}

.section-3{ padding:25px 0 30px;}
.s3-right{ width:100%; text-align:center;}
.s3-prod-img-mob{ display:inline-block; vertical-align:middle; margin:25px auto 10px;}
ul.s3-right-list li{ text-align:left; padding-left:30px; font-size:15px; line-height:23px; margin-top:25px;}
ul.s3-right-list li:before{ bottom:-30px;}

.section-4{ padding:25px 0 30px; background:#f1fbfd;}
.s4-left{ width:100%; text-align:center;}
.s4-banner-mob{max-width:none; float:left;width: calc(100% + 20px); margin:20px 0 0 -10px;}
.common-text{ margin-top:20px; font-size:15px; line-height:22px;}
.s5-col-text{ margin-top:5px;}

.section-5{ padding:25px 0 30px;}
.s5-mid-row{ margin-top:0;}
.s5-mid-col{ width:100%; margin:30px 0 0;}
.s5-col-head{ padding:17px 100px 15px 15px; font-size:22px; line-height:27px;}
.s5-col-abt { padding:15px 15px 20px;}
.s5-col-img.img1{ top:-5px;}
.s5-col-img.img2{ top:5px; right:10px;width: 90px;}

.section-6{ padding:25px 0 30px;}
.s6-text{ font-size:15px;}
.testi-sec{ margin-top:5px;}
.testi-row{ padding:0 0 20px 60px; margin-top:25px;}
.t-icn{ width:50px; height:50px; line-height:50px; font-size:22px;}
.test-head{ font-size:18px; line-height:22px;}
.testi-text{ font-size:15px; line-height:23px;}
.t-name{ font-size:17px; line-height:24px;}



.footer {padding: 25px 0;}
.ftr-logo{ width:130px;}
.ftr-linbx-rgt{ width:100%; padding:0; text-align:center; border:none;}
.ftr-txt1{ font-size:14px; line-height:22px;}
.ftr-txt1 a{ padding:0 3px;}
.ftr-txt2{font-size: 14px; letter-spacing:0.2px;}
.ftr-txt2 span img{ width:16px;}
.ftr-bx2{padding: 15px 15px;text-align: center;font-size: 14px;line-height: 22px; letter-spacing:0.5px;}
.ftr-txt3{ font-size:14px;}
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.9s;
	-webkit-animation-duration: 1.9s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.85);}
50% {transform: scale(1);}
100% {transform: scale(0.85);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.85);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.85);}
}

/*-----------------------
		TADDA
------------------------*/
.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}	

@media screen and (max-width:480px){
.save-text, .qty-prc span{ font-size: 12px;}
}