@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing:border-box !important;
}
body{
    font-size:16px;
    overflow-x: hidden;
    font-family: 'Open Sans';
    background-color: #fbfbfb !important;
    line-height: 24px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
	margin: 0 !important

}
p a{color: #28c6ae !important; transition: all .4s;}
p a:hover{opacity: .7}
.container{
    width: 100%;
    max-width: 1300px;
}
.container .container {
    padding: 0 !important;
}
img{
    max-width: 100%
}
:root {
  --yellow: #FABC13;
  --blue: #2F47E5;
  --orange: #F95A2B;
  --green: #28C6AE;
  --pink: #FC89BB;
  /* background-color: var(--colorname); */
}
.form-control:focus {
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    letter-spacing: 0.113637px;
}
h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.072728px;
}
h3{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.054546px;
}
h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.0409095px;
}

a{
    text-decoration: none;
    outline: 0;
	transition: all .4s;
	color: #040404;
}
a:hover{
    text-decoration: none;
	color: #040404;
}
ul,li{
    padding: 0px;
    margin:0px;
    list-style: none;
}
.pt-120{
    padding-top: 120px;
}
.mt-120{
    margin-top: 120px;
}
.ptb-120{
    padding: 120px 0;
}
.pb-120{
    padding-bottom: 120px;
}
/* .ptb-120 + .ptb-120{
    margin-top: 0px;
} */
.image-bord-radius
{
    border-radius: 20px;
    width:100%;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.btn{
    border-radius: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0px 28px;
}
.form-control:focus {
    box-shadow: none !important;
}
.form-control {
    padding: 12px 20px !important;
}
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute !important;
}
/* header Section */
header.site-header {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    opacity: 1;
    transform: translateY(0);
    transition: all .5s cubic-bezier(.25,.46,.45,.94),box-shadow .1s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94),box-shadow .1s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all .5s cubic-bezier(.25,.46,.45,.94),box-shadow .1s cubic-bezier(.25,.46,.45,.94);
    z-index: 9999;
}
header.nav-up {
    transform: translateY(-148px);
}
header.site-header .container {
    width: 100%;
    max-width: 1360px;
}
.top-bar-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #28C6AE;
    padding: 0px 34px;
    align-items: center;
    height: 44px;
}
.top-bar-information ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-bar-information ul li{
    padding-right:30px;
}
.top-bar-information ul li:last-child{
    padding-right:0px;
}
.top-bar-information ul li a {
    font-size: 14px;
    color: #fff;
    transition: all .4s;
}
.top-bar-header a:hover {
    color: #000;
}
.top-bar-information ul li a img {
    margin-right: 10px;
    transition: all .4s;
}
.top-bar-information a:hover img {
    filter: brightness(0.1);
}
.top-bar-social ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-bar-social ul li{
    padding-right:30px;
}
.top-bar-social ul li:last-child{
    padding-right:0px;
}
.top-bar-social ul li a {
    font-size: 14px;
    color: #fff;
}
.top-bar-social ul li a img {
    margin-right: 10px;
}
.bottom-header {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 0px 34px;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 5%);
    background: #FFFFFF;
    align-items: center;
    height: 100px;
}
.site-logo {
    width: 100%;
    max-width: 182px;
}
.site-logo a img {
    max-width: 181px;
    max-height: 24px;
}
.btm-header-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
	position: relative;
}
nav.nav-menu {
    width: 100%;
    max-width: calc(100% - 284px);
    display: flex;
    justify-content: center;
}
nav.nav-menu ul {
    display: flex;
}
nav.nav-menu ul li {
    margin: 0px 20px;
	padding: 0;
    position: static;
    transition: all .4s;
}
nav.nav-menu ul:hover li>*{
    transition: all .4s;
}
nav.nav-menu ul:hover li>*, nav.nav-menu ul:hover li:before {
    opacity: .4;
}
nav.nav-menu ul li:last-child {
    padding-right: 0;
}
nav.nav-menu ul li a {
    font-size: 15px;
    line-height: 22px;
    color: #19191B;
    transition: all .4s;
}
nav.nav-menu ul li a:hover, nav.nav-menu ul li:hover::before {
    opacity: 1 !important;
}
.nav-menu .menu-item-has-children:hover .sub-menu {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.nav-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
.sub-menu {
    display: block !important;
    position: absolute;
    padding: 32px 20px 16px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    background: #142D28;
    top: 100%;
    transition: none !important;
    background: #FFFFFF;
    margin-left: 0;
    width:172px;
    left: -75%;
    background-image: url(../images/sub-menu-bg.svg);
    background-size: 100%;
}

ul.sub-menu li {
    padding: 10px 0px !important;
    color: #000;
    border-bottom: 1px solid #D4F4EF;
}
ul.sub-menu li:first-child {
    padding-top: 0px !important
}
ul.sub-menu li:last-child {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}
ul.sub-menu li a {
    opacity: 1 !important;
    transition: .4s all;
}
nav.nav-menu ul.sub-menu li a:hover {
    opacity: 0.7 !important;
}
.menu-item-has-children{
    position: relative !important;
}
.menu-item-has-children:before {
    content: '';
    position: absolute;
    right: -12px;
    width: 7px;
    height: 5px;
    background-image: url(../images/nav-down.svg);
    top: 10px;
}
.header-btm-right {
    display: flex;
}

.header-btm-right .search-header {
    background: #F2F7F7;
    border-radius: 16px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    z-index: 1;
}
.benefits-content {
    padding-left: 90px;
}
.header-btm-right a.ylw-btn.btn {
    font-size: 15px;
    height: 44px;
    padding: 0px 20px;
}
a.search-header img {
    max-height: 18px;
    max-width: 17px;
}
/* Home Banner Section */
.home-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.home-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, rgba(25, 25, 27, 0.503966) 65.48%);
    z-index: -1;
    height: 100%;
}
.banner-content {
    width: 100%;
    max-width: 641px;
    padding-top: 144px;
}
.banner-content h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    margin-bottom:40px;
}
.banner-content p {
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 518px;
    margin-bottom:40px;
}
.banner-button .ylw-btn {
    margin-right: 24px;
}
.banner-button .blue-btn {
}
.slide-down-btn {
    position: absolute;
    width: 20px;
    height: 33px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #FFFFFF;
    border-radius: 10.5px;
    bottom: 52px;
}
.slide-down-btn a:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    animation: slideDown 2s infinite;
}
@keyframes slideDown {
    from {
        top: 9px;
        opacity: 1;
    }
    to {
        top: 20px;
        opacity: 0;
    }
}

/* central-benefits-block */
.central-benefits-block .container {
    max-width: 973px;
}

.benefits-image-inner {
    width: 100%;
    height: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 50px;
}
.central-benefits-content-full {
    width: 100%;
    max-width: 836px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}
