@media only screen and (min-width:1281px) {
    .center-div {
        margin-bottom: 7% !important;
    }
    .card {
        margin-top: 10px;
        border: 2px solid transparent;
    }
    .card:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
        transform: translateY(-10px);
        background-color: #E08020;
        color: #fff;
    }
    /* .background footer {
        margin-top: 3% !important;
    } */
    .signin-form {
        background: #23367de0;
        width: 35%;
        margin-left: 34%;
        margin-top: 10px;
        border: 2px solid #4f63ade0;
        border-radius: 40px;
        text-align: center;
        margin-bottom: 3.5%;
    }
    .signin-form input {
        border: 2px solid #4f63ade0 !important;
    }
    .partnersignin-form {
        background: #ed752091;
        width: 35%;
        margin-left: 34%;
        margin-top: 10px;
        border: 2px solid #ed7520;
        border-radius: 40px;
        text-align: center;
        margin-bottom: 3.5%;
    }
    .partnersignin-form input {
        border: 2px solid #ed7520 !important;
    }
    .partnersignin-form select {
        border: 2px solid #ed7520 !important;
    }
    .candidatesignin-form {
        background: #a5564e96;
        width: 35%;
        margin-left: 34%;
        margin-top: 10px;
        border: 2px solid #a5564ef2;
        border-radius: 40px;
        text-align: center;
        margin-bottom: 3.5%;
    }
    .candidatesignin-form input {
        border: 2px solid #a5564ef2 !important;
    }
    .candidatesignin-form select {
        border: 2px solid #a5564ef2 !important;
    }
    .signup-form {
        background: #23367de0;
        width: 50%;
        margin-left: 25%;
        margin-top: 20px;
        border: 2px solid #4f63ade0;
        border-radius: 40px;
        margin-bottom: 3%;
    }
    .signup-form input {
        border: 2px solid #4f63ade0 !important;
    }
    .signup-form select {
        border: 2px solid #4f63ade0 !important;
    }
    .partnersignup-form {
        background: #ed752091;
        width: 50%;
        margin-left: 25%;
        margin-top: -10px !important;
        border: 2px solid #ed7520;
        border-radius: 80px;
        margin-bottom: 3%;
    }
    .partnersignup-form input {
        border: 2px solid #ed7520 !important;
    }
    .partnersignup-form select {
        border: 2px solid #ed7520 !important;
    }
    .candidatesignup-form {
        background: #a5564e96;
        width: 50%;
        margin-left: 25%;
        margin-top: 40px;
        border: 2px solid #a5564ef2;
        border-radius: 80px;
        margin-bottom: 3%;
        margin-top: -10px !important;
    }
    .candidatesignup-form input {
        border: 2px solid #a5564ef2 !important;
    }
    .candidatesignup-form select {
        border: 2px solid #a5564ef2 !important;
    }
    .customerchangePassword-form {
        background: #23367de0;
        width: 50%;
        margin-left: 25%;
        margin-top: 10px;
        border: 2px solid #4f63ade0;
        border-radius: 40px;
        text-align: center;
        margin-bottom: 20%;
    }
    .menagment-heading h6 {
        background-color: #203e0ede;
        line-height: 3rem;
        text-align: center;
        margin-left: -21.3%;
        margin-top: 0px !important;
    }
    .services-customercontent h3 {
        margin-top: 60px !important;
        padding-top: 10px;
        margin-left: -22%;
        text-align: center;
        background: #000;
        line-height: 4rem;
        border: 3px solid #00ffff9e;
    }
    .services-partnercontent h3 {
        margin-top: 60px !important;
        padding-top: 10px;
        margin-left: -21.3%;
        text-align: center;
        background: #000;
        line-height: 4rem;
        border: 3px solid #ed7520;
    }
    .card-text {
        font-size: 0.7rem;
    }
    .card-img {
        height: 37vh;
    }
    .card-row {
        margin-right: 10% !important;
        margin-left: -2% !important;
        margin-top: -30px !important;
    }
    .service-button {
        padding: 0px 10px 0px 10px;
        border: 2px solid #000;
        border-radius: 5px;
        font-weight: bold;
    }
    .profile-form-one {
        border: 2px solid green;
        border-radius: 20px;
        padding: 20px;
        color: #18184f;
        margin-right: -232px;
        margin-left: 176px;
    }
    .profile-form-two {
        border: 2px solid green;
        border-radius: 20px;
        padding: 20px;
        margin-top: -70px;
        color: #000;
        margin-right: -231px;
        margin-left: 176px;
    }
    .profile-form-two input {
        border: 2px solid green !important;
    }
    .profile-form-two select {
        border: 2px solid green !important;
    }
    .services-admincontent h3 {
        margin-top: 60px !important;
        padding-top: 10px;
        margin-left: -21.5%;
        text-align: center;
        background: #000;
        line-height: 4rem;
        border: 3px solid #5cb646d1 !important;
        margin-right: -15px;
    }
    .callaborate-card-img {
        height: 40vh;
    }
}