/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input
{

}

/*Tablet Size*/
@media(max-width:1024px)
{
    .imgs {
  max-width: 353px !important;
    margin-left: -126px !important;
    margin-top: 13px !important;
}
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    font-size:18px !important;
}
.select2 
{
  width: 100% !important;
}
.select2-selection
{
  height: 49px !important;
    padding: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
  top: 14px !important;
}
.select2-container--default .select2-results__option
{
  text-transform: capitalize !important;
  text-align: center;
  font-size: 14px !important;
    font-weight: 400 !important;
}
thead {
    background-color: #969696 !important;
    color: white !important;
}
table thead th{
  font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    padding: 5px !important;
    font-weight: 400;
}
table tbody tr td
{
  font-size: 14px;
    padding: 5px !important;
    font-weight: 400;
}

.card-header
{
      font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
}
#grad1 {
   margin-top: 15px;
}
.select2-container--default .select2-selection--single
{
  padding: 3px !important;
    height: 40px !important;
    margin-top:10px !important;
    border-radius: 1px !important;
    border: 1px solid #1816162b;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
  text-transform: capitalize !important;
  font-size: 14px !important;
    font-weight: 400 !important;
}

select
{
  font-size: 14px !important;
    font-weight: 400 !important;
    margin-top:10px !important;
    border-radius: 1px !important;
}

.radioss
{
  margin-right: 53px !important;
    margin-left: 50px !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}
.radios
{
   font-size: 16px;
   font-weight: 400;
    font-family: 'Roboto';
}
.news
{
  font-size: 16px;
  font-weight: 400;
    font-family: 'Roboto';
}
.renew
{
  font-size: 16px;
  font-weight: 400;
    font-family: 'Roboto';
}
.content-replace
{
  font-size: 16px;
  font-weight: 400;
    font-family: 'Roboto';
}

#occupationre
{
     width: 223px !important;
    margin-left: -9px;
}
.imgs
{
  max-width: 411px;
  margin-left: -91px;
  margin-top: 13px;
   
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

/*#msform fieldset .form-card {
    border: 1px solid #eeeeee9c;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
*/
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 98%;
    margin: 13px;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: black;
    margin-bottom: -68px;
}

/*#msform input,
#msform textarea {
   padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 49%;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    background-color: #eee;
    box-sizing: border-box;
    font-family: open sans,sans-serif;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}*/

/*#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}*/

#msform .action-button {
    width: 150px;
    background: #3282b8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    /*margin-left: 43%;*/
}

input[type='radio']
{
  transform: scale(1.2);
}

/*#msform .action-button:hover,*/
/*#msform .action-button:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9600*/
/*}*/
#msform .action-button:hover {
    background-color: white;
    color: #3282b8;
    border: 1px solid #3282b8;
}
#msform .action-button-previous:hover
{
    background-color: white;
    color: #ff9600;
    border: 1px solid #ff9600;
}
#msform .action-button-previous {
    width: 132px;
    background: #ff9600;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 2px #ff9600;
}
.firstbutton
{
   width: 205px;
    background: #ff9600;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    font-family: 'Roboto';
   margin-left: -230px;
}
.firstbutton:hover
{
    background-color: white;
    color: #ff9600;
    border: 1px solid #ff9600;
    font-family: 'Roboto';
}
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
    font-family: 'Roboto';
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

/*.card {
    z-index: 0;
    border: none;
    background-color: white;
    position: relative;
    box-shadow:0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}*/

.fs-title {
    font-size: 14px;
    color: #2C3E50;
    margin-bottom: 30px;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 70%;
    margin-left: -22px;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: initial;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 51%;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: 113px;
    top: 25px;
    left: 100px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff9600;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}



































