@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/*     font-family: 'Roboto', sans-serif;     */

/*Reset CSS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #212121;
    text-decoration: none;
    outline: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

a:hover {}

body {
    line-height: 1;
    font-size: 12px;
    font-family: "Inter", sans-serif !important;
    color: #000;
    position: relative;
    background: #fff;
    padding-bottom: 50px;
}

/*Reset CSS end*/

/*global classes*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-word-break: keep-all;
    -moz-word-break: keep-all;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    vertical-align: middle
}

.wrapper {}

.container {
    margin: 0 auto;
    width: 96%
}

.clear {
    clear: both
}

.clear10 {
    clear: both;
    height: 10px
}

.clear20 {
    clear: both;
    height: 20px
}

.clumn {
    width: 198px;
    float: left
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.error {
    color: #F00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    padding-bottom: 12px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.submit-btn-cntr .btn a input.google-btn {
    color: #f6aa38;
    border: 2px solid #f6aa38;
    background-color: transparent;
}

.submit-btn-cntr .btn a input.google-btn:hover {
    color: #fff;
    border: 2px solid #f6aa38;
    background-color: #f6aa38;
}

@media screen and (min-width:320px) and (max-width:1024px) {
    body {
        padding-bottom: 120px;
    }

    header {
        background-color: #FFFFFF;
        padding: 20px 10px 10px;
    }

    header .logo {
        text-align: center;
    }

    header .logo i {}

    header .logo i img {}

    .header-cntr {
        padding: 10px 0px;
    }

    .header-cntr .tital {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #f6aa38;
    }

    .header-cntr .tital .order-no {
        text-align: center;
        color: #FFF;
        font-size: 18px;
        padding: 10px 0 10px;
        background-color: #f6aa38;
    }

    .header-cntr .tital .order-no p {
        float: left;
        text-align: left;
        width: 80%;
        padding: 5px 10px 5px 10px;
    }

    .header-cntr .tital .order-no span {
        float: right;
        width: 20%;
        padding: 0px 10px 10px;
    }

    .header-cntr .tital .order-name {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        padding: 10px 0 10px;
        background-color: #f6aa38;
    }

    .header-cntr .tital .order-no.datetime {
        padding: 0px 0 10px
    }

    .header-cntr .tital .paysuccess {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #4485f5;
        padding: 12px 0;
    }

    .header-cntr .tital .payfail {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #e41414;
        padding: 12px 0;
    }

    .mid-cntr {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    .mid-cntr li {
        display: inline-block;
        width: 100%;
    }

    .mid-cntr li .tab1 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .mid-cntr li .tab2 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .Product-details {
        padding: 10px 0px 0px;
    }

    .download-app {
        position: fixed;
        bottom: 0px;
        background-color: #fff;
        width: 100%;
        padding: 0px 0px 7px 0px;
    }

    .Product-details li {
        border: 1px solid #ddd;
        padding: 0px;
        margin-bottom: 0px;
    }

    .Product-details li .top-cntr {
        display: inline-block;
        width: 100%;
    }

    .Product-details li .top-cntr .tab1 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .Product-details li .top-cntr .tab2 {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-family: "Inter", sans-serif;
        padding: 5px 0;
    }

    .Product-details li .top-cntr .tab2 img {}

    .Product-details li .mid-cntr {
        display: inline-block;
        width: 100%;
        border-bottom: 0px;
    }

    .Product-details li .mid-cntr .tab1 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .Product-details li .mid-cntr .tab1 input {
        width: 80px;
        padding: 5px 5px;
    }

    .Product-details li .mid-cntr .tab2 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .total-value-cntr {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

    .total-value-cntr li {
        display: inline-block;
        width: 100%;
    }

    .total-value-cntr li .tab1 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 70%;
        float: left;
        padding: 5px 0;
        text-align: right;
    }

    .total-value-cntr li .tab2 {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        width: 30%;
        float: left;
        padding: 5px 0;
    }

    .total-value-cntr li .tab1 strong {
        font-weight: 700;
    }

    .total-value-cntr li .tab2 strong {
        font-weight: 700;
    }

    .footer-cntr {
        padding: 10px 8px;
    }

    .footer-cntr .tital {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #f6aa38;
    }

    .footer-cntr .tital .order-no {
        text-align: left;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 10px 10px;
        background-color: #f6aa38;
    }

    .footer-cntr .tital .order-no {
        text-align: left;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 10px 10px;
        background-color: #f6aa38;
    }

    .footer-cntr .tital .order-no .shop_mobile {
        color: #fff;
        padding-top: 5px;
        font-size: 16px;
    }

    .footer-cntr .tital .order-no .shop_mobile a {
        color: #fff;
    }

    .footer-cntr .tital .orderdetail {
        text-align: left;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        padding: 5px 10px 10px;
        background-color: #f6aa38;
    }

    .footer-cntr .tital .orderdetail a {
        color: #fff;
    }

    .footer-cntr .tital .order-call-enquiry {
        text-align: left;
        color: #FFF;
        font-size: 18px;
        padding: 10px 10px 5px;
        background-color: #f6aa38;
    }

    .submit-btn-cntr {}

    .submit-btn-cntr .btn {
        text-align: center;
        padding: 20px 0;
    }

    .submit-btn-cntr .btn input {
        background-color: #fff;
        padding: 10px 20px;
        border: 2px solid #f6aa38;
        border-radius: 12px;
        color: #f6aa38;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        text-transform: uppercase;
        outline: none;
    }

    .submit-btn-cntr .btn input:hover {
        background-color: #f6aa38;
        border: 2px solid #f6aa38;
        color: #fff;
    }

    .note-cntr {
        padding: 20px 10px;
        border-bottom: 1px solid #ddd;
    }

    .note-cntr li {
        font-size: 16px;
        font-family: "Inter", sans-serif;
        padding-bottom: 15px;
    }

    .note-cntr li strong {
        font-weight: 700;
        margin-top: 10px;
        width: 100%;
        display: inline-block;
    }

    .note-cntr li:last-child {
        padding-bottom: 0px;
    }

    .tab2.download-details {
        padding: 10px 0 !important;
        text-align: center !important;
    }

    .tab2.download-details p {}

    .tab2.download-details a {
        display: block;
        padding-top: 10px;
    }

    .tab2.download-details img {}

    .footer-cntr {
        position: relative;
    }

    .share-info {
        z-index: 9999;
        position: absolute;
        top: 13px;
        right: 12px;
    }

    .share-info ul {
        min-width: 35px;
        min-height: 35px;
        transform: translate(-50%, 0%);
        transfrom-origin: 50% 50%;
        -webkit-transform: translate(0%, 0%);
        -webkit-transform-origin: 50% 50%;
        list-style-type: none;
        background-color: #fff;
        border-radius: 50px;
        border: 2px solid #f6aa38;
    }

    .share-info ul li {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        float: left;
        line-height: 35px;
        color: #f6aa38;
        overflow: hidden;
        cursor: pointer;
    }

    .share-info ul li:hover {
        color: #f6aa38;
    }

    .share-info ul li i {
        font-size: 22px;
        vertical-align: middle;
        margin: 0 8px;
    }

    .share-info ul li:last-of-type {
        width: 35px;
        height: 35px;
        margin: 0px;
    }

    .share-info ul li:last-of-type i {
        font-size: 20px;
        position: relative;
        top: -2px;
    }

    .share-info ul li:last-of-type:hover i {
        color: #f6aa38;
    }

    .share-info ul li a {
        text-decoration: none;
        color: #f6aa38;
    }

    .share-info ul li a:hover {
        color: #636260;
    }

    .share-info ul li a:visited {
        text-decoration: underline;
    }

    .fa-share-alt:before {
        color: #f6aa38
    }

    .fa-twitter:before {
        color: #f6aa38;
    }

    .fa-facebook:before {
        color: #f6aa38;
    }

    .fa-linkedin:before {
        color: #f6aa38;
    }

    .fa-share-alt:hover:before {
        color: #636260;
    }

    .fa-twitter:hover:before {
        color: #636260;
    }

    .fa-facebook:hover:before {
        color: #636260;
    }

    .fa-linkedin:hover:before {
        color: #636260;
    }

    #webSocialwhatsapp {
        display: none;
    }

    .ui-widget.ui-widget-content {
        min-width: 350px;
    }

    /*.overlay{width:100%;height:100%;;position:fixed;left:0;top:0;background:rgba(0,0,0,0.5) ;z-index:1000;display:none;}
    .overlayBox{background:#fff;position:absolute;z-index:1001;display:none;margin:0 auto;min-width:250px;min-height:100px}
    .overlayBox .closeBtn {background: none repeat scroll 0 0 #424647;color: #FFFFFF;cursor: pointer;font: bold 13px arial;padding: 5px 8px;position: absolute;right: 8px;top: 7px;z-index: 1002;}

    .overlay-bg{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); height: 100%; left: 0; margin: 0 auto; position: fixed; top: 0; width: 100%; z-index: 100000;}
    .overlay {height: 100%; left: 0; margin: 0 auto; position: fixed; top: 0; width: 100%; z-index: 100001; visibility:hidden}
    .overlay-box { display: table; height: inherit; margin: 0 auto; width: 470px; }
    .overlay-box .content { display: table-cell; vertical-align: middle; }
    .overlay-box .closeBtn { background: none;  color: #fff; cursor: pointer; font:18px "ProximaNovaSemiBold"; height: 25px; padding: 0; position: absolute; right: 10px; text-align: center; top: 15px; width: 25px; z-index: 1002; }
    .overlay-box .overlay-header { background: none repeat scroll 0 0 #3f3f3e; color: #fff; font: 18px "ProximaNovaSemiBold"; padding: 14px 18px; position:relative; border-top-left-radius:10px; border-top-right-radius:10px;}
    .overlay-box .overlay-content { padding: 10px 12px 18px 12px; background: none repeat scroll 0 0 #fff; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
    .overlay-box .overlay-footer { padding: 9px 18px; background: #e3e3e3; text-align: right }*/
    .form-row .form-field {
        margin: 0;
    }

    .form-row {
        padding-bottom: 20px;
    }

    .animate-label .input-group label {
        font-size: 16px;
        padding-bottom: 5px;
        display: block;
    }

    .Captchabox-lgn {
        height: 37px;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        text-align: center;
    }

    .Captchabox-lgn img {
        height: 34px;
    }

    .verifyload {
        float: none;
        width: 140px;
        margin: 0px auto;
        padding: 8px 0px;
        border: 2px solid #f6aa38;
        background-color: #fff;
        color: #f6aa38;
        border-radius: 5px;
    }

    .verifyload img {
        margin: 0 auto;
        height: 23px;
        display: block;
    }

    .verifysuccess {
        margin: 0px auto;
        font-size: 18px;
        padding: 8px 0px;
        background-color: #fff;
        color: #f6aa38;
    }

    .call-log-info {
        width: 96%;
        margin: 0 auto;
        display: table;
        border: 1px solid #eaeaea;
    }

    .call-log-info h3 {
        color: #000;
        font-size: 24px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #eaeaea;
        box-shadow: 0px 1px 3px #eaeaea;
    }

    .call-log-info ul li {
        display: flex;
        position: relative;
    }

    .call-log-info ul li:nth-child(odd) {}

    .call-log-info ul li:nth-child(even) {
        background-color: #f8f8f8;
    }

    .call-log-info ul li .grid-12 {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 22px;
        border-right: 1px solid #eaeaea;
    }

    .call-log-info ul li .references {
        position: absolute;
        top: -100px;
    }

    .call-log-info ul li .grid-12 i {
        font-style: italic;
        font-size: 14px;
    }

    .call-log-info ul li a {
        color: #1b00ff;
        font-size: 14px;
    }

    .call-log-info ul li a:hover {
        text-decoration: underline;
    }

    .call-log-info ul li .grid-4 {
        padding: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
        border-right: 1px solid #eaeaea;
        min-width: 33%;
    }

    .call-log-info ul li .grid-4:last-child {
        border-right: 0px;
    }

    .call-log-info ul li .grid-8 {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .call-log-info ul li .grid-8 dl {
        margin-top: 10px;
    }

    .call-log-info ul li .grid-8 dl dd {
        margin-bottom: 10px
    }

    .call-log-info ul li .grid-8 p strong {
        font-weight: 700;
    }

    .call-log-info ul li:last-child {

        /*border-radius: 0 0 12px 12px;*/
    }

    .overlay input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="date"],
    select,
    textarea {
        width: 100%;
        padding: 9px 10px;
        border: 1px solid #ddd;
        margin: 0;
        font-size: 14px;
        outline: none;
    }

    .overlay textarea {
        height: 150px !important;
    }

    .overlay input[type=button],
    input[type=submit],
    input[type=reset],
    a.box-btn,
    button.box-btn {
        display: inline-block;
        background-color: #f6aa38;
        border: none;
        cursor: pointer;
        padding: 13px 15px;
        color: #fff;
        font-size: 24px;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 5px;
        min-width: 300px;
        min-width: 140px;
        padding: 10px 10px;
        font-size: 18px;
    }

    /*overlay */
    .overlay-bg {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100000;
    }

    .overlay {
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100001;
        visibility: hidden
    }

    .overlay-box {
        display: table;
        height: inherit;
        margin: 0 auto;
        width: 98% !important;
    }

    .overlay-box .content {
        display: table-cell;
        vertical-align: middle;
    }

    .overlay-box .closeBtn {
        background: #f6aa38;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        font-size: 24px;
        line-height: 28px;
        height: 32px;
        padding: 0;
        position: absolute;
        right: 20px;
        text-align: center;
        padding-top: 2px;
        top: 18px;
        width: 32px;
        z-index: 1002;
    }

    .overlay-box .overlay-header {
        background: #fff;
        color: #000;
        font-size: 24px;
        padding: 20px 15px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
        position: relative;
        z-index: 9999;
    }

    .overlay-box .overlay-content {
        padding: 10px;
        background: #fff;
        max-height: 498px;
        overflow: auto;
    }

    .overlay-box .overlay-footer {
        padding: 20px 30px;
        background: #e3e3e3;
        text-align: right
    }

    /*overlay end*/
    input.edit-btn {
        background: url(../images/edit.png) no-repeat;
        font-size: 0px;
        width: 30px;
        height: 30px;
        padding: 0px;
        border: none;
        outline: none;
        background-size: 30px;
    }

    input.edit-btn1 {
        background: url(../images/edit.png) no-repeat;
        font-size: 0px;
        width: 30px;
        height: 30px;
        padding: 0px;
        border: none;
        outline: none;
        background-size: 20px;
    }

    .otp-sub-btn .grid-6 {
        width: 50%;
        float: left;
    }

    #otp_label {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #f6aa38;
    }

    /*.grid-12 .grid-4{width:29%;float:left;margin-right:20px;}
    .grid-12 .grid-4:last-child{margin-right:0px;}*/
    .grid-12 .grid-4 .file-upload i {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        min-height: 50px;
    }

    .grid-12 .grid-4 .file-upload i img {}

    .file-upload {
        position: relative;
    }

    .file-upload>span {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 3px;
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        position: absolute;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        color: #3c3c3c;
        font-size: 14px;
        min-height: 105px;
    }

    .file-upload>input[type="file"] {
        cursor: pointer;
        min-height: 105px;
        opacity: 0;
        width: 100%;
        z-index: 99;
    }

    .scale-fit-cntr {
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-top: 0px;
    }

    .animate-label .input-group label.scale-image,
    .animate-label .input-group label.fit-image {
        display: inline-block;
    }

    .scale-image {
        width: 20%;
    }

    .fit-image {
        width: 20%;
    }

    .product-list-cntr {
        margin: 5px 5px 10px;
        border: 1px solid #ddd;
    }

    .ui-widget.ui-widget-content {
        width: 300px !important;
        left: 5px;
    }

}