.padding-adjust {
    padding-bottom: 21px;
}
.central-benefits-icon-content {
    width: 100%;
    max-width: 836px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.central-benefits-icon-content .box-round-img-taxt {
    flex-wrap: wrap;
    width: 100%;
    max-width: 48%;
    justify-content: space-between;
}
.central-benefits-content .col-2.text-center img{
    max-width: 57px;
    max-height: 57px;
}
.central-benefits{
    text-align:center;
    margin-top:20px;
}
.central-benefits a.ylw-btn {
    background: #FABC13;
    display: inline-block;
}
/* two-left-img-right-content */
.outer-right-content {
    padding: 50px 0px 0px 90px;
}
.two-left-img-right-content.reverse .outer-right-content {
    padding: 50px 75px 50px 0px;
}
.two-left-img-right-content .outer-right-content .right-content h2{
    font-weight: 600;
    margin-bottom:17px;
}
.two-left-img-right-content .outer-right-content .right-content p{
    margin-bottom:30px;
    font-size: 15px;
}
/* .two-left-img-right-content .outer-right-content .col-2 img {
    max-width: 57px;
    max-height: 57px;
} */
.box-round-img-taxt {
    flex-wrap: wrap;
    align-items: flex-start !important;
}
.box-round-img-taxt .left-box-round-img img {
    max-width: 57px;
    max-height: 57px;
}
.left-box-round-img {
    width: 100%;
    max-width: 57px;
    display: flex;
}
.right-box-round-taxt {
    width: 100%;
    max-width: calc(100% - 67px);
    margin-left: 10px;
}
.button-more-about {
    margin-top: 9px;
}
.button-more-about a {
    display: inline-block;
}
.two-left-img-right-content .two-image-left{
    height: 560px;
    width: 100%;
    object-fit: cover;
}
/* latest-article-section */
.latest-article-section h2.title{
    margin-bottom:30px;
}
.latest-article-section .see-all-btn {
    margin-bottom: 30px;
    display: inline-block;
}
.artical-top-image {
    height: 286px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.outer-artical-img-content{
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
}
.artical-content {
    padding: 23px 20px;
}
.artical-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
}
.artical-content p {
    font-size: 13px;
    margin-bottom: 23px;
    line-height: 18px;
}
.artical-date {
    margin-bottom: 20px;
    display: flex;
}
.artical-date span {
    display: inline-flex;
    padding-right: 10px;
    font-size: 13px;
    align-items: center;
}
.artical-date span img {
    padding-right: 10px;
}
.artical-date span:last-child {
    padding-right:0px;
}
.artical-person {
    display: flex;
    align-items: center;
}
.artical-person img {
    max-height: 31px;
    max-width: 31px;
    border-radius: 50px;
}
.artical-person span {
    margin-left: 10px;
    font-size: 13px;
}
/* left-content-right-full-img */
.left-content-right-full-img .container{max-width: 1600px; padding: 0}
.our-courses-content h2 {
    margin-bottom: 17px;
}
.our-courses-content p {
    margin-bottom: 30px;
}
.our-courses-content {
    max-width: 630px;
    padding-right: 100px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.our-courses-content a.btn {
    margin-right: 20px !important;
}
.our-courses-content a.btn:last-child {
    margin-right: 0px !important;
}
.our-courses-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.our-community-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 17px;
}
.ptb-120 + .ptb-120{padding-top: 0}
.right-content-left-full-img .container{max-width: 1600px; padding: 0}
.right-content-left-full-img .our-courses-content h2 {
    margin-bottom: 17px;
}
.right-content-left-full-img .our-courses-content p {
    margin-bottom: 30px;
}
.right-content-left-full-img .our-courses-content {
    max-width: 620px;
    padding-left: 100px;
    padding-right: 0;
}
.right-content-left-full-img .our-courses-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
/* three-left-img-right-content */
.three-left-img-right-content img {
    max-width: 196px;
    height: 336px;
    object-fit: cover;
}
.content-employer-benefits {
    padding: 26px 0px 20px 59px;
}

.three-left-img-right-content.reverse .content-employer-benefits {
    padding: 26px 50px 20px 0;
}
.content-employer-benefits h2 {
    font-weight: 600;
    margin-bottom: 17px;
}
.content-employer-benefits p {
    font-size: 15px;
    margin:0px;
}
.btn-find-out-more a {
    display: inline-block;
    margin-top: 30px;
}
/* prefooter-logo */
.prefooter-logo-section {
    padding: 120px 0px;
}
.prefooter-content h2 {
    margin-bottom: 15px;
}
.prefooter-content {
    max-width: 362px;
    margin-right: 100px;
}
.prefooter-icon {
    max-width: 196px;
    height: 144px;
    justify-content: center;
    border-radius: 20px;
    padding: 0px 27px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff;
}
.prefooter-logo-section .slick-slide{
    margin-right: 20px;
}
.prefooter-icon img{
    max-width: 100%;
    max-height: 90px;
}
.prefooter-logo-section .slick-list.draggable {
    padding-left: 0px !important;
}
/* support-us-section */
.inner-support-us {
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(25 25 27 / 5%);
    border: 1px solid #28C6AE;
    filter: drop-shadow(0px 2px 70px rgba(25, 25, 27, 0.05));
    border-radius: 7px;
    overflow: hidden;
}
.support-us-content {
    padding: 0px 90px 0px 102px;
}
.support-us-content h2 {
    margin-bottom: 17px;
}
.support-us-content h4 {
    font-size: 24px;
    line-height: 31px;
    color: #19191B;
    margin-bottom: 0px;
}
.button-support-us a {
    display: inline-block;
    margin-top: 40px;
}
.support-us-image img {
    max-height: 470px;
    height: 470px;
    width: 100%;
    object-fit: cover;
}

/* About us page css */

.inner-banner-section {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    justify-content:left;
    align-items: flex-end;
    z-index: 0;
}
.inner-banner-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.6);
    left: 0;
    right: 0;
    top: 0;
}
.inner-banner-section .container {
    z-index: 1;
}
.common-banner-content h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.content-full {
    width: 100%;
    max-width: 1049px;
    margin: 0 auto;
}
.content-full.full {
    width: 100%;
    max-width: 836px;
    margin: unset;
}
.content-full.full p{
    text-align: left;
    margin:0px;
}

.content-full p {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.072728px;
    margin: 0px;
    font-family: 'Poppins';
}

/* left-image-right-content */
.left-image-right-content {
    padding-bottom: 40px;
}
.image-box-what-we img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.content-left-image-right-content {
    width: 100%;
    /* max-width: 518px; */
    padding-left: 100px;
}
.content-left-image-right-content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #19191B;
    margin-bottom: 17px;
}
.content-left-image-right-content .button {
    margin-top: 30px;
}
/* 2/1 right img left conten */
.right-two-small-img-left-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.our-community-section.left-two-small-img-right-content .col-4 {
    flex: 1 !important;
    max-width: 254px !important;
}
.our-community-section.left-two-small-img-right-content .col-8 {
    flex: 1 !important;
    max-width: 382px !important;
}
/* Left Right Image and conetent */
.content-box-left-right-image h2 {
    padding-top: 30px;
    margin-bottom: 17px;
}
.left-right-image-and-conetent-section .button .btn {
    margin-top: 14px;
}
.image-box-left-right-image img {
    height: 400px;
    object-fit: cover;
    max-height: 400px;
}
/* Community-css */

/* Benefits */
.benefits-section .half-image img {
    width: 100%;
    height: 272px;
    object-fit: cover;
}
.benefits-section .full-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.benefits-content p {
    margin-bottom: 30px;
}

/* Left content right rounded img */
.content-box-our-courses h2 {
    margin-bottom: 15px;
}
.content-box-our-courses ul {
    margin-top: 14px;
}
.content-box-our-courses h4 {
    margin-bottom: 13px;
}
.img-box-our-courses img {
    width: 100%;
    height: 486px;
    object-fit: cover;
}
 .right-content-left-rounded-img .img-box-our-courses img {
     width: 100%;
     height: 508px;
     object-fit: cover;
 }
 .right-content-left-rounded-img .content-box-our-courses {
     padding-left: 100px;
     padding-right: 0;
 }
 .left-content-right-rounded-img.our-courses .content-box-our-courses{
     padding-right: 100px;
     padding-left: 0;
 }
