@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


:root {
    --darkblue: #0e1e2c;
    --darkblue2: #132738;
    --lightbg: #f5f5f5;
    --ligthbg2: #F4F8FB;
    --linkcolor: #0a66c2;
    --bordercolor: #DBE1E5;
    --cardbg: #fff;
    --textcolorlight: #595959;
    --textcolordark: #212221;
    --cardinnerborder: #CFDDFF;
    --cardinnerbg: #cfddff33;
   --fontfamily:  "Mulish", sans-serif !important;
    --btncolor: #F27838;
}
.offer-tag h2{
    display: none;
}
.offer-tag h5{
    display: none;
}
.fetch-tour
{
    padding: 8px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    border: 1px solid #eee;
       box-shadow: 0 3px 15px rgba(167, 167, 167, 0.15);
position: relative;
}
.left-dot{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    justify-content: start;
    align-items: start;
    z-index: 99999 !important;
}
.right-dot{
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    justify-content: start;
    align-items: start;
}
.left-dot .dot-div{
    height: 20px;
    width: 15px;
    background-color: #ffffff;
    border-radius: 0 30px 30px 0;
}
.right-dot .dot-div{
    height: 20px;
    width: 15px;
    background-color: #ffffff;
    border-radius: 30px  0px 0px 30px;
}
.fetch-card-img{
    position: relative;
}
.offer-tag{
    position: absolute;
    top: 10px;
    left: 12px;
}
.offer-tag h4{
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    width: fit-content;
    border-radius: 3px;
}
.fetch-tour img{
    height: 220px !important;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    padding: 0px !important;
}
.fetch-tour-details{
    padding: 0px 20px;
    position: relative;
    height: 100%;
}
.fetch-tour-details h4{
    font-size: 18px;
    font-weight:600;
    color: #000;
    margin: 10px 0px;
}
.fetch-tour-details h5{
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #595959;
    font-size: 13px;
    width: fit-content;
}
.fetch-tour-details .inclusion-data{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0 0 0;
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
}
.inclusion-inner-sec{
    position: relative;
}
.fetch-tour-details .inclusion-data span{
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.fetch-tour-details .fetch-cities{
    margin: 8px 0px;
     position: absolute;
    bottom:55px;
    left: 20px;
    right: 20px;
}
.fetch-tour-details .fetch-cities h5{
    
    color: #000 !important;
    margin: 5px 0 5px 0px !important;
    border: none !important;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 600 !important;
    width: 100%;
    display: block;
}
.fetch-tour-details .fetch-cities p{
  
    font-size: 13px;
    color: #595959;
    margin: 0px 0 0 0;
}



.fetch-tour-ptice{
    background-color:#efefef;
    padding: 5px 0 0 0;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
    height: 100% !important;
    border-left: 1px dashed #b4b4b4;
    position: relative;
     
}

.fetch-tour .price{
    text-align: right !important;
    margin-top: 0px;
}
.price-sec{
    padding: 0px 10px;
}
.fetch-tour .price p{
    color: #747474;
    margin: 1px 0px;
    font-size: 12px;
}
.fetch-tour .price h4{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 1px 0px;
}
.fetch-book-btn h5{
    color: #F27838;
    font-size: 14px;
    font-weight: 600;
    margin: 5px auto;
    text-align: center;
}

.fetch-book-btn button{
    width: 100%;
    display: block;
    margin-bottom: 5px;
    background-color: transparent;
    border: none;
}
.fetch-book-btn button a{
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #132738;
    padding: 6px 30px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #0e1e2c;

}
.fetch-book-btn .d-btn a{
    background-color: transparent;
    border: 1px solid #ddd;
    color: #0e1e2c;
    padding: 5px 30px !important;

}
.emi-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-top: 7px;
    background-color: #ededed;
    padding:10px 10px;
    border-radius: 10px 10px 3px 3px;
  
}
.emi-btn p{
      color: #000000;
    margin: 0px 0px;
    font-size: 13px;
}
.emi-btn h4{
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
    color: #023e8a !important;
}

@media(max-width:1150px)
{
    .fetch-tour-details .fetch-cities
    {
        bottom: 30px;
    }
    .emi-btn{
        padding: 5px 10px;
        margin-top: 0px;
    }
    .emi-btn p{
        font-size: 12px;
    }
    .emi-btn h4{
        font-size: 17px ;
    }
    .fetch-book-btn h5
    {
        font-size: 12px;
    }
    .fetch-tour 
    {
        margin-bottom: 10px;
    }
}

@media (max-width:767px)
{
    .fetch-book-btn h5 {
    color: #F27838;
    font-size: 12px;
     text-align: center;
     margin: 3px 0px 7px 0px;
    }
    .fetch-book-btn .d-btn a
    {
        padding: 3px 30px !important;
    }
    .fetch-book-btn button a{
      padding: 4px 30px;
    }
    .emi-btn{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        padding: 0px 10px 6px 10px;
    }
    .fetch-tour img
    {
        height: 190px !important;
        filter: brightness(.4);
    }
    .emi-btn h4{
        font-size: 17px;
    }
    .fetch-tour .price p
    {
        text-align: center;
    }
     .fetch-tour .price h4{
        text-align: center;
        font-size: 21px;
     }
     .offer-tag {
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 9999 !important;
}
.offer-tag h2{
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 600;

}
.offer-tag h5{
    background-color: transparent;
    color: #dfdfdf;
    border: 1px solid #c3c3c3;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 2px 7px;
    width: fit-content;
    display: block;
}
}

@media(max-width:400px)
{
        .fetch-book-btn .d-btn a {
        padding: 3px 6px !important;
        font-size: 12px;
    }
    .fetch-book-btn button a{
        font-size: 12px;
        padding: 3px 6px;
    }
    .emi-btn h4{
        font-size: 16px;
    }
    .fetch-book-btn h5{
        font-size: 10px;
    }
    .offer-tag h2{
        font-size: 15px;
    }
    .offer-tag h5{
        margin: 7px 0px;
        font-size: 10px;
    }
}