@media screen and (min-width: 768px) {
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/web-font/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/web-font/Roboto-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/web-font/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/web-font/Roboto-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/web-font/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/web-font/Roboto-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/web-font/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/web-font/Roboto-Regular.woff") format("woff");
  font-style: normal;
}
/********************** Globle CSS Start */
.container {
  max-width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0px;
}
.form-group {
  margin-bottom: 12px;
}
::selection {
  background: #fff;
  color: #000;
}
/* .container {
  width: 100%;
  max-width: 1140px;
} */
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0px;
}
::selection {
  color: rgb(255, 255, 255);
  background: #1548b0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #1548b0 !important;
}
* {
  box-sizing: border-box !important;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a {
  color: #1548b0;
}
.mw-600{
  max-width: 600px;
}
.cursor-pointer{
  cursor: pointer;
}
.siteName {
  position: absolute;
  bottom: 20px;
  color: #757373;
  font-size: 13px;
}
.labelText {
  font-size: 14px;
  color: #898787;
  font-weight: 400;
  margin: 0 0 7px;
}
.blue {
  color: #1548b0;
}
.green {
  color: #72a527;
}
.black {
  color: #000;
}
body {
  background: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
  /* font-weight: 500; */
  font-weight: normal;
  height: 100%;
}
.padding-top {
  padding-top: 80px;
}
textarea {
  resize: none;
}
.btn1 {
  background: #1548b0;
  border: 1px solid #1548b0;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
  padding: 6px 20px;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: inline-block;
  /* box-shadow: rgb(21 72 176 / 30%) 0px 2px 17px; */
}
.short-btn{
  font-size: 14px;
  padding: 3px 15px;
}
.heading-with-buttons .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.btn1.c1 {
  background: #fa6668;
}
.btn1.c2 {
  background: #3caeff;
}
.btn1.c3 {
  background: #a865eb;
}
.btn1.c4 {
  background: #bb2525;
}
.btn1.c5 {
  background: #0fa193;
}
.min-w-150{
  min-width: 150px;
}
.btn1:not(.cancel):hover {
  box-shadow: rgb(21 72 176 / 40%) 0px 2px 20px 2px;
  color: #fff;
}
.btn1.cancel {
  background: #ffe5e5;
  color: #ff0000;
  border-color: #f9d4d4;
}
.input {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #ebebeb;
}
.flex-1 {
  flex: 1;
}
textarea.input {
  width: 100%;
  height: auto;
  padding: 10px;
}
.with-border {
  border-color: #bbbbbb;
}
button {
  all: unset;
  outline: 0 !important;
}
.p-type1,
p {
  font-size: 14px;
  color: black;
  margin: 0 0 10px;

}
.p-type1{
  font-size: 14px;
  color: black;
    font-weight: bold;
  margin: 0 0 10px;
  text-align:left !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.text-decoration-underline {
  text-decoration: underline;
}
/* Custom Scroller CSS */
/*.custom-scroller,*/
/*body {*/
/*  scrollbar-width: thin;*/
/*  transition: all 0.3s;*/
/*}*/
/*.custom-scroller::-webkit-scrollbar,*/
/*body::-webkit-scrollbar {*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  transition: all 0.3s;*/
/*}*/
/*.custom-scroller::-webkit-scrollbar-track,*/
/*body::-webkit-scrollbar-track {*/
/*  border-radius: 7px;*/
/*  transition: all 0.3s;*/
/*}*/
.custom-scroller::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #c2c2c2fa;
  border-radius: 10px;
  transition: all 0.3s;
}
.custom-scroller::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
/* Globle CSS End */

/***header******/
header {
  background: #f7f7f7;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
header .row {
  align-items: center;
}
header .logo h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
header .logo h3 span {
  display: block;
  font-size: 12px;
}
header .logo img {
  max-width: 70px;
  width: 100%;
  margin-right: 10px;
}
header .logo a {
  display: inline-flex;
  align-items: center;
}
.profile-Nav-options {
  display: flex;
  align-items: center;
}
.profile-Nav-options .icon {
  flex: 1;
  text-align: center;
}
.profile-Nav-options .icon a {
  display: inline-block;
  position: relative;
}
.profile-Nav-options .icon a .dot {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.profile-Nav-options .icon.profile-icon img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 30px;
  border: 2px solid #1548b0;
}
.profile-Nav-options .icon a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* login Start */
.login-signup-wrapper {
  height: 100vh;
}
.login-signup-wrapper .ls-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.login-signup-wrapper .leftBox,
.login-signup-wrapper .rightBox {
  width: 50%;
  text-align: center;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.login-signup-wrapper .rightBox {
  background-image: url("../img/loginBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.login-signup-wrapper .leftBox {
  background: #1548b0;
}
.login-signup-wrapper .leftBox .text-logo{
  /* position: relative;
  left: -70px; */
}
.login-signup-wrapper .leftBox .text-logo img {
  width: 100%;
  max-width: 150px;
}
.login-signup-wrapper .leftBox .text-logo h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 0 30px;
  font-family: "League Spartan", sans-serif;
}
.login-signup-wrapper .rightBox .ls-form {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 18%);
  border-radius: 6px;
  width: 100%;
  max-width: 450px;
  text-align: left;
}
.login-signup-wrapper .rightBox .heading {
  margin: 0 0 20px;
}
.login-signup-wrapper .rightBox .heading h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
}
.login-signup-wrapper .rightBox .heading p {
  font-size: 14px;
  color: #a1a0a0;
  font-weight: 400;
}
.form-group.with-icon {
  position: relative;
}
.form-group.with-icon i {
  position: absolute;
  left: 8px;
  top: 10px;
  color: #1548b0;
  font-size: 15px;
}
.form-group.with-icon .input {
  padding-left: 30px;
}
.login-signup-wrapper .input {
  background: #f2f2f2;
}
.forgtpass-btn .forgtBtn {
  color: #1548b0;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
}
.or {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.or:after {
  content: "";
  border-top: 1px solid #eaeaea;
  width: 100%;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
.or span {
  background: #eaeaea;
  font-size: 10px;
  color: #847f7a;
  padding: 3px 9px;
  border-radius: 30px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
/*social login */
.social-login {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.social-login a {
  text-align: center;
  border-radius: 4px;
  margin: 0 8px;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  position: relative;
  color: #fff;
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.social-login .fb {
  background: #3757a0;
  box-shadow: 0px 0 10px rgba(55, 87, 160, 0.5);
}
.social-login .google {
  background: #eb441e;
  box-shadow: 0px 0 10px rgb(235 68 30 / 50%);
}
.social-login a i {
  font-size: 22px;
  margin-right: 10px;
}
.newUserRegistr {
  text-align: center;
  margin: 25px 0 0;
  font-size: 14px;
  color: #a1a0a0;
  font-weight: 400;
}

.newUserRegistr a {
  color: #3757a0;
  font-size: 14px;
  text-decoration: underline;
}

/*end*/
.row.two-input {
  margin: 0 -8px;
}
.row.two-input .col-6,
.row.two-input .col-12 {
  padding: 0 8px;
}
/*enterCode*/
.enterCode h3 {
  font-size: 16px;
  color: #747171;
  margin: 0 0 10px;
}
.enterCode .codeBox {
  display: flex;
  align-items: center;
}
.enterCode .codeBox input {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 0;
  background: #dadada;
  margin-right: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
/*end*/

/*uploadPhoto*/
.uploadPhoto label {
  border: 1px solid #b6b1b1;
  border-radius: 6px;
  padding: 25px 15px;
  display: inline-block;
  cursor: pointer;
  max-width: 260px;
  width: 100%;
  text-align: center;
}
.uploadPhoto input {
  display: none;
}
.uploadPhoto span {
  display: block;
  font-size: 14px;
  color: #787777;
  margin: 15px 0 0;
}
.uploadPhoto .uploaded {
  font-size: 14px;
  color: #1548b0;
  font-weight: 500;
}
.uploadPhoto.uploadPhoto3 label{
  padding: 20px 10px;
  width: 140px;
  border-color: #1548b0;
}
.uploadPhoto.uploadPhoto3 label img{
  width: 30px;
}
.uploadPhoto.uploadPhoto3 label span{
  margin: 5px 0 0;
  color: #1548b0;
}
.multiple-upload{
  margin: 0 -5px 10px;
}
.multiple-upload .uploadPhoto.uploadPhoto3{
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 10px;
}
/*end*/
/* login End */

/*********module section*********/
.module-section {
  background-color: #fff;
  background-image: url("../img/module-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
}
.module-section .container {
  display: table;
  width: 100%;
  height: calc(100vh - 100px);
}
.module-section .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
.module-section .logo-txt {
  text-align: center;
}
.module-section .logo-txt img {
  width: 100%;
  max-width: 220px;
}
.module-section .logo-txt h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 10px 0 0;
}
.module-section .modules {
  margin: 30px 0 0;
}
.module-section .modules .row {
  justify-content: center;
}
.module-section .modules .single-module {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 10%);
  height: 100%;
}
.module-section .modules .single-module .icon {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
}
.module-section .modules .single-module.module1 .icon {
  background: rgb(33 199 199 / 15%);
}
.module-section .modules .single-module.module2 .icon {
  background: rgb(137 96 210 / 15%);
}
.module-section .modules .single-module .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.module-section .modules .single-module .txt {
  margin: 15px 0 0;
}
.module-section .modules .single-module .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.module-section .modules .single-module .txt ul {
  list-style: inside;
  margin: 0 0 10px;
  height: 175px;
  overflow-y: scroll;
  max-height: 175px;
}
.module-section .modules .single-module .txt ul li {
  font-size: 13px;
  color: #919191;
  margin: 0 0 5px;
}
/***end***/

/*****************home*************/
.site-logo {
  text-align: center;
  padding: 15px 0;
}
.site-logo img {
  max-width: 100px;
  width: 100%;
}
.site-logo h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 0;
  color: #000;
}
.site-logo2 {
  text-align: left;
  padding: 15px 0;
}
.site-logo2 a {
  display: inline-flex;
  align-items: center;
}
.site-logo2 img {
  max-width: 70px;
  width: 100%;
  margin-right: 10px;
}
.site-logo2 h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.site-logo2 h3 span {
  display: block;
  font-size: 12px;
}
/**end**/
.main-content .site-url {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
.main-content .left-content {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.profile-options {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d2d2;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.profile-options .icon {
  flex: 1;
  text-align: center;
}
.profile-options .icon a {
  display: inline-block;
  position: relative;
}
.profile-options .icon a .dot {
    min-width: 15px;
    width: max-content;
    min-height: 15px;
    height: max-content;
    background: red;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    right: -4px;
    top: -3px;
    z-index: 1;
    font-size: 10px;
    color: #ffffff;
}
.profile-options .icon.profile-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  border-radius: 30px;
  border: 2px solid #1548b0;
}
.profile-options .icon a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/****other-options****/
.other-options .option-group {
  margin: 0 0 15px;
}
.other-options .option-group h3 {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
}
.other-options .option-group ul li {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.other-options .option-group ul li a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.other-options .option-group ul li a:hover span {
  color: #1548b0;
}
.other-options .option-group ul li i {
  font-size: 15px;
  color: #1548b0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.other-options .option-group ul li span {
  font-size: 14px;
  color: black;
}
.other-options .option-group ul li span::first-letter {
  text-transform: capitalize;
}
.other-options .option-group.groups ul li img {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  margin-right: 10px;
  object-fit: cover;
}
.other-options .option-group.groups ul li img.wh-55{
  width: 55px;
  height: 55px;
}
.other-options .option-group.groups ul li span {
  color: #000;
}
.footer-links {
  margin: 15px 0;
}
.footer-links ul li {
  text-align: center;
}
.footer-links ul li a {
  font-size: 14px;
}

/*****searchbar*****/
.searchbar {
  position: relative;
}
.searchbar i {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #1548b0;
}
.searchbar input {
  width: 100%;
  background: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  padding: 0 10px 0 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
}
/***end**/
.comment-feeds-content {
  margin: 15px 0;
}
.comment-feeds-content .comment-feed .postCommentBox {
  padding: 12px;
  box-shadow: 0px 8px 15px 1px rgb(0 0 0 / 10%);
  border-radius: 8px;
}
.comment-feeds-content .comment-feed .postCommentBox .location{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  z-index: 1;
}
.comment-list .single-comment .img-title .txt .location{
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
}
.comment-feeds-content .comment-feed .postCommentBox .location span,
.comment-list .single-comment .img-title .txt .location span{
  font-size: 11pt;
  color: #363636;
  display: block;
  font-weight: 400 !important;
}
.comment-feeds-content .comment-feed .postCommentBox .location span i,
.comment-list .single-comment .img-title .txt .location span i{
  color: #1548b0;
}
.comment-feeds-content .comment-feed .postCommentBox .img-title {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.comment-feeds-content .comment-feed .postCommentBox .img-title .img {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #1548b0;
}
.comment-feeds-content .comment-feed .postCommentBox .img-title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comment-feeds-content .comment-feed .postCommentBox .img-title .txt {
  padding-left: 10px;
}
.comment-feeds-content .comment-feed .postCommentBox .img-title .txt h3 {
  font-size: 14pt;
    font-family: "sans-serif", Helvetica;
  color: #000;
  font-weight: 600;
  margin: 0 0 4px;
}
.comment-feeds-content
  .comment-feed
  .postCommentBox
  .img-title
  .txt
  .commentPrivicy {
  display: flex;
  align-items: center;
}
.comment-feeds-content
  .comment-feed
  .postCommentBox
  .img-title
  .txt
  .commentPrivicy
  img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}
.comment-feeds-content
  .comment-feed
  .postCommentBox
  .img-title
  .txt
  .commentPrivicy
  select {
  border: 0;
  font-size: 13px;
  color: #999898;
  cursor: pointer;
}
.comment-feeds-content
  .comment-feed
  .postCommentBox
  .img-title
  .txt
  .commentPrivicy
  select
  option {
  font-size: 13px;
  color: #000;
}

.comment-feeds-content .comment-feed .postCommentBox h2 {
  font-size: 15px;
  color: #aeacac;
  cursor: pointer;
}

/*****comment-list********/
.comment-list {
  margin: 20px 0;
}
.comment-list ul li {
  margin-bottom: 15px;
}

.comment-list .single-comment {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.comment-list .single-comment .img-title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
}
/***commentOptionPopup***/
.comment-list .single-comment .img-title .commentOption-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgb(0 0 0 / 38%);
  display: none;
}
.commentOptionPopup {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  z-index: 999;
  width: max-content;
}
.bg-green{
  background: #15b098;
}
.commentOptionPopup ul li:not(:last-child) {
  margin-bottom: 7px;
}
.commentOptionPopup ul li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.commentOptionPopup ul li i {
  font-size: 14px;
  color: #1548b0;
  position: relative;
  top: 5px;
  width: 18px;
}
.commentOptionPopup ul li p {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
}
.commentOptionPopup ul li p span {
  display: block !important;
  font-size: 12px !important;
  color: #939393 !important;
}
/**end**/
.comment-list .single-comment .img-title .img {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #1548b0;
}
.comment-list .single-comment .img-title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}
.comment-list .single-comment .img-title .txt {
  padding-left: 10px;
}
.comment-list .single-comment .img-title .txt h3 {
      font-size: 14pt;
    font-family: "sans-serif", Helvetica;
  color: #000;
  font-weight: 600;
  margin: 0 0 4px;
}
.comment-list .single-comment .img-title .txt span {
  font-size: 12pt;
  color: #363636;
  display: block;
}
.comment-list .single-comment .img-title .txt span i {
  color: #1548b0;
  margin: 0 2px 0 10px;
}
.comment-list .single-comment .comment .img-comment {
  margin-bottom: 10px;
  position: relative;
}
.comment-list .single-comment .comment .img-comment img {
    /* max-height: 250px; */
    /* border-radius: 6px; */
    /* object-fit: contain; */
    /*width: 519px;*/
    width: 100%;
    height: 293px;
    border-radius: 10px;
    border:1px solid #ccc;
}
.comment-list .single-comment .comment .img-comment .fa-bookmark {
    position: absolute;
    left: 7px;
    top: -6px;
    font-size: 30px;
    color: #1548b0;
}
.comment-list .single-comment .comment p {
  font-size: 14pt;
color: #000000;
}
.comment-list .single-comment .comment h4 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin: 5px 0 0;
}
.comment-list .single-comment .comment h4 span {
  color: #1548b0;
}
.comment-list .single-comment .options {
  margin: 10px 0 0;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.comment-list .single-comment .options .option:first-child {
  text-align: left;
}
.comment-list .single-comment .options .option:last-child {
  text-align: right;
}
.comment-list .single-comment .options .option {
  flex: 1;
  text-align: center;
}
.comment-list .single-comment .options .option .customLike-btn {
  font-size: 14px;
  color: #000;
}
.customLike-btn {
  cursor: pointer;
}
.customLike-btn span i {
  margin-right: 5px;
  transition: all 0.3s;
  color: #000;
  font-size: 15px;
}
.customLike-btn span i.fas.fa-heart {
  display: none;
}
.customLike-btn span {
  display: inline-flex;
  align-items: center;
}
.customLike-btn input {
  display: none;
}
.customLike-btn input:checked ~ span i.fas.fa-heart {
  display: inline-block;
  color: #ff0000;
}
.customLike-btn input:checked ~ span i.far.fa-heart {
  display: none;
}
.comment-list .single-comment .options button {
  font-size: 14px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.comment-list .single-comment .options button i {
  color: #1548b0;
  margin-right: 5px;
}
.comment-list .single-comment .commentBox {
  position: relative;
  margin-top: 10px;
}
.comment-list .single-comment .commentBox img {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  object-fit: contain;
  border: 1px solid #1548b0;
  position: absolute;
  left: 7px;
  top: 7px;
}
.comment-list .single-comment .commentBox textarea {
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 13px;
  color: #000;
  height: 40px;
  resize: vertical;
  /*scrollbar-width: thin;*/
  transition: all 0.3s;
}
/*.comment-list .single-comment .commentBox textarea::-webkit-scrollbar {*/
/*  width: 0;*/
/*}*/
/* sub-comment */
.comment-list .sub-comment.single-comment {
  padding-left: 10%;
  border-top: 1px solid #bebebe;
  border-radius: 0;
}
.comment-list .sub-comment.single-comment .img-title .img {
  width: 30px;
  height: 30px;
}
.comment-list .sub-comment.single-comment .img-title .txt span {
  margin-left: 10px;
  font-weight: 500;
}
.comment-list .sub-comment.single-comment .commentBox textarea {
  padding: 10px;
}
.comment-list .sub-comment.single-comment .option-btns .postTime {
  font-size: 12px;
  color: #999898;
  margin-right: 5px;
}
.comment-list .sub-comment.single-comment .option-btns {
  margin: 5px 0 0;
}
.comment-list .sub-comment.single-comment .option-btns button {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 5px;
}
.comment-list .sub-comment.single-comment .option-btns button.likeBtn label {
  cursor: pointer;
}
.comment-list
  .sub-comment.single-comment
  .option-btns
  button.likeBtn
  label
  input {
  display: none;
}
.comment-list
  .sub-comment.single-comment
  .option-btns
  button.likeBtn
  label
  input:checked
  ~ span {
  color: #ff0000;
}
/*****aside-data****/
.bg-wrapper {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.bg-wrapper2 {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 8px 15px 1px rgb(0 0 0 / 10%);
  border-radius: 8px;
  margin-bottom: 15px;
}
.suggested-group h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px;
}
.single-group {
  margin: 0 0 5px;
}
.single-group .img {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 5px;
}
.single-group .img img {
  width: 100%;
}
.single-group .img .btn1 {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 8px;
  font-size: 13px;
  padding: 2px 14px;
}
.single-group .txt h2 {
  font-size: 13px;
  margin: 0;
}
.single-group .txt p {
  font-size: 12px;
  color: #8d8d8d;
}
.suggested-group .group-list .see-more {
  text-align: right;
}
.suggested-group .group-list .see-more a {
  font-size: 14px;
  text-decoration: underline;
}
/****filter***/
.filterByCSZC {
  display: flex;
  align-items: center;
}
.filterByCSZC .custom-radio {
  margin: 0;
  position: relative;
  top: -19px;
}
.filterByCSZC .two-input {
  display: flex;
  align-items: center;
  margin: 0 -4px 8px -4px;
}
.filterByCSZC .two-input .input {
  width: 50%;
  height: 32px;
  font-size: 13px;
  border-radius: 6px;
  border-color: #c8c6c6;
  /*text-align: center;*/
  /*max-width: 120px;*/
  margin: 0 4px;
}
.filterByCSZC .two-input .input.input-lg {
  min-width: 135px;
}

/***custom radio button***/

.custom-radio {
  margin: 0 0 10px;
}

.custom-radio h2 {
  font-size: 15px;
  color: #000000;
  margin: 0 0 10px;
}

.custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio label:last-child {
  margin-right: 0;
}

.custom-radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 5px solid #acabab;
}

.custom-radio label input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #1548b0;
}

.custom-radio label input:checked ~ .txt {
  color: #1548b0;
}

/* .custom-radio label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
} */

/* .custom-radio label input:checked ~ .checkmark:after {
  background: #1548b0;
} */

/* .custom-radio label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: block;
} */

/***end***/

/**********custom-select-box2**********/

.custom-select-box2 {
  margin: 0 -2px;
}

.custom-select-box2 .cs-box {
  display: inline-block;
  padding: 0 2px 8px;
}

.custom-select-box2 .cs-box label {
  margin: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-select-box2 .cs-box label input {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

.custom-select-box2 .cs-box label input:checked ~ span {
  background: #1548b0;
  color: #fff;
}

.custom-select-box2 .cs-box label span {
  background: #dedede;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #908f8f;
  font-weight: 600;
  display: inline-block;
  min-width: 74px;
  text-align: center;
}
/***end***/

/*****custom modal******/
body.modal-open {
  padding-right: 0 !important;
  /* overflow: auto !important; */
}
.custom-modal .modal-body {
  max-height: calc(100vh - 90px);
  overflow: auto;
}
.custom-modal .modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.custom-modal .modal-header {
  padding: 7px 15px;
  background: #1548b0;
}

.custom-modal .modal-header .modal-title {
  font-size: 16px;
  color: #fff;
}
.custom-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}
.custom-modal .modal-footer {
  padding: 10px;
  border: 0;
  text-align: left;
  justify-content: flex-start;
}

.custom-modal .modal-dialog {
  transform: scale(0);
  transition: all 0.3s;
}

.custom-modal .modal-dialog.show {
  transform: scale(1);
}

/***end***/
/**addNewCommentPopup**/
.NewCommentPopup .p-type1 {
  color: #000;
}
.NewCommentPopup .uploadPhoto label {
  max-width: 120px;
  padding: 15px 15px;
  border: 1px solid #1548b0;
}
.NewCommentPopup .uploadPhoto label img {
  width: 35px;
}
.NewCommentPopup .uploadPhoto label span {
  font-size: 13px;
  color: #1548b0;
  margin: 5px 0 0;
  font-weight: 600;
}
/***end**/
/* heading */
.heading {
  margin-bottom: 5px;
}
.heading h2 {
  font-size: 20px;
  font-weight: 600;
}
.section-padding {
  padding: 20px 0 60px 0;
}
/* end */

/***restaurant-list**/
.restaurant-list .single-restaurant {
  margin-bottom: 15px;
  transition: all 0.3s;
}
.restaurant-list .single-restaurant:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.restaurant-list .single-restaurant a {
    display: block;
    font-size: 11pt;
    font-family: "Arial", sans-serif;
}
.restaurant-list .single-restaurant .images .img-wrap {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.restaurant-list .single-restaurant .images .img-wrap:not(:last-child) {
  margin-bottom: 6px;
}
.restaurant-list .single-restaurant .images .img {
  width: 50%;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 3px;
  position: relative;
  padding: 22% 0;
}
.restaurant-list .single-restaurant .images .img.listing-a {
  width: 100%;
  height: 150px;
}
.restaurant-list .single-restaurant .images .img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.restaurant-list .single-restaurant .details .title-price {
  display: flex;
  align-items: flex-start;
}
.restaurant-list .single-restaurant .details .title-price .txt {
  width: 100%;
}
.restaurant-list .single-restaurant .details .title-price .txt h2 {
  font-size: 14pt;
  font-family: "Arial", sans-serif;
  color: #000;
  font-weight: 600;
  margin: 0 0 2px;
}
.restaurant-list .single-restaurant .details .title-price .txt p {
  font-size: 11pt;
  font-family: "Arial", sans-serif;
  margin: 0;
  color: #787777;
}
.restaurant-list .single-restaurant .details .title-price .txt p span {
  display: block;
}
.restaurant-list .single-restaurant .details .price-btn h2 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
}
.restaurant-list .single-restaurant .details .price-btn .btn1 {
  border-radius: 30px;
  padding: 3px 20px;
  font-size: 14px;
  min-width: 75px;
  text-align: center;
}
.restaurant-list .single-restaurant .details .timeing {
  font-size: 10pt;
  font-family: "Arial", sans-serif;
  color: #000;
  font-weight: 600;
  margin: 0 0 2px;
}
.restaurant-list .single-restaurant .details .timeing span {
  color: #ff0000;
}
.restaurant-list,
  .single-restaurant,
  .details,
  .options
  span:not(:last-child):after {
  content: "|";
  padding-left: 10px;
}
.restaurant-list .single-restaurant .details p {
  font-size: 12pt;
  font-family: "sans-serif", Arial;
  color: #000;
  margin: 0;
 line-height:26px;
}
.restaurant-list .single-restaurant .details .options span {
  color: #1548b0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding-right: 5px;
}
.oneDaySpecialPreview.uploadPhoto.uploadPhoto3 label {
    width: 100%;
    max-width: 100%;
    height: 200px;
    position: relative;
}
.oneDaySpecialPreview.uploadPhoto.uploadPhoto3 img {
    width: 100%;
    height: 80%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*object-fit: contain;
*/
    object-fit: cover;

}
.oneDaySpecialPreview.uploadPhoto.uploadPhoto3 label span {
    position: absolute;
    bottom: 4px;
    margin: auto;
    left: 0;
    right: 0;
}
.map {
  /* position: fixed;
  right: 0;
  top: 86px;
  width: 30%;
  height: 100%;
  z-index: 1; */
  border-radius: 6px;
  overflow: hidden;
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* restaurant-details */
.restaurant-details .image-data {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 15px;
}
.restaurant-details .image-data .img {
  width: 100%;
  padding: 28% 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.restaurant-details .image-data .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.restaurant-details .image-data .txt-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgb(0 0 0 / 60%);
  z-index: 8 !important;
}
.restaurant-details .image-data .txt-btns .txt {
  width: 85%;
}
.restaurant-details .image-data .txt-btns .txt h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 4px;
}
.one-day-special .restaurant-details .image-data .txt-btns .txt h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.one-day-special .restaurant-details .image-data .txt-btns .txt span {
  font-size: 10px;
  color: #c6c5c5;
}
.one-day-special .restaurant-details .image-data .txt-btns .txt span i {
  font-size: 12px;
  margin-right: 5px;
}
.restaurant-details .image-data .txt-btns .txt span {
  font-size: 14px;
  color: #c6c5c5;
}
.restaurant-details .image-data .txt-btns .txt span i {
  color: #1548b0;
  font-size: 17px;
  margin-right: 5px;
}
.restaurant-details .image-data .txt-btns .btns {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.restaurant-details .image-data .txt-btns .btns a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  transition: all 0.3s;
}
.restaurant-details .image-data .txt-btns .btns a:hover {
  box-shadow: 0px 0px 15px rgb(255, 255, 255, 0.6);
}
.restaurant-details .image-data .txt-btns .btns .call {
  background: #60b8fe;
  margin-right: 10px;
}
.restaurant-details .image-data .txt-btns .btns .chat {
  background: #6c7ed6;
}
.restaurant-details .txt-details {
  margin-bottom: 20px;
}
.restaurant-details .txt-details h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px;
}
.restaurant-details .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restaurant-details .txt-details .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
/**************auto-recreation**********/
hr {
  border-color: #d8d8d8;
}
.auto-recreation .row {
  margin: 0 -7px;
}
.searchResults  .auto-recreation .row {
  margin: 0 -10px;
}
.auto-recreation .col-xs-12 {
  margin-bottom: 15px;
  padding: 0 7px;
}
.auto-recreation .single-data-img {
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  transition: all 0.3s;
}
.auto-recreation .single-data-img > a {
  display: block;
}
.searchResults  .auto-recreation .single-data-img > a {
  display: block;
      padding-left: 4px;
}
.auto-recreation .single-data-img:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
.auto-recreation .single-data-img .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
  padding: 30% 0;
}
.auto-recreation .single-data-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.auto-recreation .single-data-img .btn1 {
  border-color: #fff;
  padding: 2px 10px;
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  border-radius: 8px;
  font-weight: 600;
}
.auto-recreation .single-data-img .edit-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background: #fff;
  color: #1548b0;
  font-size: 14px;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  transition: all 0.3s;
}
.auto-recreation .single-data-img .edit-icon:hover {
  background: #1548b0;
  color: #fff;
}
.auto-recreation .single-data-img .txt h2 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0 0 2px;
}
.auto-recreation .single-data-img .txt p {
  font-size: 13px;
  margin: 0;
}
.auto-recreation .single-data-img .location-data {
  border-top: 1px solid #d6d5d5;
  padding: 5px 0 0;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
}
.auto-recreation .single-data-img .location-data span {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

/** Vehicles **/
.vehicles .single-data-img {
    height: max-content;
}
.vehicles .single-data-img .image img {
    width: 100%;
    height: 100%;
    position: contain;
    object-fit: cover;
    left: 0;
    top: 0;
}
.vehicles .single-data-img .txt {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #000;
}
.searchResults .vehicles .single-data-img .txt{
	padding-left: 4px;
    padding-right: 2px;
}
.vehicles .uploadPhoto.uploadPhoto2 label {
    max-width: 100%;
    height: 200px;
}
.bold {
    font-weight: bold;
}


/**custom-profile-title**/
.custom-profile-title {
  display: inline-flex;
  align-items: center;
}
.custom-profile-title .img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 6px;
}
.custom-profile-title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-profile-title .txt {
  padding-left: 10px;
}
.custom-profile-title .txt h2 {
  font-size: 14px;
  font-weight: 600;
}
.custom-profile-title .txt h2 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #6e6d6d;
  margin: 1px 0 0;
}
.custom-profile-title .txt .btn1 {
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
}
/**end**/

/********filter-box*****/
.filter-box .option-group h3 {
  font-weight: 600;
}
.filter-box .custom-radio {
  margin: 0;
}

/***custom-toggle****/
.custom-toggle label {
  cursor: pointer;
}
.custom-toggle label input {
  display: none;
}
.custom-toggle label input:checked ~ .checkmark {
  border-color: #1548b0;
}
.custom-toggle label input:checked ~ .checkmark::after {
  background: #1548b0;
  left: 19px;
}
.custom-toggle label .checkmark {
  width: 35px;
  border: 1px solid #acabab;
  display: inline-block;
  height: 17px;
  border-radius: 30px;
  position: relative;
}
.custom-toggle label .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background: #acabab;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 2px;
  transition: all 0.3s;
}
/***end***/

