
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arimo:100,200,300,400,500,600,700,800,900&display=swap');

  /* ///////////////////Left sidebar filter css starts /////////////////////////*/
@media (min-width: 789px) and (max-width: 991px){
    .leftColumn:not(.rightColumn){
      padding-right: 25px;
      margin-top: -6px;
    }
  }
  
  @media (min-width: 1025px){
    .leftColumn:not(.rightColumn){
      padding-right: 50px;
      margin-top: 1px;
    }
  }
  
  @media (max-width: 790px){
    .leftColumn:not(.rightColumn){
      margin-top: 54px;
    }
  }
  .tt-btn-col-close{
    display: none;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    width: 286px;
    left: -150%;
    top: 0;
    z-index: 13;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  
  .tt-btn-col-close a{
    display: block;
    position: relative;
    padding: 15px 14px 13px 28px;
    font-size: 14px;
    text-align: left;
    background: transparent;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  
  
  @media (min-width: 1025px){
    .tt-btn-col-close{
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
      background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%);
    }
    .tt-btn-col-close a{
      color:#191919;
      font-family: 'Arimo', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      padding: 22px 14px 20px 28px;
    }
    .tt-btn-col-close a:before{
      font-size: 20px;
      top: 4px;
      font-weight: normal;
      letter-spacing: 0.04em;
    }
    .tt-btn-col-close a:hover{
      color:#2879fe;
    }
    .tt-btn-col-close a:hover:before{
      color:#191919;
    }
  }
  
  @media (max-width: 991px){
    .tt-btn-col-close{
      border-bottom: 1px solid#e9e7e7;
    }
    .tt-btn-col-close a{
      color:#777777;
    }
  
    .tt-btn-col-close a:hover{
      color:#2879fe;
    }
    .tt-btn-col-close a:after{
      content: '';
      position: absolute;
      bottom: -11px;
      width: 100%;
      height: 10px;
      left: 0;
      /* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
      background: linear-gradient(to top, rgba(255, 255, 255, 0), white 60%); */
    }
  }
  
  @media (max-width: 991px){
    .aside.leftColumn{
      position: fixed;
      display: block;
      margin: 0;
      background: #eceff1;
      z-index: 1031;
      top: 0;
      left: -150%;
      height: 100%;
      width: 287px;
      max-width: inherit;
      text-align: left;
      -moz-transition: left 0.3s linear;
      -o-transition: left 0.3s linear;
      -webkit-transition: left 0.3s linear;
      transition: left 0.3s linear;
    }
    .aside.leftColumn .tt-btn-col-close{
      display: block;
    }
    .card.sidebar-card{
        margin-top:2.5rem;
    }
  }
  
  @media (min-width: 1025px){
    .aside.leftColumn:not(.desctop-no-sidebar) .tt-filter-detach-option{
      display: none;
    }
  }
  
  /*
      leftColumn desctop toggle (listing-metro.html, listing-not-sidebar-full-width.html)
      *add class in html desctop-no-sidebar
  */
  @media (min-width: 1025px){
    .aside.leftColumn.desctop-no-sidebar{
      position: fixed;
      display: block;
      margin: 0;
      background: #ffffff;
      z-index: 14;
      top: 0;
      left: -150%;
      height: 100%;
      width: 287px;
      max-width: inherit;
      text-align: left;
      overflow-x: hidden;
      -moz-transition: left 0.3s linear;
      -o-transition: left 0.3s linear;
      -webkit-transition: left 0.3s linear;
      transition: left 0.3s linear;
    }
    .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close{
      display: block;
    }
    .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close + .tt-collapse{
      margin-top: 46px;
    }
  }
  
  /* leftColumn column open*/
  .aside.leftColumn.column-open{
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  
  .aside.leftColumn.column-open .tt-btn-col-close{
    left: 0;
    position: fixed;
  }
  
  html.ie .aside.leftColumn.desctop-no-sidebar,
  html.ie .aside.leftColumn,
  html.ie .tt-btn-col-close{
    -moz-transition: left 0s linear;
    -o-transition: left 0s linear;
    -webkit-transition: left 0s linear;
    transition: left 0s linear;
  }
  
  /* tt-filters-options */
  .tt-filters-options{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .tt-filters-options .tt-title{
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
   
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .tt-filters-options .tt-btn-toggle{
    display: none;
  }
  
  .tt-filters-options .tt-btn-toggle a{
    color:#2268C7;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-weight: 400;
    letter-spacing: -0.02em;
    display: inline-block;
    position: relative;
    font-family: 'Arimo', sans-serif;
  }
  
  
  .tt-filters-options .tt-btn-toggle a:hover{
    color:#191919;
  }
  
  @media (min-width: 1025px){
    .tt-filters-options .tt-btn-toggle a{
      font-size: 14px;
    }
  }
  
  @media (max-width: 991px){
    .tt-filters-options .tt-btn-toggle a{
      font-size: 13px;
    }
  }
  
  .tt-filters-options .tt-sort{
    margin-top: -1px;
  }
  
  .tt-filters-options .tt-sort select{
    border-color: transparent;
    outline: none;
    border: none;
    background: transparent;
    color:#777777;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-filters-options .tt-sort .select-wrapper input.select-dropdown {
    position: relative;
    height: 38px;
    line-height: 2.9rem;
    width: 100%;
    font-size: 14px;
    margin: 0 0 0.94rem 0;
    padding: 0;
    display: block;
    text-overflow: ellipsis;
    z-index: 2;
    border-color: transparent;
    outline: none;
    border: none;
    background: transparent;
    color: #777777;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-filters-options .tt-sort .select-wrapper span.caret {
    color: #a7a7a7;
    position: absolute;
    right: 0;
    top: .8rem;
    font-size: 0.63rem;
  }
  .tt-filters-options .tt-sort .select-wrapper input.active {
    box-shadow: none;
    border-bottom: none;
  }
  .tt-filters-options .tt-sort .select-wrapper .select-dropdown.dropdown-content{
    top:50px!important
  }
  .tt-filters-options .tt-sort .dropdown-content li > a, .tt-filters-options .tt-sort .dropdown-content li > span {
    font-size: 13px;
    color: #777777;
    display: block;
    padding: 0.3rem 0.5rem;
  }
  .dropdown-content {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
  .dropdown-content.select-dropdown::-webkit-scrollbar-track {
    background-color: #f2f2f2;
  }
  .dropdown-content.select-dropdown::-webkit-scrollbar-thumb {
    width: 20px;
    background: #ccc !important;
    border-radius: 0px;
  }
  
  .tt-filters-options .tt-sort select:hover{
    color:#191919;
  }
  
  .tt-filters-options .tt-sort select:not(:first-child){
    margin-left: 10px;
  }
  
  .tt-filters-options .tt-quantity{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -2px;
    margin-left: 3px;
    margin-top: -1px;
  }
  
  .tt-filters-options .tt-quantity a:not(.last-child){
    margin-left: 10px;
  }
  
  .tt-filters-options .tt-quantity a:not(.tt-show):not(.tt-show-siblings){
    display: none;
  }
  
  .tt-filters-options .tt-quantity > a,
  .tt-filters-options .tt-quantity > a:active,
  .tt-filters-options .tt-quantity > a:focus{
    font-family: 'wokiee_icons';
    color:#191919;
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    -webkit-opacity: 0.15;
    opacity: 0.15;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  
  .tt-filters-options .tt-quantity > a.tt-col-one,
  .tt-filters-options .tt-quantity > a.tt-col-two,
  .tt-filters-options .tt-quantity > a.tt-col-three{
    font-size: 20px;
  }
  
  .tt-filters-options .tt-quantity > a.tt-col-four,
  .tt-filters-options .tt-quantity > a.tt-col-six{
    font-size: 23px;
  }
  
  .tt-filters-options .tt-quantity > a.active,
  .tt-filters-options .tt-quantity > a:hover{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  
  .tt-filters-options .tt-quantity .tt-col-one:before{
    content: '\ea4b';
  }
  
  .tt-filters-options .tt-quantity .tt-col-two:before{
    content: '\ea5e';
  }
  
  .tt-filters-options .tt-quantity .tt-col-three:before{
    content: '\ea30';
  }
  
  .tt-filters-options .tt-quantity .tt-col-four:before{
    content: '\ea31';
  }
  
  .tt-filters-options .tt-quantity .tt-col-six:before{
    content: '\ea61';
  }
  
  @media (max-width: 991px){
    .tt-filters-options{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .tt-filters-options .tt-title{
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      text-align: center;
      padding-bottom: 16px;
    }
    .tt-filters-options .tt-btn-toggle{
      display: inline-block;
      /* -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; */
    }
  }
  .modal-filter {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1030;
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  body.no-scroll:not(.touch-device),
  html.win.ie body.no-scroll{
    padding-right: 17px;
  }
  
  body.no-scroll{
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0;
  }

  .text-shadow:{
    text-shadow: 1px 1px 2px #0000005e!important;
  }
  /* /////////xx//////////Left sidebar filter css ends ///////////xx//////////////*/
  

.vertical-align-m{
  vertical-align: middle!important;
}

.card-img-top {
    height: 250px !important;
    object-fit: cover;
}
 body {
     background-color: #eceff1;
     font-size: 13px;
     line-height: 25px;
     color: #000000;
     font-family: "Arimo", "sans-serif";
}
 h1, h2, h3, h4, h5, h6 {
     color: #000000;
     font-family: "Arimo", "sans-serif";
     font-weight: 700;
}
 p {
     font-size: 14px;
     line-height: 22px;
     color:#000000;
}
 img {
     height: auto;
     max-width: 100%;
}
 ul, ol {
     list-style: outside none none;
}
 ul {
     margin: 0;
     padding: 0;
}
 img {
     transform-style: preserve-3d;
}
 a {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
     text-decoration:none !important;
}
 a:hover {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
}
 a, a:hover {
     text-decoration: none;
     color:#2268C7;
}
 a:focus {
     outline: medium none;
     outline-offset: 0;
}
/* Extra */
 .bg-primary {
     background-color: #2268C7 !important;
}
 .bg-dark {
     background-color: #263238;
}
.card.text-white[class*=bg-] .card-body h1,
.card.text-white[class*=bg-] .card-body h2,
.card.text-white[class*=bg-] .card-body h3,
.card.text-white[class*=bg-] .card-body h4,
.card.text-white[class*=bg-] .card-body h5,
.card.text-white[class*=bg-] .card-body h6,
.card.text-white[class*=bg-] .card-body p{
  color: #fff!important;
}
.card.bg-light{
z-index: inherit;
}

.bg-gray {
  background-color: #F4F4F4;
  border: #F4F4F4;
}
 .text-primary {
     color: #2268C7 !important;
}
}
 .text-secondary{
     color: #283593 !important;
}
 .text-dark{
     color: #263238 !important;
}
 label {
     font-size: 15px;
     font-weight: 500;
     margin-bottom: 2px;
}
 .form-control {
     font-size: 13px;
     border-radius: 2px;
     height: 38px;
}
 textarea.form-control {
     height: auto;
}
 .help-block li {
     color: red;
}
 .pagination .page-item.active .page-link {
     background-color: #2268C7;
     border-color: #2268C7;
     color: #fff;
     z-index: 1;
}
 .pagination .page-link:hover{
     background-color: #2268C7;
     border-color: #2268C7;
     color: #fff;
}
 .pagination .page-link {
     border: medium none;
     border-radius: 42px;
     color: #2268C7;
     box-shadow: 0 5px 7px #c8d0f3;
     font-weight: 500;
     height: 38px;
     line-height: 20px;
     margin: 0 3px;
     text-align: center;
     width: 38px;
}
 .box-shadow-none {
     border: 7px solid #fff !important;
     box-shadow: none !important;
}
 .round-icon {
     background: #fff none repeat scroll 0 0;
     border-radius: 50px;
     box-shadow: 0 5px 7px #7989ff2b;
     display: inline-block;
     height: 65px;
     line-height: 63px;
     text-align: center;
     width: 65px;
     font-size: 48px;
}
 .inner-header {
     background: rgba(0, 0, 0, 0) url("../img/slider/page-header.jpg") repeat scroll center top / auto auto;
     position: relative;
}
 .overlay{
     background: rgba(35, 35, 35, 0.15) none repeat scroll 0 0;
     bottom: 0;
     left: 0;
     opacity: 0.7;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header::after {
     background: #fff none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.8;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header .container {
     position: relative;
     z-index: 9;
}

 .inner-header-contact {
     position: relative;
}

 .inner-header-contact::after {
     background: #fff none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.8;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header-contact .container {
     position: relative;
     z-index: 9;
}
 .login-with-social .btn {
     color: #fff;
     font-size: 13px;
     padding: 12px 0;
     position: relative;
     font-weight: 400;
     box-shadow: 0 5px 7px #e0e5e8;
     text-transform: uppercase;
}
 .btn-twitter {
     background: #55acee none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-google {
     background: #dd4b39 none repeat scroll 0 0 !important;
     color:#fff !important;
}

 .btn-youtube {
     background: #dd4b39 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-facebook {
     background: #3b5999 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-instagram {
     background: #517fa6 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-whatsapp {
     background: #25d366 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-messenger {
     background: #0084ff none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .login-with-social .btn .mdi {
     font-size: 19px;
     left: 18px;
     position: absolute;
     top: 8px;
}
 b, strong {
     font-weight: bold;
}
 #map {
     height: 450px;
     width: 100%;
}
 #content .card {
     box-shadow: none;
     margin: 0;
     padding: 26px 0px 26px 26px;
}
 #content .card-body, #content .card-footer {
     padding: 16px 0;
}
 #content .card-footer span {
     font-size: 12px;
}
 #content .card-footer {
     padding-bottom:0px;
}
 .map-slider-form {
     background: #ffffff none repeat scroll 0 0;
     left: auto !important;
     padding: 20px 0;
     position: relative !important;
     right: auto !important;
}
 .slider-form.map-slider-form .select2 {
     border: 1px solid rgba(204, 204, 204, 0.3);
     width: 100%;
}
 .slider-h-auto .carousel-item {
     height: auto !important;
}
 .padding-card .card-body {
     padding: 35px;
}
 .margin-auto {
     margin: auto;
}
 .no-radius {
     border-radius: 0 !important;
}
 .select2-container--open .select2-dropdown--below {
     border: medium none;
     border-radius: 0;
}
 .section-padding {
     padding: 50px 0;
}
 .section-title h2 {
     font-size: 27px;
     font-weight: bold;
}
 .text-success {
     color: #35CA85 !important;
}
 a.text-success:focus, a.text-success:hover {
     color: #4BE4E2 !important;
}
.badge-primary {
    color: #fff;
    background-color: #2268C7;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2268C7;
    background-color: #2268C7;
}
 .btn {
     border-radius: 2px;
     font-size: 13px;
     font-weight: bold;
}
 .btn-lg {
     color: #fff;
     padding: 14px 40px;
}

 .btn-default {
     background: #E9E9E9 none repeat scroll 0 0;
     /*box-shadow: 0 5px 7px #c8d0f3;*/
     color: rgba(255, 255, 255, 0.82);
     border-color: #E9E9E9;
}
 .btn-primary {
     background: #2268C7 none repeat scroll 0 0;
     box-shadow: 0 5px 7px #c8d0f3;
     color: #ffffff;
     border-color: #2268C7;
}
 .btn-primary:hover, .btn-primary:focus {
     background-color: #2268C7;
     border-color: #2268C7;
     color: rgba(255, 255, 255, 0.82);
}
 .btn-outline-primary {
     background-color: transparent;
     background-image: none;
     border-color: #2268C7;
     color: #2268C7;
}
 .btn-outline-primary:hover {
     background-color: #2268C7;
     border-color: #2268C7;
     color: #fff;
}
 .btn-secondary {
    background: #3F51B5 none repeat scroll 0 0;
    box-shadow: 0 5px 7px #3f51b54f;
    color: rgba(255, 255, 255, 0.82);
    border-color: #3F51B5;
}
 .btn-secondary:hover, .btn-secondary:focus {
     background-color: #283593;
     border-color: #283593;
     color: rgba(255, 255, 255, 0.82);
}
 .btn-outline-secondary {
     background-color: transparent;
     background-image: none;
     border-color: #283593;
     color: #283593;
}
 .btn-outline-secondary:hover {
     background-color: #283593;
     border-color: #283593;
     color: #fff;
}
 .btn-success {
     background-color: #63F2F0;
     border-color: #63F2F0;
     color: #0C8B89;
}
 .btn-success:hover, .btn-success:focus {
     background-color: #4BE4E2;
     border-color: #4BE4E2;
     color: #0C8B89;
}
 .btn-success.disabled, .btn-success:disabled {
     background-color: #4BE4E2;
     border-color: #4BE4E2;
     color: #0C8B89;
}
 .btn-outline-success {
     background-color: transparent;
     background-image: none;
     border-color: #63F2F0;
     color: #63F2F0;
}
 .btn-outline-success:hover {
     background-color: #4BE4E2;
     border-color: #4BE4E2;
     color: #0C8B89;
}
 .btn-outline-success.focus, .btn-outline-success:focus {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-outline-success.disabled, .btn-outline-success:disabled {
     background-color: transparent;
     color: #4BE4E2;
}
/* .text-success {
     color: #64ddba !important;
}*/
 .demo-page .card.padding-card .card-body {
     padding: 0;
}
 .demo-page .card.padding-card .card-body h5 {
     font-size: 15px;
     padding: 4px 10px;
}
/* Top Navbar */
 .navbar-top .mdi-windows {
     color: #2d8af2;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top .mdi-apple {
     color: #000000;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top .mdi-android {
     color: #a5ca39;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top p {
     margin: 7px 0 0;
     color: #fff;
}
 .navbar-top {
     background: #fff none repeat scroll 0 0;
     color: #fff;
}
 .navbar-top span, .navbar-top p {
     text-transform: uppercase;
}
 .navbar-top li {
     border-left: 1px solid #020a15;
     margin: 0 !important;
     padding: 6px 10px 6px 14px;
}
 .navbar-top li a {
     color: #fff;
}
 .navbar-top .list-inline {
     border-right: 1px solid #020a15;
     margin: 0;
     padding: 0;
}
/* Navbar */
 .navbar.bg-light {
     background-color: #fff !important;
     box-shadow: 0 5px 6px rgba(207, 216, 221, 0.38) !important;
     z-index: 999;
}
 nav.navbar {
     padding: 0;
     box-shadow:0 5px 3px rgba(218, 235, 255, 0.51);
}
 nav.navbar.navbar-light .navbar-nav .nav-link {
     color: #000;
     font-weight: 700;
     padding: 25px 14px;
     text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.78);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.78);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2268C7;
}
 .dropdown-menu {
     border: medium none;
     border-radius: 0;
     margin: 0;
     box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
 .dropdown-menu .dropdown-item {
     font-size: 13px;
     padding: 7px 20px;
}
 .main-nav-right .btn {
     padding: 7px 16px;
}
 .main-nav-right .list-inline-item {
     margin: 0;
}
/* Slider */
 .realstate-slider {
     position: relative;
}
 .realstate-slider .carousel-item {
     height: 450px;
     min-height: 450px;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
.slider-one{
	background-image: url('../img/slider/1.jpg') !important;
}
.slider-two{
	background-image: url('../img/slider/2.jpg') !important;
}
.slider-three{
	background-image: url('../img/slider/3.jpg') !important;
}
.slider-four{
	background-image: url('../img/slider/4.jpg') !important;
}
/* Slider Form */
 .slider-form {
     left: 15%;
     position: absolute;
     right: 15%;
     top: 17%;
}
.slider-form h1.text-light{
  text-shadow: 1px 1px 2px #0000005e;
}
 .banner-list h1 {
     font-size: 36px;
}
 .banner-list h6 {
     color: #666;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
}
 .slider-form .nav-tabs {
     border: medium none;
     margin: auto auto 12px;
     text-align: center;
}
 .slider-form .nav-tabs a {
     background: #fff none repeat scroll 0 0;
     border: medium none;
     border-radius: 2px;
     box-shadow: 0 5px 7px #808080;
     color: #263238;
     font-weight: 600;
     margin-right: 10px;
     color:#2268C7;
     padding: 6px 23px;
     position: relative;
     text-transform: uppercase;
}
 .slider-form .nav-tabs a.active {
     background: #2268C7 none repeat scroll 0 0;
     color: #fff;
}
 .slider-form .nav-tabs a.active:after {
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid #2268C7;
     bottom: -6px;
     content: "";
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     width: 14px;
}
 .slider-form .tab-content {
     background: #fff none repeat scroll 0 0;
     border-radius: 2px;
     overflow: hidden;
     box-shadow: 0 5px 7px #1b1a1a75;
}
 .slider-form .input-group-addon {
     line-height: 58px;
     position: absolute;
     text-align: center;
     width: 41px;
     z-index: 9;
}
 .slider-form .input-group-addon .mdi {
     font-size: 18px;
}
 .slider-form .select2-selection {
     border: medium none !important;
     border-radius: 0 !important;
     height: auto !important;
     padding: 15px 15px 15px 33px;
}
 .slider-form .select2 {
     width: 100% !important;
     border-right: 1px solid rgba(204, 204, 204, 0.3);
}
 .slider-form .form-control {
     border: medium none !important;
     border-radius: 0 !important;
     height: auto !important;
     padding: 19px 15px 19px 43px;
     border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
}
 .slider-form .select2-selection__arrow {
     margin: 15px 12px 0;
}
 .slider-form .btn {
     font-size: 15px;
     padding: 14px 12px;
}
 .select2-dropdown {
     border: medium none;
     border-radius: 0;
     box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
 .top-search a {
  border: 1px solid #c8cff5;
  background: #c8cff5;
  border-radius: 2px;
  color: #13258a;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 0 8px;
}
 .top-search a:hover {
  background: #3f51b5;
  color: #fff;
  border: 1px solid #2f41a2;
}
 .top-search > strong {
     margin: 0 16px 0 0;
     text-transform: uppercase;
     color: #fff;
}
 .top-search {
     margin: 23px 0 0;
}
 .inner-page-form .input-group{
     padding: 1px;
}
/* Card */
 .card {
     border: medium none;
     box-shadow: 0 5px 7px #e0e5e8;
     margin-bottom: 30px;
}
 .card-img {
     position: relative;
}
 .love-badge {
     background: #fff none repeat scroll 0 0;
     border-radius: 25px;
     font-size: 16px;
     height: 30px;
     line-height: 30px;
     position: absolute;
     right: 20px;
     text-align: center;
     top: 20px;
     width: 30px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     z-index: 9;
}
 .images-badge {
     background: #fff none repeat scroll 0 0;
     bottom: 18px;
     color: #283593;
     font-size: 16px;
     left: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     position: absolute;
     right: auto !important;
     z-index: 9;
}
 .card-list .badge {
     border-radius: 2px;
     bottom: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     font-size: 11px;
     font-weight: 500;
     padding: 6px 8px;
     position: absolute;
     right: 20px;
     z-index: 9;
}
 .card-list .card-body h2 {
     font-size: 20px;
     font-weight: bold;
}
 .card-list .card-body .card-title {
     font-size: 14px !important;
     font-weight: 500;
}
 .card-list .card-body .card-subtitle {
     font-size: 13px !important;
     font-weight: 500 !important;
     color: #a7a7a7 !important;
}
 .card-list .card-body .card-subtitle i {
     background: #283593 none repeat scroll 0 0;
     border-radius: 50px;
     box-shadow: 0 5px 7px #7989ff2b;
     color: #fff;
     display: inline-block;
     height: 20px;
     line-height: 18px;
     margin: 0 4px 0 0;
     text-align: center;
     width: 20px;
}
 .card-list .card-body h2 small {
     font-size: 19px;
}
 .card-list .card-footer span {
     color: #666666;
     font-size: 12px;
     margin: 0 16px 0 0;
}
 .card-list .card-footer span i {
     color: #000;
     margin: 0 2px 0 0;
}
 .card-footer {
     background: #fff none repeat scroll 0 0;
     border-color: #eeeeee;
}
 .card-overlay {
     height: 380px;
     overflow: hidden;
     position: relative;
}
 .card-overlay .card-img {
     height: 380px;
     object-fit: cover;
     width: 100%;
}
 .card-overlay .card-img-overlay {
     left: 0;
     margin: auto;
     right: 0;
     text-align: center;
     top: auto;
}
/* Agents Card */
 .agents-card {
     padding-bottom: 15px;
}
 .agents-card img {
     background: #fff none repeat scroll 0 0;
     border-radius: 90px;
     box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 107px;
}
 .about-agent .card-body {
     padding: 22px 0 0 !important;
}
 .about-agent .card {
     box-shadow: none !important;
     margin: 0 !important;
}
 .about-agent h5 {
     font-weight: 700 !important;
}
/* Sidebar Card */
 .sidebar-card .card-body {
     padding: 35px;
}
 .sidebar-card-list li a {
     display: inline-block;
     width: 100%;
     color: #666;
}
 .sidebar-card-list > li {
     line-height: 32px;
}
 .sidebar-card-list li a .sidebar-badge {
     float: right;
     font-weight: 500;
     margin: 0;
}
 #featured-properties .card-body, #featured-properties .card-footer {
     padding: 17px 0;
}
 #featured-properties .card {
     box-shadow: none;
}
 #featured-properties img {
     border-radius: 3px;
}
 #featured-properties .carousel-indicators .active {
     background-color: #818080 !important;
}
 #featured-properties .carousel-indicators li {
     background-color: rgba(166, 166, 166, 0.5);
}
 #featured-properties .carousel-indicators {
     margin: 0;
}
/* Grid/list Filters */
 .tags-action span {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #daebff;
     display: inline-block;
     padding: 3px 10px;
}
 .tags-action span i {
     margin: 0 0 0 3px;
}
 .realstate_top_filter {
     margin-bottom: 18px;
}
 .view-mode {
     margin: 0 0 0 9px;
}
 .view-mode a {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #daebff;
     display: inline-block;
     margin: 0 0 0 4px;
     padding: 3px 10px;
}
 .view-mode a.active {
     color: #34495e;
}
 .sort-by-btn .btn {
     min-width: 160px;
     padding: 4px 9px;
     text-align: left;
}
 .sort-by-btn .dropdown-toggle::after {
     position: absolute;
     right: 11px;
     text-align: right;
     top: 15px;
     vertical-align: top;
}
/* Properties List */
 .card-list-view .card-body, .card-list-view .card-footer {
     padding: 20px 30px;
}
/* Blog */
 .blog-card .card-footer img {
     margin: 0 11px 0 0;
     width: 33px;
}
 .blog-card .badge {
     border-radius: 1px;
     font-size: 11px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 4px 8px;
     text-transform: uppercase;
}
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
}
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
}
 .blog-card .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
}
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
}
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
}
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
}
/* Property Single */
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
}
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
}
 .star-rating i {
     font-size: 15px;
     letter-spacing: -6px;
}
 .list-icon i {
     background: #2268C7 none repeat scroll 0 0;
     border-radius: 51px;
     box-shadow: 0 5px 7px #c8d0f3;
     color: #fff;
     float: left;
     font-size: 31px;
     height: 52px;
     line-height: 50px;
     margin: 0 14px 0 0;
     text-align: center;
     width: 52px;
}
 .list-icon {
     margin-bottom: 33px;
}
 .list-icon strong {
     text-transform: uppercase;
     vertical-align: text-top;
}
 .list-icon p {
     line-height: 11px;
}
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
}
/* Add Property */
 .property-features-add .custom-control {
     margin: 7px 0;
}
 .fuzone {
     background: #f9f9f9 none repeat scroll 0 0;
     border: 2px dashed #eeeeee;
     border-radius: 3px;
     cursor: pointer;
     display: inline-block;
     min-height: 150px;
     position: relative;
     text-align: center;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone .fu-text {
     color: #98aab8;
     font-size: 12px;
     margin: 50px 0;
     position: relative;
     text-align: center;
}
 .fuzone .fu-text i {
     display: inline-block;
     font-size: 54px;
     padding-bottom: 10px;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone input {
     cursor: pointer;
     height: 100%;
     left: 0;
     opacity: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 100;
}
/* My Account */
 .tab-view {
     background: #fff none repeat scroll 0 0;
     box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
 .tab-view .nav-link {
     padding: 21px 30px;
     position: relative;
}
 .tab-view .nav-link.active {
     border-bottom: 2px solid #2268C7;
     color: #2268C7 !important;
     font-weight: 600;
}
/* Property Single Gallery */
 .property-single-title-gallery {
     background: #fff none repeat scroll 0 0;
     padding: 50px 0;
     position: relative;
     box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
/* Footer */
 .footer h6 {
     color: #666;
     /*font-size: 13px;*/
     font-weight: bold;
}
 .footer ul li a {
    /* opacity: 0.55;*/
     color: #000;
}
 .newsletter-info {
     font-size: 11px;
     line-height: 15px;
     margin: 11px 0 0;
}
 .footer li {
     line-height: 22px;
}
 .footer-social a {
    /* background: #f5f5f5 none repeat scroll 0 0;
     border-radius: 50px;*/
     display: inline-block;
     height: 35px;
     line-height: 33px;
     text-align: center;
     width: 35px;
     /*box-shadow: 0 5px 7px #e0e5e8;
     color: #BCBCBC;*/
}
/* .footer-social a:hover {
     background: #000000 none repeat scroll 0 0;
     color: #f5f5f5;
}*/
/* Mobile Media */
 @media (min-width: 0px) and (max-width: 767px) {
	.slider-form .nav-tabs a {
		margin: 0 0 5px 15px;
	}	
	.slider-form h2 {
		margin: 0 0 20px;
		padding: 0 15px;
	}
     .top-search, .navbar-top {
         display: none;
    }
     .container {
         max-width: 100%;
    }
     .section-padding {
         padding: 50px 0;
    }
     nav.navbar {
         padding: 10px 15px;
    }
     .navbar-toggler {
         padding: 2px 5px;
    }
     nav.navbar .navbar-nav .nav-link {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px;
         text-align: center;
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
     .carousel-indicators {
         /*bottom: auto;
         left: auto;*/
         margin: 0;
         position: absolute;
         /*right: 12px;
         top: 16px;*/
    }
     .banner-list {
         padding:0px 15px !important;
    }
     .banner-list h6 {
         font-size: 13px;
         font-weight: 100;
         line-height: 21px;
         margin: 0 0 27px !important;
    }
     .banner-list .card {
         margin-top: 30px;
    }
     .inner-page-form, .slider-form {
         bottom: 1px !important;
         left: 1px;
         right: 1px;
         top: auto !important;
    }
     .inner-page-form .container, .slider-form .container{
         padding: 0;
    }
     .carousel-control-prev, .carousel-control-next {
         display: none;
    }
     .property-single-title {
         text-align: center;
    }
     .property-single-title .text-right {
         text-align: center !important;
    }
     .property-single-title .footer-social {
         margin: 20px 0 0;
    }
     .btn {
         font-size: 13px;
         font-weight: bold;
         padding: 9px 27px;
    }
     .tab-view .nav-link {
         border-bottom: 2px solid #ececec;
         margin: 0 1px;
         padding: 15px 14px;
         position: relative;
    }
     h1 {
         font-size: 34px;
    }
     h2 br {
         display: none;
    }
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 18px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 18px;
    }
     .footer h4 {
         margin: 0 0 10px !important;
    }
     .footer h6 {
         margin: 30px 0 8px !important;
    }
     .realstate_top_filter{
         text-align:center;
    }
     .realstate_top_filter .float-right {
         float: none !important;
         margin: 3px 1px !important;
    }
}
 @media (min-width: 768px) and (max-width: 1024px) {
     .container {
         max-width: 100%;
    }
     nav.navbar {
         padding: 10px 15px;
    }
     .navbar-toggler {
         padding: 2px 5px;
    }
     nav.navbar .navbar-nav .nav-link {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px;
         text-align: center;
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
     .carousel-indicators {
         bottom: auto;
         left: auto;
         margin: 0;
         position: absolute;
         right: 12px;
         top: 16px;
    }
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 18px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 18px;
    }
     .section-padding {
         padding: 60px 0;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}
/* End Mobile Media */

/* Custom Style*/
.font12 {
  font-size: 12px !important;
}

.font16 {
  font-size: 16px !important;
}

.font20 {
  font-size: 20px !important;
}

.font14 {
  font-size: 14px !important;
}

.font18 {
  font-size: 18px !important;
}

 .background-overlay{
     background: rgba(35, 35, 35, 0.15) none repeat scroll 0 0;
}
.width250 {
  width: 250px !important;
}

.width300 {
  width: 300px !important;
}

.width360 {
  width: 360px !important;
}

.width500 {
  width: 500px !important;
}
.search {
 /* width: 100%;
  position: relative;*/
  display: inline-flex;
}

.searchTerm {
  border: 1px solid #F4F4F4;
  background: #FFFFFF;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.searchTerm:focus{
 /* color: #00B4CC;*/
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
  text-align: center;
  color: #000;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchButtonBelowHead {
  width: 40px;
  height: 36px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  text-align: center;
  color: #000;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.width50 {
  width: 50px !important;
}

.width35 {
  width: 35px !important;
}

.color-primary {
  color: #2268C7 !important;
}

.color-success {
  color: #00D3BD !important;
}

/*/ start count stats /*/

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.font100 {
  font-size: 100px;
}

.font75 {
  font-size: 75px;
}

.font35 {
  font-size: 35px;
}

.font30 {
  font-size: 30px;
}

.customer_ratings {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick_links {
  font-size: 12px;
  font-weight: 500;
}

/*/ end count stats /*/
.carousel-item {
  /*height: 65vh;*/
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators .active {
  background-color: #2268C7 !important;
}
.silder-data{
  position: absolute;
    top: 0px;
    bottom: 50px;
    display: flex;
    width: 50%;
    font-family: 'Playfair Display', serif;
    justify-content: center;
    align-items: center;
}

.silder-data h1{
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
}
.silder-data h1 span{
  font-weight: 400;
  font-size: 110px;
}
.silder-data .slider-brand{
    font-size: 18px;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    color:white;
    margin-bottom: 10px;
}

.silder-data .jwel-detail{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: white;
  text-transform: uppercase;
}

.carousel-indicators li {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  opacity: 99;
}

.carousel-control-prev
{
  justify-content: flex-start;
  opacity: 99;
}

.carousel-control-next
{
  justify-content: flex-end;
  opacity: 99;
}

.carousel-control-icon-left {
   font-size: 50px;
    background: #ffffff;
    color: #000000;
    padding: 5px;
    opacity: 999999;
    border: 1px solid #fff;
    /* border-radius: 33%; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 300;
}

.carousel-control-icon-right {
   font-size: 50px;
    background: #ffffff;
    color: #000000;
    padding: 5px;
    opacity: 999999;
    border: 1px solid #fff;
    /* border-radius: 33%; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 300;
}

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

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

.radius15 {
  border-radius: 15px;
   -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden;
}

.radius7 {
  border-radius: 7px;
}

.weight700 {
  font-weight: 700;
}

.weight500 {
  font-weight: 500;
}

/* Owl Slider*/

.owl-carousel .owl-nav .disabled {
  opacity: 0.1 !important
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 180px;
  z-index: 1;
  color: inherit;
  border: none;
  font: inherit;
  width: 55px !important;
  height: 85px !important;
  background: #fffefd !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0 4px 4px 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 180px;
  z-index: 1;
  background: #fffefd !important;
  color: inherit;
  border: none;
  font: inherit;
  width: 55px !important;
  height: 85px !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-left: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 4px 0 0 4px;
}

#VideoOwlCarousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 100px;
  z-index: 1;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  background: #fffefd !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0 4px 4px 0;
}

#VideoOwlCarousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 100px;
  z-index: 1;
  background: #fffefd !important;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-left: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 4px 0 0 4px;
}

#BrandOwlCarousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 65px;
  z-index: 1;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  background: #fffefd !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0 4px 4px 0;
}

#BrandOwlCarousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 65px;
  z-index: 1;
  background: #fffefd !important;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-left: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 4px 0 0 4px;
}


.brand_p {
    font-size: 12px;
    font-weight: 600;
}

#BlogsOwlCarousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 100px;
  z-index: 1;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  background: #fffefd !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0 4px 4px 0;
}

#BlogsOwlCarousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 100px;
  z-index: 1;
  background: #fffefd !important;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-left: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 4px 0 0 4px;
}

#ReviewsOwlCarousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 100px;
  z-index: 1;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  background: #fffefd !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0 4px 4px 0;
}

#ReviewsOwlCarousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 100px;
  z-index: 1;
  background: #fffefd !important;
  color: inherit;
  border: none;
  font: inherit;
  width: 30px !important;
  height: 50px !important;
  border-top: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-left: 1px solid #bdbdbd !important;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 4px 0 0 4px;
}

