/*********************************************************
    // Start Global
**********************************************************/

html,
body {
    overflow: auto;
    transition: all .3s;
}
body {
    overflow-y: hidden;
    overflow-x: hidden;
}
.over-y
{
    overflow-y: scroll;
}
.overflow-hidden
{
    overflow: hidden;
}
.text-center
{
    text-align: center;
}
html.menu-open,
body.menu-open {
    height: 100vh;
    overflow: hidden;
}
.stampContainer
{
    margin-left: auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.invoice-card,
.invoice-card:hover
{
    display: block;
    background-color: #1d6e6e;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 20px;
}
.menu-content-holder {
    transition: all .3s;
    padding-top: 123px;
}

.menu-content-holder > .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 99999;
    display: none;
}

.en-font {
    font-family: 'AraESNawarRegular' !important;
}
.print-logo
{
    width: 170px;
    margin: 30px auto;
    margin-top: 0;
    display: none;
}
@media print {
    body .menu-content-holder > *:not(.printer),
    .print-table,
    .map-row
    {
        display: none !important;
    }
    .table-holder .table .table-row > div
    {
        font-size: 12px;
    }
    .section-heading{
        display: none !important;
    }
    .print-logo
    {
        display: block;
    }

    @page {
        padding: -150cm 0 0 0;
        margin: 0 0 0 0;
    }
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

textarea {
    resize: none;
}

* {
    outline: 0 !important;
}
.help-block
{
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.lang-link,
.lang-link:hover
{
    height: 35px;
    line-height: 35px;
    color: #ffff;
}

.distance-alert
{
    background: rgba(140, 0, 0, 0.62);
    display: flex;
    padding: 10px;
    color: #fff;
}

.mult-img-result .img-uploaded img
{
    width: 100%;
    height: 100%;
    min-height: 40px;
    transition: all .3s;
}
.mult-img-result .img-uploaded
{
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.mult-img-result
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #e7ded4;
}
.mult-img-result .img-uploaded .remove-appendedd
{
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #ca2424;
    border-radius: 50%;
}


.radius {
    border-radius: 4px
}

.indianred {
    color: indianred;
}

.ease {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.section-heading {
    display: inline-block;
    margin: 0px auto 40px;
    padding: 12px 0;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #1d6e6e;
    position: relative;
    font-family: 'GE_SS_Text_Medium';
    color: #1d6e6e
}
.best-size
{
    color: darkred;
    font-weight: 700;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.section-heading i {
    font-size: 27px;
    vertical-align: middle;
}

.section-heading:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1d6e6e;
}

.section-padding {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.devider {
    width: 100%;
    height: 1px;
    background-color: rgba(29, 110, 110, .3);
    margin: 20px 0;
}

.minor-heading {
    height: 40px;
    line-height: 40px;
    background-color: #1d6e6e;
    color: #fff;
    border-radius: 8px;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    text-align: center;
    position: relative;
}

.main-text {
    background-color: #e7ded4;
    color: #1d6e6e;
    line-height: 30px;
    text-align: center;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* start owl carousel */

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(67, 133, 133, .5);
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: rgba(67, 133, 133, 1);
}

/* Main form and main input styles */

.main-form .input-holder {
    position: relative;
    padding: 15px 0
}

.main-form .input-holder .main-input {
    width: 100%;
    height: 40px;
    line-height: 41px;
    background-color: #e7ded4;
    border: none;
    color: #1d6e6e;
    border-radius: 8px;
    transition: all .3s;
    -webkit-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
}
.tinput-time
{
    min-width: calc(100% - 30px);
    box-sizing: border-box;
}
.main-form .input-holder .main-input:focus {
    -webkit-box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.5) !important;
}

.main-form .input-holder .main-input::placeholder {
    color: #1d6e6e;
}

.main-form .input-holder .placeholder,
.main-form .input-holder .ageplaceholder{
    color: #1d6e6e;
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s .1s;
    z-index: 5;
}

.main-form .input-holder .placeholder.active,
.main-form .input-holder .ageplaceholder.active {
    top: -15px;
    transition: all .3s;
    height: 30px;
    line-height: 32px;
}

.main-form .input-holder i {
    position: absolute;
    top: 15px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #1d6e6e;
    font-size: 20px;
}

.main-form .input-holder i:nth-of-type(2) {
    z-index: 3;
}

.input-holder .main-input2 {
    width: 100%;
}

.main-form .input-holder .count-down-n {
    position: absolute;
    top: 25px;
    height: 20px;
    line-height: 21px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #1d6e6e;
    color: #fff;
    transform: scale(0);
    transition: all .2s
}

.main-form .input-holder .count-down-n.active {
    transform: scale(1);
}

.main-form .input-holder .uploaded-image {
    position: absolute;
    top: 50%;
    height: auto;
    left: 0;
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: all .3s;
}
.mult-img-result .uploaded-image.active,
.main-form .input-holder .uploaded-image.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: auto;
    height: auto;
    box-shadow: none;
}

.main-form .input-holder .uploaded-image img {
    max-height: 40px;
    min-width: 40px;
    display: block;
    border-radius: 8px;
    transition: all .3s;
    height: 100%;
}
.mult-img-result .uploaded-image{
    transition: .3s ease;
}

.mult-img-result .img-uploaded.active img,
.main-form .input-holder .uploaded-image.active img {
    max-height: 400px;
    min-width: auto;
    max-width: calc(100vw - 20px);
    height: auto;
}

.main-form .input-holder .file-input {
    position: absolute;
    visibility: hidden;
}

.main-form .input-holder .file-name {
    color: #1d6e6e;
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    cursor: text;
    transition: all .3s .1s;
    z-index: 4;
    padding: 0 60px 0 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* change-profile-image */

.change-profile-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}

.change-profile-image > input {
    position: absolute;
    visibility: hidden;
}

.change-profile-image > img {
    display: block;
    width: 100%;
    height: 100%;
}

.change-profile-image > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .4)
}

.change-profile-image > .overlay > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .main-form .input-holder .placeholder,
    .main-form .input-holder .ageplaceholder {
        cursor: pointer;
    }
}

/* main buttons style */

.btn {
    display: block;
    height: 45px;
    min-width: 240px;
    padding: 0 20px;
    line-height: 45px;
    text-align: center;
    border: none;
    font-size: 18px;
    margin: 15px auto;
    background-color: #4BB543;
    color: #e7ded4 !important;
    transition: all .2s;
    box-shadow: 0 0 15px -2px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
    overflow: hidden;
}

a.btn {
    display: inline-block;
}

.btn i {
    vertical-align: middle;
    margin: 0 5px
}

.btn-2 {
    background-color: #e7ded4 !important;
    color: #1d6e6e !important;
}

.btn-0 {
    margin: 0 auto;
}

.more-button {
    position: absolute;
    top: 28px;
    width: auto;
    padding: 5px 10px;
    background-color: #4BB543;
    color: #fff;
    text-align: center;
    transition: all .3s
}

.more-button i {
    vertical-align: middle;
}

.more-button:hover {
    background-color: #d0beaa;
    color: #1d6e6e;
}

/* alert bootstrap */

.alert {
    position: relative;
    margin: 0;
    background-color: #e7ded4;
    font-size: 20px;
    color: #1d6e6e;
}

.alert .close-modal {
    top: 15px;
}

/* Main checkbox sign */

.socail-img{
    width: 54px;
    height: 60px;
    position: absolute;
    left: 2%;
    top: 76%;
}

.main-checkbox {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1d6e6e;
}

.main-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.main-checkbox .check-mark {
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #1d6e6e;
    transition: all .3s;
    border-radius: 4px;
    transform: translateY(-50%);
}

.main-checkbox:hover input ~ .check-mark {
    background-color: #e7ded4;
}

.main-checkbox input:checked ~ .check-mark {
    background-color: #1d6e6e;
}

.main-checkbox .check-mark:after {
    content: "\f00c";
    position: absolute;
    display: none;
    font-family: 'Font Awesome\ 5 Free';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e7ded4;
    font-size: 16px;
}

.main-checkbox input:checked ~ .check-mark:after {
    display: block;
}

/* Main radio button */

.main-radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1d6e6e;
    margin: 20px 0
}

.main-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.main-radio .check-mark {
    position: absolute;
    top: -3px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #1d6e6e;
    transition: all .3s;
    border-radius: 50%;
}

.main-radio:hover input ~ .check-mark {
    background-color: #e7ded4;
}

.main-radio input:checked ~ .check-mark {
    background-color: #1d6e6e;
}

.main-radio .check-mark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7ded4;
    font-size: 16px
}

