.post-job a {
    text-decoration: underline;
    text-decoration-color: black;
}
.post-job p {
    color: black;
    font-weight: 600;
}
.post-job a:hover,
.post-job p:hover {
    text-decoration: underline;
    color: blue;
}

.post-job .head {
    display: inline-flex;
    margin: 7% auto 0% auto;
    align-items: center;
    width: 100%;
}

.post-job .heading {
    display: flex;
    cursor: default;
    margin: 0% auto;
}

.post-job .heading h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

.post-job .heading .line-horizantal,
.line-horizantal-two {
    background-color: grey;
    height: 2px;
    margin: 20px 0px;
    width: 30px;
    transition: width 0.3s ease;
}
.post-job .heading:hover .line-horizantal,
.heading:hover .line-horizantal-two {
    width: 15px;
    cursor: default;
}

.post-job .heading .line-vertical {
    height: 20px;
    width: 2px;
    background-color: grey;
    margin: 10px 10px 10px 0px;
}
.post-job .heading .line-vertical-two {
    height: 20px;
    width: 2px;
    background-color: grey;
    margin: 10px 0px 10px 10px;
}
.post-job .heading .line-horizantal:hover {
    width: 15px;
}
.post-job .form-section {
    padding: 10% 8% 5% 9%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #707070;
    margin: 8% 5% 15% 5%;
}

.post-job .form-section .form-label {
    font-weight: 500;
    font-size: 15px;
    color: black;
}
.post-job .form-section .form-control {
    font-weight: 500;
    font-size: 15px;
    color: black;
    border-color: black;
}
.post-job .custom-button {
    color: white;
    border-radius: 5px;
    text-align: center;
    margin-top: 10%;
}
.post-job .custom-button .btn {
    border-radius: 5px;
    color: white;
    background-color: #0020c8;
    border-radius: 3px;
    padding: 5px 35px;
}

.post-job .form-section .modal-content 
{
    background-color: #0020C8;
    text-align: center;
    height: 200px;
    width: 400px;
    border-radius: 30px;
}
#exampleModal{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 1;
    display: none;
}




.lotte-animation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 87px; 
    /* width: 300px; 
    margin: auto;  */
}

.post-job .form-section .modal-body p{
    color: white;
    padding: 0px;
    margin: 0px;
}
.post-job .form-section .modal-body h4{
    color: white;
    padding: 0px;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
    .post-job .heading h1 {
        font-size: 20px;
        margin-top: 2%;
    }

    .post-job .head {
        display: block;
    }

    .post-job .form-section .form-control {
      font-size: 12px;
  }

  .post-job p {
    margin-bottom: 0;
}

  .post-job .heading .line-horizantal,
    .line-horizantal-two {
        display: none;
    }
    .post-job .heading .line-vertical {
        display: none;
    }
    .post-job .heading .line-vertical-two {
        display: none;
    }
    .heading:hover .line-horizantal,
    .heading:hover .line-horizantal-two {
       display: none;
    }
    .post-job .heading {
        display: block;
        width: 100%;
        justify-content: center;
}
}

@media screen and (min-width: 321px) and (max-width: 486px) {
    .post-job .heading h1 {
        font-size: 20px;
        margin-top: 2%;
    }

    .post-job p {
        margin-bottom: 0;
    }
    .post-job .head {
        display: block;
    }

    .post-job .form-section .form-control {
      font-size: 12px;
  }

  .post-job .heading {
    display: block;
    width: 100%;
    justify-content: center;
  }

    .post-job .heading .line-horizantal,
    .line-horizantal-two {
        display: none;
    }
    .post-job .heading .line-vertical {
        display: none;
    }
    .post-job .heading .line-vertical-two {
        display: none;
    }
    .heading:hover .line-horizantal,
    .heading:hover .line-horizantal-two {
       display: none;
    }
}

   
@media screen and (min-width: 487px) and (max-width: 577px) {
    .post-job .heading h1 {
        font-size: 20px;
        margin-top: 2%;
    }

    .post-job p {
        margin-bottom: 0;
    }
    .post-job .head {
        display: block;
    }

    .post-job .form-section .form-control {
      font-size: 12px;
  }

  .post-job .heading {
    display: block;
    width: 100%;
    justify-content: center;
  }

    .post-job .heading .line-horizantal,
    .line-horizantal-two {
        display: none;
    }
    .post-job .heading .line-vertical {
        display: none;
    }
    .post-job .heading .line-vertical-two {
        display: none;
    }
    .heading:hover .line-horizantal,
    .heading:hover .line-horizantal-two {
       display: none;
    }
}


.modal-backdrop {
    z-index: 0;
 }