/**reset css starts here **/

html {
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}
a.underline-text {
    text-decoration: underline;  
}

html,
body {
    width: 100%;
}

body:before,
body:after {
    content: none !important;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {

    -webkit-transition:  all linear 0.2s;
    -moz-transition:  all linear 0.2s;
    -ms-transition:  all linear 0.2s;
    transition:  all linear 0.2s;
    -o-transition:  all linear 0.2s;

}
button.forget-pass {
    background: transparent;
    border: none;
    text-decoration: underline;
}
button.cstm-btn.back-bttn {
    background: transparent;
    color: #000;
    border: none;
}
button.cstm-btn:disabled {
    cursor: not-allowed;
}
select
{
    appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url(../images/select-angle.png) !important;
   background-size: 14px;
   background-repeat: no-repeat;
   background-position: top 50% right 12px;
   z-index: 9;
}
input
{
    box-shadow: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}
section {
    clear: both;
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

a:hover,
a:focus {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

b,
strong {
    font-weight: 700!important;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: normal;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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



p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/**reset css ends here **/
/*****************/
.cstm-btn, .cstm-btn:hover {
    background: #faaf1e;
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    border: 1px solid #faaf1e;
    border-radius: 5px;
    min-width: 124px;
    cursor: pointer;
}
.cstm-btn:hover,
.cstm-btn:focus,
 .flt-btn:hover,
 .flt-btn:focus
{
    outline: none;
    cursor: pointer;
}
.sub-heading {
    padding-bottom:38px;
}
.sub-heading p
{
    font-size: 30px;
    font-weight: 700;
    line-height:65px;
    text-align: left
}
/*header starts here*/
header.prof-header
{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
header nav.navbar {
   
   padding: 24px 0;
}
header li.profile-list a span,
header li.lang-list a span
{
    padding-left:10px;
}
header  ul.navbar-nav
{
    width: 100%;
}
ul.navbar-nav li:first-child {
    margin-left: 25px;
}
header  ul.navbar-nav li:nth-child(2) {
    margin-right: auto;
}
header  ul.navbar-nav li.profile-list a, 
header  ul.navbar-nav li.lang-list a{ 

    display: flex;
    align-items: center;
}
header li.nav-item a.nav-link {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}
header  ul.navbar-nav li.dropdown,
header  ul.navbar-nav li.nav-item
{
    padding: 8px 0px 8px 18px;
}
header form.example,
.srh-bar
{
    position: relative;
}
header form.example input[type=text],
.srh-bar input[type=text] {
    padding: 8px 15px;
    font-size: 12px;
    border: 1px solid white;
    float: left;
    width: 100%;
    background: transparent;
    position: relative;
    border-radius: 10px;
    padding-left: 35px;
    color: #fff;
    min-width: 155px;
}
header form.example input::placeholder
{
    color: #fff;
}
.lang-list .dropdown-toggle::after {
    left: 5px;
    position: relative;
    top: 1px;
}
header form.example button,
.srh-bar button {
    float: left;
    padding: 10px;
    background: transparent;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    outline: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
   left: 0;
}
form.example::after,
.srh-bar::after {
  content: "";
  clear: both;
  display: table;
}
li.nav-item.cart-list a {
    position: relative;
}
li.nav-item.cart-list span {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    top: 0;
    right: 0;
    font-size: 15px;
    background:#faaf1e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-18{
    height: 18px;
}

header ul li.profile-list .dropdown-toggle::after
{
    display: none;
}
header .dropdown-menu {
    min-width: 215px;
    left: 0;
}
header ul li.profile-list .dropdown-menu ,
header ul li.lang-list .dropdown-menu {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;   
    border-radius: 0;
    z-index: 10;
    position: relative;
}
header ul li.profile-list .dropdown-menu::after,
header ul li.lang-list .dropdown-menu::after
{
    position: absolute;
    content: '';
    top:-1px;
    left:0;
    right:0;
    height: 7px;
    width: 100%;
    background:#faaf1e; 
}
header ul li.profile-list .dropdown-menu::before,
header ul li.lang-list .dropdown-menu::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 50%;
    transform: translateX(-50%)!important;    
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #faaf1e;   
}

header ul li.lang-list .dropdown-item {
    padding: 18px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
header ul li.profile-list .dropdown-menu, 
header ul li.lang-list .dropdown-menu 
{
    padding: 0;
}
header ul li.profile-list .dropdown-menu a:last-child,
header ul li.lang-list .dropdown-menu a:last-child
{
    border-bottom: 0;
}
header  ul.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
header ul.dropdown-menu.show li a
{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #49454F;
    text-transform: capitalize;
}
header ul.dropdown-menu.show li {
    padding-bottom: 5px;
}
header ul.dropdown-menu.show li:last-child {
    padding-bottom: 0;
}

header li.profile-list .dropdown-menu {
    padding: 22px 20px 18px !important;
}
header li.profile-list .dropdown-menu a {
    padding:9px;
    text-align: center;
    margin-bottom: 5px;  
    display: block!important;
}
header li.profile-list .dropdown-menu a:hover,
header li.profile-list .dropdown-menu a:active,
header li.profile-list .dropdown-menu a.login {
    background: #faaf1e;
    color: #fff;   
    border-radius: 6px; 
}
header li.profile-list .dropdown-menu a,
.total-prz  .vat-wrap span.plus-vat {
    color: #000;
    font-size: 12px;
    line-height: 17px;
}
/*header  section ends here*/

/*banner section starts here*/
.banner {
    height:100%;
    min-height: 480px;
    padding: 165px 0 0 0;
}
.banner-cont {
    color: #fff;
    width: 100%;
    max-width: 55%;
}

.banner-cont p {
    font-size: 16px;
    color: #ccebf1;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 24px;
}
.banner-cont h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}
.register-sec .form-group.form-btn-grp .cstm-btn 
{
 width: unset!important;
    min-width:124px!important;
    max-width: unset!important;
}
.register-sec .form-group.form-btn-grp .cstm-btn:last-child
{
    width: unset!important;
    min-width:189px!important;
    max-width: unset!important;
}
.new-add-grp
{
    margin-top: 30px
}
.payment-method .rmv-pay img {
    height: 18px;
    width: 18px!important;
}
.upcmg-trng-sec button.cstm-btn {
    min-width: 124px!important;
}
/*banner section ends here*/

/*upcmg-trng-sec starts here*/
.upcmg-trng-sec
{
    margin-bottom:80px;
}
.trng-flt-wrap {
    padding: 30px;
    margin-top: -64px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    margin-bottom:60px;
}
.trng-flt-wrap .cstm-btn {
    background: #faaf1e;
    padding: 14px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    border: 1px solid #faaf1e;
    border-radius: 5px;
    min-width: 124px;
    cursor: pointer;
}
.filt-up-trng {
   display: flex;
   align-items: flex-start;
}
.filt-up-trng .form-group {
    min-width: 180px;
    position: relative;
    margin: 0 20px;  
}
.filt-up-trng label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    line-height: 19px;
    color: #363636;
}
.filt-up-trng select {
    border: none;  
}
.filt-up-trng select option {
    padding-left: 0
}

.trng-tabs-wrap ul#pills-tab li
{
    margin-right: 10px;
}
.trng-tabs-wrap ul#pills-tab li:last-child
{
    margin-left:0; 
}
.trng-tabs-wrap ul#pills-tab li a {
    background: #fff;
    color: #363636;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
    color: #363636;
    line-height: 17px;
}
.trng-tabs-wrap ul#pills-tab li a.active {
    background: #fff;
    color:  #363636;
    font-weight: bold;
    border: 1px solid #cacaca;
}
.flt-btn,.flt-btn:hover {
    border: 1px solid #cacaca;
    background: #fff;
    border-radius:6px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #363636;
    padding: .5rem 1rem;
}
.combin-wrap {
    display: flex;
    justify-content: space-between;
}

.combin-wrap .flt-btn span {
    margin-left:8px;
}
.trng-tabs-wrap {
    position: relative;
    width: 100%;
}
.trng-tabs-wrap ul#pills-tab {
    /* margin-bottom:60px; */
}
.m-filter-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.filter-btn {
    /* position: absolute;
    top: 0;
    right: 0; */
}
.trng-tabs-wrap .outer-box {
    position: relative;
    margin-bottom: 30px;
}

.trng-tabs-wrap .inner-box p,
.trng-tabs-wrap .inner-box h4,
.trng-tabs-wrap .inner-box span
{
    color: #fff !important;
}
.trng-tabs-wrap .inner-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    width: 100%;
}
.trng-tabs-wrap .inner-box p.e-learn img {
    padding-right: 6px;
}
.b-form-btn-label-control.form-control>.form-control{
    color: #000 !important;
}
.trng-tabs-wrap .inner-box p.e-learn {    
    background: #fff;  
    font-weight: 400;
    color: #363636 !important;
    font-size: 10px;
    padding: .5px 12px;
    border-radius:12.5px;
    display: inline-flex;
    align-items: center;   
    text-align: center;
    margin-bottom: 15px;
}
.trng-tabs-wrap .inner-box h4
{    
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    text-align: left;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loc-cat li + li{
    border-left: 2px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.trng-tabs-wrap .inner-box span
{
    font-size: 13.5px;
    font-weight: 400;
    line-height:18px;
    color: #fff;
    text-align: left;
}
.trng-tabs-wrap ul.basic-dtl 

{
    display: flex;
    flex-wrap: wrap;
}
.trng-tabs-wrap ul.basic-dtl li span {
    font-size: 12px;
    line-height: 17px;
    padding-left: 5px;

}
.trng-tabs-wrap ul.basic-dtl li {
    margin-right: 20px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.trng-tabs-wrap .inner-box span.e-text {
    display: block;
    margin-bottom:15px;
    margin-top:4px;
    height: 18px;
}
.trng-tabs-wrap ul.basic-dtl li:last-child {
    margin-bottom: 0;
}
.trng-tabs-wrap .type-text {
    padding: 1.5px 5px;
    position: absolute;
    right:20px;
    top: 20px;
    background: #73B639;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    border-radius: 3px;
    text-align: center;
    min-width:70px;
    z-index: 1;
}
.trng-tabs-wrap .type-text-two {
    background: #D93B10;
}
.trng-tabs-wrap .outer-box figure {
    height: 415px;
    border-radius: 10px;
    overflow:hidden;
}
.no-found {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.trng-tabs-wrap .outer-box figure img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
.custom_check_input label input {
    display: none;
}
.custom_check_input label span {
    border: 1px solid #ccc;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
    border-radius: 3px;
}
.custom_check_input label input:checked + span{
    background: #0066ff;
    border-color:#0066ff;
}
.custom_check_input label input:checked + span::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 1px;
    top: 2px;
}
.flex-viewport li{
    width: 200px !important;
}
.filt-up-trng .form-group:last-child

{
    max-width: 150px;
}
.filt-up-trng .form-group::before {
    position: absolute;
    content: '';
    right: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #979797;
}
.filt-up-trng .form-group:last-child::before{
    display: none;
}
/*upcmg-trng-sec starts here*/

/*footer starts here*/

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #979797;   
    padding:40.5px 0;
}

.copy-right-cont {
    display: flex;
    align-items: center;
}
.copy-right-cont p {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.1px;
    text-align: left;
}
.usful-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.usful-links ul li a {
  position: relative;
  font-size: 12px;
  line-height: 27px;
  color: #4A4A4A;
}
.usful-links ul li a::after
{
    position: absolute;
    content: '';
    height: 10PX;
    width: 1px;
    background: #4A4A4A;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.usful-links ul li {
    position: relative;
    margin-right: 20px;
}
.usful-links ul li:last-child
{
    margin-right: 0;
}
.usful-links ul li:last-child a::after
{
    display: none;
}
/*footer ends here*/

 /*custom select css starts here*/
.custom-select {
    position: relative;
    padding: 6px 0;
    font-weight: 600;
    border: none;
    background: none;
}
.custom-select select {
  display: none; 
}
.custom-select .select-items img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected
{
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url(../images/select-angle.png) !important;
   background-size: 14px;
   background-repeat: no-repeat;
   background-position: top 50% right 12px;
   z-index: 9;
}
.select-selected::after{
    display: none;
}
.select-items div {
    color: #363636;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9!important;
    cursor: pointer;
    user-select: none;
    user-select: none;
    font-size: 15px;
}
.select-selected {
    color: #363636;
    padding: 0px;  
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;  
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.select-selected img {
    margin-right: 5px;
}
.select-items {
    position: absolute;
    background-color: white;
    top: 45px;
    left: -35px;
    overflow-y: auto;
    max-height: 200px;
    right: 0;
    z-index: 99;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 230px;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
     background-color: rgba(0, 0, 0, 0.1);
}
/*custom select css ends here*/

/*inner page css starts here*/

/*inner banner css starts  here*/
.inner-banner 
{
    min-height: 400px;
    height: 100%;
    padding: 115px 0 0 0;
}
.cstm-brd ol.breadcrumb {
    background: transparent;
    padding: 12px 0;
    padding-bottom: 40px;
}
.cstm-brd ol.breadcrumb li a, .cstm-brd ol.breadcrumb li {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.cstm-brd .breadcrumb-item+.breadcrumb-item::before
{
    content: '>'!important;
    color: #fff;
}

/*detial section starts here*/
.sem-detail-sec {
    margin-top: 0;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
}
.sem-detail-sec h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    font-weight:700;
    max-width: 50%;
}
.sem-detail-sec ul.basic-dtl {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.sem-detail-sec ul.basic-dtl li {
    margin-right: 35px;
    position: relative;
}
.sem-detail-sec ul.basic-dtl li::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background:#fff;
    top:0;
    right: -20px;
}
.sem-detail-sec ul.basic-dtl li:last-child {
    margin-right:0px;
}
.sem-detail-sec ul.basic-dtl li:last-child::after
{
    display: none;
}
.sem-detail-sec ul.basic-dtl li {
    margin-right: 35px;
    position: relative;
    color: #fff;
}
.sem-detail-sec ul.basic-dtl li span.e-text {
    padding-left: 0;
}
.sem-detail-sec .btn-wrap a.Pres-sem-btn {
    background: #FAAF1E;
    padding: 3.5px 10px;
    border-radius: 12.5px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    min-width: 130px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
}
.sem-detail-sec .btn-wrap a.avlb-btn {
    background: #D93B10;  
    padding: 3.5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    min-width: 130px;
    display: inline-flex;
    text-align: center;
    align-items: center;
}
.sem-detail-sec .btn-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
a.Pres-sem-btn img
{
    padding-right:5px;
}
.sem-detail-sec ul.basic-dtl li span
{
    padding-left: 10px;
}
.dtl-tabs-warp {
    margin-top: 10px;
}
.dtl-tabs-warp ul#pills-tab-dtl {
    border-bottom: 1px solid rgba(155, 155, 155,.25);
    margin-bottom: 30px;
}
.dtl-tabs-warp ul#pills-tab-dtl li {
    margin-right: 70px;
}
.dtl-tabs-warp ul#pills-tab-dtl li a {
    background: transparent;
    color: #363636;
    font-weight: 700;
    padding: 8px 0;
}
.dtl-tabs-warp ul#pills-tab-dtl li a{
    position: relative;
}
.dtl-tabs-warp ul#pills-tab-dtl li a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2.5px;
    background: #363636;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*Inhalte css starts here*/
.dtl-tabs-warp ul#pills-tab-dtl li a.active::after
{
    opacity: 1;
}
.dtl-cont-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    letter-spacing: normal;
    padding-right: 80px;
    margin-bottom: 15px;
}
.more-cont-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.more-cont-btn span {
    padding-left: 7px;
}
.more-cont-btn span i {
    color: #363636;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.prof-desc-row {
    margin-top: -227px;
}
.banner .btn-wrap .Pres-sem-btn {
    background: #FAAF1E;
    padding: 3.5px 10px;
    border-radius: 12.5px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    min-width: 130px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    margin-right: 15px;
}
.banner .btn-wrap .avlb-btn {
    background: #D93B10;
    padding: 3.5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    min-width: 130px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}
.banner .btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner h2.show_title {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    max-width: 50%;
    margin-top: 15px;
}

/*location css starts here*/
.location-slider {
    margin: 60px 0 25px;
}

.location-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.location-slider .owl-dot.active {
    height:12px;
    width:12px;
    background: #9b9b9b!important;
    border-radius: 50%;
    border: none;
}
.location-slider .owl-dot {
    height:12px;
    width:12px;
    background: #cdcdcd!important;
    border-radius: 50%;
    border:none;
    margin-right: 10px;
}
.location-slider .owl-dot:focus,
.info-carusel .owl-dot:focus
{
    outline: none;
}
.show-active, .avl-on-site
{
    margin-bottom: 15px;
}
.show-active p, .avl-on-site p {
    font-weight: 700;
    color: #363636;
    margin-bottom:0px;
    font-size: 12px;    
    line-height: 17px;
    text-align: left;
    letter-spacing: normal;   
}
.show-active ul, .avl-on-site ul
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.show-active ul li , .avl-on-site ul li 
{
    line-height: 17px;
    margin-right: 15px;
}

.show-active ul li:last-child , .avl-on-site ul li:last-child 
{
    margin-right: 0;
}
.show-active ul li, .avl-on-site ul li
{
     font-weight: 400;
    color: #363636;
    position: relative;
    font-size: 12px;    
    line-height: 17px;
    text-align: left;
    letter-spacing: normal; 
}
.show-active ul li::after, .avl-on-site ul li::after {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    background: #363636;
    right: -8px;
    top: 3px;
}
.show-active ul li:last-child::after, .avl-on-site ul li:last-child::after {
    display: none;
}
.map-image-wrap {
    margin-top: 90px;
}
.map-image-wrap figure{
    width: 100%;
    height: 200px;    
}
.map-image-wrap figure img{
    height: 100%;
    width: 100%;
}

