@font-face {
    font-family: "poppins-light";
    src: url("../font/Poppins-Light.ttf");
}

@font-face {
    font-family: "poppins-medium";
    src: url("../font/Poppins-Medium.ttf");
}

@font-face {
    font-family: "poppins-bold";
    src: url("../font/Poppins-Bold.ttf");
}
ol.mygroups {
    position: relative;
    left: 95px;
    bottom: 25px;
    padding: 0px;
    margin: 0px;
}
a.chat-purchase-link {color: #FFFFFF !important;font-weight: bold !important;text-decoration: underline !important;}
div#buyModal, div#messageModalLibrary, div#messageModalResources, div#buyModalSession, div#messageModalSession{
    z-index: 99999 !important;
}
select#filter-res {position: absolute;right: 20px;top: -25px;width: 200px;padding: 5px;border-radius: 0px !important;}
select#filter-res-session {
    position: absolute;
    right: 60px;
    width: 200px;
    padding: 5px;
    border-radius: 0px !important;
}
.text-center-lib {position: absolute;left: 0px !important;right: 0px !important;margin: 0px auto 0 auto;    width: 100% !important;
    text-align: center !important;}
.row.new_card {
    margin-top: 18px !important;
}
div#user-profile-details {
    padding: 35px 0px;
}
.form-group.d-flex.user-details-div {
    border-top: 1px solid #074884;
}
label.lbl-user-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    font-size: 18px;
    font-weight: 600;
}
a.text-primary-imp.resource-download.no_live {
    bottom: 6px !important;
    right: 14px !important;
    top: inherit !important;
    text-align: right;
}
span.admin-notification-message {
    font-weight: bold;
}
.sent-message.admin-msg {
    display: block;
}
img.avatar_chat {
    border-radius: 50px;
}
span.time-txt.time-notification {
    top: 6px !important;
}
p.session-details-heading {
    margin: 0 auto 5px auto !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
a.session-details-link {
    color: #FFFFFF;
    text-decoration: underline;
}
img#profile-img-tag {
    border: 2px solid #074884 !important;
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

.notifications {
    position: fixed;
    z-index: 99999;
    /*left: 25px;*/
    left: -9999px;
    bottom: 120px;
    padding: 12px 25px 12px 16px;
    background: #074884;
    width: 255px;
    transition: all .3s;
}

.notifications h3 {
    font-size: 22px;
    color: #FFFFFF;
}

p.notifications_name {
    margin: 20px 0px 0px 0px !important;
    font-weight: bold;
    color: #FFFFFF;
}

p.notifications_msg {
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    font-size: 16px;
    color: #FFFFFF;
}

h6.text-white.name-group-chat {
    text-transform: capitalize;
}

h3.txt-gname {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0px !important;
}

.group-disable {
    cursor: not-allowed;
    filter: blur(2px);
}
.group-disable .about.text-white:hover 
{
    cursor: not-allowed !important;
}

h4.topic-txt-live-session {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #FFF;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
}
p.topic-desc-live-session {
    position: absolute;
    left: 35px;
    bottom: 0px;
    color: #FFFFFF;
    font-size: 14px;
}
h1.temp_loading {
    text-align: center;
    font-size: 28px;
    margin: 0 auto;
    color: #a9a9a9;
    font-weight: 400 !important;
    padding: 0px 30px;
}
.video-modal
{
    max-width: 600px !important;
}
.play-icon
{
    filter: drop-shadow(0px 0px 0px rgba(7, 72, 132, 1));
    animation: pulse 1s infinite;
    cursor: pointer;
}
@keyframes pulse {
    0% {
        filter: drop-shadow(0px 0px 0px rgba(7, 72, 132, 0.7));
    }

    70% {
        filter: drop-shadow(0px 0px 10px rgba(7, 72, 132, 1))
    }

    100% {
        filter: drop-shadow(0px 0px 0px rgba(7, 72, 132, 1));
    }
}
.thumbnail-box {
    box-shadow: inset 0 0 10px #dfdfdf, 3px 3px 5px 0 #ccc;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/video-thumbnail/thumbnail.PNG');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
div#messageModal {
    z-index: 999999 !important;
}
a.text-primary-imp.resource-download.session-link.enroll-link {
    background: #074884 !important;
    color: #FFFFFF !important;
    width: 110px !important;
    text-align: center;
    padding: 4px 0px;
    border-radius: 50px !important;
    cursor: pointer;
}
#snackbar {

    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    font-family: 'poppins-light';

}

