/*default css*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif; */

* {
    outline: 0 !important;
}

html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

:focus,
:hover,
:active {
    outline: 0;
    text-decoration: none !important;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 !important;
    padding: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    text-decoration: underline;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

h1,
h1 a,
h2,
h2 a,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

/*default css*/

.main_div {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 140px 0;
    background: #f8f8f8;
    min-height: 500px;
}

/*top bar*/

.top_bar {
    padding: 0 0 45px 0;
}

.top_bar ul {
    padding: 0;
    margin: 0;
}

.top_bar ul li {
    list-style: none;
    float: left;
    width: 19.6%;
    /*background: #e6e6e6;*/
    height: 4px;
}

.top_bar ul li span {
    position: relative;
}

.top_bar ul li span label {
    opacity: 0;
    background: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 12px;
    color: #555555;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -60px;
    left: -73px;
    width: 160px;
}

.top_bar ul li span label:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/arrow.png)center bottom no-repeat;
    width: 18px;
    height: 10px;
}

.top_bar ul li span::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #e6e6e6;
    border: solid 2px #fff;
    left: 0;
    top: -6px;
    border-radius: 50%;
    z-index: 4;
    cursor: help;
}

/* .top_bar ul li.active{background: #555555;} */

.top_bar ul li.active span::before {
    background: #555555;
    cursor: pointer;
}

.top_bar ul li span:hover label {
    opacity: 1;
}

.top_bar ul li:last-child {
    width: 2%;
    background: none;
}

/*top bar*/

/*image checkbox*/

.image_checkbox {}

.image_checkbox_wrapper {
    padding: 0 15px;
}

.image_checkbox .custom-control {
    margin-bottom: 15px;
}

.image_checkbox .custom-control:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}

/* .image_checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .image_checkbox .custom-control.image-checkbox label:before{background: #60a882; width: 48px; height: 48px; border-radius: 50%; left: auto; right: 10px; top: auto; bottom: 10px;} */

.image_checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.image_checkbox .custom-control.image-checkbox label:before {

    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 52px;
    height: 53px;
    background-image: url(../images/tick-shadow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
    top: auto;
    background-color: transparent;
}

/* .image_checkbox .custom-control-label::after{left: auto !important; right: 27px; top: auto; bottom:27px; background-size: 100%;} */

.image_checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

.image_checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label img {
    border: solid 5px #2f9780;
}

/*image checkbox*/

/*bottom fixed section*/

.bottom_fixed_sec {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 35px 0 20px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    min-height: 106px;
}

.bottom_progress {
    margin: 0 0 0 0;
}

.bottom_fixed_sec p {
    display: block;
    height: 100%;
    align-items: center;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    padding-left: 15px;
}

.bottom_fixed_sec .progress {
    background: #e6e6e6;
    border-radius: 36px;
    height: 10px;
    margin: 7px 0 0 0;
}

.bottom_fixed_sec .progress-bar {
    background: #555555;
    border-radius: 36px;
}

.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .4s;
}

@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.bottom_fixed_sec button {
    padding: 12px 30px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    background: #0d3b63;
    font-size: 18px;
    border: 0;
    box-shadow: none;
    float: right;
    cursor: pointer;
    border: solid 2px #0d3b63;
    position: absolute;
    top: -10px;
    right: 36px;
}

.bottom_fixed_sec button.bottom_save {
    padding: 12px 30px;
    border-radius: 6px;
    color: #555555;
    text-align: center;
    background: #fff;
    font-size: 18px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    border: solid 2px #555555;
    margin: 0 15px 0 0;
}

.bottom_fixed_sec button:hover {
    background-color: #052745;
}

.bottom_fixed_sec button.bottom_save:hover {
    color: #fff;
}

a.bottom_fixed_link {
    display: block;
    text-align: right;
    color: #999;
    font-weight: 700;
}

a.bottom_fixed_link:hover {
    text-decoration: underline !important;
}

.bottom_fixed_two_l {
    background: #555555;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    float: left;
}

.bottom_fixed_two_r {
    float: right;
    width: calc(100% - 50px);
}

