﻿.stay-bg {
    background-color: #232B66;
    padding: 30px 0px 25px 0px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.stay-parent {
    display: flex;
    align-items: center;
    height: 100%;
}

    .stay-parent .stay-child1 {
        margin-right: 20px;
    }

        .stay-parent .stay-child1 p {
            /*font-family: "Red Hat Text", serif;*/
            font-size: 25px;
            color: #ffffff;
        }

    .stay-parent .stay-child2 a img {
        padding-right: 15px;
    }

    .stay-parent .stay-child2 a:last-child img {
        padding-right: 0px;
    }

.subscribe-parent {
    float: right;
}

    .subscribe-parent p {
        /*font-family: "Red Hat Text", serif;*/
        font-size: 30px;
        color: #ffffff;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .subscribe-parent .subscribe-form {
        display: flex;
        align-items: center;
        width: 532px;
        height: 59px;
        border: 1px solid #707070;
        border-radius: 15px;
        overflow: hidden;
        background: #D9D9D9;
    }

    .subscribe-parent .subscribe-input {
        flex: 1;
        border: none;
        color: #002C61;
        padding: 10px 15px;
        outline: none;
        font-size: 25px;
        background: #D9D9D9;
    }

    .subscribe-parent .subscribe-button {
        background: #F7941D;
        border: #F7941D;
        border-radius: 9px;
        cursor: pointer;
        font-size: 25px;
        color: #ffffff;
        width: 170px;
        margin-right: 10px;
    }

.delhi-space {
    padding: 25px 0px 20px 0px;
}

.delhi-text p {
    /*font-family: "Red Hat Text", serif;*/
    font-size: 14px;
    color: #484848;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
}

.delhi-text ul {
    padding-inline-start: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.delhi-text {
    margin-bottom: 30px;
}

    .delhi-text ul li {
        /*font-family: "Red Hat Text", serif;*/
        font-size: 14px;
        color: #484848;
        font-weight: 500;
        list-style-type: none;
        padding-right: 6px;
        line-height: 22px;
    }

        .delhi-text ul li:last-child {
            padding-right: 0px;
        }

        .delhi-text ul li a {
            color: #484848;
            font-weight: 500;
        }

.secured-parent {
    display: flex;
    align-items: center;
    height: 100%;
}

    .secured-parent p {
        /*font-family: "Red Hat Text", serif;*/
        font-size: 20px;
        color: #000000;
        padding-right: 10px;
        flex: 0 0 auto;
        font-weight: 500;
    }

.fotbot-space {
    border-bottom: 6px solid #232B66;
    margin-top: -20px;
}

.ftabgroup {
    padding: 0px 0px 10px 0px;
    float: right;
}

    .ftabgroup a {
        background: #232B66;
        border-radius: 30px 30px 0px 0px;
        padding: 20px 15px 15px 20px;
        display: initial;
        bottom: 0px;
    }

        .ftabgroup a span {
            /*font-family: "Red Hat Text", serif;*/
            font-size: 22px;
        }

    .ftabgroup #ftab-btn-group span:nth-child(1) {
        color: #ffffff;
    }

    .ftabgroup #ftab-btn-sitemap {
        background: #D4D4D4;
        margin-left: 10px;
    }

        .ftabgroup #ftab-btn-sitemap span:nth-child(1) {
            color: #000000;
        }

#ftab-groupsite, #ftab-sitemap {
    display: none;
}

.goup {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: 70%;
}

.ftabgroup a img {
    margin-left: 10px;
    margin-top: -3px;
}

#ftab-groupsite {
    background-color: #232B66;
    padding-top: 20px;
}

#ftab-sitemap {
    background-color: #f4f3f8;
    padding-top: 20px;
}

#ftab-groupsite .ftabhead, #ftab-groupsite .ftabhead a {
    color: #ffffff;
    padding-bottom: 10px;
    margin: 0px;
}

#ftab-groupsite .ftabsul {
    padding-inline-start: 0px;
    color: #ffffff;
    margin-bottom: 0px;
    list-style: none;
}

    #ftab-groupsite .ftabsul li {
        font-size: 15px;
        margin-bottom: 8px;
    }

        #ftab-groupsite .ftabsul li a {
            color: #ffffff;
            padding-left: 19px;
            position: relative;
            display: flex;
            padding: 0px 12px 0px 18px;
        }

            #ftab-groupsite .ftabsul li a span {
                background-image: url("/src/images/footer/icon-arrow-footer-white.svg");
                background-size: 8px;
                background-repeat: no-repeat;
                background-position: right center;
                padding-right: 10px;
                margin-right: 10px;
                position: absolute;
                left: 0;
                width: 10px;
                top: 4px;
                height: 10px;
            }

#ftab-sitemap .ftabhead, #ftab-sitemap .ftabhead a {
    color: #000000;
    padding-bottom: 10px;
    margin: 0px;
}

#ftab-sitemap .ftabsul {
    padding-inline-start: 0px;
    color: #000000;
    margin-bottom: 0px;
    list-style: none;
}

    #ftab-sitemap .ftabsul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

        #ftab-sitemap .ftabsul li a {
            color: #000000 !important;
            padding: 0px 12px 0px 18px;
        }

    #ftab-sitemap .ftabsul li {
        padding-left: 0px;
        position: relative;
        display: flex;
    }

        #ftab-sitemap .ftabsul li a span {
            background-image: url("/src/images/footer/icon-arrow-footer-black.svg");
            background-size: 8px;
            background-repeat: no-repeat;
            background-position: right center;
            padding-right: 10px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            width: 10px;
            top: 4px;
            height: 10px;
        }

