body {
    margin: 0;
    font-family: 'Lato', sans-serif !important;
    color: #1C1C1C;
}

label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-bottom: 0px;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif !important;
    color: #1C1C1C;
    font-weight: 700;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }


}

.navbar-brand img {
    width: 95px !important;
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) {
    label {
        font-size: 14px;
    }

    .default_link {
        font-size: 14px;
    }

    .authenticate .btn-dark,
    .authenticate .btn-default {
        padding: 11px !important;
        font-size: 15px;
    }

    .authenticate .google-icon {
        width: 18px;
        height: 18px;
    }

    .authenticate .sub-head {
        font-size: 16px !important;
    }
}

.text-muted {
    opacity: .6;
}

.btn {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    min-width: 150px;
}

.btn span {
    position: relative;
    font-weight: 600;
}

.btn-dark:before {
    content: "";
    height: 0;
    width: 0;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transition: height 0.3s ease-in, width 0.3s ease-in 0.3s, border-radius 0.3s ease-in 0.3s, left 0.3s ease-in 0.3s, top 0.3s ease-in;
}

.btn-dark:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.site_builder .navbar {
    padding: 15px 30px;
    background: #fff;

}

.bar {
    position: relative;
    display: block;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #315EF5;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.warning-info {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #fb3a6f;

}

.form-control {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgb(204 204 204);
    outline: none !important;
    width: 100% !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0px;
    min-height: 40px;
    font-size: 14px;
}

.default.select_option {
    border: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 3px;
}

.nice-select.default:after {
    right: 15px;
}

.my-account .order-item {
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
}

.my-account .order-item .btn {
    font-size: 14px;
    min-width: 110px;
    padding: 12px !important;
}

.my-account .order-item .product {
    width: 55px;
    height: 55px;
    background-size: cover !important;
    border: 1px solid #ccc;
    border-radius: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

textarea:focus~.bar:before,
textarea:focus~.bar:after {
    width: 50%;
}

.btn-default {
    border: 1px solid #ccc;
    background: #fff;
}

.btn-default:before {
    content: "";
    height: 0;
    width: 0;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transition: height 0.3s ease-in, width 0.3s ease-in 0.3s, border-radius 0.3s ease-in 0.3s, left 0.3s ease-in 0.3s, top 0.3s ease-in;
}

.btn-default:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.remove-btn {
    background: #fb3a6f;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
}

.remove-btn span {
    position: relative;
}

.remove-btn:before {
    content: "";
    height: 0;
    width: 0;
    background: #fb5180;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transition: height 0.3s ease-in, width 0.3s ease-in 0.3s, border-radius 0.3s ease-in 0.3s, left 0.3s ease-in 0.3s, top 0.3s ease-in;
}

.remove-btn:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.edit-btn {
    min-width: 105px;
    font-size: 14px;
    padding: 8px 15px;
    height: 40px;
}

.add-btn {
    background: #56e16c;
    color: #fff !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    /*
    margin-right: 15px;*/
}

.add-new {
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 600;
}

.add-new span {
    vertical-align: middle;
}


/*custom checkbox*/

.form-group .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group .check-box label {
    position: relative;
    cursor: pointer;
}

.form-group .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #1d1d1d;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px;
}

.form-group .check-box input:checked+label:before {
    background-color: #1d1d1d;
}

.form-group .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 6px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*custom checkbox*/


/*custom radio button*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #1C1C1C;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(204 204 204);
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #1C1C1C;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*custom radio button*/

.curved {
    border-radius: 35px;
}


/*authenticate*/

.authenticate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

.authenticate p {
    font-size: 13px !important;
    margin-bottom: 0px;
    padding-top: 25px;
}

.authenticate h1 {
    text-align: center;
    font-size: 30px;
}

.anchor_link {
    font-size: 16px;
}

.authenticate .btn-dark {
    margin-top: 20px;
}

.authenticate .sub-head {
    text-align: center;
    display: block;
    font-size: 20px;
    padding-bottom: 55px;
}

.authenticate .or-use-email {
    color: #20303c;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -13px;
    font-size: 14px;
}

.authenticate .separator {
    border-top: 1px solid #e0e3e585;
    height: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.authenticate .or-use-email .text {
    margin: 10px 16px 10px 16px;
    white-space: nowrap;
    font-weight: 600;
}

.authenticate .go-back-link {
    font-size: 17px;
}

.vertical-border {
    width: 1px;
    opacity: .8;
    height: 100%;
    background-color: #ccc;
    margin: 0 85px;
}

.google-icon {
    background: url(../img/google.svg);
    width: 23px;
    height: 23px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.fa-facebook-f {
    color: #3B5998;
}

.mt-40 {
    margin-top: 40px;
}

.eye-icon,
.eye-icon1 {
    float: right;
    color: #212529;
    cursor: pointer;
    margin-top: -32px;
    display: block;
    margin-right: 0px;
}

.eye-icon.slash,
.eye-icon1.slash {
    display: none;
}

.eye-slash-icon,
.eye-slash-icon1 {
    display: none;
}

.eye-slash-icon.active,
.eye-slash-icon1.active {
    float: right;
    cursor: pointer;
    color: #212529;
    margin-top: -32px;
    display: block;
    margin-right: 0px;
}

.wrong-mail {
    display: none;
}

.wrong-mail.active {
    display: block;
}

.wrong-mail .form-control {
    width: 86% !important;
    display: inline-block;
}

.wrong-mail .btn {
    float: right;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 0;
    min-width: auto;
}


/*authenticate*/

.navbar-collapse .nav-item {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}

.navbar-collapse .nav-item a {
    color: #1C1C1C;
}

.navbar-collapse .nav-item.active a {
    color: #000;
    font-weight: 600;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 45px;
    right: 5%;
    min-width: 13rem;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
    border: 1px solid rgb(0 0 0 / 3%);
}

.dropstart .dropdown-menu[data-bs-popper] .dropdown-item {
    padding: .25rem 1.4rem;
}

.dropstart .dropdown-toggle::before {
    display: none;
}

.navbar-collapse .fa-user-circle {
    font-size: 25px;
}

.build-wiz {
    padding-bottom: 100px;
}

.build-wiz form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.build-wiz form .type-selector {
    display: flex;
    width: 250px;
    height: 250px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.build-wiz form .type-selector:hover {
    transform: scale(1.03);
}

.build-wiz form .type-selector img {
    height: 50px;
    margin-bottom: 20px;
    margin-right: 0;
}

.build-wiz h2 {
    line-height: 38px;
}

.type-selector [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.type-selector [type=checkbox],
.type-selectors [type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.type-selector {
    border: 1px solid #cccccc52;
    padding: 20px 30px;
    display: inline-block;
    margin: 0px 23px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    margin-top: 25px;
    box-shadow: 0px 0px 5px #00000012;
    font-size: 15px;
}

.type-selectors {
    border: 1px solid #cccccc52;
    padding: 20px 30px;
    display: inline-block;
    margin: 0px 23px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    margin-top: 25px;
    box-shadow: 0px 0px 5px #00000012;
    font-size: 15px;
}

.type-selector img {
    height: 20px;
    margin-top: -4px;
    margin-right: 10px;
}

.type-selector:hover,
.type-selectors:hover {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(245 245 245 / 40%);
    transition: .3s;
    /*transform: scale(1.03);*/
}

.needed-section .type-selector.active::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 10px;
}

.type-selector.active {
    outline: 0;
    border: 1px solid #333;
    transition: .3s;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(245 245 245 / 40%);
    /*transform: scale(1.03)*/
    ;
}

.mob-fixed-btm-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 15px 0px 10px 3px;
    z-index: 5;
    box-shadow: 0px 0px 10px #00000021;
}

.mob-fixed-btm-nav a {
    color: #585b63c9 !important;
    text-decoration: none;
    line-height: 10px;
    font-size: 11px !important;
}

.mob-fixed-btm-nav a.active {
    color: #0c0c0c !important;
}

.mob-fixed-btm-nav i {
    font-size: 14px;
    display: block;
    text-align: center;
}

.dark-left-part {
    background: #191720;
    height: 100vh;
    position: fixed;
    padding: 40px;
    left: 0;
    z-index: 6;
    width: 25%;
}

.progress-circle {
    font-size: 20px;
    position: relative;
    /* so that children can be absolutely positioned */
    padding: 0;
    width: 4em;
    height: 4em;
    background-color: #fff;
    border-radius: 50%;
    line-height: 5em;
    float: left;
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.3em;
    height: 3.3em;
    background-color: #191720;
    content: " ";
}


/* Text inside the control */

.progress-circle span {
    position: absolute;
    line-height: 5em;
    width: 5em;
    text-align: center;
    display: block;
    color: #fff;
    z-index: 2;
    font-size: 16px;
}

.left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 4em;
    height: 4em;
    position: absolute;
    /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em);
    /* clips the whole left half*/
}


/* when p>50, don't clip left half*/

.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 0.45em solid #00c853;
    box-sizing: border-box;
}


/* Progress bar filling the whole right half for values above 50% */

.progress-circle.over50 .first50-bar {
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #00c853;
    border-radius: 50%;
    width: 4em;
    height: 4em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}

.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

