
    .hr-contact-form input {
        margin: 0;
        width: 100%;
        height: 60px;
        font-weight: 700;
        color: #000;
        font-size: 16px;
        border-radius: 50px;
        background-color: transparent;
        padding: 15px 24px !important;
        transition: all .4s;
        border: 1px solid #000 !important;
        margin-bottom: 25px;
    }
    .hr-contact-detail {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 20px;
    }
    .hr-contact-detail .hr-single-contact {
        display: flex;
        padding: 30px 50px;
        border-radius: 10px;
        margin-bottom: 24px;
        background-color: #000;
        box-shadow: 0 4px 80px 0 rgba(0,0,0,.08);
        column-gap: 20px;
        width: 33.33%;
    }
    .hr-contact-detail .hr-single-contact .hr-icon {
        display: flex;
        justify-content: center;
        align-items: start;
        font-size: 31px;
        color: #fff;
    }
    .hr-details {
        list-style-type: none;
        padding-left: 0;
        width: 72%;
        word-break: break-word;
    }
    .hr-contact-detail .hr-single-contact .hr-details .option-title h6 {
        font-size: 24px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
        color: rgb(253 253 225);
        font-family: var(--font-02);
    }
    .hr-contact-detail .hr-single-contact .hr-details .option {
        color: rgb(253 253 225);
        font-size: 18px;
        margin-bottom: 0;
    }
    .hr-select {
        height: 42px;
        padding: 0 25px;
        border-radius: 5px;
        width: 100%;
        font-size: 16px;
        color: #636363;
    }
    .form-control {
        padding: 10px 25px;
    }


    /*New*/


    .contactus-right img {
      width: 100%;
    }
    .contactus-right {
      border-radius: 17px;
      overflow: hidden;
      margin-left: 40px;
      border: 7px solid #000;
    }
    .contactus-head h2 {
      max-width: 760px;
    }
    .hr-contact-form {
        padding: 30px;
        margin-right: 10px;
        border-radius: 30px;
        border: 1px solid #000;
    }

    .hr-contact-form label {
      font-size: 16px;
      font-weight: 700;
      display: block;
      margin-bottom: 10px;
      color: #000;
    }
    llName {
    }
    .hr-contact-form textarea {
      height: 200px;
      resize: none;
      border-radius: 20px;
      margin: 0;
      margin-bottom: 0px;
      width: 100%;
      font-weight: 700;
      color: #000;
      font-size: 16px;
      background-color: transparent;
      padding: 15px 24px !important;
      transition: all .4s;
      border: 1px solid #000 !important;
      margin-bottom: 22px;
    }

    .contact-btn {
      width: 180px;
      height: 60px;
      display: flex;
      color: #fffdf8;
      font-size: 16px;
      font-weight: 700;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      transition: all .4s;
      font-family: var(--font-02);
      box-shadow: none;
      border: none;
      background: #000;
      margin-top: 20px;
    }
    .contact-btn:hover {
      background: #06b453;
      color: #fff;
    }

    .contactus-head h2 {
      max-width: 550px;
      position: relative;
      line-height: 70px;
    }
    .contactus-head h2 svg {
      position: absolute;
      top: 0;
      right: 30px;
    }
    .hr-contact-inner {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
        padding-bottom: 70px;
    }

    .contact-info h2 {
      text-align: center;
    }   

    @media(max-width:1400px){
        .contactus-head h2 svg {
        right: -20px;
    }
    .hr-contact-detail .hr-single-contact {
        padding: 30px 30px;
    }
    }
    @media(max-width:1200px){
        .contactus-head h2 svg {
        right: 50px;
    }
    .hr-contact-detail .hr-single-contact {
        padding: 20px 15px;
        column-gap: 10px;
    }   
    }

    @media(max-width:991px){
        .hr-contact-form {
        padding: 20px 15px;
    }
    .hr-contact-form input {
        height: 50px;
    }
    .contactus-head h2 svg {
        right: 0;
    }
    .contactus-head h2 {
        line-height: 50px;
    }
    .hr-contact-wrap > .row {
        row-gap: 30px;
        flex-direction: column-reverse;
    }
    .contactus-right {
        margin-left: 0;
    }
    }
@media(max-width:768px){
    .contactus-head h2 svg {
    right: 0;
    width: 50px;
}
.hr-contact-detail {
    flex-direction: column;
}
.hr-contact-detail .hr-single-contact {
    width: 100%;
}
}

@media(max-width:576px){
    .contactus-head h2 {
    line-height: 30px;
}
.contactus-head h2 svg {    
    display: none;
}
.contact-info h2 svg {
    display: none;
}
.contact-info h2 {
    text-align: center;
    margin-bottom: 30px;
}
}