.pre
{
  float: left;
    margin-left: 40px !important;
    margin-top: 10px;
    border-radius: inherit;
    background-color: #ff9600;
    outline: none;
    border: 1px solid #ff9600;
}
 .save
{
   float: right;
    width: 16% !important;
    margin-right: 35px;
    margin-top: 10px !important;
    border-radius: inherit !important;
    background-color: #ff9600 !important;
    outline: none;
    color: white !important;
    border: 1px solid #ff9600 !important;
}

.tab-custom .tablink-custom
{
    border-radius: 50%;
    padding: 30px;
    border: 3px solid #ff9600;
    box-sizing: border-box;
    color: #ff9600;
    outline: none;
    font-size: 42px;
    cursor: pointer;
}
.tablink-custom:not(:last-child)
{
  
/*margin-right: 10px;
    margin-left: 10px;*/
    cursor: pointer;


}
.tab-custom
{
    background-color: lightgoldenrodyellow;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 8px;
    outline: none;
    cursor: pointer;
}

.reg::placeholder
{
  text-align: center;
  font-family: open sans,sans-serif;
}
.reg
{
  width: 100% !important;
  text-align: center !important;
  font-family: open sans,sans-serif !important;
}
.depart 
{
  width: 100% !important;
}
#occupationsrenew
{
  margin-left: 0px;
}
.don
{
  padding: 30px;
}

.occupation::placeholder
{
   
   text-align: center;
}
.radio2
{
    margin-left: 43px;
}
.firstheading
{
  margin-left:33%; 
  color: #444444;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto';
}
.secondheading
{
  /*margin-left:33%; */
  color: #444444;
  font-weight: 800;
  font-size: 14px;
  font-family: 'Roboto';
  text-align:center;
}
/*.renew
{
   width: 165% !important;
    margin-left: 28px;
    font-family: open sans,sans-serif;
}*/
.new
{
   width: 100% !important;
}
.replace
{
  
    border-radius: initial;
    font-family: open sans,sans-serif;
}

/*.content-replace
{
  margin-left: 30px;
}*/
.card-detact
{
  padding: 7px 0px;
    background-color: white;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

/*start tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
 
  color: black;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 506px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 15;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -197px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*end*/






        #textdemo {
          margin-top: 100px;
    margin-left: -104px;
        }

       
#demo
{
  margin-left: 4%;
  font-size: 14px;
    font-weight: 400;
}
       
#demo1
{
  margin-left: 4%;
  font-size: 14px;
    font-weight: 400;
}

       #myDIV1 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 2px solid rgb(250 250 210);
  display: none;
  background-color: lightgoldenrodyellow;

}
#myDIV2 {
  width: 100%;
 padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV3 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV4 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
 display: none;
  background-color: lightgoldenrodyellow;
}