.sales-wrapper-section {
    width: 100% !important;
    margin-top: 64px !important;
}

.sales-wrapper-section .footer-cntr {
    margin: 0 !important;
    background-color: transparent !important;
    font-family: "Inter", sans-serif !important;
    border-bottom: 0 !important;
}

footer .short-link {
    display: inline-block;
    margin-left: 20px;
}

footer .short-link a {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

footer .short-link a:hover {
    color: #ff9900;
    text-decoration: underline;
}

/*!
 * -----------------------------------------------------
 * Footer
 * -----------------------------------------------------
 */
footer {
    width: 100%;
    min-height: auto;
    background-color: #2E373D;
    padding-top: 4rem;
    float: left;
    padding: 20px 0 !important;
}

footer .container .social {
    margin: 1.3rem 0 0 0;
    position: relative;
    bottom: 0;
    right: 0;
}

footer .container .social .link.inline {
    padding: 0 1rem;
}

footer .container .social .link.inline span {
    color: #fff;
}

footer .container .social .link.inline:nth-child(2) {
    padding: 0 1.5rem 0 1rem;
}

.social-media ul li.fb-cntr {
    background-color: #fff;
}

footer .container .social-media ul li:last-child {
    padding: 0 1em 0 0;
}

footer .container ul {
    list-style: none;
    margin: 0;
}

footer .container ul li {
    float: left;
    padding: 0 1em;
}

footer .container ul li a {
    text-decoration: none;
}

footer .container ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer .container ul li:first-child {
    padding: 0 1em 0 0;
    max-width: 80rem;
}

footer .container div.legal {
    padding: 1rem 0 0 1.5rem;
}

footer .container div.legal p {
    float: left;
    text-decoration: none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

footer .container div.legal div {
    float: left;
    margin-left: 0.5rem;
}

footer .container div.legal div a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 0.5rem;
}

footer .container div.legal div a:hover {
    color: #fff;
    text-decoration: none;
}

footer .container.mobile-footer {
    width: 100%;
    margin: 0;
}

footer .container.mobile-footer .social {
    margin: 1.3rem 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

footer .container.mobile-footer .social .link.inline {
    padding: 0 1rem;
}

footer .container.mobile-footer .social .link.inline span {
    color: #fff;
}

footer .container.mobile-footer .social .link.inline:nth-child(2) {
    padding: 0 1.5rem 0 1rem;
}

footer .container.mobile-footer .col-xs-12 {
    padding: 0 1.5rem;
}

footer .container.mobile-footer ul.mobile-footer--nav-highlight {
    margin: 1.5rem 0 1rem 0;
    display: inline-block;
}

footer .container.mobile-footer ul.mobile-footer--nav-highlight li {
    float: left;
    width: auto;
    padding: 0 0.5em 0 0;
}

footer .container.mobile-footer ul.mobile-footer--nav-highlight li:first-child {
    padding: 0 0.5em 0 0;
    max-width: none;
}

footer .container.mobile-footer ul.mobile-footer--nav-highlight li a.get-started {
    margin: 0;
}

footer .container.mobile-footer ul.mobile-footer--nav li {
    width: 100%;
    padding: 0.5rem 0;
}

footer .container.mobile-footer ul.mobile-footer--nav li:first-child {
    max-width: none;
    padding: 1.2rem 0 0.5rem 0;
}

footer .container.mobile-footer ul.mobile-footer--nav li a.get-started {
    margin: 0;
}

footer .container.mobile-footer div.legal {
    padding: 1rem 0 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 2rem 0 0 0;
}

footer .container.mobile-footer div.legal p {
    float: left;
    text-decoration: none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

footer .container.mobile-footer div.legal div {
    float: left;
    margin-left: 0.5rem;
}

footer .container.mobile-footer div.legal div a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 0.5rem;
}

footer .container.mobile-footer div.legal div a:hover {
    color: #fff;
    text-decoration: none;
}

footer .container.mobile-footer .social .link.inline span {
    font-size: 2rem;
}

footer .social-container {
    position: relative;
}

.slz-name {
    color: #ddd;
    font-size: 16px;
}

.siteby {
    display: inline-block;
    margin-left: 10px;
    color: #ddd;
    font-size: 16px;
}

.siteby a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.social-media {
    display: inline-block;
    float: right;
}

.mobile-hidden {
    display: none;
}

footer .container ul li:first-child {
    padding: 0 1em 0 0;
    max-width: 80rem;
}

.social-media ul li.instagram {
    background-color: #fff;
}

.social-media ul li {
    width: 35px;
    height: 35px;
    float: left;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    margin: -9px 5px;
}

.social-media ul li a {
    color: #6f6e6e;
    padding: 4px 14px;
    font-size: 18px;
}

footer .container ul li a {
    text-decoration: none;
}

footer .container .social-media ul li:first-child a {
    padding: 4px 10px;
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-instagram:before {
    font: 20px / 36px FontAwesome;
    content: "\f16d";
    color: #d10869;
}

.fb:before {
    font: 20px / 36px FontAwesome;
    content: '\f09a';
    color: #3a5897;
}

@media only screen and (min-width:992px) {
    .mobile-hidden {
        display: block;
    }

    footer .container ul {
        padding: 0 0 0 1.5rem;
    }

}

@media only screen and (min-width:768px) {
    .mobile-hidden {
        display: inline-block;
    }

    footer .container ul {
        padding: 0;
    }

    footer .container ul li {
        float: right;
    }

}

@media only screen and (min-width:320px) {
    footer {
        padding: 1rem 0;
    }

    footer .container {
        padding: 0;
    }

    footer .container>.col-xs-6 {
        padding: 0;
    }

    footer .container ul li {
        float: left;
    }

    footer .social {
        padding: 3rem 0 0 0;
    }

    footer .social ul {
        float: left;
    }

    footer .social ul li {
        float: left;
    }

    footer a.link.inline {
        float: left;
    }

    footer a.link.inline:nth-child(2) {
        padding-left: 0;
    }

    footer .container div.legal {
        padding: 1rem 0 0 0;
    }

    footer .container div.legal p {
        margin: 0 1rem 1rem 0;
    }

    footer .container div.legal div {
        margin-left: 0;
    }

    footer .container div.legal div a:first-child {
        padding: 0 0;
    }

}

@media only screen and (min-width:768px) {
    footer .container ul {
        padding: 0;
    }

    footer .container>div {
        padding: 0;
    }

    footer .legel-hidden {
        display: none;
    }

    footer .container ul li {
        float: right;
    }

    footer .social {
        padding: 0;
    }

    footer .social ul {
        float: right;
    }

    footer .social ul li.mobile-hidden {
        float: right;
    }

    footer a.link.inline {
        float: right;
    }

    footer .container ul .textwidget li {
        padding: 0 0.5rem;
        width: auto;
        float: left;
    }

    footer .container ul .textwidget li:nth-child(1) {
        padding: 0 0.5rem 0 0;
    }

    footer .container ul .textwidget li .get-started {
        margin-top: 0rem;
        margin-left: 1rem;
    }

}

@media only screen and (min-width:992px) {
    footer .container ul {
        padding: 0 0 0 1.5rem;
    }

    footer .container>div {
        padding: 0 1.5rem;
    }

    footer {
        padding: 20px 0;
    }

    footer .container {
        padding: 0 1.5rem;
    }

    footer .container>.col-xs-6 {
        padding: 0 1.5rem;
    }

    footer .social {
        padding: 0 1.5rem;
    }

    footer .social ul {
        float: right;
    }

    footer .social ul li {
        float: right;
    }

    footer a.link.inline {
        float: right;
    }

    footer .container div.legal {
        padding: 1rem 0 0 1.5rem;
    }

    footer .container div.legal p {
        margin: 0 0 3rem 0;
    }

    footer .container div.legal div {
        margin-left: 0.5rem;
    }

    footer .container div.legal div a:first-child {
        padding: 0 0.5rem;
    }

    footer .container ul .textwidget li {
        padding: 0 0.5rem;
        width: auto;
        float: left;
    }

    footer .container ul .textwidget li:nth-child(1) {
        padding: 0 0.5rem 0 0;
    }

    footer .container ul .textwidget li .get-started {
        margin-top: 0rem;
        margin-left: 1rem;
    }

}

footer .pull-left,
footer .fl {
    float: none !important;
}

footer .container {
    margin: 0 auto;
    width: 74%;
}

@media screen and (min-width:0) and (max-width:1023px) {
    footer .slz-name {
        margin-bottom: 20px;
    }

    footer .social-media {
        float: none;
        text-align: center;
        margin-top: 26px;
    }

    footer .short-link {
        margin-left: 0;
        margin-top: 20px;
    }

    footer .container {
        margin: 0 auto;
        width: 89%;
    }

    footer {
        text-align: center;
    }

    .ui-widget.ui-widget-content {
        right: 0;
        margin: 0 auto !important;
        width: 96% !important;
        min-width: auto !important;
    }

}

.sales-wrapper-section .footer-cntr .tital,
.sales-wrapper-section .footer-cntr .order-no,
.sales-wrapper-section .footer-cntr .edit_shop_banner,
.sales-wrapper-section .footer-cntr .orderdetail {
    background-color: transparent !important;
    border-bottom: 0 !important;
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #767a7d !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.sales-wrapper-section .footer-cntr .orderdetail {
    color: #767a7d !important;
}

.sales-wrapper-section .footer-cntr .order-no {
    font-size: 30px;
}

.sales-wrapper-section .footer-cntr .tital {
    padding: 30px !important;
    width: 38%;
    margin: 20px auto;
    display: block;
    border-bottom: 0 !important;
    padding: 17px;
    border-radius: 15px;
    border: 1px solid #9da0a3;
    transition: .25s all linear;
    height: 100%;
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7;
    transition: .25s all linear;
    position: relative;
}

.sales-wrapper-section .footer-cntr .edit_shop_banner a,
.sales-wrapper-section .footer-cntr .edit_shop_banner {
    color: #f6aa38 !important;
}

.footer-cntr .tital .order-no {
    font-size: 25px !important;
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 31px !important;
    font-weight: 600 !important;
    margin-bottom: 17px;
}

.sales-wrapper-section .footer-cntr .edit_shop_banner {
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.footer-cntr .tital .orderdetail span {
    padding-left: 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background: #f6aa38;
    border-radius: 10px;
    position: relative;
    margin-left: 10px;
}

.footer-cntr .tital .orderdetail span input {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 23px;
    height: 22px;
}

.sales-wrapper-section .footer-cntr .orderdetail {
    margin-bottom: 10px;
}

.sales-wrapper-section .footer-cntr .orderdetail:last-child {
    margin-bottom: 0;
}

.sales-wrapper-section .share-info {
    top: 20px;
    right: 20px;
}

.sales-wrapper-section .button-gruop-format.submit-btn-cntr .sec-btn:first-child input {
    background-color: transparent;
    color: #000;
    border: 0;
}

.sales-wrapper-section .button-gruop-format #logout {
    margin-left: 0;
}

.sales-wrapper-section .button-gruop-format #adddeal,
.sales-wrapper-section .button-gruop-format .sec-btn,
.sales-wrapper-section .button-gruop-format #logout {
    background-color: #fff;
    padding: 13px 20px;
    border: 2px solid #f6aa38;
    border-radius: 9px;
    color: #f6aa38;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    outline: none;
    min-width: auto;
    font-family: "Inter", sans-serif !important;
    transition: 0.25s all linear;
    margin: 0 5px;
}

.sales-wrapper-section .button-gruop-format #adddeal svg,
.sales-wrapper-section .button-gruop-format .sec-btn svg,
.sales-wrapper-section .button-gruop-format #logout svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    color: #000;
    transition: 0.25s all linear;
}

.sales-wrapper-section .button-gruop-format #adddeal input,
.sales-wrapper-section .button-gruop-format .sec-btn input,
.sales-wrapper-section .button-gruop-format #logout input {
    padding: 0;
    background: transparent;
    border: 0;
    color: #000;
    min-width: auto;
    text-align: left;
    font-family: "Inter", sans-serif !important;
    border-radius: 0 !important;
    transition: 0.25s all linear;
    font-weight: 500;
}

