/*
    DEMO STYLE
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "fonts/fonts.css";
html {
    scroll-behavior: smooth;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 99999999999;
    display: flex;
      
}


/* Preloader Style & Animation */

.preloader-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: #246c21 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-top-width: 3px;
    animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

body {
    font-family: 'DaxlinePro' !important;
    color: #333333;
    overflow-x: hidden;
}

.transparent-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
}

:focus {
    outline: none;
}

.btn:focus {
    box-shadow: none !important;
}

.medium {
    font-weight: 500;
}

.web-input {
    height: 50px;
    border-radius: 12px;
/* background: #fff; */
border: 1px solid #e5e5e5;
box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
}

.site-btn {
    background: #F26800;
    color: white;
    border: 1px solid #F26800;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 24px;
    min-width: 140px;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    white-space: nowrap;
}

.site-btn:hover {
    background: transparent;
    color: #F26800;
}

.site-btn2 {
    background: #222222;
    color: white;
    border: 1px solid #222222;
    border-radius: 7px;
    font-size: 14px;
    min-width: 140px;
    cursor: pointer;
    padding: 10px 24px;
    text-decoration: none;
    transition: ease-in-out 0.2s;
}

.site-btn2:hover {
    background: transparent;
    color: #222222;
}
.site-btn3 {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    font-size: 18px;
    min-width: 140px;
    cursor: pointer;
    padding: 9px 30px;
    text-decoration: none;
    transition: ease-in-out 0.2s;
}

.site-btn3:hover {
    background: transparent;
    color: #FFFFFF;
}

.iti {
    width: 100%;
}

.bold {
    font-weight: 700;
}

a {
    text-decoration: none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: white;
    color: #666666;
    transition: ease-in-out 0.2s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: white;
}

#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle {
    padding: .375rem 0;
}


/* .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
} */

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.nav-header {
    width: 100%;
    /* position: absolute; */
    z-index: 3;
    background-image: url(../images/header-bg.png);
    background-position: bottom;
    padding: 22px 0;
}

header {
    width: 100%;
    /* position: absolute; */
    z-index: 3;
    background-image: url(../images/header-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #0000001f;
    backdrop-filter: blur(11px); */
    background-position: bottom;
    /* padding: 5px 0; */
    border-bottom: 1px solid #fff;
}

.border-right {
    border-right: 1PX solid #fff;
}

.border-left {
    border-left: 1PX solid #fff;
}

.nav-dropdown .dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 3px 37px rgb(0 0 0 / 8%);
    border: 0;
}


/* #sidebar a,
.navbar a {
    text-decoration: none;
    font-size: 18px;
} */

.navbar-collapse li a {
    color: #fff;
}

.nav-dropdown button {
    font-size: 20px;
}


/* ---------------------------------------------------
    BANNER homepage
----------------------------------------------------- */

.banner {
    background-image: url(../images/banner.png);
    min-height: 800px;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: start;
    background-size: cover;
    padding-top: 100px;
}

.banner-inner {
    position: relative;
    text-align: center;
}

.banner-iner-bg {
    width: 800px;
    animation: bannermove 3s infinite linear;
    animation-direction: alternate;
    margin-bottom: -5px;
}

.banner-inner-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-58%);
}

.people-pic {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -150px;
    /* width: 500px; */
    width: 400px;
}

.silder-project{
    color: #fff;
    border: 1px solid #fff;
    height: 187px;
    width: 187px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.silder-project:hover{
    color: #fff;
    border: 1px solid #fff;
}


.baner-slidr .item img{
    width: 292px;
    height: 189px;
}

.pic-50{
    width: 40px!important;
    margin: 4px 0;
}
/* ---------------------------------------------------
   top-reviewed homepage
----------------------------------------------------- */

.top-reviewed {
    padding: 5rem 0;
    position: relative;
}

.top-reviewed::before {
    content: '';
    position: absolute;
    background-image: url(../images/dots.png);
    width: 165px;
    height: 165px;
    bottom: 0;
    right: 5rem;
}

.top-reviewed::after {
    content: '';
    position: absolute;
    background-image: url(../images/dots.png);
    width: 165px;
    height: 165px;
    top: 6rem;
    left: 5rem;
}

.stemp {
    position: absolute;
    width: 220px!important;
}

.card-star {
    position: absolute;
    right: 35px;
    top: 35px;
}

.card-star i {
    background: #FEF1E7;
    color: #F26800;
    border-radius: 50px;
    padding: 14px 13px;
}

.right-arow {
    border-radius: 50px;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
}

.right-arow:hover {
    background-color: #F26800;
    color: #fff;
}

.right-arow2 {
    border-radius: 50px;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
}

.right-arow2:hover {
    background-color: #F26800;
    color: #fff;
}

.reviewed-card {
    border-radius: 44px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
    padding: 14px;
    border: none;
}


/* ---------------------------------------------------
   top-reviewed homepage
----------------------------------------------------- */


/* ---------------------------------------------------
   providing-home homepage
----------------------------------------------------- */

.providing-home {
    padding: 5rem 0;
    position: relative;
}

.providing-home::after {
    content: '';
    position: absolute;
    background-image: url(../images/draw.png);
    width: 370px;
    height: 772px;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.providing-home::before {
    content: '';
    position: absolute;
    background-image: url(../images/draw2.png);
    width: 370px;
    height: 772px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}


/* ---------------------------------------------------
   providing-home homepage
----------------------------------------------------- */


/* ---------------------------------------------------
   Find a buyer home homepage
----------------------------------------------------- */

#myVideo {
    position: sticky;
    right: 0;
    top: 0;
    /* min-height: 100vh; */
    width: 100%;
    z-index: -1;
}

.fint-out {
    position: absolute;
    bottom: 0;
}

.buyer-home {
    position: relative;
}

.buyer-home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: -1px 36px 141px 108px #fff;
}


