/* colors: */
/*************** GENERAL ********************/
@import "main.css";

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.eot'); /* IE9 Compat Modes */
    src: local('Cairo'), local('Cairo-Regular'),
    url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.svg#Cairo') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Cairo', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html, body, .main-wrapper {
    width: 100%;
    max-width: 100%;
}

body, .main-wrapper {
    overflow-x: hidden;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

.d-none {
    display: none;
}

.text-ltr {
    direction: ltr;
    display: inline-block;
    font-family: 'Arial', sans-serif;
}


/* GENERAL */
a:hover, .btn-link:hover {
    text-decoration: none;
}

.btn {
    position: relative;
    border-width: 0;
}

.btn:before {
    content: '';
    height: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.btn:hover:before {
    height: 100%;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-10 {
    border-radius: 10px;
}

.font-lg {
    font-size: 27px;
}

.font-md {
    font-size: 20px;
}

.font-sm {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    text-transform: capitalize;
}

.page-pad {
    padding: 40px 0;
}

.user-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.table-responsive {
    overflow-y: hidden;
}

.btn-img img {
    height: 22px;
    position: relative;
    bottom: 2px;
}

.rtl .btn.pr-5 {
    padding-right: .75rem !important;
}

/* HEADER */
.top-user-blk-lnk {
    cursor: pointer;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid;
}

.rtl .top-user-blk-lnk {
    margin-right: 15px;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
    border-right: 1px solid;
    border-left: 0;
}

.user-img {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
}

.rtl .user-img {
    margin-right: 10px !important;
}

.top-user-blk {
    position: relative;
    text-transform: capitalize;
}

.top-user-blk > a {
    color: #fff;
    display: inline-block;
}


.top-user-blk-actions {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    background: #fff;
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    list-style-type: none;
    z-index: 100;
    overflow: hidden;
}

.rtl .top-user-blk-actions {
    left: 0;
    right: auto;
}

.top-user-blk-actions li a {
    display: block;
    padding: 10px 15px;
}

.top-user-blk-actions li a i {
    margin-right: 5px;
}

.rtl .top-user-blk-actions li a i {
    margin-left: 5px;
    margin-right: 0;
}

.navbar-nav {
    flex-grow: 1;
    justify-content: center;
}

.navbar-brand img {
    height: 50px;
}

#header-wrap .navbar-nav li a {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 15px;
    color: #fff !important;
}

#header-wrap .navbar-nav li a:after {
    content: '';
    width: 0;
    height: 3px;
    display: block;
}

#header-wrap .navbar-nav li.active a:after {
    width: 25px;
}

.navbar-nav {
    clear: both;
}

#mob-open-main-menu {
    padding: 2px 15px;
    background: #FFF;
    border-radius: 2px;
    font-size: 20px;
    color: #3b4b61;
    cursor: pointer;
    display: none;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

/* Page Title */
#pg-title {
    background: url("../images/head-bg.png") no-repeat;
    background-size: cover;
    padding: 180px 0 100px;
    margin-top: -130px;
    text-align: center;
}

.trans-tit {
    margin-bottom: -40px !important;
    font-size: 5rem;
    opacity: 0.35;
}

.main-tit {
    position: relative;
    font-size: 3rem;
}

.breadcrumb-item {
    text-transform: capitalize;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

/* Content */
.main-content {
    background: url("../images/content-bg.png") no-repeat 0 bottom #f5f6fa;
    background-size: 100% auto;
}

/* Titles */
.overlay-tit {
    position: relative;
    bottom: 24px;
}

.overlay-tit h4 {
    padding: 10px 20px;
    width: 400px;
    max-width: 100%;
}

/* Services */
#h-blk {
    margin-bottom: -30px !important;
}

.service-item {
    margin-bottom: 30px;
    padding: 20px 10px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-item:hover {
    opacity: 0.88;
}

.service-icon-container, .service-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.service-icon-container {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.service-icon {
    width: 60px;
    height: 60px;
    position: relative;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtl .service-icon {
    right: 10px;
    left: auto;
}

.service-icon img {
    height: 60%;
}

.service-item p {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

/* Footer */
#main-footer {
    background: url("../images/footer-bg.png") no-repeat #22344b 50% 0;
    background-size: cover;
    padding-top: 70px;
    color: #fff;
}

#copyright {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.footer-list a {
    color: #fff;
    text-transform: capitalize;
}

.footer-list a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
}

.rtl .footer-list a:before {
    margin-left: 5px;
    margin-right: 0;
}

.footer-list a:hover:before {
    margin-right: 10px;
}

.rtl .footer-list a:hover:before {
    margin-left: 10px;
    margin-right: 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.footer-brand img {
    height: 60px;
}

.contact-item {
    position: relative;
    margin-bottom: 10px;
}

.contact-icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.rtl .contact-icon {
    right: 0;
    left: auto;
}

.contact-data {
    padding-left: 25px;
    text-transform: capitalize;
}

.rtl .contact-data {
    padding-right: 25px;
    padding-left: 0;
}

/* Block Styles */
.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
}

.box-shadow-tit {
    margin: -20px -20px 20px;
    padding: 10px;
    font-size: 18px;
}

/* Deposits */
#deposits-pg {
    margin-bottom: -30px;
}

