@charset "utf-8";
.form-group{
    margin-bottom: 20px !important;
}
/*-------wizard----------*/
.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    max-width: 600px;
    margin: auto;
    justify-content: center;
}

.wizard > div.wizard-inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.wizard .nav-tabs > li > a.active .round-tab,
.wizard .nav-tabs > li > a.active:hover .round-tab,
.wizard .nav-tabs > li > a.active:focus .round-tab {
    cursor: default;
    background-color: #2d4357;
}

.wizard .nav-tabs > li > a.active .step-text,
.wizard .nav-tabs > li > a.active:hover .step-text,
.wizard .nav-tabs > li > a.active:focus .step-text {
    color: #333;
}

.wizard .nav-tabs > li a {
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    color: #fff;
}

.wizard .nav-tabs > li {
    width:100px;
    position: relative;
    text-align: center;
}
.wizard .nav-tabs > li a .step-text {
    font-size: 14px;
    font-weight: 600;
    color: #a8a9ab;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}

.wizard .nav-tabs > li a .round-tab {
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    background-color: #8995a0;
    display: inline-block;
    border-radius: 50%;
    padding-top: 5px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
    font-size: 18px;
}

.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    top: calc(50%);
    transform: translateY(-50%);
    background-color: #757575;
    left: 50%;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after {
    /* background-color: #f58a20; */
    width: 0;
}

.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after {
    display: none;
}

.wizard .nav-tabs > li a.disabled {
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .tab-content > .active {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wizard .tab-pane {
    position: relative;
}
.step-btn {
    background-color: #0b2039;
    color: #fff;
    padding: 13px 16px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    width: 100%;
    border-radius: 7px;
    margin-left: 33px;
    margin-right: 20px;
}

.wizard-actions-setup > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wizard-actions-setup>ul>li.disabled{
    opacity: 0;
    visibility: hidden;
}
.wizard-actions-setup>ul>li {
    float: left
}

.wizard-actions-setup>ul>li+li {
    margin-left: 10px
}

.wizard-actions-setup>ul>li>a {
    background: #2d4357;
    color: #fff;
    display: block;
    padding: 10px 60px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
}
.wizard-actions-setup>ul>li>input {
    background: #2d4357;
    color: #fff;
    display: block;
    padding: 10px 60px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
    border: none;
    outline: none;
    text-transform: uppercase;
}


.setup-wizard-part {
    margin: 30px 0;
}
.tab-content{
    margin-top: 35px;
    border: none;
    box-shadow: none;
    padding: 0;
}
.form-input-steps{
    padding: 40px 40px;
    background-color: #ebebeb;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.heading-title h4{
    font-size: 35px;
    color: #2d4357;
    margin-bottom: 30px !important;
    line-height: 1.5;
}
.form-input-steps select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.svg) calc(100% - 18px) / 11px no-repeat;
}
.color-select .form-group{
    max-width: 200px;
    margin: auto;
}
.color-select .form-group .form-control{
    background-color: transparent;
    border-radius: 25px;
    font-size: 16px;
    border: 2px solid #2d4357;
    color: #2d4357;
    font-weight: 600;
}

.installation-left{
    max-width: 350px;
}
.content-view h6{
    font-size: 22px;
    font-weight: 500;
}
.content-view h5{
    font-size: 32px;
    font-weight: 500;
}
.content-view p{
    font-size: 16px;
}
.custom-radio-part .form-check-label{
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.custom-radio-part .form-check-label::before, 
.custom-radio-part .form-check-label::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #2d4357;
}
.custom-radio-part .form-check-label::after{
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    background: #2d4357;
    transform: scale(0);
    transition: .3s;
}
.custom-radio-part .form-check-input{
    display: none;
}
.custom-radio-part .form-check-inline{
    padding-left: 0;
}
.custom-radio-part input[type="radio"]:checked + .form-check-label::before{

}
.custom-radio-part input[type="radio"]:checked + .form-check-label::after{
    transform: scale(1);
}

.installation-video{
    max-width: 600px;
    background-color: #e1e1e1;
    position: relative;
    display: block;
    border-radius: 15px;
    margin: auto;
}
.installation-video img{
    border-radius: 15px;
}
.installation-video i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.installation-video svg{
    fill: #fff;
    color: #fff;
    width: 50px;
}
.info-form {
    margin-top: 40px;
}
.info-form .form-control{
    border: 1px solid #959191;
}
.info-form .form-control{
    color: #2d4357;
}
.info-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d4357;
}
.info-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #2d4357;
}
.info-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #2d4357;
}
.info-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #2d4357;
}