.main-radio input:checked ~ .check-mark:after {
    display: block;
}

/* modal bootstrap */

.modal-open {
    padding: 0 !important;
}

.close-modal {
    position: absolute;
    top: 20px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #1d6e6e;
    background-color: transparent;
    border: none;
    padding: 0;
}

.my-modal-content {
    padding: 20px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.modal {
    padding: 0 15px !important;
}

.modal-dialog {
    margin: 10px auto;
}

.modal-content.section-padding {
    padding: 30px 0
}

.modal-content .section-heading {
    margin: 0 auto 20px
}

/* date-picker */

.ui-datepicker-prev {
    background-image: url("../images/back-circle-512.png");
    background-size: cover;
}

.ui-datepicker-next {
    background-image: url("../images/forward-circle-512.png");
    background-size: cover;
}

.ui-datepicker-prev:hover {
    background-image: url("../images/back-circle-512.png");
    background-size: cover;
    cursor: pointer;
}

.ui-datepicker-next:hover {
    background-image: url("../images/forward-circle-512.png");
    background-size: cover;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    z-index: 9 !important;
}

/*********************************************************
    // Start Top Nav
**********************************************************/

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
    transition: all .3s
}

nav.smash {
    top: -135px
}

.top-nav {
    background-color: #1d6e6e;
    padding: 5px 0;
}

.top-nav .login {
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 35px 0 10px;
    color: #1d6e6e;
    background-color: #fff;
    width: 133px;
    z-index: 2;
}

.top-nav .login i {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}

.top-nav .bell {
    background-color: transparent !important;
    border: none;
    padding: 0;
}

.top-nav .bell i {
    display: block;
    width: 35px;
    text-align: center;
    height: 33px;
    line-height: 37px;
    font-size: 23px;
    color: #fff;
    position: relative;
}

.top-nav .bell i span {
    padding: 0 3px;
    background-color: #e7ded4;
    color: #1d6e6e;
    font-size: 12px;
    position: absolute;
    top: 0;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
}

.top-nav .profile-menu {
    position: relative;
    z-index: 9999;
}