.sales-wrapper-section .button-gruop-format #adddeal:hover,
.sales-wrapper-section .button-gruop-format .sec-btn:hover,
.sales-wrapper-section .button-gruop-format #logout:hover {
    background-color: #f6aa38;
    color: #fff;
    border-color: #f6aa38;
    transition: 0.25s all linear;
}

.sales-wrapper-section .button-gruop-format #adddeal:hover svg,
.sales-wrapper-section .button-gruop-format .sec-btn:hover svg,
.sales-wrapper-section .button-gruop-format #logout:hover svg {
    color: #fff;
    transition: 0.25s all linear;
}

.sales-wrapper-section .button-gruop-format #adddeal:hover input,
.sales-wrapper-section .button-gruop-format .sec-btn:hover input,
.sales-wrapper-section .button-gruop-format #logout:hover input {
    color: #fff;
    transition: 0.25s all linear;
}

.sales-wrapper-section .button-gruop-format.submit-btn-cntr .sec-btn:first-child:hover input {
    color: #fff;
    transition: 0.25s all linear;
}

.sales-wrapper-section .button-gruop-format {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 23px;
}

.total-leades {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 30px;
}

.total-leades p {
    font-size: 20px;
    line-height: 25px;
    color: #292929;
    font-weight: 500;
    text-align: left;
    font-family: "Inter", sans-serif !important;
}

