.max_width{
    max-width: 48%;
}
.d-flex{
    gap: 2rem;
    margin: a;
}
.max_width2{
    min-width: 35%;
}
.set_margin_top{
  margin-top: 70px !important;
}
.pad_top_btm{
  padding-top: 27px;
  padding-bottom: 27px;
}

.newDivWidth{
  margin: auto;max-width: 370px;margin: auto;
}
input[type="text"], textarea {

  /* background-color : #d1d1d1;  */

}
input::selection{
  background-color: #000;
}

.paddingResCorrection{
  padding-top: 7px !important;
  padding-bottom:7px !important;
}

.paddingResCorrection2{
  padding-top: 8px;
  padding-top:8px ;
}
.paddingResCorrection3{
  padding-top: 10px;
    padding-bottom: 10px;
}
.paddingResCorrection4{
  padding-top: 19px;
  padding-bottom: 20px;
}
.paddingResCorrection5{
  padding-top: 9px;
padding-bottom: 9px;
}
.paddingResCorrection6{
  padding-top: 24px !important;
padding-bottom: 24px !important;
}
/* sec 3 paddind */
.secPadding{
  padding-bottom: 37px !important;
}
.secPadding2{
  padding-bottom: 37px !important;
}
.secPadding3{
  padding-bottom: 36px !important;
}
.secPadding4{
  padding-bottom: 59px !important;
}

/* sec 3 paddind */

@media (max-width:1200px) {
    .newDivWidth{
      max-width: 300px;
    }
}

.tableSetPadding{
  /* padding-bottom: 41px; */
  margin-top: 1px;
  /* background-color: #ff0000; */
}
.col1TablePadding{
  padding-bottom: 314px !important;
}

/* progress bar */


.steps-form {
  display: table;
  width: 100%;
  padding: 10px;
  position: relative;
}

.steps-form .steps-row {
  display: table-row;
}

.steps-row {
  display: flex !important;
  flex-wrap: wrap;
}




.Ripple-parent {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.steps-row .steps-step.active button {
  background-color: #387eff !important;
  color: #F9F9F9;
}

.steps-form .steps-row .steps-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-top: 0;
  color: #000 !important;
  background: #9caecf;
}

.tables_level_inner{
  margin-top: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.steps-row .steps-step.active button,
.main-container .main-header {
  background-color: #387eff  !important;
}

.steps-form .steps-row .steps-step.active:before {
    background-color: #387eff ;
}
/* .steps-form .steps-row .steps-step.active:nth-last-child(2):before {
    background-color: #eee;
} */

.steps-row .steps-step.active button,
.steps-row .steps-step.inactive button {
  box-shadow: 0 0 32px rgb(0 0 0 / 9%);
}

.steps-row .steps-step {
  display: block !important;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}

.tickMarkSpan{
  color:white
}
.steps-form .steps-row .steps-step:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 3px;
    background-color: #ccc;
}
.steps-form .steps-row .steps-step:nth-child(5):before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    display: none;
}


.steps-form .steps-row .steps-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-top: 0;
}

.steps-form .steps-row .steps-step {
  display: table-cell;
  text-align: center;
  position: relative;
}



.steps-row .steps-step.active button,
.steps-row .steps-step.inactive button {
  box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}

.Ripple {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
}

.steps-form .steps-row .steps-step p {
  margin-top: 0.5rem;
  /* color: #F9F9F9; */
}

.steps-row .steps-step p,
.units-field {
  margin-bottom: 0;
}

.steps-row .steps-step.completed button {
  background-color: #2E3532 !important;
  color: #F9F9F9;
}


/* progress bar */


.laptop_margin_top{
  margin-top: 65px !important;
}
.laptop_margin_top1{
  margin-top: 90px !important;
}


