@media (max-width: 320px){
    .box1{
        top: 40px;
        padding: 8px;
        font-size: 10px;
        width: 70px;
        height: 60px;
    }
    .box2{
        top: 150px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 70px;
        height: 60px;
    }
    .box3{
        top: 150px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 70px;
        height: 60px;
    }
    .logform .btn-log{
        margin-top: 25px;
    }
    .btn-wa{
        float: right;
        right: 29px;
        z-index: 4;
        position: fixed;
        top: 550px;
        height: 40px;
        width: 40px;
      }
}


@media (max-width: 425px){

    .box1{
        top: 40px;
        padding: 8px;
        font-size: 14px;
        width: 100px;
        height: 90px;
    }
    .box2{
        top: 150px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .box3{
        top: 150px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .btn-log a{
        margin-top: 25px;
    }

}



@media (max-width: 768px){

    .box1{
        top: 40px;
        padding: 8px;
        font-size: 14px;
        width: 100px;
        height: 90px;
    }
    .box2{
        top: 180px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .box3{
        top: 180px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
}


.items{
    width:90%;
    margin:0px auto;
    margin-top: 100px;
  }
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
    border: 0px solid #fff;
  }

  .refferal__background {
    background: url("../img/background/refferal-back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .book__now2 {
    background-image: url("../img/background/book-now.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.book__now form label {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 15px #fff;
    padding-top: 7px;
    padding-bottom: 8px;
}

.book__now form select{
    padding-top: 7px;
    padding-bottom: 8px;
}
.book__now form select option {
    background-color: #030330b7;
    font-size: 15px;
    padding: 7px;
    color: #fff;
}

.book__now form .input-group .input-group-text {
    background: #0b0446;
    color: #ffffff;
}
.book__now form .input-group .input-group-text i{
    font-size: 18px;
}

.book__now form button {
    background: darkred;
    color: #fff;
    font-weight: 700;
    transition: all ease .8s;
}
.book__now form button:hover {
    background: #0b0446;
    transition: all ease-in-out .8s;
    transform:  translateX(2em);
}

.book__head{
    text-align: center;
    font-weight: 800;
    color: darkblue;
    text-shadow: 2px 2px 25px #0b0446;
}

.book__now .form-control:focus {
    outline: none;
    border-color: #0b0446;
    box-shadow: none;
}

.spa__book{
    background: #c7050591;
}
.spa__book p{
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 10px #0b0446;
    padding: 5px;
}

.card7 {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(44, 2, 2, 0.884) 0px 8px 30px;
}


  

@media (max-width: 768px) {

    .sub__btn {
        padding-left: 25px;
    }
}
.rigthContent a {
    text-decoration: none;
    text-transform: capitalize;
  }

.filter__haead__referesh {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}
.filter__haead__referesh .section__title {
    width: calc(100% - 40%);
}
.filter__haead__referesh .section__title p {
    font-size: 32px;
    font-weight: 700;
}

.filter__haead__referesh .referesh a {
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: 14px;
    font-weight: 600;
}

.main__filter__area {
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 89vh;
    border-radius: 5px;
    margin-bottom: 40px;
    border-right: 1px solid #e1e2e3;
    overflow-y: scroll;
    width: 100%;
    padding-top: 16px;
}
.main__filter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 6px;
}
.main__filter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.main__filter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.main__filter__area .start__filter__section {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}


.range-slide {
    position: relative;
    margin: 0px;
    height: 1px;
    width: 239px;
  }
  
  .slide__range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px;
  }
  
  .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background-color: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
  .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    top: -9px;
    height: 24px;
    width: 24px;
    margin-left: -9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
 .range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
  }
  
 .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  
  .display__amount {
    margin: 28px;
    width: 236px;
    display: flex;
    justify-content: space-between;
  }
  
  .display__amount .min__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 33px;
  }
  .display__amount .max__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 15px;
  }

  /* end range slider */
  .title p {
    padding-left: 21px;
    font-size: 18px;
    font-weight: 600;
  }
