body{
    overflow: auto;
    background-color: #FEF9F8;
}
.contact_title{
    font-size: 24px;
    color: grey;
    padding: 130px 0px 60px 0px;
    /* margin: 0 auto; */
    text-align: center;
}
.contact_title span{
    color: rgb(224, 98, 48);
    font-size: 30px;
    font-weight: 600;
}
.conbox{
    margin: 0 auto;
    padding-top: 230px;

}


.map{
    width: 100%;
    display: inline-block;
}
.map img{
    width: 100%;
    height: 100%;
    /* box-shadow: 7px 6px 0px #B5B5B5; */
    border-radius: 10px;
}

iframe{
    box-shadow: 3px 3px 0px #B5B5B5;
     border-radius: 10px;
}
.box{
    width: 100%;
    padding: 0;
    padding-bottom: 100px;
}
.msg{
    margin: 50px 0px;
    /* padding-bottom: 60px; */
    align-items: center;
}
.msg div{
    align-items: center;
}
.msg div p{
    width: 100%;
}
.ai{
    text-align: center;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.info_box .info{
    width: 24.3%;
    display: flex;
    /* border: 3px solid #FCD5EA; */
    margin: 0;
    /* margin-right: 10px; */
    padding: 4px;
    box-sizing: border-box;
    align-items: center;
    background-image: -webkit-linear-gradient(#F2DDF4,#F8DFF2);
   
}
.info0{
    display: flex;
    width: 100%;
    border-radius: 12px;
    background: white;
    /* justify-content: space-around; */
    padding: 8% 6%;
    box-sizing: border-box;
}
.info i{
    width: 40%;
}
.info i img{
    width: 100%;
    /* height: 100%; */
    display: block;
}
.info_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.info_txt{
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    justify-content: space-between;
}
.tp{
    font-size: 14px;
    color: gray;
    font-family: serif;
    padding-top: 10px;
}
.i2{
    width: 77%;
    margin: 0 auto;
}
.i2 >div{
    width: 32.5% !important;
}
.number
{
    padding: 1px 8px;
    display: inline-block;
    text-align: center;
    /* margin-top: 26px; */
    background-color: #FCD5EA;
    background-image: linear-gradient(to right, #FCD5EA , #ECCDF0);
    border-radius: 10px;
    color: white;
    font-size: 14px;
    color: white;
    width: 100px;
}
.info_txt span{
    color: orange;
    font-size: 25px;
}

.footer{
    /* border-top: 1px solid gainsboro; */
}
.info0{
    
}
.box .info{
    border-radius: 15px;
   
}
.info_txt p:nth-child(1){
    font-size: 14px;
    /* color: gray; */
    font-family: serif;
    font-weight: 600;
}
.msg i img{
    width: auto;
}
.msg i{
    width: auto;
}
@media screen and (min-width:768px) and (max-width: 1400px){
    .tp{
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    .info_box .info{
        transition: all 0.3s 0s linear;
    }
    .info_box .info:hover{
        transform: translateY(-5px);
    }
}
@media screen and (max-width: 768px) {
   
    .msg img{
        width: 0.6rem;
    }
    .msg i img{
        width: 0.6rem;
    }
   
    
    .info0_box{
        position: relative;
       
    }
    .info_box{
        height: 1.5rem;
         overflow: hidden;
    }
    .info_box.active{
        height: auto;
    }
    html{
        font-size: 26.67vw;
    }
    .info_txt{
        padding-left: 0.2rem;
    }
    .info i {
        width: 33%;
    }
    .info_txt p:nth-child(1){
        text-align: left;
    }
    .box{
        text-align: center;
    }
   
    .i2 >div{
        width: 100% !important;
    }
    .info0 {
        display: flex;
        width: 100%;
        border-radius: 10px;
        background: white;
        padding: 0.2rem 0rem 0.2rem 0.2rem;
        box-sizing: border-box;
        justify-content: inherit;
    }
    #ma {
        width: auto;
    }
    .m{
        margin: 0 auto;
    }
    .ai{
        margin-bottom: 20px;
        font-weight: 500;
    }
    .contact_title span{
        font-size: 0.2rem !important;
    }
    .info_txt span{
        font-size: 0.14rem;
    }
    
    .conbox{
        width: 90%;
        padding-top: 0.7rem;
        
        }
       
        .info_box{
            display: block;
            margin-bottom: 1rem;
            width: 90%;
            margin: 0 auto;
        }
     
        .info_box .info{
            margin: 10px 0px;
            padding:3px;
            align-items: center;
            border-radius:10px;
            width: 100%;
            
        }
        .info_box .info img{
            
            
        }
        .info_txt p:nth-child(2){
            margin-top: 5px;
            text-align: left;
        }
        .contact_title{
            font-size: 0.2rem;
        }
        .number{
            font-size: 0.14rem;
    padding: 3px 13px;
    border-radius: 9px;
    width: 0.8rem;
    text-align: center !important;
        }
        .msg div p{
           
            text-align: left;
        }
        .msg{
            margin: 0;
            padding: 0;
            padding-bottom: 20px;
            border-bottom: 1px solid gainsboro;
            margin-bottom: 40px;
            padding-top: 20px;
            display: inline-block;
        }
}