.top-nav .profile-menu > button {
    padding: 0;
    width: 40px;
    height: 40px;
    display: block;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.top-nav .profile-menu > button > img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-nav .profile-menu > ul {
    left: 0;
    right: auto;
}

.top-nav .profile-menu.sub-menu-holder:hover > ul {
    top: 100%;
    opacity: 1;
}

/* notifications */

 .not {
    position: relative;
}

.noti .not {
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.nitifi-modal .all-btn
{
    position: absolute;
    top: 0;
    right: 30px;
    width: 50px;
    min-width: 100px;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    height: 35px;
    line-height: 29px;
    background-color: #1d6e6e;
}
.noti .not .image-holder {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.noti .not .image-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.noti .not .info {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}

.noti .not .info > div {
    /*height: 25px;*/
    line-height: 25px;
}

.noti .not .info .name {
    color: #595959;
    font-size: 15px
}

.noti-close {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #2c6e6e;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}

.noti-date{
    position: absolute;
    left: 20px;
    top: 10px;
    color: #F00;
}

.noti .not .info .status {
    color: #9f9f9f;
    font-size: 12px
}

.noti .yesorno .btn {
    margin: 0;
    min-width: 63px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

/* Lang Div */

.lang {
    width: 80px;
}

.lang > li {
    display: inline-block;
}

.lang > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
}

/* Currency */

.currency {
    /*width: 50px;*/
    margin-left: 15px;
}

.currency > li > a {
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.currency > .sub-menu-holder:hover > ul {
    top: 100%;
    opacity: 1;
}

/* Search Div */

.top-nav .search {
    width: 30%;
}

.top-nav .search form {
    position: relative;
    width: 100%;
}

.top-nav .search form input[type="text"] {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    color: #1d6e6e
}

.top-nav .search form input[type="text"]::placeholder {
    color: #1d6e6e
}

.top-nav .search form button {
    position: absolute;
    top: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}

.top-nav .search form button i {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #1d6e6e
}

@media(max-width: 991px) {
    .lang {
        display: none;
    }

    .currency {
        width: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top-nav .search {
        width: 40%
    }
}

@media (max-width: 767px) {

    .top-nav .container {
        position: relative;
    }

    .top-nav .bell {
        margin: 0 !important;
        padding: 0;
    }

    .top-nav .login {
        position: absolute;
        top: 0;
    }

    .top-nav .search {
        width: 35px;
        transition: all .3s
    }

    .top-nav .search.active {
        width: calc(100% - 100px);
        position: relative;
        z-index: 3;
    }

    .top-nav .search form {
        width: calc(100% - 10px);
    }

    .top-nav .search form input[type="text"] {
        width: 100%;
        margin: 0;
        transition: all .3s
    }

    .top-nav .profile-menu {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }

    .top-nav .profile-menu.sub-menu-holder > ul.active {
        top: 100%;
        opacity: 1;
    }

    nav.smash {
        top: -222px
    }
}

@media(max-width: 360px) {
    .top-nav .login {
        width: 35px;
        padding: 0;
    }

    .top-nav .login > span {
        display: none;
    }
}

/*********************************************************
    // Start Bottom Nav
**********************************************************/

.bot-nav {
    padding: 2px 0;
    background-color: #fff;
}

.bot-nav ul.lang {
    display: none;
}

.bot-nav .container {
    position: relative;
}

.bot-nav .logo {
    position: relative;
    width: 15%;
    height: 75px;
}

.bot-nav .logo img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bot-nav .menu-toggle {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #1d6e6e;
    font-size: 28px;
    cursor: pointer;
    display: none;
}

.bot-nav .menu-holder {
    width: 81%;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    z-index: 999;
}

.bot-nav .menu-holder .close-menu {
    position: relative;
    display: none
}

.bot-nav .menu-holder .close-menu i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #e7ded4;
    cursor: pointer;
    z-index: 2;
}

.bot-nav .menu {
    list-style: none;
}

.bot-nav .menu > li {
    display: inline-block;
}

.bot-nav .menu > li.add-cours-mnu,
.bot-nav .menu > li > a
{
    font-family: 'GE_SS_Two_Medium';
    position: relative;
    display: block;
    padding: 10px 16px;
    font-size: 17px;
    color: #1d6e6e;
    cursor: pointer
}
.bot-nav .menu > li.add-cours-mnu{
    width: auto;
    display: inline-block;
}


.bot-nav .menu > li:not(:nth-child(2)) > a:before {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 30%;
    background-color: #e7ded4;
}

.bot-nav .menu > li.add-cours-mnu:before
{
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 30%;
    background-color: #e7ded4;
    right: 0;
}
.bot-nav .menu > li.add-cours-mnu:after,
.bot-nav .menu > li > a:after
{
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e7ded4;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.bot-nav .menu > li:hover > a:after {
    width: 60%
}

.bot-nav .menu > li > a i {
    margin: 0 2px;
    vertical-align: middle;
}

.sub-menu-holder.lang {
    display: none
}

.sub-menu-holder {
    position: relative;
    display: inline-block;
}

.sub-menu-holder > a {
    display: block;
}

.sub-menu-holder > ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: -500%;
    background-color: #1d6e6e;
    padding: 5px;
    z-index: 99;
    border-bottom: 3px solid #e7ded4;
    min-width: 100%;
    border-radius: 8px;
    opacity: 0;
    transition: opacity .3s;
}

.sub-menu-holder > ul > li {
    display: block;
}

.sub-menu-holder > ul > li > a {
    display: block;
    padding: 5px 10px;
    color: #e7ded4;
    font-family: 'GE_SS_Text_Medium';
    transition: all .3s;
    border-radius: 4px;
    white-space: nowrap;
}

.sub-menu-holder > ul > li > a:hover {
    background-color: #e7ded4;
    color: #1d6e6e;
}

.sub-menu-holder > ul > li > a i {
    margin-left: 5px;
    font-size: 10px;
}

@media (min-width: 992px) {
    .bot-nav .menu > li:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .menu-content-holder {
        padding-top: 112px
    }

    .bot-nav .menu-holder .close-menu {
        display: block
    }

    .bot-nav .logo {
        width: 150px;
        height: 64px;
    }

    .bot-nav .menu-toggle {;
        display: block;
    }

    .bot-nav .menu-holder .icon-bars {
        display: none
    }

    .bot-nav .menu-holder {
        position: fixed;
        top: 0;
        width: 250px;
        height: 100vh;
        background-color: #1d6e6e;
        transform: none;
        z-index: 9999;
        overflow: auto;
    }

    .bot-nav .menu-holder .menu {
        padding: 0 0 30px 0;
    }

    .bot-nav .menu > li {
        display: block;
    }

    .bot-nav .menu > li.sub-menu-holder.lang {
        display: block
    }

    .bot-nav .menu > li > a {
        color: #e7ded4;
    }

    .bot-nav .menu > li:not(:first-child) > a {
        border-top: 1px solid rgba(231, 222, 212, .5);
    }

    .bot-nav .menu > li > a i {
        width: 30px;
        text-align: center;
    }

    .bot-nav .menu > li > a:after,
    .bot-nav .menu > li:not(:nth-child(2)) > a:before {
        content: none;
    }

    .bot-nav .menu > li.sub-menu-holder > ul {
        position: static;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
    }

    .bot-nav .menu > li.sub-menu-holder > ul.open {
        margin: 0 20px 10px 10px;
        max-height: 600px;
        min-width: auto;
        opacity: 1;
        transition: all .3s;
    }

    .bot-nav .menu > li.sub-menu-holder > ul > li > a {
        padding: 10px 25px 10px 10px;
        border-radius: 2px;
        border: 1px solid rgba(231, 222, 212, .5);
    }

    .bot-nav .menu > li.sub-menu-holder > ul > li:not(:last-child) > a {
        border-bottom: 0
    }

    .header-slider .owl-nav > div {
        width: 35px !important;
    }
}

/*********************************************************
    // Start Header
**********************************************************/

.header-slider .slide {
    position: relative;
}

.header-slider .slide img {
    width: 100%;
    height: 400px
}
.header-slider .item .slide
{
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.header-slider .slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
}

.header-slider .slide .intro {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 60%;
}

.header-slider .slide .intro .heading {
    padding: 20px 10px;
    margin: 0 auto;
    color: #e7ded4;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    font-size: 40px;
    font-family: 'GE_SS_Text_Medium';
}

.header-slider .slide .intro .para {
    color: #fff;
    padding: 20px;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
}

.header-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1d6e6e;
    color: #e7ded4;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
}

.header-slider .owl-nav > div.owl-next {
    left: 0;
}

.header-slider .owl-nav > div.owl-prev {
    right: 0;
}

@media (max-width: 575px) {
    .header-slider .slide .intro {
        width: 95%;
    }

    .header-slider .slide .intro .heading {
        font-size: 22px
    }

    .header-slider .slide .intro .para {
        font-size: 15px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-slider .slide .intro {
        width: 80%;
    }

    .header-slider .slide .intro .heading {
        font-size: 28px
    }

    .header-slider .slide .intro .para {
        font-size: 21px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-slider .slide .intro {
        width: 70%;
    }

    .header-slider .slide .intro .heading {
        font-size: 32px
    }

    .header-slider .slide .intro .para {
        font-size: 26px
    }
}

/*********************************************************
    // Start Search
**********************************************************/

.advanced {
    position: relative;
}

.advanced .search-toggle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px;
    background-color: #1d6e6e;
    color: #fff;
    font-size: 17px;
    font-family: 'GE_SS_Two_Medium';
    border-radius: 0 0 16px 16px;
    cursor: pointer;
    width: 204px;
    text-align: center;
    display: flex;
    align-items: center;
}

.advanced .search-toggle i {
    margin: 0 5px;
    vertical-align: middle;
}

.advanced .search-toggle.active {
    position: relative;
    transform: none;
    top: 0;
    width: 232px;
    left: auto;
    margin: 0 auto 30px;
    padding: 12px 0;
    font-size: 22px;
    border-bottom: 1px solid #1d6e6e;
    color: #1d6e6e;
    background-color: transparent;
    border-radius: 0;
    transition: background-color .4s
}

.advanced .search-toggle.active:after {
    content: "";
    position: absolute;
    width: 116px;
    height: 3px;
    bottom: -1px;
    left: 66px;
    background-color: #1d6e6e;
}

.advanced .search-toggle.active i.fa-caret-square-down {
    transform: rotate(180deg);
}

.advanced-search {
    display: none;
}

.advanced-search .main-checkbox {
    width: 170px;
    margin: 20px auto;
}

.advanced-search .select2-container {
    padding: 0 15px;
}

.advanced-search .btn {
    margin: 0 auto;
}

.advanced-search .input-holder .main-input {
    padding: 0 15px !important;
}

.advanced-search .range .main-input {
    padding: 0 !important;
}

.advanced-search .ageplaceholder {
    padding-right: 25px !important;
}

/* styling the range slider */

/*.input-holder.range .main-input,*/
/*.advanced-search .main-input {*/
/*padding: 0 15px !important;*/
/*}*/

/*.input-holder.range .main-input > div {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/

/*.input-holder.range .main-input > div.name {*/
/*width: 55px;*/
/*}*/

/*.input-holder.range .range-slider-holder {*/
/*width: calc(100% - 60px);*/
/*height: 40px;*/
/*position: relative;*/
/*}*/

/*.input-holder.range .range-slider-holder .out {*/
/*position: absolute;*/
/*top: 2px;*/
/*background-color: #fff;*/
/*color: #1d6e6e;*/
/*border-radius: 2px;*/
/*height: 15px;*/
/*line-height: 7px;*/
/*width: 40px;*/
/*border: none;*/
/*text-align: center;*/
/*padding-top: 4px;*/
/*}*/

/*.input-holder.range .range-slider-holder .out.from {*/
/*right: 0;*/
/*}*/

/*.input-holder.range .range-slider-holder .out.to {*/
/*left: 0;*/
/*}*/

/*.input-holder.range .range-slider-holder .out.cur {*/
/*left: 50%;*/
/*transform: translateX(-50%);*/
/*width: calc(100% - 85px);*/
/*font-size: 11px;*/
/*}*/

/*.input-holder.range .range-slider-holder .range-slider {*/
/*top: 25px !important;*/
/*height: 10px;*/
/*}*/

/*.input-holder.range .range-slider-holder .range-slider .ui-slider-handle {*/
/*background-color: #1d6e6e;*/
/*width: 17px;*/
/*height: 17px;*/
/*top: -5px;*/
/*cursor: pointer;*/
/*}*/

/*.input-holder.range .range-slider-holder .range-slider .ui-slider-range {*/
/*background-color: #1d6e6e;*/
/*height: 10px;*/
/*top: -1px;*/
/*}*/

/**** Style the date picker div ****/

.age-holder {
    display: none;
}

.age-holder span {
    margin: 0 10px;
}

.age-holder input {
    background-color: #1d6e6e;
    color: #e7ded4;
    border: 1px solid #1d6e6e;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .2s;
    border-radius: 4px;
    padding: 0 5px;
    width: 50px;
}

.age-holder input:focus {
    background-color: transparent;
    color: #1d6e6e;
}

.gender {
    display: none;
}

/*********************************************************
    // Start Courses
**********************************************************/

.distance-alert{
    background: rgba(140, 0, 0, 0.62);
}
.link-icon{
    position: absolute;
    left: 5px;
    bottom: -10px;
    font-size: 55px;
}

.fa-google-plus-square {
    color: #ea4335
}

.fa-twitter-square {
    color: #1da1f2
}

.fa-instagram {
    color: #e1306c
}

.fa-facebook-square {
    color: #3b5998
}

.fa-share-alt-square {
    color: #232323
}


.d-flex
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.courses .container {
    position: relative;
    z-index: 9;
}

.course-holder {
    margin: 0 -2%;
}

.course {
    display: block;
    margin: 0 0 20px;
    font-family: 'GE_SS_Two_Medium';
    transition: all .3s;
    overflow: hidden;
    border-radius: 4px;
}

.course .image-holder {
    position: relative;
    height: 200px;
    /*overflow: hidden;*/
}

.course .image-holder img {
    display: block;
    width: 100%;
    height: 100%;
}

.course .image-holder .course-status {
    position: absolute;
    top: 24px;
    left: -31px;
    background-color: #1d6e6e;
    color: #fff;
    text-align: center;
    width: 140px;
    height: 30px;
    line-height: 36px;
    transform: rotate(-45deg);
    font-size: 15px;
}

.course .image-holder .course-status.done,
.main-details .image-holder-main .course-status.done {
    background-color: #e50a0a
}

.course .image-holder .course-status.soon,
.main-details .image-holder-main .course-status.soon {
    background-color: #e7b416
}

.course .image-holder .course-status.running,
.main-details .image-holder-main .course-status.running {
    background-color: #2dc937
}

.course .image-holder .course-status.available,
.main-details .image-holder-main .course-status.available {
    background-color: dodgerblue;
}

.course .image-holder .course-status.complete,
.main-details .image-holder-main .course-status.complete {
    background-color: #800080;
}

.course .image-holder .course-status.waiting,
.main-details .image-holder-main .course-status.waiting {
    background-color: beige;
}

.course .image-holder .abs {
    position: absolute;
    right: 0;
    background-color: #1d6e6e;
    color: #e7ded4;
    width: 80px;
    text-align: center;
}
.course .image-holder .more-dots
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 22px;
    z-index: 99;
}
.course .image-holder .more-dots i
{
    position: relative;
    cursor: pointer;
    display: block;
    padding: 7px;
    background: #1d6e6e;
    border-radius: 5px;
}
.course .image-holder .more-dots:hover .abs.left-links
{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.course .image-holder .abs.left-links
{
    right: auto !important;
    top: 0;
    left: calc(100% + 3px);
    transform: translateY(10px);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    width: auto;
    padding: 10px 0;
}
.course .image-holder .abs.left-links::before
{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateX(-100%);
    border: 5px solid transparent;
    border-right-color: #1d6e6e;
}
.course .image-holder .abs.left-links a
{
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
    transition: .5s ease;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    min-width: 150px;
}
.course .image-holder .abs.left-links a:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}


.prog-bar
{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #7777774f;
}
.prog-bar .prog-val
{
    height: 25px;
    width: 80%;
    position: relative;
    border-radius: 25px;
    background-color: #dddddd;
}
.prog-bar .prog-val span
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4bb543;
    border-radius: 25px;
}
.course .image-holder .abs.left-links a:hover
{
    /*transform: scale(1.1);*/
}
.course .image-holder .abs.left-links a:last-child
{
    margin-bottom: 0;
}
.course .image-holder .abs.price {
    padding: 5px 10px;
    top: 10px;
}

.course .image-holder .abs.details {
    bottom: 10px
}

.course .image-holder .abs.display {
    right: auto;
    left: 0;
    bottom: 10px;
    padding: 5px 10px;
}

.draft-link
{
    width: 100%;
    height: 40px;
    line-height: 21px;
    background-color: #e7ded4;
    border: none;
    color: #1d6e6e;
    border-radius: 8px;
    transition: all .3s;
    -webkit-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.5) !important;
    border-right: 10px solid #1d6e6e;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 30px);
    text-align: right;
    margin: 20px auto !important;
    position: relative;
    margin-bottom: 10px;
}

.draft-delete{
    position: absolute;
    top: -15px;
    left: -7px;
    background: #1d6e6e;
    width: 25px;
    height: 25px;
    line-height: 30px;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
}
.save-submit-btns
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.save-submit-btns .btn
{
    margin: 15px;
}
.save-submit-btns .btn.btn-danger
{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.course .image-holder .abs.details div {
    padding: 5px 10px;
    color: #e7ded4;
}

.course .image-holder .display {
    position: absolute;
    bottom: 0;
    left: 0;
}

.course .image-holder .display img {
    display: block;
    height: 70px;
    width: 70px;
    padding: 10px;
}

.course .image-holder .display .distance {
    height: 50px;
    width: 50px;
    margin: 10px;
    border-radius: 10px;
    background-color: #1d6e6e;
}

.course .image-holder .display .distance span {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #e7ded4;
}

.course .name {
    position: relative;
    padding: 50px 10px 15px;
    text-align: center;
    color: #1d6e6e;
    font-size: 14px;
}

.course .name .user-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

.course .name .user-holder img {
    display: block;
    width: 100%;
    height: 100%;
}

.course .info > div {
    height: 45px;
    line-height: 50px;
    font-family: 'GE_SS_Text_Medium';
    border-top: 2px solid #fff;
    padding: 0 15px;
    font-size: 14px;
}

.course .info > div:nth-of-type(odd) {
    background-color: #d0beaa;
    color: #1d6e6e;
}

.course .info > div:nth-of-type(even) {
    background-color: #1d6e6e;
    color: #d0beaa;
}

.course .more {
    display: block;
    border: 2px solid #1d6e6e;
    padding: 10px;
    color: #1d6e6e;
    background-color: transparent;
    transition: all .3s;
    width: 169px;
    margin: 20px auto;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.course .more:hover {
    background-color: #1d6e6e;
    color: #d0beaa;
}

.course .more i {
    margin: 0 5px;
    color: #d0beaa;
}

.course:hover {
    -webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .noti .not
    {
        padding-top: 30px;
    }
    .courses .section-heading {
        margin: 0 auto 80px;
    }

    .courses .more-button {
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-form .input-holder .placeholder
    {
        min-width: 760px
    }
}

/*********************************************************
    // Start e3lan
**********************************************************/

.e3lan {
    padding: 10px 0
}

.e3lan .ad {
    height: 120px;
}

.e3lan .ad img {
    width: 100%;
    height: 100%;
}



/*********************************************************
    // Start Success Partners
**********************************************************/

.partner {
    background: url("../images/success-bg.png") center/cover no-repeat;
    padding: 40px 0
}

.partner-slider {
    padding: 0 30px
}

.partner-slider .partner-info {
    transition: all .3s
}

.partner-slider .item {
    padding: 10px 0
}

.partner-slider .image-holder {
    width: 90%;
    margin: 0 auto 30px;
    height: 180px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 16px;
    padding: 5px;
    transition: all .3s;
}

.partner-slider .image-holder img {
    display: block;
    width: 100%;
    height: 100%;
}

.partner-slider .partner-name {
    padding: 10px;
    color: #1d6e6e;
    text-align: center;
    border-radius: 16px;
    background-color: #fff;
    font-family: 'GE_SS_Two_Medium';
    transition: all .3s
}

.partner-slider .partner-info:hover {
    transform: translateY(-10px);
}

.partner-slider .partner-info:hover .image-holder {
    background-color: #92b9b9
}

.partner-slider .partner-info:hover .partner-name {
    background-color: #1d6e6e;
    color: #fff
}

.main-slider-nav .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider-nav .owl-nav > div i {
    font-size: 38px;
    color: #fff;
    transition: all .2s;
}

.main-slider-nav .owl-nav > div i:hover {
    color: #1d6e6e
}

.main-slider-nav .owl-nav > div.owl-prev {
    right: -15px
}

.main-slider-nav .owl-nav > div.owl-next {
    left: -15px
}

/*********************************************************
    // Start Testimonials
**********************************************************/

.test {

}

.test .comment {
    background: #d1e3e3 url(../images/test-bg.png) 50% 20%/ 20% 50% no-repeat;
    padding: 20px 10px;
    border-radius: 8px;
    font-family: 'GE_SS_Two_Medium'
}

.test .person {
    position: relative;
    margin-bottom: 10px
}

.test .person .image-holder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1d6e6e
}

.test .person .image-holder img {
    display: block;
    width: 100%;
    height: 100%;
}

.test .person .para {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 110px);
    color: #626262;
}

.test .details {
    color: #1d6e6e;
    font-size: 13px;
}

.test .details span {
    display: inline-block;
}

.test .details span.name {
    text-align: center;
    min-width: 100px
}

@media (max-width: 460px) {

    .test .person .image-holder {
        margin: 0 auto 10px !important;
    }

    .test .person .para {
        position: static;
        transform: none;
        width: 100%;
        text-align: center !important;
    }

    .test .comment .details span {
        display: block;
        text-align: center;
        margin: 5px auto;
    }
}

/*********************************************************
    // Start Footer
**********************************************************/

footer {
    padding: 30px 0;
    border-top: 10px solid #1d6e6e;
    border-bottom: 10px solid #438585;
    background: url("../images/footer.jpg") center/ 100% 80% no-repeat;
}

footer .minor-heading {
    padding: 0 20px;
    background-color: #1d6e6e;
    color: #fff;
    width: 90%;
    font-size: 18px;
    margin: 20px 0;
    font-family: 'GE_SS_Two_Medium';
    display: block;
}

footer .minor-heading.link {
    padding: 0 45px;
    transition: all .2s;
    position: relative;
}

footer .minor-heading.link:hover {
    padding: 0 60px 0 20px;
}

footer .minor-heading i {
    color: #fff;
    vertical-align: middle;
}

footer .minor-heading.link i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

footer ul {
    list-style: none;
}

footer .list.main li {
    display: inline-block;
    width: 50%;
}

footer .list.main li:nth-child(2n + 2) {
    margin-right: -4px;
}

footer .list li a {
    display: block;
    position: relative;
    color: #1d6e6e;
    font-family: 'GE_SS_Two_Medium';
    transition: all .3s
}

footer .list li a i {
    color: #1d6e6e;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transition: all .3s
}

footer .list.icon li a i {
    width: 30px;
    font-size: 22px;
    text-align: center;
    vertical-align: bottom;
}

footer .list.icon li a i.fa-mobile-alt {
    font-size: 28px
}

footer .image-holder {
    height: 83px;
    margin: 40px 0
}

footer .image-holder img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
}

footer .social {
    text-align: center;
}

footer .social li {
    display: inline-block;
}

footer .social li a {
    display: block;
    padding: 8px
}

footer .social li a i {
    font-size: 27px;
    transition: all .3s
}

footer .social li a:hover i {
    transform: translateY(-2px);
}

footer i.fa-google-plus-square {
    color: #ea4335
}

footer i.fa-twitter-square {
    color: #1da1f2
}

footer i.fa-instagram {
    color: #e1306c
}

footer i.fa-facebook-square {
    color: #3b5998
}

footer i.fa-share-alt-square {
    color: #232323
}

@media (max-width: 991px) {
    footer {
        background: #fff
    }
}

@media (max-width: 767px) {
    footer .list.main li {
        display: block;
        margin: 0 !important;
        width: 100%;
    }
}

/* start the new-plus button */

.new-plus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.new-plus button {
    position: relative;
    border: none;
    padding: 0 50px 0 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 25px;
    text-align: right;
    background-color: transparent;
    transition: all .3s ease-in-out, box-shadow 0s;
}

.new-plus button:hover,
.new-plus button.active {
    width: 155px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
    background-color: #fff;
}

.new-plus button:active {
    transform: scale(.95);
}

.new-plus button i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #4BB543;
    color: #fff;
    font-size: 25px;
}

.new-plus button span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 17px;
    font-weight: bold;
    color: #1d6e6e;
    margin-top: 3px;
    white-space: nowrap;
}

