.contact-in .contact .content{
    display: flex;
    justify-content: space-between;
}
.contact-in .contact{
    background: #F4F9FA;
    padding: 5.20835vw 0;
}
.contact-in .contact h2{
    font-size: 40px;
    font-family: 'Hind-Bold';
    color: #202020;
    margin-bottom: 30px;
}
.contact-in .contact .form{
    display: flex;
}
.contact-in .contact .form .left h4{
    font-size: 20px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #202020;
    max-width: 130px;
    margin-right: 90px;
}
.contact-in .contact .form .right{
    max-width: 870px;
    width: 100%;
}
.contact-in .contact .form .right input{
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;

}
.contact-in .contact .form .right .half{
    display: flex;
}
.contact-in .contact .form .right .half .select{
    width: 50%;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}
.contact-in .contact .form .right .select svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.contact-in .contact .form .right .select ul{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
    z-index: 9;
    display: none;
}
.contact-in .contact .form .right .select ul li{
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    cursor: pointer;
}
.contact-in .contact .form .right .select ul li:hover{
    color: #0CA37D;
}

.contact-in .contact .form .right .half .select input{
    width: 100%;
    margin-bottom: 0;
}
/*.contact-in .contact .form .right .half input{*/
.contact-in .contact .form .right .half span.wpcf7-form-control-wrap{
    width: 50%;
}
/*.contact-in .contact .form .right .half input:first-child{*/
.contact-in .contact .form .right .half span:first-child{
    margin-right: 30px;
}
.contact-in .contact .form .right .select{
    position: relative;
    margin-bottom: 30px;
}
.contact-in .contact .form .right textarea{
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666;
}
.contact-in .contact .form .right label input{
    -webkit-appearance: checkbox;
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 3px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    display: inline-block;
}
.contact-in .contact .form .right label span{
    color: #0CA37D;
}
.contact-in .contact .form .right input[type=submit]{
    width: 260px;
    height: 56px;
    background: #0CA37D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Hind-Bold';
}
.contact-in .contact .content>.right{
    margin-left: 60px;
}
.contact-in .contact .content>.right h3{
    font-size: 28px;
    color: #202020;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact-in .contact .content>.right p{
    font-size: 16px;
    color: #404040;
    margin-top: 30px;
    margin-bottom: 10px;
}
.contact-in .contact .content>.right p.map{
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.contact-in .contact .content>.right p.map img{
    margin-left: 10px;
}
.contact-in .contact .content>.right ul{
    margin-top: 20px;
}
.contact-in .contact .content>.right ul li{
    margin-bottom: 10px;
}
.contact-in .contact .content>.right ul li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #202020;
}

.contact-in .contact .content>.right ul li a::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(12, 163, 125,0.2);
    transition: all 0.5s;
}
.contact-in .contact .content>.right ul li a:hover:after{
    height: 100%;
}


.contact-in .resources{
    padding: 5.20835vw 0;
    background: url(/lib/images/contact/img_map_bg.jpg) no-repeat left top;
    position: relative;
}
.contact-in .resources .content{
    display: flex;
    justify-content: space-between;
}
.contact-in .resources .content .left{
    max-width: 450px;
    width: 100%;
}
.contact-in .resources .content .left h2{
    font-size: 40px;
    font-family: 'Hind-Bold';
    margin-bottom: 30px;
}
.contact-in .resources .content .left p{
    font-size: 15px;
    color: #404040;
}
.contact-in .resources .content .right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
   
}

.contact-in .resources .content .right .box{
    width: 420px;
    height: 226px;
    box-shadow: 0 22px 30px #e7edf1;
    padding: 2.604175vw;
    margin: 0 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}
.contact-in .resources .content .right .box h3{
    font-size: 20px;
    font-family: 'Hind-SemiBold';
    color: #202020;
}
.contact-in .resources .content .right .box p{
    font-size: 15px;
    color: #404040;
}

.contact-in .resources .hotspot{
    position: absolute;
    left: 460px;
    top: 470px;
}
.contact-in .resources .hotspot span.text{
    position: absolute;
    top: -50px;
    left: -200px;
    color: #0CA37D;
    width: 170px;
    font-size: 16px;
}
.contact-in .resources .hotspot span.text::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background: #0CA37D;
    left: 0;
    bottom: -2px;
}
.contact-in .resources .hotspot span.text::before{
    position: absolute;
    width: 25px;
    transform: rotate(45deg);
    content: '';
    height: 1px;
    background: #0CA37D;
    right: -21px;
    bottom: -11px;
}
.contact-in .resources .hotspot span.dot{
    position: absolute;
    top: -8px;
    left: -4px;
    width: 15px;
    height: 15px;background: #0CA37D;
    border-radius: 50%;
}
.contact-in .resources .hotspot span.dot::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    background: rgba(12, 163, 125,0.5);
}






@media (max-width:1279px){
    .contact-in .contact .form .left h4{
        margin-right: 30px;
    }
    .contact-in .contact .form .right{
        max-width: 70%;
    }
    .contact-in .contact .content>.right{
        margin-left: 30px;
    }
    .contact-in .contact .content>.left{
        max-width: 65%;
    }
    .contact-in .resources .content{
        flex-direction: column;

    }
    .contact-in .resources .content .left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contact-in .resources .content .right{
        justify-content: flex-start;
        width: 100%;
    }
    .contact-in .resources .content .right .box{
        width: 45%;
    }
}
@media (max-width:1023px){
    .contact-in .contact .content{
        flex-direction: column;
    }
    .contact-in .contact .content>.left{
        max-width: 100%;
    }
    .contact-in .contact .form .right{
        max-width: 100%;
    }
    .contact-in .resources .content .right .box{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        height: auto;
    }
}
@media (max-width:767px) {
    .content{
        padding: 0 15px;
    }
    .contact-in .contact{
        padding: 30px 0;
    }
    .contact-in .contact h2{
        font-size: 26px;
        margin-bottom: 0;
    }
    .contact-in .contact .form{
        flex-direction: column;
    }
    .contact-in .contact .form .left h4{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-in .contact .form .right .half{
        flex-direction: column;
    }
    .contact-in .contact .form .right .half .select{
        width: 100%;
    }
    .contact-in .contact .form .right .half input{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-in .contact .form .right .half .select{
        margin-bottom: 10px;
    }
    .contact-in .contact .form .right .select{
        margin-bottom: 10px;
    }
    .contact-in .contact .form .right input{
        margin-bottom: 10px;
    }
    .contact-in .contact .form .right textarea{
        margin-bottom: 20px;
    }
    .contact-in .contact .content>.right{
        margin-left: 0;
    }
    .contact-in .resources .content .left h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact-in .resources{
        background-size: contain;
    }
    .contact-in .resources .content .left{
        margin-bottom: 150px;
    }
    .contact-in .resources .hotspot{
        left: 215px;
        top: 220px;
    }
    

}

