.tab-bg {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
}

.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

input,
.tab-content {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab_container>label {
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    text-decoration: none;
    background: #f0f0f0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
    display: block;
    padding: 20px;
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content div {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container [id^="tab"]:checked+label {
    background: #fff;
    box-shadow: inset 0 3px #5fd4a3;
}

.tab_container>label>img {
    max-width: 20px;
    width: 100%;
    border: 0;
    position: relative;
    left: 5px;
}

.tab_container>label>span {
    display: inline-block;
    padding: 0 10px;
}

.bgHead {
    background: #efefef
}

.tblScroll {
    position: relative;
    height: 500px;
    overflow-y: auto;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    label span {
        display: none;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.info-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    border-bottom: solid 1px #f1f1f1;
}

.info-row .col {
    padding: 10px 5px;
}

.info-row .col:nth-child(1) {
    flex: 1;
}

.info-row .col:nth-child(2) {
    flex: 2;
}

.info-row:nth-last-child(1) {
    border-bottom: 0;
}

.rhs-cont img {
    border: solid 1px #ddd;
}

@media screen and (max-width: 760px) {

    #scshtPrev,
    #scshtNext {
        padding: 2px 10px !important;
        font-size: 22px !important;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide img {
    width: 80%;
}

.swiper-slide {
    text-align: center
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.swiper-pagination-bullet-active {
    background: #000;
}

.add-on {
    font-size: 10px;
    font-weight: 600;
}

.red-star {
    color: #e07879
}

.windowsmonoTable td.padd-none {
    padding: 0 !important;
}

.bdr-none td {
    border: none !important;
    padding: 15px 0px !important;
}

.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}

.accordion_container {
    width: 100%;
}

.accordion_head {
    color: #09C;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.accordion_body {
    background: #F9F9F9;
    padding: 12px;
}

.accordion_body p {
    margin: 0px;
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.faqh {
    font-size: 18px;
    margin: 0;
    color: #09C;
}

.accordion_head.active .faqh {
    background: #F9F9F9;
    color: #85b536 !important
}
div#scroll.container {
    max-width: 1400px;
}