/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, span, div, ul, ol, li, table, th, td, label, strong, em, b, small, blockquote, pre, code {
    font-family: 'Muli', 'Helvetica', Arial, sans-serif !important;
}

header {
  /*background-color:#08256c;*/
  background: linear-gradient(365deg, #020024 0%, #0e1490 100%);
  /* font-family: calibri, open-sans !imortant; */
}

img {
  max-width: 100%;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

.premium-user {
  overflow: hidden;
}

td {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.img-caption {
  text-transform: capitalize;
  color: #3E3E3E;
  font-size: 16px;
  /*text-align: center;*/
  font-weight: 700;
  margin: 20px 0px;
  margin-bottom: 0pz;
}

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

.btn-font {
  font-size: 12px !important;
}

.thumbnail {
  height: 100% !important;
}

.thumbnail-1 {
  height: auto !important;
}

.col-md-4.gallery-div {
  height: 300px;
}

.col-md-4.gallery-div .thumbnail {
  padding: 0;
}

.col-md-4.gallery-div .thumbnail>img,
.col-md-4.gallery-div .thumbnail a>img {
  min-height: 245px;
  /*filter: gray;*/
  /*-webkit-filter: grayscale(1); */
  /*-webkit-transition: all .8s ease-in-out;  */
}

.col-md-4.gallery-div .thumbnail>img:hover,
.col-md-4.gallery-div .thumbnail a>img:hover {
  /*filter: none;*/
  /*-webkit-filter: grayscale(0);*/
}

/*.col-md-4.gallery-div .thumbnail>img, .col-md-4.gallery-div .thumbnail img:hover*/
/*{*/
/*    filter: none;*/
/*    -webkit-filter: grayscale(0);*/
/*}*/
.nav-pills>li>a {
  color: #252422;
}

.adver-inner.standr-title {
  border: 2px solid yellow !important;
  position: relative !important;
}

.adver-inner.premium-title {
  border: 2px solid #e01958 !important;
  position: relative !important;
}

li.nav-item.active {
  border-bottom: solid 2px #ffffff !important;
}

.hidden_div {
  display: none;
}

.red-text {
  color: red !important;
}

body {
  /*background-image: url('../img/body-bg-img.jpg');*/
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
  font-family: calibri, Muli, arial, halvetica open-sans;
  float: left;
  width: 100%;
  background-color: #FFFDFA;
}

.top-header-logo {
  /*background-color: #fff;*/
  /*padding: 6px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.heading {
  /*font-size: 30px;*/
  color: #272E66 !important;
  background: linear-gradient(182deg, rgb(245 209 3) 0%, rgba(255, 231, 178, 1) 100%);
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: calibri, Muli, arial, halvetica open-sans;
  text-transform: uppercase;
}

.heading h3 {
  /*color: #0b1d4a;*/
  font-size: 22px;
  text-align: center;
  padding: 8px 0px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.logo {
  width: 280px;
}

.logo img {
  width: 100%;
}

.notificationWraapper {
  margin-top: 4px;
  position: relative;
}

.notificationWraapper a i span {
  position: absolute;
  top: -4px;
  width: 16px;
  height: 16px;
  background: red;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border-radius: 10px;
  left: 8px;
}

.notificationWraapper a {
  margin-top: 2px;
  font-size: 20px;
  color: #f5d103;
  position: relative;
}

.notificationWraapper a:hover {
  color: #ffffff;
}

.notificationWraapper .subNav {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  left: -40px;
  border: 1px solid #272e6680;
  border-radius: 4px;
  width: 360px;
  padding-bottom: 8px;
}

.notificationWraapper .subNav ul {
  display: block;
  text-align: left;
  box-shadow: transparent 0px 0px 20px;
  padding: 10px;
  border-radius: 4px;
  border: none !important;
  margin-bottom: 0px !important;
  list-style: none;
  margin: 0px;
  width: 100%;
  height: 332px !important;
  overflow-x: hidden;
  scrollbar-width: thin;

}

.notificationWraapper .subNav ul li {
  padding: 10px 5px;
  border-radius: 3px;
  list-style: none;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
}

.notificationWraapper .subNav ul li:last-child {
  border: none;
}

.notificationWraapper .subNav ul li:hover {
  background-color: #0a0d68;
}

.notificationWraapper .subNav ul li:hover a {
  color: #ffffff;
}

.notiTime {
  float: right;
  font-size: 12px;
}

.notiTime:hover {
  color: #ffffff;
}

.welcomeText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px !important;
}

.bottom-text-area p {
  text-align: justify;
}

.notificationWraapper .subNav ul li a {
  text-decoration: none;
  padding: 10px 0px;
  color: #272E66;
  font-size: 14px;
}

.notificationWraapper:hover .subNav {
  display: block;
}

.login-signup-btn {
  /*width: 161px;*/
}

  {
  margin: 20px auto;
}

.menuWrapper ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 8px 50px;
}

.menuWrapper ul li {
  padding: 8px 46px;
  font-weight: bold;
  border-bottom: 4px solid #dddddd;
  cursor: pointer;
  text-align: center;
}

.menuWrapper ul li:hover {
  color: #F5D100;
}

.menuWrapper ul .active {
  border-bottom: 4px solid #F5D100;
  color: #090b5e;
}

.serviceWrapper {
  margin: 10px 60px;
}

.advertisingHPWrapper {
  display: none;
}

.packageHPWrapper {
  display: none;
}

.solutionsHPWrapper {
  display: none;
}

.productssWrapper {
  width: 100%;
  height: auto;
  border: 1px solid #E7EAF32B;
  background-color: #e7eaf33d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex-wrap: wrap;
  text-align: center;
  margin: 10px 0px;
  border-radius: 10px;
  position: relative;

}

.productssWrapper:hover .productTextDiscri {
  opacity: 1;
  transition: .3s all ease;
}

.productTextDiscri {
  background-image: url('../img/sectionBG.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  text-align: center;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0px;
  height: 100%;
  opacity: 0;
  padding: 25px 10px;
  width: 100%;
}

.productTextDiscri h5 {
  font-size: 14px;
}

.productTextDiscri p {
  font-size: 11px;
  margin: 0px;
}

.productImg img {
  border-bottom: 3px solid #F5D100;
  padding: 28px;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: auto;
}

.productText p {
  margin: 10px auto;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

/*.login-signup-btn a.btn-primary{
    margin-bottom: 5px;
}*/
.login-signup-btn a.btn-primary:nth-child(2) {
  margin-left: 10px;
}

.login-signup-btn .btn-primary,
#collapsibleNavbar .btn-primary {
  background-color: #fff;
  border-color: #fff;
  border-radius: unset;
  padding: 3px 0;
  outline: unset;
  font-size: 14px;
  width: 73px;
  border-radius: 4px;
  color: #18335e;
}

#collapsibleNavbar .btn-primary {
  background-color: #F5D100;
  color: #3E3E3E !important;
  border: unset;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  overflow: hidden;
  display: block;
  width: 100%;
}

#collapsibleNavbar .btn-primary:hover {
  color: #ffffff !important;
}

.login-signup-btn .btn-primary:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}

.navbar-expand-md {
  /*background-color: #fff;*/
  padding: 0px;
  margin-bottom: 0px;
}

.navbar-expand-md .navbar-collapse {
  padding: 0px;
  width: 180px;
  /*margin-top:32px;*/
}

.navbar-toggler {
  position: absolute;
  width: 50px;
  top: 0px;
}

.navbar-dark .navbar-nav {
  width: 100%;
}

.navbar-dark .navbar-nav .nav-item {
  display: flex !important;
  align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  padding: 6px 20px 6px;
  color: #F5D100;
  font-weight: 600;
  text-transform: uppercase;
  font-family: calibri, open-sans;
}

.navbar-dark .navbar-nav .nav-item:after {
  content: '|';
  color: #f3f3f3;
}

.navbar-nav .nav-item.active .nav-link {
  /*background-color: #F5D100;*/
  color: #ffffff;
  border-radius: 4px;
}

.nav-item.active:after {
  display: none;
}

.nav-item:nth-last-child(2):after,
.nav-item:nth-last-child(1):after {
  display: none;
}

/*.navbar-dark .navbar-nav .nav-item:nth-child(1) .nav-link{
    padding-left: 0px;
}*/
.home-page-slider {
  margin-top: 12px;
  height: 300px;
  position: relative;
}

.home-page-slider .owl-controls {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 100%;
  transform: translate(0, -50%);
}

.home-page-slider .owl-controls .owl-prev {
  float: left;
  border: none;
  background: transparent;
  font-size: 25px;
  width: 28px;
}

.home-page-slider .owl-controls .owl-next {
  float: right;
  border: none;
  background: transparent;
  font-size: 25px;
  width: 28px;
}

.home-page-slider .owl-controls .owl-next:hover,
.home-page-slider .owl-controls .owl-prev:hover {
  background: #000000;
}

.slider-item {
  /* background-image: url('../img/slider-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
  height: 300px;
  /*  padding: 90px 50px;*/
}

.slider-item h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000d6;
  margin-bottom: 15px;
}

.slider-item h3 {
  color: #fff;
  text-shadow: 0 0 10px #000000d6;
  margin-bottom: 15px;
  display: none;
}

/*.slider-item a{
    font-size: 16px;
    background: #fff;
    border: unset;
    border-radius: 4px;
    padding: 6px 15px;
    color: #18335e;
}
.slider-item a:hover{
    background-color: #18335e;
}*/
.slider-carousel .owl-nav {
  display: none;
}

.home-page-slider .owl-theme .owl-nav [class*=owl-] {
  background: #00000091 !important;
  font-size: 24px !important;
}

.slider-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.slider-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background-color: #d1d1d1;
  border-radius: 100px;
  position: relative;
  margin: 4px;
  outline: unset;
}

.slider-carousel .owl-dots .owl-dot.active::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #a0c5d6;
  border-radius: 100px;
  position: absolute;
  top: -3px;
  left: -3px;
  right: 0;
  bottom: 0;
  border: 2px solid #000000;
}

.search-input-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.search-input-tab input {
  width: 91%;
  border: unset;
  font-size: 15px;
  padding: 11px 10px;
  outline: unset;
  border-radius: 4px;
}

.search-input-tab .btn-primary {
  padding: 8px 12px;
  font-size: 15px;
  background-color: #18335e;
  border-color: #18335e;
  border-radius: 4px;
}

.search-input-tab .btn-primary .fa-search {
  font-size: 12px;
}

.main-content {
  /*background-color: #fff;*/
  /*padding: 5px;*/
  padding-bottom: 30px;
  margin-bottom: 0px;
  /* margin-top:70px!important;*/
  display: none;
  margin-top: 12px;
}

.advertising-product {
  /* margin: 10px 0 20px;
    padding: 0 15px;
    background-color: #fff;
    padding-bottom: 30px;
    text-align: center;*/
  margin: 0px 0 20px;
  padding: 0 15px;
  background-color: #ffffffbd;
  padding-bottom: 30px;
  text-align: center;
}

.advertising-product h3 {
  color: #0b1d4a;
  font-size: 22px;
  text-align: center;
  padding: 0px 0px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.advertising-product h1 {
  color: #0b1d4a;
  font-size: 22px;
  text-align: center;
  padding: 0;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

/*.advertising-product h3:after*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    width: 50px;*/
/*    height: 4px;*/
/*    background: #F5D100;*/
/*    transform: translate(-50%, 5px);*/
/*}*/

.advertising-product h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #F5D100;
  transform: translate(-50%, 5px);
}

.adver-icon-outer {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.adver-icon-col {
  width: 18%;
  margin: 0 1%;
  text-align: center;
  box-shadow: 0 0 15px #dcdcdc;
  /*border:1px solid #E7EAF3;*/
  padding: 40px 5px;
  transition: 0.05s;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.adver-icon-col:hover .productTextDiscri {
  opacity: 1;
  transition: .2s all ease;
}

.productTextDiscri {
  background-image: url('../img/YellowBg.jpeg');
  /*background-color:red;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  text-align: center;
  top: 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0px;
  height: 100%;
  opacity: 0;
  padding: 25px 10px;
  width: 100%;
  font-family: calibri, open-sans !important;
  color: #0c0f78;
}

.productTextDiscri h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.productTextDiscri p {
  font-size: 12px;
  margin: 0px;
}

.adver-icon-col:hover .adver-icon-col span {
  color: #000;
}

.adver-icon-col:hover .adver-icon-img {
  /*border-color: #F5D100;*/
}

.adver-icon-col:hover {
  /* background: #ec3b5d;*/
  color: #000;
  transition: 0.05s;
}

.adver-icon-outer .adver-icon-col:nth-last-child(1) {
  border-right: unset;
}

.adver-icon-img {
  width: 80px;
  /*border: 2px solid #18335e;*/
  /*border-radius: 100px;*/
  padding: 5px 4px 5px;
  /*padding:20px 0px;*/
  height: 80px;
  text-align: center;
  align-items: center;
  margin: 0 auto 10px;
  border-bottom: 3px solid #F5D100;
}

.adver-icon-col img {
  width: 100%;
  margin: -10px auto;
  text-align: center;

}

.adver-icon-col span {
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #272E66;
  font-size: 16px;
}

.properties-headding h3 {
  /*border-bottom: 1px solid #c3c3c3;*/
  line-height: 29px;
}

.service_media_post_heading {
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
}

.properties-headding h3 span {
  font-size: 15px;
  background-color: #0b1d4a;
  color: #F5D100;
  padding: 9px 15px 5px;
  margin: 0px;
  border-radius: 7px 7px 0 0;
  text-transform: uppercase;
}

.properties-outer {
  padding: 0px 15px;
  background-color: #ffffffbd;
  padding-right: 15px;
  /*padding-bottom: 20px;*/
  margin-bottom: 20px;
}

.featured-properties-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0px;
}

.featured-second-outer {
  margin-top: 24px;
}

.featured-properties-headding h2 {
  font-size: 14px;
  text-transform: capitalize !important;
  color: #333;
  margin: 0px;
  font-weight: 700;
  position: relative;
  padding-left: 5px !important;
  display: flex;
  align-items: center;
}

.featured-properties-headding h2 span {
  background-color: #0b1d4a;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}

.featured-properties-headding h2:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #F5D100;
  position: absolute;
  bottom: 0;
  left: 0;
}

.featured-properties-headding h3 {
  font-size: 20px;
  text-transform: uppercase !important;
  color: #1F3762;
  margin: 0px !important;
  font-weight: 700;
  position: relative;
  padding: 5px 10px !important;
  display: flex;
  align-items: center;
  /*display:none;*/
  font-family: calibri, Muli, arial, halvetica open-sans;
}
.featured-properties-headding h1 {
  font-size: 20px;
  text-transform: uppercase !important;
  color: #1F3762;
  margin: 0px !important;
  font-weight: 700;
  position: relative;
  padding: 5px 10px !important;
  display: flex;
  align-items: center;
  /*display:none;*/
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.featured-properties-headding h3 span {
  background-color: #0b1d4a;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}

.featured-properties-headding h3:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #F5D100;
  position: absolute;
  bottom: 0;
  left: 0;
}
.featured-properties-headding h1:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #F5D100;
  position: absolute;
  bottom: 0;
  left: 0;
}

.categories-detail .featured-properties-headding h2:before {
  /*display:none;*/
}

.featured-properties-tabs .btn-simpale {
  padding: 7px 12px 7px;
  font-size: 14px;
  /*text-transform: uppercase;*/
  color: #3E3E3E;
  border-radius: 4px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #A0A0A08E;
  margin-left: 8px;
}

.featured-properties-tabs .btn-simpale:hover {
  background-color: #090b5d !important;
  color: #fff;
  border: 1px solid #090b5d;
}

.btn-simpale:active {
  background-color: #090b5d !important;
  color: #fff;
  border: 1px solid #090b5d;
}

.card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.btn:active {
  background-color: #000000 !important;
  color: #fff;
  border: 1px solid #000000;
}

.btn-primary {
  background-color: #F5D100 !important;
  color: #3E3E3E !important;
  border-color: #F5D100 !important;
  width: auto;
}

.postAtionBtn .delBtn {
  background-color: #F5D100 !important;
  color: #3E3E3E !important;
  border-color: #F5D100 !important;
  width: auto;

}

.postAtionBtn .editBtn {
  background-color: #F5D100 !important;
  color: #3E3E3E !important;
  border-color: #F5D100 !important;
  width: auto;
  padding: 7px 15px !important;
}

.btn-primary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

.btn-advertise {
  background-color: #F5D100;
  color: #3E3E3E;
  border-color: #F5D100;
  text-transform: uppercase;
}

.btn-advertise:hover {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000 !important;
}

.featured-properties-tabs .btn-advertise {
  background-color: #F5D100;
  color: #3E3E3E;
  border-color: #F5D100;
  text-transform: uppercase;
}

.properties-img-col-outer {
  /*overflow: hidden;*/
  /*overflow-x: scroll;*/
}

.properties-img-col-inner {
  display: -webkit-box;
  width: 100%;
  margin-top: 20px;
}

.properties-img-col {
  width: 100%;
  padding: 15px;
  margin: 1%;
  color: #333;
  text-decoration: unset;
  margin-bottom: 7px;
  box-shadow: 0 0 13px #00000014;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*border: 1px solid red;*/
  height: 370px;
}

.navbar .navbar-nav>li>a.btn.btn-primary,
.btn-primary {
  border: 1px solid #A0A0A08E;
  color: #3E3E3E;
}

.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}

.properties-img-col h4 {
  font-size: 14px;
  color: #1F3762;
  margin-top: 10px;
  font-weight: bold;
  /*text-align: center;*/
  /*border-bottom: 1px solid #ccc;*/
}

.properties-pr-img {
  width: 100%;
  height: 140px;
  padding: 3px;
  /*border: 1px solid #ccc;*/
}

.properties-pr-img img {
  height: 100%;
  width: 100%;
}

.properties-img-col-info {
  margin-top: 0;
  text-transform: capitalize;
  width: 100%;
}

.properties-img-col-info p {
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: bold;
  /*text-align: right;*/
  color: #000000;
}

.properties-img-col-info p span {
  display: block;
  float: left;
  width: 75px;
  color: #000000;
  text-align: left;
  font-weight: 600;
}

.sidebar-add {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}

.for-sale-inner {
  width: 71%;
}

.forSale-img-col {
  position: relative;
  width: 24%;
  height: 190px;
  margin-right: 7px;
  display: block;
  margin-bottom: 7px;
  /*border: 1px solid #ccc;*/
  /*box-shadow: 0 0 8px 0px #00000073;*/
  background-color: #000000;
  margin-top: 1%;
}

.must-sell-box {
  width: 100% !important;
  margin-top: 26px;
  height: 198px;
}

.forSale-img-col img {
  width: 100%;
  height: 100%;
}

.forSale-img-col p {
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #F5D100;
  margin: 0;
  padding: 8px 10px;
  font-size: 12px !important;
}

.must-sell-img {
  width: 27%;
  /*border-left:2px solid #dee2e6;*/
  height: 100%;
}

.must-sell-img .featured-properties-tabs {
  margin: 25px 0 15px;
  text-align: right;
}

.must-sell-img .featured-properties-tabs .btn-simpale {
  background-color: transparent;
  /*color: #0b1d4a;*/
}

.must-sell-img img {
  height: 100%;
  width: 100%;
}

.rentalShort-img-col {
  position: relative;
  width: 24%;
  height: 150px;
  margin-right: 7px;
  display: block;
  margin-bottom: 7px;
  /*border: 1px solid #ccc;*/
  /*box-shadow: 0 0 8px 0px #00000073;*/
  background-color: #000000;
  margin-top: 1%;
}

.rentalShort-img-col img {
  width: 100%;
  height: 100%;
}

.rentalShort-img-col p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #F5D100;
  margin: 0;
  padding: 8px 10px;
  font-size: 11px !important;
}

.managedDetails {
  height: 44px !important;
}

.fa-share-alt {
  color: #000000 !important;
}

.side-detail-headding {
  margin-top: 32px;
  margin-bottom: 12px;
  padding: 3px;
  text-align: center;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  border-radius: 8px;
}

.side-detail-headding h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F5D100;
}

.side-detail-headding h3 {
  font-size: 18px;
  margin: 0px;
  /*text-align:center;*/
  margin: 0px !important;
  padding: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F5D100;
}

.managed-tape h2 {
  font-size: 14px;
  padding-left: 0px;
}

.pac-option {
  border-radius: 4px;
  border: 1px solid;
  padding-left: 0px !important;
  padding: 6px 15px 4px !important;
  cursor: pointer;
  color: #000 !important;
}

.side-detail {
  background-color: #ffffff;
  /*overflow: hidden;*/
  overflow-y: scroll;
  height: 160px;
}

.side-detail ul {
  list-style: none;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-top: 5px;
  height: 100%;
  margin: 0 !important;
}

.side-detail ul li {
  line-height: 24px;
  font-size: 14px;
  margin: 10px auto;
  color: #000000;
  font-weight: 600;
  /* border-bottom: 1px solid #d8d7d7; */
}

.side-detail ul li:before {
  content: "\f101";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 5px;
  color: #F5D100;
  font-weight: bold;
}

.side-detail ul li a {
  color: #0b1d4a;
  font-size: 16px;
}

.proservice p:before {
  content: "\f101";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 5px;
  color: #F5D100;
  font-weight: bold;
}


.deals_outer {
  /*display: flex;*/
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  background-color: #ffffffbd;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;

}

.dels_inner_wrapper {
  display: flex;
  justify-content: space-between;
  /*align-items:center;*/
  flex-wrap: wrap;
}

.product-perentDiv {
  margin-top: 24px;
}

.dels_inner {
  width: 71%;
  padding-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.categories-detail {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}

.product-img-outer {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-top: 12px;
}

.product-img-col {
  position: relative;
  width: 18%;
  display: block;
  margin-bottom: 7px;
  /*border: 1px solid #ccc;*/
  /*box-shadow: 0 0 8px 0px #7d7d7d73;*/
  /*background-color: #0b1d4a;*/
  margin: 1%;
}

.product-img-col img {
  width: 100%;
  height: 130px;
  background: #fff;
  border: 1px solid #000000;
}

.downloadassets h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.product-img-col p {
  /*color: #000000;*/
  margin: 0;
  /*padding: 6px 10px;*/
  font-size: 12px !important;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #F5D100;
  padding: 4px 10px;
}
}

.product-perentsec {
  margin-top: 0;
}

.categore-side-detail {
  height: 326px;
}

.classifieds-headding {
  width: 100%;
}

.classifieds-headding h3 {
  margin-top: 0px;
}

.classifieds-headding h3 span {
  background-color: #0b1d4a;
  color: #F5D100;
}

.classifieds-details {
  padding: 5px 0px;
  margin-top: 15px;
}

.classifieds-details ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.classifieds-details ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.item-icon {
  width: 12%;
  /*border: 1px solid #ec3b5d;*/
  border-radius: 100px;
  /*padding: 8px 5px 8px;    */
  text-align: center;
  margin-right: 30px;
  height: 73px;
  display: flex;
  padding: 12px;
  align-items: center;
}

.item-icon img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.user-img {
  width: 18%;
  height: 80px;
  margin-right: 0px;
  /*border: 1px solid #ccc;*/
}

.user-img img {
  width: 85px;
  height: 78px;
}

.classi_img_user img {
  border: 1px solid #ccc;
}

.classifieds-details .item-content {
  width: 53.5%;
}

.item-content p {
  margin: 0px;
  color: #1b3361;
  /*letter-spacing: 1.5px;*/
  font-weight: 600;
  font-size: 16px;
}

.item-content p:nth-last-child(1) {
  margin-top: 10px;
}

.item-content p a {
  color: #1b3361;
  font-size: 16px;
  text-decoration: none;
  width: 25%;
  float: left;
}

.item-content p a:hover {
  text-decoration: none;
}

.classifieds-details .item-content p a i {
  width: 40px;
  height: 40px;
  background: ;
  text-align: center;
  line-height: 40px;
  color: #0b1d4a;
  border-radius: 50px;
  margin: 0 !important;
  font-weight: 500 !important;
}

.classifieds-details .item-content p a i:hover {
  /*background: #F5D100 ;*/
  color#fff;
}

