/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


* {
	text-decoration: none;
}

body {
	background-color: #FDFEFE;
}

header {
	width: 100%;
	height: 80px;
	background-color: white;
	position: fixed;
    top: 0;	
}

header nav ul li .head-logo{
font-size: 35px;
color: green;
font-weight: 900;
font-family: 'Yellowtail';
line-height: 48px;


}

header nav ul li .head-login{
font-size: 20px;
color: gray;
font-family: 'Mukta';
line-height: 58px;

}

header nav ul li #index-option{
font-size: 24px;
color: gray;
line-height: 57px;

}


header nav ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
    margin-top: 16px;
	
}

header nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 12px;
}


header nav ul li a {
	font-size: 16px;
	color: black;
	font-family: 'Zilla Slab';
}


header nav ul li .head-1 {
display: none;

}

header .head-phone i {
display: none;

}

.pic-cover {
	
    width: 100%;
	background-image: url('bk2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: calc(100vh - 80px);
	display: table;
	margin-top: 40px;	
	
}

.p-center {
	
	display: table-cell;
	vertical-align: middle;
}


.pic-cover .p-center h3{
    font-size: 40px;
	font-family: 'Barlow';
	font-weight: 900;
	line-height: 50px;
    text-align: center;
	color: white;
	text-shadow: 2px 2px 8px black;
	
}

.column {
  width: calc(100% - 20px);
  margin: 3px 10px;  
}


.about-us {
    padding-bottom: 100px;

}

.column-one {
    padding-top: 100px;
	padding-bottom: 70px;

}

.about-us .column h2{
    font-size: 20px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: black;

}

.about-us .column p{
    font-size: 20px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}


.column-one .column h2{
    font-size: 20px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: #1B4F72;

}

.column-one .column p{
    font-size: 20px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column .bk-name{
    font-size: 20px;
	font-family: 'Xanh Mono';
	padding: 2px 0;
	text-align: center;
	color: #515A5A;
	font-weight: 900;
	

}


.column-one .column form input{
	width: 100%;
	font-size: 20px;
	font-family: 'Mukta';
	margin: 5px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #FDFEFE;
	color: #515A5A;
}

.column-one .column form .big-letters{
	text-transform: uppercase;
}

.column-one .column form select{
	width: 100%;
	font-size: 20px;
	font-family: 'Mukta';
	margin: 5px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #FDFEFE;
	color: #515A5A;

}

.column-one .column form textarea{
	width: 100%;
	height: 100px;
    font-size: 20px;
	font-family: 'Mukta';
	margin: 5px 0;
	text-align: center;
	color: #515A5A;
	line-height: 25px;
	border-radius: 5px;
	background-color: #FDFEFE;
	

}

.column-one .column form label{
    font-size: 20px;
	font-family: 'Mukta';
	margin: 5px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column form button{
	width: 100%;
    font-size: 20px;
	font-family: 'Mukta';
	padding: 10px 0;
	text-align: center;
	color: white;
	background-color: green;
	border-radius: 5px;

}

 .column .button-phase-admin a .column_btn {
	margin: 15px 5px 0;
	width: calc(100% - 10px);
    border: 1px solid black;	
}

.column .button-phase-admin a .column_btn p{
	color: green;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;	
}


.button-phase-customer {
	background-color: black;
	padding: 25px 0;
	margin: 20px 0;
			
}

.button-phase-customer .my-img{
	width: 40%;
	display: block;
	margin: 0 auto;
	height: 100px;
	border: 1px solid white;
			
}

.button-phase-customer .my-img img{
	width: 100%;
	height: 100px;
}

.button-phase-customer .p-figure h6{
	color: white;
	font-size: 19px;
	text-align: center;
	padding: 5px 0;
			
}


.button-phase-customer .p-figure .money-value {
	color: white;
	font-size: 25px;
	text-align: center;
	padding: 5px 0;
}


.column .p-figure {
	text-align: center;
			
}


.msg{
	
	font-size: 18px;
	color: red;
	font-family: 'Mukta';
	text-align: center;
	font-weight: bold;
	
}

.msg-success{
	
	font-size: 18px;
	color: green;
	font-family: 'Mukta';
	text-align: center;
	font-weight: bold;
	
}

footer {
	
	height: 50px;
	width: 100%;
	background-color: #C9300F;
	position: fixed;
	bottom: 0;
	        	
}

footer ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
	overflow: hidden;
		
}

footer ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 15px;
	color: white;
	font-family: 'Mukta';
	line-height: 50px;
	
}

footer ul li #sm{
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 20px;
	color: white;
	line-height: 50px;
		
}

