﻿/*-- Reset-Code --*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    height: 1200px;
}

    body a {
        color: red;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

        body a:focus, a:hover {
            text-decoration: none;
        }

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    /*-ms-transition: 0.5s all;*/
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: GillSans;
    /* font-family: 'Lato', sans-serif; */
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

label {
    margin: 0;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}
/*-- //Reset-Code --*/

.w3ls-banner {
  
    /* background: url(../images/ban4.jpg) no-repeat; */
    background-size: cover;
    min-height: 100vh;
    /* color: white; */
    color: black;
    background-position: center;
    padding-top: 30px;
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); */
    /* background: url(https://dbschoolgunadalacbse.org/wp-content/uploads/2021/09/DJI_0218-scaled.jpg); */
    /* background-attachment: scroll; */
    background-size: cover;
    background-attachment: fixed;
    /*background: linear-gradient(90deg, ##952d9754 35%, ##952d9754 35%, ##952d9754 35%);*/
    background: linear-gradient(90deg,#322664 0%, #161046b8 35%, rgb(64 60 114 / 80%) 100%);
}

.heading {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

    .heading h1 {
        margin-bottom: 23px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Oswald-Regular;
    }

    .heading h2 {
        font-weight: 400;
    }

    .heading p {
        font-size: 16px;
        margin-top: 20px;
        font-family: Jost-500-Medium;
    }

.container {
 
    margin: 0px auto auto auto;
    padding: 10px 0px 10px;
    box-sizing: border-box;
    /*background-color: rgba(52, 53, 53, 0.65);*/ 
    /* background-color: rgba(12, 21, 95, 0.8); */
    /* background-color: rgb(135, 31, 13); */
    background-color:lightblue;
}

label.form-label {
    display: inline-block;
    width: 30%;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: top;
    font-family: Brandon_reg;
}

.form-input {
    display: inline-block;
    width: 69%;
}

ul.field-list li {
    margin: 15px 0px;
}

select {
    width: 99%;
    padding: 10px;
    background-color: #fff;
    outline: none;
    border: 1px solid #323232;
}

.dob select {
    width: 33%;
}

input[type="text"] {
    /*   margin: 15px 0px; */
    padding: 9px 10px;
    box-sizing: border-box;
    background-color: #fff;
    /* border: none; */
    outline: none;
    width: 99%;
    color: #0f0e10;
    border: 1px solid #323232;
}

span.form-sub-label input[type="text"] {
    margin: 10px 0px 20px;
    width: 49%;
}

span.form-required {
    color: red;
}

label.form-label1 {
    display: inline-block;
    margin: 15px 0px;
    letter-spacing: 1px;
}

label.type-of-test {
    display: inline-block;
    width: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
}

textarea {
    width: 98%;
    background-color: #fff;
    outline: none;
}



input.year {
    width: 31% !important;
    padding: 6px;
}

input[type="email"] {
    padding: 7px;
    background-color: #fff;
    border: 0;
    width: 99%;
    color:black;
    outline:none;
}

span.form-sub-label {
    position: relative;
}

label.form-sub-label1 {
    position: absolute;
    bottom: -30px;
    left: 15px;
    min-height: 14px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: GillSans;
}

input[type="checkbox"] {
    vertical-align: middle;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0c0c0c;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0c0c0c;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #0c0c0c;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0c0c0c;
}

.copyright p {
    text-align: center;
    padding: 15px 5px;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: GillSans;
    font-size: 16px;
    font-weight: bold;
}

.copyright a {
    color: #e91e63;
}

    .copyright a:hover {
        color: red;
    }
/* respoinsive */
@media screen and (max-width: 640px) {
    .container {
        width: 560px;
        margin: auto;
        padding: 30px 15px 20px;
    }
}

@media screen and (max-width: 600px) {
    .w3ls-banner {
        background-position: 70% center;
    }

    label.type-of-test {
        display: inline-block;
        width: 140px;
    }
}

@media screen and (max-width: 568px) {
    .container {
        width: 450px;
    }

    label.type-of-test {
        width: 40%;
    }

    label.form-sub-label1 {
        position: absolute;
        bottom: -28px;
        left: 5px;
        font-size: 13px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 430px;
        padding: 17px 10px 20px;
    }
}

@media screen and (max-width: 414px) {
    .form-input {
        width: 100%;
    }

    .container {
        width: 350px;
    }

    label.form-label {
        width: 100%;
        margin-bottom: 7px;
    }

    input.year {
        width: 41% !important;
    }

    label.form-sub-label1 {
        bottom: -22px;
        left: 4px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .heading h2 {
        font-size: 22px;
    }

    .dob select {
        width: 42%;
    }

    select.day {
        width: 47px;
    }

    input[type="email"] {
        width: 95%;
    }

    textarea {
        width: 97%;
    }
}

@media screen and (max-width: 384px) {

    .heading h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}

@media screen and (max-width: 375px) {

    .container {
        width: 320px;
    }

    label.type-of-test {
        width: 40%;
        margin-left: 5px;
    }

    label.form-sub-label1 {
        bottom: -25px;
    }

    input.year {
        width: 39% !important;
    }

    .heading h2 {
        font-size: 20px;
    }

    .heading p {
        font-size: 15px;
        margin-top: 15px;
    }

    span.form-sub-label input[type="text"] {
        margin: 0px 0px 20px;
    }
}

@media screen and (max-width: 320px) {

    .heading h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .container {
        width: 270px;
        padding: 15px 5px 15px;
    }

    .heading h2 {
        font-size: 17px;
    }

    .heading p {
        font-size: 13px;
        margin-top: 15px;
    }

    .dob select {
        width: 38%;
    }

    span.form-sub-label input[type="text"] {
        margin: 0px 0px 21px;
        width: 99%;
    }

    input.year {
        width: 40% !important;
        margin-top: 0px !important;
    }

    label.type-of-test {
        width: 36%;
        margin-left: 7px;
        font-size: 14px;
    }

    input[type="email"] {
        width: 93.5%;
    }

    select.day {
        width: 47px !important;
    }

    textarea {
        width: 97%;
    }

    input[type="text"] {
        width: 99%;
    }

    label.form-label1 {
        margin: 8px 0px;
    }

    .copyright p {
        font-size: 14px;
    }
}

.copyright {
    color: black;
    font-size: 14px !important;
}

select {
    color: black !important;
}
/* //respoinsive */