/* left img right join community section */
.left-img-right-join-community-section .container {
    width: 100%;
    max-width: 1078px;
    margin: 0 auto;
}
.outer-img-content-join-community {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-img-content-join-community {
    width: 100%;
    max-width: 29%;
}
.right-img-content-join-community {
    width: 100%;
    max-width: 69%;
    margin-left: 15px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.join-community-image {
    margin-bottom: 16px;
}
.join-community-image:last-child {
    margin-bottom: 0px;
}
.join-community-image img {
    width: 100%;
    height: 257px;
    object-fit: cover;
}
.join-community-content {
    padding: 68px 80px;
    height: 100%;
}
.join-community-content h2 {
    margin-bottom: 17px;
}
.join-community-content p {
    margin-bottom: 28px;
}
.button-community a {
    display: flex !important;
    margin-top: 33px;
}
.join-community-content ul li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #19191B;
    display: flex;
}
.join-community-content ul li span {
    padding-right: 14px;
    display:block;

}
.join-community-content ul li span i {
    font-size: 21px;
    color: #FABC13;
}

/* left-two-small-img-right-content */
.left-two-small-img-right-content img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
/* full-content.single */
.full-content.single {
    width: 100%;
    max-width: 530px;
}
.full-content.single h1 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0
}

.content-box-our-courses li {
    margin-bottom: 5px;
    font-size: 15px;
    display: flex;
}
.content-box-our-courses li span {
    color: #28C6AE;
    font-size: 16px;
    margin-right: 14px;
    display: block;
}

.white-content .join-community-content h2 {
    color: #fff;
    margin-bottom: 0
}
.white-content .join-community-content p {
    color: #fff;
}
.white-content .join-community-content ul li {
    color: #ffffff;
}
.white-content .join-community-content ul li span i {
    color: #ffffff;
}

/* single-testimoniol-section */
.slide-testimoniol {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.testimoniol-image {
    width: 100%;
    max-width: 24%;
}
.testimoniol-image img {
    width: 303px;
    height: 303px;
    border-radius: 50%;
}
.testimoniol-content {
    width: 100%;
    max-width: 73%;
}
.testimoniol-content p {
    font-weight: 500;
    font-size: 18px;
    color: #19191B;
    margin:0px;
}
.testimoniol-content span {
    font-size: 15px;
    color: #19191B;
    margin-top: 20px;
    display: block;
}
/* employer-page-css */
.two-block-content p {
    padding: 0px 0px 0px 80px;
    margin: 0px;
}
.talk-to-us-section .col-md-5 {
    overflow: hidden;
    padding-right: 0px;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 7px;
}

/* our-community-section */
.our-community-content.content-left-image-right-content {
    padding-right: 60px !important;
    padding-left: 0px !important;
}
.our-community-content {
    padding-right: 0px !important;
    padding-left: 80px !important;
}
.our-community-content h2 {
    margin-bottom: 17px;
}
.our-community-content a.btn {
    margin-top: 14px;
}
.our-community-section img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}

.talk-to-us-section .row{
    border-radius: 1px solid #28C6AE;
    border: 1px solid #28C6AE;
    filter: drop-shadow(0px 2px 70px rgba(25, 25, 27, 0.05));
    border-radius: 7px;
    margin: 0;
}

.talk-to-us-section img {
    max-width: 100%;
    height: 611px;
    object-fit: cover;
}
.form-outer h3 {
    margin-bottom: 11px;
}
.form-outer form {
    margin-top: 30px;
}
 .form-outer .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
}
.form-outer br {
    display: none;
}
.talk-to-us-section .form-outer {
    padding: 0px 95px 0px 50px;
}

/* partners page css */
.orange-content .join-community-content ul li span i {
    font-size: 21px;
    color: #F95A2B;
}

.right-content-left-rounded-img .outer-right-content .right-content h2 {
    font-weight: 600;
    margin-bottom: 17px;
}
.right-content-left-rounded-img .outer-right-content .right-content p {
    margin-bottom: 19px;
    font-size: 15px;
}
.single-rounded-img {
    height: 560px;
    width: 100%;
    object-fit: cover;
}
/* voices-news-css */
.trending-news-section {
    padding-bottom: 90px;
    padding-top: 76px;
}
.trending-news-section a h3{transition: all .4s;}
.trending-news-section a:hover h3{opacity: .7}
.trending-image-big {
    position: relative;
}
.ribbon-trending {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background: #28c6ae;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px 0px 20px;
}
.ribbon-trending:before {
    content: "";
    height: 0px;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-top: 25px solid #28c6ae;
    border-bottom: 25px solid #28c6ae;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.ribbon-trending a {
    font-size: 18px;
    color: #FFFFFF;
}
.trending-image-big img {
    width: 100%;
    height: 478px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.trending-bg {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(0 0 0 / 5%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.trending-content-big {
    padding:30px;
}
.trending-content-big h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #040404;
    margin: 32px 0px 11px;
}
.trending-content-big p {
    font-size: 13px;
    color: #000000;
}
.trending-content-big .news-blog-person img {
    max-height: 40px;
    width: 40px;
    border-radius: 50px;
}
a .trending-content-big .news-blog-person span {
    margin-left: 10px;
    font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}
.trending-image-small img{
    width: 100%;
    height: 148px;
    object-fit: cover;
    border-radius: 7px 0px 0px 7px;
}
.trending-content-small {
    padding: 0px 5px;
}
.trending-content-small h4 {
    font-weight: 600;
    font-size: 16px;
    color: #040404;
    margin-bottom: 8px;
}
.trending-image-small {
    position: relative;
}
.trending-image-small .ribbon-trending {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background: #28c6ae;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 15px;
}
.trending-image-small .ribbon-trending:before {
    content: "";
    height: 0px;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-top: 14px solid #28c6ae;
    border-bottom: 14px solid #28c6ae;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.trending-image-small .ribbon-trending a {
    font-size: 12px;
    color: #FFFFFF;
}

/* voices-new-details-css */
.back-to-news-voice {
    padding-bottom: 52px;
}
.back-to-news-voice a {
    font-size: 15px;
    letter-spacing: 0.0340909px;
    text-decoration-line: underline;
    color: #28C6AE;
}
.news-date-person .comment-img {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
}
.news-date-person .comment-img>img {
    max-height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 21px;
}
.left-voice-news-detail {
    border-bottom: 1px solid #979797;
}
.voice-news-detail-section h2 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.0727273px;
    color: #000000;
    margin-bottom: 17px;
}

.img-big-voice-news-detail {
    padding-bottom: 51px;
    position: relative;
}
.img-big-voice-news-detail img {
    width: 100%;
    height: 557px;
    object-fit: cover;
}
.content-left-voice-news-detail h6 {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 36px;
}
.content-left-voice-news-detail p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}
.social-voice-news-detail {
    display: flex;
    justify-content: center;
    padding: 60px 0px;
    align-items: baseline;
}
.social-voice-news-detail .title p {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    padding-right: 14px;
}
.social-voice-news-detail ul {
    display: flex;
}
li {
    padding-right: 4px;
}
.social-voice-news-detail ul li a i {
    width: 44px;
    display: flex;
    height: 44px;
    align-items: center;
    background: #F2F7F7;
    border-radius: 16px;
    justify-content: center;
    font-size: 19px;
    color: #28C6AE;
    transition: 0.4s all;
}
.social-voice-news-detail ul li a i:hover {
    background: #28C6AE;
    color: #fff;
    transition: 0.4s all;
}
ul.category-news li {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.0340912px;
    text-decoration-line: underline;
    color: #28C6AE;
}

ul.category-news {
    display: flex;
    justify-content: center;
}
ul.category-news li,ul.tagged-news li {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.0340912px;
    text-decoration-line: underline;
    color: #28C6AE;
}
ul.category-news li span,ul.tagged-news li span {
    color: #000;
}
ul.tagged-news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 578px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 0px 60px;
}

.news-voice-comment-section {
    padding: 60px 0px 96px;
}
h3.title-comments {
    margin-bottom: 27px;
}
h3.title-comments img {
    width: 17px;
    max-height: 17px;
    margin-right: 13px;
}