.dark-left-part .progress-info {
    position: fixed;
    bottom: 6%;
}

.dark-left-part h3 {
    color: #fff;
    font-size: 1.75rem;
    padding-top: 50px;
}

.dark-left-part p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

p {
    font-size: 17px;
    font-weight: 400;
}

.site_builder .wrap {
    padding: 30px 0px 100px;
}


/*
.theme-scroll{max-height: 320px;overflow-y: auto;}*/

.theme-scroll {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

.theme-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.theme-scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.theme-scroll::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.fixed-btns {
    position: fixed;
    width: 50%;
    bottom: 0;
    background: linear-gradient(359deg, rgb(255 255 255) 0%, rgb(255 255 255 / 44%) 35%, rgb(255 255 255 / 0%) 100%);
    padding: 40px 0;
}

.site_builder .wrap .btn {
    font-weight: 400;
    position: relative;
    overflow: hidden;
    min-width: 110px;
    font-size: 14px;
    padding: 12px !important;
}

.site_builder .dark-left-part .btn-open i {
    color: #ffffff;
}

.site_builder .wrap .type-selector {
    margin-left: 0px;
}

.search input {
    padding-left: 30px;
}

.search .fa-search {
    position: absolute;
    margin-top: -24px;
    font-size: 12px;
    color: #6c757d;
}

.needed-items {
    padding-bottom: 45px;
}

.needed-items .type-selector {
    padding: 20px 30px 25px;
    width: 100%;
    position: relative;
}

.needed-items .type-selector span {
    font-size: 16px;
}

.needed-items .type-selector img {
    height: 68px;
    margin-right: 0px;
    margin-top: 15px;
    position: relative;
    z-index: -1;
    width: 100%;
}

.site_builder .theme-wrap {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    height: 155px;
    overflow: hidden !important;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site_builder .theme-wrap .overlay {
    text-align: center;
    position: relative;
    width: 100%;
    opacity: 1;
    transition: .3s;
    height: 100%;
    z-index: 5;
    /* padding: 58px 0px;*/
}

.site_builder .theme-wrap img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.site_builder .theme-wrap:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.site_builder .theme-wrap:hover .overlay {
    margin-top: -30%;
}

.site_builder .theme-wrap .overlay .btn {
    min-width: 95px;
    font-size: 13px;
    padding: 8px !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(66 70 73 / 50%);
    transition: .3s;
}

.site_builder .theme-wrap::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s;
    height: 100%;
    opacity: .1;
    background-color: #dfdfdfb8;
    z-index: 0;
}

.site_builder .theme-wrap:hover::after {
    opacity: 1;
    transition: .4s;
}

.preview-wrappter {
    position: fixed;
    left: 0px;
    display: none;
    top: 0px;
    box-shadow: 0px 0px 150px #000000;
    width: 98%;
    background: #fff;
    z-index: 5000;
    height: 100%;
    margin: 14px;
}

.preview-wrappter .head {
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
}

.preview-desktop {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
}

.preview-wrappter .preview-devices ul li {
    display: inline-block;
    margin-right: 45px;
    font-size: 20px;
}

.preview-wrappter .preview-devices ul li a.active::after {
    content: "";
    height: 3px;
    background: #2196f3;
    width: 100%;
    display: block;
    margin-top: 18px;
    margin-bottom: -18px;
}

.preview-wrappter .head .btn-default {
    min-width: 100px;
    height: 32px;
    padding: 9px !important;
    font-size: 13px;
    line-height: 13px;
}

.mob-title .customize {
    display: none;
}

.mob-title i {
    font-size: 14px;
    color: #1C1C1C;
}

.mob-title .customize.active {
    display: block;
}

.preview-wrappter .preview-devices ul li a.active {
    color: #2196f3;
}

.preview-wrappter .eezix-nav {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.preview-wrappter .eezix-nav .btn-open {
    top: 15px;
}

.preview-wrappter .navigate ul li {
    display: inline-block;
    margin-left: 45px;
    font-size: 20px;
}

.preview-wrappter a {
    color: #04082B;
}

.preview-wrappter .head .navigate {
    text-align: right;
}

.preview-wrappter .head i {
    margin-top: 12px;
}

.preview-wrappter .head ul {
    padding-left: 0px;
}

.preview-wrappter iframe::-webkit-scrollbar {
    width: 0px;
}

.preview-wrappter iframe::-webkit-scrollbar-track {
    width: 0px;
}


/* .preview-mobile {
    width: 393px;
    height: 667px;
    margin: auto;
    margin-top: 20px;
    display: block;
} */

.preview-mobile {
    width: 403px;
    transform: scale(.6);
    margin: auto;
    margin-top: -140px;
    border: 10px solid #0e0e0e;
    border-radius: 53px;
    height: auto !important;
    box-shadow: 1px 11px 13px #0000003b;
}

.preview-mobile iframe {
    width: 393px;
    height: 667px;
    margin: auto;
    display: block;
}

.preview-mobile::before {
    content: "";
    background: url(../img/android-template-top.png);
    width: 104%;
    height: 65px;
    display: block;
    background-size: cover;
    margin-top: -6px;
    margin-left: -8px;
}

.preview-mobile::after {
    content: "";
    background: url(../img/android-template-bottom.png);
    width: 104.5%;
    height: 50px;
    display: block;
    background-size: cover;
    margin-bottom: -1px;
    margin-left: -8px;
}

.embed-responsive {
    height: 100%;
}

.preview-wrappter.open {
    display: block;
}

.site_builder .light-header {
    padding: 15px;
    box-shadow: 0px 0px 10px #00000024;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    top: 0px;
}

.site_builder .right-sidebar {
    background: #fff;
    height: 100vh;
    overflow-x: auto;
    position: fixed;
    padding: 120px 30px;
    right: 0;
    z-index: 5;
    width: 28%;
    box-shadow: 0px 0px 10px #0000001a;
}

.site_builder .right-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    width: 0px;
}

.site_builder .right-sidebar::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

.site_builder .right-sidebar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.edit-wrapper {
    margin-top: 75px;
    padding: 40px 40px 100px;
}

.edit-wrapper .products .btn {
    padding: 8px !important;
}

.edit-wrapper h4 {
    font-weight: 900;
}

.edit-wrapper iframe {
    width: 100%;
    height: 100vh;
}

.edit-wrapper .full-preview {
    min-width: 60px;
}

.edit-wrapper .view-sidebar {
    min-width: 60px;
}

.site_builder .right-sidebar h5 {
    font-weight: 900;
}

.site_builder .right-sidebar a {
    color: #1C1C1C;
    cursor: pointer;
}

.site_builder .right-sidebar a.btn-dark {
    color: #fff;
}

.site_builder .right-sidebar p {
    font-size: 16px;
}


/*.site_builder .page-selector{max-height: 440px;overflow-y: auto;overflow-x: hidden;}*/

.site_builder .page-selector .nav-link {
    margin-top: 30px;
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 0px;
}

.site_builder .page-selector .card {
    padding: 18px;
    border: 1px solid #cccccc52;
    transition: .3s;
    box-shadow: 0px 0px 5px #00000012;
}

.site_builder .page-selector .card:hover {
    transition: .3s;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(245 245 245 / 40%);
}

.site_builder .page-selector .card span {
    font-size: 14px;
    font-weight: 600;
    color: #1C1C1C;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

.site_builder .page-selector .nav-link.active .card {
    border: 1px solid #333;
    transform: scale(1.03);
}

.site_builder .page-selector .card img {
    height: 100%;
}

.theme-editor .btn.desktop-view {
    /*  min-width: 48px;
    position: fixed;
    top: 18%;
    right: 32%;
    padding: 0px !important;
    font-size: 15px;
    height: 48px;
    line-height: 46px;*/
    min-width: 40px;
    padding: 0px !important;
    font-size: 12px;
    height: 40px;
    line-height: 39px;
}

.tooltip.in {
    opacity: 1 !important;
}

.editor-fixed-btns {
    position: fixed;
    bottom: 0px;
    background: linear-gradient(359deg, rgb(255 255 255) 0%, rgb(255 255 255 / 80%) 35%, rgb(255 255 255 / 0%) 100%);
    padding: 30px 30px;
    right: 0;
    z-index: 15;
    width: 27.8%;
}

.editor-fixed-btns .btn {
    min-width: 110px;
    font-size: 14px;
    padding: 12px;
}

.theme-editor .btn {
    font-size: 14px;
    min-width: 110px;
    padding: 9px 12px !important;
}

.site_builder .theme-selected .right-sidebar {
    width: 16.66666667%;
}

.generated {
    padding: 15px;
    margin: 0rem 2rem 2rem;
    background: #eee;
    border-radius: 5px;
}

@media (min-width: 1200px) {

    .domMethod1 i,
    .domMethod i {
        display: none;
    }

    .theme-editor .col-xl-9.lhs {
        flex: 0 0 auto;
        width: 72%;
    }

    .site_builder .theme-selected .ifram-wrap {
        width: 100%;
        height: 780px;
        border-radius: 5px;
        border: 1px solid #ccc;
        transform: scale(.755);
        position: absolute;
        left: -8.4%;
        top: 37%;
    }

    .site_builder .theme-selected .ifram-wrap::before {
        content: "";
        background: url(../img/broswer.png);
        width: 100%;
        height: 56px;
        display: block;
        background-size: cover;
    }
}

.choose-image .type-selector img,
.type-selectors img {
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
}

.choose-image .type-selector.active {
    border: none;
    transition: .3s;
}

.choose-image .type-selector.active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: relative;
    transition: .3s;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
    display: block;
    margin-top: -74px;
    margin-left: 47px;
}

.three-in-a-row .type-selector.active::after {
    margin-left: 45px !important;
    margin-top: -75px !important;
}

.custom-file-upload {
    border: 2px dashed #ccc;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: #929292;
    font-size: 25px;
    transition: .3s;
    flex-direction: column;
}

.custom-file-upload:hover {
    border: 2px dashed #333;
    transition: .3s;
}

.custom-file-upload:hover i {
    color: #333;
}

.custom-file-upload i {}

#files {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: -13px;
    left: 0;
    cursor: pointer;
}

