﻿.contBodyDetails {
    display: flex;
    justify-content: space-evenly;
    margin: 40px 0px;
}

.content-body {
    margin-top: 0px !important;
}

pre {
    background-color: red !important;
    border: none !important;
}

@media(max-width:768px) {
    .listTitle {
        display: none !important;
    }

    .contBodyDesc {
        font-size: 12px;
    }

    .contBodyTitle {
        font-size: 13px !important;
        text-align: center;
    }

    .contBodyDetails {
        display: none !important
    }
}

@media(max-width:420px) {
    .pipeCust {
        display: none
    }
}

.rowMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-item {
    color: #262626;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    align-items: center;
    display: grid;
}

.grid-item1, .grid-item4 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.grid-item2, .grid-item5 {
    margin: 20px 0;
    grid-column-start: 2;
    grid-column-end: 3;
}

.grid-item3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.grid-item6 {
    grid-column-start: 1;
    grid-column-end: 4;
}

.main-header_area-2 {
    padding-left: 15px !important;
    padding-right: 40px !important;
}

.mobile-menu {
    padding-right: 30px !important;
}

.center, .content-header p {
    text-align: center;
}

img, video {
    width: 100%;
}

.content-header {
    margin-top: 1rem;
    text-align: center;
}

    .content-header img {
        width: auto;
        height: 500px;
        margin-bottom: 26px;
    }

.sub-content {
    margin-top: 70px;
}

.mobile-version {
    display: none;
}

@media(max-width:768px) {
    .mobile-version {
        display: block;
    }

    .rowList {
        display: none !important;
    }

    .title-rows-home, .title-rows-home h2, .title-rows-home p {
        text-align: justify !important;
        text-align-last: center !important;
    }

    .calendarTop {
        margin-top: 2% !important;
    }

    .content-header img, .galleryItems img {
        height: auto !important
    }

    .sub-content {
        margin-top: 30px;
        display: block;
    }

    .container {
        padding: 0;
    }
}

.listTitle p {
    font-weight: normal;
    margin-bottom: 0px;
}

.listTitle:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}

.listTitle span {
    font-size: 14px;
    font-weight: normal;
}

    .listTitle span:hover {
        font-weight: bold;
    }

.listTitle {
    height: 36px;
    background: #FFFCF7;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    padding: 0 6rem;
    align-items: center;
}

.content-body {
    margin-top: 42px;
}

    .content-body .contBodyTitle {
        font-size: 1.6rem;
        color: #262626;
        margin: 1.6rem 0;
    }

.contBodyDesc p {
    font-weight: normal !important;
    text-align: justify !important;
    /* text-align-last: center !important;*/
    font-weight: normal !important;
    font-size: 1.4rem !important;
    /*margin-top: 4rem;*/
    margin-top: 1.5rem;
    line-height: 24px;
}

.carContPrev {
    left: 0px !important;
    right: unset
}

.carContNext {
    right: 0px !important;
    left: unset
}

.carousel-control-prev-icon {
    background-image: url('../../../../../Images/pic/rightSliderE.webp');
}

.carousel-control-next-icon {
    background-image: url('../../../../../Images/pic/leftSliderE .webp');
}

.divider {
    height: 25px;
    width: 1px;
    background: #606060;
}

.galleryItems {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

    .galleryItems img, .galleryItems video {
        width: auto;
        height: 500px
    }

@media(max-width:1000px) {
    .galleryItems video {
        width: 100% !important;
        height: auto !important;
    }
}

.calendarTop {
    font-size: 13px;
    margin: 1rem 0px;
}

.subTitleTop {
    margin: 0px;
}

.titleTop {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.title-rows-home {
    margin: 15px 0;
}

@media(max-width:576px) {
    .gab-bottom {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.listTitle:hover {
    text-decoration: none
}

.hrCus {
    border: 0.5px solid #606060;
    opacity: 0.3;
}

.rowList {
    display: flex;
    margin: 0px !important;
    padding-bottom: 2px;
}

.numberlistTitle {
    background: #E6DBD1;
    color: #000000 !important;
    text-align: center;
    line-height: 40px;
    width: 4%;
    border: 1px solid #f6f1eb
}

.widthTittle {
    width: 96% !important;
}

.numberlistTitle:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
    transition: all 1500ms;
}

.numberlistTitle a {
    font-weight: normal;
}

.content-body p {
    font-weight: bold;
}
