<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body.page-designservices{
    background: #fff;
}

/*
body.page-promotion--logo-design--checkout footer{
    height: 0px;
    overflow: hidden;
    padding: 0;
} 

*/

/*18-5*/

body.page-marketing{
    padding-top: 0;
    overflow-y: scroll;
}
/*body.page-marketing .navbar-custom{
    position: relative!important;
}
body.page-marketing .navbar-custom{
    position: relative!important;
}
body.page-marketing .navbar.navbar-custom.affix .navbar-brand{
    height: 64px;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    float: right;
    margin-left: 5px;
}
.stepwizard-step p {
    margin-top: 10px;
}
/*.stepwizard-row {
    display: table-row;
}*/
.stepwizard-stepsection{
    background: #f1f1f1;
    position: relative;
    display: block;
    padding: 10px 0 0;
    z-index: 1;
}
.page-designservices .stepwizard-stepsection, .page-new-customer-order .stepwizard-stepsection{
    padding-top: 5px;
}
.stepwizard-stepsection.step-checkout{
   /* background: #fff;*/
}

.stepwizard-head-main{
    position: relative;
    display: block;
}
.stepwizard-stepsection .stepwizard-img{
    position: absolute;
    height: auto;
    display: block;
    right:10px;
    bottom: 0px;
    width: auto;
}
.stepwizard-stepsection .stepwizard-img img{
    height: 100%;
    width: 100%;
}
.stepwizard-head-main .stepwizard-title{
    padding-right: 31%;
}


/*
body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-img,
body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-img{
    right: inherit;
    left: 5%;
}
body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-img,
body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-img{
    right: inherit;
    left: 10px;
}
body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,

body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
    padding-left: 43%;
    padding-right: 0;
}*/


/*.sw-designer-name{
    position: absolute;
    bottom: 10px;
    display: none;
    left: -80px;
    text-align: center;
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
}
.sw-designer-name &gt; h5{
    margin: 0 0 2px;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #555;
}
.sw-designer-name &gt; span{
    font-size: 14px;
    color: #555;
    font-weight: 500;
}*/