.bottom_fixed_two_r p {
    font-weight: 600;
    padding-left: 0;
}

.bottom_fixed_two_r span {
    display: block;
    font-size: 12px;
    color: #636363;
}

/*#bottom-fixed-three.bottom_fixed_sec button{float: none;}*/

#bottom-fixed-three .col-md-7 {
    text-align: right;
}

/*bottom fixed section*/

/**brand style section**/

.brand_rang_sec {}

.bs-example {
    margin: 0 auto;
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.brand_rang_sec .slider-wrapper {
    margin: 20px 0 70px 0;
}

.brand_rang_sec .col-6:last-child {
    text-align: right;
}

.brand_rang_sec input[type="range"] {
    margin: 25px 0 0 0;
    width: 100%;
    height: 30px;
    background: #e6e6e6;
    border: none;
}

.brand_rang_sec .slider-track {
    background: #e6e6e6;
    box-shadow: none;
    height: 30px !important;
    border-radius: 36px;
    position: relative;
}

.brand_rang_sec .slider-track:hover:before {
    background: url(../images/hover_dot1.png)left top no-repeat;
    position: absolute;
    content: '';
    left: 30px;
    right: 10px;
    top: 50%;
    width: calc(100% - 20px);
    height: 10px;
    transform: translateY(-50%);
}

.slider-selection {
    background: none !important;
    border-radius: 36px;
    box-shadow: none !important;
}

.slider-success .slider-selection {
    background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
    background-color: #428bca !important;
}

.slider-info .slider-selection {
    background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
    background-color: #f0ad4e !important;
}

.slider-danger .slider-selection {
    background-color: #d9534f !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 30px;
}

.slider-handle {
    background-color: #656565 !important;
    background-image: none !important;
    width: 44px;
    height: 44px;
    position: relative;
    top: -23px;
    margin: 0;
}

.slider-handle::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0;
    color: #999 !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top .tooltip-inner {
    display: none !important;
}

.bs-example .tooltip {
    background: transparent;
}

.slider .tooltip.top {
    /* margin-top: -25px !important; */
}

.brand_rang_sec .slider .tooltip.top {
    opacity: 0;
}

.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}

.slider-ghost .slider-track {
    height: 5px !important;
}

.slider-ghost .slider-handle {
    top: -2px !important;
    border: 5px solid #f77500;
}

/**brand style section**/

/**color checkbox section**/

.image_checkbox span {
    display: block;
    margin: 0 0 30px 0;
    font-size: 19px;
    font-weight: 400;
    color: #555;
}

.color_form {
    padding: 25px 0 0 0;
    text-align: center;
}

.color_form a {
    color: #555 !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    border-bottom: solid 2px rgba(85, 85, 85, .2);
    display: inline-block;
}

.color_form form {}

.color_form form label {
    font-size: 24px;
    color: #555;
    font-weight: 600;
}

.color_form form textarea,
.design_brief_form_wrap textarea,
.color_form textarea {
    width: 100%;
    padding: 6px 12px;
    display: block;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 5px;
    min-height: 90px;
}

.color_form form p,
.design_brief_form_wrap p,
.color_form p {
    font-size: 14px;
    color: #999;
    padding: 15px 0 0 0;
}

/* .woocommerce-checkout .woocommerce form.login p{
    padding-bottom: 15px;
    padding-top: 0;
}
.woocommerce-checkout .woocommerce form.login p.lost_password{
    padding: 0;
} */
.color_form p {
    text-align: left;
}

.specific-color-anchor-form {
    display: none;
}

/**color checkbox section**/

/**design brief section**/

.design_brief_sec {
    padding: 0;
    margin: 0;
}

.design_brief_form_wrap {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 2px solid #e6e6e6;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.design_brief_img {
    position: relative;
}

.design_brief_box {
    margin-bottom: 30px;
}

.design_form_img {
    position: absolute;
    bottom: 60px;
}

.design_form_img span {
    font-style: italic;
    display: block;
    padding: 15px 0 0 0;
}

.design_brief_form_wrap label,
.upgrades_form_sec label {
    font-size: 24px;
    color: #555;
    font-weight: 600 !important;
}