#snackbar.show {
    
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;

}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.col-xl-12.col-lg-6.col-md-6.mb-5.div-no {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about.text-white:hover {
    cursor: pointer;
}

p.txt-no {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 22px;
    font-weight: 400;
}

p.group-name-live-session {
    font-size: 22px;
    font-weight: 600;
    padding: 0px !important;
    margin: 10px 0px !important;
}

.logout-btn{
    cursor: pointer !important;
}

p.user-chat-name {
    color: #FFFFFF;
    padding: 0px !important;
    margin: 8px 8px 0px 0px !important;
    font-size: 14px !important;
    text-transform: capitalize;
    font-style: italic;
}
p.chat-ban {
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px;
    padding: 0px !important;
    font-size: 20px;
}
p.chat-times {
    padding: 5px 0px !important;
    margin: 0px !important;
}
.chat-pop {
    position: fixed;
    right: 0px;
    width: 0px;
    height:100vh;
    top: 0px;
    z-index: 999;
}
.body-overlay .chat-pop{
    z-index: 99999;
}
.chat-pop-active {
    width: 550px;
}
.chat-box {
    background-color: #252F3F;
    padding: 30px 35px;
    display: none;
}
.sent-message {
    background-color: #074884;
    display: inline-flex;
    padding: 12px 12px;
    border-radius: 25px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 80%;
    text-align: left;
    color: #fff;
}
.chatss{
    height: calc(100vh - 248px);
    overflow: auto;
}
.chatss::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
    }
.recieve-message {
    background-color: #3B4453;
    display: inline-flex;
    padding: 12px 12px;
    border-radius: 25px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 80%;
}
.close-chat {
    font-size: 20px;
    float: right;
}
.recieve-message img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.sent-msg {
    position: absolute;
    right: -1px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0;
    background-color: #074884;
    color: #fff;
}
#emoji-content {
    margin-top: 30px;
    position: relative;
    height: 100px;
}
.sent-message p{
    margin-bottom: 25px;
    /*margin: 25px 0px;*/
}
.recieve-message p{
    margin-top: auto;
}
span.time-txt {
    position: relative;
    top: 30px;
    right: 10px;
    font-size: 14px;
    float: right;
}
.show-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #074884;
    color: #ffff;
    border-radius: 50%;
    color: #f8f9fa;
    box-shadow: 0 0 30px 5px;
}
a.attachment-chat {
    color: #FFFFFF;
    text-decoration: underline;
}
.chats-icons{
    font-size: 18px;
    padding: 15px 15px;
}
.chats-headers{
    height: 85px;
}

.chat-box hr {
    width: 70%;
    border-top: 1px solid #fff;
    margin-left: 0px;
    margin-top: 10px;
}
@media (max-width: 767px){
    .chat-box {
        padding: 30px 10px;
    }
.chat-pop-active {
    width: 100%;
}
.recieve-message {
    max-width: 90%;
}
.sent-message {
    max-width: 85%;
}
}
@media (max-width: 576px){
    .recieve-message p {
        font-size: 12px;
    }
    .sent-message P {
        font-size: 12px;
    }
    
    }
.request-session-btn-box{
    display: none;
}
.sign-up-text{
    float: right;
    position: relative;
    top: -3px;
    color: #000;
}
h1 {
    font-family: "poppins-bold";
}

button:hover {
    color: #fff !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.main-content {
    min-height: calc(100vh - 160px);
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #074884
}


/* accodian start */

