/*
Theme Name: Specia
Text Domain: specia
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
p,
.footer-sidebar .widget .widget-title,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif !important;
}

h1 {
    color: #fff !important;
    font-size: 28px;
    text-transform: none;
}

h2,
.heading2 h2,
.heading2 h2 span,
h2 a {
    color: #1175b7 !important;
    font-size: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 23px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

h3,
.platform-text h3,
h2.course_feedback_title,
.wp_quiz>h3>a {
    color: #1175b7 !important;
    font-size: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 23px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    border-bottom: none !important;
}


/*
body { 
	font-size: 18px; 
	line-height: 24px; 
} */

a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #1175b7;
    text-decoration: underline;
}

a:hover {
    color: #0c5586;
}

p.um-notice {
    color: #fff !important;
}

p {
    color: #6f6f6f !important;
    font-size: 16px !important;
    line-height: 30px !important;
    margin-top: 8px !important;
    font-weight: 400 !important;
}

.navbar-collapse {
    /*padding-left:0px !important;*/
}

.p-bold {
    font-weight: 800;
    font-size: 16px;
    color: #1175b7;
}

small {
    font-size: 14px;
    line-height: 18px;
    color: #6f6f6f;
}

.fR {
    float: right !important;
}

.fL {
    float: left;
}

#wrapper {
    position: relative;
}

.block {
    padding: 55px 0;
}

.bluefont {
    color: #1476b8;
}

#page .skip-link {
    display: none !important;
}

span.o-tag-skill {
    background-color: rgb(224, 224, 224);
    color: rgb(34, 34, 34);
    font-size: 13px;
    display: inline-block;
    cursor: default;
    line-height: 1;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 4px;
}

.white-color {
    color: #fff !important;
}

.clear {
    clear: both;
}

.cont-margin {
    margin: 0 auto;
    float: none !important;
}

body nav.navbar .logo img {
    max-height: 100% !important;
}

.gray-top-offer-bar {
    background-color: #8e8e8e;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}

.cust-nav.navbar-default {
    background-color: transparent;
    border: 0 solid transparent;
    margin-bottom: 0;
}

.logo {
    width: 207px;
    height: 76px;
}

.navbar-brand.logo {
    padding: 0;
    height: 78px;
    padding-top: 9px;
}

.cust-nav .nav.navbar-nav {
    margin-left: 28px;
}

.navbar-default.cust-nav .navbar-nav>li>a {
    color: #494949;
    font-weight: bold;
    border-bottom: solid 4px transparent;
}

.cust-nav.navbar-default .navbar-nav.lang-drop .dropdown a.dropdown-toggle {
    border-bottom: none;
}

.navbar {
    text-shadow: none !important;
}

.cust-nav.navbar-default .navbar-nav>li>a {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 500;
}

.cust-nav .navbar-nav>li>a:hover {
    -webkit-box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    -moz-box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    border-bottom: solid 4px #008dd2;
    transition: all 0.2s ease-in-out 0s;
}

.cust-nav.navbar-default .navbar-nav>.active>a,
.cust-nav.navbar-default .navbar-nav>.active>a:focus,
.cust-nav.navbar-default .navbar-nav>.active>a:hover {
    -webkit-box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    -moz-box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    box-shadow: inset 3px 1px 161px -21px rgba(242, 242, 242, 1);
    border-bottom: solid 4px #008dd2;
    background-color: transparent;
    font-weight: 700;
    transition: all 0.2s ease-in-out 0s;
}

header {
    position: relative;
}


/*----- LANGUAGE CSS -----------*/

.lang-drop a {
    padding: 0 !important;
    /* padding-bottom: 0; */
    font-size: 16px;
    font-weight: bold !important;
    color: #888888 !important;
}

ul.nav.navbar-nav.lang-drop {
    margin-left: /*50px*/
    30px;
    margin-top: 23px;
    background-color: #e9e9e9;
    border-radius: 50px;
    padding: 7px 14px 8px;
    border: solid 2px #e9e9e9;
}

.lang-drop .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
}

.lang-drop a:hover {
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.lang-drop .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 65px;
    padding: 3px 0 3px 13px;
    margin: 0px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #e9e9e9;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
}

.lang-drop .dropdown-menu li a:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none !important;
}

body .sidebar aside {
    padding: unset;
}

body .sidebar .widget {
    border: 0;
}


/* -----header button----- */

ul.header-buttons {
    display: inline-block;
    margin-top: 19px;
    margin-left: 24px;
}

button.login-bth {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border-radius: 50px;
    color: #1175b7;
    padding: 5px 24px 5px 53px;
    border: solid 2px #dbdbdb;
    position: relative;
}

button.login-bth:hover {
    background-color: #cccccc;
    color: #1175b7;
}

.login-bth i {
    font-size: 27px;
    font-weight: bold;
    /* margin-right: 6px; */
    position: absolute;
    left: 20px;
}

button.reg-bth {
    background-color: #008dd2;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 5px 24px;
    border: solid 2px #008dd2;
    margin-left: 20px;
}

button.reg-bth:hover {
    background-color: #0e5487;
    color: #fff;
    border: solid 2px #0c5586;
}


/*------- footer css ---------*/

footer {
    background-color: #1175b7;
    padding-top: 44px;
}

footer p {
    color: #fff !important;
}

footer h2 {
    color: #fff !important;
    margin-top: 0 !important;
}

.footer-links li a {
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
}

.footer-links li {
    list-style: none;
    margin-bottom: 13px;
}

.colum1 {
    float: left;
    width: 10%;
}

.colum2 {
    float: left;
    width: 56%;
    padding-right: 14%;
}

.colum3 {
    width: 15%;
    float: left;
}

.colum4 {
    width: 18%;
    float: right;
}

.copyright {
    background-color: #0c5586;
    padding: 16px 0;
    text-align: center;
    margin-top: 30px;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    padding: 0;
    text-align: center;
}


/*----- top banner css ----- */

#myVideo {
    right: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* max-width: 100%; */
}

.video-shadow {
    background-image: url([[pix:theme|video-shadow]]);
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    background-size: contain;
}


/*video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -56%);
}*/

section#video-section {
    padding: 55px 0 55px;
}

#video-section h2 {
    padding-top: 28px;
}

.video-inner-cont {
    top: 0;
}

.mobile-section-right {
    display: none;
}

.video-section-right {
    display: block;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
}

#top-banner-sec h2 {
    font-size: 58px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #fff !important;
    line-height: 70px !important;
    padding-top: 16%;
    padding-left: 71px;
}

.banner-right {
    position: relative;
    text-align: right;
    padding-right: 83px;
}

.banner-offter-txt {
    position: absolute;
    top: 78px;
    right: 88px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 10px 8px;
    text-align: left;
    font-size: 31pt;
    line-height: 26px;
    color: #1175b7;
    font-weight: 500;
}

section#top-banner-sec {
    position: relative;
}

.video-inner-cont {
    /* top: 0; */
    /* width: 100%; */
    padding: 0 0 29px;
}

#id_description_editoreditable {
    width: 100%;
}

.banner-offter-txt strong {
    font-size: 32pt;
    font-weight: 500;
}

.banner-right span {
    font-size: 18pt;
}

.banner-small {
    text-align: right;
    color: #fff;
    margin-top: 125%;
}

.banner-small small {
    text-align: right;
    color: #fff;
}

.search input[type=text] {
    padding: 12px;
    margin-top: 8px;
    font-size: 14px;
    border: none;
    width: 100%;
    border-radius: 50px;
}

.search {
    position: relative;
    width: 100%;
    margin-left: 0;
    /* border-radius: 50px; */
}

.search button {
    padding: 10px 10px 11px;
    margin-top: 0;
    margin-right: 0;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search button img {
    width: 50px;
    height: 27px;
}

.key-icon path {
    fill: #fff;
}

.search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d5d5d5;
}

.search::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d5d5;
}

.search:-ms-input-placeholder {
    /* IE 10+ */
    color: #d5d5d5;
}

.search:-moz-placeholder {
    /* Firefox 18- */
    color: #d5d5d5;
}


/*---- profile css ---*/

#profile-sec {
    background-color: #e1cebc;
    background-image: url([[pix:theme|profile-girl-img]]);
    background-position: -88px;
    background-size: contain;
    min-height: 443px;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.profile-inner-cont {
    padding-top: 70px;
}

ul.list-content {
    list-style: none;
    float: left;
}

.list-content li::before {
    content: "•";
    color: #156db3;
    display: inline-block;
    width: 0.3em;
    margin-left: 0em;
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    left: 26px;
}

.list-content li,
.list-content-rt li {
    padding-left: 26px;
    line-height: 29px;
    font-size: 16px;
    color: #494949 !important;
    font-weight: 700;
}

ul.list-content-rt {
    float: right;
    list-style: none;
    position: relative;
}

.list-content-rt li::before {
    content: "\2022";
    color: #156db3;
    display: inline-block;
    width: 0.3em;
    margin-left: 0em;
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    left: 12px;
}


/*----- price section css ----*/

#price-section {
    background-image: url([[pix:theme|pricesec-bg]]);
    background-size: cover;
    padding-top: 70px;
    background-position: center;
}

ul.price-list-content2 {
    list-style: none;
    width: 49%;
    float: right;
    margin-top: 38px;
}

ul.price-list-content {
    list-style: none;
    width: 49%;
    float: left;
    margin-top: 38px;
}

.price-list-content li,
.price-list-content2 li {
    text-align: left;
    color: #fff;
    font-size: 18px;
    border-top: solid 1px #9fd3ec;
    padding: 12px 0 12px 42px;
    position: relative;
    vertical-align: middle;
    height: 71px;
}

.price-list-content li:before {
    content: '';
    background-image: url([[pix:theme|tick-icon]]);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    left: 15px;
    position: absolute;
}

.price-list-content2 li:before {
    content: '';
    background-image: url([[pix:theme|tick-icon]]);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    left: 15px;
    position: absolute;
}

.price-list-content li:nth-child(2),
.price-list-content2 li:nth-child(2) {
    border-bottom: solid 1px #9fd3ec;
}

a.register-btn {
    margin-top: 43px;
    border-radius: 50px;
    color: #1175b7;
    background-color: #fff;
    font-size: 25px;
    font-weight: 900;
    padding: 8px 27px;
    -webkit-box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
    margin-bottom: 46px;
    border: 0 !important;
}

.bottom-text {
    width: 67%;
    margin: 0 auto;
    padding-bottom: 55px;
}

.bottom-blue-bar {
    background-color: rgba(29, 134, 189, 0.7);
    padding: 23px 0;
    margin-top: 67px;
}

span.fL.blue-br-txt {
    margin-left: 35px;
}

button.login-bth2 {
    background-color: transparent;
    border: solid 2px #5595c0;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    padding: 5px 25px 5px 46px;
    margin-top: -18px;
    margin-left: 31px;
    position: relative;
}

button.login-bth2:before {
    -webkit-mask: url([[pix:theme|icon-login]]) no-repeat 50% 50%;
    mask: url([[pix:theme|icon-login]]) no-repeat 50% 50%;
    width: 25px;
    height: 20px;
    position: absolute;
    content: '';
    left: 15px;
    background-color: #fff;
    mask-size: 26px;
    top: 8px;
}

button.login-bth2:hover {
    background-color: #5595c0;
    border: solid 2px transparent;
    color: #fff;
}

span.fL.mid-logo {
    margin-left: 30px;
}


/*------- testimonial css ---- */

#testimonial {
    background-image: url([[pix:theme|testimonial-bg]]);
    background-size: cover;
    padding: 72px 0 68px;
    text-align: center;
    background-position: center;
}

.carousel {
    margin: 0 auto;
    padding: 21px 70px 0;
}

.carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    margin: 0 auto !important;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    background-color: #e9e8eb;
    overflow: hidden;
    min-height: 226px;
}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .item .img-box {
    width: 156px;
    height: 156px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    text-align: center;
    color: #2e2e2e;
}

.carousel .overview {
    font-style: normal;
    text-align: right;
    color: #1175b7;
    text-transform: none;
    font-size: 15px;
}

.carousel .overview {
    text-transform: none;
    color: #1175b7;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 5px solid #1175b7;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    /* margin-top: -40px; 
    top: 50%; */
    top: 45%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
}

.carousel-indicators {
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    opacity: 1 !important;
    text-shadow: none !important;
}

a.carousel-control.left.carousel-control-prev {
    left: 80px;
}

a.carousel-control.right.carousel-control-next {
    right: 80px;
}


/*---- alfred section css ---*/

.alfred-right-content {
    margin-top: 70px;
    padding-bottom: 70px;
}

.alfred-right-content h2 {
    margin-bottom: 23px;
}

a.learn-btn {
    background-color: #1175b7;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 6px 19px 6px 45px;
    font-size: 20px;
    position: relative;
    margin-top: 35px;
    -webkit-box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 26px 41px -20px rgba(0, 0, 0, 0.4);
}

.learn-btn i {
    position: absolute;
    left: 20px;
    top: 10px;
}

a.learn-btn:hover {
    background-color: #13598a;
    color: #fff;
}

.alfred-image {
    background-image: url([[pix:theme|alfred-img]]);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 12px;
    -webkit-box-shadow: inset 3px -8px 18px 1px rgba(224, 218, 214, 1);
    -moz-box-shadow: inset 3px -8px 18px 1px rgba(224, 218, 214, 1);
    box-shadow: inset 3px -8px 18px 1px rgba(224, 218, 214, 1);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.closebtn {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 55px;
    margin-left: 0;
    z-index: 999999;
    font-weight: normal;
}

.mobile_menu {
    display: none !important;
}

.bottom-blue-bar {
    display: block;
    text-align: center;
}

.bottom-blue-bar span.fL {
    display: inline-block;
    float: none !important;
}

.blue-br-txt h3.white-color {
    margin-bottom: 0;
    margin-top: 0;
}


/*------ course page css -------*/

.inner-top-banner {
    background-image: url([[pix:theme|inner-banner-bg]]);
    background-size: cover;
    position: relative;
    text-align: center;
    color: white;
    min-height: 243px;
    background-position: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-top-banner h1 {
    color: #fff;
    font-size: 58px !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.discover-sec {
    background-color: #f8f8f8;
    padding: 46px 0;
}

.tR {
    text-align: right;
}

.course-image-box {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.course-image-box img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
}

.bottom-gray-box {
    background-color: #f8f8f8;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 1px 5px 16px -1px rgba(196, 196, 196, 0.42);
    -moz-box-shadow: 1px 5px 16px -1px rgba(196, 196, 196, 0.42);
    box-shadow: 1px 5px 16px -1px rgba(196, 196, 196, 0.42);
    padding: 10px 0;
}

.bottom-gray-box a {
    font-size: 14px;
    text-decoration: underline;
    text-transform: none;
    font-weight: 600;
}

.bottom-gray-box a img {
    margin-left: 10px;
}

span.minuts-sec {
    background-color: #1175b7;
    color: #fff;
    padding: 2px 8px;
}

span.chapter-name {
    margin-left: 11px;
    font-weight: 700;
}

.course-right-cont p {
    margin-top: 14px;
}

.course-right-cont li {
    list-style: none;
    margin-left: 11px;
    color: #1175b7;
    font-weight: bold;
    font-size: 16px;
}

.course-box {
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 33px;
    padding-top: 55px;
}

h2 span {
    font-weight: normal;
}


/*------- training learning css ------------*/

section.optional-preliminay-steps {
    padding: 73px 0;
}

.optional-preliminay-steps img {
    max-width: 100%;
}

.training-price-sec {
    background-image: url([[pix:theme|training-pricing-bg]]);
    background-size: cover;
    background-position: center center;
    padding: 72px 0;
}

.training-price-sec .columns {
    float: left;
    width: 47.22%;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 764px;
}

.training-price-sec .price {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.no-margin {}

.price li.correct,
.price li.desable {
    position: relative;
}

.training-price-sec .price li {
    border-bottom: 0;
    padding: 0;
    text-align: left;
    padding: 8px 0 6px 35px;
    color: #494949;
    font-size: 18px;
    /* position: absolute; */
}

.price li.correct:before {
    content: '\f00c';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #1175b7;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 1px;
}

.price li.desable:before {
    content: '\f00d';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #acacac;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 1px;
}

.price li.desable {
    color: #acacac !important;
}

.training-price-sec .columns:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.training-price-sec .price .header {
    background-color: #fff;
    color: #494949;
    font-size: 43px;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
    line-height: 46px;
    margin-bottom: 13px !important;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 21px;
    text-align: center !important;
}

.price .header span {
    font-size: 18px;
    color: #1175b7;
    font-weight: 500;
    vertical-align: top;
}

.training-price-sec .price .grey {
    background-color: #eee;
    font-size: 20px;
}

.training-price-sec .button {
    background-color: #1175b7;
    border: none;
    color: white;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    border: solid 2px #1175b7;
}

.training-price-sec .more-btn .button {
    background-color: transparent;
    border: solid 1px #b8b8b8 !important;
    color: #1175b7;
    margin-top: 50px;
}

li.reg,
li.more-btn {
    text-align: center !important;
    padding: 23px 0 10px!important;
}

.training-price-sec .button:hover {
    background-color: #0e5487;
    color: #fff;
    border: solid 2px #0c5586;
}

li.more-btn:hover {
    background-color: transparent;
    color: #1175b7;
}

.training-price-sec .more-btn .button:hover {
    background-color: #cccccc;
    color: #1175b7;
}

.register {
    margin-top: 0;
    background-color: #f6f6f6 !important;
    display: flex;
    height: 911px;
}

#register header {
    position: relative;
    height: 88px;
}

.register-image {
    height: 911px;
    /* background-size: cover; */
    width: 50%;
    float: left;
    background-image: url([[pix:theme|register-banner]]);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.one {
    border: 1px solid #8f8f8f;
    border-radius: 50px;
    color: #8f8f8f !important;
    margin-bottom: 1% !important;
    text-align: center;
    font-weight: 100 !important;
    padding: 12px 19px;
    display: -webkit-inline-box;
}

.register-form h3 {
    color: #1175b7;
    font-weight: 600;
    font-size: 26px !important;
    margin-bottom: 7px;
}

.register-form form {
    padding-bottom: 11px;
}

.email {
    padding: 12px 0px 12px 20px;
    border-radius: 30px;
    border: 1px solid #949494;
    margin-top: 16px;
    width: 100%;
}

.register-form {
    padding: 0;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title {
    padding: 9px 14px 8px;
    border-radius: 30px;
    border: 1px solid #949494;
    margin-top: 16px;
    width: 73px;
    color: #b5b5b5;
}

label.check {
    font-weight: 100;
    padding: 12px 5px;
    font-size: 16px;
    color: #494949;
}

button.sing-button,
button#loginbtn {
    padding: 9px 0px;
    background: #1175b7;
    border: 0;
    font-size: 24px;
    width: 100% !important;
    color: #fff;
    border-radius: 30px;
    margin-top: 30px !important;
    text-transform: none;
}

.forget a {
    font-weight: 100;
    color: #1175b7;
    font-size: 14px;
    text-decoration: underline;
}

.forget {
    text-align: center;
    color: #1175b7;
}

.login {
    margin-top: 0;
    background-position: left;
    background-size: 54%100%;
    height: 911px;
    display: flex;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}

.login-form h2 {
    margin-bottom: 3px !important;
}

.login-image {
    float: left;
    height: 911px;
    background-image: url([[pix:theme|login-banner-bg]]);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.login-form {
    margin-top: 0;
    padding: 0;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.login-form form {
    padding-bottom: 11px;
}

.email {
    padding: 12px 0px 12px 20px;
    border-radius: 30px;
    border: 1px solid #949494;
    margin-top: 16px;
    width: 100%;
    color: #b5b5b5;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 30.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 25px 0;
    background-color: #fff;
    color: #e4e4e4;
}

.register-form h2 {
    margin-bottom: 8px !important;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 26px;
    left: -55%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #969696;
    color: #969696;
}

.progressbar li.active:before {
    border-color: #969696;
    color: #969696;
}

.progressbar li.active+li:after {
    background-color: #969696;
}

select.title,
select.email {
    background-image: linear-gradient(45deg, transparent 50%, #949494 50%), linear-gradient(135deg, #949494 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b5b5b5;
    opacity: 1;
    /* Firefox */
}

#page-login-signup .custom-select {
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    background: url([[pix:theme|droparrow]]) no-repeat;
    /*Adds background-image*/
    background-position: 312px 19px;
    /*Position of the background-image*/
    width: 100%;
    /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    text-align: right;
    border: 1px solid #949494;
    border-radius: 30px;
    padding: 12px 0 12px 20px;
    background-color: #fff;
    color: #b5b5b5;
}

.register-form .dropdown {
    position: relative;
    border: 1px solid #949494;
    border-radius: 30px;
    margin-top: 16px;
    height: 44px;
    padding: 4px;
    color: #b5b5b5;
    background: #fff;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
    align-items: center;
}

.cust-nav.navbar-default {
    width: 100%;
}

.navbar>.container,
.navbar>.container-fluid {
    display: block;
}

.cust-nav.navbar-default {
    padding: 0;
}

.navbar {
    box-shadow: none !important;
    max-height: 100% !important;
    min-height: auto !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row !important;
}

.row {
    display: block;
    flex-wrap: initial !important;
}

#page-wrapper {
    height: 100%;
    display: block !important;
    flex-direction: column;
    position: relative !important;
}

[data-region="drawer"] {
    position: initial !important;
    float: left !important;
}

#page-wrapper #page {
    /* flex: 1 0 auto; */
    display: block !important;
    /* flex-direction: column; */
    float: left;
    width: 77%;
}

footer#page-footer {
    display: block;
    float: left;
    width: 100%;
}

footer {
    background-color: #4a4a4a;
    padding-top: 0;
    width: 100%;
    float: left;
    display: block;
}

body .count {
    font-size: 18px;
}

#region-main-settings-menu.has-blocks,
#region-main.has-blocks {
    display: inline-block;
    width: calc(65%) !important;
}

nav .d-inline-block.mr-3 {
    display: none !important;
}

#page-wrapper nav .navbar-brand {
    display: none !important;
}

#page {
    margin-top: 0 !important;
}

.page-header-headings h1 {
    color: #000 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

#page-wrapper ul.user-dropdown {
    display: none;
}

ul.user-dropdown {
    margin-top: 27px;
    padding-left: 40px;
    text-align: right;
    float: right;
}

div#empower_video {
    margin: 13px auto;
    width: 87% !important;
    left: 0 !important;
}

.wp-video {
    margin: 0 auto !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent !important;
}

#page-login-index .justify-content-md-center div:nth-child(2) {
    display: none;
}

#page-login-signup .justify-content-md-center div:nth-child(2) {
    display: block;
}

.login-form .col-sm-8 {
    width: 100%;
}

.login-form .col-xl-6.col-sm-8 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.login-form .justify-content-md-center .col-md-5 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.login-form .card {
    background-color: transparent;
    border: 0;
}