.map-image-wrap ul.loctaion_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    max-width: 45%;
    margin: 15px auto 0;
    width: 100%;
}
.map-image-wrap ul.loctaion_list li {
    margin-right: 20px;
    margin-bottom: 7px;
}
.map-image-wrap ul.loctaion_list li a{
    font-weight: 400;
    color: #363636;
    position: relative;
    font-size: 12px;    
    line-height: 17px;
    text-align: left;
    letter-spacing: normal;
    display: flex;
    align-items: center;
}
.map-image-wrap ul.loctaion_list li:first-child,
.map-image-wrap ul.loctaion_list li:last-child 
{
    margin-right: 0;
}
.map-image-wrap ul.loctaion_list li:first-child a::after,
.map-image-wrap ul.loctaion_list li:last-child a::after
{
    display: none;
}
.map-image-wrap ul.loctaion_list li a::after
{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #9b9b9b;
    right: -10px;
    top: 0px;
}
.map-image-wrap ul.loctaion_list li a span {
    padding-right: 7px;
    line-height: 1px;
}
.map-image-wrap ul.loctaion_list li a span i {
    font-size: 15px;
    width: 15px;
}
ul.trnr-pln-monthly table tbody td:first-child{
    width: 130px;
}
ul.trnr-pln-monthly table tbody td:nth-child(2){
    width: 155px;
    padding-right: 20px;
}
ul.trnr-pln-monthly table tbody td:nth-child(3){
    width: 50px;
}
ul.trnr-pln-monthly table tbody td:nth-child(4)
{
    width: 100px;
}
ul.trnr-pln-monthly table tbody td:nth-child(5)
{
    width: 100px;
}
p.sub-head {
    padding-right: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2px;
    color: #000;
}
ul.trnr-pln-monthly table tbody tr:last-child td
{
    border-bottom: 2px solid #d7d7d7;
}
ul.trnr-pln-monthly li
{
    margin-bottom:25px;
}
ul.trnr-pln-monthly li:last-child
{
    margin-bottom: 0;
}
ul.trnr-pln-monthly table
{
    margin-bottom: 0;
}
ul.trnr-pln-monthly table td p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #000;padding-right: 0;
}
ul.trnr-pln-monthly table td {
    padding: 14px 0;
    vertical-align: middle;
    border-top: 2px solid #d7d7d7;
}
ul.trnr-pln-monthly table span.img-wrap {
    padding-right: 7px;
}
ul.trnr-pln-monthly table span.img-wrap i {
    font-size: 17px;    
}
.table-btn,
.table-btn:hover{
    background: #FAAF1E;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 17px;
    padding: 8.5px 25px;
}

.privacy_terms a{
    text-decoration: underline;
}

form.step-one-form.changePwd .buss-info .form-group {
    width: 100% !important;
}

form.step-one-form.changePwd .buss-info .form-group p.req-fld {
    position: initial;
}
.step-one-form.changePwd .form-group.my-data-btn-grp {
    margin-top: 0px;
}
.step-one-form.changePwd .form-group.my-data-btn-grp p.cstm-btn-info {
    all: initial;
    text-align: center;
    width: 100%;
    background: transparent;
    margin: auto;
    font-size: 13px;
}

/* New Calendar css - Start Here */
.modal-style {
    width: 35%;
}
/* New Calendar css - End Here */

/*traning tab css starts here*/
ul.Trnr-list li:first-child {
    padding: 30px 0 60px;    
}
ul.Trnr-list li {
    padding: 60px 0;
    border-bottom: 1px solid #c3c3c3;
}
.prf-wrap {
    display: flex;
    
}
.prf-wrap .trnr-dtl {
    width: 72%;
     padding-top: 20px;
}
.trnr-pro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 38%;
}
.trnr-pro p {
    padding-right: 0;
}
.trnr-pro figure {
    width: 145px;
    height: 145px;
    margin: 0 auto 15px;
    border-radius: 100%;   
}
.trnr-dtl h4{
    font-size: 14px;
}
.prf-wrap .trnr-dtl .show_filed > h4:not(:first-child) {
    display: none;
}
.prf-wrap .trnr-dtl .show_filed > p{
    display: none;
}
.prf-wrap .trnr-dtl .show_filed > p:nth-child(2) {
    display: block;
}
.prf-wrap .trnr-dtl .show_filed.active > h4{
    display: block;
}
.prf-wrap .trnr-dtl .show_filed.active > p{
    display: block;
}
.prf-wrap .trnr-dtl .show_filed.active .not-active{
    display: none;
}
.prf-wrap .trnr-dtl .show_filed > button{
    display: none;
}
.prf-wrap .trnr-dtl .show_filed > h4 ~ button{
    display: block;
}
.prf-wrap .trnr-dtl .show_filed > p:nth-child(2) + button{
    display: none;
}
.doc-page-nav{
    margin-top: 20px;
}
.doc-page-nav button[disabled="disabled"],.my-booking-sec button[disabled="disabled"]{
    opacity: 0.8;
    color: #aaa;
}
#documentsModal .modal-body{
    padding: 0px !important;
}
#documentsModal .document-header{
    padding: 20px;
    background: #eee;
}
#documentsModal .document-body .document-title{
    padding: 20px;
    text-align: left;
    background: #edf1fb;
}
#documentsModal .document-body .documents{
    padding:10px
}
#documentsModal .document-body .documents thead tr th{
    border-top: 0;
}
.modal-close{
    background: transparent;
    border: navajowhite;
    position: absolute;
    top: 10px;
    right: 10px;
}
.trnr-pro p.tr-name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.trnr-pro p.tr-name span {
    display: block;
    font-weight: 400;
    font-style: italic;
}
.trnr-pro figure img
{
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.trnr-dtl p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    letter-spacing: normal;
    padding-right: 0;
    margin-bottom: 15px;  
    word-break: break-word;
}
.date-n-time{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
ul.Trnr-list li:last-child {
    border: none;
    padding-bottom: 0
}
p.bold-text
{
    font-weight: 700;
}
div#pills-Trainer .flt-btn.more-cont-btn {
    margin-top:20px;
}
/*right side profile css strats here*/
.pro-main-img-wrap .profile-dp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.pro-main-img-wrap .profile-dp {
    height: 227px;
    width: 100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.prf-dp-cont {
    border: 1px solid #979797;
    padding: 20px 40px;
    border-top: 0;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background:#fff;
}
.prf-dp-cont a.cstm-btn,
.reg-form a.cstm-btn,
.reg-form a.cstm-btn:hover,
.prf-dp-cont a.cstm-btn:hover {
    width: 100%;
    min-width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding: 12px 20px;
    color: #fff;
    border-radius: 6px;
   margin: 15px 0 10px;
}
.prf-dp-cont span.img-wrap {
    display: block;
    min-width: 40px;
}
ul.pro-desc li {
    display: flex;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #F2F2F2;
}

ul.pro-desc li  p{
   padding-right: 0;
}
.profile-dp-info {
    border: 1px solid #979797;
    padding: 20px 40px;   
    margin-top: 20px;
    border-radius: 10px;    
    display: flex;
}
.contact_svg{
    height: 38px!important;
}
.info-text {
    padding-left: 20px;
}
.pro-desc li p,
.price-wrap .price p
{
    margin-bottom: 0!important;
}
.info-text p,
.pro-desc li p,
.price-wrap .price p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    letter-spacing: normal;
    padding-right: 0;
    margin-bottom:5px;
}
.info-text h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #000;
    word-break: break-word;
}
.price-wrap {
    display: flex;
    align-items: flex-end;
}
.price-wrap .price {
    padding-left: 15px;
}
.price-wrap .price span.sml-text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.16px;
    margin-left: 3px;
}

.price-wrap .price h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #363636;
}

/*register and login page css starts here*/
.register-sec .regt-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.register-sec .cmpy-info {
    height: 100vh;
    width: 100%;
    max-width: 38%;
    padding-top: 100px;
}
.reg_logo
{
    text-align: center;
    margin-bottom: 115px;
    position: relative;
    z-index: 10;
}
.reg_logo a.logo {
    display: inline-block;
    height: auto;
    width: 120px;
}
.info-carusel {
    color: #fff;    
    text-align: center;
    margin:0 20px;
}
.info-carusel .inner-content{
     width: 100%;
    max-width:70%;
    margin: 0 auto;
}
#carousel-1 .owl-heading {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.46px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
}
#carousel-1 p
{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .21px;
    color: #fff;
}
.info-carusel .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: block!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -390px;
}
.info-carusel .owl-dot {
    height: 9px;
    width: 9px;
    background: #cdcdcd!important;
    border-radius: 50%;
    border: none;
    margin-right: 10px;
}
.info-carusel .owl-dot.active {
    height: 9px;
    width: 9px;
    background: #fff!important;
    border-radius: 50%;
    border: none;
}
.register-sec .prnl-info {
    width: 62%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
}
.prnl-info p.join-us  button{
    background: transparent;
    color: #FAAF1E;
    padding-left: 5px;
    border: none;
}
.prnl-info p.join-us,
.approve-sec  .prnl-info p.join-us {
    text-align: right;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700!important;
    position: absolute;
    /* right: 0; */
    top: 0;
    width: 100%;
    padding: 15px;
}
p.join-us{
    z-index: 999;
}
.regist-form h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:50px;
}
.regist-form h4 span {
    padding-left: 10px;
}
.form-brd{
    padding: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 30px;
}
.regist-form .req-fld,
.menu-form .req-fld, .form-text-wrap .req-fld
{
    text-align: right;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-align: right;
}
.regist-form {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
form.reg-form.login-form .cstm-btn
{
    margin-top: 20px;
}
.reg-form .cstm-btn
{
    margin-top:40px;
}
.reg-form .cstm-btn span {
    padding-left: 10px;
}
.reg-form .cstm-btn {
    width: 100% !important;
    display: inline-flex;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
}
.reg-form label{
    padding-bottom: 5px;
}
.reg-form label,
.reg-form input::placeholder,
.reg-form a.forget-pass,
.reg-form p.tick-cont,
.step-three p,
.step-three u,
.approve-sec .prnl-info p,
.log-out-link,
.menu-box-wrap .menu-cont span.menu-desc
{
    font-size: 12px!important;
    line-height: 17px!important;
    letter-spacing: 0.1px;
    font-weight: 400!important;
}
.reg-form label.container {
    display: flex;
    justify-content: space-between;
    padding-right:0;
}
.reg-form input {
    padding: 9.5px 12px;
    border-radius: 7.5px;
    border-color: #979797!important;
    -webkit-appearance: auto;
    margin-right: 8px;
    font-size: 12px;
}

.pop-up-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
/*custom checkbox css*/
label.container {
  display: block;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  padding-bottom: 0!important;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#maps{
    width: 100%;
    height: 150px;
}
.flexslider .slides img{
    height: 200px !important;
}
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  display: none;
}
.pad-15{
    padding-left: 15px !important;
}
.first-caps a{
    text-transform: capitalize;
}
.checkmark,
.step-one-form.step-two.step-three.reg-form .checkmark,
.chk-overview .inv-cont .form-group.imp_note span.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #979797;
    border-radius:7.5px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label.container input:checked ~ .checkmark:after {
  display: block;
}

form.step-one-form.step-two.reg-form.menu-form.sem-rqt label.container span.checkmark,
.mnge-partpt  .inv-add-form label.container span.checkmark
{
    height: 20px;
    width: 20px;
}
.chk-overview .inv-cont .form-group.imp_note label.container .checkmark:after,
label.container .checkmark:after,
.reg-form.login-form label.container .checkmark:after, 
.step-one-form.step-two.step-three.reg-form label.container .checkmark:after,
form.step-one-form.step-two.reg-form.menu-form.sem-rqt .main-feild label.container .checkmark:after,
form.step-one-form.step-two.reg-form.menu-form.sem-rqt .form-group.tick-agree label.container .checkmark:after {
    left: 5px !important;
    top: 1px !important;
    width: 5px;
    height: 11px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #000;
    background: transparent;
}
.checkmark2 {
    border-radius: 5px !important;
}
body form.step-one-form.step-two.reg-form span.checkmark2::after, .inv-add-form label.container span.checkmark2::after{
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
}
body form.step-one-form.step-two.reg-form span.checkmark2::before, .inv-add-form label.container span.checkmark2::before{
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    z-index: 9;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
section.banner.inv-banner.seminar-srh {
    padding-bottom: 20px;
}
/*registration tabs css starts here*/

.register-tabs .regist-form{
    max-width: 605px;
    margin-top: 130px;
}
.prnl-info.register-tabs {
    display: block;
    padding: 40px 50px;
}
.prnl-info.register-tabs ul#regis-tabs {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    margin-bottom: 55px;
}
.prnl-info.register-tabs ul#regis-tabs li button {
    background: transparent;
    border: none;
    color:#9b9b9b;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 65px;
}
.prnl-info.register-tabs ul#regis-tabs li button.active
{    
    color: #363636;
}
.prnl-info.register-tabs ul#regis-tabs li span{
    height:28px;
    width:28px;
     background:#e6e6e6;
    color:#9b9b9b;   
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}
.prnl-info.register-tabs ul#regis-tabs li button.active span{   
    background:#2D68B5;  
    color: #fff;
}
.process-setp-one .step-text,
.chk-overview .inv-cont .form-group.imp_note p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    color: #9B9B9B;
}
.process-setp-one p.imp-note, 
.menu-form p.imp-note,.form-text-wrap .imp-note {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 60px;
}


.step-one-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step-one-form .form-group {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step-one-form .form-group
{
    width: 100%;
    position: relative;
    z-index: 1;
}
.step-one-form .form-group label.container {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 182px;
    flex-direction: column;
    padding: 0;
    margin:0;
}
.step-one-form .form-group label.container img{
    margin-bottom: 10px;
}
.step-one-form .form-group label.container p
{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.step-one-form .checkmark {
    height: 182px;
    width: 287px;
}
form.step-one-form label.container .checkmark:after {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg); 
    -ms-transform: rotate(0deg);
     transform: rotate(0deg); 
    height: 180px;
    /* width: 285px; */
    width: 100%;
    border-width: 1px;
    border-color: #467abe;
    border-radius: 5px;
    background:#eaf0f7;
    z-index: -1;
}
.form-group.form-btn-grp {
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 0;
}
.form-group.form-btn-grp button,
.form-group.form-btn-grp a
{
    font-weight: 700;
    text-align: center;
}
button.cstm-btn.back-btn.bk-btn {
    text-align: center;
    width: 100%!important;
}
.form-group.form-btn-grp .back-btn,
.form-group.form-btn-grp .back-btn:hover,
button.cstm-btn.back-bttn:hover {
    margin-right: 15px;
    background: #fff;
    color: #363636!important;
    border: none;
}
.form-text-wrap,
.menu-form .form-text-wrap
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.step-one-form.step-two.reg-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    flex-wrap: wrap;
    background: #fff;
}
.step-one-form.step-two.reg-form .form-group {
    width: 47.5%;
}
.step-one-form.step-two.reg-form .form-group:last-child {
    width: 100%; 
    margin-bottom: 0; 
}
/*.step-one-form.step-two.reg-form .form-group:last-child .cstm-btn {
    display: inline-block;
    min-width: 310px;
    max-width: 310px;
}*/
.step-one-form.step-two.reg-form.menu-form.sem-rqt .form-group.form-btn-grp {
    justify-content: flex-start;
    align-items: flex-start;
}
.step-one-form.step-two.reg-form.menu-form.sem-rqt .form-group:last-child .cstm-btn {
    display: inline-block;
    min-width: 274px;
    max-width: 274px;
}
.step-one-form.step-two.reg-form .cstm-btn {
    margin-top:0px;
}
.form-group.add-info {
    display: flex;
    align-items: center;
}
.form-group.add-info .inner-form-grp:first-child {
    width: 33%;
}
.form-group.add-info .inner-form-grp:last-child {
    width: 61%;
}
.reg-form select {
    border: 1px solid #ced4da;
    height: 45px;
    width: 100%;
    border-radius: 7.5px;
    font-size: 12px;
    padding: 9.5px 9px;
    padding-right: 30px!important;
    border-color: #979797!important;
}
.reg-form select:focus,
.reg-form input:focus
{
outline: none;
box-shadow: none;
}

.step-one-form.step-two.reg-form .checkmark,
.inv-add-form label.container .checkmark
 {
    height: 22px;
    width: 22px;
    border-radius: 100%;
}