.stepwizard-detailsection{
    display: block;
    position: relative;
    background: #fff;
    padding-top:30px;
    z-index: 0;
}
.stepwizard-stepsection.step-checkout + .stepwizard-detailsection{
    padding-top: 0;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: -5px 0 -13px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step .btn-default[disabled]:hover{
    border-color: #aaa;
    opacity: 0.8;
}
.stepwizard-step .btn-primary{
    background: #41a3a7!important;
    border-color: #f1f1f1!important;
    transition: all 0.5s;
    color: #fff!important;
    -webkit-transition: all 0.5s;
}

.stepwizard-row .stepwizard-step:first-child{
    position: absolute;
    right:100%;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
     width: 1%;
}
.stepwizard-step:after{
    position: absolute;
    content: ' ';
    background: #e1e1e1;
    height: 5px;
    width: 100%;
    top:5px;
    right: 0;
    z-index: -1;
}
.stepwizard-step:first-child:after{display: none;}


.stepwizard-step .btn.disabled, .stepwizard-step .btn[disabled]{
    width: 15px;
    height: 15px;
    text-align: center;
    background: #e1e1e1;
    border: 3px solid #f1f1f1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 26px;
    border-radius: 50%;
    color: #333;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.stepwizard-step .btn, .stepwizard-step .complated.btn  {
    width: 15px;
    height: 15px;
    text-align: center;
    border: 2px solid #f1f1f1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    color: #333;
    line-height: 26px;
    border-radius: 50%;
    background: #a9dbde;
}
.stepwizard-step a.btn{
    position: absolute;
    right: -7.5px;
    z-index: 10;
    top: 0;
}
.stepwizard-step p{
    margin: 0px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    color: #454545;
    padding: 0 7px;
    
}
.stepwizard-step:first-child .btn.btn-circle + p:after,
.stepwizard-step:first-child .btn.btn-circle + .tooltip + p:after{
    display: none;
}
.stepwizard-step .btn.btn-circle + p:after, 
.stepwizard-step .btn.btn-circle + .tooltip + p:after{
    position: absolute;
    content: ' ';
    background: #a9dbde;
    height: 5px;
    width: 100%;
    top: 5px;
    right: 0;
}


.stepwizard-step .btn.btn-circle[disabled] + p:after, .stepwizard-step .btn.btn-circle[disabled] + .tooltip + p:after{
    background-color: #ccc;
    position: absolute;
    content: ' ';
    height: 5px;
    width: 100%;
    top: 5px;
    right: 0;
    display: none;
}
.stepwizard-step .complated.btn.btn-circle + p:after, .stepwizard-step .complated.btn.btn-circle + .tooltip + p:after{
    position: absolute;
    content: ' ';
    background: #9dc9cb;
    height: 5px;
    width: 100%;
    top: 5px;
    right: 0;
}
.stepwizard-step a.btn.btn-primary{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.stepwizard-step a.btn.btn-primary + p, .stepwizard-step a.btn.btn-primary + .tooltip + p{
    color: #41a3a7;
} 
.stepwizard .tooltip{white-space:nowrap;}


.page-designservices .setup-content .step-title{
    font-size: 30px;
    display: block;
    position: relative;
    padding-bottom: 7px;
    margin-bottom:20px;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    color: #555;
    display: none;
}
.page-designservices .setup-content .step-title:after{
    content: ' ';
    background: #ddd;
    position: absolute;    
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
}
.page-designservices .stepwizard-head, .page-new-customer-order .stepwizard-detailsection .stepwizard-head{
    display: none;
}
.page-designservices .stepwizard-title .step-title, 
.page-new-customer-order .stepwizard-title .step-title,
.stepwizard-stepsection.step-checkout .stepwizard-title .step-title{
    font-size: 32px;
    display: block;
    position: relative;
    padding-bottom: 7px;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.8px;
    line-height: 42px;
    margin: 5px 0 10px;
}
.page-designservices .stepwizard-title .step-title{
    margin-bottom: 6px;
}

.page-designservices .stepwizard-title .step-title &gt; span{
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
}
.page-designservices .stepwizard-title .step-title &gt; span &gt; p{
    margin-bottom: 0;
}
.page-designservices .stepwizard-title .step-title, .stepwizard-stepsection.step-checkout .stepwizard-title .step-title{
    padding-bottom: 0;
    margin-bottom: 0;
}
.stepwizard-stepsection.step-checkout .stepwizard-title .step-title{margin-top: 25px;}
.stepwizard-title &gt; .sub-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    margin: 0 0 13px;
    color: #555;
}

.page-marketing.page-designservices .stepwizard-title .step-title{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin:45px 0 55px;
    line-height: 50px;
}
.page-marketing.page-designservices .stepwizard-title .step-title span{
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    font-family: 'Quicksand', sans-serif;
}

.page-new-customer-order .stepwizard-title .step-title{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin:45px 0 55px;
    line-height: 50px;
}
.page-new-customer-order .stepwizard-title .step-title span{
    font-family:'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px; 
    display: block;
}




@media(max-width:1199px){
    .stepwizard-stepsection .stepwizard-img{height:auto; }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-img{
        left: 0;
    }
    .page-marketing.page-designservices .stepwizard-title .step-title{
        margin: 40px 0 50px;
    }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding-left: 45%;
    }
     body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
     body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding-left: 45%;
    }
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-img{
        height: 100%;
    }
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-img img,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-img img{
        width: auto;
    }
}
@media(max-width:991px){
    .stepwizard-stepsection .stepwizard-img{
        height:auto;
        width: 45%;
    }
    .stepwizard-head-main .stepwizard-title{
        padding-right: 45%;
    }
    .page-marketing.page-designservices .stepwizard-title .step-title, 
    body.page-new-customer-order .stepwizard-stepsection .stepwizard-title .step-title{
        margin: 20px 0 30px;
    }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-img{
        right: 10px;
        left: inherit;
    }
    
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-img{
        right: inherit;
        left: 10px;
    }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding-right: 45%;
        padding-left: 0;
    }
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding-left: 46%;
        padding-right: 0;
    }
}
@media(max-width:767px){
    .stepwizard-stepsection .stepwizard-img{display:none;}
    .stepwizard-head-main .stepwizard-title{
        min-height: inherit;
    }
    .stepwizard-head-main .stepwizard-title{
        padding:0 ;
    }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-img{
        right: 10px;
        left: inherit;
    }
    
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-img,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-img{
        right: inherit;
        left: 10px;
    }
    body.page-marketing[data-active-step="step-2"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
    body.page-new-customer-order[data-active-step="step-1"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding:0;
    }
    body.page-marketing[data-active-step="step-5"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title,
    body.page-new-customer-order[data-active-step="step-4"] .stepwizard-stepsection .stepwizard-head-main .stepwizard-title{
        padding: 0;
    }
}


.setup-content .has-feedback .form-control-feedback{
    color: #888;
    position: absolute;
    top: 0;
}

textarea{
    overflow-y:hidden ;
    resize: vertical;
}
.has-feedback label~.form-control-feedback {
    top:0px;
    color: #999;
}


.tagdesign{
    position: relative;
    margin-bottom: 15px; 
    display: block; 
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 1px;  
}
.tagdesign:after{
    position: absolute;
    content: ' ';
    height: 1px;
    background: #ccc;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    display: none;
}
.colorplate-form{
    margin-top:15px;
    display: block;
    position: relative;
    min-height: 250px;
}
.tagdesign .show-emo-all-btn{
    text-align: center;
    padding: 0; 
    margin: 0;
    border: none;
    color: #55b9bd;
    font-weight: normal;
}
.tagdesign .show-emo-all-btn:focus{outline: none; text-decoration: none;}
.tagdesign .selectedtags, .tagdesign .choosetag{
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 7px 7px 2px;
    width: 100%;
    min-height: 42.5px;
    margin-bottom: 10px;
}
.emotions-selection-list .tagdesign .choosetag{
    padding: 7px 35px 2px;
}
.choosetag-navigation{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    
}
.choosetag-navigation #emo-prev-btn{ 
    position: absolute;
    background-image: url(../img/dummy/prev.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    font-size:50px;
    color:#4d4d4f;
}
.choosetag-navigation #emo-next-btn{ 
    position: absolute;
    background-image: url(../img/dummy/next.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    font-size:50px;
    color:#4d4d4f;
}
.choosetag .choosetag-pagination{
    font-size: 14px;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    text-align: right;
    color: #555555;
}
.tagdesign .selectedtags .tagcontent, .tagdesign .choosetag .emotion-tags{
    margin: 0;
    padding: 0;
    list-style: none;    
}
.tagdesign .selectedtags .tagcontent &gt; li, .tagdesign .choosetag .emotion-tags &gt; li{
    float: left;
    display: inline-block;
    margin:0 5px 5px 0px;    
    -webkit-margin-after:4px;
    font-weight: 500;    
}
.tagdesign .selectedtags .tagcontent &gt; li span{
    font-weight: normal;
    color: #757575;    
}
.tagdesign .selectedtags .tagcontent .tagbtn{
    background-color: #55b9bd;
    color: #fff;
    font-size: 14px;    
    padding: 2px 10px;   
    font-weight: 400;
}
.tagdesign .selectedtags .tagcontent .tagbtn span{
    margin-left: 8px;
    color: #f1f1f1;     
    font-size: 12px;
}
.tagdesign .choosetag{
    background: #fff;
}

.tagdesign .choosetag .emotion-tags .tagbtn{
    background-color: #f5f5f5;
    color: #454545;
    border-color: #e5e5e5;
    font-size: 13px;
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 3px;    
}
.tagdesign .choosetag .emotion-tags .tagbtn span{
    margin-left: 8px;
    color: #999;
    font-size: 12px;
}
.emotion-type{
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 00px;
}
.type-palette-title{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.emotion-type .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}
.emotion-type .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
}
.emotion-type .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ddd;
  border-radius: 50%;
}