.spa__filter__collection .sections__title {
    font-size: 20px;
    font-weight: 600;
}
.spa__filter__collection form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.spa__filter__collection form .read-more-contents .read__contents_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__checboxs label span {
    font-size: 18px;
    /* font-weight: 500; */
    color: #4e4c4c;
    position: relative;
    top: -4px;
    left: 10px;
}
.filter__checboxs label input {
    background: #cccccc;
    height: 19px;
    width: 19px;
} 

.filter__spa__header {
    height: 12vh;
    border-bottom: 1px solid #c2c1c1;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.spa__found__filter__tag {
    display: flex;
    padding: 4px;
    padding-left: 10px;
}
.spa__found__filter__tag .spa__founds {
    width: calc(100% - 30%);
}
.spa__found__filter__tag .spa__founds h2 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 18px;
}
.spa__found__filter__tag .filter__select {
    display: flex;
    gap: 20px;
    padding-top: 15px;
}
.spas__and__map__area {
    display: flex;
    gap: 10px;
}
.spas__and__map__area .spa__fliter__area {
    width: calc(100% - 58%);
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    border-radius: 5px;
    margin-bottom: 40px;
    /* border-right: 1px solid #2a2a2a; */
    overflow-y: scroll;
    /* width: 100%; */
}

.spas__and__map__area .spa__fliter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 7px;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.spas__and__map__area .spa__fliter__area .spas__filter__track {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.spas__and__map__area .map__filter__area {
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    width: 58%;
}
.spas__main__area__start {
    display: flex;
    gap: 5px;
    width: 100%;
}
.spas__main__area__start .spa__image__mainarea {
    width: calc(100% - 57%);
}
.spas__main__area__start .spa__image__mainarea .category__tags {
    position: relative;
    top: -138px;
    right: 14px;
    background: #3e2c41;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fff;
    height: 22px;
    width: 80px;
}
.spas__main__area__start .spa__image__mainarea .category__tags p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a50;
}
.spas__main__area__start .spa__image__mainarea .category__tags div {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 14px solid #3e2c41;
    border-bottom: 11px solid transparent;
    border-left: 14px solid transparent;
    z-index: -6;
}
.spas__main__area__start .spa__image__mainarea .spa__image {
    width: 170px;
    height: 140px;
    order: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 0px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.spas__main__area__start .spa__image__mainarea .spa__image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.spas__main__area__start .spa__contents {
    width: 57%;
}
.spas__main__area__start .spa__contents .section_title h5 {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-weight: 600;
    /* width: 200px; */
}

.spas__main__area__start .spa__contents .spa__filter__address p {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-size: 14px;
    position: relative;
    top: -8px;
    font-weight: 500;
}

.spas__main__area__start .spa__contents .spa__filter__rating {
    display: flex;
}
.spas__main__area__start .spa__contents .spa__filter__rating .rates {
    background: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 4px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .tot__rating {
    font-size: 14px;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .qualty {
    font-size: 14px;
    position: relative;
    top: -12px;
}
.spas__main__area__start .spa__contents .spa__filter__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 24px;
}

.spas__main__area__start .spa__contents .spa__filter__ratelist p del {
    font-size: 17px;
    font-weight: 600;
    color: black;
}


.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer {
    display: inline-block;
    background-color: var(--primary-color);
    /* -webkit-border-radius: 3px 4px 4px 3px; */
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    margin-left: 18px;
    position: relative;
    color: white;
    font-weight: 600;
    height: 21px;
    font-size: 10px;
    line-height: 21px;
    padding: 0px 4px 0px 4px;
    position: relative;
    top: 6px;
}

/* Makes the triangle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:before {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-color);
}

/* Makes the circle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
}

.spas__main__area__start .spa__contents .extra__taxes {
    position: relative;
    top: -12px;
}

.spa__maps__and__filter__tabs {
    display: flex;
    gap: 10px;
}
.spa__main__filter__area {
    width: calc(100% - 79%);
}

.spa__map__filter__details__area {
    width: 79%;
}

body {
    font-family: arno pro !important;
}

.rigthContent a {
    text-decoration: none;
    text-transform: capitalize;
  }

.filter__haead__referesh {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}
.filter__haead__referesh .section__title {
    width: calc(100% - 40%);
}
.filter__haead__referesh .section__title p {
    font-size: 32px;
    font-weight: 700;
}

.filter__haead__referesh .referesh a {
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: 14px;
    font-weight: 600;
}

.main__filter__area {
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 89vh;
    border-radius: 5px;
    margin-bottom: 40px;
    border-right: 1px solid #e1e2e3;
    overflow-y: scroll;
    width: 100%;
    padding-top: 16px;
}
.main__filter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 6px;
}
.main__filter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.main__filter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.main__filter__area .start__filter__section {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.range-slide {
    position: relative;
    margin: 0px;
    height: 1px;
    width: 239px;
  }
  
  .slide__range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px;
  }
  
  .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background-color: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
  .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    top: -9px;
    height: 24px;
    width: 24px;
    margin-left: -9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
 .range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
  }
  
 .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  
  .display__amount {
    margin: 28px;
    width: 236px;
    display: flex;
    justify-content: space-between;
  }
  
  .display__amount .min__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 33px;
  }
  .display__amount .max__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 15px;
  }

  /* end range slider */
  .title p {
    padding-left: 21px;
    font-size: 18px;
    font-weight: 600;
  }
.spa__filter__collection .sections__title {
    font-size: 20px;
    font-weight: 600;
}
.spa__filter__collection form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.spa__filter__collection form .read-more-contents .read__contents_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__checboxs label span {
    font-size: 16px;
    /* font-weight: 500; */
    color: #4e4c4c;
    position: relative;
    top: -4px;
    left: 10px;
    font-family: roboto;
}
.filter__checboxs label input {
    background: #cccccc;
    height: 19px;
    width: 19px;
} 

.filter__spa__header {
    height: 12vh;
    border-bottom: 1px solid #c2c1c1;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.spa__found__filter__tag {
    display: flex;
    padding: 4px;
    padding-left: 10px;
}
.spa__found__filter__tag .spa__founds {
    width: calc(100% - 30%);
}
.spa__found__filter__tag .spa__founds h2 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 18px;
}
.spa__found__filter__tag .filter__select {
    display: flex;
    gap: 20px;
    padding-top: 15px;
}
.spas__and__map__area {
    display: flex;
    gap: 10px;
}
.spas__and__map__area .spa__fliter__area {
    width: calc(100% - 58%);
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    border-radius: 5px;
    margin-bottom: 40px;
    /* border-right: 1px solid #2a2a2a; */
    overflow-y: scroll;
    /* width: 100%; */
}

.spas__and__map__area .spa__fliter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 7px;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.spas__and__map__area .spa__fliter__area .spas__filter__track {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.spas__and__map__area .map__filter__area {
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    width: 59%;
}
.spas__main__area__start {
    display: flex;
    gap: 5px;
    width: 100%;
}
.spas__main__area__start .spa__image__mainarea {
    width: calc(100% - 57%);
}
.spas__main__area__start .spa__image__mainarea .category__tags {
    position: relative;
    top: -138px;
    right: 14px;
    background: #3e2c41;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fff;
    height: 22px;
    width: 80px;
}
.spas__main__area__start .spa__image__mainarea .category__tags p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a50;
}
.spas__main__area__start .spa__image__mainarea .category__tags div {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 14px solid #3e2c41;
    border-bottom: 11px solid transparent;
    border-left: 14px solid transparent;
    z-index: -6;
}
.spas__main__area__start .spa__image__mainarea .spa__image {
    width: 170px;
    height: 140px;
    order: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 0px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.spas__main__area__start .spa__image__mainarea .spa__image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.spas__main__area__start .spa__contents {
    width: 57%;
}
.spas__main__area__start .spa__contents .section_title h5 {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-weight: 600;
    /* width: 200px; */
}

.spas__main__area__start .spa__contents .spa__filter__address p {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-size: 14px;
    position: relative;
    top: -8px;
    font-weight: 500;
}

.spas__main__area__start .spa__contents .spa__filter__rating {
    display: flex;
}
.spas__main__area__start .spa__contents .spa__filter__rating .rates {
    background: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 4px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .tot__rating {
    font-size: 14px;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .qualty {
    font-size: 14px;
    position: relative;
    top: -12px;
}
.spas__main__area__start .spa__contents .spa__filter__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 24px;
}

.spas__main__area__start .spa__contents .spa__filter__ratelist p del {
    font-size: 17px;
    font-weight: 600;
    color: black;
}


.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer {
    display: inline-block;
    background-color: var(--primary-color);
    /* -webkit-border-radius: 3px 4px 4px 3px; */
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    margin-left: 18px;
    position: relative;
    color: white;
    font-weight: 600;
    height: 21px;
    font-size: 10px;
    line-height: 21px;
    padding: 0px 4px 0px 4px;
    position: relative;
    top: 6px;
}

/* Makes the triangle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:before {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-color);
}

/* Makes the circle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
}

.spas__main__area__start .spa__contents .extra__taxes {
    position: relative;
    top: -12px;
}

/* .spa__maps__and__filter__tabs {
    display: flex;
    gap: 10px;
}
.spa__main__filter__area {
    width: calc(100% - 79%);
}

.spa__map__filter__details__area {
    width: 79%;
} */

body {
    font-family: arno pro !important;
}

.spalisting__filter {
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.spalisting__filter>aside {
    padding-top: 16px;
    border-right: 1px solid #e1e2e3;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    width: calc(100% - 78%);
    display: inline-block;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    box-sizing: border-box;
}

.spalisting__filter>section.spasright__filter__section {
    width: 78%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
/* .spalisting__filter>* {
    box-sizing: border-box;
} */

.spa___filter__detailsArea {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
.filters__spa__contentHeader {
    padding: 20px 32px 0;
    /* position: fixed;
    width: 78%;
    background-color: #fff;
    z-index: 100; */
    /* margin-top: 50px; */
}
.spaListing__filterheader__content {
    align-items: center;
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
}
.spaListing__filterheader__content>span {
    flex: 1;
    /* line-height: 32; */
}

.headign__find__tags {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.filter__dropdown {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.dropdown__lable {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    display: inline-block;
    margin-right: 12px;
}

.dropdown__select {
    cursor: pointer;
    outline: none;
    height: 40px;
    /* border: 1px solid #a6a6a6; */
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    width: 180px;
    font-size: 14px;
    color: #222;
}
.side-spas-fliter-area {
    padding: 20px 28px 0;
}

.spaListingContent__divider {
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
}

.spa-details-filter-card {
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    border: 1px dashed #3e2c41;
}

.search-spas-filters-content .spa-name h4 {
    font-family: roboto;
    font-weight: 600;
}

.search-spas-filters-content .spa-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 425px;
    color: #4c4f4c;
    font-family: roboto;
}

.image__SlideAreas {
    width: calc(100% - 60%);
    display: flex;
    gap: 3px;
    box-sizing: border-box;
}
.search-spas-filters-content {
    width: 60%;
    box-sizing: border-box;
}
.search-spas-filters-content .location-area {
    position: relative;
    top: -70px;
    right: 8px;
    float: right;
}
.search-spas-filters-content .location-area a {
    text-decoration: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 6px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #ef4023;
}
.search-spas-filters-content .location-area a .bi {
    color: #fff;
}

.search-spas-filters-content .spa-ratings-tab {
    display: flex;
    gap: 7px;
}

.search-spas-filters-content .spa-ratings-tab .rates {
    background: #1ab64f;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.search-spas-filters-content .tot-rating {
    color: #3d3c3c;
}

.search-spas-filters-content .status {
    color: #3d3c3c;
}
.search-spas-filters-content .spa-amenities {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.search-spas-filters-content .spa-total-amount-buttons {
    display: flex;
    gap: 20px;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates {
    width: calc(100% - 32%);
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount {
    display: flex;
    gap: 5px;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount h4 {
    font-weight: 600;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount .actual-amount {
    font-size: 18px;
    font-weight: 600;
    color: #165c16;
}
.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount .discount {
    background: #3e2c41;
    color: #fff;
    padding: 3px 4px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 14px;
}

.spa-details-filter-card .image__SlideAreas .main-carousel-area .carousel-indicators {
    display: flex;
    flex-direction: column;
    gap: -5px;
    position: relative;
    left: -80px;
    top: -14px;
}

.spalisting__filter>aside::-webkit-scrollbar-thumb {
        width: 8px;
        border-radius: 10px;
        background-color: #ef4023 !important;
}

.auto-modal-card .auto-card-img img {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -5px 0px inset;
    border-radius: 10px;
}

.auto-modal-card .auto-card-img .auto-card-details {
    background: darkslateblue;
    position: relative;
    top: -20px;
    padding: 7px 8px;
    max-width: 267px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 20px;
    border-top: 2px solid #fff;
    border-bottom: 4px solid #fff;
}
.auto-modal-card .auto-card-img .auto-card-details h4 {
    color: #fff;
    text-align: center;
}
.auto-modal-card .auto-card-img .auto-card-details p {
    color: #fff;
    text-align: justify;
}
.auto-modal-card .auto-card-img .discount-card {
    background: #ef4023;
    position: relative;
    top: -50px;
    padding: 1px 8px;
    max-width: 90px;
    right: 0;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px dashed #fff;
    float: right;
}
.auto-modal-card .auto-card-img .discount-card p {
    color: #fff;
    padding: 9px 2px;
    margin: 0 auto;
}
.auto-card-submit-buttons {
    background: #ef4023;
    color: #fff;
    border-radius: 7px;
    border: 2px solid #fff;
    padding: 7px 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all ease-in-out .7s;
}
.auto-card-submit-buttons:hover {
    transform: rotate(360deg);
    transition: all ease-in-out .7s;
    background: #fff;
    color: #ef4023;
    border: 2px solid #ef4023;
}
.auto-modal-title {
    text-align: center;
    font-weight: 600;
    font-family: roboto;
    margin: 0 auto;
}

.call-play-button {
    position: absolute;
    z-index: 10;
    top: 21%;
    right: 5%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 15px;
    background: #ee2e24;
    border-radius: 50%;
    /* padding: 0px 5px 5px 8px; */
  }
  
  .call-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 34px;
    height: 34px;
    background: #ee2e24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .call-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 29px;
    height: 29px;
    background: #ee2e24;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .call-play-button:hover:after {
    background-color: darken(#ee2e24, 10%);
  }
  
  .call-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .call-play-button span .bi{
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    color: #fff;
    font-size: 12px;
    /* border-left: 32px solid #fff; */
      /* border-top: 22px solid transparent; */
      /* border-bottom: 22px solid transparent; */
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  .supports-tabs form {
    display: flex;
    gap: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #3e2c41;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    padding: 8px 10px;
  }
  .supports-tabs form label input {
    font-size: 22px;
  }
  .supports-tabs form label b {
    font-size: 20px;
  }

  .support-img {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .support-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .support-spamart-area {
    text-align: center;
  }

  .support_buttons button {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ef4023;
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #ef4023;
    transition: all ease 0.4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .support_buttons button:hover {
    background: #fff;
    color: #ef4023;
    transition: all ease 0.4s;
  }  


  /* start blog here */
  .single-blog {
    margin-top: 15px;
  }
  
  .single-blog .blog-post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .single-blog .blog-post-img a {
    display: block;
    width: 851px;
    height: 417px;
  }
  
  .single-blog .blog-post-img a img {
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .single-blog .blog-post-img .top-meta {
    position: relative;
    top: -400px;
    left: 30px;
  }
  
  .single-blog .blog-post-img .top-meta .date {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-family: Roboto;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
  }
  
  .single-blog .blog-post-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }
  
  
  
  .blog-post-start.single-blog .blog-content {
    padding: 40px 35px 0px;
    width: 94%;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-top: -60px;
  }
  
  .blog-post-start.single-blog .blog-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-start.single-blog .blog-content .title {
    font-size: 36px;
    line-height: 1.1;
  }
  .single-blog .blog-content {
    padding: 25px 30px 40px;
    background: #ffffff;
    width: 90%;
    position: relative;
    left: 50%;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    bottom: 10px;
    transform: translateX(-48%);
    top: -100px;
  }
  .single-blog .blog-content .blog-meta span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #999999;
    margin-right: 15px;
  }
  .single-blog .blog-content .blog-meta span i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #0e0e0e;
    padding-right: 15px;
    margin-top: 15px;
  }
  .single-blog .blog-content .title a {
    text-decoration: none;
    color: #000;
  }
  
  .single-blog .blog-btn .blog-btn-link {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 700;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    text-decoration: none;
  }
  
  .single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 8px;
    background: #050529;
  }
  
  .single-blog:hover .blog-post-img a img {
    transform: scale(1.1);
  }
  
  .blog-post-start.single-blog .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  @media (min-width: 320px) and (max-width: 768px) {
    .blog-sidebar {
        margin-left: 0px !important;
    }
  }
  .blog-sidebar {
    margin-top: 40px;
    margin-left: 30px;
    /* padding-top: 16px; */
    /* border-right: 1px solid #e1e2e3; */
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    display: inline-block;
    /* height: calc(100% - 28%); */
    /* overflow-y: scroll; */
  }
  
  
  .blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
  }
  
  .sidebar-widget {
    margin-top: 45px;
  }
  
  .sidebar-widget .search-form {
    position: relative;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f2f4f7;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
  }
  .sidebar-widget .search-form input {
    text-indent: 20px;
  }
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    text-indent: 20px;
    font-weight: 400;
  }
  /* 
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  } */
  
  .sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .search-form button:hover {
    background: #086ad8;
    color: #ffffff;
  }
  
  .sidebar-widget .widget-title {
    margin-bottom: 25px;
  }
  
  .sidebar-widget .widget-title .title {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 700;
    color: #0e0e0e;
    display: inline-block;
  }
  
  .sidebar-widget .recent-posts {
    width: 100%;
    height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* .sidebar-widget .recent-posts::-webkit-scrollbar {
    width: 8px;
    color: #fff;
    background-color: #eeee;
  }
  .sidebar-widget .recent-posts::-webkit-scrollbar-thumb {
    color: #050529;
  }
  .sidebar-widget .recent-posts::-webkit-scrollbar-track {
    background-color: #000;
  }  */
  
  .sidebar-widget .recent-posts ul li {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
    list-style: none;
    text-decoration: none;
  }
  
  .sidebar-widget .recent-posts ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  
  .sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    border-radius: 50%;
    image-rendering: crisp-edges;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text {
    flex: 1;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 16px;
    line-height: 18px;
    font-family: Roboto;
    font-weight: 600;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #086ad8;
  }
  
  .sidebar-widget .widget-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding: 70px 40px 90px;
  }
  
  .sidebar-widget .widget-banner .banner-content {
    max-width: 250px;
  }
  
  .sidebar-widget .widget-banner .banner-content .title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
  }
  
  .sidebar-widget .widget-banner .banner-content .find___buttons {
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 15px 0px 15px 0px;
    color: #fff;
    margin-top: 30px;
    text-decoration: none;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
  }
  
  .sidebar-widget .category .cate-item {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 15px;
    list-style: none;
  }
  
  .sidebar-widget .category .cate-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  
  .sidebar-widget .category .cate-item a {
    display: flex;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500;
    color: #29303c;
    text-decoration: none;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .category .cate-item a .bi {
    font-size: 15px;
    line-height: 20px;
    color: #086ad8;
    margin-right: 5px;
  }
  
  .sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #086ad8;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .category .cate-item a:hover {
    color: #086ad8;
  }
  
  .sidebar-widget .category .cate-item a:hover .post-count {
    background: #086ad8;
    color: #ffffff;
  }
  
  .sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
    list-style: none;
  }
  
  .sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    text-decoration: none;
    border: 1px solid #050529;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .sidebar-tag li a:hover {
    background-color: #3e2c41;
    border: 1px dashed #ffff;
    color: #ffffff;
  }
  .listing__topSection>aside {
    padding-top: 16px;
    border-right: 1px solid #e1e2e3;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    width: 22%;
    display: inline-block;
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }
  
  .simple-pagination ul {
      margin: 0 0 20px;
      padding: 0;
      list-style: none;
      text-align: center;
  }
  
  .simple-pagination li {
      display: inline-block;
      margin-right: 5px;
  }
  
  .simple-pagination li a,
  .simple-pagination li span {
      color: #666;
      padding: 7px 14px;
      text-decoration: none;
      border: 1px solid #EEE;
      background-color: #FFF;
      box-shadow: 0px 0px 10px 0px #EEE;
  }
  
  .simple-pagination .current {
      color: #FFF;
      background-color: #FF7182;
      border-color: #FF7182;
  }
  
  .simple-pagination .prev.current,
  .simple-pagination .next.current {
      background: #e04e60;
  }
  
  .paginations-area-start {
    display: block;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  /* spa blog slider img */
  
  .single-blog .blog-post-slider-img  {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .single-blog .blog-post-slider-img  a {
    display: block;
  }
  
  .single-blog .blog-post-slider-img a img {
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  
  .single-blog .blog-post-slider-img .top-meta {
    position: relative;
    top: -180px;
    left: 15px;
  }
  
  .single-blog .blog-post-slider-img .top-meta .date {
    width: 57px;
    height: 57px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-family: Roboto;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
  }
  
  .single-blog .blog-post-slider-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }
  
  .blog-post-start.single-blog .blog-slider-content {
    /* padding: 40px 35px 0px; */
    width: 94%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  
  .blog-post-start.single-blog .blog-slider-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-start.single-blog .blog-slider-content .title {
    font-size: 22px;
    line-height: 1.1;
  }
  .single-blog .blog-slider-content {
    padding: 25px 30px 40px;
    background: #ffffff;
    width: 90%;
    position: relative;
    left: 50%;
    bottom: 10px;
    transform: translateX(-48%);
    top: -100px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #3e2c41 0px -3px 0px inset;
  }
  .single-blog .blog-slider-content .blog-meta span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #999999;
    margin-right: 15px;
  }
  .single-blog .blog-slider-content .blog-meta span i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .single-blog .blog-slider-content .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #0e0e0e;
    padding-right: 15px;
    margin-top: 15px;
  }
  .single-blog .blog-slider-content .title a {
    text-decoration: none;
    color: #000;
  }
  .single-blog .blog-btn .blog-btn-link {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 700;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    text-decoration: none;
  }
  
  .single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 8px;
    background: #050529;
  }
  
  .single-blog:hover .blog-post-slider-img a img {
    transform: scale(1.1);
  }
  
  .blog-post-start.single-blog .blog-slider-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  
  .background__blogs__image {
    background-image: url('../img/blog/bg-blog.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .recentaly-blog-post h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
  }
  .recentaly-blog-post p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    text-align: center;
  }
  
  .blog__slide__card {
    background: #fff;
    height: 65vh;
    padding: 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: 1px dashed #3e2c41;
    border-radius: 15px 0px 15px 0px;
  }
  
  .single-blog .blog-slider-content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
  }
  
  /* start page full details area */
  .blogs-full-details-content {
    margin-top: -35px;
  }
  
  .blogs-full-details-content .blog-meta {
    color: #0064fa;
  }
  
  
  .blog-quote {
    background-color: none;
    position: relative;
    margin-left: 50px;
    margin-top: 40px;
  }
  
  .blog-quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #086ad8;
    width: 6px;
    height: 105px;
  }
  
  .blog-quote .blockquote {
    padding-right: 125px;
    padding-left: 25px;
    margin-bottom: 0;
    position: relative;
  }
  
  
  .blog-quote .blockquote:not(:first-child) {
    margin-top: 25px;
  }
  
  .blog-quote .blockquote:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .blog-quote .blockquote p {
    display: inline;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    color: #333333;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
  }
  
  /* end here */

  /* blog mobile view */
  .blog-post-starts.single-blog .blog-content {
    padding: 40px 35px 0px;
    width: 94%;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-top: -60px;
  }

  .blog-post-starts.single-blog .blog-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-starts.single-blog .blog-content .title {
    font-size: 36px;
    line-height: 1.1;
  }

  .blog-post-starts.single-blog .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }

  .blog-post-starts.single-blog .blog-slider-content {
    /* padding: 40px 35px 0px; */
    width: 94%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  
  .blog-post-starts.single-blog .blog-slider-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-starts.single-blog .blog-slider-content .title {
    font-size: 22px;
    line-height: 1.1;
  }
  
  .blog-post-starts.single-blog .blog-slider-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-starts.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  /* end */