.news-voice-comment-section label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
}
.news-voice-comment-section label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 4px;
    z-index: -1;
}
.news-voice-comment-section .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
}
.news-voice-comment-section textarea.form-control {
    max-height: 144px !important;
    height: 144px !important;
}

.box_result .result_comment h4 {
    cursor: pointer;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #19191B;
    margin-bottom: 0px;
}
.child_replay {
    border-left: 1px solid #28C6AE;
    margin: 45px 0;
    list-style: none;
    padding: 0 0 0px 20px;
    margin-left: 35px;
}
.reply_comment{
	margin:12px 0;
}
.box_result .result_comment p {
    text-align: justify;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.comment-img {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}
.comment-img>img {
    max-height: 43px;
    width: 43px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 23px;
}
.comment-reply-btn a img{
    max-height: 11px;
    width: 15px;
    object-fit: cover;
    margin-right: 8px;
}
.comment-reply-btn .btn {
    border-radius: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0px 15px;
    text-transform: capitalize;
}
.comment-date span img {
    height: 12px;
    border-radius: 0 !important;
    margin: 0px 13px 0px 19px;
}
.comment-date span {
    font-size: 13px;
    color: #19191B;
}

div#comments footer.comment-meta {
    display: flex;
    align-items: center;
    background: none;
    padding: 0px 0 23px 0;
}
.comment-author.vcard {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/color-bg.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
div#comments ol.comment-list {
    margin: 0px;
}
.comment-author.vcard img {
    max-height: 43px;
    width: 43px;
    object-fit: cover;
    border-radius: 50%;
}
.comment-author.vcard .fn a {
    cursor: pointer;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #19191B;
}
.comment-metadata time {
    font-size: 13px;
    color: #19191B;
}
.comment-content p {
    text-align: justify;
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.reply {
    background-color: #28C6AE;
    display: inline-flex;
    border-radius: 11px;
}
a.comment-reply-link {
    border-radius: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0px 15px;
    text-transform: capitalize;
	padding-left: 38px;
	background-image: url('../images/back-arrow.svg');
	background-repeat: no-repeat;
    background-position: 15px center;
}
.comment.byuser.comment-author-lobocreative.odd.alt.thread-odd.thread-alt.depth-1{
    border-left: 1px solid #28C6AE;
    margin: 45px 0;
    list-style: none;
    padding: 0 0 0px 20px;
    margin-left: 35px;
}
p.comment-form-comment label {
    position: absolute;
    top: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
    text-transform: capitalize;
}
p.comment-form-comment label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    z-index: -1;
}
textarea#comment {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    height: 144px !important;
    resize: none;
    padding: 12px 20px !important;
}
textarea#comment:focus{
    outline: none;
}
p.form-submit input#submit {
    background-color: #28c6ae;
    border-radius: 18px;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0px 28px;
    transition: all .4s;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    border: 0 !important;
    font-size: 16px;
}
/* erm-profile-css */
.surname-social ul {
    display: flex;
}
.image-surname img {
    width: 116px;
    max-height: 116px;
    object-fit: cover;
    border-radius: 50%;
}
.forename-surname h3 {
    color: #000;
    margin-bottom: 0
}
.forename-surname ul li a {
    background: #F2F7F7;
    border-radius: 16px;
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forename-surname ul li a img {
    width: auto;
    max-height: 18px;
    object-fit: cover;
}
.erm-profile-section .nav-tabs {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 20px 21px;
    border: none;
    margin-top: 43px;
}
.erm-profile-section .nav-tabs li {
    padding-right: 12px;
}
.erm-profile-section .nav-tabs li a {
    height: 48px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F7F7;
    border-radius: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #28C6AE;
    transition: 0.4s all;
}
.erm-profile-section .nav-tabs li a.active {
    background: #28C6AE !important;
    color: #fff !important;
    transition: 0.4s all;
}
div#articles {
    padding-top: 40px;
}
div#about p {
    padding-top: 40px;
    color: #19191B;
    margin:0px;
}
.box-tab-comments {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    border-bottom: 1px solid #979797;
}
.box-tab-comments:last-child {
    border-bottom: none;
}
.tab-comments-img {
    width: 100%;
    max-width: 4%;
}
.tab-comments-content {
    width: 100%;
    max-width: 95%;
}
.tab-comments-img img {
    width: 16px;
    max-height: 16px;
    object-fit: cover;
}
.tab-comments-content p {
    margin-bottom: 10px;
}
.tab-comments-content h6 {
    color: #19191B;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}
.tab-comments-content h6 a {
    font-weight: 400;
    font-size: 15px;
    text-decoration-line: underline;
    color: #28C6AE;
}

.join-the {
    padding: 60px 39px;
    background: #FFFFFF;
    border: 1px solid #FABC13;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    text-align: center;
}
.join-the h3 {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 9px;
}
.join-the p {
    font-size: 16px;
    color: #19191B;
    margin:0;
}
.ad-space {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    margin: 20px 0px;
}
.box-content-space {
    padding: 30px 0px;
}
.box-content-space h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0
}
.img-ad-space img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.recent-posts {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 30px;
    margin-bottom: 20px;
}
.recent-posts h3 {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 21px;
}
.box-inner-recent-post {
    padding: 13px 0px;
    border-top: 1px solid #BBBBBB;
}
.box-inner-recent-post h4 {
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 9px;
}
span.recent-date img {
    width: 11px;
    max-height: 12px;
    margin-right: 13px;
}
span.recent-date {
    font-size: 13px;
    color: #19191B;
}
.image-looking-support {
    position: relative;
}
.content-looking-support {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    width: 100%;
    max-width: 315px;
    margin: 0 auto !important;
    text-align: center;
    opacity: 1;
    z-index: 1;
}
.image-looking-support:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    mix-blend-mode: normal;
    opacity: 0.6;
    border-radius: 7px;
}
.content-looking-support h3 {
    font-family: Poppins;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.content-looking-support p {
    font-size: 16px;
    color: #FFFFFF;
    margin:0;
}

.outer-filter-bg {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 15px 30px 30px;
    margin-bottom: 40px;
}
.filter-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter-section .title-filter {
    width: 100%;
    max-width: 13%;
}
.title-filter p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.0318185px;
    color: #595962;
    margin:0;
    padding-top: 23px;
}
.filter-section .form-group {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
}
 .filter-section label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
}
.filter-section label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    z-index: -1;
}
.filter-section .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.036364px;
    color: #1A1A1C;
}
.filter-section select {
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.svg)!important;
    background-position: calc(100% - 20px)!important;
    background-size: 12px 12px!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
}