.design_brief_form_wrap h3 {
    color: #555;
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
}

.design_brief_form_wrap input,
.upgrades_form_sec input {
    width: 100%;
    padding: 6px 12px;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 45px;
}

.design_brief_form_wrap select {
    width: 100%;
    padding: 6px 12px;
    display: block;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) 97% 50% no-repeat #fff;
    margin-bottom: 15px;
}

.yes {
    /*display: flex; align-items: flex-start;*/
    margin-top: 10px !important;
    overflow: hidden;
}

.yes .btn_upload {
    padding: 20px;
    border: 2px dashed #ccc;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    float: left;
}

.yes img {
    display: block;
    margin: 0 auto 15px;
}

.yes img#ImgPreview {
    display: inline-block;
    margin: 0 0 0 20px;
}

.yes input#removeImage1 {
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    font-size: 18px;
    margin: -10px 0 0 -20px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
    line-height: 18px;
}

.btn_upload input {
    cursor: pointer;
    height: 180px;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    height: 100px;
    margin-left: 10px;
}

.btn-rmv1 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

/**design brief section**/

/**upgrades section**/

.upgrades_sec {}

.upgrades_packages_box {
    opacity: 0.7;
}

.upgrades_packages_top {
    border: solid 6px #ebb75d;
    padding: 15px 15px 100px 15px;
    position: relative;
}

.upgrades_packages_top h4 {
    color: #ebb75d;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 0 10px 0;
}

.upgrades_packages_top .price_span {
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #ebb75d;
    display: block;
    font-weight: 700;
}

.upgrades_packages_bottom {}

ul.upgrads_top_ul {
    padding: 15px 0;
    margin: 0;
}

ul.upgrads_top_ul li {
    padding: 0 0 10px 0;
}

ul.upgrads_top_ul .fa {
    padding: 0 10px 0 0;
}

ul.upgrads_top_ul li:last-child {
    padding: 0;
}

ul.upgrades_bottom_ul {
    padding: 0;
    margin: 0;
}

ul.upgrades_bottom_ul li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e9e8e9;
}

ul.upgrades_bottom_ul li:last-child {
    border: none;
}

.upgrades_packages_box button {
    width: 100%;
    border: solid 2px #bcbbbc;
    background: none;
    text-align: center;
    height: 45px;
    line-height: 42px;
    color: #bcbbbc;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.upgrades_sec .col-lg-3:nth-child(2n+2) .upgrades_packages_top {
    border-color: #a4a2a4;
}

.upgrades_sec .col-lg-3:nth-child(2n+2) .upgrades_packages_top h4,
.upgrades_sec .col-lg-3:nth-child(2n+2) .upgrades_packages_top .price_span {
    color: #a4a2a4;
}