.total-leades .container {
    width: 72%;
}

.total-leades .row {
    display: flex;
    flex-wrap: wrap;
}

.total-leades .row .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.total-leades .row .col-lg-6:last-child {
    text-align: right;
}

.total-leades .top_filter {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: inline-block;
}

#product_listt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10%;
}

#product_listt .header-cntr {
    margin-top: 0;
    padding: 0;
    border-top: 0;
}

#product_listt .common-box-porduct {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

#product_listt .Product-details:last-child {
    border: 0;
    max-width: none !important;
    max-height: none;
}

#product_listt .common-box-porduct .Product-details:last-child .top-cntr .tab2 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(63, 74, 82, 1);
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    padding: 12px 32px 24px !important;
}

#product_listt .common-box-porduct .center-part {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;
    height: 100%;
    display: block;
}

#product_listt .common-box-porduct .center-part .tital {
    margin: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background-color: transparent;
    border-bottom: 0;
}

#product_listt .common-box-porduct .center-part .tital .order-no {
    background-color: transparent;
}

#product_listt .common-box-porduct .center-part .tital .order-no p {
    font-size: 18px;
    line-height: 25px;
    color: #292929;
    font-weight: 600;
    text-align: left;
    font-family: "Inter", sans-serif !important;
    padding-left: 28px;
}

