
*:focus{ 
    outline: none;
    font-weight: bold;
    /*filter: drop-shadow(0px 1px 1px black);*/
  }
   
input[type=text]:focus{
  box-shadow: inset 0.5px 0.5px 3px rgb(7 30 84 / 40%), inset -4.5px -4.5px 8px #fff;
}

*::placeholder{
  opacity: 0.5;
  font-weight: normal;
}

@media (max-width: 2000px){
    .col-75 {
      width: 60%;
      
     }
     .col-25 {
        width: 40%;
     }
     
     label {
       margin-bottom: 0px;
        margin-top: 0px;
        font-weight: bold;
     }
}

@media (max-width: 572px){
      .col-25 {
      width: 100%;
    }
    
    .col-75 {
      width: 100%;
    }

    #workframe{
      height: 1320px;
    }
}

#workman2{
  display: none;
}

@media screen and (min-device-width: 572px) and (max-device-width: 15000px) {
  #workframe{
      height: 1100px;
    }
}

@media (max-width: 653px){
    .my img {
     height: 300px;
    }
    
    #Healthchecklist {
     position: absolute;
     top: 395%;
    }
    
    #motorchecklist {
     position: absolute;
     top: 380%;
    }
}

@media (max-width: 15000px){
  .insurance_claim .productName {
    line-height:40px;
  }
  .mobnospan{
    font-size: 18px; 
    margin-left:18px;
  }

  .insurancecard {
    padding: 0% 10%;
  }
  .insurance_claim .x {
      padding: 10px 20px;
  }

}

@media (max-width: 438px){
  .insurance_claim .productName {
    line-height:20px;
    margin-bottom: 10px;
  }
  .mobnospan{
    margin-left: 10px;
    font-size: 4vw;
  }
  .insurancecard {
    padding: 0% 0%;
  }
  .insurance_claim .x {
      padding: 10px 5px;
  }
   #Healthchecklist {
    position: absolute;
    top: 395%;
  }
  #motorchecklist {
    position: absolute;
    top: 380%;
  }
  #workmanchecklist{
    position: absolute;
    top: 380%;
  }
}