/*Responsive*/
/*Mobile size*/
@media(max-width:425px)
{
  .mca
  {
    display:block !important;
    border-bottom: 2px solid #3282b8;
    width: 106.3%;margin-left: -10px;
  }

  .mobile-main-second
  {
    font-weight: 400;
    font-size: 13px;
    text-align:center;
  }

  .mosam {
    display: none;
}
    .panel-collapse{
    background-color:#eee !important;
    }
    .panel-body .row
    {
        background-color:#eee !important;
    }
   table
  {
    width: 98% !important;
  }
  table#tabletest th
  {
     text-align: left !important;
  padding: 2px !important;
  }
  table#tablevat th
  {
     text-align: left !important;
  padding: 2px !important;
  }
  
    #productone
  {
    vertical-align: top !important;
    padding: 10px !important;
    font-size: 12px !important;
    font-weight: 400;
  }
  #dom
  {
    padding:8px !important;
  }
  
  .fistborder
  {
    padding-left: 10px !important;
  }
  .panel-title
  {
    padding-top: 7px !important;
  }
  .panel-default > a:before
  {
    padding-top: 16px !important;
  }
  #occupationre
  {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #first_name
  {
    width: 100% !important;
  }
  #last_name
  {
    width: 100% !important;
  }
  #email_id
  {
    width: 100% !important;
  }
 
  #dateofbirth
  {
    width: 100% !important;
  }
  #address
  {
    width: 100% !important;
  }

  .firstbutton
{
  width: 218px !important;
    background: #ff9600;
    font-weight: bold !important;
    color: white !important;
    border: 0 none;
    border-radius: 30px !important;
    cursor: pointer !important;
    padding: 7px 9px !important;
    margin-left: 0px;
    margin-top: 0px !important;
}

.firstbutton:hover
{
  border: 1px solid #ff9600 !important;
  color: #ff9600 !important;
}

  .firstheading
{
      margin-left: 0px !important;
    text-align: center;
  color: #444444;
  font-weight: 600;
  font-size: 25px;
}
.secondheading
{
   margin-left: 0px !important;
    text-align: center;
  color: #444444;
  font-weight: 600;
  font-size: 25px;
}
   .circle
   {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    
   }
#grad1 {
   margin-top:-60px !important;
}
.imgs
{
  margin-left: -100px !important;
   
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    width:78%;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
   width: 100% !important;
   border-radius: 1px !important;
    padding: 26px;
    position: relative;
}
.col-md-9
{
  padding: 0px !important;
}
.col-md-5
{
  padding: 0px !important;

}
.col-md-7
{
  padding: 0px !important;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
       width: 95% !important;
    margin: 10px;
    padding-bottom: 20px;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    /*color: #ff9600;*/
}

/*#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
       width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}*/

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #ff9600;
    outline-width: 0
}

#msform .action-button {
    width: 205px !important;
    background: #3282b8 !important;
     font-weight: bold !important;
    color: white !important;
    border: 1px solid #3282b8 !important;
     border-radius: 30px !important;
    cursor: pointer;
    padding: 10px 5px !important;
     margin: 12px 74px !important;
}
#msform .action-button:hover {
    background-color: white;
    color: #ff9600;
    border: 1px solid #ff9600;
}
#msform .action-button-previous:hover
{
    background-color: white;
    color: #ff9600;
    border: 1px solid #ff9600;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9600;
}

#msform .action-button-previous {
    /*width: 200px !important;*/
    /*background: #ff9600 !important;*/
    /*font-weight: bold !important;*/
    /*color: white;*/
    /*border: 1px solid #ff9600 !important;*/
    /*border-radius: 30px !important;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 16px 79px !important;*/
    display:none;
}

/*#msform .action-button-previous:hover,*/
/*#msform .action-button-previous:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9600;*/
/*}*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #ff9600;
}

/*.card {
    z-index: 0;
    border: none;
    position: relative;
    box-shadow:0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}*/

.fs-title {
   font-size: 14px;
    color: #2C3E50;
    margin-bottom: 30px;
    text-align: left;
}

#progressbar {
   margin-left: -18px;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: initial;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
   width: 65% !important;
    left: 70px !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff9600;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}



































.pre
{
  float: left;
    margin-left: 40px !important;
    margin-top: 10px;
    border-radius: inherit;
    background-color: #ff9600;
    outline: none;
    border: 1px solid #ff9600;
}
 .save
{
   float: right;
    width: 16% !important;
    margin-right: 35px;
    margin-top: 10px !important;
    border-radius: inherit !important;
    background-color: #ff9600 !important;
    outline: none;
    color: white !important;
    border: 1px solid #ff9600 !important;
}

.tab-custom .tablink-custom
{
 padding: 48px 30px 25px!important;
    border-radius: 100%;
    border: 3px solid #ff9600;
    box-sizing: border-box;
    color: #ff9600;
    outline: none;
    cursor: pointer;
     /*margin-left: 50px !important;*/
}
.tablink-custom:not(:last-child)
{
  
/*margin-right: 10px;
    margin-left: 10px;*/
    cursor: pointer;


}
.tab-custom
{
    background-color: lightgoldenrodyellow;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 8px;
    outline: none;
    cursor: pointer;
}