.emotion-type .control:hover input ~ .control__indicator,
.emotion-type .control input:focus ~ .control__indicator {
  background: #bbb;
}
.emotion-type .control input:checked ~ .control__indicator {
  background: #55b9bd;
}
.emotion-type .control:hover input:not([disabled]):checked ~ .control__indicator,
.emotion-type .control input:checked:focus ~ .control__indicator {
  background: #41a3a7;
}
.emotion-type .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.emotion-type .control__indicator:after {
  content: '';
  position: absolute;
}
.emotion-type .control input:checked ~ .control__indicator:after {
  display: block;
}

.emotion-type .control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
}
.emotion-type .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}


.choose-radio .select-label{
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color:#555555;
}
.choose-palettes{
    position: relative;
    display: block;
    padding-bottom: 5px;
}
/*.choose-palettes:after{
    content: ' ';
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;   
}*/
.choose-palettes .cpalette-btn{
    background: #fafafa;
    position: relative;
    display: block;
    min-width: 150px;
    width: 80%;
    height: auto;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    padding: 8px 15px;
    line-height: 26px;
    border: 1px solid #ddd;
    font-size: 24px;
    text-align: center;
    color: #575757;
    border-radius: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.choose-palettes .cpalette-btn:before{
    position: absolute;
    content: ' ';
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #e5e5e5;
}
.choose-palettes .radio  input[type="radio"]:checked + label.cpalette-btn{
    color: rgba(65, 163, 167, 1);
    border: 1px solid #a9dbde;
}
.choose-palettes .radio  input[type="radio"]:checked + label.cpalette-btn:after {
    background-color: rgba(65, 163, 167, 1);
}
.choose-palettes .radio  input[type="radio"]{
    position: absolute;
    top: 18px;
    left: 50px;
}
.choose-palettes .radio{
    margin-bottom: 25px;
}
.choose-palettes .cpalette-btn &gt; div{
    display: block;
    position: relative;
    text-align: center;
}
.choose-palettes .cpalette-btn &gt; div span{
    font-size: 42px;
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
}
.choose-palettes .cpalette-btn &gt; div span img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
}
.choose-palettes .cpalette-btn &gt; div span img.cr-img-1{
    opacity: 1;
    z-index: 2;
}
.choose-palettes .cpalette-btn &gt; div span img.cr-img-2{
    opacity: 0;
    z-index: 1;
}
.choose-palettes .radio  input[type="radio"]:checked + label.cpalette-btn &gt; div span img.cr-img-2{
    opacity: 1;
    z-index: 3;
}

