body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #000;
}

button,
select,
input {
    outline: none !important;
}

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

::-webkit-scrollbar-track {
    background: #033b95;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background: #231f20;
}
.container {
    max-width: 1170px;
}

.form_err{
    color: red;
}

.partner-logo img{
    width: 100%;
    max-width: 130px;
}

.messages_table tr td img{
      width: 60px;
      height: 60px;
      border-radius: 30px;
   }

   .messages_table tr td:nth-child(3){
      width: 500px;
   }

   .messages_table tr td:nth-child(1){
      width: 120px;
   }

   .messages_table tr td{
      width: 80px;
   }

.center {
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.top-bar {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    padding: 17px 0;
}

.top-link ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-link ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.top-link ul li a {
    color: #000;
}

.flag-deropdown ul li h3 {
    font-size: 13px;
    color: #000;
    margin-left: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.flag-deropdown ul li {
    display: flex;
    align-items: center;
}

.top-button button {
    font-size: 12px;
    font-weight: bold;
    background: #0056ce;
    /*background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);*/
    background:blue;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    width: 125px;
    border: 3px solid #fff;
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.flag-nutton-list ul.toporder {
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    display: flex;
    justify-content: space-around;
}
.custom-header {
    /*background: #000;*/
    padding: 25px 0;
    /*background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.custom-nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.custom-nav ul li {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.custom-nav ul li:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #fef1a2;
    position: absolute;
    left: 0;
    top: -3px;
}

.custom-nav ul li:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #fef1a2;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.custom-nav ul li:hover:before {
    width: 100%;
    transition-duration: 0.5s;
}

.custom-nav ul li:hover:after {
    width: 100%;
    transition-duration: 0.5s;
}

.custom-nav ul li a {
    color: #fff;
}

.min-banner {
    background: url(../img/min-banner.jpg);
    /*height: 830px;*/
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.home-banner-text h1 {
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
}

.home-banner-text ul {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

.home-banner-text ul li button {
    width: 185px;
    border: 3px solid #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
}

.yalow-bg {
    background: #fef1a2 !important;
    color: #000 !important;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.from {
    margin-top: 60px;
}

.from input {
    width: 100%;
    padding: 19px 40px;
    font-size: 19px;
    font-weight: bold;
    color: #6f6f6f;
    border: none;
    margin-bottom: 20px;
}

.from select {
    width: 100%;
    padding: 25px 12px 15px;
    font-size: 19px;
    font-weight: bold;
    color: #6f6f6f;
    border: none;
    position: relative;
    -webkit-appearance: none;
    text-transform: capitalize;
}

.from i {
    position: absolute;
    color: #6f6f6f;
    font-size: 22px;
    z-index: 9;
    right: 30px;
    top: 20px;
}

.slect-type h6 {
    position: absolute;
    z-index: 2;
    font-size: 11px;
    text-transform: uppercase;
    left: 26px;
    top: 7px;
    color: #6f6f6f;
    font-weight: bold;
}

.from select :after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.from label {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.from button {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    border: none;
    background:blue;
    /*background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    width: 100%;
    padding: 17px;
}

.purchasing-selling {
    background-image: url(../img/about-pic.jpg);
    padding: 150px 0 150px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.purchasing-selling h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.purchasing-selling p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 25px 0 45px;
}

.purchasing-selling h3 span {
    display: block;
}

.purchasing-selling button {
    width: 185px;
    border: 3px solid #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
    display: block;
    margin: 0 auto;
}

.recent-properties {
    background: url(../img/recent-properties.jpg);
    padding: 94px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.recent-tab h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.recent-tab ul li {
    font-size: 16px;
    font-weight: 400;
}

.recent-tab ul li a {
    color: #fff;
}

.recent-tab .nav-tabs {
    border-bottom: none;
}

.recent-tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.recent-tab {
    margin-bottom: 95px;
}

.home-bg-text {
    background: #fff;
    padding: 28px 18px;
}

.home-bg-text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.home-bg-text p {
    margin: 20px 0;
    color: #a2a2a2;
    font-size: 15px;
    line-height: 24px;
}

.room-name ul {
    display: flex;
    justify-content: space-between;
    max-width: 230px;
}

.room-name ul li {
    color: #5f5a5a;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.icon-list ul li {
    display: flex;
    align-items: center;
}

.icon-list ul li h4 {
    font-size: 17px;
    margin-left: 10px;
    color: #000;
}

.icon-list ul {
    display: flex;
    justify-content: space-between;
    width: 260px;
    margin: 16px 0 20px;
}

.home-bg-text h2 {
    font-size: 30px;
    margin-top: 5px;
    color: #65c1ba;
    font-weight: 400;
}

.popular-properties {
    background: url(../img/popular.jpg);
    padding: 140px 0 170px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.black-color {
    color: #000 !important;
}

.slide-show img {
    display: block;
    margin: auto;
    position: relative;
    /*width: 910px !important;*/
}

.slide-show .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slide-show .owl-prev:hover {
    background: #FEF1A1 !important;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.slide-show .owl-next:hover {
    background: #FEF1A1 !important;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.slide-show .owl-prev {
    width: 70px;
    height: 70px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    border: none;
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 100px;
}

.slide-show .owl-next {
    width: 70px;
    height: 70px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    border: none;
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 100px;
}

.video-bg {
    /*background: url(../img/video-bg.jpg);*/
    /*padding: 230px 0;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}

.partner-bg {
    background: url(../img/partner-bg.jpg);
    padding: 86px 0;
    background-position: center;
    background-size: cover;
    height: 580px;
    background-attachment: fixed;
}

.partner-bg h3 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.recent-bg {
    background: url(../img/recent-bg.jpg);
    padding: 100px 0 30px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.recent-bg h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    
}

.recent-box-bg {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    display: block;
    min-height: 320px;
    max-height: 320px;
}

.number-bg {
    border: 2px solid #43c370;
    padding: 9px 0 8px;
    text-align: center;
}

.number-bg h3 {
    font-size: 19px;
    color: #000;
}

.number-bg h3 span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}

.recent-box-bg h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
    min-height: 50px;
}
.recent-box-bg h4 {
    color: #000;
}

.recent-box-bg p {
    font-size: 15px;
    color: #535050;
    line-height: 26px;
}

.recent-box img {
    margin-top: 20px;
    width: 100%;
}

.location {
    background: url(../img/location.jpg);
    padding: 60px 0 120px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.location h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.location p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.location-link {
    margin-top: 75px;
}

.location-link ul li {
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
}

.footer {
    background: url(../img/footer.jpg);
    padding: 90px 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer-logo ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.footer-logo ul li i {
    color: #fff;
    font-size: 17px;
}

.footer-logo {
    margin-bottom: 60px;
}

.footer h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-link ul li {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.footer-link ul li a {
    color: #fff;
}

.footer-email ul li {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-email ul li a {
    color: #fff;
}

.copy-right {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    padding: 25px 0;
    margin-top: 90px;
}

.copy-right p {
    font-size: 15px;
    color: #000;
}

.pagination ul {
    display: flex;
    background: rgba(255, 255, 255, 0.89);
    padding: 12px 18px;
    margin: 50px 0 0;
    justify-content: space-between;
    border-radius: 100px;
    align-items: center;
    width: 100%;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px #00000059;
}

.pagination ul li a {
    color: #a3a3a3;
    font-size: 17px;
    font-weight: bold;
}

.pagination ul li:hover {
    background: #053a76;
    transition-duration: 0.5s;
}

.pagination ul li:hover a {
    color: #fff;
}

.top-link ul li a:hover {
    color: #0059d7;
    transition-duration: 0.5s;
}

.top-button button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    transition-duration: 0.5s;
}

.home-banner-text ul li button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    transition-duration: 0.5s;
}

.from button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    transition-duration: 0.5s;
}

.purchasing-selling button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
    transition-duration: 0.5s;
}

.footer-link ul li a:hover {
    color: #fef1a2;
    transition-duration: 0.5s;
}

.footer-logo ul li i:hover {
    color: #fef1a2;
}

.about-banner {
    /*background: url(../img/about-banner.jpg);*/
    background-color: #474946;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.about-banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.abot-section {
    padding: 200px 0;
}

.abot-section h3 {
    font-size: 50px;
    color: #0066f6;
    font-weight: bold;
    margin-bottom: 50px;
}

.abot-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #353535;
    line-height: 33px;
    margin-bottom: 45px;
}

.zoning-company {
    background: #f1f1f1;
    padding: 70px 0 250px;
}

.zonin label {
    font-size: 15px;
    color: #6c6c6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.zonin-filde input {
    width: 280px;
    padding: 14px;
    font-size: 15px;
    color: #000;
    background: #fff;
    margin-bottom: 15px;
    border: none;
}

.zonin-filde select {
    width: 280px;
    padding: 14px;
    font-size: 15px;
    color: #6c6c6c;
    background: #fff;
    margin-bottom: 15px;
    border: none;
}

.zonin-filde textarea {
    padding: 14px;
    font-size: 15px;
    color: #000;
    background: #fff;
    margin-bottom: 15px;
    height: 110px;
    resize: none;
    width: 400px;
    border: none;
}

.zoning-company button {
    width: 133px;
    font-size: 13px;
    font-weight: bold;
    padding: 7px;
    margin-top: 50px;
    border: none;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
}

.service-section {
    padding: 50px 0 130px;
}

.service-top-filde select {
    width: 100%;
    background: #ededed;
    padding: 10px 29px;
    font-size: 15px;
    border: none;
    color: #b7b7b7;
}

.service-top-filde {
    margin-bottom: 30px;
}

.service-table table {
    width: 100%;
}

.service-table th {
    background: #0056ce;
    font-size: 16px;
    color: #ffffff;
    padding: 11px 15px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    font-family: 'Montserrat', sans-serif;
}

.service-table td {
    padding: 18px 13px;
    color: #787878;
    font-size: 16px;
    width: 27%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.service-table button {
    width: 133px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    border: none;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.service-table button:hover {
    color: #000;
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.border-tabel {
    border: 2px solid #d7d7d7;
}

.contact-section {
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.contact-taxt p {
    font-size: 23px;
    color: #353535;
    line-height: 33px;
    font-weight: 300;
}

.contact-taxt {
    margin-bottom: 70px;
}

.contact-taxt h3 {
    font-size: 50px;
    color: #0066f6;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-taxt h4 {
    font-size: 22px;
    color: #353535;
    font-weight: 300;
}

.contact-taxt h5 {
    font-size: 22px;
    color: #353535;
    font-weight: 300;
    margin: 14px 0;
}

.contact-filde input {
    width: 100%;
    font-size: 17px;
    color: #000000;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 17px 35px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.contact-filde input:focus {
    background-color: #fff;
    border: 1px solid #000;
}

.contact-filde textarea:focus {
    background-color: #fff;
    border: 1px solid #000;
}

.contact-filde input::placeholder {
    color: #cbcbcb;
}

.contact-filde textarea::placeholder {
    color: #cbcbcb;
}

.contact-filde textarea {
    width: 100%;
    font-size: 17px;
    color: #cbcbcb;
    background-color: #f2f2f2;
    padding: 17px 35px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    height: 200px;
    resize: none;
    font-family: 'Roboto', sans-serif;
}

.contact-filde button {
    width: 100%;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border: none;
    padding: 13px;
    margin-top: 10px;
}

.blog-section {
    background: url(../img/recent-bg.jpg);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.blog-img img{
    height: 250px;
    width: 100%;
}

.blog-bg {
    padding: 40px 27px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 300px;
    overflow: hidden;
}

.blog-bg h3 {
    font-size: 25px;
    color: #0053c8;
    font-weight: bold;
}

.blog-bg h4 {
    font-size: 17px;
    line-height: 22px;
    margin: 20px 0;
}

.blog-bg p {
    font-size: 12px;
    color: #767676;
    line-height: 21px;
}

.top-40 {
    margin-top: 40px;
}

.logo-text p {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    margin: 0 0 40px;
}

.user-bg {
    background: url(../img/user-bg.jpg);
    padding: 28px 0 50px;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.main .tab {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.main .tab-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.main .tab-menu-link {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    font-size: 19px;
    line-height: inherit;
    cursor: pointer;
    width: calc(100% / 4);
    height: auto;
    padding: 1rem 0;
    border-bottom: 2.5px solid transparent;
    color: #a4b6e1;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.main .tab-menu-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.main .tab-menu-link.active {
    bottom: -3px;
    z-index: 0;
    overflow: hidden;
    border-bottom: 6px solid #f6dd79;
    color: #ffffff;
    background: transparent;
}

.main .tab-bar {
    overflow: hidden;
    background: #fff;
    /*width: 450px;*/
    display: block;
    margin: 40px auto 0;
    padding: 40px 20px;
}

.main .tab-bar-content {
    display: none;
    width: 100%;
    min-height: 10rem;
    transition: all 0.3s ease;
}

.main .tab-bar-content.active {
    display: block;
}

.logo-text {
    margin-bottom: 40px;
}

.tab-filde input {
    width: 100%;
    border: 2px solid #bbbbbb;
    font-size: 13px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tab-filde select {
    width: 100%;
    border: 2px solid #bbbbbb;
    font-size: 13px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tab-filde textarea {
    width: 100%;
    border: 2px solid #bbbbbb;
    font-size: 13px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
    margin-bottom: 10px;
    height: 95px;
    resize: none;
}

.tab-filde input::placeholder {
    color: #a3a3a3;
}

.p-r {
    padding-left: 0;
}

.custom-check {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bebebe;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 10px;
}


/* Hide the browser's default checkbox */

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.custom-check .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}


/* On mouse-over, add a grey background color */

.custom-check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-check input:checked~.checkmark {
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-check .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-filde button {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border: none;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0;
    max-width:50%;
    width:100%;
}
     /**/
    .select2-container {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

.custom-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3f3f3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


/* Hide the browser's default radio button */

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.custom-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #e6e4e4;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.custom-radio:hover input~.checkmark {
    background-color: #015ee3;
}


/* When the radio button is checked, add a blue background */

.custom-radio input:checked~.checkmark {
    background-color: #090a0a;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.zonin-filde ul {
    display: flex;
    justify-content: space-between;
    max-width: 170px;
    align-items: center;
}

.zonin-textarea textarea {
    padding: 14px;
    font-size: 15px;
    color: #000;
    background: #fff;
    margin-bottom: 15px;
    height: 118px;
    resize: none;
    width: 350px;
    border: none;
}

.dashboard-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dashbord-pic {
    display: flex;
    align-items: center;
}

.dashbord-pic h4 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-left: 13px;
}

.dashbord-pic img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.dashbord-custom-nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.dashbord-custom-nav ul li {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.dashbord-custom-nav ul li a {
    color: #fff;
    position: relative;
}

.dashbord-custom-nav .active {
    position: relative;
}

.dashbord-custom-nav .active:before {
    position: absolute;
    bottom: -27px;
    width: 100%;
    content: "";
    height: 6px;
    background: rgb(244, 223, 138) !important;
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%) !important;
}

.dashbord-bg {
    background: #f7f7f7;
    padding: 30px 0 50px;
    font-family: 'Montserrat', sans-serif;
}

.inline-nav ul li h3 {
    font-size: 50px;
    font-weight: bold;
    color: #535353;
}

.inline-nav ul li p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 12px;
    color: #535353;
    width: 110px;
}

.filter-filde input {
    width: 100%;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 12px 13px;
    font-weight: 500;
}

.filter-filde input::placeholder {
    color: #000;
}

.filter-filde {
    margin: 28px 0;
}

.chat {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 37%);
}

.table button {
    width: 170px;
    padding: 15px;
    color: #000000;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    margin-bottom: 15px;
}

.table table {
    width: 100%;
}

.table tr:first-child {
    background-color: #f9f9f9;
    font-size: 14px;
}

.table th {
    padding: 18px 50px !important;
}

.table td {
    background: #fff;
    border-bottom: 1px solid #a6a6a6;
    font-size: 14px;
    color: #000;
    border-top: none;
    padding: 30px 50px;
}

.propaty-section {
    background: #f7f7f7;
    padding: 40px 0;
}

.propaty-nav ul li {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.cont {
    left: 47px;
    width: 16px;
    height: 17px;
    position: absolute;
    top: 5px;
    background: #005ddf;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.propaty-nav ul li:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.propaty-nav ul li a {
    color: #000;
}

.propaty-nav .active {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.propaty-nav {
    margin-bottom: 70px;
}

.management-bton button {
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #1d1d1d;
    border-radius: 6px;
    text-transform: capitalize;
}
button.cart-btn {
    height: 46px;
    border-radius: 0px;
}

.management-bton {
    margin-bottom: 15px;
}

.management h1 {
    font-size: 19px;
    color: #a1a1a1;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.propaty-bar {
    background: #0056ce;
    padding: 18px 0;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.propaty-bar ul {
    display: flex;
}

.propaty-bar ul li {
    font-size: 14px;
    padding: 0 50px;
    font-weight: 500;
}

.propaty-bar ul li a {
    color: #fff;
}

.propaty-bg {
    background-color: #ffffff;
    padding: 25px 40px;
    margin-top: 10px;
    box-shadow: 0px 0 10px #c9c9c9;
    margin-bottom: 50px;
}

.propaty-text ul {
    display: flex;
    justify-content: space-between;
}

.propaty-text ul li {
    font-size: 14px;
    color: #000;
}

.propaty-text ul li span {
    display: block;
}

.propaty-text p {
    font-size: 14px;
    color: #000;
    text-align: left;
    float: right;
}

.propaty-last-text {
    margin-top: 100px;
}

.propaty-last-text p {
    color: #000;
    font-size: 14px;
}

.propaty-last-text ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.propaty-last-text ul li {
    font-size: 14px;
    color: #000;
}

.propaty-last-text ul li span {
    color: #cc2121;
}

.management-box-bg {
    background-color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0px 0 10px #c9c9c9;
}

.management-box-bg ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.management-box-bg ul li select {
    width: 140px;
    padding: 11px;
    background: #f7f7f7;
    border: none;
    font-size: 13px;
    color: #b7b7b7;
}

.management-box-bg ul li {
    font-size: 14px;
    color: #000;
}

.management-box-bg p {
    font-size: 14px;
    margin: 10px 0 20px;
    color: #000;
}

.management-box-bg button {
    width: 45px;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.list-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    background: #000;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.list-nav td{
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    color: #fff !important;
}

.list-nav ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.management-box-two h6 {
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    color: #000;
}

.total-text h4 {
    font-size: 12px;
    border-top: 1px solid #ededed;
    padding: 15px 0 0;
}

.management-box-two {
    margin-bottom: 50px;
}

.masge-bton button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    color: #fff;
    font-weight: 500;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    text-transform: uppercase;
}

.masge-top-bar {
    background: #0056ce;
    padding: 20px 30px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.masge-top-bar ul li select {
    width: 140px;
    padding: 8px;
    font-size: 11px;
    background: #f7f7f7;
    border: none;
    color: #b7b7b7;
}

.masge-il {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.masge-il ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.masge-top-bar ul li select {
    width: 140px;
    padding: 8px;
    font-size: 11px;
    background: #f7f7f7;
    border: none;
    color: #b7b7b7;
    margin-right: 5px;
}

.masge-il h5 {
    font-size: 14px;
    color: #fff;
}

.chat-bg {
    padding: 40px 30px;
    box-shadow: 0px 0 10px #c9c9c9;
    margin-top: 10px;
}

.chat-bg p {
    text-align: center;
    color: #a1a1a1;
    font-size: 17px;
}

.inventory-section {
    background-color: #f7f7f7;
    padding: 70px 0;
}

.inventory-fast-text h2 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

.inventory-fast-text {
    margin-bottom: 40px;
}

.inventory-filde ul li {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.inventory-filde ul li h3 {
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 500;
    width: 26%;
}

.inventory-filde ul li select {
    width: 225px;
    padding: 13px;
    border: none;
    background: #fff;
    font-size: 13px;
    color: #a3a3a3;
    float: revert;
}

.inventory-filde ul li input {
    width: 225px;
    padding: 13px;
    border: none;
    background: #fff;
    font-size: 13px;
    color: #191818;
}

.inventory-filde ul li h5 {
    padding: 0px 10px;
    font-size: 15px;
    color: #3f3f3f;
}

.inventory-filde button {
    width: 134px;
    padding: 12px;
    border: none;
    font-size: 13px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    font-weight: bold;
    color: #fff;
}

.credits-top-bar table {
    width: 100%;
    box-shadow: 0px 0 10px #c9c9c9;
    margin: 0;
    margin-bottom: 50px;
}

.credits-top-bar th {
    background: #0056ce;
    padding: 18px 50px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
    font-size: 14px;
}

.credits-top-bar td {
    padding: 30px 45px;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    color: #000;
    background: #fff;
}

.credits-top-bar ul {
    display: flex;
    justify-content: space-between;
    max-width: 130px;
    align-items: center;
}

.credits-top-bar ul li:nth-child(1) {
    width: 18px;
    height: 18px;
    background: #005cde;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.credits-top-bar ul li:nth-child(3) {
    width: 18px;
    height: 18px;
    background: #005cde;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.credits-top-bar ul li h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.credits-top-bar ul li p {
    font-size: 13px;
    color: #000;
}

.credits-top-bar button {
    width: 110px;
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 11px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    text-transform: uppercase;
    color: #fff;
    float: right;
}

.total-bg {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.total-bg h3 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
}

.total-bg ul {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 30px;
}

.card-bottom {
    border-top: 1px solid #ededed;
    margin: 20px 0 10px;
    padding: 20px 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.listing-section {
    background-color: #fff;
    padding: 50px 0;
}

.listing-from input {
    width: 100%;
    padding: 11px 13px;
    background: #f5f5f5;
    border: none;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.listing-from select {
    width: 100%;
    padding: 11px 13px;
    background: #f5f5f5;
    border: none;
    font-size: 20px;
    color: #6f6f6f;
    font-weight: bold;
    margin-bottom: 15px;
}

.listing-from input::placeholder {
    color: #6f6f6f;
}

.listing-from p {
    font-size: 30px;
    color: #6f6f6f;
    margin: 25px 0;
    font-weight: bold;
}

.listing-pic img {
    position: relative;
    height: 332px;
    cursor: pointer;
    object-fit: cover;
    width: 100%;
}

.listing-pic button {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 137px;
    padding: 7px;
    border: 3px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(139, 14, 29);
    background: linear-gradient(173deg, rgba(139, 14, 29, 1) 0%, rgba(207, 3, 26, 1) 59%);
    color: #fff;
}

.listing-fast-box {
    box-shadow: 5px 15px 21px rgb(0 0 0 / 11%);
    padding: 0 15px 0 0;
    margin-bottom: 40px;
}

.listing-text h3 {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.listing-text h2 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.listing-text ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 5px;
}

.padding-lift-0 {
    padding-left: 0;
}

.listing-text ul li img {
    padding: 0 5px 0;
}

.min-listing-section .icon-list ul li h4 {
    font-size: 15px;
    margin-left: 10px;
    color: #929090;
}

.icon-list p {
    color: #828282;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.listing-footer button {
    width: 180px;
    padding: 9px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
}

.listing-footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-pic img {
    margin-bottom: 40px;
    height: 100%;
    border: 3px solid #000;
}

.listing-pagination ul li {
    width: 60px;
    height: 60px;
    color: #cacaca;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0;
    border: 2px solid #d7d7d7;
    cursor: pointer;
}

.listing-pagination ul {
    display: flex;
}

.listing-pagination .active {
    background-color: #3b3a36;
    border: none;
    color: #d7d7d7;
}

.filde-none {
    display: none;
}

.flag-deropdown ul li {
    position: relative;
}

.flag-deropdown ul li:hover .wishlist-menu {
    transform: translateY(-4px);
    opacity: 1;
    visibility: visible;
}

.flag-deropdown ul li .wishlist-menu {
    position: absolute;
    border-radius: 0;
    top: 46px;
    left: 0;
    width: 150px;
    display: block;
    opacity: 2;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all .35s;
    z-index: 99;
    padding: 0px 0 0;
    line-height: 30px;
    height: 190px;
    overflow-x: auto;
    background-color: #fff;
}

.wishlist-menu li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bcbcbc;
    padding: 8px 5px;
}

.wishlist-menu li a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.wishlist-menu img {
    padding-right: 5px;
}

.zonin-filde span {
    position: absolute;
    left: 235px;
    z-index: 2;
    top: 13px;
    font-size: 15px;
    color: #6c6c6c;
}

.location-link ul li a {
    color: #fff;
}

.inline-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*border-bottom: 7px solid #fff;*/
    padding: 0 0 20px;
}

.inline-nav ul li a {
    display: flex;
    align-items: center;
}

/*.inline-nav ul li {*/
/*    width: 300px;*/
/*}*/

.inline-nav .active {
    position: relative;
}


/*.inline-nav .active:before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    width: 260px;*/


/*    height: 7px;*/


/*    background: rgb(244, 223, 138);*/


/*    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);*/


/*    bottom: -27px;*/


/*}*/

.filter-filde select {
    width: 100%;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 12px 13px;
    font-weight: 500;
}

.other-div-show {
    display: none;
}

.falg-menu-open ul {
    display: revert;
    /*width: 120px;*/
}

.falg-menu-open {
    position: absolute;
    left: 10px;
    top: 50px;
    background: #fff;
    padding: 5px 10px;
    z-index: 9;
}

.falg-menu-open ul li a {
    display: flex;
    line-height: 35px;
    padding-bottom: 7px;
    align-items: center;
}

.falg-menu-open ul li a p {
    padding-left: 13px;
    font-size: 14px;
    font-weight: 600;
}

.flag-deropdown {
    cursor: pointer;
}

.falg-menu-open {
    display: none;
}

.select-tol {
    position: absolute;
    z-index: 9;
    left: 35px;
    top: 9px;
    text-transform: capitalize;
    font-size: 14px;
    color: #bbb;
    font-weight: 500;
}

.account-satting input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: none;
    margin-bottom: 10px;
}

.account-satting input::placeholder {
    color: #a3a3a3;
}

.account-satting textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: none;
    margin-bottom: 10px;
    height: 130px;
    resize: none;
}

.account-satting textarea::placeholder {
    color: #a3a3a3;
}

.account-satting button {
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 13px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.acount-pic img {
    display: block;
    margin: auto;
}

.acount-pic {
    position: relative;
}

.camra-icon {
    width: 44px;
    height: 44px;
    background: #0060e8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}

.camra-icon i {
    color: #fff;
    font-size: 20px;
}

.acoount-text {
    margin-top: 40px;
    text-align: center;
}

.acoount-text h5 {
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
}

.acoount-text p {
    font-size: 16px;
    font-weight: 300;
}

.addpropaty-top-section {
    background: #f7f7f7;
    padding: 55px 0;
}

.property-button button {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #1d1d1d;
    font-size: 19px;
    width: 165px;
    font-weight: bold;
}

.property-button p {
    font-size: 19px;
    margin-top: 19px;
    font-weight: 400;
}

.sale-button {
    margin-bottom: 30px;
}

.sale-button ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
    max-width: 290px;
}

.sale-button ul li button {
    width: 135px;
    padding: 8px;
    border: none;
    font-size: 13px;
    font-weight: bold;
}

.sale-button ul li button:hover {
    background-color: #0061ea;
    transition-duration: 0.5s;
    color: #fff;
}

.sale-button h4 {
    font-size: 15px;
    color: #ff2323;
    font-weight: bold;
    cursor: pointer;
}

.type-list h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.add-propaty {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8e8e8e;
    font-weight: 300;
}


/* Hide the browser's default radio button */

.add-propaty input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #b0b0b0;
}


/* On mouse-over, add a grey background color */

.add-propaty:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.add-propaty input:checked~.checkmark {
    background-color: #0061ea;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.add-propaty input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.add-propaty .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.type-list ul {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-bottom: 35px;
}

.type-list select {
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border: none;
    font-size: 15px;
    color: #000;
}

.type-list select {
    color: #b7b7b7;
}

.type-list {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 30px;
}

.detail-filde {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.detail-filde h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.detail-filde input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 11px 20px;
    text-transform: capitalize;
}

.detail-filde input::placeholder {
    color: #aaaaaa;
}

.detail-filde select {
    width: 100%;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
}

.add-filde {
    padding: 25px 0;
}

.add-filde h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.add-filde input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 11px 20px;
    cursor: pointer;
}

.add-filde select {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 11px 20px;
    border: 1px solid #dadada;
}

.add-filde input::placeholder {
    color: #aaaaaa;
}

.padding-right-0 {
    padding-right: 0;
}

.add-filde textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 11px 20px;
    height: 140px;
    resize: none;
}

.add-filde textarea::placeholder {
    color: #aaaaaa;
}

.upload-div {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px dashed #cccccc;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 11px 20px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.upload-file {
    width: 170px;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    position: relative;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 11px;
}

.upload-file input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
}

.upload-div p {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #b0b0b0;
}

.add-submit button {
    font-size: 13px;
    font-weight: bold;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    width: 135px;
    padding: 9px;
    border: none;
    color: #fff;
}

.listing-min-section {
    padding: 68px 0;
    background-color: #fff;
}

.listing-dumy-text h4 {
    text-transform: uppercase;
    color: #6f6f6f;
    font-size: 25px;
    font-weight: bold;
}

.listing-dumy-text h4 {
    text-transform: uppercase;
    color: #6f6f6f;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.listing-dumy-text p {
    color: #b4b4b4;
    font-size: 15px;
}

.listing-dumy-text {
    margin-bottom: 30px;
}

.listing-detail-pic img {
    position: relative;
    width: 100% !important;
}

.listing-detail-pic button {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 130px;
    padding: 7px;
    border: 3px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(139, 14, 29);
    background: linear-gradient(173deg, rgba(139, 14, 29, 1) 0%, rgba(207, 3, 26, 1) 59%);
    color: #fff;
}

.listing-detail-pic {
    margin-bottom: 30px;
}

.dolar-text h3 {
    font-size: 30px;
    color: #6f6f6f;
    font-weight: bold;
    margin-top: 20px;
}

.room-name-list ul {
    display: flex;
    justify-content: space-between;
}

.room-name-list ul li {
    color: #5f5a5a;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.icon-list-detail ul {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 20px;
}

.icon-list-detail ul li {
    display: flex;
    align-items: center;
}

.icon-list-detail ul li h4 {
    font-size: 15px;
    margin-left: 10px;
    color: #929090;
}


/* Style the tab */

.tab-section .tab {
    overflow: hidden;
    background-color: #323232;
}


/* Style the buttons inside the tab */

.tab-section .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 14px;
    transition: 0.3s;
    margin: 10px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    border: 4px solid #323232;
}


/* Change background color of buttons on hover */

.tab-section .tab button:hover {
    background-color: #0160e6;
    border: 4px solid #fff;
}


/* Create an active/current tablink class */

.tab-section .tab button.active {
    background-color: #0160e6;
    border-radius: 100px;
    border: 4px solid #fff;
}


/* Style the tab content */

.tab-section .tabcontent {
    display: none;
    padding: 30px 12px;
    border-top: none;
}

.tab-section .tab-section h3 {
    font-size: 15px;
    font-weight: bold;
    color: #6f6f6f;
    margin-bottom: 20px;
}

.tab-section table {
    width: 100%;
}

.tab-section th {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.tab-section td {
    line-height: 40px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.description-section {
    padding: 20px;
    background: #fafafa;
    margin: 40px 0;
}

.description-section h3 {
    font-size: 18px;
    color: #6f6f6f;
    font-weight: bold;
    margin-bottom: 20px;
}

.description-section p {
    font-size: 12px;
    color: #828282;
    line-height: 21px;
}

.main-features {
    padding: 20px;
    background: #fafafa;
    margin-bottom: 40px;
}

.main-features h4 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.main-features ul li {
    display: flex;
    align-items: center;
}

.main-features ul li p {
    font-size: 15px;
    padding-left: 12px;
    color: #5f5f5d;
    text-transform: capitalize;
}

.main-features ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-features ul li {
    width: 30%;
    line-height: 40px;
}

.local-bg h4 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.price-section {
    margin: 35px 0;
}

.price-section h4 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d7;
    padding: 0 0 20px;
}

.price-section h5 {
    padding: 30px 0 50px;
    font-size: 25px;
    color: #848484;
    font-weight: 400;
}

#tile-1 .nav-tabs {
    position: relative;
    /* background-color: #fff; */
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-bottom: 2px solid #d8d8d7;
    width: 650px;
}

#tile-1 .nav-tabs li {
    margin: 0px!important;
}

#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 0px 50px 15px 0px;
    font-size: 16px;
    border: none!important;
    color: #535353;
}

#tile-1 .nav-tabs a:hover {
    background-color: transparent;
    border: none;
}

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 7px;
    background: #005ee2;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}

#tile-1 .nav-tabs .active {
    background-color: transparent!important;
    border: none!important;
    color: #535353;
}

.inline-nav p {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.deatles .tab-content {
    padding: 45px 20px;
}

.curet-price h2 {
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}

.curet-price h3 {
    font-size: 20px;
    color: #606060;
    margin: 17px 30px 50px;
}

.curet-price h4 {
    font-size: 20px;
    color: #ff3c3c;
    margin: 17px 30px 25px;
}

.curet-price ul {
    margin-top: 20px;
    max-width: 300px;
}

.curet-price ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #828282;
    line-height: 35px;
}

.curet-price {
    position: relative;
}

.curet-price:before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 400px;
    background: #d8d8d7;
    top: -44px;
}

.geraping ul {
    display: flex;
    margin: 0 30px 20px;
}

.geraping ul li button {
    width: 100px;
    padding: 7px;
    border-radius: 100px;
    font-size: 14px;
    border: none;
    background-color: #323232;
    margin: 0 6px 0;
    color: #fff;
    font-weight: 400;
}

.geraping ul li button:hover {
    background: #005ee2;
    transition-duration: 0.5s;
}

.rental-section h4 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d7;
    padding: 0 0 20px;
}

.rental-section ul li button {
    width: 60px;
    font-size: 9px;
    padding: 4px 0;
    border-radius: 100px;
    background: #323232;
    border: none;
    color: #fff;
    margin: 0 4px 0;
}

.rental-section ul li button:hover {
    background: #005ee2;
    transition-duration: 0.5s;
}

.rental-section ul {
    display: flex;
    margin: 18px 0 40px;
}

.rental-section h5 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d7;
    padding: 0 0 20px;
}

.right-pic-listing img {
    margin-bottom: 50px;
    border: 2px solid #000;
}

.rental-section table {
    width: 100%;
}

.rental-section th {
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}

.rental-section td {
    font-size: 12px;
    color: #828282;
    line-height: 45px;
}

.rental-section {
    margin-bottom: 60px;
}

.rental-section .progress {
    width: 85%;
    margin-left: 20px;
}

.rental-section .progress {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 0;
}

.rental-section .progress-bar {
    background-color: #0058d5;
}

.p-inline {
    display: flex;
    align-items: center;
}

.credits-top-bar button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.masge-bton button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.masge-bton button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.management-bton button:hover {
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    color: #fff;
}

.inventory-filde button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.zoning-company button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.contact-filde button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.tab-filde button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.account-satting button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.add-submit button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.upload-file:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    color: #000;
}

.location-link ul li a:hover {
    color: #e5c466;
}

.pop-modal {
    background: url(../img/user-bg.jpg);
    width: 1150px;
    height: 500px;
    position: fixed;
    z-index: 9;
    display: flex;
    top: 191px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
    left: 0;
    border: 5px solid #ecd173;
    right: 0;
    background-position: center;
    background-size: cover;
}

.pop-modal h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.pop-modal p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
}

.from-modal h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.from-modal {
    margin-top: 5px;
}

.from-modal input {
    width: 100%;
    padding: 14px;
    border: 2px solid #e2be48;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
}

.from-modal h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    float: right;
}

