p {
    font-family: 'Lato', sans-serif;
}
.darkHeader {    background: #012038;
}
.f-s-heading{
    font-size: 18px;
    color: #fff;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

h1 {
    font-family: 'Lato', sans-serif;

}

h2 {
    font-family: 'Lato', sans-serif;

}

.title {
    font-family: 'Lato', sans-serif;
}


footer {
    background-color: #000;
}

.bottom-footer {
    background-color: rgb(42 42 42 / 20%);
}

.head-search {
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 0 50px;
}

.head-search-top {
    top: 15px !important;
    right: 18px !important;
}

section.login .container {
    position: relative;
    width: 800px;
    height: 600px;
    background: transparent;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

section.login .container .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.form-group input {
    font-size: 1rem;
      color: #495055;
      padding: 12px 15px;
      border-radius: 8px;
    /*border: 0px solid #D9D9D9;*/
    /*outline: none;*/
  }
  .input-block button {
      /* font-weight: 500; */
      font-size: 1rem;
      color: #fff;
      padding: 9px 15px;
      border-radius: 5px;
      border: 2px solid #D9D9D9;
      outline: none;
      width: 70%;
  }

/* add bussniess modal */

.wrapper {
    display: inline-flex;
    height: 82px;
    width: 545px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 18px 8px;
}

.wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#inlineCheckbox1:checked:checked~.inlineCheckbox1,
#inlineCheckbox2:checked:checked~.inlineCheckbox2 {
    border-color: #0069d9;
    background: #0069d9;
}

#inlineCheckbox1:checked:checked~.inlineCheckbox1 .dot,
#inlineCheckbox2:checked:checked~.inlineCheckbox2 .dot {
    background: #fff;
}

#inlineCheckbox1:checked:checked~.inlineCheckbox1 .dot::before,
#inlineCheckbox2:checked:checked~.inlineCheckbox2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 20px;
    color: #808080;
}

#inlineCheckbox1:checked:checked~.inlineCheckbox1 span,
#inlineCheckbox2:checked:checked~.inlineCheckbox2 span {
    color: #fff;
}

/* add bussniess modal */

section.login .container .user .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #ff0;
    transition: 0.5s;
}

section.login .container .user .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.login .container .user .formBx {
    position: relative;
    width: 50%;
    height: 95%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
    margin: 15px 0;
    /* margin-left: -15px; */
}

.book-a {
    display: none;
}

.newClass .book-a {
    display: inline-block;
}

/* section.login .container .user .formBx form h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 10px;
} */




section .container .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    color: #555;

}

section.login .container .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #005393;
}

section.login .container .signupBx {
    pointer-events: none;
}

section.login .container.active .signupBx {
    pointer-events: initial;
}

section.login .container .signupBx .formBx {
    left: 100%;
}

section.login .container.active .signupBx .formBx {
    left: 0;
}

section.login .container .signupBx .imgBx {
    left: -100%;
}

section.login .container.active .signupBx .imgBx {
    left: 0%;
}

section.login .container .signinBx .formBx {
    left: 0%;
}

section.login .container.active .signinBx .formBx {
    left: 100%;
}

section.login .container .signinBx .imgBx {
    left: 0%;
}

section .container.active .signinBx .imgBx {
    left: -100%;
}

.inner-banner {
    height: 300px;
    overflow: hidden;
}

.search-banner-heading {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    color: #fff;
    bottom: 0;
}

.product-c {
    background-color: #018997 !important;
    width: 100%;
    padding: 15px;
}

a .product-h,
a:hover .product-h,
a .product-list,
a:hover .product-list {
    color: #fff;
}

