.maincontent a {
	color: #65b2b6;
}

.maincontent a:hover {
	color: #0996b5;
}

.maincontent * + h1,
.maincontent * + h2,
.maincontent * + h3,
.maincontent * + h4,
.maincontent * + h5,
.maincontent * + h6 {
	margin-top: 60px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.76px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    border-radius: 6px;
    background-color: #65b2b6;
    padding: 0;
    background-image: none !important;
    border: none;
	   background-repeat: no-repeat;

    padding: 10px 20px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background: #0996b5;
}

.vc_tta-panel-body .wpb_content_element:last-child {
  margin-bottom: 0;
}

.vc_tta-panel-title {
  font-size: 19px;
  font-weight: 400;
}

.wpb_single_image img[src$=".svg"] {
	width: 100%;
}

.slider-area .slider-inner img {
	max-height: 120px;
}

.login-form {
	margin-bottom: 50px;
}

.login-form > p {
	display: flex;
	flex-direction: column;
}

.login-form > p > * {
	margin-bottom: 20px;
}

.login-form > p input[type="submit"] {
	width: 150px;
	margin-bottom: 0;
}

.justify {
	text-align: justify;
}

.vc_row:last-of-type {
	padding-bottom: 35px;
}

.vc_row .vc_row:last-of-type {
	padding-bottom: 0;
}

.wpb_text_column ul,
.wpb_text_column ol {
	padding-left: 20px;
}

@media (max-width: 991px) {
	.justify {
		text-align: left;
	}	
}