.upgrades_packages_box.selected,
.upgrades_packages_box:hover {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.upgrades_packages_box.selected .upgrades_packages_bottom,
.upgrades_packages_box:hover .upgrades_packages_bottom {
    padding: 0 15px 15px 15px;
}

.upgrades_packages_box.selected button,
.upgrades_packages_box:hover button {
    background: #e6b965;
    color: #fff;
    border-color: #e6b965;
}

.upgrades_packages_box.selected button .fa,
.upgrades_packages_box:hover button .fa {
    padding: 0 10px 0 0;
}

.upgrades_form_sec {}

.upgrades_form_sec p {
    text-align: center;
    padding: 0 0 30px 0;
}

.upgrades_form_sec a {
    text-decoration: underline;
    color: #828182;
    font-weight: 600;
}

.upgrades_form_sec span {
    display: block;
    color: #999;
}

.upgrades_form_sec .col-md-8 a {
    font-weight: 400;
    padding: 10px 0 0 0;
    display: block;
}

.upgrades_form_box {
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px 0;
}

.upgrades_form_box_l {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: solid 2px #7c7a80;
    color: #7c7a80;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrades_form_box_r {
    float: right;
    width: calc(100% - 70px);
    color: #828182;
}

.upgrades_form_box_r p {
    text-align: left;
    padding: 0 0 15px 0;
}

.upgrades_form_box_r ul {
    padding: 0 0 15px 0;
    margin: 0;
    overflow: hidden;
}

.upgrades_form_box_r ul.upgrades_box_r_top li {
    list-style: none;
    float: left;
    width: 50%;
    color: #817f81;
    font-weight: 600;
}

.upgrades_form_box_r ul.upgrades_box_r_top li:last-child {
    text-align: right;
}

.upgrades_form_box_r ul li input {
    height: 15px;
    width: 15px;
    border-width: 1px;
    border-radius: 0;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.upgrades_box_r_bottom li {
    list-style: none;
    padding: 0 0 10px 0;
    overflow: hidden;
}

.upgrades_box_r_bottom li .fa {
    padding: 0 15px 0 0;
    color: #ff0000;
}

.upgrades_form_box_r ul.upgrades_box_r_bottom {
    padding: 0;
}

.upgrades_box_r_bottom li span {
    float: left;
    width: 50%;
}

.upgrades_box_r_bottom li span:first-child {
    font-weight: 600;
}

.upgrades_box_r_bottom li span:last-child {
    text-align: right;
}

.upgrades_box_r_bottom_lst li {
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e9e8e9;
}

.upgrades_box_r_bottom_lst li:last-child {
    border: none;
}

/* .upgrades_sec .design_brief_form_wrap:last-child, .payment_sec .design_brief_form_wrap:last-child, .design_brief_sec .design_brief_form_wrap:last-child{border:none; margin: 0; padding: 0;} */

/* .upgrades_sec .design_brief_form_wrap:last-child, .payment_sec .design_brief_form_wrap:last-child {border:none; margin: 0; padding: 0;} */

.upgrades_sec .design_brief_form_wrap:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

/**upgrades section**/

/**payment section**/

.payment_sec {}

ul.payment_ul_top {
    padding: 0;
    margin: 0;
}

ul.payment_ul_top li {
    list-style: none;
    float: left;
    width: 50%;
    color: #565556;
    padding: 0 0 25px 0;
}

ul.payment_ul_top li:nth-child(2n+2) {
    text-align: right;
}

ul.payment_ul_top li span {
    font-size: 30px;
    font-weight: 600;
}

ul.payment_ul_top li:nth-child(n+3) {
    padding: 0;
}

ul.payment_ul_middle {
    padding: 0;
    margin: 0;
}

ul.payment_ul_middle li {
    list-style: none;
    padding: 0 0 20px 0;
}

ul.payment_ul_middle li:nth-child(2n+2) {
    float: right;
}

ul.payment_ul_middle li label,
ul.payment_ul_bottom li label {
    color: #565556;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 0;
}

ul.payment_ul_middle li input#name-input {
    background: url(../images/card_img.png)98% 14px no-repeat #fff;
    padding-right: 30px;
}

ul.payment_ul_bottom {
    padding: 0;
    margin: 0;
}

ul.payment_ul_bottom li {
    list-style: none;
    width: 100%;
    padding: 0 0 20px 0;
}

.payment_sec p a {
    text-decoration: underline;
    color: #999;
}

.payment_accordion {
    width: 50%;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
}

.accordion .card-header.collapsed:after {
    content: "\f107";
}

.payment_accordion .fa {
    padding: 0 10px 0 0;
}

.payment_accordion .card {
    border: none;
    background: none;
}

.payment_accordion .card-header {
    padding: 0 0 20px 0;
    border: none;
    background: none;
}

.payment_accordion .collapse {
    margin: 0 0 15px 0;
    background: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 10px 15px 25px 15px;
}

.payment_accordion .collapse label {
    font-size: 18px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.payment_accordion .collapse button {
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    background: #555555;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 15px 0 0 0;
}

/**payment section**/

/**header section**/

.header_section {
    padding: 50px 0;
}

.header_section h2 {
    color: #555;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

/**header section**/

/*page controller*/

.logoform_step:not(.active) {
    display: none;
}

/*page controller*/

/**************conformation page******************/

.confirmation_sec {
    padding: 70px 0;
}

.confirmation_sec h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.confirmation_sec_box {
    border: solid 1px #bcbbbc;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto 25px;
    width: 70%;
}

.confirmation_sec_box h3,
.confirmation_sec_box1 h3 {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-weight: 500;
}

.confirmation_sec_box p {
    color: #999;
}

.address_box {
    margin: 20px 0 10px 0;
    padding: 15px 20px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.address_box h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.address_box address {
    padding: 0;
    margin: 0;
}

.address_box address .fa {
    padding: 0 10px 0 0;
    font-size: 18px;
    color: #000;
}

.address_box address p {
    padding: 0 0 15px 0;
    color: #999;
}

.address_box address a {
    color: #999;
}

.address_box address p:last-child {
    padding: 0;
}

.confirmation_sec_box1 {
    margin: 0 auto 20px;
    width: 70%;
    padding: 20px 0 0 0;
}

/* .confirmation_sec_box1 p a{color: #999; text-decoration: underline; font-weight: 500;} */

.confirmation_sec_box1 button {
    padding: 8px 30px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    background: #555555;
    font-size: 18px;
    border: 0;
    box-shadow: none;
    float: right;
    cursor: pointer;
    border: solid 2px #555555;
}

/**************conformation page******************/
.header_section:not(.active),
.bottom_fixed_sec:not(.active) {
    display: none;
}

/* Absolute Center Spinner */
.lmcdr-checkout-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.lmcdr-checkout-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8)); */
    z-index: 9999;
}

/* :not(:required) hides these rules from IE9 and below */
.lmcdr-checkout-loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.lmcdr-checkout-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 44px;
    height: 44px;
    margin-top: -0.5em;
    /* -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0; */
    background: url(../images/rolling.svg) 0 0 no-repeat;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lmcdr-required {
    font-size: 12px;
    color: darkred;
}

.lmcdr-error {
    border: 2px solid red !important;
}





/* ============19-03-21================== */
.lmcdr-checkout-area #main #content-wrap {
    width: auto;
    max-width: 100%;
    padding: 0;
}