#working-hrs {
width: 100%;
background-color: #808B96;
overflow: hidden;
padding-top: 15px;
}

#working-hrs .working-pic-holder{
width: 40%;
overflow: hidden;
background-color: #808B96;
float: left;
}

#working-hrs .working-pic-holder .working-hrs-pic{
width: 100px;
height: 120px;
display: block;
margin: 0 auto;
border-radius: 50%;
background-color: #808B96;
}

#working-hrs .working-pic-holder .working-hrs-pic img{
border-radius: 50%;
height: 100px;
}

#working-hrs .working-hrs-content{
width: 60%;
height: 100px;
float: right;
background-color: #808B96;
}

#working-hrs .working-hrs-content .working-hrs-p{
font-size: 14px;
font-family: 'Inter';
color: white;
line-height: 20px;
}



.headerr-a1{	
	width: 100%;
	background-color: #F2F6F8;	
	overflow: hidden;
	
}

.headerr-a1 h2{	
	color: #B54708;
	margin: 50px 15px 10px;
	text-align: left;
	font-family: 'Inter';
	font-weight: bold;
	font-size: 20px;	
}

.headerr-a1 hr{	
	display: block;
	margin: 0 0 0 200px;
	width: 20%;
	border-bottom: 3px solid #B54708;
}