.card{
    background-color: #f4f4f4;
    padding-left: 14px !important;
    padding-right: 14px !important;
}
h2{
    font-size: 45px !important;
    font-weight: 300;
}
.line_height{
    line-height: 3px ;
}
h3{
  font-weight: 700 !important;
}
.form-control{
    padding: 0.375rem 0.75rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    background: transparent;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bgBlueBox{
    background-color: #2c87f0;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.logo_img img{
    max-width: 400px;
}
.centerBox{
    max-width: 40%;
    margin: auto;
}

table tbody tr td:nth-child(2) {
    vertical-align: middle;
}
#long_table table tbody tr th:nth-child(1){
    font-size: 12px !important;
}
table tbody tr td:nth-child(3) {
    vertical-align: middle;
}
table tbody tr td:nth-child(4) {
    vertical-align: middle;
}
table tbody tr td:nth-child(5) {
    vertical-align: middle;
}
table tbody tr td:nth-child(6) {
    vertical-align: middle;
}
table tbody tr td:nth-child(7) {
    vertical-align: middle;
}
table tbody tr td:nth-child(8) {
    vertical-align: middle;
}
table tbody tr td:nth-child(9) {
    vertical-align: middle;
}
table tbody tr td:nth-child(10) {
    vertical-align: middle;
}
table tbody tr td:nth-child(11) {
    vertical-align: middle;
}
table tbody tr td:nth-child(12) {
    vertical-align: middle;
}
table tbody tr td:nth-child(13) {
    vertical-align: middle;
}
table tbody tr td:nth-child(14) {
    vertical-align: middle;
}
table tbody tr td:nth-child(15) {
    vertical-align: middle;
}
table tbody tr td:nth-child(16) {
    vertical-align: middle;
}
table tbody tr td:nth-child(17) {
    vertical-align: middle;
}
table tbody tr td:nth-child(18) {
    vertical-align: middle;
}
table tbody tr td:nth-child(19) {
    vertical-align: middle;
}
table tbody tr td:nth-child(20) {
    vertical-align: middle;
}
table tbody tr td:nth-child(21) {
    vertical-align: middle;
}
table tbody tr td:nth-child(22) {
    vertical-align: middle;
}

#simple_table2  td .form-control{
	height: auto!important;
	width: 100%;
	min-width: 40px;
	border: none;
	font-size: 15px;
}
#simple_table2  td .form-control:focus
{
    border-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
#simple_table2  td .form-control:focus
{
    border-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
#simple_table2 tbody td .form-control{
	height: auto!important;
	width: 100%;
	min-width: 40px;
	border: none;
	background:transparent;
}



@media (max-width:768px) {
    h2{
        font-size: 35px !important;
    }
    .max_w_sec2{
      max-width: 460px !important;
    }
}
@media (max-width:576px) {
    .logo_img img{
        max-width: 280px;
    }
    #settingDflex .d-flex{
      display: block !important;
    }
}
@media (max-width:473px) {
    h2{
        font-size: 25px !important;
        font-weight: 400;
    }
}
@media (max-width:360px) {
    h2{
        font-size: 21px !important;
        font-weight: 500;
    }
}

/* @media (max-width:532px) {
    .maxWidthSet{
        max-width: 150px !important;
        margin: auto;
    }
} */

.font_weight_heading{
    font-weight: 600;
    font-size: 30px !important;
}

.font_weight_lables{
    font-weight: 600;
}
.font_weight_p{
    font-weight: 600;
}
.padding_right{
  padding-right: 2.1rem;
}
.sec3blueBox{
    border: 3px solid #516fa2;
    background: #d9e2f3;
    padding: 30px 5px;
}
.font_weight_lables_big{
    font-size: 22px;
    font-weight: 600;
    color: #656566;
}
/* menu */
.menus{
    /* background-color: #fff; */
    color: #2a76c0 !;
   border-radius: 5px;
    /* border: 8px solid #eee;  */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}
.blackborder{
    border: 2px solid #013220;
}
.border_bottom{
    border-bottom: 2px solid #000;
}
.border_green{
    border-bottom: 2px solid #013220;
}
.border_lightgreen{
    border-bottom: 2px solid #008631;
}
.border_yellow{
    border-bottom: 2px solid #fdba04;
}
.border_orange{
    border-bottom: 2px solid #ff4500;
}
.border_red{
    border-bottom: 2px solid #ff0000;
}
.next_btn{
    background-color: #0278d3;
    color: #fff;
    font-size: 25px;
    padding: 10px 40px;
}
.next_btn:hover{
    background-color: #0369b8;
    color: #fff;
}
.menus button{
    border: none;
    font-family: Arial,Helvetica,sans-serif;
    background: transparent;
    font-weight: 500;
    color: #2a76c0;
    font-size: 18px;
}
button:focus{
    outline: none;
}
.menus{
    /* border: none; */
    font-family: Arial,Helvetica,sans-serif;
    color: #ffff;
    font-size: 20px;
}


input[type="range"] {
    -webkit-appearance: none;
    height: 8px;
    background: #387eff;
    border-radius: 5px;
    width: 100%;
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    /* background: rgb(0, 0, 0); */
    background: #fff;
    color: #000 !important;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
  }
  
  
  
  input[type="range"]::-webkit-slider-thumb:hover {
    background: rgb(0, 0, 0);
    background: #fff;
    color: #000 !important;
  }
  
  input[type="range"]::-moz-range-thumb:hover {
    background: rgb(255, 255, 255);
    background: #fff;
  }
  
  input[type="range"]::-ms-thumb:hover {
    background: rgb(255, 255, 255);
  }
  
  input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  label{
    font-size: 22px;
  }
  #ress{
    max-width: 90% !important;
  }

  body{
    font-family: 'Roboto', sans-serif;
  }
  .range-thumb {
    position: absolute !important;
    left: 0px;
    right: 0px;
    margin-top: -30px !important;
    /* half :thumb width */
    /* top: 0 !important ; */
    width: 21% !important;
    /* same as :thumb */
    height: 30px !important;
    /* same as :thumb */
    text-align: center !important;
    color: #606776 ;
    font-weight: bold;
    line-height: 28px;
    font-size: 16px;
    pointer-events: none;
    /* ignore mouse */
  }