.new-plus .methods {
    padding: 10px 0;
    display: none;
}

.new-plus .methods a {
    display: block;
    background-color: #1d6e6e;
    color: #e7ded4;
    padding: 10px;
    margin: 5px 0;
    border-radius: 25px;
    width: 155px;
    text-align: center;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.new-plus .methods a:hover {
    background-color: #e7ded4;
    color: #1d6e6e;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3);
}

/*********************************************************
    // Start Login
**********************************************************/

.login form {
    width: 100%;
}

.login form .main-checkbox {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.forgot-pass {
    display: inline-block;
    margin-bottom: 20px;
    width: calc(50% - 4px);
    color: #1d6e6e;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

.forgot-pass.center {
    text-align: center;
}

.forgot-pass i {
    margin-right: 5px;
    color: #1d6e6e;
    vertical-align: middle;
    transition: all .4s
}

.forgot-pass i.active {
    transform: rotate(180deg);
}

.login .new-account {
    cursor: pointer;
    padding: 0 !important;
    display: inline-block;
    width: auto !important;
}

.login .links {
    display: none;
}

.login .links .btn {
    display: block;
}

@media (max-width: 400px) {

    .login form .main-checkbox {
        width: 100%;
    }

    .login .forgot-pass {
        width: 100%;
        text-align: right;
        padding-right: 20px
    }
}

/*********************************************************
    // Start User-register
**********************************************************/

/*********************************************************
    // Start
**********************************************************/

.center-register {

}

.center-register button[data-toggle="modal"] {
    background-color: transparent;
    border: none;
    text-decoration: underline;
}

#modal-agreement .para {
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}

/*********************************************************
    // Start Contact Us
**********************************************************/

.main-form textarea {
    display: block;
    line-height: 25px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .contact-us .contact-tabs li {
        width: 100%;
        float: none;
    }

    .contact-us .contact-tabs li a {
        font-size: 13px;
        padding: 5px
    }

    .contact-us .contact-tabs li:not(:last-of-type) a {
        border-left: none;
        border-bottom: 1px solid #1d6e6e;
    }
}

/*********************************************************
    // Start Course-Details
**********************************************************/

.ui-widget.ui-widget-content {
    z-index: 999 !important;
}

.main-details .image-holder-main {
    position: relative;
    width: 100%;
    height: 270px;
    border: 2px solid #e7ded4;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e7ded4;
    margin-bottom: 20px;
}

.main-details .image-holder-main img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}

.main-details .image-holder-main .course-status {
    position: absolute;
    top: 31px;
    left: -38px;
    color: #fff;
    text-align: center;
    width: 170px;
    height: 35px;
    line-height: 36px;
    transform: rotate(-45deg);
    font-size: 18px;
}

/* The icons div that hold all icons // like // comment // ... */

.icons {
    margin: 10px 0;
}

.icons .icon {
    display: inline-block;
    width: 18%;
}

.icons .icon i {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
    color: #1d6e6e;
    position: relative;
}

.icons .icon .number {
    position: absolute;
    top: 0;
    left: 80%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #1d6e6e;
    color: #e7ded4;
    padding: 2px 3px;
    border-radius: 25px;
    transition: all .3s;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.icons .star-rating {
    width: 46%;
    float: right;
}

.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;

}

.rating-stars ul > li.star > i {
    font-size: 18px;
    color: #ccc;
    height: 40px;
    line-height: 40px;
}

.rating-stars ul > li.star.hover > i {
    color:#FFCC36;
    cursor: pointer;
}

.rating-stars ul > li.star.selected > i {
    color:#FF912C;
}

/* The Main details that goes under the course image */

.main-details .main-details > div:not(.minor-heading) {
    padding: 10px;
    background-color: #1d6e6e;
    border-radius: 8px;
    margin-bottom: 10px
}

.main-details .main-details .title {
    font-size: 15px;
    color: #e7ded4;
    display: inline-block;
    min-width: 95px;
}

.main-details .main-details .title ~ div {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.main-details .main-details a
{
    color: #fff;
}
.main-details .subscribed-box
{
    padding: 20px !important;
}
.main-details .main-details .teacher {
    height: auto;
    padding: 5px 10px;
    position: relative;
}

.center-teachers .main-details .teacher {
    display: block;
    background-color: #1d6e6e;
    border-radius: 8px;
    margin-bottom: 15px;
}
.sub-card
{
    padding: 10px;
    background-color: #1d6e6e;
    border-radius: 8px;
    margin-bottom: 10px;
}
.sub-card .tit
{
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.sub-card .d-row
{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: right;
}
.sub-card .d-row:last-of-type
{
    margin-bottom: 20px;
}
.sub-card .d-row .tit-content,
.sub-card .d-row .info-content
{
    margin-left: 5px;
    margin-right: 5px;
}

.main-details .main-details .teacher.mr {
    background-color: #e7ded4;
}

.main-details .main-details .teacher.mr .teacher-info > div {
    color: #1d6e6e !important;
}

.main-details .main-details .teacher .image-holder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7ded4;
}

.main-details .main-details .teacher .image-holder img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}

.main-details .main-details .teacher .teacher-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 95px);
}

