
@font-face {
    font-family: sar-font;
    src: url('../fonts/SAR_font.ttf') format('truetype');
}

.sar_text {
    font-family: sar-font, serif !important;
    color: #303441;
}



@font-face {
    font-family: gra-med;
    src: url(../fonts/Bahij_TheSansArabic-Bold.ttf)
}

@font-face {
    font-family: gra-bold;
    src: url(../fonts/Bahij_TheSansArabic-Bold.ttf)
}

body {
    background-color: #ffffff;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    font-family: gra-med;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #505050;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.7;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.main-header {
    padding: 10px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.main-header .upper-header .beforeLogin a {
    float: left;
    border-radius: 15px;
    border: 1px solid #165FAE;
    transition: all .6s ease-in-out;
    font-weight: bolder;
    width: 150px;
    text-align: center;
    padding: 10px;
    color: #165FAE;
}

.main-header .upper-header .afterLogin .before {
    float: left;
    border-radius: 15px;
    border: 1px solid #165FAE;
    transition: all .6s ease-in-out;
    font-weight: bolder;
    width: 150px;
    text-align: center;
    padding: 10px;
    color: #165FAE;
}

.main-header .upper-header .beforeLogin a:hover {
    background-color: #39B993;
    color: #fff;
}

.main-header .upper-header .afterLogin .before:hover {
    background-color: #39B993;
    color: #fff;
}

.main-header .upper-header .beforeLogin a i {
    color: #165FAE;
    margin-left: 10px;
}

.main-header .upper-header .afterLogin .before i {
    color: #165FAE;
    margin-left: 10px;
}

.main-header .upper-header hr {
    float: right;
    margin-top: 10px;
    background-color: #E6E8F0;
    width: 100%;
    margin-bottom: 10px;
}

.main-header .upper-header .main-menu ul {
    display: block;
    margin-top: 15px;
    text-align: center;

}

.main-header .upper-header .main-menu ul li {
    display: inline-block;
    margin-left: 30px;
}

.main-header .upper-header .main-menu ul li a {
    font-family: gra-bold;
    color: #303441;
    transition: all .6s ease-in-out;
    font-weight: bolder;
}

.main-header .upper-header .main-menu ul li a:hover {
    color: #165FAE;
}

.main-header .upper-header .afterLogin ul {
    float: left;
}

.main-header .upper-header .logo img {
    width: 200px;
}

.main-header .upper-header .afterLogin .notification button {
    border: none;
    background-color: transparent;
}

.main-header .upper-header .afterLogin ul li {
    display: inline-block;
    margin-left: 5px;
    border-radius: 12px;
    padding: 6px 10px;
    position: relative;
    background-color: #F3F3F8;
}

.main-header .upper-header .afterLogin ul li .spn {
    position: absolute;
    right: 4px;
    top: -4px;
}

.main-header .upper-header .col-md-8 {
    padding: 0px;
}

.main-header .upper-header .afterLogin ul .profile {
    cursor: pointer;
    background-color: transparent;
}

.main-header .upper-header .afterLogin ul .profile button {
    background-color: transparent;
    outline: none;
    border: none;
}

.main-header .upper-header .afterLogin ul .profile img {
    width: 50px;
    border-radius: 150px;
    margin-left: 10px;
    object-fit: cover !important;
}

.main-header .upper-header .afterLogin ul .profile button .down {
    margin-right: 10px;
    margin-left: 10px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu {
    left: -90px;
    z-index: 99999999999999999;
    padding: 15px 5px;
    border-radius: 15px;
    width: 300px;
    top: 80px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu h3 {
    text-align: right;
    font-weight: bolder;
    margin: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 15px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu .pic {
    width: 20%;
    display: inline-block;
    border-radius: 15px;
    background: #F3F3F8;
    float: right;
    padding: 8px 15px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu .content {
    float: right;

    width: 77%;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 10px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu .content a {
    font-size: 12px;
    padding: 10px;
    margin: 0px;
    color: #165FAE;
    line-height: 20px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu .view-all {
    text-align: center;
    border-top: 1px solid #F3F3F8;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.main-header .upper-header .afterLogin .notification .dropdown-menu .view-all a {
    font-weight: 700;
    font-size: 14px;
    color: #165FAE;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

.main-header .upper-header .afterLogin .dropdown-menu {
    left: -50px;
    z-index: 99999999999999999999;
    padding: 15px;
    border-radius: 15px;
    width: 300px;
    top: 80px;
}

.main-header .upper-header .afterLogin .dropdown-menu h4 {
    font-weight: bolder;
    color: #000;
    padding-bottom: 10px;
}

.main-header .upper-header .afterLogin .dropdown-menu .icon {
    width: 20%;
    border-radius: 150px;
    display: inline-block;
}

.main-header .upper-header .afterLogin .dropdown-menu .icon .pic {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #F0F9F2;
    border-radius: 150px;
    padding: 10px;
    margin-top: 10px;
}

.main-header .upper-header .afterLogin .dropdown-menu .icon .pic img {
    width: 25px;
    border-radius: 150px;
}

.main-header .upper-header .afterLogin .dropdown-menu .content {
    width: 75%;
    float: right;
    display: inline-block;
}

.main-header .upper-header .afterLogin .dropdown-menu .content h5 {
    margin: 0px;
    color: #202020;
    font-size: 12px;
    text-align: left;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    font-weight: bolder;
    margin-bottom: 10px;
}

.main-header .upper-header .afterLogin .dropdown-menu .content h5 .hour {
    position: relative;
    top: 0px;
    right: 3px;
    float: right;
    color: #7E7E7E;
    font-size: 14px;

}

.main-header .upper-header .afterLogin .dropdown-menu .content p {
    font-weight: bolder;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.main-header .upper-header .afterLogin .profile .name {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.main-header .upper-header .afterLogin .profile .name img {
    display: inline-block;
    float: left;
    width: 50px;
}

.main-header .upper-header .afterLogin .profile .name h3 {
    float: left;
    display: inline-block;
    width: 75%;
    font-size: 16px;
    margin: 7px;
    font-weight: bolder;
}

.main-header .upper-header .afterLogin .profile .name h3 .type {
    position: relative;
    font-size: 12px;
    display: block;
    top: 0px;
    color: #7E7E7E;
    right: 0px;
    margin-top: 5px;
}

.main-header .upper-header .afterLogin .dropdown-menu li {
    float: left;
    background-color: transparent !important;
    width: 100%;
    display: block;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu li a {
    padding-left: 0px !important;
    font-size: 12px;
    font-weight: 700;
    padding-right: 0px;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu li a:hover {
    color: #165FAE;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu .signOut a:hover {
    color: #333 !important;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu li a i {
    margin-left: 10px;
    color: #39B993;
    font-size: 14px;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu .signOut a i {
    color: #E44141 !important;
}

.main-header .upper-header .afterLogin .profile .dropdown-menu .signOut a {
    color: #E44141 !important;
}

.main-header .upper-header .afterLogin .hidden-xx {
    cursor: pointer;
    margin-top: 10px;
    display: none;
    float: left;
    padding: 10px 15px;
}

.main-header .upper-header .beforeLogin .hidden-xx {
    cursor: pointer;
    margin-top: 10px;
    display: none;
    float: left;
    padding: 10px 15px;
}

.main-header .nav-menu {
    display: none;
    text-align: right;
}

.main-header .nav-menu ul {
    list-style: none;
    margin: 0 !important;
}

.main-header .nav-menu ul li {
    display: inline-block;
    padding: 0 20px;
    font-weight: bolder;
    width: 46% !important;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    color: #36130D;
    padding-bottom: 20px;
}

.main-header .nav-menu ul li a {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    color: #165FAE;
    font-size: 12px;
    position: relative;
    transition: 0.4s;
    font-weight: bolder;
}

.intro {
    position: relative;
    padding: 50px 0px;
}

.intro .content {
    padding-top: 10px;
}

.intro .content h5 {
    border-radius: 10px;
    background: #E5F6F1;
    width: 300px;
    padding: 14px;
    font-weight: bolder;
    z-index: 9999999;
    position: relative;
    color: #39B993;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.intro .content h1 {
    color: #165FAE;
    width: 55%;
    font-size: 23px;
    font-weight: bolder;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.intro .content h1 span {
    color: #303441;
    font-size: 20px;
}

.intro .content h3 {
    font-size: 18px;
}

.intro .content p {
    color: #5C5F68;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 65%;
    z-index: 9999999;
    position: relative;
}

.intro .content form {
    background: rgba(255, 255, 255, 0.81);
    box-shadow: -10px 11px 10px rgba(18, 66, 99, 0.08);
    backdrop-filter: blur(7px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    float: right;
    width: 100%;
    z-index: 999999999;
    position: relative;
    padding: 15px 0px;
}

.intro .content form label {
    display: block;
    margin-bottom: 10px;
    color: #5C5F68;
}

.intro .content form select {
    outline: none;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 8px;
    background: #cccccc14;
}

.intro .content form button {
    width: 100%;
    border-radius: 15px;
    transition: all .6s ease-in-out;
    background: #165FAE;
    padding: 14px;
    border: none;
    color: #fff;
    font-weight: 700;
    margin-top: 22px;
}

.intro .content form button:hover {
    background-color: #39B993;
}

.intro .pic {
    position: absolute;
    left: 0px;
    top: 60px;
}

.intro .pic img {
    width: 719px;
    height: 625px;
    object-fit: cover !important;
    margin-bottom: 50px;
    border-radius: 0px 30px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)) brightness(1.2) contrast(1.1) saturate(1.1);*/
}

.exclusive-realState {
    padding: 70px 0px;
}

.exclusive-realState .head-of h3 {
    font-weight: bolder;
    font-size: 17px;
    color: #303441;
}

.exclusive-realState .head-of h3 a {
    float: left;
    color: #303441;
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.exclusive-realState .head-of h3 a:hover {
    color: #39B993;
}

.one-realState {
    margin: 15px 0px;
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.one-realState img{
    border-top-right-radius: 10px;
    width: 100%;
    border-top-left-radius: 0px;
    
    object-fit: cover !important;
    height: 190px;
}
.one-realState .mainPic {
    transition: all .6s ease-in-out;
    width: 100%;
    height: 160px;
    object-fit: cover !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.one-realState .mainPic:hover {
    transform: scale(1.1);
}

.one-realState .name {
    font-size: 14px;
    color: #303441;
    padding-right: 15px;
    padding-top: 10px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.one-realState h4 {
    font-size: 14px;
    color: #5C5F68;
    font-weight: bolder;
    padding-right: 15px;
}

.one-realState ul {
    padding-right: 10px;
}

.one-realState .icons li img {
    width: auto !important;
    display: inline-block !important;
}

.one-realState ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
}

.one-realState ul li img {
    width: auto;
    object-fit: cover !important;
    height: auto;
    margin-left: 8px;
}

.one-realState h2 {
    color: #165FAE;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 4px;
    padding-right: 15px;
}

.one-realState h2 span {
    font-size: 16px;
    color: #5C5F68;
}

.one-realState h6 {
    padding-right: 15px;
    font-weight: bolder;
    color: #5C5F68;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: line-through;
}

.one-realState .like {
    position: absolute;
    right: 10px;
    border: none;
    border-radius: 7px;
    background: rgba(81, 81, 81, 0.80);
    padding: 8px 12px;
    color: #fff;
    top: 5px;
}

.one-realState .like i {
    font-size: 16px;
}

.one-realState .booked, .one-realState .ex {
    position: absolute;
    left: 10px;
    border: none;
    border-radius: 7px;
    color: #fff;
    background-color: #E4AD41;
    padding: 8px 12px;
    top: 5px;
}

.ex2 {
    position: absolute;
    left: 10px;
    border: none;
    border-radius: 7px;
    color: #fff;
    background-color: #1e3a7b;
    padding: 8px 12px;
    top: 50px;
}

.one-realState .ex {
    background-color: #39B993;
}


.exclusive-realState .exclusive-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    text-align: center;
    top: 30px;
}

.exclusive-realState .exclusive-slider .owl-dot {
    border-radius: 12px;
    background-color: #d4d4d4;
    float: right;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.exclusive-realState .exclusive-slider .owl-dot.active {
    background-color: #165FAE;
}

.banner {
    margin: 40px 0px;
}

.banner img {
    width: 100%;
}


.all-real-states .the-tabs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.all-real-states .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
    float: right;
    overflow: hidden;
    width: 100%;
    height: 80px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-top: 15px;

}

.all-real-states .the-tabs ul li {
    display: inline-block;
    width: 130px;
    font-size: 12px;
    text-align: center;
    padding: 10px 15px;
    transition: all .6s ease-in-out;
    margin-left: 10px;
    border-radius: 90px;
    border: 1px solid #E6E8F0;
    background: #FFF;
}

.all-real-states .the-tabs ul li a {
    color: #303441;
    font-weight: bolder;

}

.all-real-states .the-tabs ul .active {
    background-color: #2a6496;
}

.all-real-states .the-tabs ul .active a {
    color: #fff;
}


::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #2a6496;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #2a6496;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2a6496;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: black;
    -webkit-transition: all 300ms ease-in-out;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}

.realState-grid .col-md-4, .realState-grid .col-md-7, .realState-grid .col-md-5 {
    padding: 0px;
}

.realState-grid {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    float: right;
    width: 100%;
    height: 192px;
    background: #FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realState-grid .pic {
}

.realState-grid .pic img {
    border-top-right-radius: 10px;
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    object-fit: cover !important;
    height: 190px;
}

.realState-grid .content {
    padding-top: 20px;
}
.realState-grid .content .name h4{
    font-size: 14px;
}
.realState-grid .content .name a {
    color: #303441;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.realState-grid .content .name h5 {
    margin: 0px;
    color: #5C5F68;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 700;
}

.realState-grid .content .price h4 {
    margin: 0px;
    color: #165FAE;
    font-size: 16px;
    font-weight: bolder;
    float: left;
}

.realState-grid .content .price h6 {
    margin: 0px;
    color: #888;
    text-decoration: line-through;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}

.realState-grid .icons {
    margin-top: 20px;
    float: right;
    width: 100%;
}

.realState-grid .icons li i {
    color: #39b993;
    margin-left: 10px;
}

.realState-grid ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
}

.realState-grid ul li img {
    width: auto;
    object-fit: cover !important;
    height: auto;
    margin-left: 8px;
}

.realState-grid .company {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: #165fae;
    font-size: 12px;
}

.realState-grid .company img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 150px;
    display: inline-block;
    float: right;
}

.banner-app {
    background-color: #47566C;
    padding: 50px 0px;
    margin-top: 50px;
    position: relative;
}

.banner-app .content h5 {
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
}

.banner-app .content h3 {
    font-size: 16px;
    color: #fff;
}

.banner-app .content ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner-app .content ul li {
    margin-top: 20px;
    color: #fff;
    text-align: right;
}

.banner-app .content ul li i {
    margin-left: 10px;
    color: #39B993;
}

.banner-app .content .download {
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-app .content .download img {
    width: 200px;
    margin-left: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.banner-app .pic {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: -43px;
}

.banner-app .pic img {
    width: 350px;
}

.footer {
    background-color: #F3F3F8;
    padding: 30px 0px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
}

.footer .con h3 {
    color: #141835;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.footer .con h5 {
    margin: 15px 0px;
    color: #141835;
    font-size: 16px;
}

.footer .logo img {
    width: 200px;
}

.footer .con ul li {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.footer .con ul li a {
    transition: all .6s ease-in-out;
    color: #5C5F68;
    font-weight: 400;
}

.footer .con ul li a:hover {
    color: #2a6496;
}

.footer .con .social li {
    display: inline-block;
    margin-left: 20px;
}

.footer .con .social li i {
    font-size: 22px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}

.footer .con .download {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .con .download img {
    width: 100px;
    margin-left: 15px;
}

.footer .copyright {
    font-weight: bolder;
    float: right;
    width: 100%;
    color: #141835;
    font-size: 12px;
}

.footer .copyright span {
    float: left;
    color: #0937be;
    font-size: 14px;
}

.road {
    margin: 20px 0px;
}

.road ul li {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    color: #141835;
    font-weight: bolder;
}

.road ul li img {
    margin-left: 5px;
}

.about-intro {
    margin-top: 50px;
}

.about-intro .content h4 {
    width: 70%;
    display: block;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bolder;
    background: #E5F6F1;
    color: #39B993;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-intro .content p {
    font-size: 20px;
    color: #141835;
    text-align: center;
    font-weight: bolder;
    line-height: 35px;
    margin-bottom: 50px;
}

.about-intro .the-intro {
    border-radius: 10px;
    position: relative;
    background: rgba(230, 232, 240, 0.40);
    width: 100%;
    padding: 30px;
    margin-top: 50px;
    float: right;
    padding-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-intro .the-intro .upp-dot {
    position: absolute;
    right: 45px;
    top: -65px;
}

.about-intro .the-intro p {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.about-intro .the-intro h4 {
    display: block;
    margin-top: 30px;
    font-size: 22px;
    color: #141835;
    text-align: center;
    font-weight: 700;
    margin-left: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-intro .the-intro h2 {
    display: block;
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    margin-left: 50px;
    color: #165FAE;
}

.about-us {
    margin-top: 50px;
}

.about-us .content h4 {
    border-radius: 10px;
    background: #E5F6F1;
    font-size: 20px;
    font-weight: bolder;
    width: 120px;
    text-align: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-us .content h5 {
    margin: 15px 0px;
    font-weight: bolder;
    font-size: 16px;
    color: #141835;
    width: 60%;
    line-height: 30px;
}

.about-us .content p {
    margin: 10px 0px;
    font-weight: bolder;
    font-size: 12px;
    color: #5C5F68;
    width: 100%;
    line-height: 30px;
}

.about-us .pic {
    padding: 10px;
}

.about-us .pic img {
    width: 100%;
}

.about-us .one {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    padding: 30px 20px;
    text-align: center;
    background: #FFF;
    margin-top: 20px;
    height: 280px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-us .one img {
    height: 50px;
}

.about-us .one h4 {
    margin-top: 20px;
    font-weight: bolder;
    font-size: 16px;
    color: #39B993;
}

.about-us .one p {
    margin-top: 20px;
    font-weight: bolder;
    line-height: 25px;
    font-size: 12px;
    color: #5C5F68;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.records-licenses {
    padding: 20px 0px;
    margin: 50px 0px;
}

.records-licenses .head {
    font-size: 20px;
    border-radius: 10px;
    background: #E5F6F1;
    padding: 12px;
    margin-bottom: 50px;
    color: #39B993;
    text-align: center;
    width: 250px;
    font-weight: bolder;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gallery-item {
    border-radius: 7px;
    flex-basis: 340px !important;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
}

.gallery-item.item-1x1 {
    flex-basis: 175px;
}

.gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
}

.gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb {
    transform: scale(1.05);
}

@media (hover: hover) {
    .gallery-item:hover::after {
        opacity: 1;
    }

    .gallery-item:hover .caption {
        transform: translateY(0);
    }
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: cover !important;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.package-page {
    margin-top: 20px;
}

.package-page .head-of {
    text-align: center;
    margin: 30px 0px;
}

.package-page .head-of h4 {
    display: block;
    margin: 0 auto;
    background-color: #E5F6F1;
    color: #39B993;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 150px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.package-page .head-of h3 {
    display: block;
    background-color: #E5F6F1;
    color: #39B993;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 180px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.package-page .head-of p {
    width: 45%;
    display: block;
    font-weight: bolder;
    color: #141835;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
}

.package-page .package-one {
    border-radius: 20px;
    padding: 20px 10px;
    border: 1px solid #E6E8F0;
    text-align: center;
    background: #FFF;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.package-page .package-one h3 {
    color: #141835;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.package-page .package-one p {
    color: #141835;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
}

.package-page .package-one a {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    padding: 10px;
    transition: all .6s ease-in-out;
    border-radius: 15px;
    background: #165FAE;
    color: #ffff;
    text-align: center;
}

.package-page .package-one a:hover {
    background-color: #39B993;
}

.package-page .accordion {
    background-color: #F7F7FB;
    color: #141835;
    cursor: pointer;
    padding: 18px;
    padding-bottom: 10px;
    font-weight: bolder;
    border: 1px solid #E6E8F0;
    width: 100%;
    text-align: right;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.package-page .accordion:after {
    content: '\f078';
    color: #777;
    font-weight: bold;
    float: left;
    font-family: "Font Awesome 5 Free";
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -5px;
    border-radius: 150px;
    margin-left: 5px;
    border: 1px solid #000000;
    text-align: center;
}

.package-page .active:after {
    content: "\f077";
}

.package-page .panel {
    padding: 0px 18px;
    background-color: #F7F7FB;
    max-height: 0;
    overflow: hidden;
    line-height: 25px;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: none !important;
}

.package-page .panel p {
    padding: 15px 0px;
    color: #141835;
    font-size: 14px;
}

.call-now .all {
    background-image: url("../images/vector-1.svg");
    background-size: 14% 100%;
    padding: 35px 0px;
    float: right;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #E6E8F0;
    background-position: right;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.call-now .all h4 {
    font-size: 18px;
    color: #141835;
    margin: 0px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.call-now .all a {
    display: block;
    margin: 0 auto;
    background-color: #165FAE;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 150px;
    border-radius: 12px;
    margin-top: 10px;
}

.contact-us {
    padding: 30px 0px;
}

.contact-us .content h4 {
    display: block;
    background-color: #E5F6F1;
    color: #39B993;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 210px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.contact-us .content p {
    display: block;
    color: #141835;
    font-weight: bolder;
    font-size: 18px;
    padding: 10px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 30px;
}

.contact-us .content form label {
    display: block;
    margin-bottom: 10px;
    color: #4B4B4B;
    font-size: 12px;
    margin-top: 10px;
}

.contact-us .content form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    padding: 10px;
}

.contact-us .content form select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    padding: 10px;
}

.contact-us .content form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    height: 120px;
    resize: none;
    outline: none;
    padding: 10px;
}

.contact-us .content form button {
    display: block;
    width: 120px;
    padding: 8px;
    border-radius: 8px;
    background: #165FAE;
    margin-top: 15px;
    color: #fff;
    outline: none;
    border: none;
}

.contact-us .content form button:hover {
    background: #39b993;
}

.contact-us .pic {
    padding: 15px;
}

.contact-us .pic img {
    width: 100%;
}

.terms-conditions .content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.terms-conditions .content h2 {
    width: 70%;
    display: block;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bolder;
    background: #E5F6F1;
    color: #39B993;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
}

.terms-conditions .content h4 {
    width: 250px;
    display: block;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bolder;
    background: #E5F6F1;
    color: #39B993;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
}

.terms-conditions .content p {
    color: #5C5F68;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.terms-conditions .content img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}


.login-page {
    margin: 50px 0px;
}

.login-page form {
    border-radius: 30px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    width: 100%;
    padding: 20px 30px;
}

.login-page form h3 {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    color: #4B4B4B;
    margin-bottom: 30px;
}

.login-page form label {
    display: block;
    margin-bottom: 10px;
    color: #4B4B4B;
    margin-top: 10px;
}

.login-page form input {
    border-radius: 8px;
    outline: none;
    border: 1px solid #D8E3F3;
    width: 100%;
    background: #ECF4FF;
    padding: 10px;
}

.login-page form .eye {
    position: absolute;
    left: 64px;
    color: #165FAE;
    margin-top: 11px;
    font-size: 20px;
}

.login-page form .forget {
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    color: #165FAE;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-page form button {
    border-radius: 8px;
    background: #39B993;
    width: 200px;

    outline: none;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;

    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.login-page form .resend {
    border-radius: 8px;
    background: transparent;


    outline: none;
    color: #1E3799;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 200px;
    margin-bottom: 10px;
}

.login-page form span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bolder;
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.login-page form .vip {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    color: #303441;
    font-size: 12px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 30px;
}

.login-page form .vip img {
    margin-left: 15px;
}

.login-page form h5 {
    text-align: center;
    color: #4B4B4B;
    display: block;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.login-page form h5 a {
    color: #165FAE;
    font-weight: bolder;
    font-size: 14px;
}

.login-page form .checkbox input {
    height: 0;
    width: 0;
}

.login-page form .checkbox {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 18px;
    margin-top: 30px !important;
    font-size: 12px;
    user-select: none;
}

.login-page form .checkmark {
    position: absolute;
    top: -12px;
    right: 0;
    height: 20px;
    width: 20px;
    margin-top: 8px !important;
    border: none;
    background-color: #ECF4FF;
}

.login-page form .checkbox input:checked ~ .checkmark {
    background-color: #39B993;
}


.login-page form .checkbox .checkmark:after {
    top: 1px;
    width: 5px;
    height: 10px;
    left: 10px;
    color: white;
}

.login-page form .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.login-page form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.notifications-page {
    padding: 20px 0px;
}

.notifications-page .one {
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
}

.notifications-page .one .pic {
    display: inline-block;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 150px;
    text-align: center;
    line-height: 60px;
    background-color: #F3F3F8;
}

.notifications-page .one .content {
    float: right;
    padding-right: 20px;
    width: 90%;
}

.notifications-page .one .content h4 {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #165FAE;
}

.notifications-page .one .content p {
    color: #888;
    font-size: 14px;

}


.chat-section {
    padding: 50px 0px;
    margin-bottom: 30px;
}

.chat-section .chat-users {
    background: #FFF;
    float: right;
    width: 100%;
}

.chat-section .search form {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-section .search form input {
    width: 100%;
    padding: 13px 0px;
    position: relative;
    outline: none;
    border: 1px solid #D8D8D8;
    background: #FFF;
    border-radius: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.chat-section .search form button {
    position: absolute;
    color: #c6c6d6;
    left: 40px;
    font-size: 18px;
    margin-top: 10px;
    outline: none;
    background-color: transparent;
    border: none;
}

.chat-section .search form button img {
    width: 20px;
}

.chat-section .chat-menu {
    border: 1px solid #c6c6d6;
    border-radius: 10px;
    /* padding: 10px 0px; */
    padding-bottom: 20px;

}

.chat-section .chat-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.chat-section .chat-menu ul li:last-child {
    border-bottom: none;
}

.chat-section .chat-menu ul li {
    display: block;
    transition: all .6s ease-in-out;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #c6c6d6;
}

.chat-section .chat-menu ul li:hover {
    background-color: #f8f8f8;
}

.chat-section .chat-menu ul li i {
    margin-left: 5px;
    color: #c6c6d6;
}

.chat-section .chat-menu ul li span {
    float: left;
}

.chat-section .chat-menu ul li p {
    margin-bottom: 5px;
    color: #c6c6d6;
    padding-right: 3px;
    line-height: 20px;
    margin-top: 5px;
}


.chat-section .chat-menu ul .active {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 15px;
}

.chat-section .chat-users .pic {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 150px;
    float: right;
    margin-left: 10px;
}

.chat-section .chat-users .pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    border-radius: 150px;
    background-size: cover !important;
}

.chat-section .chat-users .one {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.chat-section .chat-users .active {
    background: rgba(230, 232, 240, 0.30);
}

.chat-section .chat-messages .chat-send {
    margin-top: 50px;
    width: 100%;
    float: right;
    display: block;
    margin-bottom: 8px;
}

.chat-section .chat-message .chat-send form input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #c6c6c6;
}

.chat-section .chat-messages form input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #c6c6c6;
}

.chat-section .chat-messages form button {
    background-color: transparent;
    width: 8%;
    position: absolute;
    padding: 12px;
    color: #7AABDE;
    border: none;
    margin-right: 10px;
    outline: none;
    border-radius: 10px;
    left: 7px;
}

.chat-section .chat-users .description {
    width: 77%;
    display: inline-block;
    padding: 14px 10px;
}

.chat-section .chat-users .description h3 {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    margin: 0px;
    padding: 10px;
}

.chat-section .chat-users .description h5 {
    font-size: 10px;
    color: #7E7E7E;
    font-weight: bolder;
}

.chat-section .chat-users .description .online {
    display: block;
    margin-top: 5px;
    color: #39B993;
    font-size: 10px;
    font-weight: bolder;
}

.chat-section .chat-users .description .offline {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bolder;
    color: #E44141;
}

.chat-section .chat-users .description span i {
    margin-left: 5px;
    font-size: 4px;
}

.chat-section .chat-content {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 20px;
}

.chat-section .chat-content .chat-head .pic {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 150px;
    float: right;
}

.chat-section .chat-content .chat-head .pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    border-radius: 150px;
    background-size: cover !important;
}

.chat-section .chat-content .chat-head .description {
    width: 80%;
    display: inline-block;
    padding: 14px 10px;
}

.chat-section .chat-content .chat-head .description h3 {
    text-transform: capitalize;
    font-size: 16px;
    color: #202020;
    margin: 0px;
    font-weight: bolder;
}

.chat-section .chat-content .chat-head .description .online {
    display: block;
    margin-top: 5px;
    color: #39B993;
    font-size: 10px;
    font-weight: bolder;
}

.chat-section .chat-content .chat-head .description .online i {
    font-size: 5px;
    margin-left: 5px;
}

.chat-section .chat-content hr {
    float: right;
    width: 100%;
    margin-top: 0px;
}

.chat-section .chat-messages .sender {
    padding: 20px;
    width: 100%;
    border-radius: 12px 0px 12px 12px;
    font-size: 14px;
    line-height: 25px;
    background: #F0F8FF;
}

.chat-section .chat-messages .sender img {
    width: 100%;
}

.chat-section .chat-messages .other {
    padding: 20px;
    width: 100%;
    border-radius: 0px 12px 12px 12px;
    background: rgba(186, 192, 202, 0.20);
    font-size: 14px;
    line-height: 25px;
    color: #202020;
    float: right;
}

.chat-section .chat-messages .time {
    padding-left: 10px;
    color: #BAC0CA;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 20px;
    display: block;
}

.chat-section .chat-messages .time-2 {
    padding-left: 10px;
    color: #BAC0CA;
    float: right;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 20px;
    display: block;
}

.chat-section .chat-messages .one {
    float: right;
    width: 50%;
}

.chat-section .chat-messages .two {
    width: 50%;
    float: left;
}


.chat-section .chat-messages h6 {
    text-align: center;
    color: #7E7E7E;
    font-weight: bolder;
    font-size: 16px;
    margin: 50px 0px;
    text-transform: capitalize;

}

.chat-section .chat-messages .uploading-pic {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper .btn {
    padding: 15px;
    width: 300px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: none;
}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper .btn img {
    width: 80px;
}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 28px;
    font-size: 20px;
}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    top: -60px;
    opacity: 0;
    left: -10px;
    right: auto;
    margin: 0 auto;
    margin-top: 18px;
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

.chat-section .chat-messages .uploading-pic .upload-pic-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.chat-section .chat-messages .uploading-pic .upload-file {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px dashed #D8D8D8;
    background: #F0F8FF;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: -40px;
    border-radius: 150px;
    line-height: 25px;
    padding-top: 6px;
}

.chat-section .chat-messages .uploading-pic .upload-file img {
    float: right;
    margin-top: 0px;
    margin-right: 22px;
    width: 20px;
}

.favorite-ads {
    padding: 30px 0px;
}

.the-pagination {
    margin: 20px 0px;
    float: right;
    width: 100%;
}

.the-pagination ul {
    float: left;
}

.the-pagination ul li {
    display: inline-block;
    color: #303441;
    margin-left: 10px;
    font-weight: bolder;
}

.the-pagination ul .number {
    border-radius: 10px;
    border: 1px solid #D8E3F3;
    font-weight: bolder;
    text-align: center;
    padding: 5px 15px;
    background: #ECF4FF;
}

.the-pagination ul .next {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bolder;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 20px;
    margin-left: -10px;
    color: #fff;
    background: rgba(28, 154, 213, 0.40);
}

.the-pagination ul .prev {
    font-size: 20px;
    color: #fff;
    margin-left: 0px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bolder;
    text-align: center;
    padding: 5px 15px;
    background: #1C9AD5;
}

.package-page .private-ad {
    background-image: url("../images/vector-2.svg");
    background-size: 14% 100%;
    padding: 35px 0px;
    float: right;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #E6E8F0;
    background-position: right;
}

.package-page .private-ad h4 {
    font-size: 18px;
    color: #141835;
    margin: 0px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.package-page .private-ad a {
    display: block;
    margin: 0 auto;
    background-color: #165FAE;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 150px;
    border-radius: 12px;
    margin-top: 10px;
}

.package-page table {
    border-spacing: 0;
    overflow: hidden;
    inline-size: 100%;
    text-align: left;
    background-color: inherit;
    border: 1px solid lightgray;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px -2px rgba(14, 30, 37, 0.12);
    margin-bottom: 50px;
}

.package-page :is(th, td) {
    padding: 14px;
    min-inline-size: 170px;
    border-block-end: 1px solid lightgray;
    font-size: 12px;
    line-height: 25px;
}

.package-page :is(th, td):not(:first-child) {
    text-align: center;
    font-weight: bolder;
    border-inline-start: 1px solid lightgray;
}

.package-page td a {
    background-color: #165FAE;
    padding: 10px 30px;
    border-radius: 12px;
    color: #fff;
}

.package-page a:hover, .package-page a:focus {
    color: #fff;
}

.package-page :is(th, td):not(:first-child) span {
    display: block;
    font-size: 10px;
    color: #39B993;
    font-weight: bolder;
}

.realState-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.realState-section .filter {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 10px 20px;
    margin-bottom: 50px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realState-section .filter input {
    width: 240px;
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #D8E3F3;
    background: #ECF4FF;
    outline: none;
    margin-left: 15px;
}

.realState-section .filter select {
    width: 240px;
    display: inline-block;
    outline: none;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #D8E3F3;
    background: #ECF4FF;
    margin-left: 15px;
}

.realState-section .filter .icon {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    background: #FFF;
    padding: 8px 15px;
    color: #165FAE;
    margin-left: 10px;
}

.realState-section .filter .confirm {
    width: 240px;
    border-radius: 8px;
    background: #165FAE;
    border: none;
    padding: 8px;
    outline: none;
    color: #fff;
}

.realState-section .about {
    margin-bottom: 10px;
}

.realState-section .about h4 {
    font-weight: bolder;
    font-size: 14px;
    color: #6A7086;
    display: inline-block;
    padding: 10px 0px 0px 0px;
}

.realState-section .about form {
    display: inline-block;
    float: left;
}

.realState-section .about form select {
    display: inline-block;
    float: left;
    width: 120px;
    outline: none;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #D8E3F3;
    background: #ECF4FF;
}

.realstate-details .upper {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .upper .info {
    padding: 15px 0px;
}

.realstate-details .upper .info h4 {
    font-weight: bolder;
    font-size: 16px;
    color: #303441;
}

.realstate-details .upper .info p {
    margin-top: 10px;
    color: #5C5F68;
    font-weight: 400;
}

.realstate-details .upper .info p img {
    margin-left: 5px;
}

.realstate-details .upper .share {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}

.realstate-details .upper .share span {
    display: inline-block;
    width: 80px;
    padding: 8px;
    text-align: center;
    margin-left: 15px;
    border-radius: 7px;
    color: #39B993;
    background: #E5F6F1;
}

.realstate-details .upper .share button {
    padding: 10px 15px;
    background-color: #F3F3F8;
    border: none;
    border-radius: 150px;
}

.realstate-details .gallery .gallery-item .thumb {
    height: 380px;
    object-fit: cover !important;
}

.realstate-details .pics-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: 55px;
    right: 0px;
    left: 0px;
    text-align: center;
}

.realstate-details .pics-slider .owl-dot {
    border-radius: 3px;
    background-color: #fff;
    float: right;
    height: 10px;
    margin-left: 5px;
    width: 20px;
}

.realstate-details .pics-slider .owl-dot.active {
    background-color: #39B993;
    width: 40px;
    height: 10px;
}

.realstate-details .qr {
    float: right;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .qr .pic {
    display: inline-block;
    margin-left: 20px;
}

.realstate-details .qr .details {
    display: inline-block;
    border: none;
}

.realstate-details .qr .details h4 {
    font-weight: bolder;
    font-size: 16px;
    color: #5C5F68;
}

.realstate-details .qr button {
    background-color: #F3F3F8;
    padding: 10px;
    text-align: center;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    margin-top: 40px;
    float: left;
}

.realstate-details .left-info .price {
    float: right;
    width: 100%;
    padding: 15px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .left-info .price h4 {
    text-align: right;
    font-weight: bolder;
    font-size: 16px;
    color: #303441;
}

.realstate-details .left-info .price h4 span {
    color: #165FAE;
    float: left;
    font-size: 18px;
}

.realstate-details .left-info .col-md-12 {
    padding: 0px;
}

.realstate-details .left-info .info {
    float: right;
    width: 100%;
    padding: 15px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .left-info .info img {
    width: 70px;
    display: block;
    border-radius: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.realstate-details .left-info .info h3 {
    text-align: center;
    font-size: 16px;
    color: #141835;
    font-weight: 600;
}

.realstate-details .left-info .info h5 {
    text-align: center;
    font-size: 12px;
    color: #5C5F68;
    font-weight: 600;
}

.realstate-details .left-info .info h6 {
    text-align: center;
    font-size: 10px;
    color: #5C5F68;
    font-weight: 600;
}

.realstate-details .left-info .info h6 span {
    color: #39B993;
    margin-right: 10px;
}

.realstate-details .left-info .buttons a {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #165FAE;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    transition: all .6s ease-in-out;
    font-weight: 700;
}

.realstate-details .left-info .buttons .delete-ad {
    color: #E44141;
    background: rgba(228, 65, 65, 0.19);
}

.realstate-details .left-info .buttons a:hover {
    background-color: #39B993;
}

.realstate-details .left-info .buttons a img {
    margin-left: 15px;
}

.realstate-details .left-info .with-finance {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 20px;
    padding: 0px 10px;
}

.realstate-details .left-info .booked-up {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 20px;
    padding: 40px 0px;
}

.realstate-details .left-info .booked-up button {
    width: 90%;
    background: #E4AD41;
    padding: 10px;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.realstate-details .left-info .with-finance a {
    display: inline-block;
    width: 46%;
    padding: 10px;
    border-radius: 8px;
    background: #39B993;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: right;
    color: #fff;
    transition: all .6s ease-in-out;
    font-weight: 400;
}

.realstate-details .left-info .with-finance .request {
    width: 90%;
    background: #165FAE;
    padding: 10px;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.realstate-details .left-info .with-finance a:hover {
    background-color: #39B993;
}


.realstate-details .details {
    padding: 20px;
    background: #FFF;
    border: 1px solid #E6E8F0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .details h4 {
    font-weight: bolder;
    color: #141835;
    font-size: 18px;
}

.realstate-details .details p {
    font-size: 12px;
    color: #141835;
    line-height: 30px;
    font-weight: 600;
}

.realstate-details table {
    border-spacing: 0;
    overflow: hidden;
    inline-size: 100%;
    text-align: right;
    background-color: inherit;
    border: 1px solid lightgray;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /*margin-bottom: 50px;*/

}

.realstate-details .advantages {
    border: 1px solid #E6E8F0;
    border-radius: 12px;
}

.realstate-details .advantages h4 {
    padding-right: 20px;
    font-size: 18px;
    font-weight: bolder;
    color: #141835;
    margin-top: 20px;
    margin-bottom: 20px;
}

.realstate-details :is(th, td) {
    padding: 14px;
    min-inline-size: auto;
    border-block-end: 1px solid lightgray;
    font-size: 12px;
    line-height: 25px;
    font-weight: bolder;
    color: #165FAE;
}

.realstate-details :is(th, td) span {
    float: left;
    margin-left: 30px;
    color: #5C5F68;
    font-size: 13px;
}


.realstate-details :is(th, td) img {
    float: left;
    width: 25px;
}

.realstate-details :is(th, td):not(:first-child) {
    text-align: center;
    font-weight: bolder;
    border-inline-start: 1px solid lightgray;
}

.realstate-details td a {
    background-color: #165FAE;
    padding: 10px 30px;
    border-radius: 12px;
    color: #fff;
}

.realstate-details a:hover, .package-page a:focus {
    color: #fff;
}

.realstate-details :is(th, td):not(:first-child) span {
    display: block;
    font-size: 10px;
    color: #39B993;
    font-weight: bolder;
}


.realstate-details table > tbody > tr:nth-child(even) > td,
.realstate-details table > tbody > tr:nth-child(even) > th {
    background-color: #F6F6F6;
}

.realstate-details .map, .realstate-details .degree {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.realstate-details .map h4 {
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 20px;
    color: #141835;
}

.realstate-details .degree img {
    width: 100%;
}

.similar-ads {
    margin: 30px 0px;
}

.similar-ads .head-of h3 {
    font-weight: bolder;
    font-size: 20px;
    color: #165FAE;
}

.similar-ads .head-of h3 a {
    float: left;
    color: #165FAE;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

#previewStateModal .modal-content {
    padding: 30px 0px;
}

#previewStateModal .modal-content h4 {
    font-weight: bolder;
    font-size: 18px;
    color: #4B4B4B;
    text-align: center;
}

#previewStateModal .modal-content form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#previewStateModal .modal-content form label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

#previewStateModal .modal-content form input {
    width: 100%;
    text-align: right;
    direction: rtl;
    border-radius: 8px;
    padding-right: 10px;
    border: 1px solid #D8E3F3;
    outline: none;
    background: #ECF4FF;
}

#previewStateModal .modal-content form button {
    width: 240px;
    border-radius: 8px;
    background: #39B993;
    padding: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    color: #fff;
    font-weight: bolder;
}

.electronic-financing-application {
    padding: 50px 0px;
}

.electronic-financing-application .head-of {
    text-align: center;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.electronic-financing-application .head-of h4 {
    font-weight: bolder;
    font-size: 18px;
    color: #4B4B4B;
}

.electronic-financing-application .head-of p {
    margin-top: 20px;
    font-weight: bolder;
    font-size: 14px;
    color: #5C5F68;
}


.electronic-financing-application .all-data {
    margin-top: 30px;
}

.electronic-financing-application .all-data .personal-info, .electronic-financing-application .all-data .address-info,
.electronic-financing-application .all-data .work-info, .electronic-financing-application .all-data .national-id {
    float: right;
    width: 100%;
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.electronic-financing-application .all-data .personal-info h4, .electronic-financing-application .all-data .address-info h4,
.electronic-financing-application .all-data .work-info h4, .electronic-financing-application .all-data .national-id h4 {
    font-weight: bolder;
    font-size: 16px;
    padding: 5px 10px;
}

.electronic-financing-application .all-data .personal-info hr, .electronic-financing-application .all-data .address-info hr,
.electronic-financing-application .all-data .work-info hr, .electronic-financing-application .all-data .national-id hr {
    margin: 5px 0px 20px 0px;
}

.electronic-financing-application .all-data label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.electronic-financing-application .all-data input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.electronic-financing-application .all-data span {
    position: absolute;
    left: 30px;
    top: 50px;
    font-weight: 700;
    color: rgba(20, 24, 53, 0.60);
}

.electronic-financing-application .all-data input[type="date"] {
    text-align: right;
    padding: 4px;
}

.electronic-financing-application .all-data select {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.electronic-financing-application .all-data .custom-1 {
    float: right;
    width: 30%;
    margin-left: 10px;
    display: inline-block;
}

.electronic-financing-application .all-data .custom-2 {
    float: right;
    width: 57%;
    display: inline-block;
}

.electronic-financing-application .all-data .add_form_field {
    float: right;
    display: inline-block;
    width: 70px;
    border: none;
    background-color: #1c97f3;
    padding: 8px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}

.electronic-financing-application .all-data .delete {
    display: inline-block;
    float: right;
    width: 70px;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    background: rgba(228, 65, 65, 0.9);
    text-align: center;
    margin: 0px 20px 20px 0px;
}

.electronic-financing-application .all-data .uploading-2 {
    font-size: 14px;
    position: relative;
}

.electronic-financing-application .all-data .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.electronic-financing-application .all-data .uploading-2 .upload-btn-wrapper .btn {
    padding: 24px 26px;
    /* font-size: 11px; */
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    position: absolute;
    margin-top: -58px;
    background-color: #165FAE;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: 1px solid #079992;
    /* box-shadow: 0px 0px 5px 0px #079992; */
    left: 0px;
}

.electronic-financing-application .all-data .upload-btn-wrapper .btn i {
    color: #079992;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: -15px;
    color: #fff;
    font-size: 24px;
}

.electronic-financing-application .all-data .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 0;
    opacity: 0;
    left: -9px;
    margin: 0 auto;
    margin-top: -24px;
    width: 75px;
    height: 93px;
}

.electronic-financing-application .all-data .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.electronic-financing-application .all-data .all-pics-data {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px dashed #39B993;
    padding: 10px 20px;
    background: #FFF;
    margin: 20px 0px;
}

.electronic-financing-application .all-data .all-pics-data .file {
    width: 100px;
    display: inline;
    padding: 5px;
    float: right;
    margin-left: 15px;
}

.electronic-financing-application .all-data .all-pics-data .file img {
    width: 100%;
}

.electronic-financing-application .all-data .confirm {
    width: 250px;
    padding: 12px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    background: #39B993;
    border: none;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}

.electronic-financing-application .all-data .confirm:hover {
    background: #165FAE;
}

.financing-request .head-of {
    margin-top: 50px;
    margin-bottom: 50px;
}

.financing-request .head-of h4 {
    display: block;
    margin: 0 auto;
    background-color: #E5F6F1;
    color: #39B993;
    font-weight: bolder;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 250px;
    margin-bottom: 30px;
}

.financing-request .custom-table {
    text-align: center;
    width: 100%;
    min-width: 1024px;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    display: inline-block;
}

.financing-request .custom-table .table-header > div, .financing-request .custom-table .table-row > div {
    display: inline;
    width: 16%;
    font-weight: bolder;
    font-size: 12px;
    float: right;
}

.bank .custom-table .table-header > div, .bank .custom-table .table-row > div {
    width: 19% !important;
}

.offices .custom-table .table-header > div {
    width: 20%;
}

.offices .custom-table .table-header > div, .offices .custom-table .table-row > div {
    width: 20%;
}

.financing-request .custom-table .odd {
    background-color: #F6F6F6;
}

.financing-request .custom-table .table-row > div img {
    width: 7px;
    margin-left: 5px;
}

.financing-request .custom-table .table-row > .statues {
    text-align: right;
    font-weight: bolder;
    padding-right: 20px;
}

.financing-request .custom-table .table-row > div .controll {
    width: 20px;
}

.financing-request .custom-table .table-header > div:first-child, .custom-table .table-row > div:first-child {
    width: 20%;
}

.financing-request.custom-table .table-header > div:last-child, .custom-table .table-row > div:last-child {
    border: none;
}

.financing-request .custom-table .date-column {
    width: 15% !important;
}

.financing-request .custom-table .table-content {
    display: inline-block;
    width: 100%;
    margin-top: -6px;
    overflow: auto;
}

.financing-request .custom-table .table-header {
    background: #fff;
    color: #5C5F68;
    display: inline-block;
    border-bottom: 1px solid #E6E8F0;
    width: 100%;
    font-weight: bolder;
    height: auto;
}

.financing-request .custom-table .table-header > div {
    border-right: 1px solid #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 14px 0;
}

.financing-request .custom-table .table-row > div .new {
    background-color: #165FAE;
    display: block;
    width: 95%;
    font-size: 10px;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
}

.financing-request .custom-table .table-row > div .chat {
    background-color: #39B993;
    display: block;
    width: 95%;
    font-size: 10px;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
}

.financing-request .custom-table .table-row {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 8px 10px 8px 8px;
    line-height: 2.5;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.financing-request .custom-table .table-row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.main-profile {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-profile .profile-menu {
    border-radius: 20px;
    float: right;
    width: 100%;
    padding: 30px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.main-profile .profile-menu img {
    width: 100px;
    object-fit: cover !important;
    height: 100px;
    border-radius: 150px;
}

.main-profile .profile-menu .uploading-2 {
    font-size: 14px;
    position: relative;
}

.main-profile .profile-menu .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.main-profile .profile-menu .uploading-2 .upload-btn-wrapper .btn {
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 65px;
    padding: 25px;
    display: block;
    position: absolute;
    margin-top: -75px;
    background-color: transparent;
    outline: none;
    text-align: center;
}

.main-profile .profile-menu .upload-btn-wrapper .btn i {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: -15px;
    color: #fff;
    font-size: 24px;
}

.main-profile .profile-menu .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0px;
    margin: 0 auto;
    margin-top: -100px;
    width: 100px;
    height: 100px;
    right: 0px;
    border-radius: 150px;
}

.main-profile .profile-menu .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.main-profile .profile-menu h5 {
    font-weight: bolder;
    font-size: 14px;
    color: #303441;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-profile .profile-menu h2 {
    font-weight: bolder;
    font-size: 10px;
    color: #39B993;
    text-transform: uppercase;
}

.main-profile .profile-menu h2 i {
    font-size: 8px;
    margin-left: 10px;
}

.main-profile .profile-menu .the-tabs {
    text-align: right;
}

.main-profile .profile-menu .the-tabs li {
    margin-top: 20px;
}

.main-profile .profile-menu .the-tabs li a {
    font-weight: bolder;
    font-size: 13px;
    color: #303441;
}

.main-profile .profile-menu .the-tabs li a i {
    margin-left: 8px;
    font-size: 14px;
    color: #39B993;
}

.main-profile .tab-content {
    border-radius: 20px;
    float: right;
    width: 100%;
    padding: 30px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.main-profile .tab-content .account-setting form label {
    display: block;
    font-weight: bolder;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-profile .tab-content .account-setting form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    padding: 14px;
}

.main-profile .tab-content .account-setting form select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    padding: 14px;
}

.main-profile .tab-content .account-setting form .confirm {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.main-profile .tab-content .account-setting form .confirm button {
    width: 200px;
    transition: all .6s ease-in-out;
    border-radius: 15px;
    background: #E6E8F0;
    padding: 14px;
    border: none;
    margin-left: 15px;
    color: #5C5F68;
    font-weight: bolder;
    font-size: 12px;
}

.main-profile .tab-content .account-setting form .confirm button:hover {
    background-color: #39B993;
    color: #fff;
}

.request-realState .bar-container {
    padding: 50px 0px;
    border: 1px solid #E6E8F0;
    float: right;
    border-radius: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.request-realState .bar-container .one {
    position: relative;
    text-align: center;
    z-index: 9999;
}

.request-realState .bar-container .one .active {
    border: 2px solid #39B993;
}

.request-realState .bar-container .one .active i {
    color: #39B993;
}

.request-realState .bar-container:after {
    width: 75%;
    height: 2px;
    background-color: #D0D2D9;
    position: absolute;
    content: "";
    top: 75px;
    right: 140px;
}

.request-realState .bar-container .one span {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    background-color: #fff;
    display: block;
    border: 1px solid #E6E8F0;
    line-height: 55px;
    z-index: 999999999999;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.request-realState .bar-container .one span i {
    font-size: 20px;
    color: #D0D2D9;
}

.request-realState .bar-container .one p {
    font-weight: bolder;
    font-size: 12px;
    color: #888;
}

.request-realState .all-data {
    margin-top: 50px;
    float: right;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #fff;
    padding: 50px 20px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.request-realState .all-data .tab {
    display: none;
}

.request-realState .all-data #regForm label {
    display: block;
    font-size: 12px;
}

.request-realState .all-data #regForm select {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    background: #ECF4FF;
    width: 100%;
}

.request-realState .all-data #regForm input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.request-realState label {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}

.request-realState select {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    background: #ECF4FF;
    width: 100%;
}

.request-realState input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.request-realState .all-data #regForm textarea {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    resize: none;
    height: 150px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.request-realState textarea {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    resize: none;
    height: 150px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.request-realState .all-data #regForm span {
    position: absolute;
    left: 25px;
    top: 45px;
    color: #303441;
}

.request-realState span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #303441;
}

.request-realState .all-data #regForm .actions {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.request-realState .all-data #regForm .actions a {
    display: inline-block;
    width: 150px;
    padding: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background: #39B993;
    margin-left: 20px;
}

.request-realState .all-data #regForm .actions a:hover {
    background: #165FAE;
}

.request-realState .all-data #regForm .actions button {
    display: inline-block;
    width: 150px;
    padding: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background: #39B993;
    margin-left: 20px;
    border-style: none;
}

.request-realState .all-data #regForm .actions button:hover {
    background: #165FAE;
}

.request-realState .all-data #regForm h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #4B4B4B;
}

.request-realState .all-data #regForm .custom input {
    width: 180px;
    padding: 12px;
    border-radius: 98px;
    border: 1px solid #E6E8F0;
    margin-left: 20px;
    background: #FFF;
}

.request-realState .all-data #regForm .custom .active {
    background-color: #165FAE;
    color: #fff;
}


.request-realState .all-data #regForm .custom_radio {
    margin: 20px;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"] {
    display: none;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"] + label {
    border-radius: 10px;
    background: #FFF;
    position: relative;
    width: 45%;
    border: 1px solid #D8E3F3;
    padding: 14px;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 0px;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"] + label:before,
.request-realState .all-data #regForm .custom_radio input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"] + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em #303441c7, inset 0 0 0 1em white;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"] + label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.request-realState .all-data #regForm .custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4CAF50;
}


.request-realState .all-data #regForm .custom-checkbox {
    display: none;
}

.request-realState .all-data #regForm .custom-checkbox + label {
    font-weight: bolder;
    font-size: 14px;
    cursor: pointer;
}

.request-realState .all-data #regForm .custom-checkbox + label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    top: 0px !important;
    cursor: pointer;
    position: relative;
    border: 1px solid #009688;
}

.request-realState .all-data #regForm .custom-checkbox + label span::before {
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 10px;
    height: 10px;
    background-color: #009688;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.request-realState .all-data #regForm .custom-checkbox:checked + label span::before {
    opacity: 1;
}

.request-realState .all-data #regForm .custom-checkbox .custom-checkbox:disabled + label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.request-realState .all-data #regForm .custom-checkbox .custom-checkbox:disabled + label, .custom-checkbox:disabled + label span {
    cursor: default;
}


.request-realState .all-data #regForm .request-requires h4 {
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 600;
}

.request-realState h4 {
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 600;
}

.request-realState .all-data #regForm .map iframe {
    width: 100%;
    height: 680px !important;
}

.request-realState .all-data #regForm .request-requires .one {
    width: 170px;
    display: inline-block;
    text-align: center;
    padding: 12px;
    float: right;
    margin-left: 15px;
    margin-top: 20px;
    color: #141835;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 98px;
    border: 1px solid #E6E8F0;
    background: #FFF;
}

.request-realState .request-requires h4 {
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 600;
}

.request-realState .map iframe {
    width: 100%;
    height: 680px !important;
}

.request-realState .request-requires .one {
    width: 170px;
    display: inline-block;
    text-align: center;
    padding: 12px;

    margin-left: 15px;
    margin-top: 20px;
    color: #141835;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 98px;
    border: 1px solid #E6E8F0;
    background: #FFF;
}

.subscription-package {
    padding: 50px 0px;
}

.subscription-package .all {
    border-radius: 30px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 30px 0px;
    text-align: center;
    float: right;
    width: 100%;
    padding-bottom: 0px;
}

.subscription-package .all h4 {
    font-weight: bolder;
    color: #4B4B4B;
    font-size: 20px;
    margin-bottom: 20px;
}

.subscription-package .all h6 {
    font-weight: 500;
    color: #5C5F68;
    font-size: 14px;
}

.subscription-package .all form {
    margin-top: 50px;
    margin-bottom: 50px;
}

.subscription-package .all form label {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
    font-weight: 700;
}

.subscription-package .all form select {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    background: #ECF4FF;
    width: 100%;
}

.subscription-package .all form input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.subscription-package .all form input[type="date"] {
    padding: 4px;
}

.subscription-package .all form .uploading-2 {
    font-size: 14px;
    position: relative;
}

.subscription-package .all form .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.subscription-package .all form .uploading-2 .upload-btn-wrapper .btn {
    padding: 11px 16px;
    /* font-size: 11px; */
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    position: absolute;
    margin-top: -56px;
    background-color: #165FAE;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: 1px solid #079992;
    /* box-shadow: 0px 0px 5px 0px #079992; */
    left: 0px;
    top: 60px;
}

.subscription-package .all form .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 0;
    opacity: 0;
    left: -9px;
    margin: 0 auto;
    margin-top: -24px;
    width: 75px;
    height: 93px;
}

.subscription-package .all form .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.subscription-package .all form .uploading-2 input {
    width: 93%;
    float: right;
}

.subscription-package .all form .done {
    width: 250px;
    padding: 12px;
    border-radius: 8px;
    background: #39B993;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
}

.subscription-payment .choose-package {
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.subscription-payment .choose-package h4 {
    color: #4B4B4B;
    font-size: 15px;
    padding-right: 30px;
    padding-top: 10px;
    font-weight: 500;
}

.subscription-payment .choose-package h3 {
    color: #4B4B4B;
    padding-right: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}


.subscription-payment .choose-package .package {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-left: 20px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 20px;
    margin-top: 18px;
}

/* Hide the browser's default radio button */
.subscription-payment .choose-package .package input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.subscription-payment .choose-package .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.package:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.package input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.package input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.package .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 42px;
    background: white;
}


.subscription-payment .pay {
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    margin-top: 30px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: center;
}

.subscription-payment .pay h4 {
    color: #4B4B4B;
    font-size: 15px;
    padding-right: 30px;
    padding-top: 10px;
    font-weight: 700;
    text-align: right;
}

.subscription-payment .pay h3 {
    color: #4B4B4B;
    padding-right: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.subscription-payment .pay button {
    width: 240px;
    height: 50px;
    margin-top: 20px;
    margin-right: 30px;
    background-color: #165FAE;
    padding: 12px;
    margin-bottom: 20px;
    border: none;
    border-radius: 12px;
}

.subscription-payment .pay button img {
    width: 62px;
}


.subscription-payment .pay-card {
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.subscription-payment .pay-card h4 {
    color: #4B4B4B;
    font-size: 15px;
    padding-right: 30px;
    padding-top: 10px;
    font-weight: 700;
}

.subscription-payment .pay-card form label {
    display: block;
    font-size: 12px;
}

.subscription-payment .pay-card form input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.subscription-payment .pay-card form button {
    border-radius: 8px;
    background: #165FAE;
    border: none;
    width: 250px;
    color: #fff;
    text-align: center;
    outline: none;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}


.subscription-payment .total, .subscription-payment .payment-method {
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.subscription-payment .total h4, .subscription-payment .payment-method h4 {
    color: #4B4B4B;
    font-size: 15px;
    text-align: center;
    padding-right: 30px;
    padding-top: 10px;
    font-weight: 700;
}

.subscription-payment .total ul {
    padding: 10px 20px;
    padding-bottom: 20px;
}

.subscription-payment .total hr {
    margin: 15px 0px;
}

.subscription-payment .total ul li {
    font-weight: bolder;
    font-size: 14px;
    color: #4B4B4B;
}

.subscription-payment .total ul .count {
    font-weight: bolder;
    color: #39B993;
}

.subscription-payment .total ul li span {
    float: left;
}

.subscription-payment .payment-method ul li {
    display: inline-block;
    width: 32%;
    float: right;
}

.subscription-payment .payment-method ul li img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.financing-request .actions {
    line-height: 15px;
}

.financing-request .actions a {
    font-size: 20px;
    margin-left: 10px;
}

.financing-request .actions .accept {
    color: #39B993;
}

.financing-request .actions .decline {
    color: #B93939;
}

.add-new-ad {
    margin: 30px 0px;
    padding: 20px;
}

.add-new-ad .title {
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 30px;
    text-align: center;
}

.add-new-ad .title h3 {
    font-weight: bolder;
    color: #4B4B4B;
    font-size: 18px;
}

.add-new-ad .title h5 {
    font-size: 16px;
    margin-top: 20px;
    color: #5C5F68;
}

.add-new-ad .ad-info {
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 20px 0px;
    float: right;
    width: 100%;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.add-new-ad .ad-info h4 {
    font-weight: bolder;
    padding-right: 20px;
    font-size: 14px;
    color: #165FAE;
}

.add-new-ad .ad-info label {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
    font-weight: 700;
}

.add-new-ad .ad-info select {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    background: #ECF4FF;
    width: 100%;
}

.add-new-ad .ad-info input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.add-new-ad .ad-info textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #ecf4ff;
    height: 120px;
    resize: none;
    outline: none;
    padding: 10px;
}


.add-new-ad .location-info, .add-new-ad .pic-info {
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    padding: 20px 0px;
    float: right;
    width: 100%;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.add-new-ad .location-info h4, .add-new-ad .pic-info h4 {
    font-weight: bolder;
    padding-right: 20px;
    font-size: 14px;
    color: #165FAE;
}

.add-new-ad .location-info label {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
    font-weight: 700;
}

.add-new-ad .location-info select {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    background: #ECF4FF;
    width: 100%;
}

.add-new-ad .location-info input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 100%;
    outline: none;
}

.add-new-ad .location-info iframe {
    margin-top: 25px;
}

.add-new-ad .pic-info .uploading-2 {
    font-size: 14px;
    position: relative;
}

.add-new-ad .pic-info .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.add-new-ad .pic-info .uploading-2 .upload-btn-wrapper .btn {
    padding: 11px 16px;
    /* font-size: 11px; */
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    position: absolute;
    margin-top: -56px;
    background-color: #165FAE;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: 1px solid #079992;
    /* box-shadow: 0px 0px 5px 0px #079992; */
    left: 0px;
    top: 60px;
    color: white;
}

.add-new-ad .pic-info .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 0;
    opacity: 0;
    left: -9px;
    margin: 0 auto;
    margin-top: -24px;
    width: 75px;
    height: 76px;
}

.add-new-ad .pic-info .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.add-new-ad .pic-info .uploading-2 input {
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 12px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #ECF4FF;
    width: 93%;
    outline: none;

}

.add-new-ad .add-ad button {
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 14px;
    border-radius: 8px;
    background: #39B993;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bolder;
    margin-top: 25px;
}

.add-new-ad .add-ad button:hover {
    background: #165FAE;
}

.add-new-ad .add-ad a {
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 14px;
    border-radius: 8px;
    background: #f05b4f;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bolder;
    margin-top: 25px;
}

.add-new-ad .add-ad a:hover {
    background: #165FAE;
}

.main-profile .one-realState ul li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 4px;
}

.main-profile .one-realState {
    margin-top: 10px;
    margin-bottom: 20px;
}

.main-profile .one-realState .name {
    font-size: 12px;
    color: #303441;
    padding-right: 10px;
    padding-top: 10px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-profile .one-realState h4 {
    font-size: 12px;
    color: #5C5F68;
    font-weight: bolder;
    padding-right: 10px;
}

.main-profile .one-realState h2 {
    color: #165FAE;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 4px;
    padding-right: 15px;
}

.main-profile .one-realState .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    background: rgba(20, 24, 53, 0.60);
    height: 100%;
    transition: all .6s ease-in-out;
    opacity: 0;
    width: 100%;
    padding: 100px 0px;
}

.main-profile .one-realState .overlay a {
    width: 44%;
    display: inline-block;
    background: #165FAE;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 12px;
    color: #fff;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    font-weight: 700;
    margin-right: 5px;
    text-align: center;
}

.main-profile .one-realState:hover .overlay {
    opacity: 1;
}

.financing-request-orders .bar-container {
    padding: 50px 0px;
    border: 1px solid #E6E8F0;
    float: right;
    border-radius: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;

}

.financing-request-orders .bar-container .one {
    position: relative;
    text-align: center;
    z-index: 9999;
}

.financing-request-orders .bar-container .one .active {
    border: 2px solid #39B993;
}

.financing-request-orders .bar-container .one .active i {
    color: #39B993;
}

.financing-request-orders .bar-container:after {
    width: 75%;
    height: 2px;
    background-color: #D0D2D9;
    position: absolute;
    content: "";
    top: 75px;
    right: 140px;
}

.financing-request-orders .bar-container .one span {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    background-color: #fff;
    display: block;
    border: 1px solid #E6E8F0;
    line-height: 55px;
    z-index: 999999999999;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.financing-request-orders .bar-container .one span i {
    font-size: 20px;
    color: #D0D2D9;
}

.financing-request-orders .bar-container .one p {
    font-weight: bolder;
    font-size: 12px;
    color: #888;
}

.financing-request-orders .personal-info {
    float: right;
    width: 100%;
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 15px;
}

.financing-request-orders .personal-info h4 {
    font-weight: bolder;
    font-size: 16px;
    padding: 5px 10px;
}

.financing-request-orders .personal-info hr {
    margin: 5px 0px 20px 0px;
}

.financing-request-orders .personal-info hr label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .personal-info hr input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .personal-info input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .personal-info label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .personal-info input[type="date"] {
    text-align: right;
    padding: 4px;
}

.financing-request-orders .work-info {
    float: right;
    width: 100%;
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 15px;
}

.financing-request-orders .work-info h4 {
    font-weight: bolder;
    font-size: 16px;
    padding: 5px 10px;
}

.financing-request-orders .work-info hr {
    margin: 5px 0px 20px 0px;
}

.financing-request-orders .work-info hr label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .work-info hr input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .work-info select {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .work-info input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .work-info label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .work-info input[type="date"] {
    text-align: right;
    padding: 4px;
}

.financing-request-orders .work-info span {
    position: absolute;
    left: 30px;
    top: 50px;
    font-weight: 700;
    color: rgba(20, 24, 53, 0.60);
}

.financing-request-orders .national-id {
    float: right;
    width: 100%;
    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    margin-top: 15px;
}

.financing-request-orders .national-id h4 {
    font-weight: bolder;
    font-size: 16px;
    padding: 5px 10px;
}

.financing-request-orders .national-id hr {
    margin: 5px 0px 20px 0px;
}

.financing-request-orders .national-id hr label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .national-id hr input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .national-id select {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    padding: 14px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .national-id input {
    width: 100%;
    display: block;
    color: #4B4B4B;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    position: relative;
    padding: 12px;
    background: #ECF4FF;
    margin-bottom: 10px;
    outline: none;
}

.financing-request-orders .national-id label {
    display: block;
    color: #4B4B4B;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.financing-request-orders .national-id input[type="date"] {
    text-align: right;
    padding: 4px;
}

.financing-request-orders .national-id span {
    position: absolute;
    left: 30px;
    top: 50px;
    font-weight: 700;
    color: rgba(20, 24, 53, 0.60);
}


.financing-request-orders .national-id .uploading-2 {
    font-size: 14px;
    position: relative;
}

.financing-request-orders .national-id .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.financing-request-orders .national-id .uploading-2 .upload-btn-wrapper .btn {
    padding: 24px 26px;
    /* font-size: 11px; */
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    position: absolute;
    margin-top: -58px;
    background-color: #165FAE;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: 1px solid #079992;
    /* box-shadow: 0px 0px 5px 0px #079992; */
    left: 0px;
}

.financing-request-orders .national-id .upload-btn-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: -15px;
    font-size: 24px;
}

.financing-request-orders .national-id .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 0;
    opacity: 0;
    left: -9px;
    margin: 0 auto;
    margin-top: -24px;
    width: 75px;
    height: 93px;
}

.financing-request-orders .national-id .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.financing-request-orders .chat-content {
    float: right;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
}

.financing-request-orders .chat-content .chat-head .pic {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 150px;
    float: right;
}

.financing-request-orders .chat-content .chat-head .pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    border-radius: 150px;
    background-size: cover !important;
}

.financing-request-orders .chat-content .chat-head .description {
    width: 80%;
    display: inline-block;
    padding: 14px 10px;
}

.financing-request-orders .chat-content .chat-head .description h3 {
    text-transform: capitalize;
    font-size: 16px;
    color: #202020;
    margin: 0px;
    font-weight: bolder;
}

.financing-request-orders .chat-content .chat-head .description .online {
    display: block;
    margin-top: 5px;
    color: #39B993;
    font-size: 10px;
    font-weight: bolder;
}

.financing-request-orders .chat-content .chat-head .description .online i {
    font-size: 5px;
    margin-left: 5px;
}

.financing-request-orders .chat-content hr {
    float: right;
    width: 100%;
    margin-top: 0px;
}

.financing-request-orders .chat-messages .sender {
    padding: 20px;
    width: 100%;
    border-radius: 12px 0px 12px 12px;
    font-size: 14px;
    line-height: 25px;
    background: #F0F8FF;
}

.financing-request-orders .chat-messages .sender img {
    width: 100%;
    height: 100px;
}

.financing-request-orders .chat-messages form input {
    width: 85%;
    outline: none;
    position: relative;
    padding: 12px;
    padding-left: 60px;
    border-radius: 8px;
    border: 1px solid #D8E3F3;
    background: #ECF4FF;
}

.financing-request-orders .chat-messages .sender .voice {
    width: 100%;
    height: 50px !important;
}

.financing-request-orders .chat-messages .other {
    padding: 20px;
    width: 100%;
    border-radius: 0px 12px 12px 12px;
    background: rgba(186, 192, 202, 0.20);
    font-size: 14px;
    line-height: 25px;
    color: #202020;
    float: right;
}

.financing-request-orders .chat-messages .time {
    padding-left: 10px;
    color: #BAC0CA;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 20px;
    display: block;
}

.financing-request-orders .chat-messages .time-2 {
    padding-left: 10px;
    color: #BAC0CA;
    float: right;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 20px;
    display: block;
}

.financing-request-orders .chat-messages .one {
    float: right;
    width: 50%;
}

.financing-request-orders .chat-messages .two {
    width: 50%;
    float: left;
}

.financing-request-orders .chat-messages h6 {
    text-align: center;
    color: #7E7E7E;
    font-weight: bolder;
    font-size: 16px;
    margin: 50px 0px;
    text-transform: capitalize;

}

.financing-request-orders .chat-messages form .record {
    padding: 4px;
    position: absolute;
    border-radius: 150px;
    border: none;
    left: 65px;
    background-color: transparent;
    top: 5px;
}

.financing-request-orders .chat-messages .uploading-pic {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper .btn {
    padding: 15px;
    width: 300px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: none;
}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper .btn img {
    width: 80px;
}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 28px;
    font-size: 20px;
}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    top: -60px;
    opacity: 0;
    left: -10px;
    right: auto;
    margin: 0 auto;
    margin-top: 18px;
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

.financing-request-orders .chat-messages .uploading-pic .upload-pic-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.financing-request-orders .chat-messages .uploading-pic .upload-file {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px dashed #D8D8D8;
    background: #F0F8FF;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: -40px;
    border-radius: 150px;
    line-height: 25px;
    padding-top: 6px;
}

.financing-request-orders .chat-messages .uploading-pic .upload-file img {
    float: right;
    margin-top: 0px;
    margin-right: 22px;
    width: 20px;
}

.main-header .upper-header .afterLogin ul .addAd {
    background-color: #39b993;
    padding: 10px 20px;
    color: #fff;
}

.main-header .upper-header .afterLogin ul .addAd:hover {
    background-color: #165FAE;
}

.main-header .upper-header .afterLogin ul .addAd a {
    color: #ffffff;
}

.shares {
    position: absolute;
    top: -35px;
    left: 0px;
    width: auto;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    background: #FFF;
    /* float: right; */
    /* width: 100%; */
    margin-top: 9px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.shares li {
    display: inline-block;
    float: right;

    margin-left: 10px;
}

.add-new-ad .all-pics-data {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px dashed #39B993;
    padding: 10px 20px;
    background: #FFF;
    margin: 20px 0px;
}

.add-new-ad .all-pics-data .file {
    width: 100px;
    display: inline;
    padding: 5px;
    float: right;
    margin-left: 15px;
}

.progress {
    width: 100% !important;
    top: 88px !important;
    position: absolute !important;
}

.progress_fund {
    width: 100% !important;
    top: 53px !important;
    position: absolute !important;
}

.progress-bar {
    width: 100% !important;
}

.subscription-package .all form .uploading-2 .upload-btn-wrapper .btn {
    top: 88px
}

.lab {
    position: absolute;
    z-index: 9999;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-right: 71px;
    color: white;
}

.financing-request-orders .accept {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 19px;
}

.financing-request-orders .accept button {
    background: #39B993;
    padding: 14px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
}

.financing-request-orders .accept button.refuse {
    background: #f20b0e;
}

.realState-grid .like {
    position: absolute;
    right: 10px;
    border: none;
    border-radius: 7px;
    background: rgba(81, 81, 81, 0.80);
    padding: 8px 12px;
    color: #fff;
    top: 5px;
}

.realState-grid .like i {
    font-size: 16px;
}

.realState-grid .booked {
    position: absolute;
    right: 10px;
    border: none;
    border-radius: 7px;
    color: #fff;
    background-color: #E4AD41;
    padding: 8px 12px;
    bottom: 5px;
    margin-bottom: 40px;

}

.realState-grid .ex {
    position: absolute;
    right: 10px;
    border: none;
    border-radius: 7px;
    color: #fff;
    padding: 8px 12px;
    bottom: 5px;
    background-color: #39b993;


}

.financing-request-orders td.mob {
    border-left: 1px solid #e0e0e0;
    margin-right: 10px;
}

.select_p {
    border-style: solid;
    border-radius: 10px;
    width: 243px;
    height: 40px;
    padding: 6px;
}

.mahgooz {
    background-color: #ECC132;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.mahgooz h1 {
    padding: 0px;
    font-weight: bolder;
    margin: 0px;
    font-size: 20px;
}

.main-header .upper-header .beforeLogin ul li {
    display: inline-block;
    margin-left: 5px;
    border-radius: 12px;
    padding: 6px 10px;
    position: relative;
    background-color: #F3F3F8;
}

.main-header .upper-header .afterLogin .dropdown-menu {
    left: -89px;
}

.realState-grid .edit {
    display: block;
    border-radius: 8px;
    background: #39B993;
    color: #fff;
    text-align: center;
    transition: all .6s ease-in-out;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 13px;
}

.main-profile .profile-menu p a {
    color: #303441;
}

.main-profile .profile-menu p img.nafth {
    height: 23px !important;
    width: 23px !important;
}

.AddAd .title h3 {
    text-align: center;
    font-size: 20px;
    color: #141835;
    font-weight: bold;
    margin-bottom: 30px;

}

.AddAd .all-data .tab {
    display: none;
}

.AddAd .all-data {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.AddAd .all-data .oneCard {
    box-shadow: 0px 0px 10px 0px #c0c0c0;
    border-radius: 8px;
    background-color: #fff;
    float: right;
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.AddAd .all-data .oneCard .icon {
    text-align: center;
}

.AddAd .all-data .oneCard .icon i {
    margin-top: 16px;
    text-align: center;
    color: #39B993;
    font-size: 30px;
}

.AddAd .all-data .oneCard .content h4 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.AddAd .all-data .oneCard .content p {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    color: #aeaeae;
}

.AddAd .all-data .Ad-Form {
    float: right;
    display: block;
    width: 100%;
    padding: 25px 60px;
    box-shadow: 0px 0px 10px 0px #c0c0c0;
    margin-bottom: 50px;
    border-radius: 8px;
}

.AddAd .all-data .Ad-Form p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
}

.AddAd .all-data .Ad-Form a {
    display: block;
    background-color: #39b993;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.AddAd .all-data .Ad-Form label {
    display: block;
    font-size: 12px;
    color: #202020;
    margin-bottom: 5px;
}

.AddAd .all-data .Ad-Form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px;
}

.AddAd .all-data .Ad-Form select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E6E8F0;
    background: #FAFBFF;
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px;
}

.AddAd .title h4 {
    text-align: center;
    font-size: 18px;
    color: #141835;
    font-weight: bold;
    margin-bottom: 30px;

}

.AddAd .all-data .Ad-Form button {
    width: 200px;
    border-radius: 15px;
    transition: all .6s ease-in-out;
    display: block;
    margin: 0 auto;
    background: #39B993;
    padding: 14px;
    border: none;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
}

/*****************************************/
a.otlob {

    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

li.otlob::before {
    content: '';
    /*border-radius: 1000px;*/
    /*min-width: calc(300px + 12px);*/
    /*min-height: calc(60px + 12px);*/
    /*border: 6px solid #39B993;*/
    /*box-shadow: 0 0 60px rgba(0,255,203,.64);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

li.otlob:hover, li.otlob:focus {
    color: #313133;
    transform: translateY(-6px);
}

li.otlob:hover::before, li.otlob:focus::before {
    opacity: 1;
}

li.otlob::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #39B993;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

li.otlob:hover::after, li.otlob:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 180px;
        height: 180px;
        opacity: 0;
    }
}

i.fab.fa-facebook-f {
    background: #1877f2;
    color: #fff;
}

i.fab.fa-facebook-f:hover {
    background: #fff;
    color: #1877f2;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

i.fab.fa-twitter {
    background: #1da1f2;
    color: #fff;
}

i.fab.fa-twitter:hover {
    background: #fff;
    color: #1da1f2;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

i.fab.fa-instagram {
    background: #c32aa3;
    color: #fff;
}

i.fab.fa-instagram:hover {
    background: #fff;
    color: #c32aa3;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

i.fab.fa-snapchat-ghost {
    background: #f1ee02;
    color: #fff;
}

i.fab.fa-snapchat-ghost:hover {
    background: #fff;
    color: #f1ee02;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.exclusive-realState .head-of {
     background: linear-gradient(45deg, #e4b630, #f9e076, #e4b630);
    padding: 5px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.call-now .all a:hover {
    background: #39B993;
}

.subscription-payment .pay a {
    display: inline-block;
    float: none;
    border-radius: 8px;
    background: #39B993;
    width: 180px;
    color: #fff;
    text-align: center;
    transition: all .6s ease-in-out;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.subscription-payment .pay a:hover {
    background: #165FAE;
}

.our-partners {
    padding: 50px 0px;
}

.our-partners .head-title {
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.our-partners .head-title h2 {
    font-weight: bolder;
    font-size: 22px;
    color: #165FAE;
    margin-bottom: 20px;
}

.our-partners .head-title p {
    color: #5C5F68;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    z-index: 9999999;
    margin-bottom: 30px;
    position: relative;
}

.our-partners .pic {
    padding: 15px;
    margin: 20px 0px;
}

.our-partners .pic img {
    width: 100%;
    height: 80px;
}

.our-partners .partners-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 10px;
}

.our-partners .partners-slider .owl-dot {
    border-radius: 150px;
    background-color: #39B993;
    float: right;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.our-partners .partners-slider .owl-dot.active {
    background-color: #165FAE;
}

/****************/
/*New CSS*/
.mainHeader {
    padding: 10px 0px;
}

.mainHeader .theHeader .afterLogin ul {
    float: left;
}

.mainHeader .theHeader .logo img {
    width: 200px;
}

.mainHeader .theHeader .afterLogin .notification button {
    border: none;
    background-color: transparent;
}

.mainHeader .theHeader .afterLogin ul li {
    display: inline-block;
    margin-left: 8px;
    padding: 7px 14px;
    position: relative;
    background-color: #F3F3F8;
}

.mainHeader .theHeader .afterLogin ul li .spn {
    position: absolute;
    right: 4px;
    top: -4px;
}

.mainHeader .theHeader .col-md-8 {
    padding: 0px;
}

.mainHeader .theHeader .afterLogin ul .profile {
    cursor: pointer;
    background-color: transparent;
}

.mainHeader .theHeader .afterLogin ul .profile button {
    background-color: transparent;
    outline: none;
    border: none;
}

.mainHeader .theHeader .afterLogin ul .profile img {
    width: 50px;
    border-radius: 150px;
    margin-left: 10px;
    object-fit: cover !important;
}

.mainHeader .theHeader .afterLogin ul .profile button .down {
    margin-right: 10px;
    margin-left: 10px;
}

.mainHeader .theHeader .afterLogin .notification, .mainHeader .theHeader .afterLogin .msg {
    border-radius: 150px;
    width: 45px;
    text-align: center;
    padding: 10px 0px;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu {
    left: -90px;
    z-index: 99999999999999999;
    padding: 15px 5px;
    border-radius: 15px;
    width: 300px;
    top: 80px;
    overflow-y: scroll;
    height: 391px;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu h3 {
    text-align: right;
    font-weight: bolder;
    margin: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 15px;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu .pic {
    width: 20%;
    display: inline-block;
    border-radius: 15px;
    background: #F3F3F8;
    float: right;
    padding: 8px 15px;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu .content {
    float: right;
    width: 77%;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 10px;
    margin-top: 10px;
}

.mainHeader .theHeaderr .afterLogin .notification .dropdown-menu .content a {
    font-size: 10px;
    margin: 0px;
    color: #165FAE;
    line-height: 20px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu .view-all {
    text-align: center;
    border-top: 1px solid #F3F3F8;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.mainHeader .theHeader .afterLogin .notification .dropdown-menu .view-all a {
    font-weight: 700;
    font-size: 14px;
    color: #165FAE;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

.mainHeader .theHeader .afterLogin .dropdown-menu {
    left: -50px;
    z-index: 99999999999999999999;
    padding: 15px 5px;
    border-radius: 15px;
    width: 300px;
    top: 55px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu h4 {
    font-weight: bolder;
    color: #000;
    padding-bottom: 10px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .icon {
    width: 20%;
    border-radius: 150px;
    display: inline-block;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .icon .pic {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #F0F9F2;
    border-radius: 150px;
    padding: 10px;
    margin-top: 10px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .icon .pic img {
    width: 25px;
    border-radius: 150px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .content {
    width: 75%;
    float: right;
    display: inline-block;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .content h5 {
    margin: 0px;
    color: #202020;
    font-size: 12px;
    text-align: left;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    font-weight: bolder;
    margin-bottom: 10px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu .content h5 .hour {
    position: relative;
    top: 0px;
    right: 3px;
    float: right;
    color: #7E7E7E;
    font-size: 14px;

}

.mainHeader .theHeader .afterLogin .dropdown-menu .content p {
    font-weight: bolder;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.mainHeader .theHeader .afterLogin .userInfo .name {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.mainHeader .theHeader .afterLogin .userInfo .name img {
    display: inline-block;
    float: left;
    width: 50px;
}

.mainHeader .theHeader .afterLogin .userInfo .name h3 {
    float: left;
    display: inline-block;
    width: 75%;
    font-size: 16px;
    margin: 7px;
    font-weight: bolder;
}

.mainHeader .theHeader .afterLogin .userInfo .name h3 .type {
    position: relative;
    font-size: 12px;
    display: block;
    top: 0px;
    color: #7E7E7E;
    right: 0px;
    margin-top: 5px;
}

.mainHeader .theHeader .afterLogin .dropdown-menu li {
    float: left;
    background-color: transparent !important;
    width: 100%;
    display: block;
}

.mainHeader .theHeader .afterLogin .profile .dropdown-menu li a {
    padding-left: 0px !important;
    font-size: 12px;
    font-weight: 700;
    padding-right: 0px;
}

.mainHeader .theHeader .afterLogin .profile .dropdown-menu li a i {
    margin-left: 10px;
    color: #39B993;
    font-size: 14px;
}

.mainHeader .theHeader .afterLogin .profile .dropdown-menu .signOut a i {
    color: #E44141 !important;
}

.mainHeader .theHeader .afterLogin .profile .dropdown-menu .signOut a {
    color: #E44141 !important;
}

.mainHeader .theHeader .afterLogin .hidden-xx {
    cursor: pointer;
    display: none;
    border-radius: 120px;
    padding: 10px 15px;
}

.mainHeader .theHeader .afterLogin {
    margin-top: 14px;
}

.mainHeader .theHeader .mainMenu {
    text-align: center;
}

.mainHeader .theHeader hr {
    float: right;
    margin-top: 10px;
    background-color: #E6E8F0;
    width: 100%;
    margin-bottom: 10px;
}

.mainHeader .theHeader .mainMenu ul {
    display: inline-block;
    margin-top: 15px;
}

.mainHeader .theHeader .mainMenu ul li {
    display: inline-block;
    margin-left: 30px;
    background-color: transparent;
}

.mainHeader .theHeader .afterLogin ul .addAd {
    transition: all .6s ease-in-out;
    display: inline-block;
    width: 150px;
    border-radius: 15px;
    background-color: #2a6496;
    text-align: center;
    padding: 10px;
}

.mainHeader .theHeader .afterLogin ul .addAd:hover {
    background-color: #39B993;
}

.mainHeader .theHeader .afterLogin ul .addAd a {
    font-size: 16px;
    color: #fff;
}

.mainHeader .theHeader .mainMenu ul li a {
    font-family: gra-bold;
    color: #303441;
    transition: all .6s ease-in-out;
    font-weight: bolder;
}

.mainHeader .theHeader .mainMenu ul li a:hover {
    color: #165FAE;
}

.mainHeader .theHeader .nav-menu {
    display: none;
    text-align: right;
}

.mainHeader .theHeader .nav-menu ul {
    list-style: none;
    margin: 0 !important;
    margin-top: 12px !important;
}

.mainHeader .theHeader .nav-menu ul li {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bolder;
    width: 46% !important;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    color: #36130D;
    border-radius: 8px;
    padding-bottom: 0px;
}

.mainHeader .theHeader .nav-menu ul li a {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    color: #165FAE;
    font-size: 12px;
    position: relative;
    transition: 0.4s;
    font-weight: bolder;
}

.mainHeader .theHeader .userInfo {
    transition: all .6s ease-in-out;
    padding: 10px 22px;
    border-radius: 30px;
    background: rgba(144, 148, 183, 0.14);
    float: left;
}

.mainHeader .theHeader .userInfo button {
    border: none;
    background-color: transparent;
}

.mainHeader .theHeader .userInfo:hover {
    background-color: #2a6496;
    color: #FFFFFF;
}

.mainHeader .theHeader .userInfo img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    float: right;
}

.mainHeader .theHeader .userInfo i {
    color: #39B993;
    margin-right: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 20px;
}

.mainHeader .theHeader .userInfo .dropdown-menu li {
    float: right;
    padding: 7px 0px;
}

.mainHeader .theHeader .userInfo .dropdown-menu li a {
    float: right;
    text-align: right;
    display: block;
    width: 100%;
    padding: 4px 0px;
}

.mainIntro {
    position: relative;
    margin-top: -50px;
}

.mainIntro .col-md-12 {
    padding: 0px;
}

.mainIntro .pic {
    position: relative;
}

.mainIntro .pic img {
    width: 100% !important;
    object-fit: cover !important;
    height: 666px !important;
}

.mainIntro .content {
    align-items: center;
    text-align: center;
    width: 70%;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    top: 40%;

}

.mainIntro .content h4 {
    font-style: normal;
    font-family: gra-bold;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #4BF7C4;
}

.mainIntro .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

.mainIntro .content .links {
    margin-top: 20px;
}

.mainIntro .content .links a {
    transition: all .6s ease-in-out;
    width: 180px;
    display: inline-block;
    background: #39B993;
    border-radius: 38px;
    transition: all .6s ease-in-out;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    padding: 12px;
}

.mainIntro .content .links a:hover {
    background-color: #165FAE;
}

.mainSearchBar {

    width: 55%;
    align-items: center;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 20px;
    margin-top: 25px;
    position: relative;
    z-index: 20;
    border-radius: 70px;
    box-shadow: 0px 0px 10px 0px #A6B4C6;

}

.modal-sm {
    width: 500px !important;
}

.mainSearchBar form {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
}

.mainSearchBar form .one {
    width: 250px;
}

.mainSearchBar hr {
    margin: 0px;
    width: 1px;
    height: 50px;
    border: 1px solid #A6B4C5;
    background-color: #A6B4C5;
}

.mainSearchBar form .one label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #667687;
}

.mainSearchBar form .one select {
    background-color: transparent;
    color: #165FAE;
    font-size: 16px;
    font-weight: bold;
    border: none;
    width: 100%;
    outline: none;
}

.mainSearchBar form button {
    transition: all .6s ease-in-out;
    width: 50px;
    border: none;
    border-radius: 150px;
    height: 50px;
    background: #175CAA;
}

.mainSearchBar form button:hover {
    background-color: #39B993;
}

.mainIntro .introSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    text-align: center;
    top: -50px;
}

.mainIntro .introSlider .owl-dot {
    border-radius: 12px;
    background-color: #d4d4d4;
    float: right;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.mainIntro .introSlider .owl-dot.active {
    background-color: #39B993;
    width: 30px;
}

.mainHeader .theHeader .afterLogin ul li.login {
    transition: all .6s ease-in-out;
    display: inline-block;
    width: 150px;
    border-radius: 15px;
    background-color: #2a6496;
    text-align: center;
    padding: 10px;
}

.mainHeader .theHeader .afterLogin ul li.login:hover {
    background-color: #39B993;
}

.mainHeader .theHeader .afterLogin ul li.login a {
    font-size: 16px;
    color: #fff;
}

.mainHeader .theHeader .afterLogin ul li.register {
    transition: all .6s ease-in-out;
    display: inline-block;
    width: 150px;
    border-radius: 15px;
    background-color: #39B993;
    text-align: center;
    padding: 10px;
}

.mainHeader .theHeader .afterLogin ul li.register:hover {
    background-color: #2a6496;
}

.mainHeader .theHeader .afterLogin ul li.register a {
    font-size: 16px;
    color: #fff;
}

.mainHeader .afterLogin li.otlob {
    display: inline-block;
    float: right;
    border-radius: 15px;
    background: #39B993 !important;
    width: 150px;
    color: #FFFFFF;
    text-align: center;
    transition: all .6s ease-in-out;
    padding: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mainHeader .afterLogin li.otlob a {
    color: #FFFFFF;
}

.mainHeader .afterLogin li.otlob:hover {
    background-color: #165FAE !important;
}

.elements-space {
    width: 100%;
    margin: 30px;
    display: flex;
}

.fa-upload {
    color: white;
}

#modalContact {
    margin-top: 10%;

}

#modalContact .modal-content {
    padding-bottom: 20px;
    text-align: center;
}

#modalContact .modal-content h4 {
    color: #165FAE;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

#modalContact .modal-content h3 {
    font-weight: bolder;
    color: #141835;
    font-size: 16px;
}

#createState .modal-content p {
    font-weight: bolder;
    color: #165FAE;
    font-size: 16px;
}

#createState {
    margin-top: 10%;

}

#createState .modal-content {
    padding-bottom: 20px;
    text-align: center;
}

#createState .modal-content h4 {
    color: #165FAE;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

#createState .modal-content h3 {
    font-weight: bolder;
    color: #141835;
    font-size: 16px;
}

#createState .modal-content p {
    font-weight: bolder;
    color: #165FAE;
    font-size: 16px;
}

.modalButton {
    cursor: pointer;

}

.whatsapp {
    position: fixed;
    z-index: 999999999;
    right: 15px;
    bottom: 65px;
}

.whatsapp img {
    height: 70px;
}

.call-now .all a i.fab.fa-whatsapp {
    font-size: 16px;
    margin-right: 8px;
}

.view-counter-wrapper {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.counter-title {
    font-size: 18px;
    font-weight: bold;
    color: #303441;
    margin-bottom: 5px;
}

.counter-value {
    font-size: 18px;
    font-weight: bold;
    color: #165FAE;
}
.all {
    margin: 0 auto;
    width: 16%;
    padding: 10px;
    border-radius: 8px;
    background: #165FAE;
    text-align: center;
    margin-top: 20px;
    transition: all .6s ease-in-out;
    font-weight: 700;
}
.all a{
     color: #fff;
}
.ss-slider .my-4 img{
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 8px 0px 8px 0px;
    border-radius: 8px;
}

.realState-pagination {
    border-radius: 10px;
    border: 1px solid #E6E8F0;
    float: right;
    width: 100%;
    background: #FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.realState-pagination nav {
    margin-right: 16px;
}