@media (max-width: 526px) {
  .insurance_claim .productName {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .insurancecard {
    padding: 0% 5%;
  }
  .insurance_claim .x {
      padding: 10px 5px;
  }
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
input.invalid {
  background-color: #747be7;
}


.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #474EBB;
}


input[type=text]{
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  height : 75%;
  box-sizing: border-box;
}


input[type=text]{
    box-shadow: inset 0px 0px 0px #fff, 0px 0px 2px #bfc3cf;
}


input[type=tel]{
    width: 100%;
    padding: 12px;
    border: 1px solid #474EBB;
    border-radius: 4px;
    box-sizing: border-box;
    height : 28px;
}

input[type=email]{
    width: 100%;
    padding: 12px;
    border: 1px solid #474EBB;
    border-radius: 4px;
    box-sizing: border-box;
    height : 28px;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        width: 50%;
    /* border: 1px solid #474EBB; */
    height: 35px;
    background:white;
    /* box-shadow: inset 0.5px 0.5px 3px rgb(7 30 84 / 40%), inset -4.5px -4.5px 8px #fff; */
    box-shadow: inset 0px 0px 0px #fff, 0px 0px 2px #bfc3cf;
}

input[type=date]:focus {
    box-shadow: inset 0.5px 0.5px 3px rgb(7 30 84 / 40%), inset -4.5px -4.5px 8px #fff;
}

input[type=time]:focus {
    box-shadow: inset 0.5px 0.5px 3px rgb(7 30 84 / 40%), inset -4.5px -4.5px 8px #fff;
}

input.age{
  border: 0px solid #474EBB;
}
label {
  padding: 10px;
  display: inline-block;
}


.col-25 {
  float: left;
  color: #0054a4;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.col-75 {
  float: right;
  margin-top: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

form {
  /* box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
  /* box-shadow: 0 6px 16px #d6e2f3; */
    padding: 1%;
    border-radius: 10px;
}

input[type=button] {
    width: 100%;
    font-size: 16.5px;
    background-color: #fff;
    color: #474EBB;
    margin: 12px 0px;
    padding: 10px 5px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #d9d9dd;
    }

input[type=button]:hover {
  /* background-color: #020ca6; */
  /* font-weight: bold; */
  /* box-shadow: inset 0px 0px 0px #fff, 0px 0px 2px #bfc3cf;
  border: 1px solid #020da600; */
  background-color: #151c7e;
    color: #fff;
    transform: scale(0.95);
    transition: all 0.2s ease 0s;
}

textarea {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    border: none;
    padding: 12px;
    color: #474EBB;
    box-shadow: inset 0px 0px 0px #fff, 0px 0px 2px #bfc3cf;
}

textarea:focus {
  box-shadow: inset 0.5px 0.5px 3px rgb(7 30 84 / 40%), inset -4.5px -4.5px 8px #fff;
}

.buttonwchange {
  width:45%;
  font-size:16.5px;
  background-color: #ffff;
  color: #474EBB;
  margin:12px 0px 0px 3px;
  padding: 10px 5px;
  cursor: pointer;
  float: center;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #474EBB;
}

.buttonochange {
  width:90.5%;
  font-size:16.5px;
  background-color: #ffff;
  color: #474EBB;
  margin:12px 0px 0px 3px;
  padding: 10px 5px;
  cursor: pointer;
  float: center;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #474EBB;
}


button:disabled,
button[disabled] {
  background-color: #474EBB;
  cursor: not-allowed;
  color:#fff;
}

.cover{
    width: 100%;
    /* padding: 2px; */
    border: 1px solid #474fbb1f;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16.5px;
    color: #474EBB;
    height: 45px;
  }

  /* form .i {
      color: #0054a4;
      display: flex;
      align-items: center;
      font-weight: bold;
    } */

.buttonchange{
 background-color: #474EBB;
 color:#fff;
 width:45%;
  font-size:16.5px;
  margin:12px 0px 0px 3px;
  padding: 10px 5px;
  cursor: pointer;
  float: center;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #474EBB;
}

.button1{
  display: inline-block;
  width:25%;
  font-size:16.5px;
  margin-right:5px;
  padding: 10px 5px;
  background-color: #474EBB;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #474EBB;
}

.button2{
  width:76%;
  margin-right:5px;
  font-size:16.5px;
  background-color: #fff;
  color: #474EBB;
  margin:12px 0px;
  padding: 10px 5px;
  cursor: pointer;
  float: center;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #474EBB;
  display: inline-flex;
}

.button3{
  background-color: #474EBB;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-weight: 800;  
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  margin: 1px 1px;
}

.son{
  width:48%;
  margin-right:5px;
  font-size:16.5px;
  background-color: #474EBB;
  color: #fff;
  margin:12px 0px;
  padding: 10px 5px;
  cursor: pointer;
  float: left;
  border-radius: 5px;
  font-weight: 400;
 text-align: center;
  border: 1px solid #474EBB;
}

.son0{
  width:48%;
  margin-right:5px;
  font-size:16.5px;
  background-color: #fff;
  color: #474EBB;
  margin:12px 0px;
  padding: 10px 5px;
  cursor: pointer;
  float: left;
  border-radius: 5px;
  font-weight: 400;
 text-align: center;
  border: 1px solid #474EBB;

}

.plus{
  display: flex;
  float:left;
  align-items: center;
  justify-content: center;
  font-size:16.5px;
  background-color: #fff;
  color: #474EBB;
  margin:1px 0px;
  margin-left: 20px;
  padding: 15px 5px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
  border: 0px solid #474EBB;
}


date,input
{
  width:90%;
  color: #474EBB;
  font-size:14.5px;
  padding: 0px 5px;
  margin: 1px 0;
  display: inline-block;
  border-radius: 5px;
  border: 0px solid #474EBB;
  box-sizing: border-box;
}

::placeholder
{
color: #474EBB;
font-size:15px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  width: 0%;
  position: fixed;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /* box-shadow: -1px -1px 6px #fff, inset 1px 1px 3px #bfc3cf; */
  box-shadow: -3px -3px 6px #fff, 1px 1px 3px #bfc3cf;
  font-weight: 100;
  color: #c5c6e4fc;
}

.radio-toolbar input[type="radio"]:checked + label {
  color: #474EBB;
  box-shadow: -1px -1px 6px #fff, inset 1px 1px 3px #bfc3cf;
  font-weight:bold;
}

/* .radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
} */

.radio-toolbar label:hover {
    /* background-color: #474EBB;
    border-color: #474EBB;
    color:#fff; */
    color: #477bd3;
    /* box-shadow: -3px -3px 6px #fff, 1px 1px 3px #bfc3cf; */
    box-shadow: inset 0px 0px 0px #fff, 0px 0px 2px #bfc3cf;
}

td{
  width: 32%;
  height: 2rem;
  border: 1px solid #474EBB;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  background: #fff;
    box-sizing: border-box;
  color: #474EBB;
}

th {
  background: #474EBB;
  border: 1px solid #474EBB;
  height: 2rem;
  font-family: sans-serif, Arial;
  font-size: 16px;
  color:#fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 13px;
  width : 32%;
  height: 2rem;
  border: 1px solid white;
  text-align: center;
}
   
.btn-block{
  margin-top: 5px;
}

span.required {
  margin-left: 4px;
  color: #fe688bde;
  }
span.count {
margin-left: 5px;
margin-right: 5px;
color: black;
font-weight: 700;
font-size: 20px;
color: #474EBB;
}

input.age{
  border: 0px solid #474EBB;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

body {
    color: #121a9fdb;
    box-sizing: border-box;
}



.insurance_claim {
background: #fff;
    -webkit-box-shadow: 0 6px 16px #d6e2f3;
    box-shadow: 0 6px 16px #d6e2f3;
    padding: 20px;
    border-radius: 10px;
    margin: 35px 0;
}

.insurance_claim .x {
    background: #f5f5f5;
    margin: 5px;
}

.insurance_claim .button {
    color: #0065ff;
    background: 0 0;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    text-align: left;
    padding: 0 0 10px 0;
}

.insurance_claim .productName {
    font-size: 12px;
    padding-top: 5px;
    display: block;
    color: #505f79;
}


.insurance_claim .insurance_text:before {
    content: "";
    position: absolute;
    background: url(https://insureazy.com/Images/img/Icons%20and%20Logo/home/HappytoHelp_2.jpg) no-repeat 0 0;
    top: 0px;
    left: 0px;
    width: 90px;
    height: 65px;
    background-size: 100%;
}


.insurance_claim .insurance_text {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    padding-left: 100px;
    font-weight: 600;
    position: relative;
}
.assist {
    margin-left: 100px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
}

#motor {
  display: none;
}

#workman {
  display: none;
}

#health {
  display: none;
}

#Healthchecklist {
  display:none;
}

#motorchecklist {
  display:none;
}

#workmanchecklist{
  display:none;
}

.icon-boxx {
  margin-left: 10px;
}

.icon-boxx ul li:before {
    color: #03A9F4;
    margin-left: 0;
    line-height: 21px;
    margin-right: 12px;
    content: '✓';
    top: 2px;
    position: absolute;
    left: -30px;
    font-size: 20px;
    font-weight: bolder;
}

.icon-boxx ul li{
  font-size: 14px;
    color: #253858;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