.step-one-form.step-two.reg-form label.container .checkmark:after,
.inv-add-form label.container .checkmark:after
{
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
    border-width: 1px;
    border-color: #2D68B5;
    border-radius: 5px;
    background: #2D68B5;
    z-index:0;
}
form.step-one-form.step-two.reg-form span.checkmark::after,
.inv-add-form label.container span.checkmark::after {
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
    border-width: 1px;
    border-color: #2D68B5;
    border-radius: 5px;
    background: #2D68B5;
    z-index:0;
}
.step-one-form.step-two.reg-form .form-group label.container {
    min-width:90px;
    max-width: 100px;
    display:unset;
    align-items: unset;
    justify-content: unset;
    height: auto;
    flex-direction:unset;
    padding-left: 30px;
    margin:0;
}
.step-one-form.step-two.reg-form .form-group:first-child
{
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
form.step-one-form.step-two.step-three.reg-form .form-group:first-child,
form.step-one-form.step-two.step-three.reg-form .form-group:nth-child(2)
{
    width:47.5%;
}
form.step-one-form.step-two.step-three.reg-form .form-group
{
    width: 100%;
}
img.info-icon {padding-left: 5px;
    position: relative;
    top: 3px;
}
form.step-one-form.step-two.step-three.reg-form .form-group label.container        
{   
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.form-group.inst-note {
    margin:30px 0;
}
.step-three span.checkmark {
    border-radius: 5px!important;
}
.step-three .form-group label.container {    
    padding-left: 27px!important;
   
}
/*registeration approve section css starts here*/
.approve-sec span.approve {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.approve-sec h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
}
.approve-sec .regist-form {
    max-width: 605px;
}
.approve-sec .regist-form  p
{
    color: #000;
} 
.buss-info.pass-info {
    width: 50%;
    margin: 0 auto 0 0 !important;
}
.buss-info.pass-info .lable-wrap p.req-fld {
    position: relative;
    left: 100%;
}
.approve-sec .regist-form {
    text-align: center;
    margin-top: -150px;
}
.approve-sec p.success-text {
    margin-bottom: 55px;
}
.approve-sec .regist-form p.conf-text {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
.approve-sec .regist-form .cstm-btn
{
    width: 100%;
    max-width:310px;
    margin-top: 105px;
}
/*registeration approve section css ends here*/

/*my account css starst here*/

/*my acciunt header css starts here*/
header li.account-list .dropdown-menu
{
    padding: 0!important;
} 

header li.account-list .dropdown-menu a:last-child
{
    border-bottom: none;
}
header li.account-list .dropdown-menu a {
    border-bottom: 1px solid #e9e8e8;
    text-align: left;
    display: flex!important;
    padding: 16px 20px;
    margin-bottom: 0;
    border-radius: 0;
}
header li.account-list .dropdown-menu a:hover{
    color: #000;
    background:#fff;
}
/*my acciunt header css ends here*/

/*account banner css starts here*/
.my-account-banner {
    
    padding-bottom: 115px!important;
    height: 100%;
}
.my-account-banner .banner-cont{
    max-width: 100%;
}

.my-account-banner h2 {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: .46px;
    margin-bottom: 20px;
}
.logout-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logout-wrap p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .21px;
    padding-bottom: 0;
}
.logout-wrap .log-out-link {
    color: #fff;
    display: flex;
    align-items: center;
}
.logout-wrap .log-out-link img {
    padding-right: 5px;
}
.menu-box-wrap {
    background: #FFFFFF;
    border-radius: 10px;
    padding:45px 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    height: 175px;
    align-items: center;
}
.menu-box-wrap .menu-cont
{
    width: 180px;
}
.menu-box-wrap .menu-cont p.menu-head {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 5px;
    word-break: break-all;
}
.menu-box-wrap figure {
    padding: 38px;
    height: 44px;
    width: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-account-banner .acc-menu {
    margin-top: 75px;
}
.menu-box-wrap figure img
{
    height: 100%;
    width: 100%;
    min-width: 40px;
    object-fit: contain;
}
.menu-box-wrap .menu-cont {
    width: calc(100% - 50px);
}
.menu-box-wrap .menu-cont span.menu-desc
{
    display: block;
}
.acc-menu a.menu-link {
    display: block;
}

/*my data page css starts here*/
.prof-header {
    background: transparent;
    border-bottom: 0px;
    transition: 0.3s;
}






.prof-header .black_icon{
    filter: brightness(0) invert(1);
}

.prof-header.header-resp .black_icon{
    filter: brightness(0);
}


.prof-header form.example input[type=text],
.prof-header.header-resp form.example input::placeholder{
    border-color: #fff;
}
.prof-header li.nav-item.cart-list span
{
    color: #fff;
}

.prof-header .dropdown-menu .dropdown-item{
    color: #000 !important;
}

.prof-header.header-resp #searchField{
    border: 1px solid #000;
}
.line-0{
    line-height: 0px;
}
p.cst-date.color-grey,.color-grey {
    opacity: 0.5;
}
figure.img-grad::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(transparent , rgba(0, 0, 0, 0.5));
}
figure.img-grad {
    position: relative;
}
.cart-close{
    background: transparent;
    border: 0;
}
.inv-cont .inner-wrap p.sub-head{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.my-data-sec {
    margin-top: 70px;
    margin-bottom: 70px;
}
.my-data-sec .cstm-brd ol.breadcrumb li a,
.my-data-sec .cstm-brd ol.breadcrumb li
{
    color: #363636!important;
}
.my-data-sec  .cstm-brd .breadcrumb-item+.breadcrumb-item::before {
    content: '>'!important;
    color: #363636;
}
.cart-d-flex{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}
.desc_cont
{
    margin-bottom: 30px;
}
.desc_cont p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.desc_cont span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .19px;
}
.menu-form {
    border-radius: 30px;
    border: 1px solid #9e9e9e;
    padding: 50px;
    flex-direction: column;
}
.menu-form  .form-text-wrap {
    width: 100%;
}
.menu-form p.imp-note {    
    margin-bottom:35px!important;
}
.req_custom_date{
    height: 45px !important;
    border: 1px solid #979797 !important;
    align-items: center !important;
}
.req_custom_date button.btn{
    height: 43px !important;
    border-radius: 5px;
    background: transparent;
}
.step-one-form.step-two.reg-form .buss-info.req-info .form-group:last-child,
.step-one-form.step-two.reg-form .prnl-info .form-group:last-child {
    width: 48.5%!important;
}
.menu-form .form-group {
    width: 48.5%!important;
}
.menu-form .inner-form-grp:last-child {
    width: 61%!important;
}
.menu-form .inner-form-grp:first-child {
    width: 36%!important;
}
.menu-form .buss-info, .menu-form .prnl-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.menu-form .buss-info
{ padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #a5a5a5;

}

header.prof-header + div {
    min-height: calc(100vh - 288px);
}
.menu-form .form-group.form-btn-grp {
    margin-top: 0;
    width: 100%!important;
    display: flex;
    justify-content: flex-start;
}
.menu-form  .form-group.form-btn-grp button:last-child {
    min-width: 490px!important;
}
/*password menu page css starts here*/

.buss-info.pass-info
{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; 
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
}
.menu-form .buss-info.pass-info .form-group {
    width: 48.5%!important;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.menu-form .buss-info.pass-info .form-group input {
    width: 100% !important;
   
}
.flex-button-request button{
    background: transparent;
    border: 1px solid #000;
    padding: 6px 20px;
    border-radius: 12px;
}
.mt-24{
    top: 24px !important;
}
.menu-form  .lable-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mydata-form-wrap .form-group.form-btn-grp {   
    margin-top: 70px;
    
}
.mydata-form-wrap .form-group.form-btn-grp button,
.mydata-form-wrap .form-group.form-btn-grp a
{
    min-width: 310px;
    /*display: block;*/
    max-width: 310px;
}
.mydata-form-wrap label.info-label {
    display: flex;
    align-items: center;
}
.mydata-form-wrap .my-data-btn-grp {
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
}
.info-note-wrp {
    position: relative;
}
p.cstm-btn-info {
    width: 100%;
    max-width: 70%;
    text-align: center;
    font-style: italic;
    font-size: 10px;
    line-height: 14px;
    display: block;
    align-items: baseline;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
}
.form-group.gend-grp {
    padding-left: 17px;
    width: 100%!important;
    justify-content: flex-start;
}
p.cstm-btn-info img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.menu-cont::after {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: -20px;
    bottom: -20px;
    background: #afafaf;
}
.menu-cont {
    position: relative;
    padding-left: 20px;
}
footer.b-calendar-footer {
    position: relative;
}
footer.b-calendar-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal_title_left label {
    font-size: 20px!important;
    left: 0px;
}
.view_title h3{
    font-size: 25px!important;
    margin-top: 12px !important;
}
/*  my booking page css starts here*/
.menu-form .booking-table th
{
border: none;
}
.menu-form .booking-table th,
.menu-form .booking-table td
{
    padding:12px 5px;
    vertical-align: middle;

}
.all_data p{
    color: #363636;
}
.menu-form .booking-table th p
{
    font-size: 12.5px;
    line-height: 20px;
    font-weight: 700;
}
.menu-form .booking-table td span,
.status p ,
.menu-form .booking-table td  p{
    font-size: 12px;    
    line-height: 17px;
    font-weight: 400;
    color: #000;
}
.menu-form .booking-table td .date-wrap,
.menu-form .booking-table td .learing-text p  {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.date-wrap img {
   padding-right: 5px;
   min-width: 25px;
}
.menu-form .booking-table td  p.title-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #000;
}
.menu-form .booking-table td:first-child {
    width: 330px;
}
.menu-form .booking-table td:nth-child(2) {
    width: 160px;
}
.menu-form .booking-table td:nth-child(3) {
    width: 180px;
}
.menu-form .booking-table td:nth-child(4) {
    width: 120px;
}
.menu-form .booking-table td:nth-child(5) {
    width: 120px;
}
.status 
{
    display: flex;
    align-items: center;
}
.status span {
    background: #77b32b;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: block;
    margin-right: 5px;
}
.menu-form .booking-table .downld {
    text-align: center;
}
.menu-form .booking-table td .learing-text p img {
    padding-right: 10px;
}

.table_custom_design tbody td {
    border: none;
    vertical-align: bottom;
}
.table_custom_design tbody tr:nth-child(odd) {
    background: #fafafa;
}
.table_custom_design tbody td span {
    font-size: 14px;
}
.table_custom_design tbody td h4 {
    font-size: 22px;
}
/*payment method page css starts here*/

.menu-form .booking-table.payment-method td:first-child,
.menu-form .booking-table.payment-method th:first-child{
    width:105px;
}
.menu-form .booking-table.payment-method td:nth-child(2),
.menu-form .booking-table.payment-method th:nth-child(2){
    width: 200px;
}
.menu-form .booking-table.payment-method td:nth-child(3),
.menu-form .booking-table.payment-method th:nth-child(3){
    width: 180px;
}
.menu-form .booking-table.payment-method td:nth-child(4),
.menu-form .booking-table.payment-method th:nth-child(4){
    width: 120px;
}
.menu-form .booking-table.payment-method td:nth-child(5),
.menu-form .booking-table.payment-method th:nth-child(5){
    width: 120px;
}
th.Zahlungsart,
th.als
{
    text-align:right;
}
.menu-form .payment-method .rmv-pay ,
.menu-form .payment-method .Standard-wrap
{
    text-align: right;
}
.menu-form .payment-method .rmv-pay i {
    color: red;
    font-size: 25px;
    padding-right:15px;
}

.menu-form .payment-method .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.menu-form .payment-method .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.menu-form .payment-method .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-form .payment-method .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.menu-form .payment-method input:checked + .slider {
  background-color:#73B639;
}
.menu-form .payment-method input:focus + .slider {
  box-shadow: 0 0 1px #73B639;
}
.menu-form .payment-method input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.menu-form .payment-method .slider.round {
  border-radius: 34px;
}
.menu-form .payment-method .slider.round:before {
  border-radius: 50%;
}
.menu-form .payment-method img {
    width:50px;
}
.card-dtl {
    display: flex;
    align-items: center;
}
.card-dtl ul.cstm-dots
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
}
.card-dtl ul.cstm-dots:last-child
{
    margin-right: 0;
}
.card-dtl ul.cstm-dots li
{
    padding-right: 2px;
}
.card-dtl ul.cstm-dots li:last-child
{
    padding-right: 0;
}
.card-dtl ul.cstm-dots li p {
    height: 9px;
    width: 9px;
    background: #000;
    border-radius: 100%;    
}
.menu-form .table.booking-table.payment-method tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
.menu-form  .paypal-track {
    margin-top: 45px;
}

/*seminar request page css starts here*/
.sem-rqt .form-group label.container p{
    color: #000;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}
.sem-rqt .checkmark
{
    top: -2px;
}
.step-one-form.step-two.reg-form.sem-rqt .form-group:last-child
{
    margin-bottom: 16px;
    width: 100%!important;
}
.form-group.tick-agree label.container {
    min-width: 100%!important;
}
.form-group.tick-agree {
    margin-top: 35px;
}

.form-group.tick-agree span.checkmark {
    border-radius: 5px!important;
}
/*.sem-rqt .buss-info.req-info {*/
/*    padding-bottom: 0;*/
/*    margin-bottom: 0;*/
/*    border-bottom: 0;*/
/*}*/
.req-info p.req-fld {
    color: #000;
}
.req-info .main-feild {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 30px;
}
.step-one-form.step-two.reg-form.menu-form.sem-rqt .main-feild .form-group {
    width: 31.5%!important;
}
.home-serch-sec{
    position: relative;
    /* z-index: 1000; */
}
.seminar-srh .container {
    /* z-index: 2; */
    position: relative;
}
select
{
    background: transparent;
    appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url(../images/select-angle.png) !important;
   background-size: 14px;
   z-index: 9;
   background-repeat: no-repeat !important;
   background-position: right 10px center !important;
}
/* section.banner.seminar-srh::after {
    background-image: url(/ext/simply_org_newTheme/Resources/Public/images/new-circe.png);
    content: "";
    position: absolute;
    left: -36%;
    right: 0;
    top: -37px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
} */

.login.banner.seminar-srh::after {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: -660px;
    bottom: 260px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(350deg);
    border-radius: 50%;
}

.main-feild span i {
    color: #000;
}
.main-feild .feild-wrap {
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.main-feild .feild-wrap input,
.main-feild .feild-wrap select 
{
    padding-left:40px!important;
}
.main-feild .feild-wrap select
{
    font-weight: 700;
}
.main-feild span.img {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    height: 18px;
}
.semin-banner {
    min-height: 400px;
    height: 100%;
}

.menu-form.sem-rqt .form-group.form-btn-grp
{
    margin-top: 35px;    
}
.menu-form.sem-rqt .form-group.form-btn-grp button:last-child
{
    min-width: auto!important;

}

/*seminar request approve page css starts here*/
.semin-banner .approve-sec {
    border-radius: 10px;
    border: 1px solid #cecece;
    padding: 83px 76px;
    flex-direction: column;
    margin-top: 0;
}
.semin-banner .approve-sec .regist-form
{
     margin-top: 0;
}
.semin-banner p.success-text {    
    padding-bottom: 0;
    margin-bottom: 50px;
}
.semin-banner .success-text,
.semin-banner .reff-no,
.semin-banner .conf-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .19px;
    max-width: 100%!important;
}
.semin-banner .form-group.form-btn-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}
.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-links p
{
    padding-bottom:0;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .19px;
    max-width: 100%!important;
    padding-right:40px;
}
ul.scl-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.scl-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
ul.scl-list li:last-child
{
margin-right: 0;
}
ul.scl-list li i {
   color: #fff;
   font-size: 14px;
}
.thanks-banner {
    height: 100%;
    min-height: 430px;
    padding-bottom:178px!important;
}
.approve-sec.req-app .form-group.form-btn-grp {
    margin-top: 165px;
}

/*seminar all search page css starts here*/
.seminar-srh
{
    height: 100%;
}
.srh-bar button i
{
    color: #9B9B9B;
}
.srh-bar input,
.srh-bar input::placeholder
{
    color: #000;
}
.trng-flt-wrap {
    padding: 25px 30px;
}
.srh-bar button i {
    color: #000;
}
.all-search-bar {
    padding: 15px 30px;
    width: 100%;
    max-width: 675px;
    margin: -36px auto 40px;
}
.srh-bar input[type=text]
{
    padding-left: 40px;
    font-size:16px;
    letter-spacing: .21px;
    line-height: 22px;
    color: #000;
}
.all-search-bar .select-selected {
    font-weight: 700;
    text-align: left;
}
.all-search-bar .select-items {    
    left: -33px;   
    width: 300px;
}
.all-search-bar .select-items div {
    text-align: left;
    font-weight: 700;
}
.all-search-bar .form-group.srh-bar
{
  min-width:340px;
    max-width: 340px;   
    margin: 0 20px 0 0px;
}
.all-search-bar .filt-up-trng .form-group:last-child {
    min-width: 255px;
    max-width: 270px;
    margin: 0 0 0 20px;
}
.all-search-bar .filt-up-trng .form-group:last-child::before {
    display: none;
}
.all-search-bar .filt-up-trng .form-group::before {    
    top: 50%;
    height: 34px;  
    transform: translateY(-50%);
}

/*checkout invoice address css starts here*/

.inv-banner {    
   
    padding-bottom: 180px;
}
.inv-banner .banner-cont {
    max-width: 100%;
}
.inv-banner .banner-cont p
{
    padding-bottom: unset;
}
.inv-bg {
    border-radius: 10px;
    padding:55px 50px;
    color: #000!important;
}
.inv-cont p.step-text
{
    color: #9B9B9B;
    font-size: 12px;
    font-weight:400;
    line-height: 17px;
    padding-bottom:5px;
}
.inv-cont p.imp-note
{
    color: #363636;
    font-size: 20px;
    font-weight:700;
    line-height: 27px;
    padding-bottom: 40px;
}
.inv-cont .inv-add-form p
{
    color: #000;
}
.inv-cont .inner-wrap {
    border: 1px solid #979797;
    border-radius: 7.5px;
    padding: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}
.inv-cont .inner-wrap p span {
    margin-right: 10px;
}
.inv-add-form .checkmark {
   
    top: 50%;   
    transform: translateY(-50%);
}
/*.inv-add-form .cstm-checked {
  background: red;

}*/
.inv-cont .inner-wrap p
{    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.inv-cont .inner-wrap span
{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.inv-cont .inv-add-form label.container
{
    padding-right: 0;
}
.inv-cont .inv-add-form .modal-grp
{
    padding-left:40px;
    margin-top: 30px;
}
.inv-cont .inv-add-form .modal-btn {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f5f5f5;
    padding: 10px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.modal-btn:focus {
    outline: none;
}
.inv-add-form .modal-btn span {
    padding-right: 3px;
}
.inv-add-form .modal-btn i {
    font-size: 9px;
    color: #363636;
    line-height: 17px;
}
.inv-add-form .form-group.form-btn-grp {   
    margin-top: 57px;   
}
.inv-add-form .form-group.form-btn-grp .back-btn {
    margin-right: 5px;
  
}
/*invoice cart detl css starts here*/
.cart-dtl.inv-bg {
    padding-top: 75px;
}
.cart-dtl-table tbody tr th,
.cart-dtl-table tbody tr td
{
    padding: 12px 3px;
}
.cart-dtl-table tbody tr th p,
.cart-dtl-table tbody tr td p,
p.cst-date
{
    font-size: 12px!important;
    line-height: 17px!important;
    font-weight: 700;
    color: #000!important;

}
.cart-dtl-table tbody tr td p.prodt-price,
.cart-dtl-table tbody tr th p.prdt-dec,
.cart-dtl-table tbody tr td p.prdt-dec,
p.prdt-dec {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}
.cart-dtl-table tbody tr th p.cst-date,
p.cst-date {
    display: flex;
    align-items: center;
    font-weight: 400!important;
}

.cart-dtl-table tbody tr td p .img-wrap,
.cart-dtl-table tbody tr th p .img-wrap,
.shop-cart span.img-wrap
{
    padding-right: 7px;
}

.tax
{
    font-weight: 400!important;
}
.cart-dtl-table tbody tr:nth-child(2) th, .cart-dtl-table tbody tr:nth-child(2) td {
    padding: 20px 0 25px 0;
}
.cart-dtl-table tbody tr td 
{
    text-align: right;
}
.cart-dtl-table tbody tr th {
    width: 235px;
}
.cart-dtl-table tbody tr p.ttl-amm
{
    font-size:22px !important;
    line-height:30px !important;
}

/*new address modal css starts here*/

.new-add .modal-dialog {
    max-width: 650px; 
    border-radius: 10px;  
     
}

.new-add .modal-content
{
    border-bottom: none;       
    padding: 15px;
    position: relative;
}
.new-add .modal-header
{
    display: flex;
    padding: 0;
    flex-direction: column;
    border-bottom: none;    
}
.new-add  button.close:focus
{
    outline: none;
}
.new-add button.close, .new-add .close span {
    position: absolute;
    top: 25px;
    right: 21px;
    padding: 0;
    height: 17px;
    width: 17px;
}
.new-add  .form-group.add-info .inner-form-grp:last-child {
    width: 62%;
}
.new-add .step-one-form.step-two.reg-form .form-group.full_wdth
{
    width:100%;
}
.new-add .main-ttl
{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #363636;
    margin-bottom:30px;
}
.new-add .form-group.form-btn-grp {
    margin-top: 35px;
}
/*checkout overview css starts here*/
.chk-overview .inner-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    border: none;
    margin-left: 7px;
}
.chk-overview .inner-wrap p
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.chk-overview ul.card_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.chk-overview ul.card_list span.img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.chk-overview ul.card_list li {
    height: 30px;
    width: 58px;
    border-radius: 5px;
    border:1px solid #ccc;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chk-overview ul.card_list li:last-child
{
    margin-right: 0;
}
.chk-overview .inv-cont .inner-wrap p
{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.chk-overview .inv-cont .inner-wrap p span
{
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}
.chk-overview ul.card_list li img{
   
   height: 13px;
   object-fit: contain;
}
.chk-overview .inv-add-form .checkmark
{
    top: 0;
    transform:unset;
}
.chk-overview form.inv-add-form .form-group:first-child {
    border-bottom: 2px solid #e1e0e0;
    margin-bottom: 48px;
    padding-bottom: 0;
}
.chk-overview .inv-cont .inv-add-form label.container {
    padding-right: 0;
    margin-bottom: 31px;
}
.chk-overview .inv-cont .inv-add-form label.container:last-child {
   
    margin-bottom: 25px;
}
.chk-overview .inv-cont .form-group.imp_note p a,
.chk-overview .inv-cont .form-group.imp_note p 
{
    color: #363636;
}
.chk-overview .inv-cont .form-group.imp_note p
{
    display:inline-block;
}
.form-group.imp_note label.container
{
    margin-bottom: 0!important;
}
.form-group.imp_note label.container .inner-wrap {
    margin-bottom: 10px;
}
.chk-overview .form-group.form-btn-grp {
    margin-top: 45px;
  
    padding-left: 0!important;
}

/*Shopping _cart_participants page css starts here*/
.cart_desc {
    margin-top: 70px;
}
.cart_desc p.cart-cont {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    padding-bottom: 35px;
     border-bottom: 1px solid #9B9B9B;
}
.shop-cart tbody tr td {
    vertical-align: middle;
    padding: 49px 12px;
   
     border-bottom: 1px solid #9B9B9B;
}
.shop-cart tbody tr td:first-child
{
    padding-left: 0;
   
}
.shop-cart tbody tr td:last-child
{
    padding-right: 0;
     padding:35px 12px;
}
.shop-cart tbody tr:last-child td
{
    border: none;
}
.shop-cart  .prdt-dtl {
    display: flex;
    align-items: center;   
}
.shop-cart  .prdt-dtl {
    display: flex;
    align-items: center;   
}
.shop-cart .form-group.modal-grp {
    margin-left: 65px;
    margin-bottom: 0;
}
.shop-cart .modal-btn {
    background: #2D68B5;
    color: #fff;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 17px;
    border: 1px solid #2d68b5;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
}
.remove-cart {
    text-align: right;
}
.vat-wrap  {
    text-align: right;
    margin-right:30px;
}
.vat-wrap p {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    display: block;
    text-align: right;
}
.vat-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vat-cont.total-prz .vat-wrap {
    margin: 0;
}
.vat-wrap p span {
    margin-left: 5px;
}
.cart_desc .form-group.form-btn-grp.modal-grp {
    justify-content: flex-end;
    display: flex;
    margin-top: 0;
}
.cart_desc .form-group.form-btn-grp.modal-grp button
{
    min-width: 232px;
}
/*manage participant modal css starts here*/
.mnge-partpt .inv-cont {
    width: 100%;
}
.mnge-partpt .inv-cont .inner-wrap {
    flex-direction: row;
    align-items:center;
}
.mnge-partpt .inv-cont .inner-wrap span.edit-icon {
    margin-left: auto;
}
.mnge-partpt .inv-cont .inner-wrap p.sub-head {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.modal-open
{
    padding-right: 0!important;
}

.mnge-partpt .inv-cont .inner-wrap {   
    margin-bottom: 12px;    
    margin-left: 10px;
}
.mnge-partpt span.checkmark 
{
    border-radius: 5px!important;
}
.mnge-partpt  .inv-add-form label.container span.checkmark::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #000;
    background: transparent;
}
.display-none div#mnge-partpt {
   
    opacity: 0;
}
/*add-partpt modal css starts here*/
.add-partpt .form-group.form-btn-grp
{
    justify-content: flex-start;
}
/*miscellaneous page css starts here*/
.impt-desc{
    margin-top:25px;
}
.impt-desc h4
{
    border: none;    
    font-size:22px;
    line-height: 30px;
    padding-bottom: 25px!important;
    color: #000;
    font-weight: 700;

}
.impt-desc p
{
    font-weight: 700;
}
.impt-desc span,
.impt-desc p
{
    padding-bottom: 22px!important;
    font-size: 14px;
    line-height:22px;
    display: block;
    color: #000
}
.impt-desc span:last-child
{
    padding-bottom: 0!important;
}
.impt-desc address {
    font-size: 14px;
    line-height: 22px;
    white-space: pre-line;
    padding-bottom:45px;
    color: #000;
}
/*.manage-part .display-none
{
    display: none;
}*/

/*404 error page css starts here*/
.error-banner {
    min-height: 400px;
    padding-bottom: 185px!important;
    height: 100%;
}
.error-banner .banner-cont {
    max-width: 100%;
}
.approve-sec.error-page-sec {
    padding: 89px 76px 115px;
}
.error-page-sec h4.error {
    font-size: 150px;
    line-height: 150px;
    letter-spacing:.59px;
    margin-bottom: 0;
}
.error-page-sec p.success-text {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 22px;
}
.error-page-sec p.conf-text {
    font-size: 16px;
    line-height:28px;
    font-weight:400;
    max-width: 65%!important;
}
.error-page-sec .form-group.form-btn-grp {
    margin-top: 30px;
}
.error-page-sec .cstm-btn.save-changes
{
    min-width: 310px
}
.modal {
    padding-right: 0!important;
}
.prof-header.header-resp {
    transition: 0.3s;
    border-bottom: 1px solid #979797;
    z-index: 1001;
}
a.cstm-btn.save-changes:hover
{
    color: #fff!important;
}
.mt-180{
    margin-top: 180px;
}
.form-group.form-btn-grp.modal-grp.amzpay {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.amzpay > div {
    order: -1;
    width: 100%;
}

#cookies{
    background: #fff;
    padding: 20px;
    position: fixed;
    right: 20px;
    width: 100%;
    max-width: 335px;
    border-radius: 10px;
    top: 136px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
#cookies h1{
    font-size: 20px;
    color: #3875b4;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
#cookies p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
#cookies .cookies-btn{
    display: block;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 180px;
    margin: 20px auto 0;
    padding: 10px 15px;
}


@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
       #diff_billing{
        appearance: initial !important;
        -moz-appearance: initial !important;
        -webkit-appearance: initial !important;
       }
    }
}
.approve-sec .regist-form .cstm-btn {
    width: 100%;
    max-width: 310px;
    margin-top: 105px;
    /*display: block;*/
    margin: 105px auto 0;
}
.dtl-cont-box li {
    list-style-type: none;
}
.detailSeminarTab ul li{
    list-style-type: circle !important;
}
.detailSeminarTab ol li{
    list-style-type: decimal;
}
.dtl-cont-box p.last-cont,
ul.Trnr-list li
{
    position: relative;
}
/* .dtl-cont-box p.last-cont::after,
ul.Trnr-list li:last-child::after {
    position: absolute;
    content: '';
    background: url(../images/blur-shadow.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 9;
} */
ul.Trnr-list li:last-child::after
{
    height: 112px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -4px;
    opacity: 1;
    z-index: 9;
}
.add-partpt .form-group.form-btn-grp a{
    width: unset!important;
    min-width:124px!important;
    max-width: unset!important;
}
img.black_icon {
    display: none;
}
ul.basic-dtl li img {
    height: 18px;
    width: 17px;
}
form.example img{
    height: 15px;
    width: 15px;
}
.shop-cart-part .cart_desc .form-group.form-btn-grp.modal-grp .cstm-btn,
/*.new-add .cstm-btn,
.new-add.add-partpt */.cstm-btn
{
    min-width: 274px!important; 
    width: unset!important;
    max-width: unset!important;
    display: inline-flex;
    justify-content:center
}
.shop-cart-part .cart_desc .form-group.form-btn-grp.modal-grp .cstm-btn.back-btn, 
/*.new-add .cstm-btn.back-btn,
.new-add.add-partpt*/ .cstm-btn.back-btn 
{
    min-width: 124px!important;
    width: unset!important;
    max-width: unset!important;
    display: inline-flex;
}
.form-group.srh-bar img
{
    height: 19px;
    width: 18px;
}
.prof-header .black_icon {
    display: block;
}
.prof-header .white_icon {
    display: none;
}
form.step-one-form.step-two.reg-form.menu-form.sem-rqt .buss-info.req-info .main-feild .form-group:last-child {
    /* width: 31.5%!important; */
}
.add-date-range{
    margin-top: 22px;
    padding: 0px;
    width: 45px;
    height: 45px;
    border: transparent;
    font-size: 31px;
    border-radius: 5px;
    font-weight: bold;
}
.pos-r-z{
    position: relative;
    z-index: 99;
}
.dtl-cont-box .active_cstm {
    text-align: center;
}
.new-add .form-group.form-btn-grp {
    justify-content:flex-start;
}
h4.success-text {
    font-size: 40px;
    font-weight: bold;
}
p.success-text {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
}
p.conf-text {
    margin-top: 45px;
    font-weight: 600;
    font-size: 18px;
}
.w-auto{
    width: auto;
}
a.cstm-btn.mt-20.router-link-active.save-changes {
    margin-top: 120px;
    font-weight: 600;
    font-size: 18px;
}
.billingAddModal .modal-dialog, #billingAddModal .modal-dialog {
    width: auto;
    max-width: 620px;
}
#billingAddModal .modal-content, #billingListModal_New .modal-content, .billingAddModal .modal-content{
    padding: 42px;
    border-radius: 12px;
}