.managed-services-detail {
  height: 390px;
}

.news-channel-outer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.news-channel-outer .view-all-btn {
  padding: 7px 12px 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #0b1d4a;
  border-radius: 4px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #0b1d4a;
  background-color: transparent;
}

.img-col {
  text-align: center;
}

.img-col,
.headlines-col,
.dailies-col {
  width: 18%;
  background-color: #f2f2f2;
  margin-right: 5px;
}

.headlines-col,
.img-col,
.featured-blogs {
  width: 28%;
}

.dailies-col {
  width: 14%;
}

.img-col h5,
.headlines-col h5,
.dailies-col h5 {
  font-size: 16px;
  background-color: #F5D100;
  color: #000;
  font-weight: 400;
  padding: 5px 5px 9px;
  text-align: left;
  margin-top: 0;
}

.img-col img {
  padding: 8px 8px 15px;
  height: auto;
}


.headlines-col p,
.headlines-col h5,
.dailies-col h5,
.dailies-col p {
  padding: 5px 15px 9px;
}

.dailies-col p {
  margin: 0px;
}

.dailies-col p a {
  color: #000;
  font-weight: 500;
}

.dailies-col p a:hover {
  text-decoration: none;
}

.featured-blogs {
  width: 28%;
  border: 1px solid #0b1d4a;
  padding: 15px;
  padding-top: 5px;
}

.featured-blogs h4 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #686868;
  margin-top: 0;
}

.featured-blogs h4 span {
  background-color: #0b1d4a;
  padding: 0px 5px;
  border-radius: 5px;
  color: #fff;
}

.box-inner {
  border: 1px solid #ccc;
  padding: 8px;
  overflow: hidden;
}

.box-inner p {
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  margin-bottom: 0px;
}

.box-inner img {
  width: 100%;
  height: 60px;
}

.box-inner p.flag-outer {
  margin-top: 14px;
  color: #18335e;
  float: left;
  margin-bottom: 2px;
}

.box-inner img.flag {
  width: auto;
  height: auto;
  margin-right: 3px;
}

.box-inner p.flag-outer.flag-outer-btn {
  float: right;
}

.view-all-btn {
  font-size: 12px;
  border-radius: 5px;
  float: right;
}

footer {
  /*background-color: #0b1d4a;*/
  padding: 0;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.first-col {
  width: 30%;
}

.first-col img {
  width: 100%;
  margin-bottom: 20px;
}

.first-col p {
  color: #9d9d9e;
  font-size: 13px;
  padding-right: 30px;
  text-align: justify;
}

.second-col {
  width: 20%;
  padding-top: 15px;
}

footer .footer-inner .second-col:nth-child(3) {
  width: 24%;
}

.second-col h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  margin-bottom: 15px !important
}

.second-col ul {
  padding: 0px;
  list-style: none;
  margin: 0 !important;
}

.second-col ul li {
  line-height: 20px;
}

.second-col ul li a {
  font-size: 13px;
  color: #9d9d9e;
}

.footer-bottom-info {
  border-top: 2px solid #ccc;
  padding: 15px 0;
}

.footer-bottom-infoinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-size: 12px;
}

.footer-social-icon p span {
  margin-right: 6px;
  font-size: 13px;
}

.footer-social-icon p a {
  margin-right: 1px;
  color: #0b1d4a;
}

.footer-social-icon p a i {
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50px;
  text-align: center;
}

.footer-social-icon p a i:hover {
  color: #ec3b5d;
}

/*.footer-social-icon p a:nth-child(3){
    padding: 4px 7px;
}
.footer-social-icon p a:nth-child(5){
    padding: 4px 10px;
}*/
.footer-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom-info p {
  margin: 0px;
}

.footer-bottom-info .rights {
  font-size: 11px;
  color: #9d9d9e;
}

.bottom-line {
  font-size: 11px;
  margin-top: 15px !important;
  text-align: center;
}

.footer-link a {
  font-size: 11px;
  color: #fff;
  margin-right: 8px;
  border-right: 2px solid #fff;
  padding-right: 8px;
  text-transform: uppercase;
}

.footer-link p:nth-last-child(1) a,
.footer-link p:nth-last-child(2) a {
  border: unset;
}

.footer-link a:hover {
  text-decoration: none;
}

.footer-link p:nth-last-child(1) a {
  font-size: 12px;
  background-color: #F5D100;
  color: #0b1d4a;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 5px 10px;
  font-weight: bold;
}

.footer-link p:nth-last-child(2) a {
  text-transform: capitalize;
  font-size: 13px;
  color: #F5D100;
}

/*Signup Page*/
.signup-outer {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 100px;
}

.right-side-form {
  width: 60%;
  background-color: #fff;
  padding: 25px;
}

.left-side-form {
  width: 40%;
  text-align: center;
  background-color: #000000a1;
  color: #fff;
  padding: 25px 0;
}

.left-side-form h3 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 5px
}

.left-side-form p {
  margin-bottom: 15px;
}

.left-side-form p.wsg-title {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 30px;
}

label {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

label,
input,
select,
textarea {
  width: 100%;
  outline: unset;
}

input,
select,
textarea {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  font-size: 18px;
}

.left-side-form .btn-primary,
.submit-button .btn-primary {
  padding: 5px 20px;
  border-color: #0b1d4a;
  border-radius: unset;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #0b1d4a;
  border-radius: 5px;
  font-weight: 600;
}

.right-side-form .col,
.login-inner .col {
  margin-bottom: 15px;
}

.mobile-code {
  width: 11%;
  margin-right: 2px;
}

.mobile-code-number {
  width: 87%;
}

.intersted-checkbox {}

.checkbox-col {
  display: flex;
  align-items: center;
}

.checkbox-col input,
.checkbox-col label {
  width: auto;
  margin-bottom: 0px;
}

.checkbox-col input {
  margin-right: 3px;
}

.intersted-checkbox {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 15px;
}

.submit-button .btn-primary {
  width: auto;
}

.right-side-form .col.submit-button {
  margin-top: 40px;
}

.submit-button .reset-btn {
  font-size: 19px;
  color: #000;
  margin-left: 5px;
  font-weight: 600;
}

/*Login*/
.login-outer {
  width: 45%;
  margin: 50px auto 80px;
}

.login-inner {
  background: #ffffffbd;
  padding: 30px 25px;
  /*box-shadow: 4px 4px 13px 2px #2b2a2aad;*/
  border: 1px solid #ddd;
}

.login-inner h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0b1d4a;
  font-size: 35px;
  margin-bottom: 25px;
}

.wizard-card .tab-content {
  padding: 105px 0px 10px;
}

/*Properties Page */
.page-outer {
  background-color: #ffffffbd;
  padding: 15px;
  padding-top: 0px;
  /* margin-bottom: 35px; */
  border-radius: 5px;
  /*box-shadow: 0 0 20px 0px #2b2b2b80;*/
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.breadcrump {
  background-color: #f1f1f1;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 10px;
}

.breadcrump ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.breadcrump ul li {
  float: left;
  /*margin-right: 5px;*/
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.breadcrump ul li.active {
  color: #0b1d4a;
  text-transform: capitalize;
}

.breadcrump ul li a {
  color: #000;
  font-size: 14px;
}

.breadcrump ul li:after {
  content: '/';
  margin: 0 10px;
}

.breadcrump ul li.active:after {
  display: none;
}

.search-filter {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto 25px;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.search-filter-col {
  width: 24%;
}

.search-filter-col p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: right;
}

.search-filter-col select {
  font-size: 16px;
}

.search-filter-col .btn-primary {
  padding: 6px 13px;
  background-color: #0b1d4a;
  border: #0b1d4a;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  margin: 0px !important;
}

.featured-outer,
.details-page-outer {
  padding-bottom: 25px;
}

.featured-outer h3,
.details-page-outer h3 {
  float: left;
  /*background-color: #0b1d4a;*/
  color: #1F3762;
  font-weight: normal;
  font-size: 20px;
  padding: 5px 11px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.featured-outer h1,
.details-page-outer h1 {
  float: left;
  /*background-color: #0b1d4a;*/
  color: #1F3762;
  font-weight: normal;
  font-size: 20px;
  padding: 5px 11px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.featured-inner {
  overflow: hidden;
  width: 100%;
  /*border:1px solid #ccc;*/
  border-radius: 5px;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto;

}

.feature-bg .featured-inner {
  background: #f1f1f1;
  padding: 0;
}

.featured-col {
  display: block;
  width: 19.09%;
  margin: 0 8px 18px;
  box-shadow: 0px 0px 13px #00000014;
}

.featured-img {
  width: 100%;
  height: 170px;
  /*border:1px solid #c3c3c3;*/
  border-bottom: 0;
  position: relative;
}

/*.prodImg{*/
/*    position:relative !important;*/
/*}*/
.soldStamp {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
}

.soldStamp img {
  width: 100%;
}

.featured-img .flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 15px;
  font-size: 14px;
  background: #ec3b5d;
  color: #fff;
}

.featured-img .flag .triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-img img {
  width: 100%;
  height: 100%;
}

.featured-content {
  /*border:1px solid #c3c3c3;*/
  padding: 8px 15px;
}

.featured-headding,
.featured-rating {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-bottom: 5px;
}

.title p {
  text-transform: uppercase;
  /*font-weight: bold;*/
  color: #1F3762;
  font-size: 16px;
  margin-bottom: 0px;
}

.price p {
  color: #0a0d69;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 5px;
  /*padding:0px 10px;*/
}

.price span {
  font-size: 18px;
  font-weight: bold;
}

.featured-location {
  margin-bottom: 8px;
}

.featured-location p {
  color: #444;
  font-size: 16px;
  margin-bottom: 0px;
  align-items: center;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-location span {
  /*display: block;*/
  margin-right: 5px;
  float: left;
}

.featured-location span i {
  /*background: #0b1d4a;*/
  /*padding: 5px 6px;*/
  border-radius: 50px;
  color: #F5D100;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  /*font-size:12px;*/
}

.rating-star i {
  color: #F5D100;
  font-size: 16px;
  padding-left: 5px;
}

.rating-star {
  color: #000000;
}

.rating-star i.active {
  color: #ffc815;
}

.rating-views p {
  margin-bottom: 0px;
  color: #0b1d4a;
  padding: 2px 10px;
  border-radius: 15px;
}

/*details page */
.details-page-inner {
  overflow: hidden;
  width: 100%;
}

.details-page-banner {
  width: 100%;
  margin: 20px 0px;
  padding: 30px 0;
  background-image: url('../images/cover_image/default-cover.jpg');
  background-repeat: no-repeat;
  /*background-color:red;*/
  background-position: center;
  background-size: cover;
  height: 250px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);*/
}

.bg-color {
  width: 200px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px #4242427a;
  /*margin-left:30px;*/
  position: relative;
}

.bg-color img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.details-content-outer {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;

}

.detail-lft-content {
  width: 70%;
  position: relative;
}

.detail-lft-content .price {
  margin-bottom: 15px;
}

.detail-lft-content .price p,
.detail-lft-content .price span {
  font-size: 30px;
  word-spacing: 5px;
}

.detail-lft-content .price .mb-3 {
  font-size: 16px;
}

.property-info {
  width: 90%;
  font-size: 16px;
  padding: 20px 0px;
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
}

.property-info h2,
.propert-description-col h2,
.getIn-touch-details h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3px;
}

.property-info p {
  font-size: 14px;
  text-transform: uppercase;
  color: #3E3E3E;
  font-weight: 600;
  margin-top: 0;
}

.getIn-touch-details h2 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;

}

.property-info-inner {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin-left: 4px;
}

.property-info-col {
  /*border:1px solid #c3c3c3;*/
  text-align: center;
  /*width: 30%;*/
  /* padding: 20px 40px; */
  padding: 10px 30px;
  box-shadow: 0 0 10px #ccc;
  margin-right: 30px;
  border-radius: 50%;
}

.property-info-col:hover {
  box-shadow: 4px 3px 10px #ccc;
}

.property-info-col p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}

.property-info-col p i {
  font-size: 30px;
  color: #0a0d68;
  font-weight: bold;
}

.property-info-list {
  /*border: 1px solid #c3c3c3;*/
  margin-top: 30px;
  padding: 0px;
}

.property-info-list p {
  color: #0b1d4a;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #c3c3c3;
}

.property-info-list p:nth-last-child(1) {
  border: unset;
}

.property-info-list p i {
  margin-right: 15px;
  font-size: 20px;
  color: #0a0d68;
}

.property-info-list p span {
  text-align: right;
  font-size: 16px;
  float: right;
  font-weight: 700;
}

.propert-description {
  /*margin-top: 30px;*/
  padding: 10px 0px;
}

.propert-description-col {
  margin-bottom: 30px;
  /*border-bottom:1px solid #c3c3c3;*/
  padding: 10px 0px;
}

.propert-description-col p {
  font-size: 16px;
  margin: 8px 0px;
  color: #000000;
}