.login-form h2.card-header {
    display: none;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0 12px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #949494;
    border-radius: 30px;
}

.rememberpass label {
    font-size: 16px;
    color: #494949;
    padding: 0 6px;
    font-weight: normal;
}

.rememberpass.mt-3 {
    margin-top: 0 !important;
}

.login-form #maincontent {
    display: none !important;
}

.login-form .my-1.my-sm-5 {
    display: none !important;
}

.pagelayout-login #region-main {
    overflow: hidden;
}

#page-login-signup .col-md-3 {
    width: 100%;
    float: none;
    flex: 100%;
    max-width: 100%;
    display: none;
}

#page-login-signup .col-md-8.col-xl-6 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#page-login-signup .col-md-9 {
    width: 100%;
    max-width: 100%;
}

#page-login-signup .form-inline .form-control {
    width: 100%;
}

#page-login-signup legend {
    display: none;
}

#page-login-signup ::placeholder {
    text-align: left;
}

#page-login-signup .form-inline .form-control-static {
    display: none;
}

#page-login-signup .card-title,
#page-login-signup .collapsible-actions {
    display: none !important;
}

#page-login-signup .mform fieldset {
    margin-left: 0;
}

#page-login-signup #region-main {
    padding-left: 0;
    padding-right: 0;
}

#page-login-signup .card-body {
    padding: 0;
}

#page-login-signup .btn-cancel {
    display: none !important;
}

#page-login-signup .mform fieldset {
    margin-bottom: 0;
    border-bottom: 0;
}

#page-login-signup .form-group.row.fitem.femptylabel {
    /*display: none;*/
    margin-bottom: 0;
}

#page-login-signup .felement .fitem label {
    display: none;
}

#page-login-signup .mform>.form-group {
    margin-left: 0;
}

#page-login-signup input#id_submitbutton {
    border-radius: 30px;
    border: 0;
    font-size: 24px;
    height: 48px;
    width: 100%;
    font-weight: normal !important;
    padding: 0 33px;
    margin-top: 18px;
    text-align: center !important;
}

#page-login-signup .fdescription.required {
    display: none;
}

i.icon.fa.fa-bell.fa-fw {
    margin-top: 5px;
    color: #337ab7;
}

::-webkit-input-placeholder {
    text-align: left;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
    color: #b5b5b5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
    color: #b5b5b5;
}

:-ms-input-placeholder {
    text-align: left;
    color: #b5b5b5;
}

#page-login-index .modal-dialog {
    width: 100% !important;
}

aside .container {
    width: 100%;
}

body table th a,
body table td a {
    font-size: 14px;
}

.action-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: left;
    white-space: initial;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 19px;
    display: flex;
}

a.list-group-item,
button.list-group-item {
    font-weight: 400 !important;
}

[data-region="blocks-column"] {
    width: 33%;
    float: right;
}

#page-login-index #region-main {
    padding-top: 0;
}

#page-login-index h2,
#page-login-index p {
    padding-left: 11px;
}

body .form-control-feedback {
    width: 100%;
    height: auto;
    line-height: 20px;
}

.form-control-feedback {
    outline: none;
}

#page-login-index .form-control-feedback,
#page-login-signup .form-control-feedback {
    position: inherit !important;
}

#page-login-signup .form-inline .form-group {
    display: block;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.active.focus {
    outline: 0;
    outline-offset: 0;
}

.search button:hover {
    background-color: #1476b8;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ytp-title-enable-channel-logo .ytp-title {
    display: none !important;
}


/*.carousel-inner>.item{
    transition: transform .56s ease-in-out,-webkit-transform .56s ease-in-out,-o-transform .56s ease-in-out !important;
    perspective: 1000px !important;
}*/

.block h2 {
    text-align: center !important;
    font-weight: 100 !important;
    font-size: 33px;
    color: #000 !important;
    position: relative;
}

.block {
    padding: 70px 0;
}

.block h2 span {
    color: #1e71ce;
}

.block h2:after {
    height: 3px;
    background: #1e71ce;
    position: absolute;
    width: 65px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    text-align: center;
    margin: 0 auto;
}


/*Home page sectin 1 csss*/

.curated-platform {
    /* height:200px; */
    padding: 100px 0 15px 15px;
    clear: both;
}

.bg-img {
    height: auto;
    background-size: cover;
    background-position: 0px;
}

div#content {
    padding: 0px !important;
}

.banner-home-text {
    text-align: center;
    padding-top: 87px;
}

.banner-home-text h1 {
    font-size: 45px;
    margin-bottom: 22px;
    color: #fff !important;
}

.banner-home-text h2 {
    font-size: 35px !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.banner-home-text span {
    font-size: 27px;
    color: #fff;
    position: relative;
}

.position-image img {
    border-radius: 50%;
}

.home-section-text h3 {
    line-height: 0;
    font-weight: 300;
    font-size: 23px !important;
    color: #fff;
}

.icon-outter {
    background: #fff;
    border-radius: 50%;
    width: 88px;
    height: 78px;
    margin: 0 auto;
    padding: 5px;
}

.icon-text {
    padding: 15px;
    color: #fff;
    font-size: 19px;
}

.carousel-text {
    font-size: 22px;
    color: #000;
}

.coaches-carousel {
    background: #e9e8eb;
}

.home-section-text {
    /* position: absolute; */
    /* left: 410px; */
    /* bottom: -69px; */
    /* z-index: 1; */
    color: white;
    font-weight: 300;
    float: left;
    margin-top: 113px;
    margin-left: 30px;
    float: left;
}

ul.moto-line li {
    display: inline;
}


/*.position-image {
 
    float: none;
    margin-left: 160px;
}*/

section.after-login-homepage {
    position: relative;
}

.course-filter select.form-control,
.assesments-filter select {
    display: inline;
    color: #c8c0ba;
}

.platform-text h3 {
    font-size: 22px !important;
}

input#search_text_assesments {
    height: 35px;
    margin-bottom: 0;
}


/*.platform-text h3:after, .carousel-text:after, .heading h2:after {
    content: '';
    width: 60px;
    background:#195fad;
    height:3px;
    position: absolute;
    left: 0;
    bottom:-7px; 
}*/

.carousel-text {
    font-size: 22px !important;
    font-weight: 400 !important;
    position: relative;
    color: #000 !important;
    border-bottom: solid 1px #195fad;
    display: inline;
}

#member_section {
    padding-top: 30px;
}

.ler_course_section p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0;
}

.circle_icon img {
    text-align: center;
    padding-top: 15px;
}

.circle_icon {
    background-color: #fff;
    border-radius: 50px;
    width: 79px;
    height: 79px;
    margin: 0 auto;
    text-align: center;
}

.carousel-control i {
    font-size: 16px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #1175b7;
    text-shadow: none;
    font-weight: 200;
}

.coaches-carousel {
    height: 245px;
}


/*.member_icon:before {
    content: '';
    position: absolute;
    width: 79px;
    height: 79px;
    top: 0;
    border: solid 1px red;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.member_icon{
    position: relative;
}
.counter_top {
    margin-top: 113px;
}*/

.mem-icon {
    text-align: center;
}

.page-breadcrumb li {
    list-style: none;
    display: inline-block;
    line-height: 2.2;
    color: #fff;
}

ul.page-breadcrumb {
    text-align: right;
}

.coaches_slider .circle,
.member_slider2 .circle {
    width: 100%;
}

.coaches_slider a,
.member_slider2 a {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}


/* resourcrssection */

.resour_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.resour_inner .image {
    display: block;
    width: 100%;
    height: auto;
}

.resour_inner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0d335d;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    color: #fff;
}

.resour_inner:hover .overlay {
    height: 50%;
}

.resour_inner .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.resour_inner h3 {
    font-size: 31px !important;
    color: #fff;
    text-align: right;
    padding: 15px;
    font-weight: 300;
    margin-bottom: 66px;
}

span.res_img {
    float: left;
}

span.res_img {
    float: left;
    padding-top: 13px;
    padding-left: 10px;
    /* margin-top: 10px; */
    padding-bottom: 10px;
}

.heading2 h2 span {
    color: #000;
    font-weight: 300;
}


/*.heading2 h2:after{
    content: '';
    width: 60px;
    background: #195fad;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -19px; right: 0; margin: 0 auto;
}
*/

h2.heading2 {
    position: relative;
    font-size: 31px !important;
    font-weight: 300 !important;
    color: #000 !important;
    text-align: center;
    border-bottom: solid 1px #195fad;
    display: initial;
}

h2.heading2 span {
    color: #3b86c6;
    font-weight: 300;
}


/*h2.heading2:after{
    content: '';
    width: 60px;
    background: #195fad;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -19px; right: 0; margin: 0 auto;
}
*/

.client-slider .wpls-logo-showcase .slick-dots {
    display: none !important;
}

.wpls-logo-showcase button.slick-prev,
.wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase button.slick-next,
.wpls-logo-showcase button.slick-next:active {
    background-color: transparent !important;
    background-size: 12px 23px !important;
}

.footer-sidebar .gallery{
    clear:both;
}
.footer-sidebar .gallery::after{
    content:'';
    display:table;
}
.footer-sidebar .gallery-item{
    /*float:left !important;
    width:auto !important;*/
    /*margin: 10px 10px 20px 0px !important;
    padding:0px !important;*/
}
.footer-sidebar .gallery-icon img {
    height: auto !important;
    max-width: 100%;
    padding: 1px;
    background: white;
    border-radius: 5px;
}
.footer-sidebar .gallery-icon{
    margin-bottom: 0px !important;
}

.footer-sidebar .gallery-columns-2 .gallery-item {
    width: 35%;
    float: none;
    text-align: left;
    margin: 10px 0 2px;
    padding: 3px;
}

.footer_logo img {
    margin: 0 !important;
}

.footer_logo {
    text-align: left;
    margin-top: 28px;
}

.custom-footer:nth-child(1) {
    width: 24%;
}

.custom-footer:nth-child(2) {
    width: 34%;
}

.footer-sidebar .widget ul.contact li::before {
    content: '' !important;
}

.contact li span {
    padding-left: 9px;
}

.custom-footer:nth-child(3) {
    width: 17%;
}

.work-section {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.heading-center .wpb_wrapper {
    text-align: center;
}

.work-section #shiva1 {
    background-color: transparent !important;
    min-height: auto;
    padding-bottom: 0 !important;
    text-transform: none;
    padding-top: 0 !important;
}

.testimonial_sec h5 {
    padding-bottom: 12px;
}

.work-section .image {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

input#nf-field-22 {
    height: auto !important;
}

.work-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #478dc9;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    color: #fff;
}

.work-section .overlay:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.work-section:hover .work-section .overlay {
    height: 71%;
}

.work-section .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.count {
    line-height: 0 !important;
    color: white;
    margin-left: 0 !important;
    font-size: 35px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.work-section h4 {
    font-size: 25px;
    font-weight: 400 !important;
    color: #000;
    height: 58px;
}

.counter-num {
    margin: 24px 0 8px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.ler-icon {
    /* background-color: #fff; */
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    margin: 15px auto;
    text-align: center;
    vertical-align: middle;
    /* padding-top: 11px; */
}

.ler-icon img.aligncenter {
    margin-top: 0;
}

.learning-sec h4 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
}

.ler-icon img {
    width: 100%;
}

.left-icon {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-icon img {
    margin: inherit;
    max-width: inherit;
}

.resour_inner h4 {
    float: right;
}

.resour_inner h4 {
    float: right;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-transform: none;
    margin-top: 15px;
    margin-right: 10px;
}

button.btn.btn-primary.preference_edit {
    position: inherit;
    right: 0;
    top: 12px;
    float: left;
}

.um-profile-edit {
    position: inherit !important;
    /* top: 15px; */
    /* right: 0; */
    /* vertical-align: middle; */
    font-size: 30px;
    height: 30px;
    /* line-height: 30px; */
    /* z-index: 66; */
    /* padding-right: 10px; */
    float: right;
    margin-left: 17px;
}


/*carousel  csss*/

.circle img {}

div#content {
    padding: 50px;
}

.resour_inner .vc_column-inner.vc_custom_1552729368216 {
    padding: 0;
}

.filter {
    width: 100%;
}

.filter button {
    float: right;
    margin-right: 20px;
}

.col-md-12 .show-filter {
    background: #fff;
    padding: 0px;
}

.col-md-12 .show-filter input#search_text,
.mentor_search_form #search_text {
    color: #000;
    background: #f2f2f2;
}

.col-md-12 .show-filter select.form-control,
.col-md-12 .show-filter select,
.mentor_search_form #preference_category,
.mentor_search_form #preference_sub_category {
    background: #f2f2f2;
    color: #c8c0ba;
}
select option{
    color:#000;
    padding:5px 0px;
}

.mentor_search_form {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.show-filter {
    background: #e9e8eb;
    padding: 15px;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 70px;
    list-style: none;
    background: url(https://demo.themex.co/academy/wp-content/themes/academy/images/bgs/site_bg.jpg);
    border-radius: 4px;
    background-size: 100%;
}

.course-preview .course-header .author {
    color: #777;
}

.courses-listing .course-preview {
    margin-bottom: 3em;
}

.tooltip-text,
.course-preview,
.certificate-wrap,
.widget,
.bordered-image,
.wp-caption,
.gallery-icon,
.boxed-slider,
.content-block,
ul.products li.product img,
.header-navigation ul ul {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.course-preview .course-image {
    position: relative;
    z-index: 10;
    padding: 5px;
    background: #fff;
}

.course-price {
    position: absolute;
    top: 25px;
    left: -5px;
    display:none;
}

.price-text {
    background-color: #5ea5d7;
}

.course-price .price-text {
    display: block;
    padding: 0.2em 10px;
    min-width: 38px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #5ea5d7;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
}

.course-price .corner-wrap {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 4px;
    height: 4px;
}

.course-price .corner {
    position: relative;
    z-index: 1;
    opacity: 0.8;
}

.course-price .corner,
.course-price .corner-background {
    width: 0;
    height: 0;
    border: 2px solid #5ea5d7;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.course-price .corner-background {
    position: absolute;
    top: 0;
    left: 0;
    border-top-color: #000;
    border-right-color: #000;
}

.course-preview .course-meta {
    overflow: hidden;
}

.course-preview .course-header {
    position: relative;
    z-index: 9;
    padding: 0.5em 15px 0.9em 15px;
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
}

.nomargin {
    margin: 0!important;
}

.course-preview .course-footer {
    padding: 0.7em 15px;
    border-top: 1px solid #f0f0f0;
    background: #f2f2f2;
    height: 70px;
}

.course-preview .course-footer .course-users {
    padding-left: 17px;
    background: url(images/user_icon.png) 0 0.2em no-repeat;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    margin-top: 3px;
    margin-right: 0;
}

span.time_watch {
    float: right;
}

p.review-rating {
    margin-bottom: 0;
}


/*.left {
    float: left;
}*/

.course-preview .course-rating {
    float: right;
    margin: 0;
}

.course-certificate.right {
    float: right;
    margin-top: 0;
}

input[type="text"] {
    height: 35px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.footer-sidebar .widget,
.widget {
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
}

.event_single {
    /*float: left;*/
    width: 47%;
    margin-right: 60px;
    -webkit-box-shadow: 2px 1px 5px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 2px 1px 5px 0px rgba(219, 219, 219, 1);
    box-shadow: 2px 1px 5px 0px rgba(219, 219, 219, 1);
    margin-bottom: 20px;
    display: inline-block;
}

.event_single:nth-of-type(2n) {
    margin-right: 0;
}

.date_left {
    background-color: #195fad;
    float: left;
    height: 100%;
    color: #fff;
    padding: 10px;
    min-height: 70px;
    font-size: 14px;
    min-width: 76px;
}

span.day {
    font-size: 22px;
    display: block;
    text-align: center;
    font-weight: 600;
}

span.month {
    text-align: center;
    display: block;
    font-weight: 600;
}

.event_single .text_right h3 {
    font-size: 16px !important;
    color: #4a4a4a;
    margin-bottom: 0;
}

.text_right {
    padding-left: 88px;
    font-size: 16px;
    color: #4a4a4a;
}

.grey_box {
    padding-right: 20px;
    background-color: #d5d5d5;
    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 26px;
    padding-bottom: 6px;
    min-height: 219px;
    padding-left: 94px;
    margin-left: 65px;
    /*width: 90%;*/
    margin-bottom: 22px !important;
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.grey_box .gray_box_text h5 {
    font-size: 20px !important;
    min-height: 50px;
}

.grey_box .gray_box_text p {
    font-size: 16px !important;
}

.blue-circle {
    background-color: #3b86c6;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    padding-top: 26px;
    left: -65px;
    width: 133px;
    height: 133px;
}

.blue-circle img {
    width: 84px;
    height: 71px;
}

.gray_box_text h5 {
    margin-bottom: 4px;
    font-size: 22px;
}

.grey_box p {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 33px;
}

button#tribe-bar-views-toggle {
    background-color: transparent !important;
    color: #000 !important;
}

.gray_box_padd2 {
    padding-top: 29px;
    padding-bottom: 15px;
}

h2.white-text {
    position: relative;
    font-size: 31px !important;
    font-weight: 300 !important;
    color: #fff !important;
    text-align: center;
}

h2.white-text:after {
    content: '';
    width: 60px;
    background: #fff;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -19px;
    right: 0;
    margin: 0 auto;
}

.register_btn button.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
    font-size: 29px;
    padding: 10px 57px;
    color: #195fad;
}

ul.after_lg {
    float: right;
    margin-bottom: 0;
    margin-top: 11px;
}

.after_lg li {
    display: inline-block;
    position: relative;
}

.after_lg li a {
    font-size: 14px;
    color: #000;
    padding: 0 18px;
}

.after_lg li a:last-child {
    padding-right: 0;
}

li.nav_course,
li.nav_resource,
li.nav_course1 {
    position: relative;
    margin-right: 0;
}

li.nav_course:before {
    position: absolute;
    content: '\f002';
    font-family: FontAwesome;
    right: 12px;
    top: 13px;
    display: none;
}

li.nav_resource {
    /*margin-right: 0;*/
    margin-right: -20px;
}


/*li.nav_course:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;
    background-image: url(images/nav_course_icon.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}*/

li.nav_course1:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;
    background-image: url(images/nav_course_icon1.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}

li.nav_resource:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;
    background-image: url(images/nav_res_icon.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}

#rev_slider_1_1 i.fa-icon-circle {
    font-size: 7px !important;
    line-height: 9px !important;
    margin-top: 0;
    margin: 0 10px 0 4px !important;
}

#rev_slider_1_1 .fa-icon-circle:before {
    content: "\f111";
    position: absolute;
    top: 17px;
}

.banner-home-text span.dot:before {
    content: '.';
    position: absolute;
    /* width: 10px; */
    /* height: 3px; */
    font-size: 53px;
    top: -36px;
    left: -18px;
}

.banner-home-text span.dot {
    /* width: 5px; */
    height: -3px;
    /* background: #fff; */
    /* border-radius: 42%; */
    /* font-size: 43px; */
    /* line-height: 0; */
    /* padding-top: 15px; */
    /* margin-top: 15px; */
    position: relative;
}

.testimonial_sec h5 {
    font-weight: 400 !important;
    text-transform: none;
}

.testimonial_sec .carousel {
    margin: 0 auto;
    padding: 0 22px;
}

.our_impact img {
    width: 40%;
}

img.custom-logo.navbar-brand {
    width: 61%;
    position: absolute;
    z-index: 9999;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0 !important;
}

.prefernce-buttons-section-right-align .um-dropdown {
    left: auto !important;
    right: 0 !important;
    width: 142px !important;
    top: 60px !important;
}

.um-dropdown1 {
    left: auto !important;
    right: 0 !important;
    width: 133px !important;
    top: 39px !important;
}

.um-dropdown-b ul {
    margin-left: 0;
    padding-left: 15px !important;
}

.um-dropdown1 {
    position: absolute;
    height: auto;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 999999;
    display: none;
    border: 1px solid #fafafa;
    box-sizing: border-box;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: none;
}

.um-dropdown1 li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: left;
}

.um-dropdown1 li a {
    font-size: 14px;
}

.testimonial_sec span.count1_name {
    color: #195fad !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-decoration: underline;
    padding-bottom: 10px;
}

.event_single:nth-child(3) .date_left,
.event_single:nth-child(4) .date_left {
    background-color: #6e6e6e;
}

.testimonial_sec .work-section .text p {
    color: #fff !important;
}

.testimonial_sec .overlay {
    height: 100%;
    color: #fff;
    opacity: 0;
}

.footer-sidebar h4.tribe-event-title {
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-sidebar h4.tribe-event-title a {
    font-size: 14px;
    color: #fff;
}

.footer-sidebar .tribe-event-duration {
    font-size: 12px;
    padding-left: 0;
}

.footer-sidebar li.tribe-events-list-widget-events {
    padding: 0 !important;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    list-style: none;
}

.breadcrumb h2 {
    color: #fff !important;
    margin-bottom: 0 !important;
}

.page-breadcrumb a {
    color: #fff !important;
}

.page-breadcrumb li.active {
    color: #fff;
}

ul.page-breadcrumb {
    text-align: right;
    margin-bottom: 0;
}

.reg .um-field {
    width: 100%;
    margin-right: 10px;
    display: inline-block;
}

.reg .um-field:nth-of-type(2n) {
    margin-right: 0;
}

.reg .um-field-label label {
    font-size: 14px !important;
    line-height: 13px !important;
    font-weight: bold;
    font-weight: 600;
}

.reg .um-field-label {
    /* display: block; */
    margin: 0 0 0 0;
}

.um .um-form input[type=text],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea,
body .select2.select2-container .select2-selection {
    color: #666666;
    border-radius: 4px !important;
    border: solid 1px #ccc !important;
    height: 39px;
    margin-top: 1px;
}

body .um .um-form input[type=text],
body .um .um-form input[type=tel],
body .um .um-form input[type=number],
body .um .um-form input[type=password],
body .um .um-form textarea,
body .um .upload-progress,
body .select2-container .select2-choice,
body .select2-drop,
body .select2-container-multi .select2-choices,
body .select2-drop-active,
body .select2-drop.select2-drop-above {
    border: 1px solid #ddd !important;
}

body .select2.select2-container .select2-selection .select2-selection__arrow:before {
    font-size: 15px !important;
}

.reg {
    background-color: #efefef !important;
    padding: 4px 18px 18px!important;
}

body .um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
    text-indent: 0;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.re-sec2 {
    background-color: #efefef !important;
    padding: 15px 18px 18px !important;
}

.testimonial_sec .work-section {
    position: relative;
    width: 100%;
    padding: 15px 0;
    min-height: 323px;
    border-radius: 5px;
}

.testimonial_sec .top-icon {
    margin-bottom: 9px;
}

.testimonial_sec .counter-num1 {
    margin-top: 0 !important;
}

.single-course h1 {
    /* color: #000 !important;
    font-size: 20px;
    margin-bottom: 0;*/
    color: #1175b7 !important;
    font-size: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 23px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    border-bottom: none !important;
    /*text-transform:capitalize;*/
}

body .eb-course-img-wrapper {
    float: left;
    width: 32%;
    margin-bottom: 2em;
}

.eb-course-img-wrapper img {
    border: solid 1px #ddd;
    border-radius: 5px;
    ;
    padding: 3px;
}

body .eb-course-summary {
    float: right;
    width: 64%;
    margin-bottom: 2em;
    padding: 0 0 0 0;
    /* position: relative; */
}

body .eb_join_button input[type="submit"] {
    border-radius: 2px;
    border: transparent;
    color: #fff;
    padding: 8px 13px;
    background-color: #3b86c6 !important;
}

body .eb_join_button .wdm-btn,
body div.eb_join_button {
    margin-top: 0px !important;
}

body .eb_join_button input[type="submit"]:hover {
    background-color: #307bbb !important;
}

body .eb-cat-wrapper {
    margin-top: 0px !important;
    border-bottom: 0;
    border-top: 0;
    padding: 10px 0px;
}

body .comment-reply-title {
    border-top: 0;
}

body .eb-course-desc-wrapper {
    clear: both;
    border-top: 0;
}

body .eb-course-desc-wrapper h2 {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #333 !important;
}

body .eb-validity-wrapper {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
    margin-bottom: 23px;
    margin-top: 20px;
}

div#comments {
    /* clear: both;
    display: none;*/
}