.dis_flex{
    display: flex;
    justify-content: space-between;
}
.dis_flex2{
    display: flex;
}
  .range-thumb::before {
    content: attr(data-val) " " !important;
  }

  
  .range-slider__value:after {
      position: absolute;
      top: 8px;
      left: -7px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-right: 7px solid #6fd8c3;
      border-bottom: 7px solid transparent;
      content: '';
    }
  
  input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  
  input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transprearent;
  } */


  


/* progress */
  .mt-100{
    margin-top: 200px;
  }
  .progress {
    width: 150px;
    height: 150px !important;
    float: left; 
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left {
    left: 0;
  }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .progress .progress-right {
    right: 0;
  }
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }
  .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #000;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .progress.blue .progress-bar {
    border-color: #049dff;
  }
  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }
  .progress.yellow .progress-bar {
    border-color: #fdba04;
  }
  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }
  .test{

  }
  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  .progress-ring {
    /* float: right; */
  }
  
  .progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  
  .gotoZerRes{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
 

  @media (max-width:992px) {
      .steps-form{
        display: none;
        text-align: center;
      }
      .pl-4{
        padding-left: 0px !important;
      }
      .tables_level_inner{
        margin-top: 0rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
      }
      .gotoZerRes{
        padding-top: 0rem;
        padding-bottom: 0rem;
      }
      .d-flex{
        display: block !important;
        width: 100% !important;
    }
    .max_width{
        max-width: 100%;
    }
    .centerBox{
        max-width: 100% !important;
    }
    paddingResCorrection{
      padding-top: 7px !important;
      padding-bottom:7px !important;
    }
    
    .paddingResCorrection2{
      padding-top: 8px !important;
      padding-top:8px !important;
    }
    .paddingResCorrection3{
      padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .paddingResCorrection4{
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .col1TablePadding {
      padding-bottom: 23px !important;
    }
    .paddingResCorrection5{
      padding-top: 0px !important;
    padding-bottom: 0px !important;
    }
    .paddingResCorrection6{
      padding-top: 0px !important;
    padding-bottom: 0px !important;
    }
    .margin_top{
        margin-top: 30px !important;
    }
    .border_bottom div label {
      padding: 0px !important;
    }
    #settingDflex div div{
      padding-right: 0px !important;
    }
    .border_bottom div label .pl-4{
      padding: 0px !important;
    }
    .border_bottom div {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    .pdr{
      padding-right: 0px !important;
    }
    .pdr p{
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .padding_left_0 label{
        padding-left: 0px !important;
        padding-top: 10px;
      }
      .menus div div{
        /* border: 1px solid #000; */
      }
      #settingDIv .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDflex .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDiv2 .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDiv3 .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDiv6 .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDiv7 .d-flex{
        display: flex !important;
        justify-content: center;
      }
      #settingDiv4 .d-flex{
        display: flex !important;
        justify-content: center;
        max-width: 380px;
        margin: auto;
      }
      .flex-fill{
        text-align: center;
      }
      .border_bottom {
        padding-top:5px;
        padding-top: 5px;
      }

      .mob_padding_top{
        padding-top:10px !important;
      }
      .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
  }

  @media (max-width:768px) {
      /* .menus{
        display: none;
      } */
  }
  @media (max-width:425px) {
  .next_btn{
    background-color: #0278d3;
    color: #fff;
    font-size: 25px !important;
    padding: 8px 25px;
}
.font_weight_p{
  font-size: 15px !important;
}
.font_weight_heading{
    font-size: 25px !important;
}
.setMarginTopHeadPAra p{
  margin-top: 10px !important;
}
.setMarginTopHeadPAra {
  margin-top: 7px !important;
}
}



.sec3blueBox .form-control:disabled,
.sec3blueBox .form-control[readonly]{
  background-color: transparent;
}

.h100 {
  height: 100%;
}

.h100 .h20 {
  height: 20%;
}

.height100px {
  height: 100px
}

@media (max-width:991px) {
  .h100 {
    height: auto;
  }

  .h100 .h20 {
    height: auto;
  }

  .height100px{
    height: auto
  }
}