#ftab-groupsite {
    padding-bottom: 10px;
}

@media screen and (max-width: 1440px) {
    .ftabgroup {
        padding: 0px 0px 11px 0px;
    }

    .stay-parent .stay-child1 p {
        font-size: 24px;
    }

    .subscribe-parent .subscribe-input, .subscribe-parent .subscribe-button {
        font-size: 24px;
    }

    .subscribe-parent p {
        font-size: 28px;
        padding-bottom: 5px;
    }

    .delhi-text p, .delhi-text ul li {
        font-size: 13px;
    }
}

@media screen and (max-width: 1399px) {
    .stay-parent .stay-child1 p {
        font-size: 22px;
    }

    .subscribe-parent p {
        font-size: 26px;
        padding-bottom: 5px;
    }

    .subscribe-parent .subscribe-form {
        width: 525px;
        height: 55px;
    }

    .subscribe-parent .subscribe-input, .subscribe-parent .subscribe-button {
        font-size: 23px;
    }

    .delhi-text p, .delhi-text ul li {
        font-size: 12px;
    }

    .secured-parent p, .ftabgroup a span {
        font-size: 20px;
    }

    .ftabgroup a {
        padding: 17px 15px 15px 20px;
    }

    .fotbot-space {
        margin-top: -30px;
    }

    #ftab-sitemap, #ftab-groupsite {
        padding-top: 15px;
    }

        #ftab-sitemap .ftabsul li {
            font-size: 14px;
            line-height: 15px;
            padding-bottom: 6px;
        }

        #ftab-groupsite .ftabsul li {
            font-size: 14px;
            line-height: 26px;
        }
}

@media screen and (max-width: 1280px) {
    .ftabgroup {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .subscribe-parent p {
        font-size: 24px;
    }

    .subscribe-parent .subscribe-form {
        width: 515px;
        height: 52px;
    }

    .subscribe-parent .subscribe-input, .subscribe-parent .subscribe-button {
        font-size: 21px;
    }

    .ftabgroup {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 992px) {
    .secured-parent p, .ftabgroup a span {
        font-size: 16px;
    }

    .secured-parent img {
        width: 130px;
    }

    .ftabgroup a {
        padding: 13px 15px 10px 20px;
    }

    .ftabgroup {
        padding: 6px 0px 7px 0px;
    }
}

@media screen and (max-width: 991px) {
    .stay-parent {
        justify-content: center;
        margin-bottom: 20px;
    }

    .subscribe-parent {
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stay-bg {
        padding: 25px 0px 25px 0px;
    }

    .secured-parent p, .ftabgroup a span {
        font-size: 18px;
    }

    .secured-parent img {
        width: 180px;
    }

    .ftabgroup a {
        padding: 14px 15px 10px 20px;
    }

    .ftabgroup {
        padding: 0px 0px 6px 0px;
    }

    .secured-parent {
        justify-content: flex-start;
        margin-top: 5px;
    }

    #ftab-groupsite .ftabsul li {
        line-height: 18px;
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #ftab-groupsite .ftabsul li a span, #ftab-sitemap .ftabsul li a span {
        top: 3px;
    }

    .stay-bg {
        padding: 20px 0px 25px 0px;
    }

    .stay-parent {
        margin-bottom: 30px;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

        .stay-parent .stay-child1 {
            margin-right: 0px;
            margin-bottom: 10px;
        }

            .stay-parent .stay-child1 p {
                font-size: 25px;
            }

    .subscribe-parent p {
        font-size: 22px;
    }

    .subscribe-parent .subscribe-form {
        width: 100%;
        height: 50px;
    }

    .subscribe-parent .subscribe-input {
        padding: 10px 5px 10px 5px;
    }

    .subscribe-parent .subscribe-input, .subscribe-parent .subscribe-button {
        font-size: 18px;
    }

    .fotbot-space {
        margin-top: 0px;
    }

    .delhi-space {
        padding: 20px 0px 20px 0px;
        margin-bottom: 30px;
    }

    .delhi-text p {
        line-height: 18px;
    }

    .delhi-text p, .delhi-text ul li {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .delhi-text ul li {
        line-height: 10px;
        padding-right: 10px;
    }

    .secured-parent {
        justify-content: flex-end;
        margin-top: 10px;
    }

    .ftabgroup a span {
        font-size: 15px;
    }

    .ftabgroup a {
        padding: 12px 15px 9px 20px;
    }

    #ftab-groupsite .container .row, #ftab-sitemap .container .row {
        flex-direction: column;
    }

    #ftab-sitemap {
        padding-bottom: 10px;
    }

    .delhi-text p {
        padding-bottom: 20px;
    }

    .delhi-text {
        margin-bottom: 20px;
    }
    .col.ftabgrids
    {
        padding-left:0px;
        padding-right:0px;
    }
}
@media (max-width: 767.5px) {
    .ftabgroup {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 0 !important;
    }
        .ftabgroup a {
            padding: 12px 15px 9px 20px;
            height: auto;
        }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 80rem;
    }
}