.main-details .main-details .teacher .teacher-info > div {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.main-details .course-info {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.main-details .course-info > div:not(.buttons) {
    font-size: 16px;
    padding: 8px 10px;
}

div.block {
    background-color: #e7ded4 !important;
    color: #1d6e6e !important;
    margin: 10px 0;
    padding: 8px 10px
}

div.block > div {
    display: block !important;
    font-size: 18px;
}

div.block > div.title {
    margin-bottom: 10px;
}

div.block label {
    margin-bottom: 10px
}

div.block label:last-child {
    margin: 0;
}

div.block label .check-mark {
    width: 20px;
    height: 20px
}

.main-details .course-info > div .title {
    display: inline-block;
}

.main-details .course-info > div .title ~ div {
    display: inline-block;
    margin: 0 5px;
}

.main-details .course-info > div:nth-child(odd) {
    background-color: #1d6e6e;
    color: #e7ded4;
}

.main-details .course-info > div:nth-child(even) {
    color: #1d6e6e;
    background-color: #e7ded4;
}

.main-details .buttons {
    margin: 10px -11px;
}

.main-details .buttons .btn {
    width: calc(50% - 22px);
    display: inline-block;
    margin: 0 10px 10px;
    cursor: auto;
    box-shadow: none;
}

.main-details .buttons .btn:after {
    display: none;
}

.main-details .buttons .btn:hover {
    color: #1d6e6e !important;
}

.main-details .buttons .btn:hover:active {
    box-shadow: none;
}

.main-details .btn.submit {
    width: 100%;
}

.map-button-holder {
    position: relative;
}

.map-button-holder .map-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.map-button-holder .map-button i {
    display: block;
    height: 30px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    color: #1da1f2;
}

/* modal map */

.map-view {
    height: calc(100vh - 160px);
}

.map-view iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* comments */

.comments {
    margin: 30px 0 20px;
    text-align: right;
}

.comments .section-heading {
    margin-bottom: 20px
}

.comments form textarea {
    height: auto !important;
}

.comments form .btn {
    margin: 0 auto 0 0;
}

.comments .comments-added {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

.comments .comments-added .comment {
    background-color: #e7ded4;
    color: #1d6e6e;
    padding: 10px 20px;
}

.comments .comments-added .comment .main-comment {
    margin-bottom: 10px
}

.comments .comments-added .comment:not(:last-child) {
    border-bottom: 1px solid #1d6e6e;
}

.comments .comments-added .comment .name {
    margin-bottom: 10px;
    font-size: 16px;
}

.comments .comments-added .comment .name i {
    margin: 0 5px;
    vertical-align: middle;
}

.comments .comments-added .comment .text {
    padding: 0 20px 0 10px;
    margin-bottom: 5px
}

.comments .comments-added .comment .date > span {
    margin: 0 20px;
    padding: 2px 10px;
    transition: all .3s;
    border-radius: 8px
}

.comments .comments-added .comment .date > span.reply {
    background-color: #1d6e6e;
    color: #e7ded4;
    cursor: pointer;
}

.comments .comments-added .comment .date > span.reply:hover {
    background-color: #fff;
    color: #1d6e6e;
}

.comments .comments-added .comment .date > span.day {
    float: left;
}

.comments .comments-added .comment .date > span.day > span {
    margin: 0 10px
}

.comments .comments-added .comment .replied-comments {
    width: 90%;
    margin: 0 auto 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.comments .comments-added .comment .replied-comments .com {
    padding: 10px;
    background-color: #fff;
}

.comments .comments-added .comment .replied-comments .com:not(:last-child) {
    border-bottom: 1px solid #1d6e6e;
}

.comments .comments-added .comment .reply-field {
    margin-top: 20px;
    display: none;
    overflow: hidden;
}

.comments .comments-added .comment .reply-field form textarea {
    display: block;
    background-color: #fff
}

/* Modal-Cancel */

#modal-cancel label .input-holder {
    max-height: 0 !important;
    overflow: hidden;
    padding: 0;
    transition: all .3s;
}

#modal-cancel textarea {
    height: 100px !important;
}

#modal-cancel label.text-area > input:checked ~ .input-holder {
    max-height: 200px !important;
    overflow: visible;
    padding: 15px 0;
}

/*********************************************************
    // Start Center-Profile
**********************************************************/

.social-links {
    text-align: center;
    margin-bottom: 10px;
}

.social-links a {
    display: inline-block;
    margin: 5px;
}

.social-links a i {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}

.social-links a ifa-facebook-square {
    color: #3b5998;
}

.social-links a i.fa-twitter-square {
    color: #1da1f2;
}

.social-links a i.fa-instagram {
    color: #c13584;
}

.social-links a i.fa-linkedin {
    color: #00a0dc;
}

.social-links a i.fa-youtube {
    color: #ff0000;
}

.social-links a i.fa-snapchat-square {
    color: #fffc00;
}

.social-links a i.fa-whatsapp-square {
    color: #25d366;
}

.social-links a i.fa-telegram-plane {
    color: #0088cc;
}

.center-profile .main-details {
    margin-bottom: 30px
}

.center-profile .edit-center {
    position: relative;
    margin-bottom: 20px;
}

.center-profile .edit-center .btn {
    margin: 5px 0
}

.center-profile .icon-edit {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #1d6e6e;
    color: #e7ded4;
    line-height: 44px;
    font-size: 22px;
}

.center-profile .more {
    margin: 10px auto;
}

.center-profile .my-modal-content.names .one-name {
    font-size: 15px;
    color: #1d6e6e;
    padding: 10px;
    border-bottom: 1px solid #1d6e6e;
}

.filter-form div.block {
    margin-bottom: 20px;
    padding-right: 0 !important;
    position: relative;
}

.filter-form label {
    display: inline-block;
    margin: 5px !important;
    width: calc(25% - 30px);
}

.filter-form .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 0 !important;
}