.choose-palettes .cpalette-btn:hover{
    cursor: pointer;
 }
 .colors-selection-list, .emotions-selection-list{
    display: block;
    position: relative;
 }
.colors-selection-list label.control-label, .emotions-selection-list label.control-label{
    font-size: 20px;
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    padding-top:0 ;
}
.colors-selection-list label.control-label span, .emotions-selection-list label.control-label span{
    display: block;
}
.emotions-selection-list .selector, .colors-selection-list .selector{
    position: relative;
    display: block;
    font-size: 13px;
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
    text-align: center;
}
.emotions-selection-list .selector span:after, .colors-selection-list .selector span:after{
    content: ' ';
    background: #eee;
    position: absolute;
    width: 45%;
    height: 1px;
    left: 0;
    top: 50%;
}
.emotions-selection-list .selector span:before, .colors-selection-list .selector span:before{
    content: ' ';
    background: #eee;
    position: absolute;
    width: 45%;
    height: 1px;
    right: 0;
    top: 50%;
}

 
.colors-selection-list select + .select2-container .select2-selection--multiple,
.emotions-selection-list select + .select2-container .select2-selection--multiple{
    border-color: #cccccc!important;
    font-size: 14px;
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.colors-selection-list select + .select2-container--default .select2-selection--multiple .select2-selection__choice,
.emotions-selection-list select + .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #41a3a7;
    line-height: 24px;
    padding:0 10px;
    font-size: 16px;
    font-weight: 500;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"],
.select2-results__message{
    display: none;
}

.colorpalate{
    position: relative;
    display: block;
}
.colorpalate .colorpalate-lists{
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}
.colorpalate .colorpalate-lists li.no-result{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.colorpalate .colorpalate-lists &gt; li{
    width: 25%;
    position: relative;
    display: block;
    float: left;
}
/** Step-2 colorpalate-lists  */
#colorpalate-lists &gt; li.disabled{
    opacity: 0.5;
    cursor: not-allowed!important;
}
#colorpalate-lists &gt; li.disabled{
    opacity: 0.5;
    cursor: not-allowed!important;
}
#colorpalate-lists &gt; li.disabled &gt; .cpalate-items{
    opacity: 0.5;
    cursor: not-allowed!important;
}
#colorpalate-lists &gt; li.brief-item.disabled .cpalate-items .colorpalate-img,
#colorpalate-lists &gt; li.brief-item.disabled .cpalate-items{
    cursor: not-allowed!important;
}
#colorpalate-lists &gt; li.brief-item.disabled .cpalate-items .cp-check,
#colorpalate-lists &gt; li.brief-item.disabled:hover .cpalate-items .cp-check{
    cursor: not-allowed!important;
      opacity: 0.5;
}
#colorpalate-lists &gt; li.disabled .cpalate-items:hover .cp-check{
    opacity: 0.3;
}
/* Step-2 colorpalate-lists  **/

/** Step-4 font section  */
/*#font_block &gt; li.disabled{
    opacity: 0.5;
}
#font_block &gt; li.disabled label.logofont-item .lf-img{
    opacity: 0.5;
    cursor: not-allowed!important;
}
#font_block &gt; li.disabled &gt; .cpalate-items{
    opacity: 0.5;
    cursor: not-allowed!important;
}
#font_block &gt; li.brief-item.disabled .cpalate-items .colorpalate-img,
#font_block &gt; li.brief-item.disabled .cpalate-items{
    cursor: not-allowed!important;
}
#font_block &gt; li.brief-item.disabled .cpalate-items .cp-check,
#font_block &gt; li.brief-item.disabled:hover .cpalate-items .cp-check,
#font_block.logofonts-list &gt; li.disabled label.logofont-item:hover .lf-check{
    cursor: not-allowed!important;
      opacity: 0.2!important;
}
.logofonts-list &gt; li.disabled label:hover{
    cursor: not-allowed!important;
}
.logofonts-list &gt; li.disabled label.logofont-item:hover .lf-title{
    color: #333;
}*/
/* Step-4 font section  **/




.colorpalate .colorpalate-lists &gt; li.brief-item.disabled{
    opacity: 0.5;
    cursor: not-allowed!important;
}