/***post a listing modal****/
.uploadPhoto.uploadPhoto2 label {
  max-width: 150px;
  padding: 15px;
  height: 100px;
  position: relative;
}
.uploadPhoto.uploadPhoto2 label img {
  /*width: 40px;*/
  width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.modalType2 .modal-dialog {
  max-width: 600px;
}
.modalType3 .modal-dialog {
    max-width: 1100px;
}

/****custom-checkbox****/
.custom-checkbox .single-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox .single-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #a1a1a1;
}

.custom-checkbox .single-checkbox input:checked ~ .checkmark {
  border-color: #1548b0;
}

.custom-checkbox .single-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox .single-checkbox .checkmark:after {
  left: 7px;
  top: -7px;
  width: 6px;
  height: 15px;
  border: solid #a1a1a1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox .single-checkbox input:checked ~ .checkmark:after {
  display: block;
  border-color: #1548b0;
}

/******end******/

.filter-options.filter-options-short .custom-radio label {
  font-size: 13px;
}
.filter-options.filter-options-short .custom-radio {
  margin: 0 0 5px;
}
.filter-options.filter-options-short .custom-select-box2 .cs-box label span {
  padding: 4px 7px;
  border-radius: 6px;
  font-size: 11px;
}

.filter-options.filter-options-short .filterByCSZC .two-input .input {
  height: 28px;
  font-size: 12px;
}