.property-img {
  width: 120px;
  height: 120px;
  /*background-image: url('../img/slider-img.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

/*.property-img img{
    height: 100%;
}*/
.property-img-bg {
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-widget {
  margin: 20px 0px !important;
}

.detail-rht-content {
  background-color: #f1f1f1;
  overflow: hidden;
  width: 30%;
  margin-left: auto;
  padding: 20px 15px;
}

.getIn-touch-details .btn-primary {
  background-color: #F5D100;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  border: unset;
  color: #000000 !important;
}

.getIn-touch-details .btn-primary:hover {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
  !important;
}

.getIn-touch-details p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #0b1d4a;
  margin: 15px 0px;
}

.getIn-touch-details p a {
  color: #000000;
}

.getIn-touch-details p span {
  display: block;
}

.getIn-touch-details p i {
  /*background-color: #F5D100;*/
  width: 25px;
  color: #000000;
  text-align: center;
  height: 28px;
  border-radius: 50px;
  padding-top: 5px;
  float: left;
  margin-right: 10px;
}

.google-map {
  margin-top: 50px;
}

.google-map h4 {
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #f5d103;
  text-transform: uppercase;
  font-size: 18px;
  padding: 4px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.views-col {
  text-align: center;
  margin-top: 10px;
}

.views {
  display: block;
  color: #000000;
}

.views:hover {
  color: #0b1d4a;
}

.views p {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

.views p i {
  /*background-color: #ffdd19;*/
  padding: 15px;
  border-radius: 50px;
  color: #ffdd19;
}

.overall-ratings {
  text-align: center;
  margin-top: 15px;
  background-color: transparent;
}

.overall-ratings h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  margin: 0px !important;
}

.overall-ratings p {
  font-size: 14px;
  color: #c9c9c9;
  margin: 0px;
}

.post-col {
  text-align: center;
  margin-top: 15px;
}

.post-heading h5 {
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #f5d103;
  text-transform: uppercase;
  font-size: 18px;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
}

.post-content {
  /*border: 1px solid #c3c3c3;*/
  border-radius: 0 0 5px 5px;
  padding: 20px 15px;
}

.post-content p {
  /*font-size: 25px;*/
  color: #000;
  text-align: justify;
}

.post-content .submit-btn {
  text-align: center;
}

.post-content .submit-btn button,
.post-content .submit-btn a {
  background-color: #F5D100;
  text-transform: uppercase;
  border: unset;
  border-radius: 4px;
  padding: 6px 10px;
  color: #000000;
  margin-top: 10px;
}

.post-content .submit-btn button:hover,
.post-content .submit-btn a:hover {
  background-color: #000000;
  color: #ffffff;
}

.post-content-sec p {
  /*margin-bottom: 0px;*/
  text-align: left;
  color: #000;
  font-size: 14px;
}

.post-content-sec textarea {
  height: 100px;
  font-size: 13px;
  color: #000;
}

/*Rental & Short Stays*/
.property-detai-form {
  width: 100%;
}

.property-detai-form p {
  color: #777777;
  /*text-transform: uppercase;*/
}

.property-detai-form .col {
  margin-bottom: 15px;
}

.property-detai-form input,
.property-detai-form select,
.property-detai-form textarea {
  padding: 8px 15px;
  border-radius: 0px;
}

.property-detai-form .checkbox-col input {
  margin-right: 8px;
}

.property-detai-form input[type='file'] {
  display: none;
}

.upload label {
  color: #0b1d4a;
  text-align: center;
  border: 1px solid #c3c3c3;
  margin-bottom: 0;
  padding: 8px;
}

.property-detai-form .submit-button .btn-primary {
  background-color: #0b1d4a;
  border: unset;
  border-radius: 4px;
  padding: 6px 25px;
}

.section-head h4 {
  margin-bottom: 20px;
}

/*Product Page*/
.product-col {
  /*margin: 5px;*/
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
  /*box-shadow:-2px 3px 10px 3px #ccc;*/
}

.product-col:nth-last-child(1) {
  margin-bottom: 0px;
}

.product-img {
  width: 15%;
  height: 135px;
  margin-right: 25px;
  border: 1px solid #3E3E3E;
  box-shadow: 0px 0px 13px #00000014;
  display: flex;
  /*align-items:center;*/
}

/*.product-img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.product-img .product-img img {
  height: auto;
  width: auto;
}

.product-content {
  width: 80%;
}

.blog-middle-content {
  width: 60%;
}

.read-more-button {
  width: 17%;
  text-align: right;
}

.product-content .pr-content {
  text-align: justify;
  /*    white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/

}

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

.product-headding {
  /*display: flex;*/
  /*justify-content: space-between;*/
}

.product-headding h4 {
  font-size: 23px;
  color: #0b1d4a;
  margin-bottom: 0px !important;
  margin-top: 0px;
}

.product-headding h4.pr-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pr-details {
  display: flex;
  align-items: center;
  /*margin: 13px 0;*/
}

.package-col .product-content .pr-details p {
  margin-right: 0px;
  font-weight: normal;
}

.pr-details p {
  font-size: 18px;
  font-weight: bold;
  color: #1F3762;
  margin-bottom: 0;
  margin-right: 35px;
}

.pr-details span {
  font-weight: 400;
}

.pr-content p {
  color: #000000;
  /*margin-bottom: 13px;*/
  font-size: 16px;
}

.pr-btn .btn-primary {
  padding: 5px 13px;
  background-color: #ffffff;
  border: 1px solid #3E3E3E;
  text-transform: uppercase;
  color: #3E3E3E;
  font-size: 12px !important;
  border-radius: 5px;
  margin: 10px 0px;
}

.pr-btn .btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

/*Product Details*/
.opening-hours {
  margin-top: 30px;
  margin-bottom: 0px;
}

.opening-hours span {
  float: left;
  width: 174px;
}

/*Classifieds Page*/
.classi-view-col,
.classi-view-col .product-content {
  width: 100%;
}

.classi-view-col .pr-content p {
  margin-top: 10px;
}

.classi-view-col .product-headding h4 i {
  /*background-color: #F5D100;*/
  color: #F5D100;
  padding: 8px 8px;
  font-size: 16px;
  border-radius: 50px;
}

.classi-view-col .product-headding h4 span {
  font-size: 16px;
  color: #B1B1B1;
}

.classi-contact-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.classi-contact-details .pr-details a {
  color: #686868
}

.classi-contact-details .pr-details p i {
  color: #F5D100;
  /*background-color: #0b1d4a;*/
  padding: 7px 7px;
  border-radius: 50px;
  font-size: 16px;
}

.moreinf-check {
  width: 100%;
  overflow: hidden;
}

.moreinf-check p {
  float: left;
  margin-right: 30px;
}

.discount-coupon {
  margin-top: 15px;
}

.discount_h2 {
  width: 100%;
  height: 61px;
}

.rating-stars ul {
  margin: 0 14px !important;
}

.coupon-bg {
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  padding: 10px;
}

.coupon-bg-inner {
  border: 2px dashed #fff;
  text-align: center;
  padding: 20px 30px;
}

.coupon-bg-inner img {
  border-radius: 50px;
  width: 95px;
  height: 95px;
  border: 1px solid #fff;
  background-color: #ffffff;
}

.coupon-bg-inner h4 {
  color: #fff;
  font-size: 40px;
  margin: 13px 0;
  text-transform: uppercase;
}

.coupon-bg-inner h4 span {
  color: #F5D100;
}

.coupon-bg-inner p {
  color: #fff;
  margin: 0px;
  font-size: 17px;
}

.coupon-bg-inner p span {
  margin-top: 8px;
  font-weight: 500;
}

.discount-coupon.getIn-touch-details .btn-primary {
  width: 100%;
  margin-top: 9px;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}

.discount-coupon.getIn-touch-details .btn-primary:hover {
  color: #ffffff;
}

/*Discount Coupon View All*/
.discount-col {
  position: relative;
  width: 30%;
  /*text-align: center;*/
  /*border: 1px solid #c3c3c3;*/
  border-radius: 4px;
  margin: 0 17px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 13px 0 #ccc;
  padding: 30px;
}

.discount-col .discount {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #ffffff;
  font-size: 14px;
  background-color: red;
  padding: 8px;
  width: 50px;
  border-radius: 25px;
}

.discount-col span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #d80710;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.discount-col img {
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.discount-col h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1F3762;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.discount-col p {
  margin: 0px 50px;
  font-size: 14px;
}

.prdeals-description {
  height: 75px;
  overflow: hidden;
}

.discount-col .btn-primary {
  padding: 7px 40px;
  border-radius: 5px;
  background-color: #F5D100;
  border: unset;
  /*margin-top: 10px;*/
  color: #3E3E3E;
}

.discount-col .r-moreOption {
  margin: 25px 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.getDeal {
  margin: 0px auto;
  text-align: center;
}

.discount-col .r-moreOption span {
  font-size: 12px;
  margin: 0px;
  padding: 5px 12px;
  background-color: #ffffff;
  color: #3E3E3E;
  border: 1px solid #000000;
  border-radius: 8px;
}

.discount-col .r-moreOption span a {
  color: #0b1d4a;
}

/*Classifieds Listing*/
.legal-service-outer {
  padding: 0px 20px;
  display: flex;
  /*align-items: center;*/
  /*justify-content: space-between;*/
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 2px solid #0b1d4a;
  margin-bottom: 40px;
}

.legal-user-info-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.legal-img {
  width: 200px;
  background-color: #0b1d4a;
  border-radius: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 45px;
}

.legal-user-info {
  text-transform: uppercase;
  color: #0b1d4a;
  width: 300px;
}

.legal-service-outer .legal-user-id {
  width: 250px;
  color: #000000;
  font-size: 18px;
}

.legal-user-info h4 {
  color: #2c2f5e;
  font-size: 23px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
.legal-user-info h1 {
  color: #2c2f5e;
  font-size: 23px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

.legal-user-info p {
  font-size: 14px;
  color: #2c2f5e;
  margin: 5px 0;
  text-transform: capitalize;
  display: flex;
  /*margin-bottom:5px;*/
  align-items: center;
}

.legal-user-info p span {
  color: #666;
}

.legal-user-info h6 {
  color: #e01958;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.post .post-94 {
  margin: 20px 0px !important;
}

.legal-user-id p,
.legal-views p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.legal-user-id p {
  margin-bottom: 10px;
}

.legal-user-id p a {
  color: #000000;
  font-size: 16px;
}

.legal-user-info p i,
.legal-user-id p i,
.legal-views p i {
  /*background-color: #0b1d4a;*/
  color: #F5D100;
  font-size: 16px;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.legal-views {
  text-align: center;
}

.legal-views p i {
  /*background-color: #F5D100;*/
}

.legal-views p a {
  font-size: 20px;
  font-weight: bold;
  color: #A0A0A08E;
  text-transform: uppercase;
}

.legal-views .btn-primary {
  padding: 8px;
  background-color: #000000;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
  width: 100%;
  margin: 5px;
  color: #ffffff !important;
  border-radius: 5px;
  /*border: 1px solid #0b1d4a;*/
}

.pack-row-btn .btn-primary {
  background-color: #e01958;
  width: auto;
  border: 1px solid #e01958;
}

.pack-row-btn .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #e01958;
  color: #e01958;
}

.legal-view-content {
  padding: 20px;
  font-size: 16px;
  padding-left: 0;
}

.about-us-bg {
  background-color: #f0f0f0;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-content {
  width: 50%;
  margin-bottom: 15px;
}

.bg-content h4 {
  font-size: 18px;
}

.bg-content p {
  font-size: 14px;
  margin-bottom: 0px;
}

.bg-rt-content {
  width: 30%;
}

.bg-rt-content p {
  font-size: 25px;
  color: #0b1d4a;
}

.blog-btn .btn-primary {
  background-color: unset;
  color: #0b1d4a;
  border: 1px solid #0b1d4a;
  padding: 4px 20px;
  font-size: 16px;
}

.blog-btn .btn-primary:hover {
  background: #0b1d4a;
  color: #fff;
}

/*Conatct US*/
.contactpage-outer {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  width: 100%;
}

.contact-content {
  width: 80%;
  padding-left: 86px;
}

.contact-content h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 0px;
}

.contact-content p {
  margin-bottom: 15px;
}

.contact-content p,
.contact-content a {
  font-size: 17px;
  color: #686868
}

.contact-content p i {
  color: #0b1d4a;
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

.social_icon p {
  color: #000;
  font-weight: bolder;
}

.contactfollow-us {
  margin: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contactfollow-us h2 {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.magas-media {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.followus-col a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  line-height: 2.5;
  font-weight: bolder;
  color: #000;
}

.followus-col a i {
  width: 25px;
  height: 25px;
  background-color: #0b1d4a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 8px;

}

.twitter-cdn {
  width: 30%;
}

.twitter-cdn h2 {
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  padding-bottom: 5px;
}

.twitter-cdn .register-form-div {
  background: #f3f3f3;
  padding: 0 0 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 30px;
}

.twitter-cdn .register-form-div h5 {
  margin: 0;
  background: #F5D100;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
  color: #000;
  /*letter-spacing: 1px;*/
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.twitter-cdn .register-form-div button {
  padding: 7px 12px 7px;
  font-size: 14px;
  text-transform: uppercase;
  background: #0b1d4a;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #0b1d4a;
}



/*Advertiese Page*/
.adver-heading {
  text-align: center;
  margin: 0px 0 15px;
  overflow: hidden;
}

.adver-heading h2 {
  color: #0b1d4a;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.adver-heading p {
  font-weight: 500;
  color: #de2a13;
  font-size: 20px;
  margin: 5px;
}

.adver-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.adver-col {
  width: 33.333333%;
  padding: 0 15px;
  margin: 20px 0 40px;
}

.adver-inner {
  padding: 5px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  position: relative;
}

.adver-iconOuter {
  position: absolute;
  width: 100%;
  top: -25px;
}

.adver-icon {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background-image: url(../img/icon/property.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 2px solid #c6c6c6;
  background-color: #fff;
  margin: 0 auto;
}

.adver-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  border-bottom: 2px solid #6e84ed;
  position: relative;
}

.adver-title h4 {
  font-size: 16px;
  color: #e01958;
  margin-bottom: 15px;
  font-weight: 600;
}

.adver-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 8px solid #0b1d4a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.adver-content {
  margin-top: 15px;
  min-height: 255px;
}

.adver-content p {
  margin-bottom: 0;
  margin-top: 4px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 13px;
  color: #333;
  padding-bottom: 4px;
  line-height: 20px;
}

.adver-content .text {
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 14px;
}

.adver-price {
  width: 250px;
  margin: 20px auto;
  text-align: center;
}

.adver-price p {
  margin: 0px;
  font-weight: 600;
}

.adver-price .dis-price {
  margin: 5px 0;
  background-color: yellow;
}

.adver-price p span {
  text-decoration: line-through;
  text-decoration-color: red;
}

.adver-price .correct-price span {
  color: #0b1d4a;
  text-decoration: unset;
}

.adver-btn {
  text-align: center;
  padding: 0 8px;
}

.adver-btn .btn-primary {
  width: 98%;
  padding: 9px 5px 8px;
  border-radius: 5px;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #0b1d4a;
  border: unset;
}

.featured-outer hr {
  border-top: 4px solid #e0197d;
}

.product-heading {
  text-align: center;
  margin-bottom: 15px;
}

.product-heading h2 {
  font-size: 30px;
  font-weight: normal;
  color: #0b1d4a;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.adverProduct-col .adver-content {
  min-height: 330px;
}

.adver-second-row {
  justify-content: center;
}

.adverMarketing-col {
  width: 28%;
}

.adverMarketing-col .adver-title {
  margin-top: 0px;
  min-height: 90px;
  height: 50px;
}

.adverMarketing-col .adver-title h4 {
  font-size: 16px;
  font-weight: 600;
}

.adverMarketing-col .adver-content {
  min-height: 150px;
}

.adverMarketing-col .adver-specs {
  margin-top: 20px;
  min-height: 120px;
}

.adver-specs h6 {
  color: #0b1d4a;
  font-weight: 600;
  margin-bottom: 15px;
}

.adver-specs p {
  margin: 0px;
  padding: 0px;
  border: unset;
}

.adverMarketing-col .adver-price {
  width: 200px;
}

.adverMarketing-col .adver-price p {
  font-size: 16px;
}

.adverMarketing-col .adver-content p {
  border: unset;
}

.adver-third-row .adverMarketing-col {
  width: 25%;
  padding: 0 5px;
}

.adver-price .btn-primary {
  background-color: #0b1d4a;
  border: unset;
  text-transform: uppercase;
}

.featured-inner-second .adver-inner {
  padding: 5px 0px;
  border-radius: 5px;
  padding-top: 0px;
  /*min-height:422px;*/
}

.featured-inner-second .adver-content {
  padding: 0 3px;
}

.featured-inner-second .adver-title {
  height: auto;
  margin-top: 0px;
  padding-top: 14px;
  width: 100%;
  text-align: center;
  position: relative;
}

.featured-inner-second .adver-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 5px solid #6e84ed;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.featured-inner-second .proadver-title {
  min-height: 50px;
}

.featured-inner-second .adver-title .top-logo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 75%);
  background: #fff;
}

.featured-inner-second .adver-title .top-logo img {
  width: 100%;
}

.featured-inner-second .adver-title h4 {
  margin-bottom: 10px;
  margin-top: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.featured-inner-second .adver-title:after {
  display: none;
}

.featured-inner-second .adver-btn .btn-primary {
  border-radius: unset;
  width: 100%;
  padding: 6px 12px;
}

.featured-inner-second .adver-price,
.featured-inner-second .adverMarketing-col .adver-price {
  width: 100%;
  margin: 20px auto 5px;
}

.featured-inner-second .adver-price .dis-price {
  /*margin: 5px 15px;*/
  padding: 3px 0;
}

.featured-inner-second .adver-price p {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  color: #000;
}

.featured-inner-second .adver-price p.correct-price span {
  color: red;
}

.featured-inner-second .adver-price p.dis-price {
  color: #000;
}

.featured-inner-second .adver-price p span {
  text-decoration: unset;
  text-align: center;
  /*width: 50%;*/
  /*padding-right: 40px;*/
}

.featured-inner-second .adver-price p span:nth-child(2) {
  /*text-align: right;*/
  font-size: 20px;
  margin-left: 5px
}

.featured-inner-second .adver-price p .off-price {
  text-decoration: line-through;
  text-decoration-color: red;
}

.featured-inner-second .adver-price p .discount {
  font-size: 18px !important;
}

.featured-inner-second .adver-price .btn-primary {
  width: 100%;
  border-radius: 0px;
}


/*Footer*/
.waveImg img {
  width: 100% !important;
  background-color: #fffcfb;
  mix-blend-mode: multiply;
}

.footeraboutWrapper p {
  font-size: 14px;
}

.footeraboutWrapper a {
  font-size: 14px;
}

.footerContent {
  background-color: #f9f7ef;
  padding: 20px;
}

.footerlinks p {
  margin-bottom: 2px;
  color: #000000;
  font-weight: bold;
}

.footerlinks ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.footerlinks ul li {
  margin: 5px 0px;
}

.footerlinks ul li a {
  padding: 5px 0px;
  font-size: 12px;
  color: #000000;
}

.bottomNavBar {
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  padding: 8px;
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.bottomNavBar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*.bottomNavBar ul li a {*/
/*  font-size: 14px;*/
/*  text-decoration: none;*/
/*  color: #ffffff;*/
/*  font-weight: bold;*/
/*}*/

.bottomNavBar ul .postBtn {
  background-color: #F5D100;
  padding: 5px 25px;
  border-radius: 6px;
}

.socialMedia ul li {
  padding: 0px 10px;
}

.socialMedia ul li img {
  width: 30px;
  height: 30px;
}

.copyright {
  color: #959595;
  background-color: #ffffff;
  padding: 14px;
  text-align: center !important;
  /* background-color: red; */
}

.footerLogo img {
  width: 200px;
  /*height: 86px;*/
}

.navbar-toggler {

  margin: 0px !important;
}

.navbar-dark .navbar-nav .desktopHide {
  display: none !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu {
  left: 30px;
}

/*.navbar-nav{*/
/*    margin-top:20px !important;*/
/*}*/
.pagination {
  justify-content: center;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.reduceHight {
  height: auto !important;
}

/* Dashboard */
.panel {
  text-align: center !important;
}

.panel-heading a {
  color: #ffffff !important;
  font-size: 13px;
  text-decoration: none;
}

.panel-info>.panel-heading {
  color: #2685BF !important;
  border: 1px solid transparent !important;
  /* background: linear-gradient(135deg, rgba(154, 157, 250, 1) 0%, rgba(63, 64, 170, 1) 100%) !important; */
  /* background-image: linear-gradient(to bottom, #090b60, #8a0066, #d8224f, #fd7b27, #f5d100); */
  background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  /* background-color: #3D9DD9 !important; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

.panel-green {
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.panel-green .panel-heading {
  color: #fff !important;
  border: 1px solid transparent !important;
  background: linear-gradient(180deg, #0F123F 0%, #979AC2 100%);
}

.panel-red {
  background: linear-gradient(135deg, rgba(217, 83, 79, 1) 0%, rgba(247, 57, 51, 1) 100%);
}




.completeYourProfileWrapper {
  margin: 20px 0px;
}

.completeYourProfileWrapper h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #120555;
  font-weight: bold;
}

.progress {
  border-radius: 25px !important;
  height: 16px;
  margin: 5px 0px;
}

.progress-bar {
  background-color: #0b0f77 !important;
}

.profileFielsWrapper {
  margin: 20px 0px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  color: #120555;
  font-weight: bold;
}

.fieldDetails {
  display: flex;
  align-items: center;
}

.profileFielsWrapper p {
  text-transform: capitalize;
  margin: 0px;
}

.pendingSymbol {
  color: #d1d1d1;
}

.compeleteSymbol {
  color: #009B36;
}

.fieldName {
  margin-left: 10px;

}

.fieldStatus {
  border: 1px solid #120555;
  padding: 5px 10px;
  border-radius: 25px;
}

div#page-wrapper {
  border: none !important;
}

.tooltipIcon {
  cursor: pointer;
}

.tooltipText {
  position: absolute;
  left: 92%;
  top: -24px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.541);
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 200px;
  border-radius: 10px;
  display: none;
}

.tooltipIcon:hover .tooltipText {
  display: block;
}

.tooltipText::before {
  content: "";
  position: absolute;
  left: -9%;
  top: 30%;
  transform: translateX(-50%);
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0.541) #0000 #0000 #0000;
  transform: rotate(90deg);
}







/* M:updates */
.m-social-media-list li {
  height: 30px;
  width: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  line-height: 0;
}

.m-social-media-list li a {
  display: block;
  text-align: center;
}

.m-social-media-list li:hover {
  background-color: #F5D100;
}

.m-social-media-list li:hover a svg {}

.m-social-media-list svg {
  fill: #262d65;
  /* height: 20px;
  width: 20px; */
}

.m-2-line-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-product-col {
  align-items: flex-start;
}

.m-product-col .ql-editor {
  padding-left: 0;
  padding-right: 0;
  padding: 0 !important;
}

.m-classifieds_job-wrap {
  margin: 0 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  /* text-align: left !important; */
}

.m-prop-title-headding {
  font-size: 16px;
  margin-bottom: 10px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}

.header-social-media {
  display: none;
}

.header-social-media ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.6rem;
  justify-content: flex-end;
}

.m-social-media-list li {
  margin-right: 10px;
}

.m-social-media-list li:last-child {
  margin-right: 0;
}


@media screen and (min-width:768px) {
  .header-social-media {
    display: initial;
  }
}












/*header-search*/


.box-div {
  display: flex;
  align-items: center;
  height: 50px;
}

.container-2 {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search {
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 4px !important;
  color: #0b1d4a;

  -webkit-transition: width 0.55s ease;
  -moz-transition: width 0.55s ease;
  -ms-transition: width 0.55s ease;
  -o-transition: width 0.55s ease;
  transition: width 0.55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
  color: #0b1d4a;
}

.container-2 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #0b1d4a;
}

.container-2 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b1d4a;
}

.container-2 input#search:-ms-input-placeholder {
  color: #0b1d4a;
}

.container-2 .icon {
  position: absolute;
  top: 8px;
  z-index: 1;
  color: #0b1d4a;
  left: 9px;
}

.container-2 input#search:focus,
.container-2 input#search:active {
  outline: none;
  width: 200px;
}

.container-2:hover input#search {
  width: 200px;
}

.container-2:hover .icon {
  color: #93a2ad;
}

.tab-header {
  /*background:#0000003d;*/
  padding: 10px 0px;
}

/*.must-sale*/
/*{*/
/*background:red!important;*/
/*border-color:red!important;*/
/*font-size:12px!important;*/
/*color:#fff!important;*/
/*}*/
.job-in-goa {
  color: #F5D100 !important;
  /*background:red!important;*/
  font-size: 18px !important;
  padding: 0 5px;
}

.innerheading h1 {
  font-size: 22px;
  color: #0b1d4a;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.innerheading h1:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  margin: 0 auto;
  height: 4px;
  background: #F5D100;
}

@media (min-width:769px) {}

@media only screen and (max-width:768px) {

  .twitter-cdn,
  .contact-content {
    width: 100%;
  }

  .show {
    visibility: visible;
  }

  .alacarte-content .tab .right {
    height: auto;
  }

  .alacarte-content .cs-content.tab .left .list2,
  .alacarte-content .cs-content.tab .left .list1 {
    width: 100% !important;
  }

  .box-div {
    display: none;
  }

}

.property-img img {
  height: 100%;
  width: 100%;
}

.swiper-slide img {
  height: 200px;
  width: 100%;
}

.width_100 {
  width: 100%;
}

.margin_left15 {
  margin-left: 15px;
}

.font_weight {
  font-weight: 500
}

.margin_right_7 {
  margin-right: 7px;
}

.color_000 {
  color: #000;
}

.border_bottom {
  border-bottom: 3px solid;
}

#login_popup_without .close {

  font-size: 30px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#login_popup_without .modal-title {
  text-align: left;
  font-size: 16px;
  border-bottom: 2px solid #ec3b5d;
  width: 100%;
  padding: 5px;
  color: #0b1d4a;
  opacity: 1;
  font-weight: bold;
}


/*about us css*/

#aboutus-section .row {
  width: 100%;
  float: left;
  margin: 0;
}

#aboutus-section h4 {
  width: 100%;
}

#aboutus-section .orange-color {
  color: orange;
}

#aboutus-section .first-section {
  float: left;
  width: 100%;
}

#aboutus-section .first-section .aboutus-img {
  width: 40%;
  float: left;
  padding: 50px;
}

#aboutus-section .first-section .aboutus-img img {
  width: 350px;
  height: 350px;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #d1d1d1;
}

#aboutus-section .first-section .text-area {
  float: left;
  width: 60%;
  /*text-align: right;*/
}

#aboutus-section .first-section .about-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#aboutus-section .first-section .first-title {
  width: 200px;
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;

}

#aboutus-section .first-section .first-title:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid;
}

#aboutus-section .first-section .text-color1 {
  background: #0b0e70;
}

#aboutus-section .first-section .text-color1:after {
  border-top-color: #0b0e70;
}

#aboutus-section .first-section .text-color2 {
  background: #0b0e70;
}

#aboutus-section .first-section .text-color2:after {
  border-top-color: #0b0e70;
}

#aboutus-section .first-section .text-color3 {
  background: #0b0e70;
}

#aboutus-section .first-section .text-color3:after {
  border-top-color: #0b0e70;
}

#aboutus-section .first-section .text-color4 {
  background: #0b0e70;
}

#aboutus-section .first-section .text-color4:after {
  border-top-color: #0b0e70;
  ;
}

#aboutus-section .first-section .bottom-text-area {
  float: left;
  width: 100%;
  /*background:#f4f4f4;*/
  padding: 0 15px;
}

#aboutus-section .first-section .second-text,
#aboutus-section .first-section .third-text {
  float: left;
  width: 100%;
}

#aboutus-section .first-section .second-text .about-title {
  float: left;
  width: 100%;
}

#aboutus-section .first-section .second-text .about-title .first-title {
  /*float: right;*/
  width: 135px;
}

#aboutus-section .first-section .second-text .about-title .first-title:after {
  /*left: 10px;*/
}

#aboutus-section .second-section {
  float: left;
  width: 100%;
  margin-top: 50px;
}

#aboutus-section .second-section .img-section {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

#aboutus-section .second-section .img-section .first-image {
  width: 300px;
  height: 300px;
  background: #F5D100;
  border-radius: 50%;
  float: left;
}

#aboutus-section .second-section .img-section .second-image {
  width: 250px;
  height: 250px;
  background: #F5D100;
  border-radius: 50%;
  float: left;
  padding-right: 5px;
  margin-left: -20px;
  margin-top: 40px;
}

#aboutus-section .second-section .img-section .third-image {
  width: 150px;
  height: 150px;
  background: #F5D100;
  border-radius: 50%;
  float: left;
  padding-right: 5px;
  margin-left: -30px;
}

#aboutus-section .second-section .img-section .first-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-top: 15px;
}

#aboutus-section .second-section .img-section .second-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 10px;
}

#aboutus-section .second-section .img-section .third-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 10px;
}

#aboutus-section .second-section .section-two-title {
  text-align: center;
  color: #5eda00;
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

#aboutus-section .second-section .boxes {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#aboutus-section .second-section .boxes .sub-boxes {
  width: 20%;
  min-width: 200px;
  /*box-shadow: 5px 5px 0px 5px #cccccc52;*/
  padding: 10px;
  border-radius: 10px;
  background: #f4f4f4;
  color: #000000;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#aboutus-section .second-section .boxes .sub-boxes h5 {
  font-size: 16px;
  font-weight: bolder;
  background-color: #0b0e70;
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
}

#aboutus-section .second-section .fourth-text {
  margin-top: 30px;
}

#aboutus-section .second-section .fourth-text,
#aboutus-section .second-section .fifth-text,
#aboutus-section .second-section .about-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#aboutus-section .second-section .about-title .first-title {
  width: 200px;
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #0b0e70;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;

}

#aboutus-section .second-section .about-title .text-color2 {
  background: #0b0e70 !important;
}

#aboutus-section .second-section .about-title .text-color2:after {
  border-top-color: #0b0e70 !important;
}

#aboutus-section .second-section .about-title .first-title:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #0b0e70;
}

#aboutus-section .second-section .fifth-text .about-title .first-title {
  /*float: right;*/
  width: 135px;
  background: #0b0e70;
}

#aboutus-section .second-section .fifth-text .about-title .first-title:after {
  /*left: 10px;*/
  border-top-color: #0b0e70;
}

#aboutus-section .second-section .mb-4 h4 {
  width: 100%;
  color: #0b0e70;
  /*text-align: center!important;*/
}


/*end about us css*/


input.btn.btn-fill.btn-wd.custom_submit_kyl {
  width: 30px;
  background: #f5d103;
  color: #000;
  border-color: #f5d103;
  float: left;
}

input.btn.btn-fill.btn-wd.custom_reset_kyl {
  width: 30px;
  background: #0b1d4a;
  color: #ccc;
  border-color: #0b1d4a;
  float: left;
  margin: 0 8px;
}

.kyl_checkbox {
  width: 10px;
}

.kyl_label {
  width: 80%;
  font-size: 14px;
  margin-left: 5px;
}

input[type=checkbox],
input[type=radio] {
  height: 10px;
}

.ala_carte_ul li {
  font-size: 12px !important;
}

.country_span {
  float: left;
  margin-top: 6px;
}

.country_icon {
  float: left;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

.border-top-left {
  padding: 0 10px;
}

.properties-headding .nav-tabs>li>a {
  padding: 0;
}

.properties-headding .nav>li>a:hover,
.properties-headding .nav>li>a:focus {
  background: none !important;
  border: none !important;
}

.save_as_favorite:focus,
.save_as_favorite:hover {
  color: #2CA8FF !important;
}

.legal-user-info p .fa-map-marker-alt {
  float: left;
}

.properties-short-section {
  width: 71%;
  /*margin-top:-76%;*/
}

.job-short-section {
  width: 27%;
}

::placeholder {
  color: #777 !important;
  opacity: 1;
  /* Firefox */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  z-index: 999 !important;
}

i.fas.fa-star.active {
  color: yellow;
}

#display-none {
  display: none;
}

#service-details .company-detail {
  width: 100%;
  float: left;
}

#service-details .company-detail .logo-section {
  width: 30%;
  float: left;
  padding: 15px;
}

#service-details .company-detail .detail-section {
  width: 50%;
  float: left;
  text-transform: uppercase;
  padding: 15px;
}

#service-details .company-detail .button-section {
  width: 20%;
  float: left;
  padding: 15px;
}

#service-details button {
  padding: 7px 12px 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #0b1d4a;
  border-radius: 4px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #0b1d4a;
  background: transparent;
}

#service-details button:hover {
  background: #0b1d4a;
}

#service-details .company-detail .detail-section h4 {
  margin-top: 0;
  color: #000;
  font-weight: 400;
}

#service-details .company-detail .detail-section h2 {
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
  color: red;
}

#service-details .other-details {
  text-transform: uppercase;
  color: #000;
  float: left;
  width: 100%;
}

#service-details .other-details h5,
#service-details .other-details p {
  margin-top: 50px;
  margin-bottom: 10px;
}

#service-details .other-details p {
  font-size: 14px;
}

#service-details .second-step .text-alignment {
  text-align: center;
  margin-bottom: 30px;
}

#service-details .second-step .text-alignment img {
  width: 350px;
}

#service-details .second-step .text-alignment h4 {
  margin: 0;
  text-transform: uppercase;
}

#service-details .second-step .table {
  text-transform: uppercase;
  margin-top: 30px;
}

#service-details .second-step .d-flex {
  height: 30px;
}

#service-details .second-step .inputfeild,
#service-details .second-step label {
  width: auto !important;
}

.form_card .form-control {
  background: #eaeaea !important;
}

.cateloge_ul {
  margin: 0px;
}

.alacarte-menu .curved-buttons:hover {
  background: rgb(247 247 1) !important;
}

.ala_carte_ul_a.active {
  color: #000 !important;
}

i.fa-thumbs-up.active {
  color: #f5d103 !important;
}

.received_withd_msg p {
  color: #000 !important;
}

.bg-yellow-btn .btn-primary {
  background: #F5D100;
  border-color: #F5D100;
  border-radius: 5px;
}

.bg-yellow-btn .btn-primary:hover {
  background: #F5D100;
  color: #0b1d4a;
}

.height_50 {
  min-height: 60px !important;
}

.service-buttons .btn {
  padding: 5px 15px;
  border-radius: 5px;
}

.service-buttons .btn-primary {
  color: #0b1d4a;
  border-color: #0b1d4a;
}

.service-buttons .btn-primary:hover {
  background: #0b1d4a;
  color: #fff;
}

.service-buttons .delete_btn:hover {
  background: #F5D100;
  border-color: #F5D100;
  color: #fff;
}

