@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
}
body {
    font-family: "Nunito", sans-serif !important;
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
}

button {
    padding: 10px 20px;
    background-color: #eb9021;
    color: #fff;
    box-shadow: 0 0 12px 2px #00000020;
    border: 1px solid #eb9021;
    transition: 0.5s all ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

button:hover {
    
    color: #0f4d68;
    background-color: #fff;
}

.header-logo img {
    width: 250px;
}

.header-logo {
    text-align: center;
    position: relative;
    margin: 50px 0 20px;
}

body {
    background-image: url('../images/doctors-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    max-width: 100%;
    padding: 0;
}

body::before {
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #eaf0f3;
    opacity: 0.9;
}

#doctorForm {
    position: relative;
    z-index: 9;
    padding-bottom: 60px;
}

#doctorForm input::placeholder {
    font-weight: 600 !important;
    color: #000;
    opacity: 0.4;
}
#doctorForm input:active,#doctorForm input:focus{
    font-weight: 700 !important;
}

#doctorForm input,
#doctorForm select {
    background: #fff;
    border: 1px solid #0f4d6820;
    color: #0f4d68;
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin: 10px 0;
}

#doctorForm h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}

#doctorForm label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f4d68;
    text-transform: capitalize;
}

#doctorForm div {
    margin-bottom: 80px;
}
#doctorForm input::placeholder{
    text-transform: capitalize;
}

.footer {
    position: relative;
    background-color: #0f4d68;
    padding: 60px 0 30px;
}

.pq-content {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 12px 2px #00000020;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
}

.pq-content:hover {
    transform: translateY(-10px);
}

.pq-icon-box i {
    font-size: 24px;
    color: #0f4d68;
    margin-right: 20px;
    font-weight: 700;
}

.pq-content h3 {
    color: #eb9021;
    font-size: 24px;
    text-transform: capitalize;
    margin: 10px 0 20px;
    font-weight: 600;
}

.pq-contact-email a {
    color: #0f4d68;
    text-decoration: none;
    font-weight: 600;
}

.pq-contact-map iframe {
    width: 100%;
    height: 200px;
}

.pq-icon-box {
    display: flex;
    align-items: center;
}

.footer h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
}
.form-data{
    font-size: 18px;
    font-weight: 600;
}
.form-data p b{
    color: #eb9021;
    font-size: 22px;
    font-weight: 700 !important;
}
.form-data p span{
    font-weight: 900 !important;
text-transform: capitalize;
    color: #eb9021;
}
.form-data p a{
     color: #0f4d68;
    font-weight: 900;
    font-size: 20px;
}

@media(max-width:575.98px){
    .pq-content{
        margin-bottom: 30px;
    }
    .header-logo img {
    width: 200px;
}
#doctorForm h1 {
    font-size: 26px;
}
.footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
}
@media(min-width:576px) and (max-width:767.98px){
    .pq-content{
        margin-bottom: 30px;
    }
    .header-logo img {
    width: 200px;
}
#doctorForm h1 {
    font-size: 26px;
}
.footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
}
@media(min-width:768px) and (max-width:991.98px){
    .pq-content{
        margin-bottom: 30px;
    }
    .header-logo img {
    width: 200px;
}
#doctorForm h1 {
    font-size: 26px;
}
.footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
}