.eb-cat-wrapper a {
    font-size: 1.1rem;
}

body .comment-respond h3 {
    font-size: 14px !important;
    margin-bottom: 0;
}

.tribe-event-image {
    height: 50px;
    width: 50px;
    float: left;
}

.tribe-event-image img {
    width: 100%;
    height: 100%;
    margin: auto;
}

p.tribe-events-widget-link {
    display: none;
}

p.logged-in-as a {
    font-size: 14px !important;
}

body .review-rating>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #ff9000;
}

.reviewer-name a {
    font-size: 14px;
}

.eb-my-course h4 {
    font-size: 18px;
}

body .eb-my-courses-wrapper h2,
.course-my h2,
.my-event h2 {
    border-bottom: 0;
    padding: 0;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 20px !important;
    position: relative;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

body .eb-my-courses-wrapper h2:after,
.course-my h2:after,
.my-event h2:after {
    content: '';
    position: absolute;
    bottom: -7px;
    height: 3px;
    background-color: #195fad;
    width: 60px;
    left: 0;
}

.my-event h4,
.course-my h4 {
    font-size: 14px;
}

body .um-profile-nav {
    display: none;
}

body .um-account-tab .um-col-alt-b {
    margin-top: 0;
    padding: 19px;
}

.on-off img {
    width: 40%;
}

span.on_off_right {
    float: right;
    text-align: right;
}

span.on_off_right_assesment {
    float: right;
    text-align: right;
}

.on-off span {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.on-off-assesment span {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

body input#um_account_submit_general {
    margin-top: 20px;
}

.um-profile-edit {
    padding-right: 0 !important;
}

.um-profile-edit i {
    font-size: 18px !important;
}

body .um-profile-edit {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    font-size: 0;
    height: 0;
    line-height: 30px;
    z-index: 66;
    padding-right: 10px;
}

a.um-profile-edit-aa {
    padding: 0 !important;
}

.course-header h5 a {
    /* color: #000; */
    font-size: 16px;
    text-transform: none;
}

body a.comment-reply-link {
    font-size: 14px;
}

body #product_reviews #respond input[type="text"],
body #product_reviews #respond input[type="email"] {
    padding: 10px 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #ccc;
    border-radius: 4px;
    color: #404040;
    width: 100%;
    display: inline-block;
    height: 42px;
    max-width: 100%;
}

body #product_reviews textarea {
    height: auto;
    padding: 10px 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #ccc;
    border-radius: 4px;
    color: #404040;
    width: 100%;
    max-width: 100%;
}

body.single-eb_course #content {
    background-color: #fafafa;
}

.reviews-summary {
    font-size: 14px !important;
}

body #prefrences_cat .air-card section {
    padding: 0 17px;
    margin: 4px 0;
    border: 0;
}

#prefrences_cat h4.m-0 {
    font-size: 16px;
    margin-bottom: 0;
}

button.confirm {
    background-color: #3ba1da !important;
}

.um-account-tab input[type=submit].um-button {
    margin-top: 20px;
}

.tabs_user .um-account-side li a {
    height: 55px;
}

.tabs_user .um-account-side li a span.um-account-icon,
.tabs_user .um-account-side li a.current span.um-account-icon,
.tabs_user .um-account-side li a.current:hover span.um-account-icon {
    width: 47px;
}

.tabs_user .um-account-side {
    padding: 0 30px 0 0;
}

p.personal-info {
    margin-top: 65px;
    font-size: 20px;
    color: #333;
}

.user-info {
    padding: 0 !important;
}

body .um-account-side {
    padding: 42px 30px 0 0 !important;
}

.contains {
    width: 56%;
    float: right;
    background-color: #ededed;
    padding: 27px;
    margin-top: -67px;
}

body .top_course_title a {
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
}

li.myacc a:before {
    content: '\f007';
    left: 0;
    top: 0;
    font-family: FontAwesome;
    padding-right: 7px;
}

li.myacc a {
    position: relative;
    padding-left: 0;
}

li.log-out a {
    position: relative;
}

li.log-out a:before {
    content: '\f08b';
    /*position: absolute;*/
    left: 0;
    top: -3px;
    font-family: FontAwesome;
    padding-right: 7px;
}

body.um-page-register .um-field {
    vertical-align: top;
}

body .um-account-side li a {
    padding: 13px 0px;
}

body .um-profile .um-profile-body {
    max-width: 100%;
}

body .um-account-main {
    width: 65%;
    /* background-color: #ededed; */
    /* padding-top: 27px; */
    /* padding-bottom: 27px; */
}

.um-account-tab {
    background-color: #ededed;
}

#prefrences_cat .col-xs-12 {
    padding: 0;
}

.heading_preference span.fa.fa-angle-down {
    padding-right: 15px;
}

#prefrences_cat .heading_preference {
    background-color: rgb(14, 160, 215);
    padding: 10px 0 10px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.learning-sec .vc_row.vc_column-gap-15 {
    margin-left: -11px;
    margin-right: -11px;
}

.resource-sec .vc_row.vc_column-gap-15 {
    margin-left: -6px;
    margin-right: -6px;
}

.top_courses .vc_custom_1553520175032 {
    height: 188px;
}

#prefrences_cat .um-button {
    margin: 0 auto;
}

body .um-profile.um-editing {
    padding-bottom: 0;
}

body .um {
    margin-bottom: 0 !important;
}

body input[type=submit].um-button,
body input[type=submit].um-button:focus {
    width: 45%;
}

.um-account-tab .um-button {
    margin: 31px auto 0 !important;
    /* text-align: center; */
    /* display: block; */
}

.um-account-tab .um-left {
    float: none;
    text-align: center;
    margin: 0 auto;
}

body .um-account-side li a span.um-account-arrow {
    top: 15px;
}

body .um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
    margin-left: 0 !important;
}

body .select2-container .select2-search--inline {
    float: none;
}

body .select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}

body input[type=submit].um-button:focus {
    width: auto;
}

body .um-account-tab-password input[type=submit].um-button:focus {
    width: 45%;
}

body.um-page-login input[type=submit].um-button {
    width: 100%;
}

.site-content {
    padding-bottom: 30px;
}

.eb-my-course .eb-course-col {
    width: 25%;
    min-height: 480px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.wdm-course-grid>a {
    height: 400px;
    max-height: 100%;
}

.wdm-course-image {
    height: 300px;
}

.wdm-course-grid {
    max-height: 100%;
}

ol {
    padding: 0 0px 0px 0 !important;
}

table td {
    word-break: break-word;
}

.um-account-tab.um-account-tab-password {
    width: auto;
    margin: 0 auto;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 2%;
}

.contact li a {
    font-size: 14px !important;
    font-weight: 600 !important;
    word-break: break-all;
}

button.clear_notification {
    margin: 20px;
}

.partner-logos ul.slick-dots {
    display: none !important;
}

#shiva1 span {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 18px;
}

#shiva1 span.count1_expertise,
#shiva1 span.count1_country,
#shiva1 span.count1_organisation {
    color: #000;
}

.work-section .overlay .text a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
}

.big-ler-logo {
    /* display: inline-block; */
    text-align: left;
    padding-top: 0;
    /*position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;*/
    float: left;
}

.big-ler-logo img {
    width: 100%;
}

.navbar-default .navbar-collapse {
    text-align: center;
}

.work-section #shiva1 span {
    line-height: 0;
}

div#click_register .overlay {
    cursor: pointer;
}

.prefernce-buttons-section-right-align {
    margin-top: 5px;
}

.course_inner_sec a {
    color: #fff;
    font-weight: 500;
}

.course_inner_sec a:hover {
    color: #fff;
}

.um-field-area select {
    /*width: 92.8% !important;*/
    width: calc(100% - 24px) !important;
    border: 1px solid #ddd !important;
    height: 38px !important;
    position: relative !important;
    padding: 0 12px !important;
    font-size: 15px;
    color: #aaaab2;
}
.um-field-area select::selection{
    color:#000 !important;
}

.um select option {
    color: #000;
}

.um .um-form input[type=text],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea {
    color: #000000 !important;
}

.select2-container {
    display: none !important;
}

.um-field-area-has-icon:after {
    content: '\f0d7';
    position: absolute;
    /* background-color: red; */
    /* width: 3px; */
    /* height: 3px; */
    top: 9px;
    right: 9px;
    font-family: FontAwesome;
    color: #aaaab2;
}

.um-field-area-has-icon {
    position: relative;
}

select#role,
select#volunteer_coaches_value {
    width: 92.8% !important;
    height: 35px !important;
    margin-top: 11px !important;
}

select#role,select#country,select#country_code {
    color: #000;
}

._um_row_2 .um-field:nth-of-type(2n) {
    margin-right: 0;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    margin-left: -20px;
    background-image: none;
}

._um_row_2 .um-field {
    padding: 0;
    margin-right: 10px;
    width: 49.3%;
    display: inline-block;
}

._um_row_3 .um-field:nth-of-type(3) {
    margin-right: 0;
}

._um_row_3 .um-field:nth-of-type(5) {
    margin-right: 0;
}

.um-account-tab-profile .um-field-area select {
    width: 95% !important;
}

.um-account-tab-profile .deafult_registration .um-field-area select {
    width: 97% !important;
}

section.mentor_page {
    width: 97%;
    margin: 0 auto;
}

.mentor_box1 {
    width: 49%;
    display: inline-block;
    /*-webkit-box-shadow: 0px -1px 4px 0px rgba(189,189,189,1);
-moz-box-shadow: 0px -1px 4px 0px rgba(189,189,189,1);
box-shadow: 0px -1px 4px 0px rgba(189,189,189,1);*/
    margin-bottom: 15px;
    padding: 11px;
    vertical-align: top;
}

.mentor-member-card .mentor-preference ul.preference_selected {
    min-height: 88px;
}

.mentor-member-card {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.mentor-member-photo.radius-1 {
    float: none;
    width: 100%;
    text-align: center;
}

.mentor-member-photo img.gravatar.avatar {
    border-radius: 0;
}

.mentor_box1:nth-child(2n+1) {
    margin-left: 13px;
}

.preference_selected li {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    border-bottom: 1px solid #e8e7e7;
    padding: 12px;
}

li.edit-profile {
    border: 0 !important;
}

ul.preference_selected {
    padding: 0;
    margin-top: 10px;
    background-color: #fff;
}

a.contact_btn {
    float: right;
    font-size: 16px !important;
    line-height: 9px;
    color: white;
}


/*.page-template-mentor div#content {
    background-image: url(http://35.176.201.131/empower2/wordpress/wp-content/uploads/2019/06/gray-pattren.png);
    background-repeat: repeat;
}*/

#table-preferences h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px;
}

.page-template-knowledge-post .films-tabs .tab-content {
    width: 100%;
}

.page-template-knowledge-post .films-tabs .tab-content .tab-pane.active {
    background-color: transparent !important;
}

#bbp_search {
    height: 36px;
    margin-bottom: 4px;
}

#bbp_search_submit {
    padding: 7px 24px;
    border-radius: 5px;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 1%;
}

.bbp-search-form .button {
    border: 2px solid #3b86c6;
}

.bbp-search-form .button:hover {
    background-color: #3b86c6!important;
    border: 2px solid #3b86c6;
}

.bbp-topic-meta img.gravatar.avatar.avatar-14.um-avatar.um-avatar-uploaded {
    width: 10%;
    height: 20px;
    border: none !important;
    margin-bottom: 0px !important;
}

.bbp-template-notice img.gravatar.avatar.avatar-14.um-avatar.um-avatar-uploaded {
    width: 2%;
    height: 20px;
    border: none !important;
    margin-bottom: 0px !important;
}

.bbp-topic-title img.gravatar.avatar.avatar-14.um-avatar.um-avatar-uploaded {
    width: 4%;
    height: 20px;
    border: none !important;
    margin-bottom: 0px !important;
}

.bbp-reply-author a.bbp-author-name {
    font-size: 12px;
}

.bbp-breadcrumb-forum {
    color: #3b86c6 !important;
}

.bbp-breadcrumb-root {
    color: #3b86c6 !important;
}

.bbp-breadcrumb-home {
    color: #3b86c6 !important;
}

.bbp-template-notice a {
    color: #3b86c6 !important;
}

.bbp-forum-freshness a {
    font-weight: 400;
    font-size: 14px;
}

.bbp-topic-freshness a {
    font-weight: 400;
}

.bbp-topic-title a.bbp-author-name {
    font-weight: 400;
}

.bbp-reply-author a.bbp-author-name {
    font-weight: 400;
}

.add_friend_button {
    float: right;
    bottom: 26px;
    position: absolute;
    right: 63px;
}

body li.bbp-forum-freshness,
li.bbp-topic-freshness {
    font-size: 14px;
}

.bbp-header .forum-titles li {
    font-size: 16px !important;
    color: #fff;
}

a.bbp-breadcrumb-home {
    font-size: 20px;
}

.bbp-breadcrumb p {
    font-size: 20px;
}

body .userfriend_tab li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
    font-weight: bold;
    /* color: #fff; */
    cursor: pointer;
    padding: 12px 0;
}

body .userfriend_tab {
    text-align: center;
    background-color: #d7d7d7;
    padding: 3px 0 0;
    border-radius: 2px;
}

body .userfriend_tab li span {
    background-color: #bababa;
    padding: 10px 14px;
    border-radius: 2px;
    color: #555;
}

body .received_friend_requesttab .prof_image img,
body .site_friend .friend_name img {
    width: 60px;
    height: 60px;
}

body .friend_name a,
body .site_friend a {
    font-size: 14px;
    margin: 0 13px;
}

.confirm_request_button .btn {
    font-size: 12px;
}

.right {
    /*float: right;
    margin-top: 10px;
    width: 6%;*/
}


/*.left {
    float: left;
    width: 50%;
}*/

.received_friend_requesttab .btn {
    font-size: 12px !important;
}

.forum_categories {
    width: 25%;
    float: left;
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
}

.forum_categories ul.forum_cat {
    margin-left: 0;
    padding-left: 0;
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f3f6f5;
}

.forum_all_section {
    width: 100%;
    float: left;
}

.forum_all_section>ul:before {
    clear: both;
    content: "";
}

.main_forums {
    width: 100%;
    margin: 0 auto;
}

.forum_cat li {
    list-style: none;
    cursor: pointer;
}

.left_forum_subtopics {
    float: left;
    width: 12%;
    margin-top: 20px;
}

.right_forum_subtopics {
    float: left;
    width: 86%;
    margin-top: 20px;
}

.author_img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 15px;
}

.forum_categories h4 {
    margin-bottom: 0;
    background-color: #f3f6f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 10px 9px;
    font-size: 18px;
    border-bottom: solid 1px #bbd0c9;
}

.forum_categories .forum_cat li a {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    display: block;
    padding: 10px 8px;
}

.forum_categories .forum_cat li {
    padding-bottom: 0;
    /* border-bottom: solid 1px #ccc; */
    background-color: #dceae5;
    margin-bottom: 3px;
    /* padding-left: 10px; */
}

.forum_all_section ul.nav.nav-tabs {
    margin-left: 15px;
}

.forum_all_section .nav-tabs li a,
.technical_assistance_forum .nav-tabs li a {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px !important;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border: 1px solid #ededed;
}

.technical_assistance_forum .nav.nav-tabs li a:hover,
.forum_all_section .nav-tabs li a:hover {
    background-color: rgb(14, 160, 215) !important;
    color: #fff;
}

.forum_all_section .nav-tabs li,
.technical_assistance_forum .nav-tabs li {
    padding-bottom: 0;
}

.forum_all_section .nav-tabs li.active a,
.technical_assistance_forum .nav-tabs li.active a {
    color: #fff !important;
    background-color: rgb(14, 160, 215) !important;
}

.right_forum_subtopics a {
    font-size: 12px;
}

.right_forum_subtopics h4 {
    text-transform: none;
    font-size: 20px;
    padding-bottom: 0;
}

.forum_all_section .forum_subtopics:nth-child(1) {
    border-bottom: 0;
}

.forum_all_section .forum_subtopics {
    border-bottom: solid 1px #ddd;
}

body #kbe_content .kbe_leftcol span {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

body .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background-color: transparent !important;
    border-color: transparent !important;
}

body .kbe_content_right {
    width: 92%;
}

body .wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a {
    background-color: transparent !important;
}

body .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
    border-width: 0 !important;
}

body .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important;
}

body .wpb-js-composer .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 0 !important;
}

div#live-search {
    display: none;
}

body .tribe_events.single-tribe_events .tribe-events-event-meta {
    margin: 0 !important;
}

body .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px !important;
}

.forum_all_section .tab-content {
    padding-left: 24px;
    padding-bottom: 40px;
}

body a.bbp-forum-title {
    font-size: 15px;
}

.forum_all_section button {
    background-color: #3b86c6 !important;
    border: 0;
    border-radius: 4px !important;
    padding: 12px 13px;
    font-size: 14px;
    color: #fff !important;
    font-weight: normal;
    margin-top: 10px;
}

body .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    margin: 0 !important;
}

body #tribe-events-content h1.tribe-events-single-event-title {
    color: #000 !important;
    float: left;
}

body .tribe-events-schedule {
    margin: 0;
    float: right;
}

body .tribe_events {
    float: left;
    width: 100%;
}

body .tribe-events-schedule h2 span {
    font-size: 16px;
}

body .tribe_events .col-md-5 {
    padding-left: 0;
}

body .tribe_events .col-md-7 {
    padding-right: 0;
}

.forum_categories .forum_cat li a:hover {
    background-color: #0d57a9;
    color: #fff;
}

.right_forum_subtopics h4 a {
    font-size: 18px;
}

body #bbpress-forums .bbp-breadcrumb {
    display: none;
}

body .bbp-template-notice.info a {
    font-size: 14px;
}

body .left-tabs .vc_tta-tabs-list .vc_tta-tab a {
    background-color: #dceae5 !important;
    color: #000 !important;
}

body .left-tabs .vc_tta-tabs-list .vc_tta-tab a:hover {
    background-color: #0d57a9 !important;
    color: #fff !important;
}

body .left-tabs .vc_tta-tabs-list .vc_tta-tab a:hover span {
    color: #fff !important;
}

body .left-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #0d57a9 !important;
    color: #fff !important;
}

body .left-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
    color: #fff !important;
}

body .tribe-events-venue-map>div {
    height: 250px !important;
}

.films-tabs .nav-tabs.nav-justified>li>a {
    border-radius: 0;
    font-weight: normal;
    color: #000;
    border-bottom: 0 !important;
}

.films-tabs .nav-tabs.nav-justified>.active>a,
.films-tabs .nav-tabs.nav-justified>.active>a:hover,
.films-tabs .nav-tabs.nav-justified>.active>a:focus {
    border-bottom: solid 2px #337ab7 !important;
}

.films-tabs .nav-tabs.nav-justified>.active>a,
.films-tabs .nav-tabs.nav-justified>.active>a:hover,
.films-tabs .nav-tabs.nav-justified>.active>a:focus {
    border: solid 1px transparent;
}

.films-tabs .nav-tabs>li.active>a,
.films-tabs .nav-tabs>li.active>a:hover,
.films-tabs .nav-tabs>li.active>a:focus {
    background-color: #337ab7;
    color: #fff;
}

.films-tabs .nav-tabs {
    border-bottom: 1px solid #ddd !important;
}

.films-tabs .nav-tabs.nav-justified>li {
    padding: 0;
    width: 15%;
}

.knowledge-sec h3 {
    font-size: 16px !important;
}

.knowledge-sec p,
.knowledge-sec .lead {
    font-size: 16px;
    line-height: 26px;
}

.knowledge-sec .post-dec {
    width: 86%;
    float: left;
    font-size: 14px !important;
}

.knowledge-sec .img-post {
    width: 14%;
    float: left;
}

.knowledge-sec h3 {
    font-size: 22px !important;
}

.films-tabs .tab-content {
    padding: 30px 0 66px;
}

.knowledge-sec {
    margin-bottom: 40px;
}

.knowledge-sec:nth-child(2n) {
    float: right;
}

.knowledge-sec {
    height: 198px;
}


/*--------- faq css ------------ */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    /* essential for enabling glyphicon */
    content: "\f106";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    /* adjust as needed, taken from bootstrap.css */
}

label.name {
    width: 90%;
}

label.name1 {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 40px;
    margin-top: 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 15px;
}


/* Help Page Css */

.promoted-search__container {}

.promoted-search__container {
    margin-top: 2.25rem;
    position: relative;
}

li.nav_notification {
    padding: 14px 0;
    margin-left: 20px;
    cursor: pointer;
}

.notification_alert {
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 10px;
    min-width: 15px;
    top: 6px;
    font-size: 10px;
    font-weight: bold;
}

@media (min-width: 48.1875rem) {
    .promoted-search__greeting {
        font-size: 2.7rem;
        line-height: 2.5rem;
        margin-bottom: 1.625rem;
        padding: 0;
    }
}

h1.promoted-search__greeting {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 0 0 1.5rem 0;
    text-align: center;
    font-size: 2.7rem !important;
    line-height: 2.5rem;
    margin: 0 0 .5rem;
}

@media (min-width: 48.1875rem) {
    .promoted-search__form {
        margin: 0 auto;
        padding: 0 0 2.5rem;
        width: 32.5rem;
        position: relative;
    }
}

.promoted-search__input {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: .5rem !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-sizing: border-box !important;
    color: #202124 !important;
    display: block !important;
    font-size: 16px !important;
    height: 4rem !important;
    padding: 0 2.5rem 0 4.5rem !important;
    width: 100% !important;
    -webkit-appearance: none !important;
}