.headerr-a1 .headerr-a1-wrapper{	
    width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover{	
    width: 60%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover{	
    width: 100%;
	height: 200px;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover img{	
    width: 100%;
	height: 200px;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p{	
    width: 100%;
	display: block;
    background-color: #F2F6F8;
    padding: 10px;
	overflow: hidden;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p p{	
   font-size: 15px;
   font-family: 'Montserrat';
   color: #000000;
   text-align: center;
   line-height: 20px;
   font-weight: bold;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p h3{	
   font-size: 15px;
   font-family: 'Inter';
   color: #000000;
   margin: 20px 0;
   font-weight: bold;
   text-align: center;
}


/* DESKTOP  */

@media only screen and (min-width: 1000px) {

header nav ul li .head-logo{
font-size: 35px;
color: green;
font-weight: 900;
font-family: 'Yellowtail';
line-height: 48px;
border-right: 3px solid green;
padding: 0 20px 0;

}

header nav ul li .head-login{
font-size: 20px;
color: gray;
font-family: 'Rotobo';
line-height: 58px;

}

header nav ul li .head-1{
font-size: 20px;
color: gray;
font-family: 'Rotobo';
line-height: 58px;

}

header nav ul li #index-option {
display: none;

}


header nav ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
    margin-top: 16px;
	
}

header nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 28px;
}


header nav ul li a {
	font-size: 16px;
	color: black;
	font-family: 'Zilla Slab';
}


header nav ul li .head-1 {
display: block;

}

header .head-phone i {
display: block;
font-size: 20px;
color: gray;
font-family: 'Rotobo';
line-height: 58px;
}


.pic-cover .p-center h3{
    font-size: 50px;
	font-family: 'Roboto Slab';
	font-weight: 900;
	line-height: 60px;
    text-align: center;
	color: white;
	text-shadow: 2px 2px 8px black;
	
}

.column {
  width: calc(50% - 80px);
  margin: 30px 40px;
  float: left;
  
}


footer {
	
	height: 50px;
	width: 100%;
	background-color: #C9300F;
	position: fixed;
	bottom: 0px;
	        	
}

footer ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
	overflow: hidden;
		
}

footer ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 15px;
	color: white;
	font-family: 'Mukta';
	line-height: 50px;
	
}

footer ul li #sm{
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 20px;
	color: white;
	line-height: 50px;
		
}

.about-us {
    padding-bottom: 100px;

}

.column-one {
    padding-top: 100px;
	padding-bottom: 700px;

}

.column-one .column h2{
    font-size: 16px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: #1B4F72;

}

.column-one .column p{
    font-size: 15px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column .sign-btn {
	font-size: 15px;
	font-family: 'Mukta';
	text-align: center;
	border: 1px solid blue;
	padding: 5px 2px;
	width: 20%;
	display: block;
	margin: 0 auto;
		
}


.about-us .column h2{
    font-size: 16px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: #1B4F72;

}

.about-us .column p{
    font-size: 15px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column form input{
	width: 40%;
	display: block;
	margin: 0 auto;
	height: 25px;
    font-size: 15px;
	font-family: 'Mukta';
	text-align: center;
	color: #515A5A;
	line-height: 10px;
	border-radius: 5px;
	background-color: #FDFEFE;

}

.column-one .column form .big-letters{
	text-transform: uppercase;

}

.column-one .column form select{
	width: 40%;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	font-family: 'Mukta';
	text-align: center;
	border-radius: 5px;
	background-color: #FDFEFE;
	color: #515A5A;

}

.column-one .column form textarea{
	width: 40%;
	display: block;
	margin: 0 auto;
	height: 100px;
    font-size: 15px;
	font-family: 'Mukta';
	text-align: center;
	color: #515A5A;
	line-height: 25px;
	border-radius: 5px;
	background-color: #FDFEFE;	

}

.column-one .column form label{
	width: 41%;
	display: block;
    font-size: 15px;
	font-family: 'Mukta';
	margin: 0 auto;
	text-align: left;
	color: #515A5A;

}

.column-one .column form button{
	width: 41%;
	display: block;
	font-size: 15px;
	font-family: 'Mukta';
	padding: 3px 0;
	margin: 0 auto;
	text-align: center;
	color: white;
	background-color: green;
	border-radius: 5px;
	cursor: pointer;

}

 .column .button-phase-admin a .column_btn {
	 width: 50%;
	display: block;
	margin: 0 auto;
    border: 1px solid green;
	background-color: green;
	margin-top: 3px;
	
}

.column .button-phase-admin a .column_null {
	 width: 50%;
	display: block;
	margin: 0 auto;
    border: 1px solid green;
	background-color: green;
	margin-top: 3px;
	
}

.button-phase-customer .my-img{
	width: 30%;
	display: block;
	margin: 0 auto;
	height: 120px;
	border: 2px solid white;
			
}

.button-phase-customer .my-img img{
	width: 100%;
	height: 120px;
	
}

.column .button-phase-admin a .column_btn p{
	color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    font-family: 'Mukta';
    font-size: 14px;	
}

.column .button-phase-admin a .column_null p{
	color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    font-family: 'Mukta';
    font-size: 14px;	
}

.column-one .column #contact-info{
    font-size: 20px;
	font-family: 'Xanh Mono';
	padding: 2px 0;
	text-align: center;
	color: #515A5A;
	
}

footer {
	
	height: 50px;
	width: 100%;
	background-color: #C9300F;
	position: fixed;
	bottom: 0px;
	        	
}

#working-hrs {
width: 80%;
display: block;
margin: 0 auto;
background-color: #808B96;
overflow: hidden;

    
}



.headerr-a1{	
	width: 80%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 100px 0;
}

.headerr-a1 h2{	
	color: #B54708;
	margin: 50px 15px 10px;
	text-align: left;
	font-family: 'Inter';
	font-weight: bold;
	font-size: 20px;	
}

.headerr-a1 hr{	
	display: block;
	margin: 0 0 0 150px;
	width: 20%;
	border-bottom: 3px solid #B54708;
}


.headerr-a1 .headerr-a1-wrapper{	
    width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover{	
    width: 60%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover{	
    width: 220px;
    display: block;
	height: 200px;
	margin: 0 auto;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover img{	
    width: 100%;
	height: 200px;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p{	
    width: 100%;
	display: block;
    background-color: #F2F6F8;
    padding: 10px;
	overflow: hidden;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p p{	
   font-size: 15px;
   font-family: 'Montserrat';
   color: #000000;
   text-align: center;
   line-height: 20px;
   font-weight: bold;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover-p h3{	
   font-size: 15px;
   font-family: 'Inter';
   color: #000000;
   margin: 20px 0;
   font-weight: bold;
   text-align: center;
}


}


/* TABLET  */

@media only screen and (min-width: 768px) and (max-width: 999px) {

header nav ul li .head-logo{
font-size: 30px;
color: green;
font-weight: 900;
font-family: 'Yellowtail';
line-height: 50px;
border-right: 2px solid green;
padding: 0 10px 0;

}

header nav ul li .head-login{
font-size: 20px;
color: gray;
font-family: 'Rotobo';
line-height: 58px;

}

header nav ul li .head-1{
font-size: 20px;
color: gray;
font-family: 'Rotobo';
line-height: 58px;

}

header nav ul li #index-option {
display: none;

}


header nav ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
    margin-top: 16px;
	
}

header nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 13px;
}


header nav ul li a {
	font-size: 16px;
	color: black;
	font-family: 'Zilla Slab';
}


header nav ul li .head-1 {
display: block;

}

header .head-phone i {
display: none;
}


.pic-cover .p-center h3{
    font-size: 50px;
	font-family: 'Roboto Slab';
	font-weight: 900;
	line-height: 60px;
    text-align: center;
	color: white;
	text-shadow: 2px 2px 8px black;
	
}

.column {
  width: calc(50% - 40px);
  margin: 30px 20px;
  float: left;
  
}


footer {
	
	height: 50px;
	width: 100%;
	background-color: #C9300F;
	position: fixed;
	bottom: 0px;
	        	
}

footer ul {
	display: block;
	margin: 0 auto;
	width: fit-content;
	overflow: hidden;
		
}

footer ul li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 16px;
	color: white;
	font-family: 'Mukta';
	line-height: 50px;
	
}

footer ul li #sm{
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0 3px;
	font-size: 20px;
	color: white;
	line-height: 50px;
		
}

.about-us {
    padding-bottom: 100px;

}

.column-one {
    padding-top: 100px;
	padding-bottom: 550px;

}

.column-one .column h2{
    font-size: 18px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: #1B4F72;

}

.column-one .column p{
    font-size: 16px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column .sign-btn {
	font-size: 15px;
	font-family: 'Mukta';
	text-align: center;
	border: 1px solid blue;
	padding: 5px 2px;
	width: 20%;
	display: block;
	margin: 0 auto;
		
}


.about-us .column h2{
    font-size: 18px;
	font-family: 'Barlow';
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	color: #1B4F72;

}

.about-us .column p{
    font-size: 16px;
	font-family: 'Mukta';
	padding: 2px 0;
	text-align: left;
	color: #515A5A;

}

.column-one .column form input{
	width: 70%;
	display: block;
	margin: 0 auto;
	height: 25px;
    font-size: 20px;
	font-family: 'Mukta';
	text-align: center;
	color: #515A5A;
	line-height: 10px;
	border-radius: 5px;
	background-color: #FDFEFE;

}

.column-one .column form .big-letters{
	text-transform: uppercase;

}

.column-one .column form select{
	width: 70%;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'Mukta';
	height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #FDFEFE;
	color: #515A5A;

}

.column-one .column form textarea{
	width: 70%;
	display: block;
	margin: 0 auto;
	height: 100px;
    font-size: 18px;
	font-family: 'Mukta';
	text-align: center;
	color: #515A5A;
	line-height: 25px;
	border-radius: 5px;
	background-color: #FDFEFE;	

}

.column-one .column form label{
	width: 70%;
	display: block;
    font-size: 20px;
	font-family: 'Mukta';
	margin: 0 auto;
	text-align: left;
	color: #515A5A;

}

.column-one .column form button{
	width: 70%;
	display: block;
	font-size: 20px;
	font-family: 'Mukta';
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	color: white;
	background-color: green;
	border-radius: 5px;
	cursor: pointer;

}

 .column .button-phase-admin a .column_btn {
	 width: 100%;
	display: block;
	margin: 0 auto;
    border: 1px solid green;
	background-color: green;
	margin-top: 7px;
	
}

.column .button-phase-admin a .column_null {
	 width: 100%;
	display: block;
	margin: 0 auto;
    border: 1px solid green;
	background-color: green;
	margin-top: 7px;
	
}

.column .button-phase-admin a .column_btn p{
	color: white;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-family: 'Mukta';
    font-size: 20px;	
}

.column .button-phase-admin a .column_null p{
	color: white;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-family: 'Mukta';
    font-size: 20px;	
}

.button-phase-customer .my-img{
	width: 30%;
	display: block;
	margin: 0 auto;
	height: 120px;
	border: 2px solid white;
			
}

.button-phase-customer .my-img img{
	width: 100%;
	height: 120px;
	
}

.column-one .column #contact-info{
    font-size: 20px;
	font-family: 'Xanh Mono';
	padding: 2px 0;
	text-align: center;
	color: #515A5A;
	
}

.about-us .column #working-hrs {

height: 110px;
background-color: #808B96;
border-radius: 5px;
}

.about-us .column #working-hrs .working-hrs-pic{
width: calc(30% - 20px);
margin: 5px 10px;
float: left;
    
}

.about-us .column #working-hrs .working-hrs-pic img{
height: 90px;
border-radius: 100px;
    
}

.about-us .column #working-hrs .working-hrs-content{
width: calc(70% - 20px);
margin: 2px 10px;	
float: left;
    
}

.about-us .column #working-hrs .working-hrs-content .working-hrs-p {
color: white;
font-size: 15px;
font-family: 'Mukta';
    
}

.headerr-a1 h2{	
	font-size: 25px;	
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover{	
    width: 50%;
    display: block;
    margin: 0 auto;
	height: 200px;
	border-radius: 50%;
}

.headerr-a1 .headerr-a1-wrapper .headerr-a1-cover .headerr-img-cover img{	
    width: 100%;
	height: 200px;
	border-radius: 50%;
}

}
