﻿
/*.promo-image {*/
/*width: 100%;
        height: 375px;*/ /* Maintain image aspect ratio */
/*display: block;*/
/*object-fit: cover;*/
/*position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}*/
/*    .promo-banner
 {
    position: relative;
    height: 400px;
    overflow: hidden;
}*/
.container {
    position: relative;
}

img.promo-image.promo-offer-image {
    min-height: 400px;
    max-height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
/*.promo-text.text-center {
    position: absolute;
    max-width: 600px;*/
/* margin-top: -305px;*/
/*margin-top:60px;
    margin-right: 12px;
}*/
/*.promo-text {
    background-color: #47b34d;
    color: white;
    padding: 12px 16px;
    border-radius: 15px;
}*/


.promo-text h2 {
    margin: 0;
    font-size: 1.2rem;
}

.promo-text p {
    margin: 5px 0 0;
    font-size: 0.9rem;
}

/* Small mobile screens */
@media (width: 320px) {
    .promo-text {
        padding: 15px 20px;
        margin: 0px;
    }

        .promo-text.text-center {
            margin-top: 70px;
        }

    img.promo-image.promo-offer-image {
        min-height: auto;
    }

    /* .promo-image { */
    /* height: 400px; */
    /* object-fit:cover; */
    /* } */
}

@media (min-width: 320px) and (max-width: 370px) {

    .promo-text {
        padding: 15px 20px;
        margin: 0px;
    }

        .promo-text.text-center {
            margin-top: 70px;
        }

    img.promo-image.promo-offer-image {
        min-height: auto;
    }
    /* .promo-image { */
    /* height: 400px; */
    /* object-fit: cover; */
    /* } */
}

@media (min-width: 375px) and (max-width: 640px) {
    .promo-text p {
        font-size: 1rem;
    }

    .promo-text {
        padding: 15px 20px;
        margin-right: 12px;
    }

        .promo-text.text-center {
            margin-top: 36px;
        }

    img.promo-image.promo-offer-image {
        min-height: auto;
    }
    .callNow {
        font-size: 18px !important;
    }
    .toursTabs {
        margin: auto;
    }
    ul.newTourDetails.tabs {
        justify-content: center !important;
        align-items: center;
        max-width: fit-content !important;
    }
        ul.newTourDetails.tabs li {
            font-size: 12px !important;
        }
    span#phone-error{
        font-size:10px !important;
    }
    /*.promo-image {
            height: 350px;*/
    /*max-height: 200px;*/
    /*object-fit: cover;
        }*/
    /*
        .promo-banner {
            height: 350px !important;
        }*/
}

/* Desktop screens */
@media (min-width: 992px) {
    .promo-text h2 {
        font-size: 1.2rem;
    }

    .promo-text p {
        font-size: 1.2rem;
    }

    /*   .promo-text {
            padding: 20px 25px;
            margin: 25px 0px;
        }*/
}



/*    @media (min-width: 1100px) and (max-width:1200px) {
        .promo-text.text-center {
            margin-top: -305px !important;
        }
    }*/

@media (max-width: 1024px) and (min-width: 768px) {
    .promo-image {
        height: 100% !important;
    }
}

h5 b, h3 b, h2 b, h2 p {
    font-family: "Raleway", sans-serif !important;
}

.subText {
    font-size: 22px;
}

ul.newTourDetails.tabs {
    margin: 0px;
    padding: 10px;
    list-style: none;
    max-width: 368px;
    text-align: center;
    background: #134E86;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

    ul.newTourDetails.tabs li {
        background: none;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        font-family: 'Raleway';
    }

.tab-content.newTourDetails {
    display: none;
    padding: 15px;
}

    .tab-content.newTourDetails.current {
        display: inherit;
    }

ul.newTourDetails.tabs li.tab-link.current {
    background: #C5E1FF;
    color: #134e86;
    font-weight: 600;
    border-radius: 5px;
}

b, strong {
    font-family: "Raleway", sans-serif !important;
}

#overview p {
    font-family: "Raleway", sans-serif !important;
}

#overview ul li {
    font-family: "Raleway", sans-serif !important;
}