.deposit-item {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.deposit-item td {
    padding: 10px 0;
}

.deposit-item b {
    display: inline-block;
}

.deposit-item table tr:last-child b {
    margin-bottom: 0;
}

/* Contracts */
.contract-actions {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

/* Pay Rent */
.basic-sm-modal .modal-header {
    background: url("../images/bg-pay-modal.png") no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 10px;
}

.basic-sm-modal .modal-header h5 {
    margin: 0 auto;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.basic-sm-modal table {
    font-size: 19px;
    text-transform: capitalize;
}

.basic-sm-modal table td {
    padding: 10px 15px;
}

/* Tables */
.table-basic td {
    padding: 10px;
}

/* Forms */
.form-basic .form-inline {
    align-items: flex-start;
}

.form-basic label {
    width: 120px;
    justify-content: flex-start;
}

.form-basic .req-blk {
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid #ddd;
}

textarea.form-control {
    resize: none;
    height: 200px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* USER PROFILE */
.user-profile {
    margin-bottom: -30px;
}

.user-profile td {
    text-transform: capitalize;
    padding: 10px 0;
}

.user-profile-head, .user-main-info {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.user-profile-head {
    margin-bottom: 30px;
    justify-content: space-between;
}

.user-main-info {
    justify-content: flex-start;
}

.user-profile .user-img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-left: 0;
    border: 7px solid;
}

.rtl .user-profile .user-img {
    margin-left: 20px;
    margin-right: 0;
}

.user-profile.text-center .user-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.user-info-blk {
    padding-bottom: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    overflow: hidden;
}

.user-info-blk h4 {;
    padding: 10px 70px;
    position: relative;
}

.user-info-blk h4:before {
    content: '\f05a';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
}

.rtl .user-info-blk h4:before {
    right: 0;
    left: auto;
}

.user-info-blk p {
    margin-left: 20px;
}

.rtl .user-info-blk p {
    margin-right: 20px;
    margin-left: 0;
}

.user-info-blk p span {
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
}


/*************** Chat ***********************/
/* MSG ICON */
.msg-h-lnk {
    color: #333;
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.msg-h-lnk:hover {
    color: #333;
}

.msg-counter {
    background: #f4b10b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: -8px;
    letter-spacing: 0;
    color: #fff;
}

.rtl .msg-counter {
    right: -8px;
    left: auto;
}

/* MESSAGES */
#pg-messages {
    background: #f5f6fa;
    margin: -60px 0;
    padding: 60px 0;
}

.chat-items::-webkit-scrollbar, .message-items::-webkit-scrollbar {
    width: 3px;
}

.chats-list {
    padding: 20px 15px 0;
}

.chats-list, .chat-messages {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.chats-list .user-blk {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

.chats-list .user-blk img {
    width: 80px;
    opacity: 0.8;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #00396f;
    box-shadow: 0px 0px 10px #00396f;
}

.chats-list .user-blk h5 {
    margin-top: 30px;
    font-weight: 600;
}

.chats-list .user-blk .search-blk {
    display: flex;
    align-items: center;
    margin: -10px 0 -20px;
}

.chats-list .user-blk .search-blk input {
    width: 100%;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    border: 0;
}

.chats-list .user-blk .search-blk input:focus, .chat-messages-footer textarea:focus {
    outline: 0;
}

.chats-list .user-blk .search-blk button {
    position: absolute;
    top: 3px;
    right: 22px;
    background: transparent;
}

.rtl .chats-list .user-blk .search-blk button {
    left: 22px;
    right: auto;
}

.chat-items, .message-items {
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-items {
    height: 740px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}

.rtl .chat-items {
    right: -15px;
    left: auto;
}

.message-items {
    height: 630px;
}

.chat-item {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.chat-item:hover, .chat-item.active {
    background: #f2f2f5;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.chat-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-dets {
    width: calc(100% - 60px);
}

.chat-item h5 {
    font-size: 16px;
    margin: 0;
}

.chat-item p.chat-text {
    font-size: 14px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-item h5 {
    max-width: calc(100% - 75px);
}

.chat-item p.chat-text {
    max-width: 100%;
}

.chat-item p.chat-text, .chat-item h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-item .chat-time {
    font-size: 12px;
    color: #797979;
    display: block;
    text-align: right;
    margin: 0;
}

.rtl .chat-item .chat-time {
    text-align: left;
}

.chat-item .chat-text {
    color: #7d7d7d;
}

.user-img-stat-blk {
    position: relative;
    width: 50px;
    margin-right: 10px;
}

.rtl .user-img-stat-blk {
    margin-left: 10px;
    margin-right: 0;
}

.user-img-stat-blk img, .chat-user-img {
    width: 50px !important;
    height: 50px !important;
}

.user-img-stat-blk:after {
    content: '';
    width: 13px;
    height: 12px;
    background: #43d880;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.rtl .user-img-stat-blk:after {
    left: 0;
    right: auto;
}

.user-img-stat-blk.active:after {
    background: #43d880;
}

.user-img-stat-blk:after {
    background: #ececec;
}

.chat-messages {
    padding-bottom: 90px;
    position: relative;
}

.chat-messages-header {
    padding: 14px 10px;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
}

.chat-user-img {
    float: left;
    border-radius: 50%;
}

.rtl .chat-user-img {
    float: right;
}

.chat-messages-header #chat-mob-back-btn {
    display: none;
    color: #ffc008;
    float: left;
    font-size: 30px;
    margin-top: 12px;
    margin-right: 12px;
}

.rtl .chat-messages-header #chat-mob-back-btn {
    float: right;
    margin-left: 12px;
    margin-right: 0;
}

.rtl .fa-arrow-alt-circle-left:before {
    content: "\f35a";
}

.chat-messages-header h4 {
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    font-size: 17px;
}

.rtl .chat-messages-header h4 {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.chat-messages-header a.chat-user-toggle {
    display: block;
    color: #9d9d9d !important;
    font-size: 23px;
    text-align: center;
    margin-top: 13px;
}

.chat-messages-header a.chat-user-toggle:hover {
    color: #757575 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

.message-items {
    width: 100%;
    padding: 0 20px 0 10px;
}

.rtl .message-items {
    padding: 0 10px 0 20px;
}

.message-item {
    padding: 20px 0;
    clear: both;
}

.message-item.box-align-right img, .message-item.box-align-right p {
    float: left;
}

.rtl .message-item.box-align-right img, .rtl .message-item.box-align-right p {
    float: right;
}

.message-item.box-align-left img, .message-item.box-align-left p {
    float: right;
}

.rtl .message-item.box-align-left img, .rtl .message-item.box-align-left p {
    float: left;
}

.message-item p.message-text {
    padding: 20px;
    max-width: calc(100% - 150px);
    margin-top: 32px;
    font-size: 14px;
}

.message-item.box-align-right p {
    border-radius: 0 30px 30px 30px;
    margin-left: 3px;
    background: #f2f3f5; /*color:#fff;*/
}

.rtl .message-item.box-align-right p {
    border-radius: 30px 0 30px 30px;
    margin-right: 3px;
    margin-left: 0;
}

.message-item.box-align-left p {
    border-radius: 30px 0 30px 30px;
    margin-right: 3px;
    background: #c5c2d6;
    color: #fff;
}

.rtl .message-item.box-align-left p {
    border-radius: 0 30px 30px 30px;
    margin-left: 3px;
    margin-right: 0;
}

.chat-messages-footer {
    clear: both;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.rtl .chat-messages-footer {
    right: 0;
    left: auto;
}

.chat-messages-footer textarea {
    resize: none;
    width: 100%;
    font-size: 15px;
    height: 84px;
    padding: 5px 90px 5px 20px;
    position: absolute;
    bottom: 0;
    border: 0;
    border-top: 1px solid #d6d5d5;
}

.rtl .chat-messages-footer textarea {
    padding: 5px 20px 5px 90px;
}

.chat-messages-footer button {
    color: #fff !important;
    height: 58px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.rtl .chat-messages-footer button {
    left: 20px;
    right: auto;
}

.chat-messages-footer button img {
    width: 40px;
    height: auto;
    position: relative;
    top: 2px;
    left: -6px;
}

.rtl .chat-messages-footer button img {
    right: -6px;
    left: auto;
}

.chat-user-actions {
    display: none;
    position: absolute;
    background: #efefef;
    width: 200px;
    right: 15px;
    border-radius: 10px;
    padding: 10px;
    list-style: none;
}

.rtl .chat-user-actions {
    left: 15px;
    right: auto;
}

.chat-user-actions li a {
    font-size: 17px;
    display: block;
    padding: 0 10px;
    color: #222;
}

.chat-user-actions li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    margin-right: 7px;
    position: relative;
    bottom: 3px;
    transition: all 0.5s ease;
}

.rtl .chat-user-actions li a:before {
    margin-left: 7px;
    margin-right: 0;
}

.chat-user-actions li a:hover {
    text-decoration: none !important;
}

.chat-user-actions li a:hover:before {
    margin-right: 14px;
}

.rtl .chat-user-actions li a:hover:before {
    margin-left: 14px;
    margin-right: 0;
}

.chat-messages-footer .btn-warning {
    color: #212529;
    background-color: #f4b10b;
    border-color: #f4b10b;
}

.chat-messages-footer .btn-warning:hover, .chat-messages-footer .btn-warning:focus {
    color: #212529;
    background-color: #d39e01;
    border-color: #d39e01;
}

@media (max-width: 575.98px) {
    /* MESSAGES */
    .chat-item img, .chat-user-img {
        width: 40px;
        height: 40px;
    }

    /*.chat-user-img{margin-top: 10px;}*/
    .chat-item h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .chat-item p.chat-time {
        margin-bottom: 0;
    }

    .chat-item p.chat-text {
        font-size: 14px;
    }

    .chat-messages-header h4 {
        margin-top: 20px;
        margin-left: 10px;
        font-size: 17px;
    }

    .rtl .chat-messages-header h4 {
        margin-right: 10px;
        margin-left: 0;
    }

    .message-item p.message-text {
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* MESSAGES */
    .message-item p.message-text {
        max-width: calc(100% - 75px);
    }
}

@media (max-width: 767.98px) {
    /* MEASSAGES */
    .chats-list .user-blk {
        background: #fff;
    }

    .chat-messages {
        display: none;
    }

    .chat-messages-header #chat-mob-back-btn {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* MESSAGES */
    .chats-list .user-blk .col-md-12, .chat-items .col-md-12 {
        text-align: center;
    }

    .chat-items .user-img-stat-blk {
        margin: 0 auto 10px;
    }

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

    .chat-item, .chat-dets > div.d-flex {
        flex-flow: column;
        justify-content: center !important;
        align-items: center;
    }

    .chat-item img {
        width: 40px;
        height: 40px;
    }

    .chat-item .chat-time {
        text-align: center !important;
    }

    /*.chat-items {max-height: 539px;}*/
    .message-item p.message-text {
        max-width: calc(100% - 75px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* MESSAGES */
    .chat-item img {
        width: 42px;
        height: 42px;
    }
}


/*************** RESPONSIVE ********************/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .service-item p {
        font-size: 13px;
    }

    .trans-tit {
        font-size: 2.5rem;
        margin-bottom: -30px !important;
    }

    .main-tit {
        font-size: 2.3rem;
    }

    .form-basic .form-inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-basic .form-inline label {
        margin-bottom: 5px !important;
    }

    .user-profile-head, .user-main-info {
        flex-flow: column;
        justify-content: center;
    }

    .user-profile-names {
        text-align: center;
    }

    .user-profile .user-img, .user-profile-names {
        margin-bottom: 20px;
    }

    .user-profile .user-img {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .user-info-blk p span {
        display: block;
    }

    .user-info-blk h4 {
        font-size: 18px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .trans-tit {
        font-size: 3rem;
        margin-bottom: -35px !important;
    }

    .main-tit {
        font-size: 2.9rem;
    }
}

@media (max-width: 767.98px) {
    #footer-wrap {
        margin-top: 90px;
    }

    .footer-brand img, .footer-list {
        margin-bottom: 60px !important;
    }

    #copyright {
        border: 0;
    }

    .user-profile .user-img {
        width: 100px;
        height: 100px;
    }

    .user-profile-names h3 {
        font-size: 22px;
    }

    .user-profile-names p {
        font-size: 15px;
    }

    .form-group .user-img {
        margin-bottom: 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /* START Expanded Nav-Bar START */
    /*.navbar-expand-lg {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: row;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}*/
    /*.navbar-expand-lg .navbar-toggler {display: none;}*/
    /*.navbar-expand-lg .navbar-collapse {display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto;}*/
    /*.navbar-expand-lg .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}*/
    /* END Expanded Nav-Bar END */
}


@media (max-width: 991.98px) {
    .navbar-collapse {
        flex-grow: 1;
    }

    #navbar-toggler-lnk, #navbar-close-lnk {
        display: block;
    }

    #header-wrap .container {
        position: relative;
    }

    .navbar {
        position: absolute;
        padding: 10px !important;
        width: calc(100% - 30px);
        z-index: 99;
        border-radius: 0 0 10px 10px;
        display: none;
        left: 15px;
    }

    .navbar-collapse {
        display: block !important;
    }

    #header-wrap .navbar-nav li a {
        font-size: 17px;
    }

    .navbar-nav .nav-item.active .nav-link:after {
        display: none !important;
    }


    #mob-open-main-menu {
        display: block;
    }

    .header-top {
        flex-direction: column;
        margin-bottom: 0;
        border: 0;
    }

    .header-top-f, .header-top-l {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header-top-f {
        order: 12;
        margin-top: 10px;
    }

    .header-top-l {
        order: 1;
    }

    .top-user-blk-lnk {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #pg-title {
        padding: 150px 0 100px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}