.height55 {
  height: 55px !important;
}

.maxheight400 {
  max-height: 400px !important;
}

.maxheight545 {
  max-height: 545px !important;
}

.maxheight200 {
  max-height: 200px !important;
}

 .category_search {
    width: 500px !important
  }

 .faq_search {
    width: 360px !important
  }

.final_price_selling_price {
  margin-top: 50px !important;
  padding-top: 3rem !important;
}

.final_price_assesment {
  display: flex;
  margin-left: 0.5rem !important;
}

@media only screen and (max-width : 480px) {
  .silder-data {
    position: absolute;
    top: 40px;
    /* bottom: 50px; */
    display: flex;
     width: 85%; 
    font-family: 'Playfair Display', serif;
    justify-content: center;
    align-items: center;
  }
.silder-data .slider-brand {
      font-size: 11px;
      }
  .silder-data h1 {
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
  }

  .silder-data .jwel-detail {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: white;
    text-transform: none;
  }

  .text-center-mobile
  {
    text-align: center !important;
  }

  .round-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 7px #7989ff2b;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 35px;
  }

  .category_search {
    width: 200px !important
  }

 .faq_search {
    width: 200px !important
  }

.final_price_selling_price {
    margin-top: 5px !important;
    padding-top: 3rem !important;
  }

  .final_price_assesment {
    display: block;
    margin-left: none;
    margin-bottom: 25px;
  }
}