@media (min-width: 575px) and (max-width: 991px) {
    .filter-form label {
        width: calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    .filter-form label {
        width: calc(100% - 60px);
    }
}

/*********************************************************
    // Start Payment
**********************************************************/

.payment .minor-heading {
    padding: 0 10px
}

.payment label {
    margin: 20px 0
}

.payment .payment-info {
    padding: 15px 10px;
    border: 1px solid #1d6e6e;
    border-radius: 8px;
    display: none
}

.payment .payment-info.credit h5 {
    padding: 0 10px
}

.payment .payment-info.credit .expiry {
    margin: 0 -15px
}

.payment .payment-info.credit .expiry .input-holder {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
}

.payment .main-input {
    padding: 0 10px !important;
}

.payment .main-select {
    padding: 5px 50px 5px 20px !important;
}

.payment label {
    display: inline-block;
    width: 140px
}

.payment .payment-image {
    display: inline-block;
    text-align: left;
    width: 147px;
    vertical-align: middle;
}

.payment .payment-image img {
    display: inline-block;
    width: auto;
    height: 45px;
}

/* bank transfer info */
.bank-acc .acc {
    height: 70px;
    background-color: #e7ded4;
    padding: 5px 10px 5px 0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden
}

.bank-acc .acc .image-holder {
    width: 90px;
    position: relative;
    height: 60px;
    margin-left: 15px;
    float: right
}

.bank-acc .acc .image-holder img {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bank-acc .acc .acc-info {
    width: calc(100% - 105px);
    float: right
}

.bank-acc .acc .acc-info > div {
    text-align: right;
    padding: 5px;
    color: #1d6e6e;
}

/*********************************************************
    // Start create-course
**********************************************************/

.social-icon {
    display: block;
    height: 67px;
    margin-left: 10px;
    text-align: center;
    font-size: 55px;
}

.extra {
    text-align: right;
    position: relative;
    margin-bottom: 20px
}

.create-course .extra .input-holder {
    width: calc(100% - 50px);
    padding: 0;
}

.create-course .extra .input-holder i {
    top: 0
}

.extra .input-holder:first-child {
    margin-bottom: 5px
}

.extra .add-delete {
    width: 50px;
    position: absolute;
    top: 0;
}

.extra .add-delete button {
    display: inline-block;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.extra.unique .add-delete button.delete {
    display: none;
}

.extra .add-delete button:first-child {
    margin-bottom: 5px;
}

.extra .add-delete button i {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: left;
    font-size: 36px;
    color: #1d6e6e;
}

.reserve-reveal,
.presentation-reveal,
.attending {
    display: none;
}

/*********************************************************
    // Start add-users
**********************************************************/

.add-users .extra .minor-heading {
    padding: 0 20px;
}

.add-users .extra .add-delete {
    width: auto;
}

.add-users .extra .add-delete button {
    margin: 0 !important;
    height: 40px
}

.add-users .extra .add-delete button i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: left;
    font-size: 28px;
    color: #e7ded4;
    vertical-align: middle;
}

/*********************************************************
    // Start Users Display
**********************************************************/

.users-display .forced-height {
    max-height: 60px;
    overflow: hidden;
    transition: all .3s;
}

.users-display .forced-height.active {
    max-height: 700px;
}

.users-display .forced-height .minor-heading {
    cursor: pointer;
    text-align: right;
    padding: 0 20px;
    position: relative;
}

.users-display .forced-height .minor-heading .close-modal {
    top: 50%;
    transform: translateY(-50%);
    left: 15px
}

.users-display .forced-height .minor-heading .close-modal i {
    color: #e7ded4;
    display: block;
}

.users-display .btn {
    margin: 20px auto;
}

/*********************************************************
    // Start center-details
**********************************************************/

.center-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0, .9);
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    z-index: 99;
    border-radius: 0 0 9px 9px;
}

.events-slider {
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;
}

.events-slider .item img {
    height: 300px
}

.events-slider .owl-nav > div {
    transition: all .3s
}

.events-slider .owl-nav > div.owl-prev {
    right: 5px
}

.events-slider .owl-nav > div.owl-next {
    left: 5px
}

.center-fields {
    border-radius: 8px;
    padding: 8px 10px 4px !important;
}

.center-fields .minor-heading {
    display: inline-block !important;
    margin: 0 5px 4px;
    font-family: 'GE_SS_Text_Medium';
    font-size: 14px
}

