.formContainer{
    border-radius: 12px;
background: #FFF;
z-index: 999;
position: relative;
right: 15%;
}
 .formContain{
    border-radius: 24px;
/* background: #BAC1FF; */
 }
input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: #080808;
}
.addressdesp{
    border-radius: 12px;
background: rgba(255, 255, 255, 0.70);
}
.addressdesp p{
    color: #072E68;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;

}
.addressdesp u{
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;

}
.addressdesp a{
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;

}
.input-file {
    width: 50% !important;

}

.hospital h3 {
    font-size: 42px;
    font-weight: 700;
    /* line-height: 62.4px; */
    color: #14478A;

}

.bg-hover-effect {

    border-radius: 20px;
    -webkit-transition: background-color 700ms linear, color 700ms linear;
    /* transition: 200ms; */

}

.bg-hover-effect h3 {
    font-size: 22px !important;
    color: #5D7EB6;
    transition: color 700ms linear;
}

.bg-hover-effect p {
    color: #5B5B5B;
    transition: color 700ms linear;
}

.bg-hover-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    border-radius: 30px;
    height: 100%;
    background: #BAC1FF;
    transition: width 700ms ease, left 700ms ease;
    z-index: -1;
    /* Make sure the background is behind the content */
}

.bg-hover-effect:hover::before {
    width: 98%;

    left: 0%;
    /* Center the background */
}

.bg-hover-effect:hover h3 {
    color: #14478A;

    /* Center the background */
}

.bg-hover-effect:hover p {
    color: #14478A;
    /* Center the background */
}

@media only screen and (max-width: 600px) {
    /*Big smartphones [426px -> 600px]*/

    .input-file {
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    /*Small smartphones [325px -> 425px]*/

    .input-file {
        width: 40% !important;
    }
}

.img-fil:hover {
    opacity: 0.7 !important;

}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari/Edge */

    font-size: small !important;
    font-weight: 400;
}


.inp-nme {
    background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/Vector+(5).svg');
    background-position: 98% 10%;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;

}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #234685;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;

    transition: background .2s ease-in-out;

}

input[type=file]::file-selector-button:hover {
    background: white;
}

.btn:hover {
    opacity: 0.8;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 60%;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;

}

.custom-file-upload img {
    margin-right: 10px;
}

#file-input {
    display: none;
}

/* Image */
.align-items-center .mt-5 img {
    display: inline-block;
    width: 295px;
    transform: translatex(-20px) translatey(-17px);
}

@media (max-width:600px) {

    /* Image */
    .align-items-center .mt-5 img {
        transform: translatex(-20px) translatey(-4px);
    }

    .custom-file-upload{
        padding: 0px;
        width: 70%;
    }

}


.inp-email {
    background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/bx-mail-send+(1)+1.svg');
    background-position: 98% 10% !important;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;

}

.inp-mnum {
    background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/bx-phone-call+1.svg');
    background-position: 98% 10% !important;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.inp-skls {
    background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/Vector+(4).svg');
    background-position: 98% 10% !important;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.inp-expenc {
    background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/bx-time-five+(1)+1.svg');
    background-position: 98% 10% !important;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}




/* .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    
  }
  
  .custom-file-upload:hover {
    background-color: #f7f7f7;
  }
  
  input[type="file"] {
    display: none;
  }
   */

.lbl-inpt {
    color: #212121;
    font-weight: 400;
}

.lbl-inpt:hover {
    color: #234685;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* Image */
.mt- .custom-file-upload img {
    display: inline-block;
    transform: translatex(-20px) translatey(-17px);
    margin-right: 0px;
}

/* Image */
form .container .align-items-center .col-md-6 .mt- .custom-file-upload img {
    width: 100% !important;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #234685 !important;
    color: white !important;
    font-weight: bold;
}


.content {
    position: absolute;
    /* bottom: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #19438c;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* 
  .footer-wrap-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 4rem;
    background-color: #1c4589;
  }

  .nav-item>a:hover {
    color: #1C4589 !important;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .show>.nav-link {
    color: #1C4589 !important;
  } */

  @media screen and (max-width: 767px) {
    .title_vision_mission {
        font-size: 30px;
    }

    .hospital h3{
        font-size: 22px !important;
    }

    .bg-hover-effect h3{
        font-size: 16px !important;
    }

    .bg-hover-effect p{
       font-size:  14px !important;
    }

    .formContainer{
        right: unset;
    }

    .addressdesp a{
        font-size: 18px;
    }

    .addressdesp p{
        font-size: 20px;
    }

    .desp_vision_mission {
        font-size: 12px;
        line-height: 22px;
    }
}