#product_listt .common-box-porduct .center-part .tital .order-no span {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background: #f6aa38;
    border-radius: 10px;
    position: relative;
    margin-left: 0;
    margin-top: 4px;
    float: none;
}

#product_listt .common-box-porduct .center-part .header-cntr .order-no {
    display: flex;
    width: 100%;
}

#product_listt .common-box-porduct .center-part .header-cntr .order-no p {
    width: 76%;
}

#product_listt .common-box-porduct .center-part .header-cntr .order-no .common-button-div {
    width: 24%;
}

#product_listt .common-box-porduct .center-part .tital .order-no span input {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

#product_listt .common-box-porduct .center-part .tital .order-no span button {
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}

#product_listt .common-box-porduct .center-part .tital .order-no span button svg {
    width: 20px;
    height: 20px;
}

#product_listt .common-box-porduct .center-part .Product-details {
    border: 0;
    max-width: none !important;
    max-height: none;
    margin: 0;
}

#product_listt .common-box-porduct .Product-details .top-cntr .tab2 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(63, 74, 82, 1);
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    padding: 12px 32px 24px !important;
    max-height: 104px;
    overflow-y: scroll;
}

#product_listt .common-box-porduct .Product-details .top-cntr .tab2.tab-alert {
    max-height: auto;
    overflow-y: visible;
}