@media only screen and (max-width:767px) {

  .forSale-img-col img {
    /*height:auto;*/
  }

  .properties-short-section,
  .job-short-section {
    width: 100%;
  }

  .side-detail {
    height: auto;
  }

  .footer-link {
    margin-top: 10px;
  }

  .footer-social-icon,
  .fotter-info-col {
    width: 100%;
  }

  .fotter-info-col {
    margin-bottom: 10px;
  }

  .footer-bottom-infoinner {
    text-align: center;
  }

  .bottom-line {
    margin-top: 5px !important;
  }

  li.nav-item.active {
    border-bottom: none !important;
  }

  .featured-properties-outer {
    margin-bottom: 10px;
  }

  .properties-img-col-inner {
    overflow: scroll;
  }

  .bg-color {
    margin: 30px;
  }

  .login-signup-btn ul .dropdown .dropdown-toggle {
    padding: 10px 11px;
  }

  .alacarte-content .tab .left .bg-white {
    padding: 0;
  }

  .body .section.alacarte-content .box {
    padding: 0 !important;
  }

  .alacarte-content .tab ul li {
    width: 100% !important;
    text-align: left;
  }

  .alacarte-content .tab .right {
    height: auto !important;
  }

  #aboutus-section .second-section .boxes .sub-boxes {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:375px) {
  .adver-heading h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width:330px) {
  .navbar-expand-md {
    top: 85px;
  }
}

.product-img img {
  width: 100%;
  height: 100%;
}

.padding-toop {
  padding-top: 1px !important;
}

.smallPinkbutt .btn {
  border-radius: 5px;
}

.smallPinkbutt .btn:hover {
  background: #12154f;
  color: #fff !important;
}

#exampleModalshare .btn-secondary {
  border-radius: 5px;
  border-color: #0b1d4a;
  color: #0b1d4a;
}

#exampleModalshare .btn-secondary:hover {
  color: #fff;
  border-color: #0b1d4a;
  background-color: #0b1d4a;
}

.item-content .font_weight div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.font_weight p {
  font-weight: unset;
  color: unset;
}

#exampleModalLabel {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid #0b1d4a;
  font-size: 20px;
}

.modal-header .close {
  font-size: 20px;
  color: #000;
  width: 62px;
}

.modal-header .close:hover {
  color: #ffffff !important;
}

.must-sell-img1 .featured-properties-tabs {
  border-bottom: 1px solid red;
  padding: 1px;
}

h2.pac-option.color_000.btn-advertise1 {
  background-color: #F5D100;
  color: #0b1d4a;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff0;
}

.custom_form_outer {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.custom_form_outer .form-group {
  width: 250px;
  margin-right: 10px;
}

.body .section.alacarte-content .box {
  border: 0px solid #e3e1e2 !important;
}

.alacarte-content .tab .right ul li {
  padding: 1.4px 0 !important;

}

.alacarte-content {
  padding: 40px !important;
}

.alacarte-content .tab .left .bg-white {
  height: auto;
  !important
}

.curved-buttonss {
  font-size: 17px;
  line-height: 28px;
  padding: 10px 20px;
  color: #fff;
  max-width: 200px;
  cursor: pointer;
  background-color: rgba(241, 30, 93, 1);
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -webkit-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  -o-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-radius-topright: 10px;
  -o-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.body .alacarte-menu ul li.each-form-tabh {
  width: auto;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 0px;
  margin-top: -40px;
  box-sizing: border-box;
  margin-left: 3px;
}

/*.tab-pane.active{*/
/*    margin-left: 40px;*/
/*    margin-top:20px;*/
/*}*/
.ala_carte_ul,
.breadcrumb {
  margin: 0px;
}

.pricingDetailName,
.pricingDetail,
.pricingAmmount {
  font-size: 16px;
  color: #0b1d4a;
  margin: 15px 0;
  font-family: calibri, Muli, arial, halvetica open-sans;

}

.pricingDetailName {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.pricingDetailName span,
.pricingDetail span,
.pricingAmmount span {
  color: #000;
}

.pricingAmmount span {
  color: #F5D100;
  font-weight: bolder;
}

.innerinfopannel p {
  margin-bottom: 5px;
}

@media only screen and (max-width:768px) {
  .slider-item h2 {
    display: none;
  }
}

@media only screen and (max-width:360px) {
  .featured-properties-tabs .btn-simpale {
    padding: 7px 3px !important;
  }

  .properties-inner .classifieds-details {
    padding: 0 !important;
  }

  .properties-inner .classifieds-details ul {
    margin: 0 !important;
  }

  .managed-tape h2 {
    font-size: 12px;
  }

  .user-img {
    display: flex;
    align-items: center;
  }

  .user-img img {
    width: auto;
    height: auto;
  }

  .item-icon {
    margin-right: 15px;
    width: 30%;
  }


}


@media screen and (max-width: 1024px) {
  .search-input-tab input {
    width: 89%;
  }

  .properties-img-col {
    width: 100%;
  }

  .forSale-img-col {
    width: 154px;
  }

  .rentalShort-img-col {
    width: 154px;
  }

  .product-img-col {
    width: 118px;
  }

  .classifieds-headding {
    width: 67.4%;
  }

  .classifieds-details {
    overflow: hidden;
    overflow-x: scroll;
  }

  .classifieds-details ul li {
    display: -webkit-box;
    flex-wrap: nowrap;
  }

  .managed-services-detail {
    height: 396px;
  }

  .img-col,
  .headlines-col,
  .dailies-col {
    width: 20%;
    margin-right: 9px;
  }

  .headlines-col {
    width: 58%;
  }

  .dailies-col {
    margin-right: 0px;
  }

  .featured-blogs {
    width: 100%;
  }

  .box-inner img {
    height: auto;
  }

  .first-col,
  .second-col,
  footer .footer-inner .second-col:nth-child(3) {
    width: 35%;
  }

  /*Properties Page*/
  .featured-col {
    width: 32%;
  }

  /*For Sale*/
  .detail-rht-content {
    width: 40%;
  }

  .property-img {
    margin-right: 18px;
  }

  /*Products*/
  .product-content {
    width: 78%;
  }

  /*Discount Coupon View All*/
  .discount-col {
    width: 44.5%;
  }

  .legal-service-outer {
    flex-wrap: wrap;
  }

  .legal-user-info,
  .legal-user-id,
  .legal-views {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
  }

  /*Advertising Product CSS*/
  .adver-title {
    min-height: 60px;
  }

  .properties-img-col-inner {
    overflow: scroll !important;
  }

  /*.must-sell-img{*/
  /*    display:none;*/
  /*}*/
  .properties-short-section {
    width: 100% !important;
  }
}




@media screen and (max-width: 900px) {
  .search-input-tab input {
    width: 85%;
  }

  .price p {
    font-size: 14px;
  }

  .title p {
    font-size: 14px;
  }

  .properties-img-col {
    width: 100%;
  }

  .discount-col {
    width: 43%;
    padding: 18px;
  }

  .discount-col .r-moreOption span {
    font-size: 10px;
  }

  .for-sale-inner,
  .must-sell-img,
  .dels_inner {
    width: 100%;
  }

  .forSale-img-col {
    width: 160px;
  }

  .must-sell-img img {
    height: 100%;
  }

  .rentalShort-img-col {
    width: 160px;
  }

  .side-detail {
    height: 300px;
  }

  .properties-img-col-inner {
    /*overflow:scroll;*/
  }

  .deals_outer .must-sell-img {
    padding-left: 5px;
    padding-bottom: 20px;
  }

  .img-col,
  .dailies-col {
    width: 30%;
    margin-right: 13px;
    margin-bottom: 10px;
  }

  .headlines-col,
  .featured-blogs {
    width: 68%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-link {
    margin: 25px auto 0;
    text-align: center;
  }

  /*Login Page*/
  .login-outer {
    width: 75%;
  }

  .left-side-form,
  .right-side-form {
    width: 100%;
  }

  /*Search Filter*/
  .search-filter,
  .property-detai-form,
  .detail-lft-content,
  .detail-rht-content,
  .property-info {
    width: 100%;
  }

  .detail-rht-content {
    margin-top: 20px;
  }

  .search-filter-col {
    width: 20%;
  }

  .search-filter .search-filter-col:nth-child(1) {
    width: 100%;
  }

  .search-filter .search-filter-col:nth-last-child(1) {
    width: 16%;
  }

  .search-filter-col p {
    text-align: left;
  }

  /*properties page*/
  .featured-col {
    width: 31.86%;
  }

  /*Products*/
  /*.product-img{*/
  /*    width: 100%;*/
  /*    height: 230px;*/
  /*    margin-right: 0px;*/
  /*    margin-bottom: 15px;*/
  /*}*/
  /*.product-content{*/
  /*    width: 100%;*/
  /*}*/

  /*Discount Coupon View All*/
  .discount-col {
    margin: 0 18px;
    margin-bottom: 30px;
  }

  .about-us-bg {
    flex-wrap: wrap;
  }

  /*Advertising Product*/
  .adver-second-row {
    justify-content: unset;
  }

  .adver-col,
  .adver-third-row .adverMarketing-col {
    width: 50%;
  }

  .adver-third-row .adverMarketing-col {
    padding: 0 15px;
  }

  .package-col {
    width: 50% !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 9px;
  }

  /*.propertyServicesWrapper{*/
  /*    display:none;*/
  /*}*/
  #aboutus-section .first-section .text-area {
    width: 100% !important;
  }

  #aboutus-section .first-section .aboutus-img {
    display: none;
  }

  .job-short-section {
    width: 100% !important;
  }
}



@media screen and (max-width: 600px) {
  .container {
    padding: 0 15px;
  }

  .inText {
    display: none;
  }

  .login-signup-btn .btn-primary,
  #collapsibleNavbar .btn-primary {
    width: auto;
    padding: 5px 10px;
  }

  .product-img {
    width: 100%;
    height: 230px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .product-content {
    width: 100%;
  }

  .price p {
    font-size: 14px;
  }

  .top-header-logo {
    /*flex-wrap: wrap;*/
    padding: 0 15px;
    margin-left: 70px;
  }

  .footerlinks {
    margin-top: 10px;
  }

  .search-input-tab {
    padding: 0 15px;
  }

  .logo {
    width: 100%;
  }

  .login-signup-btn {
    width: 75%;
    float: right;
  }

  .navbar-expand-md {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    min-height: auto;
  }

  .properties-img-col h4 {
    font-size: 12px;
  }

  .slider-carousel .owl-dots {
    display: none;
  }

  .classifieds-details .item-content {
    text-align: left;
    margin-left: 10px;
  }

  .navbar-dark .navbar-toggler {
    margin-left: auto;
    color: #fff;
    border-color: #fff;
  }

  .navbar-collapse {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 0 40px 5px #4c4c4c94;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link {
    color: #071a66;
    font-size: 12px;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #0d1a66;
  }

  .navbar-dark .navbar-nav .nav-item:nth-child(1) .nav-link {
    padding-left: 20px;
  }

  .navbar-dark .navbar-nav .nav-item.ml-auto {
    margin-left: 20px !important;
    margin-bottom: 8px;
  }

  .home-page-slider {
    margin-top: 22px;
    height: auto !important;
  }

  .slider-item {
    height: auto;
  }

  .search-input-tab input {
    width: 74%;
  }

  .adver-icon-col {
    width: 31%;
    margin-bottom: 25px;
  }

  .adver-icon-outer .adver-icon-col:nth-last-child(3) {
    border-right: 0px;
  }

  .featured-properties-headding h3 {
    font-size: 11px;
  }

  .sidebar-add {
    margin-top: 66px;
  }

  .properties-outer,
  .deals_outer {
    padding-right: 15px;
  }

  .featured-properties-headding h2 {
    font-size: 14px;
  }

  .featured-properties-tabs .btn-simpale {
    font-size: 10px;
  }

  .properties-img-col {
    width: 100%;
  }

  .must-sell-img img {
    height: 100%px;
  }

  .rentalShort-img-col {
    height: 170px;
  }

  .product-img-outer {
    justify-content: flex-start;
  }

  .product-img-col {
    width: 122px;
    margin: 10px;
  }

  .classifieds-headding {
    width: auto;
  }

  .classifieds-details ul li {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 10px 0;
  }

  .item-content {
    margin-top: 10px;
  }

  .item-content p a {
    margin: 0px;
  }

  .item-content p a:nth-last-child(1) {
    margin-right: 0px;
  }

  .img-col,
  .dailies-col {
    width: 100%;
    margin-right: 0;
  }

  .headlines-col,
  .featured-blogs {
    width: 100%;
  }

  .box-inner img {
    height: 180px;
  }

  .first-col,
  .second-col,
  footer .footer-inner .second-col:nth-child(3) {
    width: 100% !important
  }

  .footer-link {
    justify-content: center;
  }

  /*.deals_outer .must-sell-img{*/
  /*    display:none;*/
  /*}*/
  /*Login Page and signup page*/
  .login-outer,
  .signup-outer {
    width: 100%;
  }


  /*Search Filter*/
  .search-filter-col,
  .search-filter .search-filter-col:nth-last-child(1) {
    width: 100%;
    margin-bottom: 8px;
  }

  .search-filter-col .btn-primary {
    width: 100%;
  }

  .property-detai-form .col.row .col {
    min-width: 100%;
  }

  .property-detai-form .col.row .col:nth-child(1) {
    margin-bottom: 0px;
  }

  /*properties page*/
  .featured-col {
    width: 100% !important;
  }

  .adver-heading h2 {
    font-size: 25px;
  }

  .package-col {
    width: 100% !important;
  }

  /*For Sale*/
  .bg-color {
    width: 100%;
  }

  .property-info-col {
    width: 24%;
    margin-bottom: 8px;
    padding: 20px;
  }

  .property-img {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  /*Products*/
  .pr-details,
  .product-headding {
    flex-wrap: wrap;
  }

  .product-headding h4 {
    margin-bottom: 8px;
  }

  .pr-details p {
    margin-right: 0px;
  }

  /*Classifieds View All*/
  .classi-contact-details {
    flex-wrap: wrap;
  }

  .classi-contact-details .pr-details p {
    margin-bottom: 8px;
  }

  .discount-col,
  .adver-col,
  .adver-third-row .adverMarketing-col {
    width: 100%;
  }

  .adver-title,
  .adverMarketing-col .adver-title {
    min-height: auto;
  }

  .adverMarketing-col .adver-specs {
    min-height: 120px;
  }

  #aboutus-section .first-section .text-area {
    width: 100% !important;
  }

  #aboutus-section .first-section .aboutus-img {
    display: none;
  }
}


@media screen and (max-width: 400px) {
  .login-signup-btn {
    width: 100%;
    /*margin-top: 10px;*/
  }

  .properties-img-col {
    height: 300px;
  }

  .login-signup-btn .btn-primary,
  #collapsibleNavbar .btn-primary {
    width: auto;
    padding: 5px 10px;
  }

  .inText {
    display: none;
  }

  label {
    font-size: 13px !important;
  }

  .featured-col {
    width: 100% !important;
  }

  .featuredpropertiesheadding {
    margin-top: 44px !important;
  }

  .featuredinner {
    padding-top: 0px !important;
  }

  .price p {
    font-size: 14px;
  }

  .legal-user-info-wrapper {
    display: flex;
    flex-direction: column;
  }

  .properties-outer {
    margin-bottom: 0px;
  }

  .product-img {
    width: 100%;
    height: 230px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .advertising-product h3 {
    font-size: 14px;
  }

  .product-content {
    width: 100%;
  }

  .featured-properties-headding {
    /*margin-top:44px;*/
  }

  .featured-inner {
    padding: 30px 0px;
    margin: 0px;
  }

  #aboutus-section .first-section .text-area {
    width: 100% !important;
  }

  #aboutus-section .first-section .aboutus-img {
    display: none;
  }

  .slider-item {
    height: auto;
    /*padding: 60px 50px;*/
  }

  .search-input-tab input {
    width: 71%;
  }

  .forSale-img-col {
    width: 50%;
    /*height: 100px;*/
  }

  .product-img-col {
    width: 43.8%;
  }

  .item-content p a {
    margin: 0px;
  }

  /*For Sale*/
  .property-img {
    width: 164px;
  }
}


@media screen and (max-width: 360px) {
  .search-input-tab .btn-primary {
    padding: 7px 14px;
  }

  .featured-properties-headding h2 {
    font-size: 13px;
  }

  .product-img-col {
    width: 48%;
  }

  /*For Sale*/
  .property-img {
    width: 157px;
  }
}



.appendImage {
  height: 100px;
  width: 100px;
  margin: 10px 10px;
  border: 1px solid #F5D100;
  object-fit: contain;
}

.dropdown-toggle::after {
  display: none !important;
}

.login_with_without {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 4px;
}

.login_with_without li {
  float: left;
  margin-right: 11px;
  /*width:100%;*/
}
.login_with_without .mobile-dropdown {
  height: 34px;
  border-radius: 4px;
}
.login_with_without .mobile-dropdown a {
  line-height: unset !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  /*background-color: #F5D100;*/
}

.login_with_without .dropdown {
  background: #F5D100;
  border-radius: 4px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7PX;
    color: #000;
    font-weight: 500;
  }
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: unset;
}

.alert-error {
  color: #ff2323;
  background: #fad7d7;
  text-align: center;
  margin: 0px 14px 18px;
}

.alert-success {
  color: darkgreen;
  background: #bfebbf;
  text-align: center;
  margin: 0px 14px 18px;
}


.hidden_class {
  display: none;
}


.visible_class {
  visibility: hidden;
}

.yellow_btn {
  background: #F5D100 !important;
  border-color: #F5D100 !important;
  color: #000 !important;
}

.free_btn {
  float: right;
  /*margin-top: 20px;*/
  padding: 6px;
  background: #F5D100;
  color: #3E3E3E;
  border: unset;
  border-radius: 5px;
}

.free_btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.sidebar-details h5 {
  margin-top: 0px !important;
}

.free_btn1 {
  background: yellow;
  color: #000;
  border: unset;
  border-radius: 5px;
}




.wizard-card .icon-circle {
  font-size: 9px;
  border: 3px solid #F3F2EE;
  text-align: center;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
  width: 30px !important;
  height: 30px !important;
  background-color: #FFFFFF;
  margin: 10px auto !important;
  position: relative;
  top: 8px !important;
}

.nav-pills>li.active>a:after {
  content: '';
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 24px !important;
  top: 7px !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transition: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-center {
  text-align: unset !important;
}

.text-center1 {
  text-align: center !important;
}

.wizard-card[data-color="orange"] .nav-pills>li.active>a {
  color: unset !important;
}

.wizard-card[data-color="orange"] .nav-pills>li.active>a:after {
  /*background-color: unset !important; */
}

.wizard-card[data-color="orange"] .nav-pills .icon-circle.checked {
  /*border-color: #F3BB45;*/
  border-color: unset !important;
}

.form-control {
  background-color: #fff !important;
}

.white_text {
  color: #fff !important;
}

.yellow_text {
  color: yellow !important;
}

.free_package_text {
  color: #0b1d4a !important;
}

.featured-inner-second .adver-title.standr-title {
  /* background-color: #F5D100;*/
  border: 1px solid #F5D100;
}

.featured-inner-second .adver-title.premium-title {
  /*background-color: #e01958;*/
  border: 1px solid #e01958;
}

.featured-inner-second .adver-title.standr-title h4 {
  color: #e01958 !important;
}

.featured-inner-second .adver-title.premium-title h4 {
  color: #e01958 !important;
}

/*New CSS*/
.terms-col {
  border: 1px solid #ccc;
  width: 40%;
  padding: 5px;
  margin: 7px;
}

.terms-col b {
  font-size: 15px;
  color: #333;
}

.terms-col p {
  margin-bottom: 0px;
}

.package-col {
  width: 24%;
  margin: 0 7px;
}

.featured-inner.package-outer {
  padding: 25px 15px;
}

.featured-inner .package-col {
  border: 1px solid #ccc;
  padding: 20px;
}

.featured-inner .package-col:nth-child(1) {
  margin-left: 0px;
}

.featured-inner .package-col:nth-last-child(1) {
  margin-right: 0px;
}

.package-col .product-img {
  width: 100%;
  height: 120px;
  border: none;
  padding-bottom: 2px;
  margin: 0px;
}

.package-col .product-img img {
  height: 100%;
  width: 100%;
}

.package-col .product-content {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.package-col .product-headding h4.pr-title,
.package-col .product-headding h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.package-col .package-price,
.package-col .star-rating,
.package-col .country {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.package-col .star-rating a {
  color: #0b1d4a;
}

.package-col .package-price {
  color: #0b1d4a;
  font-weight: bolder;
}

.package-col .star-rating .fa-star {
  color: #ccc;
  font-size: 16px;
}

.package-col .pr-details,
.package-col .pr-content {
  margin: 5px 0;
}

.package-col .product-headding {
  margin-top: 10px;
}

.package-col .pr-btn .btn-primary {
  width: 50%;
  display: block;
  margin-top: 20px;
  padding: 9px;
  border-radius: 5px;
  color: #000000;
  background-color: #f5d104;
  margin: auto;
  border: none;
}

.package-col .pr-btn .btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}

.post-btn {
  background-color: #0b1d4a !important;
  color: #fff !important;
  border: unset !important;
  padding: 7px 14px !important;
  border-radius: 5px !important;
}


.panel-heading a {
  color: #2685BF !important;
}

.bg-background {
  text-align: center;
  margin-top: 15px;
}

.bg-blue-content {
  background-color: #0b1d4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  flex-wrap: wrap;
  position: relative;
}

.bg-blue-content p,
.text-content p {
  margin: 0px;
}

.bg-blue-content span {
  font-size: 40px;
}

.text-content {
  border: 1px solid #0b1d4a;
  padding: 15px 10px;
}

.bg-blue-content:after {
  content: '';
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  background-color: #0b1d4a;
}

.bg-blue-content h4,
.bg-blue-content h5 {
  font-size: 16px;
  margin: 0px;
  width: 100%;
}

.bg-blue-content h5 {
  background-color: yellow;
  padding: 5px;
  color: #0b1d4a
}

.gj-datepicker [role=right-icon] {
  cursor: pointer;
  margin-left: 1px;
  display: flex;
}

.pck-service-outer {
  padding-bottom: 50px;
}

.pck-detail-outer {
  padding-top: 30px;
  border-top: 1.5px solid #c3c3c3;
}

.pack-detail-col h2 {
  color: #253570;
  font-size: 14px;
}

.pack-detail-col ul {
  margin-left: 35px;
  line-height: 23px;
  color: #333;
}

.pack-detail-col ul li {
  padding-left: 15px;
}

.pack-trms-col {
  font-style: italic;
}

.pack-trms-col h2 {
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

.pck-create-outer {
  padding-top: 0px;
}

.pck-create-inner {
  box-shadow: unset;
}

.pck-create-inner.wizard-card .wizard-header h3 {
  font-weight: 500;
  color: #0b1d4a;
}

.pck-create-inner.wizard-card .wizard-navigation {
  width: 70%;
  margin: 0 auto;
}

.pck-create-inner.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
  background-color: #0b1d4a;
}

.pck-create-inner.wizard-card[data-color="orange"] .nav-pills>li.active>a:after {
  border: 2px solid #0b1d4a;
}

.pck-create-inner .nav-pills {
  background-color: #F5D100;
}

.pck-create-inner .nav-pills li a:hover {
  background-color: unset;
}

.pck-create-inner .nav-pills li a {
  color: #0b1d4a;
}

.pck-create-inner.wizard-card .icon-circle {
  border: 3px solid #F5D100;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.file-upload-wrapper input[type=file] {
  position: absolute;
  padding: 0;
  border: unset;
  right: 0;
  width: auto;
  opacity: 0;
  padding: 5px;
}

.file-upload-input {
  width: calc(100% - 90px);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px 9px;
  border: none;
  background: none;
  border: 1px solid #d88dab;
  transition: all 0.2s ease-in;
  float: left;
  border-radius: 5px 0px 0px 5px;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 8px;
  border: none;
  width: 90px;
  margin-left: -1px;
  float: left;
  transition: all 0.2s ease-in;
  background-color: #d33a70;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}

a {
  cursor: pointer;
}

i.fa.fa-map-marker {
  color: #dc3838;
  margin-right: 5px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul>li.star {
  display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
  color: #FF912C;
}


.success-box {
  margin: 20px 0;
  padding: 10px 10px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

.success-box img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.success-box>div {
  vertical-align: top;
  display: inline-block;
  color: #888;
}

.navbar-nav .dropdown-menu {
  padding: 0px !important;
}

.navbar-nav .dropdown-menu li a {
  padding: 10px !important;
  font-weight: bolder;
  font-size: 13px;
}

.navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  background: #0b1d4a;
}

.upload {
  z-index: 999 !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn:active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.50rem + 2px);
}

.online-class-video iframe {
  width: 100% !important;
}

.thumbnail {
  border: none !important;
}

.innerListingbody .tab .tablinks {
  background: #F5D100;
  border: 1px solid #F5D100;
  color: #3E3E3E;
  /*padding: 6px 13px;*/
  font-size: 16px;
  margin: 10px 0px;
  margin-right: 5px;
  border-radius: 6px;
}

.innerListingbody .tab .tablinks:hover {
  background: #0b1d4a;
  border-color: #0b1d4a;
  color: #fff;
}

.innerListingbody .tab .active {
  background: #0b1d4a !important;
  border-color: #0b1d4a !important;
  color: #ffffff !important;
}

.innerListingbody .violet:before {
  display: none;
}

.details_title {
  text-align: center;
  position: relative;
  color: #0b1d4a;
  font-weight: bolder;
  margin-bottom: 25px;
  font-size: 25px;
}

.details_title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 4px;
  width: 50px;
  background: #F5D100;
  left: 48%;
}

.hide_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fa-thumbs-up {
  font-size: 18px !important;
  color: #000000;
  margin-right: 5px;
}

.viewAndLikes,
.views-col,
.overall-ratings {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  margin: 10px 0px;
}

.views-col {
  justify-content: space-between;
}

table.dataTable thead .sorting:after {
  content: unset !important;
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, .5);
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 20px 0 0px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: unset !important;
}

.nav-tabs>.active1 span {
  background: yellow !important;
  color: #000 !important;
}

.wsg-text-heading {
  text-align: center;
  color: red;
  font-weight: 600;
  background-color: #ffffffbf;
  font-style: italic;
  font-family: -webkit-body;
}

.wsg-text-description {
  color: #0b1d4a;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #ffffffbf;
  font-style: italic;
  font-family: -webkit-body;
}

.sidebar ul li a.active {
  background-color: #F5D100 !important;
  color: #000;
}

.job-short-details {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 13px;
  height: auto;
  overflow: hidden;
  color: #000000 !important;
}

.job-short-details h5 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.job-short-details p {
  color: #000000;
  font-size: 12px;
}

.btn-apply {
  background-color: #F5D100 !important;
  color: #3E3E3E !important;
  border-color: #F5D100;
  padding: 5px 24px !important;
  margin-right: 10px;
  border-radius: 5px;
  /*width:50%;*/
}

.btn-cv {
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px 24px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.btn-cv:hover {
  color: red !important;
}

.btn-apply:hover,
.btn-reset:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

.btn-reset {
  padding: 5px 30px !important;
  background: #FFFFFF !important;
  border: 1px solid #A0A0A08E !important;
  color: #3E3E3E !important;
  border-radius: 4px;
}

[slider] {
  position: relative;
  height: 5px;
  margin: 15px 0 25px 0;
}

[slider]>div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}

[slider]>div>[inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider]>div>[inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}


[slider]>div>[range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #F5D100;
}

[slider]>div>[thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider]>input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider]>input[type=range]:focus {
  outline: none;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
  display: none;
}