.pip {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee;
}

.pip img {
    height: 100%;
    width: 100%;
}

/* .ngx-overlay {
    width: 100% !important;
} */

.remove_me {
    position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    left: 37.4%;
    top: 30%;
    cursor: pointer;
    color: #f44336;
    box-shadow: 0 1px 10px #00000036;
}

.modal .btn {
    min-width: 110px;
    font-size: 14px;
    padding: 12px;
}

.modal .btn-close {
    font-size: 11px;
}

.modal .btn-close:hover {
    transition: .3s;
    opacity: 1;
}

.modal-body {
    padding: 2rem;
}

.modal-body p {
    font-size: 15px;
}

.modal-header {
    border: none;
    padding: 2rem 2rem 0rem;
}

.modal-header h5 {
    font-size: 17px;
    font-weight: 900;
}

.modal-footer {
    border: none;
    padding: 0rem 2rem 2rem;
}

.modal-footer>* {
    margin: 0;
}

.modal-body .choose-image .type-selector.active::after {
    margin-top: -60px;
    position: relative;
    display: block;
    margin-left: 28px;
    left: 0;
}

.modal-body .choose-image .type-selectors.active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: relative;
    transition: .3s;
    background: #fff;
    width: 35px;
    margin-bottom: 21px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
    left: 26px;
    margin-top: -56px;
    display: block;
}

.autofill {
    min-width: 95px;
    font-size: 14px;
    padding: 12px;
}

.edit-wrapper .common-list .img-wrap {
    height: 190px;
    background-size: cover !important;
}

.edit-wrapper .products .img-wrap {
    height: 100px;
    width: 90%;
}

.edit-wrapper .common-list .card-title {
    font-size: 19px;
}

.edit-wrapper .common-list p {
    font-size: 15px;
    padding-bottom: 10px;
}

.edit-wrapper .common-list .card-body {
    padding: 25px;
}

.edit-wrapper .video-list iframe {
    height: 215px;
    margin-bottom: 25px;
}

.edit-wrapper .team-list {}

.edit-wrapper .team-list .team-img-wrap {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    border-radius: 50%;
    margin: auto;
}

.edit-wrapper .team-list h4 {
    font-size: 19px;
}

.edit-wrapper .team-list span {
    font-size: 14px;
}

.edit-wrapper .user-image {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    border-radius: 50%;
    margin: auto;
}

.testimonial-list p {
    font-size: 15px;
}

.testimonial-list h5 {
    font-size: 17px;
}

.danger-delete {
    width: 50px;
    height: 50px;
    background: #fb3a6f;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    line-height: 48px !important;
}

.modal-sub-title {
    font-weight: 900;
    font-size: 17px;
}

.modal .custom-file-upload {
    height: 120px;
    padding-top: 0px;
}

.modal .custom-file-upload .ulpoader {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.modal .custom-file-upload .custom-text {
    display: block;
    text-align: center;
    padding-top: 4px;
}

.modal .custom-file-upload .custom-text i {
    position: relative;
    margin-top: 0%;
    color: #1a1e21;
    margin-left: 0;
}

.modal .custom-file-upload .custom-text h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.modal .custom-file-upload .custom-text p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 29px;
}

.modal .pip {
    margin-top: 15px;
}

.modal .pip .remove {
    left: auto;
    margin-left: 6.45%;
}

.check-btn {
    min-width: 46px !important;
    padding: 12px 0px !important;
    width: 46px !important;
}

.text-right {
    text-align: right !important
}

.xs-new-btn {
    color: #1C1C1C;
    text-decoration: none;
    font-size: 14px;
}

.xs-new-btn i {
    color: #56e16c !important;
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.imageoricon .nav-link span {
    display: block;
    font-size: 14px;
}

.imageoricon button {
    border: 1px solid #cccccc73 !important;
    transition: .3s;
    box-shadow: 0px 0px 5px #00000012;
    padding: 20px;
    color: #1C1C1C;
}

.imageoricon .nav-link.active {
    border: 1px solid #333 !important;
    background-color: #ffffff;
    color: #1C1C1C;
    transition: .3s;
}

.imageoricon .nav-link i {
    font-size: 21px;
}

.imageoricon .center-text {
    line-height: 75px;
}

.modal .custom-file-upload i {
    position: absolute;
    margin-top: 9%;
    margin-left: 10.5%;
}

.modal .choose-icon img {
    margin-bottom: 5px;
    margin-right: 0;
}

.modal .choose-icon .type-selector span {
    font-size: 14px;
    display: block;
}

.no-data {
    text-align: center;
    padding: 65px 10px;
}

.no-data img {
    width: 75px;
}

.no-data h6 {
    font-size: 18px;
    font-weight: 900;
    padding-top: 19px;
}

.no-data p {
    font-size: 15px;
    padding-bottom: 10px
}

.no-data .btn {
    font-size: 14px;
    padding: 12px;
}

#galleryModal {
    z-index: 2500 !important;
}

.note-btn-group .btn {
    min-width: auto !important;
    font-size: 12px;
    padding: 5px 9px !important;
    font-weight: 400;
}

.edit-wrapper .products h5 {
    font-weight: 900;
    font-size: 18px;
}

.edit-wrapper .products span {
    display: block;
    padding-bottom: 5px;
}


/* toggle switch */


/* Button 2 */

#button-2 .knobs:before,
#button-2 .knobs:after {
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 11px 11px;
    background-color: #56e16c;
    border-radius: 25px;
    transition: 0.3s ease all;
}

#button-2 .knobs:before {
    content: 'Visible';
}

#button-2 .knobs:after {
    content: 'Hidden';
}

#button-2 .knobs:after {
    right: -65px;
    left: auto;
    background-color: #fb3a6f;
}

#button-2 .checkbox:checked+.knobs:before {
    left: -65px;
}

#button-2 .checkbox:checked+.knobs:after {
    right: 4px;
}

#button-2 .checkbox:checked~.layer {
    background-color: #fff;
}

.toggle-button-cover {
    position: relative;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-button-cover .button {
    position: relative;
    top: 50%;
    height: 40px;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.toggle-button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.toggle-button-cover .knobs {
    z-index: 2;
}

.toggle-button-cover .layer {
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease all;
    z-index: 1;
    border: 1px solid #ccc;
}


/* toggle switch */

.modal .sub-head {
    padding-bottom: 10px;
    font-size: 17px;
}

.offer .card {
    margin-bottom: 25px;
}

.calendar-addon {
    position: absolute;
    right: 0px;
}

.contact .type-selector {
    margin: 20px 0px 0px;
    text-align: center;
    width: 100%;
    padding: 20px 20px;
}

.form-check-input:checked {
    background-color: #25D164;
    border-color: #25D164;
}


/*layout select*/

.site_builder .page-selector .card a {
    color: #7c7a7a;
    font-size: 14px;
    transition: .3s;
    text-decoration: none;
}

.site_builder .page-selector .card a:hover {
    transition: .3s;
    color: #1C1C1C;
}

.site_builder .layout-select .card img {
    margin-bottom: 5px;
}

.site_builder .layout-select .nav-pills:after,
.my-account .nav-pills:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #ccc;
    margin-top: -2px;
    position: relative;
    z-index: 0;
}

.site_builder .layout-select .nav-pills .nav-link,
.my-account .nav-pills .nav-link {
    background-color: #ffffff;
    color: #1C1C1C;
    padding: 0px 0px 10px;
    border-radius: 0;
    z-index: 1;
    font-size: 16px;
    position: relative;
    font-weight: 700;
}

.site_builder .layout-select .nav-pills .nav-link.active,
.my-account .nav-pills .nav-link.active {
    border-bottom: 3px solid #1C1C1C;
}

.site_builder .layout-select .pallet-wrap .pallet {
    margin-top: 25px;
}

.site_builder .layout-select .pallet-wrap .pallet .inner-wrap {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 0px;
    overflow: hidden;
    display: inline-block;
    width: 87%;
    vertical-align: middle;
}

.site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
    padding: 6px;
    display: inline-block;
    width: 32.4%;
}

.site_builder .layout-select .pallet-wrap .pallet .type-selector {
    line-height: 14px;
    padding: 15px 25px;
}

