.contactus-page .head {
    margin: 7% 0% 2% 0%;
}

.contactus-page .heading {
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
    cursor: default;
}

.contactus-page .heading .line-horizantal,
.line-horizantal-two {
    background-color: grey;
    height: 2px;
    margin: 20px 0px;
    width: 30px;
    transition: width 0.3s ease;
}
.contactus-page .heading:hover .line-horizantal,
.heading:hover .line-horizantal-two {
    width: 15px;
    cursor: default;
}

.contactus-page .heading .line-vertical {
    height: 20px;
    width: 2px;
    background-color: grey;
    margin: 10px 10px 10px 0px;
}
.contactus-page .heading .line-vertical-two {
    height: 20px;
    width: 2px;
    background-color: grey;
    margin: 10px 0px 10px 10px;
}
.contactus-page .heading .line-horizantal:hover {
    width: 15px;
}

.contactus-page .pdf-section {
    padding: 1% 5%;
    background-color: white;
    box-shadow: 0px 0px 13px #00000029;
    border-radius: 10px;
    margin-bottom: 5%;
}

.contactus-page .pdf-section .pdf-img {
    text-align: end;
}
.contactus-page .pdf-section .pdf-img img {
    height: 60px;
    margin: 10px 15px 0px;
}

.contactus-page .pdf-section .downlod {
    font-weight: bold;
    font-size: 20px;
    margin: 5px;
}
.contactus-page .pdf-section .icons p {
    color: grey;
}
.contactus-page .pdf-section .icons img {
    height: 20px;
    width: 20px;
    margin: 0px 5px 0px 15px;
}

.contactus-page .pdf-section .custum-btn {
    margin: 23px 15px;
}

.contactus-page .pdf-section .btn-no-radius {
    border-radius: 5px;
    padding: 5px 35px;
    background-color: #0020c8;
    color: white;
    border: none;
}