.filter-options.filter-options-short .filterByCSZC .custom-radio {
  top: -16px;
}
/***flat-details***/
.flat-details li {
  font-size: 13px;
  color: #787777;
  display: inline-block;
}
.flat-details li:not(:last-child):after {
  content: "*";
  padding: 0 5px;
}

/****image-slider*******/
.image-slider .item {
  height: calc(100vh - 220px);
  overflow: hidden;
  border-radius: 8px;
}
.image-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider .owl-carousel .owl-nav button {
  font-size: 34px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgb(0 0 0 / 54%);
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.image-slider .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.image-slider .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.image-slider .owl-carousel .owl-nav button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* inputWith-textLink */
.inputWith-textLink {
  position: relative;
}
.inputWith-textLink .link {
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
    right: 1px;
    background: #ffffff;
}
/* end */

/* tabs-wrapper */
.tabs-wrapper .tabs-header {
  margin-bottom: 15px;
}
.tabs-wrapper .tabs-header ul li {
  display: inline-block;
  padding: 0 3px;
}
.tabs-wrapper .tabs-header ul li a {
  background: #d0daef;
  border: 0;
  color: #1548b0;
  padding: 5px 20px;
  box-shadow: none !important;
}
.tabs-wrapper .tabs-header ul li a.active,
.tabs-wrapper .tabs-header ul li a:hover {
  background: #1548b0;
  color: #fff;
}
/* end */
/* inputWith-icon */
.inputWith-icon {
  position: relative;
}
.inputWith-icon i {
  position: absolute;
  right: 6px;
  top: 7px;
  background: #1548b0;
  color: #fff;
  width: 30px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
/* end */

/****.events-block****/
.events-block .events-head h5 {
  font-size: 18px;
}
.events-block .events-list .event-list-head {
  margin: 0 0 20px;
}
.events-block .events-list .event-list-head h3 {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.events-block .events-list .event-list-head h3 i {
  color: #b1b1b1;
  font-size: 25px;
  margin-right: 10px;
}
.events-list .single-event {
  transition: all 0.3s;
}
.events-list .single-event:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.events-list .single-event .single-event-wrapper {
  display: flex;
}
.events-list .single-event .img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 6px;
}
.events-list .single-event .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-list .single-event .txt {
  padding-left: 12px;
}
.events-list .single-event .txt h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0 0 5px;
}
.events-list .single-event .txt p:not(:last-child) {
  margin-bottom: 5px;
}
.events-list .single-event .txt p {
  margin: 0;
}
.events-list .single-event .txt p i {
  color: #1548b0;
  margin-right: 5px;
  font-size: 16px;
  width: 20px;
}

/* notification-list */
.notification-list .single-notification {
  display: flex;
}
.notification-list .single-notification:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.notification-list .single-notification .img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 30px;
}
.notification-list .single-notification .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-list .single-notification .txt {
  padding: 0 12px;
  flex: 1;
}
.notification-list .single-notification .txt p {
  margin: 0;
  color: #000;
  font-weight: 600;
}
.notification-list .single-notification .txt span {
  display: block;
  font-size: 13px;
  color: #979595;
}
.notification-list .single-notification .img2 {
  width: 90px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
}
.notification-list .single-notification .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********chat**********/
.chat-list {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  padding: 10px;
  border-radius: 6px;
  margin: 0 0 20px;
}
.chat-list .chat-head {
  margin: 0 0 15px;
}
.chat-list .chat-head h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
.chat-list .chat-head .searchbar i {
  position: absolute;
  top: 11px;
  left: 10px;
  color: #a1a0a0;
  font-size: 13px;
}
.chat-list .chat-head .searchbar input {
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 0 10px 0 30px;
  height: 35px;
  font-size: 14px;
  color: #000;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.chat-list .conversation {
    position: relative;
}
.chat-list .single-chat {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 5px;
}
.chat-list .conversation .dot {
    min-width: 15px;
    width: max-content;
    min-height: 15px;
    height: max-content;
    background: red;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 9px;
    z-index: 1;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}
