

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    top:0 !important;
    background: #1f253d;
    height: 100%;;
}
html{
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }
* {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

h1 {
    margin: 0;
    padding: 0;
    list-style: none; }
h3 {
    margin: 0;
    padding: 0;
    list-style: none; }

h4 {
    margin: 0;
    padding: 0;
    list-style: none; }

h5 {
    margin: 0;
    padding: 0;
    list-style: none; }

h6 {
    margin: 0;
    padding: 0;
    list-style: none; }

p {
    font-size: 16px;
    line-height: 1.5;
    font-weight:400;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none; }

li {
    margin: 0;
    padding: 0;
    list-style: none; }

a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important; }

input {
    outline: none !important; }

button {
    outline: none !important; }
.main {
    overflow: hidden; 
    background:#FFF;
}
.text-decoration a{
    text-decoration:underline !important;
}
img{
    max-width:100%;
}
.section-padding{
    padding:80px 0;
}


/*========================================================================================
                        Start css area
=========================================================================================*/
.main-content-area {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    padding:40px 15px;
}
.content-area {
    min-widht: 600px;
	max-width: 800px;
	/* margin: auto; */
    margin: auto;	padding: 40px;
	background: #fff;
    border-radius: 20px;
}
.user-details {
	text-align: center;
	margin-bottom: 40px;
}
.user-image {
	max-width: 88px;
	margin: auto;
	text-align: center;
	height: 88px;
	border: 4px solid #fff;
	border-radius: 50%;
	margin-bottom: 15px;
}
.user-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.user-details h2 {
	font-size: 25px;
	color: #00a69c;
}
.image-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 2px solid #00a69c;
	padding: 15px 0;
	margin-bottom: 20px;
}
.left-image {
	width: 40px;
	min-width: 40px;
	margin-right: 20px;
}
.left-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.right-content p {
	color: #00a69c;
	font-size: 16px;
	line-height: 1.4;
    
}

.right-content a {
    text-decoration: none;
    color: inherit;
    color: #000050ff;
}

.profile-descriptions {
	margin-top: 40px;
	text-align: center;
}
.name-client {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #00a69c;
  }
  
  .name-client span {
    display: block;
    font-weight: 200;
    font-size: 16px;
    color: #00a69c;
  }
  
  .social-media:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background: #00a69c;
  }
  
  .social-media a {
    position: relative;
    margin-right: 15px;
    text-decoration: none;
    color: inherit;
    color: #000050ff;
  }
  
  .social-media a:last-child {
    margin-right: 0;
  }
  
  .social-media a svg {
    width: 1.1rem;
    fill: currentColor;
    fill:#696969;
  }
  @media all and (max-width:575px){
    .user-image {
        max-width: 81px;
        height: 81px;
        border: 3px solid #50597b;
    }
    .user-details h2 {
        font-size: 20px;
        color: #fff    }
    .main-content-area {
        height: auto;
    }
    .content-area {
        padding: 40px 20px;
    }
    .left-image {
        width: 81px;
        min-width: 81px;
    }
    .right-content p {
        font-size: 15px;
    }
    .social-media span {
        display: none;
    }
  }