.billingAddModal .modal-content h4, #billingAddModal .modal-content h4{
    font-weight: bold;
    margin-bottom: 30px;
}
#billingListModal .modal-dialog {
    /* width: 100%;
    max-width: 620px;
    height: 100%;
    display: flex;
    align-items: center; */
}
#billingListModal .modal-content,#billingListModal_New .modal-content{
    padding: 42px;
    border-radius: 12px;
}

#billingListModal .modal-content h4,#billingListModal_New .modal-content h4{
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}
span.input-group-addon.d-flex.align-items-center.border-1 {
    border: 1px solid #d6d6d6;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    justify-content: center;    
    width: 35px;
}
.home-serch-sec .sub-heading {
    text-align: center;
}
.home-serch-sec .sub-heading p span.cstmn-higlt {
    color:#2D68B5;
}

form.step-one-form.step-two.reg-form.menu-form.sem-rqt .buss-info.req-info {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
form.sem-rqt .buss-info.req-info {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
form.step-one-form.step-two.reg-form.menu-form.sem-rqt .buss-info.req-info .form-group:last-child {
    width: 100%!important;
}

span#toggleLoginPassword {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
/* .d-none {
    display: none !important;
} */
.font-fixed{
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
#diff_billing {
    appearance: auto !important;
    -moz-appearance: auto !important;
     -webkit-appearance: auto !important;
}
.mt-25{
    margin-top: 25px !important;
}
.forget-form p.remember-text {
    font-size: 14px;
    margin-bottom: 25px;
}
.all_type_view.grid .tab_data ul li .all_data p.byYou {
    display: none;
}

.forget-form a.cstm-btn.back-bttn {
    background: transparent;
    color: #363636!important;
    border: none;
    padding: 0 20px!important;
}
.sem-acc a[data-parent*="#accordion"]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -80px;
    z-index: 9;
}

/* Datetimepicker fixes for calendar - Start Here */
#modal_trainer_calendar .modal .modal-header{
    padding-bottom:6px !important;
}
#modal_trainer_calendar.modal:before{
    display:none !important;
}
#modal_trainer_calendar.modal.show .modal-dialog{
    margin:10px 0 !important;
}
.context-menu-list  + .datetimepicker,
.context-menu-list + .datetimepicker + .datetimepicker + .datetimepicker{
    z-index: 99999 !important;
}
.context-menu-list  + .datetimepicker + .datetimepicker,
.context-menu-list + .datetimepicker + .datetimepicker + .datetimepicker + .datetimepicker{
    z-index: 99999 !important;
}
.datetimepicker-dropdown-top-right::after,.datetimepicker-dropdown-top-right::before {
    display: none !important;
}
/* 
@media all and (max-width:1163px){
    #modal_trainer_calendar .manager-auto-select .v-select.vs--single.vs--searchable,
    #modal_trainer_calendar .manager-auto-select .v-select.vs--single.vs--searchable .vs__dropdown-toggle{
        height:40px !important;
    }
} */

/* @media screen and (max-height: 672px) {
    #modal_trainer_calendar .modal-dialog {
        transform: scale(0.8) !important;
        -webkit-transform: scale(0.8) !important;
    }
} */
/* Datetimepicker fixes for calendar - End Here */

#form-panes {
    width: 100%;
}
.carousel{
    position: static;
}
.register-sec .cmpy-info{
    position: relative;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 5px;
}
.carousel-indicators {
    bottom: 50px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  

@media all and (max-width: 1100px){
    .prnl-info.register-tabs ul#regis-tabs li button{
        margin-right: 24px;
    }
    .step-one-form .checkmark{
        width: 100%;
    }
}
.custom_select select {
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;    
    text-overflow: ellipsis;
    padding-right: 30px !important;
}
.custom_input {
    appearance: initial !important;
    -webkit-appearance: initial !important;
    all: inherit;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    font-size: initial;
    line-height: initial;
}
.custom_fields label {
    display: flex;
    align-items: center;
    margin: 2px 0;
}
.custom_fields label p {
    margin-right: 7px;
    width: 37px;
}
.custom_fields label input.custom_input {
    max-width: 152px;
    padding: 2px;
}
#credit_card .form-group,#SEPA_direct_debit .form-group {
    margin-bottom: 13px;
}
.image_circle{
    height: auto;
    max-width: 100%;
    width: 100%;
}

.header_desc{
    font-size: 14px;
    font-weight: bold;
}