.chat-list .single-chat:hover,
.chat-list .chattingPreview-list a.active .single-chat {
  background: #f2f1f1;
}
.chat-list .chattingPreview-list {
  max-height: calc(100vh - 230px);
  overflow: auto;
}
.chat-list .single-chat .img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  overflow: hidden;
}
.chat-list .single-chat .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-list .single-chat .txt {
  position: relative;
  padding-left: 10px;
  width: 87%;
}
.chat-list .single-chat .txt h3 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 4px;
}
.chat-list .single-chat .txt .time {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  font-size: 12px;
  color: #848484;
}
.chat-list .single-chat .txt p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  margin: 0;
}

/* chat-box */
.chat-box {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.chat-box .chatBox-head {
  background: #1548b0;
  display: flex;
  align-items: center;
  padding: 10px;
}
.chat-box .chatBox-head .img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  overflow: hidden;
}
.chat-box .chatBox-head .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-box .chatBox-head .chat-details {
  padding-left: 10px;
}
.chat-box .chatBox-head .chat-details .txt h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.chat-box .chatBox-head .chat-details .txt .last-seen {
  display: block;
  color: #fff;
  font-size: 12px;
}
.chatting .chatting-body {
  padding: 15px;
  max-height: calc(100vh - 250px);
  overflow: auto;
  min-height: 200px;
}
.chatting .message {
  display: flex;
  align-items: end;
  margin: 0 0 15px;
}
.chatting .message .img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
}
.chatting .message .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chatting .message .msg {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  padding: 10px;
  border-radius: 6px;
  width: 85%;
  margin-left: 15px;
}
.chatting .message .msg p {
  margin: 0;
  font-size: 13px;
}
.chatting .message.sender .msg {
  border-radius: 8px 8px 8px 0;
}
.chatting .message.reciver .msg {
  border-radius: 8px 8px 0 8px;
  margin: 0 15px 0 0;
  background: #e7ecf7;
}
.chatting .message.reciver .msg p {
  color: #000;
}
.chatting .message.reciver {
  flex-flow: row-reverse;
}
.chatting .msg-typing-box {
  position: relative;
}
.chatting .msg-typing-box textarea {
  width: 100%;
  border-radius: 30px;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  border: 1px solid #1548b0;
  box-shadow: 0px 0px 15px rgb(21 72 176 / 27%);
  background: #fff;
}
.chatting .msg-typing-box button {
  background: #1548b0;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 12px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1;
}
.chatting .msg-typing-box button i {
  margin-right: 2px;
}