@media (min-width: 48.1875rem) {
    .promoted-search__search-button {
        right: 1rem !important;
    }
}

.promoted-search__search-button,
.promoted-search__clear-button {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    height: 1.5rem !important;
    padding: 0 !important;
    position: absolute !important;
    top: 7px !important;
    width: 17px !important;
}

.promoted-search__search-icon,
.promoted-search__clear-icon {
    fill: #000;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}


/* Clear floats after image containers */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.column-text {
    /* margin: 0; */
    padding: 10px 7px 10px 10px;
    width: 75%;
    font-weight: 500;
    margin: 0 auto;
}

a.column-text {
    color: #1967d2;
}

.col-md-12.section-2 {
    /* padding-top: 36px; */
    padding: 125px 125px;
}

@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
    body div#n2-ss-1 .n2-font-0a6019f7c6f44ca3029d698cfcb37c97-hover {
        font-size: 12px;
        letter-spacing: 0px;
    }
    body div#n2-ss-1 .n2-font-986ca263d537ccbe131afd3ff43bab12-hover {
        font-size: 12px;
    }
    .heading-center .vc_custom_1574675955209 {
        margin-bottom: 0px !important;
    }
    .heading-center .vc_custom_1574675955209 h4 {
        margin-bottom: 0px;
    }
    .heading-center .carousel .item {
        background-color: #e9e8eb;
    }
    .focus_sec .gray_box_text p {
        font-size: 14px !important;
        line-height: 25px !important;
        font-weight: 200 !important;
    }
    #page .navbar li.nav_course {
        width: 55%;
    }
    .carousel {
        /*	margin: 0 auto;
    	padding: 21px 14px 0; */
    }
    .coaches_slider .circle,
    .member_slider2 .circle {
        width: 100% !important;
    }
    body.page-id-542 .carousel-control.right {
        right: -8px;
    }
    h1.tribe-events-page-title {
        display: none;
    }
    .new_event {
        /*text-align: center !important;*/
    }
    h4.curent_month {
        font-size: 22px;
        margin-top: 10px;
    }
    .page-template-forum-topics .show-filter {
        width: 100% !important;
    }
    .page-template-resources .films-tabs .tab-content {
        padding: 20px 0px !important;
    }
    .page-template-resources ul.resourcetab li {
        margin-right: 5px;
    }
    .page-template-resources .resourcetab li:nth-child(1) {
        margin-left: 0px;
    }
    .page-template-resources ul.resourcetab {
        margin-left: 0px;
    }
    .resource-template-default.single .navbar.navbar-default img {
        margin-bottom: 0px;
        border: none;
        margin-top: 0px;
        padding: 0;
    }
    .single-resource .background-overlay1 .breadcrumb-position {
        width: 100% !important;
    }
    .page-template-member-page #map {
        margin-bottom: 20px;
    }
    .page-template-resources .course-filter .course_search_reset,
    .page-template-template-learning .assesments-filter .course_search_reset,
    .page-template-template-learning .course-filter .course_search_reset {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .heading-center .div__1>.vc_column-inner>.wpb_wrapper,
    .heading-center .div__2>.vc_column-inner>.wpb_wrapper,
    .heading-center .div__3>.vc_column-inner>.wpb_wrapper,
    .heading-center .div__4>.vc_column-inner>.wpb_wrapper {
        margin: 10px 0px;
    }
}

.border-content {
    width: 43%;
    margin: 0 auto;
    /* border-top: 1px solid; */
    /* position: absolute; */
    /* top: 218px; */
    /* text-align: center; */
}

p.border-content-text {
    width: 63%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-weight: bold;
}

.border-content-link {
    width: 35%;
    float: right;
}

a.border-content-button {
    border: 1px solid;
    padding: 6px 10px;
}

span#no {
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
    background-color: #3b86c6;
    color: #fff;
    border-radius: 4px;
}

span#yes {
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
    background-color: #3b86c6;
    color: #fff;
    border-radius: 4px;
}

div#link-click {
    display: none;
}

.content-text-bottom {
    width: 44%;
    margin: 0 auto;
    /* text-align: center; */
    /* line-height: 12px; */
}

p.border-content-text-bottom {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.looking-text {
    width: 100%;
}

.note-text {
    clear: both;
    width: 44%;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 30px;
}

div#link-click {
    padding-top: 59px;
    padding-bottom: 20px;
    width: 50%;
    clear: both;
    /* border: 1px solid; */
    /* text-align: center; */
    margin: 0 auto;
}

h6.link-heading {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 19px;
    text-align: center;
}

h6.link-headingg {
    clear: both;
    width: 41%;
    border-top: 1px solid;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 87px;
    padding-top: 12px;
    /* margin-top: 19px; */
    position: relative;
    top: 45px;
}

input.submition {
    background: #0ea0d7;
    color: #fff !important;
    border-radius: inherit;
}

.f {
    float: right;
    padding: 3px 0 10px 0;
    border-radius: inherit !important;
    /* background: #0ea0d7; */
}

.post-title {
    border-bottom: 1px solid;
    background: #ccc;
    padding: 10px;
    z-index: 99999;
    position: relative;
    /* color: red; */
}

.post-title li:hover {
    background: #b5b5b5;
    /* color: #fff; */
}

.post-title ul li:hover a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.post-title ul li a {
    color: #000;
    font-weight: 400;
    padding-left: 9px;
    font-size: 15px;
}

div.instant-ajax-result {
    /* padding: 13px 0 10px 0; */
    margin-top: 8px;
    /*max-height: 225px;*/
}


/*------------------------------
     End
     */


/*   Contact page css */

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
    text-align: center;
}

.column_help {
    float: left;
    width: 50%;
    padding: 5px;
    text-align: center;
}

textarea.textarea-height {
    height: 88px !important;
    padding-top: 14px !important;
    color: #000 !important;
}

.submit-button {
    padding: 14px;
}

input.wpcf7-form-control.wpcf7-submit.submit-buttonn {
    border-radius: 0px;
    background: #0ea0d7;
}

input.submit-buttonn {
    width: 100%;
    border-radius: inherit;
    background: #0ea0d7;
    color: #fff;
    font-size: 16px;
}

p.contact-lebel-bottom-text {
    color: #000;
    font-weight: 500;
}

.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #4CAF50;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

input.text-height {
    height: 33px;
}

h6.contatc-title-text {
    font-size: 40px;
    font-weight: 400;
}

h6.contact-text {
    font-size: 25px;
    color: gray;
    font-weight: 400;
}

p.contact-lebel-top-text {
    color: #000;
    font-weight: 500;
}

.contatc-title {
    width: 100;
    width: 100%;
    text-align: center;
    color: #1967d2 !important;
    /* font-size: 29px; */
    padding: 40px 0 40px 0;
}

.help-inner {
    border-radius: inherit;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("http://35.176.201.131/empower2/wordpress/wp-content/uploads/2019/06/help-image.jpg");
    min-height: 290px;
}

.block-bg-overlay {
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: opacity 0.2s;
}

.style-color {
    background: radial-gradient(circle at left top, rgb(12, 180, 206) 9%, rgb(0, 108, 255) 48%, rgb(100, 66, 255) 91%);
}

.top-sec {
    position: absolute;
    left: 0;
    right: 0;
    top: 223px;
}

.background-wrapper {
    position: relative;
}

span#yes:hover,
span#no:hover {
    background-color: #307bbb;
    color: #fff;
}

.thankyou-btn input[type="submit"] {
    background-color: #2c6cb4;
    border: 0;
    border-radius: 5px;
}

.thankyou-btn {
    float: right;
    margin-bottom: 40px;
}

input#user_issue {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

.instant-ajax-result {
    width: 40%;
    margin: 0 auto;
}

.row.contact_page_layout {
    text-align: center;
}

input#user_category {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.row.create_ticket_fields_container {
    text-align: left;
}

#searchform .instant-ajax-result {
    width: auto;
}

.mentor_page .mentor_search_form input#search_text {
    width: 96%;
    height: 35px;
    display: inline;
}

.course-filter .form-group:nth-child(1):before,
.course-filter .form-group:nth-child(2):before {
    display: none;
}

.mentor_page .mentor_search_form input#mentor_submit {
    float: right;
    margin-right: 2%;
    padding: 8px 24px;
}

input#event_height {
    height: 35px;
    margin-bottom: 0;
}

textarea.form-control {
    height: auto;
    padding: 35px 12px;
}

.member-box {
    box-shadow: 0px -1px 4px 0px rgba(189, 189, 189, 1);
    /*margin-left: 15px;
    margin-right: 13px;*/
    padding: 20px;
    /*width: 47%;*/
    margin-bottom: 34px;
    /* min-height: 159px; */
    display: flow-root;
}

.member_page .member-box:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.member-card-details {
    float: right;
    width: 70%;
    padding-left: 0;
    line-height: 2;
}

.member-card-details .member-name a,
.mentor-member-card .mentor-member-name a,
.captial-text {
    text-transform: capitalize;
}

.resouse-sec {
    text-align: center;
    /* margin-bottom: 40px; */
    margin-top: 80px;
}

.resouse-sec img {
    width: 40%;
}

.coach_display_name {
    font-weight: bold;
    font-size: 30px;
}

.job_title {
    font-size: 22px;
    font-weight: 300;
    border-bottom: solid 3px #3988c0;
    width: auto;
    display: table;
}

.member_page .member_search_form input#search_text {
    width: 85%;
    height: 40px;
    display: inline;
    margin-left: 15px;
}

.member_page .member_search_form input#mentor_submit {
    float: right;
    margin-right: 2%;
    padding: 8px 24px;
}

.member-photo.radius-1 {
    float: left;
    width: 25%;
}

body.search .member-photo.radius-1 {
    float: left;
    width: 100%;
}

.member-photo.radius-1 img {
    height: auto;
    width: 100%;
}

.padding-bottom-60 {
    padding-bottom: 39px;
}

.col-md-6.position-image {
    margin-top: 6%;
}

.col-md-6.coach-text {
    margin-top: 4%;
}

section.member-info-details {
    clear: both;
    width: 50%;
    margin: 0 auto;
    /* background: gray; */
    margin-top: 36px;
    background-color: red;
}

.col-md-12.full-width {
    margin-bottom: 52px;
    background: gainsboro;
}

.col-md-12.full-width-member {
    border-block-end-width: 67px;
    /* padding: 50px; */
    /* padding-bottom: 0; */
    margin-bottom: 50px;
}

.inner-section {
    background-color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.col-md-8.float-right-member {
    padding: 10px;
}

.col-md-4.float-left-member {
    padding: 95px 0;
}

.member-external-details {
    clear: both;
    /* margin: 0 auto; */
    text-align: center;
    border-top: 1px solid;
    padding: 13px;
}

.member-position-image img {
    border-radius: 106px;
}

.btn3 {
    width: 33%;
    float: right;
}

.btn2 {
    width: 33%;
    float: left;
}

.btn1 {
    width: 33%;
    float: left;
}

.frnd-count {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

ul.tab-menu {
    list-style-type: none;
    /* display: inline-flex; */
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
}

ul.tab-menu li {
    display: inline-block;
    cursor: pointer;
    padding: 12px 37px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #ededed;
}

ul.tab-menu li:hover {
    color: #000;
}

.table-about {
    border-spacing: 0 !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 20px !important;
    text-align: left !important;
    table-layout: fixed !important;
}

td.text-color {
    color: #0a85b3;
}

.text-color {
    color: #0ea0d7;
}

.user-info tbody {
    width: 100%;
    display: inline-table;
}

section.member-details {
    clear: both;
    width: 61%;
    margin: 0 auto;
    /* background: gray; */
    margin-top: 36px;
    /* background-color: red; */
}

.member-info-name {
    padding-bottom: 50px;
}

.member-all-details {
    padding-bottom: 50px;
    clear: both;
}

.member-info-account-right {
    float: right;
}

.profileleft {
    width: 100%;
    text-align: center;
}

.member-info-name {
    margin-top: 9%;
    width: 100%;
    padding-bottom: 5px;
}

.member-left-work {
    padding-bottom: 36px;
    padding-top: 36px;
}

ul.work-memberlist {
    list-style: none;
}

ul.Skills {
    list-style: none;
    background-color: #fff;
    padding-left: 0;
}

li#tab-account {
    background-color: rgb(14, 160, 215);
    color: #fff;
}

section.member-info-details {
    clear: both;
    width: 50%;
    margin: 0 auto;
    /* background: gray; */
    margin-top: 36px;
    background-color: red;
}

.col-md-12.full-width {
    padding-bottom: 13px;
    margin-bottom: 52px;
    background: gainsboro;
}

.member-external-details {
    clear: both;
    /* margin: 0 auto; */
    text-align: center;
    border-top: 1px solid;
    padding: 13px;
}

.member-position-image img {
    border-radius: 0;
    width: 200px;
    height: 200px;
}

.float-left-member .member-info-name h3 {
    font-size: 18px !important;
    margin-bottom: 0;
}

.float-left-member .member-info-name {
    margin-top: 9px;
}

.btn3 {
    width: 33%;
    float: right;
}

.btn2 {
    width: 33%;
    float: left;
}

.btn1 {
    width: 33%;
    float: left;
}

.frnd-count {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

ul.Skills-type li {
    display: inline-block;
    margin-left: 4px;
    padding: 0 9px 0 8px;
    background: #5cb85c;
    color: #fff;
}

ul.Skills-type {
    list-style-type: none;
}

p.about-text-details {
    width: 100%;
    /* float: right; */
    color: #000;
    font-weight: 400;
}

p.about-text {
    width: 17%;
    float: left;
    color: #000;
    font-weight: 500;
}

span.j_bio {
    color: #969696;
}

hr#border_bottom {
    width: 12%;
    border: 2px solid #eee;
}

p.about-text.skill_text {
    width: 10%;
}

p.about-text.hobbie_text {
    width: 15%;
}

p.about-text {
    width: 12%;
    float: left;
    color: #000;
    font-weight: 500;
}

.img-css {
    text-align: center;
    margin-top: 30%;
}

.member-info-name h3 {
    font-size: 26px !important;
}

.member-position-image .img-css img {
    width: 100%;
    height: auto;
}

.profileleft .text-color {
    color: #0ea0d7;
    padding-bottom: 5%;
}

h2.current-enroll-text {
    background-color: #2f6aae;
    text-align: center !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 7px 5px;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    border-bottom: 0px !important;
    border: 1px solid #57a2f5;
}

ul.clothes-listing {
    background-color: #377ecd !important;
    border: 1px solid #57a2f5;
}

ul.clothes-listing li {
    list-style-type: none;
    border-bottom: 2px dotted #fff;
}

ul.clothes-listing li a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
}

#posts {
    margin-bottom: 0px !important;
}

h2.learning-heading {
    text-align: center;
    padding-bottom: 15px;
    margin-top: 3% !important;
    font-size: 32px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

div#main_background {
    background-image: url(http://35.176.201.131/empower2/wordpress/wp-content/uploads/2019/06/image-blue.jpg);
}

div#inner_column {
    width: 80% !important;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    float: none;
}

ul.clothes-listing {
    background-color: #195fad;
    text-align: center;
    padding-right: 20px;
}

ul.clothes-listing li:last-child {
    border-bottom: none !important;
}

.navbar-header {
    margin-top: 5px;
    width: 30%;
}

.event_list_home {
    margin-top: 3%;
}

.top-icon a img {
    text-align: center;
    margin: 0 auto;
}

body .work-section h4 a {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}

body .top-icon a img {
    text-align: center !important;
    margin: 0 auto !important;
}

div#account_details,
div#professional_details,
div#user_preferences,
div#user_about_me {
    padding: 19px;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 0;
    background-color: #ededed;
}

div#user_about_me .about_me_desc,
.about_me_desc {
    padding: 10px;
    background-color: #fff;
    color: black;
}

ul.myaccount-tabs li {
    cursor: pointer;
}

#account_details table {
    border: 0 !important;
}

#account_details .member-left-work {
    padding-bottom: 0;
    padding-top: 0;
    width: 47%;
    float: left;
}

#account_details #user_preferences {
    /* background-color: #fcfcfc; */
    float: right;
    width: 50%;
}

#member-left-work h3.title-text,
#user_preferences h3 {
    background-color: #f6f6f6;
    padding-left: 12px;
    font-size: 16px !important;
}

.site_friend .right {
    text-align: right;
    float: none;
    width: 100%;
}

#account_details .user-info tbody {
    display: contents;
}

li.edit-profile {
    text-align: right;
    float: right;
    background-color: #3b86c6 !important;
    color: #fff !important;
    border-radius: 4px;
}

.edit-profile p {
    margin-bottom: 0;
}

.edit-profile a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.edit-profile a:hover {
    color: #fff;
}

li.edit-profile:hover {
    background-color: #307bbb !important;
}

p.change-profile-text {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 61%;
    height: 46px;
    top: 59%;
    color: #fff;
    padding: 10px 0 0;
    text-align: center;
    font-weight: bold;
    left: 75px;
    display: none;
}

.member-detailsf .float-left-member {
    position: relative;
    text-align: center;
}

.member-position-image {
    text-align: center;
}

#member-left-work ul.Skills {
    list-style: none;
    padding-left: 0;
}

#member-left-work .Skills li {
    padding-left: 12px;
}

.page-template-template-coachpage .coach-text table.table {
    border: none !important;
}

.col-md-6.coach-text {
    margin-bottom: 3%;
}

.coach-text hr#border_bottom {
    margin-bottom: 0 !important;
    margin-top: 1%;
    display: none;
}

.page-template-template-coachpage #coach_professional_details h3 {
    border-bottom: 2px solid #e9e9e9;
}

.page-template-template-coachpage .coach-text h3 {
    color: #333333;
}


/*  COllaborae page */

h2.vc_custom_heading.collaborat-title.vc_custom_1560744842625 {
    font-weight: 400 !important;
    color: #fff !important;
}

h4.vc_custom_heading.collaborate-event-title-text.vc_custom_1560745484507 a {
    font-weight: 400;
}

h4.vc_custom_heading.collaborate-event-title-text.vc_custom_1560745663100 a {
    font-weight: 400;
}

h4.vc_custom_heading.collaborate-event-title-text.vc_custom_1560745505225 a {
    font-weight: 400;
}

.page-template-learning .right-date {
    width: 45% !important;
    float: right;
    text-align: center;
    margin-top: 3%;
}

.page-template-learning .left-part li {
    width: 55%;
    float: left;
}

.page-template-learning ol.assement-list {
    margin-top: 4%;
    list-style-position: inside;
    margin-left: 8px;
}

h2.vc_custom_heading.collaborat-title.vc_custom_1560768003913 {
    font-weight: 400 !important;
    color: #fff !important;
}

input#s {
    height: 36px;
    margin-bottom: 0;
    border-radius: 20px;
    background: #f5f5f5;
    padding-left: 14px;
}

.after_lg .prefernce-buttons-section-right-align a {
    padding: 10px 13px;
}

.mentor_page .mentor_box1 {
    width: 18.6%;
    margin-bottom: 2%;
}

.mentor_page .mentor_box1:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.user_setting a {
    padding: 10px 20px 10px 13px !important;
}

.mentor_page .mentor_box1 .mentor-member-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page-template-learning .my-event .firstcol {
    padding-left: 0;
}

.user_setting span.caret {
    margin-left: 7px;
}

.my-event .firstcol span.assessment-tab,
.my-event .secondcol span.assessment-tab,
.my-event .thirdcol span.assessment-tab {
    width: 100%;
    display: block;
}

.page-template-learning .my-event .firstcol {
    padding-left: 0;
}

.page-template-learning section.top-section {
    padding: 50px 15px;
}

.page-template-learning section.my-event {
    padding: 26px 0 58px 0 !important;
}

.top-section span.assessment-tab {
    background-color: transparent;
    color: #000;
    font-size: 21px;
}

.top-section .left-assesment {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 0;
}

.after_lg .nav_course input.search-border {
    border: solid 2px #5ea5d7;
    margin-top: 0;
}

.search.search-results .post-title {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
}

.list-unstyled li {
    margin-bottom: 7px;
    display: inline-block;
    /* text-transform: none; */
    padding: 0;
    background-color: #f2f2f2;
    /* text-align: center;*/
    padding: 6px 14px;
    width: 100%;
    /*margin: 0 6px;*/
}

.post-title ul.list-unstyled li a {
    padding-left: 0;
}

input#submit {
    width: auto !important;
    border-radius: 4px !important;
    border: 0 !important;
}

#account_details ul.tab-menu {
    padding-left: 0;
}

#account_details ul.tab-menu li:hover {
    border-bottom: 0;
    margin-bottom: 0;
    background-color: #5ea5d7;
    color: #fff;
}

#account_details ul.tab-menu li {
    display: inline-block;
    cursor: pointer;
    padding: 9px 20px 9px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

body
/*.page-template-template-userprofile*/

.um-account-side {
    /*padding:30px 0 0 0 !important;*/
    border: solid 1px #0EA0D7;
    border-radius: 3px;
    padding: 10px !important;
    /*margin-top: 30px;*/
    display: block;
    text-align: center;
}

.page-template-template-userprofile .tabs_user .contains {
    margin-top: 0;
    width: 64%;
    background-color: transparent;
    padding: 0;
    position: relative;
}

.tabs_user .myaccount-tabs li a {
    font-weight: 400;
}

.member_account_text {
    text-align: left;
    font-size: 31px;
    font-weight: 500;
    position: relative;
    font-weight: 400;
    border-bottom: solid 1px #195fad;
    display: inline-block;
    margin-bottom: 30px;
}

.member_account_text h2 {
    margin-bottom: 0px !important;
}

ul.myaccount-tabs li {
    padding: 12px 37px;
}

ul.myaccount-tabs {
    margin-bottom: 0;
    /*margin-top: 30px;*/
}

li.resource_cat_list.active .resource-icon {
    color: #fff !important;
}

li.resource_cat_list.active a {
    color: #fff !important;
}

ul.resourcetab li a {
    font-weight: 500;
}

ul.resourcetab li {
    display: inline-block;
    border: 1px solid #dcdcdc !important;
    padding: 10px 10px 10px 10px;
    /* text-transform: none; */
    margin-right: 10px;
}

ul.resourcetab {
    width: 100%;
    list-style-type: none;
    /* display: inline-block !important; */
    /* text-align: center !important; */
    margin-bottom: 0;
    padding-left: 0;
}

li.resource_cat_list.active {
    background: #00a3c8 !important;
    border-bottom: solid 1px #00a3c8 !important;
}

li.resource_cat_list.active .resource-icon {
    color: #fff;
}

li.resource_cat_list.active a {
    color: #fff;
}

.films-tabs .tab-content .tab-pane.active {
    background-color: #00a3c8 !important;
    color: #fff !important;
}

.resource-list h3 a {
    color: #00a3c8 !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    /*word-wrap: break-word;
    word-break: break-all;*/
    text-transform: none;
}