.box-news-blog-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    height: 100%;
    position: relative;
}
.ribbon-news-card {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background: #28c6ae;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px 0px 10px;
}
.ribbon-news-card a {
    font-size: 12px;
    color: #FFFFFF;
}
.ribbon-news-card:before {
    content: "";
    height: 0px;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-top: 15px solid #28c6ae;
    border-bottom: 15px solid #28c6ae;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.image-news-blog-card img {
    height: 286px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.content-news-blog-card {
    padding: 23px 20px;
}
a .content-news-blog-card h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
    color: #19191B;
}
a .content-news-blog-card p {
    font-size: 13px;
    margin-bottom: 20px;
	color: #19191B;
}
.news-blog-date {
    margin-bottom: 20px;
}
a .news-blog-date span {
    padding-right: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #19191B;
    display: inline-flex;
    align-items: center;
}
.news-blog-date span:last-child {
   padding-right:0px;
}
.news-blog-date span img {
    padding-right: 10px;
}
.news-blog-person {
    display: flex;
    align-items: center;
}
.avtar-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
	background: url('../images/color-bg.svg');
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.avtar-img-small {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
	background: url('../images/color-bg.svg');
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.news-blog-person img {
    max-height: 31px;
    width: 31px;
    border-radius: 50px;
}
a .news-blog-person span {
   margin-left: 10px;
   font-size: 13px;
   color: #19191B;
}
.news-blog-person a{display: flex;align-items: center;}
.news-blog-person a span {
   margin-left: 10px;
   font-size: 13px;
   color: #19191B;
}
.pagination-section{
    margin-top: 15px;
}
.pagination-section nav, ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
li.page-item, ul.page-numbers li {
    margin-right: 5px;
}
li.page-item:last-child, ul.page-numbers li:last-child {
    margin-right: 0px;
}
li.page-item.arrow .page-link {
    background: none;
}
li.page-item.arrow {
    margin-right: 0;
}
li.page-item .page-link, ul.page-numbers li .page-numbers {
    background: #F2F7F7;
    border-radius: 16px !important;
    height: 44px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #19191B;
    border-color: transparent;
}
.page-item.active .page-link, ul.page-numbers li span.page-numbers.current {
    border-color: transparent;
    background: #28C6AE;
    border-radius: 16px;
    height: 44px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}
ul.page-numbers li  a.prev.page-numbers {
    font-size: 0 !important;
    background: url(../images/angle-left-double.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
ul.page-numbers li  a.next.page-numbers {
    font-size: 0 !important;
    background: url(../images/angle-double-right.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
header.site-header + .full-width-content + section .our-community-section {
    padding-top: 56px;
}
/* contact-us-css */
.contact-us-content h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.054546px;
    color: #1A1A1C;
    margin-bottom: 24px;
}
.contact-us-content p {
    font-size: 18px;
    letter-spacing: 0.0409095px;
    color: #1A1A1C;
    font-weight: 600;
    margin-bottom: 24px;
}
.contact-us-content p:last-child {
    margin-bottom: 0px;
}
.contact-us-link ul {
    display: flex;
    padding-bottom: 59px;
}
.contact-us-link ul li{
    padding-right: 32px;
}
.contact-us-link ul li:last-child{
    padding-right: 0px;
}
.contact-us-link ul li a {
    font-size: 14px;
    color: #19191B;
    transition: 0.4s;
}
.contact-us-link ul li a:hover {
    color: #28c6ae;
}
.contact-us-link ul li a img{
    width: 18px;
    max-height: 18px;
    margin-right: 10px;
}
.contact-us-section .form-outer {
    border: 1px solid #28C6AE;
    filter: drop-shadow(0px 2px 70px rgba(25, 25, 27, 0.05));
    border-radius: 7px;
    padding: 50px 52px;
    background: #fff;
}
/* .form-outer p {
    margin-bottom: 30px;
} */
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
}
.form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
}
 .form-outer textarea.form-control {
    height: 96px !important;
    resize: none;
}
 .form-outer label {
    position: absolute;
    top: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
    text-transform: capitalize;
}
 .form-outer .form-group {
    margin-bottom: 22px;
    position: relative;
}
 .form-outer label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    z-index: -1;
}
input.btn.fill-btn {
    background-color: #28c6ae;
    border-radius: 18px;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0px 28px;
    transition: all .4s;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    border: 0 !important;
}
.contact-us-section .col-md-7{
    padding-left:65px !important;
}

/* faqs-css */
.faq .container{
    width: 100%;
    max-width: 866px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    margin-bottom: 6px;
    padding: 13px 48px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 5%);
}
.faq .faq-list a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.0409095px;
    color: #1A1A1C;
}

.faq .faq-list img {
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 0.4s;
  transform: rotate(
90deg
);
}
.faq-title h1{
    font-weight: 600;
    font-size: 50px;
    color: #19191B;
    margin-bottom: 16px;
}
body .um-account-tab.um-account-tab-faq div.um-account-heading{
    display: none !important;
}
body .um-account-tab.um-account-tab-faq .um-field {
    margin-top: 0px !important;
    padding: 0 !important
}
body .um-account-tab.um-account-tab-faq .um-col-alt.um-col-alt-b {
    display: none !important;
}
body .um-account-tab.um-account-tab-faq .faq p {
    margin: 0 0 30px 0!important;
    padding: 0 !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #19191B;
}
body .um-account-tab.um-account-tab-faq ul.faq-list p {
    padding-top: 13px !important;
    margin-bottom: 8px !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #19191B;
}
.faq-title h6 {
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    font-weight: 600;
}

.faq-title p {
    margin-bottom: 30px;
}

.faq .faq-list p {
    padding-top: 13px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #19191B;
}
/* .faq-list p:empty{display: none !important;} */
.faq .faq-list p a {
    font-size: 15px !important;
    text-decoration-line: underline !important;
    color: #28C6AE !important;
    display: inline-block !important;
}
.collapsed img {
    transform: rotate(0deg) !important;
}

/* login-css */
.page-content, .entry-content, .entry-summary {
    margin: 0px;
}
.um-form .um-row  #um-field-show-passwords-login a,
.um-form .um-row  #um-field-show-passwords-register a {
    opacity: 0;
    position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.um .um-form input:-webkit-autofill {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #19191B !important;
}
.um-form .um-row div#um-field-show-passwords-login,
.um-form .um-row div#um-field-show-passwords-register {
    margin-top: -32px;
    z-index: 1;
    position: relative;
    margin-right: 15px;
	max-width: 21px;
    margin-left: auto;
	-webkit-appearance: none;
	background-image: url(../images/pwd.svg)!important;
	background-size: 21px 15px!important;
	background-repeat: no-repeat!important;
	cursor: pointer;
	height: 15px;
}
.um-field-error{display: none;}
.um-form .um-row div#um-field-show-passwords-login i,
.um-form .um-row div#um-field-show-passwords-register i{
	display: none;}