.from-modal h5 a {
    color: #fff;
}

.from-modal h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 200;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.from-modal a {
    font-style: italic;
    font-weight: bold;
    color: #fff;
}

.forgot-icon ul {
    display: flex;
    justify-content: center;
    margin: 25px 0 30px;
}

.forgot-icon ul li {
    width: 30px;
    height: 30px;
    background: #023b95;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0;
}

.forgot-icon ul li:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.listing-pic button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.listing-footer button:hover {
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
}

.forgot-icon ul li i {
    color: #fff;
    font-size: 14px;
}

.from-modal button {
    width: 180px;
    padding: 12px;
    display: block;
    margin: 0 auto;
    background: rgb(244, 223, 138);
    background: linear-gradient(90deg, rgba(244, 223, 138, 1) 0%, rgba(228, 195, 100, 1) 59%);
    border: none;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.from-modal button:hover {
    background: #023b95;
    color: #fff;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.close-modal i {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.link-modal {
    display: none;
}

.add-custom-text textarea {
    width: 300px;
    padding: 10px 15px;
    resize: none;
    border: 1px solid #023b95;
    background: #fff;
    margin-top: 10px;
    color: #000;
    font-size: 15px;
    height: 70px;
    display: none;
}
.slide-show .item{
    overflow:hidden;
}
.listing-pagination ul li:hover {
    background-color: #3b3a36;
    border: none;
    color: #d7d7d7;
}

.tab-content-text {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    background: #000;
    opacity: 0.6;
    overflow: hidden;
}

.tab-content-text h3 {
   color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: 400;
}

.tab-content-text ul {
    display: flex;
    justify-content: space-around;
     width: 100%; 
    margin: 26px 0;
}

.tab-content-text ul li {
    display: flex;
    align-items: center;
}

.tab-content-text ul li h4 {
    font-size: 21px;
    margin-left: 20px;
    color: #fffdfd;
}

.tab-content-text ul li img {
    width: auto !important;
}

.logo-section {
    background: #f8f8f8;
    padding: 15px;
}

.logo-section ul {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.logo-section ul li {
    width: 21%;
    margin-bottom: 15px;
}

.video-modal .modal-dialog {
    max-width: 1000px;
}

.video-modal .close {
    background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    opacity: 1;
    color: #fff;
    border-radius: 100px;
    top: -19px;
}

.video-modal .modal-content {
    background-color: transparent;
    outline: none;
    border: none;
}

.listing-tabe-section {
    padding: 15px 20px;
    background-color: #323232;
}

.listing-tabe-section ul li:hover {
    background-color: #0160e6;
    border-radius: 100px;
    border: 3px solid #fff;
}


/* .listing-tabe-section .active{background-color: #0160e6;*/


/*border-radius: 100px;*/


/*border: 4px solid #fff;}*/

.listing-tabe-section ul li a {
    color: #fff;
}

.listing-tabe-section ul li {
    padding: 10px 10px;
    font-size: 16px;
    border: 3px solid #323232;
    border-radius: 100px;
    padding: 3px 10px;
    background: transparent;
}

.listing-tabe-section ul {
    display: flex;
    justify-content: space-between;
}

.tab-section h3 {
    font-size: 23px;
    margin: 20px 0;
}

.contant-poppo input {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
}

.contant-poppo textarea {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
    resize: none;
    height: 110px;
}

.contant-poppo input::placeholder {
    color: #6c6c6c;
}

.popop-button button {
    width: 170px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.contant-poppo .close {
    width: 35px;
    height: 35px;
    background-color: #000 !important;
    border-radius: 100px !important;
    padding: 0;
    opacity: 1;
    color: #fff;
    margin: 0;
    position: absolute;
    right: -10px;
    left: inherit;
    top: -13px;
}

.contant-poppo h3 {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 27px;
    color: #000;
}

.management-table table {
    width: 100%;
}

.management-table td {
    padding: 18px;
    color: #787878;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
}

.management-table img {
    width: 60px;
    height: 60px;
}

.management-table button {
    width: 65px;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    border: none;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.lsiting-policy h2 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.lsiting-policy h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #0056ce;
    font-weight: 500;
    margin-bottom: 15px;
}

.lsiting-policy p {
    font-size: 15px;
    line-height: 27px;
    color: #807d7d;
    margin-bottom: 25px;
}

.propaty-nav a {
    color: #000;
}

.chat-bg ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chat-bg ul li {
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}

.chat-bg ul li img {
    width: 60px;
    height: 60px;
}

.chat-bg ul li i {
    font-size: 20px;
    color: #0056ce;
    cursor: pointer;
}

.create-new .close {
    width: 35px;
    height: 35px;
    background-color: #000 !important;
    border-radius: 100px !important;
    padding: 0;
    opacity: 1;
    color: #fff;
    margin: 0;
    position: absolute;
    right: -10px;
    left: inherit;
    top: -13px;
}

.create-new h3 {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 27px;
    color: #000;
}

.create-new input {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
}

.create-new textarea {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
    resize: none;
    height: 110px;
}

.create-new button {
    width: 170px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}

.create-new button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.management-table button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.quantity-block {
    margin: auto;
    font-size: 20px;
}

.quantity-num {
    border-radius: 4px;
    outline: none;
    border: none;
    width: 35px;
    opacity: 1;
    padding: 0 0 0;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    left: 8px;
    background: transparent;
}

.quantity-block button {
    width: 17px;
    height: 17px;
    margin: 0 auto;
    padding: 0;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-block {
    display: flex;
    align-items: center;
}

.quantity-block p {
    font-size: 13px;
    color: #000;
}

.check-out-from {
    padding: 20px;
    border: 1px solid #033b95;
    margin: 40px 0;
}

.check-out-from h3 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #033b95;
    margin-bottom: 20px;
}

.check-out-from input {
    width: 100%;
    padding: 11px;
    margin-bottom: 20px;
    border: 1px solid #000;
    font-size: 15px;
    color: #000;
}

.check-out-from button {
    width: 140px;
    padding: 8px;
    border: none;
    background: #033b95;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    text-transform: capitalize;
}

.listing-from button {
    width: 100%;
    padding: 9px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
}
.auctionListing button{
    width: 20%;
    padding: 9px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #0056ce;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    
}
.listing-from button:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
}

.left {
    position: relative;
    left: 14px;
}

.left-30 {
    position: relative;
    left: 54px;
}

.scrow-1 .calend-2 .ad-event-mont-wek button {
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    border: none;
    width: 120px;
    height: 46px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 30px;
}

.today-event-head {
    text-align: center;
}

.today-event-head .te-heading {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding: 10px;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
}

.teb-bx-1 p:before {
    content: '';
    display: block;
    width: 10px;
    height: 1.8px;
    /* background: #ccc; */
    position: absolute;
    left: 0;
    margin-top: 10px;
}

.teb-bx-1 {
    text-align: center;
}

.teb-bx-1 p:after {
    content: ' . ';
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    right: 165px;
    top: 0px;
    height: 0;
}

.teb-bx-1 .colord-time {
    color: #cfa43b;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.teb-bx-1 {
    width: 50%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}


.teb-bx-2 {
    width: 50%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.teb-bx-2 .appoin {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
}

.teb-bx-2 .appoin-time {
    color: #989595;
    font-size: 12px;
}

.to-do-list {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.to-do-list ul li {
    padding-bottom: 10px;
}

.to-do-list ul li .custom-radio .checkmark {
    background-color: #c3c3c3;
}

.tdl-btn {
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    border: none;
    width: 120px;
    height: 46px;
    font-size: 12px;
    font-weight: 700;
}

.schedual-calend-bg {
    padding: 70px 0;
}

.today-event {
    margin-bottom: 40px;
}

.col-none {
    display: none;
}

/* Forget Password */

.login-wrap{
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/user-bg.jpg);
  background-size: cover;
  padding: 15px;
  /*background-image: linear-gradient(to right top, #054a55, #0c5865, #136775, #1b7685, #228696);*/
}
.login-wrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top, #054a55, #0c5865, #136775, #1b7685, #228696);
  opacity: 0.75;
}


.login-card{
  padding: 20px;
  background: #fff;
  max-width: 680px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.75);
  position: relative;
}
.login-card .logo-wrap{
  text-align: center;
  padding-bottom: 15px;
}
.login-card .logo-wrap img{
  max-width: 250px;
}
.login-card input{
  height: 42px;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  outline: none;
}
.login-card .submit{
  width: 100%;
  height: 42px;
  outline: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgb(244, 223, 138);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.login-card .submit:hover{
    color: #fff;
    background: #0056ce;
}

.login-card a{
  font-size: 14px;
  color: #0056ce;
}

.login-card .logo-wrap{
  text-align: center;
  padding-bottom: 15px;
}
.login-card .logo-wrap img{
  max-width: 250px;
}

/*for property page */
  .list-radio{
    position: relative;
  }
  .new-radio{
        width: 160px;
    padding: 8px;
    border: none;
    font-size: 13px;
    font-weight: bold;
    background: #efefef;
    text-align: center;
    cursor: pointer;
    margin-right: 12px;
  }
  .list-radio input{
    position: absolute;
    height: 0;
  }
  .list-radio input[type="radio"]:checked+label {
    background: #0061ea;
    color:#fff;
  }
  .list-radio input[type="radio"]+label:hover {
    background: #0061ea;
    color:#fff;
  }
  /*home radio */

  .list-radio-home{
    position: relative;
  }
  .new-radio-home{
    width: 185px;
    border: 3px solid #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    background: blue;
    /*background: #0056ce;*/
    /*background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .list-radio-home input{
    position: absolute;
    height: 0;
  }
  .list-radio-home input[type="radio"]:checked+label {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
  }
  .list-radio-home input[type="radio"]+label:hover {
    background: #fef1a2;
    background: linear-gradient(to right, #fef1a2 1%, #e9cc71 50%, #f5dd79 78%, #c99a31 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef1a2', endColorstr='#c99a31', GradientType=1);
  }
  
  
  
  /*Latest-css*/
  
.ee {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.head-text{
    font-size:20px;
}
h1#article-heading_2-0 {
    font-size: 25px;
}
 .t1 {
    max-width: 80px;
    min-width: 80px;
}
.t2 {
    width: calc(100% - 70px);
    margin: 0 10px;
}

.trail_btn {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: linear-gradient(to bottom, #0056ce 1%, #0067f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0056ce', endColorstr='#0067f8', GradientType=0);
    width: 100%;
    padding: 5px 20px;
    border: 2px solid #fff;
}
/*.flag-nutton-list li {*/
/*    margin: 0 20px 0 0;*/
/*}*/
.flag-nutton-list li {
    margin: 0 5px 0 0;
}

.trail_btn2 {
    background: #ecd173;
    color: #000;
    width: calc(100% - 50%);
    margin: 0 auto;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
#trailModal .pop-modal p {
    margin: 0 0 20px;
}
#trailModal .pop-modal {
    width: 100%;
    height: auto;
    padding: 80px 0;
}
/*pricing plan modal*/
.pricing-modal .modal-content {
    padding: 30px 20px;
    line-height: 2;
    font-size: 16px;
}
.eye-icon {
    position: absolute;
    top: 22%;
    right: 4%;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
span.eye-icon-two {
    position: absolute;
    right: 7%;
    top: 36%;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