.lmcdr-checkout-area .header_section h2 {
    margin: 0;
    padding-bottom: 15px;
}

.lmcdr-checkout-area .header_section {
    padding: 45px 0;
}

.lmcdr-checkout-area .header_section p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.lmcdr-checkout-area .image_checkbox_wrapper {
    padding: 0 0;
}

.lmcdr-checkout-area .image_checkbox .custom-control {
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.lmcdr-checkout-area .image_checkbox .custom-control:hover {
    transition-property: box-shadow;
    transition-duration: .1s;
    transition-timing-function: ease-in;
    box-shadow: 0 14px 42px 0 rgb(0 0 0 / 20%);
}

.lmcdr-checkout-area .custom-control.image-checkbox label:hover {
    opacity: 1;
}

a.skip-btn-lmcdr {
    float: right;
    margin: 0 30px;
    font-size: 19px;
    text-decoration: none;
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0);
    font-weight: 600;
    margin-left: 25px;
}

a.skip-btn-lmcdr:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5);
}

.top_bar ul {
    position: relative;
}

.top_bar ul:before {
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    content: '';
    background-color: #e6e6e6;
}

.top_bar ul {
    display: flex;
}

.top_bar ul li {
    width: 100%;
}

.top_bar ul li span {
    display: block;
}

.top_bar ul li:last-child span::before {
    left: auto;
    right: 0;
}

.top_bar ul li.active.current span::before {
    width: 18px;
    height: 18px;
    top: -8px;
}

.top_bar ul li {
    position: relative;
}

.top_bar ul li.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #555555;
    z-index: 1;
    left: 0;
}

.top_bar ul li.active.current:before {
    display: none;
}

.brand_rang_sec .slider.slider-horizontal .slider-track {
    width: 103%;
    left: -5px;
}

/******************/

.image_checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.image_checkbox .custom-control.image-checkbox label:after {
    display: none;
}


@media (min-width: 1200px) {

    .header_section .container,
    .top_bar .container,
    .image_checkbox .container,
    .bottom_fixed_sec .container {
        max-width: 1000px !important;
        width: auto !important;
    }
}



/* *************Animation********* */