#product_listt .common-box-porduct .center-part .call-on-enquiry .tital {
    padding: 0 !important;
}

#product_listt .common-box-porduct .center-part .call-on-enquiry .tital .order-call-enquiry {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 8px 29px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    font-weight: 600;
    font-family: "Inter", sans-serif !important
}

#product_listt .common-box-porduct .center-part .call-log-info {
    width: 100%;
}

#product_listt .common-box-porduct .center-part .call-log-info ul li .grid-4 {
    padding: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #eaeaea;
    min-width: 33.33%;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
}

.memberleads-header-page .tital {
    width: 34% !important;
}

.memberleads-header-page .tital .row {
    display: flex;
    align-items: center;
}

.memberleads-header-page .tital .row .col-lg-8 {
    width: 60%;
}

.memberleads-header-page .tital .row .col-lg-4 {
    width: 40%;
}

.memberleads-header-page .tital .order-no {
    margin-bottom: 0
}

.memberleads-header-page .tital .back-button {
    text-align: right;
}

.memberleads-header-page .tital .back-button .button-back {
    display: inline-block;
    background-color: #f6aa38;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    padding: 10px 17px;
    font-size: 15px;
    line-height: normal;
}

.memberleads-header-page .tital .back-button .button-back svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.login-wrapper.ragister-new-page-section {
    height: auto !important;
}