.reg::placeholder
{
  text-align: center;
  font-family: open sans,sans-serif;
}
.reg
{
  width: 100% !important;
  text-align: center !important;
  font-family: open sans,sans-serif !important;
}
.depart 
{
  width: 100% !important;
}
#occupationsrenew
{
  margin-left: 0px;
}
.don
{
  padding: 30px;
}

.occupation::placeholder
{
   
   text-align: center;
}
.radio2
{
    margin-left: 0px;
}
.radio1
{
  margin-left: 0px !important;
} 
/*.mengo*/
/*{*/
/*  margin-top: 5px !important;*/
/*  margin-bottom: 5px !important;*/
/*}*/
.renew
{
    width: 0% !important;
   margin-left: 0px;
    font-family: open sans,sans-serif;
}
.new
{
  width: 100% !important;
  margin-left: 0px !important;
}
.news
{
 
  margin-left: 0px !important;
}
.card-hed
{
    text-align: center;
}
.replace
{
  
    border-radius: initial;
    font-family: open sans,sans-serif;
}

.content-replace
{
  margin-left: 0px !important;
}
.card-detact
{
  padding: 7px 0px;
    background-color: white;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

/*start tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  
  
  color: black;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 506px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 15;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -197px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*end*/






        #textdemo {
          margin-top: 33px !important;
    margin-left: 80px !important;
        }

       
#demo
{
  margin-left: 0%;
}
       
#demo1
{
  margin-left: 0%;
}

       #myDIV1 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 2px solid rgb(250 250 210);
  display: none;
  background-color: lightgoldenrodyellow;

}
#myDIV2 {
  width: 100%;
 padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV3 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV4 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
 display: none;
  background-color: lightgoldenrodyellow;
}
 
}



/*Tablet Size*/
@media(max-width:768px)
{
   
#grad1 {
   margin-top:-50px;
}
.imgs
{
    display: none;
  /*max-width: 441px;*/
  /*  margin-left: -114px;*/
  /*  margin-top: 62px;*/
   
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 14px 2% 0px 0%;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
   width: 121% !important;
    margin: 10px;
    padding-bottom: 20px;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    /*color: #ff9600;*/
    padding: 10px;
}
/*
#msform input,
#msform textarea {
    padding: 4px 15px 6px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 47%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}*/
/*
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #ff9600;
    outline-width: 0
}*/

#msform .action-button {
    width: 205px;
    background: #ff9600;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9600;
}

#msform .action-button-previous {
    /*width: 100px;*/
    /*background: #ff9600;*/
    /*font-weight: bold;*/
    /*color: white;*/
    /*border: 0 none;*/
    /*border-radius: 0px;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 10px 5px;*/
     display:none;
}

/*#msform .action-button-previous:hover,*/
/*#msform .action-button-previous:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161*/
/*}*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid #ff9600;
}

/*.card {
    z-index: 0;
    border: none;
    position: relative;
   box-shadow:0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}*/

.fs-title {
    font-size: 14px;
    color: #2C3E50;
    margin-bottom: 30px;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 123% !Important;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: initial;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 85% !Important;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: 113px;
    top: 25px;
    left: 65px !important;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff9600;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}



































.pre
{
  float: left;
    margin-left: 40px !important;
    margin-top: 10px;
    border-radius: inherit;
    background-color: #ff9600;
    outline: none;
    border: 1px solid #ff9600;
}
 .save
{
   float: right;
    width: 16% !important;
    margin-right: 35px;
    margin-top: 10px !important;
    border-radius: inherit !important;
    background-color: #ff9600 !important;
    outline: none;
    color: white !important;
    border: 1px solid #ff9600 !important;
}

.tab-custom .tablink-custom
{
 padding: 48px 30px 25px!important;
    border-radius: 100%;
    border: 3px solid #ff9600;
    box-sizing: border-box;
    color: #ff9600;
    outline: none;
    cursor: pointer;
}
.tablink-custom:not(:last-child)
{
  
    margin-left: 30% !important;
    cursor: pointer;


}
.tab-custom
{
    background-color: lightgoldenrodyellow;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 8px;
    outline: none;
    cursor: pointer;
}