div#um-field-show-passwords-register a:last-child,
div#um-field-show-passwords-login a:last-child {
    display: none;
}
.um-7520.um {
    max-width: 100% !important;
}
.um .password-reset-section.ptb-120 {
    margin: 0;
    padding: 0;
}
.box-password-reset h6 {
    font-size: 14px;
    color: #19191B;
    margin-bottom: 0px;
    font-weight: normal;
}
.box-password-reset h6 a{
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
	padding-left: 4px;
	color: #28C6AE;
}
input#password {
    -webkit-appearance: none;
    background-image: url(../images/pwd.svg)!important;
    background-position: calc(100% - 20px)!important;
    background-size: 21px 14px!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
    padding-right: 100px;
}
.um.um-register{max-width: 100% !important}
.create-account-section {
    margin: 50px auto;
    width: 100%;
    max-width: 690px;
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 60px;
}
.um-postmessage {
    padding: 86px;
    width: 690px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.um-postmessage a{margin-top: 15px; color: #28C6AE}
.conetent-create-account {
    width: 100%;
    max-width: 478px;
    margin: 0 auto;
    text-align: center;
}
.conetent-create-account p {
    color: #19191B;
    margin-bottom: 30px;
}
.create-account-section .form-group {
    margin: 0;
}
.button-create {
    display: flex;
    justify-content: center;
}
.button-create button{
    width: auto !important;
}
.create-account-section h6 {
    font-size: 14px;
    color: #19191B;
    margin-bottom: 0px;
    font-weight: normal;
}
.create-account-section a {
    font-size: 14px;
    text-align: right;
    text-decoration-line: underline;
    color: #28C6AE;
}
.um-um_password_id.um{max-width: 100% !important}
.please-note {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
	padding-bottom: 0
}
div#um_field_7519_confirm_user_password {
    margin-top: -63px;
    transform: translateX(297px);
}
.please-note p {
    margin-bottom: 20px;
    color: #19191B;
    text-decoration: underline;
}
.please-note p a{
    color: #28C6AE;
    text-decoration: underline;
}
.thank-you-registering {
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 295px 86px;
    text-align: center;
    width: 100%;
    max-width: 690px;
    margin: 0px auto;
}
.thank-you-registering h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.thank-you-registering p {
    color: #19191B;
    margin-bottom: 20px;
}
.thank-you-registering h6 {
    font-size: 15px;
    color: #19191B;
    margin-bottom: 0px;
}
.thank-you-registering h6 a {
    text-decoration-line: underline;
    color: #28C6AE;
}
body .um .um-form .um-row .um-field, body .um .um-form .um-field {    margin-top: 8px;}
body .um .um-form .um-row input.um-form-field, body .um .um-form input.um-form-field {
    background: #F2F7F7;
    border: 1px solid #28C6AE !important;
    border-radius: 18px;
    height: 48px !important;
    position: relative;
    color: #19191B !important;
    padding: 0 40px 0 15px !important;
}
body .um .um-form .um-row input.um-form-field.um-error, body .um .um-form  input.um-form-field.um-error{border: 1px solid red !important;}
body .um-row input.um-form-field:focus{border: 1px solid #28C6AE !important;}
body .um .um-form .um-field-label label,
body .um .um-form .um-row .um-field-label label {
    font-weight: normal;
    font-size: 11px !important;
    line-height: 15px !important;
    text-align: center;
    color: #19191B;
}
div.um .g-recaptcha{display: none !important;}
.um-password.um-err .password-reset-section.ptb-120 {
    padding: 0;
    margin: 0;
}
body .um .um-form .um-row .um-field-label {
    position: absolute;
    top: 3px;
    left: 12px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
    text-transform: capitalize;
}
.um .um-form .um-row label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    z-index: -1;
}
.um-form p.um-notice.err {
    display: none;
}
input#um-submit-btn {
    background: #28C6AE;
    border-radius: 18px !important;
    width: 100%;
    min-width: 100% !important;
	margin-top: 10px;
	transition: all .4s;
}
.create-account-section input#um-submit-btn {
	min-width: 210px !important;
    margin-top: 40px;
}
.create-account-section div#um-field-show-passwords-register + .um-field{display: none !important;}
input#um-submit-btn:hover {opacity: 0.7}
a.forgetpassword-login {
    opacity: 1 !important;
    display: block !important;
    position: relative !important;
    text-align: right;
    margin-top: 6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #28C6AE;
}
.um-account-main label {
    font-size: 15px;
    width: 100%;
}
.um-account-main label[name="um-export-data"] {
    display: none;
}
.um-account-main label[name="um-erase-data"] {
    font-size: 0;
}
.um-account-main label[name="um-erase-data"] #um-erase-data{margin-top: -23px !important}
.um-row._um_row_1 {
    margin-bottom: 0 !important;
}
input.btn.update-email-account {
    border-radius: 18px;
	margin-top: 20px !important
}
.um.um-login .box-password-reset .um-col-alt{margin-top: 5px}

/* let-chat-section */
.box-let-chat {
    text-align: center;
}
.box-let-chat h2 {
    margin-bottom: 17px;
}
.box-let-chat p {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
/* privacy-policy-section */
.privacy-policy-section .container{
    width: 100%;
    max-width: 866px;
}
.privacy-policy-content h1 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 15px;
}
.privacy-policy-content p {
    color: #19191B;
    margin-bottom: 30px;
}
.privacy-policy-content p a {
    font-size: 15px;
    text-decoration-line: underline;
    color: #28C6AE;
}
.privacy-policy-content h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.privacy-policy-content h5 {
    font-size: 15px;
    font-weight: 400;
    color: #19191B;
    margin: 0px;
}
.privacy-policy-content ul{
    padding-bottom: 30px;
}
.privacy-policy-content ul li {
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
    font-size: 15px;
    font-family: 'Open Sans';
    padding-bottom: 3px;
}
.privacy-policy-content ul li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(40, 198, 174, 1);
    z-index: 1;
    border-radius: 16px;
    left: 0;
    top: 10px;
}
/* section-404 */
.section-404 .container{
    width: 100%;
    max-width: 866px;
}
.content-404 {
    width: 100%;
    max-width: 345px;
}
.content-404 h2 {
    margin-bottom: 14px;
}
.content-404 a.btn {
    margin-top: 14px;
}
.image-404 img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
/* support-directory-section */
.support-directory-image img {
    width: 100%;
    height: 144px;
    object-fit: cover;
}
.content-support-directory h4 {
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.content-support-directory h4 a {
    font-size: 15px;
    text-decoration-line: underline;
    color: #28C6AE;
    padding-left: 20px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: normal;
}
.content-support-directory p {
    font-size: 15px;
    color: #19191B;
}
/* password-reset-section */
.password-reset-section.ptb-120 {
    margin-top: 105px;
	padding-bottom: 0
}
.box-password-reset {
    width: 100%;
    max-width: 500px;
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(25 25 27 / 5%);
    border-radius: 7px;
    padding: 60px;
    margin: 0 auto;
	box-sizing: border-box;
}
.content-password-reset h3, .conetent-create-account h3 {
    color: #19191B;
    font-weight: 600;
    margin-bottom: 17px;
}
.content-password-reset p {
    font-size: 15px;
    color: #19191B;
}
.box-password-reset .um-col-alt{padding: 0; margin: 6px 0 0}
/* .password-reset-section label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
}
.password-reset-section label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 4px;
    z-index: -1;
}
.password-reset-section .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
}
.password-reset-section button.btn {
    width: 100%;
} */

/* my-account-css */
.entry-content .um-form .my-account-section {
    padding: 0 !important;
    margin: 0 !important;
}
.tab-pane {
    padding: 50px 45px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.nav-pills .nav-link {
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    background: #FBFBFB;
    border: 1px solid #DFDFDF;
    padding: 16px 30px;
}
span.um-account-arrow {
    display: none ;
}
.um-account-main div.um-account-heading i {
    display: none;
}
.entry-content .um-account-main {
    width: 100% !important;
    padding: 0 !important;
}
.um-account-main div.um-account-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin-bottom: 8px !important;
}
.entry-content .um-account-main p {
    margin: 0 0 10px 0!important;
    padding: 0 !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #19191B;
}
.entry-content .um-field-label {
    position: absolute;
    top: 6px;
    left: 12px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
    text-transform: capitalize;
}
.entry-content .um-field-label label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 9px;
    z-index: -1;
}
.um .um-form input[type=text]:focus, .um .um-form input[type=search]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form textarea:focus {
    background-color: #f2f7f7 !important;
    border: 1px solid #28c6ae !important;
}
.entry-content .um-col-alt.um-col-alt-b {
    padding: 0px !important;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}
body .um-account-tab.um-account-tab-password div#um-field-show-passwords-account +  .um-field{
    margin: 0px !important;
    padding:0px !important;
}
.entry-content .um-col-alt.um-col-alt-b input {
    border-radius: 18px !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px !important;
    padding: 0px 28px !important;
    background: #28c6ae !important;
    transition: 0.4s all;
    opacity: 1;
}
.entry-content .um-col-alt.um-col-alt-b input:hover{
    transition: 0.4s all;
    opacity: 0.7;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #FFFFFF;
    color: #1A1A1C;
}
.box-submit-article {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 35px 40px;
}
.box-submit-article h6 {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin-bottom: 13px;
    font-weight: 600;
}
.box-submit-article p {
    font-size: 13px;
    color: #19191B;
    margin: 0px;
    line-height: 18px;
}