.product-h {
    font-size: 1.2rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.product-list {
    font-size: 0.7rem;
    color: #fff;
    text-align: left;
}

.pro-a {
    text-align: left;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.expiry {
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}

.category {
    width: 100%;
    padding: 9px;
    display: inline-block;
    margin-bottom: 20px;
    border: 0px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.time {
    width: 100%;
    padding: 9px;
    display: inline-block;
    margin-bottom: 20px;
    border: 0px solid #ccc;
}

.logo {
    width: 190px;
}



@media (max-width: 991px) {
    section.login .container {
        max-width: 400px;
        width: auto;
    }

    section.login .container .imgBx {
        display: none;
    }

    section.login .container .user .formBx {
        width: 100%;
    }

}




.collapse.show {
    background: #000;
}

.form-control-r {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-r:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-control-r1 {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-r1:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.home-search .form-control-r {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-family: 'Lato', 'FontAwesome', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-input-container {
    position: relative;
    width: 100%;
    float: left;
}

.home-search .search-input-container {
    position: relative;
    width: 74%;
    float: left;
}

a {
    text-decoration: none !important;
}

.signup a,
.signup a:hover {
    color: #60299e;
}

.navbar {
    z-index: 9;
    padding: 0rem 1rem;
}

.purple-bg {
    background: url(images/bgg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    bottom: inherit !important;
    background: rgb(0 0 0 / 0%);
}

.carousel-item {
    height: 90vh;
}

.banner-w {
    width: 100%;
}

/* .city-search {
    width: 100%;
    padding: 8px;
    box-shadow: none;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.place-search {
    width: 100%;
    padding: 8px;
    box-shadow: none;
    border: 0;
} */

/* Bubbles */
.bubbles_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

/* Keyframes */
@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }

    100% {
        margin-top: -30%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }

    100% {
        margin-top: -30%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%;
    }

    100% {
        margin-top: -30%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: 25px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: 25px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: 25px;
    }
}

/* Animations */
.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 6%;
    top: 45%;
    background: #ffb739;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 5%;
    top: 80%;
    background: #fc4fdd;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 10%;
    top: 40%;
    background: #5ed5cb;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 20%;
    top: 0;
    background: #3de4a3;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 30%;
    top: 50%;
    background: #fc4fb1;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 50%;
    top: 0;
    background: #2c4aff;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 65%;
    top: 70%;
    background: #ffb739;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 80%;
    top: 10%;
    background: #8f3de4;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 90%;
    top: 50%;
    background: #fff339;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 80%;
    top: 80%;
    background: #fc4f4f;
}

/* Bubble */
.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px;
}




.search-btn,
.search-btn:hover {
    background: #005393;
    color: #fff;
    /* width: 100%; */
    padding: 16px 55px;
    border: 0;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 8px;
}

.btn-new:hover {
    color: #fff !important;
    background-color: #005393 !important;
    border-color: #005393 !important;
}

.btn-new {
    color: #fff !important;
    background-color: #005393 !important;
    border-color: #005393 !important;
    box-shadow: 0px 0px 0px #005393;
}

.btn-new-r:hover {
    color: #fff !important;
    background-color: #005393 !important;
    border-color: #005393 !important;
}

.btn-new-r {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    box-shadow: 0px 0px 0px #005393;
}

.btn-warning.btn-new:not(:disabled):not(.disabled).active:focus,
.btn-warning.btn-new:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgb(14 198 198);
}

select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.font-cus {
    font-family: 'Satisfy', cursive;
}

.font-cus1 {
    font-family: 'Outfit', sans-serif;
}

.big-font {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}

.heading-sm {
    font-size: 25px;
    text-transform: capitalize;
}

.ft-20 {
    font-size: 20px;
}

.h-all {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

/*#filters{height: 600px; overflow-y: auto;}*/
.text-img-overlap {
    position: absolute;
    top: 20px;
    color: #fff;
    left: 20px;
    z-index: 9;
}

.btn-pp {
    background: #0ec6c6;
    color: #000;
    padding: 4px 20px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 31%);
    border: 0;
}

.btn-pp:hover {
    background: #018997;
    color: #fff;
}

.btn-yellow {
    background: #ffc107;
    color: #000;
    padding: 4px 20px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 31%);
    border: 0;
}

.btn-yellow:hover {
    background: #60299e;
    color: #fff;
}

.h-all img {
    transition: all 1s;
}

.h-all:hover img {
    transform: scale(1.1);
}

.fixed {
    background: #000;
}

.rating {
    color: #f3be20;
    z-index: 9;
    position: relative;
}

.yellow {
    color: #ffb100;
}

.small-im {
    width: 30px;
    margin-left: -23px;
}

.count-text {
    display: inline-block;
    background: #fff;
    padding: 2px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-left: -25px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    line-height: 1.8;
}

.related-b ul {
    padding-left: 20px;
}

.related-b {
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.border-re {
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.navbar-toggler {
    color: #fff;
}

.bg {
    background-image: url(images/logo-givol-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.crose {
    position: absolute;
    right: -10px;
    background: #60299e;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: -10px;
}

.counter-number {
    font-size: 60px;
    font-weight: 700;
    color: #005393;
    padding-right: 15px;
}

.counter-text {
    display: flex;
    align-items: center;
    text-align: left;
}

/* .bg-green{
        background: #0dbebe;
        margin-top: -25px;
    } */
.list-rating {
    list-style: none;
    padding-left: 0;
}

.list-rating li {
    display: inline-block;
}

.bg-black {
    background-color: #000;
}

.bg-black-1 {
    background-color: #f5f5f5;
}

.white-text {
    color: #fff;
}

.f-20 {
    font-size: 20px;
}

.green-c {
    color: #005190;
}

.list-place:hover img {
    transform: scale(1.2);
}

.list-place-inner:hover img {
    transform: scale(1.2);
}

.img-div {
    overflow: hidden;
}

.img-div img {
    transition: all 1.5s;
}

.list-place .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.list-place {
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.list-place-inner .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.list-place-inner {
    border-radius: 5px;
    width: 100%;
}

.newClass {
    position: sticky !important;
    top: 100px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.newClass .rt-ratting {
    padding-top: 45px !important;
}

.wid-b1 {
    display: none;
}

.newClass .icon,
.newClass span {
    color: #000 !important;
}

/*.newClass  .image-fix{height: 85px!important;}*/
.business .f-bt {
    padding-bottom: 0px;
}

.bbg {
    background-image: url(images/home_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#carousel-1 .carousel-control-prev {
    left: 0px;
    background: #005393;
    display: flex;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    top: 30%;
}

#carousel-1 .carousel-control-next {
    right: 0px;
    background: #005393;
    display: flex;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    top: 30%;
}

.overlay-d {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    background: linear-gradient(-180deg, transparent, black);
    padding: 10px;
}

.padding-big {
    padding: 20% 0;
}

.sec-second {
    background-image: url(images/img-2-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-div .img-main {
    width: 100% !important;
    max-width: inherit;
}

.img-div .rt-categories {
    bottom: 10px;
    left: 20px;
    z-index: 2;
    position: absolute;
}

.img-div .rt-categories a {
    gap: 2px;
    font-size: 13px;
    padding: 7px 15px;
    color: var(--color-heading);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    background: #ffa800;
    color: #fff !important;
}

.container-fluid {
    max-width: 1900px;
}

.fillt {
    background: #f8f9fa;
    padding: 10px 15px;
    height: 350px;
    overflow-y: auto;
}

.fillt1 {
    background: #f8f9fa;
    padding: 10px 15px;

}

.y-rating {
    color: #ffa800;
}

.rt-categories1 {
    bottom: 135px;
    right: 20px;
    z-index: 2;
    position: absolute;
}

.rt-categories1 a {
    gap: 2px;
    font-size: 13px;
    padding: 7px 15px;
    color: var(--color-heading);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    background: #0ec7c7;
    color: #fff !important;
}

.img-div .open-close-location-status .item-status {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #005393 7.07%, #005393 110.33%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 9% 50%, 0 0);
    padding: 4.25px 10px 4.25px 18px;
    line-height: 22px;
}

.img-div .open-close-location-status {
    top: 20px;
    right: 0px;
    z-index: 2;
    position: absolute;
}

.img-div .open-close-location-status .item-status.status-close {
    background: linear-gradient(90deg, #ed1313 7.07%, #ff522c 110.33%);
}


.directory-block__poster {
    gap: 11px;
    z-index: 2;
    left: 12px;
    bottom: 210px;
    position: absolute;
    display: flex;
}

.directory-block__poster__thumb {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.directory-block__poster__info {
    display: flex;
    align-items: center;
}

.directory-block__poster__name a {
    color: #fff;
    font-weight: 700;
}

.list-place-inner .img-div::after {
    opacity: .5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    background-image: -moz-linear-gradient(transparent, #111), -moz-linear-gradient(transparent, #111);
    background-image: -o-linear-gradient(transparent, #111), -o-linear-gradient(transparent, #111);
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.list-place .img-div::after {
    opacity: .5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    background-image: -moz-linear-gradient(transparent, #111), -moz-linear-gradient(transparent, #111);
    background-image: -o-linear-gradient(transparent, #111), -o-linear-gradient(transparent, #111);
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rt-categories .fa {
    color: #f6fdfdf2;
}

.rotated-style {
    -webkit-animation: rotated-style 30s linear infinite;
}

.overlap-img {
    position: absolute;
    left: -50px;
}

.list-li {
    list-style: none;
    color: #fff;
    padding-left: 0;
}

.working-step-item .icon {
    width: 120px;
    height: 120px;
    font-size: 48px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-bottom: 50px;
}

.working-step-item .icon:before {
    z-index: -1;
    background-color: #f9f9f9;
}

.working-step-item .icon:after,
.working-step-item .icon:before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.working-step-item .icon i {
    color: #0ec6c6;
}

.working-step-item .sl-number {
    top: -20px;
    right: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: absolute;
    border: 2px solid transparent;
    background-color: #0ec6c6;
    box-shadow: 0 10px 30px rgb(100 100 100 / 20%);
}

.working-step-item .icon:after {
    top: 8px;
    left: 8px;
    z-index: -2;
    transform: rotate(-8deg);
    background: rgb(30 202 202 / 13%);
}

.working-step-item:hover .icon i {
    color: #fff;
}

.working-step-item:hover .icon:before {
    background-color: #0ec6c6;
}

.working-step-item:hover .icon:after {
    background-color: #0ec6c6;
}

.working-step-item:hover .sl-number {
    color: #fff;
    border-color: var(--color-primary);
    box-shadow: 0 10px 30px rgba(var(--color-primary), .2);
}

.workflow-progress:after {
    content: ' ';
    top: 65px;
    left: 0;
    width: 100%;
    height: 110px;
    position: absolute;
    background-image: url(images/dashed-line.svg);
    transition: width 1.5s linear;
    -o-transition: width 1.5s linear;
    -moz-transition: width 1.5s linear;
    -webkit-transition: width 1.5s linear;
    background-repeat: no-repeat;
}

.workflow-progress span.dot {
    left: -2px;
    top: 115px;
    position: absolute;
}

.workflow-progress span.map-icon {
    top: 65px;
    right: -10px;
    position: absolute;
    -webkit-animation: 3.5s ease 0s normal forwards 1 fadein;
    animation: 3.5s ease 0s normal forwards 1 fadein;
}

.bg-question {
    background-image: url(https://radiustheme.com/demo/wordpress/themes/listygo/wp-content/uploads/2022/09/img-5-min.jpg);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 30%);

    padding: 30px 50px 30px 50px;
    position: relative;
    /*border-radius: 30px 30px 30px 30px;*/
}

.overlap-bg {
    background-color: #005393;
    opacity: .9;
    /*-radius: 30px 30px 30px 30px;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.btn-new-call {
    color: #000 !important;
    background-color: #ffa707 !important;
    border-color: #ffa707 !important;
    /*  box-shadow: 0px 7px 20px #00ffff8c;*/
    /* padding: 12px 20px; */
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 5px;
    /* width: 100%;*/
    display: inline-block;
    text-align: center;
}

.btn-new-call-inn {
    color: #fff !important;
    background-color: #005393 !important;
    border-color: #005393 !important;
    /* padding: 12px 20px; */
    padding: 5px 15px;

    border-radius: 5px;
    /* width: 100%;*/
    display: inline-block;
    text-align: center;
}

.button-pre,
.button-next {}

.button-next.carousel-control-next,
.button-pre.carousel-control-prev {
    position: relative;
    /* top: 0; */
    /* bottom: 0; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: 1;
    /* z-index: 999999; */
    float: left;
    background: #0ec6c6;
    margin-right: 10px;
    padding: 10px;
    margin-top: 20px;
}

.quote-icon {
    top: 50%;
    right: 50px;
    margin-top: -30px;
    position: absolute;
    transform: translateY(-50%);
}

.radius {
    border-radius: 30px;
}

.wid-b {
    font-size: 14px;
    width: 100%;
    float: left;
}

.wid-b1 {
    float: left;
    width: 50%;
    text-align: right;
    margin: 0 !important;
}

.wid-b2 {
    width: 100%;
    display: inline-block;
}

.btn-red {
    display: inline-block;
    background: #005393 !important;
    color: #ffffff !important;
    font-weight: 300;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid;
    margin: 2px 0px 2px 0;
    border-radius: 5px;
    width: 50%;
    float: left;
    text-align: center;
}

.mobile-book-ap {
    display: none;
}

.tab-content {
    border-bottom: 0px solid #f1f1f1;
}

.bor-aa:hover {
    border: 1px solid #005393;

}

.bor-aa {
    border: 1px solid #f1f1f1;
    text-align: left;
    border-radius: 5px;
}

.f-bt {
    padding-bottom: 65px;
}

.sidebar-profile {
    height: 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#exTab1 {
    padding: 0px;
    background: #fff;
    border-radius: 1.25rem;
}

#exTab1 .nav.nav-pills {
    border-bottom: 0px solid #f1f1f1;
    position: sticky;
    top: 87px;
    background: #f1faff;
    z-index: 9;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
}

#exTab1 .nav.nav-pills li.active {
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #005393;
    bottom: 0px;
    position: relative;
    margin: 0 10px 0 0px;
    background: #005393;
    border-radius: 5px;
    color: #fff;
}

#exTab1 .nav.nav-pills li.active a {
    color: #fff;
}

#exTab1 .nav.nav-pills li.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #005393;
    border-bottom: 0;
}

#exTab1 .nav.nav-pills li:hover {
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #005393;
    bottom: 0px;
    position: relative;
    margin: 0 10px 0 0px;
    background: #005393;
    border-radius: 5px;
}

#exTab1 .nav.nav-pills li a:hover,
#exTab1 .nav.nav-pills li:hover a {
    color: #fff;
}

#exTab1 .nav.nav-pills li {
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid transparent;
    bottom: -1px;
    position: relative;
    margin: 0 10px 0 0px;
}

.ppp {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-block__content {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 20px;
    z-index: 1;
}

.blog-block {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-block__img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.blog-block__tag a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 40px;
    padding: 1px 15px;
    margin-bottom: 14px;
    outline: 0;
    text-transform: capitalize;
}

.blog-block__meta ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blog-block__heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.blog-block__meta ul li a,
.blog-block__meta ul li {
    color: #fff;
}

.blog-block:hover .blog-block__tag a {
    outline: 0;
    color: #fff;
    background-color: #005393;
    border: 1px solid #005393;
}

.blog-block .blog-block__img img {
    transition: all 1s;
    width: 100%;
}

.blog-block:hover .blog-block__img img {
    transform: scale(1.1);
}

/*.section-t{background:url(images/group2-1536x700.png);background-size: cover;
    background-position: bottom;}*/
.bg-green1 {
    background-color: #005393
}

.btn-new-white {
    color: #0ec6c6 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0px 7px 20px #005393;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

/* .section-t1 {
    background: url(images/vector2.svg);
    background-size: cover;
    background-position: bottom;
} */
.lp-section-content-container .city-girds.lp-border-radius-8 {
    transform: translateZ(0);
}

.lp-sect:hover a {
    color: #fff;
}

.city-girds {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.lp-border-radius-8 {
    border-radius: 8px;
}

.city-thumb {
    float: left;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.city-thumb>img {
    margin-left: -13px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
}

.city-girds4 .category-style3-title-outer,
.location-girds4 .city-title {
    padding-bottom: 15px !important;
    padding-top: 15px;
}

.city-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.city-title .lp-h3 {
    margin-bottom: 3px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.city-girds4 .category-style3-title-outer .lp-h3,
.location-girds4 .city-title .lp-h3 {
    -webkit-transform: translateY(10px) !important;
    -moz-transform: translateY(10px) !important;
    -o-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
}

.lp-listing-quantity {
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 10px;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.city-girds:hover>.city-thumb>img {
    margin-left: 13px;
}

.city-girds:hover .lp-listing-quantity {
    opacity: 1;
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.lp-h3 a {
    color: #fff;
}





@keyframes rotated-style {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/*====login====*/
.login-bd {
    background: url(images/home-banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 20px;
    height: 100vh;
}

/*=====end====*/
.input-group-text-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef00;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    right: 12px;
    position: absolute;
    top: 10px;
}

.light-font {
    color: #bdbdbd;
}

.price-text {
    font-size: 25px;
    padding-top: 15px;
    display: inline-block;
}

.fa-d {
    color: #005393;
}

.discription {
    padding: 20px;
    background: #f1f1f1;
}

.modal-title {
    font-family: none;
    color: #005393;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    line-height: .9 !important;

}

.modal-content {
    border-radius: 8px !important;

}

.close:focus,
.close:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 1 !important;
}

.modal-header .close {
    padding: 5px !important;
    margin: -4.5rem -1.5rem -1rem auto !important;
    background: #005393;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    opacity: 1 !important;
    color: #fff;
    border:0 !important;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.long-text {
    /* width: 70%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.long-text1 {
    /* width: 70%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.padding-sl {
    padding: 0px 55px 0px 85px;
}

.wid25 {
    width: 25px;
    float: left;
}

.faq .accordion-button::after {
    color: #005393;
    text-align: center;
}

.faq .accordion-button::after {
    content: '\f067';
    font-family: fontawesome;
}

.faq .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: fontawesome;
}

.card-img-top {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media all and (min-width:981px) and (max-width:1100px) {
    .carousel-item {
        height: auto;
    }

    .carousel-caption {
        top: 25%;
    }

    .img-div .img-main {
        width: auto;
        height: 100%;
        max-width: inherit;
    }
}

@media (min-width: 981px) {
    .carousel-item {
        height: auto;
    }

    .img-div .img-main {
        width: auto;
        height: 100%;
        max-width: inherit;
    }
}

@media all and (max-width:980px) {
    .img-div .img-main {
        width: -webkit-fill-available;
        height: 100%;
        max-width: inherit;
    }

    .carousel-caption {
        top: 25%;
    }

    .banner-w {
        width: auto;
    }

    .carousel-item {
        height: auto;
    }

    .btn-red {
        display: inline-block;
    }


}

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

    .padding-sl {
        padding: 0px 55px 0px 55px;
    }

    .search-btn,
    .search-btn:hover {
        background: #005393;
        color: #fff;
        width: 100%;
        padding: 13px 55px;
        border: 0;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        position: relative;
        top: 3px;
        right: 0px;
    }

    .home-search .search-input-container {
        position: relative;
        width: 100%;
        float: left;
    }

    .heading-sm {
        font-size: 20px;
        text-transform: capitalize;
    }

    #exTab1 .nav.nav-pills {
        top: 111px;
    }

    .head-search {
        position: relative;
        width: 85%;
        justify-content: center;
        display: flex;
        margin: 0 0px;
    }

    .head-search-top {
        top: 15px !important;
        right: 10px !important;
    }

    .newClass {
        position: relative !important;
        top: 0;
    }

    .f-bt {
        padding-bottom: 60px;
    }

    .mov-log {
        width: 50%;
        float: left;
    }

    .mov-logpx1 {
        width: 50%;
        display: inline-block;
    }

    .banner-w {
        width: auto;
    }

    .inner-banner {
        height: auto;
        overflow: inherit;
    }

    .logo {
        width: 160px;
    }

    .padding-big {
        padding: 40% 0 20% 0;
    }

    .title {
        font-size: 28px !important;
    }
}

@media all and (max-width:767px) {
    .mobile-book-ap .btn-new-call-inn {
        position: fixed;
        right: 0;
        z-index: 9;
        bottom: 0;
        width: 50%;
        border: 0px;
        border-radius: 0;
    }

    .mobile-book-ap .mobil-bt {
        position: fixed;
        left: 0;
        z-index: 9;
        bottom: 0;
        margin-right: 0;
        width: 50%;
        margin-bottom: 0;
        border: 0px;
        padding: 6px 3px 6px 0;
        border-radius: 0;
        background: #003f70 !important;
    }

    .mobile-book-ap {
        display: block;
    }

    .business .f-bt {
        padding-bottom: 30px;
    }

    .padding-sl {
        padding: 0px;
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: block;
    }

    .search-btn,
    .search-btn:hover {
        background: #005393;
        color: #fff;
        width: 100%;
        padding: 13px 55px;
        border: 0;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        position: relative;
        top: 3px;
        right: 0px;
    }

    .img-div .img-main {
        width: 100%;
        height: 100%;
        max-width: inherit;
    }

    .list-place {
        height: inherit;
        overflow: hidden;
    }

    .carousel-caption {
        top: 20%;
    }

    .banner-w {
        width: auto;
    }

    .h-all {
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    .rating-pro {
        margin-top: 0px;
    }


    .big-font {
        font-size: 30px;
    }

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 40% !important;
    }
}


@media (max-width: 479px) {
    .f-bt {
        padding-bottom: 70px;
    }

}
