/*-----------------------------------------*/
/*        COMMON CSS START                 */
/*-----------------------------------------*/
body {
	color: #555;
	font-size: 14px;
	font-family: 'Metropolis-regular';
}
a {
	color: #41ABAC;
}
a[href]:hover {
	color: #41ABAC;
	text-decoration: underline;
}
@media(max-width: 991px) {
	body {
		font-size: 12px;
	}
}
@media(max-width: 767px) {
	body {
		font-size: 11px;
	}
}
/*-----------------------------------------*/
/*        COMMON CSS END                   */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        HEADER START                     */
/*-----------------------------------------*/
.header-top {
	background-color: #41ABAC;
	color: #fff;
	padding: 5px 0;
	position: relative;
}
.header-top-link {
	color: #fff;
}
.header-top-link:hover,
.header-top-link:focus {
	color: #fff !important;
	text-decoration: underline;
}
.link-spacing {
	margin: 0 3px;
}
.link-spacing:last-child {
	margin-right: 0;
}
.user-dropdown .btn {
	background: none !important;
	color: #fff;
	outline: none !important;
	padding: 0;
	font-weight: normal;
	font-family: 'Metropolis-regular';
	box-shadow: none !important;
}
.social-links {
	background-color: #fff;
	color: #41ABAC !important;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #fff;
	display: inline-block;
}
.social-links:hover {
	border-color: #fff;
	background-color: #41ABAC;
	color: #fff !important;
	text-decoration: none !important;
}
.header-bottom {
	padding-top: 9px;
}
.logo {
	width: 70px;
	display: inline-block;
}
.contact-info {
	position: relative;
	padding-left: 50px;
}
.contact-info .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 39px;
	color: #41ABAC;
}
.contact-info.phone {
	padding-left: 40px;
}
.contact-info.phone .icon {
	top: 2px;
}
.contact-info a,
.contact-info a:hover,
.contact-info a:focus {
	color: #41ABAC;
}
.header-bottom .btn {
	padding: 7px 15px 5px 15px;
}
.header-bottom .navbar {
	background-color: #fff;
	padding: 0;
}
.header-bottom .navbar-expand-sm .navbar-nav .nav-item {
	padding: 10px 15px;
}
.header-bottom .navbar-expand-sm .navbar-nav .nav-item:first-child {
	padding-left: 0;
}
.header-bottom .navbar-expand-sm .navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.header-bottom .navbar-expand-sm .navbar-nav .nav-link {
	padding: 0;
	color: #2D2D2D;
	font-family: 'Metropolis-semibold';
	font-size: 16px;
	text-decoration: none !important;
}
.header-bottom .navbar-expand-sm .navbar-nav .active .nav-link {
	color: #41ABAC;
}
.header-bottom .navbar-expand-sm .navbar-nav .nav-item:hover .nav-link {
	color: #41ABAC;
	text-decoration: none !important;
}
@media(max-width: 991px) {
	.logo {
		width: 55px;
	}
	.contact-info {
		padding-left: 22px !important;
		margin-bottom: 3px;
	}
	.contact-info.last {
		margin-bottom: 0;
	}
	.contact-info .icon {
		font-size: 14px;
		top: 2px;
	}
	.header-bottom .btn {
		padding: 5px 10px 3px 10px;
		margin-bottom: 5px;
	}
	.header-bottom .navbar-expand-sm .navbar-nav .nav-item {
		padding: 5px 10px;
	}
	.header-bottom .navbar-expand-sm .navbar-nav .nav-link {
		font-size: 14px;
	}
}
@media(max-width: 767px) {
	.header-top {
		padding: 3px 0;
	}
	.link-spacing {
		margin: 0 1px;
	}
	.contact-info .icon {
		top: 1px;
	}
	.contact-info.phone .icon {
		top: 0px;
	}
	.social-links {
		border-radius: 2px;
		width: 13px;
		height: 13px;
		line-height: 11px;
		font-size: 9px;
	}
}
@media(max-width: 575px) {
	.header-top .col-12 {
		text-align: center !important;
	}
	.header-bottom {
		position: relative;
		padding: 10px 0;
	}
	.logo {
		width: 41px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.navbar-toggler {
		margin: 5px 0;
		padding: 5px 10px;
	    font-size: 15px;
	    border-color: #41ABAC;
	    border-radius: 5px;
	}
	.navbar-toggler-icon {
	    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(65, 171, 172, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-nav {
		padding-top: 10px;
		margin-top: 10px;
		border-top: 1px solid #41ABAC;
	}
	.header-bottom .navbar-expand-sm .navbar-nav .nav-item {
		padding: 3px 0 !important;
	}
	.header-bottom .navbar-expand-sm .navbar-nav .nav-link {
		font-size: 13px;
	}
}
/*-----------------------------------------*/
/*        HEADER END                       */
/*-----------------------------------------*/



/*-----------------------------------------*/
/*        FOOTER START                     */
/*-----------------------------------------*/
.footer {
	padding: 70px 0;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #41ABAC;
}
.footer-mid-row {
	padding: 25px 0;
}
@media(max-width: 1199px) {
	.footer {
		padding: 55px 0;
		font-size: 12px;
	}
}
@media(max-width: 991px) {
	.footer {
		padding: 40px 0;
	}
	.footer-mid-row {
		padding: 20px 0;
	}
	.footer .pt-md {
		padding-top: 20px;
	}
}
@media(max-width: 767px) {
	.footer {
		padding: 30px 0;
		font-size: 10px;
	}
	.footer-mid-row {
		padding: 12px 0;
	}
	.footer .pt-md,
	.footer .pt-sm {
		padding-top: 12px;
	}
	.footer .pt-0-sm {
		padding-top: 0 !important;
	}
}
@media(max-width: 575px) {
	.footer .pt-xs {
		padding-top: 10px !important;
	}
}
/*-----------------------------------------*/
/*        FOOTER END                       */
/*-----------------------------------------*/



/*-----------------------------------------*/
/*        CONTENT START                    */
/*-----------------------------------------*/
.black-overlay {
	position: relative;
}
.black-overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.55);
	content: "";
}
.black-overlay .content {
	position: relative;
	z-index: 2;
}
.section-padding-small {
	padding: 40px 0;
}
.section-padding {
    padding: 80px 0;
}
.section-padding-big {
    padding: 120px 0;
}
.border-title {
    position: relative;
    padding-left: 30px;
    font-size: 40px;
    color: #2E2D2D;
    font-family: 'Metropolis-bold';
    margin-bottom: 10px;
}
.border-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #41ABAC;
}
.italic-p {
    font-family: 'times-it';
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
}
.sub-title {
	font-size: 23px;
    font-family: 'Metropolis-bold';
    color: #2E2D2D;
    margin-bottom: 20px;
}
@media(max-width: 1199px) {
	.section-padding-small {
		padding: 35px 0;
	}
	.section-padding {
	    padding: 65px 0;
	}
	.section-padding-big {
	    padding: 105px 0;
	}
	.border-title {
	    padding-left: 25px;
	    font-size: 32px;
	    margin-bottom: 15px;
	}
	.italic-p {
	    margin-bottom: 18px;
	}
	.sub-title {
		font-size: 21px;
	    margin-bottom: 18px;
	}
}
@media(max-width: 991px) {
	.section-padding-small {
		padding: 30px 0;
	}
	.section-padding {
	    padding: 50px 0;
	}
	.section-padding-big {
	    padding: 90px 0;
	}
	.border-title {
	    padding-left: 20px;
	    font-size: 28px;
	    margin-bottom: 12px;
	}
	.border-title:after {
	    width: 5px;
	}
	.italic-p {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.sub-title {
		font-size: 18px;
	    margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.section-padding-small {
		padding: 25px 0;
	}
	.section-padding {
	    padding: 35px 0;
	}
	.section-padding-big {
	    padding: 75px 0;
	}
	.border-title {
	    padding-left: 15px;
	    font-size: 22px;
	    margin-bottom: 5px;
	}
	.border-title:after {
	    width: 4px;
	}
	.italic-p {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.sub-title {
		font-size: 16px;
	    margin-bottom: 10px;
	}
}
/*-----------------------------------------*/
/*        CONTENT END                      */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        BOX FORM START                   */
/*-----------------------------------------*/
.box-form {
    background-color: #fff;
    border-radius: 5px;
    border-top: 7px solid #41ABAC;
    padding: 25px;
    box-shadow: 0 23px 55px #808080;
}
.form-title {
    margin: 0;
    font-size: 20px;
    color: #2E2D2D;
    font-family: 'Metropolis-medium';
    margin-bottom: 40px;
    position: relative;
}
.form-title span {
    font-family: 'Metropolis-bold';
}
.form-title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	z-index: 1;
	left: 30%;
	width: 40%;
	height: 3px;
	background-color: #41ABAC;
}
.form-bottom {
	padding-top: 5px;
}
@media(max-width: 1199px) {
	.box-form {
	    padding: 22px;
	}
}
@media(max-width: 991px) {
	.box-form {
	    border-top: 6px solid #41ABAC;
	    padding: 20px;
	    box-shadow: 0 15px 30px #808080;
	}
	.form-title {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.form-title::after {
		bottom: -10px;
	}
}
@media(max-width: 767px) {
	.box-form {
	    border-top: 5px solid #41ABAC;
	    padding: 18px;
	    box-shadow: 0 10px 15px #808080;
	    margin-top: 15px;
	}
	.form-title {
	    font-size: 15px;
	    margin-bottom: 18px;
	}
	.form-title::after {
		bottom: -8px;
		height: 2px;
	}
}
/*-----------------------------------------*/
/*        BOX FORM END                     */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        HOME BANNER START                */
/*-----------------------------------------*/
.banner-section {
	min-height: 960px;
	background-image: url('../images/home-banner.jpg?cache=1.2');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.banner-section .border-title {
	margin-top: 60px;
}
.banner-section .italic-p,
.banner-section .sub-title {
    padding-left: 30px;
}
@media(max-width: 1199px) {
	.banner-section {
		min-height: 750px;
	}
	.banner-section .border-title {
		margin-top: 50px;
	}
	.banner-section .italic-p,
	.banner-section .sub-title {
	    padding-left: 25px;
	}
}
@media(max-width: 991px) {
	.banner-section {
		min-height: 650px;
	}
	.banner-section .border-title {
		margin-top: 40px;
	}
	.banner-section .italic-p,
	.banner-section .sub-title {
	    padding-left: 20px;
	}
}
@media(max-width: 767px) {
	.banner-section {
		min-height: inherit;
	}
	.banner-section .border-title {
		margin-top: 0px;
	}
	.banner-section .italic-p,
	.banner-section .sub-title {
	    padding-left: 15px;
	}
}
/*-----------------------------------------*/
/*        HOME BANNER END                  */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        HOME HOW IT WORKS START          */
/*-----------------------------------------*/
.how-it-works-header {
	display: flex;
    align-items: center;
}
.how-it-works-header .title {
	flex: 1;
	color: #2E2D2D;
    font-family: 'Metropolis-bold';
    font-size: 28px;
    text-transform: uppercase;
}
.paragraph {
    font-size: 15px;
    font-family: 'Metropolis-light';
    color: #666;
    letter-spacing: .5px;
    line-height: 1.7;
}
@media(max-width: 1199px) {
	.how-it-works-header img {
	    width: 120px;
	}
	.how-it-works-header .title {
	    font-size: 25px;
	}
}
@media(max-width: 991px) {
	.how-it-works-header img {
	    width: 100px;
	}
	.how-it-works-header .title {
	    font-size: 22px;
	}
	.paragraph {
	    font-size: 14px;
	}
}
@media(max-width: 767px) {
	.how-it-works-header img {
	    width: 95px;
	}
	.how-it-works-header .title {
	    font-size: 19px;
	}
}
/*-----------------------------------------*/
/*        HOME HOW IT WORKS END            */
/*-----------------------------------------*/



/*-----------------------------------------*/
/*        HOME TESTIMONIAL START           */
/*-----------------------------------------*/
.testimonial {
	font-size: 24px;
	font-family: 'times-it';
	background-image: url('../images/testimonial-banner.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonial .author {
	font-size: 16px;
	color: #41ABAC;
}
.testimonial p {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media(max-width: 1199px) {
	.testimonial {
		font-size: 22px;
	}
	.testimonial .author {
		font-size: 15px;
	}
	.testimonial p {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media(max-width: 991px) {
	.testimonial {
		font-size: 20px;
	}
	.testimonial .author {
		font-size: 14px;
	}
	.testimonial p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.testimonial {
		font-size: 18px;
	}
	.testimonial .author {
		font-size: 13px;
	}
	.testimonial p {
		margin-top: 0px;
		margin-bottom: 5px;
	}
}
/*-----------------------------------------*/
/*        HOME TESTIMONIAL END             */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        HOME CONTACT START               */
/*-----------------------------------------*/
.contact-content {
	display: flex;
    align-items: center;
}
.contact-content .title {
	padding-left: 50px;
	font-size: 20px;
	flex: 1;
}
@media(max-width: 1199px) {
	.contact-content img {
		width: 120px;
	}
	.contact-content .title {
		padding-left: 45px;
		font-size: 18px
	}
}
@media(max-width: 991px) {
	.contact-content img {
		width: 100px;
	}
	.contact-content .title {
		padding-left: 35px;
		font-size: 16px
	}
}
@media(max-width: 767px) {
	.contact-content img {
		width: 95px;
	}
	.contact-content .title {
		padding-left: 25px;
		font-size: 14px
	}
}
/*-----------------------------------------*/
/*        HOME CONTACT END                 */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        INNER PAGE BANNER START          */
/*-----------------------------------------*/
.inner-page-banner {
	background-image: url('../images/inner-page-banner.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inner-page-banner h1 {
	font-size: 30px;
	font-family: 'Metropolis-bold';
	margin: 0;
	text-transform: uppercase;
	/*color: #fff;
	text-shadow: 1px 1px #000;*/
	color: #2D2D2D;
}
.inner-page-banner h5 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
	color: #2D2D2D;
}
@media(max-width: 1199px) {
	.inner-page-banner h1 {
		font-size: 28px;
	}
	.inner-page-banner h5 {
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	.inner-page-banner h1 {
		font-size: 24px;
	}
	.inner-page-banner h5 {
		margin-top: 8px;
		font-size: 16px;
	}
}
@media(max-width: 767px) {
	.inner-page-banner h1 {
		font-size: 20px;
	}
	.inner-page-banner h5 {
		font-size: 14px;
	}
}
/*-----------------------------------------*/
/*        INNER PAGE BANNER END            */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        CONTACT US PAGE START            */
/*-----------------------------------------*/
.border-box {
	border: 4px solid #ced4da;
	padding: 35px;
	height: 100%;
}
.contact-text {
	margin-bottom: 20px;
}
.contact-text .lbl {
	font-size: 20px;
	font-family: 'Metropolis-semibold';
	color: #41ABAC;
}
.contact-text .desc {
	font-size: 16px;
	font-family: 'Metropolis-light';
	color: #999;
	line-height: 1.3;
	margin: 0;
}
.contact-text a.desc {
	display: inline-block;
}
.contact-text .fa {
	font-size: 20px;
	margin: 5px;
	color: #999;
	text-decoration: none !important;
}
.contact-text .fa:hover {
	color: #2E2D2D;
}
@media(max-width: 1199px) {
	.border-box {
		padding: 30px;
	}
	.contact-text {
		margin-bottom: 18px;
	}
	.contact-text .lbl {
		font-size: 18px;
	}
	.contact-text .desc {
		font-size: 15px;
	}
	.contact-text .fa {
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	.border-box {
		border: 3px solid #ced4da;
		padding: 25px;
	}
	.contact-text {
		margin-bottom: 16px;
	}
	.contact-text .lbl {
		font-size: 16px;
	}
	.contact-text .desc {
		font-size: 14px;
	}
	.contact-text .fa {
		font-size: 16px;
	}
}
@media(max-width: 767px) {
	.border-box {
		padding: 20px;
	}
	.contact-text {
		margin-bottom: 15px;
	}
	.contact-text .lbl {
		font-size: 15px;
	}
	.contact-text .desc {
		font-size: 13px;
	}
	.contact-text .fa {
		font-size: 15px;
	}
}
/*-----------------------------------------*/
/*        CONTACT US PAGE END              */
/*-----------------------------------------*/



/*-----------------------------------------*/
/*        FAQ US PAGE START                */
/*-----------------------------------------*/
.faq {
	margin: 0;
	padding-left: 45px;
}
.faq li {
	font-family: 'times-it';
	padding-bottom: 10px;
	font-size: 25px;
	color: #41ABAC;
}
.faq li:last-child {
	padding-bottom: 0;
}
.faq .question {
	line-height: 1;
	padding-bottom: 5px;
}
.faq .answer {
	font-size: 14px;
	font-family: 'Metropolis-light';
	color: #2E2D2D;
}
@media(max-width: 1199px) {
	.faq {
		padding-left: 40px;
	}
	.faq li {
		font-size: 22px;
	}
	.faq .answer {
		font-size: 14px;
	}
}
@media(max-width: 991px) {
	.faq {
		padding-left: 35px;
	}
	.faq li {
		padding-bottom: 5px;
		font-size: 20px;
	}
	.faq .answer {
		font-size: 13px;
	}
}
@media(max-width: 767px) {
	.faq {
		padding-left: 30px;
	}
	.faq li {
		font-size: 18px;
	}
}
/*-----------------------------------------*/
/*        FAQ US PAGE END                  */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        ERROR PAGE START                 */
/*-----------------------------------------*/
.error-title {
	color: #41ABAC;
	font-size: 40px;
	font-family: 'Metropolis-bold';
}
.error-desc {
	color: #2D2D2D;
	font-size: 25px;
	font-family: 'Metropolis-regular';
}
@media(max-width: 1199px) {
	.error-title {
		font-size: 35px;
	}
	.error-desc {
		font-size: 22px;
	}
}
@media(max-width: 991px) {
	.error-title {
		font-size: 30px;
	}
	.error-desc {
		font-size: 20px;
	}
}
@media(max-width: 767px) {
	.error-title {
		font-size: 25px;
	}
	.error-desc {
		font-size: 18px;
	}
}
/*-----------------------------------------*/
/*        ERROR PAGE END                   */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        FORM TAB START                   */
/*-----------------------------------------*/
.form-tab .nav-tabs {
	border: none;
	margin-bottom: 20px;
}
.form-tab .nav-tabs > li {
	margin: 0;
	width: 10%;
	padding: 0 1px;
}
.tabs8.form-tab .nav-tabs > li {
	width: 12.5%;
}
.form-tab .nav-tabs > li > a {
	border: none;
	border-radius: 0;
	margin: 0;
	background-color: #ECEDF1;
	display: block;
	cursor: default;
	font-family: 'Metropolis-semibold';
	text-decoration: none !important;
	padding: 10px;
	font-size: 18px;
}
.form-tab .nav-tabs > li.done > a {
	background-color: #41ABAC;
	color: #fff;
}
.form-tab .nav-tabs > li > a.active {
	background-color: #2D2D2D;
	margin: 0;
	border: none;
	border-radius: 0;
	cursor: default;
	color: #fff;
}
.form-tab .nav-tabs > li > a[data-toggle="tab"] {
	cursor: pointer;
}
.form-tab .tab-content {
	padding: 0 1px;
}
.form-tab .tab-btn-container {
	padding: 30px 0;
	margin: 0 -10px;
}
.form-tab .tab-btn-container .btn {
	margin-left: 10px;
	margin-right: 10px;
}
.no-col {
	flex-grow: 0;
}
@media(max-width: 1199px) {
	.form-tab .nav-tabs {
		margin-bottom: 18px;
	}
	.form-tab .nav-tabs > li > a {
		padding: 8px;
		font-size: 17px;
	}
	.form-tab .tab-btn-container {
		padding: 25px 0;
	}
}
@media(max-width: 991px) {
	.form-tab .nav-tabs {
		margin-bottom: 16px;
	}
	.form-tab .nav-tabs > li > a {
		padding: 6px;
		font-size: 16px;
	}
	.form-tab .tab-btn-container {
		padding: 20px 0;
	}
}
@media(max-width: 767px) {
	.form-tab .nav-tabs {
		margin-bottom: 14px;
	}
	.form-tab .nav-tabs > li > a {
		padding: 5px;
		font-size: 15px;
	}
	.form-tab .tab-btn-container {
		padding: 15px 0;
		margin: 0 -5px;
	}
	.form-tab .tab-btn-container .btn {
		margin-left: 5px;
		margin-right: 5px;
	}
}
/*-----------------------------------------*/
/*        FORM TAB END                     */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        SECTION TITLE START              */
/*-----------------------------------------*/
.section-title {
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'Metropolis-semibold';
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
	background-color: #41ABAC;
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.section-title[data-toggle="collapse"] {
	cursor: pointer;
	position: relative;
}
.section-title[data-toggle="collapse"]::after {
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: "fontAwesome";
}
.section-title[data-toggle="collapse"][aria-expanded="true"]::after {
	content: "\f078";
}
.section-content {
	margin-bottom: 20px;
}
.noEdit .section-content {
	pointer-events: none;
}
.section-content-in {
	padding: 20px;
	border: 2px solid #41ABAC;
	border-top: none;
}
.desc-p {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Metropolis-regular';
	color: #41ABAC;
	line-height: 1.1;
}
.desc-p.sm {
	font-size: 14px;
}
@media(max-width: 1199px) {
	.section-title {
		font-size: 15px;
		margin-bottom: 12px;
		padding: 8px 12px;
	}
	.section-title[data-toggle="collapse"]::after {
		right: 8px;
		top: 8px;
	}
	.section-content {
		margin-bottom: 18px;
	}
	.section-content-in {
		padding: 18px;
	}
	.desc-p {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.desc-p.sm {
		font-size: 13.5px;
	}
}
@media(max-width: 991px) {
	.section-title {
		font-size: 14px;
		margin-bottom: 10px;
		padding: 6px 10px;
	}
	.section-title[data-toggle="collapse"]::after {
		right: 6px;
		top: 6px;
	}
	.section-content {
		margin-bottom: 16px;
	}
	.section-content-in {
		padding: 16px;
	}
	.desc-p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.desc-p.sm {
		font-size: 13px;
	}
}
@media(max-width: 767px) {
	.section-title {
		font-size: 13px;
		padding: 5px 10px;
	}
	.section-title[data-toggle="collapse"]::after {
		right: 5px;
		top: 5px;
	}
	.section-content {
		margin-bottom: 15px;
	}
	.section-content-in {
		padding: 15px;
	}
	.desc-p {
		font-size: 13px;
	}
	.desc-p.sm {
		font-size: 12px;
	}
}
/*-----------------------------------------*/
/*        SECTION TITLE END                */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        LIST TABLE START                 */
/*-----------------------------------------*/
.addNewSection {
	background-color: #ECEDF1;
	padding: 20px;
	border: 1px solid #dee2e6;
}
.noEdit .addNewSection {
	display: none;
}
.list-table {
	margin-bottom: 0;
	font-family: 'Metropolis-regular';
}
.list-table td,
.list-table th {
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1.4;
}
.list-table th {
	font-family: 'Metropolis-bold';
	background-color: #ECEDF1;
}
.list-table .action-td {
	padding: 4px 15px;
	width: 70px;
}
.list-table .action {
	margin: 5px;
	color: #41ABAC;
	text-decoration: none !important;
	font-size: 20px;
	line-height: 1;
}
.list-table .action:focus,
.list-table .action:hover {
	color: #2D2D2D;
	text-decoration: none !important;
}
.list-table .no-records td {
	font-family: 'Metropolis-bold';
}
.list-table .record.editable {
	cursor: pointer;
}
.list-table .record.edited *:not(.ignore-click) {
	cursor: not-allowed;
}
.list-table .record.edited {
	background-color: #f2fafa;
}
.list-table .columnNo {
	width: 60px;
}
.list-table .columnDate {
	width: 220px;
}
.list-table .columnStatus {
	width: 100px;
}
.list-table .columnActions {
	width: 150px;
}
@media(max-width: 1199px) {
	.addNewSection {
		padding: 17px;
	}
	.list-table td,
	.list-table th {
		font-size: 13px;
		padding: 8px 17px;
	}
	.list-table .action-td {
		padding: 3px 14px;
		width: 60px;
	}
	.list-table .action {
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	.addNewSection {
		padding: 15px;
	}
	.list-table td,
	.list-table th {
		font-size: 12px;
		padding: 7px 10px;
	}
	.list-table .action-td {
		padding: 1px 12px;
		width: 50px;
	}
	.list-table .action {
		margin: 5px;
		font-size: 16px;
	}
}
@media(max-width: 767px) {
	.addNewSection {
		padding: 12px;
	}
	.list-table td,
	.list-table th {
		padding: 5px 8px;
	}
	.list-table .action-td {
		padding: 0px 10px;
		width: 40px;
	}
	.list-table .action {
		margin: 3px;
		font-size: 14px;
	}
}
/*-----------------------------------------*/
/*        LIST TABLE END                   */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        PROFILE IMAGE START              */
/*-----------------------------------------*/
.profileimage {
	display: inline-block;
	border: 5px solid #41ABAC;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.profileimage img {
	width: 100%;
}
.profileimage .remove {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	font-size: 40px;
	color: #fff;
	line-height: 190px;
	text-align: center;
	transition: all 0.35s ease;
	opacity: 0;
	width: 100%;
	cursor: pointer;
}
.profileimage:hover .remove {
	opacity: 1;
}
.profileimage.deleted .remove {
	opacity: 1;
	pointer-events: none;
}
.profileimage.deleted .remove .fa::before {
	content: "\f253";
}
@media(max-width: 991px) {
	.profileimage {
		width: 150px;
		height: 150px;
	}
	.profileimage .remove {
		font-size: 30px;
		line-height: 140px;
	}
}
@media(max-width: 767px) {
	.profileimage {
		border-width: 3px;
		width: 100px;
		height: 100px;
	}
	.profileimage .remove {
		font-size: 20px;
		line-height: 90px;
	}
}
/*-----------------------------------------*/
/*        PROFILE IMAGE END                */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        LINK BTN START                   */
/*-----------------------------------------*/
/*.link-btn {
	padding: 120px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px transparent;
    background: #41ABAC;
    color: #fff;
    position: relative;
    margin: 20px;
    font-size: 16px;
    display: block;
    transition: all 0.5s linear;
}
.link-btn .top-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
    width: 100%;
    line-height: 100px;
    background: #fff;
    color: #f29e0d;
    border-radius: 10px 10px 0 0;
    display: block;
    color: #41ABAC;
    font-size: 35px;
}
.link-btn:hover {
	position: relative;
    box-shadow: 0 3px #2e7a7b;
    color: #fff !important;
}
@media(max-width: 1199px) {
	.link-btn {
		padding: 100px 15px 15px 15px;
	    border-radius: 8px;
	    margin: 15px;
	    font-size: 15px;
	}
	.link-btn .top-icon {
		height: 85px;
	    line-height: 85px;
	    border-radius: 8px 8px 0 0;
	    font-size: 30px;
	}
}
@media(max-width: 991px) {
	.link-btn {
		padding: 80px 10px 10px 10px;
	    border-radius: 6px;
	    margin: 10px;
	    font-size: 14px;
	}
	.link-btn .top-icon {
		height: 70px;
	    line-height: 70px;
	    border-radius: 6px 6px 0 0;
	    font-size: 28px;
	}
}
@media(max-width: 767px) {
	.link-btn {
		padding: 70px 8px 8px 8px;
	    border-radius: 5px;
	    margin: 8px;
	    font-size: 13px;
	}
	.link-btn .top-icon {
		height: 62px;
	    line-height: 62px;
	    border-radius: 5px 5px 0 0;
	    font-size: 25px;
	}
}*/
/*-----------------------------------------*/
/*        LINK BTN END                     */
/*-----------------------------------------*/

