/** media query **/
@media (min-width: 1024px) and (max-width: 1200px){

}

@media (min-width: 1024px) and (max-width: 1100px){
.love-box {
    padding: 10px;
}
}

@media (min-width: 991px) and (max-width: 1024px){
.love-box {
    padding: 10px;
}
.love-box h4 {
    font-size: 16px;
}
}

@media (min-width: 767px) and (max-width: 991px){

}

@media(max-width: 991px){
.services-area .row {
    row-gap: 30px;
}
.hero-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff96;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.container {
    max-width: 95%;
}
section.why-choose-area .row {
    row-gap: 20px;
}
.navbar-collapse {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
}

.navbar-collapse ul.navbar-nav li {
    margin: 0px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}


.navbar-collapse ul.navbar-nav li:last-child {
	border-bottom: transparent;
}
.hero-area {
    background-position: 85% 41% !important;
}
.hero-subtitle {
    color: #ffffff;
}
section.why-love-area .row {
    row-gap: 30px;
}
.appointment-left::after{
	display: none;
}
.appointment-right {
    padding: 20px;
}
.price-filter{
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: center;
}

.price-filter::-webkit-scrollbar{
    display: none;
}

.price-filter .tab-btn{
    flex: 0 0 auto;
    width: max-content;   
    min-width: max-content;
    white-space: nowrap;
    padding: 0px 20px;
}
}




@media(max-width: 767px){
section.why-choose-area .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.price-filter{
    justify-content: start;
}

.thankyou-card {
    max-width: 100%;
}
.thankyou-btns {
    flex-direction: column;
}
.thankyou-btns a.btn-whatsapp {
    justify-content: center;
}
.thankyou-btns a {
    width: 100%;
}
.thankyou-section {
    min-height: auto;
}
.cta-subtitle {
    color: #ffffff;
}
.cta-content {
    max-width: 70%;
}
.price-slider .owl-nav {
    display: none;
}
.price-slider .owl-dots {
    margin-top: 26px;
}
}

@media(max-width: 575px){
 section.why-choose-area .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

}

@media(max-width: 480px){
.cta-content {
    max-width: 100%;
}
.hero-buttons {
    flex-direction: column;
}
}