.resource-list a p {
    color: #000;
}

.films-tabs .tab-content {
    padding: 0 0 66px;
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.resources-back {
    padding: 0 0 0 !important;
}

.resource.col-md-12 {
    padding-bottom: 0 !important;
}

.resource-list {
    padding: 30px 20px;
}

.resources-back {
    width: 94% !important;
}

.page-template-resources .films-tabs .tab-content .tab-pane.active {
    background-color: #5ea5d7 !important;
    color: #fff !important;
}

.tabs_user ul.myaccount-tabs {
    padding-left: 0;
}

.page-template-resources .films-tabs .tab-content {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #ededed;
    margin-bottom: 40px;
    float: left;
}

li.resource_cat_list.active {
    background: #5ea5d7 !important;
    border-bottom: solid 1px #5ea5d7 !important;
    color: #fff;
}

.page-template-resources li.resource_cat_list.active a {
    color: #fff !important;
}

.tab-docx {
    padding: 0 !important;
}

.serach-sec h3 {
    margin-bottom: 0;
    margin-left: 10px;
    text-transform: none;
}

.resourcee.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.page-template-resources .resources-back {
    width: 100% !important;
}

.page-template-resources .resource-list {
    /*box-shadow:0 0 10px #919191;*/
    background-color: #fff;
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    position: relative;
    min-height: 376px;
    border-radius: 5px;
}

.page-template-resources .resource-list:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.resource-image-left,
.resorce-content-right {
    text-align: center;
    min-height: 120px;
}

.resource-image-left img {
    width: 100%;
    height: auto;
    height: 260px;
    object-fit: cover;
}

.resorce-content-right h3 {
    color: #ccc;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 10px !important;
}

.platform-text h3 {
    text-align: left;
    position: absolute;
    border-bottom: solid 1px #195fad;
}

.search-image {
    width: 100%;
    float: left; 
}

.search-content {
    float: left;
    width: 66%;
    padding: 0 0;
    margin-left: 30px;
	padding-top: 20px;
}

input#submit {
    /* padding: 23px; */
    margin-top: 20px;
    /* text-align: center; */
    width: 50%;
    /* margin: 0 auto; */
    /* border: 0px solid; */
    border-radius: 5px;
}

.eb-my-courses-h2 {
    border-bottom: 2px solid #1a1a1a;
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

section.my-event {
    clear: both;
    padding: 52px;
}

span.assessment-tab {
    font-size: 18px;
    padding-left: 19px;
    background: #0ea0d7;
    padding: 10px;
    color: #fff;
}

.col-md-4.left-assesment {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}

section.top-section {
    padding: 50px;
}

.col-md-8.left-assesment {
    text-align: center;
}

a.hypercolor {
    color: #fff !important;
    font-weight: 400;
}

.received_friend_requesttab {
    clear: both;
    padding: 10px;
}

ul.myaccount-tabs li {
    display: inline-block;
    border: 1px solid #ededed;
}

ul.myaccount-tabs {
    list-style-type: none;
}

.eb-my-courses-h2 {
    border-bottom: 2px solid #1a1a1a;
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

.current {
    background: #0ea0d7;
    color: #fff;
}

.navbar-header {
    position: relative;
}

.search-results .list-unstyled li {
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
    /* margin-bottom: 33px; */
    padding: 10px;
    /* width: 47%; */
    width: 30%; 
    margin: 0 9px 24px;
    min-height: 150px;
}

.search-image img {
    width: 100%;
    height: 100%;
}

.search-content h3 {
    font-size: 16px !important;
    line-height: 21px;
    margin-bottom: 0;
}

.search-content p {
    word-wrap: break-word;
    margin-left: 10px;
}

.job_bio {
    margin-top: 14px;
}

.profileleft h1 {
    margin-bottom: 0;
}

.list-unstyled p {
    margin-left: 10px;
}

table td {
    padding: 14px 10px !important;
}

.coach-text:hover .coach_display_name {
    color: #3988c0;
}

li#resource_org_cat_list {
    cursor: pointer;
}

li#resource_learning_cat_list {
    cursor: pointer;
}

ul.resourcetab li {
    cursor: pointer !important;
}

.um-account-main .myaccount-tabs li {
    display: inline-block;
    border: 1px solid #ededed;
    overflow: hidden;
}

.um-account-main a {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
}

.myaccount-tabs ul {
    padding-left: 0;
    margin-bottom: 0;
}

.info-user {
    padding: 40px 0 !important;
}

body .um-account-meta.radius-1 img {
    border-radius: 0px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    max-width: 100%;
}

body .um-account-meta.radius-1>.um-account-meta-img>a {
    display: block;
    border: solid 1px #ddd;
    border-radius: 5px !important;
    padding: 3px;
    max-width: 200px;
    margin: 0 auto;
}

body .um-account-side h1 a {
    color: #555;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none;
}

body .um-account-side p a {
    font-size: 13px;
    font-weight: normal;
}

body h5.m-0.checkbox.parent_chk {
    padding-left: 12px;
}

.um-account-side h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.resourcetab li.active {
    background-color: rgb(14, 160, 215) !important;
    color: #fff;
}

ul.resourcetab li:hover {
    background-color: rgb(14, 160, 215) !important;
    color: #fff;
}

.page-template-template-learning .tab-content {
    background-color: #ededed;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
}

.tab-learning .course-preview.premium-course {
    background-color: #fff;
}

.tab-learning .course-preview.premium-course:hover,
.tab-organizational .course-preview.premium-course:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.paginate_links {
    clear: both;
}

#search_text .show-filter {
    height: 35px;
}

.wpb_text_column.wpb_content_element.partner1_content {
    text-align: center;
    /* color: #000; */
}

h3.partner-title a {
    color: #000 !important;
}

.wpb_text_column.wpb_content_element.partner1_content p {
    color: #000 !important;
    text-align: center;
    font-weight: 400;
}

h2.vc_custom_heading.heading2.text {
    color: #1175b7 !important;
    font-size: 26px !important;
    font-weight: 500 !important;
}

.text a {
    color: #fff;
    font-weight: 400;
}

.tabs_user #user_preferences h3 {
    background-color: transparent;
    padding-left: 0;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 21px;
    padding: 0;
}

.tabs_user .preference_selected li {
    /* display: inline-block; */
    /* background-color: #6b6b6b; */
    /* margin: 4px; */
    /* text-align: center; */
    padding: 12px;
    color: rgb(116, 116, 116);
}


/*.member_account_text:before {
    content: '';
    position: absolute;
    background-color: #0ea0d7;
    height:4px;
    width:275px; bottom: 0;
}*/

section.member-detailsf {
    margin-top: 40px;
}

ul.dropdown-menu li {
    width: 200px;
}

.course-filter input#search_text {
    height: 35px;
    border-radius: 3px !important;
    margin-bottom: 0;
    border: 1px solid #ccc;
}

.course-filter .form-group:nth-child(1) {
    padding-left: 0;
}

.course-filter .form-group:nth-child(3) {
    padding-right: 0;
}

.myaccount-tabs a:hover,
.um-account-main a.current {
    background-color: #0ea0d7;
    color: #fff;
}

.page-template-template_learning-preferences .inner_checkbox {
    margin-left: 20px;
}

.page-template-template_learning-preferences .checkbox {
    padding: 0;
    margin: 5px 0;
    height: 28px;
}

.page-template-template_learning-preferences .row.m-md-top-bottom {
    background-color: #e6e6e6;
}

input#saveForm {
    background-color: #00a3c8;
    color: #fff;
}

#prefrences_cat {
    margin-top: 0;
}


/* .course-filter .form-group:nth-child(3):before, .course-filter .form-group:nth-child(4):before { */

.course-filter .form-group:nth-child(3):before {
    content: '\f002';
    top: 7px;
    z-index: 99;
    right: 26px;
    font-family: FontAwesome;
    position: absolute;
}

.course-filter .form-group {
    position: relative;
}

#prefrences_cat .row.m-md-top-bottom .col-xs-12 {
    padding: 0;
    border-bottom: dotted 1px #000;
    margin-bottom: 0px;
}

div#home-slider {
    position: relative;
}

.position-image {
    margin-top: -110px;
    z-index: 99999;
    position: absolute;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-left: 15px;
}

.col-md-4.position-image {
    margin-left: 0px !important;
}

.user-info-block {
    padding: 10px;
    border: solid 1px #0EA0D7;
    border-radius: 4px;
}

.home-res-box.vc_col-sm-3 {
    background-color: #0ea0d7 !important;
    margin: 0 6px !important;
    width: 24% !important;
    padding: 15px 0 27px !important;
}

.home-res-icon h2 {
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.tribe-events-cal-links {
    margin-bottom: 17px;
}

.vc-hoverbox-shape--rounded .vc-hoverbox-front-inner h2 {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 26px !important;
}

.landing-outer .vc-hoverbox-back-inner h2 {
    color: #000 !important;
}

.vc-hoverbox-block.lazyloaded {
    opacity: 1 !important;
    transition: transform .5s ease-in-out !important;
}

.new_event {
    text-align: right;
}

.page-template-template_coach_discussion section.member_page {
    text-align: center;
    margin: 0 auto 50px;
}

.page-template-template_coach_discussion .show-filter {
    width: 40%;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.page-template-template_coach_discussion select#preference_category,
.page-template-template_coach_discussion select#preference_sub_category {
    width: 100% !important;
}

.page-template-template_coach_discussion h4 {
    text-align: left;
    margin-top: 33px;
}

.page-template-template_coach_discussion .member-box.col-md-4 {
    width: 47.3%;
    text-align: left;
    min-height: 170px;
}

.page-template-template_coach_discussion .member-card-details {
    float: right;
    width: 70%;
    padding-left: 0;
    line-height: 2
}

.page-template-template_coach_discussion h4 {
    text-align: left;
    margin-top: 33px;
}

div#shiva1 {
    padding-bottom: 25px;
    background-color: transparent !important;
    padding-top: 0px;
    min-height: 55px;
}

div#shiva1 a {
    color: #000;
    /* padding-top: 12px; */
    line-height: 0;
}

.empower-logo img {
    width: 21%;
    margin-top: 5px;
}

.homepage_resource_slider {
    padding-bottom: 30px;
}

.empower-logo-section {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.empower-logo-text h3 {
    font-size: 20px !important;
    font-weight: 400;
    color: #000 !important;
}

.empower-logo img {
    width: 55%;
    margin-top: 0px;
}

span.course_name {
    font-size: 18px !important;
    width: 100% !important;
}

.contact_support_text p {
    /* color: #0000; */
    font-weight: 500!important;
    /* padding-top: 20px; */
    background-color: #ccc;
    padding: 12px 0;
    color: #000;
    font-size: 16px;
}

.textwidget a {
    font-weight: 500;
    color: #fff;
}

div#message {
    max-width: 650px;
    margin: 0 auto 43px;
    background-color: #ededed;
    padding: 20px;
}

#message input.submit {
    margin-top: 21px;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 11px;
    /* Pagination text size */
    float: right;
    /* Pagination float direction */
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 3px 9px 3px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    /* Pagination text color */
    background: #555;
    /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    font-size: 12px;
    line-height: 20px;
}

.pagination a:hover {
    color: #fff;
    background: #6AAC70;
    /* Pagination background on hover */
}

.pagination .current {
    padding: 3px 9px 3px 9px;
    background: #00a3c8;
    /* Current page background */
    color: #fff;
}

.forum_subtopics {
    border-bottom: solid 1px #ccc;
    float: left;
    width: 100%;
}

.forum_subtopics .right_forum_subtopics h4 {
    margin-bottom: 5px;
}

.forum_subtopics .post_details .post_time h6 {
    margin-bottom: 0px;
}

.header_resource_menu li {
    display: inline-block;
    width: 16%;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.user_img img {
    width: 60px;
    height: 60px;
    vertical-align: baseline;
}

.resource_content li {
    display: inline-block;
    width: 16%;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 10px;
}

.resource_content li a {
    font-weight: 500;
    font-size: 14px;
    color: #00a3c8;
}

.header_resource {
    background-color: rgb(14, 160, 215);
    color: #fff;
}

ul.resource_content {
    background-color: #ededed;
    padding-left: 0;
}

ul.header_resource_menu {
    margin-bottom: 0;
}


/*li.user_img {
    width: 13%;
}
*/

.page-template-forum-topics .show-filter {
    width: 40%;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.page-template-forum-topics section.member_page {
    text-align: center;
    margin: 0 auto 50px;
}

.comment-list footer {
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
    float: none;
    /* width: auto; */
    display: initial;
}

.bypostauthor,.byuser {
    border: 1px solid #eee;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.comments-area .comment-metadata {
    position: absolute;
    top: 0;
}

.comments-area .comment-metadata {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f4f4f4;
    padding: 2px 8px;
    border: 1px solid #ddd;
    font-size: 14px !important;
}

.comments-area .comment-metadata a {
    font-size: 14px;
    /* color: #747474; */
    font-weight: 500;
}

.comments-area .comment-metadata span.edit-link {
    float: right;
}

.comments-area .comment-metadata span.edit-link a {
    color: #00a3c8;
}

.comments-area .comment-author.vcard img {
    /* width: 80px;
    height: 80px;*/
    /* display: block; */
    text-align: center;
    margin: 0 auto;
    float: none;
}

.comments-area .byuser article#div-comment-112 {
    float: left;
    width: 100%;
}

.comments-area .comment-list .comment-author.vcard {
    padding: 10px 8px 8px 8px;
    width: 137px;
    float: left;
    text-align: center;
}

.comments-area .comment-author.vcard span.says {
    display: none;
}

.comment-content {
    float: left;
    /* background-color: #ccc; */
    width: 80%;
    margin-top: 10px;
}

.comments-area .comment-author.vcard b.fn {
    /* float: left; */
    text-align: center;
    display: block;
}

.comments-area .comment-author.vcard b.fn a {
    font-size: 14px;
}

.comments-area h2.comments-title {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    text-transform: none !important;
}

.comments-area article.comment-body {
    background-color: #fbfbfb !important;
    float: left;
    width: 100%;
    padding-top:40px;
}

.comment.byuser .comment-content {
    /*margin-top: 11px;*/
}

table.ui-datepicker-calendar td {
    /* width: 0; */
    padding: 10px 2px !important;
}

body .spvc_views {
    display: inline;
    color: #000;
    font-size: 12px !important;
}

body .spvc_area {
    display: block;
    text-align: right;
    background: transparent;
    float: right;
    clear: both;
    margin: 28px 0 0 0;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 5px;
}

.resource_views {
    position: absolute;
    bottom: 0;
    left: 0;
}

.resource_cat_icon {
    position: absolute;
    right: 6px;
    bottom: 3px;
}

.resource_cat_icon i {
    color: #000 !important;
    font-size: 12px !important;
}

.wp_quiz .post-thumbnail img {
    width: 100%;
}

body .wq_questionTextCtr h4 {
    font-size: 21px;
}

span.course_name {
    font-size: 14px !important;
}

li.View_all a {
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background-color: #0ea0d7;
    width: 100%;
    display: block;
}

.notification-menu li {
    display: block;
    width: 100%;
}

li.View_all {
    text-align: center;
    display: unset;
    padding-bottom: 0;
}

.notification-content li {
    list-style: none;
    background-color: #ededed;
    margin-bottom: 10px;
    padding: 10px;
}

.notification-content li .user_img {
    display: inline-block;
}

.wp_notification_content {
    display: inline-block;
    padding-left: 11px;
}

.notification-content ul {
    margin-left: 0;
    padding-left: 0;
}

.homepage_resource_slider .post-title1 {
    position: relative;
}

.homepage_resource_slider .top-image-course img {
    height: 216px;
    max-width: 100%;
}

.learning-sec div#shiva1 {
    /* padding-bottom: 7px;
    padding-top: 5px; 
	height: 30px; 
	overflow: hidden; */
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

.footer-top {
    background-color: #fff;
    padding-bottom: 2%;
}

.footer-sidebar .background-overlay {
    padding-top: 44px !important;
    background: #3985c5 !important;
}

.learning-sec.section {
    padding-bottom: 50px;
}

.unread_read span.unread_notification {
    font-weight: bold;
    color: #00a3c8;
}

.course-preview.premium-course .course-image img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
}

#myCarousel3 div#shiva1 {
    min-height: 53px;
    margin-top: 0px;
    padding-top: 0px;
}

ul.notification-menu {
    left: -215px;
    width: 257px;
    padding-bottom: 0;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: scroll;
    top: 47px;
    z-index: 999999;
}

.page-template-template_learning-preferences .member_account_text:before {
    width: 257px;
}

.autocomplete_search_list li h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 14px !important;
}

.autocomplete_search_list li {
    display: block;
    text-align: left;
    font-size: 12px !important;
}

.bootstrap-iso .table>tbody>tr>th {
    white-space: normal;
}

.wp_notification_content_unread {
    display: inline-block;
    margin-left: 10px;
}

.notification-menu li {
    display: block;
    width: 100%;
}

.notification-menu li a:hover {
    color: #fff;
}

.notification-menu li a:hover {
    color: #fff;
}

.notification-menu li.cancel_notification {
    margin-bottom: 0;
    padding: 10px 8px;
}

li.cancel_notification a:hover {
    background-color: #00a3c8;
    color: #fff;
    width: 100%;
    float: none;
    display: block;
    padding: 10px 3px;
}

li.cancel_notification a {
    padding: 10px 12px 10px 0;
    text-align: left;
    width: 100%;
    float: none;
    display: block;
    word-wrap: break-word;
    font-weight: normal;
}

#searchform img#subs {
    position: absolute;
    right: 10px;
    z-index: 9999;
    width: 11%;
    top: 12px;
    cursor: default;
    pointer-events:none !important;
}

.page-id-26 .um .um-form .um-row .um-col-121
{
	width: 90% !important;
}
.page-id-26 .um .um-form .um-row .um-col-122 .um-field .gg .toggle-password, .page-id-26 .um .um-form .um-row .um-col-122 .um-field .ggg .toggle-password
{
	float: right;
    /* padding-right: 10px; */
    margin-top: -100px;
}
.page-id-26 .um .um-form .um-row .um-col-122
{
	margin-top: 50px;
}

.dropdown-menu {
    z-index: 99999999 !important;
    overflow: hidden;
}


/*.page-id-30 .member_account_text:before {
    content: '';
    position: absolute;
    background-color: #0ea0d7;
    height: 4px;
    width: 11%;
    bottom: 0;
}*/

input#search_text {
    padding-right: 45px;
}

.wcSidebarMode .wcWindowTitle,
.wcSidebarMode .wcUserListTitle {
    cursor: pointer !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #3b86c6 !important;
    color: #fff !important;
    margin-top: 15px !important;
    border: 0 !important;
    border-radius: 4px !important;
    text-transform: none;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.reset_search:hover {
    background: #242526 !important;
    color: white !important;
    /* border: 1px solid black !important; */
}

body .wdm-btn,
body .wdm-btnn,
body .wdm-btn-course-completed {
    background-color: #3b86c6 !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    box-shadow: none !important;
    color: #fff !important;
    text-transform: capitalize;
    display: inline-block;
}

.vc_general {
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 15px !important;
}

body .wdm-btn a:hover,
body .wdm-btnn a:hover,
body .wdm-btn-course-completed a:hover {
    color: #fff !important;
}

.wdm-btn:hover,
.wdm-btnn:hover,
body .wdm-btn-course-completed:hover {
    background-color: #242526 !important;
    color: white !important;
}

.eb_join_button .wdm-btn,
.wdm-btnn {
    font-size: 15px !important;
}

.course-complete a:hover {
    color: #fff !important;
}

body .wdm-btnn a:focus {
    color: #fff !important;
}

.eb_join_button a:focus {
    color: #fff !important;
}

a:hover,
a:active,
a:focus {
    transition: none !important;
}

footer aside .textwidget {
    margin-top: 15px;
}

.footer-sidebar .widget .title-border {
    width: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.footer-sidebar .widget .widget-title a:hover,
.footer-sidebar p a:hover,
.footer-sidebar .widget ul li a:hover,
.footer-sidebar .widget .widget-title a:active,
.footer-sidebar p a:active,
.footer-sidebar .widget ul li a:active,
.footer-sidebar .widget .widget-title a:focus,
.footer-sidebar p a:focus,
.footer-sidebar .widget ul li a:focus {
    color: black !important;
}

.footer-sidebar .widget .widget-title,
.footer-sidebar .widget .widget-title a {
    font-weight: 700 !important;
    display: inline !important;
    color: white !important;
    font-size: 20px !important;
    padding: 0 0 2px !important;
}

div#gallery-1 {
    margin-top: 6px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    margin-right: 15px !important;
}

#tribe-events .tribe-events-button,
.tribe-events-button,
a.thickbox {
    background-color: #3b86c6 !important;
    border-radius: 4px !important;
    border: 0;
    padding: 12px 24px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

body a.thickbox {
    background-color: #3b86c6 !important;
    margin-left: 5px;
    padding: 12px 24px !important;
    display: inline-block;
}

a.thickbox:hover {
    background-color: #242526 !important;
}

body a.url {
    font-size: 14px !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    background-color: #242526 !important;
    color: #fff !important;
}

.forum_all_section button {
    margin-top: 0 !important;
}

input#um-submit-btn {
    margin-top: 0 !important;
}

.wcUserListMinMaxLink:before {
    position: absolute;
    width: 200px;
    content: "";
    height: 40px;
    right: 0;
    bottom: 0;
}

body a.button.wc-forward,
a.button.wc-forward:hover,
html body button#wpsc_create_ticket_submit,
html body button#wpsc_create_ticket_reset {
    background-color: #3b86c6 !important;
    border-radius: 4px !important;
    border: 0 !important;
    padding: 12px 24px !important;
    color: #fff !important;
}

body a.button.wc-forward,
a.button.wc-forward:hover,
html body button#wpsc_create_ticket_submit:hover,
html body button#wpsc_create_ticket_reset:hover {
    background-color: #307BBA !important;
}

.blue-circle.blue-circle2 {
    padding-top: 13px;
}

.blue-circle2 img {
    width: 105px;
    padding-top: 0;
}

.blue-circle3 img {
    width: 143px;
    /* max-width: 100%; */
    padding-left: 0;
}

.work-section .top-icon .circle img {
    /* width: 95%; */
    height: 150px;
    min-height: 150px;
}

.blue-circle.blue-circle3 {
    padding-top: 0px;
}

.blue-circle.blue-circle1 {
    padding-top: 15px;
}

.blue-circle1 img {
    width: 105px;
}

body .um-tip {
    top: 13px !important;
    left: 68px;
    position: absolute !important;
}

.top-icon1 img.vc_single_image-img {
    margin-top: -12px;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background-color: #242526 !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #242526 !important;
    color: white;
}


