/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
form:before 
{
    background-color: white!important;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px auto 25px;
    max-width: 500px;
    text-transform: uppercase;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:red;
}
.stepwizard-row:before {
     top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 66%;
    height: 1px;
    background-color: #dedede;
    z-index: 0;
    left: 17%;
    text-align: center;
    
}
/*@media (max-width:500px) and (min-width:200px) {
 .stepwizard-row:before {
     top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    left: 42px;
    text-align: center;
    
}
}*/
.stepwizard-step {
    display: table-cell;
    position: relative;
    width: 33.3%;
}
.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 3px 0;
    font-size: 30px;
    line-height: 1.428571429;
    border-radius: 22px;
    /*background: #f1f9ff;*/
    /* border: 1px solid #2699FB; */
}



 .btn-success-class  {
        background: #f1f9ff;
         border: 1px solid #2699FB;
}
 .color-head {

 }
.btn-success-class .color-head {
    color: red;
}
.question-font
{
    font-size: 13px;
}
.from-width
{
    width: 15%!important;

}

.form-group {
margin-bottom: 30px;

}

.panel-heading {
    font-size: 32px;
    margin-bottom: 25px;
}


.nextBtn
{
    border: 1px solid #2699FB;
        font-size: 12px;
}
.font-size-css
{
    font-size: 12px
}
.border-css
{
    border: 1px solid #2699FB;
}
.search:before    
{position: relative;
    top: -31px;
    left: 8px;
}
.display-div
{
    display: inline-block;
}
/*radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
        position: relative;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
/*    color: #0084ff;*/
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before{
      content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px solid #0084ff;
    border-radius: 100%;
    background: #fff;

}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0084ff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*step3*/
div.pricing {
    background-color: #fafafa;
}
.pricing .card {
    border: 1px solid;
    
    -webkit-transition: all .2s;
    transition: all .2s;
    /*box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,.1);*/
}
.card-body, .popular {
    text-align: center;
}
.pricing .card-price {
    font-size: 18px;
    margin: 0;
    padding: 20px;
    color: #2e3e44;
}
ul.fa-ul {
    padding: 0;
}
.pricing .card-title {
    margin: .5rem 0;
    font-size: .9rem;
    letter-spacing: .1rem;
    font-weight: 400;
    color: #c2a44b!important;
    position: relative;
    top: 20px;
}
.bg-color-div
{
    background: #F1F9FF;
    padding: 15px;
    border-radius: 2px;
}
.div-next
{
    position: relative;
    top: 45px;
    text-align: center;
    background-color: transparent;
}
.div-selection
{
position: relative;
    top: 78px;
    text-align: center;
}
.div-light{
  background: #f1f9ff;
    padding: 12px;
}
.pad-30
{
    padding: 30px;
}
.padding-div
{
      padding: 10px;
}
.light-border
{
    border: 1px solid #BCE0FD;
}
.light-color
{
color: #BCE0FD;
}
.light-border-bottom
{
 border-bottom:1px solid #BCE0FD;
}


.f-17
{
    font-size: 17px;
}
.f-20
{
    font-size: 24px;
}
.f-12
{
    font-size: 12px;
}
.f-14
{
    font-size: 14px;
}
.f-38
{
    font-size: 38px;
}
.font-w-500
{
    font-weight: 500;
}
.display-hide
{
    display: none;
}
.display-show
{
    display: block;
}
.hand-pointer
{
    cursor: pointer;
}
.serach-top
{
    position: relative;
    top: 57px;
    z-index: 999;
}
/*checkboxx*/
 @keyframes check {0% {height: 0;width: 0;}
    25% {height: 0;width: 10px;}
    50% {height: 20px;width: 10px;}
  }
  .checkbox
  {
    background-color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 .25em;

    /* border-radius: 4px; */
    border: 1px solid #ccc;
    float: left;
        margin-bottom: 10px;
  }


  .checkbox span{
    display:block;
    height:28px;
    position:relative;
    width:28px;
    padding:0;
}
  .checkbox span:after {
        position: absolute;
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    /* transform: scaleX(-1) rotate(135deg); */
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    /* transform-origin: left top; */
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    display: block;
    height: 17px;
    left: 5px;
    top: 15px;
    width: 8px;
}
 /* .checkbox span:hover:after{border-color:#999}*/
  .checkbox input
  {display:none
  }
  .checkbox input:checked + span:after
  {-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}
.checkbox input:checked + .default:after
{
    border-color: #007bff;
}
.checkbox input:checked + .primary:after{border-color:#2196F3}
.checkbox input:checked + .success:after{border-color:#8bc34a}
.checkbox input:checked + .info:after{border-color:#3de0f5}
.checkbox input:checked + .warning:after{border-color:#FFC107}
.checkbox input:checked + .danger:after{border-color:#f44336}

.checkbox-label {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.checkbox-wrapper {
    line-height: 20px;
}

.submit-button-group {
    margin-bottom: 1.5rem;
}
.stepwizard-step:before {
    content: " ";
    background-color: transparent;
    padding: 25px;
    position: absolute;
    left: 46px;
}
@media(max-width:500px)
{
  .stepwizard-step:before {
    content: " ";
    background-color: transparent;
    padding: 25px;
    position: absolute;
    left: 20px;
}  
}

.msg-styel
{
   padding-top: 8px;
    color: red;
}
.acc-style
{
        background: white;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
}


.checkbox-wrapper .checkbox-label{
    width: 74%;
    float: left;
}


.checkbox-wrapper .checkbox{
        width: 18%;
}
.ul-style
{
    display: list-item;
}
 ul {
/*list-style-position:inside;*/
list-style: circle;
}

span.lists:before {
    content: " ";
    background: #000;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -19px;
    top: 13px;
}
.span-color
{
    border: 2px solid darkblue;
    padding: 7px;
    font-weight: bold;
}

.text-just
{
    text-align: justify;
}
.hidediv-class
{
    margin-top: -65px;
}
.note-css
{
    text-align: justify;
    font-size: 13px;
}