/* ---------------------------------------------------
   Find a buyer home homepage
----------------------------------------------------- */


/* ---------------------------------------------------
   Find a buyer home homepage
----------------------------------------------------- */

.main-b1 {
    position: relative;
}

.main-b1::before {
    content: '';
    position: absolute;
    background-image: url(../images/black-box.png);
    width: 250px;
    height: 250px;
    bottom: 2rem;
}

.what-our-customer {
    padding: 5rem 0;
    position: relative;
    background-image: url(../images/big-bgg.png);
    background-size: cover;
    background-position: center;
}


/* .what-our-customer::after {
    content: '';
    position: absolute;
    background-image: url(../images/big-bgg.png);
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1700px;
} */

.what-our-customer .slick-prev,
.what-our-customer .slick-next {
    top: 13rem;
}

/* .testi .slick-prev {
    left: 0!important;
} */

.testi .slick-next {
    left: 50px;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.testi-retiv {
    position: relative;
    padding: 28px 0px;
}

.testi-retiv .back-text {
    top: 34px;
    font-size: calc(40px + (70 - 40) * ((100vw - 300px) / (1600 - 300)));
    left: auto;
    right: auto;
}

.what-our-customer p {
    color: #222222;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px 0;
    font-family: 'DaxlinePro';
}

.what-our-customer h6 {
    color: #0EAFE6;
    margin: 0;
    font-size: 16px;
    font-family: 'Mont Heavy DEMO';
    padding: 10px 0;
}

/* .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)!important;
} */

.main-b1 img {
    max-width: 250px!important;
    /* margin: 0 auto; */
}

.main-b2 {
    padding: 2rem 0;
}

.main-b4 {
    padding: 4rem 0;
}

.baner-card {
    max-width: 800px;
    background: #0000001f;
    backdrop-filter: blur(11px);
    padding: 30px;
    border-radius: 20px;
}


/* ---------------------------------------------------
   Find a buyer home homepage
----------------------------------------------------- */


/* ---------------------------------------------------
   mobile slider home homepage
----------------------------------------------------- */

.screenShot .item img {
    width: 220px;
    margin: 50px auto;
}

.mobileFrame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    top: 10px;
}

.screenShot .item {
    padding: 15px;
}

.screenShot .owl-item.active.center img {
    width: 240px;
    margin-top: 0px;
}


/* ---------------------------------------------------
   mobile slider home homepage
----------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
   service-guest page
----------------------------------------------------------------------------------------- */

.service-box {
    padding: 50px 0;
    position: relative;
    background-image: url(../images/big-bgg.png);
    background-size: cover;
    background-position: center;
}

.service-box .reviewed-card {
    margin: 10px 0;
}


/* --------------------------------------------------------------------------------------
   service-guest page
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
  request-form-guest
----------------------------------------------------------------------------------------- */

.web-card {
    border-style: dashed ;
    border-color: #DFDEDE;
    border-radius: 25px;
    padding: 1rem 5rem;
}

.web-input2 {
    height: 50px;
    border-radius: 10px;
    border-color: #A9A9A9;
    border-radius: 10px;
background: #fff;
border: 1px solid #e5e5e5;
box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
}

.check-label {
    font-size: 16px;
    color: #656368;
    font-family: 'DaxlinePro';
}

.text-area {
    border-radius: 10px;
    border-color: #A9A9A9;
}

.social-btn {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 50px;
    background: none;
    border: 1px solid #A9A9A9;
    margin: 12px 0;
}

.social-btn span {
    text-align: center;
    flex-grow: 1;
}

.blue-bg{
    background-color: #FBFBFB;
}
.web-card2 {
    border-color: #DFDEDE;
    border-radius: 25px;
    padding: 1rem 5rem;
}

#giveaways6{
    width: 270px;
    height: 270px;
    margin: 0 auto;
}

.ads-box{
    max-width: 500px;
    margin: 20px auto;
    padding-left: 0;
    border-radius: 15px;
    border: 1px solid #ececec;
}
.ads-box li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    color: #999999;
}
.ads-box2{
    max-width: 500px;
    margin: 0px auto;
    padding-left: 0;
}
.ads-box2 li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    font-weight: 500;
}

