.contact_wrapper{margin-bottom: 125px;}
.contact_wrapper .line:before{width: 30px;margin-left: 0;}
.contact_wrapper .y_title {padding-left: 45px;}
.contact_wrapper .flex-wrapper{margin-top: 55px;}

.ctact_left{width: calc(100% - 720px);}
.ctact_right{width: 720px;}
.ctact_right form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.ctact_right form .formcontrol{border-color: #DEDEDF;}
.ctact_detail li .box{display: flex;}
.ctact_detail li:not(:last-child){margin-bottom: 35px;}
.ct_icon{
    width: 30px;height: 30px;background-color: #FFA200;border-radius: 100%;
    display: flex;align-items: center;justify-content: center;
}
.ct_info{
    width: calc(100% - 30px);
    padding-left: 25px;;
}
.ct_info p , .ct_info a{
    font-size: 16px;line-height: 22px;
    font-weight: 500;
    color:#898B95;
}
.ctact_detail {
    max-width: 445px;
    border-right: 1px solid #DEDEDF;
    padding-right: 100px;min-height: 275px;
}
.ct_info a:hover{color:#FFA200;}
/* START MEDIA QUERY */
@media(max-width:1280px){
    .ctact_detail{max-width: 400px;padding-right: 50px;}
    .contact_wrapper .flex-wrapper {margin-top: 20px;}
}
@media(max-width:1199.99px){
    .ctact_right {width: 550px;}
    .ctact_left {width: calc(100% - 550px);padding-right: 50px;}
    .contact_wrapper {margin-bottom: 50px;}
  
}
@media(max-width:992px){
    .contact_wrapper .y_title{padding-left:0;}
}
@media(max-width:991px){   
    .ctact_left {width: 100%;padding-right: 0;border-bottom: 1px solid #DEDEDF;margin-bottom: 40px;padding-bottom: 40px;}
    .ctact_right {width: 100%;}
    .ctact_detail{border-right:0;padding-right: 0;min-height: auto;}
    .ctact_detail li:not(:last-child) {margin-bottom: 20px;}
    .ct_info {padding-left: 12px;}
    .ctact_detail li .box{align-items: center;}
}
@media(max-width:370px){
    .ct_info p, .ct_info a{font-size: 14px;line-height: 18px;}

}