@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: 'Roboto', sans-serif;
    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: 'Roboto', 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;
}

body {
    padding: 0px;
    background-color: #F3F5F6;
}

header {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    left: 0;
    top: 0;
}

header .logo {
    width: 100%;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
}

.wrapper {
    width: 490px;
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 1px;
    padding-bottom: 20px;
    margin-bottom: 120px;
    background-color: #fff;
}

.product-list-cntr {
    max-width: 490px;
    float: none;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.Product-details {
    max-width: 450px;
    max-height: 676px;
    margin: 0 auto;
}

.header-cntr .tital .order-name {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 10px 0 10px;
    background-color: #f6aa38;
}

.Product-details .container {
    width: 100%;
}

.Product-details {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.header-cntr .container {
    width: 100%;
}

.Product-details li .top-cntr .tab2 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
}

.footer-cntr {
    margin-top: 20px;
}

.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-call-enquiry {
    text-align: left;
    color: #FFF;
    font-size: 18px;
    padding: 10px 10px 5px;
    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;
}

.submit-btn-cntr .btn {
    text-align: center;
    padding: 20px 0;
}

.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;
}

.tab2.download-details {
    padding: 10px 0 !important;
    text-align: center !important;
}

.tab2.download-details a {
    display: block;
    padding-top: 10px;
}

.Product-details.download-app {
    position: fixed;
    bottom: 0px;
    min-width: 100%;
    background-color: #fff;
    left: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.Product-details.download-app .top-cntr {
    width: 1170px;
    margin: 0px auto;
    display: flex;
}

.Product-details.download-app .tab2.download-details {
    margin: 0 auto;
}

.Product-details.download-app .tab2.download-details p {
    width: auto;
    float: left;
    padding: 16px 10px;
}

.Product-details.download-app .tab2.download-details a {
    width: auto;
    float: left;
    padding: 0px;
}

.submit-btn-cntr .btn input.google-btn {
    color: #f6aa38;
    border: 2px solid #f6aa38;
    background-color: transparent;
}

.submit-btn-cntr .btn input.google-btn:hover {
    color: #fff;
    border: 2px solid #f6aa38;
    background-color: #f6aa38;
}

.otp-sub-btn .grid-6 {
    width: 50%;
    float: left;
}

.overlay#mobileedit_form .overlay-box {
    width: 400px;
}

#otp_label {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #f6aa38;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
    .wrapper {
        width: 390px;
        margin: 0 auto;
        margin-top: 90px;
        padding-top: 1px;
        padding-bottom: 15px;
        margin-bottom: 100px;
        background-color: #fff;
    }

    .product-list-cntr {
        max-width: 390px;
    }

    .Product-details {
        max-width: 350px;
        max-height: 535px;
    }

}

.submit-btn-cntr .btn input {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f6aa38;
    border-radius: 12px;
    color: #f6aa38;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    outline: none;
    min-width: 130px;
}

.submit-btn-cntr {
    display: flex;
}

.submit-btn-cntr .container {
    width: 90%;
}

.submit-btn-cntr .btn {
    display: inline-block;
    float: left;
}

.submit-btn-cntr .btn:first-child {
    margin-right: 20px;
}

/*.submit-btn-cntr .btn:first-child input {
    color: #fff;
    border: 2px solid #f6aa38;
    background-color: #f6aa38;
}*/
.footer-cntr {
    margin: 20px 20px 10px;
}

.Product-details {
    max-width: 350px;
    max-height: 560px;
}

.header-cntr {
    padding: 10px 0px;
}

.header-cntr .tital {
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid #ddd;
    background-color: #f6aa38;
    margin: 0 20px;
}

.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: 90%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 0 20px;
}

.mid-cntr li {
    display: inline-block;
    width: 100%;
}

.mid-cntr li .tab1 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 50%;
    float: left;
    padding: 5px 0;
}

.mid-cntr li .tab2 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 50%;
    float: left;
    padding: 5px 0;
}

.form-row.animate-label .form-field .grid-12 .grid-4 {
    width: 33.33%;
    float: left;
}