.social-links{
    height: 50px;
    border-radius: 10px;
    border: 2px solid #A9A9A9;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DaxlinePro';
    margin: 10px 0;
    color: #000;
}

/* ---------------------------------------------------------------------------------------
   request-form-guest
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
   property-details-for-rent page
----------------------------------------------------------------------------------------- */

.contact-price {
    border-radius: 16px;
    background: #fbfbfb;
    border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
    margin-bottom: 14px;
}

.contact-price2 {
    border-radius: 16px;
    background: #fbfbfb;
    border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
    margin-bottom: 14px;
}

.contact-price ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-price ul li {
    padding: 20px 24px;
}

.contact-price ul li:first-child {
    background-color: #F26800;
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-family: 'DaxlinePro';
    font-size: 16px;
}

.contact-price ul li:nth-child(2) {
    background-color: #DFDFDF;
    font-size: 16px !important;
    font-weight: 500;
}

.contact-price ul li:nth-child(3) {
    border-bottom: 1px solid #EEEEEE;
}

.contact-price ul li a {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    font-family: 'DaxlinePro';
}

.contact-price form {
    padding: 20px 24px;
}

.contact-price2 .fa-phone-alt,
.contact-price2 .fa-envelope {
    color: #F36800;
}

.contact-price2 .logo-pic {
    width: 200px;
}

.left-card {
    padding: 1rem 2rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
}

.slider-nav2 img {
    width: 100%;
    padding: 10px;
}

.slider-for2 img {
    width: 100%;
}

.uls {
    column-count: 5;
    padding: 0;
    margin: 0;
}

.uls li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
}

.details {
    list-style: none;
    padding: 0;
}

.details li {
    font-size: 14px;
}

.details2 {
    list-style: none;
    padding: 0;
}

.details2 li {
    font-size: 14px;
    padding: 10px 0;
}

.fa-heart {
    color: #F26800;
}


/* ---------------------------------------------------------------------------------------
   property-details-for-rent page
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
   find-property page
----------------------------------------------------------------------------------------- */

.find-filter-card {
    max-width: 1100px;
    background: #F2F2F2;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 5rem;
    display: none;
}

.find-filter-card2 {
    max-width: 1100px;
    background: #F2F2F2;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 5rem;
    display: none;
}

.activeForm {
    display: block!important;
}

.search-form {
    color: #555;
    display: flex;
    padding: 2px;
    height: 50px;
    border-radius: 12px;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.09);
    margin: 20px 0;
}

input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

input[type="search"]::placeholder {
    color: #bbb;
}
input[type="password"]::placeholder {
    color: #bbb;
}
input[type="text"]::placeholder {
    color: #bbb;
}
textarea::placeholder {
    color: #bbb;
}

#giveaways{
    max-width: 500px;
    height: 444px;
}

/* button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
} */

button[type="submit"]:hover {
    opacity: 1;
}

button[type="submit"]:focus,
input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}

.nav-pills .nav-link {
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #F26800;
    color: white;
    border: 1px solid #F26800;
    border-radius: 7px;
    font-size: 16px;
    padding: 9px 30px;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    white-space: nowrap;
    width: 100%;
}

.nav-pills li.nav-item {
    border: 1px solid #E5E5E5;
    border-radius: 7px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: fit-content; */
    /* margin: 0 auto; */
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 0.4rem;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 15px;
    height: 15px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-check-input:checked {
    background-color: #EE6E0E;
    border-color: #EE6E0E;
}


/* ---------------------------------------------------------------------------------------
   find-property page
----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
   subscription-plans page
----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
   subscription-plans page
----------------------------------------------------------------------------------------- */
.silver-box{
    background: rgb(255,109,0);
background: linear-gradient(138deg, rgba(255,109,0,1) 35%, rgba(255,150,43,1) 35%, rgba(255,150,43,1) 60%, rgba(255,109,0,1) 60%);
    padding: 90px 30px 40px 30px ;
    text-align: center;
}
.box {
    position: relative;
    max-width: 600px;
    /* width: 90%;
    height: 400px; */
    box-shadow: 0 0 15px rgba(0,0,0,.1);
  }
  
  /* common */
  .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #F5F5F5;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #222222;
    font-family: 'DaxlinePro';
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
  }
  .ribbon-bottom-left::after {
    top: 0;
    left: 0;
  }
  .ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
  }
  .ribbon-bottom-right::after {
    top: 0;
    right: 0;
  }
  .ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
  }

