.position_box {
    width: 100%;
    height: calc(20px + 5rem);
    background: url(../images/contact_banner.jpg) no-repeat;
    background-size: cover;

    .position_main {
        max-width: 1500px;
        width: 85%;
        margin: auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(1px + 0.2rem);

        p {
            font-family: Archivo, Archivo;
            font-weight: 400;
            font-size: calc(10px + 0.5rem);
            color: #FFFFFF;
            line-height: calc(10px + 1rem);
            letter-spacing: 1px;
            object-fit: cover;

        }
    }
}

.contact_main_box {
    width: 100%;
    padding-top: calc(20px + 2rem);
    padding-bottom: calc(5px + 3rem);


    .contact_main {
        padding-bottom: calc(15px + 3rem);
        border-bottom: 1px #D9D9D9 solid;
        max-width: 1307px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .contact_main_left {
            width: 52.0275%;

            .p1 {

                font-family: DM Sans, DM Sans;
                font-weight: bold;
                font-size: calc(6px + 1.5rem);
                color: #104D8C;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            .p2 {
                margin-top: calc(10px + 1rem);
                font-family: DM Sans, DM Sans;
                font-weight: 400;
                font-size: calc(10px + 0.5rem);
                color: #999999;
                line-height: calc(6px + 1.5rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            .fc-form-body {
                margin-top: calc(5px + 1rem);
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: calc(10px + 0.5rem);
            }

            input {
                width: 100% !important;

                height: calc(6px + 2rem) !important;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                border: 1px solid #D9D9D9;
                outline: medium;

                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(4px + 0.5rem);
                color: rgba(153, 153, 153, 0.8);
                text-align: left;
                font-style: normal;
                text-transform: none;
                padding-left: calc(9px + 0.5rem);
            }

            textarea {
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                border: 1px solid #D9D9D9;
                outline: medium;
                height: calc(13px + 5rem) !important;
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(4px + 0.5rem);
                color: rgba(153, 153, 153, 0.8);
                text-align: left;
                font-style: normal;
                text-transform: none;
                padding-left: calc(9px + 0.5rem);
                padding-top: calc(5px + 0.5rem);
            }

            .portlet-body {
                margin-top: calc(4px + 1.5rem);
                width: calc(80px + 5rem);
                height: calc(10px + 1.5rem);
                background: #104D8C;
                border-radius: 0px 0px 0px 0px;

                .form-actions {
                    width: 100%;
                    height: 100%;

                    button {
                        width: 100%;
                        height: 100%;
                        background-color: transparent;
                        border: none;
                        font-family: Inter_Regular;
                        font-weight: 400;
                        font-size: calc(6px + 0.5rem);
                        color: #FFFFFF;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                    }
                }

            }
        }

        .contact_main_right {
            width: 40.7039%;
            height: calc(161px + 20rem);

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

.contact_main_2_box {
    width: 100%;
    padding-bottom: calc(15px + 3rem);

    .contact_main_2 {
        max-width: 1307px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .contact_main_2_left {
            width: 45.7536%;

            .p1 {
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(10px + 0.5rem);
                color: #00A1E5;
                line-height: calc(10px + 0.5rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            .p2 {
                width: calc(52px + 20rem);
                font-family: Inter_Semi_Bold;
                font-weight: normal;
                font-size: calc(6px + 1.5rem);
                color: #333333;
                line-height: calc(12px + 2rem);
                letter-spacing: 1px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                margin-top: calc(9px + 1rem);
            }

            .p3 {
                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #666666;
                line-height: calc(8px + 1rem);
                text-align: justified;
                font-style: normal;
                text-transform: none;
                margin-top: calc(1px + 0.1rem);
            }
        }

        .contact_main_2_right {
            width: 47.8194%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            row-gap: calc(5px + 1rem);

            .contact_main_2_right_item {
                width: calc(70px + 15rem);

                .p1 {

                    font-family: Inter_Medium;
                    font-weight: 500;
                    font-size: calc(6px + 0.5rem);
                    color: #333333;
                    line-height: calc(8px + 1rem);
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .p2 {
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #666666;
                    line-height: calc(8px + 1rem);
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                    margin-top: calc(3px + 0.25rem);
                }

            }

            .contact_main_2_right_item:nth-of-type(2),
            .contact_main_2_right_item:nth-of-type(4) {
                width: calc(126px + 5rem);

                .contact_bottom_icon {
                    margin-top: calc(1px + 0.5rem);
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    gap: calc(7px + 1rem);

                    img {
                        width: calc(5px + 1.5rem);
                        height: calc(5px + 1.5rem);
                    }

                }
            }
        }
    }
}

.contact_map {
    width: 100%;
    height: calc(40px + 30rem);

    .amap_box {
        padding: 0 !important;
        height: 100% !important;

        #amap_container {
            height: 100%;
        }
    }
}

@media (max-width: 800px) {
    .contact_main_box {
        .contact_main {
            display: flex;

            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);

            .contact_main_left {
                width: 100%;

                .p1 {
                    font-size: calc(12px + 1rem);
                }

                .p2 {
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                }

                input {

                    height: calc(6px + 8rem) !important;
                    font-size: calc(10px + 1rem);
                }

                textarea {
                    height: calc(6px + 20rem) !important;
                    font-size: calc(10px + 1rem);
                }

                .portlet-body {

                    width: calc(80px + 10rem);
                    height: calc(26px + 1.5rem);

                    .form-actions {
                        button {
                            font-size: calc(10px + 1rem);
                        }
                    }


                }
            }

            .contact_main_right {
                width: 100%;
            }


        }
    }

    .contact_main_2_box {
        .contact_main_2 {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);

            .contact_main_2_left {
                width: 100%;

                .p1 {
                    font-size: calc(12px + 1rem);
                }

                .p2 {
                    width: 100%;
                    font-size: calc(12px + 1rem);
                }

                .p3 {
                    font-size: calc(10px + 1rem);
                    line-height: 1.5;
                }
            }

            .contact_main_2_right {
                width: 100%;

                .contact_main_2_right_item {
                    .p1 {
                        font-size: calc(10px + 1rem);
                    }

                    .p2 {
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }
                }
                .contact_main_2_right_item:nth-of-type(2),  .contact_main_2_right_item:nth-of-type(4) {
                     .contact_bottom_icon {
                        img {
                            width: calc(18px + 1.5rem);
                            height: calc(18px + 1.5rem);
                        }
                    }
                }
            }
        }
    }
    .contact_map {
       
        height: calc(40px + 41rem);
    }
}