
body {

   background-color: #eff1f5;
  
}



focus{
    outline: 0;
}



.modal-header {
	background: #23539c!important;
}



.section1{
   margin-bottom: 210px;
   background: #f0f1f5;
       min-height: 520px;


}




.logo{

   width: 50%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 35px;

	
}

/*.section1 button{

	border-radius: 60%;
    height: 42px;
    width: 46px;
    font-size: 25px;
    float: right;
    margin-top: 15px;
    background: #fff311;
    border: none;
}
*/
.footer{
	/*background-image: url(../images/footer.png);*/
	/*height: 280px;*/
	margin-top: 242px;
}

.box1{
	background:#fff;
	height: 260px;
	/*position: absolute;*/
	margin-top: -295px;
	border: 8px solid #2b5799;
    border-radius: 14px;
    /*width: 262px;*/
    text-align: center;
    padding: 35px 35px 20px;
 


}

.large{
	font-size: 76px;
	font-weight: bold;
}

.large2{
	font-size: 60px;
	font-weight: bold;
}

.calender-img{
	width: 138%;
	margin-top: -87px;
	margin-left: -51px;

}

.ce{
	padding: 220px 0 0;
	font-size: 21px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	font-weight: 800;
}

.mail{
	float: right;
}






.hero-bkg-animated {
  /*background: gray url(../images/animatebg.svg) repeat 0 0;*/
  width: 100%;
  margin: 0;
  /*text-align: center;*/
  /*height: 203px;*/
  /*padding-top: 120px;*/
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
}

.hero-bkg-animated h1 {
  font-family: sans-serif;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}



/*.modal {
  background-color: #2b5799;
padding: 2em 3em;
text-align: center;
border-radius: .5em;
display: none;
height: 300px;
width: 510px;
float: left;

}
.modal.is-active {
  display: block;
}

.modal-image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #48DB71;
  padding: 11px 10px 2px;
  margin-bottom: 2em;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
}

p {
  margin-bottom: 2em;
  color: #666;
}

.btn-open {
  display: none;
}
.btn-open.is-active {
  display: block;
}

button {
  font-size: 1.25em;
  font-weight: bold;
  background-color: #000;
  border: none;
  padding: .5em 1em;
  color: #fff;
  box-shadow: 0 0 0 2px #000 inset;
  border-radius: .25em;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
}
button:hover {
  box-shadow: 0 0 0 2px #000 inset;
  color: #000;
  background-color: transparent;
}
*/

.btnn{
	float: right;
    width: 7%;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 400px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

/* ----- v CAN BE DELETED v ----- */

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
	float: right;
	/*width: 17%;*/
	border: none;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.qstn{
	float: right;
}

.btn:active, .btn.active {

    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    }


    .log{
    	width: 10%;
        float: right;
        width: 30px;
		float: right;
		margin: 19px auto;


    }




.close {

    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.1;
    outline: 0;

}

.close:hover{
	color:#fff;
	opacity: 1.1;
}

.modalhead{
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.footer h2{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}


.modalsize{
	width: 93%;
    margin-top: 7px;
}

.ad{
	list-style: none;
	margin-left: -30px;
}

.h-fa{
	
    float: left;
    padding: 12px 8px;
    color: #000;
    font-size: 16px;
}


.ad li{
    color: #000;
    padding: 7px 12px;
    font-family: 'Open Sans', sans-serif;
}

.modal-body {

    position: relative;
    padding: 15px;
    border: solid 6px #23539c;
    margin-top: -1px;
}

.heading1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 11px 0 0;
}
.enquire-btn{
	margin-top: 10%;
    border: solid 2px #fff;
    padding: 9px 44px;
    /*border-radius: 10px;*/
    font-size: 25px;
    background: no-repeat;
    color: #fff;
    background: #184e91;
    float: left;
    outline: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;


}
.ft-mail{
	float: right;
	margin: ;
	margin-top: 11%;
	color: #fff;
	font-size: 21px;
}



.adrs-1{
	padding: 0px 15px 0;
}

.adrs-2{
	padding: 0px 15px 0;
}





title{ 
	display:block;
	color: red;
} 



/*.pp:before{
	
	content: "";
	float: left;
	width: 100%;
	height: 273px;
	margin: 0 5px 0 0;
	background: url(../images/calen3.svg);
	margin-top: -210px;
	background-repeat: no-repeat;
}



*/









 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@----WEBKIT SCROLLBAR THUMB---@@@@@@@@@@@@@@@@@@@@*/
}
}
<pre>::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #23599c;
}

