/*--------------------------- Color variations ----------------------*/
/** Generated by FG **/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
</style> 

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
 font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
 font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
 font-weight: 300;
}
body {
	color: #333;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: #777777;
}
.titel {
	color: #027c5f;
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin-top: 50px;
}
.titel_sub {
	color: #444d54;
	font-family: 'Lora', serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 0;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	font-style: italic;
}
h3.titel_sub_sub {
	color: #444d54;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 0;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	font-style: italic;
}
.bg {
	background: #007854;
	padding: 30px 0;
}
.bg p {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	position: relative;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 30px;
}
.box1 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 10px;
	margin:0 0 40px 0;
	position: relative;
	display: table;
}
.box1:after {
	background-image: url(../images/bulet.png);
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	top: 40px;
	right: -23px;
}
.box1:before {
	background-image: url(../images/bulet_back4.png);
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 34px;
	content: "";
	bottom: -44px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.box1-1:before {
	background-image: none;
}

.box1_color_tite {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 22px;
}
.box_color {
	width: 100%;
	background: #03523b;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 10px;
	margin: 40px 0 0 0;
	position: relative;
	display: table;
}
.box_color ul {
	padding: 0;
	margin: 0px 0px 0 15px;
	color: #fff;
	font-size: 15px;
}
.box_color ul li {
	list-style: disc;
	line-height: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
}
.box_color ul li a {
	text-decoration: underline;
	color: #fff;
}
.box1 ul {
	padding: 0;
	margin: 0px 0px 0 15px;
	color: #000;
	font-size: 15px;
}
.box1 ul li {
	list-style: disc;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
}
.box1 ul li a {
	text-decoration: underline;
	color: #000;
}
.box1_1 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 10px;
	margin: 0;
	position: relative;
	height: 320px;
}
.box1_1:after {
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	top: 47%;
	right: -23px;
}
.box1_1 ul {
	padding: 0;
	margin: 0px 0px 0 15px;
	color: #000;
	font-size: 15px;
}
.box1_1 ul li {
	list-style: disc;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
}
.box1_1 ul li a {
	text-decoration: underline;
	color: #000;
}
.footer {
	margin-top: 30px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Lora', serif;
	text-align: left;
}
.iconbox {
	margin-top: 100px;
}
.topbox {
	width: 95%;
	background: #454d54;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #303941;
}
.topbox:after {
	background-image: url(../images/bulet1.png);
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	top: 33%;
	right: -40px;
}
.topbox1:after {
	background-image: none;
}
.newmoc {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    margin: 0 0 40px 0;
    position: relative;
    display: table;
}
.newmoc:before {
    background-image: url(../images/bulet_org3.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 34px;
    content: "";
    bottom: -44px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.medicine {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    margin: 0 0 40px 0;
    position: relative;
    display: table;
}
.medicine:after {
    background-image: url(../images/rite.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    top: 40px;
    right: -30px;
}
.boxtitel {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	margin-top: 80px;
	position: relative;
}
.boxicon {
	margin: 0 auto;
	width: auto;
	display: table;
	margin: -70px auto;
	padding: 0;
}
.colbox {
	background: #007854;
	border: 1px solid #007854;
}
.iconb {
	margin: -20px 0 0 -37px;
}
.des {
	display: none;
}
.box1_tite {
	color: #027c5f;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 22px;
	    display: table;
    width: 100%;
}
.timelines {
	margin: 40px auto 0;
	width:auto;
	display:table;
	position:relative;
	z-index:999;
}
.timelines a {
	color: #03523b;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin: 0px 0 0 0;
	padding:15px 20px;
	border-radius:20px;
	background:#70bf4a;
}
.timelines_res {
display:none;	
}
.res_1 {
display:table;	
}
.des_1 {
display:none;	
}

.MOC {
width:100%;
display:table;
background:#c7c9cc;
border-radius:20px;
margin: 0px 0 10px 0;	
}
.new_img img {
margin: 1px 0 0 -8px;
}
.MOC ul {
margin: 5px 0 5px 20px;
width: 51%;
float:left;	
}
.MOC ul li {
    margin-bottom: 5px;
	font-weight:bold;
	font-size:13px;
	letter-spacing: -1px;
}
.new_img {
  float: right;
    width: auto;
}
}
 @media only screen and (min-width: 320px) and (max-width: 1199px) {
.boxtitel {
	font-size: 19px;
}
.iconb {
	margin: -23px 0 0 -30px;
}
.iconb img {
	width: 108%;
}

.box1 {
	height: 400px;
}
.box1_1 {
	height: 400px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.boxtitel {
	font-size: 13px;
}
.iconb {
	margin: -18px 0 0 -22px;
}
.box1 {
	height: 577px;
}
.box1_1 {
	height: 577px;
}
}
.iconb img {
    width: 108%;
}
 @media only screen and (min-width: 320px) and (max-width: 991px) {
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
.des {
	display: block;
}
.d_none {
	display: none;
}
`  .iconb {
 margin: -18px 0 0 -54px;
}
.iconb img {
	width: 108%;
	display: none;
}
.me:after {
	    background-image: url(../images/bulet_back.png);
      background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    top: 33%;
    right: -40px;

}
.topbox1:after {
   background-image: url(../images/bulet_back3.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 34px;
    content: "";
    top: 96%;
    left: 43%;
}

.topbox.colbox:after {
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	top: -47px;
	right: 90px;
}



.box1 {
	margin-bottom: 40px;
}
.box1 {
	height: auto;
}
.box1_1 {
	height: auto;
}
.box1:after {
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	top: 94%;
	left: 43%;
}
.box1 {
	background-image: none!important;
}
.des .topbox {
	height: 150px;
}
.iconbox {
	margin-top: 50px;
}
.titel_sub {
	margin-bottom: 50px;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.boxtitel {
	font-size: 17px;
}
.init_box_none {display:none;}
.mob {display:none;}

.timelines_res {
margin: 10px 0;
    width: auto;
    display: table;
    position: relative;
    z-index: 999;
	float:right;
 }
.timelines_res a {
display:block;
color: #000;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    margin: 0px 0 0 0;
    padding: 15px 20px;
    border-radius: 20px;
    background: #70bf4a;	
}


.res_1 {
display:none;	
}
.des_1 {
	
display:table;	
}

}
 @media only screen and (min-width: 320px) and (max-width: 400px) {
.boxtitel {
	font-size: 17px;
}
.new_img img {
    height: 46px;
}
.MOC ul li {
    margin-bottom: -2px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: -1px;
}
}
.box1 {
	background-image: none !important;
}

