﻿
.footer_2 {
    background: linear-gradient(360deg, #15D5D2 -20%, #0086B0 100%);
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 0 0;
}

    .footer_2 .logo_descktop {
        width: 230px;
    }

    .footer_2 .sub_header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.76);
        text-align: left;
        line-height: 1.3;
        margin-bottom: 20px;
    }



    .footer_2 .grid_section {
        display: grid;
        grid-template-columns: 200px auto;
        width: 100%;
        align-items: start;
        max-height: 1000px;
        z-index: 5;
        padding: 0 20px;
        position: relative;
        max-width: 1200px;
    }


    .footer_2 .sub_header_2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.5);
        text-align: right;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .footer_2 .sub_header_3 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        margin-top: 60px;
        color: rgba(255, 255, 255, 0.5);
        text-align: left;
        line-height: 1.3;
        background-color: rgba(0, 65, 84, 0.56);
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    .footer_2 .footer_2_button {
        background-color: none;
        color: white;
        padding: 10px 0px 10px 10px;
        text-decoration: none;
        max-width: 90px;
        text-align: left;
        border-left: 2px solid;
        line-height: 1.2;
        display: inline-block;
        font-size: 10px;
        border-radius: 11px;
    }



    .footer_2 .marg_but {
        margin-right: 5px;
    }


    .footer_2 .marg_but_2 {
        margin-right: -20px;
    }


    .footer_2 .footer_button {
        background-color: none;
        color: white;
        padding: 5px 0px 5px 10px;
        text-decoration: none;
        /* max-width: 134px; */
        width: 10%;
        min-width: 95px;
        text-align: left;
        border-left: 2px solid rgba(255, 255, 255, 0.50);
        line-height: 1.2;
        display: inline-block;
        font-size: 10px;
        border-radius: 5px;
    }


    .footer_2 .footer_2_button:hover {
        opacity: 0.5;
    }


    .footer_2 .meil_but {
        color: white;
        text-decoration: none;
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        margin-top: 40px;
    }


        .footer_2 .meil_but:hover {
            color: white;
            opacity: 0.5;
            text-decoration: none;
        }

    .footer_2 .grid_item_B {
        text-align: right;
        position: relative;
    }

    .footer_2 .social-icon-btn {
        display: inline-block;
        margin-right: 10px;
        background-color: #ffffff47;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        text-align: center;
    }

        .footer_2 .social-icon-btn:hover {
            opacity: 0.5;
        }

    .footer_2 .social-icon {
        width: 15px;
        margin-top: 10px;
        height: 15px;
        cursor: pointer;
    }

    .footer_2 .grid_item_A {
        height: 100%;
        position: relative;
    }

    .footer_2 .social-wrap {
        position: absolute;
        bottom: 0;
    }



@media screen and (max-width: 850px) {
    .footer_2 .logo_descktop {
        width: 200px;
    }
}




    @media screen and (max-width: 767px) {
        .footer_2 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            padding: 0 20px;
            align-items: start;
            text-align: center;
            z-index: 5;
            position: relative;
            max-width: 450px;
        }

        .footer_2 .footer_button {
            background-color: none;
            color: white;
            padding: 8px 5px;
            text-decoration: none;
            width: 10%;
            min-width: 95px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.5);
            margin-bottom: 10px;
            line-height: 1.2;
            display: inline-block;
            font-size: 10px;
            border-radius: 6px;
        }

        .footer_2 .sub_header, .footer_2 .sub_header_2 {
            text-align: center;
        }

        .footer_2 .social-wrap {
            position: relative;
            bottom: 0;
            margin-bottom: 30px;
        }

        .footer_2 .grid_item_B {
            text-align: center;
            position: relative;
        }

        .footer_2 {
            padding: 40px 0 0 0;
        }

            .footer_2 .marg_but_2 {
                margin-right: -20px;
            }


            .footer_2 .meil_but {
                color: white;
                text-decoration: none;
                display: block;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                margin-top: 40px;
            }

        .footer_2 .sub_header_3 {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 460px) {

        .footer_2 .footer_2_button {
            background-color: none;
            color: white;
            padding: 10px 20px 10px 20px;
            text-decoration: none;
            max-width: 210px;
            margin: 5px auto;
            text-align: center;
            border-top: 2px solid;
            border-left: none;
            line-height: 1.2;
            display: block;
            font-size: 12px;
            border-radius: 11px;
        }
    }