.silver-box ul{
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.silver-box ul li span{
    color: #fff;
    font-family: 'DaxlinePro';
    padding: 0 10px;
}
.silver-box ul li{
    padding: 14px 0;
}
.standard-box{
    background: rgb(2,36,88);
background: linear-gradient(138deg, rgba(2,36,88,1) 35%, rgba(2,40,98,1) 35%, rgba(2,40,98,1) 60%, rgba(2,36,88,1) 60%);
    padding: 90px 30px 40px 30px ;
    text-align: center;
    transform: scale(0.8);
}

.standard-box ul{
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.standard-box ul li span{
    color: #fff;
    font-family: 'DaxlinePro';
    padding: 0 10px;
}
.standard-box ul li{
    padding: 14px 0;
}
.platinum-box{
    background: rgb(34,34,34);
background: linear-gradient(138deg, rgba(34,34,34,1) 35%, rgba(38,38,38,1) 35%, rgba(38,38,38,1) 60%, rgba(34,34,34,1) 60%);
    padding: 90px 30px 40px 30px ;
    text-align: center;
    transform: scale(0.8);
}

.platinum-box ul{
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.platinum-box ul li span{
    color: #fff;
    font-family: 'DaxlinePro';
    padding: 0 10px;
}
.platinum-box ul li{
    padding: 14px 0;
}

.item-cost{
    display: flex;
    justify-content: space-between;
    border-bottom: dotted;
    border-color: #CECECE;
    align-items: center;
    padding: 14px 0;
}

.dotted-bodr{
    border-bottom: dotted;
    border-color: #CECECE;
}
/* ---------------------------------------------------------------------------------------
   my-hotel-detail-edit page start
----------------------------------------------------------------------------------------- */

.offer-cards {
    border-style: dotted;
    border-radius: 15px;
    background: #fff;
    border-color: #EE6E0E;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
    text-align: center;
    height: 145px;
    padding: 30px;
    margin: 10px 0;
}

.offer-cards p {
    margin: 0;
}

.offer-cards2 {
    border-style: dotted;
    border-radius: 15px;
    background: #fff;
    border-color: #C4C4C4;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
    text-align: center;
    height: 145px;
    padding: 30px;
    margin: 10px 0;
}

.offer-cards2 p {
    margin: 0;
}

.upload {
    position: relative;
    overflow: hidden;
    color: #000;
    display: block;
    border-radius: 15px;
    background: #fff;
    border-style: dotted;
    border-color: #e5e5e5;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
    padding: 20px 0;
}

.upload input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.country-drop{
    background-image: url(../images/search.png);
    background-size: auto;
}
/* ---------------------------------------------------------------------------------------
   my-hotel-detail-edit page end
----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
   my-property-logs page start
----------------------------------------------------------------------------------------- */
.logs{
    margin-top: 7rem;
}
.usr-image{
    margin-top: -8rem;
    text-align: center;
}
.usr-image h6{
    padding: 10px 0;
}


table.dataTable {  width: 100%; font-size: 16px; font-weight: 500; border-spacing: 0 20px; margin-top: 0px; border-collapse: separate !important; clear: both; }

table.dataTable thead th:before,
table.dataTable thead th:after { }
table.dataTable thead th:last-child:before,
table.dataTable thead th:last-child:after{ display: none; }

table.dataTable thead th,
table.dataTable tbody td { white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; font-size: 16px;}
table.dataTable tbody td {border-top: 1px solid #ECECEC;   border-bottom: 1px solid #ECECEC;}


table.dataTable thead tr{ background-color: #ffffff; box-shadow: none; /*box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */}
table.dataTable thead th:first-child{ border-top-left-radius: 20px; padding-left: 2.5rem;  }
table.dataTable thead th:last-child{ border-top-right-radius: 20px; }




table.dataTable th { font-weight: 500; padding:1.2rem 1.4rem 0.2rem 1.4rem; color: #2C3149; text-transform: uppercase; line-height: 1.1;  background-color: #fff;  }
table.dataTable td {padding: 1rem 1.4rem; font-weight: 500; color: #999999;}
table.dataTable tbody tr { background-color: #fff;  border-radius: 18px; vertical-align: middle;}

table.dataTable tbody td:first-child { border-top-left-radius: 18px; border-bottom-left-radius: 18px; padding-left: 2.5rem; border-left: 1px solid #ECECEC;}
table.dataTable tbody td:last-child { border-top-right-radius: 18px; border-bottom-right-radius: 18px; border-right: 1px solid #ECECEC;}
table.dataTable tbody td .status { font-size: 14px; padding: 5px 15px; line-height: 1.1; display: inline-block;}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before {top: 1rem; color: #333333; font-size: 15px; font-weight: 600; opacity: 1;}
table.dataTable thead .sorting:after{ opacity: 1;}
.dataTables_info { text-transform:none; color: #2C3149; font-weight: 600; padding-top: 0px !important;}


.dashboard-table table.dataTable thead .sorting:after,
.dashboard-table table.dataTable thead .sorting:before { top: 1.4rem;}

.dashboard-table table.dataTable thead .sorting_asc:before,
.dashboard-table table.dataTable thead .sorting_asc:after{ top: 1.4rem; bottom: auto; }

.main-tabble .dataTables_length label{ font-family: 'Circular Std Bold'; color: #333333; font-size: 18px; font-weight: 400; margin-bottom: 0;}
.main-tabble .dataTables_length select {padding: 4px 15px; border-radius: 50px; height: 50px !important; color: #000; font-size: 15px; box-shadow: none; background-color: #C9C9C9; min-width: 180px; /* box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */}

.main-tabble .search-wrap{ position:relative;}
.main-tabble .search-wrap .form-control { width: 370px;  height:45px; color:#989898; font-size:16px; padding:0 40px 0 25px;  box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); background: #ffffff;  border: none;}

.main-tabble .search-wrap:after {font-family: "Font Awesome 5 Free";content: '\f002';position: absolute;font-size: 15px;color:#989898;width: 20px;height: 20px;bottom: 0;display: inline-flex;align-items: center;font-weight: 900;top: 50%;right: 10px;transform: translateY(-50%);}


table.dataTable td select.form-control {
  font-size: 16px;
  text-align: left;
  background: transparent;
  color: #1F2640;
  font-weight: 400;
  transition: all 0.6s ease 0s;
  padding: 5px 25px 5px 0px;
  line-height: 1;
  border-radius: 50px;
  max-width: 140px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-left: 0;
  height: auto !important;
}

table.dataTable td .select-wrapper:after{ right: 2px;}
table.dataTable td .form-control{}
table.dataTable td .form-control:focus{}


/***** Data Table Drop Down *****/
table.dataTable .dropdown-toggle{ font-size:22px ; padding:5px 10px; background:transparent; border:none; color: #C9C7C7; }
table.dataTable .dropdown-toggle:after{ display: none;}
table.dataTable .dropdown-menu {/*transform: translate3d(-65px, 38px, 0px) !important;*/ min-width: 8rem;border: 1px dashed #fff;background:#ffffff; box-shadow: 0 0 10px 0 rgb(0,0,0,.3); border-radius:2px; padding:5px 0; }
/* table.dataTable .dropdown-menu:before {  border: solid transparent; border-color: rgba(194, 225, 245, 0); border-bottom-color: #313131; border-width: 10px; position: absolute; content: ""; bottom: 100%; right:auto; left: 50%; width: 0; margin-left: -10px;} */
table.dataTable .dropdown-menu a.dropdown-item {color: #2C3149 ;padding: 5px 15px 5px 15px; margin: 0;width: auto;border-radius: 0;text-align: left; border-bottom: 1px solid #ffffff; font-size: 16px; font-weight: 500; line-height: 1.5; text-transform: uppercase;}
table.dataTable .dropdown-menu a.dropdown-item i { padding: 0 10px 0 0; font-size:18px; color: #2C3149; vertical-align: middle; }
table.dataTable .dropdown-menu a.dropdown-item:last-child{ border-bottom: none;}

table.dataTable .dropdown-menu a.dropdown-item:hover, 
table.dataTable .dropdown-menu a.dropdown-item:focus{ color:#000; background: none; }

.dataTables_filter{
    text-align: end;
}

/***** Data Table Listing *****/
.user-listing-top { background-color: transparent}

.user-listing-top h4{ font-size: 25px;}

.user-listing-top .form-control,
.user-listing-top select.form-control { width: 100%; height:50px !important; color:#999999; font-size:16px; padding: 10px 25px;  box-shadow: 0px 1px 12px rgba(180, 180, 180, 0.26);  background: transparent;  border:1px solid #E0E0E0; }

.user-listing-top select.form-control{ background-color:#fff; color: #999999; min-width: 200px; border-color:#C8A960; font-weight: 500;}
.user-listing-top input[type="date"]{ padding:10px 15px; color: #666666; background: url(../images/icon-calendar.png) #fff no-repeat right 20px center; border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.2);}


.user-listing-top input[type="date"]::-webkit-calendar-picker-indicator {cursor: pointer; margin-right: 2px; opacity: 0; }
.user-listing-top input[type="date"]::-webkit-calendar-picker-indicator:hover { opacity: 0 }


.table-inputs{
    display: flex;
}

.user-listing-top div.dataTables_filter label { margin-top:0px; position: relative; color: #666666; }


.user-listing-top .search-wrap{ position:relative;}
.user-listing-top .search-wrap .form-control { width:400px; padding:0 40px 0 25px; font-size: 16px; display: inline-block; border: 1px solid #EEEEEE; background-color: #fff; margin-left: 0; box-shadow: 0px 6px 10px rgba(225, 225, 225, 0.5);}
.user-listing-top .search-wrap:after {font-family: "Font Awesome 5 Free";content: '\f002';position: absolute;font-size: 20px;color:#C6C6C6;width: 20px;height: 20px;bottom: 0;display: inline-flex;align-items: center;font-weight: 900;top: 50%;right: 20px;transform: translateY(-50%);}

.data-filter .btn{ padding: 14px 45px;}

.sort-datepicker .input-wrap{ width: 180px; }
.user-listing-top .sort-datepicker > label { margin-bottom: 10px; padding-top: 0px; }
.sort-datepicker .input-wrap label{ padding-left: 20px; margin-bottom: 5px; color: #8E8E8E; }

.user-listing-top label { color: #080F24; margin-bottom: 0px; font-weight: 500; font-size: 14px; margin-bottom: 10px; white-space: nowrap; } 

.user-listing-top .dataTables_length label{ font-weight: 500 !important; margin-bottom: 0px;}
.user-listing-top .dataTables_length select{ width: 160px; min-width: 110px; padding: 8px 25px; height: 50px !important; color: #989898; /* box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */ box-shadow: none; }

.user-listing-top .dataTables_length.order_select select.form-control{ border-radius: 10px; width: 160px; min-width: inherit; border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.2); }

    

.user-listing-top .dataTables_length select option {color: #989898;}

/* .user-listing-top .filter-wrap { min-width: 230px; } */

.user-listing-top .filter-wrap .select-wrapper{ min-width: 180px;}

.user-listing-top .filter-wrap .btn-primary{ min-width: 180px; padding: 11px 40px;}

.user-listing-top .sort-select label{ margin-bottom: 0px;}
.user-listing-top .sort-select select.form-control{width: 170px;}


.user-listing-top .checkbox label{ color: #1F2640 !important; font-weight: 400; display: inline-block; margin-bottom: 0px; padding-right: 0px;}

.user-listing-top .checkboxs{ padding-top: 11px; }
.user-listing-top .checkboxs .checkbox{ padding-left: 25px;}


.user-listing-top .user-filter .select-wrapper { min-width: 19%; }


   .nav-pills .nav-item .nav-link{
    padding: 14px 40px;
}
/* ---------------------------------------------------------------------------------------
   my-property-logs page end
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
   add-property-for-sale page start
----------------------------------------------------------------------------------------- */
.accordion-button::after{
    background-image: url(../images/plus-circle.png);
    margin-left: 2rem;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus-sign.png);
}
.accordion-item{
    border: none;
}
.accordion-button:focus:focus{
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
}
.fa-arrow-left{
    color: #000;
}
/* ---------------------------------------------------------------------------------------
   add-property-for-sale page end
----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
   my-favourites page start
----------------------------------------------------------------------------------------- */
.hover-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2rem;
    top: 2rem;
    transition: 0.6s ease-in-out;
}
.hover-ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.hover-ul>li i {
    background: #fff;
    color: #F26800;
    height: 30px;
    width: 30px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    padding: 2px;
}
/* ---------------------------------------------------------------------------------------
   my-favourites page end
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
  modals start
----------------------------------------------------------------------------------------- */
.modal-content {
    border: 0;
    box-shadow: 0 3px 46px rgb(0 0 0 / 7%);
    border-radius: 20px;
    padding: 24px 10px;
    background: url(../images/modal-bg.png) no-repeat 100% 0%, #fff;
}

#payment-opt .modal-body{
    text-align: center;
}

.payment-potions{
    width: 190px;
    height: 99px;
    border-radius: 15px;
    background: #fef1e7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    cursor: pointer;
}

.payment-potions.active {
    background: #F26800;
}
/* .payment-potions.active p,.payment-potions.active img{
    filter: invert(1);
} */

.pink-card {
    width: 354px;
    height: 111px;
    border-radius: 15px;
    background: #fef1e7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px auto;
}
/* ---------------------------------------------------------------------------------------
    modals  end
----------------------------------------------------------------------------------------- */


/* ---------------------------------------------------
    font-sizes
----------------------------------------------------- */

.code {
    border-radius: 5px;
    font-size: 75px;
    height: 120px;
    width: 100px;
    border: 1px solid #eee;
    margin: 1%;
    text-align: center;
    font-weight: 300;
    -moz-appearance: textfield;
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-70 {
    font-size: 50px;
    font-family: 'DaxlinePro';
    padding-bottom: 15px;
}

.p-txt {
    font-size: 13px;
    font-family: 'DaxlinePro';
    color: #656368;
    line-height: 28px;
}

.text-80-b {
    font-size: 70px;
    font-family: 'DaxlinePro';
    color: #fff;
}

.text-80 {
    font-size: 70px;
    font-family: 'DaxlinePro';
    color: #fff;
}

.text-90 {
    font-size: 75px;
    font-family: 'DaxlinePro';
    color: #fff;
}

.theme-colour-bold {
    color: #F26800;
    font-family: 'DaxlinePro';
}
.theme-colour {
    color: #F26800;
    font-family: 'DaxlinePro';
}

.text-26 {
    font-size: 23px;
    font-family: 'DaxlinePro';
}

.text-32 {
    font-size: 28px;
    font-family: 'DaxlinePro';
}
.text-36 {
    font-size: 34px;
    font-family: 'DaxlinePro';
}

.text-30 {
    font-size: 25px;
    font-family: 'DaxlinePro';
}

.text-22 {
    font-size: 20px;
    font-family: 'DaxlinePro';
}

.text-20 {
    font-size: 18px;
    font-family: 'DaxlinePro';
    color: #222222;
}
.text-underlin{
    text-decoration: underline!important;
}
.text-19 {
    font-size: 17px;
    font-family: 'DaxlinePro';
}

.text-40{
    font-size: 36px;
    font-family: 'DaxlinePro';
    color: #fff;
}
.text-40-black{
    font-size: 34px;
    font-family: 'DaxlinePro';
    color: #222222;
}

.text-18 {
    font-size: 16px;
    color: #656368;
    font-family: 'DaxlinePro';
    line-height: 35px;
}
.text-16 {
    font-size: 14px!important;
    color: #656368!important;
    font-family: 'DaxlinePro'!important;
    padding-left: 15px!important;
}

.capital {
    text-transform: uppercase;
}

.upcoming{
position: relative;
}
.upcoming .gray-badge{
position: absolute;
top: 2rem;
right: 2rem;
padding: 10px 30px;
border-radius: 11px;
background: #fff;

}

.orng-button {
    background-color: #F36800;
    max-width: 180px;
    text-align: center;
    border-radius: 14px;
    color: #fff;
    padding: 10px 0;
    margin: 30px 0;
}

.orng-button h6 {
    color: #fff;
    padding: 0;
}

.property-card {
    border-radius: 44px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 20px;
    margin: 10px 0;
}

label {
    font-size: 16px;
    color: #fff;
    font-family: 'DaxlinePro';
    padding-left: 15px;
    font-weight: 500;
}

.inner-label {
    font-weight: 500;
font-size: 16px;
color: #222222;
    padding-left: 15px;
    font-family: 'DaxlinePro';
}

.btn-close {
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
}

.colour-black {
    color: #222222;
    font-family: 'DaxlinePro';
}

.theme-bg-colour {
    background: #F26800;
}

.red-text {
    color: #D60101;
}

.for-hiddin{
    visibility: hidden;
}

.slick-next{
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    width: 40px;
    height: 40px;
}
.slick-prev{
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    width: 40px;
    height: 40px;
}

.muti-chackboxs li{
white-space: nowrap;    
}
.muti-chackboxs{
list-style: none;   
}

.forsale-badge{
    background-color: #9A00C7;
    color: #fff;
}
.forrent-badge{
    background-color: #588F03;
    color: #fff;
}
.gray-badge{
    background-color: #FFFFFF;
    color: #000;
}

.quantity-control {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* width: fit-content; */
    /* margin: 0 auto; */
    padding: 3px 0.4rem;
    border-radius: 6px;
    border-style: dotted;
    border-color: #f26800;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 15px;
    height: 15px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* ---------------------------------------------------
    font-sizes
----------------------------------------------------- */


/* ---------------------------------------------------
   numbr-flag
----------------------------------------------------- */

.iti__flag-container {
    border: 1px solid #A9A9A9;
    border-radius: 12px;
    background-color: #fff;
}

input.phone-no {
    width: 85%;
    padding: 0 20px !important;
    left: 60px;
    height: 50px;
    border: 1px solid #A9A9A9;
    border-radius: 12px;
    /* width: 100%; */
}

.yellow-color{
    color: #FFCC01;
}
/* ---------------------------------------------------
    numbr-flag
----------------------------------------------------- */


/* ---------------------------------------------------
    Footer
----------------------------------------------------- */

footer {
    background-color: #FEF1E7;
    position: relative;
}

footer a {
    font-size: 14px;
    color: initial;
    text-decoration: none;
    white-space: nowrap;
}

.fa-angle-double-right {
    color: #601A09;
}

.fotr-contact {
    border-top: 1px solid #d8c2d4;
    border-bottom: 1px solid #d8c2d4;
}

.fotr-contact i {
    color: #F36800;
}

.l-f-border {
    border-left: 1px solid #d8c2d4;
    border-right: 1px solid #d8c2d4;
}

ul.footer-links {
    list-style: url("../images/link-arrow.png");
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    padding: 10px 0;
}

.contact-list li {
    padding: 10px 0;
}

footer h6 {
    font-size: 20px;
}

.contact-list {
    list-style: none;
}

.social-icons {
    list-style: none;
    display: flex;
}

.social-icons li a {
    color: #fff;
    font-size: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50px;
    /* box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16); */
    margin-right: 10px;
    margin-top: 10px;
    transition: ease-in-out 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li:last-child a {
    margin-right: 0;
}

.social-icons li a:hover {
    background: #F36800;
    color: #fff;
    box-shadow: none;
}


/* ---------------------------------------------------
    INNER PAGES
----------------------------------------------------- */

.cart-drop button img {
    width: 25px;
}

.notification-heading {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    font-family: "Jost", sans-serif !important;
}

.noti-span {
    background-color: #E80000;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: white;
    position: absolute;
    top: -6px;
    right: -4px;
    justify-content: center;
}

.notification-div {
    height: 200px;
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate3d(-359px, 6px, 0px) !important;
    border-radius: 15px;
    padding: 20px !important;
}

.notifications2{
    border-radius: 9px;
    background: #fef1e7;
    border: 1px solid #f26902;
    box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);    
padding: 30px;
margin: 10px 0;
}

.notifications{
    border-radius: 9px;
background: #fff;
border: 1px solid #ececec;
box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);
padding: 30px;
margin: 10px 0;
}

.inner-bell{
    color: #F46700;
    transform: rotate(19deg);
    font-size: 24px;
}

.dropdown-menu {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 7px 37px rgb(0 0 0 / 10%);
}

.profile-div a {
    padding: 10px 13px !important;
}

.header {
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}


/* ============================================== */

header .navbar ul li a{
    /* transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; */
    font-size: 15px;
    transition: all 0.35s linear;
    background: linear-gradient(to bottom, #ff9900 0%, #ff9900 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    padding: 10px 0;
}

header .navbar ul li a:hover{
    background-size: 100% 2px;
}
header .navbar-nav li.active a{
    color: #fff!important;
    background-size: 100% 2px;
}
.navbar-nav{
    width: 100%;
    justify-content: space-between;
}

header .navbar ul li a:hover,
header i:hover,
header button:hover{
    color: #fff !important;
}

.ff-1-Parent li a,
.ff-1-Parent li button{
    font-family: 'DaxlinePro' !important;
}

.fc-orange-parent li a,
.fc-orange-parent li button,
.fc-orange-parent i{
    color: #F26800;
}
.dropdown-item:focus, .dropdown-item:hover{
    border-radius: 17px;
}
.h3{
    font-size: 1.75rem;
}

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

.fc-orange{
    color: #F26800;
}

.ff-1{
    font-family: 'DaxlinePro';
}

.fw-600{
    font-weight: 600;
}

.ts-7{
    text-shadow: 0px 0px 7px #000;
}

.v-hidden{
    visibility: hidden;
}

.badge-cstm{
    min-width: 100px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    border: 3px solid #fff;
    position: absolute;
    top: 35px;
    right: 40px;
    text-align: center;
}

.badge-lorange{
    min-width: 100px;
    padding: 10px 15px;
    font-size: 16px;
    background: #FEF1E7;
}

.purple{
    background: #9A00C7;
}

.green{
    background: #588F03;
}

/* INPUT START */

.input-search{
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

/* INPUT END */


/* BUTTONS START */

.btn-search{
    position: absolute;
    top: 5px;
    right: 3px;
}

button.btn.btn-left-rounded {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 40px;
    top: 30px;
}

button.btn.btn-right-rounded {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right: 40px;
    top: 30px;
}

/* BUTTONS END */


/* SLIDER CSS START */

.slick-prev {
    left: 0px!important;
    z-index: 9;
}

.slick-next {
    right: -13px;
}

/* SLIDER CSS END */

.nav-cross{
    display: none;
}

.navbar-collapse.show .nav-cross{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #F26800;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}
.navbar-collapse.show .nav-cross i{
    color: #fff;
}

/* .icons-nav .dropdown-menu{
    right: 0!important;
    left: auto!important;
    position: absolute;
} */

.lngg{
    position:absolute;
    bottom:0;
    left: 1%;
}

.icons-nav li a{
    font-size: 16px!important;
}

.navbar-brand{
    margin: 0;
}

.image-boxs {
    width: 189px;
    height: 111.72px;
    border-radius: 20px;
    background: #f8f8fc;
    border-style: dotted;
    border-color: #707070;
}
.segment-slider .owl-prev, .segment-slider .owl-next {
    width: 53.8px;
    height: 53.8px;
    background: #f26800!important;
    border-radius: 50px!important;
    color: #fff!important;
}

.web-drop-down{
    width: 160px;
    min-width: 110px;
    padding: 8px 25px;
    height: 50px !important;
    color: #989898;
    box-shadow: none;
    background-color: transparent;
    
}
.web-drop-down:hover{
    background-color: transparent;
    color: #989898;
}

.back-arow{
    position: absolute;
    top: 10px;
    left: 2rem;
}
.pagination  .previous{
    border-left: 1px solid #F26800!important;
}
.pagination .page-item .page-link{
border-left: 0!important;
border-color: #F26800;
/* border-right: 0!important; */
}
.pagination .page-item.active .page-link{
    background-color: #F36F0D;
    border-color: #F36F0D;
}

.business-tabs .nav-item{
    flex: 1;
}

.business-tabs2 .nav-item{
    flex: auto;
}

.payment-potions.active p{
    color: #fff;
}

.hotel-eye{
    color: #F26800;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.4);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 6px 5px;
    border-radius: 50px;
}

.find-tabs2 .nav-link.active, .find-tabs2  .show>.nav-link{
color: #F26800;
background-color: transparent;
border: none;
box-shadow: none;
font-size: 20px;

}
.find-tabs2  li.nav-item{
    border: none;
    font-family: 'DaxlinePro';
font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #292929;
border: 1px solid rgba(0, 0, 0, 0);

}

.find-tabs2{
    align-items: baseline;
}