.site_builder .layout-select .pallet-wrap .pallet .type-selector:before {
    content: "";
    border: 1px solid #9f9f9f;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.site_builder .layout-select .pallet-wrap .pallet .type-selector.active:before {
    background: #212529;
}

.layout-edit {
    margin-top: 75px;
    padding: 40px 40px 100px;
}

@media (min-width: 1200px) {
    .layout-edit .ifram-wrap {
        width: 100%;
        height: 780px;
        border: 1px solid #ccc;
        transform: scale(.65);
        position: absolute;
        left: -14%;
        border-radius: 5px;
        top: -10px;
    }

    .layout-edit .ifram-wrap::before {
        content: "";
        background: url(../img/broswer.png);
        width: 100%;
        height: 56px;
        display: block;
        background-size: cover;
    }
}

.layout-edit iframe {
    width: 100%;
    height: 100%;
}


/*layout select*/

.layout-edit .ifram-wrap #banner {
    border: 5px dashed #6A49F3;
}

.content {
    display: none;
    overflow: hidden;
    padding: 10px 30px 30px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.site_builder .right-sidebar .top-head {
    padding: 0px 30px 30px;
}

.site_builder .right-sidebar .collapsible {
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    color: #1C1C1C;
    text-align: left;
    border-bottom: 1px solid #eeeeee94;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.site_builder .right-sidebar .collapsible::after {
    content: "\f078";
    font-family: FontAwesome !important;
    color: #929292;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.site_builder .right-sidebar .collapsible.active::after {
    content: "\f077";
    font-family: FontAwesome !important;
    color: #929292;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.site_builder .right-sidebar .content .type-selector {
    margin: 5px 0px 20px !important;
}

.site_builder .right-sidebar .content .custom-file-upload .ulpoader {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: -84px !important;
    left: 0;
    cursor: pointer;
}

.site_builder .right-sidebar .content .pip {
    margin-top: 15px;
}

.site_builder .right-sidebar .content .pip .remove {
    left: 16.4%;
}

.site_builder .right-sidebar .content .custom-file-upload .custom-text {
    display: block;
    text-align: center;
    padding-top: 4px;
}

.site_builder .right-sidebar .content .custom-file-upload .custom-text i {
    position: relative;
    margin-top: 0%;
    color: #1a1e21;
    margin-left: 0;
}

.site_builder .right-sidebar .content .custom-file-upload {
    height: 110px;
    line-height: 10px;
    padding-top: 15px;
}

.site_builder .right-sidebar .custom-file-upload .custom-text h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.site_builder .right-sidebar .custom-file-upload .custom-text p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 29px;
}

.site_builder .right-sidebar .content .choose-image .type-selector.active::after {
    top: auto;
    left: auto;
    margin-top: -60px;
    position: relative;
    display: block;
    margin-left: 28px;
}