/* profile-account-section */
.profile-account-section .form-group{
    margin: 0px;
}
.profile-account-section h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin: 0;
    margin-bottom: 8px;
}
.profile-account-section label {
    position: relative;
    bottom: -12px;
    left: 15px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
	width: auto;
}
.profile-account-section label:before {
    content: '';
    left: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    z-index: -1;
}
.profile-account-section .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.036364px;
    color: #1A1A1C;
}
.profile-account-section textarea.form-control {
    height: 96px;
    max-height: 96px;
}

.image-profile-account img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
}
input#pic {
  display:none;
}
label.upload.btn {
    padding: 0px 15px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    height: 32px;
    left: 0;
    border-radius: 11px;
	width: 100%;
	position: relative;
	cursor: pointer;
}
p.um-notice.success {
    background: #7ACF58;
    background: transparent;
    color: #28c6ae !important;
}
p.um-notice i{top: -9px !important;}
label.upload.btn #profile_pic {
    position: absolute;
    opacity: 0;
}
label.upload span img {
    width: 12px;
    max-height: 12px;
    object-fit: cover;
    margin-right: 9px;
}
label.upload:before {
    position: absolute;
    height: 100%;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
}
.content-profile-account {
    width: 100%;
    max-width: 200px;
}
span.profile-size-dtl {
    font-size: 13px;
    color: #919191;
    margin-bottom: 10px;
}
/* password-email */
.password-email .form-group{
    margin: 0px;
}
body .um-account-tab.um-account-tab-password a.forgetpassword-login {
    display: none !important
}
body .um-account-tab.um-account-tab-password div#um-field-show-passwords-account {
    margin-top: -32px;
    z-index: 1;
    position: relative;
    margin-right: 15px;
    max-width: 21px;
    margin-left: auto;
    -webkit-appearance: none;
    background-image: url(../images/pwd.svg)!important;
    background-size: 21px 15px!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
    height: 15px;
}
body .um-account-tab.um-account-tab-password div#um-field-show-passwords-account a{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
body .um-account-tab.um-account-tab-password div#um-field-show-passwords-account i {
    display: none;
}
.password-email h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin: 0;
    margin-bottom: 8px;
}
.password-email label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
}
.password-email label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    top: 4px;
    z-index: -1;
}
.password-email .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.036364px;
    color: #1A1A1C;
}
/* profile-privacy */

.um-account-tab.um-account-tab-privacy .select2.select2-container .select2-selection {
    padding: 12px 20px !important;
    overflow: hidden !important;
    background: #F2F7F7 !important;
    border: 1px solid #28C6AE !important;
    border-radius: 18px !important;
    height: 48px !important;
    position: relative !important;
    font-size: 16px !important;
    letter-spacing: 0.036364px;
    color: #1A1A1C !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center;
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.svg)!important;
    background-position: calc(100% - 20px)!important;
    background-size: 12px 12px!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
}
.select2-container.select2-container--open {
    z-index: inherit !important;
}
.um-account-tab.um-account-tab-privacy div#um_field_privacy_hide_in_members {
    display: none !important;
}
.um-account-tab.um-account-tab-privacy span.um-tip.um-tip-w {
    display: none !important;
}
body .um-account-tab.um-account-tab-privacy input#um-erase-data ,
body .um-account-tab.um-account-tab-privacy input#um-export-data{
    background: #F2F7F7;
    border: 1px solid #28C6AE !important;
    border-radius: 18px !important;
    height: 48px !important;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.036364px;
    color: #1A1A1C;
    padding-right: 138px !important;
}
body .um-account-tab.um-account-tab-privacy input#um-export-data{
    padding-right: 138px !important;
}
body .um-account-tab.um-account-tab-privacy .um-field.um-field-export_data {
    position: relative;
}
body .um-account-tab.um-account-tab-privacy .um-account-main label {
    font-size: 15px;
    width: 100%;
}
body .um-account-tab.um-account-tab-privacy a.um-request-button.um-export-data-button ,
body .um-account-tab.um-account-tab-privacy a.um-request-button.um-erase-data-button{
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    align-items: center;
    border-radius: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0px 28px;
    background-color: #28C6AE;
}
.um-account-tab.um-account-tab-privacy .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"],
.um-account-tab.um-account-tab-privacy .select2.select2-container .select2-selection .select2-selection__arrow:before,
.um-account-tab.um-account-tab-privacy .select2.select2-container .select2-selection .select2-selection__arrow {
    display: none !important;
}
.profile-privacy .form-group{
    margin: 0px;
}
.download-my-data,.erase-my-data {
    margin-top: 40px;
}
.profile-privacy h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin: 0;
    margin-bottom: 8px;
}
.profile-privacy label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
}
.profile-privacy label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 12px;
    top: 4px;
    z-index: -1;
}
.profile-privacy .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.036364px;
    color: #1A1A1C;
}
.profile-privacy select {
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.svg)!important;
    background-position: calc(100% - 20px)!important;
    background-size: 12px 12px!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
}

.attachd-input-btn {
    position: relative;
}
.attachd-input-btn .form-control {
    padding-right: 219px;
}
input.btn.request-data-btn {
    position: absolute;
    top: 0;
    right: 0;
}
/* notification-css */
.um-account-tab-webnotifications .um-field-label {
    display: none !important;
}
body .um-account-tab-webnotifications .um-field {
    margin-top: 0px !important;
    padding: 0px !important;
}
body .um-account-tab-webnotifications div.um-account-heading {
    margin-bottom: 16px !important;
}
body .um-account-tab-webnotifications span.um-field-checkbox-option {
    padding-left: 32px !important;
    padding-bottom: 12px !important;
    font-size: 15px;
    color: #19191B !important;
    margin: 0px 0px 0px 0px !important;
}
body .um-account-tab-webnotifications label.um-field-checkbox.active {
    margin: 0;
}
li.checkbox {
    position: relative;
    align-items: center;
}
.notification-box h6 {
    font-size: 15px;
    letter-spacing: 0.0340912px;
    color: #1A1A1C;
    margin-bottom: 16px;
}
body .um-account-tab-webnotifications span.um-field-checkbox-state:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 5px;
}
body .um-account-tab-webnotifications label.um-field-checkbox input {
    width: 18px;
    height: 18px;
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    z-index: 1;
    opacity: 0;
    margin: 0;
}
body .um-account-tab-webnotifications label.um-field-checkbox input:checked + span.um-field-checkbox-state:after {
    opacity: 1;
}
body .um-account-tab-webnotifications label.um-field-checkbox input:checked + span.um-field-checkbox-state:before {
    background: #28C6AE;
}

body .um-account-tab-webnotifications span.um-field-checkbox-state:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 6.5px;
    width: 5px;
    height: 9px;
    opacity: 0;
    transform: rotate(
45deg
 );
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
body .um-account-tab-webnotifications span.um-field-checkbox-state i{
    display: none !important;
}
body .um-account-tab-webnotifications .um-field-checkbox:not(.um-field), .um-field-radio:not(.um-field) {
    display: block;
    margin: 0px 0;
    position: relative;
}
/*body .um-account-tab-webnotifications .um-col-alt.um-col-alt-b {
    display: none;
}*/
/* li.checkbox label {
    padding-left: 30px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 15px;
    color: #19191B;
} */

/* delete-account */
.delete-account label {
    position: relative;
    bottom: -12px;
    left: 23px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
}
.delete-account label:before {
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 4px;
    z-index: -1;
}
.delete-account .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
}
.delete-account .form-group {
    margin-bottom: 10px;
}

