.footer_box {
    width: 100%;
    background: #001029;
    border-radius: 0px 0px 0px 0px;
    padding-top: calc(4px + 4rem);

    .footer {
        max-width: 1500px;
        width: 85%;
        margin: auto;

        .footer_main {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px rgba(217, 217, 217, 0.2) solid;
            padding-bottom: calc(5px + 1rem);

            .footer_left {
                .footer_logo {
                    width: calc(74px + 10rem);

                    img {
                        width: 100%;
                    }
                }

                .line {
                    width: calc(40px + 10rem);
                    height: 1px;
                    background: rgba(217, 217, 217, 0.6);
                    border-radius: 0px 0px 0px 0px;
                    margin-top: calc(4px + 3rem);
                    margin-bottom: calc(7px + 1rem);
                }

                .footer_list_box {
                    .footer_list_title {
                        font-family: Inter_Semi_Bold;
                        font-weight: normal;
                        font-size: calc(8px + 0.5rem);
                        color: #FFFFFF;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        margin-bottom: calc(9px + 0.5rem);
                    }

                    .footer_list {
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        gap: calc(3px + 1rem);

                        .footer_list_item {
                            font-family: Inter_Regular;
                            font-weight: 400;
                            font-size: calc(6px + 0.5rem);
                            color: #FFFFFF;
                            line-height: calc(10px + 0.5rem);
                            text-align: left;
                            font-style: normal;
                            text-transform: none;
                            transition: .5s;
                        }

                        .footer_list_item:hover {
                            color: #00A1E5;
                        }
                    }
                }
            }

            .footer_center {
                .footer_title {
                    font-family: Inter_Semi_Bold;
                    font-weight: normal;
                    font-size: calc(10px + 0.5rem);
                    color: #FFFFFF;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .footer_contact {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    gap: calc(1px + 1.5rem);
                    margin-top: calc(2px + 1.5rem);

                    .footer_contact_item {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        gap: calc(6px + 0.5rem);

                        img {
                            width: calc(4px + 1rem);
                        }

                        p {
                            font-family: Inter_Regular;
                            font-weight: 400;
                            font-size: calc(6px + 0.5rem);
                            color: #FFFFFF;
                            line-height: calc(10px + 0.5rem);
                            text-align: left;
                            font-style: normal;
                            text-transform: none;

                        }
                    }
                }

                .line {
                    width: calc(100px + 10rem);
                    height: 1px;
                    background: rgba(217, 217, 217, 0.6);
                    border-radius: 0px 0px 0px 0px;
                    margin-top: calc(14px + 3rem);
                }

                .footer_list {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    gap: calc(3px + 1rem);
                    margin-top: calc(7px + 1rem);

                    .footer_list_item {
                        font-family: Inter_Regular;
                        font-weight: 400;
                        font-size: calc(6px + 0.5rem);
                        color: #FFFFFF;
                        line-height: calc(10px + 0.5rem);
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        transition: .5s;
                    }

                    .footer_list_item:hover {
                        color: #00A1E5;
                    }
                }
            }

            .footer_right {
                .footer_title {
                    font-family: Inter_Semi_Bold;
                    font-weight: normal;
                    font-size: calc(10px + 0.5rem);
                    color: #FFFFFF;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .footer_add {
                    margin-top: calc(3px + 1.5rem);
                    width: calc(66px + 20rem);
                    font-family: Inter_Medium;
                    font-weight: 500;
                    font-size: calc(6px + 0.5rem);
                    color: rgba(255, 255, 255, 0.8);
                    line-height: calc(4px + 1rem);
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .footer_title2 {
                    font-family: Inter_Semi_Bold;
                    font-weight: normal;
                    font-size: calc(10px + 0.5rem);
                    color: #FFFFFF;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                    margin-top: calc(5px + 5rem);
                }

            }
        }

        .footer_bottom {
            padding: calc(7px + 0.5rem) 0;
            display: flex;
            justify-content: space-between;
            align-items: center;

            p {
                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #999999;
                line-height: calc(10px + 0.5rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            .footer_bottom_icon {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: calc(2px + 1rem);

                img {
                    width: calc(10px + 1.5rem);
                }
            }
        }

        
    }
}

.footer_box {
    .footer_right {
        form {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: calc(3px + 0.5rem);
        }

        .form-control {
            width: calc(68px + 15rem) !important;
            height: calc(6px + 2rem) !important;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            border: none;

            font-family: Inter_Medium;
            font-weight: 500;
            font-size: calc(4px + 0.5rem);
            color: rgba(153, 153, 153, 0.8);
            padding: 0 calc(9px + 0.5rem);
        }

        .form-actions {
            button {
                width: calc(20px + 3rem);
                height: calc(6px + 2rem);
                background: #00A1E5;
                border-radius: 0px 0px 0px 0px;
                border: none;
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.8);

            }
        }

        .form-group {
            width: calc(68px + 15rem) !important;
            height: calc(6px + 2rem) !important;
        }

        .control-label {
            display: none;
        }
    }

}


@media (max-width: 800px ) {
    .footer_box {
        .footer {
            .footer_main {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: calc(10px + 5rem);

                .footer_left {
                    .footer_logo {
                        width: calc(110px + 10rem);
                    }

                    .footer_list_box {
                        .footer_list_title {
                            font-size: calc(12px + 1rem);
                        }

                        .footer_list {
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            flex-wrap: wrap;
                            .footer_list_item {
                                width: 30%;
                                font-size: calc(10px + 1rem);
                                line-height: 1.5;
                            }
                        }
                    }

                    .line {
                        width: 100%;
                    }
                }

                .footer_center {
                    .footer_title {
                        font-size: calc(12px + 1rem);
                    }

                    .line {
                        width: 100%;
                    }

                    .footer_contact {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;

                        .footer_contact_item {
                            img {
                                width: calc(10px + 1rem);
                            }

                            p {
                                font-size: calc(10px + 1rem);
                            }
                        }
                    }

                    .footer_list {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        flex-wrap: wrap;

                        .footer_list_item {
                            width: 30%;
                            font-size: calc(10px + 1rem);
                            line-height: 1.5;
                        }
                    }
                }

                .footer_right {
                    .footer_title {
                        font-size: calc(12px + 1rem);
                    }

                    .footer_add {
                        width: 100%;
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }

                    .footer_title2 {
                        font-size: calc(12px + 1rem);
                    }

                    .form-group {
                        width: 100% !important;
                        height: calc(6px + 6rem) !important;
                    }

                    form {
                        display: flex;
                        justify-content: flex-start;
                    }

                    .form-control {
                        width: calc(84px + 32rem) !important;
                        height: calc(6px + 6rem) !important;
                        font-size: calc(10px + 1rem);
                    }

                    .form-actions {
                        button {
                            width: calc(84px + 3rem) !important;
                            height: calc(6px + 6rem) !important;
                            font-size: calc(10px + 1rem);
                        }
                    }
                }
            }
            .footer_bottom {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: calc(10px + 1rem);
        
                p {
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                    text-align: center;
                }
        
                .footer_bottom_icon {
                    gap: calc(16px + 1rem);
        
                    img {
                        width: calc(25px + 1.5rem);
                    }
                }
            }
        }
    }
   
   .banner_btn_item {
    width: calc(68px + 14rem) !important;
    height: calc(20px + 1.5rem) !important;
    
    font-size: calc(10px + 1rem) !important;
   
}
}