.ragister-new-page-section .common-otp-number-section {
    position: static;
    transform: none;
    margin-top: 75px;
    margin-bottom: 30px;
}

@media screen and (max-width:1600px) {
    #product_listt {
        margin: 0 3%;
    }

    .sales-wrapper-section .footer-cntr .tital {
        padding: 30px !important;
        width: 56%;
    }

}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    #product_listt {
        margin: 0 3%;
    }

    .sales-wrapper-section .footer-cntr .tital {
        padding: 30px !important;
        width: 56%;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    #product_listt {
        margin: 0 3%;
    }

    .sales-wrapper-section .footer-cntr .tital {
        padding: 30px !important;
        width: 56%;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .sales-wrapper-section .footer-cntr .tital {
        padding: 30px !important;
        width: 72%;
    }

    #product_listt {
        margin: 0 0%;
    }

    .common-box-porduct .Product-details {
        margin: 0 !important;
        padding: 0;
        border: 0 !important;
    }

    .common-box-porduct .Product-details:last-child li {
        border: 0 !important;
    }

}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {}

@media screen and (min-width:0) and (max-width:1023px) {
    .sales-wrapper-section {
        margin-top: 44px !important;
    }

    .sales-wrapper-section .footer-cntr .tital {
        padding: 30px !important;
        width: 98%;
    }

    .sales-wrapper-section .button-gruop-format #adddeal,
    .sales-wrapper-section .button-gruop-format .sec-btn,
    .sales-wrapper-section .button-gruop-format #logout {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        padding: 11px 10px;
    }

    .total-leades .container {
        width: 89%;
    }

    #product_listt .common-box-porduct {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 3px;
    }

    #product_listt .common-box-porduct .top-cntr .fotorama__stage {
        width: 100% !important;
    }

    #product_listt .common-box-porduct .Product-details:last-child li {
        border: 0;
    }

    #product_listt .Product-details:last-child {
        margin: 0;
    }

    #product_listt .common-box-porduct .center-part .header-cntr .order-no .common-button-div {
        width: 26%;
    }

    .total-leades p {
        font-size: 16px;
    }

    .popup {
        width: 89% !important;
        margin: 70px auto !important;
    }

    .popup .close {
        right: 30px !important;
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 26px !important;
        color: #000 !important;
        opacity: 1 !important;
    }

}

.deal-inactive {
    cursor: pointer;
}

.edit_shop_banner {
    color: #fff;
    font-size: 14px;
    padding: 0px 10px 10px;
}

.edit_shop_banner a {
    color: #fff;
}

.fileupload {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.fileupload>span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    line-height: 25px;
    white-space: nowrap;
    width: 100%;
    color: #3c3c3c;
    font-size: 14px;
    min-height: 25px;
}

.fileupload>span::after {
    background: #ddd none repeat scroll 0 0;
    content: "Upload";
    cursor: pointer;
    height: 100%;
    line-height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 80px;
    color: #444;
}

.fileupload>input[type="file"] {
    cursor: pointer;
    min-height: 45px;
    opacity: 0;
    width: 100%;
    z-index: 99;
}

.img_resolution {
    margin-top: 10px !important;
    font-size: 12px !important;
}

#updatenameform .inputType {
    padding: 10px 10px;
}

@media screen and (max-width:767px) and (min-width:320px) {
    .fileupload {
        width: 100%;
        margin: 0;
    }

}