.center-fields .minor-heading.title {
    background-color: transparent;
    color: #1d6e6e;
    font-size: 20px;
}

/*********************************************************
    // Start My-courses
**********************************************************/

.my-courses .tab-links {
    overflow: hidden;
    margin-bottom: 20px;
}

.my-courses .tab-links a {
    border-radius: 8px;
    display: block;
    padding: 15px 0;
    background-color: #1d6e6e;
    color: #e7ded4;
    font-size: 18px;
    cursor: pointer;
}

.my-courses .tab-links li {
    margin: 10px 0
}

.my-courses .tab-links li:not(:last-child) a {
    border-bottom: 2px solid #e7ded4;
}

.my-courses .list {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1d6e6e;
    margin: 5px 0;
    display: none;
}

.my-courses .list > div {
    padding: 15px 20px;
    font-size: 18px;
    position: relative;
}

.my-courses .list > div .action {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.my-courses .list > div .action .btn {
    display: inline-block;
    margin: 0 5px;
    min-width: auto;
    padding: 0 10px;
    color: #fff;
}

.my-courses .list > div .action .btn:first-child {
    background-color: #2dc937 !important;
}
.my-courses .list > div .action .btn.table-btn
{
    background-color: #1d6e6e !important;
}

.my-courses .list > div .action .btn:last-child {
    background-color: #e50a0a !important;
}

.my-courses .list > div:nth-child(odd),
.table-holder .table .table-row:nth-of-type(odd)  {
    background-color: #eee;
    color: #1d6e6e;
}

.my-courses .list > div:nth-child(even) {
    background-color: #fff;
    color: #1d6e6e;
}

.my-courses .course-data {
    padding: 0 !important;
    background-color: #e7ded4 !important;
}

.my-courses .course-data > a {
    display: block;
    padding: 10px 20px;
    color: #1d6e6e;
    transition: all .2s
}

.my-courses .course-data > a:nth-child(odd) {
    background-color: #eee;
}

.my-courses .course-data > a:nth-child(even) {
    background-color: #fff;
}

.my-courses .course-data > a:hover {
    background-color: #1d6e6e;
    color: #e7ded4;
}

.my-courses .course-data > a span:first-child {
    margin-left: 20px;
}

.my-courses .course-data .done {
    color: #e50a0a
}

.my-courses .course-data .soon {
    color: #e7b416
}

.my-courses .course-data .running {
    color: #2dc937
}

.my-courses .course-data .available {
    color: dodgerblue
}

/*********************************************************
    // Start All-Fields
**********************************************************/

.all-fields .fields {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #1d6e6e;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3) !important;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3) !important;
}

.fields-holder {
    position: relative;
    margin-bottom: 20px;
}

.fields-filter {
    padding: 15px 15px 15px 25px;
    background-color: #1d6e6e;
    color: #e7ded4;
    position: relative;
    border-radius: 4px;
    display: none;
    cursor: pointer;
}

.fields-filter i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #1d6e6e;
    background-color: #e7ded4;
    border-radius: 4px;
}

.all-fields .fields li {
    display: block;
    padding: 15px 15px 15px 25px;
    background-color: #1d6e6e;
    color: #e7ded4;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    transition: all .2s
}

.all-fields .fields li.active {
    background-color: #fff;
    color: #1d6e6e;
}

.all-fields .fields li:not(:last-child) {
    border-bottom: 1px solid #e7ded4;
}

.all-fields .fields li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #e7ded4;
    font-size: 20px;
    width: 0;
    overflow: hidden;
    transition: all .2s;
}

.all-fields .fields li:hover i,
.all-fields .fields li.active i {
    left: 10px;
    width: auto;
}

.all-fields .fields li.active i {
    color: #1d6e6e;
}

@media (max-width: 991px) {
    .all-fields .fields li {
        font-size: 13px;
    }

    .fields-filter {
        display: block;
    }

    .fields {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        max-height: 0;
        transition: all .2s;
    }

    .fields.active {
        max-height: 400px;
        overflow-y: auto;
    }

    .fields::-webkit-scrollbar {
        width: 5px;
    }

    .fields::-webkit-scrollbar-track {
        background: #1d6e6e;
    }

    .fields::-webkit-scrollbar-thumb {
        background: #e7ded4;
    }
}

/*********************************************************
    // Start All-centers
**********************************************************/

.all-centers {

}

.all-centers .one-center {
    margin-bottom: 30px;
    display: block;
}

.all-centers .one-center .image-holder {
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.all-centers .one-center .image-holder img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 1s ease-in-out;
}

.all-centers .one-center:hover .image-holder img {
    transform: scale(1.3) rotate(10deg);
    transition: all 2s ease-in-out;
}

.all-centers .one-center .name{
    padding: 12px 0;
    font-size: 22px;
    text-align: center;
    font-family: 'GE_SS_Text_Medium';
    color: #1d6e6e;
}

/*********************************************************
    // Start Modal Image
**********************************************************/

#modal-image .modal-dialog {
    width: 100%;
}

#modal-image .modal-content {
    height: 90vh;
    padding: 30px 20px;
}

#modal-image .choose-file {
    height: 200px;
    border: 3px dashed #ddd;
    border-radius: 8px;
    margin: 20px auto 0;
    width: 95%;
}

#modal-image .main-text {
    margin: 10px 0;
    background-color: transparent;
}

#modal-image .main-form input {
    visibility: hidden;
}

/*********************************************************
    // Start main select for the select plugin
**********************************************************/

.main-select {
    height: 0;
}

.select2-container { /* done */
    width: 100% !important;
    background-color: #e7ded4;
    border-radius: 8px;
}

.select2-search__field { /* done */
    margin: 0;
    width: 0 !important;
}

.select2-search { /* done */
    display: none;
}

.select2-selection { /* done */
    border: none !important;
    background-color: #e7ded4 !important;
    min-height: 40px;
}

