/* show more and less style start here */
/* show more and less style start here */
.mTxt {
    font-size: 14px;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

/* show more and less style end here */
/* gallery style start here */
.gList {
    padding: 1rem !important;
    display: flex;
    width: calc(100% - 1rem);
    min-height: 10rem;
    border-radius: .75rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.rList {
    padding: 1.5rem 1rem !important;
    display: flex;
    width: calc(100% - 1rem);
    min-height: 12rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-top: 1px solid #dee2e6;
    margin-top: 1.5rem;
}

.gImgBx {
    /* height:5rem; */
    border-radius: .75rem;
    background: #e2ebf9;
    max-height: 9rem;
    width: 180px;
    margin-right: 0.75rem;
}

.gCnt {
    /* height:5rem; */
    width: 100%;
}

.gImg {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.rBorder {
    border-left: 1px solid #dee2e6;
}

.starSize {
    font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
    .starSize {
        font-size: 0.75rem;
    }

    #myTab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .gList,
    .rList {
        flex-direction: column;
        justify-content: center;
    }

    .rBorder {
        border-left: none;
        border-top: 1px solid #dee2e6;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .gImgBx {
        border-radius: .75rem;
        background: #e2ebf9;
        height: 8rem;
        width: 150px;
        margin: auto;
        margin-bottom: 1rem;
    }
}

/* gallery style end here */
/* collapse style start here */

main {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

.faqs-grid {}

.faqs-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    /* background-color: #14233c; */
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.faqs-title {
    /* display: flex; */
    position: relative;
    color: #000;
    font-size: 1rem;
    /* font-weight: bold; */
    text-decoration: none;
    padding: 1rem;
    width: 100%;
    outline: none;
    transition: 0.4s;
    /* border:1px solid red; */
    text-align: left;
}

.activeItinerary,
.faqs-title:hover {
    border-radius: .5rem;
}

.faqs-title:before {
    content: '\002B';
    color: #000;
    font-weight: normal;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 24px;
    line-height: 1;
}

.activeItinerary:before {
    content: "\2212";
}

.faqs-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faqs-content-inside {
    padding: 20px;
}

/* collapse style end here */
.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}