/*
.footer-sidebar .widget .widget-title a {
    color: #fff;
    font-weight: 500;
	font-size: 23px !important;
}
.footer-sidebar .widget .widget-title a:hover{
color: #00a3c8;
}
*/

.hover-btn button:hover {
    background-color: #307bbb !important;
}

#menu-item-44 a {
    color: #000 !important;
}

#menu-item-44 a:hover {
    color: #307bbb !important;
}

.col-md-4.position-image {
    margin-top: 0px;
}


/*p.comment-form-url.comment-form-attachment {
    display: none !important;
}

p.comment-form-url.comment-form-attachment {
    display: none;
}*/

p.logged-in-as {
    position: absolute;
    right: 0;
    top: 0;
}

.mejs-video {
    overflow: hidden;
}

.like,.dislike {
    cursor: pointer;
}

.like img {
    height: 31px;
    width: 30px;
}

a.reset_search {
    border: 0;
    padding: 12px 24px;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    background-color: #3b86c6 !important;
    border-radius: 4px;
    display: inline-block;
}

.mentor_search_form a.reset_search {
    border: 0;
    padding: 13px 28px;
}

.mentor_search_form a.reset_search:hover {
    background-color: #307bbb !important;
}

a.reset_search:hover {
    background: #00a3c8;
    color: #fff !important;
}

.empower-logo-partner img {
    max-width: 90%;
    margin-top: 10px;
}

.vc_btn3.vc_btn3-style-modern {
    background-image: none !important;
}

ul.dropdown-menu-2 li:hover {
    background: #00a3c8;
}

ul.dropdown-menu-2 li a:hover {
    color: #fff;
}

.dropdown-menu-2 {
    z-index: 9999999 !important;
}

ul#dropdown-menu li {
    /* border: 1px; */
    border-bottom: 1px solid;
}

button#wdm-btn {
    border: 0px;
    border-radius: 0px;
}

.wdm-btnn {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    background-color: #333 !important;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    text-transform: none;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 12px 20px 12px 20px;
}

.wdm-btn-course-completed {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    background-color: #333 !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: none;
    text-decoration: none!important;
    letter-spacing: 0.1em;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 12px 20px 12px 20px;
}

div#course-complete {
    margin-top: 20px;
    display: inline;
}

li#nav_notification_2 {
    cursor: pointer;
}

div#like-button {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 21px;
}

.dislike {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 21px;
}


/*p.logged-in-as {
    position: absolute;
    top: 2px;
    right: 0;
}*/

.single-resource .background-overlay1 h2 {
    display: none;
}

.single-resource .background-overlay1 .breadcrumb-position {
    width: 80%;
    float: right;
}

.single-resource .page-breadcrumb li {
    padding: 0;
}

#product_reviews #respond {
    clear: both;
}

.empower-social-share {
    /* text-align: center; */
    width: 30%;
    margin: 0 auto;
    padding: 29px 0 23px;
    text-align: center;
}

ul.heateor_sss_sharing_ul,
ul.heateor_sss_follow_ul {
    margin: 1px 0!important;
    text-align: center;
    display: inline-block;
}

span.um-req {
    margin: 0 0 0 0px !important;
    font-size: 14px;
    display: inline-block;
    color: red !important;
}

.first_partner_logo img,
.second_partner_logo img {
    width: 80%;
}


/*.um-field.um-field-country_code .um-field-area-has-icon:after{
    right:39px;
}*/

.reg .um-field.um-field-country_code {
    width: 17%;
}

.um-field-area select#country_code {
    /*width: 85% !important;*/
	/* display: none !important; */
}
.um-field-area select#country_code_21 {
    /* width: 35% !important; */ 
}


.um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
    width: 81%;
    margin-top: 22px;
    margin-right: 1px;
}

#wpsc_tickets_container {
    border: 0 !important;
}

button#wpsc_load_new_create_ticket_btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -5px !important;
    background-color: #e9e8eb !important;
}

button#wpsc_load_new_create_ticket_btn:hover,
.row.wpsc_tl_action_bar button.btn:hover {
    background-color: #cfcfcf !important;
}

.row.wpsc_tl_action_bar button.btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #e9e8eb !important;
}

.notification-menu li:last-child {
    border-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

input#user_password-21 {
    width: 100%;
}

input#user_current_organisation-21 {
    width: 99.6%;
}

.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm>.btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

button#wpsc_load_list_new_ticket_btn {
    margin-left: -5px;
}

.um-field-country_code .um-field-error {
    width: 350px !important;
    max-width: 343px;
}

button#wpsc_login_continue_as_guest {
    background-color: #3b86c6 !important;
}

button#wpsc_login_continue_as_guest:hover {
    background-color: #307bbb !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #e80000;
    margin-left: -4px;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-element p {
    color: red;
}

.contery_code_text {
    position: absolute;
    top: 37px;
    width: 112px;
    text-align: center;
    height: 30px;
    background: #fff;
    padding-top: 10px;
}

body div.uimob960 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: 0 !important;
}

.user_personal_info .um-field label {
    padding: 0;
    margin: 0;
}

.user_personal_info .um-field {
    margin-bottom: 11px;
}

.user_personal_info .um-field.um-field-country_code {
    /*width: 15%;*/
}

body .user_personal_info .um-field-country_code .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.user_personal_info .um-field.um-field-country_code .um-field-area-has-icon:after {
    right: 19px;
}

.user_personal_info .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
    margin-top: 0;
    padding-top: 0;
    margin-right: 0;
    width: 50%;
    vertical-align:top;
}

.user_personal_info input#user_mobile_number-23 {
    padding-top: 0 !important;
    vertical-align: top;
    position: absolute;
    width: 102%;
}
#um_field_23_user_mobile_number .um-field-label label[for="user_mobile_number-23"]{
    visibility: hidden;
}

ul.myaccount-tabs li:hover {
    background-color: #0ea0d7;
    color: #fff;
}

.um.um-login.um-22.uimob500 {
    position: relative;
}

.um-field.um-field-um_block_22_4.um-field-block.um-field-type_block {
    position: relative;
    top: -47px;
    float: right;
    width: 25px;
    right: 8px;
}

.um-row._um_row_2.user_personal_info {
    margin-bottom: 0 !important;
}

.deafult_registration .um-field:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
}

.um-profile .um-profile-body {
    padding-top: 0 !important;
}

select#forum_list {
    color: #aaaab2;
}

#prefrences_cat .row.m-md-top-bottom .col-xs-12:nth-child(6) {
    margin-bottom: 0;
}

.um-field.um-field-user_email.um-field-text.um-field-type_text {
    /* margin-left: 14px; */
}

._um_row_3 .um-field.um-field-user_password.um-field-password.um-field-type_password:nth-child(5) {
    /* margin-left: 10px; */
}

#rev_slider_4_1 .tp-bgimg.defaultimg {
    background-position: 0 -210px !important;
}

.um-field.um-field-role_select.um-field-select.um-field-type_select {
    margin-bottom: 14px;
}

html body.um-page-register .select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: '\f0d7' !important;
    font-family: FontAwesome !important;
}

html body.um-page-account .select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: '\f0d7' !important;
    font-family: FontAwesome !important;
}

.um-field-country_code .um-field-area-has-icon:after {
    display: none !important;
}

#user-info .table-timline {
    margin-top: 0 !important;
}

.table-preferences ul.preference_selected {
    margin-top: 0;
}

.um-icon-help-circled:before {
    color: #0ea0d7;
}

span.checkbox-replacement-helper {
    top: 2px !important;
}

ul.tab-menu li:hover {
    background-color: #0ea0d7;
    color: #fff;
}

li.edit-profile {
    padding: 11px 37px !important;
}

.um-postmessage {
    text-align: center !important;
}

input.select2-search__field {
    height: 30px !important;
}

html body .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
html body .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
html body .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
html body .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
    border: 1px solid #ddd !important;
}

#map button {
    background-color: #fff !important;
}

input#my_course_search {
    height: 35px;
    margin-bottom: 0;
}

#map button.gm-control-active {
    height: 30px !important;
}

.wcSidebarMode .wcUserListTitle {
    text-align: left !important;
}

.wcContainer .wcWindowTitle,
.wcSidebarMode .wcUserListTitle {
    background-color: #0ea0d7 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: none;
}

ul.autocomplete_search_list {
    z-index: 9999999 !important;
    padding: 13px !important;
}

.autocomplete_search_list li h2 a {
    text-align: left !important;
    padding-left: 0 !important;
}

.course-section div#shiva1 {
    padding-bottom: 0;
    height: 55px;
}

.course-section div#shiva1 a {
    display: block;
    height: 100%;
}

.technical_assistance_forum a button {
    position: absolute;
    right: 0;
    top: -22px;
    background-color: #3b86c6 !important;
    font-size: 14px;
    font-weight: normal;
}

.technical_assistance_forum a button:hover,
button:hover {
    background: black !important;
    color: white !important;
}

.technical_assistance_forum {
    position: relative;
}

p.category_course {
    display: inline-block;
}


/*.um-err .um-field.um-field-um_block_22_4.um-field-block.um-field-type_block {
    top: -102px;
}*/

section#resource_attachment p.comment-form-url.comment-form-attachment {
    display: none;
}

.quiz_section .mlw_qmn_question {
    display: initial !important;
}

body .qmn_quiz_container .qmn_btn,
body .qmn_quiz_container .btn {
    background-color: #3b86c6 !important;
}

body .qmn_quiz_container .qmn_btn:hover,
body .qmn_quiz_container .btn:hover {
    background-color: #307bbb !important;
}

body .qmn_pagination {
    display: block !important;
    border-top: solid 1px #000 !important;
}

body .quiz_section input[type="text"] {
    margin-bottom: 0 !important;
}

html body .qsm_check_answer {
    padding: 4px 0 3px 0 !important;
}

body .eb_join_button input#wdm-btn {
    text-transform: none !important;
}

body #course_feedback input[type="radio"],
body #course_feedback input[type="checkbox"] {
    margin: 8px 6px 0 0 !important;
}

button#course_submit,
button#bbp_reply_submit {
    background-color: #3b86c6 !important;
    font-size: 14px !important;
}

button#course_submit:hover,
button#bbp_reply_submit:hover {
    background-color: #242526 !important;
}

.right_forum_subtopics p {
    color: #333;
}

.right_forum_subtopics span.post_time {
    color: #ccc;
}

.forum_all_section #home .forum_subtopics:nth-child(1) {
    border-bottom: solid 1px #ddd;
}

.quiz_section.qmn_error .qmn_radio_answers,
.quiz_section.qmn_error .qmn_check_answers,
.quiz_section.qmn_error .qmn_accept_answers {
    width: 70%;
}

a.discussion-right {
    float: right;
    margin-top: 8px;
}

.like.discussion-right-archive {
    float: right;
}

div#qt_bbp_reply_content_toolbar {
    display: none;
}

body #bbpress-forums li.bbp-header {
    background: rgb(14, 160, 215) !important;
    color: #fff;
    font-size: 15px;
}

#bbpress-forums li.bbp-header .bbp-reply-author {
    border-right: solid 1px #fff;
    padding-right: 9px !important;
    width: 120px !important;
    text-align: left !important;
    padding-left: 11px !important;
}

#bbpress-forums .bbp-replies li {
    /* margin-left: 40px; */
    /*padding-left: 40px !important;
    padding-right: 40px !important;*/
    padding-top: 0px;
}

html body #bbpress-forums li:nth-child(3) {
    padding-left: 0 !important;
}

a.favorite-toggle {
    color: #fff !important;
    font-size: 14px;
}

body #bbpress-forums li.bbp-header .bbp-reply-content {
    margin-left: 130px;
}

a.subscription-toggle {
    display: none !important;
}

span#subscription-toggle {
    display: none !important;
}

body #new-post fieldset.bbp-form label {
    margin: 0;
    display: initial;
}

body span.bbp-admin-links a {
    color: #747474;
}

.course-filter h3 {
    /* font-size: 20px !important; */
    display: inline-block;
}

#new-post fieldset.bbp-form legend {
    display: contents;
}

body #bbpress-forums fieldset.bbp-form legend {
    display: contents;
}

body #bbpress-forums li.bbp-header,
body #bbpress-forums li.bbp-footer {
    background: rgb(14, 160, 215) !important;
    border-top: 1px solid #eee;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

body span.bbp-admin-links a:hover {
    color: rgb(14, 160, 215) !important;
}

body a.bbp-author-name {
    text-align: center;
    line-height: 18px;
}

body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #3b86c6 !important;
    color: #fff;
}

body #tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
    background: #3b86c6 !important;
    color: #fff;
}

#tribe-bar-views .tribe-bar-views-option:hover {
    background-color: #3b86c6 !important;
    color: #fff !important;
}

label.question_label {
    margin-bottom: 0;
    margin-top: 11px;
}

body #bbpress-forums .status-closed,
body #bbpress-forums .status-closed a {
    color: #000 !important;
}

body select#bbp_stick_topic_select {
    margin-bottom: 21px !important;
}

body select#bbp_stick_topic_select,
body select#bbp_topic_status_select {
    margin-bottom: 21px !important;
}

body #bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 21px !important;
}

#form53_preference .m-md-top-bottom .col-xs-12:nth-child(1) {
    margin-top: 6px;
}

#form53_preference .m-md-top-bottom .col-xs-12:nth-child(7) {
    margin-top: 8px;
}

#form53_preference .m-md-top-bottom .col-xs-12:nth-child(10) {
    margin-bottom: 0;
}

.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce-cart table.cart input.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover {
    background-color: #3b86c6 !important;
}

body .um-account-tab-profile .um select {
    color: #c0c0c0;
}

.qsm-before-message.mlw_qmn_message_before p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.qsm-before-message.mlw_qmn_message_before {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    background-color: #3b86c6;
    color: #fff !important;
    padding: 10px 0 10px 10px;
}

body .qmn_quiz_container select,
body .qmn_quiz_container textarea,
body .qmn_quiz_container input[type="text"],
body .qmn_quiz_container input[type="email"],
body .qmn_quiz_container input[type="number"] {
    background: #fff;
    border: 1px solid #ddd !important;
}

body button#bbp_topic_submit:hover {
    background-color: #242526 !important;
}

.resource-template-default.single .page-wrapper img {
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 3px;
}

body div#qt_bbp_topic_content_toolbar {
    display: none !important;
}

body button#bbp_topic_submit {
    /* font-family: 'Open Sans', sans-serif !important; */
    font-size: 14px !important;
}

.bbp-topic-meta a.bbp-author-avatar {
    display: none;
}

span.no_discussion {
    background-color: #ededed;
    display: block;
    padding: 10px;
}

body #bbpress-forums li.bbp-footer .bbp-reply-author {
    border-right: solid 1px #fff;
    padding-right: 9px !important;
    width: 120px !important;
    text-align: left !important;
    padding-left: 11px !important;
}

#bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 130px;
}

.comment-list li {
    float: left;
    width: 100%;
}

.bypostauthor .comment-author.vcard,.byuser .comment-author.vcard {
    /*margin-top: 43px;*/
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

body p.um-notice.success {
    background: #3b86c6 !important;
    color: #fff !important;
}

body .gmnoprint.gm-style-cc {
    bottom: 4px !important;
}

body .wp-video {
    margin-bottom: 20px !important;
}

body div#product_reviews {
    margin-top: 20px !important;
}

.new_event_message p {
    /*background-color: #3b86c6;*/
    color: #fff !important;
    width: 98%;
    padding: 0px;
    margin: 0px auto;
    font-size: 16px !important;
    color:green !important;
    margin-left:0px !important
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

li.user_setting {
    padding: 7px 15px 10px 15px;
    padding: 7;
    margin-top: 6px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

h2.new_event_text {
    position: relative;
    font-size: 31px !important;
    font-weight: 300 !important;
    color: #000 !important;
    border-bottom: solid 1px #195fad;
    display: inline;
    margin-left: 15px;
}

li#nav_notification_2:hover ul.dropdown-menu-2 {
    display: block !important;
}

li#nav_notification:hover ul.dropdown-menu-notification {
    display: block;
}

li.user_setting:hover ul.dropdown-menu {
    display: block;
}

html body .tribe-events-cal-links {
    text-align: right !important;
    float: right;
    margin-top: 24px;
}

body div#my-content-id {
    float: left;
}

body .type-tribe_events {
    /*text-align: center !important;*/
}

body .edit-link a.comment-edit-link {
    /* padding-top: 80px !important; */
    position: absolute;
    top: 50px;
    right: 8px;
}

.dropdown-menu-2 li a {
    font-weight: normal;
}

body .tribe-events-tooltip .tribe-events-event-thumb {
    float: left;
    width: 100% !important;
}

.spvc_icon {
    display: inline !important;
}

h4.curent_month {
    text-align: center;
}

.page-template-event textarea.form-control {
    margin-bottom: 20px;
}

.page-template-event input[type="time"] {
    margin-bottom: 20px;
}

.page-template-event select#id_timezone {
    margin-bottom: 20px;
}

.page-template-event .dropdown.bootstrap-select.show-tick {
    margin-bottom: 20px;
}

#my_custom_form .um-account-side {
    width: 23%;
}

#my_custom_form .um-account-main {
    width: 75%;
}

.um-account-tab.um-account-tab-delete {
    padding: 10px;
}

.um-account-tab-delete p {
    margin-top: 0 !important;
}

input#um_account_submit_delete {
    width: auto;
}

.user_personal_info .um-field.um-field-last_name.um-field-text.um-field-type_text {
    width: 50.4%;
}

.user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select {
    width: 50.4%;
}

.user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
    width: 50.4%;
}

.user_personal_info .um-field.um-field-first_name.um-field-text.um-field-type_text {
    width: 48.5%;
    margin-right: 7px;
}

.um-account-tab-preference span.checkbox-replacement-helper {
    top: 3px !important;
    line-height: 22px !important;
}

.checkbox-replacement-helper span.fa.fa-check {
    margin-top: 0 !important;
    top: 0px;
    position: absolute;
}

ul.dropdown-menu-2 li:hover,
ul.dropdown-menu-2 li:hover a {
    color: #fff !important;
}


/*---------- css for ie browser -------------*/

*::-ms-backdrop {
    top: 65px;
}

*::-ms-backdrop,
ul.dropdown-menu-2 li {
    display: block;
}


/* IE11 */


ul.dropdown-menu-2 li {
    display: block;
}

select::-ms-expand {
    display: none;
}

#prefrence .forum_subtopics:nth-child(1),
#menu1 .forum_subtopics:nth-child(1),
#discussion .forum_subtopics:nth-child(1) {
    border-bottom: solid 1px #ddd;
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
    border-radius: 10px;
}

.home .vc-hoverbox-wrapper.vc-hoverbox-align--center {
    box-shadow: unset !important;
}

.technical_assistance_forum table td {
    border: 0;
}

.technical_assistance_forum tbody.topic_content {
    background-color: #ededed;
}

.select_learning {
    margin: 20px;
    padding: 64px;
    margin-top: -82px;
}

.dropdown.bootstrap-select.show-tick {
    width: 70% !important;
}

.page-template-event .inner.show ul.dropdown-menu li {
    width: 400px;
}

.datepicker table {
    width: 100% !important;
}

.datepicker table {
    table-layout: auto !important;
}

.datepicker.dropdown-menu {
    min-width: 300px !important;
}

h2.tribe-events-list-separator-month span {
    color: #fff;
}

h2.tribe-events-list-separator-month {
    background-color: #307BBB;
    color: #fff !important;
}

.um-account-tab.um-account-tab-delete {
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 2%;
}

form.event-form {
    width: 85%;
    padding-top: 30px;
    margin: 0px auto;
}

div#addvenue {
    margin-top: 47px;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
    width: 147px;
}

.tribe-events-tooltip {
    box-shadow: 0px -1px 4px 0px rgba(189, 189, 189, 1);
    border-radius: 5px;
}

body .tribe-events-tooltip .tribe-events-event-thumb img {
    box-shadow: none;
    width: 150px;
    height: 150px;
    margin-top: 21px;
}

body .tribe-event-featured h3.entry-title.summary {
    margin-bottom: 0;
}

body .tribe-events-schedule h2 {
    margin-bottom: 0 !important;
}

body #tribe-events-content .tribe-events-abbr {
    text-decoration: inherit;
}

#tribe-events-content .tribe-events-calendar td {
    padding: 0px !important;
    color: #666;
}

body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    margin-top: 0px;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    margin-top: 0px;
}

.tribe-events-tooltip .tribe-event-description p {
    color: #444 !important;
}

.tribe-events-tooltip .entry-title {
    background: #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

body .tribe-events-event-categories a,
body .tribe-events-meta-group-details .tribe-event-tags a {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline !important;
}

span.page-numbers.current,
a.page-numbers.current {
    border: 1px solid #00a3c8;
    background-color: #00a3c8;
    padding: 3px 7px !important;
    color: #fff !important;
}



a.page-numbers {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 7px !important;
}

body .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    font-size: 13px;
    padding: 10px 0 !important;
}

html body .tribe-events-cal-links a.tribe-events-gcal.tribe-events-button {
    margin-top: 0;
}

html body .tribe-events-cal-links a.tribe-events-ical.tribe-events-button {
    margin-top: 0;
}

.topic_content td a {
    color: #333 !important;
    /*font-weight: 300;*/
    line-height: 1.42857143 !important;

}

.topic_content td a p{
    margin: 0px !important;
    font-size:14px !important;
    color: #333 !important;
    line-height: 1.42857143 !important;
}

body ul.autocomplete_search_list {
    position: absolute;
    width: 300px;
    z-index: 9999;
    top: 60px;
    left: -34px;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: 300px;
    overflow-y: scroll;
}

body ul.autocomplete_search_list li {
    border-bottom: solid 1px;
}

body ul.autocomplete_search_list li:last-child {
    border-bottom: 0;
}

body .autocomplete_search_list li h2 a,
body .autocomplete_search_list li a {
    font-weight: normal !important;
    /* text-transform: none !important; */
    font-size: 14px !important;
    color: #1175b7 !important;
}