.register-sec .cmpy-info {
    position: sticky;
    top: 0;
    z-index: 1;
}
.custom_right_section {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #a0a0a0;
}
.custom_left_section {
    border-radius: 10px 0 0 10px;
}
.custom-scroll {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 20px;
}
.custom-scroll::-webkit-scrollbar{
    width: 5px;
    border-radius: 100px;
}
.custom-scroll::-webkit-scrollbar-track{
    background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb{
    background-color: rgba(156, 156, 156,0.5);
    border-radius: 100px;
}   
.cart-dtl-table tbody tr:first-child th, .cart-dtl-table tbody tr:first-child td {
    border-top: none;
}
.custom_tool_relative{
    position: relative;
}
.tab_data ul li .all_data span.no_delete_icon {
    width: 40px;
}
.tab_data ul li .all_data 
 span.delete_my_document {
    width: 40px;
}
.custom_tool_relative .custom_tool {
    position: absolute;
    background: black;
    border-radius: 4px;
    color: white;
    padding: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 20px;
    display: none;
    white-space: nowrap;
    z-index: 999;
}
.text-height-0{
    line-height: 0;
}
.custom_tool_relative .custom_tool::after {
    position: absolute;
    content: "";
    border: 8px solid;
    border-color: transparent #000 transparent transparent;
    top: -15px;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform:translateX(-50%) rotate(90deg);
    left: 50%;
}
.custom_tool_relative:hover .custom_tool{
    display: block;
}
.custom_tool_relative.tool-type-yellow .custom_tool {
    top: 33px;
}

.custom_tool_relative.tool-type-red .custom_tool {
    top:44px;
}


.custom_headline {
    margin-bottom: 8px;
    line-height: 28px;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px;
}
.custom_headline h4.panel-title span {
    font-size: 22px;
    color: #ffcc00;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.custom_headline .stats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.custom_headline .stats span {
    background: #3399ff;
    padding: 0px 7.5px;
    margin-right: 4px;
    border-radius: 3px;
    color: #fff;
    line-height: 25px;
    height: 25px;
}
.custom_headline .stats p {
    background: #77b32b;    
    border-radius: 50%;
    padding: 3px 7.5px;
    margin: 0;
    color: white;
}
.custom_headline h4.panel-title {
    display: flex;
    align-items: center;
}
.trainer_title {
    font-size: 18px;
    font-weight: bold;    
    color: #464646;
}
.more_info{
    font-size: 15px;
    font-weight: 600;
}
.all-revert{
    all:revert
}
.star_design{
    font-size: 22px;
    color: #ffcc00;
}
.text-very-small{
    font-size: 13px;
}
.eye-control{
    position: relative;
}
.eye-control input{
    padding-right: 37px;
}
.eye-control .main-eye{
    position: absolute;
    top: 28px;
    right: 5px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.top_bar_area .left_side .nav-tabs {
    border: none;
}
.top_bar_area .left_side .nav-tabs li a {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 17px;
    color: rgb(24, 24, 24);
}
.top_bar_area .left_side .nav-tabs li + li{
    margin-left: -1px;
}
.top_bar_area .left_side .nav-tabs li:first-child a {
    border-radius: 6px 0 0 6px;
}
.top_bar_area .left_side .nav-tabs li:last-child a {
    border-radius: 0px 6px 6px 0px;
}
.top_bar_area .left_side .nav-tabs li a.active {
    background: #3473bb;
    color: white;
}
.top_bar_area .right_side {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.top_bar_area .right_side .grid {
    max-width: 25px;
    line-height: 0;
    margin-right: 15px;
}
.top_bar_area .right_side .list{
    max-width: 32px;
    line-height: 0;
}
.top_bar_area .right_side div{
    opacity: 0.4;
    cursor: pointer;
}
.top_bar_area .right_side div.active{
    opacity: 1;
}
.top_bar_area .right_side div button {
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}
.all_type_view {
    margin-top: 30px;
}
.all_type_view .headlines{
    margin-bottom: 30px;
}
.all_type_view .headlines ul {
    display: flex;
    display: -webkit-flex;
}
.all_type_view .headlines ul li {
    width: 20%;
    font-weight: bold;
}
.tab_data ul li .image {
    display: none;
}
.tab_data ul li .all_data {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.tab_data ul li .all_data p,
.tab_data ul li .all_data .download {
    width: 20%;
    word-break: break-word;
    padding-right: 10px;
}
.all_type_view.grid .tab_data ul li .all_data .download.no-download-data a {
    opacity: initial;
}
.tab_data ul li .all_data .download a {
    display: flex;
    display: -webkit-flex;
    color: #3473bb;
    align-items: center;
}
.tab_data ul li .all_data .download a img {
    width: 100%;
    max-width: initial;
    background: #fff;
    padding: 10px;
}
.tab_data ul li {
    padding: 13px;
}
.tab_data ul li:nth-child(odd){
    background: rgba(196, 189, 189,0.5);
}
.all_type_view.grid .headlines {
    display: none;
}
.grid .main-title-seminar{
    word-break: break-word;
}
.grid .date-format{
    font-size: 14px;
}
.all_type_view.grid .tab_data ul {
    display: flex;
    flex-wrap: wrap;
}
.all_type_view.grid .tab_data ul li {
    width: 33.33%;
    margin: 15px 0;
    display: flex;
    align-items: start;
    display: -webkit-flex;
    position: relative;
    padding: 0;
}
.all_type_view.grid .tab_data ul li:nth-child(odd){
    background: transparent;
}
.all_type_view.grid .tab_data ul li .all_data {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.all_type_view.grid .tab_data ul li .all_data p{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.Pres-sem-btn img {
    filter: invert(1);
}
.all_type_view.grid .tab_data ul li .all_data p:first-child{
    font-weight: bold;
}
.all_type_view.grid ul li .image {
    display: block;
    width: 100%;
    background: #e8e8e8;
    max-width: 90px;
    min-width: 90px;
    margin-right: 15px;
}
.all_type_view.grid .tab_data ul li .all_data .download {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 90px;
    bottom: 0;
    top: 0;
    z-index: 99;
}
.all_type_view.grid .tab_data ul li .all_data .download a {
    width: 100%;
    height: 95px;
    position: absolute;
    left: 0;
    overflow: hidden;
    opacity: 1;
    transition: 0s;
    -webkit-transition: 0s;
    background: #fff;
}
.all_type_view .tab_data ul li .all_data .download a img {
    background: transparent;
    width: 70px;
}
.all_type_view.grid .tab_data ul li .all_data .download a img {
    width: 100%;
}
.all_type_view.grid .tab_data ul li .all_data span.delete_my_document {
    display: none;
}
.tab_data ul li .all_data p span + span {
    display: none;
}
.all_type_view.grid .tab_data ul li .all_data p span {
    border-left: 1px solid #a0a0a0;
    margin-left: 5px;
    padding-left: 8px;
}
.all_type_view.grid .tab_data ul li .all_data p span + span {
    display: block;
}
.headline_area {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.headline_area .right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.headline_area .right .filter {
    max-width: 35px;
    width: 100%;
    cursor: pointer;
    line-height: 0;
}
.headline_area .right .search {
    width: 100%;
    margin-right: 15px;
    border: 1px solid #000;
    border-radius: 7px;
    overflow: hidden;
}
.headline_area .right .search input {
    border: navajowhite;
    padding: 7px 10px;
}
.headline_area .right .search form {
    display: flex;
    display: -webkit-flex;
}
.headline_area .right .search button {
    border: none;
    background: transparent;
    width: 35px;
    outline: none;
    cursor: pointer;
}
.headline_area .right .search button img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 !important;
    opacity: 1;
}
.filter_area {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}
.clear_complete {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.clear_complete .clear_filter {
    background: no-repeat;
    border: none;
    color: red;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}
.clear_complete .complete {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    position: relative;
}
.clear_complete .complete input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
}
.clear_complete .complete input[type="checkbox"]:checked + span {
    width: 9px;
    height: 5px;
    position: absolute;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 8px;
}
.datepickerIssue footer.b-calendar-footer::after{
    display: none;
}
.mw-100{
    max-width: 100%;
}
.custom_table th{
    border-top: none;
    font-weight: bold;
}
.custom_table th,
.custom_table td{
    padding: 12px 5px;
    vertical-align: middle;
}
.custom_check_radio {
    position: relative;
}
.custom_check_radio input[type="radio"] {
    display: none;
}
.custom_check_radio span {
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #a9a9a9;
    display: block;
    border-radius: 100px;
}
.custom_check_radio input:checked + span::after {
    position: absolute;
    width: 9px;
    height: 9px;
    background: black;
    content: "";
    border-radius: 100px;
    left: 4px;
    top: 4px;
}
.cross-over{
    text-decoration: line-through;
}
button.plus_minus_cta {
    width: 20px;
    height: 20px;
    border: none;
    background: #13bb10;
    border-radius: 100px;
    position: relative;
    outline: none;
}
button.plus_minus_cta::after {
    content: "+";
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    right: 0;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 19px;
}
tbody[class*="expended"] button.plus_minus_cta::after {
    content: "-";
    line-height: 14px;
}
tbody[class*="booking-table-"] > tr + tr {
    display: none;
}
tbody[class*="expended"] > tr + tr {
    display:  table-row !important;
}
.btn-link{
    text-decoration: none !important;
}
.angle_arrow{
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    transform: rotate(315deg);
    position: absolute;
    top: 9px;
    right: 15px;
}
.data_list ul {
    margin-top: 20px;
}
.data_list ul li {
    background-color: #fafafa;
    padding: 15px 10px;
    border-radius: 0.75rem;
    margin-bottom: 15px;
}
.data_list ul li h2 {
    font-weight: 700;
    opacity: 0.8;
}
.data_list ul li .data {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.data_list ul li .data p {
    margin-right: 20px;
}
.data_list ul li .data p span + span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #9e9e9e;
}
ul.pagination.notespagination li {
    background: white;
    padding: 15px 0;
}
.request-btn{
    max-width: 290px !important;
}
.step-one-form textarea{
    border: 1px solid #a2a2a2;
}

.table_custom_design .main-title {
    font-size: 22px;
    margin-bottom: 8px;
}
.table_custom_design .custom_title {
    font-size: 14px;
    opacity: 0.8;
}
.flex-button-request .active {
    background: #3473bb;
    color: white;
}
.trainer-available-i {
    color: #ffba05;
    margin-left: 8px
}

.trainer-confirmed-i {
    color: #85bf31;
    margin-left: 8px
}
.trainer-order-declined-i {
    color: #ff1143;
    margin-left: 8px
}
.trainer-declined-i {
    color: #FFb6b1;
    margin-left: 8px
}
.list-view>div{
    padding: 20px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.list-view.req-data>div{
    position: relative;
}
.vti__dropdown{
    display: none !important;
}
.vue-tel-input{
    border: none !important;
}
.vti__input{
    background: transparent !important;
}
.vue-tel-input.disabled input{
    cursor: default !important;
}
.vti__input{
    font-weight: bold;
}

.custom_check_input.trainer-available label input + span{
    background: #ffba05;
    border-color: #ffba05;
}
.custom_check_input.trainer-declined label input + span{
    background: #FFb6b1;
    border-color: #FFb6b1;
}
.custom_check_input.trainer-order-confirmed label input + span{
    background: #85bf31;
    border-color: #85bf31;
}
.custom_check_input.trainer-order-declined label input + span{
    background: #ff1143;
    border-color: #ff1143;
}
.custom-rounded {
    border-radius: 15px;
}
.active_custom_filter button {
    opacity: 0.7;
}
.active_custom_filter button.active{
    opacity: 9;
}
.custom_clear_filer:focus{
    outline: none;
    cursor: pointer;
}
.tab_seminar button {
    opacity: 0.7;
    font-size: 20px;
}
.tab_seminar button.active {
    opacity: 1;
    background: #017bff !important;
    border-color: #017bff !important;
}
.seminar_custom_table td{
    vertical-align: middle !important;
}
.date_picker_area .custom_input {
    margin: 0;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    max-width: initial !important;
    min-width: 186px !important;
    border-radius: 3px;
}
.simplybg{
    padding:0px 15px;
}
.simplybg .headings p{
    font-size: 36px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.simplybg .headings span {
    display: inline-block;
    margin-top: 15px;
}
.tabs-vertical {
    border-top: #ccc solid thin;
    padding-top: 20px;
    margin-top: 20px;
}
.tabs-vertical .manage-text {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}
.list-vertical {
    margin-top: 20px;
}
.list-vertical ul {
    margin: 0px;
    padding: 0px;
}
.list-vertical ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    background: #FAFAFA;
    padding: 18px 12px;
    border-radius: 5px;
}
.list-vertical ul li:last-child{
    margin-bottom: 0px;
}
.list-vertical ul li .seminar-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-vertical ul li .seminar-bg .text-simply {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    margin-right: 15px;
}
.list-vertical ul li .seminar-bg .icon-simply {
    font-size: 18px;
    color: rgba(0,0,0,0.6);
}
.boxbg .inset{
    border: rgba(0, 0, 0, 0.5) solid thin;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.boxbg .inset h6{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.boxbg .inset p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.notes-btn {
    background: #3473bb;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
}
.modal_note {
    text-align: center;
    padding: 0 0 10px 0;
    background: #fff;
}
.new_note_modal .inv-cont p {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.radio_check {
    border: 1px solid #ccc;
    padding: 17px;
    background: #f7f7f7;
    margin: 10px 0 0;
    border-radius: 5px;
    display: flex;
}
label.radio_check .check_design {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    border: 1px solid #979797;
    margin-right: 15px;
    position: relative;
}
label.radio_check input:checked + .check_design::after {
    height: 12px;
    width: 12px;
    background: #2D68B5;
    content: "";
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
}
.checkbox_new input {
    display: none;
}
.checkbox_new .check_design {
    height: 22px;
    width: 22px;
    border-radius: 3px;
    border: 1px solid #979797;
    margin-right: 0;
    position: relative;
    display: block;
}
.checkbox_new input:checked + .check_design::after {
    content: "";
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #000;
    position: absolute;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px;
    left: 3px;
}
.login-type {
    display: flex;
    margin-bottom: 25px;
}
.login-type img{
    width: 17px;
    height: auto;
    margin-left: 5px;
    margin-top: 4px;
}
.login-type label.radio_check {
    padding: 0px;
    border: 0;
    background: unset;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.login-type label.radio_check input:checked + .check_design::after{
    background: #faaf1e;
}
.login-type label.radio_check:first-child {
    margin-right: 18px;
}
.btn_custom_design button {
    border: none;
    font-size: 21px;
    padding: 0;
    outline: none !important;
}
.actions-type button{
    background: transparent;
    border: 1px solid #000;
    padding: 8px 20px;
    border-radius: 20px;
}
.actions-type button.active{
    background: #396daa;
    color: #fff;
}
#attendanceDetail .main-area{
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
}
#attendanceDetail .check-icon,#attendanceDetail .clip-icon{
    font-size:25px;
}
#attendanceDetail .check-icon{
    color: green;
}
#attendanceDetail .file-icon{
    font-size: 40px;
}
.attendee-list {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.attendee-list-action .fas {
    margin-left: 10px;
}
.add-two-btn .active{
    background: #396daa;
    color: #fff;
}
span.extra_info {
    top: 30px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5px);
    color: #000 !important;
}
.manual-date .dropdown-menu {
    transform: initial !important;
    top: 40px !important;
}
.custom_seminaar {
    margin-top: 20px;
}
.custom_seminaar .seminar_container {
    background: #fafafa;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 22px 26px;
}
.custom_seminaar .seminar_container .seminar_title {
    margin: 0;
    font-weight: bold;
    font-size: 21px;
}
.custom_seminaar .seminar_container span {
    margin: 0;
}
.seminaar_title{
    margin-top: 15px;
}
.custom_seminaar .last_link_wrapper .link {
    font-weight: bold;
    color: #77b32b;
    cursor: pointer;
}
.feedback-data-wrapper {
    color: #5B6A77;
}
.clgray {
    color: #9d9d9d;
}
.sync-btn {
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
    margin-right: 10px;
}
a.btn.btn-default.sync-btn {
    padding: 10px 15px;
    margin: 10px 0 0 0;
    /* margin-left: 50px; */
    display: inline-block;
    line-height: 0;
    border: 1px solid #0056b3 !important;
}
.col-md-6.sync_heading {
    padding: 0px;
}
/* .col-md-6.sync_heading {
    margin-top: 200px;
    margin-left: 50px;
}  */
.text-center {
    text-align: center!important;
}
a.cstm-btn.back-btn:hover {
    color: black!important;
    border: 1px solid black!important;
}
.connected {
    border: 1px solid #77B32B !important;
    border-radius: 10px!important;
    margin-right: 10px;
    cursor: default !important;
}
.common-div {
    padding: 0.5rem 1rem;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 25px;
}
.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.text-label {
    position: relative;
    left: 10px;
}
.toggle-slider.round {
    border-radius: 40px;
}
.toggle-slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-slider.round:before {
    border-radius: 40px;
}
input:checked+.toggle-slider {
    background-color: #77B32B;
}
input:checked+.toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(19px);
}
button.btn.btn-default.show_as_it_is {
    margin-right: 20px;
}
i.design_email.far.fa-envelope {
    color: #4081ba;
    font-size: 38px;
}
span.green {
    color: #28a745;
}
span.red {
    color: red;
}
span.orange {
    color: orange;
}
.new_note_modal h4 {
    font-size: 1.5rem;
}
li.note_list_pad {
    text-align: left;
    margin-bottom: 10px;
}
.page_manage_seminar .note_list_div .note_list .seminar_title {
    font-weight: bold;
    padding-bottom: 10px;
}
.wordWrap {
    word-break: break-all;
}
#billingListModal .modal-content {
    padding: 20px;
    border-radius: 12px;
}
.page_manage_seminar .note_list_div .note_list {
    background-color: #fafafa;
    padding: 15px 10px;
    padding-bottom: 10px;
}
p.calender-text {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 15px;
}
span.calender-sub {
    margin-left: 15px;
    display: block;
}
p.feedback-text {
    font-size: 22px!important;
}
p.request-text {
    font-weight: 700;
    font-size: 22px!important;
    margin-bottom: 15px;
}
button.cstm-btn.back-btn.bg-transparent.border-0.text-dark:hover {
    color: black!important;
    font-weight: 500!important; 
    border: 1px solid black!important;
    margin-right: 2px!important; 
}
p.joinWebinar {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.signalsIndecation {
    padding-top: 10px;
}
.signalsIndecation li span i {
    font-size: 10px;
}
.signalsIndecation li {
    line-height: 15px;
    color: #8f8f8f;
}
.hideTrafficLights {
    display: none;
}
.showTrafficLights {
    display: block;
}
footer.fix-footer {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}
.col-md-5.d-flex.justify-content-end.active_custom_filter .active {
    background-color: #017bff;
}
.custom_clear_filer:hover {
    text-decoration: underline;
}
.no_records {
    text-align: center;
}
.table.document-list-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    width: 25%;
    white-space: nowrap;
}
.table.document-list-table th, .table.document-list-table td {
    text-align: left;
}
#billingListModal .modal-footer {
    border-top: none;
}
header + div {
    /* padding-bottom: 150px; */
}
.custom_tool_relative {
    width: 22px;
    margin: 0 auto;
}
.custom_tool_relative .custom_tool {
    left: initial;
    right: calc(100% + 10px);
    top: 50%;
    color: white!important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.custom_tool_relative .custom_tool::after {
    top: 50%;
    left: calc(100% + 8px);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.calendar-height .b-calendar-grid-weekdays {
    padding: 10px;

}
.calendar-height .b-calendar-nav{
    padding-bottom: 30px;
}
.cstm-btn.back-btn:hover {
    color: #363636!important;
}
.CloseNotes {
    /* top: -6px!important;
    right: -6px!important; */
}
.qualifications-wrapper .panel-group .panel {
    border-radius: 0;
    border: none;
    background: #efefef
}

.panel-title.qualification_title {
    background: #77b32b;
    padding: 5px 0px 5px 15px !important
}

.panel-title.qualification_title a {
    color: #ffffff !important
}

.qualification_title {
    border-radius: 0
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background-position: right 10px !important;
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background-position: right 10px !important;
}

.panel-title.seminar_title {
    background: #ffffff;
    border-radius: 0;
    padding-left: 10px !important;
    border: 1px solid #999;
    position: relative;
}
.dtl-tabs-warp .panel-title.seminar_title{
    border: 0px !important;
}
.panel-title.seminar_title a {
    padding-right: 80px !important;
    padding-left: 20px !important;
    font-size: 14px;
    color: #000000
}

.mandatory_seminar {
    color: #ffcc00
}

.optional_seminar {
    color: #3399ff
}

.panel-title.seminar_title>i.fa {
    position: absolute;
    top: 10px;
    left: 8px
}

.panel-title.seminar_title .stats {
    max-width: 80px;
    position: absolute;
    top: 3px;
    right: 30px;
    font-size: 13px;
    color: #ffffff;
}

.panel-title.seminar_title .label-level,
.qualification-event-list .label-level {
    background: #3399ff;
    padding: 3px 7.5px;
    margin-right: 4px;
    border-radius: 3px;
}

.panel-title.seminar_title .label-planned,
.qualification-event-list .label-planned {
    background: #77b32b;
    border-radius: 50%;
    padding: 3px 7.5px;
}

.panel-title.seminar_title .label-embed {
    padding: 3px 7.5px;
    cursor: pointer
}

.qualifications-wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    margin-right: 10px !important;
}

.planner_seminars_wrapper {
    width: 100%;
    display: inline-block;
    padding: 4px 8px;
}

.planner_seminars_wrapper .item {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 17px;
    padding: 5px 10px
}

.planner_seminars_wrapper .item .itemlabel .green {
    color: #77b32b
}

.planner_seminars_wrapper .item .itemlabel .gray {
    color: #999999
}

.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled {
    background: url(../global/img/accordion-plusminus-up-white.png) no-repeat !important;
    background-position: right 6px !important;
}

.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled.collapsed {
    background: url(../global/img/accordion-plusminus_down-white.png) no-repeat !important;
    background-position: right 9px !important;
}

.qualifications-wrapper #planned-qualifications {
    height: 600px;
    overflow-y: auto;
}

.qualification-event-dotted {
    border: 2px #4b6478 dotted;
}

.timeline-startdate,
.timeline-enddate,
.timeline-location,
.timeline-trainers {
    display: block;
    text-align: left
}


/* 14-05-2018 */
.vis-item-content span {
    display: block
}

.vis-item {
    color: #fff !important;
    border-color: #4a8006 !important;
    ;
    background-color: #77b32b !important;
    ;
}

.vis-item.vis-selected {
    border-color: #ffc200 !important;
    ;
    background-color: #fff785 !important;
    ;
    color: #4b6478 !important;
}

.vis-timeline {
    margin-bottom: 20px !important;
}

.vis-timeline .vis-labelset,
.vis-timeline .vis-labelset .vis-label {
    max-width: 300px !important;
}

.splanningperiodtopbar>div>div.input-icon {
    max-width: 100%;
    display: inline-block;
    width: 450px;
    margin-right: 25px
}

.splanningperiodtopbar>div>div.form-md-checkboxes {
    display: inline-block;
}

.lablecolors li span.qualification_label {
    background: #fff;
    border: 0.15em dotted #4b6478;
}



.accordion .panel .panel-title.qualification_title .accordion-toggle.accordion-toggle-styled {
    padding-right: 62px !important;
}

.panel-heading .panel-title.qualification_title {
    position: relative
}

.panel-heading .panel-title.qualification_title a.delete_qualification {
    position: absolute;
    top: 16px;
    right: 34px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification {
    position: absolute;
    top: 17px;
    right: 54px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification .fa-check-circle-o {
    font-size: 16px
}

.panel-heading .panel-title.qualification_title a.confirm_qualification .fa-times-circle-o {
    font-size: 16px;
    color: red
}

.conflict-detail-table thead {
    background: #77b32b;
    color: #fff;
}

.qualification-event-dotted .qualification i.fa-graduation-cap {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px
}

.qulification-filter {
    overflow: hidden !important;
    padding-left: 16px;
}


span.color-red {
    background: #f4f4f4;
    width: 100%;
    float: none;
    display: inline-block;
    color: #b1b1b1;
    padding: 5px;
}

.vis-inner {
    padding: 1px !important;
    width: 100%;
}

ul.event-detail-listul {
    padding: 0 !important;
    -webkit-padding-start: 0
}

li.event_header {
    font-size: 18px !important;
}

ul.event-detail-listul li {
    margin-bottom: 15px
}

ul.event-detail-listul li i.fa {
    margin-right: 5px;
    display: table-cell
}

ul.event-detail-listul li span {
    padding-left: 10px;
    display: table-cell
}

.location_conflict span i.fa,
.trainer_conflict span i.fa {
    color: #ffcc00;
    display: inline-block !important
}

#plannedEventListTable tr {
    background: #f4f4f4;
    border-bottom: 15px solid #fff;
}

#plannedEventListTable tr td {
    padding: 12px 10px 12px 0px !important;
}



/*Qualification design change*/
h4.panel-title.seminar_title {
    margin-bottom: 8px;
    line-height: 28px;
}

h4.panel-title.seminar_title i.fa {
    font-size: 15px;
}

.planned-events-details {
    font-size: 13px
}

.qual_error_list {
    padding: 10px;
}

.qual_error_list li {
    padding-left: 10px;
    padding-top: 3px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}

.seminar_list {
    padding: 10px;
}

.seminar_list {
    padding: 10px;
}

.seminar_list li .seminar_details {
    background: #fafafa
}

.seminar_day_list {
    padding-left: 20px;
}

.seminar_head {
    border: 1px solid #edeeef;
    padding: 6px;
    cursor: pointer;
}

.seminar_completed_unattended,
.seminar_completed {
    background-color: #77B32B;
    color: white;
}

.seminar_completed_unattended,
.seminar_completed i {
    color: white;
}

.seminar_inprogress {
    color: black;
    background-color: white;
}

.seminar_inprogress i {
    color: orange;
}

.seminar_details {
    padding: 5px;
}

.seminar_details i {
    color: #77B32B;
}

.seminar_list li {
    margin-top: 5px;
}

.seminar_day_list .fa-question-circle {
    color: darkgray;
}

.seminar_day_list .fa-lock {
    color: darkgray;
}

.seminar_head .fa-plus-circle {
    float: right;
}

.seminar_head .fa-minus-circle {
    float: right;
}

.seminar_inprogress .fa-plus-circle {
    color: #77B32B;
}

.seminar_inprogress .fa-minus-circle {
    color: #77B32B;
}

.seminar_future .fa {
    color: darkgray;
}

.presense_training {
    background-color: #77B32B;
    color: white;
    max-width: 375px;
    padding: 9px;
    border-radius: 40px;
    font-size: 13px;
}

.wrapped_details {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.add_sign {
    float: right;
    font-size: 28px !important;
    border: 2px solid #77B32B;
    color: #77B32B;
    cursor: pointer;
    font-weight: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding-top: 4px;
}

.seminar_head .fa-chevron-up {
    float: right;
}

.seminar_head .fa-chevron-down {
    float: right;
}

.action_col {
    min-width: 56px;
}

.green-btn {
    background-color: #77B32B;
    color: white;
}

.green-btn:hover {
    color: white;
}

.selected_seminars {
    padding-left: 22 px;
    padding-top: 10px;
}

.selected_seminars ul {
    padding-left: 10px;
}

.seminar_head.seminar_future .fa-chevron-up,
.seminar_head.seminar_future .fa-chevron-down {
    color: darkgray;
}

.btn-red {
    background-color: red;
    border-radius: 0;
    color: white;
}

.btn-grey {
    background-color: grey !important;
}

.checked_dates {
    margin: 0 auto;
    display: block;
}

/*
.trainer-available{background-color: #0c199c;}
.trainer-available-i{color: #0c199c;}
.trainer-order-confirmed {background-color: green;}
.trainer-confirmed-i{color: green;}
.trainer-order-declined {background-color: red;}
.trainer-order-declined-i{color: red;}
.trainer-declined{ background-color: #FFE6E6;}
.trainer-declined-i{color: #FFE6E6;}
.overdue { color:red; }
a.btn.btn-primary:hover {background: rgb(100, 148, 37);}
*/











/* .round {
    position: relative; 
} */

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.completed_task {
    text-decoration: line-through;
}

.highlight {
    background-color: yellow;
}

/*New custom checkbox start*/
.checkbox_container {
    display: block;
    position: relative;
    margin-left: calc(50% - 12px);
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
}

span.default-font.sem-date {
    background-color: white;
    padding: 5px;
    margin-right: 5px;
    border-radius: 6px;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 3px solid #000000;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px !important;
    top: 2px !important;
}

/* Show the checkmark when checked */
.checkbox_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.trainer-available .checkbox_container input:checked~.checkmark {
    background-color: #ffba05;
}

.trainer-available-i {
    color: #ffba05;
    margin-left: 8px
}

.trainer-order-confirmed .checkbox_container input:checked~.checkmark {
    background-color: #85bf31;
}

.trainer-confirmed-i {
    color: #85bf31;
    margin-left: 8px
}

.trainer-order-declined .checkbox_container input:checked~.checkmark {
    background-color: #ff1143;
}

.trainer-order-declined-i {
    color: #ff1143;
    margin-left: 8px
}

.trainer-declined .checkbox_container input:checked~.checkmark,
.trainer-declined .checkmark {
    background-color: #FFb6b1;
}

.trainer-declined-i {
    color: #FFb6b1;
    margin-left: 8px
}





.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

.suggetions {
    margin-top: 10px;
    margin-bottom: 5px;
}

.large.tooltip-inner {
    max-width: 350px;
    width: 350px;
}



.force_mobile_table#no-more-tables table,
.force_mobile_table#no-more-tables thead,
.force_mobile_table#no-more-tables tbody,
.force_mobile_table#no-more-tables th,
.force_mobile_table#no-more-tables td,
.force_mobile_table#no-more-tables tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.force_mobile_table#no-more-tables tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.force_mobile_table#no-more-tables tr {
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.force_mobile_table#no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
}

.force_mobile_table#no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 12px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
}

/*
    Label the data
    */
.force_mobile_table#no-more-tables td:before {
    content: attr(data-title);
}

.force_mobile_table table .small_device_fullwidth {
    padding-left: .75rem !important;
}

.force_mobile_table .wrapped_details {
    max-width: none !important
}

.force_mobile_table .table-with-add-button tr:first-child {
    margin-bottom: 40px !important;
    visibility: hidden;
}

.popover-origin {
    display: none;
}

.c-day-popover-indicator {
    display: none;
}

.multicol .form-group {
    margin-bottom: 8px;
}

.bordered-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.4);
    padding: 14px;
    margin-bottom: 10px;
}