.scale-image {
    width: 40%;
}

.fit-image {
    width: 40%;
}

@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: 'Roboto', sans-serif;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

    .mid-cntr li .tab2 {
        font-size: 16px;
        font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
        width: 70%;
        float: left;
        padding: 5px 0;
        text-align: right;
    }

    .total-value-cntr li .tab2 {
        font-size: 16px;
        font-family: 'Roboto', 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: 18px;
        padding: 10px 10px 5px;
        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;
    }

    .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: 'Roboto', sans-serif;
        text-transform: uppercase;
        outline: none;
    }

    .submit-btn-cntr .btn:first-child input {
        color: #fff;
        border: 2px solid #f6aa38;
        background-color: #f6aa38;
    }

    .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: 'Roboto', 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 {
    }

    /*.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 }*/
    .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: 25%;
    }

    .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;*/
    }

    .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: 'Roboto', sans-serif;
        text-transform: uppercase;
        outline: none;
    }

    .overlay-box {
        display: table;
        height: inherit;
        margin: 0 auto;
        width: 98%;
    }

    .form-row.animate-label .form-field .grid-12 .grid-4 {
        width: 100%;
    }

}

.call-log-info {
    width: 90%;
    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: 30%;
}

.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;*/
}

.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;
}

.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: 125px;
}

.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: 600px;
}

.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;
    cursor: pointer;
}

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;
    cursor: pointer;
}

.footer-cntr {
    position: relative;
}

.share-info {
    z-index: 9999;
    position: absolute;
    top: 5px;
    right: 5px;
}

.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: 450px;
}