.site_builder .right-sidebar .content .type-selector img {
    height: auto;
    margin: 0px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.form-switch .form-check-input {
    transition: .3s;
}

.site_builder .right-sidebar .bordered-wrap {
    background: none;
    padding: 0;
    width: 100%;
    color: #1C1C1C;
    text-align: left;
    border-bottom: 1px solid #eeeeee94;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-switch .form-check-input {
    margin-left: 0px;
}

.mob-page-selector .top-area {
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
}

.mob-page-selector .middle-area {
    padding: 4px 20px 13px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.mob-page-selector .mobile-edit-layout .card {
    margin-right: 10px;
    width: 78px;
    padding: 5px 10px 9px;
}

.mob-page-selector .mobile-edit-layout .card.active {
    border: 1px solid #333;
}

.mob-page-selector .mobile-edit-layout {
    padding: 7px 5px 6px 9px;
    height: 80px;
    overflow-y: hidden !important;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.mob-page-selector .mobile-edit-layout .nav-link.active {
    background-color: transparent;
}

.mob-page-selector .mobile-edit-layout .nav-link.active .card {
    border: 1px solid #333;
}

.mob-page-selector .mobile-edit-layout .nav-link {
    padding: 0px;
}

.mob-page-selector {
    top: 0;
    position: fixed;
    background: #ffffff;
    width: 100%;
    /* padding: 10px 25px 13px; */
    box-shadow: 0px 0px 20px #00000036;
    z-index: 1000;
}

.mob-page-selector .mobile-edit-layout .card a {
    font-size: 10px;
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent !important;
}

.mob-page-selector .mobile-edit-layout .card span {
    display: block;
    margin-bottom: 7px;
}

.mob-page-selector .btn {
    height: 32px;
    padding: 9px !important;
    font-size: 13px;
    min-width: 100%;
    line-height: 13px;
}

.mob-page-selector .mobile-edit-layout::after {
    content: "";
    background: #ccc;
    height: 3px;
    display: block;
    width: 40%;
    margin: auto;
    border-radius: 15px;
    margin-top: 7px;
}

.nav-pills .slick-slide {
    width: 88px !important;
}

.mob-page-selector .mobile-edit-layout .card span {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    color: #1C1C1C;
    font-weight: 600;
}

.customize {
    color: #1C1C1C;
    text-decoration: none;
    font-size: 14px;
}

.static-left-btn {
    position: fixed;
    left: 2.1%;
    bottom: 5%;
    z-index: 50;
    background: #25D164;
    font-size: 14px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 6px 26px 0 rgb(19 55 82 / 30%);
}

.static-left-btn.active .far {
    display: none;
}

.static-left-btn.active .fas {
    display: block !important;
    margin-top: 13px;
}

.assistant-tip {
    display: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 26px 0 rgb(19 55 82 / 30%);
    box-shadow: 0 6px 26px 0 rgb(19 55 82 / 30%);
    padding: 18px;
    width: 150px;
    position: fixed;
    left: 25px;
    bottom: 13%;
    transition: .3s;
    z-index: 5555;
    font-size: 15px;
}

.assistant-tip.active {
    display: block;
}

.assistant-tip a {
    text-decoration: none;
}

.back-to-all {
    position: absolute;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    top: 22px;
}


/* my-account */

.my-account {
    margin-top: 75px;
    padding: 40px 40px 100px;
}

.my-account .card {
    box-shadow: 0px 0px 5px #00000012;
    border: none;
    padding: 35px;
}

.grey-box {
    background: #F7F8FA;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.web-logo {
    width: 50px;
    height: 50px;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #ededed;
}

.action-bar {
    padding-left: 0px;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 10px;
}

.action-bar li {
    display: inline-block;
    margin-left: 5px;
}

.action-bar li a {
    background: transparent;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
    border-radius: 50%;
    line-height: 31px;
    transition: .3s;
}

.action-bar li a:hover {
    background: #E1E4E9;
    transition: .3s;
}

.my-account a {
    color: #1C1C1C;
    text-decoration: none;
    font-size: 15px;
}

.my-account .web-item a {
    margin-left: 5px;
}

.my-account h5 {
    font-size: 18px;
    font-weight: 900;
}

.my-account h5 button {
    font-size: 18px;
    font-weight: 900;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.my-account .accordion.no-border .accordion-item {
    border-left: none;
    border-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: none;
}

.my-account .accordion.no-border .accordion-body {
    padding: 1rem 0rem;
}

.my-account .accordion.no-border .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}

.my-account .grey-box .btn {
    font-size: 11px;
    color: #fff;
    min-width: 90px;
}

.my-account .btn-dark {
    color: #fff;
}

.my-account .btn.normal {
    margin-left: 0px;
}

.my-account .search-container {
    border: 1px solid #ccc;
    padding-left: 25px;
    margin-top: 10px;
    border-radius: 25px;
}

.my-account .search-container input {
    border: none;
    width: 79% !important;
    font-size: 14px;
}

.my-account .search-container .btn {
    font-size: 14px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.my-account .no-data img {
    width: 125px;
}

.active-badge {
    background: #56e16c;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 15px;
    position: relative;
    top: -10px;
}

.warning-badge {
    background: #f44336;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 15px;
    position: relative;
    top: -10px;
}

.warning-bg {
    background: #ffcccc94;
    color: #f61c0b;
}

.grey-box p {
    font-size: 16px;
    margin-bottom: 0px;
}

table {
    font-size: 15px;
}

.btn-default {
    color: #1C1C1C !important;
}

.user-wrap .fa-user-circle {
    font-size: 55px;
}

.user-wrap .btn {
    font-size: 14px;
    min-width: 110px;
    padding: 12px !important;
}

.fa-rocket {
    transform: rotate(317deg);
}

.user-wrap .member {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px;
    margin-top: 20px;
    transition: .3s;
}

.user-wrap .member p {
    font-size: 15px;
}

.user-wrap .member:hover {
    transition: .3s;
    box-shadow: 0px 0px 5px #00000012;
}

.user-detail .form-group i {
    position: absolute;
    margin-top: 13px;
}

.user-detail .form-group input {
    padding-left: 30px !important;
}

.user-detail .form-group.read-only input {
    border-bottom: none;
    pointer-events: none;
}

.user-detail .form-group.read-only .bar {
    display: none;
}

.my-account .left-bar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.my-account .left-bar ul li {
    margin-bottom: 15px;
}

.my-account .left-bar ul li a {
    position: relative;
}

.my-account .left-bar ul li.active::before {
    content: "";
    background: #eeeeee9c;
    display: block;
    height: 40px;
    position: absolute;
    width: 90%;
    z-index: 0;
    left: 5%;
    margin-top: -8px;
    border-radius: 5px;
}

.btn.normal {
    border: 1px solid #ccc;
    color: #1C1C1C !important;
}

.my-account .custom-file-upload .custom-text {
    display: block;
    text-align: center;
    padding-top: 4px;
}

.my-account .custom-file-upload {
    height: 120px;
}

.my-account .custom-file-upload .custom-text h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.my-account .pip .remove {
    left: 8.4%;
}

.my-account .pip {
    margin-top: 15px;
}

.my-account .custom-file-upload .custom-text p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 29px;
}

.my-account .custom-file-upload .ulpoader {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: -93px;
    left: 0;
    cursor: pointer;
}

.my-account .custom-file-upload .custom-text i {
    position: relative;
    margin-top: 0%;
    color: #1a1e21;
    margin-left: 0;
}

.web-settings .btn {
    font-size: 14px;
    min-width: 110px;
    padding: 12px !important;
}

.payment img {
    height: 20px;
    margin-right: 5px;
    width: 20px;
}


/* my-account */
/* create email plan */
.emailPricing .card {
    margin-top: 15px;
}

.emailPricing .card span {
    font-size: 19px;
    font-weight: 900;
}

.emailPricing .card span span {
    font-weight: 300;
    font-size: 15px;
}

.emailPricing .card ul {
    padding-left: 16px;
    padding-top: 15px;
    line-height: 30px;
}

.emailPricing .btn span {
    position: relative;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.emailPricing .card .pricing-card__tag {
    background: #fdb72e;
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 11px;
    padding: 3px 10px 1px;
    border-radius: 14px;
}

/* create email plan */
.light-header .col-xl-3 {
    display: flex;
    align-items: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width:667px) {
    .progress-info {
        transform: scale(.7);
    }

    .ngx-overlay {
        margin-left: 0px !important;
    }

    .mob-page-selector .exit {
        font-size: 15px;
    }

    .navbar-brand img {
        width: 75px !important;
    }

    .connect-status {
        position: relative !important;
        padding: 5px 10px !important;
        float: right;
        margin-top: -37px !important;
    }

    .build-wiz h2 {
        font-size: 18px;
    }

    .edit-wrapper h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .pricing .popular {
        margin-top: -22px;
    }

    .authenticate p {
        font-size: 9px !important;
        padding-top: 0px;
    }

    .authenticate .or-use-email .text {
        font-weight: 400;
    }

    .pricing .btn span {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .domMethod p,
    .domMethod span {
        display: none !important;
    }

    .domMethod.active p,
    .domMethod.active span {
        display: block !important;
    }

    .domMethod1 p,
    .domMethod1 span {
        display: none !important;
    }

    .domMethod1.active p,
    .domMethod1.active span {
        display: block !important;
    }

    .domMethod1 i,
    .domMethod i {
        position: absolute;
        right: 15px;
        transform: rotate(180deg);
        top: 10px;
    }

    .domMethod1.active i,
    .domMethod.active i {
        transform: rotate(0deg);
    }

    span.grey-dark-bg {
        width: fit-content !important;
        min-width: 170px !important;
    }



    .grey-box ol li span.grey-dark-bg {
        width: auto !important;
    }

    .needed-section .type-selector.active::before {
        top: 1px;
        right: 5px;
    }

    .site_builder .right-sidebar .bordered-wrap {
        font-size: 15px;
    }

    .btn i {
        font-size: 12px;
    }

    .xs-mt-0 {
        margin-top: 0px !important;
    }

    .form-group .check-box input:checked+label:after {
        top: 5px;
    }

    .xs-mt-20 {
        margin-top: 20px !important;
    }

    .edit-content .lhs {
        padding: 0px;
    }

    .edit-content .lhs .layout-edit {
        padding: 0px;
        margin-top: 180px;
    }

    .edit-content .lhs .layout-edit .mob-title {
        padding: 15px;
    }

    .preview-wrappter {
        width: 100%;
        margin: 0px;
    }

    .business-type-selector h6 {
        line-height: 30px;
    }

    .d-block-in-xs {
        display: block;
    }

    .dark-left-part .progress-info {
        position: absolute;
        bottom: auto;
        right: 20px;
        margin-top: 0;
        display: none;
    }

    .wrong-mail .btn {
        padding: 0px !important;
    }

    .authenticate {
        padding: 0px 10px 30px;
    }

    .authenticate .btn {
        font-size: 14px;
        padding: 13px !important;
        margin-top: 0px;
    }

    .google-icon {
        margin-top: -4px;
        width: 16px;
        height: 16px;
    }

    .authenticate .sub-head {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .authenticate h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    label {
        font-size: 14px;
    }

    .anchor_link {
        font-size: 14px;
    }

    label .text-danger {
        display: inline-block;
    }

    .auth-nav {
        padding: 10px 15px !important;
    }

    .header nav img,
    .light-header nav img {
        width: 85px;
    }

    .type-selector {
        width: 285px;
        text-align: left;
    }

    .business-type {
        width: 100%;
        padding: 15px 20px;
    }

    .fixed {
        position: fixed;
        width: 100%;
        z-index: 5;
        background: #fff;
        box-shadow: 0px 0px 5px #00000047;
        top: 0;
    }

    .build-wiz {
        padding: 90px 0px !important;
    }

    .header.fixed .navbar {
        padding: 10px 10px 15px;
    }

    .site_builder .dark-left-part {
        padding: 15px;
        box-shadow: 0px 0px 10px #00000024;
        position: relative;
        width: 100%;
        z-index: 1000;
        background: #fff;
        top: 0px;
        height: 100%;
        /* height: 100%;
        padding: 25px 25px 25px;
        position: relative;
        width: 100%; */
    }

    .form-group span {
        font-size: 14px;
    }

    .xs-p-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dark-left-part h3 {
        padding-top: 30px;
        font-size: 20px;
        display: none;
    }

    .dark-left-part p {
        display: none;
    }

    .site_builder .dark-left-part .navbar-brand img {
        width: 80px;
    }

    .btn {
        min-width: 135px;
        padding: 13px !important;
    }

    .fixed-btns {
        position: fixed;
        width: 100%;
        bottom: 0%;
        background: linear-gradient(359deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 67%) 100%);
        left: 0;
        padding: 25px 15px;
    }

    .fixed-btns.fixed-item {
        position: fixed !important;
        width: 100%;
        bottom: 0%;
    }

    .fixed-btns.fixed-item,
    .mob-fixed {
        position: fixed !important;
        width: 100%;
        bottom: 0%;
        background: linear-gradient(359deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 67%) 100%);
        left: 0;
        padding: 25px;
    }

    .site_builder .wrap {
        padding: 35px 15px 120px;
    }

    .needed-items .type-selector {
        width: 100%;
        margin: 0px !important;
        margin-top: 25px !important;
        padding: 20px !important;
    }

    .needed-items .type-selector span {
        font-size: 15px;
    }

    .site_builder .theme-wrap {
        height: 145px;
    }

    .site_builder .my-account .theme-wrap {
        height: 108px;
    }

    .preview-wrappter .navigate ul li {
        margin-left: 23px;
    }

    .preview-wrappter .preview-devices ul li {
        margin-right: 26px;
    }

    .preview-wrappter .navbar-brand {
        padding-bottom: 10px;
    }

    .preview-wrappter .head i {
        margin-top: 0px;
    }

    .preview-devices {
        margin-top: 13px;
    }

    .edit-wrapper,
    .layout-edit {
        margin-top: 190px;
        padding: 15px;
        margin-bottom: 120px;
    }

    .site_builder .light-header .btn-open {
        top: 10px;
    }

    .mob-page-selector .top-area {
        padding: 11px 10px;
        border-bottom: 1px solid #eee;
    }

    .mob-page-selector .middle-area span.active::after {
        content: "";
        height: 35px;
        width: 38%;
        background: #2125290a;
        display: block;
        position: absolute;
        margin-top: -28px;
        left: 7px;
        border-radius: 25px;
    }

    .mob-page-selector .middle-area .colour.active::after {
        /* right: 7px; */
        left: 0;
    }

    .mob-page-selector .select-page {
        padding: 8px 15px;
        height: 43px;
        line-height: 25px;
        border-radius: 5px;
        background: #eeeeeeab;
        font-size: 14px;
    }

    .mob-page-selector label {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 3px;
        font-weight: 900;
    }

    .mob-page-selector .select-page i {
        margin-top: 7px;
    }

    .site_builder .light-header {
        border-bottom: 1px solid #eee;
    }

    .site_builder .edit-content .right-sidebar {
        display: none;
        z-index: 2000;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0px;
        padding: 0;
        transition: .3s;
        background: #00000057;
        overflow-x: hidden;
    }

    .site_builder .edit-content .right-sidebar.active {
        display: block;
    }

    .site_builder .edit-content .right-sidebar.layout-select .mobile-overlay.inner {
        padding: 21px 0px;
    }

    .site_builder .edit-content .right-sidebar .mobile-overlay {
        margin: 12px;
        padding: 21px 21px;
        animation: mymove 5s;
        background: #fff;
        max-height: 90vh;
        overflow-x: auto;
        border-radius: 10px;
    }

    .site_builder .page-selector .card span {
        font-size: 13px;
    }

    .site_builder .page-selector .card {
        padding: 16px;
    }

    .edit-or-customize {
        margin-top: 60px;
        padding-top: 20px !important;
    }

    .custom-file-upload i {
        margin-top: 6%;
        margin-left: 15.5%;
    }

    .editor-fixed-btns .btn {
        min-width: 105px;
        font-size: 14px;
        padding: 11px !important;
    }

    .pip .remove {
        left: 17%;
    }

    .my-account .pip .remove {
        left: 19%;
    }

    .modal .btn-close {
        top: 15px;
        right: 15px;
    }

    .common-list .card {
        margin-bottom: 25px;
    }

    .edit-wrapper .edit-btn {
        padding: 9px !important;
    }

    .modal-body .choose-image .type-selector.active::after {
        margin-top: -75px;
        margin-left: 48px;
        margin-bottom: 40px;
    }

    .edit-wrapper .user-image {
        width: 60px;
        height: 60px;
    }

    .common-list.offer .card .img-wrap {
        height: 190px !important;
    }

    .edit-wrapper .products .edit-btn {
        margin-bottom: 20px;
        width: 100%;
    }

    .edit-wrapper .products .img-wrap {
        height: 150px;
        margin-bottom: 20px;
        width: 100%;
    }

    .edit-wrapper .products h6 {
        padding-top: 10px;
    }

    .imageoricon button {
        padding: 9px;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 32.3%;
    }

    .layout-edit .ifram-wrap {
        height: 82vh;
    }

    .layout-edit iframe {
        height: 100%;
    }

    .theme-selected .fixed-item .btn {
        min-width: 100%;
    }

    .preview-wrappter .close-item {
        display: block;
        margin-top: 0px;
    }

    .modal-body .choose-image .type-selectors.active::after {
        left: 36%;
        margin-top: -73px;
        margin-bottom: 38px;
    }

    .mob-page-selector .mobile-edit-layout .card .form-switch {
        margin-top: -8px;
    }

    .mob-page-selector .mobile-edit-layout .card .form-switch .form-check-input {
        width: 1.5em;
    }

    .choose-image .type-selector.active::after {
        margin-top: -85px;
        margin-bottom: 50px;
        margin-left: 60px;
    }

    .site_builder .right-sidebar .collapsible {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .site_builder .right-sidebar .content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* .action-items {
        display: none;
    }

    .action-items.active {
        display: block;
    } */

    .my-account {
        padding: 25px 15px 100px;
    }

    .my-account .action-bar {
        margin-top: 15px;
        text-align: center;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

    .my-account .grey-box a b {
        font-size: 14px;
    }

    .my-account .card {
        padding: 25px;
    }

    .my-account .search-container .btn {
        min-width: 100px;
        height: auto;
    }

    .my-account .search-container input {
        width: 55% !important;
    }

    .my-account .btn {
        height: 32px;
        padding: 9px 12px !important;
        font-size: 13px !important;
        min-width: auto;
        line-height: 13px !important;
    }

    .my-account .domain-item .btn {
        float: none !important;
        margin-top: 10px;
    }

    .grey-box p {
        margin-bottom: 15px;
    }

    .user-wrap a {
        line-height: 32px;
    }

    .my-account .grey-box {
        padding: 15px !important;
    }

    .my-account .web-logo {
        margin-bottom: 15px;
        margin-left: 5px;
    }

    .action-bar li {
        margin: 0px 6px !important;
    }

    .action-bar li i {
        font-size: 12px;
    }

    .action-bar li a {
        margin: 0 !important;
    }

    .my-account .web-item .active-badge {
        position: absolute;
        top: auto;
        margin-top: -65px;
        padding: 0px 11px;
        font-size: 10px;
        margin-left: -15px;
    }

    .my-account .web-item a {
        display: block;
        line-height: 27px;
        font-size: 14px
    }

    .text-danger {
        display: block;
    }

    .my-account .btn {
        min-width: 90px;
        padding: 12px !important;
        height: auto !important;
        line-height: 14px !important;
    }

    .my-account .responsive-block .item {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-top: 20px;
        font-size: 15px;
    }

    .my-account .responsive-block .item span.mb-2 {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
        margin-top: 5px;
    }

    .user-detail .form-group.read-only {
        margin-bottom: 0px;
    }

    .xs-mb-20 {
        margin-bottom: 20px !important;
    }

    .xs-text-left {
        text-align: left !important;
    }

    .my-account .order-item span {
        display: block;
        margin-top: 3px;
    }

    .my-account .order-item .btn {
        min-width: 90px;
    }

    .theme-selected .lhs {
        padding: 0;
    }

    .theme-selected .edit-or-customize {
        padding: 0;
        overflow-x: hidden;
    }

    .theme-selected .edit-or-customize h4,
    .theme-selected .edit-or-customize p {
        /* padding-left: 25px;
        padding-right: 15px; */
        padding-bottom: 15px !important;
    }

    .theme-selected .edit-or-customize .fa-arrow-left {
        margin-left: 25px;
    }

    .theme-selected .edit-or-customize .ifram-wrap {
        position: relative;
        border-top: 1px solid #ccc;
    }

    .user-wrap .member {
        position: relative;
    }

    .user-wrap .member .delete {
        position: absolute;
        top: 18px;
    }

    .preview-mobile::before,
    .preview-mobile::after {
        display: none;
    }

    .edit-content .tab-pane .search-container input {
        width: 52% !important;
    }

    .bordered-category .nice-select {
        margin-bottom: 0px;
    }

    .store-settings .action-bar {
        border-top: none;
        padding-top: 0;
    }

    .domain-settings .alert {
        display: block !important;
    }

    .domain-settings .alert div {
        float: none !important;
    }

    .domain-settings .alert .btn-default {
        float: none;
        margin-top: 15px !important;
    }

    .pricing .responsive .card {
        margin-bottom: 25px;
    }

    .pricing .responsive .card ul {
        padding-left: 17px;
    }

    .pricing .responsive .card ul li {
        margin-bottom: 10px;
    }

    .no-float-xs {
        float: none !important;
    }

    .warning-badge {
        position: absolute;
        top: auto;
        margin-top: -65px;
        padding: 0px 11px;
        font-size: 10px;
        margin-left: -40px;
    }

    .build-wiz form {
        display: block;
    }

    .build-wiz form .type-selector {
        display: flex;
        width: auto;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }

    .build-wiz form .type-selector img {
        height: 20px;
        margin-bottom: 0px;
        margin-right: 20px;
    }
}

.theme-selected .fixed-item {
    padding: 9px 10px 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    left: 0;
    width: 100%;
}

.theme-selected .fixed-item span {
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

.theme-selected .fixed-item a {
    color: #1C1C1C;
    text-decoration: none;
}

.analytics .card h5 {
    color: #fff;
    margin-bottom: 3px;
}

.analytics .card span {
    font-size: 14px;
}

.blue-gradient {
    background: #4b5ecc;
    color: #fff !important;
}

.orange-gradient {
    background: #fba82e;
    color: #fff !important;
}

.green-gradient {
    background: #4caf50;
    color: #fff !important;
}

.red-gradient {
    background: #e34f44;
    color: #fff !important;
}

.btn.blue-gradient,
.btn.orange-gradient,
.btn.green-gradient,
.btn.red-gradient {
    color: #fff !important;
}

.btn span {
    margin-top: 0px !important;
}

.mob-page-selector .colour-edit-layout {
    padding: 8px 5px 5px 13px;
}

.mob-page-selector .colour-edit-layout .pallet-wrap {
    height: 45px;
    overflow-y: hidden !important;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.mob-page-selector .exit {
    font-size: 17px;
    color: #0a0b21;
}

.mob-page-selector .exit i {
    margin-top: 7px;
}

.mob-page-selector .colour-edit-layout span {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.mob-page-selector .colour-edit-layout .pallet {
    display: inline-block;
    width: 85%;
    margin-right: 8px;
}

.mob-page-selector .colour-edit-layout .pallet .inner-wrap {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 0px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.mob-page-selector .colour-edit-layout .pallet .inner-wrap div {
    padding: 6px;
    display: inline-block;
    width: 30%;
}

.mob-page-selector .colour-edit-layout .pallet label {
    padding: 5px;
}

@keyframes mymove {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    10% {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {}

@media only screen and (min-device-width: 411px) and (max-device-width:411px) {
    .mob-fixed-btm-nav ul li {
        margin: 0px 50px;
    }

    .site_builder .theme-wrap {
        height: 170px;
    }

    .pip .remove {
        left: 15%;
    }

    .custom-file-upload i {
        margin-top: 7%;
        margin-left: 17.5%;
    }

    .mob-page-selector .middle-area span.active::after {
        width: 33%;
    }

    .choose-image .type-selector.active::after {
        margin-top: -97px;
        margin-bottom: 55px;
        margin-left: 74px;
    }

    .modal-body .choose-image .type-selector.active::after {
        margin-top: -87px;
        margin-left: 61px;
    }

    .my-account .web-item .active-badge {
        margin-left: 33px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:375px) {
    .mob-fixed-btm-nav ul li {
        margin: 0px 43px;
    }

    .site_builder .theme-wrap {
        height: 150px;
    }

    .pip .remove {
        left: 16%;
    }

    .custom-file-upload i {
        margin-top: 7%;
        margin-left: 16.5%;
    }

    .mob-page-selector .middle-area span.active::after {
        width: 36%;
    }

    .choose-image .type-selector.active::after {
        margin-left: 65px;
    }

    .modal-body .choose-image .type-selector.active::after {
        margin-top: -80px;
        margin-left: 49px;
    }

    .my-account .web-item .active-badge {
        margin-left: -3px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width:414px) {
    .mob-fixed-btm-nav ul li {
        margin: 0px 52px;
    }

    .site_builder .theme-wrap {
        height: 170px;
    }

    .pip .remove {
        left: 15%;
    }

    .mob-page-selector .middle-area span.active::after {
        width: 33%;
    }

    .choose-image .type-selector.active::after {
        margin-top: -101px;
        margin-left: 78px;
    }

    .custom-file-upload i {
        margin-top: 8%;
        margin-left: 17.5%;
    }

    .modal-body .choose-image .type-selector.active::after {
        margin-top: -91px;
        margin-left: 62px;
    }

    .my-account .web-item .active-badge {
        margin-left: 35px;
    }
}

@media only screen and (min-device-width: 393px) and (max-device-width:393px) {
    .mob-fixed-btm-nav ul li {
        margin: 0px 42px;
    }

    .site_builder .theme-wrap {
        height: 160px;
    }

    .custom-file-upload i {
        margin-top: 6.5%;
        margin-left: 16.5%;
    }

    .pip .remove {
        left: 15.4%;
    }

    .modal .pip .remove {
        margin-left: 8.45%;
    }

    .mob-page-selector .middle-area span.active::after {
        /* width: 34.3%; */
        width: 100%;
    }

    .mob-page-selector .colour-edit-layout .pallet .inner-wrap div {
        width: 30.51%;
    }

    .mob-page-selector .mobile-edit-layout .card a {
        font-size: 11px;
    }

    .choose-image .type-selector.active::after {
        margin-top: -95px;
        margin-bottom: 55px;
        margin-left: 71px;
    }

    .modal-body .choose-image .type-selector.active::after {
        margin-top: -83px;
        margin-left: 56px;
        margin-bottom: 40px;
    }

    .my-account .web-item .active-badge {
        margin-left: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .site_builder .right-sidebar .collapsible {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .preview-wrappter {
        width: 100%;
        margin: 0px;
    }

    .btn-open {
        right: 40px;
    }

    .authenticate {
        padding: 0px 100px;
    }

    .auth-nav img {
        width: 85px;
    }

    .mob-fixed-btm-nav ul li {
        margin: 0px 140px;
    }

    .dark-left-part {
        height: 100%;
        width: 33.33333333%;
    }

    .fixed-btns {
        width: 53%;
        position: fixed;
        margin-top: 50px;
        bottom: 1%;
    }

    .needed-items .type-selector {
        width: 44.2%;
    }

    .needed-items .type-selector img {
        height: 100%;
    }

    .dark-left-part .progress-info {
        bottom: 4%;
    }

    .site_builder .wrap .needed-items .type-selector {
        width: 100%;
    }

    .site_builder .theme-wrap {
        height: 190px;
    }

    .preview-wrappter .head {
        height: 70px;
    }

    .preview-wrappter .preview-devices ul li a.active::after {
        margin-top: 11px;
    }

    .theme-scroll {
        max-height: 710px;
    }

    .site_builder .page-selector .card img {
        height: auto;
    }

    .site_builder .light-header .btn-open {
        top: 20px;
    }

    .edit-wrapper {
        margin-top: 180px;
        padding: 40px 15px 40px;
    }

    .edit-wrapper.edit-or-customize {
        margin-top: 65px;
    }

    .custom-file-upload {
        line-height: 41px;
        padding-top: 15px;
    }

    .pip .remove {
        left: 8%;
    }

    .choose-image .type-selector.active::after {
        margin-top: -95px;
        margin-left: 70px;
    }

    .common-list .card {
        margin-bottom: 25px;
    }

    .edit-wrapper .common-list.offer .img-wrap {
        height: 190px !important;
    }

    .edit-wrapper .products .img-wrap {
        height: 70px;
        width: 90%;
    }

    .edit-wrapper .products .btn {
        margin-bottom: 15px;
    }

    .site_builder .edit-content .right-sidebar .mobile-overlay {
        margin: 12px;
        padding: 21px 0px;
        animation: mymove 5s;
        background: #fff;
        max-height: 97vh;
        overflow-x: auto;
        border-radius: 10px;
    }

    .mob-page-selector .select-page {
        padding: 8px 15px;
        height: 43px;
        line-height: 25px;
        border-radius: 5px;
        background: #eeeeeeab;
        font-size: 14px;
    }

    .mob-page-selector .select-page i {
        margin-top: 7px;
    }

    .fixed-btns.fixed-item,
    .mob-fixed {
        position: fixed !important;
        width: 100%;
        bottom: 0%;
        background: linear-gradient(359deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 67%) 100%);
        left: 0;
        padding: 25px;
    }

    .custom-file-upload i {
        margin-top: 5.5%;
        margin-left: 9%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap {
        width: 95%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 33%;
    }

    .site_builder .right-sidebar .content .choose-image .type-selector.active::after {
        top: 39%;
        left: 44%;
    }

    .layout-edit .ifram-wrap {
        height: 90vh;
    }

    .layout-edit {
        margin-top: 181px;
        padding: 0;
    }

    .edit-content .lhs {
        padding: 0px;
    }

    .mob-page-selector .mobile-edit-layout .card {
        width: 105px;
    }

    .mob-page-selector .mobile-edit-layout {
        height: 97px;
    }

    .layout-edit .mob-title {
        padding: 35px 20px 15px;
    }

    .site_builder .edit-content .right-sidebar.active {
        display: block;
    }

    .site_builder .edit-content .right-sidebar {
        display: none;
        z-index: 2000;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0px;
        padding: 0;
        transition: .3s;
        background: #00000057;
        overflow-x: hidden;
    }

    .my-account a {
        margin-left: 15px;
    }

    .action-bar li {
        margin-left: 0px;
    }

    .my-account .search-container input {
        width: 72% !important;
    }

    .action-bar li {
        margin-left: 0px;
    }

    .user-wrap a {
        line-height: 32px;
        margin-left: 0px;
    }

    .my-account .web-item a {
        margin-left: 9px;
        display: block;
        line-height: 25px;
    }

    .my-account .web-item .active-badge {
        top: 5px;
        padding: 1px 10px;
        margin-bottom: 11px;
        margin-left: 0px;
        display: block;
        width: 45px;
    }

    .my-account .web-item .text-danger {
        margin-left: 15px !important;
    }

    .my-account .left-bar {
        padding: 15px;
    }

    .md-text-left {
        text-align: left !important;
        ;
    }

    .md-ms-0 {
        margin-left: 0px !important;
    }

    .md-mb-20 {
        margin-bottom: 20px !important;
    }

    .responsive-block .item {
        border: 1px solid #ccc;
        padding: 25px;
    }

    .theme-selected .fixed-item {
        padding: 9px 10px 10px;
        background: #fff;
        box-shadow: 0px 0px 10px #00000029;
    }

    .theme-selected .fixed-item span {
        display: block;
        font-size: 10px;
        padding-top: 2px;
    }

    .theme-selected .fixed-item a {
        color: #1C1C1C;
        text-decoration: none;
    }

    .bordered-category .nice-select,
    .edit-content .search-container {
        margin-top: 35px;
    }

    .warning-badge {
        top: 0;
        margin-left: 0;
    }

    .build-wiz form .type-selector {
        height: 185px;
        margin: 0px 15px;
    }

    .build-wiz {
        padding-bottom: 100px;
        padding-top: 150px !important;
    }

    .site_builder .navbar {
        padding: 15px 25px;
        background: #fff;
    }

    .site_builder .header.fixed {
        position: fixed;
        width: 100%;
        z-index: 5;
        background: #fff;
        box-shadow: 0px 0px 5px #00000047;
        top: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .preview-wrappter {
        width: 100%;
        margin: 0px;
    }

    .fixed-btns {
        width: 60.1%;
    }

    .type-selector {
        margin: 0px 20px;
        margin-top: 25px;
    }

    .site_builder .theme-wrap {
        height: 140px;
    }

    .theme-scroll {
        max-height: 415px;
    }

    .theme-editor .page-selector .card span {
        font-size: 13px;
    }

    .theme-editor .page-selector .card {
        padding: 15px 12px;
    }

    .site_builder .right-sidebar {
        width: 33.33333333%;
    }

    .btn {
        min-width: 135px;
    }

    .editor-fixed-btns {
        width: 33.4%;
    }

    .modal-body .choose-image .type-selector.active::after {}

    .pip .remove {
        left: 8.4%;
    }

    .edit-wrapper .user-image {
        width: 55px;
        height: 55px;
    }

    .custom-file-upload i {
        margin-left: 4%;
    }

    .products .edit-btn {
        min-width: 100%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 32.2%;
    }

    .site_builder .theme-selected .right-sidebar {
        width: 25%;
    }

    .layout-edit .ifram-wrap {
        height: 80vh;
    }

    .choose-image .type-selector.active::after {
        margin-top: -70px;
        margin-left: 41px;
    }

    .my-account .search-container input {
        width: 73% !important;
    }

    .user-wrap .fa-user-circle {
        font-size: 40px;
    }

    .my-account a {
        font-size: 14px;
    }

    .my-account .web-item a {
        margin-left: 1px;
    }

    .my-account .order-item .product {
        width: 35px;
        height: 35px;
    }

    .edit-content .tab-pane .search-container input {
        width: 72% !important;
    }
}

@media only screen and (min-device-width: 1920px) {
    .authenticate {}

    .site_builder .theme-wrap {
        height: 225px;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap {
        width: 93%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 32.81%;
    }

    .needed-items .col-lg-4 {
        width: 25%;
    }

    .needed-items .type-selector img {
        height: 75px;
    }

    .fixed-btns {
        width: 50%;
    }

    .preview-wrappter {
        margin: 19px;
    }

    .theme-scroll {
        max-height: 765px;
    }

    .choose-image .type-selector.active::after {
        margin-top: -105px;
        margin-left: 85px;
    }

    .custom-file-upload i {
        margin-top: 2%;
        margin-left: 4%;
    }

    .site_builder .page-selector .card {
        padding: 30px;
    }

    .edit-wrapper .common-list .card-body {
        padding: 40px;
    }

    .edit-wrapper .common-list .img-wrap {
        height: 220px;
    }

    .assistant-tip {
        left: 39px;
        bottom: 10%;
    }

    .layout-edit .ifram-wrap::before {
        height: 80px;
    }

    .user-wrap .fa-user-circle {
        font-size: 55px;
    }
}

@media (min-width: 992px) {
    .site_builder .navbar.active {
        position: fixed;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 5;
        box-shadow: 0px 0px 10px #0000002e;
    }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1600px) {
    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap {
        width: 91%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 32.65%;
    }



    .needed-items .col-lg-4 {
        width: 25%;
    }

    .fixed-btns {
        width: 50%;
    }

    .theme-scroll {
        max-height: 765px;
    }

    .preview-wrappter {
        margin: 15px;
    }

    .choose-image .type-selector.active::after {
        margin-top: -85px;
        margin-left: 60px;
    }

    .custom-file-upload i {
        margin-top: 1.5%;
        margin-left: 4%;
    }

    .layout-edit .ifram-wrap::before {
        height: 66px;
    }

    .user-wrap .fa-user-circle {
        font-size: 55px;
    }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1440px) {
    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap {
        width: 90%;
    }

    .site_builder .layout-select .pallet-wrap .pallet .inner-wrap div {
        width: 32.5%;
    }

    .needed-items .type-selector img {
        height: 75px;
        width: 100%;
    }

    .fixed-btns {
        width: 50.5%;
    }

    .theme-scroll {
        max-height: 765px;
    }

    .choose-image .type-selector.active::after {
        margin-top: -75px;
        margin-left: 55px
    }

    .custom-file-upload i {
        margin-top: 1.5%;
    }

    .layout-edit .ifram-wrap::before {
        height: 60px;
    }

    .user-wrap .fa-user-circle {
        font-size: 55px;
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) {
    .user-wrap .fa-user-circle {
        font-size: 53px;
    }

    .build-wiz form .type-selector {
        height: 170px;
    }
}

.edit-content .search-container {
    border: 1px solid #ccc;
    padding-left: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.edit-content .search-container input {
    border: none;
    width: 79% !important;
    font-size: 14px;
}

.edit-content .search-container .btn {
    font-size: 14px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.bordered-category .nice-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 15px;
    line-height: 25px;
}

.bordered-category .nice-select:after {
    right: 15px;
}

.pricing .nav-link {
    border-radius: 25px;
    color: #1C1C1C;
    padding: 0.7rem 1rem;
    transition: .3s;
}

.tab-pane {
    transition: .3s;
}

.pricing .nav-link.active {
    background-color: #212529;
    color: #fff;
}

.pricing .nav-justified {
    background: #eee;
    border-radius: 25px;
    margin-top: 25px;
}

.pricing table small {
    font-size: 14px;
}

.domains-settings img {
    height: 150px;
}

.domains-settings .btn {
    width: fit-content;
    margin: auto;
    padding: 9px 20px !important;
}

.loading {
    position: relative;
    overflow: hidden;
}

.cs-loader {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100%);
    color: #333;
    margin: auto;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

.domain-settings p {
    font-size: 15px;
    margin-bottom: 0px;
}

.theme-loader p::before {
    content: '';
    animation: profile 5s infinite 500ms ease-in-out;
}

@keyframes profile {
    25% {
        content: 'Collecting Information'
    }

    50% {
        content: 'Creating content for your website'
    }

    75% {
        content: 'Building your website'
    }

    100% {
        content: 'Your website is Ready'
    }
}

.pricing .responsive span {
    padding: 5px 0px 15px;
    display: block;
    font-weight: 600;
}

.show-fatures:after {
    content: "Show Features"
}

.show-fatures.active:after {
    content: "Hide Features"
}

.show-fatures1:after {
    content: "Show Features"
}

.show-fatures5:after {
    content: "Show Features"
}

.show-fatures6:after {
    content: "Show Features"
}

.show-fatures7:after {
    content: "Show Features"
}

.show-fatures1.active:before {
    content: "\f077";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures.active:before {
    content: "\f077";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures2.active:before {
    content: "\f077";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures1:before {
    content: "\f078";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures:before {
    content: "\f078";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures2:before {
    content: "\f078";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures5::before,
.show-fatures6::before,
.show-fatures7::before {
    content: "\f078";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures5.active::before,
.show-fatures6.active::before,
.show-fatures7.active::before {
    content: "\f077";
    font-family: "FontAwesome";
    float: right;
}

.show-fatures1.active:after {
    content: "Hide Features"
}

.show-fatures2:after {
    content: "Show Features"
}

.show-fatures2.active:after {
    content: "Hide Features"
}

.features,
.features1,
.features2,
.fatures5,
.fatures6,
.fatures7 {
    display: none;
}

.features.active,
.features1.active,
.features2.active,
.fatures5.active,
.fatures6.active,
.fatures7.active {
    display: block;
}

.zeynep .logoWrap {
    text-align: center;
    padding: 45px;
}

.site_builder .btn-open {
    top: 12px;
}

.grey-box ol {
    line-height: 28px;
}

.grey-box ol li span {
    display: block;
}

span.grey-dark-bg {
    background: #dedede;
    width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    min-width: 200px;
    font-size: 14px;
    display: block;
}

.user-wrap p {
    font-size: 14px;
}

.f14 {
    font-size: 14px;
}

@media only screen and (min-device-width: 1536px) and (max-device-width:1536px) {
    .choose-image .type-selector.active::after {
        margin-top: -78px;
        margin-left: 57px;
    }
}

.my-account .card .search-Result {
    margin-top: 25px;
}

.my-account .card .search-Result .table>:not(caption)>*>* {
    padding: 0.8rem 0rem;
}

.pricing .popular {
    padding: 7px 9px !important;
    max-width: 150px;
    max-height: 44px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 3%), 0 7px 25px 0 rgb(0 0 0 / 3%), 0 0 0 1px rgb(0 0 0 / 5%);
    display: block;
    background: #009688;
    position: relative;
    font-size: 12px;
    margin: auto;
    margin-top: -27px;
    color: #fff;
    margin-bottom: 15px;
}

.emailPricing {
    justify-content: center;
}

.choose-image .zoomer,
.right-sidebar .zoomer {
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
    background-color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #333;
}

.right-sidebar .zoomer {
    margin-left: -34px;
    margin-top: 17px;
}

.choose-image .col-lg-3 {
    position: relative;
}

.choose-image .remove-btn {
    position: absolute;
    width: 23px;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    left: 20px;
    margin-top: 8px;
}

/* .pricing th{padding-top: 25px;} */
.ngx-overlay {
    width: 100%;
}

.config-progres {
    position: relative;
    height: 5px;
    z-index: 555;
    width: 87%;
    top: 30px;
    margin: auto;
}

.config-progres .progress-bar {
    position: relative;
    z-index: 55;
}

.xs-progress {
    justify-content: center;
}

.xs-progress .col-2 {
    width: 17.666667%;
}

.no-boarder {
    border: none !important;
}

.black_progress {
    background: #191720;
    margin: 20px auto 0px;
    width: 90%;
    border-radius: 15px;
    padding: 20px 20px 0px;
}

.black_progress h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.black_progress p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translateX(-95px) !important;
    }
}



.error_page {
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    height: 80vh;
    padding: 0px 25px;
}

.error_page .img-fluid {
    display: inline !important;
}

.error_page p {
    font-size: 16px;
}

.error_page .btn {
    font-size: 15px;
    min-width: auto;
    padding: 10px 20px;
    display: block;
    width: max-content;
    margin: auto;
}