.vert-align-middle {
    vertical-align: middle;
}

.has-error .dropdown .dropdown-toggle {
    border-color: #a94442;
}

#page-footer {
     position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    padding: 10px 10px 10px 10px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.8);
}

.footer_link_span {
    padding: 10px;
}

.smallgraytxt {
    font-size: 11px;
    color: #aaa;
    line-height: 14px
}

.priceMask {
    z-index: 12;
    pointer-events: none;
}

.priceMask input {
    border: none;
    background: transparent;
    width: 120px;
}

.price_rule_ul {
    padding-left: 2px;
}

.price_rule_ul li {
    margin-bottom: 5px
}

.price_rule_ul .prule_span input {
    font-size: 10px;
    width: 50px;
    color: #aaa !important;
}

.price_rule_ul .del input {
    text-decoration: line-through;
}

.text-right input {
    text-align: right !important;
}

.tax_td input {
    width: 60px;
}

.date_line {
    font-size: 12px;
}

.total_td input {
    font-weight: bold;
    font-size: 14px;
}

.add-paricipants-btn {
    padding: 5px;
    font-size: 12px;
}

.blockUI {
    z-index: 2000 !important;
}

.blockOverlay {
    z-index: 99999999 !important;
}

.smallgraytxt input {
    font-size: 11px;
    color: #aaa !important;
    line-height: 14px
}

.modal-backdrop.show {
    z-index: 9999 !important;
}

.modal-open .modal {
    z-index: 99999 !important;
}

/*calender*/



.w16p {
    width: 16.6666666667%;
}

.w25p {
    width: 25%;
}

.w75p {
    width: 75%;
}




/* meta row */
.clndr_metaRow {
    margin-bottom: 2em;
}

.clndr_metaRowLink {
    float: left;
    line-height: 1.786em;
}

/* download link */
.clndr_legendItem-download {
    float: right;
    margin: 0;
}

/* controls */
.clndr_controlsWrap {
    margin-bottom: 1.5em;
}

.clndr_prev {
    float: left;
}

.clndr_prev.inactive,
.clndr_next.inactive {
    display: none;
}

.clndr_next {
    float: right;
}

/* month title row */
.clndr_monthTitleRow {
    max-width: 1445px;
    width: 100%;
}


/* grid */
.clndr_grid {
    background: #fff;
    font-size: 12px;
}

.clndr_oneMonth,
.clndr_grid .col:last-child .clndr_oneMonth,
.clndr_cell,
.clndr_cell-monthTitle {
    border-color: #e2e2e2;
}

/* months */
.clndr_oneMonth {
    background: #fff;
    border-left: 1px solid #e2e2e2;
}

.clndr_grid .col:last-child .clndr_oneMonth {
    border-right: 1px solid #e2e2e2;
}

/* general cells */
.clndr_cell {
    border-bottom: 1px solid #e2e2e2;
}

.clndr_cell-monthTitle {
    border-top: 1px solid #e2e2e2;
    padding: 0.5em;
    color: #666;
}

.clndr_cell-empty {
    display: none;
}

/* one day */
.clndr_cell-oneDay {
    padding-left: 0.5em;
    overflow: hidden;
}

.clndr_oneDayInner {
    display: table;
    width: 100%;
}

.clndr_oneDayDate {
    width: 20%;
    min-width: 45px;
}

.clndr_oneDayContent {
    width: 80%;
}

.clndr_oneDayDate,
.clndr_oneDayContent {
    display: table-cell;
}

/* saturday */
.calendar-dow-5 {
    background: #f5f5f5;
}

/* sunday */
.calendar-dow-6 {
    background: #eaeaea;
}

.calendar-dow-6 .clndr_oneDayDate {
    color: #ad031d;
}

/* events */
.clndr_eventLink {
    display: block;
    font-weight: 400;
    color: inherit;
}

.clndr_eventLink:hover {
    text-decoration: none;
}

.clndr_event {
    padding: 0.25em;
}

.clndr_event p {
    margin: 0;
}

/* search */
.clndr_backLink {
    margin-bottom: 1.5em;
}

.clndr_searchResulList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clndr_searchResultItem {
    margin-bottom: 1em;
}

.clndr_searchResultLink {
    padding: 1em;
    background: #fff;
    display: block;
    font-weight: 400;
}

.clndr_searchResultLink:hover {
    text-decoration: none;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.clndr_searchHighlight {
    background-color: #fff000;
    background-color: rgba(255, 240, 0, 0.65);
    padding: 0.25em;
}
#modal_trainer_calendar .vs__selected {
    padding-right: 30px;
    position: relative;
}
#modal_trainer_calendar .vs__selected button.vs__deselect {
    overflow: initial !important;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#modal_trainer_calendar .vs__selected button.vs__deselect svg {
    width: 13px;
}
#modal_trainer_calendar .input-group{
    width: 100% !important;
}
#modal_trainer_calendar .modal-dialog button{
    z-index: 9;
    position: relative;
}
.trng-flt-wrap-full {
    margin-left: -120px;
    margin-right: -120px;
}
/*
 * Media query
 * extra large - desktops
 */
@media screen and (max-width: 1445px),
tv and (max-width: 1445px) {

    /*
     * MAIN
     */
    .clndr_monthTitleRow.js-sticky.js-isActive {
        padding-right: 2em;
    }
}

/*
 * Media query
 * extra large - desktops
 */
