section.addons h1 span {
    color: #10c6e8;
}
.addon-box h2 span {
}

img.pull-right.sideban { display: none !important; }
.thankyoubox h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 22px;
    border-bottom: #efefef 1px solid;
    margin-bottom: 22px;
    padding: 32px 0;
}
.addon-box .addon-label:before, .addon-box .addon-label:after {content: "";clear: both;display: block;}

.addon-packages ul {
    margin: 0 40px;
}

.addon-packages ul li {
    margin-bottom: 23px;
    padding-left: 23px;
    position: relative;
}

.addon-packages ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a2c0;
    position: absolute;
    left: 0;
}

label.addon-btn {
    background: #ffffff;
    position: absolute;
    bottom: -16px;
    width: 200px;
    text-align: center;
    color: #777;
    padding: 11px 3px;
    border-radius: 7px;
    left: 50%;
    margin-left: -100px;
    cursor: pointer;
    border: #e0ecee 1px solid;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
section.addon-packages {
    padding-bottom: 52px;
    margin-top: 52px;
}
.addon-procees-btn {
    text-align: center;
}

section.addons .container:after {
    background: url('../images/sprite.png') no-repeat -4px -60px;
    width: 54px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -27px;
}

section.addons .container {
    border-bottom: #dedede 1px solid;
    position: relative;
}

section.addon-packages input[type="submit"] {
    margin: 0 0 10px 26px;
    background-color: #00a2c0 !important;
    border-bottom: 3px solid #0488a0 !important;
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 0;
    padding: 12px 15px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    border-radius: 4px;
    width: 186px;
}
label.addon-btn input {
    display: inline-block;
    margin-right: 5px;
}

.addon-box:hover, .addon-box.selected {
    border: #10c6e8 1px solid !important;
}

.addon-box:hover label.addon-btn, .addon-box.selected .addon-btn {
    background: #10c6e8;
    color: #fff !important;
    border-color: #10c6e8;
}
.addon-label .discount-price-txt {
    padding-top: 9px;
    font-size: 14px;
}

span.addon-price {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: #000 0 1px 1px;
}

span.addon-cut-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #000;
    padding-top: 7px;
}

.addon-label span {
    display: inline-block;
    margin: 0 3px;
}
.addon-box {
    border: #e0ecee 1px solid;
    border-radius: 5px;
    min-height: 405px;
    position: relative;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin: 0 11px;
    margin-bottom: 82px;
}

.addon-box h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    color: #000;
    background: #fff;
    padding: 0;
    margin: -18px 40px 20px 40px;
}

.addon-box h2 span {
    color: #00a2c0;
    display: block;
}

.addon-box .addon-label {
    background: url(../images/addon_bar.jpg) no-repeat left top;
    width: 328px;
    height: 38px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 23px;
}
section.addons h1+h6:before {
    content: "";
    position: absolute;
    background: #d8d8d8;
    height: 1px;
    width: 360px;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
}

section.addons h1+h6:after {
    background: url('../images/sprite.png') no-repeat -4px -60px;
    width: 54px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -27px;
}
section.addons {
    text-align: center;
    background: url(../images/addon_banner.jpg) no-repeat center top;
    min-height: 370px;
    padding: 30px 0;
}

section.addons h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin: 0 0 7px 0;
}

section.addons h6 {
    text-transform: uppercase;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0 0 34px 0;
    margin-bottom: 22px;
}

section.addons h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

section.addons h2 strong {
    color: #10c6e8;
    font-weight: 700;
}

p.offer-expire-txt {
    color: red;
    text-transform: uppercase;
    margin: 17px 0 0 0;
}



.btn_addon {
    background: #252525;
    color: #fff;
    padding: 13px 19px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 4px;
    display: block;
    width: 230px;
}


a.btn-chat span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}


.btn_addon input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 11px;
}
.thanks_page .thankyoubox p {
    margin-bottom: 7px;
    font-size: 17px;
    padding: 0;
    line-height: 25px;
    color: #656161;
    font-weight: 100;
}