body .autocomplete_search_list a {
    font-weight: normal;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.clear_all {
    background-color: #ededed;
    text-align: center;
    padding: 10px 0;
}

.clear_all h3 {
    margin-bottom: 0;
}


/*------------ media css ---------*/

.wpb_wrapper .grey-box {
    border-radius: 5px;
}

@media screen and (max-width:2050px) {
    .grey_box {
        min-height: 180px;
    }
    .grey_box p {
        font-size: 19px;
        line-height: 25px;
    }
    .gray_box_text h5 {
        font-size: 22px;
    }
    .coaches_slider .circle,
    .member_slider2 .circle {
        width: 100%;
    }
}

@media screen and (max-width:1550px) {
    .mentor_box1 {
        width: 18%;
        text-align: center;
        margin: 0 auto;
    }
    .coaches_slider .circle,
    .member_slider2 .circle {
        width: 100%;
    }
    /*.mentor_box1:nth-child(2n+1) {
    margin-left: 13px;
}*/
    /*.mentor_box1:nth-child(3n+1){
margin-left: 0; margin-right: 0;
}*/
    /*.mentor_box1 {
    margin-right: 0;
}*/
}

@media screen and (max-width:1350px) {
    .coaches_slider .circle,
    .member_slider2 .circle {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .mentor_box1 {
        width: 32%;
    }
    .mentor_box1 {
        margin-right: 13px;
    }
    .mentor_box1:nth-child(2n+1) {
        margin-left: 0;
    }
    .member-box.col-md-4 {
        width: 47.3%;
    }
    ._um_row_2 .um-field {
        width: 48.3%;
    }
    .um-account-main a {
        padding: 12px 20px;
    }
}

@media screen and (max-width:1185px) {
    .gray_box_padd2 {
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .mentor_box1 {
        width: 48%;
    }
    .mentor_box1:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 13px;
    }
    .member-box.col-md-4 {
        width: 45%;
        padding: 16px;
    }
    .member-card-details {
        width: 66%;
    }
    .learning-sec .col-md-3,
    .homepage_resource_slider .col-md-3 {
        width: 20%;
    }
    .resource-sec.section {
        padding-bottom: 50px;
    }
    .coaches_slider .circle,
    .member_slider2 .circle {
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .films-tabs .tab-content {
        width: 96%;
    }
    .resources-back {
        width: 100% !important;
    }
    .search-results .list-unstyled li {
        /* width: 46%; */
        width: 30%;
    }
    .navbar-header {
        padding-top: 16px;
    }
    .resour_inner .left-icon {
        margin-top: 5px;
        width: 30%;
    }
    .resour_inner h4 {
        font-size: 30px;
        margin-top: 0;
    }
    .resour_inner {
        min-height: 142px;
    }
    .member-box.col-md-4 {
        width: 46%;
    }
    .um-account-main a {
        padding: 12px 7px;
        font-size: 12px;
    }
    ul.myaccount-tabs li {
        padding: 12px 20px;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    .um-account-tab-profile .um-field-area select {
        width: 96.1% !important;
    }
    .user_personal_info .um-field.um-field-first_name.um-field-text.um-field-type_text,
    .user_personal_info .um-field.um-field-last_name.um-field-text.um-field-type_text,
    .user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
        width: 100%;
    }
    .user_personal_info input#user_mobile_number-23 {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 84%;
    }
}

@media screen and (max-width:998px) {
    .user-info-block {
        margin-bottom: 15px;
    }
    .counter-num {
        font-size: 25px;
    }
    .work-section h4 {
        font-size: 20px;
    }
    .left-icon {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .resour_inner h4 {
        float: none;
        text-align: center;
    }
    .custom-footer:nth-child(1),
    .custom-footer:nth-child(2),
    .custom-footer:nth-child(3) {
        width: 50%;
    }
    .curated-platform {
        height: auto;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .event_single {
        margin-right: 43px;
    }
    .hentry.wdm-col-3-2-1:nth-of-type(2n+1) {
        clear: none;
    }
    .grey_box {
        padding-right: 0;
        background-color: #d5d5d5;
        position: relative;
        min-height: 100%;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 370px;
        margin-left: 0;
        margin-bottom: 0 !important;
        display: inline-block;
        float: left;
        margin-right: 25px;
        padding: 14px !important;
        margin-top: 36px;
    }
    .blue-circle {
        background-color: #3b86c6;
        border-radius: 50%;
        position: inherit;
        top: 0;
        padding-top: 30px;
        left: 0;
        width: 133px;
        height: 133px;
        text-align: center;
        margin: 0 auto;
    }
    .grey_box .gray_box_text {
        text-align: center;
        margin-top: 17px;
    }
    .grey_box.gray_box_padd2 {
        margin-right: 0;
    }
    .focus_sec .wpb_content_element {
        margin-bottom: 0;
    }
    .focus_sec {
        padding-bottom: 63px !important;
    }
    #rev_slider_1_1 .fa-icon-circle:before {
        top: 11px;
    }
    #rev_slider_1_1 i.fa-icon-circle {
        font-size: 5px !important;
    }
    .testimonial_sec .work-section {
        width: 90%;
        margin: 0 auto;
    }
    .footer-sidebar li.tribe-events-list-widget-events {
        float: none;
        width: 49%;
        display: inline-block;
    }
    .footer-sidebar .gallery-columns-2 .gallery-item {
        width: auto;
    }
    .reg .um-field {
        width: 100%;
    }
    #myCarousel2.multi-item-carousel .carousel-inner .item .col-sm-6 {
        min-height: 240px;
    }
    .eb-my-course .eb-course-col {
        width: 32%;
        min-height: 258px;
        display: inline-block;
    }
    body .um-account-side {
        /*padding: 42px 0 0 0 !important;*/
        width: 100%;
        margin-bottom: 15px;
    }
    body .info-user {
        padding: 0 0 30px 0;
        display: inline-block;
        width: 100%;
    }
    .um-dropdown1 {
        top: 96% !important;
    }
    li.user_setting {
        position: inherit;
    }
    div.uimob800 .um-account-side li a span.um-account-icontip1 {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 22px;
        line-height: 44px;
    }
    body .um-editing .um-account-main {
        max-width: 100%;
    }
    body .um-editing .um-account-side {
        float: left;
    }
    body .um-editing .um-account-main {
        width: 62%;
        margin-left: 0px;
    }
    body div.uimob800 .um-account-main {
        max-width: 87%;
    }
    .per_info .um-field {
        width: 100%;
        float: left;
        padding: 1%;
    }
    ul.resourcetab li a {
        font-size: 14px;
    }
    .footer-sidebar .col-sm-6 {
        width: 100%;
    }
    .big-ler-logo img {
        width: 90%;
    }
    .home-section-text {
        margin-top: 26px;
        margin-left: 0;
    }
    .curated-platform {
        margin-top: 0;
    }
    .home-section-text h3 {
        color: #000;
    }
    .resour_inner .left-icon img {
        text-align: center;
        margin: 0 auto;
    }
    .resour_inner .left-icon {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 35px;
    }
    .mentor-member-name a {
        font-size: 16px;
    }
    .mentor_page .mentor_box1 {
        width: 18%;
    }
    .mentor_page .mentor_search_form input#search_text {
        width: 100%;
    }
    .member_page .member_search_form input#search_text {
        width: 100%;
    }
    .member-box.col-md-4 {
        width: 100%;
        margin: 0 auto 26px;
        min-height: 200px !important;
    }
    .page-template-template-learning .tab-content .html_course .col-md-4 {
        width: 49%;
        float: left;
    }
    ul.myaccount-tabs li {
        padding: 12px 7px;
    }
    ul.after_lg {
        margin-top: 0;
    }
    .comments-area .comment-content {
        width: 65%;
    }
    .learning-sec .col-md-3,
    .homepage_resource_slider .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 28px;
    }
    .empower-logo-partner img {
        width: 92%;
    }
    .footer-top {
        background-color: #fff;
        padding-top: 15px;
    }
    .empower-logo img {
        margin-top: 8px;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1560246160352 {
        padding-bottom: 0 !important;
    }
    .padding-bottom-60 {
        padding-bottom: 0;
    }
    .footer-sidebar .widget ul li a {
        word-break: break-word;
    }
    .course-filter .form-group:nth-child(1) {
        padding-left: 15px;
    }
    .course-filter .form-group:nth-child(3) {
        padding-right: 15px;
    }
    .empower-logo img {
        width: 100%;
    }
    .footer-top {
        padding-bottom: 28px;
    }
    .um-field-area select {
        width: 96.4% !important;
    }
    /*select#role {
        width: 95% !important;
        height: 37px !important;
        margin-top: 10px !important;
    }*/
    .empower-social-share {
        width: 100%;
        text-align: center;
    }
    body ul.heateor_sss_sharing_ul li {
        float: none!important;
        display: inline-block;
    }
    .empower-logo-text {
        float: none;
    }
    .empower-logo-section {
        text-align: center;
        width: 35%;
    }
    .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 83%;
        margin-right: 0;
    }
    .resource-template-default.single img {
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
        /*margin-top: 50px;*/
    }
    .al-box {
        display: block !important;
    }
    .forum_all_section {
        width: 100%;
        float: none;
    }
    .forum_all_section .nav-tabs li a,
    .technical_assistance_forum .nav-tabs li a {
        font-size: 14px;
    }
    .user_area .padding-top-60 {
        padding-top: 0;
    }
    span.um-account-icontip.uimob800-show.um-tip-w {
        display: none;
    }
    div.uimob800 .uimob800-hide {
        display: contents !important;
    }
    div.uimob800 .uimob800-hide.um-account-meta-img {
        display: none !important;
    }
    div.uimob800 .um-account-meta a {
        border: none !important;
    }
    #my_custom_form .um-account-side {
        width: 19%;
    }
    #my_custom_form .um-account-main {
        width: 78%;
    }
    .user_personal_info .um-field.um-field-last_name.um-field-text.um-field-type_text {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-first_name.um-field-text.um-field-type_text {
        width: 100%;
        margin-right: 0;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
        width: 100%;
    }
    /*.user_personal_info .um-field.um-field-country_code {
        width: 25%;
    }*/
    .user_personal_info input#user_mobile_number-23 {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 72%;
    }
    .um-page-account .padding-top-60 {
        padding-top: 0;
    }
    .user_setting ul.dropdown-menu {
        right: 10px !important;
        left: inherit !important;
        top: 52px !important;
    }
    .technical_assistance_forum table,
    .technical_assistance_forum thead,
    .technical_assistance_forum tbody,
    .technical_assistance_forum th,
    .technical_assistance_forum td,
    .technical_assistance_forum tr {
        display: block;
    }
    .technical_assistance_forum thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .technical_assistance_forum tr {
        border: 1px solid #ccc;
    }
    .technical_assistance_forum td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 200px;
        margin-left: 150px;
    }
    .technical_assistance_forum td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 200px;
        padding-right: 40px;
        white-space: nowrap;
        margin-left: -150px;
    }
    .technical_assistance_forum td:nth-of-type(1):before {
        content: "User Profile";
    }
    .technical_assistance_forum td:nth-of-type(2):before {
        content: "Assign user";
    }
    .technical_assistance_forum td:nth-of-type(3):before {
        content: "Topic";
    }
    .technical_assistance_forum td:nth-of-type(4):before {
        content: "Content";
    }
    .technical_assistance_forum td:nth-of-type(5):before {
        content: "Topic Date";
    }
    .technical_assistance_forum td:nth-of-type(6):before {
        content: "Archive";
    }
    .um-account-side {
        float: none;
        width: 100%;
    }
    .page-template-template-userprofile .tabs_user .contains {
        margin-top: 0;
        width: 100%;
    }
    .bg-img {
        height: auto;
    }
    .platform-text h3 {
        margin-top: 102px;
    }
    .technical_assistance_forum #menu1 td:nth-of-type(1):before {
        display: none !important;
    }
    .technical_assistance_forum #menu1 td {
        margin-left: 0;
    }
    .select_learning {
        padding: 64px 10px;
    }
    .topic .page-wrapper {
        padding-top: 0;
    }
    .resource-image-left img {
        max-width: none;
        width: 100%;
        margin-bottom: 43px;
    }
    .mentor_page.container .mentor_search_form>div {
        padding-left: 0px;
    }
}

@media screen and (max-width:767px) {
    .bootstrap-iso .col-sm-12 {
        width: 100% !important;
    }
    .search-results .list-unstyled li {
        width: 100%;
        margin: 0 0 24px;
        min-height: auto;
    }
    .navbar-header {
        position: inherit;
        text-align: center;
    }
    img.custom-logo.navbar-brand {
        width: 61%;
        position: inherit;
        z-index: 9999;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .collapse {
        display: block !important;
    }
    .navbar-header {
        padding-top: 0;
        width: auto;
    }
    .big-ler-logo {
        position: inherit;
    }
    .big-ler-logo img {
        width: 47%;
    }
    .mentor-member-name a.contact_btn {
        float: none;
        line-height: 12px;
        display: block;
        margin: 0 auto;
        width: 40%;
    }
    .mentor_box1:nth-child(2n+1) {
        margin-right: 0;
        margin-left: 0;
    }
    #bs-example-navbar-collapse-1 ul.after_lg {
        float: none;
    }
    .big-ler-logo {
        position: inherit;
        text-align: center;
        float: none;
    }
    .mentor_box1 {
        width: 100%;
    }
    section.mentor_page {
        width: 100%;
        padding: 0 15px;
    }
    .mentor-member-photo.radius-1 {
        width: 100%;
        text-align: center;
    }
    .mentor-member-card {
        width: 100%;
        text-align: center;
    }
    .event_single {
        width: 100%;
        margin-right: 0;
    }
    .grey_box {
        float: none;
        margin: 30px auto;
        display: block;
    }
    .grey_box.gray_box_padd2 {
        margin-right: 0;
        margin: 30px auto;
    }
    .navbar-brand {
        float: none !important;
    }
    img.custom-logo.navbar-brand {
        width: auto;
    }
    #rev_slider_1_1 .fa-icon-circle:before {
        top: 7px;
    }
    #rev_slider_1_1 i.fa-icon-circle {
        font-size: 5px !important;
    }
    .testimonial_sec .work-section {
        width: 51%;
        margin: 0 auto;
    }
    ul.after_lg {
        padding-left: 0;
    }
    .navbar-brand {
        margin-right: 0 !important;
        padding: 0px 3px !important;
    }
    body .eb-course-img-wrapper,
    body .eb-course-summary {
        width: 100%;
    }
    body .ic_rev .review-left {
        float: left;
        max-width: 100%;
    }
    body .um-account-side {
        float: none;
        width: 100%;
    }
    body .tabs_user .contains {
        width: 100%;
        float: none;
        margin-top: 25px;
    }
    body div.uimob500 .um-account-main {
        padding: 15px;
    }
    body .um-account-main {
        width: 86%;
        margin-left: 0px;
    }
    body div.uimob800 .um-account-main {
        max-width: 87%;
        width: 86%;
    }
    input#saveForm {
        width: auto !important;
    }
    section.after-login-homepage {
        z-index: -1px;
    }
    .navbar-nav {
        margin-top: 0 !important;
        display: inline-flex !important;
    }
    .navbar-header {
        border-bottom: solid 1px #d8d8d8 !important;
        padding-bottom: 7px !important;
    }
    .curated-platform {
        margin-top: 103px;
    }
    section.page-wrapper {
        padding-top: 0;
    }
    .resour_inner {
        min-height: auto;
    }
    .resour_inner h4 {
        margin-right: 0;
    }
    .page-template-resources .resource-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .page-template-template-learning .tab-content .html_course .col-md-4 {
        width: 100%;
        float: none;
    }
    ul.resourcetab {
        margin-left: 0px;
    }
    .page-template-template-userprofile .tabs_user .contains {
        width: 100%;
    }
    body.page-template-template-userprofile .um-account-side {
        padding: 30px 0 0 0 !important;
        margin-bottom: 15px;
    }
    .search-image img {
        /* width: auto; */
		width: 100%;
		height: auto;
    }
    .post-title ul li a {
        font-size: 20px;
    }
    .search-content p {
        font-size: 18px;
    }
    .bg-img {
        height: auto;
    }
    .member-box.col-md-4 {
        width: 100%;
    }
    .show-filter,
    .mentor_search_form {
        float: none;
    }
    .um-field-area select {
        width: 96.4% !important;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    .empower-logo-partner img {
        margin-top: 50px;
    }
    .heateorSssSharing,
    .heateorSssSharingButton {
        width: 34px !important;
        height: 34px !important;
    }
    .empower-social-share {
        width: 100%;
    }
    .platform-text h3 {
        border-bottom: 0;
    }
    .resourcetab li:nth-child(1) {
        margin-left: 16px;
    }
    p.logged-in-as {
        position: absolute;
        top: 36px;
        right: 12px;
    }
    .forum_all_section button {
        margin-top: 17px !important;
        margin-bottom: 17px;
        float: left !important;
    }
    .author_img {
        width: 70px;
        height: 70px;
        margin: 0;
    }
    .left_forum_subtopics {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .right_forum_subtopics {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .technical_assistance_forum a button {
        top: -90px;
    }
    .technical_assistance_forum {
        margin-top: 79px;
    }
    ul.header_resource_menu {
        margin-bottom: 0;
        overflow-y: scroll;
        width: 100%;
    }
    .header_resource_menu li {
        display: table-cell;
        width: 22%;
    }
    #tribe-mobile-container .type-tribe_events .tribe-events-event-image {
        float: none;
        width: 100%;
    }
    #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
        font-size: 14px;
        height: auto;
        line-height: 22px;
    }
    .member-card-details {
        width: 65%;
        float: right;
    }
    .member-all-details ul.tab-menu li {
        display: block;
    }
    .member-photo.radius-1 {
        /*    float: left;
        width: 25%; */
    }
    .member-box.col-md-4 {
        width: 100%;
    }
    .page-template-template_coach_discussion .member-box.col-md-4 {
        width: 100%;
        text-align: center;
        min-height: auto;
    }
    .page-template-template_coach_discussion .member-card-details {
        /*   float: none;
        width: 100%;
        padding-left: 0; */
    }
    footer .padding-top-60 {
        padding-top: 0;
    }
    div.uimob800 .um-account-meta a,
    div.uimob800 .um-account-meta img {
        overflow: visible !important;
    }
    #my_custom_form .um-account-side {
        width: 100%;
        margin-bottom: 10px;
        /*padding:15px 30px 0px 30px !important;*/
    }
    #my_custom_form .um-account-main {
        width: 100%;
        max-width: 100%;
    }
    .um-account-name {
        margin-bottom: 20px;
    }
    .um-account-tab-profile .um-field-area select {
        width: 94% !important;
    }
    .user_personal_info .um-field.um-field-country_code {
        width: 100%;
    }
    .user_personal_info .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 100%;
    }
    .user_setting ul.dropdown-menu {
        top: 81px !important;
    }
    #rev_slider_4_1 .tp-bgimg.defaultimg {
        background-position: 0 0 !important;
    }
    table {
        table-layout: auto !important;
    }
    .bootstrap-iso .table-responsive>.table>thead>tr>th,
    .bootstrap-iso .table-responsive>.table>tbody>tr>th,
    .bootstrap-iso .table-responsive>.table>tfoot>tr>th,
    .bootstrap-iso .table-responsive>.table>thead>tr>td,
    .bootstrap-iso .table-responsive>.table>tbody>tr>td,
    .bootstrap-iso .table-responsive>.table>tfoot>tr>td {
        white-space: normal !important;
    }
    .row.wpsc_tl_action_bar button.btn {
        margin-bottom: 6px !important;
    }
    .bootstrap-iso .pull-right#wpsc_login_link {
        float: left !important;
    }
    .logged-in .padding-top-60 {
        padding-top: 0;
    }
    .um-register .um-field-area select {
        width: 94.3% !important;
    }
    .um-field.um-field-user_email.um-field-text.um-field-type_text {
        margin-left: 0;
    }
    ._um_row_3 .um-field.um-field-user_password.um-field-password.um-field-type_password:nth-child(5) {
        margin-left: 0;
    }
    .wpb_single_image.wpb_content_element.vc_align_center.top-icon1 {
        margin-top: 87px;
    }
    table td {
        padding: 14px 3px !important;
    }
    .wpsp_admin_label {
        white-space: nowrap !important;
    }
    .um-register label {
        margin-bottom: 0;
    }
    .um-register .um-field-label {
        margin-bottom: 0;
    }
    .um-register select#role {
        margin-top: 0 !important;
    }
    .um-field.um-field-user_current_organisation.um-field-text.um-field-type_text,
    .um-field.um-field-user_current_department.um-field-text.um-field-type_text {
        margin-top: 14px;
    }
    .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        margin-top: 0;
    }
    #rev_slider_4_1 .tp-bgimg.defaultimg {
        background-position: 0 0 !important;
    }
    .page-template-homepage .padding-bottom-60 {
        padding-top: 56px;
    }
    .page-template-template_learning-preferences .checkbox {
        height: auto;
    }
    .page-template-template_learning-preferences .inner_checkbox {
        margin-left: 0;
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: inherit;
    }
    .bbp-template-notice img.gravatar.avatar.avatar-14.um-avatar.um-avatar-uploaded {
        width: 7%;
    }
    #tribe-events-footer:after,
    #tribe-events-footer:before,
    #tribe-events-header:after,
    #tribe-events-header:before {
        background-color: transparent !important;
    }
    body .checkbox [type="checkbox"]+.checkbox-replacement-helper {
        margin-right: 5px;
    }
    .page-template-template_coach_discussion .show-filter {
        width: 100%;
    }
    .navbar-nav .open.wpml-ls-item .dropdown-menu {
        background-color: #fff;
    }
}

@media screen and (max-width:600px) {
    .member-box.col-md-4 {
        min-height: 160px !important;
    }
}

@media screen and (max-width:768px) {
    .footer-copyright {
        padding-bottom: 45px;
    }
}

@media screen and (max-width:668px) {
    #rev_slider_1_1 .fa-icon-circle:before {
        top: 5px;
    }
    .testimonial_sec .work-section {
        width: 70%;
        margin: 0 auto;
    }
    .footer-sidebar li.tribe-events-list-widget-events {
        float: none;
        width: 48%;
        margin: 0 auto 20px;
        display: inline-block;
    }
    .footer-sidebar .gallery-columns-2 .gallery-item {
        width: auto;
    }
    ul.page-breadcrumb {
        text-align: center;
        margin-bottom: 0;
        margin: 0;
        padding-left: 0;
    }
    .breadcrumb h2 {
        text-align: center;
    }
    .eb-my-course .eb-course-col {
        min-height: 288px;
        width: 49%;
        height: 100%;
    }
    body .checkbox [type="checkbox"]+.checkbox-replacement-helper {
        top: 3px;
    }
    .banner-home-text h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .banner-home-text h2 {
        font-size: 27px !important;
        margin-bottom: 11px !important;
        color: #fff !important;
    }
    .banner-home-text span {
        font-size: 24px;
    }
    .mentor_page .mentor_box1 {
        width: 49%;
    }
    .mentor_page .mentor_search_form input#search_text {
        width: 100%;
    }
    .mentor_page .mentor_search_form input#mentor_submit {
        float: none;
        margin-right: 0;
        padding: 8px 24px;
        width: auto;
        margin: 0 auto 35px;
        text-align: center;
        display: block;
    }
    .position-image img {
        width: 120px;
        height: 120px;
    }
    .work-section {
        margin-top: 0;
    }
    .learning-sec .col-md-3,
    .homepage_resource_slider .col-md-3 {
        width: 100%;
        float: none;
        margin-bottom: 28px;
    }
    .coming_event {
        margin-bottom: 23px;
    }
    .empower-logo img {
        width: 100%;
    }
    .footer-top {
        padding-bottom: 28px;
    }
    .reg .um-field.um-field-country_code {
        width: 100%;
    }
    .um-field-area select#country_code {
        /*width: 95% !important;*/
		/* display: none !important; */
    }
	.um-field-area select#country_code_21 {
		width: 95% !important;
	}
    .um-field.um-field-country_code .um-field-area-has-icon:after {
        right: 15px;
    }
    .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 100%;
    }
    .user_setting a {
        padding: 10px 13px 10px 10px !important;
    }
    li.nav_notification {
        margin-left: 11px;
    }
    .position-image {
        margin-top: -20px;
    }
    .um-account-tab-profile .deafult_registration .um-field-area select {
        width: 93% !important;
    }
    .forum_all_section .nav>li>a {
        padding: 10px !important;
    }
    body ul.autocomplete_search_list {
        left: 0px !important;
        max-width: 300px;
        width: calc(100vw - 34px);
    }
}