@media screen and (max-width: 1201px),
tv and (max-width: 1201px) {

    /*
     * MAIN
     */
    .clndr_grid {
        font-size: 1em;
    }

    .clndr_cell-oneDay {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .clndr_event {
        padding: 0.5em;
    }
}

/*
 * Media query
 * medium - small desktop and tablet
 */
@media screen and (max-width: 1200px),
tv and (max-width: 1200px) {

    /*
     * page layout - fit to system needs
     */
    .w33p-l {
        width: 33.3333333333%;
    }
}

/*
 * Media query
 * medium - small desktop and tablet portrait
 */
@media screen and (max-width: 1100px),
tv and (max-width: 1100px) {
    /*
     * page layout - fit to system needs
     */


    .w50p-m {
        width: 50%;
    }

    .w100p-m {
        width: 100%;
    }

    .hidden-m {
        display: none;
    }

    .visible-m {
        display: block;
    }

    /* js-mobileNav */
    .js-mobileNav {
        display: none;
    }

    .js-mobileNav.js-isActive {
        display: block;
    }

    /*
     * MAIN
     */

    /* legend */
    .clndr_legendBtn {
        width: 100%;
        display: block;
        padding: 1em 1.5em;
        background: rgba(255, 255, 255, 0.5);
        line-height: 1;
        margin-bottom: 1.5em;
        color: inherit;
    }

    .clndr_legend {
        padding-top: 0;
        margin: -1.5em 0 1.5em;
    }

    .clndr_legendItem {
        padding: 0.25em 0;
        margin: 0;
    }

    .clndr_legendItem.hidden-m {
        display: none;
    }

    .clndr_legendLink {
        display: block;
        width: 100%;
    }

    /* js-legend */
    .js-legend {
        display: none;
    }

    .js-legend.js-isActive {
        display: block;
    }

    /* certificate image */
    .certificateImg {
        margin-bottom: 1.5em;
    }
}

/*
 * Media query
 * small - phones
 */
@media screen and (max-width: 640px),
tv and (max-width: 640px) {

    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

/*
 * Media query
 * extra small - phones
 */
@media screen and (max-width: 480px),
tv and (max-width: 480px) {

    /*
     * MAIN
     */
    .clndr_prev,
    .clndr_next {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .clndr_legendItem {
        width: 100%;
    }
}

@media screen and (max-width: 430px),
tv and (max-width: 430px) {}

/*
 * Media query
 * layout fixes
 */
@media screen and (max-width: 370px),
tv and (max-width: 370px) {}

@media screen and (max-width: 350px),
tv and (max-width: 350px) {}

/*
 * Print
 */
@media print {

    /*
     * page layout - fit to system needs
     */
    .w16p {
        width: 16.6666666667%;
    }

    /*
     * HEAD
     */
    .mainNav {
        display: none;
    }

    /*
     * MAIN
     */
    .template-event #main .slider {
        padding: 0;
        background: 0 none !important;
    }

    .template-event #main .slidecontent {
        display: block;
    }
}

@media print and (max-width: 1200px) {

    /*
     * page layout - fit to system needs
     */
    .w33p-l {
        width: 33.3333333333%;
    }
}

@media print and (max-width: 640px) {

    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

.clndr_grid .col {
    padding: 0 !important
}

.clndr_grid .row {
    padding: 0 15px 0 15px;
}

.empty.last-month {
    display: none
}

.clndr_oneDayInner {

    border-bottom: 1px solid #e2e2e2;
    padding-left: 0.5em;
}

.clndr_grid {
    margin-bottom: 30px
}

.clndr_grid .event_wrapper {
    border-bottom: 1px solid #fff;
    /*padding: 2px 4px;*/
}

.event_wrapper a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
}

.event_wrapper a p {
    margin-bottom: 2px;
    line-height: 15px;
}

.clndr_grid .workshop {
    background: #ABE4FB;
}

.clndr_grid .arbeitskurs {
    background: #8EA6CF;
}

.clndr_grid .symposium {
    background: #adcb57;
}

.clndr_grid .curriculum {
    background: #F3876D;
}

.clndr_grid .konferenz {
    background: #ffdb00;
}

.clndr_grid .prophylaxe {
    background: #f4b042;
}

.clndr_grid .kurs {
    background: #f3d2c0;
}

.clndr_legendColor {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #333;
    margin-right: 0.5em;
    margin-bottom: -2px;
}

.legende {
    background: #f5f5f5;
    padding-left: 1em;
    margin-bottom: 15px;
    line-height: 36px;
}

.legende ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
}
@media screen and (max-width: 640px) {
    .text-xs-center{
        text-align: center;
    }
}

@media print and (max-width: 640px) {
    
    /*
     * page layout - fit to system needs
     */
    .w100p-s {
        width: 100%;
    }
}

.clndr_grid .col {
    padding: 0 !important
}

.clndr_grid .row {
    padding: 0 15px 0 15px;
}

.empty.last-month {
    display: none
}

.clndr_oneDayInner {

    border-bottom: 1px solid #e2e2e2;
    padding-left: 0.5em;
}

.clndr_grid {
    margin-bottom: 30px
}

.clndr_grid .event_wrapper {
    border-bottom: 1px solid #fff;
    /*padding: 2px 4px;*/
}

.event_wrapper a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
}

.event_wrapper a p {
    margin-bottom: 2px;
    line-height: 15px;
}

.clndr_grid .workshop {
    background: #ABE4FB;
}

.clndr_grid .arbeitskurs {
    background: #8EA6CF;
}

.clndr_grid .symposium {
    background: #adcb57;
}

.clndr_grid .curriculum {
    background: #F3876D;
}

.clndr_grid .konferenz {
    background: #ffdb00;
}

.clndr_grid .prophylaxe {
    background: #f4b042;
}

.clndr_grid .kurs {
    background: #f3d2c0;
}

.event_wrapper a p {
    word-break: break-word;
}

.target_group_wrapper ul li,.about_event_wrapper ul li  {
    list-style: circle;
    list-style-position: inside;
}

.target_group_wrapper ul {
    padding-left: 15px
}

.clndr_legendColor {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #333;
    margin-right: 0.5em;
    margin-bottom: -2px;
}

.legende {
    background: #f5f5f5;
    margin-bottom: 15px;
}

.bootbox button {
    min-width: auto !important;
}

.legende ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
}

.btn-primary.cart_button_fixed {
    position: fixed;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    bottom: 10px;
    right: 10px;
    z-index: 9999 !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
}

/*.v-select input[type=search], .v-select input[type=search]:focus {display: none !important}
.v-select.searchable .dropdown-toggle { min-height: 35px !important;}
.v-select.searchable .dropdown-toggle {padding-right: 26px !important;}*/

.filter_wrapper .v-select.searchable .dropdown-toggle {
    background-color: #FFF;
}

.filter_wrapper .v-select.open ul.dropdown-menu li a {
    white-space: normal !important;
    word-wrap: break-word;
}

#filter_button.btn.btn-primary {
    float: right;
    min-width: 160px !important;
}

.register_form_wrapper .v-select.single input[type=search],
.v-select.single input[type=search]:focus {
    background: transparent !important
}

.register_form_wrapper .v-select.searchable .dropdown-toggle {
    max-height: 35px
}

a.cstm-btn.back-btn.mr-2.router-link-active {
    background: white;
    color: black;
    border: 1px solid;
    font-weight: 600;
}

/*NEW MENU start*/

.newmenu_wrapper {
    position: absolute;
    top: 44px;
    right: -11px;
    z-index: 99999;
    box-sizing: border-box;
}

.newmenu_wrapper>.popover {
    position: relative;
    width: 310px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    max-width: 310px;
    box-shadow: 3px 3px 4px #ddd;
    border: 1px solid #F5F5F5
}

.register_form_wrapper .v-select.single input[type=search], .v-select.single input[type=search]:focus {background: transparent !important}
.register_form_wrapper .v-select.searchable .dropdown-toggle {max-height:35px}


.newmenu_wrapper>.popover>.popover-arrow {
    position: absolute;
    top: -11px;
    right: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(255, 255, 255);
    width: 0;
    height: 0;

    /* -webkit-filter: drop-shadow(0 -2px 2px #F5F5F5); */
}

/*NEW MENU start*/
.newmenu_wrapper>.popover>.logout_bar {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.newmenu_wrapper>.popover>.logout_bar a {
    line-height: 34px
}

.newmenu_wrapper>.popover>.logout_bar a:hover {
    text-decoration: none
}

.newmenu_wrapper>.popover>.menu-item-wrapper {
    width: 100%;

    min-height: 268px;
    max-height: 382px;
    overflow-y: auto;
    padding: 12px 12px 50px 12px;
}

.newmenu_wrapper>.popover li.new_menu_listitem {
    width: 32%;
    text-align: center;
    margin: 0px;
    border: 1px solid transparent;
    vertical-align: top;
    padding: 10px 0px !important;
}

.newmenu_wrapper>.popover li.new_menu_listitem:hover {
    border: 1px solid #F5F5F5;
    cursor: pointer
}

.newmenu_wrapper>.popover li.new_menu_listitem p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.newmenu_wrapper>.popover li.new_menu_listitem img {
    border-radius: 100px;
    max-width: 55px;
    margin: 0 0 10px 0;
}

/*NEW MENU End*/

.actions_column i {
    color: #77B32B;
    cursor: pointer;
    font-size: 18px;
}

#filter_button.btn.btn-primary {
    float: right;
    min-width: 160px !important;
}

.register_form_wrapper .v-select.single input[type=search],
.v-select.single input[type=search]:focus {
    background: transparent !important
}

.register_form_wrapper .v-select.searchable .dropdown-toggle {
    max-height: 35px
}

.ul-striped>li:nth-of-type(even) {
    background: #f9f9f9;
}

.ul-striped li {
    padding: 10px;
}

.ul-striped {
    box-shadow: 1px 1px #F9F9F9;
}

.edit_address label{
    float: left;
}

.edit_address .address_error{ 
    border-color: red; 
}

.about_event_wrapper ul {
    padding-left: 0;
    padding-inline-start: 40px;
}

.about_event_wrapper ul li {
    list-style: circle;
}

/**
 * Desingned by Mitesh kadiya
 */
 /* #login_form #loginPassword{
    border-radius: 10px; 
 }
 
 #login_form .input-group-append{
    margin-left: -26px;
 }

 #login_form #toggleLoginPassword{
    z-index: 10;
 }

 #login_form_wrapper .login_btn{
    border-radius: 10px;
 } */

 /* .profile_and_cart {
     margin-left:8px;
 } */

 .cart td a{
    color:black;
 }

 .navbar_label {
     margin-left: -12px;
     font-size: large;
 }

.header_logo{
    margin-bottom: 30px;
}
.navbar-expand-lg .navbar-brand{
    margin-left: 90px;
}
.navbar-expand-lg .navbar_shopping_cart{
    position: relative;
    margin-top: 17px;
    margin-right: 115px;
    width: 10%;
}
.headerText .header_line_1{
    display: block;
    padding-top: 25px;
    /* padding-left: 90px; */
    color: #4d5156;
    margin: 0;
    line-height: 0;
    font-weight: bold;
}
.headerText .header_line_2{
    display: block;
    /* padding-left: 85px; */
}

.page_trainer_request .nav .nav-item,
.page_saved_attendees_review .nav .nav-item{
    color: #77b32b;
    /* border-radius: 10px; */
    margin-right: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.page_trainer_request .nav .nav-item.active,
.page_saved_attendees_review .nav .nav-item.active{
    background-color: #77b32b;
    color: #fff;
    /* border-radius: 10px; */
    margin-right: 5px;
}
.page_trainer_request .nav .nav-item.active .nav-link,
.page_saved_attendees_review .nav-item.active .nav-link{
    color: #fff !important;
}
.page_trainer_request .trainer_request_data_container{
    margin-top:  40px;
}
.page_trainer_request .trainer_request_data,
.page_seminar_feedback .seminar_feedback_data
{
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    min-height: 90px;
    padding: 10px;
    cursor: pointer;
    /* border-radius:10px; */
}
.page_trainer_request .trainer_request_data .request_title,
.page_seminar_feedback .seminar_feedback_data .request_title
{
    font-weight: 600;
    color: #4d5156;
    font-size: 22px;
   
    line-height: 37px;
}
.page_trainer_request .trainer_request_data .request_title{
    color: #4d5156;
 
}
.page_seminar_feedback .seminar_feedback_data .request_date_period{
    color: #70757a;
    font-size: 14px;
   
}
.page_trainer_request .trainer_request_data .request_location,
.page_seminar_feedback .seminar_feedback_data .request_location{
    color: #70757a;
    font-size: 14px;
    
    padding-left: 78px;
}
.page_trainer_request .trainer_request_data .request_date_title,
.page_seminar_feedback .seminar_feedback_data .request_date_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_date,
.page_seminar_feedback .seminar_feedback_data .request_date{
    color: #70757a;
    font-size: 14px;
}
.page_trainer_request .trainer_request_data .request_expiry_date_title,
.page_seminar_feedback .seminar_feedback_data .request_expiry_date_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_status_title{
    color: #70757a;
    font-size: 14px;
    
    line-height: 36px;
}
.page_trainer_request .trainer_request_data .request_status{
    color: #77b32b;
    font-size: 14px;
    
}
.page_trainer_request .trainer_request_data .respond,
.page_seminar_feedback .seminar_feedback_data .respond{
    display: block;
    padding-top: 20px;
    color: #77b32b;
    font-weight: 800;
     
}
.page_seminar_feedback_details .container:first-child{
    margin-top: 20px;
    margin-left: 20px;
}
.page_seminar_feedback_details .box{
    height: 120px;
    border-radius: 10px;
    color: #70757a;
    background-color: #F2F2F2;
    font-weight: bold;
    padding-left: 30px;
    margin-left: 40px;
    padding-top: 21px;
}

.page_seminar_feedback_details .box_multiline span:last-child{
    display: block;
    padding-top: 9px;
    padding-left: 40px;
    font-size: 20px;
    color: #77B32B;
}

.page_seminar_feedback_details .box_single_line span:last-child{
    display: block;
    color: #77B32B;
    padding-top: 33px;
    font-size: 20px;
    padding-left: 40px;
}

.page_dashboard {
    margin-right: 20px;
    margin-left: 90px;
}
 
.page_dashboard .manage_seminars{
    height: 374px;
    /* border-radius: 17px; */
    padding: 25px 10px;
    background-color: #f9f9f9;
    color: #5B6A77;
    margin-top: 0px;
}

.page_dashboard .dashboard_icons_menu .list-group-item{
    cursor: pointer;
}

.page_dashboard .upcoming_seminars{
    height: 374px;
    /* border-radius: 17px; */
    padding: 25px 12px;
    background-color: #f9f9f9;
    color: #5B6A77;
    margin-top: 0px;
}
.page_dashboard .manage_seminars > span,
.page_dashboard .upcoming_seminars .top_header,
.page_dashboard .third_section .open_task_title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 19px;
}

.page_dashboard .manage_seminars ul.dashboard_icons_menu{
    margin-top: 8px;
}

.page_dashboard .manage_seminars ul.dashboard_icons_menu li.list-group-item{
    border:none;
    /* background-color: #EDF1F2; */
}
.page_dashboard .text-green{
    color: #77B32B;
    cursor:pointer;
    display: block;
    height: 29px;
    padding-right: 22px;
    text-align: right;
}

.page_dashboard .upcoming_seminars .row:first-child{
    margin-bottom: 17px;
}
.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper{
    height: 70px;
    background-color: #fff;
    /* border-radius: 10px; */
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 17px;
    color: #5B6A77;
}

.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper .seminar_title{
    font-weight: bold;
    font-size: 16px;
}
.page_dashboard .upcoming_seminars .upcoming_seminar_wrapper .seminar_date{
    font-size: 13px;
}
.page_prfile{
    color: #70757a;
    
}
.page_prfile .profile_left{
    height: 400px;
    padding-top: 50px;
}

.page_prfile .profile_left .user_name{
    font-weight: bold;
}

.page_prfile .profile_left .link_img{
    height: 20px;
    width: 22px;
}
.page_prfile .profile_left .link_container{
    margin-left: 40px;
}
.page_prfile .profile_left .edit_profile_link{
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
}
.page_prfile .profile_right{
    padding-top: 50px;
}
.page_dashboard .open_request_container,
.page_dashboard .second_section .seminar_attendance_container{
    /* border-radius: 17px; */
    height: 370px;
    padding:25px ;
    color: #5B6A77;
    background-color: #f9f9f9;
    margin-top: 30px;
 }

 .page_dashboard .open_request_container .top_header,
 .page_dashboard .seminar_attendance_container .top_header
 {
    display: block;
    font-weight: bold;
    font-size: 18px;
 }

 .page_dashboard .open_request_container .open_request_list{
    min-height: 80px;
    padding : 12px 15px;
    background-color: #fff;
    margin-top: 15px;
    /* border-radius: 10px; */
    color: #70757a;
  
 }

 .page_dashboard .open_request_container .open_request_list .seminar_title,
.page_dashboard .seminar_attendance_container .attendance_list .seminar_title
 {
    font-weight: bold;
    font-size: 18px;
 }
 .page_dashboard .open_request_container .open_request_list .request_date_period,
.page_dashboard .seminar_attendance_container .attendance_list .request_date_period
 {
    font-size: .9rem;
 }
 .page_dashboard .open_request_container .open_request_list .answer_request{
    color: #77B32B;
    cursor: pointer;
    font-weight: bold;
    line-height: initial;
 }

 .page_dashboard .seminar_attendance_container .attendance_list{
    color: #70757a;
    background-color: #fff;
    min-height: 80px;
    /* border-radius: 10px; */
    padding:12px 15px;
    margin-top: 15px;
 }

 .page_dashboard .seminar_attendance_container .attendance_list .green{
    color: #77B32B;
    font-weight: bold;
    cursor: pointer;
 }
 .blue_header,
 .blue_header_1
 {
    height: 138px;
    width: 100%;
    background-color: #EDF1FB;
    margin-top: 65px;
    color: #5B6A77;
    
    padding-top: 13px;
    padding-left: 20px;
 }
 .trainer_request_header{
    height: 138px;
    width: 66%;
    background-color: #EDF1FB;
    margin-top: 65px;
    color: #5B6A77;
    
    padding-top: 31px;
    padding-left: 20px;
    margin-left: 323px;
 }
 .blue_header .first_section span:last-child{
    font-weight: bold;
 }

 .blue_header .second_section{
    margin-top: 10px;
 }

 .blue_header .second_section .title{
    font-weight: bold;
    font-size: 22px;
 }
.blue_header .third_section{
    padding-top: 15px;
}
.blue_header_1{
    padding-top: 28px !important;
}
.blue_header_1 .main_title,
.trainer_request_header .main_title{
    font-weight: bold;
    font-size: 25px;
}
.blue_header_1 .sub_title,
.trainer_request_header .sub_title{
    font-weight: bold;
    font-size: 18px;
}
.blue_header .third_section .seminar_date{
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px;
    width: 142px;
    border-radius: 5px;
    background-color: #fff;
 }

 .page_manage_seminar,
 .page_confirm_attendance{
    /*padding-top: 30px;*/
    color: #5B6A77;
 }
 .page_manage_seminar .title,
 .page_confirm_attendance .title,