.thankyoubox p {
    text-align: center;


}




.order_selected {
    width: 470px;
    margin: 0 auto;
    background: #fbfbfb;
    margin-top: 23px;
}

.order_selected ul {
    border: #ececec 3px double;
    padding: 20px;
}

.order_selected ul li {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 13px;
    text-align: right;
    line-height: 24px;
    padding-bottom: 12px;
    font-weight: 800;
}
li.addons_cat_css span {display: inline-block;margin-left: 13px;}

li.addons_cat_css {
    font-weight: 600;
}
.order_selected h6 {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 600;
}

.thanks_page .thanlyoupage h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 22px;
    border-bottom: #efefef 3px double;
    margin-bottom: 22px;
}

.order_selected ul li label {
    display: inline-block;
    margin-right: 84px;
}
#flform .radio-group {
    float: left;
    margin-bottom: 5px;
}




li.reciept-logo {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 800;
    border-bottom: #ccc 1px solid;
}

li.reciept-logo span {
    font-weight: bold;
    display: inline-block;
}

.order_selected ul li.last {
    font-size: 16px;
    background: #00a4bd;
    color: #ffffff;
    padding: 7px 20px;
    text-align: right;
}

.order_selected ul li hr {
    margin: 6px 0;
}

section.addons_additional input[type="submit"] {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e20b0b+0,c40000+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    margin: 50px 0 0px 46px;
    background-color: #00a2c0 !important;
    border-bottom: 3px solid #0488a0 !important;
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 0;
    padding: 12px 15px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    border-radius: 4px;
    width: 186px;
}
.btn_addon span {
    border-left: #fff 1px solid;
    padding-left: 13px;
    display: inline-block;
}


section.addons_additional h1 {
    text-align: center;
    position: relative;
    font-size: 25px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}

section.addons_additional h1:before {
    width: 100%;
    z-index: -1;
    /* background: #EDECEC; */
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
}