@-webkit-keyframes stagger {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes stagger {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.image_checkbox_wrapper .col-md-4 {
    -webkit-animation-name: stagger;
    animation-name: stagger;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    animation-timing: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.image_checkbox_wrapper .col-md-4:nth-child(0) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.image_checkbox_wrapper .col-md-4:nth-child(1) {
    /* -webkit-animation-delay:.4s; */
    animation-delay: .4s;
}

.image_checkbox_wrapper .col-md-4:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.image_checkbox_wrapper .col-md-4:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.image_checkbox_wrapper .col-md-4:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.image_checkbox_wrapper .col-md-4:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.image_checkbox_wrapper .col-md-4:nth-child(6) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.image_checkbox_wrapper .col-md-4:nth-child(7) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.image_checkbox_wrapper .col-md-4:nth-child(8) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.image_checkbox_wrapper .col-md-4:nth-child(9) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.image_checkbox_wrapper .col-md-4:nth-child(10) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.image_checkbox_wrapper .col-md-4:nth-child(11) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.image_checkbox_wrapper .col-md-4:nth-child(12) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.image_checkbox_wrapper .col-md-4:nth-child(13) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.image_checkbox_wrapper .col-md-4:nth-child(14) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.image_checkbox_wrapper .col-md-4:nth-child(15) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.custom-control-label span.lmcdr-img-section-tooltip,
.lmcdr-point-a span.lmcdr-img-section-tooltip,
.lmcdr-point-b span.lmcdr-img-section-tooltip {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    margin: 0 10px;
    top: -32px;
    box-shadow: 0 14px 42px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.custom-control-label span.lmcdr-img-section-tooltip:after,
.lmcdr-point-a span.lmcdr-img-section-tooltip:after,
.lmcdr-point-b span.lmcdr-img-section-tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-control-label:hover span.lmcdr-img-section-tooltip,
.lmcdr-point-a:hover span.lmcdr-img-section-tooltip,
.lmcdr-point-b:hover span.lmcdr-img-section-tooltip {
    opacity: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.lmcdr-point-a span.lmcdr-img-section-tooltip,
.lmcdr-point-b span.lmcdr-img-section-tooltip {
    width: 175px;
    font-size: 13px;
    z-index: 9;
    top: -52px;
    margin-left: -61px;
}

.lmcdr-point-b span.lmcdr-img-section-tooltip {
    margin-left: 0;
    position: absolute;
    right: -36px;
}

.bs-example:nth-child(1) .lmcdr-point-b span.lmcdr-img-section-tooltip,
.bs-example:nth-child(2) .lmcdr-point-b span.lmcdr-img-section-tooltip {
    right: -45px;
}

.design_brief_form_wrap:nth-child(2) {
    padding-top: 50px;
    border-bottom: none;
}

.dropzone {
    border-radius: 5px;
    border-color: #ccc;
}

.dropzone .dz-message {
    text-align: center;
    margin: 36px 0 0 0;
    font-size: 17px;
}

.design_brief_form_wrap input:focus,
.design_brief_form_wrap textarea:focus,
.design_brief_form_wrap select:hover,
.color_form textarea:focus {
    border-color: #999;
    outline: 0;
}

span.lmcdr-dropzone-default-msg {
    background: url(../images/drops.png) 0 0 no-repeat;
    padding-left: 30px;
}

.payment_sec .left-side-checkout,
.payment_sec .right-side-checkout {
    width: 55%;
    padding-left: 0;
}

.payment_sec .right-side-checkout {
    width: 44%;
    float: right;
    margin-top: 0px;
}

.woocommerce-checkout .payment_sec .right-side-checkout form.checkout_coupon {
    width: auto;
    border: 1px dashed #9e9c9c;
    padding: 10px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 50px;
}

.logged-in.woocommerce-checkout .payment_sec .right-side-checkout form.checkout_coupon {
    margin-top: 71px;
}

@media only screen and (max-width:1199px) {
    .woocommerce-checkout .payment_sec .right-side-checkout form.checkout_coupon {
        margin-top: 46px;
    }

    .logged-in.woocommerce-checkout .payment_sec .right-side-checkout form.checkout_coupon {
        margin-top: 67px;
    }
}

.woocommerce-checkout .payment_sec .right-side-checkout #order_review {
    margin-left: 0;
}

.payment_sec .design_brief_form_wrap .left-side-checkout h3 {
    color: #555555;
    font-size: 22px;
    font-weight: 500;
    text-transform: none !important;
}

.lmcdr-extra-question-body label {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #555;
    font-weight: 600 !important;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-top-billing,
.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment {
    background: #fff;
    border: 2px solid #eae7e7;
    border-radius: 6px;
    padding: 25px;
    overflow: hidden;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment {
    margin-top: 20px;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .form-row label {
    display: none !important;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .form-row.woocommerce-validated label {
    display: inline-block !important;
    margin-left: 5px !important;
}

.page-id-8 #order_review .right_box_summery .cart_mess_box.mobile-review-box {
    display: block !important;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .form-row span.woocommerce-input-wrapper {
    width: 100%;
    margin-bottom: 5px;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .form-row span.woocommerce-input-wrapper input {
    height: 45px !important;
    font-size: 14px !important;
    border-radius: 6px;
}

.woocommerce-checkout .payment_sec .design_brief_form_wrap .left-side-checkout form.checkout {
    margin-top: 0;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment h4 {
    margin: 0 0 3px;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment span {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

.woocommerce-checkout .payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment .payment_methods {
    border: 2px solid #eae7e7;
    border-radius: 6px;
    padding: 30px !important;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment .payment_methods li {
    background-color: transparent !important;
}

.woocommerce-checkout .payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment #payment .payment_methods li label {
    padding: 10px 20px !important;
    overflow: hidden;
}

.woocommerce-checkout .left-side-checkout #payment div.payment_box {
    background: #fafafa !important;
    padding: 20px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-checkout .left-side-checkout #payment ul.payment_methods {
    padding-bottom: 0px !important;
    border-bottom: 2px solid #eae7e7 !important;
}

.woocommerce-checkout .payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment #payment .payment_methods li.payment_method_ppec_paypal label {
    border-top: 2px solid #eae7e7;
}

.woocommerce-checkout .payment_sec .design_brief_form_wrap .left-side-checkout .lmcdr-bottom-payment #payment .payment_methods li.payment_method_stripe label {
    border-bottom: 2px solid #eae7e7;
}

.woocommerce-checkout #payment div.payment_box p {
    padding-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group #stripe-card-element {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group #stripe-card-element,
.woocommerce-checkout #payment ul.payment_methods #stripe-exp-element,
.woocommerce-checkout #payment ul.payment_methods #stripe-cvc-element {
    height: 45px !important;
    font-size: 16px !important;
    border-radius: 6px;
    padding-top: 13px;
    padding-left: 10px;
}

#customer_details .col-1-checkout-order-summary,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group i {
    display: none;
}

.lmcdr-checkout-area .design_brief_form_wrap {
    border-bottom: none;
}

.lmcdr-checkout-area .design_brief_sec .design_brief_form_wrap:nth-child(1) {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 25px;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group i {
    display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group #stripe-card-element {
    background: url(../images/lock-2.jpg) 96% 50% no-repeat #fff;
}

/* .woocommerce-checkout #payment ul.payment_methods #stripe-cvc-element{
    background: url(../images/security.jpg) 92% 50% no-repeat #fff;
} */


.payment_sec .right-side-checkout .woocommerce-checkout-review-order.new-order {
    background: transparent !important;
    padding: 40px 0 0 0 !important;
}

.lmcdr-product-description ul {
    padding-left: 17px !important;
}

.lmcdr-product-description ul li {
    list-style-type: disc;
    color: #555555;
    margin-bottom: 10px;
}

.lmcdr-review-box table th,
.lmcdr-review-box table td {
    border-bottom: none;
}

.lmcdr-review-box table td {
    text-align: right;
}

.lmcdr-review-box table tr.order-total {
    border-top: 1px solid #e1e1e1;
}

.custom-form-checkout {
    font-family: inherit;
    font-size: 16px;
}

.custom-form-checkout .amount {
    color: #555555;
}

.cart-discount-lmcdr .amount,
.cart-discount-lmcdr {
    color: #188c1a;
}

.lmcdr-review-box table tr.order-total {
    border-top: 1px solid #e1e1e1;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout form.checkout_coupon input {
    line-height: 36px;
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    background: #7899be;
    border-radius: 3px;
}

#coupon_code {
    text-transform: uppercase;
}

#coupon_code.lmcdr-coupon-applied {
    background: url(../images/tick.jpg) 97% 50% no-repeat #fff !important;
    border: 1px solid #188c1a;
    background-size: 20px !important;
    transition: none;
}

.lmcdr-checkout-area .image_checkbox .custom-control.lmcdr-disabled {
    opacity: .5;
}

.lmcdr-checkout-area .image_checkbox .custom-control.lmcdr-disabled.image-checkbox label {
    cursor: default;
}

a.lmcdr-back-step {
    float: left;
    color: #555;
    font-size: 18px;
    margin-left: 50px;
}

a.lmcdr-showlogin {
    font-size: 13px;
    color: #7899be;
    text-transform: none;
}

.woocommerce-checkout .payment_sec .right-side-checkout form.checkout_coupon ul.woocommerce-error,
.left-side-checkout ul.woocommerce-error {
    position: relative;
    padding: 5px 10px;
    margin: 0;
}

.woocommerce-NoticeGroup .woocommerce-error {
    width: auto;
    font-weight: 500;
    color: #df0b1f;
    margin: 0 0 20px;
    border-color: #df0b1f;
}

.woocommerce-NoticeGroup .woocommerce-error:before {
    color: #df0b1f;
}

.payment_sec .left-side-checkout .logomakr-woo-info a,
a.showCreateAccountForm,
.left-side-checkout .checkoutResetPass a,
.payment_sec p a {
    text-decoration: underline;
    font-size: 13px;
    color: #7899be;
    text-transform: none;
    font-style: normal;
}

.payment_sec .left-side-checkout .logomakr-woo-info a,
.left-side-checkout .checkoutResetPass a,
.payment_sec p a {
    font-weight: 600;
}

.payment_sec .left-side-checkout .logomakr-woo-info {
    padding-top: 0;
    padding-bottom: 10px;
}

.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .left-side-checkout form.lost_reset_password {
    max-width: 506px;
    background: #fff;
    border: 2px solid #eae7e7;
    border-radius: 6px;
    float: left;
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-button,
.woocommerce-checkout #logomakr-reset-password-btn {
    line-height: 36px;
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 30px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    background: #7899be;
    border-radius: 3px;
    margin-top: 14px;
}

.backToLogin a {
    font-size: 14px;
}

.woocommerce-checkout #logomakr-reset-password-btn {
    margin-top: 0;
}

.woocommerce-checkout .left-side-checkout form.lost_reset_password label.dispN {
    display: none;
}

.remeBerme,
.left-side-checkout .checkoutResetPass {
    font-size: 13px;
    font-family: 'Open Sans';
}

.remeBerme {
    color: #999;
}

.reset-loader {
    position: absolute;
}

#bottom-fixed-four.bottom_fixed_sec button {
    background: #0d3b63;
    padding: 10px 40px;
    float: right;
    font-size: 17px;
}

.payment_sec .design_brief_form_wrap .left-side-checkout .form-row.woocommerce-validated#billing_email_field label {
    margin-top: 0px !important;
}


@media only screen and (max-width: 1199px) {
    a.lmcdr-back-step {
        margin-left: 30px;
    }
}


@media only screen and (max-width: 959px) {

    .container,
    body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100% !important;
    }

    .bs-example {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .bottom_fixed_sec {
        min-height: auto;
    }

    .bottom_fixed_sec button {
        position: relative;
        top: auto;
        right: auto;
    }

    .design_brief_form_wrap:nth-child(2) {
        padding-top: 30px;
    }

    .payment_sec .left-side-checkout,
    .payment_sec .right-side-checkout {
        width: 100%;
        float: none;
    }

    .payment_sec .design_brief_form_wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .left-side-checkout #customer_details {
        margin: 0;
    }

    .left-side-checkout #customer_details .col-md-12 {
        padding: 0;
    }
}