.select2-selection__rendered { /* done */
    display: block !important;
    padding: 5px 0 0 !important;
    white-space: normal !important;
    min-height: 40px;
    color: #1d6e6e !important;
    line-height: 32px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {  /* done */
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 4px 5px;
    font-size: 16px;
    background-color: #1d6e6e;
    color: #e7ded4;
    float: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { /* the X button done */
    margin-left: 5px;
    font-size: 22px;
    vertical-align: middle;
}

.select2-dropdown { /* done */
    border: none;
}

.select2-container--open .select2-dropdown--below { /* done */
    border-radius: 8px;
    overflow: hidden;
}

.select2-results__options {
    padding: 5px 5px 0 5px;
    background-color: #1d6e6e;
    border-radius: 8px;
}

.select2-results__option[aria-selected] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #e7ded4;
    color: #1d6e6e;
    margin: 0 5px 5px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #474747;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #474747;
    color: #fff;
}

.select2-selection__arrow {
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1d6e6e transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1d6e6e transparent;
}

/*********************************************************
    // Start
**********************************************************/

.low-padding > div:first-child {
    padding: 0 15px 0 5px;
}

.low-padding > div:last-child {
    padding: 0 5px 0 15px;
}

/*********************************************************
    // Start Table
**********************************************************/

.table-holder {
    display: table;
    width: 100%;
    border: 1px solid #1d6e6e;
    border-radius: 10px;
    overflow: hidden;
}

.table-holder .table {
    display: table-row-group;
}

.table-holder .table .table-row {
    display: table-row;
}
.table-holder .table .table-row:nth-child(odd)
{
    background-color: #eee;
}
.table-holder .table .map-button
{
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
    margin: 0 10px;
}
.table-holder .table .table-row.table-head {
    background-color: #1d6e6e;
}

.table-holder .table .table-row.table-head > div {
    color: #e7ded4;
}

.table-holder .table .table-row > div {
    display: table-cell;
    color: #1d6e6e;
    padding: 15px 20px;
    text-align: right;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

.table-holder.invoice .table .table-row > div:first-child {
    border-left: 1px solid #1d6e6e;
}

.table-holder .table .table-row:not(:last-child) > div {
    border-bottom: 1px solid #1d6e6e;
}

.table-holder .table .table-row > div > div {
    display: inline-block;
    margin: 2px 0 5px 15px;
}

.barcode
{
    margin-top: 30px;
}
.barcode img
{
    width: 300px;
    max-width: 100%;
}
.print-table
{
    margin-top: 30px;
}
.print-table .print-btn
{
    padding: 10px 20px;
    background-color: #1d6e6e;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'GE_SS_Two_Medium';
    display: block;
    text-align: center;
    border-radius: 5px;
    transition: .5s ease
}
.print-table .print-btn:hover
{
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    color: #1d6e6e;
}
/*check in box*/
.d-none
{
    display: none !important;
}
.checkin-box i
{
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #1d6e6e;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
.checkin-box i.fa-check
{
    display: none;
}

.checkin-box input:checked + i.fa-check
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.checkin-box input:checked ~ i.fa-times {
    display: none;
}
.d-none
{
    display: none !important;
}
/*check in box*/

.about-us .panel-group
{
    margin-top: 50px;
}

.about-img
{
    display: block;
    margin: auto;
    max-width: 100%;
}
.collaps-btn
{
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #1d6e6e;
    font-weight: bold;
}
.collaps-btn i
{
    display: none;
    margin-left: 18px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #333333;
    text-align: center;
    color: #ffffff;
}
.collaps-btn .fa-plus
{
    display: none;
}
.collaps-btn.collapsed .fa-plus
{
    display: block;
    background-color: #1d6e6e;
}
.collaps-btn .fa-minus
{
    display: block;
}
.collaps-btn.collapsed .fa-minus
{
    display: none;
}

.about-list li
{
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li::before
{
    content: '\f00c';
    display: block;
    width: 15px;
    height: 15px;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d6e6e;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    line-height: 15px;
}

/*custom-tabs*/

.serv-content-box
{
    display: none;
}
.serv-content-box.active-content
{
    display: block;
}

/*custom-tabs*/
.contact-history
{
    padding: 50px 0;
}

.contact-history .contact-tabs
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.contact-history.no-padding .contact-tabs
{
    margin-bottom: 40px;
}
.contact-history.no-padding
{
    padding: 0;
}

.contact-history .contact-tabs a
{
    display: block;
    background-color: #1d6e6e;
    border-radius: 8px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    min-width: 100px;
    font-size: 16px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #1d6e6e;
    transition: .5s ease;
}
.contact-history .contact-tabs a.active
{
    background-color: #fff;
    color: #1d6e6e;
}

.contact-history .msg-box
{
    padding: 10px 20px;
    border: 2px solid #1d6e6e;
    border-radius: 25px;
    margin-bottom: 20px;
}
.contact-history .msg-box .tit
{
    font-weight: bold;
    color: #1d6e6e;
    margin-bottom: 10px;
}
.contact-history .msg-box .info-content
{
    color: #999;
}

@media (max-width: 768px) {
    .contact-history .contact-tabs
    {
        justify-content: flex-start;
        overflow: auto
    }
    .my-courses .list > div .action{
        position: static;
        transform: none;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .my-courses .list > div
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}

.history-link
{
    font-weight: bold;
    font-size: 16px;
    color: #1d6e6e;
    text-decoration: none;
}
.pay-link button
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #1d6e6e;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.pay-link button i
{
    margin-right: 10px;
    font-size: 18px;
}


#add-details .modal-content
{
    padding: 30px;
}
.add-details-btn
{
    cursor: pointer;
}
#add-details .modal-content img
{
    width: 100%;
    height: auto;
}
#add-details .modal-content p
{
    display: block;
    color: #1d6e6e;
    font-family: 'GE_SS_Two_Medium';
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
.e3lan-slider .owl-item
{
    position: static;
}
.e3lan-slider .item
{
    height: 180px;
}
@media (max-width: 425px) {
    .e3lan-slider .item
    {
        height: calc(100vw - 30px);
    }
}
.e3lan-slider .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#search-results{
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.div-offers{
    position: relative;
    overflow: hidden;
}
.loader-search{
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}
.loading .l {
    position: absolute;
    width: 33.3%;
    height: 33.3%;
    background-color: #16a085;
    animation: loading-l 1.5s infinite ease-in-out;
}
.loading .l.l1 {
    animation-delay: .1s;
}
.loading .l.l2 {
    animation-delay: .2s;
}
.loading .l.l4 {
    animation-delay: .2s;
}
.loading .l.l3 {
    animation-delay: .3s;
}
.loading .l.l5 {
    animation-delay: .3s;
}
.loading .l.l7 {
    animation-delay: .3s;
}
.loading .l.l6 {
    animation-delay: .4s;
}
.loading .l.l8 {
    animation-delay: .4s;
}
.loading .l.l9 {
    animation-delay: .5s;
}
.loading .l1,
.loading .l2,
.loading .l3 {
    top: 0;
}
.loading .l4,
.loading .l5,
.loading .l6 {
    top: 33.3%;
}
.loading .l7,
.loading .l8,
.loading .l9 {
    top: 66.6%;
}
.loading .l1,
.loading .l4,
.loading .l7 {
    left: 0;
}
.loading .l2,
.loading .l5,
.loading .l8 {
    left: 33.3%;
}
.loading .l3,
.loading .l6,
.loading .l9 {
    left: 66.6%;
}

@keyframes loading-l {
    0% { transform: scale(.95, .95) }
    50% { transform: scale(.05, .05) }
    100% { transform: scale(.95, .95) }
}
.notification-p
{
    padding: 50px 0;
}

.msg-cont.allmsg-cont .msg-block {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.msg-cont.allmsg-cont .msg-block:last-child
{
    margin-bottom: 0;
}
.msg .msg-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    text-align: center;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    padding-top: 0;
}
.msg .msg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.msg-cont.allmsg-cont .msg-info {
    flex-basis: 100%;
    max-width: 90%;
}
.msg-cont.allmsg-cont .name {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.msg-cont.allmsg-cont .last-msg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 90%;
    color: #919191;
}
.msg-cont.allmsg-cont .date {
    text-align: left;
    white-space: nowrap;
}
.site-btn
{
    background-color: #1d6e6e !important;
}




@media (max-width: 768px) {
    .msg-cont.allmsg-cont .msg-info
    {
        flex-basis: calc(100% - 45px);
        width: calc(100% - 45px);
    }
    .msg .msg-img
    {
        width: 35px;
        height: 35px;
    }
}
.disable-modal p
{
    font-size: 18px;
    color: #1c7d7d;
    font-weight: bold;
    margin: auto;
    max-width: 90%;
}
.disable-modal input
{
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-color: rgba(28, 125, 125, 0.1);
    border-radius: 5px;
}
.disable-modal .disable-btn
{
    width: 70px;
    padding: 5px 0;
    background: #1c7d7d;
    color: #fff;
    border: 0;
    margin: 0 10px;
    margin-top: 30px;
    position: static;
    transform: none;
    font-size: 16px;
    line-height: normal;
}
.disable-modal .disable-btn.no
{
    background-color: #bf1818;
}
.chose-count-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 15px;
}
.chose-count-row:last-child
{
    margin-bottom: 0;
}
.chose-count
{
    display: flex;
    align-items: center;
}
.chose-count input
{
    height: 30px;
    width: 50px;
    margin: 0 5px;
    text-align: center;
}
.chose-count span
{
    display: block;
    width: 20px;
    height: 20px;
    background-color: #1d6e6e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 10px;
    cursor: pointer;
}
.block-box .btn
{
    width: 100px;
    height: 30px;
    min-width: 100px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.table-img-modal .modal-content.section-padding
{
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
}
.table-img-modal .modal-content.section-padding img
{
    width: 100%;
}


.over-lay {
    background: #00235A;
    background: radial-gradient(#fff7e6, #87a7a7);
    color: #FFF;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999999;
}

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 1px;
}

.loader::before,
.loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #1d6e6e;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
}

.loader::before {
    top: 0;
}

.loader::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

.add-cours-mnu
{
    position: relative;
}
.add-cours-mnu ul
{
    width: 100%;
    min-width: 100px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #1d6e6e;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.add-cours-mnu:hover ul
{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.add-cours-mnu ul a
{
    display: block;
    display: block;
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.add-cours-mnu ul li:last-child a
{
    border-bottom: 0;
}
@media (max-width: 768px) {
    .bot-nav .menu > li.add-cours-mnu
    {
        width: 100%;
        color: #e7ded4;
        border-top: 1px solid rgba(231, 222, 212, .5);
    }
    .bot-nav .menu > li.add-cours-mnu a
    {
        color: #ffffff;
    }
}
.at-expanding-share-button .at-expanding-share-button-toggle-bg>span
{
    background-image: url(https://i.ibb.co/t8n1Lch/sharee.png) !important;
    -webkit-background-size: 25px !important;
    background-size: 25px !important;
}

.add-modal .modal-dialog img
{
    max-width: 100%;
    display: block;
    margin: auto;
}
.add-modal .modal-dialog
{
    max-width: 95%;
    width: max-content;
}
.add-modal .modal-content.section-padding
{
    padding: 30px;
}