.marginb0 {
  margin-bottom: 0 !important
}

.margint0 {
  margin-top: 0 !important;
}

.fontbold {
  font-weight: bold;
}

.owl-item .item {
  border-radius: 15px;
}

.font27 {
  font-size: 27px !important;
}

.h6-instantquote {
  font-size: 0.9rem;
}

.testimonial_img {
    width: 70px !important;
    border-radius: 50px;
    margin-left: 20px;
}

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

.paddingbottom100 {
  padding-bottom: 100px !important;
}

.paddingbottom140 {
  padding-bottom: 140px !important;
}

.paddingleft15 {
  padding-left: 15px !important;
}

.paddingleft0 {
  padding-left: 0px !important;
}

.paddingright0 {
  padding-right: 0px !important;
}

.cardtopborder {
  border-top: 1px solid rgb(0 0 0 / 4%);
}

.paddingtop70 {
  padding-top: 70px;
}
.paddingbottom70 {
  padding-bottom: 70px;
}
.font50 {
  font-size: 50px;
}
.section-padding-2 {
  padding: 20px 0;
}

.contact-page-que-img {
  width: 70px;
  padding: 14px;
  border: 1px solid #80808014;
  border-radius: 15px;
}

.btn-continue {
  width: 100%;
    font-size: 16px;
    border-radius: 10px;
}
.login-left-pan {
    background: rgba(0, 0, 0, 0) url(../img/login.jpg) repeat scroll center center / 100% auto;
    height: 750px;
}