.colorpalate .colorpalate-lists &gt; li.brief-item.disabled .cpalate-items .colorpalate-img,
.colorpalate .colorpalate-lists &gt; li.brief-item.disabled .cpalate-items{
    cursor: not-allowed!important;
}
.colorpalate .colorpalate-lists &gt; li.brief-item.disabled .cpalate-items .cp-check,
.colorpalate .colorpalate-lists &gt; li.brief-item.disabled:hover .cpalate-items .cp-check{
    cursor: not-allowed!important;
      opacity: 0.7;
}


.colorpalate-lists &gt; li .cpalate-items{
    position: relative;
    display: block;
    margin:0 10px 25px;
    transition: all, 0.5s;
    cursor: pointer;
    background-color: #fff;
    border: 3px solid transparent;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 0px 6px 2px #f1f1f1; */   
}  
.colorpalate-lists &gt; li .cpalate-items .cp-check{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    color: #555;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    
}
.colorpalate-lists &gt; li .cpalate-items .cp-checkbox{
    position: absolute;
   top: 15px;
    left: 15px;
    opacity: 0;
}
.colorpalate-lists &gt; li .cpalate-items .colorpalate-img{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    /*border: 3px solid transparent;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.2);*/
}
.colorpalate-lists &gt; li .cpalate-items .colorpalate-img img{
    width: 100%;
    height: 100%;
}
.colorpalate-lists &gt; li .cpalate-items .colorpalate-info{
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 10px;
}
.colorpalate-lists &gt; li .cpalate-items .colorpalate-info .itemname{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    position: relative;
    display: block;
    
    font-weight: 400;
}
.colorpalate-info .emotions{
    margin-bottom: 0;
    margin: 0;
    margin-top: 2px;
    padding: 0;    
}
.colorpalate-info .emotions &gt; li{
    list-style: none;
    display: inline;
    margin: 0 2px;
    font-weight: 400;
    color: #777;
    font-size: 12px;
}
.colorpalate-lists &gt; li .cpalate-items:hover .colorpalate-info .itemname{
    color: #55b9bd;
}
.colorpalate-lists &gt; li .cpalate-items:hover .cp-check{
    opacity: 0.7;
}
/*.colorpalate-lists &gt; li.active .cpalate-items{
    opacity: 0.5;
}*/
.colorpalate-lists &gt; li.active .cpalate-items .cp-check, .colorpalate-lists &gt; li.active .cpalate-items:hover .cp-check{
    background: #55b9bd;
    color: #fff;
    opacity: 1;
}
.colorpalate-lists &gt; li.active .cpalate-items{
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.3);
    border:3px solid #41a3a7;
}



/* Step - 4 */
/*.logo-use{
    position: relative;
    display: block;
}
.logo-use .logouse-lists{
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}
.logo-use .logouse-lists &gt; li{
    width: 25%;
    position: relative;
    display: block;
    float: left;
}
.logo-use .logouse-lists &gt; li label.logouse-items{
    position: relative;
    display: block;
    margin:0 60px 25px;
    transition: all, 0.5s;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
     
}  
.logouse-lists &gt; li label.logouse-items .logouse-checkbox{
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    
}
.logouse-lists &gt; li .logouse-items .lu-check{
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    width:40px;
    height:40px;
    background: #e5e5e5;
    color: #555;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    opacity: 0.2;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
}
.logouse-lists &gt; li label.logouse-items .logouse-img{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    border: 3px solid transparent;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
}
.logouse-lists &gt; li label.logouse-items .logouse-img img{
    width: 100%;
    height: 100%;
}
.logouse-lists &gt; li label.logouse-items .lu-title{
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    max-height: 38px;
    min-height: 38px;
    overflow: hidden;
    line-height: 18px;
    display: block;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 500;
}

.logouse-lists &gt; li label.logouse-items:hover .lu-title{
    color: #55b9bd;
}
.logouse-lists &gt; li label.logouse-items:hover .lu-check{
    opacity: 0.8;
}
.logouse-lists &gt; li.active .logouse-items{
    opacity: 1;
}
.logouse-lists &gt; li.active label.logouse-items .logouse-img{
    border: 3px solid #55b9bd;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.3);
}
.logouse-lists &gt; li.active .logouse-items .lu-check, .logouse-lists &gt; li.active .logouse-items:hover .lu-check{
    background: #55b9bd;
    color: #fff;
    opacity: 1;
}*/
/* Step - 4 */