/***************invite-box********/
.invite-box {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 10%);
  border-radius: 8px;
  max-width: 500px;
}
.invite-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.invite-box ul li a {
  display: flex;
  align-items: baseline;
}
.invite-box ul li a i {
  font-size: 21px;
  color: #000;
  position: relative;
  top: 4px;
}
.invite-box ul li a .txt {
  padding-left: 10px;
}
.invite-box ul li a .txt h3 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.invite-box ul li a .txt p {
  margin: 0;
  font-size: 13px;
}
.invite-box .otherlink a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.invite-box .otherlink .link:not(:last-child) {
  margin-bottom: 15px;
}
/******profile-page****/
.profile-page .profile-tabs {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
  margin: 0 0 15px;
}
.profile-page .profile-tabs ul {
  display: block;
}
.profile-page .profile-tabs ul li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.profile-page .profile-tabs ul li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.profile-page .profile-tabs ul li a.active,
.profile-page .profile-tabs ul li a:hover {
  text-decoration: underline;
  color: #1548b0;
}
.profile-page .profile-tabs ul li a i {
  width: 20px;
  font-size: 16px;
  color: #1548b0;
}
.profile-page .tab-content .profile-content {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}
/***profile-text**/
.profile-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.profile-text .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #1548b0;
}
.profile-text .img.squre{
  border-radius: 6px;
}
.border-0{
  border: 0;
}
.profile-text .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile-text .txt {
  padding-left: 10px;
}
.profile-text .txt h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.profile-text .txt p {
  margin: 0;
  font-size: 13px;
}
.profile-text .txt a {
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.profile-text .btns {
      right: 30px;
    position: absolute;
}
/**end**/
.profile-page .tab-content .profile-content .other-options .option-group h3 {
  font-weight: 600;
}
.profile-page .other-options .option-group.groups ul li span {
  font-weight: 600;
  display: block;
}
.profile-page .other-options .option-group.groups ul li p {
  font-size: 13px;
}
.profile-page .other-options .option-group.groups ul li img {
  width: 45px;
  height: 45px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
/*******custom image upload design********/

.custom-photo-upload {
  position: relative;
  display: inline-block;
}

.custom-photo-upload .edit-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  background: #1548b0;
  cursor: pointer;
  padding: 0;
  text-align: center;
}

.custom-photo-upload .edit-btn label {
  margin: 0;
  cursor: pointer;
}

.custom-photo-upload .edit-btn input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.custom-photo-upload .cpu-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 2px solid #1548b0;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.custom-photo-upload .cpu-wrapper label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.custom-photo-upload .cpu-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: contain;
}
/****end****/
/* edit-profile */
.edit-profile {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
  overflow: hidden;
}
.edit-profileBox {
  display: none;
}
.edit-profile .head {
  background: #1548b0;
  padding: 10px 15px;
  color: #fff;
}
.edit-profile .body {
  padding: 15px;
}
.edit-profile .body .input-fields .row {
  margin: 0 -6px;
}
.edit-profile .body .input-fields .row .col-xs-12 {
  padding: 0 6px;
}
/****searchbar2*****/
.searchbar2 {
  position: relative;
}
.searchbar2 i {
  position: absolute;
  top: 11px;
  left: 10px;
  color: #a1a0a0;
  font-size: 13px;
}
.searchbar2 input {
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 0 10px 0 30px;
  height: 35px;
  font-size: 14px;
  color: #000;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
/***end***/

/*****viewConnetionBox****/
.viewConnetionBox{
  display: none;
}
.viewConnetionBox .connetion-tabs .searchbar2 input {
  box-shadow: none;
}
.viewConnetionBox .connetion-tabs ul.tabs-head {
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  border-bottom: 2px solid #cacaca;
}
.viewConnetionBox .connetion-tabs ul.tabs-head li {
  /*min-width: 30%;*/
}
.viewConnetionBox .connetion-tabs ul.tabs-head li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}
.viewConnetionBox .connetion-tabs ul.tabs-head li a::after{
  content: "";
  background: transparent;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.viewConnetionBox .connetion-tabs ul.tabs-head li a.active::after{
  background: #1548b0;
}
.viewConnetionBox .connetion-tabs ul.tabs-head li a.active{
 color: #1548b0; 
}
.viewConnetionBox .connetion-tabs .tab-content .option-group ul li {
  position: relative;
  border-bottom: 1px solid #e4e2e2;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.viewConnetionBox .connetion-tabs .tab-content .option-group .btn1 {
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
.viewConnetionBox .connetion-tabs .tab-content .option-group .btn1 i {
  color: #fff;
  font-size: 12px;
  margin: 0 4px 0 0;
  position: relative;
  top: 3px;
}
/* guidline-page */
.guidline-page h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.guidline-page p{
  color: #3e3e3e;
}
/**end***/
/* no-data-available */
.no-data-available{
  text-align: center;
  padding: 8% 0; 
}
.no-data-available img{
  width: 100%;
  max-width: 90px;
  margin: 0 0 15px;
}
.no-data-available h2{
  font-size: 20px;
  font-weight: 600;
  color: #b4b2b2;
}
.no-data-available p{
  color: #b4b2b2;
}
/* end */

/***doller**/
.doller .row{
  margin: 0 -7px;
}
.doller .row .col-xs-12{
  padding: 0 7px;
}
.doller .form-group{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.doller .form-group label{
  font-size: 18px;
  color: #9197a2;
  font-weight: 600;
  margin-right: 6px;
}
.doller .form-group .input{
  width: 35px;
  padding: 0 5px;
  text-align: center;
}
.doller .to{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
/* end */
.text-grey{
  color: #ababab;
}

/*******custom select box*********/

.custom-select-box {
  margin: 0 -5px -10px;
}

.custom-select-box .cs-box {
  display: inline-block;
  padding: 0 5px 10px;
}

.custom-select-box .cs-box label {
  margin: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.custom-select-box .cs-box label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.custom-select-box .cs-box label input:checked~span {
  background: #1548b0;
  color: #fff;
}

.custom-select-box .cs-box label input:checked~span .i {
  background: #1548b0;
}

.custom-select-box .cs-box label input:checked~span i.fas.fa-check {
  opacity: 1;
  visibility: visible;
}

.custom-select-box .cs-box label span {
  display: flex;
  align-items: center;
  width: 100%;
  background: #eeeeee;
  color: #393939;
  font-size: 16px;
  padding: 8px 30px 8px 8px;
  border-radius: 8px;
  font-weight: 600;
}

.custom-select-box .cs-box label span i.fas.fa-check {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
}

.custom-select-box .cs-box label span .i {
  background: #bfbfbf;
  border-radius: 6px;
  font-size: 22px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

/*********/
.for-mobile{
  display: none;
}
.for-mobile .btn1{
  width: 100%;
  box-shadow: none !important;
}
.page-wrapper, .main-content {
  padding: 0 0 40px;
}

/*******searchbar-options-box*********/
.searchbar-options-box{
  margin: 0 0 40px;
  padding: 25px 15px !important;
}
.searchbar-options-box .buttons{
  margin: 20px -2px -8px;
  text-align: center;
}
.searchbar-options-box .buttons .btns{
  background: rgb(21 72 176 / 10%);
  border-radius: 6px;
  padding: 5px 15px;
  font-weight: 600;
  color: #1548b0;
  font-size: 13px;
  margin: 0 2px 8px;
  /*max-width: 100px;*/
  display: inline-block;
  text-align: center;
}
.searchbar-options-box .searchbar-options-box-wrapper{
  display: flex;
  align-items: center;
}
.searchbar-options-box .searchBar-box{
  margin: 0 30px;
  flex: 1;
}
.searchbar-options-box .optionBox{
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.searchbar-options-box .optionBox .icon{
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.searchbar-options-box .optionBox .icon a{
  display: inline-block;
  position: relative;
}
.searchbar-options-box .optionBox .icon a .dot{
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.searchbar-options-box .optionBox .icon a img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
/* profile-img */
.profile-img{
  width: 40px;
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #1548b0;
}
.profile-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* searchBar-box */
.searchBar-box{
  position: relative;
}
.searchBar-box i {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #1548b0;
}
.searchBar-box input {
  width: 100%;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 30px;
  padding: 0 10px 0 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
}
/**bg-wrapper3*/
.bg-wrapper3{
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 10%);
  padding: 15px;
  border-radius: 8px;
}

.inline-custom-radio .custom-radio label .checkmark{
  height: 15px;
  width: 15px;
  border: 4px solid #acabab;
  top: 2px;
}
.inline-custom-radio .custom-radio label{
  padding-left: 20px;
}
.inline-custom-radio{
  margin: 0 -5px -5px;
}
.inline-custom-radio .custom-radio{
  display: inline-block;
  margin: 0 5px 5px;
}
#filterModal .modal-dialog {
  max-width: 700px;
}

/* index-filter */
.index-filter{
  
}
.index-filter .indexes{
  margin: 0 -8px;
}
.index-filter .indexes .index{
  display: inline-block;
  margin: 0 8px 8px;
}
.index-filter .indexes .index label{
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.index-filter .indexes .index label input{
  display: none;
}
.index-filter .indexes .index label input:checked ~ span{
  color: #1548b0;
}
.index-filter .indexes .index label span{
  color: #000;
  font-size: 14px;
  font-weight: 600;
}



/**** me **************/
.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.checkbox-lg {
    width: 30px;
    height: 30px;
    outline: solid 3px #1658d1;
    outline-style: auto;
    margin-top: 4px;
}
.business-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.business-details-images img {
  max-height: 400px;
  object-fit: cover;
}

.no-data-found {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 25px;
}
.no-data-found img {
    height: 300px;
}
label.error {
    color: #a94442;
    background-color: #f2dede;
    padding: 1px 20px 1px 20px;
    font-size: 12px;
    border-radius: 10px;
}

.category-selection.border {
    min-height: 50px;
    border-radius: 10px;
}
.category-selection input {
    border: none;
    margin: 5px 15px;
    width: 33%;
}
.category-selection .category-name-group {
    display: flex;
    flex-wrap: wrap;
}
.category-selection .category-name {
    background: #1548b0;
    border-radius: 5px;
    padding: 1px 10px;
    margin: 10px 4px;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
    position: relative;
}
.category-selection .category-name a {
    color: #1548b0 !important;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #fff;
    border-radius: 5px;
    font-size: 8px;
    padding: 0px 4px;
    border: solid 1px #ccc;
    cursor: pointer;
}
.category-group .sub-category-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.category-group .sub-category-item {
    margin: 0;
    min-width: 33.33%;
    max-width: 33.33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.category-group label {
    font-size: 12px;
}
.mr-6 {
    right: 6rem !important;
}

.header-search-result {
    position: absolute;
    top: 51px;
    background: #ffffff;
    width: 100%;
    min-width: 400px;
    z-index: 999999;
    box-shadow: 2px 4px 14px 2px #ccc;
    padding: 10px;
    display: none;
}
.header-search-result li {
    justify-content: space-between;
    border-bottom: solid 1px #cccccc38;
    padding-bottom: 6px;
}

/**
* CUSTOM
**/
.tag-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tag-groups .tag {
    background: #388ae72b;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 10px;
    margin: 3px;
    margin-left: 0;
}


/*real-estate*/
.real-estate .heading.listing-btns .btn1 {
    width: 150px;
}
.real-estate .single-data-img .owl-carousel .owl-item img {
    max-height: 160px;
}
.property-images-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.property-images-grid img {
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.property-images-grid img.active {
    border: solid 4px #1548b0;
}
.property-images-grid .items-1 {
    width: 100%;
    max-height: 213px;
}
.property-images-grid .items-2 {
    width: 49%;
    max-height: 75px;
}
.property-images-grid .items-4 {
    width: 24%;
}
.property-details {
  font-size: 12px;
  font-family: Arial;
}
.property-details table td {
  vertical-align: top;
}



/*CUSTOM*/
.select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.select2-container {
    width: 100% !important;
}


/*team-search-result*/
.team-search-result {
    position: absolute;
    top: 51px;
    background: #ffffff;
    width: 100%;
    min-width: 400px;
    z-index: 999999;
    box-shadow: 2px 4px 14px 2px #ccc;
    padding: 10px;
    display: none;
}
.team-search-result li {
    justify-content: space-between;
    border-bottom: solid 1px #cccccc38;
    padding-bottom: 6px;
}
.team-search-result li .text-grey {
    color: #ababab !important;
}
.team-search-result li span{
    font-size: 10px !important;
}
.searchBar-box input.radius-square {
  border-radius: 6px !important;
}
.text-placeholder {
    display: block;
    color: #958e8e;
}


/*scrollbar*/
/* width */
/*::-webkit-scrollbar {*/
/*  width: 3px;*/
/*}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*  background: #f1f1f1;*/
/*}*/

/* Handle */
/*::-webkit-scrollbar-thumb {*/
/*  background: #ffffff;*/
/*}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #555;*/
/*}*/


.btn-rounded-primary {
    border-color: #ccc;
    width: max-content;
    border-radius: 22px;
    height: 42px;
    display: flex !important;
    align-items: center;
}
/*.post-listing-scroll {*/
    /*max-height: 1100px;*/
/*    max-height: 1020px;*/
/*    overflow-y: scroll;*/
/*    padding: 2px;*/
/*}*/
.dark-blue-link {
    font-weight: bold !important;
    color: #0c3997 !important;
}




.container {
    max-width: 1300px;
}
.message-length {
    font-size: 12px;
    margin-left: 9px;
    position: relative;
    top: 0px;
    color: #959597;
}
.float-right {
    float: right;
}

.oneDaySpecialBtn {
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-top: 22px;
    padding: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #1548b0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 49px;
    height: max-content;
}
.special-table input,
.special-table select {
    font-size: 12px;
}
.closed-checkbox {
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    top: 11px;
    right: 4px;
}


img:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url('./../../img/company/no-image.png');
}

.nowrap {
    white-space: nowrap;
}





.custom-sec {
    display: block !important;
}

.inner-wrapper-sec {}

.inner-wrapper-sec span {
    display: inline-block;
}


.timing-sec {}

.timing-sec h3.timeing {
    display: inline-block;
    float: left;
}

.timing-sec  h4 {
    float: right;
    display: inline-block;
    padding-top: 17px;
}
.timing-sec h3.timeing {
    display: inline-block;
    float: left;
}

.timing-sec h4 small {
    font-size: 14px;
    text-align: right;
    display: block;
    font-weight: bold;
}
.timing-sec  h4 {
    float: right;
    display: inline-block;
    padding-top: 17px;
    margin-left: 8px;
}
.custom-timing {
    display: block !important;
}
.timing-sec {
    float: left;
    margin-bottom: 10px;
}


span.inner-wrappr small {
    margin-right: 10px;
}
.inner-wrapper-sec span {
    display: inline-flex;
}
span.inner-wrappr small {
    margin-right: 10px;
}

.timing-sec h4 a {
    font-size: 14px !important;
    margin: 0 !important;
}
@media only screen and (max-width: 767px){
.timing-sec {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
}

@media only screen and (min-width: 1000px){
    .inner_btn {
        /*margin-left: -195px;*/
        margin-left: -100px;
    }
}
.circle{
	    
    border-radius: 10%;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid darkblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
	    color: purple;
}
.grp{
	margin: 5px 15px 0;
}