.brand_body {
  border: 1px solid #80808014;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.btn-brand-load-more
{
    background: #FFFFFF none repeat scroll 0 0;
    box-shadow: 0 5px 7px #c8d0f3;
    color: #000000;
    border-color: #80808014;
    border-radius: 6px;
    padding: 10px 30px;
}

.product_price {
    font-size: 40px;
    font-weight: bolder;
}

.btn-product-exact-price {
    color: #FFFFFF;
    font-weight: 300;
    padding: 13px 21px;
    font-size: 16px;
    margin-top: 8px;
    border-radius: 10px;
}

.mt-50 {
  margin-top: 50px !important;
}
.font22 {
  font-size: 22px;
}
.product_meta {
  font-size: 18px;
  font-weight: 500;
}
.product_meta_data {
      font-size: 16px;
    font-weight: 900;
}
.text-gray {
  color: #9F9F9F !important;
}
.display_flex {
  display: flex;
}
.display_inline_flex {
  display: inline-flex;
}
.justify_center {
  justify-content: center;
}
.height60 {
  height: 60px;
}
.display_inline_grid {
  display: grid;
}

.final-price-bootom-border {
  border-bottom: 1px solid #f4f4f4;
}

.final-price-bootom-border-dotted {
  border-bottom: 1px dotted #f4f4f4;
}

.final-price-bootom-border-dark {
  border-bottom: 1px solid #000000;  
}

.width100p {
  width: 100%;
}
.box-complete-shadow {
  box-shadow: 0px 0px 5px 5px #e0e5e8;
}
.pl10 {
  padding-left: 10px;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  /*color: rgba(0, 0, 0, 0.35);*/
  font-size: 12px;
  margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px;
}

.primary-border {
  border: 1px solid #206ac1;
}

.border-light {
  border: 1px solid rgb(220, 220, 220);
}

.height40 {
  height: 40px !important;
}

.height35 {
  height: 35px !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control-border-bottom {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #ced4da !important;
}
.form-control:focus {
  box-shadow: none !important;
  }

  .minheight410 {
    min-height: 410px;
  }

    .minheight435 {
    min-height: 435px;
  }

  .minheight120 {
    min-height: 120px !important;
  }


/*#sidemenu.affix-top, #sidemenu.affix {
  position: static;
}

#sideprod.affix-top, #sideprod.affix {
  position: static;
}

#sideprod.affix-bottom {
  position: relative;
}

@media (min-width: 768px) {
    #sideprod.affix {
      position: fixed;
      top: 60px;
    display:block;
    z-index: 2;
    }
}*/