.reg::placeholder
{
  text-align: center;
  font-family: open sans,sans-serif;
}
.reg
{
  width: 100% !important;
  text-align: center !important;
  font-family: open sans,sans-serif !important;
}
.depart 
{
  width: 100% !important;
}
#occupationsrenew
{
  margin-left: 0px;
}
.don
{
  padding: 30px;
}

.occupation::placeholder
{
   
   text-align: center;
}
.radio2
{
    margin-left: 0px;
}
.renew
{
    width: 109% !important;
   
    font-family: open sans,sans-serif;
}
.new
{
   width: 100% !important;
}
.replace
{
  
    border-radius: initial;
    font-family: open sans,sans-serif;
}

.content-replace
{
  margin-left: 0px;
}
.card-detact
{
  padding: 7px 0px;
    background-color: white;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}




.radioss {
  
    margin-left: 30px !important;
}


        #textdemo {
        margin-left: 100px !important;
    margin-bottom: 41px;
        }

       
#demo
{
  margin-left: 0%;
}
       
#demo1
{
  margin-left: 0%;
}

       #myDIV1 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 2px solid rgb(250 250 210);
  display: none;
  background-color: lightgoldenrodyellow;

}
#myDIV2 {
  width: 100%;
 padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV3 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
  display: none;
   background-color: lightgoldenrodyellow;
}
#myDIV4 {
  width: 100%;
  padding: 25px 15px;
 width: 100%;
    margin-top: -21px;
    border: 1px solid rgb(250 250 210);
 display: none;
  background-color: lightgoldenrodyellow;
}

}


.inutwidth
  {
    width: 27px !important;
  }
input[type="number"]::-ms-input-placeholder { 
                  
                /* Microsoft Edge */
                text-align: left;
                margin-left:-10px !important;
            } 
.font-tag
{
    margin-top:18px;
    font-weight:bold;
   
}
.tag-phone{margin-left:-100px;}
.tag-msg{margin-left:18px;}
#tagss{overflow: hidden;
    visibility: hidden;
    margin-left: -50px;
    margin-right: -50px;
}
.box{
        color: #fff;
        padding: 20px;
        display: none;
        margin-top: 20px;
         font-family: 'Roboto';
    }
  .red{ background: white; border:1px solid #eee; color: black;padding:10px;margin-top:10px;font-weight: 400;font-family: 'Roboto';font-size:14px; }
    .green{ background: white; border:1px solid #eee; color: black;padding:10px;margin-top:10px;font-weight: 400;font-family: 'Roboto';font-size:14px;}
    .blue{ background: white; border:1px solid #eee; color: black; padding:10px;margin-top:10px;font-weight: 400;font-family: 'Roboto';font-size:14px;}
     .blue1{ background: white; border:1px solid #eee; color: black;padding:10px;margin-top:10px;font-weight: 400;font-family: 'Roboto';font-size:14px;}






input[type='text'],input[type='email'],input[type='number']::placeholder
{
  border-radius: 2px !important;
  border: 1px solid #dee2e6 !important;
  /*background-color: #dee2e652 !important;*/
  font-size: 14px;
   font-family: 'Roboto';
}

textarea::placeholder
{
  font-size: 14px;
   font-family: 'Roboto';
}

.font-tag
{
    margin-top:18px;
    font-weight:bold;
    font-family: 'Roboto';
}
.tag-phone{margin-left:-100px;}
.tag-msg{margin-left:18px;}
#tagss{overflow: hidden;
    visibility: hidden;
    margin-left: -50px;
    margin-right: -50px;
     font-family: 'Roboto';
}
.form-control:focus
{
  border: 1px solid #eee !important;
  border-radius: 1px !important;
   font-family: 'Roboto';
}
.sdssss{
    
}