

/***********************mobile view ****************************/
@media only screen and (max-width: 600px) {
 
 #header .logo img {
  
  max-width: 100px !important;
  transform: scale(1.4);
  margin: 9px 8px 13px 15px;
}

.hres {
  width: auto;
}
 
 
 div#final_V {
  float: none!important;
  text-align: center;
  margin: 0px;
  height: 80px;
  border: none;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 23;
}

.form-check.form-switch {
  background: #076ed7;
  padding: 10px;
  font-size: 14px !important;
  color: #fff;
  border-radius: 9px;
}

li {
  list-style: none;
  background: transparent;
  margin: 10px 5px 20px 5px;
}

section {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 10px 8px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin: 8px 0 6px 0;
  border-radius: 14px;
}
h2 {
  text-align: center;
}





label.form-check-label {
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
}

ul {
   padding-left: 0rem !important;
}


.form-check-label b {
    display: block;
}
.form-check.form-switch {
    background: #084298;
    padding: 16px;
    font-size: 22px;
    color: #fff;
    border-radius: 25px;
        box-shadow: none !important;
}

.form-check-label b {
    border-bottom: 1px solid #dfc999;
    margin: 2px;
}

label#parent {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
    padding-bottom: 5px;
}




}



/*****************mobile Style Close*******************/

.form-check.form-switch {
  /* background: rgba(13,71,161,0.35); */
  padding: 18px 18px 16px 18px;
  font-size: 20px;
  color:#0d47a1;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(13, 71, 161, 0.22), 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.form-check.form-switch:hover { transform: translateY(-1px); box-shadow: 0 16px 28px rgba(13,71,161,.28), 0 4px 10px rgba(0,0,0,.09); }









input:checked + * + input::before, input:last-of-type:checked {
  border-radius: 20px;
  background: #fe8300;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  
  background-repeat: repeat-y;
}


footer {
  background: #084298;
}




button.btn.btn-info {
  background: #ee8700;
  color: #fff;
  border: none;
}



section h3 {
  background: rgba(254, 131, 0, 0.25);
  text-align: center;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  color: #37517e;
  border-radius: 12px;
  border: 1px solid rgba(254,131,0,0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}


.form-switch .form-check-input {
  width: 3.25rem;
  height: 1.75rem;
  margin-left: 0;
  background: linear-gradient(90deg, #0d47a1 0%, #fe8300 100%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  float: right;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.25) inset;
}
.form-switch .form-check-input:checked { background-position: right center; box-shadow: 0 0 0 3px rgba(254,131,0,0.45) inset; }



.form-check-label b {
  display: block;
  border-bottom: 3px solid rgba(254, 131, 0, 0.75);
  margin-bottom: 8px;
  color: #0d47a1;
}