.question-acc {
    margin: 30px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.select-type-icon {
    float: right;
    position: relative;
    top: -1px;
    font-size: 30px;
}

.select-type {
    position: relative;
}

.qst-submit-box {
    width: 50%;
    text-align: center;
    margin: 0px auto 50px auto;
}

.question-acc .card,
.question-acc .card:last-child .card-header {
    border: none;
}

.question-acc .card-header {
    background: #D1D1D1;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.question-acc .card-header h2 {
    padding-right: 60px;
}

.question-acc .card-header button {
    text-align: left;
}

.question-acc .fa-stack {
    font-size: 20px;
    width: 60px;
    background-color: #074884;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    text-align: center;
}

.text-black {
    color: #000;
}

.accordian-body {
    background: #A0B9D0;
    margin-bottom: 10px;
}

/* .question-acc .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
} */

.question-acc .btn-link:hover,
.question-acc .btn-link:focus {
    text-decoration: none;
}

.question-acc li+li {
    margin-top: 10px;
}

.modal-download-res {
    max-width: 400px;
}

.cancel-donload {
    color: #fff;
    border: 1px solid #707070;
    padding: 0px 20px;
    line-height: 40px;
    background-color: #707070;
    font-family: 'poppins-light'
}

.prcoced-download {
    color: #fff;
    border: 1px solid #074884;
    padding: 9px 20px;
    background-color: #074884;
    font-family: 'poppins-light';
    text-decoration: none !important;
    transition: all .2s;
}

.prcoced-download:hover {
    color: #074884;
    background-color: #FFF;
}

.resouces-tabs-name li {
    margin: -1px 10px;
    border: 1px solid #074884;
    border-radius: 8px 8px 0px 0px;
}

.resouces-tabs-name li a {
    color: #074884;
}

.resouces-tabs-name .active {
    border-radius: 6px 5px 0px 0px !important;
}

.text-primary-imp {
    color: #074884 !important;
}

.tab-resources {
    border: 1px solid #D8D8D8;
    padding: 30px 30px;
    border-radius: 8px;
    z-index: 99;
    position: relative;
    background-color: #fff;
}

.resouces-tabs-name {
    margin-left: 10px;
}
.resource-attributes.live-sessions-attributes 
{
    width: 100% !important;
}
.resource-attributes {
    width: 80%;
    padding: 10px 10px;
    box-shadow: inset 0 0 10px #dfdfdf, 3px 3px 5px 0 #ccc;
}
.header-live-session
{
    margin-top: 20px;
}
.resources-container {
    padding-left: 50px;
    padding-right: 50px;
}

.name-of-resources {
    padding-right: 80px;
    overflow-wrap: break-word;
}

.resource-img {
    width: 20%;
    background-color: #707070;
    text-align: center;
    padding-top: 10px;
    border-radius: 8px;
    height: 90px;
}

.resource-img img {
    width: 80%;
    height: 70px;
    object-fit: cover;
}

.resource-download {
    position: absolute;
    right: 15px;
    width: 80px;
    top: 15px;
}

.resource-dec {
    font-size: 14px;
}

.resource-attributes.live-sessions-attributes {
    padding: 32px 15px;
}

a.text-primary-imp.resource-datetime {
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-size: 14px !important;
}

.session-link{
    width: 125px !important;
    right: 5px !important;
}

.resource-box {
    display: flex;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}


/* accodian end */

.bold-text-theme {
    font-family: "poppins-bold";
}

.medium-text-theme {
    font-family: "poppins-medium";
}

.poppins-light-font {
    font-family: "poppins-light";
}

.poppins-medium-font {
    font-family: "poppins-medium";
}

.segoe-ui-regular-font {
    font-family: "segoe-ui-regular";
}

body {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 42px;
    font-family: "poppins-medium";
}

h2 {
    font-family: "poppins-medium";
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

p {
    font-size: 16px;
    font-family: "poppins-light";
}

button {
    font-size: 18px;
    font-family: "poppins-medium";
}

header {
    height: 80px;
}

.logo {
    height: 75px;
}

.login-img {
    width: 100%;
}

.icon-div img {
    width: 30px;
}

input[type=checkbox]:checked+label:before {
    background-color: #074884;
    border-color: #074884;
    color: #fff;
}

.text-fours {
    color: #444444;
}

.dimension-box {
    width: 600px;
    margin: 0 auto;
}

input[type=checkbox] {
    display: none;
}

.forget-password {
    font-family: "poppins-light";
    color: #000;
    font-style: italic;
}

.modal-backdrop {
    background-color: #074884 !important;
}

input[type=checkbox]+label:before {
    content: "\f00c";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.icon-div {
    background-color: #074884;
    padding: 10px 15px;
    position: relative;
    left: 2px;
    height: 50px;
    width: 55px;
}

.sign-up-box {
    width: 50%;
    margin: 5px auto;
}

.btn-signin {
    width: 100% !important;
}

.btn-bundle, .btn-signin {
    font-family: "poppins-medium";
    background-color: #074884;
    width: auto;
    color: #FFFFFF;
    padding: 10px 22px;
    transition: all .3s !important;
    border: 1px solid #074884;
}

a.btn:hover {
    background-color: #FFFFFF;
    color: #074884;
}

.input-user-and-password {
    height: 50px;
    background-color: #D1D1D1;
}

.back-color-theme {
    background-color: #074884;
}

.login-form-maxwidth {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    height: calc(100vh - 160px);
}

.policy-text {
    text-align: right;
}

.nav-background {
    background-color: #074884;
    padding-left: 20px;
    padding-right: 60px;
    z-index: 9999;
}

.wvriter-section-back {
    margin-top: 20px;
    width: 100%;
}

.wvriter-section-inner {
    padding-left: 12%;
    width: 70%;
}

.wvriter-section-inner hr {
    width: 100px;
    margin-left: 0px;
    border-top: 2px solid #fff;
    margin-top: 8px;
    margin-bottom: 30px;
}

.view-more-btn {
    background-color: #074884;
    border: 0px;
    padding: 10px 25px;
    color: #fff;
    border-radius: 7px;
}

.nav-single-item {
    /*padding-left: 8px;
    padding-right: 8px;*/
}

.product-cycles-box {
    padding-top: 70px;
}

.text-dark-blue {
    color: #074884;
}

.product-cycles-box-inner {
    width: 70%;
    margin: 0 auto;
}

.product-cycles-box-inner p {
    text-align: left;
}

.compresses-column {
    margin-top: 70px;
}

.product-firt-box {
    margin-bottom: 40px;
}

.compresses-column img {
    width: 85%;
}

.compresses-inner h2 {
    text-align: center;
    margin-bottom: 30px;
}

.center-column {
    text-align: right;
}

.partner-back {
    background-color: #074884;
    padding-top: 70px;
    margin-top: 60px;
}

.partner-headings {
    padding-bottom: 60px;
}

.dropdown-item {
    white-space: initial;
    position: relative;
}

.slides img {
    border-radius: 7px;
    width: 80%;
    margin: 0 auto;
}

.footers {
    padding: 30px 50px;
    border-top: 1px solid #fff;
    height: 80px;
}

.footers p {
    font-family: "poppins-medium";
}

.carosel-root {
    margin-bottom: 120px;
}

.signup-form {
    margin-top: 90px;
    margin-bottom: 50px;
    padding: 10px 30px;
}

.otp-input {
    flex: 0 0 20%;
    max-width: 20%;
    background-color: #8DABC6;
    border: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    width: 20%;
    margin: 0px 1.5%;
}

button:focus {
    outline: none !important;
}

.close-btn-modal {
    position: absolute;
    right: -10px;
    background-color: #fff !important;
    border-radius: 50%;
    border: 1px solid #074884!important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -10px;
    opacity: 1;
    z-index: 999;
}

.btn-verify {
    width: max-content;
    border: 0px;
    margin: 15px auto;
    padding: 5px 25px;
    font-size: 14px;
    background-color: #074884;
    color: #fff;
}

.auto-send-text {
    color: #074884;
    text-align: center;
    font-size: 12px;
}

.sign-up-img-box img {
    width: 50%;
}

.sign-up-img-box {
    text-align: center;
    margin-bottom: 50px;
}

.enter-verification-text {
    font-size: 20px;
    color: #074884;
    font-family: "poppins-bold";
}

.enter-verification-text-p {
    color: #074884;
    font-size: 14px;
}
.radio-sessions{
    display: none;
}
.dropdown-like-select-btn-otp:hover {
    text-decoration: none;
    color: #6c757d;
}
.dropdown-like-select-btn-age:hover {
    text-decoration: none;
    color: #6c757d;
}
.session-select{
    margin-top: 10px;
}
.burger-menu-btn {
    margin-right: -30px;
}

.dropdown-like-select-btn:hover {
    text-decoration: none;
    color: #6c757d;
}
.tell-expirance{
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 10px;
}

.radio-participants {
    display: none;
}

.radio-organization {
    display: none;
}

.info-tool-tip {
    z-index: 999;
    border: 0;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 5px;
}

.session-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.session-specific {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #707070;
    outline: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.send-session {
    background-color: #074884;
    color: #fff;
    width: 100%;
    border: 0px;
    padding: 6px 10px;
    font-family: "poppins-light";
    margin-top: 10px;
}

.radio-participants-single {
    border: 1px solid #707070;
    padding: 6px 30px;
}

.select-type p {
    margin-bottom: 0px;
    border: 1px solid #707070;
    padding: 5px 10px;
    border-radius: 4px;
    color: #443d3d;
    margin-bottom: 14px;
}

.radio-participants {
    margin-bottom: 10px;
}

.session-input:focus {
    outline: none;
}

.dropdown-like-select-btn::after {
    position: absolute;
    right: 0px;
    top: 10px;
}

.dropdown-like-select-btn-otp::after {
    position: absolute;
    right: 0px;
    top: 10px;
}

.dropdown-like-select-btn-age::after {
    position: absolute;
    right: 0px;
    top: 10px;
}

.dropdown-like-select-outer.show {
    top: 15px !important;
    left: -15px !important;
    width: 100%;
    background-color: #D1D1D1;
}

.dropdown-like-select-outer-otp.show {
    top: 15px !important;
    left: -15px !important;
    width: 100%;
    background-color: #D1D1D1;
}

.dropdown-like-select-outer-age.show {
    top: 15px !important;
    left: -15px !important;
    width: 100%;
    background-color: #D1D1D1;
}

.dropdown-like-select-btn,
.dropdown-like-select-btn-otp,
.dropdown-like-select-btn-age {
    position: relative;
    top: 14px;
    left: 14px;
    color: #6c757d;
    width: calc(100% - 30px);
    display: block;
}

.modal-virification {
    max-width: 300px !important;
}

.request-session-btn {
    border: 0px;
    color: #fff;
    padding: 8px 60px 8px 20px;
    font-size: 14px;
    font-family: "poppins-light";
    background-color: #074884;
}


/* 992 media */

.request-session-btn-box {
    text-align: right;
}

.dropdown-like-select {
    background-color: #D1D1D1;
    width: 100%;
}

@media (max-width: 992px) {
    .product-cycles-box-inner {
        width: 100%;
    }
}


/* 767 media */

@media (max-width: 767px) {
    .dimension-box {
        width: 100%;
    }
    .qst-submit-box {
        width: 100%;
    }
    .sign-up-box {
        width: 100%;
    }
    .sign-up-img-box img {
        width: 100%;
    }
    .compresses-column img {
        width: 100%;
    }
    .product-firt-box {
        margin-bottom: 0px;
    }
    .compresses-column {
        margin-top: 30px;
    }
    .our-family-dir {
        flex-direction: column-reverse;
    }
    .workshop-dir {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .modal-virification {
        max-width: 100%!important;
    }
    .resources-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .congrass {
        font-size: 32px;
    }
    .signup-form {
        padding: 10px 0px;
    }
    .modal-download-res {
        max-width: 100%!important;
    }
    .request-session-btn {
        padding: 8px 20px;
    }
    .request-session-btn-box {
        text-align: center;
    }
    .resouces-tabs-name {
        margin-left: 0px;
    }
    .resouces-tabs-name .active {
        border-radius: 6px 6px 6px 6px !important;
    }
    .tab-resources {
        border: 0px solid #D8D8D8;
        padding: 30px 0px;
    }
    .resource-download {
        width: max-content;
        background-color: #fff;
        padding: 3px 10px;
    }
    .resource-box {
        display: block;
    }
    .resource-attributes {
        box-shadow: none;
    }
    .resouces-tabs-name li {
        margin: 10px 10px;
        border-radius: 8px 8px 8px 10px;
        width: 100%;
    }
    .name-of-resources {
        padding-right: 0px;
        margin-top: 30px;
    }
    .resource-img img {
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
    }
    .resource-img {
        width: 100%;
        height: 250px;
        padding: 0;
        overflow: hidden;
    }
    .footers {
        height: auto;
    }
    .footers p {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .select-type p {
        font-size: 14px;
    }
    .session-input {
        font-size: 14px;
    }
    
}
@media (max-width: 480px) {
    
    .logo
    {
        height: 45px !important;
    }
    
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  color: #fff;
  font-family: "poppins-medium";
  margin-left: 15px;
}

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

@keyframes load {
  0% {
    content: 'Loading';
  }
  33% {
    content: 'Loading.';
  }
  67% {
    content: 'Loading..';
  }
  100% {
    content: 'Loading...';
  }
}

div#loading {
        
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: hsl(0deg 0% 0% / 75%);

}

img.laoding-img {
    position: relative;
    left: 15px;
}

div#contain {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

#loading h1 {

    color: #FFF;
    font-size: 50px;
    font-weight: bold;

}

p.contact-heading {
    color: #074884;
    font-size: 26px;
    font-weight: 400;
}
.back-contact-us{
    background-image: url(../images/back-contact.png);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-top: -10px;
}
.fil-form{
    margin-top: 100px;
    margin-bottom: 100px;
}
.form-contacts{
    background-color: #074884;
    padding: 25px 25px;
    border-radius: 15px;
height: 100%;
}

.form-contacts h4{
    text-align: center;
    margin-bottom: 30px;

}

button.btn-contact {
    float: inherit;
    width: 100% !important;
    font-family: "poppins-medium";
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    background-color: #074884;
    color: #fff !important;
    padding: 10px 10px;
    border-radius: .25rem;
    border: 1px solid #fff;
}
.form-contacts p{
    margin-bottom: 6px;
    color: #fff;
}
.form-contacts h5{
   font-size: 24px;
}
.contact-in-touch{
    margin-top: 50px;
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .fil-form {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .back-contact-us {
        height: 400px;
    }
    .form-contacts-column{

        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .fil-form h1{
        font-size: 30px;
    }
    .form-contacts {
        background-color: #074884;
        padding: 25px 10px;
    }
}

/*.chat-grop-box{
    display: flex;
}*/
.sent-message img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.text-left .sent-message {
    background: #3B4453;
}
.Groups-box{
    height: 100%;
    width: 301px;
    position: fixed;
    z-index: 1;
    top: 0px;
    background-color: #042e54;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    right: 550px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    margin-right: -1px;
}
.Groups-box-item{
    padding: 15px 10px;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #ffffff7d;
    border-radius: 0;
}
.Groups-box-item .about {
    padding-left: 8px;
}
.Groups-box-item img {
    width: 50px;
    border-radius: 50%;
    margin-right: 5px
}
.name-group {
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
}
.time-group{
    font-size: 12px;
}
.group-icons{
    color: #fff;
    position: absolute;
    top: 32px;
    right: 14%;
}
@media (max-width: 992px){
    .Groups-box {
        width: 100%;
        right: 0px;
    }
}

.upload-btn-wrapper {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    right: 60px;
    top: 12px;
    width: 30px;
  }
  .upload-btn-wrapper button{
      border: 0px;
      background-color: transparent;
  }
  .emojionearea-editor{
    margin-left: 5px;
    width: calc(100% - 120px);
}
.emojionearea .emojionearea-button{
    z-index: 999;
}
.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-bottom: 50px;
}

.group-hide{
    display: none;
}

.group-hide-session{
    display: none;
}
  /* .group-hide.Ed
  {
      display: block;
  } */
  #subscription_type {
    display: none;
  }