﻿.dtour-cover{
    background-size: cover!important;
    height: 90vh!important;
    width: 100%;
    overflow: hidden!important;
    object-fit: cover;
}

.pre-paid{
    color: red!important;
}

.bd-example-main {
    display: block;
}

.daytour-col{
    background-color: white!important;
    padding: 0px 0 20px 0;
}

.bd-example-mobile {
    display: none;
}

.daytour-head {
    font-family: opensans;
    text-align: center;
    background-color: #F8F8F8!important;
}

.daytour-head h2 {
    color: #623015;
}

.daytour-type {
    color: #623015!important;
    font-weight: bold;
    padding-top: 10px;
}

.regular-dt {
  /*  background-color: #F8F8F8 !important;*/
    text-align: center;
}

.daytour-img{
    /*height: 350px!important;*/
    background-size: cover!important;
    width: 100%!important;
}

.daytour-rate{
    width: 50%;
    margin: auto;
    padding: 8px 0 8px 0;
    border-radius: 10px;
    border: 2px solid gray!important;
}

.regular-dt h3 {
    color: #623015;
}

.rate-text {
    font-weight: 500;
}

.rate-text span {
    font-weight: 600;
    font-size: 24px;
    color: #623015;
}

.rate {
    color: #623015;
    font-size: 32px!important;
}

.dt-packages h3 {
    color: #623015;
}

.dt-offer-packages {
    font-size: 1.5rem;
    font-weight: 500;
    color: #623015;
    margin-bottom: 0;
    font-weight: 600;
}

.flickity-button {
    display: none!important;
}

@media screen and (max-width: 768px) {
    .daytour-header h2{
        font-size: 24px!important;
    }

    .daytour-header p {
        font-size: 14px!important;
    }

    .rating-title h1 {
        font-size: 30px !important;
    }

    .more-title {
        font-size: 28px!important;
    }

    .bd-example-mobile {
        display: block !important;
    }

    .bd-example-main {
        display: none;
    }

    .daytour-head{
        margin-top: 70px;
    }

    .dtour-cover {
        height: auto!important;
    }

    .daytour-img {
        height: auto!important;
    }
}

