﻿.footer-ft-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    line-height: 25px;
}

.footer-ft-wrapper-sc {
    display: flex;
    flex-direction: column;
}

.footer-ft-main-content-sc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgb(0, 43, 68);
    color: white;
    background-image: url(../../../../assets//images/curve2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
}

.footer-ft-main-content-sc-wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.footer-ft-main-content-sc p, .footer-ft-main-content-sc span {
    color: inherit;
}

.footer-ft-main-content-sc-column-dispaly {
    width: 100%;
    display: flex;
    max-width: 500px;
    flex-direction: column;
    text-align: justify;
}

.footer-ft-main-content-sc-icon-wr {
    transition: all .3s ease;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}

    .footer-ft-main-content-sc-icon-wr div {
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-ft-main-content-sc-icon-wr span {
        margin-left: 10px;
    }

    .footer-ft-main-content-sc-icon-wr img {
        width: 20px
    }


.footer-ft-main-content-sc-map-image {
    width: 100%;
    padding-top: 20px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

/* .footer-ft-main-content-sc-map-image iframe{
    max-width: 1300px;
} */

.footer-ft-main-content-sc-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 3px 0;
}

.footer-ft-main-content-sc-social-media-icons {
    display: flex;
    justify-content: space-evenly;
    padding: 5px 100px;
}

    .footer-ft-main-content-sc-social-media-icons a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgb(0, 29, 46);
        border-radius: 50%;
        background-color: white;
    }

        .footer-ft-main-content-sc-social-media-icons a:hover {
            background-color: rgb(48, 167, 223);
            border: 1px solid;
            border-radius: 50%;
        }

    .footer-ft-main-content-sc-social-media-icons img {
        width: 25px;
        height: 25px;
    }

.footer-ft-copy-right-sc {
    width: 100%;
    background-color: rgb(0, 29, 46);
    height: 78px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.a-tag-white {
    color: white;
}

    .a-tag-white:hover {
        text-decoration: none;
        color: rgb(48, 167, 223);
    }

@media(max-width:1150px) {
    .footer-ft-main-content-sc-wrapper {
        width: 100% !important;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:720px) {
    .footer-ft-main-content-sc-wrapper {
        height: auto;
        flex-direction: column;
        align-items: center;
    }
}


@media(max-width:600px) {
    .top-navbar-text {
        display: none;
    }

    #main-top-navbar .bp3-input-group {
        width: 150px;
    }

    .flip-nav-pages {
        width: 52%;
    }
}

@media(max-width:300px) {
    #main-top-navbar .bp3-input-group {
        width: 110px;
    }
}