.banner-section .overlay-text {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-section .overlay-text .content p {
    margin-bottom: 0;
    font-size: 2rem;
    color: white;
    text-align: start;
}

.banner-section .form-section .overlay-form {
    background-color: rgb(245, 245, 245);
    padding: 4%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #707070;
    margin: 5% 0%;
}

.banner-section .form-section .form-control {
    border: 2px solid #707070;
    padding: 10px 30px;
}

.banner-section .form-section .overlay-form .custom-button {
    text-align: center;
}

.banner-section .form-section .overlay-form .custom-button .btn {
    padding: 5px 45px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid gray;
    border-radius: 10px;
    font-weight: bold;
}

.banner-section .form-section .overlay-form .custom-button .btn:hover {
    color: black;
    border: 2px solid #0020c8;
    background-color: #0020c8;
    color: white;
    font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
    .contactus-page .heading {
        font-size: 14px;
    }
    .contactus-page .heading .line-horizantal,
    .line-horizantal-two {
        margin: 10px 0px;
        width: 25px;
    }
    .contactus-page .heading .line-vertical {
        margin: 1px 6px 1px 0px;
    }
    .contactus-page .heading .line-vertical-two {
        margin: 1px 0px 1px 10px;
    }

    .contactus-page .heading:hover .line-horizantal,
    .heading:hover .line-horizantal-two {
        width: 10px;
        cursor: default;
    }
    .contactus-page .pdf-section .downlod {
        font-size: 12px;
        margin: 5px;
    }
    .contactus-page .pdf-section .icons p {
        font-size: 10px;
    }
    .contactus-page .pdf-section .custum-btn {
        margin: 10px 10px;
        text-align: center;
    }
    .contactus-page .pdf-section .btn-no-radius {
        padding: 5px 10px;
    }
    .banner-section .overlay-text .content {
        text-align: center;
        padding: 5%;
    }
    .banner-section .overlay-text .content p {
        font-size: 20px;
        text-align: center;
    }
    .banner-section .form-section .overlay-form {
        color: #707070;
        width: 100%;
        margin: 0%;
    }
    .pdf-section {
        margin: 0% 5% 5%;
    }
    .contactus-page .pdf-section .btn-no-radius {
        padding: 5px 10px;
    }
    .banner-section .form-section {
        margin: 5%;
    }
    .banner-section .form-section .form-control {
        padding: 5px 20px;
    }
    .banner-section .form-section .overlay-form .custom-button .btn {
        padding: 5px 20px;
    }
}
/* @media screen and (min-width: 321px) and (max-width: 486px) {
  .banner-section .form-section .form-control {
      
    padding: 5px 20px;
}
} */
@media screen and (min-width: 487px) and (max-width: 577px) {
    .banner-section .overlay-text .content {
        text-align: center;
        padding: 5%;
    }
    .banner-section .overlay-text .content p {
        font-size: 20px;

        text-align: center;
    }
    .banner-section .form-section .overlay-form {
        color: #707070;
        width: 100%;
        margin: 0%;
    }
    .pdf-section {
        margin: 0% 5% 5%;
    }
    .contactus-page .pdf-section .btn-no-radius {
        padding: 5px 10px;
    }
    .banner-section .form-section .form-control {
        padding: 5px 20px;
    }
    .banner-section .form-section .overlay-form .custom-button .btn {
        padding: 5px 20px;
    }
}

@media screen and (min-width: 578px) and (max-width: 769px) {
    .banner-section .overlay-text .content p {
        font-size: 1rem;
    }
    .btn-no-radius {
        padding: 5px 10px;
    }
    .contactus-page .pdf-section .btn-no-radius {
        padding: 5px 13px;
    }
    .banner-section .form-section .form-control {
        padding: 5px 20px;
    }
    .banner-section .form-section .overlay-form .custom-button .btn {
        padding: 5px 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .banner-section .overlay-text .content p {
        font-size: 1rem;
    }
    .banner-section .form-section .overlay-form .custom-button .btn {
        padding: 5px 20px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .banner-section .overlay-text .content p {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
}
/* @media screen and (min-width: 1801px) and (max-width: 2200px) {
} */
@media screen and (min-width: 1801px) and (max-width: 2600px) {
   

   
   
    .contactus-page .pdf-section .pdf-img img {
        height: 115px;
    }
    .contactus-page .pdf-section .downlod {
        font-size: 2rem;
    }
    .contactus-page .pdf-section .icons img {
        height: 40px;
        width: 40px;
        margin: 0px 10px 0px 20px;
    }
    .contactus-page .pdf-section .icons p {
        font-size: 20px;
    }
    .btn-no-radius {
        border-radius: 5px;
        padding: 15px 55px;
        background-color: #0020c8;
        font-size: 20px;
    }
    .custum-btn {
        margin: 30px 15px;
    }
    .banner-section .overlay-text .content p {
        font-size: 3rem;
    }
    .banner-section .form-section .overlay-form {
        padding: 10%;
        font-size: 20px;
        margin: 5% 0%;
    }
    .banner-section .form-section .overlay-form .custom-button .btn {
        font-size: 20px;
    }
}

.banner-section .form-section .overlay-form .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 1;
    display: none;
}

.banner-section .form-section .overlay-form .pop-up-holder {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.banner-section .form-section .overlay-form .popup-content {
    position: relative;
    padding: 20px;
    text-align: center;
    width: 453px;
    height: 219px;
    background: #0020c8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 29px;
}

.banner-section .form-section .overlay-form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.banner-section .form-section .overlay-form .popup .popup-content .text-holder h3 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.banner-section .form-section .overlay-form .popup .popup-content .text-holder h2 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.banner-section .form-section .overlay-form .popup .popup-content .lottie-holder {
    display: flex;
    justify-content: center;
}

.banner-section .form-section .overlay-form .popup .popup-content .lottie-holder .sucsess-animation {
    width: 100px;
    height: auto;
}
  