[slider]>div>[sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #F5D100;
  color: #3E3E3E;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider]>div>[sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #F5D100;
}

[slider]>div>[sign]>span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover>div>[sign] {
  opacity: 1;
}

.edit_btn {
  margin-right: 5px;
}

.table_outer_div {
  width: 100%;
}

.tt-search-box-result-list-container {
  z-index: 1000 !important;
}

.fa-hand-point-right {
  margin-right: 10px;
}

.memo_info {
  color: #000000;
}

.wsg_img_outer .social_icon img {
  width: 100px;
  height: 75px;
  border: 1px solid
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-color: #FFFDFA;
}

/* Home */
.topNavBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.logo img {
  width: 90%;
  height: auto;
}

.searchBox {
  width: 50%;
  position: relative;
}

.searchBox input[type="text"] {
  width: 100%;
  outline: none;
  border-radius: 8px !important;
  border: 1px solid #272e664d;
}

.searchIcon {
  position: absolute;
  top: 1px;
  border-radius: 0px 8px 8px 0px;
  right: 1px;
  background: #FFCD5D;
  padding: 10px 15px;
  cursor: pointer;
}

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

.signInBtn,
.logInBtn {
  border: 1px solid #ffffff;
  background: transparent !important;
}

.logBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logBtn p {
  margin: 0px;
}

.customBtn {
  background-color: #384390;
  margin: 0px 8px;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.ratingSection {
  border-top: 1px solid #DDDDDD;
  margin: auto;
  text-align: center;
}

.ratingSection .starRating {
  margin: 10px auto;
}

.free {
  background-color: #f5e532;
  color: #3e3e3e;
  font-weight: bold;
}

.free:hover {
  color: #ffffff;
  background-color: #272e66 !important;
}

.customBtn img {
  margin-right: 10px;
}

.customBtn:hover {
  background-color: #272e66;
}

.navBar {
  margin-top: 5px;
  padding: 10px 0px;
}

/*.navBar ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  color: #262d65;
  font-weight: bold;
}*/
.iconColor {
  color: #f52d62;
}

.strp {
  background-image: url("img/top_star_bg.png");
  padding: 5px;
  font-weight: bold;
}

.strp p {
  padding: 0px;
  margin: 0px;
  color: #ffffff;
}

#slider {
  margin: 0px !important;
}

#about-us {
  margin-top: 40px !important;
}

section {
  margin: 80px auto;
}

.aboutUsSection {
  margin: 30px 0px;
  padding: 20px;
  background-color: #f5b0bb7c;
}

.aboutUsWrapper {
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.805);
}

.aboutUsWrapper h6 {
  color: #272e66;
  font-size: 16px;
}

.aboutUsWrapper p {
  margin: 0px;
  margin-top: 5px;
  color: #575757;
  font-size: 16px;
}

.findBtn {
  background-color: #384390;
  font-size: 12px;
}

.findBtn:hover {
  background-color: #272e66;
}

.findProviderWrapper {
  padding: 20px;
}

.heading {
  font-size: 22px;
  font-weight: bold;
  color: #384390;
  background: linear-gradient(182deg, rgb(245 209 3) 0%, rgba(255, 231, 178, 1) 100%);
  padding: 5px;
  padding-bottom: 2px;
  font-weight: unset !important;
  border-radius: 8px;
}

.bottomBorder {
  background-color: #FFCD5D;
  height: 4px;
  width: 17%;
  margin: auto;
  border-radius: 8px;
}

.offeringsWrapperSection {
  max-width: 100%;
}

.offeringsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  flex-wrap: wrap;
}

.offeringsCard {
  border: 1px solid #E7EAF3;
  padding: 20px;
  width: 200px;
  margin: 10px 0px;
}

.offeringsImg {
  padding: 20px;
  border-bottom: 4px solid #FFCD5D;
  margin: auto;
  text-align: center;
}

.offerText {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #272E66;
}

.aboutWrapper {
  background: #eeede0b7;
  padding: 50px;
  position: relative;
  transition: .8s all;
}

.aboutText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 18px;
}

.hoverImg {
  position: absolute;
  bottom: 20px;
  left: 40%;
}

.aboutWrapper :hover .hoverImg {
  transform: scale(1.2);
}

.aboutText p {
  color: #7C7C7C;
}

#featured .bottomBorder {
  width: 15%;
}

#insights .bottomBorder {
  width: 8%;
}

#network .bottomBorder {
  width: 18%;
}

.adWrapper {
  width: 100%;
  height: auto;
  border: 1px solid #E7EAF32B;
  background-color: #e7eaf33d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex-wrap: wrap;
}

.adWrapper:hover {
  background-image: url('img/sectionBG.png');
  background-position: center;
  background-repeat: no-repeat;

}

.adImg img {
  border-bottom: 3px solid #f52d62;
  padding: 30px;
  width: 120px;
  height: 120px;
}

.adText p {
  margin: 10px auto;
  font-size: 18px;
  color: #272e66;
  font-weight: bold;
}

.serviceWrapper {
  margin: 10px 60px;
}

.premimumUserWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0px;
}

.premimumUser {
  width: 100%;
  border: 1px solid #e7eaf3;
  background-color: #fbfcfd;
  position: relative;
  margin: 10px;
  height: 180px;
}

.userCard {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userImg {
  padding: 5px 10px;
}

.userDetails {
  margin-top: 10px;
}

.userName {
  font-size: 14px;
  color: #384390;
  font-weight: bold;
}

.navigation {
  margin: 10px auto;
}

.navigation ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.navigation ul span {
  color: #B40202 !important;
}

.navigation ul i {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.subNav {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-radius: 4px;
}

.subNav ul {
  display: block;
  text-align: left;
  box-shadow: #D7DEE365 0px 0px 20px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #272e6680;
}

.subNav ul li {
  padding: 5px;
  border-radius: 3px;
}

.subNav ul li:hover {
  background-color: #1E1E2C;
}

.subNav ul li:hover a {
  color: #ffffff;
}

.subNav ul li a {
  text-decoration: none;
  padding: 10px 0px;
  color: #272E66;
}

.footeraboutWrapper p {
  font-size: 14px;
}

.footeraboutWrapper a {
  font-size: 14px;
}

.subMenu:hover .subNav {
  display: block;
}

.subMenu:hover i {
  color: #1E1E2C;
}

.icon i {
  color: #000 !important;
  font-size: 20px !important;
  cursor: pointer !important;
}

.cancel-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  color: #000;
}

.menuBtn {
  position: absolute;
  top: 45px;
  left: 50px;
  display: none;
}

.menuBtn i {
  color: #FFFFFF !important;
}

.aboutusWrapper {
  background-image: url('img/sectionBG.png') !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;

}

.aboutusBox {
  margin-right: 40px;
  background-color: #ffffffc5;
  padding: 20px;
}

.aboutusContent {
  font-size: 18px;
  color: #575757;
}

.aboutusContent a {
  text-decoration: none;
  color: #F55A73;
}

.navigationWrapper {
  border-top: 1px solid #D9DCE5;
  background: linear-gradient(180deg, rgba(255, 205, 93, 1) 0%, rgba(255, 231, 178, 1) 100%);
}

.navigation ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.navigation ul li a span {
  color: #B40202 !important;
}

.userProfile {
  margin-top: 5px;
  font-size: 13px;
}

.userDubaiFlag {
  align-items: center;
  width: 22px;
  height: 13px;
  margin-right: 5px;
}

.oppDubaiFlag {
  width: 22px;
  height: 13px;
  margin-right: 5px;
}

.userStatus {
  color: #333333;
  font-weight: bold;
}

.profileViews {
  color: #f55a73;
}

.userLocation {
  font-size: 14px;
  color: #333333;
}

.primumUserIcon {
  position: absolute;
  top: 5px;
  right: 10px;
}

.featuredBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

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

.oppoWrapper {
  font-size: 22px;
  color: #272e66;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #FFCD5D;
}

.oppoWrapper span {
  background-color: #f55a73;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  letter-spacing: 2px;
  font-size: 12px;
}

.projectWrapper {
  background-color: #fbfcfd;
  width: 100%;
  border: 1px solid #e7eaf3;
}

.projectCard {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.projectImg img {
  height: 100%;
}

.projectDetails {
  margin-left: 10px;
  font-size: 12px;
}

.projectName {
  color: #384390;
  font-weight: bold;
}

.projectDetails span {
  color: #384390;
  font-weight: bold;
}

.readMore a {
  color: #f55a73;
  text-decoration: none;
}

.bottomReadMore {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -5px;
}

.bottomReadMoreBtn {
  background-color: #fbfcfd;
  width: 100%;
  border: 1px solid #e7eaf3;
  color: #3e3e3e;
  font-size: 16px;
  padding: 5px 55px;
  border-radius: 4px;
}

.classifiedsHeader {
  background-color: #f55a73;
  padding: 15px;
}

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

.classifiedsHeading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.freePostBtn {
  background-color: #f5e532;
  padding: 5px 10px;
  border-radius: 4px;
  color: #3e3e3e;
  font-weight: bold;
}

.classifiedPosts {
  background-color: #fbfcfd;
  width: 100%;
  border: 1px solid #e7eaf3;
  padding: 20px;
}

.postCard {
  margin: 20px auto;
}

.postHeading {
  color: #272e66;
  font-size: 14px;
  font-weight: bold;
}

.postLocation,
.postDiscription {
  font-size: 13px;
  color: #333333;
}

.classMore a {
  color: #f55a73;
  text-decoration: none;
  font-weight: bold;
}

.insightWrapper {
  background: linear-gradient(90deg,
      rgba(239, 221, 237, 1) 0%,
      rgba(250, 232, 223, 1) 50%);
  margin-top: 40px;
}

.itemWrapper {
  box-shadow: 0px 0px 13px #00000014;
  padding: 10px;
  background-color: #fff;
}

.itemDetails {
  margin: 10px auto;
  font-size: 15px;
}

.itemName {
  color: #384390;
}

.itemView {
  color: #f55a73;
}

.videoDiscription {
  font-size: 10px;
  color: #3e3e3e;
  margin: 22px 0px;
}

.itemImg img {
  width: 100%;
}

.blogDescription {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: bold;
}

.blogCard {
  padding: 10px;
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
  height: auto;
}

.blogDate {
  color: #72779b;
  font-size: 11px;
}

.headlinesWrapper {
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
}

.headlines {
  padding: 14px;
  border-bottom: 1px solid#E7EAF3;
  font-size: 15px;
  color: #272e66;
  font-weight: bold;
}

.headlines img {
  margin-right: 10px;
}

.headlines a {
  font-size: 18px;
  color: #f55a73;
  text-decoration: none;
}

.newsletterHeading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.emailImg {
  margin-right: 10px;
}

.newsletterWrapper {
  background: linear-gradient(90deg,
      rgba(239, 221, 237, 1) 0%,
      rgba(250, 232, 223, 1) 50%);
  width: 100%;
}

.newsletter {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news p {
  margin-bottom: 2px;
  font-size: 14px;
  color: #3e3e3e;
}

.news h4 {
  margin: 1px;
  font-size: 40px;
  color: #384390;
}

.emailInputBox {
  width: 60%;
  border-radius: 4px;
}

.emailInputBox input[type="email"] {
  width: 100%;
  border: none;
  border-radius: 4px !important;
}

.subscribeBtn {
  background-color: #384390;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
}

.subscribeBtn img {
  margin: 0px 5px;
}

.magasAboutUs {
  color: #fff;
}

.logo a {
  color: #f52d62;
  text-decoration: none;
}

#newsletter {
  margin-bottom: 0px !important;
}

.netslider {
  margin: 15px auto;
}

.latestSlider {
  margin-top: 20px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50px, -50px);
  width: 100%;
  font-size: 45px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -4%;
  display: block;
  /* background-color: red; */
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -12.5%;
  display: block;
  /* background-color: red; */
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #FFCD5D;
}

#latest {
  margin: 0px;
}

.latestCard {
  background-color: #fff;
  padding: 10px;
  box-shadow: #00000014 0px 0px 16px;
  width: 250px;
  border: 1px solid #00000014;
}

.itemImg {
  height: 170px !important;
}

.itemImg {
  height: 100%;
}

.properteDetails {
  margin-top: 20px;
}

.properteDetails h5 {
  font-size: 16px;
  color: #1F3762;
  font-weight: bold;
}

.proDetails {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.proDetails p {
  margin-bottom: 5px;
}

.latestCardLocation {
  display: flex;
  align-items: center;
}

.latestDubaiFlag {
  width: 26px !important;
  height: 16px !important;
  margin-right: 10px;
}

.starRating {
  display: flex;
  align-items: center;
  width: 50%;
}

.starRating img {
  width: 19px;
  height: 19px;
}

.latestBgImg img {
  width: 118px;
  height: 118px;
  display: flex;
}

.latestCardDetails {
  background-image: url("img/quality.png");
  background-repeat: no-repeat;
  background-position: right 1px top 65px;
}

.freebadge {
  position: absolute;
  top: 0;
  right: 0;
}

.carousel-control-prev {
  margin: 0px;
  justify-content: start;
  margin-left: 25px;
}

.carousel-control-next {
  justify-content: end;
  margin-right: 25px;
}

.carousel-control-next-icon {
  padding: 10px;
  font-size: 10px;
  background-color: #555555;
  border-radius: 50%;
  right: 30px;
  position: absolute;
}

.aboutusHeading p {
  font-size: 18px;
  color: #272E66;
  font-weight: bold;
}

.carousel-control-prev-icon {
  padding: 10px;
  font-size: 10px;
  background-color: #555555;
  border-radius: 50%;
  left: 30px;
  position: absolute;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  background-color: #214371 !important;
}

.viewMore {
  height: 100%;
}

.viewMoreWrapper {
  background-image: url("img/view\ more\ bg.png");
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  color: #384390;
  font-weight: bold;
  cursor: pointer;
}

.viewMoreCard {
  background-image: url("img/view\ more\ bg.png");
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.viewCard {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #384390;
  font-weight: bold;
  text-transform: uppercase;
}

footer {
  /*padding: 10px 0px;*/
  padding-bottom: 0px;
}

.footerText {
  color: #ffffff;
  font-size: 14px;
  padding-right: 60px;
}

.footerText a {
  color: #F5E532;
  text-decoration: none;
}

.aboutHeading {
  margin-top: 20px;
}

.aboutHeading p {
  color: #F5E532;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.aboutHeading ul {
  list-style: none;
  padding: 0px;
}

.aboutHeading ul li {
  font-size: 14px;
  color: #fff;
  padding: 2px 0px;
}

.bottomNavBar {
  background-color: #1E1E2C;
  padding: 8px;
}

.bottomNavBar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}

.bottomNavBar .desktopBottomNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px 0px;
  padding: 0px;
}

.bottomNavBar .desktopBottomNav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-family: calibri, Muli, arial, halvetica open-sans;
}

.bottomNavBar .mobileBottomNav ul li a {
  font-size: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.bottomNavBar ul .postBtn {
  background-color: #FFCD5D;
  padding: 5px 25px;
  border-radius: 6px;
}

.socialMedia ul li {
  padding: 0px 10px;
}

.socialMedia ul li img {
  width: 30px;
  height: 30px;
}

.copyright {
  color: #959595;
  background-color: #ffffff;
  padding: 14px;
  /* background-color: red; */
}

.footerLogo img {
  width: 200px;
  /*height: 86px;*/
}

/* Dash Board */
.DashBoard {
  margin: 0px !important;
  padding: 0px !important;
}

.dashboardSideMenuWrapper {
  background-color: #FBFCFE;
  box-shadow: #0000000A 5px 6px 15px;
  height: 100%;
  padding: 20px 0px;
  position: relative;
}

.menu .item {
  padding: 15px 20px;
  outline: none;
}

.menu .item a {
  text-decoration: none;
  font-size: 16px;
  color: #333B6A;
}

.menu .item a i {
  margin-right: 10px;
}

.menu .active {
  border-left: 3px solid #F34383;
  color: #F34383;
}

.menu .active a {
  color: #F34383;
  font-weight: bold;
}

.menu .item a .dropdown {
  position: absolute;
  right: 0px;
  margin: 4px 10px;
  transition: .3s ease;
}

.sub-menu {
  margin: 10px;
  display: none;
}

.sub-menu a {
  display: block;
  padding: 10px 20px;
}

.rotate {
  transform: rotate(90deg);
}

.sub-menu .sub-menu {
  padding-left: 20px;
}

.sub-menu a:hover {
  background-color: #272E66;
  color: #ffffff;
  border-radius: 4px;
}

/* .dashboardMenuWrapper ul li:hover {
  color: #f34383 !important;
  border-left: 5px solid #f34383 !important;
} */
.subdashMenu {
  display: none;
}

.subdashMenu ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
  cursor: pointer;
  border-left: 5px solid #fbfcfe;
}

.subdashMenu ul .active a {
  color: #f34383 !important;
  border-left: 5px solid #f34383 !important;
}

.adminDashBoardWrapper {
  padding: 25px 0px;
}

.toggleBtn {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f52d62;
  cursor: pointer;
}

.MesBtn {
  padding: 10px 35px;
}

.toggleActive {
  background-color: #f52d62;
  color: #ffffff !important;
}

.toggleOne {
  border-radius: 25px 0px 0px 0px;
  color: #f52d62;
}

.chatBtn {
  border-radius: 0px !important;
}

.toggleSecond {
  border: 1px solid #f52d62;
  color: #f52d62;
  border-radius: 0px 10px 0px 0px;
}

.numberSection {
  margin-top: 20px;
}

.numberWrapper {
  border-radius: 8px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  height: 122px;
  color: #ffffff;
  margin: 12px auto;
}

.fa-chevron-circle-left,
.fa-chevron-circle-right {
  font-size: 35px;
  color: #000000;
}

.numberDigit {
  font-size: 45px;
}

.numberIcon {
  font-size: 30px;
  background: #fbfcfe5e;
  padding: 0px 10px;
  border-radius: 50%;
}

.numberIcon i {
  color: #FBFCFE !important;
  margin: 10px -1px;
}

.numberText {
  font-size: 14px;
  color: #fbfcfe;
  opacity: 70%;
}

.approvedItem {
  background: linear-gradient(147deg,
      rgba(243, 67, 131, 1) 0%,
      rgba(187, 84, 163, 1) 100%);
}

.classifiedsCount {
  background: linear-gradient(147deg,
      rgba(75, 194, 236, 1) 0%,
      rgba(99, 152, 218, 1) 100%);
}

.blockedItem {
  background: linear-gradient(147deg,
      rgba(255, 187, 48, 1) 0%,
      rgba(250, 147, 70, 1) 100%);
}

.contactMessageWrapper {
  margin-top: 30px;
  margin-bottom: 110px;
  font-size: 20px;
  color: #333b6a;
  font-weight: bold;
  /* display: none; */
}

.contactTableWrapper {
  box-shadow: #333b6a12 0px 0px 5px;
  padding: 15px;
  border-radius: 10px;
  overflow: scroll;
}

.contactTable tr td a {
  color: #F55A73;
}

.contactTable .deleteBtn {
  margin: 10px;
}

.contactTable .deleteBtn i {
  color: #ffffff;
  padding: 10px;
}

.contactTable .thead {
  border-radius: 10px !important;
}

.contactTable th,
td {
  font-weight: 400 !important;
  font-size: 16px;
  padding: 10px !important;
  /* width: 28%; */
}

.referal a {
  color: #f55a73;
}

.messageIcon {
  color: #fda83b;
  font-size: 25px;
}

.paggingWrapper {
  margin: 20px 0px;
}

.pagging {
  font-weight: 400;
  float: right;
  font-size: 15px;
  display: flex;
  cursor: pointer;
}

.page {
  padding: 0px 10px;
  margin: 0px 5px;
}

.pagging .active {
  background: #272e66;
  border-radius: 6px;
  color: #ffffff;
}

.leftAlign {
  text-align: left !important;
  padding-left: 80px;
}

/* plan section */
.plan {
  margin: 10px 0px !important;
}

.heroBanner img {
  width: 100%;
}

.planTypeWrapper {
  margin: 50px auto;
}

.planCard {
  text-align: center;
  box-shadow: #04040433 0px 0px 20px;
  border-radius: 15px;
  height: auto;
  position: relative;
}

.bubble {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: red;
  padding: 20px 10px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
}

.planHeader {
  padding: 20px;

}

.planBody {
  padding: 20px 10px;
  background-color: #ffffff;
  border-radius: 0px 0px 15px 15px;
}

.premimumPrice {
  font-size: 24px;
}

.premimumPrice span {
  color: red;
  font-weight: bold;
}

.planHeading {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  border-radius: 15px 15px 0px 0px;
}

.planHeading p {
  padding: 5px;
  margin: 0px;
}

#free {
  background-color: #FFCD5D;
}

#paid {
  background-color: #04337E;
  color: #fff;
}