@media screen and (max-width:640px) {
    .um-register .um-field-area select {
        width: 95.6% !important;
    }
    /*select#role {
        width: 95.4% !important;
    }*/
    input#user_password-21 {
        width: 100%;
    }
    .platform-text h3 {
        margin-top: 0;
    }
    .page-template-homepage .padding-bottom-60 {
        /* padding-top: 130px; */
    }
    .um-account-tab-profile .deafult_registration .um-field-area select {
        width: 94% !important;
    }
    .user_personal_info input#user_mobile_number-23 {
        position: inherit;
        margin-top: 0;
    }
    .uimob500-hide {
        display: none !important;
    }
}

@media screen and (max-width:414px) {
    .um-register .um-field-area select {
        width: 93.2% !important;
    }
}

@media screen and (max-width: 451px) {
    .um-register .um-field-area select {
        width: 93.5% !important;
    }
    .reg .um-field.um-field-country_code,
    .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text,
    .um-field.um-field-user_email.um-field-text.um-field-type_text,
    ._um_row_3 .um-field.um-field-user_password.um-field-password.um-field-type_password:nth-child(5) {
        width: 99%;
    }
}

@media screen and (max-width:480px) {
    #rev_slider_1_1 i.fa-icon-circle {
        font-size: 3px !important;
    }
    #rev_slider_1_1 .fa-icon-circle:before {
        top: 2px;
    }
    .heading2 h2 {
        font-size: 23px !important;
    }
    .top-heading-bottom p {
        font-size: 17px;
        line-height: 22px;
    }
    .our_impact img {
        width: 75%;
    }
    .testimonial_sec .work-section {
        width: 90%;
    }
    h5 {
        font-size: 17px;
    }
    .grey_box p {
        font-size: 14px;
    }
    .eb-my-course .eb-course-col {
        width: 100%;
    }
    .wdm-course-image {
        height: 251px;
    }
    body .um-editing .um-account-side {
        float: none;
    }
    body .um-editing .um-account-main {
        margin-left: 0;
    }
    .um-account-main a {
        padding: 12px 12px;
        font-size: 12px;
    }
    ._um_row_2 .um-field {
        width: 99%;
    }
    .user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select {
        width: 99%;
    }
    .user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
        width: 99%;
    }
    .user_personal_info .um-field.um-field-user_mobile_number.um-field-text.um-field-type_text {
        width: 100%;
    }
    .user_personal_info input#user_mobile_number-23 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        vertical-align: top;
        position: inherit;
        top: 0px;
    }
    .user_setting ul.dropdown-menu {
        top: 90px !important;
    }
    .wpb_single_image.wpb_content_element.vc_align_center.top-icon1 {
        margin-top: 87px;
    }
    /*select#role {
        width: 93.4% !important;
    }*/
    ul.notification-menu {
        left: -151px;
    }
    #comments ol.comment-list {
        margin-top: 36px;
    }
}

@media screen and (max-width: 412px) {
    .um-register .um-field-area select {
        width: 92.4% !important;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    /*select#role {
        width: 92.3% !important;
    }*/
    .um-register .um-field-area select {
        width: 92.3% !important;
    }
    
}

@media screen and (max-width: 384px) {
    .um-register .um-field-area select {
        width: 92% !important;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    /*select#role {
        width: 92% !important;
    }*/
    input#user_password-21 {
        width: 99%;
    }
    .um-account-tab-profile .um-field-area select {
        width: 91% !important;
    }
    ul.notification-menu {
        left: -151px;
    }
    .item .col-md-2 {
        background: #e9e8eb;
    }
    body .heading h2 a {
        color: #000 !important;
        font-size: 22px !important;
        font-weight: 400 !important;
    }
    .um-field.um-field-um_block_22_4.um-field-block.um-field-type_block {
        right: 28px;
    }
    .resource-template-default .padding-top-60 {
        padding-top: 0;
    }
    .user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select,
    .user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
        width: 96%;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    /*select#role {
        width: 92% !important;
    }*/
    .wpb_single_image.wpb_content_element.vc_align_center.top-icon1 {
        margin-top: 92px;
    }
    .um-dropdown li a {
        padding: 13px 12px !important;
    }
    a.comment-reply-link {
        display: none;
    }
    #timepicker:before {
        content: 'Time:';
        margin-right: .6em;
        color: #9d9d9d;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
        color: #fff !important;
    }
    #id_timezone {
        color: gray;
    }
    form input[type="time"] {
        color: gray;
    }
    .page-id-1272 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 70%;
    }
    .um-register .um-field-area select {
        width: 92% !important;
    }
}

@media screen and (max-width:375px) {
    .eb-my-course .eb-course-col {
        min-height: 228px;
    }
}

@media screen and (max-width:360px) {
    input#user_password-21 {
        width: 99%;
    }
    .um-account-tab-profile .um-field-area select {
        width: 91% !important;
    }
    .user_personal_info select#user_gender,
    .um-account-tab-profile select#country_city {
        width: 95% !important;
    }
    .um-account-tab-profile .deafult_registration .um-field-area select {
        width: 91% !important;
    }
}

@media screen and (max-width:320px) {
    .user_personal_info .um-field.um-field-user_gender.um-field-select.um-field-type_select,
    .user_personal_info .um-field.um-field-country_city.um-field-select.um-field-type_select {
        width: 96%;
    }
    ._um_row_2 .um-field {
        width: 100%;
    }
    .um-register .um-field-area select {
        width: 90% !important;
    }
    .um-account-tab-profile .deafult_registration .um-field-area select {
        width: 90% !important;
    }
    select#user_age {
        width: 90% !important;
    }
    .user_personal_info select#country {
        width: 90% !important;
    }
    ul.notification-menu {
        left: -185px;
    }
}

h2.reg_learners {
    color: #fff !important;
    font-weight: 400 !important;
}

.vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
    color: #fff;
    text-align: center;
}

.vc-hoverbox-shape--rounded .vc-hoverbox-back-inner p {
    color: black;
    text-align: center;
    font-size: 18px;
    width: 60%;
    margin: 0px auto;
    margin-bottom: 2%;
    line-height: 1.5;
}

.mentor-member-name a {
    text-transform: none;
}

p.um-notice.err.um-error-code-invalid_username {
    display: none;
}

.pagination_position {
    clear: both;
    position: absolute;
    top: 95%;
    left: 21px;
}

.text-left p {
    padding-left: 15px;
}

footer p {
    text-align: justify;
}

div#gallery-1 {
    margin-top: 10px !important;
}

footer aside .textwidget {
    margin-top: 18px !important;
}

.footer-sidebar .widget li {
    padding-top: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

footer p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}

footer p a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.footer-copyright p {
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
}

.footer-copyright {
    padding-top: 0px !important;
}

.footer-copyright .text-left {
    width: 100% !important;
}

.site-content .um-login,
.site-content .um-register {
    padding: 20px;
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

@media (min-width: 999px) {
    .footer-sidebar .gallery-columns-2 .gallery-item {
        width: 49%;
    }
}

.empower-social-share {
    width: 100% !important;
}

.spvc_icon img {
    width: 15px !important;
    height: 11px !important;
}

.carousel-inner .item img {
    width: 200px;
    height: 200px;
    /*border-radius: 50%;*/
}

.carousel-inner .item:hover {
    /*box-shadow: 0px 0px 9px 0px rgb(17,117,183), 0 2px 5px 0 rgb(17,117,183);*/
}

.hovbox .vc-hoverbox-front {
    background-size: contain;
    background-repeat: no-repeat;
}


/*
.grey_box:hover .blue-circle{
  background-color: black !important;
}
*/

.testimonial_sec h5 {
    font-weight: bold !important;
}

.home .vc_custom_1552903627138 {
    padding-top: 0px !important;
}

#myCarousel55 .overlay p {
    font-size: 12px !important;
    line-height: 23px !important;
}


/*
.home .work-section{
  	padding: 15px 5px !important;
	min-height: 300px !important;
}
*/

.work-section .top-icon .circle img {
    width: 150px !important;
    height: 150px !important;
}

.carousel .item {
    background-color: transparent !important;
}

#shiva .count {
    font-weight: bold !important;
}

#shiva {
    margin-top: 10%;
    margin-bottom: 2%;
}

.asscour .course-section {
    background: transparent !important;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
    color: white !important;
    border-color: #242526 !important;
    background-color: #242526 !important;
}

.member-box.col-md-4:hover {
    box-shadow: 0px 0px 9px 0px #1175b7, 0 2px 5px 0 #1175b7;
}

@media (min-width: 1200px) {
    .member-photo.radius-1 img {
        /* height: 121.5px;
        width: auto; */
    }
}

.page-id-3 p {
    margin-bottom: 20px !important;
}

.tp-mask-wrap {
    background: rgba(0, 0, 0, 0.6);
}

.vc-hoverbox-back-inner h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.vc-hoverbox-back-inner a {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.collarow .coming_event1:hover figure,
.collarow .coming_event2:hover figure,
.collarow .coming_event3:hover figure,
.collarow .coming_event4:hover figure {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.homse #shiva {
    text-align: center;
}

#myCarousel3 .carousel-inner .item .rectangular img,
#myCarousel4 .carousel-inner .item .rectangular img {
    width: 100% !important;
    /*height: auto !important;*/
    height: 196px !important;
    object-fit: cover;
    /*border-radius: 5px !important;*/
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.owl-carousel .owl-item {
    border: solid 1px #058 !important;
    padding: 0px !important;
    background: #FFF !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.carousel .item {
    overflow: hidden;
}

.owl-carousel .owl-item:hover,
.carousel .owl-item:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.owl-carousel .owl-item:hover a,
.carousel .owl-item:hover a {
    color: #FFF !important;
}

.owl-carousel .post-title1,
.carousel .post-title1 {
    padding: 5px;
    background: #00a3c8;
    color: #FFF !important;
    margin-top: 0px;
    height: 100px;
    overflow: hidden;
}

.owl-carousel .post-title1 a {
    color: #FFF !important;
}

.owl-carousel:not(#myCarousel55) a:hover,
.carousel:not(#myCarousel55) a:hover {
    color: #FFF !important;
}

.owl-carousel .carousel-inner .item img,
.carousel .carousel-inner .item img {
    margin-top: 0px !important;
    /*border-top-left-radius:5px !important;
    border-top-right-radius:5px !important;*/
}

.owl-carousel .owl-item .item .course-section,
.carousel .owl-item .item .course-section {
    /*border-top-left-radius:5px !important;
    border-top-right-radius:5px !important;*/
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

li.wpml-ls-menu-item ul li a {
    width: auto;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 0;
    padding-top: 10px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: calc(50% - .175em) !important;
}


/*.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a{
    background: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a{
    background: transparent !important;
}*/

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0px !important;
    padding: 8px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, .15);
    padding-top: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 4px;
    left: 10px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu>li {
    display: block !important;
}

.gray_box_text {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.asstex {
    padding: 0.5em 15px 0px 15px;
}

.asstex a {
    text-transform: unset;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    line-height: 15px !important;
}

.single-tribe_events .tribe-events-event-image {
    text-align: left !important;
}

.refbtn button {
    margin-top: 0 !important;
    padding: 7px 15px !important;
}


footer .gallery img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.vc_custom_1576244229376>.popext>.vc_column-inner>.wpb_wrapper {
    background: #FFF;
    padding: 10px;
    border: solid 1px #058 !important;
    border-radius: 5px !important;
}

.popext .wpb_wrapper:first-child:hover {
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.popext .wpb_wrapper .wpb_wrapper:hover {
    box-shadow: unset !important;
}

.carousel-inner .item a img {
    /*margin-top: 0px !important;
    width: 100% !important;
    height: auto;
    max-height: 200px;
    max-width: 100%;*/

    width: auto !important;
    /*height: auto;*/
    height: 200px;
    /*height: none !important;*/
    max-width: 100%;
    margin: 0 auto;
    object-fit:contain;
}

#click_register {
    margin-bottom: 35px;
}

@media (min-width:768px) {
    /* #click_register .div__1, #click_register .div__2, #click_register .div__3{
        border-right: 2px solid #e9e8eb;
    }*/
}
@media (max-width:1366px) {
    /* #click_register .div__1, #click_register .div__2, #click_register .div__3{
        border-right: 2px solid #e9e8eb;
    }*/
    .carousel-inner .item a img {
        object-fit:cover;
    }
}

#myCarousel3 .course-section:hover .course_name,
#myCarousel4 .course-section:hover .course_name {
    /*color: #0ea0d7 !important;*/
}

#myCarousel4 .course-section img.spvc_icon {
    width: 15px !important;
    height: 11px !important;
}

#menu-menu-1 ul.dropdown-menu,
#menu-menu-1-fr ul.dropdown-menu {
    min-width: auto !important;
}

#menu-menu-1 ul.dropdown-menu li,
#menu-menu-1-fr ul.dropdown-menu li {
    width: auto !important;
}

#bbpress-forums fieldset.bbp-form select {
    min-height: 40px;
    height: 40px;
}


/* loader */

.overlay_div .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.pika-table abbr {
    color: white !important;
}

@media (min-width:767px) {
    .pika-lendar {
        width: 340px !important;
    }
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-bottom: 0 !important;
}

.div__1>.vc_column-inner,
.div__2>.vc_column-inner,
.div__3>.vc_column-inner,
.div__4>.vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.div__1>.vc_column-inner>.wpb_wrapper,
.div__2>.vc_column-inner>.wpb_wrapper,
.div__3>.vc_column-inner>.wpb_wrapper,
.div__4>.vc_column-inner>.wpb_wrapper {
    /*border:solid 1px #058;*/
    padding: 15px;
    box-shadow: 0px 0px 9px 0px #1175b7, 0 2px 5px 0 #1175b7;
    border-radius: 5px;
}

.div__1 .overlay,
.div__2 .overlay,
.div__3 .overlay,
.div__4 .overlay {
    bottom: -30px !important;
    ;
    left: -15px !important;
    ;
    right: -15px !important;
    ;
    width: auto !important;
}

.div__1 .work-section:hover .work-section .overlay,
.div__2 .work-section:hover .work-section .overlay,
.div__3 .work-section:hover .work-section .overlay,
.div__4 .work-section:hover .work-section .overlay {
    height: 100% !important;
}

li a.wpml-ls-item-toggle:hover,
li a.wpml-ls-item-toggle:active,
.wpml-ls-legacy-dropdown .wpml-ls-item:hover li a.wpml-ls-item-toggle {
    background: #242526 !important;
}

.site-content .logged-in-as {
    display: none;
}

@media (max-width: 768px) {
    .learner_box {
        width: 93% !important;
        margin: 16px;
        display: flow-root;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .learner_box {
        width: 46% !important;
        float: left;
        margin: 15px !important;
        display: flow-root;
    }
}

.learner_box:hover {
    box-shadow: 0px 0px 9px 0px #1175b7, 0 2px 5px 0 #1175b7;
}

.user_setting .dropdown-menu,
.nav_notification .dropdown-menu {
    border: none !important;
}

a.btn.btn-primary {
    padding: 12px 13px;
    /*background-color: rgb(14, 160, 215) !important;*/
}

.btn.btn-primary:hover {
    background: #000;
}

#new_group_post #group_post_filter_wrappers {
    background-color: #f2f2f2;
    padding: 20px 40px;
}

#new_group_post .group_post_filter_wrapper {
    text-align: right;
}

.vc_general.vc_btn3:hover {
    background: #000 !important;
    color: #FFF !important;
}

ul.use_ul li {
    background: transparent !important;
    color: #555 !important;
    list-style-type: none;
}

ul.use_ul:hover {
    cursor: pointer;
}

ul.use_ul {
    padding: 0 !important;
}

.sel_cou {
    width: 48%;
    float: left;
}

.sel_cit {
    width: 48%;
    float: right;
}

@media (max-width: 767px) {
    .sel_cou,
    .sel_cit {
        width: 100% !important;
        float: none !important;
    }
}

.bbp-form select {
    height: 50px;
}

.select_category_desc,
.select_category_desc2 {
    color: #FF0000 !important;
    display: none;
    font-size: 12px;
}

.um-page-login p.um-notice.err,
.um-page-login p.um-notice.err {
    display: none !important;
}

.home .dropdown-menu>li>a {
    color: #000 !important;
    background-color: #fff !important;
}

.home .dropdown-menu>li>a:hover {
    background-color: #eee !important;
}

.pp_social{
    display:none !important;
}
.pp_social .facebook {
    width: 70px !important;
}

@media (max-width: 767px) {
    .resourcee .col-md-4 {
        width: 100%;
        float: left;
    }
    .forum_all_section #new_group_post button {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .resourcee .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .resourcee .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
}

@media (max-width: 500px) {
    .home #empower_video iframe {
        /* height:100% 200px; */
    }
}

.home #empower_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    padding-top: 1px;
    height: 0;
}

@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 575px) {
    ul.resourcetab li {
        display: block !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 455px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.71);
        -webkit-transform: scale(0.71);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 992px) {
    .bootstrap-iso .col-sm-12 {
        width: 100% !important;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .div__1,
    .div__2,
    .div__3,
    .div__4 {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .position-image {
        margin-top: -40px;
    }
    .curated-platform {
        margin-top: 180px;
        padding: 0px 15px;
    }
}

.vc_custom_1560837967733 {
    padding-top: 0px !important;
}

div.um .g-recaptcha {
    margin: 0px 0px 30px 1px !important;
}

.account-position-image img,
.member-position-image img {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 3px;
}

#tbl_wpsc_ticket_list td {
    white-space: normal;
}

#tbl_wpsc_ticket_list tr th:first-child,
#tbl_wpsc_ticket_list tr td:first-child {
    width: 50px;
}

#tbl_wpsc_ticket_list tr th:nth-child(2),
#tbl_wpsc_ticket_list tr td:nth-child(2) {
    width: 60px;
}

#tbl_wpsc_ticket_list tr th:nth-child(3),
#tbl_wpsc_ticket_list tr td:nth-child(3) {
    width: 125px;
}

#tbl_wpsc_ticket_list tr td:nth-child(3) span {
    display: block;
    text-align: center;
}

.account-position-image img {
    /*box-shadow: 0px 0px 9px 0px rgb(17,117,183), 0 2px 5px 0 rgb(17,117,183);*/
}

.welcome-register-btn {
    margin-top: 10px;
}

@media (max-width: 490px) {
    ul.myaccount-tabs {
        display: grid !important;
    }
}

div.bbp-template-notice {
    display: none;
}

.tribe-bar-submit {
    margin-left: 0px !important;
}

button.tribe-bar-views-toggle .tribe-icon-list {
    vertical-align: top;
}

.rcontent>p:first-child {
    margin-top: -5px !important;
}

.rcontent .reviews-area::before {
    content: "";
    display: table;
    clear: both;
}

.comment-respond input,
.comment-respond textarea {
    max-width: 600px !important;
}

.qsm-quiz-container img {
    max-width: 100%;
}

.landing-page-join-us-container .wpb_text_column .wpb_wrapper {
    text-align: left;
}

.landing-page-join-us {
    padding: 20px;
    display: inline-block;
    background-color: rgba(244, 244, 244, 0.8);
}

@media (min-width:400px) and (max-width:600px) {
    .slider-fight-covid-19 {
        /*max-width:90% !important;
        margin-left:5%;
        padding:0 !important;*/
        font-size: 13px !important;
    }
}

@media (max-width: 399px) {
    .slider-fight-covid-19,
    .slider-learn-work-save {
        /*max-width:90% !important;
        margin-left:5%;
        padding:0 !important;*/
        font-size: 9px !important;
    }
}

li.talk2_expert_container {
    padding-top: 10px;
}

li.talk2_expert_container a {
    font-size: 20px;
}

li.talk2_expert_container a:hover {
    color: #000;
}


.coming_event .wpb_single_image{
    width:auto !important;
}
.wpb_single_image{
    margin: 0 auto;
}

.mx-auto{
    margin:0 auto;
}

.collaboration-item:hover{
    box-shadow: 0px 0px 9px 0px rgb(17, 117, 183), 0 2px 5px 0 rgb(17, 117, 183);
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th{
 border-radius:0px !important;

}

.single-expert_discussion .comment-list .reply{
    display:none;
}

.single-expert_discussion .comment-list  li{
    list-style:none;
}
.single-expert_discussion .comment-list  li > ol{
    margin-left:0px;
}

.tribe-events-nav-pagination{display:none;}

.bbp-reply-header .bbp-topic-reply-link[href='#new-post']{
    display:none;
}
.bbp-submit-wrapper{
    vertical-align: top;
}
#bbp-cancel-reply-to-link{
    box-shadow: none;
    border: none;
    transition: none;
    background: #ddd;
    padding: 11px 24px;
    font-size: 14px;
    border-radius: 4px;
}
.no-record-found{
    color:#242526 !important;
    font-size:16px;
    font-weight:400;
}
.tribe-events-content-wrapper,#tribe-events-content-wrapper{
    margin-bottom:10px;
}
.nf-response-msg,.nf-error-msg, .ninja-forms-req-symbol{
    text-align:left !important;
    margin-left:0px;
}
#ninja_forms_required_items, .nf-field-container{
    margin-bottom:0px !important;
}

nav.navbar{
    z-index: 100001 !important;
    
    /*position: fixed !important;
    
    width: 100% !important;
    border-bottom:solid 1px #ddd;*/
    /*box-shadow: 0px 15px 10px -15px #ddd !important; */
}
div.uimob960 .um-profile-photo{
    width:200px !important;
}
.nf-form-errors,.nf-response-msg{
    max-width: 1000px;
    margin: 0 auto;
}
.nf-response-msg{
    padding: 10px 0px 20px 10px;
}
.vc_row.focus_sec{
    padding-left:15px !important;
    padding-right:15px !important;
}
body div.uimob340 .um-profile-photo{
    width:200px !important;
    position:relative !important;
}
body div.uimob340 .um-profile-photo .um-dropdown{
    top:50% !important;
}

body div.uimob960 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: 0 !important;
}


/* new css*/
.sweet-alert h2{
    font-size: 20px !important;
    line-height: 1.5 !important;
}
.tribe-bar-submit .tribe-events-button{
    margin-top:0px !important;
}