/* Step - 5 */
/*.fonts-steps{
    position: relative;
    display: block;
}
.fonts-steps .logofonts-list{
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}
.fonts-steps .logofonts-list &gt; li{
    width: 33.33%;
    position: relative;
    display: block;
    float: left;
}
.fonts-steps .logofonts-list &gt; li label.logofont-item{
    position: relative;
    display: block;
    margin:0 30px 25px;
    transition: all, 0.5s;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
}  
.logofonts-list &gt; li label.logofont-item .lg-checkbox{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 0;
    opacity: 0;
}
.logofonts-list &gt; li label.logofont-item .lf-check{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    color: #555;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    border-radius: 50%;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    opacity: 0.2;
}
.logofonts-list &gt; li label.logofont-item .lf-img{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    display: inline-block;
    border: 3px solid transparent;
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
}
.logofonts-list &gt; li label.logofont-item .lf-img img{
    width: 100%;
    height: 100%;
}
.logofonts-list &gt; li label.logofont-item .lf-title{
    font-family:'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: block;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.logofonts-list &gt; li label.logofont-item:hover .lf-title{
    color: #55b9bd;
}
.logofonts-list &gt; li label.logofont-item:hover .lf-check{
    opacity: 0.8;
}
.logofonts-list &gt; li.active label.logofont-item{
    opacity: 1;
}
.logofonts-list &gt; li.active label.logofont-item .lf-img{
    border: 3px solid #55b9bd;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.3);
}
.logofonts-list &gt; li.active label.logofont-item .lf-check, .logofonts-list &gt; li.active label.logofont-item:hover .lf-check{
    background: #55b9bd;
    color: #fff;
    opacity: 1;
} 
*/
/* Step - 5 End */

/* Step - 6 */
.setup-content .step-form{
    padding-top: 15px;
}
.setup-content .step-form input{
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 10px 5px;
    border-radius:0px;
    height: 45px;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
    box-shadow: none;
    color: #222;
}
.setup-content .step-form input.form-control.error, .setup-content .step-form textarea.form-control.error{
    border-color: red;
}
.setup-content .step-form select{
    font-size: 16px;
    border-radius: 0px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 24px;
    border-color: #dbdbdb;
    height: auto;
    padding: 3px 10px 3px;
     border-width: 0 0 1px 0;
    box-shadow: none;
  /*  -webkit-appearance: none;
    -moz-appearance: none;*/
    color: #222;
    margin-top: 14px;
    position: relative;

}

.setup-content .step-form select:invalid { color: gray; }
.setup-content .step-form select option{color: #222;}
.setup-content .step-form .pro-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    padding: 20px 0 2px;        
    right: 15px;
    width: 30px;
    text-align: center;
    background: #fff;
    color: #aaa;
    pointer-events: none;
}

.setup-content .step-form select::-ms-expand {
    display: none;
}
.input-group-btn{
    font-size: inherit;
}
.setup-content .step-form select.select-country-code{
    width:70px;
    margin-top: 16px;
}
.setup-content .step-form select.select-country-code + span.select2{
    margin-top: 17px;
}
.input-group-btn .select2-container--default .select2-selection--single{
     border-width: 0 0 1px 0!important;
     border-radius:0;
     border-color: #dbdbdb;
}


