body .home .container .fb4 {
    font-weight: 400
}

body .home .container .fb5 {
    font-weight: 500
}

body .home .container .fb6 {
    font-weight: 600
}

body .home .container .fb7 {
    font-weight: 700
}

body .home .container .t {
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 2.08333vw
}

body .home .container .tabs {
    margin-top: 2.08333vw;
    padding: 0 8.33333vw
}

body .home .container .sec1 {
    padding: 4.16666vw 8.33333vw 4.4vw 8.33333vw;

}
body .home .container .sec1 .box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .home .container .sec1 .left {
    width: 36.19792vw;
    flex-shrink: 0;
    margin-right: 3.33333vw;
    overflow: hidden;
    height: 20.1vw;
}

body .home .container .sec1 .left:hover img {
    transform: scale(1.05)
}

body .home .container .sec1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.6s;
    transform: scale(1)
}

body .home .container .sec1 .right {
    flex: 1;
    display: flex;
    flex-direction: column
}

body .home .container .sec1 .right h1 {
    text-align: left
}

body .home .container .sec1 .right b {
    font-weight: bold;
    margin-bottom: 8px
}

/* body .home .container .sec1 .right .desc {
    margin-bottom: 3.125vw
} */

body .home .container .sec1 .right p.info {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column
}
body .home .container .sec1 .right p.info:last-child{
    margin-bottom: 0;
}

body .home .container .sec1 .box2{
    margin: 5.78vw auto 0 auto;
    width: 44vw;
}
body .home .container .sec1 .box2 .form {
    flex: 1
}

body .home .container .sec1 .box2 .form h1 {
    margin-bottom: 0
}

body .home .container .sec1 .box2 .form .formUl {
    margin-top: 2.08333vw
}

body .home .container .sec1 .box2 .form .formUl li {
    background: #EFEEF3;
    height: 2.70833vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.25vw;
    padding: 0 .83333vw;
    box-sizing: border-box;
    border: 1px solid #EFEEF3;
    transition: all 0.6s
}

body .home .container .sec1 .box2 .form .formUl li.item.error {
    border: 1px solid red;
    border-radius: 4px
}

body .home .container .sec1 .box2 .form .formUl li .inputs {
    height: 100%;
    position: relative;
    flex: 1
}

body .home .container .sec1 .box2 .form .formUl li select {
    width: 100%;
    height: 100%
}

body .home .container .sec1 .box2 .form .formUl li input,
body .home .container .sec1 .box2 .form .formUl li select,
body .home .container .sec1 .box2 .form .formUl li textarea {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    resize: none;
    font-size: .8375vw
}

body .home .container .sec1 .box2 .form .formUl li h4 {
    font-weight: 400;
    color: #606060;
    margin-right: 20px;
    flex-shrink: 0
}

body .home .container .sec1 .box2 .form .formUl li .em {
    display: none;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    font-style: normal;
    color: #FF0000
}

body .home .container .sec1 .box2 .form .formUl li .em i {
    margin-right: 5px
}

body .home .container .sec1 .box2 .form .formUl li.span24 {
    width: 100%;
    justify-content: space-between;
    display: flex;
    background: none;
    padding: 0;
    border: none
}

body .home .container .sec1 .box2 .form .formUl li.span24 .span12 {
    width: 48%;
    background: #EFEEF3;
    padding: 0 .83333vw;
    box-sizing: border-box;
    display: flex;
    height: 2.70833vw;
    align-items: center;
    border: 1px solid #EFEEF3
}

body .home .container .sec1 .box2 .form .formUl li.multxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .83333vw;
    height: auto
}

body .home .container .sec1 .box2 .form .formUl li.multxt .inputs {
    margin-top: 10px;
    width: 100%
}

body .home .container .sec1 .box2 .form .formUl li.multxt textarea {
    width: 100%;
    min-height: 100px
}

body .home .container .sec1 .box2 .form .formUl li.multxt .em {
    align-items: flex-start
}

body .home .container .sec1 .box2 .form .submit {
    display: flex;
    justify-content: center;
}

body .home .container .sec1 .box2 .form .submit .success {
    margin-left: 2.60417vw;
    height: 2.08333vw;
    background: #002FFF;
    color: #fff;
    display: none;
    align-items: center;
    padding: 0 .83333vw
}

body .home .container .sec1 .box2 .form .submit .success i {
    margin-right: 4px
}

@media screen and (max-width: 768px) {
    body .home .container .tabs {
        margin-top: 30px;
        padding: 0 5%;
        gap: 20px
    }

    body .home .container .t {
        margin-bottom: 30px
    }

    body .home .container .sec1 {
        padding: 20px 5%
    }
     body .home .container .sec1 .box1{
      flex-direction: column;
     }

    body .home .container .sec1 .left {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px
    }

    body .home .container .sec1 .desc h1 {
        margin-bottom: 15px
    }

    body .home .container .sec1 .right p.info{
        margin-bottom: 15px;
    }

    body .home .container .sec1 .box2{
        width: 100%;
        margin: 30px auto;
    }
    body .home .container .sec1 .form h1 {
        text-align: center
    }

    body .home .container .sec1 .form .formUl {
        margin-top: 20px !important
    }

    body .home .container .sec1 .form .formUl li {
        margin-bottom: 20px !important;
        height: 50px !important
    }

    body .home .container .sec1 .form .formUl li h4 {
        margin-right: 5px !important;
        margin-left: 10px;
        font-size: 12px
    }

    body .home .container .sec1 .form .formUl li .inputs {
        margin-right: 10px
    }

    body .home .container .sec1 .form .formUl li select,
    body .home .container .sec1 .form .formUl li input,
    body .home .container .sec1 .form .formUl li textarea {
        font-size: 12px !important
    }

    body .home .container .sec1 .form .formUl li.span24 {
        border: none;
        display: flex;
        flex-direction: column;
        height: auto !important
    }

    body .home .container .sec1 .form .formUl li.span24 .span12 {
        display: flex;
        width: 100% !important;
        height: 50px !important;
        flex-shrink: 0
    }

    body .home .container .sec1 .form .formUl li.span24 .span12:not(:last-child) {
        margin-bottom: 20px
    }

    body .home .container .sec1 .form .formUl li.multxt {
        height: 140px !important;
        padding: 10px 12px !important
    }

    body .home .container .sec1 .form .formUl li.multxt h4 {
        margin: 0
    }

    /* body .home .container .sec1 .form .formUl li .em {
        top: 5px !important;

    } */

    body .home .container .sec1 .form .formUl li:nth-child(2) h4 {
        height: 100%;
        width: 140px;
        align-items: center;
        display: flex;
        font-size: 12px
    }

    body .home .container .sec1 .form span.submit {
        display: flex;
        justify-content: center
    }

    body .home .container .sec1 .success {
        height: auto !important
    }
    body .home .container .sec1 .box2 .form .submit .success{
        padding: 0 10px;
        font-size: 12px;
    }
}