section.addons_additional h1:after {
    position: absolute;
    left: 27%;
    background: #FFF;
    height: 29px;
    width: 366px;
    content: "";
    z-index: -1;
}
.step_options{
    background: #FCFCFC;
    text-align: left;
    background-image: -moz-linear-gradient(right,#eae9e9 0,#fcfcfc 50%,#eae9e9 100%);
    background-image: -ms-linear-gradient(right,#eae9e9 0,#fcfcfc 50%,#eae9e9 100%);
    background-image: -o-linear-gradient(right,#eae9e9 0,#fcfcfc 50%,#eae9e9 100%);
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0,#eae9e9),color-stop(.5,#fcfcfc),color-stop(1,#eae9e9));
    background-image: -webkit-linear-gradient(right,#eae9e9 0,#fcfcfc 50%,#eae9e9 100%);
    background-image: linear-gradient(to right,#eae9e9 0,#fcfcfc 50%,#eae9e9 100%);
    border: 1px solid #ccc;
    float: left;
    min-height: 400px;
    position: relative;
    width: 45%;
    margin: 0 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

section.addons_additional .container {
    width: 900px;
    border: #FFF 1px solid;
    box-shadow: #9E9E9E 0 0 1px;
    padding: 30px 30px 10px 30px;
}

.step_options:after{
    background: url(../images/shadow-btm.png) 0 0 no-repeat;
    background-size: cover;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

.border-box .diamond {
    left: -7px;
}
.diamond-wrap>div {
    height: 54px;
    position: relative;
    width: 54px;
}
.diamond {
    background-color: #CCC;
    bottom: 0;
    height: 32px;
    left: -7px;
    margin: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 32px;
}
.step_options .packg-box1 {
    background: none;
    margin-top: 0;
    border-radius: 0;
    padding-top: 40px;
    width: 100%;
}
div.step_options h2.blue.flag em {
    font-size: 17px;
    color: #000;
    text-decoration: line-through;
    position: relative;
    top: -1px;
    padding-left: 3px;
}


span.step_text.weight-light.ng-binding {
    padding-left: 10px;
    border-left: #fff 1px solid;
    margin-left: 14px;
    font-weight: 600;
    font-size: 21px;
}

section.addons_additional h2 {
    font-size: 20px;
    text-align: left;
    color: #3C3C3C;
    padding-top: 13px;
}

section.addons_additional h2 i {
    margin-right: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
}


.step_options .packg-box1:after {
    height: 0;
    width: 0;
    display: none;
    content: "";
}
#or span {
    color: #FFF;
    display: block;
    font-size: 13px;
    height: 45px;
    left: -1px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: -1px;
    vertical-align: middle;
    width: 45px;
    z-index: 2;
}
.weight-bold {
    font-weight: 600;
    font-family: "Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
}
.border-box #or span {
    font-size: 14px;
    left: -2px;
    top: -4px;
}

.border-box div.step h2.flag {
    font-size: 19px;
    line-height: 32px;
    color: #fff;
    font-family: "Helvetica Neue Bold","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 600;
}
.border-box div.step_options h2.flag {
    height: 36px;
}

section.addons_additional {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}
div.step_options h2.blue.flag {
    background: #ED1F24;
}

div.step_options h2.flag {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    height: 34px;
    line-height: 30px;
    left: 0;
    padding: 2px 16px 4px;
    position: absolute;
    letter-spacing: 0;
    top: 48px;
    font-weight: 500;
    width: 91%;
}
div.step_options h2.blue.flag::after {
    border-color: #ED1F24 transparent #ED1F24 #ED1F24;
}
div.step_options h2.flag::after {
    border-style: solid;
    border-width: 17px;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
}

.border-box div.step_options h2.flag::after {
    border-width: 18px;
}
.border-box #or span {
    font-size: 14px;
    left: -2px;
    top: -4px;
}
.border-box .diamond-wrap {
    top: 220px;
}
.diamond-wrap {
    height: 45px;
    left: 50%;
    margin-left: -20.5px;
    position: absolute;
    top: 210px;
    width: 45px;
}

.packg-box1 ul{
    display:block;
    margin:0px;
    padding: 0 20px;
    clear:both;
    min-height: 244px;
}
.packg-box1 ul li{
    display:block;
    margin:0px;
    padding:0px;
}
.packg-box1 ul li:first-child{
    border-top: 0;
}
section.thankyoubox {
    text-align: center;
    padding-bottom: 42px;
    border-top: #e8e8e8 1px solid;
    padding-top: 0;
    min-height: auto !important;
}

.packg-box1 ul li {
    display:block;
    text-align:left;
    background: url(../images/pkg-bulletz.jpg) left no-repeat;
    font-family: 'Open Sans', sans-serif;
    padding: 9px 21px;
    color:#7a7a7a;
    border-bottom: #e7e7e7 solid 1px;
    font-size:12px;
    line-height: 16px;
    border-top: #fafafa solid 1px;
}
.packg-box1-ordernow{
    background-color: #e53727;
    color:#fff;
    display:block;
    text-align:center;
    font-size:20px;
    line-height:22px;
    padding:10px;
    margin: 10px 0 0 0;
    width: 100%;
}
.packg-box1-ordernow:hover{
    color:#fff;
}



section.addons_additional h1 strong {
    color: #ed1f24;
}

section.addons_additional h1+p {
    font-size: 21px;
    margin-bottom: 3px;
}

section.addons_additional h1+p strong {
    color: #ed1f24;
}

section.addons_additional h1+p strong {
    color: #ed1f24;
}


.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px !important;
    color: black !important;
    font-weight: 700;
    line-height: 11px !important;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    margin-top: 0.4em;
    font-weight: bold;
}

div#CountDownTimer {
    width: 350px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 25px;
}



section.order-steps {
    padding: 40px 0;
    border-top: 1px solid #ccc;
}


.order-col-6 li form {
    float: left;
    text-align: center;
    width: 39%;
}



p.important_notice {
    font-size: 12px !important;
    color: #e20b0b !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    margin-top: 22px;
}

a.btn-chat {
    display: inline-block;
    letter-spacing: 1px;
    background: #e20910;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 36px;
    margin: 10px 10px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 16px;
}

a.or_class {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 8px 36px;
    margin: 10px 0;
    display: inline-block;
}


.total_amount {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #00bbd8;
    margin-bottom: 18px;
    clear: both;
}
.total_amount span{
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: bold;
}

.thanks_page .thankyoubox p strong {
    color: #00bbd8;
    font-weight: 400;
}
section.order-steps .order-step-form li label span {
    color: red;
    font-weight: 600;
}

section.order-steps .logo-order {
}

section.order-steps .order-step-form {
    background: #fff;
    box-shadow: #ccc 0 0 3px;
    border: #ccc 1px solid;
}

a.edit_order_btn {
    background: #ED5340;
    color: #fff;
    padding: 11px 54px;
    border: 0px none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: -42px 0 10px 159px;
    border-radius: 2px;
}
section.order-steps .order-step-form h1 {
    background: #b1b1b1;
    text-align: left;
    font-size: 28px;
    color: #fff;
    padding: 14px;
    margin: 0 -15px 40px -15px;
}

section.order-steps .order-step-form ul {
    margin: 0 auto;
    width: 70%;
}
section.order-steps .order-step-form li.first {
    margin-bottom: 50px;
}

section.order-steps .order-step-form li {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
section.order-steps .order-step-form h2 {
    text-align: left;
    font-size: 23px;
    padding-bottom: 11px;
    border-bottom: #ccc 1px solid;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 40px;
    color: #ED5340;
}

section.order-steps .order-step-form li label {
    font-weight: 400;
    width: 30%;
    font-size: 14px;
}

section.order-steps .order-step-form li input[type="text"] {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form h2:before {
    content: "";
    background: #ED5340;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
section.order-steps .order-step-form li select {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form li textarea {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form li input[type="file"] {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
    display: inline-block;
}
section.order-steps .order-step-form li input[type="submit"] {
    background: #ED5340;
    color: #fff;
    padding: 11px 60px;
    border: 0px none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 21px 0 0 20px;
    border-radius: 2px;
}
.order-col-6 li {
    border-bottom: #DBDBDB 1px solid;
    padding: 0;
    margin: 0px 0 0 0 !important;
}

.order-col-6 li label {
    border-right: #DDDDDD 1px solid;
    padding: 9px 6px;
    margin-bottom: 0;
    margin-right: 8px;
    color: #000;
}

.order-col-6 li.first {
    border: 0;
}
section.order-steps .order-step-form li div {
    display: inline-block;
    width: 63%;
}

ul.order-col-6 {
    margin-bottom: 10px !important;
}
.order-col-6 li.last, .no-border {border: 0;}

section.order-steps .order-step-form ul:after {
    content: "";
    display: table;
    clear: both;
}

section.order-steps .order-step-form li em {
    text-decoration: line-through;
}








.step-hdr-text {
    text-align:center;
    padding-bottom:40px;
}
.step-hdr-text h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
}
.step-hdr-text h2 span {
    color: #eb1c23;
}
.step-hdr-text p {
    font-size: 16px;
    color:#282828;
    font-weight: 400;
}
.step-hdr-img {
    text-align: center;
    background: #f6fbfc;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    position:relative;

    background: #f2f9fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f9fa 0%, #ffffff 47%, #f2f9fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f9fa 0%,#ffffff 47%,#f2f9fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f9fa 0%,#ffffff 47%,#f2f9fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fa', endColorstr='#f2f9fa',GradientType=0 ); /* IE6-9 */
}
.step-hdr-img:before,
.step-hdr-img:after {
    background:url(../images/order-images/heading-icon.jpg) no-repeat;
    width:54px;
    height:3px;
    display:block;
    content:"";
    position:absolute;
    left:0px;
    bottom:-2px;
    left:49%;
}
.step-hdr-img:before {
    top:-2px;
}
.step-hdr-img:after {
    bottom:-2px;
}

.step-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #232323;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position:relative;
}
.step-section-title span {
    color: #eb1c23;
}
.step-section-title:before {
  display:none;
}

.step-top-area label{
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
    width: 100%;
    text-align: right;
    display: block;
    padding-top: 10px;
    line-height: 1.4em;
}
.step-top-area label span{
    color:#F00;
}
.step-top-area select {
    height: 41px;
}
.step-top-area input[type="text"],
.step-top-area input[type="number"],
.step-top-area select,
.step-top-area textarea {
    width: 100%;
    background: #fbfdfd;
    border: 1px solid #b9cfd6;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
.step-top-area
select {     height: 33px; }
}
.step-top-area textarea {
    resize: none;
    height: 100px;
}


.step-top-area input[type="file"] {
    height: 42px;
    background: #fbfdfd;
    width: 100%;
    padding: 10px;
    border: 1px solid #b9cfd6;
    border-radius: 5px;
    height: 42px;
}
.step-top-area .col-md-8 {
    padding-bottom: 17px;
}





.step-bottom-area {
    padding-top: 40px;
}
/*
.step-bottom-area label{
	font-size: 14px;
    color: #676767;
    font-weight: 300;
    width: 100%;
    text-align: right;
    display: block;
    padding-top: 12px;
}
.step-bottom-area label span{
	color:#F00;
}
.step-bottom-area input[type="text"],
.step-bottom-area select,
.step-bottom-area textarea {
	width: 97%;
    background: #fbfdfd;
    border: 1px solid #b9cfd6;
    padding: 10px;
    border-radius: 5px;
}
.step-bottom-area textarea {
	resize: none;
    height: 100px;
    font-style: italic;
    font-weight: 300;
}
.step-bottom-area .col-md-8 {
    padding: 0 0 17px;
}*/

.step-top-area input[type="submit"] {
    background: #eb1c23;
    border: 1px solid #d20108;
    color: #fff;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    line-height: 2.4em;
    font-weight: 500;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47b3d3+0,108c98+100 */
    /* background: rgb(71,179,211); */ /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(71,179,211,1) 0%, rgba(16,140,152,1) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  rgba(71,179,211,1) 0%,rgba(16,140,152,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  rgba(71,179,211,1) 0%,rgba(16,140,152,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b3d3', endColorstr='#108c98',GradientType=0 ); /* IE6-9 */
}

.clearfix {
    clear:both;
}

ul.order-col {
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
    margin-top: 40px;
}
ul.order-col li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

ul.order-col label, ul.order-col div {
    display: inline-block;
    float: left;
    padding: 20px 40px;
}
ul.order-col label {
    display: block;
    text-align: right;
    color: #4f4f4f;
    width: 40%;
    padding-left:0px;
    line-height: 1.0em;
}
ul.order-col label span{
    color: #F00;
}
ul.order-col div {
    width: 60%;
    border-left: #00a2c0 2px solid;
}
.nobor-btn {
    border:none !important;
    padding-top:30px;
}

.order-col input[type="submit"] {
    float: left;
    margin: 0 0 10px 86px;
    background-color: #00a2c0 !important;
    border-bottom: 3px solid #0488a0 !important;
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 0;
    padding: 12px 15px;
    display: block;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    border-radius: 4px;
    width: 186px;
}



@media only screen and (min-width: 320px) and (max-width: 600px) {
    .time_circles {
        width: 100% !important;
        height: auto;
    }

    .addon-box .addon-label {
        width: 100%;
        margin-bottom: 20px;
    }

    .addon-label .discount-price-txt {
        font-size: 13px;
        padding-top: 10px;
    }

    span.addon-price {
        font-size: 21px;
        margin-top: 5px;
    }

    span.addon-cut-price {
        font-size: 15px;
    }

    .addon-packages ul {
        margin: 0 15px;
    }

    .addon-packages ul li {
        font-size: 12px;
        margin-bottom: 13px;
    }

    .addon-box h2 {
        font-size: 20px;
        margin-top: -17px;
        margin-bottom: 11px;
    }

    .addon-box {
        height: auto;
        min-height: auto;
        margin-bottom: 60px;
        padding-bottom: 42px;
    }

    .addon-procees-btn {
        margin-top: -18px;
    }

    section.addon-packages input[type="submit"] {
        width: 38%;
        font-size: 16px;
        margin: 0 6px;
    }

    section.addon-packages {
        padding-bottom: 28px;
    }
    .step-hdr-text h2 {
        font-size: 23px;
        margin-bottom: 6px;
    }
    .step-hdr-text p {
        line-height: 1.4em;
    }
    .step-hdr-text {
        padding-bottom: 34px;
    }
    .step-hdr-img img {
        width: 94%;
        margin-left: 3%;
    }
    .step-hdr-img:before, .step-hdr-img:after {
        left: 44%;
    }
    .step-hdr-img {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .step-form-area {
        padding: 5%;
        text-align: center !important;
    }
    .step-top-area label {
        text-align: center;
        padding-bottom: 10px;
    }
    .step-top-area .col-md-8 {
        padding-bottom: 10px;
    }
    .step-section-title {
        margin-bottom: 15px;
    }
    .sideban {
        width: 100%;
    }
    .step-section-title:before {
        left: 39%;
    }

    ul.order-col label, ul.order-col div {
        padding: 15px 10px;
        text-align:left;
    }
    ul.order-col label {
        min-height: 48px;
    }
    ul.order-col {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .order-col input[type="submit"] {
        font-size: 15px;
        min-width: 125px;
        margin: 0 0 10px 10px;
    }

    section.addons h1 {
        font-size: 28px;
    }

    section.addons h6 {
        font-size: 12px;
        padding-bottom: 15px;
    }

    section.addons h2 {
        font-size: 15px;
        padding: 0 54px;
    }

    section.addons h2 strong {
    }

    p.offer-expire-txt {
        margin-top: 9px;
        font-size: 12px;
    }

    section.addons {
        min-height: auto;
        padding-bottom: 0;
    }
    .time_circles canvas {
        width: 100% !important;
        height: auto !important;
    }

    div#CountDownTimer {
        width: 270px;
    }
    .thankyoubox h2 {
        font-size: 15px;
        line-height: normal;
    }

    .total_amount {
    }

    .thanks_page .thankyoubox p {
        font-size: 13px;
        line-height: normal;
    }

    p.important_notice {
        font-size: 10px !important;
    }

    a.or_class {
        margin: 0;
        display: block;
    }

    a.btn-chat {
        margin: 0;
    }


    li.reciept-logo {
        font-size: 20px;
        color: #3e3e3e;
        font-weight: 600;
        border-bottom: #ccc 1px solid;
    }

    .order_selected {
        width: 100%;
        margin-top: 33px;
    }

    li.reciept-logo {
        font-size: 12px;
    }

    .order_selected ul {
        padding: 7px;
    }

    .order_selected h6 {
        font-size: 14px;
    }
}
.radio-group {
    margin-top: 12px;
}
.parsley-error {
    border-color: #eb1c23 !important;
}

ul#parsley-id-5 {}

.parsley-errors-list {
    display: none;
}
ul.nav.navbar-nav.navbar-right.pull-right {
    margin-top: 13px;
}
.welcome p {
    text-align: center;
    line-height: 20px;
    padding: 0% 20%;
}