/* footer-css */
footer {
    background: #1E1E21;
    padding: 85px 0px 60px;
}
.top-footer {
    padding-bottom: 60px;
    border-bottom: 1px solid #28C6AE;
}
.footer-logo img {
    margin-bottom: 39px;
    max-width: 213px;
    max-height: 28px;
}
.footer-address {
    max-width: 272px;
}
.footer-address p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-email a {
    font-size: 15px;
    line-height: 29px;
    display: block;
    color: #fff;
    transition: .4s all;
}
.footer-email a:hover {
    color: #28C6AE;
}
.footer-link {
    padding-left: 60px;
}
.footer-link ul li a {
    font-size: 15px;
    line-height: 29px;
    color: #FFFFFF;
    font-family: 'Open Sans';
    transition: 0.4s all;
}
.footer-link ul li a:hover{
    color: #28C6AE;
    transition: 0.4s all;
}
.footer-social-link .social-adjust {
    padding-bottom: 35px;
}
.footer-social-link a{
    padding-right: 30px;
}
.footer-social-link a:last-child{
    padding-right: 0px;
}
.footer-social-link a i {
    color: #fff;
    font-size: 24px;
    transition: 0.4s all;
}
.footer-social-link a i:hover{
    color: #28C6AE;
}
.footer-btn a.grn-btn{
    display: inline-block;
}

.bottom-footer {
    padding-top: 29px;
}
.inner-btm-footer {
    display: flex;
    justify-content: space-between;
}
.right-bottom-footer {
    display: flex;
}
.left-bottom-footer a {
    padding-right: 40px;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Open Sans;
    transition: .4s all;
}
.left-bottom-footer a:hover {
    color: #28C6AE;
}
.left-bottom-footer a:hover {color: #28C6AE;}
.left-bottom-footer a:last-child{
    padding-right: 0px;
}
.right-bottom-footer p {
    color: #FFFFFF;
    padding-right: 40px;
    font-size: 13px;
    margin:0;
}
.right-bottom-footer p:last-child{
    padding-right: 0px;
}
.right-bottom-footer p a {
    color: #28C6AE;
    transition: .4s all;
}
.right-bottom-footer p a:hover {
    opacity: .7;
}


/* Animated Button Css */
.btn{transition: all .4s; overflow: hidden;position: relative;color: #fff !important;z-index: 0; border:0 !important}
.btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    background: #000;
    mix-blend-mode: overlay;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1
}
.btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
    background: #000;
    mix-blend-mode: overlay;
}
p:empty{display: none !important;}

section.single-testimoniol-section.ptb-120 {
    margin-top: 120px;
}
.content-full.default-page-class {
	/* margin-top: 120px */
}
.content-full.default-page-class p {
    text-align: left;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #19191B;
    margin-bottom: 16px;
}
/* Search Bar */
form.search-form {
    position: absolute;
    top: 0;
    right: 0;
	width: 0;
	overflow: hidden;
	transition: all .4s
}
.search-form-open.search-form {width: 260px}
form.search-form .form-group{
	margin: 0;
}
form.search-form .form-control{
	height: 44px;
	background-color: #F2F7F7;
	border-radius: 16px;
	width: 100%;
	border: 0;
	background-image: url('../images/search-icon.svg');
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 17px 18px
}
.search .full-width-content h1 {font-size: 36px; line-height: 48px;}
.search .full-width-content  {margin-bottom: 40px;}
.mobile-toggle {
    max-width: 30px;
    position: relative;
}
.content-news-blog-card a, .artical-content a{
    color: #19191B;
	transition: all .4s;
}
.content-news-blog-card a h3{transition: all .4s; max-width: 310px;}
.content-news-blog-card a:hover h3, .artical-content a:hover {opacity: .7; display: block;}
header.site-header + .full-width-content{padding-bottom: 0}
p.comment-form-comment {
    position: relative;
}
.news-date-person h4 {
    margin: 0;
}
div#comments {
    padding-top: 40px;
}
.um-notification-b{display: none !important}
#um_field_um_password_id_username_b .um-field-area label:before {
    content: '';
    content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 7px;
    z-index: -1;
}
#um_field_um_password_id_username_b .um-field-area label {
    position: absolute;
    top: -7px;
    left: 12px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    font-size: 11px;
    color: #19191B;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 11px !important;
    line-height: 15px !important;
    text-align: center;
    color: #19191B;
}
#um_field_um_password_id_username_b .um-field-area input::placeholder{font-size: 0}
body.um-page-account .profile-account-section .form-group {position: relative;}
body.um-page-account .profile-account-section .form-control {
    background: #F2F7F7;
    border: 1px solid #28C6AE !important;
    border-radius: 18px;
    height: 48px !important;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.036364px;
    color: #1A1A1C !important;
    padding: 15px 20px !important;
}
.update-general-profile {
    background: #28C6AE;
    border-radius: 18px !important;
    font-weight: 600;
    font-size: 16px !important;
    padding: 0 60px !important;
}
.comment-body {
    display: flex;
    flex-wrap: wrap;
}
.comment-author-name {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.comment-author-name span.says {
    display: none;
}
.comment-author-name cite.fn {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #19191B;
	margin-right: 20px;
}
.comment-author-name cite.fn a{color: #19191B;}
.comment-author-name .comment-meta.commentmetadata a {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #19191B;
}
.comment-list .comment-author.vcard, .comment-list .comment-author-name{margin-bottom: 20px}
div#comments ol.comment-list li{margin-bottom: 40px}
p.comment-form-author {
    width: 100%;
    max-width: 50%;
    display: inline-block;
    padding-right: 6px;
	position: relative;
	float: left;
}
p.comment-form-author label{
	position: absolute;
	top: -7px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	left: 23px;
	margin: 0;
	z-index: 1;
	padding: 0 4px;
	font-size: 11px;
	color: #19191B;
	text-transform: capitalize;
}
p.comment-form-author label:before{
	content: '';
	left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 7px;
    z-index: -1;
}
p.comment-form-author input, p.comment-form-email input{
	background: #F2F7F7;
    border: 1px solid #28C6AE;
    border-radius: 18px;
    height: 48px;
    position: relative;
    resize: none;
    padding: 12px 20px !important;
	width: 100%;
}
p.comment-form-email {
    width: 100%;
    max-width: 50%;
    display: inline-block;
	padding-left: 6px;
	position: relative;
}
p.comment-form-email label{
	position: absolute;
	top: -7px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	left: 23px;
	margin: 0;
	z-index: 1;
	padding: 0 4px;
	font-size: 11px;
	color: #19191B;
	text-transform: capitalize;
}
p.comment-form-email label:before{
	content: '';
	left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 7px;
    z-index: -1;
}
form#commentform .comment-notes{display: none;}
.comment-reply-title{margin-bottom: 20px; padding-left: 30px; position: relative;}
.comment-reply-title:before{content: ''; position: absolute; background-image: url('../images/chat-icon.svg'); background-repeat: no-repeat;left: 0;width: 17px; height: 17px; top: 9.5px}
.comments-area h2.comments-title{display: none;}
.comment-meta.commentmetadata {
    background-image: url(../images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.comment-body p {
    width: 100%;
}
.menu-item-12945 ul.sub-menu {
    left: -30px;
}
.box-password-reset input[type="email"] {
    background: #F2F7F7;
    border: 1px solid #28C6AE !important;
    border-radius: 18px;
    height: 48px !important;
    position: relative;
    color: #19191B !important;
    padding: 0 40px 0 15px !important;
}
.box-password-reset .form-group {
    position: relative;
}
.box-password-reset label {
    position: absolute;
    top: -7px;
    left: 12px;
    margin: 0;
    z-index: 1;
    padding: 0 4px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 11px !important;
    line-height: 15px !important;
    text-align: center;
    color: #19191B;
}
.box-password-reset button.btn.mt-3{width: 100%;}
.box-password-reset label:before {
	content: '';
    left: 0;
    bottom: 0;
    background: #f2f7f7;
    height: 4px;
    right: 0;
    position: absolute;
    top: 7px;
    z-index: -1;
}