.setup-content .step-form textarea{
    font-size: 16px;
    border-radius: 0px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 24px;
    border-color: #dbdbdb;
    padding: 15px 10px 4px;
     border-width: 0 0 1px 0;
    box-shadow: none;
    color: #222;
}
.setup-content .step-form textarea + .textcounter, .setup-content .step-form textarea + label + .textcounter{
    color: #888;
    float: right;
    margin-top: -20px;
    margin-right: 15px;
    display: inline-block;
}
.setup-content .step-form textarea{
    padding-right: 70px;
}
.setup-content .step-form input:focus, .setup-content .step-form textarea:focus{
    border-color: #55b9bd;
    box-shadow: none;
}
.textarea-info .help-block{
    color: #737373;
    font-weight: 500;
    font-size: 12px;
}
.step-uploadfile{
    position: relative;
    display: block;
    margin: 10px 0 20px;
}
.step-uploadfile label.control-label{
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-top: 0;
}
.step-upload-file{
    display: block;
    position: relative;
    margin-top: 5px;
}
.step-upload-file &gt; ul.file-uploaded, .step-upload-file &gt; ul.file-upload{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.step-upload-file &gt; ul.file-uploaded &gt; li{
    width: 75px;
    height:75px;
    display: block;
    float: left;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 2px;
    position: relative;
    margin-right: 7px;
    margin-bottom: 5px;
}
.step-upload-file &gt; ul.file-uploaded &gt; li img{
    height: 100%;
    width: 100%;
}
.step-upload-file &gt; ul.file-uploaded &gt; li .step-file-remove{
    position: absolute;
    color: #999;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: -3px;
    line-height: 15px;
    font-size: 12px;
    right: -3px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;transition: none;
    -webkit-transition:none;
}
.step-upload-file &gt; ul.file-uploaded &gt; li .step-file-remove:hover{background-color: #999; color: #fff; border-color: #777;}
.step-uploadfile .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.step-upload-file &gt; ul.file-upload &gt; li{
    width: 75px;
    height:75px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 2px;
    margin-bottom: 5px;
}
.step-upload-file &gt; ul.file-upload &gt; li &gt; .inputfile-1 + label{
    height: 100%;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 69px;
}

.step-uploadfile .inputfile + label {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    
}

.step-uploadfile .inputfile:focus + label,
.step-uploadfile .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.step-uploadfile .inputfile-1 + label {
    color: #555;
    font-weight: normal;
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
    background-color: #e5e5e5;
    font-size: 25px;
    margin-top: 5px;
}
.step-uploadfile .inputfile-1:focus + label,
.step-uploadfile .inputfile-1.has-focus + label,
.step-uploadfile .inputfile-1 + label:hover {
    background-color: #d5d5d5;
}
.setup-content .cpack.step-checkout-package{
    
    margin:20px 0 30px;
}
.setup-content .cpack.step-checkout-package .cpack-points &gt; ul &gt; li, 
.setup-content .cpack.step-checkout-package .cpack-pkg &gt; .cpack-pkg-features &gt; ul &gt; li{
    font-size: 14px;
}
.setup-content .cpack.step-checkout-package .cpack-points &gt; ul &gt; li{
    padding: 7px 12px;
}
.step-form .form-title{
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    padding-bottom: 8px;
}
.step-form .form-title:after{
    content:' ';
    position: absolute;
    background: #eee;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}
/* Step - 6 End*/

.imageform{
    margin-top: 20px;
}
.imageform .form-group{
    margin-bottom: 20px;
}


.offer-thank-section{
    position: relative;
    display: block;
    padding: 80px 0 30px;
}
.thank-you-box{
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.thank-you-box h2{
    font-size: 30px;
}
.thank-you-box p{
    font-weight: 500;
   font-size: 42px;
    margin-top: 10px;
}


.confirmation-section{
    position: relative;
    display: block;
    padding: 40px 0 30px;
}
.confirmation-info{
    text-align: center;
    font-size: 15px;
}
.confirmation-info p.small{
    font-size: 12px;
}
.confirmation-info h3{
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
}
.confirmation-info h4{
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 22px;
    position: relative;
}
.confirmation-info h4:after{
    position: absolute;
    content: ' ';
    height: 1px;
    width: 150px;
    background-color: #e5e5e5;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}

.confirmation-section + .home-howitwork-wrap{
    background: #f5f5f5;
    padding-top: 30px;
}

.confirmation-order-flow{
    position: relative;
    display: block;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    margin: 0 0 15px 0;
    padding: 0px 11% 0;
    /* -moz-box-shadow:0 8px 12px -9px rgba(0, 0, 0, 0.3), 0 -8px 12px -9px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 8px 12px -9px rgba(0, 0, 0, 0.3), 0 -8px 12px -9px rgba(0, 0, 0, 0.3);
     box-shadow:0 8px 12px -9px rgba(0, 0, 0, 0.3), 0 -8px 12px -9px rgba(0, 0, 0, 0.3);*/
}

.confirmation-order-flow .order-flow-title{
    margin: 0 0 5px;
    font-weight: 500;
    position: relative;
    font-size:24px;
    padding-bottom: 10px;
}
.confirmation-order-flow .order-flow-title span{
    font-size: 18px;
    font-weight: 400;
}
.confirmation-footer{
    text-align: center;
    font-size: 16px;
}
.confirmation-footer p span{
    font-weight: 500;
    color: #757575;   
}
.confirmation-info a, .confirmation-footer a{text-decoration: underline;}
.confirmation-section + .home-howitwork-wrap .how_it_works &gt; ul.howit_work &gt; li .howitwork-info h4{font-size:16px;}
.confirmation-section + .home-howitwork-wrap .how_it_works &gt; ul.howit_work &gt; li .howitwork-info p{font-size: 13px;}

@media(max-width:991px){
    .confirmation-order-flow{
        padding:0%;
    }
}

/*======*thankyou order proplus start 12-2-2018/*/

.pd-proplus-thankyoupage{padding: 30px 0; font-family: 'Work Sans', sans-serif;}
.pd-proplus-thankyoupage .order-proplus .oppitem-price{
    position: absolute;
    top: 14px;
    right: 0;
    min-width: 155px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}
.pd-proplus-thankyoupage .pd-proplus-title{font-size: 26px; font-weight: 300; margin: 0 0 15px; position: relative; display: block; padding-bottom: 8px; text-align: center;}
/*.pd-proplus-thankyoupage .pd-proplus-title:after{content: ' '; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; width: 100%; background: #dddddd;}*/
.pd-proplus-thankyoupage .order-proplus .oppitem-price .oppitem-discount{ margin-right: 10px; font-size: 14px; text-decoration: line-through; font-weight: 400;}

.pd-proplus-thankyoupage .order-proplus .opp-title{border-bottom: 1px solid #e1e1e1;}
.pd-proplus-thankyoupage .order-proplus .opp-item{padding: 15px 0; margin-bottom: 0; border-bottom: 1px solid #f1f1f1!important;}
.pd-proplus-thankyoupage .order-proplus .opp-item:last-child{border-bottom: none!important;}
.pd-proplus-thankyoupage .order-proplus .opp-item-detail{margin-right: 116px;}
.pd-proplus-thankyoupage .order-proplus .opp-item-detail .opt_title{font-weight:500; font-size: 16px;}
.pd-proplus-thankyoupage .order-proplus .opp-item-detail .opt_title .opt-title-descri{font-weight: normal; font-size: 13px; line-height: 16px;padding-top: 2px; letter-spacing: -0.3px; color: #757575;}
.pd-proplus-thankyoupage .checkoutmain{padding-left: 30px;}
.pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-title .inputminus{left: 0;}
.pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-title,
.pd-proplus-thankyoupage .checkoutmain .checksubtotal, .pd-proplus-thankyoupage .checkoutmain .checktotal{padding-left: 18px;}
.pd-proplus-thankyoupage input[type=number]::-webkit-inner-spin-button, 
.pd-proplus-thankyoupage input[type=number]::-webkit-outer-spin-button {opacity: 1;}
@media(max-width:1199px){
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-title{width: 65%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-value{width: 19%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-price{width: 23%;}    
}
@media(max-width:991px){
    .pd-proplus-thankyoupage .checkoutmain{padding-left: 0px;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-title{width: 70%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-value{width: 15%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-price{width: 15%;}
}
@media(max-width:640px){
    .pd-proplus-thankyoupage .checkoutmain .checkdetails .checkout-box{padding:5px!important}
}
@media(max-width:391px){
    .pd-proplus-thankyoupage .order-proplus .oppitem-price{position:relative; left: 0; text-align: left; top: inherit;}
    .pd-proplus-thankyoupage .order-proplus .opp-item-detail{margin-right: 0;}
}
@media(max-width:360px){
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-title{width: 65%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-value{width: 19%;}
    .pd-proplus-thankyoupage .checkdetails .checkout-box .checkoutitem ul li.item-price{width: 23%;}    
}

/*======*thankyou order proplus end 12-2-2018/*/

/*======*thankyou after login page start 13-2-2018/*/

.pd-thankyou-login-page{position: relative; padding: 30px 0 30px 0;}
.pd-thankyou-login-page .login-title{display: block; text-align: center; font-weight: 300; margin: 0px 0 30px; font-size: 26px;}
.pd-thankyou-login-page .forgot-password{text-align: right; float: right;}
.pd-thankyou-login-page .btn-login-submit{margin: 0 auto; text-align: center; margin-top: 20px;}
.payment-received .btn-default.btn-login-default{background: #bcbcbc; border: #f1f1f1; color: #ffffff; padding: 14px 24px; font-size: 16px;}
.payment-received .btn-default.btn-login-default:hover{background-color: #cbcbcb;}
.pd-thankyou-login-page form .form-group{position: relative;}
.pd-thankyou-login-page .login-title .help-login-title{margin-right: 10px; color: #ddd; font-size: 22px; vertical-align: middle;}
@media(max-width:460px){.pd-thankyou-login-page .login-title{font-size:28px;}}
@media(max-width:360px){
    .pd-thankyou-login-page .login-title{font-size:23px;}
}

.back-to-order-upgrade{padding-bottom:15px;}
.back-to-order-upgrade .btn-back-proplus{background: #f1f1f1; color: #575757; border-radius: 5px; font-size: 12px;}
.back-to-order-upgrade .btn-back-proplus:hover{background: #e5e5e5;}
.back-to-order-upgrade .btn-back-proplus i{font-size: 14px;}
.back-to-order-upgrade .btn-back-proplus span{font-weight: 700;}
.order_proplues_box .no-pro-plus-text{color: #8c8c8c;padding-left: 18px;}
/*======*thankyou after login page end 13-2-2018/*/

/*======*proplus with details page start 13-2-2018/*/

.pd-proplus-thankyou-withdetails .btn-proplus{
    margin: 30px 0;
}

/*======*proplus with details page end 13-2-2018/*/
.brief-detail-succ-msg{position: relative; display: block; margin: 0px 0px 30px; padding: 12px 15px; text-align: center; color: #333333; background: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 22px; font-family: 'Work Sans', sans-serif; font-weight: 300;}
.brief-detail-succ-msg span{ padding-right: 5px; color:#03b525;}</pre></body></html>