#padi .planDetails {
  background: linear-gradient(1deg, rgba(246, 236, 180, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.planDetails {
  padding: 15px;
}

.planDetails p {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
}

.planDetails h2 {
  font-size: 45px;
  color: #3a3a3a;
  font-weight: bold;
  margin: 5px 0px;
}

.planDetails h2 sup {
  font-size: 25px;
}

.planDetails h2 span {
  font-size: 20px;
}

.planBtn {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 25px;
  width: 60%;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  margin: 20px auto;
}

.yellowBtn {
  color: #3e3e3e;
  background-color: #F5D100;
  padding: 10px 25px;
  width: 60%;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}

.yellowBtn:hover {
  color: #ffffff !important;
  background-color: #000000;
}

.yellowBtn a:hover {
  color: #ffffff !important;
}

.planWrapper {
  margin: 0px 100px;
}

.billed {
  font-size: 12px !important;
  color: #9a9a9a !important;
  margin: 0px;
}

.planFeatureWrapper {
  /*margin: 0px 60px;*/
}

.planFeatureTable {
  width: 100%;
  border: 1px solid #d1d1d1;
}

.planFeatureTable tr {
  text-align: center;
}

.planFeatureTable tr {
  border-radius: 10px !important;
}

.planFeatureTable th {
  color: #3E3E3E !important;
  background-color: #FFCD5D !important;
}

.planFeatureTable thead th:first-child {
  width: 60%;
  padding: 15px;
  padding-left: 50px;
  text-align: left;
}

.planFeatureTable tbody td:first-child {
  width: 60%;
  padding-left: 50px !important;
  text-align: left;
  font-size: 15px;
  color: #130d40;
}

.planFeatureTable tbody .access {
  color: #41bf68;
  font-size: 18px;
}

.planFeatureTable tbody .notAccess {
  color: #d5d5d5;
  font-size: 18px;
}

.planFeatureTable tr:nth-child(even) {
  background-color: #ffefcd;
}

.planFeatureTable tr:nth-child(odd) {
  background-color: #ffffff;
}

.featureNameText {
  font-size: 14px !important;
  color: #130d40 !important;
  font-weight: 500;
}

.featureDetailsWrapper {
  margin: 30px auto;
}

.featureDetails {
  border: 1px solid #e7eaf3;
  background: #fbfcfd;
  border-radius: 15px 15px 0px 0px;
  height: auto;
}

.featureNameWrapper {
  text-align: center;
  background: linear-gradient(1deg, rgba(246, 236, 180, 1) 0%, rgba(254, 243, 243, 1) 100%);
  padding: 20px 30px;
  border-top: 15px solid #FFCD5D;
  border-radius: 20px 15px 0px 0px;
  position: relative;
}

.topHeading {
  position: absolute;
  top: -28px;
  left: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}

.featureName {
  color: #2B0D7C;
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
  margin-bottom: 0px;
}

.featureDetailss {
  background-color: #ffffff;
}

.featureDetailss ul {
  list-style: none;
  padding: 0px;
}

.featureDetailss li {
  padding: 20px 30px;
  font-size: 14px;
  color: #3e3e3e;
  /*font-weight: 500;*/
  padding-bottom: 0px;
}

.featureDetailss li:last-child {
  border-bottom: 0px;
}

.featureDetailss li i {
  color: #FFCD5D;
  margin-right: 5px;
}

.freeForAllBtn {
  text-align: center;
  margin: 20px auto;
  background-color: #f5e532;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 13px;
  color: #3e3e3e;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
}

.adProductWrapper {
  margin: 20px auto;
  box-shadow: #04040422 0px 0px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  border-top: 10px solid #032B79;

  background-color: #FFD60019;
}

.productWrapper {
  text-align: center;
}

.productWrapper .productImg img {
  width: 100px;
  height: 100px;
}

.exploreBtn a {
  background-color: #000;
  padding: 5px 30px;
  color: #ffffff;
  border-radius: 5px;
}

.productName {
  font-size: 20px;
  /* font-weight: bold; */
  color: #000000;
  margin: 15px auto;
}

.productsDetails {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.productsDetails ul {
  list-style: none;
}

.productsDetails ul li {
  padding: 5px 0px;
  font-size: 14px;
  color: #3e3e3e;
}

.productsDetails ul li i {
  color: #FFCD5D;
}

.productsRate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wasPrice {
  margin: 5px auto;
  font-size: 20px;
  color: #3a3a3a;
  font-weight: 600;
}

.wasPrice del {
  color: #f52d62;
  font-size: 26px;
}

.discount {
  margin: 5px auto;
  background-color: #FFCD5D;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  padding: 5px;
  font-weight: bold;
}

.nowPrice {
  margin: 5px auto;
  font-size: 20px;
  color: #3a3a3a;
  font-weight: 600;
}

.nowPrice span {
  font-weight: bold;
  color: #f52d62;
  font-size: 26px;
}

.upgradeBtn {
  margin: 10px auto;
  background-color: #000000;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

a .upgradeBtn {
  color: #ffffff;
  padding: 8px 35px;
}

.solutionWrapper {
  margin: 40px auto;
}

.featureName p {
  margin: 5px 0px;
  font-size: 13px;
  color: #3a3a3a;
  font-weight: 400;
}

.priceWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px auto;
  background-color: #fff;
}

.priceWrapper h6 {
  color: #272e66;
  font-size: 13px;
  font-weight: bold;
}

.priceWrapper h4 {
  font-size: 22px;
  color: #3a3a3a;
}

.priceWrapper .off {
  margin: 5px auto;
  background-color: #f5e532;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}

.price {
  font-size: 22px;
  color: #f52d62;
  font-weight: bold;

}

.buyBtn a {
  background-color: #000000;
  padding: 5px 30px;
  margin: 10px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.quoteWrapper {
  background: linear-gradient(0deg, #d3f0ff 20%, #fff 80%);
  text-align: center;
  margin: 40px auto;
  padding: 20px;
  border-top: 10px solid #032B79;
  border-radius: 10px 10px;
}

.quoteName {
  margin: 20px auto;
  color: #2b0d7c;
  font-size: 14px;
  font-weight: bold;
}

.quoteDescription {
  margin: 30px auto;
  color: #3a3a3a;
  font-size: 12px;
}

.getQuoteBtn {
  background-color: #000000;
  width: 60%;
  margin: auto;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}



/* associateForm */
.associateForm {
  margin: 40px auto !important;
}

.formWrapper {
  margin: 20px 0px;
}

.mandatoryText {
  color: #464a53;
  font-size: 18px;
}

.form-check {
  display: inline-block !important;
  margin-right: 10px;
}

.mandatoryPoints {
  margin: 20px 0px;
  font-size: 18px;
  color: #464a5398;
}

.mandatoryPoints p {
  margin-bottom: 5px;
}

.mandatoryPoints ul {
  margin: 0px;
  padding-left: 20px;
}

.captchaText {
  display: inline-block;
}

.captchaWrapper {
  display: flex;
  align-items: center;
}

.captchaWrapper input {
  width: 80%;
}

.captchaText {
  font-size: 30px;
  color: #464a53;
  font-weight: bold;
  margin-right: 10px;
}

.associateBtn {
  margin-right: 10px;
}



/* Affiliate Sub Code Report */
.codeWrapper h5 {
  font-size: 22px;
  margin: 35px 0px;
  color: #120555;
  font-weight: 600;
}

.checkCodeWrapper {
  margin: 20px 0px;
}

.selectCodeForm {
  display: flex;
  flex-direction: column;
}

.selectCodeForm select {
  margin-top: 10px;
  width: 25%;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #dddfe1;
  cursor: pointer;
  color: #464a53;
}

button {
  /*margin-top: 15px;*/
  cursor: pointer;
  background-color: #F5D103;
  width: 143px;
  padding: 5px 10px;
  border: none;
  color: #000000;
  border-radius: 3px;
}

button:hover {
  background-color: #000000;
  color: #ffffff;
  transition: .2s;
}

.nav-second-level ul li:hover {
  /* background-color: #0e1490 !important; */
  border-radius: 8px !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
}

.reportWrapper {
  box-shadow: #d7dee365 0px 0px 20px;
  border-radius: 8px;
  margin: 50px 0px;
}

.reportHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.reportHeader h6 {
  font-size: 18px;
}

.exportBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.exportBtn p {
  margin: 0px;
  padding: 0px;
  color: #f55a73;
  font-weight: 500;
  cursor: pointer;
}

.exportBtn img {
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
}

.reportTable {
  overflow-y: hidden;
  /* overflow-x: scroll; */
  width: 100%;
}

.codeReportWrapper {
  margin: 50px auto;
}

table {
  width: 1623px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  background-color: #120555 !important;
  color: #ffffff;
}

th,
td {
  padding: 5px 12px;
  font-size: 14px;
}

tr:nth-child(even) {
  background-color: #f4f4f4;
}

.fullWidth {
  width: 100%;
}

/* width */
::-webkit-scrollbar {
  height: 8px;
  width: 4px;
}

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

/* form steps */

.progressBar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 50px 0px;
}

.progressBar::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 100%;
  background-color: #f3f3f3;
  opacity: 50%;
  z-index: -1;
}

.progressStep {
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progressStep::before {
  counter-increment: step;
  content: counter(step);
}

.progressStep::after {
  content: attr(data-title);
  position: absolute;
  top: calc(110%);
  font-size: 16 px;
  color: #464a53;
}

.progressActive {
  background: linear-gradient(90deg,
      rgba(240, 147, 251, 1) 0%,
      rgba(245, 87, 108, 1) 100%);
  color: #fff;
}

/* Bizzlisting form */
.dragWrapper {
  margin: 20px 0px;
  padding: 15px;
  width: 100%;
  height: 214px;
  box-shadow: 1.5px 2.6px 10px #7777771a;
  border-radius: 3px;
}

.dragWrapper h6 {
  color: #8469f4;
  font-size: 14px;
}

.logoDragArea,
.coverDragArea {
  border: 1px solid #dddfe1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  height: 130px;
  margin-top: 15px;
}

.logoDragArea.active,
.coverDragArea.active {
  border: 1px dashed #f55a73;
}

.logoDragArea p,
.coverDragArea p {
  font-size: 14px;
  color: #abafb3;
  cursor: pointer;
}

.logoDragArea h6,
.coverDragArea h6 {
  font-size: 18px;
  color: #f55a73;
}

label {
  font-size: 16px;
  color: #464a53;
}

.required {
  color: #f55a73;
}

.fileUpload {
  border: 1px solid #dddfe1;
  padding: 8px;
}

#customeText,
#customeBrochure {
  font-size: 16px;
  color: #abafb3;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="url"],
.customeDropDown,
textarea,
{
outline: none;
padding: 10px 15px;
border-radius: 0 !important;
}

/*
.form-control.select2-container {
  border: 1px solid #d1d1d1 !important;
}

.select2-container .select2-choice {
  background-image: none !important;
  background-color: #ffffff !important;
  height: 32px;
}

.form-control .select2-choice {
  border-radius: 10px;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.select2-container .select2-choice>.select2-chosen {
  background-color: #ffffff !important;
  padding: 3px 0px !important;
}*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
.customeDropDown:focus,
textarea:focus {
  outline: none;
  border: 1px solid #7f63f4;
}

input[type="date"] {
  border: 1px solid #d1d1d1;
}

.guid {
  margin: 15px 0px;
  font-size: 14px;
  color: #abafb3;
}

/* Blog Form */
.blogFormWrapper {
  margin: 25px;
}

.formHeading {
  margin-bottom: 40px;
  font-size: 30px;
  color: #333b6a;
}

.blogSubmit {
  margin-top: 30px;
}

.blogImageWrapper {
  margin: 70px 0px;
  height: 230px;
}

.blogImageWrapper .logoDragArea {
  padding: 60px;
  height: 170px;
}

/* Business Listing View */
.topBannerWrapper {
  margin: 0px;
}

.busnessListingBGWrapper {
  background-image: url("img/BusinessListing_Bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.contentWrapper {
  padding: 30px 0px;
  padding-right: 240px;
  float: left;
}

.contentWrapper .bannerHeading {
  font-size: 28px;
  font-weight: bold;
  color: #f52d62;
}

.contentWrapper .bannerSubHeading {
  font-size: 20px;
  font-weight: bold;
  color: #272e66;
}

.contentWrapper .bannerContent {
  padding-right: 80px;
  font-size: 18px;
  color: #575757;
}

.buinessListingWrapper,
.opportunity,
.service,
.blogSection {
  margin: 40px 0px;
}

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

.submitBtn input {
  background-color: #384390;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  color: #ffffff;
}

.filterStrapWrapper {
  margin: 30px 0px;
  background-color: #f0f0f0;
  padding: 5px;
}

.filterStap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5c5c5c;
}

.leftFilter,
.rightFilter {
  cursor: pointer;
}

.filter,
.business {
  margin: 30px 0px;
}

.businessCardWrapper {
  padding: 20px;
  box-shadow: #00000014 0px 0px 13px;
}

.businessLogo {
  border: 1px solid #e7eaf3;
}

.businessLogo img {
  width: 100%;
}

.businessDetailsWrapper {
  font-size: 16px;
  margin-top: 20px;
}

.businessName {
  color: #384390;
}

.businessView {
  color: #f55a73;
}

.businessDetailsWrapper {
  background-image: url("img/quality.png");
  background-repeat: no-repeat;
  background-position: right 1px top 6px;
}

.commonPaggingWrapper {
  margin: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

.pagesNumber {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 200px;
  cursor: pointer;
}

.paggingPreviousIcon,
.paggingNextIcon {
  color: #3e3e3e27;
  cursor: pointer;
}

.pageNumbers {
  padding: 0px 5px;
  border-radius: 50%;
  background-color: #e9e9e9;
  font-size: 14px;
}

.pagesNumber .active {
  background-color: #f55a73 !important;
  color: #ffffff;
}

/* Job Profile View All Page/Pro  */
.jobProfileBGWrapper {
  background-image: url("img/jobProfileBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.jobContentWrapper {
  padding: 50px 0px;
  padding-right: 300px;
}

.jobContentWrapper .bannerHeading {
  font-size: 28px;
  color: #384390;
}

.jobContentWrapper .bannerContent {
  margin: 10px 0px;
  font-size: 18px;
  color: #575757;
}

.jobProfileWrapper {
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
  position: relative;
}

.profileWrapper {
  display: flex;
  padding: 15px 20px;
}

.profileDetailsWrapper {
  font-size: 14px;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.profileUserName {
  color: #384390;
}

.userProfileViews {
  color: #f55a73;
}

.profileDescription {
  padding: 15px 20px;
  border-top: 1px solid #e7eaf3;
}

.profileDescription p {
  margin: 0px;
}

.primumUserProfileIcon {
  position: absolute;
  top: 20px;
  right: 20px;
}

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

/* Opportunity View All Page */
.opportunityBGWrapper {
  background-image: url("img/OpportunityBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.opportunityFilterWrapper {
  margin: 0px 100px;
}

.opportunityRightFilter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
}

.opportunityPostBtn {
  margin: 5px 0px;
  padding: 5px 10px;
  color: #272e66;
  background-color: #f5e532;
  border-radius: 6px;
  font-weight: bold;
  font-size: 10px;
}

.opportunityWrapper {
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
  display: flex;
  padding: 15px;
  margin: 10px auto;
}

.opportunityContent {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

.opportunityName {
  color: #384390;
  font-weight: bold;
}

/* Service Packages View All */
.serviceBGWrapper {
  background-image: url("img/ServicePackagesBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.servicesWrapper {
  background-color: #fbfcfd;
  box-shadow: #00000014 2px 9px 10px;
  margin: 20px auto;
}

.serviceSection {
  padding: 15px;
}

.serviceImg img {
  width: 100%;
  height: 139px;
}

.serviceDetails {
  font-size: 16px;
}

.serviceName {
  color: #384390;
}

.servicePackage {
  color: #333333;
}

.buyNowCTA {
  background-color: #f55a73;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.buyNowCTA button {
  margin: 0px;
}

.ratingAndViewsWrapper {
  display: flex;
  align-items: center;
}

.serviceView {
  color: #f55a73;
}

.servicePrice {
  color: #d90023;
  font-size: 18px;
  font-weight: bold;
}

/* Blog View All */
.blogFilterWrapper {
  margin: 0px 250px;
}

.blogContentWrapper {
  padding: 10px;
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
}

.blogDetailsWrapper {
  margin-top: 10px;
  font-size: 14px;
}

.blogWriterName {
  color: #384390;
  font-weight: 500;
}

/* classifieds view  */
.classifieds {
  margin: 20px auto !important;
}

.classifiedsViewBG {
  background-image: url("img/classifiedsBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.classifiedsViewWrapper {
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
  padding: 15px 20px;
}

.classifiedsViewHeader {
  display: flex;
  justify-content: space-between;
}

.classifiedsUserName p {
  margin: 0px;
  font-size: 18px;
  color: #384390;
  font-weight: bold;
}

.classifiedsUserLocation {
  display: flex;
  color: #868686;
  font: 12px;
}

.classifiedsUserLocation .fa-briefcase {
  color: #f55a73;
  margin-left: 10px;
}


.classifiedsViewsWrapper span {
  color: #000000;
  font-size: 12px;
}

.classifiedsViewBody {
  background-color: #fff;
  border: 1px solid #e7eaf3;
  margin: 20px auto;
  border-radius: 6px;
  padding: 15px;
}

.classifiedsViewBody p {
  margin: 0px;
}

.classifiedsViewHeading {
  font-size: 14px;
  color: #384390;
  font-weight: bold;
}

.classifiedsViewHeading p {
  margin: 5px auto;
}

.classifiedsContent p {
  font-size: 14px;
  color: #333333;
}

.classifiedsContent a {
  color: #f55a73;
  text-decoration: none;
}

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

.classifiedsViewFooter {
  font-size: 12px;
  color: #333333;
}

.classifiedsViewEmail span {
  color: #f55a73;
}

.fa-phone {
  color: #f55a73;
}

.moreAdsBtn {
  background-color: #f55a73;
  padding: 5px 10px;
  border-radius: 5px;
}

.moreAdsBtn a {
  color: #fff;
  text-decoration: none;
}

/* headling page */


.headlineContainer {
  background-color: #ffd5d534;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.headlineContainer p {
  margin: 0px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #384390;
}

.headlineContainer:nth-child(even) {
  background-color: #fbfcfd !important;
}

.even {
  background-color: #fbfcfd;
}

.headlineReadMoreBtn button {
  background-color: white !important;
  color: #f55a73;
  border: 1px solid #f55a73;
  margin: 10px auto;
}

.headlineReadMoreBtn a:hover {
  background-color: #f55a73;
  color: #ffffff;
  border: 1px solid #f55a73;
}

/* WhitePaper Section */
.whitePaper {
  margin: 20px 0px;
}

.whitePaperBgWrapper {
  background-image: url("img/whitePaperBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.whitePaperWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0px;
}

.whitepaperBox {
  background-color: #fbfcfd;
  border: 1px solid #e7eaf3;
  padding: 10px;
  margin: 10px auto;
}

.whitepaperImg img {
  width: 100%;
}

.whitepapercontent {
  margin: 10px 0px;
  font-size: 14px;
}

.whitepaperheading {
  color: #384390;
}

/* blog details page */
.blogWrapper,
.recentBlog {
  margin: 30px 0px;
}

.blogHeader .publishDate {
  font-size: 14px;
  color: #72779b;
}

.blogHeader .blogTitle {
  font-size: 25px;
  color: #f55a73;
}

.blogHeader .blogBy {
  font-size: 14px;
  color: #272e66;
  font-weight: bold;
}

.blogTag {
  margin: 25px 0px;
}

.blogTag a {
  font-size: 15px;
  color: #868686;
  text-decoration: none;
  margin: 0px 10px;
  border: 1px solid #868686;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: center;
}

.blogContent {
  margin: 30px 0px;
  font-size: 16px;
  color: #868686;
}

.blogPoints h5 {
  font-size: 20px;
  color: #f55a73;
  margin-bottom: 10px;
}

.blogPoints ol {
  padding: 15px;
}

.blogPoints ol li {
  color: #272e66;
  font-size: 20px;
  font-weight: bold;
}

.referenceLink a {
  display: block;
  font-size: 16px;
  color: #384390;
  text-decoration: none;
  margin: 5px 0px;
  font-weight: 500;
}

.blogPreviousNextBtn {
  margin: 50px 0px;
}

.blogPreviousNextBtn a {
  font-size: 18px;
  text-decoration: none;
  margin: 0px 10px;
  padding: 8px 20px;
  border-radius: 4px;
}

.blogPreviousNextBtn .previousBtn {
  color: #f55a73;
  border: 1px solid #f55a73;
}

.blogPreviousNextBtn .nextBtn {
  background-color: #f55a73;
  color: #fff;
}

.recentBlog h4 {
  font-size: 24px;
  color: #120555;
  font-weight: bold;
}

.blogpageWrapper {
  margin: 20px 0px;
}

/* Channel Client Listing */
.channelClientBgWrapper {
  background-image: url("img/channelClientBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.slidertext {
  margin: 80px 150px;
  color: #ffffff;
  font-size: 20px;
}

.slidertext .by {
  color: #F5E532;
}

.channelClient {
  margin: 10px 0px;
}

.channelClientAssBtn {
  margin-right: 20px;
}

.clientChannelWrapper,
.patnerChannelWrapper {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.channelClientBgWrapper .carousel-control-next-icon {
  padding: 20px;
  font-size: 10px;
  background-color: #555555;
  border-radius: 50%;
  right: 20%;
  top: 30%;
  position: absolute;
}

.videoImg {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #ffffff;
  transition: .4s ease;
  opacity: 0;
}

.videoImg:hover .overlay {
  opacity: 1;
}

.channelClientBgWrapper .carousel-control-prev-icon {
  padding: 20px;
  font-size: 10px;
  background-color: #555555;
  border-radius: 50%;
  top: 30%;
  left: 20%;
  position: absolute;
}

/* My Ads page */
.myAdsWrapper {
  margin: 30px 0px;
}

.myAdsHeading {
  font-size: 22px;
  color: #120555;
  font-weight: bold;
}

.myAdsSectionWrapper {
  margin: 20px 10px;
}

.myAdsSectionWrapper .col-8,
.myAdsSectionWrapper .col-2 {
  padding: 0px;
}

.adsImg {
  border: 1px solid #E7EAF3;
  height: 100%;
}

.adsImg img {
  width: 100%;
}

.adsContentWrapper {
  background-color: rgb(129, 101, 101);
}

.adsContentWrapper,
.adsDeleteWrapper {
  background-color: #F4F4F4;
}

.myAdsSectionWrapper .even {
  background-color: #ffffff;
}

.adsContentWrapper {
  padding: 10px 30px;
  font-style: 16px;
}

.adsHeading {
  color: #272E66;
  margin-bottom: 5px;
  font-weight: 500;
}

.adsetails {
  font-size: 14px;
  color: #868686;
}

.adsLocation,
.adTime,
.adsType {
  margin: 5px 0px;
}

.adTime p {
  display: inline !important;
}

.adTime p:nth-child(2) {
  margin-left: 15px;
}

.adsDeleteWrapper {
  border-left: 1px solid #e4e4e4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adsDeleteWrapper i {
  background-color: #F55A73;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

/* Advertising Payment */
.advertisingReport {
  margin: 20px auto;
}

.total {
  /*background-color: #120555;*/
  color: #fff;
}

/* user profile */
.userProfileWapper {
  margin: 35px auto;
}

.userProfileWapper h6 {
  font-size: 22px;
  color: #120555;
}

.userProfileHeader {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.userProfileName {
  display: flex;
  align-items: center;
}

.profileImg img {
  width: 78px;
  height: 78px;
  margin-right: 20px;
  border-radius: 50%;
}

.useName {
  font-size: 24px;
  color: #06074e;
  font-weight: bold;
}

.userEmail {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
}

/*.editProfileBtn{*/
/*  background-color: #fff;*/
/*  border: 1px solid #F55A73;*/
/*  color: #F55A73;*/
/*  outline: none;*/
/*  padding: 5px 20px;*/
/*  border-radius: 5px;*/
/*}*/
/*.editProfileBtn a{*/
/*  text-decoration: none;*/
/*  color: #F55A73;*/
/*}*/
.userProfileBody {
  /*display: flex;*/
  justify-content: space-between;
  border-top: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  padding: 20px 0px;
}

.userPersonalrInfo,
.userAccountInfo {
  display: flex;

}

.userInfoHeading {
  margin-right: 40px;

}

.userInfoHeading p {
  color: #120555;
  font-weight: 700;
  font-size: 16px;
}

.userInfoValue p {
  color: #464A53;
  font-size: 16px;
}

.userInfoValue span {
  color: #009B36;
}

/* Ala carte page */
.ALACarte {
  margin: 30px 0px;
}

.AlACarteWrapper {
  margin: 30px auto;
}

.alacartmenuWrapper {
  margin: 40px auto;
  cursor: pointer;
}

.alacartmenuWrapper ul li {
  font-size: 14px;
}

.alacartmenuWrapper ul .active {
  color: #F55A73;
}

.AlACarteContent {
  margin: 30px auto;
}

.AlACarteContentLeftWrapper {
  background-color: #f55a7423;
  padding: 30px 15px;
  height: 800px;
}

.AlACarteContentLeftWrapper p {
  color: #575757;
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  margin: 0px;
}

/* fcfdfd */
.AlACarteContentrightWrapper {
  height: 800px;
  padding: 40px 20px;
  position: relative;
  background-image: url('img/alaRightBG.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.AlACarteContentrightWrapper h5 {
  font-size: 22px;
  color: #384390;
}

.AlACarteContentrightWrapper p {
  color: #575757;
  font-size: 14px;
}

.AlACarteContentrightWrapper ul {
  color: #575757;
  font-size: 14px;
  list-style: none;
}

.AlACarteContentrightWrapper ul li::before {
  content: "\2022";
  color: #F55A73;
  font-weight: bold;
  display: inline-block;
  font-size: 22px;
  width: 1rem;
  margin-left: -1em;
}

.AlACarteContentrightWrapper ul li {
  margin-bottom: 15px;
}

.reviewandeditCTA {
  position: absolute;
  bottom: 90px;
  left: 50px;
}

.corporateWrapper {
  display: none;
}

.corporateHeading h5 {
  font-size: 18px;
  color: #384390;
}

.corporateHeading p {
  font-size: 12px;
  color: #575757;
  border: 0px;
  padding-bottom: 0px;
}

.topSection {
  margin: 30px 0px;
}

.topSection h5 {
  font-size: 22px;
  color: #384390;
}

.topSection p {
  font-size: 14px;
  color: #575757;
}

.capitalWrapper {
  display: none;
}

.technologyWrapper {
  display: none;
}


/* Video Page */
.videosWrapper {
  margin: 20px;
}

.videosWrapper a {
  text-decoration: none;
}

.videoThumbnil {
  position: relative;
}

.playOverlay {
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #fff;
}

.playOverlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.videoThumbnil:hover .playOverlay i {
  opacity: 1;
}

.videoDetails {
  font-size: 14px;
  color: #3E3E3E;
  margin: 5px auto;
  text-decoration: none;
}

.videoThumbnil {
  cursor: pointer;
}

/* Blog Post Page */
.blogPostWrapper {
  margin: 40px 0px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.createPost a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  background-color: #F5E532;
  padding: 5px 10px;
  font-weight: bold;
}

.blogPostTable {
  margin: 10px 0px;
}

.actionBtn {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}

.editBtn {
  background-color: #272E66;
}

.approveBtn {
  background-color: #2A813E;
}

.deleteBtn {
  background-color: #F55A73;
}

.actionBtn:hover {
  color: #ffffff;
}

/* Business Listing Details Page */
.businessListing {
  margin: 20px 0px;
}

.businessListingDetailsBG {
  background-image: url("img/businessListingBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.leftWrapper {
  background-color: #FBFCFE;
  box-shadow: 5px 6px 15px #0000000A;
  padding: 10px;
  padding-top: 30px;
  height: 100%;

}

.getInTouchWrapper h4 {
  font-size: 26px;
  color: #F55A73;
  margin: 0px 0px;
}

.ratingWrapper {
  margin: 20px 0px;
}

.ratingWrapper p {
  font-size: 18px;
  color: #464A53;
  margin: 0px;
  font-weight: bold;
}

.viewWrapper {
  margin: 10px 0px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

.contactDetailsWrapper {
  margin: 20px 0px;
}

.contactDetailsWrapper i {
  color: #F55A73;
  margin-right: 10px;
}

.contactDetailsWrapper p {
  font-size: 15px;
  color: #464A53;
}

.btnWrapper {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.btnWrapper button {
  padding: 5px;
  width: 100%;
}

.downloadWrapperBtn {
  background-color: #F55A73;
  text-align: center;
  padding: 5px 40px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}

.downloadWrapperBtn:hover {
  color: #fff;
}

.quickChatBtn:hover {
  color: #F55A73;
}

.quickChatBtn {
  border: 1px solid #F55A73 !important;
  color: #F55A73;
  text-align: center;
  padding: 5px 70px;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0px;
  background-color: #ffffff;
}

.formWrapper {
  margin: 30px 0px;
  padding: 20px 0px;
  border-top: 1px solid #DDDFE1;
}

.rateItWrapper p {
  font-size: 16px;
  color: #272E66;
  font-weight: bold;
  margin: 0px;
}

.feedbackWrapper {
  margin: 20px 0px;
}

.feedbackWrapper p {
  margin: 10px 0px;
}

.feedbackWrapper textarea {
  border: 1px solid #DDDFE1;
  width: 100%;
}

.businessCaptcha {
  font-size: 12px;
}

.formWrapper input[type="submit"] {
  background-color: #F55A73;
  width: 100%;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 5px;
  font-size: 18px;
  border-radius: 6px;
}

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

.businessHeadingWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}

.businessHeading {
  font-size: 25px;
  color: #F55A73;
  font-weight: 600;
}

.Favorite {
  color: #C8C8C9;
  cursor: pointer;
}

.businessLogoWrapper img {
  width: 250px;
  height: 140px;
}

.businessListingDetailsWrapper {
  margin: 20px 0px;
}

.businessListingDetailsWrapper h6 {
  color: #272E66;
  font-size: 21px;
}

.businessListingDetailsWrapper p {
  font-size: 16px;
  color: #6E6E6E;
}

.businessListingDetailsWrapper ol li {
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 0px;
}

.points p {
  font-size: 16px;
  color: #3E3E3E;
  font-weight: bold;
  margin-bottom: 3px;
}

.points ul li {
  color: #6E6E6E;
}

.serviceMediaPostWrapper {
  margin: 30px 0px;
}

.mediaHeader {
  padding: 20px 0px;
  border-bottom: 1px solid #70707077;
}

.postHeading h6 {
  font-size: 22px;
  color: #120555;
}

.postBtn {
  background-color: #F5E532;
  padding: 5px 25px;
  border-radius: 3px;
  color: #000000;
  font-weight: bold;
}

.postBtn:hover {
  background-color: #272e66 !important;
  color: #ffffff !important;
}

.postBtn a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

.postBtn a:hover {
  background-color: #000000;
  color: #F5E532;
}

.postsWrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 20px 0px;
}

.postWrapper {
  margin: 0px 10px;
}

.addPost {
  background-color: #F7F7F7;
  border: 1px solid #E7EAF3;
  border-radius: 14px;
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #6E6E6E80;
  cursor: pointer;
}

.postAtionBtn {
  margin: 50px auto;
  width: 100%;
}

.postAtionBtn button {
  margin: 10px !important;
}

.rightWrapper {
  margin: 10px;
}

.postAtionBtn .delBtn:hover {
  border: 1px solid #F55A73 !important;
  background-color: #ffffff;
  color: #F55A73;
}

/* Job profile */
.profilePictureWapper img {
  width: 190px;
  height: 190px;
  margin: 20px 0px;
}

.downloadProfileBtn {
  padding: 5px 40px;
}

.cvDownloadBtn a {
  color: #F55A73;
  font-size: 12px;
}

.innerheading {
  margin-bottom: 40px;
}

.backNextBtn {
  font-size: 22px;
  margin-top: 210px !important;
  text-align: center !important;
  /*position: absolute;*/
  /*  bottom: 15px;*/
  /*  left: 30%;*/
  padding: 20px 0px;
}

.post {
  margin: 0px !important;
}

.backNextBtn a {
  text-decoration: none;
}

.backNextBtn a:active {
  color: #000000;
  text-decoration: none !important;
}

.backNextBtn a:visited {
  color: #000000;
  text-decoration: none !important;
}

.backBtn {
  /*color: #6E6E6E80;*/
  text-decoration: none;
  margin: 0px 20px;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.backBtn:hover {
  background-color: #f5d104;
  border: 1px solid #f5d104;
}

.NextBtn {
  /*color: #F55A73;*/
  text-decoration: none;
  margin: 0px 20px;
  background-color: #f5d104;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 4px;
}


.userDetailsWrapper i {
  color: #F55A73;
  font-size: 14px;
  margin-right: 10px;
}

.userDetailsWrapper p {
  font-size: 14px;
  color: #464A53;
}

.reportsWrapper a {
  font-size: 14px;
  text-decoration: none;
  color: #F55A73;
}

.reportsWrapper i {
  color: #F55A73;
}

.reportsWrapper p {
  color: #464A53;
}

/* opportunityDetails Page */
.opportunityDetailsBG {
  background-image: url("img/OpportunityDetailBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 307px;
}

.opportunitiesBtnWrapper {
  margin: 20px 0px;
  text-align: left;
}

.downloadbrochureBtn {
  padding: 5px 50px;
}

.opportunitiesQucikChatBtn {
  padding: 5px 70px;
}

.feedbackWrapper p {
  font-size: 16px;
  color: #272E66;
  font-weight: bold;
}

.feedbackWrapper textarea {
  padding: 0px;
}

/* service package */
.serviceDetailsWrapper {
  margin: 20px 0px;
  font-size: 14px;
}

.serviceDetailsWrapper span {
  color: #120555;
  font-weight: bold;
  margin-right: 10px;
}

.serviceDetailsWrapper p {
  color: #464A53;
}

.serviceRate p {
  font-size: 24px;
  color: #F55A73;
  font-weight: bold;
}

.serviceBtnWrapper {
  text-align: left;
}

.serviceBuyBtn {
  padding: 5px 70px;
}

.downloadLicenseBtn {
  padding: 5px 36px;
  background-color: #ffffff;
  color: #F55A73;
  border: 1px solid #F55A73;
}

.businessListingDetailsWrapper ul li {
  color: #6E6E6E;
  font-size: 16px;
}

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

.viewMoreBtn {
  color: #F55A73;
  border: 1px solid #F55A73;
  background-color: #ffffff;
}

.serviceImgWrapper img {
  margin: 0px;
}

.postAtionBtn .rightBtn {
  float: right;
}

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

.rightBtn p {
  margin: 0px;
  margin-right: 15px;
  font-size: 16px;
  color: #272E66;
  font-weight: bold;
}

.rightBtn button {
  margin: 0px;
}

.rightInvoiceWrapper {
  margin: 0px 20px;
  margin-bottom: 80px;
}

/* Bizzlisting Invoice */
.invoiceWrapper {
  margin: 20px 0px;
  margin-bottom: 0px !important;
}

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

.companyName p {
  font-size: 14px;
  color: #120555;
  font-weight: bold;
  margin: 0px;
}

.customerDetailsWrapper {
  margin: 20px 0px;
}

.customerInfoWrapper {
  background-color: #F4F4F4;
  padding: 10px;
}

.invoiceWrapper {
  box-shadow: none !important;
}

.customerInfo {
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.customerInfo span {
  font-size: 14px;
  color: #120555;
  font-weight: bold;
}

.customerInfo p {
  font-size: 14px;
  color: #464A53;
  margin: 0px;
}

.contactWrapper {
  margin: 10px;
}

.contactWrapper span {
  font-size: 14px;
  color: #120555;
  font-weight: bold;
}

.contactWrapper p {
  font-size: 14px;
  color: #464A53;
  margin: 0px;
}

.discountWrapper,
.totalWrapper {
  font-size: 14px;
  color: #120555;
  margin: 0px;
  font-weight: bold;
}

.custom-container .container-fluid {
  margin-top: 0px !important;
}

.purhaseTable table {
  text-align: left;
}

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

.promocodeText p {
  font-size: 14px;
  color: #120555;
  font-weight: bold;
}

.promoCodeBox input[type=text] {
  border: 1px solid #120555;
  text-align: center;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #120555;
  border-radius: 6px !important;
}

.payNowBtnWrapper {
  margin: 30px 0px;
}

.preciousBtn {
  border: 1px solid #F55A73;
  color: #F55A73;
}

.preciousBtn:hover {
  color: #F55A73;
}

.payNowBtn {
  background-color: #F55A73;
  color: #ffffff;
  margin-left: 20px;
}

.payNowBtn:hover {
  color: #ffffff;
}

.payNowBtnWrapper p {
  margin: 20px 0px;
  font-size: 12px;
  color: #F55A73;
}

.backtoDashBoard {
  margin: 60px 0px;
  text-align: right;
}

.backtoDashBoard a {
  text-decoration: none;
  color: #868686;
  font-size: 18px;
}

.invoiceWrapper {
  margin: 60px 0px;
}

.bottomInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}

.bottomInfo span {
  font-size: 14px;
  color: #120555;
  font-weight: bold;
}

.bottomInfo p {
  font-size: 14px;
  color: #464A53;
}

.nextBtnWrapper {
  margin: 40px 0px;
}

.nextBtn {
  background-color: #F55A73;
  color: #ffffff;
  padding: 5px 40px;
}

.nextBtn:hover {
  color: #ffffff;
}

.nextBtnClickWrapper {
  display: none;
}


/* Raise Invoice section */
.raiseInvoiceWrapper {
  margin: auto;
  width: 1080px;
  box-shadow: #D7DEE365 0px 0px 20px;
  border: 1px solid #E7EAF3;
  border-radius: 8px;
  padding: 30px 50px;
}

.raiseInvoiceHeader {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  flex-wrap: wrap;
}

.companyAddressWrapper {
  text-align: right;
  font-size: 16px;
  color: #272E66;
}

.companyAddressWrapper p {
  margin-bottom: 3px;
}

.companyAddressWrapper p span {
  color: #0b0f74;
}

.raiseInvoiceContent h2 {
  color: #120555;
  font-size: 42px;
}

.toSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto;
}

.toSection p {
  font-size: 16px;
  color: #464A53;
  margin-bottom: 3px;
}

.to h5 {
  font-size: 22px;
  color: #f5d103;
}

.toSection p span {
  font-size: 16px;
  color: #120555;
  font-weight: bold;
  margin-right: 10px;
}

.invoiceTotalRow {
  background: linear-gradient(365deg, #020024 0%, #0e1490 100%);
  color: #ffffff;
  font-weight: bold;
}

.netAmountWrapper {
  background-color: #ffffff !important;
}

.netAmountWrapper td:nth-child(1) {
  text-align: left;
}

.netAmountWrapper td:nth-child(1) p {
  margin-bottom: 2px;
}

.netAmountWrapper td:nth-child(1) p {
  color: #464A53;
  font-size: 14px;
}

.netAmountWrapper td:nth-child(1) p span {
  color: #120555;
  font-weight: bold;
}

.netAmountBox {
  background-color: #f5d103;
  color: #000000;
}

.paymentTermWrapper {
  margin: 20px auto;
}

.paymentTermWrapper p {
  margin-bottom: 4px;
  color: #464A53;
  font-size: 14px;
}

.paymentTermWrapper span {
  color: #120555;
  margin-right: 10px;
  font-weight: bold;
}

.paymentDetailsWrapper p {
  padding-left: 10px;
  color: #464A53;
  font-size: 14px;
}

.paymentDetailsWrapper p span {
  color: #120555;
  font-weight: bold;
  margin-right: 20px;
}

.paymentDetailsHeading {
  color: #F52D62;
  background-color: #F4F4F4;
  padding: 10px;
  font-weight: bold;
}

.paymentDetails {
  display: flex;
  font-size: 14px;
}

.paymentDetailsHeadingWrapper p {
  color: #120555;
  font-weight: bold;
}

.paymentDetailsValue {
  margin-left: 20px;
}

.paymentTerm {
  margin: 20px auto;
  font-size: 14px;
}

.paymentTerm p {
  color: #120555;
  margin-bottom: 4px;
  font-weight: bold;
}

.paymentTerm ol {
  padding-left: 15px;
  font-size: 14px;
  color: #464A53;
}

.raiseInvoiceSection {
  margin: 30px 0px;
}

.listingTable {
  margin: 30px 0px;
}

.lisingHeader {
  background-color: #F4F4F4;
  color: #464A53;
  padding: 10px;
  font-weight: 100;
}

.packageWrapper {
  text-align: left;
  background-color: #ffffff !important;
}

.packageWrapper label {
  font-size: 16px;
}

.whitebg {
  background-color: #ffffff;
}

.listingHeaderRow {
  background-color: #F4F4F4;
  text-align: center;
  padding: 10px 0px;
  color: #464A53;
}

.applyBtn {
  margin: 5px auto;
  background-color: #120555;
}

.removeBtn {
  margin: 5px 0px;
}

.netAmountRow {
  text-align: left;
}

.packageWrapper td:nth-child(1) input {
  background-color: #F4F4F4;
  border: 1px solid #DDDFE1;
}

.netAmountRow input {
  background-color: #F4F4F4;
  border: 1px solid #DDDFE1;
}

.generateBtn {
  background-color: #F55A73;
  color: #ffffff;
  margin-right: 20px;
}

.generateBtn:hover {
  color: #ffffff;
}

.resetBtn {
  margin-left: 10px;
  padding: 4px;
  color: #F55A73;
  background-color: #ffffff;
  border: 1px solid #F55A73;
}

.invoicebtn,
.editBtn {
  background-color: #120555;
  color: #fff;
}

.invoiceLink .invoicebtn,
.invoiceLink .editBtn,
.invoiceLink .delBtn {
  font-size: 14px;
}

.invoicebtn:hover,
.editBtn:hover {
  color: #fff;
}

.delBtn {
  background-color: #F55A73;
  color: #fff;
}

.delBtn:hover {
  color: #fff;
}

.listingAnalyticsWrapper {
  display: none;
}

.listingDetails {
  display: none;
  margin-top: 20px;
}

.listingAnalyticsWrapper h5 {
  margin-top: 30px;
  font-size: 25px;
  color: #333B6A;
}

.listingAnalyticsWrapper input[type="submit"] {
  background-color: #384390;
  border: none;
  padding: 10px;
  color: #ffffff;
}

.buinessListingWrapper .bottomBorder {
  width: 15%;
}

.blogContentWrapper {
  margin: 10px auto;
}

.filterWrapper .filters {
  margin: 10px auto;
}

.toggle {
  color: #FD1C84;
}

.toggle i {
  color: #F5E532;
}

.listingDetailsTable {
  margin: 20px auto;
}

.listingDetailsTable label {
  font-size: 14px;
  text-align: left !important;
}





/* User Chat */
.usetChatWrapper {
  background-color: #FFFFFF;
  border: 1px solid #7070702F;
  border-radius: 10px;
  /* display: none; */
}

.chatContactWrapper {
  padding: 10px;
}

.chatProfileWrapper {
  background-color: red;
}

.findPeopleWrapper .searchBox {
  width: 100%;
  border-radius: 10px;
}

.findPeopleWrapper .searchBox input[type="text"] {
  background-color: #272E66;
  border-radius: 10px !important;
  color: #ffffff;
}

.findPeopleWrapper .searchBox input[type="text"]::placeholder {
  color: #ffffff80;
  font-size: 12px;
}

.chatContact {
  margin: 10px auto;
  border-radius: 10px;
  display: flex;
  padding: 5px;
  cursor: pointer;
}

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

.chatContactsWrapper {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.chatContactsWrapper .active {
  background-color: #F4F4F4;
}

.chatuserDetails {
  margin-left: 10px;
}

.chatuserDetails p {
  font-size: 10px;
  margin-bottom: 5px;
  color: #495969;
}

.chatContactsWrapper .time {
  font-size: 8px;
  color: #B6B9C3;
  margin-top: 20px;
  margin-left: 50px;
}

.chatContactsWrapper .time p {
  margin: 0px;
}

.chatWrapper {
  padding: 10px;
}

.userChatHeader {
  background-color: #F4F4F4;
  border-radius: 9px;
  padding: 10px;
}

.chatWrapper .userChatHeader {
  display: flex;

}

.userChatBody {
  margin: 30px 0px;
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.chatArea {
  width: 100%;

}

.userChatBody .rightChat {
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 10px 0px;
  width: 100%;
}

.mesTime p {
  background-color: #ffffff !important;
  font-size: 10px;
  margin-bottom: 0px;
  margin: 0px 5px;
}

.userChatBody .rightChatText {
  background-color: #F52D6219;
  border-radius: 7px 7px 0px 7px;
  padding: 10px;
  font-size: 12px;
}

.userChatBody .rightChatText p {
  margin: 0px;
}

.userChatBody .rightChat img {
  margin-left: 10px;
}

.leftChat {
  display: flex;
  align-items: center;
  width: 100%;
}

.chatArea .leftChatText p {
  background-color: #9DA8FF27;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 7px 7px 7px 0px;
}

.messageTypeArea {
  padding: 10px;
}

.messageArea {
  border-radius: 5px;
}

.messageTypeArea input {
  background-color: #F4F4F4;
  border: none;
  outline: none !important;
}

.sendIcon {
  background-color: #272E66;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.chatuserDetails span {
  font-size: 14px;
  color: #F52D62;
  font-weight: bold;
}

.chatuserDetails .status {
  color: #009B36 !important;
  font-weight: 400;
}



.listingsTables th,
.listingsTables td {
  font-size: 12px;
}

/* Business liquidation Page*/
.commonWrapper {
  margin: 20px auto;
}

.textWrapper {
  margin: 40px auto;
}

.textWrapper h4 {
  color: #120555;
  font-size: 18px;
}

.textWrapper p {
  color: #868686;
  font-size: 16px;
}

.textWrapper ul li {
  color: #868686;
  font-size: 16px;
}

.enquireBtn {
  margin: 30px auto;
}

.prepertieSliderWrapper {
  margin: 30px auto;
}

.leftBtn {
  display: flex;
  justify-content: space-between;
}

.viewAllBtn {
  border: 1px solid #000;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

.advBtn {
  background-color: #FFCD5D;
  font-weight: bold;
}

.saleAndRent {
  background-color: #F4F2E7;
  padding: 40px;
}

.forSaleWrapper {
  margin: 50px 0px;
}

.saleWrapper {
  position: relative;
  margin: 10px 0px;
  margin-bottom: 0px;
}

.saleWrapper p {
  margin: 5px 0px;
  font-size: 14px;
  margin-bottom: 0px;
}

.forSaleBody {
  margin-top: 30px;
  /*position:relative;*/
}

.blogTitle {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #F5D100;
  width: 100%;
  margin: 0px;
  padding: 5px;
  font-size: 14px;
}

.saleDetails {
  position: absolute;
  bottom: 0px;
  background-color: #000000A7;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

.saleDetails p {
  margin-bottom: 0px;
  color: #ffffff;
}

.rentInGOAWrapper {
  height: 100%;
}

.rentInGOAWrapper img {
  height: 100%;
}

.propertyServicesWrapper {
  height: 100%;
  background-color: #ffffff;
  /*border: 1px solid #D8D8D8A0;*/
}

.propertyheader {
  padding: 3px;
  background: linear-gradient(365deg, rgba(2, 0, 36, 1) 0%, rgba(14, 20, 144, 1) 100%);
  color: #f3c11a;
  /*text-align: center;*/
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 8px !important;
}

.propertyheader p {
  margin: 0px;
}

.fa-paper-plane {
  color: #FFCD5D;
  margin-right: 10px;
}

.propertyBody {
  padding: 10px;
}

.proservice {
  padding: 12px 0px;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}

.proservice a {
  color: #000000;
}

.proservice p {
  margin: 0px;
}

.dealsWrapper {
  margin: 30px 0px;
}

.buyersCard {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  padding: 10px;
  margin: 25px auto;
  margin-bottom: 0px;
  position: relative;
}

.buyerImg {
  height: 136px;
  padding: 10px;
}

.buyerImg img {
  height: 100%;
}

.buyerName p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #1F3762;
}

.buyerDetails p {
  font-size: 11px;
  color: #000000;
}

.buyerBtn {
  display: flex;
  justify-content: space-between;
  color: #1F3762;
}

.tag {
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 10px 8px;
  color: #ffffff;
  border-radius: 50%;
  background-color: red;
}

.postCVBtn {
  margin: 10px auto;
}

.postCVBtn a {
  background-color: #FFCD5D;
  border-radius: 4px;
  padding: 5px 20px;
  color: #000000;
}

.jobDetails {
  font-weight: normal;
  font-size: 12px;
}

.salary {
  font-weight: 500;
}

.galleryWrapper {
  height: 142px;
  margin: 20px auto;
  margin-bottom: 0px;
  border: 1px solid #000000;
  position: relative;
}

.galleryWrapper img {
  height: 100%;
  width: 100%;
}

.video {
  margin: 10px auto;
}

.videoWrapper {
  padding: 20px;
}

.videoThumbnil {
  height: auto;
  margin: auto;
  text-align: center;
}

.videoThumbnil img {
  height: 100%;
}

.memo-info-div {
  border: 1px solid red;
}

.videoTitle {
  font-size: 8px;
}

.footerContent {
  background-color: #F9F7EFA7;
  padding: 20px;
}

.footerlinks p {
  margin-bottom: 2px;
  color: #1F3762;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
}

.footerlinks ul {
  list-style: none;
  padding: 0px;
}

.footerlinks ul li a {
  padding: 2px 0px;
  font-size: 13px;
  color: #000000;
}

.mobileBottomNav {
  display: none;
}

.desktopBottomNav {
  display: block;
}

.bottomNavBar .desktopBottomNav ul li a {
  font-size: 16px;
}

.downloadassets {
  margin: 20px 0px;
}

.downloadassets .assets {
  background-color: #E7EAF372;
  padding: 10px 20px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.downloadassets .assets p {
  margin: 0px;
  font-weight: 700;
  color: #000000;
}

.downloadassets .assets a {
  color: #0e1490;
  font-weight: bold;
}

.servicesPackageWrapper {
  padding: 10px 0px;
  background-color: #ffffff;
  position: relative;
  height: 232px;
}

.servicesPackWrapper {
  display: flex;
  align-items: center;
  overflow: scroll;
  padding: 6px 0px;
  border-bottom: 1px solid #cccccc;
  flex-wrap: wrap;
}

.servicesPackWrapper .serviceImg {
  height: 50px;
  margin-right: 10px;

}

.servicesPackWrapper .serviceImg img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.servicesPackWrapper .serviceDetails p {
  font-size: 14px;
  color: #000000;
  margin: 2px 0px;
}

.servicesPackWrapper .serviceDetails p span {
  color: #0b1d4a !important;
  font-weight: bold;
}

.managedServicesBtn {
  /*position:absolute;*/
  bottom: 0px;
  right: 0px;
}













































































/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .advHeading {
    font-size: 14px !important;
  }

  .search-filter-col span {
    display: none;
  }

  .properties-img-col-info p span {
    width: none;
  }

  .productWrapper .productImg img {
    width: auto !important;
    height: auto !important;
  }

  #aboutus-section .second-section .img-section .first-image {
    height: 218px;
  }

  #aboutus-section .second-section .img-section .second-image {
    height: 176px;
  }

  #aboutus-section .second-section .img-section .third-image {
    height: 100px;
  }

  section {
    margin: 30px auto;
  }

  .navbar-dark .navbar-nav .desktopHide {
    display: block !important;
  }

  .heading {
    font-size: 18px;
  }

  .mobileBottomNav {
    display: block;
  }

  .desktopBottomNav {
    display: none;
  }

  .bottomBorder {
    width: 40%;
  }

  .navbar-expand-md .navbar-collapse {
    margin-top: 32px;
  }

  .custome {
    margin-top: 20px;
  }

  .oppoWrapper {
    font-size: 12px;
  }

  .itemImg {
    width: 100%;
    height: 41px;
  }

  .oppoHeader {
    margin: 10px;
  }

  .latestCardDetails {
    margin-top: 30px;
    font-size: 12px;
  }

  .starRating img {
    width: 15px;
    height: 15px;
  }

  .latestSlider {
    margin: 10px;
  }

  .premimumUserWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3px 0px;
    flex-wrap: wrap;
  }

  .footerlinks p {
    font-size: 16px;
  }

  .premimumUser {
    border: 1px solid #e7eaf3;
    background-color: #fbfcfd;
    position: relative;
    margin: 10px;
  }

  .adText p {
    font-size: 14px;
  }

  .heading img {
    width: 14%;
  }

  .heading {
    font-size: 14px;
  }

  .navigationWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.311) 0px 0px 40px;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    display: none;
    padding: 40px 0px;
    text-align: left;
    z-index: 1000;
  }

  .navigationWrapper ul {
    display: block;
  }

  .navigationWrapper ul li {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
  }

  .navigationWrapper ul li:hover {
    background-color: #F55A73;
  }

  .navigationWrapper ul li:hover a {
    color: #ffffff;
  }

  .menuBtn {
    display: block;
  }

  .cancel-btn {
    display: block;
  }

  .logBtn p {
    display: none;
  }

  .logBtn img {
    margin: auto;
  }

  .subNav ul li a {
    color: #272E66 !important;
  }

  .subNav ul li:hover {
    background-color: #F55A73;
  }

  .subNav ul li:hover a {
    color: #ffffff !important;
  }

  .logo img {
    width: 108px;
    /*height: 39px;*/
  }

  .topNavBar {
    display: flex;
    /* justify-content: start; */
    align-items: center;
    height: 100px;
    margin-left: 40px;
  }

  .menuBtn {
    top: 40px;
    left: 22px;
  }

  .carousel-control-next-icon {
    padding: 5px;
    font-size: 10px;
    background-color: #555555;
    border-radius: 50%;
    right: 10px;
    position: absolute;
  }

  .aboutusHeading p {
    font-size: 18px;
    color: #272E66;
    font-weight: bold;
  }

  .carousel-control-prev-icon {
    padding: 5px;
    font-size: 10px;
    background-color: #555555;
    border-radius: 50%;
    left: 10px;
    position: absolute;
    margin: 0px;
  }

  .carousel-indicators {
    bottom: -50px;
  }

  .aboutusWrapper {
    padding: 10px 5px;
  }

  .aboutWrapper {
    border-right: 0px solid #72779b93;
  }

  .aboutusBox {
    margin-right: 0px;
    background-color: #ffffffc5;
    padding: 20px;
    text-align: center;
  }

  .aboutusHeading p {
    font-size: 8px;
  }

  .aboutusContent {
    font-size: 7px;
  }

  .findProviderWrapper {
    padding: 5px;
  }

  .adImg {
    padding: 5px;
  }

  .adText p {
    font-size: 8px;
  }

  .fa-chevron-circle-left,
  .fa-chevron-circle-right {
    font-size: 20px;
  }

  .adImg img {
    padding: 20px;
    height: 100px;
  }

  .serviceWrapper {
    margin: 0px 40px;
  }

  .menuWrapper {
    margin: 0px auto;
  }

  .menuWrapper ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }

  .menuWrapper ul li {
    padding: 10px 46px;
    font-weight: bold;
    border-bottom: 4px solid #dddddd;
    cursor: pointer;
  }

  .menuWrapper ul .active {
    border-bottom: 4px solid #F5D100;
    color: #F5D100;
  }

  .menuWrapper img {
    margin-right: 10px;
    /* width: 25px; */
    /* height: 25px; */
  }

  .customBtn {
    background-color: #384390;
    margin: 0px 8px;
    padding: 8px 14px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  .alacartmenuWrapper {
    margin: 40px auto;
    cursor: pointer;
  }

  .alacartmenuWrapper ul li {
    padding: 10px !important;
    font-size: 12px;
  }

  .postYourDealBtn {
    font-size: 12px;
  }

  .projectCard {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .projectDetails {
    margin-left: 10px;
    font-size: 6px;
  }

  .userLocation {
    font-size: 6px;
    color: #333333;
  }

  .oppDubaiFlag {
    width: 9px;
    height: 6px;
    margin-right: 5px;
  }

  .bottomReadMoreBtn {
    padding: 5px 20px;
  }

  .itemDetails {
    font-size: 8px;
  }

  .blogDescription {
    font-size: 8px;
  }

  .footerLogo img {
    width: auto;
    height: 60px;
  }

  .footerText {
    font-size: 12px;
    padding: 0px;
  }

  .aboutHeading p {
    font-size: 14px;
  }

  .aboutHeading ul li {
    font-size: 12px;
  }

  footer {
    padding: 10px;
  }

  .bottomNavBar {
    /*display: none;*/
  }

  .socialMedia ul li img {
    width: 20px;
    height: 20px;
  }

  .copyright {
    font-size: 12px;
  }

  .numberWrapper {
    margin: 10px auto;
    padding: 0px;
  }

  .numberDigit {
    font-size: 35px;
  }

  .numberText {
    font-size: 9px;
  }

  .contactMessageWrapper {
    margin-top: 10px;
  }

  .planHeading {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
  }

  .planWrapper {
    margin: auto;
  }

  .planBtn {
    font-size: 12px;
  }

  .planCard {
    margin: 10px auto;
  }

  .planFeatureWrapper {
    margin: auto;
    overflow: scroll;
  }

  .featureNameText {
    font-size: 10px !important;
  }

  .planFeatureTable tbody td:first-child {
    font-size: 12px !important;
  }

  .planFeatureTable th {
    font-size: 12px;
  }

  .featureDetails {
    margin: 10px auto;
  }

  #advertising {
    margin: 60px auto;
  }

  #advertising h3 {
    font-size: 22px !important;
  }

  .starImg {
    width: 10%;
  }

  .offeringsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    flex-wrap: wrap;
  }

  .offeringsCard {
    margin: 10px 0px;
  }

  .leftBtn {
    flex-direction: column;
  }

  .leftBtn a {
    margin: 4px 0px;
  }

  .latestCard {
    width: 100%;
  }

  .propertyServicesWrapper {
    margin: 20px 0px;
  }

  .latestCard .itemImg img {
    height: 100%;
  }

  .adProductWrapper {
    margin: 10px auto;
    box-shadow: #04040422 0px 0px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 10px solid #272e66;
    border-left: none;
  }

  .productsDetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .productsDetails ul {
    padding: 0px;
  }

  .captchaText {
    font-size: 18px !important;
  }

  .userProfileHeader {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .userProfileBody {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
    padding: 20px 0px;
    flex-wrap: wrap;
  }

  .filterWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .filterWrapper .filters {
    margin: 10px auto;
  }

  .topBannerWrapper {
    display: none;
  }

  .classifiedsViewFooter {
    font-size: 8px;
  }

  .opportunityContent {
    font-size: 10px;
  }

  .blogFilterWrapper {
    margin: auto;
    display: block;
  }

  .buinessListingWrapper .heading {
    font-size: 20px;
  }

  .buinessListingWrapper .bottomBorder {
    width: 40%;
  }

  .blogContentWrapper {
    margin: 10px auto;
  }

  .headlineContainer p {
    font-size: 10px;
  }

  .headlineReadMoreBtn a {
    font-size: 10px;
  }

  .applyPromoCodeWrapper {
    flex-direction: column;
  }

  .totalWrapper {
    font-size: 10px;
  }

  .contactTable .fullWidth {
    overflow: scroll;
    width: 800px;
  }

  .businessHeading {
    font-size: 14px;
  }

  .addPost {
    background-color: #F7F7F7;
    border: 1px solid #E7EAF3;
    border-radius: 14px;
    width: 190px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #6E6E6E80;
    cursor: pointer;
  }

  .chatWrapper {
    display: none;
  }

  .MesBtn {
    padding: 10px 26px !important;
  }

  .listingTable th,
  .listingTable td {
    font-size: 10px !important;
  }

  .resetBtn {
    margin-left: 0px;
  }

  .classifiedsWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navigationWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.311) 0px 0px 40px;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    display: none;
    padding: 40px 0px;
    text-align: left;
    z-index: 1000;
  }

  .navbar-expand-md .navbar-collapse {
    margin-top: 32px;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link {
    color: #071a66;
    font-size: 12px;
  }

  .mobileBottomNav {
    display: block;
  }

  .navbar-dark .navbar-nav .desktopHide {
    display: block !important;
  }

  .desktopBottomNav {
    display: none;
  }

  .offeringsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .offeringsCard {
    margin: 10px 0px;
  }

  .navigationWrapper ul {
    display: block;
  }

  .navigationWrapper ul li {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
  }

  .navigationWrapper ul li:hover {
    background-color: #F55A73;
  }

  .navigationWrapper ul li:hover a {
    color: #ffffff;
  }

  .menuBtn {
    display: block;
  }

  .cancel-btn {
    display: block;
  }

  .logBtn p {
    display: none;
  }

  .logBtn img {
    margin: auto;
  }

  .subNav ul li a {
    color: #272E66 !important;
  }

  .subNav ul li:hover {
    background-color: #F55A73;
  }

  .subNav ul li:hover a {
    color: #ffffff !important;
  }

  .logo img {
    width: 108px;
    height: 39px;
  }

  .searchBox {
    display: none !important;
  }

  .aboutusHeading p {
    font-size: 8px;
  }

  .aboutusContent {
    font-size: 8px;
  }

  .applyPromoCodeWrapper {
    flex-direction: column;
  }

  .findBtn {
    background-color: #384390;
    font-size: 8px;
  }

  .heading {
    font-size: 24px;
  }

  .adWrapper {
    padding: 5px;
    padding-top: 25px;
  }

  .adImg {
    padding: 0px;
  }

  .adText p {
    font-size: 8px;
  }

  .adImg img {
    padding: 12px;
    height: 76px;
  }

  .adText p {
    font-size: 6px;
  }

  .menuWrapper ul li {
    padding: 10px 36px;
  }

  .oppoWrapper {
    font-size: 10px;
  }

  .oppoHeader {
    margin: 10px;
  }

  .postYourDealBtn {
    font-size: 12px;
  }

  .projectDetails {
    margin-left: 10px;
    font-size: 6px;
  }

  .userLocation {
    font-size: 6px;
    color: #333333;
  }

  .projectCard {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .oppDubaiFlag {
    width: 9px;
    height: 6px;
    margin-right: 5px;
  }

  .classifiedsHeading {
    font-size: 10px;
  }

  .opportunityViewAllHeading .heading {
    font-size: 20px !important;
  }

  .opportunityViewAllHeading .bottomBorder {
    width: 40%;
  }

  .freePostBtn {
    font-size: 8px;
    padding: 5px;
  }

  .classifiedPosts {
    padding: 10px;
  }

  .postCard {
    margin: 10px 0px;
  }

  .postHeading {
    font-size: 9px;
  }

  .postLocation,
  .postDiscription {
    font-size: 8px;
  }

  .customBtn {
    background-color: #384390;
    margin: 0px 8px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
  }

  .itemDetails {
    font-size: 10px;
  }

  .blogDescription {
    font-size: 10px;
  }

  .headlines {
    padding: 14px;
    border-bottom: 1px solid#E7EAF3;
    font-size: 9px;
    color: #272e66;
    font-weight: bold;
  }

  .headlines img {
    margin-right: 10px;
    width: 10px;
    height: 12px;
  }

  .footerLogo img {
    width: auto;
    height: 60px;
  }

  .footerText {
    font-size: 8px;
    padding: 0px;
  }

  .aboutHeading p {
    font-size: 12px;

  }

  .aboutHeading ul li {
    font-size: 10px;
  }

  .bottomNavBar ul {
    padding: 0px;
  }

  .socialMedia ul li img {
    width: 8px;
    height: 8px;
  }

  .copyright {
    font-size: 12px;
  }

  .numberIcon {
    padding: 0px 10px;
  }

  .planHeading {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
  }

  .planWrapper {
    margin: auto;
  }

  .planBtn {
    font-size: 12px;
  }

  .planCard {
    margin: 10px auto;
  }

  .planFeatureWrapper {
    margin: auto;
    overflow: scroll;
  }

  .featureNameText {
    font-size: 10px !important;
  }

  .planFeatureTable tbody td:first-child {
    font-size: 12px !important;
  }

  .planFeatureTable th {
    font-size: 12px;
  }

  .featureDetails {
    margin: 10px auto;
  }

  .adProductWrapper {
    margin: 10px auto;
    box-shadow: #04040422 0px 0px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 10px solid #272e66;
    border-left: none;
  }

  .productsDetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .productsDetails ul {
    padding: 0px;
  }

  .userProfileBody {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
    padding: 20px 0px;
    flex-wrap: wrap;
  }

  .topBannerWrapper {
    display: none;
  }

  .filterWrapper .filter {
    margin: 10px auto !important;
  }

  .jobProfileWrapper {
    margin: 0px 20px !important;
  }

  .contactTable .fullWidth {
    overflow: scroll;
    width: 800px;
  }

  .filterWrapper .filters {
    margin: 10px auto;
  }

  .bottomNavBar {
    display: none;
  }

  .alacartmenuWrapper ul li {
    padding: 12px !important;
  }

  .addPost {
    height: auto;
  }

  .classifiedsWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .postBtn {
    margin: 5px 0px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
  }

  .productWrapper {
    width: 100% !Important;
  }

  .navbar {
    position: absolute;
    top: 10px;
    z-index: 10;
  }

  .top-header-logo {
    margin-left: 64px;
  }

  .navbar-toggler {
    position: absolute;
    width: 50px;
    top: 12px;
  }

  .navbar-collapse {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 42px !important;
    box-shadow: 0 0 40px 5px #4c4c4c94;
  }
}

@media (max-width: 767px) {
  .productWrapper {
    width: auto !Important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .logo img {
    width: 108px;
    height: 39px;
  }

  .offeringsCard {
    width: 125px;
  }

  .bottomNavBar .desktopBottomNav ul li a {
    font-size: 8px;
  }

  .aboutText h1 {
    font-size: 22px;
  }

  .hoverImg {
    display: none;
  }

  .latestCard {
    width: 217px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -8%;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -20%;
  }

  .offerText {
    font-size: 14px;
  }

  .searchBox {
    width: 40%;
    border-radius: 30px;
    position: relative;
  }

  .navigation ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #272E66;
  }

  .customBtn {
    background-color: #384390;
    margin: 0px 8px;
    padding: 8px 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  .aboutusHeading p {
    font-size: 14px;
    color: #272E66;
    font-weight: bold;
  }

  .aboutusContent p {
    font-size: 14px;
  }

  .menu .item a {
    font-size: 10px;
  }

  .numberDigit {
    font-size: 20px;
  }

  .numberText {
    font-size: 10px;
  }

  .numberIcon {
    font-size: 18px;
  }

  .leftAlign {
    padding-left: 20px;
  }

  .addPost {
    height: auto;
  }

  .featureDetails {
    margin: 20px auto;
  }

  .solution .heading {
    font-size: 26px;
  }

  .solution .bottomBorder {
    width: 50%;
  }

  .productsDetails ul li {
    font-size: 12px !important;
  }

  .wasPrice,
  .discount,
  .nowPrice {
    font-size: 14px;
  }

  .wasPrice del {
    font-size: 18px;
  }

  .nowPrice span {
    font-size: 18px;
  }

  .upgradeBtn {
    font-size: 12px;
  }

  .findBtn {
    font-size: 12px;
  }

  .adText p {
    font-size: 10px;
  }

  .productWrapper .productImg img {
    width: 50px;
    height: 50px;
  }

  .planWrapper {
    margin: 0px;
  }

  .planBtn {
    font-size: 10px;
    width: 60%;
  }

  .featureName {
    font-size: 14px;
  }

  .featureDetailss li {
    padding: 10px;
    border-bottom: 1px solid #e7eaf3;
    font-size: 12px;
    color: #3e3e3e;
    font-weight: 500;
    height: 80px;
  }

  .freeForAllBtn {
    text-align: center;
    margin: 20px auto;
    background-color: #f5e532;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 13px;
    color: #3e3e3e;
    font-weight: bold;
    width: 80%;
    cursor: pointer;
  }

  .featureDetails {
    height: auto;
  }

  .advertisedProducts .heading {
    font-size: 24px;
  }

  .advertisedProducts .bottomBorder {
    width: 40%;
  }

  .businessName {
    font-size: 10px !important;
  }

  .contentWrapper {
    padding: 20px;
  }

  .contentWrapper .bannerContent {
    font-size: 16px;
  }

  .opportunityContent {
    font-size: 10px;
  }

  .contactTable .fullWidth {
    overflow: scroll;
    width: 800px;
  }

  .filterWrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  .filterWrapper .filters {
    margin: 10px;
  }

  .btnWrapper button {
    font-size: 12px;
  }

  .getInTouchWrapper h4 {
    margin: 10px auto;
    font-size: 16px;
  }

  .userDetailsWrapper p {
    font-size: 7px;
  }

  .userInfoHeading p {
    font-size: 9px;
  }

  .userInfoValue p {
    font-size: 9px;
  }

  .alacartmenuWrapper ul li {
    padding: 12px !important;
  }

  .classifiedsWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .postBtn {
    margin: 5px 0px;
    font-size: 14px;
    color: #000000;
    background-color: #F5E532;
    text-decoration: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo img {
    width: 108px;
    height: 39px;
  }

  .contentWrapper .bannerContent {
    font-size: 16px;
  }

  .contactTable .fullWidth {
    overflow: scroll;
    width: 1000px;
  }

  .listingsTables th,
  .listingsTables td {
    font-size: 8px;
  }

  .offeringsCard {
    width: 160px;
  }

}

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

.featureNameWrapperMarket {
  height: 250px;
}

.featureDetailssMarket {
  height: 120px;
}

.wrapper {
  max-width: 1100px;
}

.gallery {
  /* display: flex; */
  /* justify-content:center; */
  /* align-items:center; */
  /* flex-wrap: wrap; */
}

#4 {
  display: none !important;
}

.tabcontentt {
  display: flex !important;
  flex-wrap: wrap;
}

.gallery .image {
  padding: 7px;
  /*width: calc(100% / 3);*/
  width: 33%;
}

.gallery .image span {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.4s ease;
  aspect-ratio: 3 / 2;
  /* object-fit: contain; */
  object-position: left;
}

.propertieImg {
  width: 100%;
  /* height: 250px; */
}

.propertieImg img {
  width: 100%;
  /* height: 100%; */
}

.propertieImg:hover img {
  /*transform: scale(1.1);*/
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  /*background: #fff;*/
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
  height: 500px;
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 10px;
  background-color: #000;
  justify-content: space-between;
  position: relative;
  top: 45px;
  z-index: 100;
}

.preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.details .title p {
  margin: 0 5px;
}

.details .title p.current-img {
  font-weight: 500;
}

.details .icon {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.preview-box .image-box {
  display: flex;
  width: 100%;
  height: 450px;
  position: relative;
}

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}

.slide.prev {
  left: 0px;
}

.slide.next {
  right: 0px;
}

.image-box img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 3px 3px;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}

@media(max-width: 767px) {
  .gallery .image {
    width: 50%;
  }
}

@media(max-width: 600px) {
  .gallery .image {
    width: 100%;
  }
}

.mobile-dropdown {
  display: none !important;
  background-color: #F5D100 !important;
}

@media only screen and (max-width: 480px) {
  .mobile-dropdown {
    display: block !important;
  }

  .desktop-dropdown {
    display: none !important;
  }
}

.featured-inner .propert-description-col.legal-view-content,
.featured-inner .property-info {
  width: 100%;
}

@media only screen and (max-width: 767px) {

  footer .col-4{
    max-width: 100% !important;
    text-align: center;
    flex: none !important;
  }

  footer .footerlinks, footer .footerlinks ul{
    text-align: center;
  }

  .show-side-section{
    display: block !important;
  }
  .adver-icon-col span {
    font-size: 11px !important;
  }
}