.color-img ul{
    max-width: 600px;
    margin: auto;
    display: flex;
    padding: 0;
    list-style-type: none;
}
.color-img ul li{
    padding: 0 10px;
    min-width: 20%;
}
.color-img ul li h6{
    margin-top: 12px;
    font-size: 18px;
}

.order-title h1{
    font-size: 22px;
    font-weight: 600; 
    color: #333333; 
    text-decoration: none; 
    margin: 0px;
}
.order-title p{
    font-size: 14px;
    font-weight: 400; 
    color: #181712; 
    text-decoration: none; 
    margin: 0px;
}
.order-title p span{
    display: inline-block;
    font-weight: 600; 
    color: #2d4357;
}
.devlivey-details {
    margin-bottom: 30px;
}
.devlivey-details h4{
    font-size: 18px;
    margin-top: 0px; 
    margin-bottom: 5px;
    color: #2d4357;
    font-weight: 600;
}
.devlivey-details p{
    font-size: 14px;
    font-weight: 400; 
    color: #4a4b4c; 
    line-height: 22px; 
    margin: 0; 
}

.order-table {
    background: #f5f5f5;
    overflow-x: auto;
    margin-top: 20px;
}
.order-table table{
    width: 850px;
    margin-top: 0;
}
.order-table table tr th{
    font-size: 15px;
    margin: 0; 
    color: #6f7177; 
    letter-spacing: 0.2px; 
    text-transform: uppercase;
    border-bottom: 3px solid #e8e8e8;
    padding: 15px 8px;
    
}
.order-table table tr th:nth-of-type(1){
    width: 12%;
}
.order-table table tr th:nth-of-type(2){
    width: 35%;
}
.order-table table tr td{
    border-bottom: 1px solid #e7e8ec;
    padding: 13px 7px;
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 600;
}
.order-table table tr td a.order-cart-img{
    width: 60px;border: 1px solid #e7e7e7;border-radius: 10px;display: block;margin: auto;
}
.order-table table tr td a.order-cart-img img{
    width: 100%;height: 100%;border-radius: 10px;display: block;
}


.StripeElement{
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: 0.85rem;
    vertical-align: middle;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #959191;
} 

.mkstr-error-msg{
    font-size: 16px;
    color:  #ff0000;
}

.mkstr-btn{
    background: #2d4357;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
    position: relative;
    height: 44px;
    width: 200px;
}

.setup-wizard-part .button__text {
    color: #ffffff;
    transition: all 0.2s;
}
.setup-wizard-part .button--loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
.price-rate-row{
    text-align: center;
    padding: 20px;
    border: 1px solid #e5e4e4;
    margin-top: 20px;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}


@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.zorder-details{
    padding: 20px 35px;
    background: #f5f5f5;
    border-radius: 10px;
}
.tright{
        text-align: right;
    }
@media (max-width: 781px){
    .tright{
        text-align: left;
    }
}


@media (max-width: 991.98px) {
    .form-input-steps{
        padding: 20px;
    }
    .color-img ul li img{
        max-width: 60px;
        margin: auto;
    }
    .color-img ul li h6{
        font-size: 14px;
    }
    .wizard-actions-setup>ul>li>a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .heading-title h4{
        font-size: 28px;
    }
    .mkstr-btn {
        padding: 6px 15px;
        height: 40px;
        width: 130px;
    }
}
@media (max-width: 575.98px) {
    .wizard .nav-tabs > li{
        width: 65px;
    }
    .form-input-steps {
        padding: 20px 10px;
    }
    .color-img ul li img {
        max-width: 42px;
    }
}