/*.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: 40%;
}

.fit-image {
    width: 40%;
}

.product-list-cntr {
    margin: 5px 5px 10px;
    border: 1px solid #ddd;
}

.login-wrapper {
    padding: 0;
    margin: 0 !important;
    background-color: transparent !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
}

body {
    font-family: "Inter", sans-serif !important;
}

.common-otp-number-section {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 442px;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
}

.common-otp-number-section .tital, .common-otp-number-section .tital .order-no {
    background-color: transparent;
    border: 0;
}

.common-otp-number-section .tital .order-no {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif !important;
    padding: 0;
}

.common-otp-number-section #mobilealert {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    line-height: 25px;
}

.common-otp-number-section .alert-div {
    margin-bottom: 10px;
}

.common-otp-number-section .input-number {
    margin-bottom: 10px;
}
.common-otp-number-section .input-number .g-recaptcha{
text-align:center;
}
.common-otp-number-section .input-number .g-recaptcha div{
margin:0 auto;
display:block;
}

.common-otp-number-section .input-number input {
    padding: 15px 15px;
    border-radius: 6px;
    background: #f8f8f8;
    outline: 0;
    border: 0;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    resize: none;
    font-family: "Inter", sans-serif !important;
    width: 100%;
}

.common-otp-number-section .button-div {
    margin-top: 20px;
    display: block;
}

.common-otp-number-section .button-div input {
    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;
    min-width: 107px;
    padding: 12px 5px;
    font-size: 15px;
    -webkit-appearance: button;
    cursor: pointer;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    border: 1px solid #f6aa38;
}
.common-otp-number-section .button-div input.back-btn {
    background: transparent;
    color: #f6aa38;
    border: 1px solid #f6aa38;
    margin-right: 10px;
}

.search-page-section {
    padding: 50px 0;
}

.search-page-section .container {
    width: 74%;
}

.search-page-section .row {
    display: flex;
    flex-wrap: wrap;
}

.search-page-section .row .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.search-page-section .row .col-lg-12 {
    width: 100%;
    padding: 0 15px;
}

.search-page-section .input-style input, .search-page-section .input-style select {
    padding: 16px 25px;
    border-radius: 10px;
    background: #fff;
    outline: 0;
    border: 0;
    font-size: 15px;
    color: #606060;
    font-weight: 500;
    resize: none;
    width: 100%;
}

.search-page-section .input-style.product-name {
    display: flex;
    align-items: center;
}

.search-page-section .input-style.product-name input {
    width: 80%;
    margin-right: 10px;
}

.search-page-section .input-style.product-name .common-searchbtn {
    width: 20%;
    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: 13px 17px;
    font-size: 15px;
    line-height: normal;
}

.total-leades.new-memebersleads {
    background: #fff;
}

.list-of-leads-section .container {
    width: 74%;
}

.list-of-leads-section .listing-of-leads {
    margin-bottom: 15px;
    padding: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    background: #fff;
}

.list-of-leads-section .listing-of-leads .name-option {
    margin-bottom: 15px;
}

.list-of-leads-section .listing-of-leads .button-format {
    text-align: right;
}

.list-of-leads-section .listing-of-leads .button-format .button1 {
    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: 13px 17px;
    font-size: 15px;
    line-height: normal;
    margin: 0 4px;
}

.list-of-leads-section .listing-of-leads .button-format .button2 {
    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: 13px 17px;
    font-size: 15px;
    line-height: normal;
    margin: 0 4px;
}

.list-of-leads-section .listing-of-leads .button-format .button3 {
    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: 13px 17px;
    font-size: 15px;
    line-height: normal;
    margin: 0 4px;
}

.list-of-leads-section .listing-of-leads .name-option:last-child {
    margin-bottom: 0;
}

.list-of-leads-section .listing-of-leads .name-option .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-of-leads-section .listing-of-leads .name-option p {
    font-size: 20px;
    line-height: 25px;
    color: #292929;
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif !important;
}

.list-of-leads-section .listing-of-leads .name-option p strong {
    font-weight: 600;
    text-align: left;
    font-family: "Inter", sans-serif !important;
}

.list-of-leads-section .listing-of-leads .name-option .row .col-lg-8 {
    width: 70%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.list-of-leads-section .listing-of-leads .name-option .row .col-lg-4 {
    width: 30%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.list-of-leads-section .listing-of-leads .name-option .row .col-lg-5 {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.list-of-leads-section .listing-of-leads .name-option .row .col-lg-7 {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.list-of-leads-section .listing-of-leads .name-option .row .col-lg-12 {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 15px;
}

@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) {
    header {
        background-color: #FFFFFF;
        padding: 10px 0 !important;
        text-align: center !important;
    }

    header .logo i img {
        width: 37%;
    }

    .common-otp-number-section {
        top: 33%;
        width: 92%;
        padding: 18px;
    }

    .memberleads-header-page .tital {
        width: 97% !important;
    }

    .footer-cntr .tital .order-no {
        font-size: 18px !important;
    }

    .search-page-section .container {
        width: 100%;
    }

    .search-page-section .row .col-lg-4 {
        width: 100%;
    }

    .search-page-section .input-style.product-name {
        flex-wrap: wrap;
    }

    .search-page-section .input-style.product-name input, .search-page-section .input-style.product-name button {
        flex: 0 0 auto;
        width: 100%;
    }

    .search-page-section .input-style.product-name .common-searchbtn {
        width: 100%;
        margin-top: 10px;
    }

    .list-of-leads-section .container {
        width: 94%;
    }

    .list-of-leads-section .listing-of-leads {
        margin-bottom: 10px;
        padding: 17px;
    }

    .list-of-leads-section .listing-of-leads .name-option .row {
        display: block;
    }

    .list-of-leads-section .listing-of-leads .name-option .row .col-lg-8, .list-of-leads-section .listing-of-leads .name-option .row .col-lg-4, .list-of-leads-section .listing-of-leads .name-option .row .col-lg-5, .list-of-leads-section .listing-of-leads .name-option .row .col-lg-7, .list-of-leads-section .listing-of-leads .name-option .row .col-lg-12 {
        padding: 0 2px;
        width: 100%;
    }

    .list-of-leads-section .listing-of-leads .name-option {
        margin-bottom: 0;
    }

    .list-of-leads-section .listing-of-leads .name-option p {
        margin-bottom: 15px;
    }

    .list-of-leads-section .listing-of-leads .button-format {
        text-align: center;
        margin-top: 20px;
    }

}
