
/*style start*/
.list-group-item{
    background-color: #e6d4d4;
}


.edit-icon{
    padding: 0 5px;
}
.list-group-item-heading{
    color: #903636;
    text-decoration: underline;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
#box-right.list-group-item-heading{
    background-color: #cab5b5;
    padding: 5 0 5 10;
    border-radius: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.list-group-item{
    background-color: #e6dada;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #e6dada;
    border: 1px solid #d2c0c0;
}

/*tab form botton*/

.form-wrapper{
    margin:20px 0;
    background-color: #fff;
    border: 1px solid #dedbd9;

}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.save-btn{
    width: 25%;
    padding: 8px;
    margin: 10px 0 0 0;
}

/*link button*/
.link-btn-type .nav-tabs .nav-item{
    width: 25%;
    text-align: center;
}
.link-btn-type .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e67c7c;
    border-color: #dee2e6 #dee2e6 #fff;
}
/* Button 3b */
.btn-3b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}
.btn-initial {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

.btn-3b:before {
    border-right: 2px solid rgba(255,255,255,0.5);
}
.btn-state:before {
    border-right: 2px solid rgba(255,255,255,0.5);
}
.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
.btn-state:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
.icon-star:after,
.icon-star-2:before {
    /*content: "\00bb";*/
    content: "1";
}
.num-icon-1{
    border-radius: 40px !important;
}

.num-icon-1:before{
    content: "1";
}
.num-icon-2:before{
    content: "2";
}
.num-icon-3:before{
    content: "3";
}
.num-icon-4:before{
    content: "4";
}
/*.num-icon-2,
.num-icon-3,
.num-icon-4{
    margin-left: 2px !important;
}*/
.btn-initial {
    background: #f15555;
    color: #fff;
    border-radius: 40px !important;

}


/**/.btn:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
.btn-3 {
    background: #fcad26;
    color: #fff;
}
.test{
    text-align: initial;
}




/*multi stage form*/

#grad1 {
    background-color:  #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#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: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#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 skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    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 skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    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 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 skyblue
}

.card {
    z-index: 0;
    /*border: none;*/
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
}
#progressbar strong{
    font-size: 20px;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f093";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f274"
}

#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: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2161ae;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    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;
}
.bottom-section{
    padding: 30px 0 60px 0;
}
.form-info{
    /*box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 0px 6px rgba(33, 97, 174, 0.45);
    padding: 30px;
    border-radius: 10px;
    z-index: -6;
}
.form-group input, .form-group select{
    border-color: #2161ae !important;
}
.form-group .form-control{
    padding-bottom:10px;
}
.add_more{
    color:#fff !important;
}
.submit-previous{
    margin-right: 5px;
}
.image-mob {
    width: 382px;
    /*height: 115px;*/
    height: 100px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.logo-body-fr{
    /*margin:0 30px 0 30px;*/
    padding: 10px 0;
}
.login-main{
    margin-top:30px;
}
.login-main .card-header{
    background:#2161ae;
    color: #fff;
}
.logo-body{
    /*margin-right:20px;*/
}
.admin-btn{
    margin-left:636px;
}
@media only screen and (max-width: 400px) {
    .test {
        display: none;
    }
    .logo-body-fr{
        text-align: center;
    }
    .logo-body{
        margin-right:0px;
            height: 100px ! important;
    }
    #progressbar strong {
        font-size: 14px;
    }
}

/*nav css*/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover
{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default{
    border-color: #ddd;
}
.nav:before{
    display: table;
    content: " ";
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.panel-body {
    padding: 15px;
}
.test1{
    color:#fff;
    opacity: 1.5;
}
.cross_sign{
    color:#fff;
    opacity: 1.5;
}
.modal-top{
    background: #239fd2f7;
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}
