.contact_flex {
    display: flex;
    max-width: 1195px;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 30px rgb(0 0 0 / 6%);
}
.contact_left_sec{
    padding: 50px;
    width: 50%;
}
.contact_right_sec{
    width: 50%;
    padding: 60px 93px;
    background-image: url('../images/touch.png');
    background-repeat: no-repeat; 
    background-size: cover;
}
.contact_form {
    padding-bottom: 18px;
}
 .contact_form.contact_pd {
    padding-bottom: 29px;
}
label.form-label {
    color: #000;
    font-size: 18px;
    font-family: Inter-SemiBold;
    margin-bottom: 5px;
    line-height: 1.5;
}
.form_input {
    display: block;
    width: 100%;
    padding: 15px 18px;
    background: #F9F9F9;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #747474;
    font-size: 18px;
    line-height: 1.5;
    font-family: Inter-Regular;
}
textarea.form_input {
    resize: none;
    height: 110px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
button.btn.button_wrap {
    background: #C92F84;
    padding: 8px 69px;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    font-family: Inter-Medium;
    border: 1px solid #C92F84;
    transition: all 0.4s ease;
}
button.btn.button_wrap:hover{
    color: #000;
    background: #fff;
} 
.touch_flex {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}
h2.touch_title {
    font-size: 44px;
    font-family: Inter-Bold;
    color: #fff;
    padding-bottom: 30px;
}
.touch_icon {
    padding-right: 18px;
    margin-top: 6px;
}
.touch_div h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 4px;
    font-family: Inter-SemiBold;
}
.touch_div p ,.touch_div p a {
    color: #fff;
    font-size: 18px;
    font-family: Inter-Regular;
}
.touch_div p a:hover{
    color: #000;
}
.touch_div {
    max-width: 240px;
}
  .contact_sec{
    overflow: hidden;
  }                         



/************* responsive css ************/

@media (max-width: 1200px){
    .inner_breadcrumb {
        padding: 110px 0;
    }
    .inner_breadcrumb h2 {
        font-size: 35px;
    }
    .contact_flex {
        max-width: 100%;
    }
}

@media (max-width: 1199px){
    .contact_right_sec ,.contact_left_sec {
        padding: 40px;
    }
    .form_input {
        padding: 10px 15px;
        font-size: 16px;
    }
    label.form-label {
        font-size: 16px;
    }
    textarea.form_input {
        height: 90px;
    }
    .contact_form {
        padding-bottom: 12px;
    }
    h2.touch_title {
        font-size: 38px;
        padding-bottom: 25px;
    }
    .touch_div p, .touch_div p a {
        font-size: 16px;
    }
    .touch_div {
        max-width: 217px;
    }
}

@media (max-width: 991px){
    
    .inner_breadcrumb  {
        padding: 80px 0;
    }
    .inner_breadcrumb h2 {
        font-size: 30px;
    }
    button.btn.button_wrap {
        padding: 8px 45px;
        font-size: 16px;
    }
    .contact_form.contact_pd {
        padding-bottom: 25px;
    }
    label.form-label {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .form_input {
        padding: 8px 15px;
        font-size: 15px;
    }
    .contact_right_sec, .contact_left_sec {
        padding: 30px;
    }
    h2.touch_title {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .touch_flex {
        padding-bottom: 20px;
    }
    .touch_div p, .touch_div p a {
        font-size: 15px;
    }
    .touch_div h4 {
        font-size: 16px;
    }
    .touch_icon {
        padding-right: 15px;
        margin-top: 4px;
    }
    .touch_div {
        max-width: 200px;
    }
}

@media (max-width: 767px){
    .inner_breadcrumb {
        padding: 50px 0;
    }
    .inner_breadcrumb h2 {
        font-size: 28px;
    }
    .contact_flex {
        display: block;
    }
    .contact_right_sec, .contact_left_sec{
        width: 100%;
    }
    h2.touch_title {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .touch_flex {
        padding-bottom: 12px;
    }
    .touch_div h4 {
        font-size: 15px;
        padding-bottom: 2px;
    }
    .touch_div p, .touch_div p a {
        font-size: 14px;
    }
    .touch_div {
        max-width: 189px;
    }
    label.form-label {
        font-size: 14px;
    }
    .form_input {
        padding: 8px 10px;
        font-size: 14px;
    }
    button.btn.button_wrap {
        padding: 8px 30px;
        font-size: 15px;
    }
    textarea.form_input {
        height: 80px;
    }
    .contact_right_sec, .contact_left_sec {
        padding: 20px;
    }
}

