﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 600px;
    margin:  30px auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height:auto;
}

h2 {
    color: #4caf50; /* Grass green color */
    text-align: center;
    margin-bottom: 30px;
}
.display-4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    color:white;
}
.display-5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: black;
}
.display-6 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
label {
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group input[type="radio"] {
        display: inline-block;
        margin-right: 10px;
    }
#telephone {
    max-width: calc(100% + 62px);
    width: calc(100% + 100px);
    box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
    #telephone {
        width: calc(100%);
        
    }
}
.container {
    max-width: 720px;
}
.button-container {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
}

button[type="submit"] {
    background-color: #4caf50; /* Grass green color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    button[type="submit"]:hover {
        background-color: #388e3c; /* Darker shade of grass green color on hover */
    }

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.text-center-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer[b-6q0zx82zdb] {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    margin-top:-150px;
}

.back-button {
    position: absolute;
    top: 10px;
    left: 10px;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
@media (max-width: 768px) {
    .footerBtn {
        flex-direction: column;
    }

    .button-container {
        margin-top: 10px;
    }
    
}
.form-group-1 {
    display: flex;
    align-items: center;
    margin-top:-5px;
}
.checkBox1 {
    margin-top: 10px;
}
.checkBox2 {
    margin-top: 10px;
    margin-left: 20px;
}
.checkBox3 {
    margin-top: 10px;
    margin-left: 20px;
}
@media only screen and (max-width: 600px) {
    .required-1 {
        display: block;
        margin-top: -25px;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .form-group-1 {
        margin-top:-20px;
    }
    .form-group-1 div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .checkBox1 {
        margin-top: 18px;
        margin-left: -143px;
        white-space: nowrap;
    }
    .checkBox-label {
        display: block;
        margin-left: 8px;
        flex: 0 0 40px;
        white-space: pre-wrap;
        margin-top: 18px;
    }
  
    .checkBox2 {
        margin-top: 18px;
        margin-left:12px;
      
    }

    .checkBox-label-2 {
        display: block;
        flex: 0 0 70px;
        margin-left: 8px;
        margin-top: 18px;
    }
    .checkBox3 {
        margin-top: 18px;
        margin-left: 30px;
    }
    .checkBox-label-3 {
        display: block;
        white-space: pre-wrap;
        margin-left: 8px;
        margin-top: 18px; 
    }
}