::-webkit-scrollbar{
  width: 10px;
  background-color: #ffff;
}

::-webkit-scrollbar-thumb{
  background-color: #23599c;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));*/
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@----WEBKIT SCROLLBAR THUMB---@@@@@@@@@@@@@@@@@@@@*/



.light {
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 60%);
  width: 300px;
  height: 300px;
  background-blend-mode: lighten;
  position: fixed;
  pointer-events: none;
}



#value{
  font-size: 76px;
}



.ft-detailss{
	position: fixed;
	top:40%;
	left: 0px;
	width: 28px;
	z-index: 999;
	margin-top: -80px;
	/*height: 360px;*/
	/*font-size: 16px;*/
	float: left;
	transform: rotate(-90deg);


}

.zoom {
   transition: transform .3s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}





.modal-box{ font-family: 'Yeseva One', cursive; }
.modal-box .show-modal{
    color: #fff;
    background-color: #ED4521;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 15px rgb(237, 69, 33);
    display: block;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 1px !important; }
.modal-box .modal-dialog{
    width: 650px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    /*background: #FCEBE3;*/
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 5, 85, .2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #222;
    font-size: 40px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 22px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s;
    outline: 0;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
/*.modal-box .modal-dialog .modal-content .close:hover{ color:#ED4521; }*/
.modal-box .modal-dialog .modal-content .modal-body{ padding: 50px 20px !important; }
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #222;
    /*font-family: 'Homemade Apple', cursive;*/
    font-size: 30px;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title{
    color: #ED4521;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 30px; }
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    background: none;
    width: 80%;
    margin: 0 auto 20px;
    border: none;
    border-bottom: 1px solid #BFB7B4;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #000;
    font-size: 13px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #BFB7B4;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background: #23539c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0 auto;
    border: none;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    outline: 0;
        font-family: 'Open Sans', sans-serif;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{ transform: translateY(-6px); }
.modal-box .modal-dialog .modal-content .modal-body .subscribe:after{
    content: "";
    background: radial-gradient(ellipse at center center , rgb(35, 83, 156) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transition-duration: 0.3s;
    outline: 0;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover:after{
    opacity: 1;
    transform: translateY(5px);
}
@media only screen and (max-width: 479px){
    .modal-dialog{ width: 98% !important; }
}


.front {
    border-radius: .5em;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff4c00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem;
}


/*-----------------company page css-------------------------*/


#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: center;
  padding: 25px 0px;
  font-family: 'Open Sans', sans-serif;
}



/*.bd-clr{

	background: #2b5799;
	
}
*/
.white{
	color: #fff;
}

.company{
	margin-top: 35px;
}

.c-b{
	background: #ffffff;
    height: 92px;
    margin: 15px 0;

}
.c-b1{
	background: #ffffff;
    height: 92px;
}

.num-wrap {
    width: 52px;
    height: 76px;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -38px;
}

.number {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    background: #315c89;
    font-size: 24px;
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-weight: Keywords;
}


.tri.top {
    top: 0;
    border-bottom: 12px solid #7a7474;
}
.tri {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
}

.tri.down {
    bottom: 0;
    border-top: 12px solid #7a7474;
}
.tri {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
}

.c-b p{
	text-align: center;
    padding: 38px 0;
    font-size: 18px;
    font-weight: 800;
}

.c-b1 p {
    text-align: center;
    padding: 38px 0;
    font-size: 18px;
    font-weight: 800;
}



.search-section{
	background: #315c89;
    height: 100px;

}



.search{
	float: right;
    margin-top: 20px;
}

.searchbar {
  font-size: 17px;
  width: 25rem;
  height: 5rem;
  border: none;
  outline: none;
  border-radius: 10rem;
  box-shadow: 0 1rem 2rem rgba(black, .1);
  padding: 2rem;
  // position: relative;
  transition: all .2s;
  transition-delay: .1s;
}


.search-btn {
  height: 2rem;
  position: absolute;
  top: 3.5rem;
  right: 3rem;
  transition: all .2s;
  transition-delay: .1s;
}

.search-btn:hover {
  cursor: pointer;
}



.searchbar::placeholder {
  opacity: .5;
}

@media only screen and (max-width:1200px) and (min-width: 300px){


.search{

	float: right;
	margin-top: -35px;	

}



.search-btn {

    height: 2rem;
    position: absolute;
    top: -18px;
    right: 3rem;
    transition: all .2s;
    transition-delay: 0s;
    transition-delay: .1s;

}

}



/*@charset "UTF-8";*/
/*.navigation {*/
/*  height: 110px;*/
/*  background: #fff;*/
/*}*/

/*.brand {*/
/*  position: absolute;*/
/*  padding-left: 0px;*/
/*  float: left;*/
/*  line-height: 70px;*/
/*  text-transform: uppercase;*/
/*  font-size: 1.4em;*/
/*}*/
/*.brand a,*/
/*.brand a:visited {*/
/*  color: #ffffff;*/
/*  text-decoration: none;*/
/*}*/

/*.nav-container {*/
/*  max-width: 1000px;*/
/*  margin: 0 auto;*/
/*}*/

/*nav {*/
/*  float: right;*/
 
/*}*/
/*nav ul {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*nav ul li {*/
/*  float: left;*/
/*  position: relative;*/
/*}*/
/*nav ul li a,*/
/*nav ul li a:visited {*/
/*    display: block;*/
/*	padding: 17px 20px;*/
/*	line-height: 70px;*/
/*	background: #fff;*/
	/*color: #050404;*/
/*	text-decoration: none;*/
/*	font-size: 20px;*/
/*	color: #000;*/
/*}*/
/*nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}*/
/*nav ul li a:not(:only-child):after,*/
/*nav ul li a:visited:not(:only-child):after {*/
/*  padding-left: 4px;*/
/*  content: ' ▾';*/
/*}*/
/*nav ul li ul li {*/
/*  min-width: 190px;*/
/*}*/
/*nav ul li ul li a {*/
/*  padding: 15px;*/
/*  line-height: 20px;*/
/*}*/

/*.nav-dropdown {*/
/*  position: absolute;*/
/*  display: none;*/
/*  z-index: 1;*/
/*  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);*/
/*}*/

/* Mobile navigation */
/*.nav-mobile {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background: #262626;*/
/*  height: 70px;*/
/*  width: 70px;*/
/*}*/

/*@media only screen and (max-width: 798px) {*/
/*  .nav-mobile {*/
/*    display: block;*/
/*  }*/

/*  nav {*/
/*    width: 100%;*/
/*    padding: 70px 0 15px;*/
/*  }*/
/*  nav ul {*/
/*    display: none;*/
/*  }*/
/*  nav ul li {*/
/*    float: none;*/
/*  }*/
/*  nav ul li a {*/
/*    padding: 15px;*/
/*    line-height: 20px;*/
/*  }*/
/*  nav ul li ul li a {*/
/*    padding-left: 30px;*/
/*  }*/

/*  .nav-dropdown {*/
/*    position: static;*/
/*  }*/
/*}*/
/*@media screen and (min-width: 799px) {*/
/*  .nav-list {*/
/*    display: block !important;*/
/*  }*/
/*}*/
/*#nav-toggle {*/
/*  position: absolute;*/
/*  left: 18px;*/
/*  top: 22px;*/
/*  cursor: pointer;*/
/*  padding: 10px 35px 16px 0px;*/
/*}*/
/*#nav-toggle span,*/
/*#nav-toggle span:before,*/
/*#nav-toggle span:after {*/
/*  cursor: pointer;*/
/*  border-radius: 1px;*/
/*  height: 5px;*/
/*  width: 35px;*/
/*  background: #ffffff;*/
/*  position: absolute;*/
/*  display: block;*/
/*  content: '';*/
/*  transition: all 300ms ease-in-out;*/
/*}*/
/*#nav-toggle span:before {*/
/*  top: -10px;*/
/*}*/
/*#nav-toggle span:after {*/
/*  bottom: -10px;*/
/*}*/
/*#nav-toggle.active span {*/
/*  background-color: transparent;*/
/*}*/
/*#nav-toggle.active span:before, #nav-toggle.active span:after {*/
/*  top: 0;*/
/*}*/
/*#nav-toggle.active span:before {*/
/*  transform: rotate(45deg);*/
/*}*/
/*#nav-toggle.active span:after {*/
/*  transform: rotate(-45deg);*/
/*}*/

/*article {*/
/*  max-width: 1000px;*/
/*  margin: 0 auto;*/
/*  padding: 10px;*/
/*}*/
.logos{
	width: 35%;
	margin: -8px 0;
}

.en{
	margin: 31px 16px 7px 0;
    margin-left: 0px;
    margin-left: 30px;
	background: #2b5799;
	border: none;
	width: 101px;
	height: 45px;
	color: #fff;
	border-radius: 7px;
	position: absolute;
}

.table-section{
	margin-top: 70px;
	margin-bottom: 40px;
}

label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;

}

.icon{
	transform: rotate(0);
	width: 158px;
	margin-top: -11px;
}

a:active, a:hover {

    outline: aqua!important;
  }


  .abbott-section{
  	margin-top: 36px;
    margin-bottom: 40px;
  }

  
    .abbott-section h2{
  	
  	text-align: center;
  }





.dataTables_wrapper .dataTables_filter  {
       /*display: none;*/
}

.bb{
    float: right;
    position: absolute;
    right: 26px;
    z-index: 9999;
}

    .ic{
        font-size: 20px;
        
    }
    
    
    
    

.search__box {
	  background-color: #2b5799;
	  border-radius: 40px;
	  padding: 0.15em;
	  box-sizing: border-box;
	  display: flex;
	  align-items: center;
	  float: right;
	  margin: -8px auto;
}
.search__box:hover .search__field {
	  width: 295px;
	  padding: 0.25em 1.5em;
}

.search__box:hover .search__btn {
     background-color: ##2b5799;
}
.search__field {
	  outline: none;
	  border: none;
	  background: #00000000;
	  color: #fff;
	  font-size: 17px;
	  padding: 0;
	  margin: 0;
	  width: 0;
	  transition: all ease-in 400ms;
}
.search__field::-webkit-input-placeholder {
	  color: #fff;
	  font-size: 0.9rem;
}
.search__field:-ms-input-placeholder {
	  color: #fff;
	  font-size: 0.9rem;
}
.search__field::-ms-input-placeholder {
	  color: #fff;
	  font-size: 0.9rem;
}
.search__field::placeholder {
		color: #fff;
		font-size: 15px;
}
.search__btn {
	  border: none;
	  outline: none;
	  background-color: transparent;
	  color: #fff;
	  height: 40px;
	  width: 40px;
	  display: grid;
	  place-items: center;
	  font-size: 1rem;
	  border-radius: 50%;
	  transition: all ease-out 300ms;
	  transition-delay: 380ms;
	  cursor: pointer;
}

    



@media only screen and (max-width: 768px) and (min-width: 300px){
    

.search__box {
    background-color: #2b5799;
    border-radius: 40px;
    padding: 0.15em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    float: right;
    margin: 33px auto;
}


.logg {
    width: 10%;
    float: right;
    width: 30px;
    float: left!important;
    margin: 17px 14px!important;
}
    
} 




.logg {
    width: 10%;
    float: right;
    width: 30px;
    float: right;
    margin: 17px 41px;
}





.cn{
    text-align:center;
    font-weight:bold;
}





@media only screen and (max-width: 600px) and (min-width: 300px){
    


.cn{
    text-align:center;
    font-weight:bold;
    font-size:20px;
}

}



  