*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/cycling-bg.jpg);
    background-size: cover;
    position: relative;
    padding: 30px 0;
    background-position: top;
    background-attachment: fixed;
}
p{
    margin-bottom: 3px;
}
/* .form-ongc{
    background-image: url('../images/cycling-bg.jpg');
    background-size: cover;
    position: relative;
    padding: 30px 0;
} */
.form-ongc:before{
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0,0,0,0.7);
}
.form-data {
    margin-bottom: 12px;
}
.form-data h2{
    font-weight: 600;
    color: #139113;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.settings {
    padding: 20px 34px;
    background: #fff;
    box-shadow:  0 2px 5px rgb(0 0 0 / 40%);
    /* box-shadow: 0 2px 5px rgb(0 0 0 / 10%); */
    border-radius: 10px;
}
h3{
    font-family: 'Roboto', sans-serif;
    color: #ed3546; 
    font-weight: 600;
    font-size: 26px; 
}
.form-group {
    margin-bottom: 0.5rem;
}
/* .form-logo img{
    width: 128px;
} */
address {
    margin-bottom: 0.8rem;
    padding: 0px 191px;
    margin-top: 10px;
}
p.note {
    background: #f55765;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0px 6px;
}
li{
    font-size: 14px;
}
.undertaking h5{
    font-size: 17px;
}
/*tab*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  button.tablinks.tab-2{
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}
button.tablinks {
    width: 100%;
}
span.dob {
    font-size: 12px;
    color: #ee7474;
}
.form-control {
    font-size: 1.2rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
p.success-address {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
    font-weight: 400;
}
#success-address-main {
    background: #f3f3f3;
    padding: 20px;
    margin-top: 25px;
}
#success-address-main h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
}
.table td {
    padding: 0.3rem 0.75rem!important;
    line-height: 1.3;
}
span.undertaking-numbers {
    margin-right: 9px;
    font-size: 16px;
}
select {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    word-wrap: normal;
}
table{
    background: #e3e3e3;
}
@media only screen and (max-width: 768px){
    .form-logo img{
        width: 100%!important;
    }
.settings {
    padding: 20px 16px;
}
    address {
        margin-bottom: 0.8rem;
        padding: 0px 114px;
        margin-top: 10px;
    }
 img.logo-center{
        width: 156px!important;
    }
}
@media only screen and (max-width: 576px){
    address {
        padding: 0px 75px;
    }
    h3.saksham {
        font-size: 21px;
    }
    li {
        font-size: 14px;
    }
    .form-ongc{
        background-image: url('../images/cycling-bg.jpg');
        background-size: 100% 100%;
        position: relative;
        padding: 30px 15px;
    }
    p.note {
       font-size: 17px;
    }
    td {
        font-size: 14px;
    }
    label.form-check-label.term-check {
        font-size: 17px;
    }
    p.note {
        padding: 3px 6px;
    }
    /* .form-ongc:before{
        background: rgba(255,255,255,1);
        } */
}
@media only screen and (max-width: 420px){
    label#date-birth{
        display: block!important;
    }
}
@media only screen and (max-width: 360px){
    .settings {
        padding: 20px 25px;
    }
    .form-data h2 {
        font-size: 24px;
    }

    address {
        padding: 0px 0px;
    }
    li {
        font-size: 13px;
    }
    .term-check{
        font-size: 14px;
    }
    p.note {
        font-size: 13px;
    }
    address p{
        font-size: 14px;
    }
    h3.saksham {
        font-size: 15px;
    }
    ::placeholder{
        font-size: 14px;
    }
    .undertaking h5{
        font-size: 15px;
    }
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        font-size: 14px;
    }
    img.logo-center{
        width: 100px!important;
    }
    p.text-center.form-data {
        font-size: 14px;
    }
    .form-data {
        margin-bottom: 8px;
    }
    .tabcontent {
        padding: 3px 12px;
    }
}