.primaryColor {
    color: var(--primary);
}

.terminalBtnWidth {
    font-weight: 500;
    width: 295px;
    padding: 7px 16px !important;
}

.comuteterminal {
    color: var(--Secondary-secondary-500, #F77D0D);
    text-align: center;
    font-size: 36px;
    font-style: normal;
}

.table-no-border td,
.table-no-border th {
    border: none;
    border-bottom: 1px solid var(--Grays-Gray-2, #AEAEB2);
}

.cVideoSec {
    padding: 11px 100px;
    background: var(--Secondary-secondary-100, #FDD7B4);
}

.babyFoodSec {
    background: #FEF2E7;
}

.babyfoodImg,
.Travel-Friendly-Tips-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.babyFoodPara {
    margin-left: 30px;
}

.terminalContinueBtn {
    font-size: 18px;
    font-weight: 500;
}

.tablebody tr td {
    font-weight: 500;
    color: #000;
}

.paragraphWeight {
    font-weight: 500;
}

.headingh2 {
    font-size: 24px;
}

.headingh3 {
    font-size: 36px;
    font-weight: 500;
}

.paragraphSize,
.paragraphSize20 {
    font-size: 20px;
    font-weight: 500;
}

.paragraphSize18 {
    font-size: 18px;

}

.fontWt400 {
    font-weight: 400;
}

.fontWt500 {
    font-weight: 500;
}

.playzoneCardText {
    line-height: 25.2px;
    /* font-family: Amplitude; */
}

#babyCareCards .card {
    border: 0px;
}

#babyCareCards .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 334px;
}

.innerBannerImgBabyCare {
    width: 100%;
    height: 385px;
    object-fit: cover;
    background-position: center;
}

.innerBannerImgBabyCare {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-position: center;
}

.babyfoodImg {
    border-radius: 15px;
}

@media (max-width:769px) {
    .terminalBtnWidth {
        width: 100%;
    }

    .innerBannerImg {
        height: 206px;
    }

    .innerBannerImgBabyCare {
        height: 385px;
        max-height: 385px;
    }

    .paragraphSize {
        font-size: 14px;
    }

    .Inter-Terminal-Heading {
        font-size: 18px;
    }

    .Inter-Terminal-Para {
        font-size: 16px;
    }

    .commuteSec .terminalBtnWidth,
    .btn {
        width: 100% !important;
    }

    .comuteterminal {
        font-size: 16px;
    }

    .comuteterminalSec tr th {
        font-size: 15px;
    }

    .comuteterminalSec tr td,
    .smFontSize14 {
        font-size: 14px;
    }

    .smFontSize18 {
        font-size: 18px;
    }

    .cVideoSec {
        padding: 0px 20px;
    }

    .babyCareHedaing {
        font-size: 18px;
    }

    .babyCareh2 {
        font-size: 16px;
    }

    .babyCarePara {
        font-size: 14px;
    }

    .headingh3 {
        font-size: 20px;
    }

    .paragraphSizeSm12 {
        font-size: 12px;

    }

    .paragraphSizeSm18 {
        font-size: 18px;

    }

    #babyCareCards .card img {
        max-height: 238px;
    }

    .babyFoodPara {
        padding-top: 20px;
        margin-left: auto;
    }
}