.page_attendee_list .title{
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 10px 0;
 }
 .page_manage_seminar ul.menu li{
    padding: 20px 20px;
    background-color: #FAFAFA;
    margin: 10px 0px;
    cursor: pointer;
    /* border-radius: 10px; */
    font-weight: 500;
 }
 .page_manage_seminar .hide_show{
    display: none;
 }

 .page_confirm_attendance ul li.dateli{
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    /* border-radius: 10px; */
 }
 .page_confirm_attendance ul li.dateliDisabled{
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    /* border-radius: 10px; */
    background-color: #FAFAFA;
    cursor: pointer;
 }
 .page_confirm_attendance ul li.dateliDisabled span{
    font-weight: bold;
    font-size: 13px;
 }

 .page_confirm_attendance ul li.dateliDisabled img{
    height: 13px;
    width: 20px;
 }

 .radio-button-green-checked{
    border: 2px solid #77B32B !important;
 }

 /* .brb{
    border-radius: 10px !important;
 } */
 .page_attendee_list ul li{
    padding: 20px 20px;
    margin-top: 10px;
    /* border-radius: 10px; */
    /* background-color: #FAFAFA; */
    border: 1px solid #ced4da;
 }
 .green{
    color: #77B32B;
 }
 a.green:hover{
    text-decoration: none;
 }
 .custom-modal .modal-header-custom{
    min-height: 50px;
    background-color: #F2F2F2;
    padding-top: 10px;
    border-radius: 13px 13px 0 0;
 }

 .custom-modal .modal-content{
    border-radius: 0px;
    border: 1px solid #ddd;
 }
 .custom-modal .modal-header-custom .add_note_title{
    color: #BFBFBF;
    font-size: 19px;
 }
 .custom-modal .modal-header-custom > span:last-child{
    margin-left: 154px;
    font-weight: bold;
 }

 .custom-modal .modal-header-blue-custom{
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #EDF1FB;
    min-height: 80px;
 }

 .custom-modal .close_btn{
    cursor: pointer;
    font-weight: bold;
 }

 .custom-modal .modal-header-blue-custom span:first-child{
    font-weight: bold;
    color: #364856;
    font-size: 21px;
 }

 .custom-modal .modal-header-blue-custom span:last-child{
    color: #364856;
    font-size: 15px;
 }
 #uploadDocumentModal #event_date_container{
    padding: 4px 16px;
    background-color: #fff;
    color: #788B9A;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 13px;
 }
 
 #uploadDocumentModal #event_name_container{
    font-weight: bold;
    color: #364856;
    font-size: 18px;
    margin-top: 13px;
 }
 #login_form_wrapper .forgot_password_container{
    margin-top: 17px;
 }

 #login_form_wrapper .remember_me_container{
    margin-top: 17px;
 }

 /* #login_form_wrapper #login_form input[name="username"]{
   width: 296px;
 }
 #login_form_wrapper #loginBtn{
    width: 298px;
 } */

 #login_form_wrapper #google_recaptcha_login{
    margin-top: 10px;
 }

 #portalSmallPopupOverlay{
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: fixed;
    z-index: 99999 !important;
    display: none;
 }

 #portalSmallPopupOverlay .popupContent{
    position: fixed;
    margin: 0;
    top: 40%;
    left: 45%;
    height: 200px;
    width: 224px;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
 }

 #portalSmallPopupOverlay .message_container{
    margin-top: 11px;
    color: #66747E;
    font-weight: bold;
    font-size: 14px;
 }
 #portalSmallPopupOverlay .button_conatiner{
    margin-top: 17px;
 }
 .page_dashboard .third_section{
    margin-top: 25px;
    padding: 20px 25px;
    height: 165px;
    background-color: #f9f9f9;
    
    /* border-radius: 17px; */
    color:#5B6A77;
 }
 .page_seminar_feedback{
    /* padding-left: 90px; */
 }
 .page_seminar_feedback .feedback-data-wrapper{
    color: #5B6A77;
 }
 .edit-profile-sec {
    display: flex;
    justify-content: space-between;
}
.edit-profile-sec .edit-profile p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.edit-profile-sec .edit-profile .save-changes {
    min-width: 130px !important;
}
p.cstm-btn-info.mobile-relative {
    position: relative;
    top: 0;
}
p.cstm-btn-info.mobile-relative {
    position: relative;
    top: 14px;
    left: inherit;
    transform: inherit;
    max-width: 100%;
}
button.cstm-btn.save-changes.ed-btn:focus, 
button.cstm-btn.save-changes.ed-btn:hover {
    background: white;
    color: black!important;
    border: 1px solid black;
    font-weight:600;
}

 .page_seminar_feedback .seminar_container{
    /* height: 93px; */
    padding: 22px 26px;
    background-color: #FAFAFA;
    /* border-radius: 17px; */
    border:1px solid #ddd;
    margin-bottom: 15px;
 }
 .seminar_container .seminar_title{
    font-weight: bold;
    font-size: 21px;
 }
 .seminar_container .last_link_wrapper{
    margin-top: 12px;
 }
 .seminar_container .last_link_wrapper .link{
    font-weight: bold;
    color: #77b32b;
    cursor: pointer;
 }
 .seminar_container .date_location{
    font-size: 16px;
 }
 .clgray{
    color: #9d9d9d;
 }

 .ul_show_attendee_list li:first-child {
     margin-top: 15px;
 }
 .ul_show_attendee_list li {
    border: 1px solid #F8F8F8;
    /* border-radius: 9px; */
    margin-bottom: 5px;
    cursor: pointer;
 }
 .ul_show_attendee_list li .row {
    padding: 10px;
 }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}
 .header_with_date_location .row{
    margin-left: 50px;
 }
 .page_feedback_details{
    margin-left: 90px;
 }
 .page_feedback_details .boxes_container{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 38px;
 }
 .page_feedback_details .box{
    height: 120px;
    padding: 20px 20px; 
    /* border-radius: 10px; */
    border:1px solid #ddd;
    margin-top: 15px;
 }
 .page_feedback_details .box .title{
    color: #5B6A77;
    font-weight: 500;
    display: block;
 }
 .page_feedback_details .given_feedback_wrapper .title,
.page_feedback_details .participants_wrapper .title{
    margin-bottom: 23px; 
 }
.page_feedback_details .total_average_rating_wrapper{
    background-color: #F2F2F2;
 }
 .page_feedback_details .box .number{
    font-weight: bold;
    font-size: 24px;
    margin-left: 7px;
 }
 .page_feedback_details .analysis_wrapper{
    margin-top: 30px;
   /* margin-left: 84px;*/
 }
 .page_feedback_details .analysis_wrapper .title{
    font-weight: bold;
    color: #5B6A77;
    font-size: 20px;
    line-height: 2;
 }
 .page_feedback_details .analysis_wrapper .form_name{
    color: #5B6A77;
    font-weight: 600;
 }
 .trainer_request_header .header_text_container{
    margin-left: 63px;
 }
 .panel-group .panel{
    overflow: visible;
    margin-bottom: 0;
    border-radius: 4px;
    margin-bottom: 13px;
 }
 .panel{
    background-color: #fff;
    border:1px solid transparent;
 }
 .panel-default{
    border-color:#e0e0e0;
 }
 .panel-default .panel-heading{
    color: #333333;
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    border-bottom: 0;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default .icon_container {
    background-color: #f9f9f9;
    margin-left: -15px;
    padding-top: 10px;
}
.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.mobilediv table th, .mobilediv table td {
    font-size: 12px;
}
.panel-default .panel-heading a{
    color: #5B6A77;
}
.panel-default .panel-heading a:hover{
    text-decoration: none;
}
.newmodaladd {
    padding: 0px;
    margin: 0px;
}
.newmodaladd .modal-content {
    padding: 0px;
}
.newmodaladd .modal-content .modal_note {
    padding: 15px;
    background: #f2f2f2;
}
.newmodaladd .modal-body {
    padding: 0px;
}

.newmodaladd .modal-content .modal_note p {
    font-size: 18px;
}
.newmodaladd .modal-content .modal_headline {
    background: #e8f1ff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}
.newmodaladd .modal-content .modal_headline h4 {
    margin: 0px;
    line-height: normal;
}
.newmodaladd .modal-content .inv-cont {
    padding: 0px 16px 20px;
}
.newmodaladd .modal-content {
    padding: 0px !important;
    border-radius: 0px !important;
}
.hr-line {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: .5rem 1rem;
}
i.far.fa-times-circle {
    font-size: 35px;
    margin-bottom: 15px;
}
div#no_of_selected_attendees {
    margin-top: 15px;
    font-weight: 600;
}
i.far.fa-file {
    font-size: 35px;
    color: #4081ba;
}
.doc_designs .text-simply {
    width: 100%;
    display: flex;
    align-items: center;
}
.doc_designs .text-simply .doc_icon {
    margin-right: 20px;
}
/* .dtl-cont-box.overlapping p {
    word-break: break-all;
} */

.unique_label{
    display: flex;
    width: 100%;
    z-index: 9;
    position: relative !important;
}
.unique_label::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: -44px;
    right: 0;
    z-index: 999;
}
.activeClass .calendar-height:first-child {
    position: relative;
    z-index: 2;
}
.row.pos-r-z.activeClass {
    z-index: 999;
}
a.navbar-brand {
    width: 120px;
}
span.checkmark.account_checkmark {
    background: none!important;
}
span.checkmark.account_checkmark:after {
    border: none!important;
    left: 0!important;
}
.mobile_calendar .period_nav{
    float: none;
    width: 100%;
}
.mobile_calendar .period_nav a{
    padding: 16px 27px;
    font-size: 15px;
    border-radius: 16px;
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}
.mobile_calendar .calendar-header{
    background:#edf1fb;
    margin-top: 0px !important;
}
.mobile_calendar .calendar-container{
    padding: 0px !important;
}

.mobile_calendar .calendar-container{
    border-radius: 0px;
}

.mobile_calendar .date_nav{
    background-color: #fafafa;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; 
}
.mobile_calendar .date_nav .fa {
    font-size: 24px;

}

.mobile_calendar .period_nav a{
    padding: 16px 0px;
}
.mobile_calendar .view_title h3{
    padding-left: 0px;
}

.mobile_calendar .view_title{
    padding-left: 0px;
    padding-top: 20px;
}
.mobile_calendar .calendar{
    display: block;
}
.mobile_calendar .period_nav a.active {
    background: #fff;
    color: #77b32b !important;
}
@media only screen and (max-width: 380px) {
    .mobile_calendar .period_nav a{
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrap{
        flex-wrap: wrap;
    }
    .nav_wrapper{
        display: none;
    }
}

/* @media only screen and (max-width: 800px) {
    .container{
        padding: 0px;
        margin: 0px;
    }
} */
.monthViewMobile .cal-col{
    float: left;
    padding: 5px;
    width: 14%;
    text-align: center;
}
.calendar_month_table {
    width: 100%;
}
.calendar_month_table tr{
    width: 100%;
}
.month_name{
    font-weight: bold;
    color: #364856;
    font-size: 20px;
    padding-left: 14px;
}
.cal-col{
    color:#303134;
}
.cal-col.week{
    color: #94979B;
}
.cal-col.other_month{
    color:#DEDEDE;
}

.cal-col.sunday{
    color:#FC2E53;
}
.cal-col.month_date{
    font-weight: bold;
}
.monthViewMobile{
    min-height: 900px;
}
.single_month {
    margin-bottom: 20px;
}
.yearMonthContrainer{
    width: 45%;
    float: left;
    min-height: 178px;
    margin: 2% 2% 2% 3%;
}

.yearMonthContrainer .month_name{
    font-weight: bold;
    color: #364856;
    font-size: 15px;
    padding-left: 7px;
}
.yearMonthContrainer .cal-col{
    font-size: 10px;
    text-align: center;
}
.yearViewMobile {
    min-height: 1200px;
}

.mobile_calendar .weekDayTitle{
    margin: 5px 20px;
    text-transform: uppercase;
}

.mobile_calendar .weekDayTitle b{
    font-size: 17px;
}
.mobile_calendar .other-info{
    margin-bottom: 5px;
}
.mobile_calendar .weekDayTitle span{
    color: #83868A;
    font-size: 13px;
    padding-left: 7px;
}
.dayViewMobileGrid {
    display: grid;
}

.mobile_day_event,
.mobile_week_event
{
    height: 100%;
    border-radius: 5px !important;
}
.mobile_week_event{
    margin-left: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-top: 5px !important;
}
.bottom_para{
    position: absolute;
    bottom: 0px;
    width: 95%;
    margin-bottom: 5px;
}
.dayColumnMobile{
    height: 70px;
    padding-left: 20px;
}
.mobile_cal_wrapper{
    min-height: 1000px;
}
.weekMobileFirstRow{
    height: 50px;
}
.weekDayMobileSection{
    min-height: 70px;
}
.weekDayMobileSection .bottom_para{
    margin-bottom: 5px;
}
.weekMobileFirstRow .col-4{
    padding-right: 30px;
}
.privateRow{
    height: 35px;
}
.has_events {
    background-color: #94DBB2;
    color: #FFF;
}
.tick-cont a:hover {
    text-decoration: underline;
}
.active_custom_filter button.btn.btn-secondary.active {
    background-color: #017bff;
    border: #017bff;
}
.body-headerpart h4 {
    font-size: 25px;
    font-weight: 700;
}
.calendar-container.overflow-fix {
    overflow: visible;
}
select.cal-filter.form-control {
    padding-right: 41px;
}
.mobile_version_view {
    padding: 15px;
}
.mobile_version_view ul {
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    margin-bottom: 10px;
}
.mobile_version_view ul li {
    padding: 13px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
.mobile_version_view ul li  strong {
    width: 50%;
}
.mobile_version_view ul li .list_block {
    width: 50%;
}
i.fas.fa-info-circle {
    margin-top: 18px;
    position: absolute;
    color: #faaf1e;
    font-size: 12px;
}
.dtl-cont-box ul{
    list-style: circle;
}
.dtl-cont-box.overlapping p {
    word-break: break-word;
}
.detailSeminarTab ul{
    list-style: circle;
    padding-left: 0;
    padding-inline-start: 16px;
}
.filt-up-trng .form-group:last-child .form-group::before {
    display: none;
}
form.saveContactForm.step-one-form.step-two.reg-form.form-brd {
    padding: 10px;
}
.saveContactForm.step-one-form.step-two.reg-form.form-brd label {
    width: 100%;
    text-align: left;
}
.saveContactForm .invalid-feedback {
    text-align: left;
}
button.btn.btn-primary.btn-grey.send_pwd_email:focus {
    background-color: #017bff!important;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}
#modal_trainer_calendar h2.modal-heading {
    font-size: 20px !important;
}

.m-image_circle {
    height: auto !important;
    max-width: 100%;
    width: auto;
    height: 37px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}
@media all and (max-width:1340px){
    .trng-flt-wrap-full{
        margin-left: 0;
        margin-right: 0;
    }
    .trng-flt-wrap-full .filt-up-trng{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .trng-flt-wrap-full .filt-up-trng .form-group{
        min-width: 29%;
        position: relative;
        margin: 6px 20px;
    }
    .trng-flt-wrap-full .filt-up-trng .form-group:nth-child(3)::before{
        display: none;
    }
}
#billingListModal_New .inv-add-form label.container > div {
    padding: 0 0 0 10px;
    border: none;
    margin: 0;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
#billingListModal_New .inv-add-form label.container {
    padding: 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
#billingListModal_New .inv-add-form label.container:nth-child(odd) {
    background: #efefef;
}
#billingListModal_New .inv-add-form label.container > div .edit-icon {
    order: -1;
    -webkit-order: -1;
}
#billingListModal_New .inv-add-form label.container > div p.sub-head {
    margin-left: 20px;
}
#billingListModal_New .inv-add-form label.container span.checkmark {
    left: initial;
    right: 10px;
}
#billingListModal_New .inv-add-form label.container button.custom_cta {
    background: #4778ff;
    margin-right: 10px;
    border: none;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
}
#billingListModal_New .modal-dialog {
    max-width: 1100px;
}
#billingListModal_New .table_design_custom thead th {
    font-weight: bold;
    text-align:left;
    font-size: 14px;
}
#billingListModal_New .table_design_custom td {
    vertical-align: middle;
    font-size: 14px;
    text-align:left;
}
#billingListModal_New .table_design_custom td .chech_and_name {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    position: relative;
}
#billingListModal_New .table_design_custom td .chech_and_name input[type="checkbox"], #billingListModal_New .chech_and_name input[type="checkbox"] {
    appearance: auto;
    margin-right: 11px;
    width: 15px;
    height: 15px;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #000;
    color: #fff;
    height: 24px;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 0%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    top: 100%;
    visibility: hidden;
}
[data-title] {
    position: relative;
}
#billingListModal_New .table_design_custom td .chech_and_name > div {
    line-height: 0;
}
.w-20px{
    width:20px;
}
.login-type {
    display: flex;
    margin-bottom: 25px;
}
.login-type img{
    width: 17px;
    height: auto;
    margin-left: 5px;
    margin-top: 4px;
}
.login-type label.radio_check {
    padding: 0px;
    border: 0;
    background: unset;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.login-type label.radio_check input:checked + .check_design::after{
    background: #faaf1e;
}
.login-type label.radio_check:first-child {
    margin-right: 18px;
}

.pure-captcha-span-class {
    cursor: pointer;
    position: relative;
    top: 30px;
}
#birth_date_text{
    margin-right: 1px;
}
.calendar .calendar-data:nth-child(even) .day-name{
    background: #e3e3e3 !important;
}

.monthSection:nth-child(even) .slot{
    background: #e3e3e3 !important;
}

.menu-box-wrap .menu-cont p.menu-head, .menu-box-wrap .menu-cont .menu-desc{
    color: #79a6bb !important;
}