/* Minification failed. Returning unminified contents.
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2946,28): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(2959,28): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(6305,39): run-time error CSS1046: Expect comma, found '0'
(6305,43): run-time error CSS1046: Expect comma, found '/'
(6760,38): run-time error CSS1046: Expect comma, found '60'
(6760,44): run-time error CSS1046: Expect comma, found '/'
(6855,37): run-time error CSS1046: Expect comma, found '0'
(6855,41): run-time error CSS1046: Expect comma, found '/'
(7609,28): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(7733,22): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(8128,46): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(9112,6): run-time error CSS1035: Expected colon, found ';'
(10512,34): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(10623,24): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
(10625,17): run-time error CSS1039: Token not allowed after unary operator: '-button-megenta'
 */
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fa/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fa/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/fonts/fa/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/fonts/fa/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/fonts/fa/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/fonts/fa/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

:root {
    --primary-color: #fe0000;
    --primary-medium-color: #d5363d;
    --primary-dark-color: #b3252a;
    --border-radius: 2px;
    --double-border-radius: 4px;
    --button-megenta: #f52e57;
}


@font-face {
    font-family: Camphor;
    src: url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/400/79a790be-1592-4a60-84d3-d38c6ca1626b.eot#iefix) format("eot");
    src: url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/400/79a790be-1592-4a60-84d3-d38c6ca1626b.eot#iefix) format("eot"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/400/677b110e-fe2c-4af7-b50b-3e8f00c371ce.woff2) format("woff2"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/400/bee62776-4fd4-4e5c-b977-86dfd90c0bce.woff) format("woff"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/400/cf1395aa-4f82-4179-9456-63193aef03ac.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Camphor;
    src: url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/700/ce0e3457-b63d-4c55-b2b2-4d41170d4578.eot#iefix) format("eot");
    src: url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/700/ce0e3457-b63d-4c55-b2b2-4d41170d4578.eot#iefix) format("eot"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/700/c96be38e-ea64-418f-ae54-e757ed92b069.woff2) format("woff2"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/700/d8f1df09-02f2-46a7-9876-5b2e79046f31.woff) format("woff"),url(https://nihn-nkywabj.stackpathdns.com/scripts/fonts/camphor/700/d26b7b5b-4f11-4aca-9273-f050282fbf28.ttf) format("truetype");
    font-weight: 700;
    font-display: swap
}

img {
    max-width: 100%;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

body {
    font-family: Camphor;
    color: #848484;
    background-color: #fff;
    font-size: 14px;
    overflow-x: hidden;
}

.width100 .container {
    width: 96%;
}

#msd-container-main .width100 .container {
    width: 100%;
    display: inline-block;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


a {
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
}

.h3, h3 {
    font-size: 24px;
}

.text-right {
    text-align: right;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }

    .certified {
        padding: 25px 0px 20px 35px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .caption {
        font-family: Lato;
        color: #000;
        font-size: 15px;
        line-height: 1.2;
        height: 55px;
        overflow: hidden;
    }

    .yourhealth-section .col-lg-3 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.w-100 {
    width: 100%
}

/*#region common styles of price bar*/
.price {
    color: #a9a7a7;
    font-size: 19px;
    font-weight: 700;
}

.parameterinc {
    color: #fff;
    font-size: 17px !important;
    padding-top: 10px !important;
}

.pricebar {
    margin: 10px 0 0 0
}

    .pricebar .slashedprice {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 21px;
        font-weight: 600;
        font-family: Ubuntu,sans-serif
    }

        .pricebar .slashedprice del span {
            padding: 0 3px;
            font-family: Hind,sans-serif;
            color: #ababab;
            font-size: 22px
        }

    .pricebar .healthiansprice {
        display: inline-block;
        padding-left: 14px;
        font-family: Ubuntu,sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #8F2879;
        margin-top: 0;
        margin-bottom: 0
    }
/*#endregion pricebar */
/*#region header*/
header {
    padding: 0px 0 0px 0;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid #f0f0f5;
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
}

.main-logo a {
    margin: 0;
    padding: 0
}

.nav-mid {
    float: left;
    padding-left: 31px;
}

.nav-login {
    font-size: 13px;
    line-height: 13px;
    /*color: #787887 !important;*/
    color: #282c3f !important;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    padding: 8px 10px;
    margin-top: 0;
    display: inline-block;
    background: #fff;
}


.nav-right {
    float: right;
    padding: 20px 0 19px;
    display: inline-block;
    position: relative;
    z-index: 999999;
}


.product-tab {
    display: inline-block;
    display: inline-block;
    min-width: 112px;
    margin-right: 20px;
    padding: 0px 0 9px;
}

.product-tab__subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #787887;
    letter-spacing: -0.1px;
}

.main-logo a img {
    margin-top: 14px;
    height: 36px;
}


.headerrightdiv-content {
    margin-right: 1px
}

.locationplace {
    float: right
}

.header-information {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 1px
}

.headerrightdiv-content img {
    margin-right: 0;
    margin-left: 0
}

.headerrightdiv-content {
    display: inline-block;
    padding-right: 43px;
    position: relative;
    vertical-align: top;
    /*border-right: 1px solid #8eced3;*/
    margin-right: 10px
}

    .headerrightdiv-content:last-child {
        border-right: 0;
        padding-right: 36px;
        margin-right: 0
    }

header .dropdown-toggle .caret {
    position: absolute;
    border: none;
    background-image: url(../../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 15px;
    height: 8px;
    top: 6px;
    right: -20px
}

.headerrightdiv-content ul {
    list-style: none;
    font-size: 16px;
    padding: 4px 5px 0 5px;
    margin: 0;
    color: #1a9ca6
}

    .headerrightdiv-content ul li a {
        color: #000;
        padding-right: 0;
        font-size: 13px;
        font-family: Lato,sans-serif;
        font-weight: 700;
        transition: .3s ease-in-out;
        font-size: 16px;
    }

        .headerrightdiv-content ul li a span {
            font-weight: 400;
            text-transform: capitalize
        }

        .headerrightdiv-content ul li a:focus {
            background: 0 0 !important;
            background-color: none !important
        }

        .headerrightdiv-content ul li a:hover {
            background: 0 0 !important;
            background-color: none !important;
            text-decoration: none;
            color: #e4115e;
        }

.headerrightdiv-content .btn-group.open .dropdown-toggle {
    background-color: none !important
}

.headerrightdiv-content img {
    position: absolute;
    right: 12px;
    top: 0;
    max-width: 100%;
    height: auto;
    width: 27px
}

.headerrightdiv-content:last-child img {
    right: 0
}

.headerrightdiv {
    background-color: transparent;
    color: #000;
    float: right;
    width: 100%
}

.headerrightdiv-content p {
    cursor: pointer
}

.headerrightdiv p {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    float: right
}

.headerrightdiv span {
    font-size: 14px;
    font-weight: 400
}

.welcomeuser_top {
    width: auto;
    padding-right: 10px
}

.logindropdownitems {
    min-width: 180px !important
}

    .logindropdownitems li a {
        padding: 5px 14px 10px 12px !important
    }

.location-dropdown .dropdown-menu li {
    float: none;
    vertical-align: top;
    padding: 0 3px;
    margin: 0;
    line-height: 24px
}

.location-dropdown .navbar-nav > li > .dropdown-menu {
    width: 415px;
    padding: 7px 9px 15px 9px;
    margin-top: 11px
}

.location-dropdown .dropdown-menu li ul li {
    padding: 0 10px
}

    .location-dropdown .dropdown-menu li ul li:hover {
        background-color: #f5f5f5;
        color: #c9302c
    }

.location-dropdown .dropdown-menu li ul li {
    width: 100%
}

.location-dropdown .dropdown-menu li a {
    padding-bottom: 0
}

.location-dropdown .dropdown-menu a {
    border: none;
    width: 100%;
    padding-bottom: 0
}

.select2-results__option {
    padding-right: 8px;
    vertical-align: middle
}

    .select2-results__option[aria-selected=true] {
        color: #00a0a8
    }

    .select2-results__option[aria-selected=false] {
        color: #555
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f058";
        color: #00a0a8;
        background-color: transparent;
        border: 0;
        display: inline-block;
        padding: 0 4px;
        float: right
    }

    .select2-results__option ul li::before {
        font-family: fontAwesome;
        font-size: 17px;
        content: "\f055";
        color: #d5d4d3;
        background-color: transparent;
        border: 0;
        display: inline-block;
        padding: 0 4px;
        float: right
    }

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #00a0a8
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 0;
    border-radius: 5px;
    border: none !important;
    height: auto;
    line-height: 38px;
    padding: 0 0 0 0px;
    text-align: left;
    height: 38px;
}

.search-section .input-group-btn {
    height: 27px;
    vertical-align: top;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px
}

.search-section .btn {
    min-height: 0;
    height: 40px;
    padding: 0 8px;
    background: #E4115E;
    position: absolute;
    top: -1px;
    right: -4px;
    font-family: Arial;
    font-size: 14px;
    outline: none;
    color: #fff;
    border-radius: 5px;
}

    .search-section .btn:hover {
        color: #fff;
    }


.search-section .col-lg-10 {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
    border-radius: 5px 0 0 5px;
    text-align: left;
    height: 38px;
}


.input-group.selecttextmenu {
    height: 38px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 9999;
    position: relative;
}

.select2-selection .select2-selection--multiple:after {
    content: ''
}

.select-icon .select2-selection__placeholder .badge {
    display: none
}

.select-icon .placeholder {
    display: none
}

.select-icon .select2-results__option:before, .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important
}

.select-icon .select2-search--dropdown {
    display: none
}

.select2-results__option {
    width: 100%;
    float: left
}

.select2-results__options ul li {
    width: 100% !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f9f7f7;
    border: 1px solid #f9f7f7;
    margin-top: 0px;
    line-height: 30px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow-y: auto;
    overflow-x: hidden;
    height: 56px
}

.health-result .checkbox-circle {
    float: left
}

.topheaderCart.hidden-xs {
    position: relative;
}

.health-result .cart-block .checkbox label::before {
    top: 0
}

.health-result .cart-block .checkbox label::after {
    top: -2px
}

.health-result .progress-bar p {
    margin-left: 20px
}

.select2-results__message {
    display: none
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
    padding: 0 15px
}

.error {
    float: left;
    font-weight: 400
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.uploadpres {
    color: #fff !important;
}

.headerrightdiv .headerrightdiv-content {
    border-right: 2px solid #8eced3;
    padding-right: 10px;
    margin-right: 15px
}

    .headerrightdiv .headerrightdiv-content:first-child {
        border: none;
        padding-right: 0;
        margin-right: 0
    }

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    width: 110%;
    margin-top: 11px
}

header .navbar-nav > li > .dropdown-menu {
    margin-top: 10px
}

header .dropdown-menu a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    padding: 0 0 10px 0;
    text-align: left;
    color: #b1b0b0;
    -webkit-transition: all .3s linear 0s !important;
    -moz-transition: all .3s linear 0s !important;
    -ms-transition: all .3s linear 0s !important;
    transition: all .3s linear 0s !important;
    margin: 0
}

header .navbar-nav > li > a {
    padding: 0;
    margin: 0
}

.nav > li > a:focus, header .nav > li > a:hover {
    background-color: #fff
}

header .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px
}

header .navbar {
    position: relative;
    min-height: 32px;
    margin-bottom: 20px;
    border: 0 solid transparent
}

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 10px
}

header .navbar-collapse {
    padding-right: 15px;
    padding-left: 0
}

header .navbar-default .navbar-nav > li > a {
    color: #828282;
    font-weight: 600;
    font-size: 14px
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > header .active > a:focus, header .navbar-default .navbar-nav > .active > a {
    color: #777;
    background-color: transparent
}

header .navbar-default .navbar-nav li:first-child a {
    padding-left: 0
}


#cartHealth .p1[data-count]:after {
    position: absolute;
    right: 9%;
    top: 16%;
    content: attr(data-count);
    padding: .2em;
    border-radius: 50%;
    line-height: 17px;
    color: #fff;
    background: rgba(242,125,39,1);
    text-align: center;
    width: 17px;
    height: 17px;
}

header:after {
    content: "";
    border-bottom: 1px solid #f0f0f5;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-toggle {
        display: none;
    }
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*#endregion header*/

/*#region Search Bar*/

#searchHome {
    height: 38px;
    border: none;
    overflow: hidden;
}

.content {
    width: 1180px;
    zoom: 1;
    margin: auto;
}

.icon-ic_search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.c-omni-wrapper.u-d__inline-block {
    /*width: 712px;*/
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    padding-left: 0px;
    margin-left: -4px;
    /*padding-top:10px;
                        padding-bottom: 0px;
                padding-top: 3px;*/
}

.c-omni {
    width: 100%;
    color: #414146;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.c-omni__wrapper {
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
}

.c-omni-searchbox__icon {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    transform: translateY(-50%);
}

input.c-omni-searchbox.c-omni-searchbox--small {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4;
    padding: 6px 20px 5px 30px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #b4b4be;
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    height: 40px;
}

img.u-d__inline-block.u-float--right.u-padding--20__top.u-padding--20__bottom {
    float: right;
    display: inline-block;
    padding: 20px 0px;
}

.c-omni-searchbox__icon svg {
    height: 22px;
    width: 22px;
}



.search-section {
    float: left;
    background-color: #f8f8f8;
    background: #fff;
    padding: 0px 0;
    width: 100%;
    border: 1px solid #b4b4be;
}

    .search-section .container {
        width: auto;
    }

.c-omni-searchbox_wrapper {
    position: relative;
    margin: 1px;
}

.search-select {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4;
    padding: 6px 20px 5px 30px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #b4b4be;
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    height: 40px;
    margin: 0px;
    margin-right: 1px;
}

.ic_filter svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 0px;
}

#popular_package {
    background: #fff;
    margin: 5px 1px auto;
    width: 82%;
    border-radius: 3px;
    box-shadow: 1px 10px 36px 0 rgba(0,0,0,.6);
    -webkit-box-shadow: 1px 10px 36px 0 rgba(0,0,0,.6);
    -moz-box-shadow: 1px 10px 36px 0 rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    padding-top: 0;
    padding-top: 15px;
}

#popular_package {
    width: 100%;
    z-index: 999;
}



.testtitle {
    text-align: left;
    padding: 12px 18px;
    color: #000;
    font-size: 16px
}

.title {
    padding-left: 40px;
    text-align: left
}

.tests ul li {
    list-style: none;
    text-align: left;
    line-height: 30px;
    cursor: pointer
}

    .tests ul li:hover {
        color: #ea7528
    }

.tests .test:after {
    content: "+";
    float: left;
    padding-right: 13px;
    font-size: 18px
}

.tests .test.active:after {
    content: "-";
    padding-right: 13px;
    font-size: 18px
}

#default-address-detail {
    padding-left: 0 !important
}

.tests_listing ul li {
    list-style: none;
    text-align: left;
    line-height: 18px;
    cursor: pointer
}

    .tests_listing ul li:hover {
        color: #ea7528
    }

.tests_listing .testp:after {
    content: "+";
    float: right;
    font-size: 18px
}

.tests_listing .testp.active:after {
    content: "-";
    padding-right: 2px;
    font-size: 18px
}

.popular_test {
    padding-left: 20px
}

.popular_test_listing {
    padding-left: 0
}


/*#endregion Search Bar*/



/*#region Slider Section */

.slide-holder {
    display: none;
    height: 36vw;
    max-height: 586px;
}

    .slide-holder img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .slide-holder.active {
        display: inline-block;
    }

.cm-slider {
    float: left;
    width: 100%;
}

.cm-s-images {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    /*padding-top: 3vw;
                    padding-bottom: 10vw;*/
    float: left;
}

    .cm-s-images .img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 1 !important;
        display: none;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding-bottom: 10%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .cm-s-images .img.current {
            display: block;
        }

    .cm-s-images .shape {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        right: -15%;
        z-index: 10 !important;
    }

        .cm-s-images .shape .cm-circle {
            width: 20vw;
            height: 20vw;
            border-radius: 50%;
            display: inline-block;
            background: #411e75;
            margin-left: 14%;
            margin-top: 6%;
            /* background-image: linear-gradient(to bottom, #c130ce, #360954); */
            background: #751faf;
        }

/*.cm-s-random-generator:hover .shape .cm-circle {
                    background: #EE236E;
                }*/
.cm-s-random-generator:hover .cm-s-content-each .top-line {
    color: #fff;
}

.cm-s-random-generator:hover .btn {
    background: #fff;
}

    .cm-s-random-generator:hover .btn svg * {
        stroke: #603785
    }

.cm-s-images .shape .cm-s-shapes-container {
}

.cm-s-images .cm-s-content {
    position: absolute;
    width: 100%;
    z-index: 11 !important;
    top: 5%;
}

.cm-s-content .cm-s-content-each {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    display: block;
}

    .cm-s-content .cm-s-content-each.current {
        opacity: 1;
        height: auto;
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 11;
        padding: 16% 29% 2.4% 20%;
        right: -15%;
        cursor: pointer;
        height: 400px;
    }

.cm-s-content-each .top-line {
    text-transform: uppercase;
    color: #a289c8;
    color: #fff;
    font-size: 14px;
}

.cm-s-content-each h2 {
    display: block;
    max-height: 5.3em;
    overflow: hidden;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 40px;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: -1.5px;
}

    .cm-s-content-each h2:first-letter {
        text-transform: uppercase;
    }

.cm-s-random-generator {
    width: 700px;
    height: auto;
    position: relative;
    display: inline-block;
    float: right;
}

.cm-s-images .shape svg {
    width: 100%;
    height: 100%;
    margin-top: 3%;
}

.cm-s-random-generator .btn svg {
    width: 40px;
    height: 48px;
    margin: 0px auto;
}

    .cm-s-random-generator .btn svg * {
        stroke: #a289c8;
    }

.cm-s-random-generator polygon {
    /*-webkit-clip-path: polygon(30% 100%, 30% 0%, 60% 0%, 100% 100%);
                        clip-path: polygon(30% 100%, 30% 0%, 60% 0%, 100% 100%);
                        -webkit-clip-path: url("#polygon-clip-trapezoid");
                        clip-path: url("#polygon-clip-trapezoid");*/
    opacity: 0.9;
}

.cm-s-random-generator .btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    margin-left: 28%;
    margin: 0px auto;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    left: 23px;
    padding-left: 7px;
}

.cm-title {
    color: #1a1a1a;
    margin: 0px 0;
    font-size: 39px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 40px 15px;
}

.body-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    float: left;
}



.cm-s-content .cm-s-content-each {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    display: block;
}

    .cm-s-content .cm-s-content-each.current {
        opacity: 1;
        height: auto;
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 11;
        padding: 16% 29% 2.4% 20%;
        right: -15%;
        cursor: pointer;
        height: 400px;
    }

.cm-s-content-each .top-line {
    text-transform: uppercase;
    color: #a289c8;
    color: #fff;
    font-size: 14px;
}

.cm-s-content-each h2 {
    display: block;
    max-height: 5.3em;
    overflow: hidden;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 40px;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: -1.5px;
}

    .cm-s-content-each h2:first-letter {
        text-transform: uppercase;
    }

.cm-s-random-generator {
    width: 700px;
    height: auto;
    position: relative;
    display: inline-block;
    float: right;
}

.cm-s-images .shape svg {
    width: 100%;
    height: 100%;
    margin-top: 3%;
}

.cm-s-random-generator .btn svg {
    width: 40px;
    height: 48px;
    margin: 0px auto;
}

    .cm-s-random-generator .btn svg * {
        stroke: #a289c8;
    }

.cm-s-random-generator polygon {
    /*-webkit-clip-path: polygon(30% 100%, 30% 0%, 60% 0%, 100% 100%);
                clip-path: polygon(30% 100%, 30% 0%, 60% 0%, 100% 100%);
                -webkit-clip-path: url("#polygon-clip-trapezoid");
                clip-path: url("#polygon-clip-trapezoid");*/
    opacity: 0.9;
}

.cm-s-random-generator .btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    /* margin-top: -6px; */
    padding-bottom: 20px;
    /* float: left; */
    margin-left: 28%;
    margin: 0px auto;
    text-align: center;
    width: 60px;
    height: 60px;
    /*background: #fff;*/
    border-radius: 50%;
    /* padding-top: 4px; */
    /* float: none; */
    position: relative;
    left: 23px;
    padding-left: 7px;
}

.cm-title {
    color: #1a1a1a;
    margin: 0px 0;
    font-size: 39px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 40px 15px;
}

.body-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    float: left;
}

@media (min-width: 1201px) and (max-width:1400px) {
    .cm-s-images {
        padding-bottom: 0vw;
    }

    .top-menu-block {
        margin-top: -9px !important;
    }

    .c-omni-wrapper.u-d__inline-block {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-top: 3px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .cm-s-content-each h2 {
        font-size: 22px !important;
    }

    .cm-s-content .cm-s-content-each.current {
        padding-left: 26%;
        padding-right: 30%;
        height: 300px;
        padding-top: 12%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .cm-s-content-each h2 {
        font-size: 15px;
    }

    .cm-s-random-generator {
        width: 50%;
    }

    .cm-s-content .cm-s-content-each.current, .cm-s-images .shape {
        right: -4%;
    }
}

@media (min-width: 1201px) and (max-width:1400px) {
    .cm-s-images {
        /*padding-bottom: 8vw;*/
    }

    .top-menu-block {
        margin-top: -9px !important;
    }

    .c-omni-wrapper.u-d__inline-block {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-top: 3px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .cm-s-content-each h2 {
        font-size: 22px !important;
    }

    .cm-s-content .cm-s-content-each.current {
        padding-left: 26%;
        padding-right: 30%;
        height: 300px;
        padding-top: 12%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .cm-s-content-each h2 {
        font-size: 15px;
    }

    .cm-s-random-generator {
        width: 50%;
    }

    .cm-s-content .cm-s-content-each.current, .cm-s-images .shape {
        right: -4%;
    }
}


/* Mobile */
@media (max-width:768px) {

    .cm-s-images .shape {
        display: none !important;
    }

    .cm-s-images .cm-s-image-holder {
        position: relative;
        height: 200px;
        display: inline-block;
        width: 100%;
        float: left;
    }

    .cm-s-images {
        padding: 0px;
    }

    .cm-s-content .cm-s-content-each.current {
        padding: 0px;
        right: 0px;
        height: auto;
    }

    .cm-s-random-generator {
        width: 100%;
        padding: 10px 0px;
        background-image: url(/images/purple-overlay.png);
        background-position: center top;
    }

    .cm-s-images .cm-s-content {
        background: #411e75;
        background: -webkit-linear-gradient(25deg,#411e75 0%,#8F2879 100%);
        background: -o-linear-gradient(25deg,#411e75 0%,#8F2879 100%);
        background: linear-gradient(65deg,#411e75 0%,#8F2879 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#411e75,endColorstr=#8F2879,GradientType=1)";
        display: inline-block;
    }
    /*.cm-s-images .cm-s-content .cm-container
                      {
                              background-image: url();
                    background-position: center top;

                      }*/
    .cm-s-content-each h2 {
        font-size: 23px;
        line-height: 1.4;
    }
}




/*#endregion Slider Section */

/*#region I am here to section*/

/* I am here to */

.cm-container {
    max-width: 1170px;
    margin: 0px auto;
}

.cm-iam-hereto {
     background-color: #E4115E;
   /* background-color: var(--button-megenta);*/
    /*background-color: #FE0000;*/
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 0px;
    z-index: 99;
    float: left;
}

    .product-tab__title, .cm-iam-hereto ul li a h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #2d2d32;
        letter-spacing: -0.3px;
        display: block;
    }

    .cm-iam-hereto ul li a h4 {
        color: #fff;
    }

    .product-tab__subtitle, .cm-iam-hereto ul li a span {
        font-size: 12px;
        line-height: 18px;
        /*  color: #787887;*/
        color: #282c3f;
        letter-spacing: -0.1px;
       /* opacity: 0.9;*/
        float: left;
    }

    .cm-iam-hereto ul li a span {
        color: #fff;
    }

    .cm-iam-hereto .cm-iht-title {
        font-size: 18px;
        font-weight: bold;
        font-size: 34px;
        color: #fff;
        padding-right: 15px;
    }

    .cm-iam-hereto ul {
        width: 100%;
    }

        .cm-iam-hereto ul li {
            float: left;
            width: auto;
            line-height: 1.92;
            /*box-shadow: 4px -1px 5px #b30e4b;*/
            position: relative;
            height: 65px;
            display: inline-block;
        }

            .cm-iam-hereto ul li:not(:last-child):after {
                content: "";
                height: 100%;
                background: url(https://nihn-nkywabj.stackpathdns.com/Images/shadow2.png) right no-repeat;
                /*width: 47px;*/
                width: 12px;
                position: absolute;
               /* right: -16px;*/
                top: 0px;
                z-index: 999;
            }

            .cm-iam-hereto ul li:last-child {
                box-shadow: none;
            }

            .cm-iam-hereto ul li a {
                font-size: 13px;
                padding: 0 12px;
                color: #fff;
                line-height: 65px;
                display: inline-block;
                /* box-shadow: 5px 0px 2px #411e75; */
                /* position: absolute; */
                padding-top: 15px !important;
                margin-left: 3px;
            }

@media (max-width: 1600px) {
    .cm-iam-hereto ul li a {
        font-size: 11px;
        padding: 0 7px;
    }
}


@media (max-width: 1200px) {
    .cm-iam-hereto ul li a {
        font-size: 11px;
        padding: 0 4px;
    }

    .cm-iam-hereto .cm-iht-title {
        font-size: 30px;
    }

    .cm-s-images:after {
        width: 328px !important;
        height: 326px !important;
        top: 15px !important;
    }
}



@media (max-width: 1024px) {
    .cm-iam-hereto ul li a {
        font-size: 11px;
        padding: 0 4px;
    }

    .cm-iam-hereto .cm-iht-title {
        font-size: 28px;
    }

    .cm-s-images:after {
        width: 328px !important;
        height: 326px !important;
        top: 15px !important;
    }

    .nav-mid {
        float: left;
        padding-left: 5px;
    }

    .product-tab {
        margin-right: 2px;
    }
}

@media (max-width: 900px) {
    .cm-iam-hereto ul li a {
        font-size: 11px;
        padding: 0 7px;
    }

    .cm-iam-hereto .cm-iht-title {
        font-size: 12px;
        line-height: 65px;
    }
}

@media (max-width: 768px) {
    .cm-iam-hereto {
        display: none;
    }
}
/* I am here to*/


/*#endregion I am here to section*/



/*#region footer*/

.citywisepackage p a, .citywisepackage li a {
    /*font-size: 16px;*/
    /*font-size: 0.8em;*/
    font-size: 3.57vw;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -2px;
    font-weight: 400;
    letter-spacing: -.5px;
    font-family: 'Muli';
    text-transform: capitalize;
    color: #333;
    text-decoration: none;
    line-height: 2.5;
    display: inline-block;
}

.citywisepackage p span {
    font-size: 11px;
    color: #333;
    vertical-align: top;
}

.citywisepackage ul li {
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
    color: #969696;
    line-height: 1.8;
}

.citywisepackage {
    margin: 12px 0 0 0;
    padding: 0;
}


.footer .citiesbottom {
    width: 95%;
    /* margin-right: 10px; */
    /* margin-left: 2.5%; */
    /* border: 2px solid #fa035e; */
    border-bottom: 0px solid;
    /* border: 2px solid #fa035e; */
    max-width: 328px;
    margin: 0px auto;
    float: none;
    float: left;
    margin: 0px 13px;
}

    .footer .citiesbottom .container .text-center {
        border: 2px solid #fa035e;
        width: calc( 100% - 8px );
        margin-left: 4px;
        margin-top: 4px;
        height: calc( 100% - 8px );
        overflow-y: auto;
        padding: 0px 5px;
    }

        /* width */
        .footer .citiesbottom .container .text-center::-webkit-scrollbar {
            width: 3px;
        }

        /* Track */
        .footer .citiesbottom .container .text-center::-webkit-scrollbar-track {
            /*box-shadow: inset 0 0 5px grey;*/
            background: #fff;
            border-radius: 10px;
        }

        /* Handle */
        .footer .citiesbottom .container .text-center::-webkit-scrollbar-thumb {
            background: #fa035e;
            border-radius: 15px;
        }

.citiesbottom .container {
    width: 100%;
}

.footer .citiesbottom .container {
    border: 5px solid #fa035e;
    display: inline-block;
    width: 100%;
    height: 259px;
    padding: 0px;
}

.thickborder img.image-floral {
    /* float: left; */
    /* transform: rotate(88deg); */
    width: 100% !important;
    /* margin-top: 90px !important; */
}

.thickborder {
    width: 96%;
    overflow: initial;
    margin-left: 2%;
}

.citiesbottom {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
}

.citywisepackage p {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: justify;
    font-family: muli;
    color: #969696;
}

.customcart_color {
    font-size: 20px;
    color: #00a0a8;
    line-height: 45px;
}


.footer .citiesbottom .container .text-center {
    border: 2px solid #fa035e;
    width: calc( 100% - 10px );
    margin-left: 5px;
    margin-top: 5px;
    height: calc( 100% - 10px );
    overflow-y: auto;
}

    /* width */
    .footer .citiesbottom .container .text-center::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .footer .citiesbottom .container .text-center::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .footer .citiesbottom .container .text-center::-webkit-scrollbar-thumb {
        background: #fa035e;
        border-radius: 15px;
    }

.text-center {
    text-align: center;
}

.citiesbottom .container {
    width: 100%;
}

.footer .citiesbottom .container {
    border: 5px solid #fa035e;
    display: inline-block;
    width: 100%;
    height: 330px;
    padding: 0px;
}

.thickborder img.image-floral {
    /* float: left; */
    /* transform: rotate(88deg); */
    width: 100% !important;
    /* margin-top: 90px !important; */
}

.thickborder {
    width: 96%;
    overflow: initial;
    margin-left: 2%;
}


.citywisepackage h4, .popular_parameters h3 {
    font-family: 'Camphor';
    /*font-family: 'Poppins-Regular';*/
    font-size: 19px;
    color: #000000;
    text-transform: capitalize;
    /* margin: 16px 0 7px; */
    font-weight: bold;
    line-height: 25px;
    letter-spacing: .5px;
}

.citywisepackage p a {
    font-size: 0.82em;
    color: #000;
    line-height: 1.5;
}

.thickborder img.image-floral:first-child {
    margin-bottom: -4px !important;
}

.thickborder img.image-floral:last-child {
    margin-top: -9px !important;
}

.citywisepackage {
    margin: 12px 0 0 0;
    padding: 0;
}

/*#endregion footer*/

/*#region button styles */
.pos-abs {
    position: absolute;
}

.btn_small {
    font-size: 14px;
    color: #f52e57;
    font-weight: 400;
    padding: 7px 16px;
    border: 1.5px solid #000;
    background-color: #fff;
    right: 57px;
    top: 22px;
    border-radius: 4px;
    font-family: Camphor;
    border-radius: 45px;
    font-weight: 700;
    font-family: 'Camphor';
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-family: 'Camphor';
    margin-top: 9px;
    /* width: auto; */
    background: #fff;
    margin: 0 auto;
    /* margin-top: 10px; */
    padding: 10px;
    border-radius: 45px;
    color: #000;
    /* float: right; */
    height: 36px;
    text-align: center;
    padding-top: 5px;
    box-shadow: 0px 1px 5px 0 rgba(0,0,0,.16);
    text-transform: capitalize;
    float: right;
    font-size: 16px;
    letter-spacing: 0.5px;
}

    .btn_small svg {
        right: 0px !important;
        margin-left: 3px;
    }

    .btn_small:hover {
        background-color: #fff;
        color: #f52e57;
        /* font-weight: 400; */
        border-color: #f52e57;
    }

.special-offer .offer-main .offer-content {
    padding: 10px 11px 4px 11px;
    text-align: left;
}

.btn-default {
    color: #fff;
    background-color: var(--button-megenta);
    border-color: #fff;
    transition: .3s ease-in-out;
}

.btn {
    border-radius: 4px;
    transition: .3s ease-in-out;
    font-size: 16px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: var(--button-megenta);
    border-color: #fff
}

.plastic_select, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 1.02rem;
    line-height: normal;
    padding: .75rem;
    border: 1px solid #c5c5c5;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    margin: 0 0 .5rem;
    -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: auto;
    margin-top: 10px;
}

/*#endregion button styles*/
/*#region sanjeevani*/
.sanjeevani, .sanjeevani iframe {
    width: 100%;
    height: 100vh;
    border: 0px;
}

/*#endregion sanjeevani*/
/*Common flower styles*/


.cm-s-images .img {
    background-size: contain;
}

.cm-s-images:before {
    content: "";
    width: 420px;
    height: 420px;
    background-image: url(https://nihn-nkywabj.stackpathdns.com/images/about/flower-images.png);
    position: absolute;
    top: 24px;
    right: 0px;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    opacity: 0;
}

.cm-s-images:before {
    content: "";
    width: 263px;
    position: absolute;
    background: red;
    bottom: -77px;
    left: -37px;
    height: 128px;
    background: url(https://nihn-nkywabj.stackpathdns.com//images/flower-images-lastest.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: 99;
    transform: rotate( 228deg ) translateX(45%);
    opacity: 1;
    top: inherit;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b4b4be;
    border-radius: 10px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.cm-s-images:after {
    content: "";
    width: 450px;
    height: 450px;
    background-image: url(https://nihn-nkywabj.stackpathdns.com/images/about/flower-images.png);
    position: absolute;
    top: -32px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    /*position: fixed;
        top: 112px;*/
}

.inner-detail-floral {
    /*content: ""; */
    width: 559px;
    height: 181px;
    /* background-image: url(https://nihn-nkywabj.stackpathdns.com/images/about/flower-images.png); */
    position: absolute;
    top: -32px;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: contain;
    /* transform: rotate(-90deg); */
    position: fixed;
    top: 112px;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: top left;
}

    .inner-detail-floral img {
        width: 100%;
    }

.c-omni-wrapper.u-d__inline-block {
    /* width: 712px; */
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    padding-left: 0px;
    margin-left: -4px;
    padding-bottom: 0px;
}

.cart-div .step-div {
    padding: 20px 0px;
    padding-top: 0px;
}

.pro-content-area {
    padding: 25px 0px 0px 0px;
}

.cart-section {
    padding-top: 0px;
}

.usplevel_one ul li span svg {
    width: 54px;
    height: 53px;
    margin-top: -11px;
}

    .usplevel_one ul li span svg * {
        stroke: #e4115e;
        stroke-width: 1.2px;
        stroke: #000;
    }

body:after {
    content: "";
    width: 459px;
    height: 259px;
    background-image: url(https://nihn-nkywabj.stackpathdns.com/images/about/flower-images.png);
    position: fixed;
    top: -37px;
    right: -140px;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(44deg);
}

.cm-s-content {
    display: none
}
/*Common flower styles*/

.working-inprogress-overlay-withanimations.no-transparent {
    background: rgba(0,0,0,0);
}

.working-inprogress-overlay-withanimations.close {
    transition: top ease-in-out 0.3s !important;
    -webkit-transition: top ease-in-out 0.3s !important;
    -o-transition: top ease-in-out 0.3s !important;
    -moz-transition: top ease-in-out 0.3s !important;
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

.working-inprogress-overlay-withanimations.active {
    visibility: visible;
    z-index: 999999;
    top: 0 !important;
}

.working-inprogress-overlay-container {
    width: 100%;
    max-width: 800px;
    height: auto;
    background: #fff;
    bottom: 0;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19), 0 12px 15px 0 rgba(0,0,0,0.24);
    /*padding: 15px;*/
    position: relative;
    transition: left ease-out 0.3s;
    -webkit-transition: left ease-out 0.1s;
    -o-transition: top ease-out 0.3s;
    -moz-transition: top ease-out 0.3s;
    /* left: 50px;*/
}



    .working-inprogress-overlay-container .header {
        font-size: 20px;
        padding: 10px 0px;
        /* border-bottom: 1px solid #f3f3f3; */
        font-family: Poppins-Light;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
        color: #474747;
        letter-spacing: 0.4px;
    }



.working-inprogress-overlay-withanimations.close .working-inprogress-overlay-container {
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

.popUpBackround {
    overflow: hidden !important;
}
/*Status bar Alert*/
.alert-success-confirm-overlay.working-inprogress-overlay-withanimations svg.crossmark {
    display: none !important;
}

.alert-success-confirm-overlay.working-inprogress-overlay-withanimations.error svg {
    display: none !important;
}

    .alert-success-confirm-overlay.working-inprogress-overlay-withanimations.error svg.crossmark {
        display: inline !important;
    }

.working-inprogress-overlay-container .alert-header {
    font-size: 18px !important;
    font-family: Poppins-Light;
    padding-top: 21px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    letter-spacing: 0.4px;
    margin-top: 0px;
    /*margin-left: 13px;*/
    line-height: 30px !important;
}


/*=============Overlay styles====================*/
.working-inprogress-overlay-container .alert-header {
    font-size: 18px;
    font-family: muli;
    padding-top: 21px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    letter-spacing: .4px;
    margin-top: 0;
    line-height: 30px !important;
}

.alert-continer {
    background-color: transparent;
    min-height: 150px;
    max-width: 630px;
    height: auto;
    vertical-align: middle;
    padding: 0px;
    padding-bottom: 25px;
    overflow: auto;
    width: 94%;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: none;
    text-align: center;
    display: inline-block;
}

.working-inprogress-overlay-withanimations.close {
    display: none;
}

.working-inprogress-overlay-withanimations {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    visibility: hidden;
    z-index: 110;
    opacity: 0;
}

h4#alert-success-confirm-overlay-header {
    padding-top: 20px;
}

.working-inprogress-overlay-withanimations .working-inprogress-overlay-container {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1) 0s;
    transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1) 0s;
    transition: transform 225ms cubic-bezier(0,0,.2,1) 0s;
    transition: transform 225ms cubic-bezier(0,0,.2,1) 0s,-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0s;
}

.working-inprogress-overlay-withanimations.close {
    transition: top ease-in-out 0.3s !important;
    -webkit-transition: top ease-in-out 0.3s !important;
    -o-transition: top ease-in-out 0.3s !important;
    -moz-transition: top ease-in-out 0.3s !important;
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

.working-inprogress-overlay-withanimations.active {
    visibility: visible;
    z-index: 999999;
    top: 0 !important;
    opacity: 1;
}

.working-inprogress-overlay-withanimations.open .working-inprogress-overlay-container {
    transition: all 0.5s ease 0s;
}

.working-inprogress-overlay-withanimations.active .working-inprogress-overlay-container {
    -webkit-transform: none;
}

.alert-success-confirm-overlay {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table !important;
    z-index: 99999999999
}

.overlay-cont {
    background-color: transparent;
    min-height: 150px;
    max-width: 630px;
    height: auto;
    vertical-align: middle;
    border-radius: 4px;
    padding: 0px;
    padding-bottom: 25px;
    overflow: auto;
    width: 94%;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: none;
}

.right-section-login {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
}

.alert-success-confirm-overlay-header {
    color: #222;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 22px;
    padding: 13px 14px;
    text-align: center;
    margin-top: 0px;
    margin-top: 20px;
}

.alert-header {
    text-align: center;
    white-space: pre-line;
    text-transform: initial;
    text-align: center;
    font-size: 16px;
    font-family: SF UI Display;
    font-weight: normal;
    color: #000;
    line-height: 1.4 !important;
    padding: 0px 22px 10px;
    margin-top: -9px;
}

.parent-validation {
    margin: 8px 0 0;
    background-color: #fff;
    background-image: none;
    font-weight: 600;
    margin: 8px 0 0;
    background-image: none;
    font-weight: 600;
    padding-top: 5px;
    border-radius: 10px;
    margin-top: 13px;
    display: inline-block;
    width: 100%;
}

.hp-login-btn {
    text-align: center;
    cursor: pointer;
    padding: 13px 30px;
    width: 100% !important;
    float: left;
    background: #fff;
    font-weight: bold;
    color: #f52e57;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    border: none;
    border-radius: 0%;
}

.overlay-back-container {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 100vh;
    padding-bottom: 62px;
}

.toast-message {
    display: block;
    position: fixed;
    width: 100%;
    pointer-events: none !important;
    letter-spacing: normal;
    top: 0px;
    left: 0%;
    z-index: 99999999999;
}

.jq-toast-single {
    display: none;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 0px;
    font-size: 13px;
    font-family: "Poppins-Regular";
    line-height: 22px;
    position: relative;
    pointer-events: all !important;
    background-color: green;
    color: #fff;
}

.close-jq-toast-single {
    position: absolute;
    top: 0px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}

.jq-toast-single .message {
    font-size: 16px;
    font-family: 'Muli';
}

.jq-toast-single.error {
    background-color: #fe0a00;
    display: block;
}

.jq-toast-single.active {
    display: block;
    background-color: green;
}

.jq-toast-loader {
    display: none !important;
    position: absolute;
    top: -1px;
    height: 3px;
    width: 0;
    left: 0;
    border-radius: 5px;
    width: 0px;
    background: red;
}
/*============================END Overlay styles============*/


/*#region loader*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #f52e57;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*#endregion loader*/
.loader-msg {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 29%;
}




/*#region Publishing Portal*/

body {
    background: #fff;
}

.displaynone {
    display: none;
}


.container-fluid {
    display: none !important;
}

#backtotop {
    display: none !important;
}

.hiddable {
    display: none !important;
}

    .hiddable.show {
        display: block !important;
    }

#alumni-college option[data-category='Affiliated'] {
    display: none;
}

.imagenominalrolls {
    height: auto;
    width: 94%;
    margin-left: 0;
}

.nominal-creation-farm .SVU-close {
    content: "";
    background-color: #fff;
    margin-top: 20px;
    margin-top: -7px;
}

.nominal-creation-farm h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.nominal-creation-farm {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
}

.nav-hr-menu.nav-hr-menu-dashboard.dzpay {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    border-bottom: none;
    top: 0;
    margin-top: 0px !important;
}

.nav-hr-menu.dzpay > ul > li:first-child {
    width: 15% !important;
}

.nav-hr-menu.dzpay > ul > li:last-child {
    width: 15% !important;
}

.nav-hr-menu.dzpay > ul > li:nth-child(2) {
    width: 23% !important;
}

.nav-hr-menu-dashboard.dzpay > ul > li.active .dashboardtabButton > a > span {
    color: #EE3268 !important;
}

.nav-hr-menu-dashboard.dzpay > ul > li.active .dashboardtabButton > a > svg * {
    stroke: #EE3268 !important;
}


.landing-container {
    display: inline-block !important;
    width: 100%;
    max-width: 100%;
    padding: 7px;
    height: 100%;
    display: table;
    background: #fff;
    position: relative;
    padding-bottom: 50px;
}

.publish-tabmenus-affiliation.publish {
    list-style: none;
}

.landing-container ul li {
    /* display: inline-block; */
    width: 47.6%;
    /*width: 46vw;
                                    height: 19.5vh;*/
    text-align: center;
    min-height: 145px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    vertical-align: top;
    padding-top: 36px;
    box-shadow: 1px 1px 4px #ccc9c9;
    margin-right: 12px;
}

    .landing-container ul li:nth-child(even) {
        margin-right: 0;
    }

.sharb-mobile-header-scection {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px;
    display: inline-block;
    float: left;
    z-index: 999999;
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 12px;
    margin-bottom: 9px;
    /*box-shadow: 0px -4px 8px #000;*/
}

    .sharb-mobile-header-scection.fixed {
        position: fixed;
    }

.landing-container ul li a {
}

    .landing-container ul li a span {
        display: inline-block;
        width: 100%;
        color: #000;
        top: -9px;
        position: relative;
        font-size: 14px;
    }

.landing-container ul li svg {
    position: relative;
    width: 64px;
    height: 64px;
    left: auto;
    top: auto;
}

    .landing-container ul li svg * {
    }



.fsBody .fsForm input:not(:placeholder-shown):not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.input-label:not(.not-placeholder), .fsBody .fsForm textarea:not(:placeholder-shown) + label, .fsBody .fsForm textarea:not(:placeholder-shown):not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.textarea-label:not(.not-placeholder) {
    font-family: arial;
    padding: 0px !important;
    top: 21px !important;
}


.requriedStar {
    color: #c00;
}

.publishing-container {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 0px auto;
    padding: 10px;
    padding-top: 45px;
    border-radius: 5px;
    position: relative;
}

.half-div {
    width: 50%;
    display: inline-block;
}

.compose-article-container.half-div {
    width: 100%;
    vertical-align: top;
}

.preview-atricle-container.half-div {
    background: url(/Images/iphone-transparent.png) no-repeat;
    height: 687px;
    background-size: cover;
    width: 362px;
    position: relative;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.compose-tool {
    display: block;
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
}

    .compose-tool input, .compose-tool textarea {
        width: 100%;
        border: 1px solid #000;
        border-radius: 0;
        position: relative;
    }

.radio_btn {
    height: 21px !important;
    width: 16px !important;
    -webkit-appearance: none;
    vertical-align: middle;
    text-align: left;
    color: #fff;
}

.fs-radio {
    display: none;
}

.compose-tool.fsBody .fsForm .fsRow .fsRowBody {
    width: 100% !important;
}

.h-title {
    width: 100%;
    text-align: center;
    font-family: arial;
    border-bottom: 1px solid #eee;
    padding: 5px;
    text-transform: lowercase;
    color: #333;
}

.text-desc-area {
    min-height: 250px;
}

.compose-tool.fsBody .fsForm {
    max-width: none;
    width: 100% !important;
}

.publish-tabmenus-affiliation li.activedTab {
    background-color: #fff;
    /*box-shadow: 0 1px 0 #fff, 0 0 0 1px #d8d8d8;*/
    z-index: 4;
    position: relative;
    color: #4a4a4a;
    cursor: default;
    /*border-bottom: 1px solid #12b6c7;*/
    box-shadow: 1px 1px 4px #ccc9c9;
}

.publish-tabmenus-affiliation li {
    /*width: 16.6%;
                            height: 45px;*/
    /*background-color: #ececec;*/
    float: left;
    box-shadow: 0 1px 0 #d8d8d8, 0 0 0 1px #d8d8d8;
    line-height: 42px;
    color: #9b9b9b;
    cursor: pointer;
    z-index: 9;
    position: relative;
    border-top: 1px solid #d8d8d8;
}

/*.publish-tabmenus-affiliation li svg {
                                margin-right: 4px;
                                display: inline-block;
                                position: relative;
                                float: left;
                                top: 7px;
                            }*/

.crud-tables1 {
    display: none;
}

    .crud-tables1.selected {
        display: inline-block;
        padding: 20px;
        width: 100%;
    }

.compose-tool .content-left-nav-menu {
    min-height: 0px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px auto;
    width: 275px;
    text-align: center;
}

.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-family: Arial;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.or-separator {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: arial;
    margin: 20px 0px;
}


.file-upload-progress {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff8f;
    display: none;
}

    .file-upload-progress.open {
        display: block;
    }

.script-svae-view {
    text-align: center;
}

input#btnSaveArticle {
    padding: 0;
    width: auto;
    min-width: 50%;
    padding: 14px;
}

.wall-publish-preview {
    position: absolute;
    width: 81%;
    top: 118px;
    left: 34px;
    background: transparent;
    z-index: 1;
    height: 71%;
    overflow: auto;
}

.tvm-mobile-tr {
    padding: 10px;
    width: 95%;
    margin: 2.5%;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    position: relative;
}

.wall-block {
    width: 89%;
    float: right;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: -5px 0px 15px #e2e2e2;
    border-radius: 5px 0px 0px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.ta-more {
    position: absolute;
    top: 47px;
    right: 12px;
}

.table-attendance {
    width: 100%;
    display: inline-block;
}

.ta-top {
    margin-bottom: 6px;
    padding: 0 10px;
    margin-top: 6px;
}

.ta-top, .ta-bottom {
    width: 100%;
    float: left;
}


.ta-left {
    width: 65px;
    float: left;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 65px;
    margin-left: -41px;
}

.ta-round {
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    padding: 0 0;
    height: 100%;
    overflow: hidden;
}

.ta-right {
    width: calc(100% - 36px);
    float: right;
    padding-top: 0;
    line-height: 24px;
    margin-top: 4px;
    text-align: left;
}

    .ta-right span {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .ta-right span.ta-childname {
            font-size: 20px;
            font-family: Arial;
            font-weight: 500;
            color: #171f24;
            line-height: 1.8;
        }

        .ta-right span.ta-tname {
            font-size: 14px;
            font-family: Arial;
            color: #aab2b7;
            line-height: 1;
            margin-top: -2px;
        }

.wall-publish-preview img {
    max-width: 100%;
}

.wall-video-block.wall-image {
    position: relative;
    min-height: 180px;
}

.wall-image .wall-overlay svg {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-top: 31%;
}

.wall-image .wall-overlay {
    background: #00000085;
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.publishing-page.dragover .np-file-area {
    border: 2px dashed #63cb89;
}

.publishing-page .drag-info {
    display: none;
}

.publishing-page.dragover .drag-info {
    display: inline-block;
    position: absolute;
    top: 10px;
    margin: 0px auto;
    width: 400px;
    padding: 11px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #edfaf1;
    border-color: #26b75d;
    border: 1px solid #26b75d;
    z-index: 99;
    left: 24%;
    text-align: center;
    box-shadow: 0px 1px 2px #cacaca;
}

.preloader.white .line-scale-pulse-out-rapid div {
    background: #ffffff;
}


.preview-image-gall img {
    width: 100%;
    object-fit: cover
}

.preview-image-gall {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eee;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.add-files-div {
    vertical-align: top;
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #eee;
    text-align: center;
    font-family: arial;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.preview-image-roll {
    width: calc(100% - 125px);
    display: inline-block;
}

.top-image-preview-selector {
    display: inline-block;
    width: 100%;
    min-height: 200px;
    text-align: center;
}

.bottom-image-preview {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

#publish-main-preview {
    width: auto;
    max-width: 90%
}

.wall-gallery-block[data-count="2"] > div, .wall-gallery-block[data-count="3"] > div, .wall-gallery-block[data-count="4"] > div {
    width: calc( 50% - 2px );
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 1px;
}

    .wall-gallery-block[data-count="1"] > div, .wall-gallery-block[data-count="3"] > div:last-child {
        width: 100%;
        height: 300px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

        .wall-gallery-block[data-count="1"] > div img, .wall-gallery-block[data-count="3"] > div:last-child img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.wall-gallery-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .wall-gallery-block .more-wall-gallery {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 9;
        background: #000000ab;
        line-height: 5;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
    }

    .wall-gallery-block img {
        width: 100%;
        transform: translate(-50%,-50%);
        position: relative;
        top: 50%;
        left: 50%;
    }

    .wall-gallery-block .video svg * {
        stroke: #fff;
        fill: #fff;
    }

    .wall-gallery-block .video .video-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


.uploaded-file-preview {
    position: relative;
    width: 200px;
    height: 100px;
    margin: 0px auto;
    background: #00000091;
    padding: 15px;
    text-align: center;
}

.pub-preview-close {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #c00;
    color: #fff;
    padding: 5px;
    font-family: arial;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 0.6;
    text-align: center;
    display: inline-block;
}

.uploaded-file-preview svg {
    height: 48px;
    width: 48px;
}

    .uploaded-file-preview svg * {
        stroke: #fff;
    }

.uploaded-file-preview a {
    color: #fff;
    font-family: arial;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
    padding: 3px;
    font-size: 12px;
}

#affiliation-tab input.fsSubmitButton, .common-tab-container .fsBody .fsForm input.fsSubmitButton {
    padding: 0 !important;
}

.iframe-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .iframe-container iframe {
        width: 100%;
        height: 100%;
    }

.details-section h2 {
    line-height: 1;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.input-radio-holder {
    width: auto;
    border: none;
    height: auto !important;
    vertical-align: top;
    display: inline-block;
}

    .input-radio-holder .input-label {
        margin-top: 0 !important;
        padding-left: 0px;
        font-size: 16px !important;
    }

@media all and (max-width: 768px) {

    .preview-image-roll {
        width: 100%;
    }

    .preview-image-gall {
        width: 48%;
    }

    .iframe-container {
        width: 100%;
        height: 85vh;
        overflow: hidden;
        border: none;
    }

    .half-div, .compose-article-container.half-div {
        width: 100%;
    }

    .compose-tool.fsBody .fsForm {
        padding: 0;
    }

    .publish-tabmenus-affiliation li {
        width: 20%;
    }

    .h-title {
        display: none;
    }
    /*.publish-tabmenus-affiliation li:last-child {
                                display: none;
                            }*/
    .publish-tabmenus-affiliation li svg {
        margin-right: 0;
        display: block;
        position: relative;
        float: none;
        top: 4px;
        width: 20px;
        height: 20px;
        margin: 0px auto;
        left: 0;
    }

    .tab-text {
        float: left;
        vertical-align: top;
        width: 100%;
        line-height: 3;
        font-size: 10px;
    }

    .displaynone {
        display: none;
    }

    .text-desc-area {
        min-height: 250px !important;
        padding-top: 25px;
    }
}


.bck-btn > span > span {
    vertical-align: top;
    display: inline-block;
    padding-top: 4px;
}

.publish-preview {
    float: right;
}

.fsSubmitButton {
    color: #fff;
    background-color: #e4115e;
    transition: .3s ease-in-out;
    border: none !important;
    padding: 13px;
    border-radius: 4px !important;
}

.compose-tool input.radio_btn {
    -webkit-appearance: auto;
    position: relative;
    left: 0;
    outline: none;
}

.compose-tool .radio_btn[type=radio]:not(:checked) + label {
    padding-left: 5px;
}

.compose-tool input.chat-file-picker {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999999;
}

.thumb-selector > div {
    padding-top: 38px;
}

.show-preview {
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom: 60px;
    padding: 0;
    display: none;
}

.file-upload-progress.open > span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 45%;
    bottom: 0;
    font-family: arial;
    text-transform: uppercase;
}

.add-files-div input[type='file'] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0;
    z-index: 999999;
    cursor: pointer;
    font-size: 0px;
}

.show-preview.active {
    display: block;
    height: 110%;
}

.mini-header {
    padding: 5px;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: arial;
}


.content-publish-compose {
    display: inline-block;
    width: 100%;
    background: #fff;
    position: fixed;
    height: 100vh;
    overflow: scroll;
    z-index: -5;
    bottom: 0px;
    opacity: 0;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

    .content-publish-compose.active {
        opacity: 1;
        bottom: 0;
        top: 0px;
        z-index: 9999;
        padding-bottom: 60px;
        margin: 0px auto;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
    }

.bck-btn {
    float: left;
}

.content-publish-compose .container {
    width: 100%;
    padding: 0;
}

.top-controls {
    display: inline-block;
    float: left;
    font-size: 13px;
    position: absolute;
    top: 3px;
    padding: 5px;
    left: 0;
    width: 100%;
    color: #056ecc;
}

    .top-controls svg {
        height: 24px;
        width: 24px;
    }

        .top-controls svg * {
            stroke: #056ecc;
        }

    .top-controls span {
    }

.crud-tables1 input:not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.input-label:not(.not-placeholder) {
    background: #fff;
    margin-left: 9px;
    padding: 3px;
    margin-top: -5px;
}

.fs-radio + label:before {
    border: 1px solid #000;
    width: 18px;
    height: 18px;
}

#news-image-cropper .ReactCrop__image {
    margin: 0px auto;
}

#image-save {
    padding: 5px 0;
    display: inline-block;
    width: auto;
    position: absolute;
    top: 2px;
    z-index: 99999;
    right: 1px;
}

#news-image-cropper {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table;
    z-index: 9999999999;
}

    #news-image-cropper .btn-magenta, #news-image-cropper .btn-ltgreen {
        background-color: #EE3268 !important;
        float: left;
        margin-right: 10px;
        padding: 4px 20px !important;
        border-radius: 3px;
        border: 0px solid;
        margin-top: 0px;
        font-size: 15px;
        height: 40px !important;
        color: #fff;
        outline: none;
    }

    #news-image-cropper .btn-ltgreen {
    }

    #news-image-cropper > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

#cropper-header-id {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    padding: 13px 14px;
    text-align: left;
    margin-top: 0px;
    border-bottom: 2px solid #babbba;
    padding-bottom: 10px;
}

#inner-publish {
    display: inline-block;
    text-align: center;
    width: 100%;
}

input[type=radio]:checked.fs-radio + label:before {
    background: #000;
    margin-right: 0px;
}

input[type=radio]:checked.fs-radio + label:before {
    background: #000;
}

.fsBody .fsForm input.fsField.label-top {
    border: 0px !important;
    position: relative;
}

    .fsBody .fsForm input.fsField.label-top:after {
        content: "|";
        position: absolute;
        left: 3px;
        padding: 0;
        margin: 0;
        display: block;
        content: "";
        width: 20px;
        height: 26.1px;
        background-color: red;
        position: absolute;
    }

    .fsBody .fsForm input.fsField.label-top:before {
        content: "|";
        position: absolute;
        left: 3px;
        padding: 0;
        margin: 0;
        display: block;
        content: "";
        width: 20px;
        height: 26.1px;
        background-color: red;
        position: absolute;
    }

.fsBody .fsForm input[type=datetime-local].fsField.label-top:after, .fsBody .fsForm input[type=datetime-local].fsField.label-top:before {
    background-color: transparent;
}

.thumb-selector {
    width: 48%;
    display: inline-block;
    text-align: center;
    min-height: 145px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    vertical-align: top;
    box-shadow: 1px 1px 4px #ccc9c9;
    margin-right: 12px;
    position: relative;
}

    .thumb-selector span {
        display: inline-block;
        width: 100%;
    }

    .thumb-selector.full {
        width: 100%;
    }



.divBorder {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

    .divBorder:before {
        content: "";
        position: absolute;
        bottom: 4px;
        left: -2px;
        height: 35%;
        width: 101%;
        border: 1px solid black;
        border-top: none;
    }

.ef-q-block .template-form-line > label.not-include {
    font-size: 12px;
}


.fsBody .fsForm input.fsField.label-top, .fsBody .fsForm textarea.fsField.label-top, .fsBody .fsForm select.fsField.label-top {
    padding: 5px 8px 0 9px !important;
    border-radius: 5px !important;
    height: 69px !important;
    margin-bottom: 5px;
    margin-top: 9px
}

    .fsBody .fsForm input.fsField.label-top:focus, textarea.fsField.label-top:focus, select.fsField.label-top:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        border: 1px solid #66afe9 !important
    }

.fsBody .fsForm textarea.fsField.label-top {
    padding: 29px 8px 0 11px !important
}

.publishing-page .fsBody .fsForm textarea.fsField.label-top {
    padding: 20px 0 !important
}

.publishing-page .fsBody .fsForm textarea.fsField.label-top {
    padding: 18px 1px 0 10px !important
}

.fsBody .fsForm select + label.select-label:not(.not-placeholder), .fsBody .fsForm textarea:not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.textarea-label:not(.not-placeholder), .fsBody .fsForm input:not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.input-label:not(.not-placeholder) {
    display: inline-block;
    z-index: 9 !important;
    opacity: 1;
    left: 0 !important;
    padding-left: 10px;
    color: #000 !important;
    font-size: 10px !important;
    font-weight: bold;
    letter-spacing: .3px;
    margin-top: -3px !important;
    top: 23px !important
}

.fsBody .fsForm input:not(:placeholder-shown):not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.input-label:not(.not-placeholder), .fsBody .fsForm textarea:not(:placeholder-shown):not([type=checkbox]):not([type=radio]):not([type=hidden]) + label.textarea-label:not(.not-placeholder) {
    top: 23px !important;
    border: none !important;
    left: 0 !important;
    background: transparent;
    position: absolute;
}


/*#endregion Publishing Portal*/

/*#region DeskTop Profile Page styles*/
.profiles-container-date {
    font-size: 1.25rem;
    line-height: normal;
    padding: 0.61rem;
    border: 1px solid #c5c5c5;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    margin: 0 0 .5rem;
    -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: auto;
}

.vital-container {
    margin-top: 20px;
    display: inline-block;
    float: left;
    margin: 10px 0 25px 15px;
    width: 98%;
}

.vital-item {
    width: 49%;
    display: inline-block;
    padding: 5px;
}

    .vital-item .case-error {
        display: none;
    }

    .vital-item h6 {
        font-size: 14px;
        color: #000;
    }

.profile-save-buttons {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}

.user-name-div {
    cursor: pointer;
}

.profile-save-buttons .btn {
    margin-right: 10px;
}

.profile-image-cropper {
    display: flex;
    align-items: center;
}

.book-details-section.half-block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}

.profile-item-block {
    width: 48%;
    display: inline-block;
    padding: 5px;
}

.new-image-Cropper {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
}

.profile-desktop-link {
    display: inline-block;
    position: absolute;
    top: 49px;
    vertical-align: middle;
}

.profile-saving-loader {
    display: inline-block;
}

    .profile-saving-loader img {
        width: 25px;
        height: 25px;
    }

.btn-profile-save {
    width: 152px;
    outline: none;
}

.profile-error-block {
    color: red;
    font-family: sans-serif;
    display: inline-block;
    float: left;
    padding-left: 5px;
}


.contct-preferences, .location-block {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    padding-bottom: 18px;
    border-radius: 10px;
}

.ef-q-block .template-form-line input[type=checkbox], .ef-q-block .template-form-line input[type=radio], .ef-q-block input[type=checkbox] {
    display: none;
}

.profile-block .ef-q-block input[type=checkbox] + label:before {
    content: " ";
    margin-right: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    display: inline-block !important;
    position: relative;
    top: 6px;
    box-shadow: none;
    border-radius: 4px;
    list-style: none;
}

.profile-block .ef-q-block input[type=checkbox]:checked + label:before {
    background: #f52e57;
    border: 1px solid #f52e57;
    border-radius: 4px;
}

.profile-block .ef-q-block {
    vertical-align: top;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    float: left;
    flex-basis: 100%;
    text-align: center;
}

    .profile-block .ef-q-block label {
        width: 50px;
        position: relative;
    }

    .profile-block .ef-q-block svg {
        position: relative;
        top: 6px !important;
        left: -4px;
    }

    .profile-block .ef-q-block input[type=checkbox]:checked + label:after {
        content: " ";
        left: 5px;
        margin-right: 2px;
        top: 0px;
        width: 7px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block !important;
        position: absolute;
    }

/*#endregion DeskTop Profile Page styles*/


/*#region Wallet Styles*/
.wallet-money-icon {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 7%;
}

.break-line {
    font-size: 19px;
    font-family: Camphor;
    padding: 13px 7px;
    font-weight: 700;
    margin-bottom: 11px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.loader-container {
    margin-top: 50px;
    text-align: center;
}

.totalMoney .balance {
    color: #222;
    font-size: 34px;
    padding: 0 0 0;
    font-weight: 600;
    text-align: center;
}

.totalMoney {
    padding: 0 0 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    /*display:none;*/
}

.add-icon {
    width: 36px;
    height: 36px;
    display: block;
}

.wallet-type {
    margin-top: 0;
    line-height: 15px;
    vertical-align: middle;
    text-align: left;
    width: 75%;
    display: inline-block;
    padding-left: 3%;
}

.addMoneybox span {
    height: 50px;
    width: 50px;
    top: 0px
}

.addMoneybox {
    width: 80%;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.4;
    padding: 6px 20px 5px 30px;
    color: inherit;
    border-radius: 2px;
    border: 0px solid #b4b4be;
    border-bottom: 1px solid #b4b4be;
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    min-height: 38px;
}

.addMoney span {
    width: 50px !important;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: 'Camphor';
    padding: 9px;
    margin-left: 9px;
    background: #3AC34C;
    border-radius: 27px;
    padding-top: 7px;
    padding-left: 7px;
    color: #00b9f5;
    cursor: pointer;
}

.addMoney {
    display: flex;
    padding-left: 4%;
}

    .addmoney span {
        padding-top: 7px;
        padding-left: 7px;
        color: #00b9f5;
    }

.wallet-span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "camphor";
    font-size: 16px;
}

.wallet-history {
    width: 100%;
    display: inline-block;
    background: #fff
}

.wallet-childname {
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    font-family: 'Muli';
    min-height: 32px;
    display: block;
    padding-top: 9px;
}

.wallet-date-header {
    text-align: left;
}

.wall-btn-addmoney span {
    padding-top: 8px;
    padding-left: 5px;
    color: #00b9f5;
}

.wall-btn-addmoney {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.money-items {
    width: 100%;
}

    .money-items li {
        width: 30%;
        border: .5px solid #eee;
        padding: 10px;
        border-radius: 4px;
        margin: 4px;
        list-style: none;
        font-family: 'Camphor';
        cursor: pointer;
    }

.addBlocks ul {
    display: flex;
    margin-bottom: 12px;
    padding-left: 4%;
}

    .addBlocks ul li.active {
        background: #3AC34C;
        color: #fff;
    }

.wallet-tname {
    color: #AAB2B7;
    display: inline-block;
    font-size: 12px;
}

.wallet-spent {
    width: 36px;
    height: 36px;
    float: left;
}

.ta-childname {
    font-family: Camphor;
    font-size: 19px;
    padding-left: 3%;
    margin-top: 15px;
    display: inline-block;
}

.wallet-spent-type {
    float: right;
    /*width: 10%;*/
    display: inline-flex;
}

.inner-item-wallet {
    padding: 20px 13px;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    text-align: left;
}

.wallet-history-container {
    overflow-y: scroll;
    height: 70vh;
}

/*#endregion Wallet styles */

/*#region ::Start AV Component styles*/
.av-componet-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow-y: scroll;
    padding-bottom: 5%;
}

.av-header {
    width: 100%;
    /* height: 200px;*/
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .av-header img {
        /* height: 100%;*/
    }

.av-app-download {
    width: 100%;
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
}

    .av-app-download img {
        width: 32%;
        padding: 5px;
    }

.av-signin-link-parent {
    text-align: center;
    display: block;
}

.av-show-advanced {
    text-align: center;
    padding: 7px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 7px;
}

.av-show-advanced-header {
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-family: Camphor;
    font-weight: 500;
    padding: 5px;
    cursor: pointer;
}

.av-arrow, .av-arrow svg {
    width: 25px;
    height: 25px;
    float: right;
    fill: #d7d3d3 !important;
}

.av-advanced-content {
    width: 100%;
    padding: 10px;
    display: none;
}

.av-signin-link {
    padding: 13px;
    background: #f52e57;
    color: #fff;
    font-size: 17px;
    font-family: Camphor;
    font-weight: 700;
    border-radius: 10px;
    margin: 7px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    width: 25vw;
    display: inline-block;
}

.av-token-details {
    width: 100%;
}

.av-token-item {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}

.av-token-item-header {
    width: 100%;
    display: block;
    text-align: left;
    font-family: Camphor;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 13px;
}

.av-token-item-value {
    width: 100%;
    display: block;
    text-align: left;
    font-family: Camphor;
    font-weight: 500;
    word-break: break-word;
    color: #b8b0b0;
}

.av-genarate-token {
    width: 100%;
    align-items: center;
    cursor: pointer;
}

    .av-genarate-token span {
        width: 16vw;
        padding: 10px;
        border-radius: 10px;
        background: #f52e57;
        color: #fff;
        font-size: 17px;
        font-family: Camphor;
        font-weight: 700;
        margin-top: 50px;
        display: inline-block;
        margin-bottom: 50px;
        text-align: center;
    }

.profile-saving-loader {
    display: inline-block;
}

    .profile-saving-loader img {
        width: 25px;
        height: 25px;
    }

/*#endregion ::Start AV Component styles*/


/*========Ongoing orders*/
.orders-search-container {
    display: inline-block;
    width: 100%;
}

    .orders-search-container .c-omni-searchbox_wrapper {
        display: inline-block;
        width: 100%;
    }

    .orders-search-container .c-searchboxicon {
        font-size: 16px;
        position: absolute;
        top: 46%;
        right: 5px;
        width: 30px;
        transform: translateY(-50%);
    }

.plh-loader.orders {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 242px;
    vertical-align: middle;
    position: relative;
    padding-top: 67px;
}

.loadmore-block {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    top: 10px;
    position: relative;
    background: #f52e57;
    border-radius: 50%;
    color: #fff;
    padding: 18px;
    text-align: center;
    cursor: pointer;
}

.loadmore-set {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.loadmore-block svg * {
    stroke: #fff;
}

/*#region Market Place*/

.map-view {
    height: 80vh;
}

.content-orders {
    height: 94%;
    overflow: scroll;
}

.currentlocation.c-listView {
    z-index: 1;
    position: absolute;
    top: calc(100vh - 50vh - 25px);
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
    left: 50%;
}

.nw-title {
    color: #d0b2b2;
    display: inline-block;
    margin-top: 10%;
    margin-bottom: 10%;
}

.map-loading {
    width: 32px;
    height: 32px;
    margin-top: -2px;
    margin-left: 1px;
}

.map-close-icon {
    z-index: 99999999;
    position: absolute;
    right: 58px !important;
    top: 78px !important;
    width: 30px;
    height: 30px;
    padding: 5px;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
}

.net-not-available {
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100vw;
    height: 90.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
    z-index: 999999999;
    overflow-y: hidden;
}

.nw-button {
    width: 90vw;
    height: 50px;
    border: 2px solid #eee;
    -webkit-appearance: none;
    margin-top: 25px;
    background: #fff;
    font-weight: 600;
    color: #d0b2b2;
}

.nw-symbol {
    margin: auto;
    position: absolute;
    text-align: center;
}

.nw-content {
    margin: auto;
}

.nw-symbol svg {
    fill: none;
    stroke: #a28e8e;
}

.map-controls-bottom svg {
    fill: none;
    stroke: #000;
}

.currentlocation {
    z-index: 99999999;
    border-radius: 50%;
    border: 0px none;
    cursor: pointer;
    outline: none;
    display: flex;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #888888;
    width: 50px;
    height: 50px;
    padding-top: 2px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    display: inherit;
}

    .currentlocation.selected {
        background-color: #000;
    }

    .currentlocation svg {
        width: 32px;
        height: 32px;
        /* fill: none;
    stroke: #000;*/
    }

.map-controls-bottom svg {
    fill: none;
    stroke: #000;
}

.map-controls-top {
    border-radius: 22px;
    border: 0px none;
    cursor: pointer;
    outline: none;
}


.map-controls-middle {
    top: calc(100% - 60%);
    border-radius: 50%;
    border: 0px none;
    cursor: pointer;
    outline: none;
}

.map-controls-bottom {
    bottom: 80px !important;
    border-radius: 132px;
    border: 0px none;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 20px;
    z-index: 99999999;
}

.map-controls {
    position: absolute;
    top: 22%;
    right: 20px;
    z-index: 99999999;
}


#map-place-search, .map-location-search {
    z-index: 99999999;
    position: absolute;
    left: 5% !important;
    top: 70px !important;
    width: 90% !important;
    height: 52px;
    padding: 12px;
    font-size: 18px;
    border-radius: 24px !important;
    border: none;
    outline: none;
    box-shadow: 1px 1px 6px #888888;
    font-family: SF UI Display;
}

.map-paging {
    bottom: 40px;
    position: absolute;
    right: 20px;
    z-index: 99999999;
    border-radius: 22px;
    border: 0px none;
    cursor: pointer;
    outline: none;
    background-color: white;
    padding: 4px 9px;
    text-align: center;
    height: auto;
    color: #fe0a00;
    box-shadow: 1px 2px 2px #888888;
    font-family: SF UI Display;
    min-width: 86px;
    font-size: 16px;
}

.bg-map-header {
    display: inline-block;
    padding-left: 5px;
    padding-top: 8px;
}

.bg-map-header-btnall {
    display: inline-block;
    background: transparent;
    outline: none;
    border: none;
    margin-top: -6px;
}

.bg-map-header span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    height: 100%;
    margin-top: 14px;
}

.bg-item {
    width: 100%;
    display: inline-block;
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

.map-view {
    height: 78vh;
    width: 100%;
    top: 39px;
    z-index: 99;
}

.donot-actions-heartbeat svg * {
    fill: #fff;
}

.download-report span {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #f52e57;
    margin-top: 4px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}

.download-report {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.map-p-m {
    display: inline-block;
    width: 100%;
    margin-top: -28px;
    position: relative
}

.reports-not-avilabe span {
    color: #9f9d9d;
}

.map-tab li svg {
    height: 45px;
    width: 45px;
}

.map-tab li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    background: #eee;
    cursor: pointer;
}

    .map-tab li.active {
        background: #fff;
    }

.map-tab {
    list-style: none;
    position: relative;
    z-index: 999;
}

.map-tab-container {
    display: none;
    height: 90%;
    overflow: hidden;
    padding-bottom: 80px;
    background: #fff;
}

    .map-tab-container.active {
        display: block;
    }


.searchbox_wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 0 !important;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 0px;
    background: #fff;
}

.searchbox_set {
    padding: 0 10px;
}

.searchboxes__icon {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    transform: translateY(-50%);
    width: 42px;
    right: 10px;
    left: initial !important;
    background: #f52e57;
    padding: 9px;
    border-radius: 0 20px 20px 0;
    height: 67% !important;
}

.searchboxes-searchbox {
    width: 100%;
    font-family: Muli;
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 20px 5px 30px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #dfe1e5;
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    min-height: 50px;
    border-radius: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.searchboxes__icon svg * {
    fill: #fff;
    stroke: #fff;
}

.loadmore-block {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    top: 10px;
    position: relative;
    background: #f52e57;
    border-radius: 50%;
    color: #fff;
    padding: 18px;
    text-align: center;
}

.loadmore-set {
    display: inline-block;
    width: 100%;
}

.loadmore-block svg * {
    stroke: #fff;
}

/*#endregion Market Place*/

.case-error.active {
    display: inline-block;
    color: red;
    padding-left: 4px;
    font-size: 13px;
}

.error.caseerror {
    border: 1px solid #ff5722 !important;
}

.package-container {
    display: inline-block;
}
/*#endregion Market Place*/

/*#region Start:: Deactivation styles*/
.deactivate-title {
    font-family: Muli !important;
    text-align: left;
    padding: 18px;
}

.deact-otp .submit-wrapper.is-saving i {
    margin-top: 27px;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
    left: calc(50% - 2px);
    -webkit-animation: dot-loading .8s infinite;
    animation: dot-loading .8s infinite;
}

.deactivate-header {
    background: #fff;
    color: #1c1e21;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 24px;
}

.donot-show-changemob {
    display: none !important;
}

.donotshowdeact {
    display: none !important;
}

show-changemob {
    display: contents;
}

.showdeact {
    display: contents;
}

.deact-otp .is-saving svg {
    display: none;
}

deact-otp .btn.is-saving i, .submit-wrapper.is-saving i {
    margin-top: 3px;
}

.deact-otp-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    color: #f52e57
}

.deact-otp {
    width: 70px;
    height: 70px;
    background: #f52e57 !important;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.deactivate-getotp {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 12px;
}

.deactotp-validate {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 12px;
}

.section-content {
    font-family: 'Muli';
    /*background: #dedede;*/
    display: none;
}

.deactivate-description {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.fsCell {
    width: 100%;
    display: inline-block;
    padding: 9px;
    text-align: center;
}

    .fsCell input {
        font-weight: 400;
        padding: 18px 16px !important;
        text-transform: none;
        width: 78%;
        box-sizing: border-box;
        border-radius: 5px !important;
        border: 1px solid #dedede;
        background-image: none !important;
        background-color: #fff !important;
        outline: none;
        margin-right: 12px;
        font-size: 16px;
        font-family: 'Muli';
    }

.deact-otp svg {
    margin-top: 20px;
}

.deact-otp-senttxt {
    display: block;
    margin: 0 auto;
    width: 80%;
    color: #333;
    padding: 30px 0px 10px 0px;
}

.radiobtn span {
    padding-left: 3px;
}

.input-radio-holder input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -1px;
    left: -4px !important;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

.input-radio-holder input[type=radio]:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #f52e57 !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #f52e57 !important;
    background: #000;
    border: 1px solid #000;
}

.radiobtn {
    padding-top: 18px;
}
/*#endregion End :: Deactivation styles*/
/*#region social share*/
.scb-btns {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 999999;
    background: #00000012;
}

.scb-container {
    width: auto;
    height: auto;
    padding: 30px 18px;
    background: #fff;
    margin: auto;
    box-shadow: 0px 0px 20px #dcdcdc;
    border-radius: 20px;
    min-width: 371px;
    width: 371px;
    position: relative;
    padding-top: 70px;
    max-height: 393px;
}

.scb-btns.lbm .scb-container {
    max-width: 408px;
    max-height: 90%;
    overflow-y: scroll;
    width: 90%;
}

.scb-container li {
    display: inline-block;
    margin-right: 5px;
    /* width: 28%; */
    margin-bottom: 20px;
    border: 1px dashed #dadada;
    width: calc( 50% - 10px );
    margin-left: 5px;
    border-radius: 5px;
    vertical-align: top;
    padding: 5px;
}

    .scb-container li svg {
        width: 50px;
        height: 50px;
    }

.scb-container .header {
    position: absolute;
    top: 0px;
    font-size: 20px;
    padding: 14px;
    left: 0px;
    Width: 100%;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
}

    .scb-container .header span {
        position: absolute;
        top: 14px;
        right: 16px;
        border: 1px solid #ccc;
        width: 23px;
        height: 22px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        color: #ccc;
        cursor: pointer;
    }

.scb-container li span {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 7px;
    font-size: 17px;
}
/*#endregion social share*/
/*#region Refer and Earn Styles*/
.referral-share {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 2px;
    background-color: #f37d26;
    border-radius: 50px;
}

.input-group-append {
    display: inline-block;
    width: 50%;
    background-color: #f37d26;
    border-radius: 50px;
}

input-group-text {
    font-weight: bold;
    font-family: 'Muli';
}

.referral-share {
    padding: 2px;
}

.Retake-Healthkarmadiv p {
    font-family: 'Muli';
    text-align: left;
    line-height: 1.9;
}

.referral-share svg {
    padding: 3px;
}

.Retake-Healthkarmadiv h4 {
    font-size: 21px;
    padding: 9px;
}
/*#endregion Refer and Earn Styles*/

.cart-count {
    position: absolute;
    color: #fff;
    /*background: #f52e57;*/
    /* font-weight: 500; */
    border-radius: 50%;
    font-size: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 15px;
    z-index: 99;
    margin-left: -17px;
    right: 0;
}

    .cart-count.active {
        color: #fff;
        background: #f52e57;
    }

/*#region Career Styles*/

.confirm-order-txt {
    display: inline-block;
    position: relative;
    top: -9px;
    right: 5px;
}

.line-scale-pulse-out-rapid {
    margin-top: 0;
}


.submit-wrapper {
    width: auto !important
}

.validationblock {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

/*cm-fs-col {
    width: 50%;
    float: left;
    padding-right: 15px;
}*/



.apply {
    display: inline-block;
    width: 66%;
}


h1 {
    font-size: 17px;
}

.cm-section-title, h2 {
    font-size: 45px;
    font-family: 'Muli';
    margin-top: 1px;
    text-transform: lowercase;
}

.d-v-package-content-set .cm-section-title, h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin:0px;text-align:left;
}




    .ta-buttons {
        text-align: right;
        float: right;
        margin: 0px auto;
        position: relative;
    }

.submit-wrapper {
    width: auto !important;
    margin-left: 0px;
}


.cm-button-enroll, .apply-form-submit {
    width: auto !important;
    margin-left: 0px;
}



.cm-otp {
    display: inline-block;
    margin-right: 10px;
    width: 65%;
}

.enroll-call-section {
    text-align: center;
    font-size: 29px;
    margin: 0px;
}

.cm-fs-field {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.48;
    background-image: none;
    border: 1px solid #999;
}

.cm-submit-class {
    display: inline-block;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.hide.cm-otp, .cm-fs-button.SendOtp.hide {
    display: none;
}

.cm-form-section .cm-fs-button {
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.48;
    border-radius: 0;
    user-select: none;
    color: #fff;
    background-color: #8F2879;
    border-color: #992b81;
    margin-left: 10px;
    margin-top: -4px;
}

.cm-form-section .cm-fs-col label {
    text-align: left;
}

.cm-button-enroll {
    float: left;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
}

    .cm-button-enroll span.svg {
        width: 72px;
        height: 72px;
        background: #ee3268;
        padding: 10px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        color: #8e8e8e;
        text-transform: lowercase;
        display: inline-block;
    }

    .cm-button-enroll .svg svg {
        width: 48px;
        height: 48px;
        position: relative;
        left: 1px;
    }

    .cm-button-enroll span {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 22px;
        color: #f52e57;
        text-transform: lowercase;
    }

    .cm-button-enroll .svg svg * {
        stroke: #fff;
        stroke-width: 0;
        fill: #fff;
    }

.cm-form-section .cm-fs-col .cm-fs-field {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.48;
    color: #000;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    margin-bottom: 18px;
    border-radius: 3px;
    margin-top: 10px;
}





.cm-form-section .cm-fs-row {
    width: 96%;
    display: inline-block;
    margin-top: 0px;
}


.cm-section.career {
    max-width: 1024px;
    margin: 0 auto;
    display: block;
}




/*
    .cm-form-section .cm-fs-col {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
   */

/*
.cm-fs-col1 {
    margin-top: 10px;
    margin-bottom: 19px;
    width: 100%;
}

*/



.cm-form-section .cm-fs-row .cm-fs-col {
    width: 100%;
    float: left;
    margin-left: 23px;
    text-align: left;
}







.otpvalidationblock {
    width: 100% !important;
    display: inline-block;
}

.cm-fs-col-1st .otpvalidationblock .cm-fs-col.cm-fs-req {
    width: 80%;
}


.cm-fs-col-1st {
    width: 50%;
    float: left;
}


.cm-fs-col-2nd {
    width: 50%;
    float: right;
}


.cm-form-section .cm-fs-col-2nd textarea.cm-fs-field {
    height: 132px;
    /* margin-top: 28px;*/
}

cm-fs-col-2nd .otpvalidationblock {
    margin-top: 40px;
}


.cm-fs-col.address {
    margin-top: 0px;
}

.cm-form-section .validationblock .errortext {
    font-size: 17px;
    width: 100%;
    display: inline-block;
    color: #fd0000;
    font-weight: bold;
    display: none;
}

.cm-form-section .validationblock.error input, .validationblock.error textarea, .cm-form-section .validationblock.error select {
    border: 1px solid #fd0000 !important;
}

.cm-form-section .validationblock.error .errortext {
    display: inline-block;
}


.note h1 {
    font-size: 17px;
    text-align: left;
}



/*#endregion Career Styles*/

.closeguestHandler {
    border: 1px solid #f52e57;
    width: 25%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
    background: #f52e57;
    color: #fff;
    border-radius: 5px;
}

img.c-article__hero-image.u-lazyloaded {
    display: inline-block;
    object-fit: cover;
    height: auto;
    width: 100%;
}

/*===========Family latest UI styles=================*/
.badge-container-profile {
    position: relative;
    width: 180px;
    height: 180px;
    margin: -103px auto 0;
    /* margin-left: -2px; */
}
.badge-container-profile .image {
        overflow: hidden;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 5px solid #fff;
        background: #fff;
    }
.profile-container-badge {
    font-family: 'Camphor';
    font-weight: bold;
    font-size: 28px;
    color: #1d2129;
    margin: 0px auto;
    margin-bottom: 24px;
    max-width: 100%;
    text-align:center;
}
.badge-container-inside {
    width: 100%;
    height: 350px;
    background: url(https://nihn-nkywabj.stackpathdns.com//images/sanjeevani-2.jpg);
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}
.add-family-item .remove-family-rel {
    display: none;
}
    .badge-container-inside img.family {
        width: 100%;
        object-fit: cover;
        display: inline-block;
    }
    .badge-container-inside img.brush {
        width: 100%;
        position: absolute;
        bottom: -15px;
        left: 0;
    }
.profile-container-badge {
    font-family: 'Camphor';
    font-weight: bold;
    font-size: 28px;
    /* letter-spacing: -0.1px; */
    color: #1d2129;
    margin: 0px auto;
    margin-bottom: 24px;
    max-width: 97%;
}
    .profile-container-badge .desc {
        font-size: 16px;
        color: #606770;
        font-weight: 400;
        font-family: Muli;
        line-height: 1.4;
        padding: 0px 20px;
    }
.new-image-Cropper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.badge-container-inside .camera-bg svg, .badge-container-profile .camera-bg svg {
    width: 100%;
    height: 100%;
    padding: 2px;
    top: 0;position:relative;
}
.badge-container-inside .camera-bg, .badge-container-profile .camera-bg {
    bottom: 20px;
    background: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #ececec;
    right: 4px;
    background: #eee;    
    border-radius: 50%;
    padding: 5px;  
    display: inline-block;
    position: absolute;
}
.add-family-inner {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #eee;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;cursor:pointer;
}
.family-block.droppable-area .add-family-item {
    width: calc(25% - 10px) !important;
    margin-left: 5px;
    margin-right: 5px;
}
.new-f-continer .add-family-item .round-f-set.updated img {
    width: 100%;
    object-fit: cover;
    height: 125px;
}
.new-f-continer .add-family-item .title-f-name {
    font-size: 12px;
    font-family: Muli;
    color: #1d2129;
    display: block;
    border-top: 1px solid #eee;
    padding: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.new-f-continer .add-family-item .round-f-set:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: 0px;
    background: url(https://www.phleby.co/images/brush.png) no-repeat;
    left: 0px;
}
.new-f-continer .add-family-item .rel-name, .SortableHelper.add-family-item .rel-name {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    width: 100%;
    padding-left: 2px;
    padding-top: 0;
    position: relative;
    z-index: 1;
    margin-top: -2px;
    font-family: Muli;
}
#familadd_details .profile-item-block {
    padding: 10px 9px;
}
.profile-item-block.half-block {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}
.add-family-link{
    display:inline-block;
    width:100%;
    text-align:center;
}
    .add-family-link .otp-btn {
        background: #ee3268;
        width: 50%;
        display: inline-block;
        height: 45px;
    }
    .add-family-link .continue-txt {
        display: inline;
        position: relative;
        top: 6px;
        color: #fff;
        text-align: center;
        display: block;
    }
.img-cropper-block {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.img-crop-close {
    padding: 10px 0;
    padding: 5px 0;
    display: inline-block;
    width: auto;
    z-index: 99999;
    right: 1px;
}

.cropper-header-span {
    font-family: Poppins-Regular;
    font-size: 22px;
    padding: 13px 14px;
    text-align: left;
    margin-top: 0px;
    border-bottom: 2px solid #babbba;
}

.img-crop-close .btn-magenta {
    background-color: #fff !important;
    float: left;
    position: static;
    margin-right: 10px;
    padding: 4px 20px !important;
    border-radius: 3px;
    border: 0px solid;
    margin-top: 0px;
    font-size: 15px;
    height: 40px !important;
    border: 1px solid #f52e57;
    color: #f52e57;
    font-family: 'Muli';
}

.img-crop-close .btn-ltgreen {
    float: left !important;
    padding: 4px 10px !important;
    background-color: #f52e57 !important;
    color: white;
    font-size: 15px;
    font-family: 'Muli';
    height: 40px !important;
}

.new-image-cropper-overlay, .new-image-cropper-overlay-dashboard {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table;
}
/*=============Family latest styles END==============*/
.footer_item_header {
    font-family: Muli;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: .5px;
}
.footerlinks {
    display: inline-block;
    width: 100%;
}

.citywisepackage .footerlinks li a {
    font-size: 15px;
    font-family: Muli;
    text-transform: capitalize;
    color: #333;
    display: inline-block;
    padding: 1px;
}

.title-container{
    display:inline-block;padding:8px;width:100%;
}
.category_type_cart .book_cart {
    float: right;
    padding: 2px;
    top: -9px;
    position: relative;cursor:pointer;
}
.searchbox_wrapper {
    display: inline-block;
    width: 99%;
    text-align: center;
}
.hg-search-view, .main-content-search {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.hg-search-view {
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: 37px;
}
.search_category .input-radio-holder input[type=radio]:checked + label span {
    font-weight: 700;
    color: #202124;
    border-bottom: 2px solid #202124;
}
.search_category.search_options {
    display: inline-block;
    width: 85%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -14px;
    position: relative;
}
.search_inputbox {
    width: calc(100% - 47px);
    outline: none;
    display: block;
    border-radius: 23px;
    padding: 0;
    overflow: visible;
    background: #fff;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    position: relative;
    border: 1px solid #eee;
    font-family: Muli;
    margin: -46px auto 0 12px;
    top: -11px;
}
svg._8-yf5 {
    top: 4px;
    position: relative;
}
.nihwn-m-p-blocks-search {
    padding: 5px 0px;
    position: relative; min-height: 415px;
    display:inline-block;
    width:100%;
}
.div_search {
    display: inline-block;
    width: 80%;
    height: 0;
    text-align: center;
}
.search_options .radiobtn span {
    top: 2px;
    position: relative;
    color: rgba(0,0,0,.54);
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    font-family: Muli;
    padding: 1px;
}
.location-options1 .radiobtn label, .radiobtn label {
    font-size: 14px !important;
    transition-property: top,color !important;
    transition: none;
    font-family: Camphor;
    vertical-align: middle;
    text-align: left;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #000;
    top: -4px;
    position: relative;
   /* float: left;*/
   width:100%;text-align:center;
   padding-left:0px !important;
}
.searchboxes__iconnew {
    font-size: 16px;
    position: relative;
    top: -35px;
    right: 54px;
    width: 30px;
    transform: translateY(-50%);
    height: 31px;
    z-index: 999;
    float: right;
    border-left: 1px solid #c6c4c4;
    padding-left: 6px;cursor:pointer;
}
.nihwn-m-p-blocks-search .lazyload-wrapper {
    display: inline-block;
    width: 25%;
}
.nihwn-m-p-blocks-search .m-package-each.aa {
    width: 98%;
}
.nihwn-m-p-blocks-search .m-package-img.assessment-image {
    height: 240px;
    display: inline-block;
    width: 100%;cursor:pointer;
}
.nihwn-m-p-blocks-search .package-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: inline-block;
    position: relative;
}
.hg-search-view .m-package-wrapper {
    padding: 0;
    margin-bottom: 0;
    border-right: .5px solid #d4d5d9;
}
.nihwn-m-p-blocks-search > .m-package-each {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    box-shadow: 2px 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 16px;
    float: left;
}
.m-package-img.assessment-image img{
    min-height:240px;width:100%;display:inline-block;
}
/*#region Internal Page styles*/
.inline-block {
    display: inline-block;
}

.no-text-decoration {
    text-decoration: none;
}

.myrprt {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    position: relative
}

.diagnosis-add-test {
    width: 100%;
    padding-top: 25px;
    border-top: 0px solid #eee;
}

.cart-book {
    margin-left: 7px;
}

.diagnosis-add-test {
    width: 100%;
    padding-top: 20px;
}

.download-report {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.scan-comlete-pending {
    margin-left: 0px;
    display: inline-block
}

.upload-report-span {
    color: #ee3268;
    margin-top: -8px;
}

.no-data-exist {
    text-align: center;
    height: 500px;
    color: #989898;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding-top: 28%;
}

.faimly-friendwraper .asidenavdiv {
    width: 100%;
    margin: 50px 0;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
    text-align: left;
}

.asidenavdiv .dash-left {
    width: 100%;
    float: left;
}

    .asidenavdiv .dash-left .dashbordul {
        list-style: none;
        padding-top: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

        .asidenavdiv .dash-left .dashbordul li {
            padding-top: 15px;
            border-top: 1px solid #d4d4d4;
            padding-bottom: 15px;
            font-weight: 400;
            list-style: none;
        }

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
}

.user-area {
    padding: 30px 20px 20px;
}

.col-lg-3 {
    width: 25%;
}
/*#endregion Internal Page Styles*/

/*#region Start:: Reports page styles*/
.add-box .table {
    font-family: Muli;
}

    .add-box .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px solid #009688;
        display: block;
        text-transform: capitalize;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        padding: 8px 0;
        margin: 0 0 14px 0;
    }

.add-box .smart-section {
    padding: 36px 0;
    background-color: #f37d26;
}

.mt-top {
    margin-top: 55px;
}

.orderdtl {
    margin: 5px 0 15px 0;
}

.col-sm-6 {
    width: 70%;
}

.smart-section {
    width: 30%;
    background-color: #f37d26;
    padding: 15px;
    text-align: center;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    right: 0;
    cursor:pointer;
}

    .smart-section h3 {
        margin-top: 8px;
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

.add-box {
    margin-top: 0;
    padding: 30px 30px 10px 30px;
    background-color: #f8f8f8;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
    margin-bottom: 0px;
}

    .add-box td {
        white-space: nowrap;
        border-top: 0;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
        color: #636363;
    }

.db_titlecaption {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.db_titleinfo {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

.Nodata-available-lbl {
    text-align: center;
    padding-top: 50%;
    font-family: 'Muli';
    font-size: 21px;
    padding-bottom: 80PX;
    MIN-HEIGHT: 850PX;
}
/*#endregion End Reports page style*/


#nihwn-uc-barcode {
    display: block;
    height: 68px;
    width: 68px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-top-left-radius: 57px;
    border-top-right-radius: 14px;
    z-index: 3;
    padding: 1px;
}

    #nihwn-uc-barcode canvas {
        width: 100% !important;
        height: 100% !important;
        border-radius: 2px;
    }
.nihwn-user-card .desc {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato';
}
.name-set {
    font-size: 24px;
    font-weight: 700;
    height: 31px;
    overflow: hidden;
    margin-bottom: 7px;
}

    .name-set span {
        display: inline-block;
    }

.nihwn-user-card .bar {
    width: 50px;
    height: 4px;
    background: #fe0a00;
    margin-top: 4px;
}

.nihwn-user-card {
    width: 100%;
    height: 478px;
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

    .nihwn-user-card .image {
        position: absolute;
        top: 34px;
        width: 410px;
        height: 410px;
        object-fit: cover;
        right: 1%;
        z-index: 1;
        border-radius: 50%;
        border: 8px solid #fe0a00;
        overflow: hidden;
    }

        .nihwn-user-card .image img {
            object-fit: cover;
            height: 100%;
        }

    .nihwn-user-card .content {
        width: 100%;
        height: 483px;
        background: url(https://nihwn.co//Images/nihwn-user-card-bg.png) no-repeat left top;
        background-size: 100%;
        position: relative;
        z-index: 0;
    }

        .nihwn-user-card .content .name-desc {
            font-size: 2.9%;
            width: 50%;
            padding: 13px;
            padding-top: 18.5%;
            font-family: Camphor;
            padding-right: 7px;
            text-align: left;
        }

    .nihwn-user-card span.color {
        color: #fe0a00;
    }
    .nihwn-user-card .patch-temporary {
        background: url(https://nihwn.co//Images/nihwn-user-card-bg.png) no-repeat right top;
        background-size: 2070px;
        position: absolute;
        bottom: 24px;
        width: 400px;
        height: 272px;
        right: 0px;
        bottom: 1px;
        z-index: 1;
    }
#alltestofpack-overlay .order-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
}


.masterdata-container {
    display: inline-block;
    width: 100%;
    padding: 9px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

    .masterdata-container .colm-1 {
        display: inline-block;
        width: 50px;
        float: left;
    }

    .masterdata-container .colm-2 {
        display: inline-block;
        width:calc(100% - 410px);
        float: left;
        text-align: left;
    }

    .masterdata-container .colm-3 {
        display: inline-block;
        width: 80px;
        float: left;
        text-align: center;
    }

    .masterdata-container .colm-4 {
        display: inline-block;
        width: 120px;
        float: left;
        text-align:center;
    }

    .masterdata-container .colm-5 {
        display: inline-block;
        width: 150px;text-align:right;
    }

.masterdata-tbl {
    font-family: Muli;
    border-collapse: collapse;
    width: 100%;
    display: table;
}

.masterdata-container table td, table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.nihwn-organ-img {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-top: 5px;
    margin-right: 2px;
    width: 99px;
    height: 99px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
.organ-title {
    height: 36px;
    word-wrap: break-word;
    width: 100%;
    color: #000;
    font-family: camphor;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
    white-space: normal;
    font-weight: 700;
    margin-top: 5px;
}
.o-slide {
    vertical-align: top;
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding-right: 9px;
    margin-top: 5px;
    outline: none;
}
.arrow-section {
    width: 69px;
    height: 69px;
    border: 3px solid transparent;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #ee3268 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 5px;
}

    .arrow-section svg * {
        stroke: #fff;
        stroke-width: 2px;
    }

.text-left {
    text-align: left;
}

.Family-headingdiv {
    width: 100%;
    float: left;
    background-color: #199ca6;
    color: #fff;
    padding: 0 10px;
}

.detailSection {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 30px;
}

.dash-left {
    width: 100%;
    float: left;
}

    .dash-left .dashbordul {
        list-style: none;
        padding-top: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }



.asidenavdiv {
    width: 100%;
    /* margin: 50px 0;*/
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
    text-align: left;
}

    .asidenavdiv .dash-left .dashbordul li {
        padding-top: 15px;
        border-top: 1px solid #d4d4d4;
        padding-bottom: 15px;
        font-weight: 400;
    }

        .asidenavdiv .dash-left .dashbordul li a {
            text-decoration: none;
            display: block;
            margin-left: 20px;
            color: #252525;
            font-family: Muli;
            font-size: 16px;
            transition: .3s ease-in-out;
        }

.add-box {
    padding: 30px 30px 10px 30px;
    text-align: left;
    margin-top: 0;
}

    .add-box .row {
        display: inline-block;
        width: 100%;
    }

.lft-f-details, .rgt-f-details {
    width: 48%;
    float: left;
    margin: 10px 0 25px 15px;
}

.user-form {
    width: 100%;
    float: left;
    margin-top: 38px;
}

body {
    font-family: Lato,sans-serif;
    color: #848484;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.lft-f-details h6, .rgt-f-details h6 {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
}

.Family-headingdiv h3 {
    display: inline-block;
    font-family: Ubuntu,sans-serif;
    margin: 0;
    padding: 18px 10px;
    font-weight: 500;
    font-size: 21px;
}

.lft-f-details p, .rgt-f-details p {
    width: 90%;
    padding-bottom: 14px;
    font-size: 16px;
    padding-top: 18px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #999;
    color: #868686;
}

.user-name-div {
    width: 137px;
    height: 137px;
    position: relative;
    font-size: 50px;
    text-align: center;
    border-radius: 100%;
    border: 10px solid #f17d25;
    float: left;
    margin: 25px;
    line-height: 113px;
}

.penciledit {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    color: #f1802a;
    text-align: left;
    top: 70px;
    right: -12px;
    background: #fff;
    border: 1px solid #f17d25;
}

.user-profile-details {
    float: left;
    width: 70%;
    position: relative;
    margin-top: 35px;
    margin-left: 18px;
    text-align: left;
}

    .user-profile-details h3 {
        text-align: left;
    }

.vital-container h1 {
    font-family: 'Camphor' !important;
    font-size: 20px !important;
}

.vital-container .border-set {
    box-shadow: none !important;
}

.user-profile-details a {
    margin: 0;
    padding: 7px 30px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    top: 9px;
}

.inner-section {
    display: inline-block;
    width: 100%;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
    margin-top: 51px;
}

.f-div {
    padding: 25px 15px;
}

    .f-div .add-box {
        margin-top: 0;
        padding: 15px 30px 8px 30px;
        background-color: #f8f8f8;
        box-shadow: 0 6px 10px rgba(148,148,148,.3);
        margin-bottom: 30px;
    }

        .f-div .add-box td {
            border-top: 0;
            margin: 0;
            padding: 0;
            font-size: 16px;
            line-height: 30px;
            color: #636363;
        }

div {
    display: block;
}

.addmemberright {
    float: right;
    position: relative;
    top: 16px;
}

.add-box {
    position: relative;
}

.Retake-Healthkarmadiv {
    width: 100%;
    float: left;
    margin: 0 0;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
}

    .Retake-Healthkarmadiv .add-box {
        width: 100%;
        float: left;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #f8f8f8;
        padding: 30px;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-responsive {
    border: none;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.f-div .add-box .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #009688;
    display: block;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-family: Ubuntu,sans-serif;
    font-weight: 500;
    padding: 8px 0;
    margin: 0 0 14px 0;
}

.right-boxdiv .mob-input input {
    font-family: Lato,sans-serif;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding: 1px 0 12px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.right-boxdiv .mob-input {
    width: 80%;
    float: left;
    padding: 33px 0 10px 30px;
    margin: 0;
}

.right-boxdiv {
    float: right;
    width: 49%;
    min-height: 470px;
    background-color: #fff;
    padding: 16px 35px 15px 45px;
}

    .right-boxdiv .loginbtndiv {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

.btn-danger {
    color: #fff;
    background-color: var(--button-megenta);
    border-color: #f37d26;
    transition: .3s ease-in-out;
    /* width: 30%;
    height: 50px;*/
}

.btn {
    border-radius: 50px;
    font-size: 16px;
    outline: none;
}

.right-boxdiv .loginbtndiv .btn-danger {
    padding: 10px;
    width: 100%;
    margin-top: 19px;
    margin-left: 0;
}

.proceed {
    font-size: 13px !important;
    margin-top: 94px;
    padding: 3px 20px;
    display: block;
}

/* Style for mydashboard*/
.mydashbordiv {
    width: 100%;
    float: left;
    background-color: #fafafa;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dashboard {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mydashbordiv .img-sectiondiv {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.img-sectiondiv .box {
    position: relative;
    overflow: hidden;
}

.img-sectiondiv .box {
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 232px;
    padding-top: 55px;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
}

.imglocations {
    position: inherit !important;
    margin: 0 0 0 4px !important;
    padding-left: 0;
}

.img-sectiondiv .box .anchore {
    position: relative;
    /*left: 0;*/
    /*top: 0;*/
    height: 100%;
    width: 100%;
}

.box a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

a {
    text-decoration: none;
    margin-left: 10px;
}

.text-center {
    text-align: center;
}

.box .imgboxdiv {
    /*    width: 80px;
    height: 80px;
    background-color: transparent;
    margin: 40px auto;*/
}

.box b {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
}

.mydashbordiv h1 {
    color: #000;
    font-family: Muli;
    font-weight: 600;
    /* margin-top: 10px;*/
}

.feedback-container .btn-submitform .btn {
    height: 50px;
    border-radius: 23px;
    width: 170px;
    background: var(--button-megenta);
    color: #fff;
    margin-top: 18px;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /* margin-left: -125px; */
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

    #toast #img {
        width: 50px;
        height: 50px;
        float: left;
        padding-top: 8px;
        padding-bottom: 16px;
        box-sizing: border-box;
        background-color: #111;
        color: #fff;
    }

    #toast #desc {
        color: #fff;
        padding: 16px;
        overflow: hidden;
        white-space: nowrap;
    }

.dashboard-content .inner-banner figcaption {
    position: absolute;
    left: 0;
    display: flex;
    top: 25px;
    width: 100%;
}

.dashboard-content .main-content-div-ovearly {
    margin: 0px;
}

.feedback-container-form .form-group {
    text-align: left;
    padding-top: 14px;
}

.btn-submitform {
    text-align: center;
    width: 100%;
}

.dashboard-content .inner-banner h1 {
    font-family: Camphor;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}

.inner-banner p {
    font-family: Camphor;
    font-weight: 400;
    font-size: 47px;
    color: #fff;
}

figure.inner-banner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.img-sectiondiv .first-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fe0000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
}

.img-sectiondiv .box .box-content {
    width: 100%;
    position: absolute;
    left: 0;
    transition: all .3s ease 0s;
    bottom: -11px;
    height: 100%;
}

.box-content .rdiv {
    width: 50px;
    background-color: #fff;
    margin: 10px auto;
    line-height: 50px;
    border-radius: 50%;
    font-weight: 700;
}

.box .title {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    margin: 10px 0;
    line-height: 20px;
}

.img-sectiondiv .box .box-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.img-sectiondiv .box .icon .btn-danger {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
}

.first-box .icon a {
    margin: 10px 0 0;
}

.icon a {
    color: #fff;
}

.dash-left .user-area {
    padding: 30px 20px 20px;
}

.asidenavdiv .dash-left .namerdiv {
    width: 55px;
    margin-bottom: 12px;
    height: 55px;
    line-height: 55px;
    background-color: #199ca6;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

/***********************SIGNUP******************************************/

#new-user-signup-overlay {
    display: flex;
    align-items: center;
}

.alImageContainer {
    padding: 0px 30px 39px;
}

    .alImageContainer img {
        width: 100%;
    }

.linkPageHeading {
    margin: 0 0 20px;
    color: #282c3f;
    font-size: 20px;
    font-weight: 500;
}

.socialSignIns .fbButton {
    padding-right: 4px;
    margin-bottom: 10px;
}

.socialSignIns .socialLoginButtonContainer {
    display: inline-block;
    width: 49%;
}

.socialSignIns .socialLoginButton {
    padding: 11px 0 12px;
    border-radius: 2px;
    border: 1px solid #d4d5d9 !important;
    border: none;
    background-color: transparent;
    width: 100%;
}

.socialSignIns .socilIconValue {
    text-align: center;
    color: #282c3f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.socialSignIns .slIcons, .socialSignIns svg {
    position: relative;
    right: 8px;
    top: 4px;
    height: 18px;
    width: 18px;
}

.alSeperator {
    color: #d4d5d9;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 18px 0px;
}

    .alSeperator:after, .alSeperator:before {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 50%;
        height: 1px;
        content: "\A0";
        background-color: #bfc0c6;
        opacity: .4;
    }

    .alSeperator:before {
        margin-left: -50%;
        text-align: right;
    }

    .alSeperator span {
        margin: 0 6px;
        color: #535766;
        font-size: 16px;
    }

.modal-open .modal, .modal.active {
    background: rgba(0,0,0,0.3);
}

.modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.active {
    display: block;
}

.modal-body {
    display: inline-block;
}

#basic-details .modal-dialog {
    margin-top: 180px;
}

.linkContent {
    padding: 30px;
}

.labelname {
    text-align: left;
    float: left;
    clear: both;
    font-size: 14px;
    width: 100%;
    color: #1a9ca6;
    font-weight: 400;
    margin-bottom: 0;
}

.select-member-option input {
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 16px 10px 15px 0;
    display: block;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-bottom: 1px solid #717171;
    border-bottom-color: #717171;
    border-bottom-color: #717171;
    height: 52px;
    border-radius: 0;
    line-height: 22px;
    box-shadow: none !important;
    margin-bottom: 0;
}

.focus, .plastic_select:active, .plastic_select:focus, input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=text]:active, input[type=text]:focus, input[type=url]:active, input[type=url]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border-color: #00a0a8;
    box-shadow: none;
    outline-offset: 0;
    outline: 0;
}

.genderOptions {
    display: block;
    clear: both
}

    .genderOptions .genderopt {
        display: block;
        position: relative;
        height: auto;
        padding: 0
    }

        .genderOptions .genderopt ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex
        }

            .genderOptions .genderopt ul li {
                display: block;
                position: relative;
                /*padding-right: 30px;*/
                float: left;
            }

                .genderOptions .genderopt ul li input[type=radio] {
                    position: absolute;
                    visibility: hidden;
                }

                    /*.genderOptions .genderopt ul li input[type=radio]:checked, [type=radio]:not(:checked) {
                        position: absolute;
                        left: -9999px
                    }*/

                    .genderOptions .genderopt ul li input[type=radio]:checked + label, [type=radio]:not(:checked) + label {
                        position: relative;
                        padding-left: 28px;
                        cursor: pointer;
                        line-height: 20px;
                        display: inline-block;
                        color: #666
                    }

                        .genderOptions .genderopt ul li input[type=radio]:checked + label:before, .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 18px;
                            height: 18px;
                            border: 1px solid #959595;
                            border-radius: 100%;
                            background: #fff
                        }

                        .genderOptions .genderopt ul li input[type=radio]:checked + label:after, .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:after {
                            content: '';
                            width: 12px;
                            height: 12px;
                            background: var(--button-megenta);
                            position: absolute;
                            top: 3px;
                            left: 3px;
                            border-radius: 100%;
                            -webkit-transition: all .2s ease;
                            transition: all .2s ease;
                            font-size: 20px !important;
                        }

                    .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:after {
                        opacity: 0;
                        -webkit-transform: scale(0);
                        transform: scale(0)
                    }

                    .genderOptions .genderopt ul li input[type=radio]:checked + label:after {
                        opacity: 1;
                        -webkit-transform: scale(1);
                        transform: scale(1)
                    }

                .genderOptions .genderopt ul li label {
                    display: block;
                    position: relative;
                    top: 0;
                    padding: 0 0 0 30px;
                    z-index: 9;
                    cursor: pointer;
                    -webkit-transition: all .25s linear;
                    float: left;
                    font-weight: 400;
                    margin-left: 10px;
                }

.select-member-option .normal-input {
    min-height: 85px;
    margin-bottom: 20px;
    width: 100%;
}

.mar-bot {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.labelnameGender {
    text-align: left;
    float: left;
    font-size: 15px;
    color: #1a9ca6;
    font-weight: 400;
    margin-bottom: 23px;
}

.modal-open .signup-d.modal, .signup-d.modal.active {
    background: rgba(0,0,0,0.3);
}

.fade.in {
    opacity: 1;
}

.signup-d.modal.active {
    display: block;
}

.signup-d.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.signup-d .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

@media (min-width: 768px) {
    .signup-d .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.signup-d .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.myorder-container .m-package-wrapper {
    width: 100%;
    display: inline-block;
}

.d-v-package-footer {
    outline: none;
}

.msd-container .m-package-wrapper {
    width: 33%;
    display: inline-block;
}

.d-life-container .m-package-wrapper {
    width: 33%;
    display: inline-block;
}

.dashbordul li a.active {
    color: #f52e57 !important;
    font-weight: 700;
}

.dashboard-content {
    width: 100%;
    float: left;
    margin: 0 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 50px;
    box-shadow: 0 6px 10px rgba(148,148,148,.3);
    height: auto;
}




/*#region Phlebomists Styles */

.data-in-excel .doc-card-left {
    display: inline-block;
    vertical-align: middle;
}

.data-in-excel .doc-card-title {
    font-size: 14px !important;
    /* font-weight: 700; */
    font-family: "SF UI Display";
    width: 100%;
    float: left;
}

.data-in-excel .doc-card-right {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: top;
    max-width: calc( 100% - 100px );
    text-align: left;
    float: none;
}

.data-in-excel .doc-card-img {
    border-radius: 50%;
    /* height: 74px;*/
    width: auto;
}

.phlobos-containers {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

    .phlobos-containers .dashboard-content {
        height: 120vh;
    }

    .phlobos-containers .family-viewcart {
        margin-bottom: 15px;
        text-align: left;
        padding-left: 10px;
        padding: 10px;
        background: #ffffff;
    }

    .phlobos-containers .order-test-for {
        font-size: 14px;
        font-family: "SF UI Display";
        float: left;
        width: 100%;
        margin-top: 3px;
    }

        .phlobos-containers .order-test-for span {
            display: inline-block;
            width: 100%;
            font-size: 11px;
            line-height: 1.4;
        }

.top-header-phleby {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

    .top-header-phleby .title-consult {
        width: auto;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        margin-top: 25px;
        width: 100%;
        display: inline-block;
        margin-top: 11px !important;
        box-shadow: 0 7px 6px -5px #dfe1e5;
    }

        .top-header-phleby .title-consult li {
            width: 33.3%;
            position: relative;
            font-family: 'Camphor';
        }

.title-consult li.active {
    color: #f52e57;
    border-bottom: 2px solid;
}



.top-header-phleby .title-consult li {
    float: left;
    margin-right: 0;
    text-align: center;
    cursor: pointer;
    color: rgba(0,0,0,.54);
    font-size: 13px;
    padding: 0 10px;
    padding-top: 8px;
    text-transform: uppercase;
    height: 32px;
}

.phleby-count {
    height: 20px;
    width: 20px;
    position: absolute;
    background: red;
    border-radius: 50%;
    color: #fff;
    padding: 3px;
    top: 5px;
    font-size: 10px;
    margin-left: 2px;
}

.rejected-remarks span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Poppins-Regular;
    text-align: left;
    padding-left: 10px;
}

.phlebo-select {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

    .phlebo-select .book-details-input-set {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 0
    }


.phlebo-view .fv-arrow {
    position: absolute;
    right: 18px;
    top: 29px;
}

    .phlebo-view .fv-arrow svg {
        width: 18px;
    }

        .phlebo-view .fv-arrow svg * {
            stroke: #ccc2c2;
            stroke-width: 1.5px;
        }

.phlobos-containers .m-package-wrapper {
    width: 100%;
    text-align: left !important;
}

.phleby-docuplod .doc-download {
    display: inline-block;
    position: relative;
    width: 100%;
    word-break: break-all;
    padding-top: 1px;
    text-align: center;
    left: 0px;
}

.phleby-docuplod .order-test-for span {
    display: inline-block;
    font-size: 13px;
    font-family: 'Muli';
    position: relative;
    padding: 1px;
}

.phleby-save-block .wrap-save {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 14px;
    margin-top: 10px;
    display: inline-block;
}

.phleby-save-block svg * {
    stroke: #fff;
}

.phleby-save-block .wrap-set {
    display: inline-block;
    width: 32.3%;
}

.phleby-save-block {
    display: block;
    width: 42%;
    margin: 0 auto;
    text-align: center;
}


.ph-c-docs .order-test-for {
    text-align: left;
    max-width: 100%
}

.ph-c-docs .title-doc span {
    display: inline-block;
    width: 100%;
    text-align: center
}

.create-report-pack {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    position: relative
}

.upload-reupload {
    display: inline;
    top: 7px;
    position: absolute;
    padding-left: 5px;
    font-weight: normal;
    color: #2392ec;
    text-align: center;
    width: auto;
}

.phleby-docuplod {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 6px;
}

#report-upload-with-remarks .phleby-docuplod {
    border: 0px solid #eee;
}

.phleby-docuplod svg {
    width: 25px;
    height: 25px;
    top: 6px;
    position: relative;
    cursor: pointer;
}

.submit-wrapper.is-saving i {
    display: inline-block;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 50%;
    left: calc(50% - 2px);
    -webkit-animation: dot-loading .8s infinite;
    animation: dot-loading .8s infinite;
}

.searchbox_wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 0 !important;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 0px;
    background: #fff;
}

.searchbox_set {
    padding: 0 10px;
}

.searchboxes__icon {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    transform: translateY(-50%);
    width: 42px;
    right: 10px;
    left: initial !important;
    background: #f52e57;
    padding: 9px;
    border-radius: 0 20px 20px 0;
    height: 67% !important;
    cursor: pointer;
    outline: none;
}

.note-bar {
    display: inline-block;
    overflow: hidden;
    width: 83%;
    text-align: left;
}

    .note-bar span {
        width: 100%;
        display: inline-block;
        position: relative;
    }

.searchboxes-searchbox {
    width: 100%;
    font-family: Muli;
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 20px 5px 30px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #dfe1e5;
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    min-height: 50px;
    border-radius: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.searchboxes__icon svg * {
    fill: #fff;
    stroke: #fff;
}

.data-in-excel .provider-card {
    border-bottom: 0px solid #eee;
    padding: 0px;
    text-align: left;
}

.provider-card {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}


.m-package-wrapper {
    width: 50%;
    text-align: center;
    float: left;
    padding: 2px;
    margin-bottom: 4px;
}

.phlobos-containers .m-package-wrapper, .family-container-main .m-package-wrapper {
    width: 100%;
    text-align: left !important;
}


.providers.myconsult-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f0f0f5;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}

.doc-card-title > span {
    text-transform: capitalize;
    font-weight: 700;
    font-family: Muli;
    display: inline-block;
    font-size: 20px;
}

.phlobos-containers .phleby-inner-details span {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    font-family: "camphor";
}

.phlobos-containers .phleby-inner-details {
    font-size: 14px;
    font-family: "SF UI Display";
    float: left;
    width: 100%;
    margin-top: 3px;
    font-family: "camphor";
}

.phleby-inner-details {
    padding: 5px;
    padding-left: 0px;
}

    .phleby-inner-details a {
        margin-left: 0px;
        color: rgb(0, 0, 238);
        font-size: 14px;
    }

.phlebotomist-container .working-inprogress-overlay-withanimations {
    position: absolute;
    background: #fff;
}

.phlebotomist-container .pack-containermain {
    width: 100%;
}

.phlebotomist-container .b-child {
    background: #fff;
    border-radius: 18px;
    padding: 20px 40px;
}

.phlebotomist-container .border-set {
    box-shadow: 1px 1px 3px 2px rgba(148,150,159,.3);
    padding: 20px;
}

.phlebotomist-container .profile-block {
    background: #fff;
}

.profile-status {
    padding: 0px 14px 14px 14px;
    display: inline-block;
    width: 100%;
}

.phlebotomist-container .profile-image {
    display: flex;
    height: 189px;
    width: 189px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
}

.phlebotomist-container .doc-img {
    width: 100%;
    height: 400px;
    float: left;
    object-fit: contain;
}

.phleby-doc .doc-card-right {
    width: 100%;
}

#phleby-user-card-overlay .fix-overlay, #phleby-user-card-overlay .overlay-header {
    position: unset;
    border-bottom: 0.5px solid #eee;
    box-shadow: none;
}

.phlebotomists-content {
    padding: 1px 8px;
    height: 92vh;
    overflow-y: scroll;
}

#phleby-user-card-overlay .working-inprogress-overlay-container {
    max-width: 100%;
}

#phleby-user-card-overlay .main-content-div-ovearly {
    padding-bottom: 0;
    margin-top: 0;
}

#phleby-user-card-overlay .data-in-excel .doc-card-right {
    max-width: 100%;
}

.phlebotomist-container #comment-overlay.working-inprogress-overlay-withanimations {
    position: fixed !important;
    background: rgba(0,0,0,.5);
}

.phlebotomist-container .content-orders {
    overflow: hidden;
}

.way-for-contact {
    position: relative;
    top: 14px;
}

.phleby-loadmore {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 80px;
}

.phleby-loadmore-icon {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    border-radius: 50%;
    background: #f52e57;
    color: #fff;
    font-size: 20px;
    font-family: 'Muli';
    cursor: pointer;
}

/*#endregion Phlebomists Styles */
.comment-header-labl {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
}




/*#region ImageCropper Styles */
.ReactCrop {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    overflow: hidden;
    max-width: 100%
}

    .ReactCrop:focus {
        outline: none
    }

.ReactCrop--disabled, .ReactCrop--locked {
    cursor: inherit
}

.ReactCrop__image {
    display: block;
    max-width: 100%;
    touch-action: manipulation
}

.ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0,0,0,.5);
    touch-action: manipulation;
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat
}

.ReactCrop--disabled .ReactCrop__crop-selection {
    cursor: inherit
}

.ReactCrop--circular-crop .ReactCrop__crop-selection {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #fff,0 0 0 9999em rgba(0,0,0,.5)
}

.ReactCrop--invisible-crop .ReactCrop__crop-selection {
    display: none
}

.ReactCrop__rule-of-thirds-hz:after, .ReactCrop__rule-of-thirds-hz:before, .ReactCrop__rule-of-thirds-vt:after, .ReactCrop__rule-of-thirds-vt:before {
    content: "";
    display: block;
    position: absolute;
    background-color: hsla(0,0%,100%,.4)
}

.ReactCrop__rule-of-thirds-vt:after, .ReactCrop__rule-of-thirds-vt:before {
    width: 1px;
    height: 100%
}

.ReactCrop__rule-of-thirds-vt:before {
    left: 33.3333%;
    left: 33.33333%
}

.ReactCrop__rule-of-thirds-vt:after {
    left: 66.6666%;
    left: 66.66667%
}

.ReactCrop__rule-of-thirds-hz:after, .ReactCrop__rule-of-thirds-hz:before {
    width: 100%;
    height: 1px
}

.ReactCrop__rule-of-thirds-hz:before {
    top: 33.3333%;
    top: 33.33333%
}

.ReactCrop__rule-of-thirds-hz:after {
    top: 66.6666%;
    top: 66.66667%
}

.ReactCrop__drag-handle {
    position: absolute
}

    .ReactCrop__drag-handle:after {
        position: absolute;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: rgba(0,0,0,.2);
        border: 1px solid hsla(0,0%,100%,.7);
        box-sizing: border-box;
        outline: 1px solid transparent
    }

.ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize
}

    .ReactCrop .ord-nw:after {
        top: 0;
        left: 0
    }

.ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize
}

    .ReactCrop .ord-n:after {
        top: 0
    }

.ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize
}

    .ReactCrop .ord-ne:after {
        top: 0;
        right: 0
    }

.ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize
}

    .ReactCrop .ord-e:after {
        right: 0
    }

.ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize
}

    .ReactCrop .ord-se:after {
        bottom: 0;
        right: 0
    }

.ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize
}

    .ReactCrop .ord-s:after {
        bottom: 0
    }

.ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize
}

    .ReactCrop .ord-sw:after {
        bottom: 0;
        left: 0
    }

.ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize
}

    .ReactCrop .ord-w:after {
        left: 0
    }

.ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit
}

.ReactCrop__drag-bar {
    position: absolute
}

    .ReactCrop__drag-bar.ord-n {
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        margin-top: -3px
    }

    .ReactCrop__drag-bar.ord-e {
        right: 0;
        top: 0;
        width: 6px;
        height: 100%;
        margin-right: -3px
    }

    .ReactCrop__drag-bar.ord-s {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        margin-bottom: -3px
    }

    .ReactCrop__drag-bar.ord-w {
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        margin-left: -3px
    }

.ReactCrop--fixed-aspect .ReactCrop__drag-bar, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w, .ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle {
    display: none
}

@media (pointer:coarse) {
    .ReactCrop .ord-e, .ReactCrop .ord-n, .ReactCrop .ord-s, .ReactCrop .ord-w {
        display: none
    }

    .ReactCrop__drag-handle {
        width: 24px;
        height: 24px
    }
}

/*#endregion ImageCropper Styles */


/*=====Desktop Order styles*/
.cust-name {
    vertical-align: bottom;
    border-bottom: 1px solid #009688;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0;
    margin: 0 0 14px;
}

.order-d-i {
    /* white-space: nowrap; */
    border-top: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #636363;
    font-weight: 600;
    font-family: 'Muli'
}

.master-data-tab .order-d-i {
    x;
}

.master-data-tab .aprice {
    font-size: 16px;
}

.order-title {
    height: 50px;
    overflow: hidden;
}
/*Order style end========*/

.master-data-tab .cost-price {
    font-size: 20px;
}

.submit-wrapper span {
    color: #fff
}

.btn.is-saving i:after, .btn.is-saving i:before, .submit-wrapper.is-saving i:after, .submit-wrapper.is-saving i:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: inherit;
    border-radius: inherit;
    top: 0;
    left: 0
}

.btn.is-saving i:after, .submit-wrapper.is-saving i:after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.btn.is-saving i:before, .submit-wrapper.is-saving i:before {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.profile-verification-continer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .profile-verification-continer .img-continer svg {
        height: 250px;
        width: 250px;
    }

.under-verificatin-msg {
    display: inline-block;
    width: 100%;
    font-family: 'Muli';
    font-size: 18px;
}

.profile-verification-continer .continue-set {
    height: 45px;
    background: #ee3268;
    color: #fff;
    text-align: center;
}

padding-tont-status-container {
    display: inline-block;
    width: 100%;
}

.underprocess {
    display: inline-block;
    font-size: 20px;
    color: #39b839;
}

.profilerejected {
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.pro-profle-h {
    color: #ff0000;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.pro-profle-h2 {
    color: #000;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    white-space: pre-line;
    text-align: center;
    padding: 10px;
}

.continue-set-call {
    display: inline-block;
    width: 250px;
    padding: 45px 0;
}

.btn-viewservice {
    display: inline-block;
    width: 49%;
    float: right;
    padding-top: 15px;
    right: 10px;
    background: #f52e57;
    color: #fff;
    height: 50px;
    cursor: pointer;
}

.assessment-lang {
    width: 49%;
    height: 45px !important;
    -webkit-appearance: listbox;
    padding: 10px !important;
    cursor: pointer;
}

.btn-booknow-main1 {
    width: 100%;
    padding-top: 15px;
    border-top: 0 solid #eee;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
}


/*#region User Search Styles */

.input-radio-holder input[type=radio]:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #f52e57 !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #f52e57 !important;
    background: #000;
    border: 1px solid #000;
}

.input-radio-holder input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -1px;
    left: -4px !important;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

.search-choose-2 .radio_btn {
    display: inline-block;
}

.search-choose-2 {
    display: inline-block;
    width: auto;
    float: left;
    padding: 10px;
}

.radio_btn {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    outline: none;
}

.d-user-search label {
    padding-left: 6px !important;
}

.d-user-search {
    display: inline-block;
    padding-top: 3%;
    padding-bottom: 3%;
}

.d-user-search-container {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.d-search-btn {
    height: 50px;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    font-size: 22px;
    background: #f52e57;
    display: inline-block;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 10px;
    margin-top: 0px;
    font-family: 'Muli';
    color: #fff;
}

    .d-search-btn span {
        display: inline-block;
        text-align: center;
    }

#d-user-search-menu-overlay .working-inprogress-overlay-container {
    max-width: 300px;
    height: auto;
    vertical-align: middle;
    border-radius: 9px;
    padding: 0px;
    padding-bottom: 0px;
    overflow: auto;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    margin: 0 auto;
}

#d-user-search-menu-overlay .btn-whatsapp {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 24px;
    color: #000;
    width: auto;
    border-radius: 3px;
    transition: box-shadow .18s ease-out, background .18s ease-out, color .18s ease-out;
    background-color: transparent;
    border: 0px solid;
    font-family: Muli;
    letter-spacing: 0.8px;
}

#d-user-search-menu-overlay .set-full {
    margin: 0 !important;
    text-align: center;
    color: rgb(0,122,255) !important;
    text-transform: capitalize !important;
    outline: none;
    border-top: 1px solid #eee;
}

.family-setting-item {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    vertical-align: top;
    background: #fff;
    border-radius: 12px;
    margin-top: 78px;
    border: 1px solid #f4f4f4;
    position: relative;
}

#d-user-search-menu-overlay .family-setting-item .round-f-set {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    display: inline-block;
    z-index: 999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

#d-user-search-menu-overlay .family-setting-item .title-f-name {
    position: relative;
    top: -13px;
    font-size: 18px;
    padding: 4px;
}

#d-user-search-menu-overlay .set-menu-block {
    text-align: center;
    padding-top: 0;
    bottom: 0;
    /* position: fixed; */
    border-bottom: 1px solid #eee;
}

#d-user-search-menu-overlay .relation-set {
    width: 130%;
    position: relative;
    top: -10px;
}

.d-user-search-box {
    width: 85%;
    float: left;
}

.d-search-set {
    width: 13%;
    float: right;
    display: inline-block;
}


.family-block {
    display: inline-block;
    width: 100%;
}



.add-family-item .round-f-set {
    /*   display: inline-block;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    display: inline-block;
    z-index: 999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #02a62d;
    cursor: pointer;*/
    vertical-align: middle;
    /*height: 80px;
    width: 80px;*/
    display: inline-block;
    z-index: 3;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 0 solid #eee;
    box-shadow: none;
    position: relative;
    border-radius: 14px 14px 0 0;
}



.family-block {
    width: 100%;
}

.border-set, .profileblock {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.family-item .title-f-name, .add-family-item .title-f-name {
    font-size: 15px;
    font-family: Camphor;
    color: #000;
    display: block;
}

.title-f-name {
    font-size: 18px;
    padding: 4px;
}

.family-link span {
    display: block;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: Muli;
    padding: 13px;
    background: #f52e57;
    border-radius: 5px;
}

.family-link {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.custom-cirlce-ripple img {
    border-radius: 50%;
}


.custom-cirlce-ripple.small {
    width: 80px;
    height: 80px;
    z-index: 7;
    display: block;
    margin: 0 auto;
    top: -46px;
    left: -10px;
}

.custom-cirlce-ripple.familyhead {
    width: 120px;
    height: 120px;
}

.custom-cirlce-ripple {
    width: 120px;
    height: 120px;
    position: relative;
    left: 0;
    top: 0;
}

    .custom-cirlce-ripple.smallHomeBlock {
        top: 0;
        left: -6px;
    }

.custom-cirlce-ripple {
    width: 120px;
    height: 120px;
    position: relative;
    left: 0;
    top: 0;
}




.family-block .family-line {
    position: relative;
    text-align: center;
    margin-top: 72px;
}

.family-block {
    display: inline-block;
    width: 100%;
}

.relation-set {
    position: absolute;
    bottom: 0;
    display: block;
    background: #02a62d;
    color: #fff;
    padding: 0;
    font-size: 11px;
    border-radius: 9px;
    font-family: 'Muli';
    width: 100%;
    letter-spacing: .5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 2px;
    text-align: center;
}

.custom-cirlce-ripple .circle1:nth-child(2) {
    -webkit-animation-delay: 1s;
}



.custom-cirlce-ripple .circlehead {
    border-left: 1px solid #02a62d;
    border-right: 1px solid #02a62d;
    border-top: 1px solid #02a62d;
    border-bottom: 0 solid #02a62d;
}

.custom-cirlce-ripple .circle1 {
    position: absolute;
    border-radius: 50%;
    width: 102%;
    height: 102%;
    left: 10%;
    top: 11%;
    animation: ripple1 3s linear infinite;
    z-index: -999;
}

.custom-cirlce-ripple .circle22 {
    left: 0%;
    top: 0%;
}

.family-consults .number-set {
    display: inline-block;
    font-size: 23px;
    color: #000;
    font-family: Muli;
    position: relative;
    top: -2px;
}

.number-set {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
}

.con-svg svg {
    height: 32px;
    width: 32px;
}

.no-p-set {
    padding: 10px;
    margin-top: 50%;
}

    .no-p-set span, .c-p-set span {
        color: #7e7a7a;
        font-size: 22px !important;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 16px;
    }

.all-family-icon {
    margin-top: -9%;
    background: #fff;
    border: none;
    left: 3px;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 9;
}

    .all-family-icon svg {
        width: 50px;
        height: 50px;
    }

@keyframes ripple1 {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    50% {
    }

    100% {
        -webkit-transform: scale(2, 2);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }

    150% {
        -webkit-transform: scale(4);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }

    150% {
        -webkit-transform: scale(4);
        opacity: 0;
    }
}

.d-search-family-container {
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
}

#d-user-search-edit-overlay .working-inprogress-overlay-container {
    overflow-y: scroll;
    height: 90vh;
    overflow-x: hidden;
    top: 5vh;
}

#d-user-search-edit-overlay .comment-containermain {
    display: inline-block;
}

#d-user-search-edit-overlay .lft-f-details {
    width: 98%;
}

#d-user-search-edit-overlay .fix-overlay, #d-user-search-edit-overlay .overlay-header {
    position: unset;
}

/*#endregion User Search Styles */
.fr-box.fr-basic .fr-element {
    min-height: 180px !important;
}

/*Guest Handler*/
.Guest-handler-container .sanjeevan-section {
    width: 100%;
    height: 100vh;
    display: inline-block;
    overflow-y: auto;
}

.Guest-handler-container .disclaimer-block {
    border-radius: 18px;
    border: 1px solid #eee;
    min-height: 90vh;
}

.Guest-handler-container .disclaimer-form {
    background: #eee;
}

.Guest-handler-container .language-selector {
    position: relative;
    display: inline-block;
    width: 53%;
    float: right;
}

.sanjeevan-back {
    margin-right: 17px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 13px;
}

.Guest-handler-container .get-started {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.Guest-handler-container .termsofassess {
    background: #fff;
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    width: 100%;
}

.Guest-handler-container .disclaimer-img {
    height: auto;
    object-fit: contain;
    width: 100%;
}

.Guest-handler-container .language-selector select {
    width: 100%;
    color: #ee3268;
    border: 1px solid #ee3268;
    min-height: 2rem;
    padding: 9px;
    -webkit-appearance: listbox;
    margin-top: 4px;
    height: 40px;
}

.Guest-handler-container .guest-iframe {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

.Guest-handler-container #parentguest-iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    top: 0px;
    overflow-y: scroll;
}

.Guest-handler-container .termsofassess span[data-font=ENGLISH] {
    font-family: Muli;
}

.Guest-handler-container .termsofassess span {
    margin-bottom: 10px;
    text-align: justify;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
}

.Guest-handler-container .arrow-section {
    width: 69px;
    height: 69px;
    border: 3px solid transparent;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #ee3268 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 5px;
}

.arrow-section svg * {
    stroke: #fff;
}

.no-internet span {
    display: block;
    font-family: Muli;
    text-align: center;
}
/*Guest Handler*/


#ongoingorders-container-main, .orders-container-h, #completedorders-container-main {
    display: inline-block;
    overflow: hidden;
    height: 119vh;
    width: 100%;
}

.package-container {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 0px 10px;
    margin-top: 12px;
    padding-top: 10px;
}

.app-download-block ul li {
    width: 48%;
    display: inline-block;
}

.access-denined-msg {
    color: #acacac;
    font-size: 20px;
    font-family: 'Muli';
}

#proAccessDenied-overlay .img-continer svg {
    width: 200px;
    height: 200px;
}

/*#region Desktop customer styles*/

.desktop-container-customers.data-in-excel table tr td, .data-in-excel table tr th {
    padding: 12px 20px;
    font-family: 'Muli';
    background: transparent;
    position: relative;
    font-weight: normal;
    /* text-transform: capitalize; */
    color: #000;
    text-align: center;
    border-right: 1px solid #dadada;
    vertical-align: middle;
    width: 0 !important;
    font-size: 13px;
    padding: 5px;
}

.desktop-container-customers.data-in-excel table tr {
    box-shadow: 0px 0px 0px #ececec, 0px 1px 0px #ececec;
    background: transparent;
}

.desktop-container-customers.data-in-excel table {
    box-shadow: 0px 0px 0px #ebebeb, 0px 0px 0px 1px #d8d8d8;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
}

.desktop-container-customers table td.align-left {
    text-align: left !important;
}

.desktop-container-customers table td a {
    color: #0098f7;
}

.desktop-container-customers .pack-containermain {
    width: 100%;
    max-width: 100%;
}

.desktop-container-customers .working-inprogress-overlay-container {
    overflow-y: scroll;
    height: 90vh;
    overflow-x: hidden;
    top: 5vh;
}

.desktop-container-customers .comment-containermain {
    display: inline-block;
}

.desktop-container-customers .lft-f-details {
    width: 98%;
}

.desktop-container-customers .fix-overlay, #d-user-search-edit-overlay .overlay-header {
    position: unset;
}

    .desktop-container-customers .fix-overlay .overlay-header {
        position: relative;
        top: 0px;
        height: 60px;
        width: 100%;
        padding: 12px;
        display: flex;
        box-shadow: 0 1px 2px 0 rgba(148,150,159,.3);
        z-index: 9;
    }

.desktop-container-customers .main-content-div-ovearly {
    margin-top: 0px;
}

.desktop-container-customers .Header-rightoptions.view-cart-header.checkout-cart-anmination {
    position: absolute;
    right: 20px;
}

#user-deactivate-overlay .working-inprogress-overlay-container {
    overflow-y: scroll;
    overflow-x: hidden;
    top: 25vh;
    height: auto;
}

#user-deactivate-overlay .submit-wrapper.is-saving i {
    left: 0;
}

/*#endregion Guest Handler*/

.family-container-main {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 100%;
    overflow-y: scroll;
}


/*=================Familt tabs styles*/
.width100 .container {
    width: 100%;
}


/*#region family styles*/
.d-c-block {
    display: none
}

    .d-c-block.active, .ef-content .title-f-name {
        display: inline-block;
        width: 100%
    }

.no-p-set {
    margin-top: 0 !important;
    padding-top: 0
}

.add-f-btn {
    border-bottom: 1px solid #eee;
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
    text-align: left
}

.ef-image .f-tag {
    background: #fff;
    font-size: 12px;
    color: #02a62d;
    margin-top: -10px;
    float: left;
    position: relative;
    top: 8px;
}

.f-p-set {
    display: inline-block;
    margin-left: -7px;
    margin-bottom: 8px;
    margin-top: 8px;
    background: #fff;
    z-index: 8;
    position: relative
}

.add-family-item {
    display: inline-block;
    width: 32%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px
}

    .add-family-item .title-f-name, .family-item .title-f-name {
        font-size: 15px;
        font-family: Camphor;
        color: #000;
        display: block
    }

.title-f-name {
    font-size: 18px;
    padding: 4px
}

.each-family .total-setbig {
    width: 120px;
    height: 120px;
    border: 1px solid #02a62d;
    border-radius: 50%
}

.custom-cirlce-ripple.small {
    width: 80px;
    height: 80px;
    z-index: 7;
    display: block;
    margin: 0 auto;
    top: -46px;
    left: -10px
}

.custom-cirlce-ripple.familyhead {
    width: 120px;
    height: 120px
}

.custom-cirlce-ripple.smallHomeBlock {
    top: 0;
    left: -6px
}

.custom-cirlce-ripple {
    width: 120px;
    height: 120px;
    position: relative;
    left: 0;
    top: 0
}

.family-block .family-line .each-family .ef-image {
    border-radius: 50%;
    top: -3px;
    text-align: center
}

.family-block .family-line .each-family {
    text-align: center;
    display: inline-block;
    padding-bottom: 51px;
    position: relative;
    width: 100%
}

.family-block {
    display: inline-block;
    width: 100%
}

.custom-cirlce-ripple .circle1:nth-child(2) {
    -webkit-animation-delay: 1s
}

.custom-cirlce-ripple .circlehead {
    border: solid #02a62d;
    border-width: 1px 1px 0
}

.custom-cirlce-ripple .circle1 {
    position: absolute;
    border-radius: 50%;
    width: 102%;
    height: 102%;
    left: 10%;
    top: 11%;
    animation: ripple1 3s linear infinite;
    z-index: -999
}

.custom-cirlce-ripple .circle22 {
    left: 0;
    top: 0
}

.family-consults .consult-svg svg {
    height: 32px;
    width: 32px
}

.consult-svg svg * {
    stroke-width: 1px;
    stroke: #555
}

.con-svg {
    position: relative;
    display: inline-block
}

.family-consult-block {
    display: inline-block;
    width: 23%;
    cursor: pointer;
}


.family-block .each-family:after {
    border-left: 2px dotted #02a62d;
    content: " ";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    margin-left: -6px
}



.no-p-set img {
    height: 150px;
    width: 150px;
    display: block;
    margin: 0 auto
}

.c-p-set span, .no-p-set span {
    color: #7e7a7a;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.family-block .ef-content {
    width: 100%;
    background: #fff;
    z-index: 8;
    position: relative
}

.all-family-icon svg {
    width: 50px;
    height: 50px
}

.family-section img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.family-section .round-f-set {
    vertical-align: middle;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    display: inline-block;
    z-index: 999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #02a62d
}

.family-section .title-f-name {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.each-family {
    padding: 15px 0px 15px 0px;
    /*border-bottom: 1px solid #eee;*/
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}




.addfamilymember .modal-dialog {
    max-width: 850px;
}

.modal-open {
    overflow: hidden;
}

.addfamilymember .modal-header {
    padding: 0;
}

.modal-header {
    padding: 15px 0;
    border-bottom: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    width: 500px;
    margin: 30px auto;
}

.modaltitle h2 {
    color: #595959;
    font-family: Ubuntu,sans-serif;
    margin: 0 0 5px 0;
    font-size: 24px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    margin-top: -18px;
    margin-right: -10px;
    background: #d55a48;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    outline: none;
}



.field_myfamilyblade {
    margin-bottom: 30px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}



.modal-backdrop.fade.in {
    z-index: 1048;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

.field_myfamilyblade input {
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 5px 10px 0 0px;
    display: block;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-bottom: 1px solid #717171;
    border-bottom-color: #717171;
    height: 46px;
    border-radius: 0;
    line-height: 22px;
}

.field_myfamilyblade .relationwith {
    border: none;
    border-bottom: 1px solid #717171;
    font-size: 14px;
    padding: 16px 10px 13px 0px;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
}

ul li {
    list-style: none;
}

.gendermyfamily {
    margin: 15px 0 0 0
}

.genderOptions {
    display: block;
    clear: both;
}

    .genderOptions .genderopt {
        display: block;
        position: relative;
        height: auto;
        padding: 0;
    }

        .genderOptions .genderopt ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

            .genderOptions .genderopt ul li {
                display: block;
                position: relative;
                padding-right: 30px;
                float: left;
            }


                /*.genderOptions .genderopt ul li input[type=radio]:checked, [type=radio]:not(:checked) {
                        position: absolute;
                        left: -9999px;
                        visibility: hidden;
                    }*/


                .genderOptions .genderopt ul li label {
                    display: block;
                    position: relative;
                    top: 0;
                    padding: 0 0 0 30px;
                    z-index: 9;
                    cursor: pointer;
                    -webkit-transition: all .25s linear;
                    float: left;
                    font-weight: 400;
                }

        .genderOptions .genderopt input[type=radio]:checked ~ label {
            color: #333;
            font-weight: 400;
        }

        .genderOptions .genderopt ul li input[type=radio]:checked + label, [type=radio]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            .genderOptions .genderopt ul li input[type=radio]:checked + label:before, .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #959595;
                border-radius: 100%;
                background: #fff;
            }




            .genderOptions .genderopt ul li input[type=radio]:checked + label:after, .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:after {
                content: '';
                width: 12px;
                height: 12px;
                background: var(--button-megenta);
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

            .genderOptions .genderopt ul li input[type=radio]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }


        .genderOptions .genderopt ul li input[type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

.modal-footer-popup {
    padding: 0 15px 40px 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 23px;
}

.modal-body .col-lg-4 {
    width: 50%;
    margin-bottom: 9px;
    margin-top: 9px;
}

#datetimepicker3 {
    padding-top: 33px;
}

#family_edit .modal-content {
    background: #fff;
    border-radius: 8px;
}

#family_edit .modal-dialog {
    position: relative;
    width: auto;
    width: 500px;
    margin: 15% auto;
    border-radius: 10px;
    /* overflow: hidden; */
}

.modal.active {
    display: block;
    opacity: 1;
}

.d-customers-search-box {
    width: 100%;
    display: block;
}

.address-overlay {
    padding-bottom: 25px;
}

.pac-container {
    z-index: 9999999 !important;
    /* display: inline-block !important;*/
}

.user-address-add-btn {
    float: right;
    margin: 15px 0px;
}

.user-address-nodata-found {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10%;
}

.u-address-loading {
    display: inline-block;
    padding: 6px;
}

.myconsultations-card {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#tns1 > .tns-item {
    width: calc(10%);
    padding-right: 5px;
}

.addaddress-btns .btn-danger {
    width: 45%;
    display: inline-block;
    height: 45px;
}

.addaddress-btns .btn-nrml {
    width: 45%;
    display: inline-block;
    height: 45px;
    border-color: var(--button-megenta);
    background: #fff;
    color: var(--button-megenta);
    margin-right: 12px;
}

.lft-f-details input[type=text] {
    margin-top: 0px;
}

.address-select input[type=radio]:checked + label:before {
    background: #f52e57;
    border: 1px solid #f52e57;
    border-radius: 50%;
}

.address-select input[type=radio]:checked + label::before {
    background: #f52e57;
    border: 1px solid #f52e57;
    border-radius: 50%;
}

.address-select input[type=radio] + label:before {
    content: " ";
    margin-right: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    display: inline-block !important;
    position: relative;
    top: 6px;
    box-shadow: none;
    border-radius: 50%;
    list-style: none;
}

.address-select input[type=radio]:checked + label:after {
    content: " ";
    left: 6px;
    margin-right: 2px;
    top: 8px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    display: inline-block !important;
    position: absolute;
}

label.default-address-detail {
    display: flex !important;
}

.site-nav-container {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
}

    .site-nav-container span {
        top: -5px;
        padding: 10px 15px;
        position: relative;
        font-size: 17px;
        width: auto;
    }

.address-area {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 11px;
}

.view-or-add-address {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.addaddress_p {
    width: 48%;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}

    .addaddress_p span {
        cursor: pointer;
    }

    .addaddress_p a {
        font-size: 16px;
        text-decoration: underline;
        text-align: center;
    }

        .addaddress_p a:hover {
            color: #000;
        }

#barcode-form-samples {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
/*!
 * froala_editor v3.2.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc
}

.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
    border: solid 5px #CCC
}

.fr-view img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-view .fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr-view {
    word-wrap: break-word
}

    .fr-view span[style~="color:"] a {
        color: inherit
    }

    .fr-view strong {
        font-weight: 700
    }

    .fr-view table {
        border: none;
        border-collapse: collapse;
        empty-cells: show;
        max-width: 100%
    }

        .fr-view table td {
            min-width: 5px
        }

        .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
            border-style: dashed
        }

        .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
            background: whitesmoke
        }

        .fr-view table td, .fr-view table th {
            border: 1px solid #DDD
        }

            .fr-view table td:empty, .fr-view table th:empty {
                height: 20px
            }

            .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
                border: 1px double red
            }

            .fr-view table td.fr-thick, .fr-view table th.fr-thick {
                border-width: 2px
            }

        .fr-view table th {
            background: #ececec
        }

    .fr-view hr {
        clear: both;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        break-after: always;
        page-break-after: always
    }

    .fr-view .fr-file {
        position: relative
    }

        .fr-view .fr-file::after {
            position: relative;
            content: "\1F4CE";
            font-weight: normal
        }

    .fr-view pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: visible
    }

    .fr-view[dir="rtl"] blockquote {
        border-left: none;
        border-right: solid 2px #5E35B1;
        margin-right: 0;
        padding-right: 5px;
        padding-left: 0
    }

        .fr-view[dir="rtl"] blockquote blockquote {
            border-color: #00BCD4
        }

            .fr-view[dir="rtl"] blockquote blockquote blockquote {
                border-color: #43A047
            }

    .fr-view blockquote {
        border-left: solid 2px #5E35B1;
        margin-left: 0;
        padding-left: 5px;
        color: #5E35B1
    }

        .fr-view blockquote blockquote {
            border-color: #00BCD4;
            color: #00BCD4
        }

            .fr-view blockquote blockquote blockquote {
                border-color: #43A047;
                color: #43A047
            }

    .fr-view span.fr-emoticon {
        font-weight: normal;
        font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
        display: inline;
        line-height: 0
    }

        .fr-view span.fr-emoticon.fr-emoticon-img {
            background-repeat: no-repeat !important;
            font-size: inherit;
            height: 1em;
            width: 1em;
            min-height: 20px;
            min-width: 20px;
            display: inline-block;
            margin: -.1em .1em .1em;
            line-height: 1;
            vertical-align: middle
        }

    .fr-view .fr-text-gray {
        color: #AAA !important
    }

    .fr-view .fr-text-bordered {
        border-top: solid 1px #222;
        border-bottom: solid 1px #222;
        padding: 10px 0
    }

    .fr-view .fr-text-spaced {
        letter-spacing: 1px
    }

    .fr-view .fr-text-uppercase {
        text-transform: uppercase
    }

    .fr-view .fr-class-highlighted {
        background-color: #ffff00
    }

    .fr-view .fr-class-code {
        border-color: #cccccc;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #f5f5f5;
        padding: 10px;
        font-family: "Courier New", Courier, monospace
    }

    .fr-view .fr-class-transparency {
        opacity: 0.5
    }

    .fr-view img {
        position: relative;
        max-width: 100%
    }

        .fr-view img.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view img.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view img.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view img.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view img.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view img.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view span.fr-img-caption {
        position: relative;
        max-width: 100%
    }

        .fr-view span.fr-img-caption.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view span.fr-img-caption.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view span.fr-img-caption.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view span.fr-img-caption.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view span.fr-img-caption.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view span.fr-img-caption.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view .fr-video {
        text-align: center;
        position: relative
    }

        .fr-view .fr-video.fr-rv {
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden
        }

            .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
                position: absolute !important;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

        .fr-view .fr-video > * {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            max-width: 100%;
            border: none
        }

        .fr-view .fr-video.fr-dvb {
            display: block;
            clear: both
        }

            .fr-view .fr-video.fr-dvb.fr-fvl {
                text-align: left
            }

            .fr-view .fr-video.fr-dvb.fr-fvr {
                text-align: right
            }

        .fr-view .fr-video.fr-dvi {
            display: inline-block
        }

            .fr-view .fr-video.fr-dvi.fr-fvl {
                float: left
            }

            .fr-view .fr-video.fr-dvi.fr-fvr {
                float: right
            }

    .fr-view a.fr-strong {
        font-weight: 700
    }

    .fr-view a.fr-green {
        color: green
    }

    .fr-view .fr-img-caption {
        text-align: center
    }

        .fr-view .fr-img-caption .fr-img-wrap {
            padding: 0;
            margin: auto;
            text-align: center;
            width: 100%
        }

            .fr-view .fr-img-caption .fr-img-wrap a {
                display: block
            }

            .fr-view .fr-img-caption .fr-img-wrap img {
                display: block;
                margin: auto;
                width: 100%
            }

            .fr-view .fr-img-caption .fr-img-wrap > span {
                margin: auto;
                display: block;
                padding: 5px 5px 10px;
                font-size: 14px;
                font-weight: initial;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-opacity: 0.9;
                -moz-opacity: 0.9;
                opacity: 0.9;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                width: 100%;
                text-align: center
            }

    .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
        font-size: 24px
    }

    .fr-view ul, .fr-view ol {
        list-style-position: inside
    }

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

    img.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        img.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        img.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    img.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        img.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        img.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

    span.fr-img-caption.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        span.fr-img-caption.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        span.fr-img-caption.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    span.fr-img-caption.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        span.fr-img-caption.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        span.fr-img-caption.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }
/*!
 * froala_editor v3.2.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-element, .fr-element:focus {
    outline: 0 solid transparent
}

.fr-box.fr-basic {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .fr-box.fr-basic .fr-element {
        font-family: sans-serif;
        color: #414141;
        font-size: 14px;
        line-height: 1.6;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: auto;
        min-height: 60px;
        text-align: left;
        max-height: 500px
    }

    .fr-box.fr-basic.fr-rtl .fr-element {
        text-align: right
    }

.fr-element {
    background: transparent;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto
}

    .fr-element a {
        user-select: auto;
        -o-user-select: auto;
        -moz-user-select: auto;
        -khtml-user-select: auto;
        -webkit-user-select: auto;
        -ms-user-select: auto
    }

    .fr-element.fr-disabled {
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none
    }

    .fr-element [contenteditable="true"] {
        outline: 0 solid transparent
    }

.fr-box a.fr-floating-btn {
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #FFF;
    color: #333333;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    outline: none;
    left: 0;
    top: 0;
    line-height: 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

    .fr-box a.fr-floating-btn svg {
        -webkit-transition: transform 0.2s ease 0s;
        -moz-transition: transform 0.2s ease 0s;
        -ms-transition: transform 0.2s ease 0s;
        -o-transition: transform 0.2s ease 0s;
        fill: #333333
    }

    .fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
        font-size: 14px;
        line-height: 40px
    }

    .fr-box a.fr-floating-btn.fr-btn + .fr-btn {
        margin-left: 10px
    }

    .fr-box a.fr-floating-btn:hover {
        background: #ebebeb;
        cursor: pointer
    }

        .fr-box a.fr-floating-btn:hover svg {
            fill: #333333
        }

.fr-box .fr-visible a.fr-floating-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

iframe.fr-iframe {
    width: 100%;
    border: none;
    position: relative;
    display: block;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr-wrapper {
    position: relative;
    z-index: 1
}

    .fr-wrapper::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

    .fr-wrapper .fr-placeholder {
        position: absolute;
        font-size: 14px;
        color: #AAA;
        font-family: sans-serif;
        z-index: 1;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden
    }

    .fr-wrapper.show-placeholder .fr-placeholder {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .fr-wrapper ::-moz-selection {
        background: #b5d6fd;
        color: #000
    }

    .fr-wrapper ::selection {
        background: #b5d6fd;
        color: #000
    }

.fr-box.fr-basic .fr-wrapper {
    background: #FFF;
    border: 1px solid #CCCCCC;
    border-bottom-color: #efefef;
    top: 0;
    left: 0
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (min-width: 992px) {
    .fr-box.fr-document {
        min-width: 21cm
    }

        .fr-box.fr-document .fr-wrapper {
            text-align: left;
            padding: 30px;
            min-width: 21cm;
            background: #efefef
        }

            .fr-box.fr-document .fr-wrapper .fr-element {
                text-align: left;
                background: #FFF;
                width: 21cm;
                margin: auto;
                min-height: 26cm !important;
                padding: 1cm 2cm;
                overflow: visible;
                z-index: auto
            }

                .fr-box.fr-document .fr-wrapper .fr-element hr {
                    margin-left: -2cm;
                    margin-right: -2cm;
                    background: #efefef;
                    height: 1cm;
                    outline: none;
                    border: none
                }

                .fr-box.fr-document .fr-wrapper .fr-element img {
                    z-index: 1
                }
}

.fr-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #222222;
    color: #FFF;
    font-size: 11px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -3000px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483647;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .fr-tooltip.fr-visible {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

.fr-toolbar .fr-btn-wrap, .fr-popup .fr-btn-wrap, .fr-modal .fr-btn-wrap {
    float: left;
    white-space: nowrap;
    position: relative
}

    .fr-toolbar .fr-btn-wrap.fr-hidden, .fr-popup .fr-btn-wrap.fr-hidden, .fr-modal .fr-btn-wrap.fr-hidden {
        display: none
    }

.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
    background: transparent;
    color: #333333;
    -moz-outline: 0;
    outline: none;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 4px 2px;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    height: 40px
}

    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-toolbar .fr-command.fr-btn.fr-btn-hover, .fr-popup .fr-command.fr-btn.fr-btn-hover, .fr-modal .fr-command.fr-btn.fr-btn-hover {
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-modal .fr-command.fr-btn::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-modal .fr-command.fr-btn.fr-btn-text {
        width: auto
    }

    .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-modal .fr-command.fr-btn i, .fr-modal .fr-command.fr-btn svg {
        display: block;
        text-align: center;
        float: none;
        margin: 8px 7px;
        width: 24px
    }

        .fr-toolbar .fr-command.fr-btn svg.fr-svg, .fr-popup .fr-command.fr-btn svg.fr-svg, .fr-modal .fr-command.fr-btn svg.fr-svg {
            height: 24px
        }

        .fr-toolbar .fr-command.fr-btn svg path, .fr-popup .fr-command.fr-btn svg path, .fr-modal .fr-command.fr-btn svg path {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            fill: #333333
        }

    .fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-modal .fr-command.fr-btn span.fr-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span, .fr-modal .fr-command.fr-btn span {
        font-size: 14px;
        display: block;
        line-height: 17px;
        min-width: 30px;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 17px;
        font-weight: bold;
        padding: 0 4px
    }

    .fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img, .fr-modal .fr-command.fr-btn img {
        margin: 8px 7px;
        width: 24px
    }

    .fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .fr-popup .fr-command.fr-btn.fr-btn-active-popup, .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
        background: #d6d6d6
    }

    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
        font-weight: normal
    }

    .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-modal .fr-command.fr-btn.fr-dropdown i, .fr-modal .fr-command.fr-btn.fr-dropdown span, .fr-modal .fr-command.fr-btn.fr-dropdown img, .fr-modal .fr-command.fr-btn.fr-dropdown svg {
        margin-left: 3px;
        margin-right: 11px
    }

    .fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #333333;
        right: 2px;
        top: 18px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        content: ""
    }

    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
        fill: #333333;
        background: #d6d6d6;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease
    }

        .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
            background: #ebebeb;
            fill: #333333
        }

            .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
                border-top-color: #333333
            }

        .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
            border-top: 0;
            border-bottom: 4px solid #222222
        }

    .fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled, .fr-modal .fr-command.fr-btn.fr-disabled {
        color: #bdbdbd;
        cursor: default;
        -webkit-opacity: 0.3;
        -moz-opacity: 0.3;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

        .fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-modal .fr-command.fr-btn.fr-disabled::after {
            border-top-color: #bdbdbd
        }

    .fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden, .fr-modal .fr-command.fr-btn.fr-hidden {
        display: none
    }

.fr-toolbar .fr-tabs .fr-command.fr-btn, .fr-popup .fr-tabs .fr-command.fr-btn, .fr-modal .fr-tabs .fr-command.fr-btn {
    margin: 0;
    width: 46px;
    height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
        background: #FFF
    }

    .fr-toolbar .fr-tabs .fr-command.fr-btn span, .fr-popup .fr-tabs .fr-command.fr-btn span, .fr-modal .fr-tabs .fr-command.fr-btn span {
        height: 27px
    }

    .fr-toolbar .fr-tabs .fr-command.fr-btn img, .fr-toolbar .fr-tabs .fr-command.fr-btn svg, .fr-popup .fr-tabs .fr-command.fr-btn img, .fr-popup .fr-tabs .fr-command.fr-btn svg, .fr-modal .fr-tabs .fr-command.fr-btn img, .fr-modal .fr-tabs .fr-command.fr-btn svg {
        margin: 8px 11px;
        width: 24px;
        height: 24px
    }

.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
    fill: #0098f7
}

.fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-modal.fr-disabled .fr-btn, .fr-modal.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

    .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
        border-top-color: #bdbdbd
    }

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left, .fr-popup.fr-rtl .fr-btn-grp.fr-float-left, .fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
    float: right
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right, .fr-popup.fr-rtl .fr-btn-grp.fr-float-right, .fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
    float: left
}

.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-btn-wrap, .fr-modal.fr-rtl .fr-command.fr-btn, .fr-modal.fr-rtl .fr-btn-wrap {
    float: right
}

    .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none
}

.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus, .fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded {
    outline: 0;
    color: #333333
}

    .fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
        background: #ebebeb
    }

    .fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after {
        border-top-color: #333333
    }

.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .fr-desktop .fr-command:active {
    color: #333333;
    background: #d6d6d6
}

.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
    background: #ebebeb
}

.fr-desktop .fr-command.fr-active:active {
    background: #d6d6d6
}

.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
    background: transparent
}

.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
    background: transparent
}

.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
    background: #d6d6d6
}

.fr-command.fr-btn.fr-options {
    width: 16px;
    margin-left: -5px
}

    .fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:hover, .fr-command.fr-btn.fr-options:focus {
        border-left: solid 1px #FAFAFA;
        -webkit-transition: border-left 0s, background-color 0.5s;
        -moz-transition: border-left 0s, background-color 0.5s;
        -ms-transition: border-left 0s, background-color 0.5s;
        -o-transition: border-left 0s, background-color 0.5s
    }

.fr-command.fr-btn + .fr-dropdown-menu {
    background: #FFF;
    display: inline-block;
    position: absolute;
    right: auto;
    bottom: auto;
    height: auto;
    z-index: 4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    zoom: 1;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)
}

    .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        height: auto;
        max-height: 275px
    }

    .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
        padding: 0;
        margin: auto;
        display: inline-block;
        text-align: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -ms-transition: height 0.3s;
        -o-transition: height 0.3s;
        margin-top: 0;
        float: left;
        height: 0;
        margin-top: 0 !important
    }

        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
            position: relative
        }

            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
                list-style-type: none;
                margin: 0;
                padding: 8px 0;
                min-width: 72px
            }

                .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
                    padding: 0;
                    margin: 0;
                    font-size: 15px
                }

                    .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
                        padding: 0 20px;
                        line-height: 200%;
                        display: flex;
                        cursor: pointer;
                        white-space: nowrap;
                        color: inherit;
                        text-decoration: none;
                        border-radius: 0;
                        -moz-border-radius: 0;
                        -webkit-border-radius: 0;
                        -moz-background-clip: padding;
                        -webkit-background-clip: padding-box;
                        background-clip: padding-box
                    }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
                            width: 24px;
                            height: 24px;
                            margin: 3px 4px
                        }

                            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
                                fill: #333333
                            }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
                            background: #d6d6d6
                        }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
                            color: #bdbdbd;
                            cursor: default
                        }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
                            margin-left: 20px;
                            font-weight: bold;
                            -webkit-opacity: 0.75;
                            -moz-opacity: 0.75;
                            opacity: 0.75
                        }

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
    display: inline-block;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)
}

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important
}

body.fr-prevent-scroll {
    overflow: hidden
}

    body.fr-prevent-scroll.fr-mobile {
        position: fixed;
        -webkit-overflow-scrolling: touch
    }

.fr-modal {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2147483640;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.2
}

    .fr-modal.fr-middle .fr-modal-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        position: absolute
    }

    .fr-modal .fr-modal-wrapper {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-clip: padding-box;
        margin: 20px auto;
        display: inline-block;
        background: #FFF;
        min-width: 300px;
        -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
        box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
        border: 0;
        overflow: hidden;
        width: 90%;
        position: relative
    }

@media (min-width: 768px) and (max-width: 991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%
    }
}

@media (min-width: 992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 960px
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #FFF;
    overflow: hidden;
    position: absolute;
    width: 100%;
    min-height: 42px;
    z-index: 3;
    border-bottom: solid #efefef 1px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s
}

    .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
        height: 56px;
        padding: 0 10px
    }

    .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
        margin: 10px;
        position: absolute;
        top: 0;
        right: 0
    }

    .fr-modal .fr-modal-wrapper .fr-modal-head h4 {
        font-size: 20px;
        padding: 19px 10px;
        margin: 0;
        font-weight: 400;
        line-height: 18px;
        display: inline-block;
        float: left
    }

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: auto;
    padding-bottom: 20px
}

    .fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
        outline: 0
    }

    .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
        height: 36px;
        line-height: 1;
        color: #0098f7;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
        border: none;
        background: none;
        font-size: 16px;
        outline: none;
        -webkit-transition: background 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
            margin-left: 24px
        }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
            background: #ebebeb;
            color: #0098f7
        }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
            background: #d6d6d6;
            color: #0098f7
        }

    .fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
        border: 0
    }

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb
}

.fr-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2147483639
}

ol.decimal_type {
    counter-reset: item
}

    ol.decimal_type > li {
        display: block
    }

        ol.decimal_type > li:before {
            content: counters(item,".") ". ";
            counter-increment: item
        }

.fr-popup {
    position: absolute;
    display: none;
    color: #222222;
    background: #FFF;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
    z-index: 2147483635;
    text-align: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
}

    .fr-popup .fr-icon {
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        font-weight: 400;
        box-sizing: content-box;
        padding: 6px
    }

    .fr-popup .fr-icon-container {
        padding: 20px;
        max-height: 200px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

@supports not (-ms-high-contrast: none) {
    .fr-popup .fr-icon-container {
        grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
        display: grid
    }
}

@media (min-width: 768px) {
    .fr-popup .fr-icon-container {
        min-width: 276px
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fr-popup .fr-icon-container {
        display: inline-flex;
        -ms-flex-flow: row wrap
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
    .fr-popup .fr-icon-container {
        width: 236px
    }
}

.fr-popup .fr-input-focus {
    background: whitesmoke
}

.fr-popup.fr-above {
    margin-top: -10px;
    border-top: 0
}

.fr-popup.fr-active {
    display: block
}

.fr-popup.fr-hidden {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fr-popup.fr-empty {
    display: none !important
}

.fr-popup .fr-hs {
    display: block !important
}

    .fr-popup .fr-hs.fr-hidden {
        display: none !important
    }

.fr-popup .fr-input-line {
    position: relative;
    padding: 15px 0
}

    .fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: solid 1px #999999;
        color: #222222;
        font-size: 14px;
        background: #FFF;
        position: relative;
        z-index: 2;
        padding: 4px 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: border 0.5s, padding 0.5s;
        -moz-transition: border 0.5s, padding 0.5s;
        -ms-transition: border 0.5s, padding 0.5s;
        -o-transition: border 0.5s, padding 0.5s
    }

        .fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line textarea:hover {
            border: solid 1px #515151
        }

        .fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
            border: solid 2px #0098f7;
            padding: 3px 11px
        }

    .fr-popup .fr-input-line input[type="text"] {
        height: 46px
    }

    .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
        position: absolute;
        top: 29px;
        left: 12px;
        font-size: 14px;
        color: grey;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 3;
        display: block;
        background: #FFF;
        padding: 0;
        cursor: text
    }

    .fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
        color: gray;
        width: auto;
        left: 4px;
        padding: 0 4px;
        font-size: 11px;
        top: 9px
    }

.fr-popup input, .fr-popup textarea {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}

.fr-popup textarea {
    resize: none
}

.fr-popup .fr-buttons {
    white-space: nowrap;
    line-height: 0
}

    .fr-popup .fr-buttons .fr-btn {
        margin-left: 4px;
        margin-right: 4px;
        display: inline-block;
        float: none
    }

        .fr-popup .fr-buttons .fr-btn i {
            float: left
        }

    .fr-popup .fr-buttons .fr-separator {
        display: inline-block;
        float: none
    }

    .fr-popup .fr-buttons.fr-tabs {
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #f5f5f5;
        overflow: hidden
    }

@media (max-width: 768px) {
    .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
        overflow: scroll;
        overflow-y: hidden;
        width: 276px
    }
}

.fr-popup .fr-buttons:not(.fr-tabs) {
    padding: 5px
}

.fr-popup .fr-layer {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
    display: none
}

@media (min-width: 768px) {
    .fr-popup .fr-layer {
        width: 260px
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block
}

.fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right
}

    .fr-popup .fr-action-buttons button.fr-command {
        height: 36px;
        line-height: 1;
        color: #0098f7;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
        border: none;
        background: none;
        font-size: 16px;
        outline: none;
        -webkit-transition: background 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

        .fr-popup .fr-action-buttons button.fr-command + button {
            margin-left: 24px
        }

        .fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
            background: #ebebeb;
            color: #0098f7
        }

        .fr-popup .fr-action-buttons button.fr-command:active {
            background: #d6d6d6;
            color: #0098f7
        }

    .fr-popup .fr-action-buttons button::-moz-focus-inner {
        border: 0
    }

.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 10px;
    border-radius: 100%;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle
}

    .fr-popup .fr-checkbox svg {
        margin-left: 2px;
        margin-top: 2px;
        display: none;
        width: 10px;
        height: 10px
    }

    .fr-popup .fr-checkbox span {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s
    }

    .fr-popup .fr-checkbox input {
        position: absolute;
        z-index: 2;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border: 0 none;
        cursor: pointer;
        height: 18px;
        margin: 0;
        padding: 0;
        width: 18px;
        top: 7px;
        left: 7px
    }

        .fr-popup .fr-checkbox input:not(:checked) + span {
            border: solid 2px #999999
        }

        .fr-popup .fr-checkbox input:not(:checked):active + span {
            background-color: #f5f5f5
        }

        .fr-popup .fr-checkbox input:not(:checked):focus + span, .fr-popup .fr-checkbox input:not(:checked):hover + span {
            border-color: #515151
        }

        .fr-popup .fr-checkbox input:checked + span {
            background: #0098f7;
            border: solid 2px #0098f7
        }

            .fr-popup .fr-checkbox input:checked + span svg {
                display: block
            }

        .fr-popup .fr-checkbox input:checked:active + span {
            background-color: #EcF5Ff
        }

        .fr-popup .fr-checkbox input:checked:focus + span, .fr-popup .fr-checkbox input:checked:hover + span {
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
        }

.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px
}

    .fr-popup .fr-checkbox-line label {
        cursor: pointer;
        margin: 0 5px;
        vertical-align: middle
    }

.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right
}

    .fr-popup.fr-rtl .fr-action-buttons {
        text-align: left
    }

    .fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
        left: auto;
        right: 0
    }

    .fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
        float: right
    }

.fr-text-edit-layer {
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important
}

.fr-toolbar {
    color: #222222;
    background: #FFF;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    border: 1px solid #CCCCCC;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    padding-bottom: 0;
    -webkit-transition: padding-bottom 0.5s;
    -moz-transition: padding-bottom 0.5s;
    -ms-transition: padding-bottom 0.5s;
    -o-transition: padding-bottom 0.5s
}

    .fr-toolbar::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

    .fr-toolbar::after {
        height: 0
    }

    .fr-toolbar .fr-newline {
        clear: both;
        display: block;
        content: "";
        margin-left: 9px;
        margin-right: 9px;
        background: #efefef;
        height: 1px;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s
    }

    .fr-toolbar.fr-toolbar-open {
        padding-bottom: 48px
    }

        .fr-toolbar.fr-toolbar-open .fr-newline {
            height: 0
        }

    .fr-toolbar .fr-float-right {
        float: right
    }

    .fr-toolbar .fr-float-left {
        float: left
    }

    .fr-toolbar .fr-more-toolbar {
        float: left;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #f5f5f5;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        height: 0;
        z-index: 2;
        overflow: hidden;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

        .fr-toolbar .fr-more-toolbar.fr-expanded {
            height: 48px
        }

        .fr-toolbar .fr-more-toolbar.fr-overflow-visible {
            overflow: visible
        }

        .fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
            margin-left: 4px;
            margin-right: 4px
        }

    .fr-toolbar .fr-btn-grp {
        display: inline-block;
        margin: 0 17px 0 12px
    }

@media (max-width: 768px) {
    .fr-toolbar .fr-btn-grp {
        margin: 0 7px 0 6px
    }
}

.fr-toolbar .fr-command.fr-btn.fr-open {
    margin-top: 10px;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
        background: #f5f5f5
    }

.fr-toolbar.fr-rtl {
    text-align: right
}

.fr-toolbar.fr-inline {
    display: none;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);
    border: 0;
    white-space: nowrap;
    position: absolute;
    margin-top: 5px;
    z-index: 2147483630
}

    .fr-toolbar.fr-inline.fr-above {
        margin-top: -10px;
        border-top: 0
    }

    .fr-toolbar.fr-inline .fr-newline {
        height: 0
    }

.fr-toolbar.fr-top {
    top: 0;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-toolbar.fr-bottom {
    bottom: 0;
    border-top: 0;
    padding-bottom: 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .fr-toolbar.fr-bottom .fr-newline {
        padding-top: 0;
        -webkit-transition: padding-top 0.5s;
        -moz-transition: padding-top 0.5s;
        -ms-transition: padding-top 0.5s;
        -o-transition: padding-top 0.5s
    }

    .fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
        padding-top: 48px;
        background: #FFF
    }

    .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
        margin-top: -1px;
        margin-bottom: 10px;
        border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

.fr-toolbar.fr-sticky-on {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-separator {
    background: #ebebeb;
    display: block;
    vertical-align: top;
    float: left
}

    .fr-separator + .fr-separator {
        display: none
    }

    .fr-separator.fr-vs {
        height: 32px;
        width: 1px;
        margin: 8px 4px
    }

    .fr-separator.fr-hs {
        clear: both;
        width: calc(100% - (2 * 4px));
        margin: 0 4px;
        height: 1px
    }

    .fr-separator.fr-hidden {
        display: none !important
    }

.fr-rtl .fr-separator {
    float: right
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
    float: none;
    display: inline-block
}

.fr-second-toolbar {
    border: 1px solid #CCCCCC;
    border-top: 0;
    background: #FFF;
    line-height: 1.4;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .fr-second-toolbar::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

#fr-logo {
    float: left;
    outline: none
}

    #fr-logo > span {
        display: inline-block;
        float: left;
        font-family: sans-serif;
        padding: 11px 5px 10px 15px;
        font-size: 12px;
        font-weight: 500;
        color: #b1b2b7;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s
    }

    #fr-logo > svg {
        height: 20px;
        width: 47px;
        margin: 7px 0;
        cursor: pointer
    }

        #fr-logo > svg * {
            -webkit-transition: fill 0.3s;
            -moz-transition: fill 0.3s;
            -ms-transition: fill 0.3s;
            -o-transition: fill 0.3s
        }

    #fr-logo:hover > span, #fr-logo:focus > span {
        color: #0098f7
    }

    #fr-logo:hover > svg .fr-logo, #fr-logo:focus > svg .fr-logo {
        fill: #0098f7
    }

.fr-visibility-helper {
    display: none;
    margin-left: 0 !important
}

@media (min-width: 768px) {
    .fr-visibility-helper {
        margin-left: 1px !important
    }
}

@media (min-width: 992px) {
    .fr-visibility-helper {
        margin-left: 2px !important
    }
}

@media (min-width: 1200px) {
    .fr-visibility-helper {
        margin-left: 3px !important
    }
}

.fr-opacity-0 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fr-box {
    position: relative
}

.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}

.fr-sticky-off {
    position: relative
}

.fr-sticky-on {
    position: fixed;
    z-index: 10
}

    .fr-sticky-on.fr-sticky-ios {
        position: absolute;
        left: 0;
        right: 0;
        width: auto !important
    }

.fr-sticky-dummy {
    display: none
}

.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
    display: block
}

span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-box .fr-counter {
    padding: 10px;
    float: right;
    color: #999999;
    content: attr(data-chars);
    font-size: 14px;
    font-family: sans-serif;
    z-index: 1;
    border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-box.fr-rtl .fr-counter {
    left: 0;
    right: auto;
    border-left: none;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-box.fr-code-view .fr-counter {
    display: none
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

textarea.fr-code {
    display: none;
    width: 100%;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    margin: 0;
    font-family: "Courier New",monospace;
    font-size: 14px;
    background: #FFF;
    color: #000;
    outline: none
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
}

.fr-box .CodeMirror {
    display: none
}

.fr-box.fr-code-view textarea.fr-code {
    display: block
}

.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
    display: none
}

.fr-box.fr-code-view .CodeMirror {
    display: block
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: #FFF;
    color: #333333;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    padding: 8px 7px;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
        font-size: 24px;
        width: 24px;
        text-align: center
    }

    .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
        background: #ebebeb
    }

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-popup .fr-layer.fr-color-hex-layer {
    margin: 0;
    padding: 20px;
    padding-top: 0;
    float: left
}

    .fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
        float: left;
        width: calc(100% - 50px);
        padding: 15px 0 0
    }

    .fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
        float: right;
        width: 38px;
        height: 40px;
        padding: 17px 0 0;
        margin: 0
    }

        .fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            font-size: 13px;
            height: 40px;
            width: 38px
        }

.fr-popup .fr-separator + .fr-colors-tabs {
    margin-left: 2px;
    margin-right: 2px
}

.fr-popup .fr-color-set {
    line-height: 0;
    display: none
}

    .fr-popup .fr-color-set.fr-selected-set {
        display: block;
        padding: 20px;
        padding-bottom: 0
    }

    .fr-popup .fr-color-set > span {
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 1
    }

        .fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
            text-align: center;
            line-height: 32px;
            height: 24px;
            width: 24px;
            margin: 4px;
            font-size: 13px;
            position: absolute;
            bottom: 0;
            cursor: default;
            left: 0
        }

            .fr-popup .fr-color-set > span > i path, .fr-popup .fr-color-set > span > svg path {
                fill: #222222
            }

        .fr-popup .fr-color-set > span .fr-selected-color {
            color: #FFF;
            font-family: FontAwesome;
            font-size: 13px;
            font-weight: 400;
            line-height: 32px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            text-align: center;
            cursor: default
        }

        .fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus {
            outline: 1px solid #222222;
            z-index: 2
        }

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0)
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-drag-helper {
    background: #0098f7;
    height: 2px;
    margin-top: -1px;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    z-index: 2147483640;
    display: none
}

    .fr-drag-helper.fr-visible {
        display: block
    }

.fr-dragging {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-popup .fr-emoticon {
    width: 24px;
    height: 24px;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols
}

    .fr-popup .fr-emoticon img {
        height: 24px;
        width: 24px
    }

.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
    padding: 0 0 0 14px
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .fr-popup .fr-icon-container.fr-emoticon-container {
        width: 368px
    }
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-popup .fr-file-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    margin: 20px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

    .fr-popup .fr-file-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-file-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #0098f7
    }

    .fr-popup .fr-file-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-file-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-file-progress-bar-layer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .fr-popup .fr-file-progress-bar-layer > h3 {
        font-size: 16px;
        margin: 10px 0;
        font-weight: normal
    }

    .fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
        display: none
    }

    .fr-popup .fr-file-progress-bar-layer > div.fr-loader {
        background: #b3e0fd;
        height: 10px;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        position: relative
    }

        .fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
            display: block;
            height: 100%;
            width: 0%;
            background: #0098f7;
            -webkit-transition: width 0.2s ease 0s;
            -moz-transition: width 0.2s ease 0s;
            -ms-transition: width 0.2s ease 0s;
            -o-transition: width 0.2s ease 0s
        }

        .fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
            width: 30% !important;
            position: absolute;
            top: 0;
            -webkit-animation: loading 2s linear infinite;
            -moz-animation: loading 2s linear infinite;
            -o-animation: loading 2s linear infinite;
            animation: loading 2s linear infinite
        }

    .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
        display: none
    }

    .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
        display: block
    }

@keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-moz-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-o-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-element img {
    cursor: pointer;
    padding: 0 1px
}

.fr-height-auto {
    height: auto !important
}

.fr-file-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #53777a;
    display: inline-block !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 20px;
    height: 20px;
    display: block !important;
    align-items: center
}

.fr-trim-button {
    margin-top: 5px;
    height: 36px;
    line-height: 1;
    color: #0098f7;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: #eff5fa;
    outline: none
}

    .fr-trim-button:hover {
        background: #ebebeb
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fr-image-resizer {
    position: absolute;
    border: solid 1px #0098f7;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    .fr-image-resizer.fr-active {
        display: block
    }

    .fr-image-resizer .fr-handler {
        display: block;
        position: absolute;
        background: #0098f7;
        border: solid 1px #FFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        z-index: 4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            cursor: nw-resize
        }

        .fr-image-resizer .fr-handler.fr-hne {
            cursor: ne-resize
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            cursor: sw-resize
        }

        .fr-image-resizer .fr-handler.fr-hse {
            cursor: se-resize
        }

    .fr-image-resizer .fr-handler {
        width: 12px;
        height: 12px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            left: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            right: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            left: -6px;
            bottom: -6px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            right: -6px;
            bottom: -6px
        }

@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            left: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            right: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            left: -5px;
            bottom: -5px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            right: -5px;
            bottom: -5px
        }
}

.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
}

.fr-by-url-padding {
    padding: 11.5px 0
}

.fr-popup .fr-upload-progress-layer {
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 15px;
    margin: auto !important;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
    overscroll-behavior: contain
}

.fr-popup .fr-files-by-url-layer {
    width: calc(100% - 40px) !important
}

.fr-popup .fr-files-embed-layer {
    width: calc(100% - 40px) !important
}

.fr-popup .fr-files-upload-layer {
    border: dashed 2px #bdbdbd;
    margin: 20px;
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center;
    width: calc(100% - 40px) !important
}

    .fr-popup .fr-files-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-files-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #0098f7
    }

    .fr-popup .fr-files-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-files-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-files-progress-bar-layer {
    width: calc(100% - 40px);
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

    .fr-popup .fr-files-progress-bar-layer > h3 {
        font-size: 16px;
        margin: 10px 0;
        font-weight: normal
    }

    .fr-popup .fr-files-progress-bar-layer > div.fr-action-buttons {
        display: none
    }

    .fr-popup .fr-files-progress-bar-layer > div.fr-loader {
        background: #b3e0fd;
        height: 10px;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        position: relative
    }

        .fr-popup .fr-files-progress-bar-layer > div.fr-loader span {
            display: block;
            height: 100%;
            width: 0%;
            background: #0098f7;
            -webkit-transition: width 0.2s ease 0s;
            -moz-transition: width 0.2s ease 0s;
            -ms-transition: width 0.2s ease 0s;
            -o-transition: width 0.2s ease 0s
        }

        .fr-popup .fr-files-progress-bar-layer > div.fr-loader.fr-indeterminate span {
            width: 30% !important;
            position: absolute;
            top: 0;
            -webkit-animation: loading 2s linear infinite;
            -moz-animation: loading 2s linear infinite;
            -o-animation: loading 2s linear infinite;
            animation: loading 2s linear infinite
        }

    .fr-popup .fr-files-progress-bar-layer.fr-error > div.fr-loader {
        display: none
    }

    .fr-popup .fr-files-progress-bar-layer.fr-error > div.fr-action-buttons {
        display: block
    }

.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}

    .fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
        margin-left: 10px
    }

.fr-progress-bar-style {
    width: calc(100% - 40px)
}

.fr-progress-bar {
    position: relative;
    background-color: #4CAF50;
    height: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

.fr-uploading {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@-webkit-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-moz-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-o-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

.fr-pull-left {
    float: left
}

.fr-pull-right {
    float: right
}

.fr-icons {
    padding: 10px 20px 0;
    display: inline
}

.fr-transform-135 {
    transform: rotate(135deg)
}

.fr-icons i {
    margin: 4px;
    padding: 2px;
    cursor: pointer;
    color: #999588;
    font-size: 20px
}

.fr-blue-decorator {
    background: #4a7fba;
    color: white;
    display: grid;
    padding: 5px
}

.fr-upload-progress {
    padding: 1px
}

.fr-upload-section {
    position: relative;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

@media screen and (max-width: 399px) {
    .fr-upload-section {
        margin-left: 7px;
        margin-right: 7px
    }

    .fr-files-upload-layer {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media screen and (min-width: 400px) and (max-width: 469px) {
    .fr-upload-section {
        margin-left: 7px;
        margin-right: 7px
    }

    .fr-files-upload-layer {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media screen and (min-width: 470px) and (max-width: 680px) {
    .fr-upload-section {
        margin-left: 7px;
        margin-right: 7px
    }

    .fr-files-upload-layer {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media screen and (min-width: 681px) {
    .fr-upload-section {
        margin-left: 35px;
        margin-right: 35px
    }

    .fr-files-upload-layer {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.half-circle {
    width: 60px;
    height: 25px;
    background-color: white;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    transform: rotate(180deg);
    border-bottom: 0;
    position: relative;
    left: 50%;
    z-index: 1;
    left: 50%;
    margin-top: -1px;
    margin-left: -25px
}

.decorated {
    overflow: hidden;
    text-align: center
}

    .decorated > span {
        position: relative;
        display: inline-block
    }

        .decorated > span:before, .decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 2px solid #ffffff;
            width: 100%;
            margin: 0 20px
        }

        .decorated > span:before {
            right: 100%
        }

        .decorated > span:after {
            left: 100%
        }

.fr-align-right {
    float: right
}

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-files-checkbox-line {
    display: flex;
    align-items: center;
    font-size: 10px
}

    .fr-files-checkbox-line label {
        cursor: pointer;
        vertical-align: middle
    }

.fr-insert-checkbox input {
    height: 13px !important;
    width: 13px !important
}

.fr-autoplay-checkbox input {
    height: 13px !important;
    width: 13px !important
}

button[data-cmd="insertFiles"] {
    padding-left: 2px !important;
    padding-top: 2.7px !important
}

button[data-cmd="autoplay"] svg {
    position: relative !important;
    top: 3.2px !important
}

button[data-cmd="insertAll"] {
    padding-left: 4px !important
}

    button[data-cmd="insertAll"] svg {
        position: relative !important;
        top: 3.2px !important
    }

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee
}

.fr-file-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    flex-wrap: wrap;
    position: relative;
    top: -20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px
}

.fr-file-item-left {
    display: flex;
    flex-wrap: wrap
}

.fr-file-item-icon {
    display: flex;
    align-items: center;
    padding-left: 7px
}

.fr-file-item-description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    margin-left: 5px
}

.fr-cloud-icon {
    height: 30px;
    width: 32px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-top: -18px
}

.fr-files-checkbox {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding-right: 5px;
    border-radius: 100%;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle
}

    .fr-files-checkbox svg {
        margin-left: 0px;
        margin-top: 0px;
        display: none;
        width: 10px;
        height: 10px
    }

    .fr-files-checkbox span {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s
    }

    .fr-files-checkbox input {
        position: absolute;
        z-index: 2;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border: 0 none;
        cursor: pointer;
        height: 18px;
        margin: 0;
        padding: 0;
        width: 18px
    }

        .fr-files-checkbox input:not(:checked) + span {
            border: solid 2px #999999
        }

        .fr-files-checkbox input:not(:checked):active + span {
            background-color: #f5f5f5
        }

        .fr-files-checkbox input:not(:checked):focus + span, .fr-files-checkbox input:not(:checked):hover + span {
            border-color: #515151
        }

        .fr-files-checkbox input:checked + span {
            background: #0098f7;
            border: solid 2px #0098f7
        }

            .fr-files-checkbox input:checked + span svg {
                display: block
            }

        .fr-files-checkbox input:checked:active + span {
            background-color: #EcF5Ff
        }

        .fr-files-checkbox input:checked:focus + span, .fr-files-checkbox input:checked:hover + span {
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
        }

.fr-checkbox-disabled {
    opacity: 0.4;
    position: relative;
    display: inline-block;
    width: 13px !important;
    height: 13px !important;
    padding-right: 5px;
    border-radius: 100%;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle
}

    .fr-checkbox-disabled svg {
        margin-left: 2px;
        margin-top: 2px;
        display: none;
        width: 10px;
        height: 10px
    }

    .fr-checkbox-disabled span {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s
    }

    .fr-checkbox-disabled input {
        position: absolute;
        z-index: 2;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border: 0 none;
        cursor: default;
        height: 13px !important;
        margin: 0;
        padding: 0;
        width: 13px !important;
        top: 7px;
        left: 7px
    }

        .fr-checkbox-disabled input:not(:checked) + span {
            border: solid 2px #999999
        }

        .fr-checkbox-disabled input:not(:checked):active + span {
            background-color: #f5f5f5
        }

        .fr-checkbox-disabled input:checked + span {
            background: #0098f7;
            border: solid 2px #0098f7
        }

            .fr-checkbox-disabled input:checked + span svg {
                display: block
            }

        .fr-checkbox-disabled input:checked:active + span {
            background-color: #EcF5Ff
        }

.fr-file-view {
    position: absolute;
    max-width: 60%;
    right: 10%;
    z-index: 2147483642
}

.file-item-thumbnail-hover {
    transition: transform .2s
}

    .file-item-thumbnail-hover:hover {
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

.fr-file-name {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold
}

.fr-margin-16 {
    margin-bottom: 16px
}

.fr-none {
    display: none
}

.fr-display-block {
    display: block
}

.fr-files-manager-tooltip {
    position: relative
}

.padding-top-15 {
    padding-top: 15px !important;
    padding-bottom: 0px !important
}

.fr-files-manager-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: break-word;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 4px;
    border-radius: 2px;
    font-weight: 100;
    font-size: 10px;
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 2147483647
}

.fr-files-manager-tooltip:hover .tooltiptext {
    visibility: visible
}

.fr-file-details {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px
}

.fr-file-date {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 110px;
    color: #444;
    padding-top: 2px;
    padding-bottom: 2px
}

.fr-file-size {
    color: #444;
    padding-top: 2px;
    padding-bottom: 2px
}

.dot {
    width: 20px;
    height: 20px;
    background-image: radial-gradient(circle, grey 1px, transparent 2px);
    background-size: 100% 33.33%;
    margin-left: 2px;
    margin-right: 2px
}

.fr-file-action-icons {
    margin-right: 5px;
    margin-left: 5px !important;
    color: #999;
    height: 25px !important;
    padding: 5px !important
}

@media screen and (max-width: 700px) {
    .fr-files-manager-tooltip .tooltiptext {
        max-width: 250px;
        visibility: hidden;
        word-break: break-word;
        word-wrap: break-word;
        top: 90%;
        left: 0%;
        font-size: 8px
    }
}

@media screen and (max-width: 500px) {
    .fr-files-manager-tooltip .tooltiptext {
        max-width: 100px;
        visibility: hidden;
        word-break: break-word;
        word-wrap: break-word;
        top: 90%;
        left: 0%
    }

    .fr-file-item-description {
        width: 130px
    }

    .fr-file-item-right {
        width: 100%
    }

    .progress-circle {
        font-size: 6px
    }
}

@media screen and (max-width: 320px) {
    .fr-files-manager-tooltip .tooltiptext {
        max-width: 100px;
        visibility: hidden;
        word-break: break-word;
        word-wrap: break-word;
        top: 90%;
        left: -50%;
        font-size: 8px
    }

    .dot {
        width: 20px;
        margin-left: 0px;
        margin-right: 3px
    }

    .fr-file-item-description {
        width: 80px
    }

    .fr-file-details {
        display: flex;
        flex-wrap: wrap;
        font-size: 9px
    }

    .fr-file-name {
        font-size: 10px
    }

    .fr-file-action-icons {
        padding: 0px !important
    }
}

@media screen and (min-width: 501px) {
    .progress-circle {
        font-size: 9px
    }
}

.fr-file-view-modal {
    display: block;
    position: fixed;
    position: -ms-page;
    z-index: 2147483641;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0,0,0,0.7)
}

.fr-file-view-modal-content {
    display: inline-block;
    text-align: center
}

.fr-file-view-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 70%
}

.fr-file-view-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s
}

    .fr-file-view-close:hover, .fr-file-view-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer
    }

.fr-file-error {
    color: red;
    font-weight: 200;
    font-size: 12px;
    padding-bottom: 5px
}

.fr-file-error-h5 {
    margin: 0
}

.fr-file-item-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px
}

.fr-file-item-action-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.fr-file-item-autoplay-checkbox {
    align-items: center;
    margin: 0px;
    padding: 0px;
    margin-right: 5px
}

.fr-autoplay-checkbox-label {
    margin: 0;
    cursor: default !important
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.file-item-details .file-name {
    font-weight: bold;
    display: inline
}

.file-item-details .file-description {
    font-weight: 300;
    font-size: 11px;
    display: inline
}

.fr-width-10 {
    width: 10%;
    display: inline-block
}

.fr-width-20 {
    width: 20%;
    display: inline-block
}

.fr-width-30 {
    width: 30%;
    display: inline-block
}

.fr-width-40 {
    width: 40%;
    display: inline-block
}

.fr-width-50 {
    width: 50%;
    display: inline-block
}

.fr-width-60 {
    width: 60%;
    display: inline-block
}

.fr-width-100 {
    width: 100%;
    display: inline-block
}

.fr-width-80 {
    width: 80%;
    display: inline-block
}

.fr-width-90 {
    width: 90%;
    display: inline-block
}

.fr-width-85 {
    width: 85%;
    display: inline-block
}

.fr-width-5 {
    width: 5%;
    display: inline-block
}

.fr-width-7 {
    width: 7%;
    display: inline-block
}

.fr-img-icon {
    color: #aaaaaa;
    font-size: 16px;
    padding: 0px 4px
}

.fr-position-content {
    position: relative;
    top: 10px
}

.file-error {
    color: red
}

#myprogressBar {
    width: 10%;
    height: 5px;
    background-color: #4CAF50;
    position: relative;
    top: -30px
}

.fr-files-manager {
    z-index: 2147483641 !important
}

.progress-circle {
    margin: 0px;
    margin-left: 10px;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5.1em;
    background-color: #f2e9e1;
    border-radius: 50%;
    line-height: 5em
}

    .progress-circle:after {
        border: none;
        position: absolute;
        top: 0.35em;
        left: 0.35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 4.3em;
        height: 4.3em;
        background-color: white;
        content: " "
    }

    .progress-circle span {
        position: absolute;
        line-height: 5em;
        width: 5em;
        text-align: center;
        display: block;
        color: #53777a;
        z-index: 2
    }

    .progress-circle.over50 .left-half-clipper {
        clip: rect(auto, auto, auto, auto)
    }

    .progress-circle.over50 .first50-bar {
        position: absolute;
        clip: rect(0, 5em, 5em, 2.5em);
        background-color: #53777a;
        border-radius: 50%;
        width: 5em;
        height: 5em
    }

    .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)
    }

.left-half-clipper {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em)
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #53777a;
    box-sizing: border-box
}

.align-autoplay {
    align-items: flex-end;
    margin-right: 7px
}

.fr-hovered-over-file {
    background-color: #F0F0F0
}

.thumbnail-padding {
    padding-right: 4px
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

body.fr-fullscreen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

.fr-box.fr-fullscreen {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483630 !important;
    width: auto !important
}

    .fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-box.fr-fullscreen .fr-toolbar {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

        .fr-box.fr-fullscreen .fr-toolbar.fr-top {
            top: 0 !important
        }

        .fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
            bottom: 0 !important
        }

    .fr-box.fr-fullscreen .fr-second-toolbar {
        margin-top: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

.fr-fullscreen-wrapper {
    z-index: 2147483640 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
    text-align: left;
    padding: 20px 20px 10px
}

    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
        border-collapse: collapse;
        font-size: 14px;
        line-height: 1.5;
        width: 100%
    }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
            margin-top: 20px
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
            border: 0
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
            text-align: left
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
            padding: 6px 0 4px
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
            border-bottom: solid 1px #ebebeb
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
            width: 60%;
            color: #646464
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
            letter-spacing: 0.5px
        }

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-element img {
    cursor: pointer;
    padding: 0 1px
}

.fr-image-resizer {
    position: absolute;
    border: solid 1px #0098f7;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    .fr-image-resizer.fr-active {
        display: block
    }

    .fr-image-resizer .fr-handler {
        display: block;
        position: absolute;
        background: #0098f7;
        border: solid 1px #FFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        z-index: 4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            cursor: nw-resize
        }

        .fr-image-resizer .fr-handler.fr-hne {
            cursor: ne-resize
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            cursor: sw-resize
        }

        .fr-image-resizer .fr-handler.fr-hse {
            cursor: se-resize
        }

    .fr-image-resizer .fr-handler {
        width: 12px;
        height: 12px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            left: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            right: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            left: -6px;
            bottom: -6px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            right: -6px;
            bottom: -6px
        }

@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            left: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            right: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            left: -5px;
            bottom: -5px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            right: -5px;
            bottom: -5px
        }
}

.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
}

.fr-popup .fr-image-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    margin: 20px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center
}

    .fr-popup .fr-image-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-image-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #0098f7
    }

    .fr-popup .fr-image-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-image-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-image-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: normal
}

.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
    background: #b3e0fd;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

    .fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
        display: block;
        height: 100%;
        width: 0%;
        background: #0098f7;
        -webkit-transition: width 0.2s ease 0s;
        -moz-transition: width 0.2s ease 0s;
        -ms-transition: width 0.2s ease 0s;
        -o-transition: width 0.2s ease 0s
    }

    .fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
        width: 30% !important;
        position: absolute;
        top: 0;
        -webkit-animation: loading 2s linear infinite;
        -moz-animation: loading 2s linear infinite;
        -o-animation: loading 2s linear infinite;
        animation: loading 2s linear infinite
    }

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}

    .fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
        margin-left: 10px
    }

.fr-uploading {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@-webkit-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-moz-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-o-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-modal .fr-modal-head .fr-modal-head-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
    margin-top: 10px
}

    .fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
        opacity: 0;
        width: 0;
        padding: 12px 0
    }

.fr-modal .fr-modal-head .fr-modal-tags {
    padding: 0 20px;
    display: none;
    text-align: left
}

    .fr-modal .fr-modal-head .fr-modal-tags a {
        display: inline-block;
        opacity: 0;
        padding: 6px 12px;
        margin: 8px 0 8px 8px;
        text-decoration: none;
        border-radius: 32px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
        -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
        cursor: pointer;
        background-color: #f5f5f5
    }

        .fr-modal .fr-modal-head .fr-modal-tags a:focus {
            outline: none;
            background-color: #ebebeb
        }

        .fr-modal .fr-modal-head .fr-modal-tags a:hover {
            background-color: #ebebeb
        }

        .fr-modal .fr-modal-head .fr-modal-tags a:active {
            background-color: #d6d6d6
        }

        .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
            background-color: #EcF5Ff;
            color: #0098f7
        }

            .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
                outline: none;
                background-color: #ebebeb
            }

            .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
                background-color: #ebebeb
            }

            .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
                background-color: #d6d6d6
            }

.fr-show-tags .fr-modal-more svg path {
    fill: #0098f7
}

div.fr-modal-body {
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s
}

    div.fr-modal-body .fr-preloader {
        display: block;
        margin: 50px auto
    }

    div.fr-modal-body div.fr-image-list {
        text-align: center;
        margin: 0 20px;
        padding: 0
    }

        div.fr-modal-body div.fr-image-list .fr-list-column {
            float: left;
            width: calc((100% - 20px) / 2)
        }

@media (min-width: 768px) and (max-width: 1199px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 40px) / 3)
    }
}

@media (min-width: 1200px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 60px) / 4)
    }
}

div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
    margin-left: 20px
}

div.fr-modal-body div.fr-image-list div.fr-image-container {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
}

    div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
        margin-top: 20px
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container + div {
        margin-top: 20px
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
        position: absolute;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s;
        -ms-transition: opacity 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s;
        background: #000;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
        content: attr(data-deleting);
        color: #FFF;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        z-index: 3;
        font-size: 15px;
        height: 20px
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
        height: 95px;
        background: #CCCCCC;
        z-index: 1
    }

        div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: attr(data-loading);
            display: inline-block;
            height: 20px
        }

    div.fr-modal-body div.fr-image-list div.fr-image-container img {
        width: 100%;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0)
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        opacity: 0.75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
        display: inline-block
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        display: none;
        top: 50%;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        cursor: pointer;
        margin: 0;
        line-height: 40px;
        text-decoration: none;
        z-index: 3
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
        background: #B8312F;
        fill: #FFF;
        padding: 8px;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(25%);
        -moz-transform: translateY(-50%) translateX(25%);
        -ms-transform: translateY(-50%) translateX(25%);
        -o-transform: translateY(-50%) translateX(25%)
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        background: #FFF;
        fill: #0098f7;
        padding: 8px;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-125%);
        -moz-transform: translateY(-50%) translateX(-125%);
        -ms-transform: translateY(-50%) translateX(-125%);
        -o-transform: translateY(-50%) translateX(-125%)
    }

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block;
    width: 40px;
    height: 40px
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644;
    color: #FFF
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-line-breaker {
    cursor: text;
    border-top: 1px solid #0098f7;
    position: fixed;
    z-index: 2;
    display: none
}

    .fr-line-breaker.fr-visible {
        display: block
    }

    .fr-line-breaker a.fr-floating-btn {
        position: absolute;
        left: calc(50% - (40px / 2));
        top: -20px
    }

        .fr-line-breaker a.fr-floating-btn svg {
            margin: 8px;
            height: 24px;
            width: 24px
        }

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-quick-insert {
    position: absolute;
    z-index: 2147483639;
    white-space: nowrap;
    padding-right: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    .fr-quick-insert a.fr-floating-btn svg {
        margin: 8px;
        width: 24px;
        height: 24px
    }

    .fr-quick-insert.fr-on a.fr-floating-btn svg {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }

    .fr-quick-insert.fr-hidden {
        display: none
    }

.fr-qi-helper {
    position: absolute;
    z-index: 3;
    padding-left: 20px;
    white-space: nowrap
}

    .fr-qi-helper a.fr-btn.fr-floating-btn {
        text-align: center;
        padding: 6px 10px 10px 10px;
        display: inline-block;
        color: #222222;
        background: #FFF;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0)
    }

        .fr-qi-helper a.fr-btn.fr-floating-btn svg {
            fill: #222222
        }

        .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1)
        }

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
    padding: 10px 15px
}

    .fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
        font-weight: normal;
        font-size: 16px
    }

.fr-popup .fr-special-character {
    width: 24px;
    height: 24px
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .fr-popup .fr-icon-container.fr-sc-container {
        width: 368px
    }
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
    border: 1px double #0098f7
}

.fr-element table tr {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-element table td, .fr-element table th {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
}

.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-table-resizer {
    cursor: col-resize;
    position: absolute;
    z-index: 3;
    display: none
}

    .fr-table-resizer.fr-moving {
        z-index: 2
    }

    .fr-table-resizer div {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-right: 1px solid #0098f7
    }

.fr-no-selection {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-popup .fr-table-size {
    margin: 20px
}

    .fr-popup .fr-table-size .fr-table-size-info {
        text-align: center;
        font-size: 14px
    }

    .fr-popup .fr-table-size .fr-select-table-size {
        line-height: 0;
        padding: 5px;
        white-space: nowrap
    }

        .fr-popup .fr-table-size .fr-select-table-size > span {
            display: inline-block;
            padding: 0 4px 4px 0;
            background: transparent
        }

            .fr-popup .fr-table-size .fr-select-table-size > span > span {
                display: inline-block;
                width: 18px;
                height: 18px;
                border: 1px solid #DDD
            }

            .fr-popup .fr-table-size .fr-select-table-size > span.hover {
                background: transparent
            }

                .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
                    background: rgba(0,152,247,0.3);
                    border: solid 1px #0098f7
                }

        .fr-popup .fr-table-size .fr-select-table-size .new-line::after {
            clear: both;
            display: block;
            content: "";
            height: 0
        }

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
    display: inline-block !important
}

.fr-popup .fr-table-colors {
    display: block;
    padding: 20px;
    padding-bottom: 0
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
    width: 12px;
    height: 12px
}

.fr-insert-helper {
    position: absolute;
    z-index: 9999;
    white-space: nowrap
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#fr-form-container {
    margin: auto;
    position: relative;
    top: 10%;
    background-color: #f5f5f5;
    width: 60%;
    border-radius: 5px;
    z-index: 9002;
    overflow: auto;
    background-color: #fefefe
}

.fr-trim-video-name {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 15px
}

.fr-file-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #53777a;
    display: inline-block !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 20px;
    height: 20px;
    display: block !important;
    align-items: center
}

.fr-trim-button {
    margin-top: 5px;
    height: 36px;
    line-height: 1;
    color: #0098f7;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: #eff5fa;
    outline: none
}

    .fr-trim-button:hover {
        background: #ebebeb
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fr-slidecontainer {
    width: 100%
}

.fr-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3
}

.fr-video-trim-buttons {
    text-align: right;
    padding-bottom: 5px;
    padding-right: 15px;
    margin-top: 10px
}

.fr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer
}

.fr-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #3498db;
    border-radius: 50%;
    cursor: pointer
}

.fr-range-value-start {
    position: absolute
}

    .fr-range-value-start > span {
        width: 60px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #03a9f4;
        color: #fff;
        font-size: 12px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-85%, 0);
        border-radius: 6px
    }

        .fr-range-value-start > span:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            left: 86%;
            margin-left: -5px;
            margin-top: -1px
        }

.fr-range-value-end {
    position: absolute
}

    .fr-range-value-end > span {
        width: 60px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #03a9f4;
        color: #fff;
        font-size: 12px;
        display: block;
        position: absolute;
        left: 14%;
        transform: translate(-8%, 0);
        border-radius: 6px
    }

        .fr-range-value-end > span:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            left: 14%;
            margin-left: -5px;
            margin-top: -1px
        }

#startTimeValue {
    top: -153% !important
}

    #startTimeValue span:before {
        border-top: 10px solid #03a9f4;
        top: 100%
    }

#endTimeValue {
    top: -153% !important
}

    #endTimeValue span:before {
        border-top: 10px solid #03a9f4;
        top: 100%
    }

.fr-range-slider {
    position: relative;
    width: 80%;
    height: 15px
}

    .fr-range-slider > input {
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        outline: none;
        height: 6px;
        border-radius: 10px
    }

        .fr-range-slider > input::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 15px;
            background: #3498db;
            cursor: pointer;
            border-radius: 7px;
            margin-top: -3.6px
        }

        .fr-range-slider > input::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
            height: 15px;
            border-radius: 7px;
            margin-top: -3.6px
        }

        .fr-range-slider > input::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: black;
            border: 0;
            height: 15px;
            border-radius: 50%;
            margin-top: -3.6px
        }

        .fr-range-slider > input:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0
        }

        .fr-range-slider > input[type="range"]::-moz-focus-outer {
            border: 0
        }

@media screen and (max-width: 430px) {
    .range-value span {
        width: 40px;
        font-size: 10px
    }

    #fr-form-container {
        top: 20%
    }
}

#fr-video-edit {
    width: 80%;
    text-align: center;
    height: 50%;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-element .fr-video {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-element .fr-video::after {
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        display: block;
        background: transparent
    }

    .fr-element .fr-video.fr-active > * {
        z-index: 2;
        position: relative
    }

    .fr-element .fr-video > * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 100%;
        border: none
    }

.fr-box .fr-video-resizer {
    position: absolute;
    border: solid 1px #0098f7;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-box .fr-video-resizer.fr-active {
        display: block
    }

    .fr-box .fr-video-resizer .fr-handler {
        display: block;
        position: absolute;
        background: #0098f7;
        border: solid 1px #FFF;
        z-index: 4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .fr-box .fr-video-resizer .fr-handler.fr-hnw {
            cursor: nw-resize
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hne {
            cursor: ne-resize
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hsw {
            cursor: sw-resize
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hse {
            cursor: se-resize
        }

    .fr-box .fr-video-resizer .fr-handler {
        width: 12px;
        height: 12px
    }

        .fr-box .fr-video-resizer .fr-handler.fr-hnw {
            left: -6px;
            top: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hne {
            right: -6px;
            top: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hsw {
            left: -6px;
            bottom: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hse {
            right: -6px;
            bottom: -6px
        }

@media (min-width: 1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        width: 10px;
        height: 10px
    }

        .fr-box .fr-video-resizer .fr-handler.fr-hnw {
            left: -5px;
            top: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hne {
            right: -5px;
            top: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hsw {
            left: -5px;
            bottom: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hse {
            right: -5px;
            bottom: -5px
        }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}

    .fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
        margin-left: 10px
    }

.fr-popup .fr-video-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    margin: 20px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center
}

    .fr-popup .fr-video-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-video-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #0098f7
    }

    .fr-popup .fr-video-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-video-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-video-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: normal
}

.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
    background: #b3e0fd;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

    .fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
        display: block;
        height: 100%;
        width: 0%;
        background: #0098f7;
        -webkit-transition: width 0.2s ease 0s;
        -moz-transition: width 0.2s ease 0s;
        -ms-transition: width 0.2s ease 0s;
        -o-transition: width 0.2s ease 0s
    }

    .fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
        width: 30% !important;
        position: absolute;
        top: 0;
        -webkit-animation: loading 2s linear infinite;
        -moz-animation: loading 2s linear infinite;
        -o-animation: loading 2s linear infinite;
        animation: loading 2s linear infinite
    }

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
}

.fr-autoplay-margin {
    margin-top: 0px !important
}

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc
}

.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
    border: solid 5px #CCC
}

.fr-view img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-view .fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr-view {
    word-wrap: break-word
}

    .fr-view span[style~="color:"] a {
        color: inherit
    }

    .fr-view strong {
        font-weight: 700
    }

    .fr-view table {
        border: none;
        border-collapse: collapse;
        empty-cells: show;
        max-width: 100%
    }

        .fr-view table td {
            min-width: 5px
        }

        .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
            border-style: dashed
        }

        .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
            background: whitesmoke
        }

        .fr-view table td, .fr-view table th {
            border: 1px solid #DDD
        }

            .fr-view table td:empty, .fr-view table th:empty {
                height: 20px
            }

            .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
                border: 1px double red
            }

            .fr-view table td.fr-thick, .fr-view table th.fr-thick {
                border-width: 2px
            }

        .fr-view table th {
            background: #ececec
        }

    .fr-view hr {
        clear: both;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        break-after: always;
        page-break-after: always
    }

    .fr-view .fr-file {
        position: relative
    }

        .fr-view .fr-file::after {
            position: relative;
            content: "\1F4CE";
            font-weight: normal
        }

    .fr-view pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: visible
    }

    .fr-view[dir="rtl"] blockquote {
        border-left: none;
        border-right: solid 2px #5E35B1;
        margin-right: 0;
        padding-right: 5px;
        padding-left: 0
    }

        .fr-view[dir="rtl"] blockquote blockquote {
            border-color: #00BCD4
        }

            .fr-view[dir="rtl"] blockquote blockquote blockquote {
                border-color: #43A047
            }

    .fr-view blockquote {
        border-left: solid 2px #5E35B1;
        margin-left: 0;
        padding-left: 5px;
        color: #5E35B1
    }

        .fr-view blockquote blockquote {
            border-color: #00BCD4;
            color: #00BCD4
        }

            .fr-view blockquote blockquote blockquote {
                border-color: #43A047;
                color: #43A047
            }

    .fr-view span.fr-emoticon {
        font-weight: normal;
        font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
        display: inline;
        line-height: 0
    }

        .fr-view span.fr-emoticon.fr-emoticon-img {
            background-repeat: no-repeat !important;
            font-size: inherit;
            height: 1em;
            width: 1em;
            min-height: 20px;
            min-width: 20px;
            display: inline-block;
            margin: -.1em .1em .1em;
            line-height: 1;
            vertical-align: middle
        }

    .fr-view .fr-text-gray {
        color: #AAA !important
    }

    .fr-view .fr-text-bordered {
        border-top: solid 1px #222;
        border-bottom: solid 1px #222;
        padding: 10px 0
    }

    .fr-view .fr-text-spaced {
        letter-spacing: 1px
    }

    .fr-view .fr-text-uppercase {
        text-transform: uppercase
    }

    .fr-view .fr-class-highlighted {
        background-color: #ffff00
    }

    .fr-view .fr-class-code {
        border-color: #cccccc;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #f5f5f5;
        padding: 10px;
        font-family: "Courier New", Courier, monospace
    }

    .fr-view .fr-class-transparency {
        opacity: 0.5
    }

    .fr-view img {
        position: relative;
        max-width: 100%
    }

        .fr-view img.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view img.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view img.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view img.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view img.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view img.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view span.fr-img-caption {
        position: relative;
        max-width: 100%
    }

        .fr-view span.fr-img-caption.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view span.fr-img-caption.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view span.fr-img-caption.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view span.fr-img-caption.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view span.fr-img-caption.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view span.fr-img-caption.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view .fr-video {
        text-align: center;
        position: relative
    }

        .fr-view .fr-video.fr-rv {
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden
        }

            .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
                position: absolute !important;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

        .fr-view .fr-video > * {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            max-width: 100%;
            border: none
        }

        .fr-view .fr-video.fr-dvb {
            display: block;
            clear: both
        }

            .fr-view .fr-video.fr-dvb.fr-fvl {
                text-align: left
            }

            .fr-view .fr-video.fr-dvb.fr-fvr {
                text-align: right
            }

        .fr-view .fr-video.fr-dvi {
            display: inline-block
        }

            .fr-view .fr-video.fr-dvi.fr-fvl {
                float: left
            }

            .fr-view .fr-video.fr-dvi.fr-fvr {
                float: right
            }

    .fr-view a.fr-strong {
        font-weight: 700
    }

    .fr-view a.fr-green {
        color: green
    }

    .fr-view .fr-img-caption {
        text-align: center
    }

        .fr-view .fr-img-caption .fr-img-wrap {
            padding: 0;
            margin: auto;
            text-align: center;
            width: 100%
        }

            .fr-view .fr-img-caption .fr-img-wrap a {
                display: block
            }

            .fr-view .fr-img-caption .fr-img-wrap img {
                display: block;
                margin: auto;
                width: 100%
            }

            .fr-view .fr-img-caption .fr-img-wrap > span {
                margin: auto;
                display: block;
                padding: 5px 5px 10px;
                font-size: 14px;
                font-weight: initial;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-opacity: 0.9;
                -moz-opacity: 0.9;
                opacity: 0.9;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                width: 100%;
                text-align: center
            }

    .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
        font-size: 24px
    }

    .fr-view ul, .fr-view ol {
        list-style-position: inside
    }

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

    img.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        img.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        img.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    img.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        img.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        img.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

    span.fr-img-caption.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        span.fr-img-caption.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        span.fr-img-caption.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    span.fr-img-caption.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        span.fr-img-caption.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        span.fr-img-caption.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }

.block, .react-container > div > section:not(.dont-apply) {
    border-top: 1px solid #ebebeb;
    padding: 0px 0 0px !important;
    padding-top: 5px !important;
    margin-top: 14px !important;
    padding-bottom: 20px !important;
    position: relative;
    display: inline-block;
    width:100%;
}
.react-container > div:first-child > section:not(.dont-apply) {
    margin-top: 0px !important;
}
.listview {
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.listview .lazyload-wrapper {
    display:inline-block;
    vertical-align:top;
}
    .listview .nihwn-m-p-blocks > *:not(.my-masonry-class), .listview .nihwn-m-p-blocks > .my-masonry-class > * {
        width: auto;
        display: inline-block;
        max-width: 310px;
        margin-bottom:20px;
    }
    .listview .nihwn-m-p-blocks > .my-masonry-class > * {
        width: 100%;
        margin-left: 0px;
        margin-right:0px;
    }
        .cm-pinnacle-services-equipment .cm-pse-slider .my-masonry-class .cm-circle-services {
            width: 220px;
            height: 220px;
        }
.my-masonry-class {
    margin:0px auto;
}
    .my-masonry-class .offers-content ul
    {
        min-height:initial;
    }
    /*#region consultations block*/
    .cm-pinnacle-services-equipment h2:not(.dontapply) {
        font-size: 42px;
        line-height: 48px;
        color: #2d2d43;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 38px;
        font-weight: 300;
        line-height: 54px;
        margin: 0 auto;
        width: 90%;
        margin-top: 18px;
        /* max-width: 1599px; */
        margin-bottom: 70px;
        font-family: 'Poppins', sans-serif;
    }

.cm-pinnacle-services-equipment h2 {
    /*letter-spacing: -2px;*/
}

.cm-pinnacle-services-equipment h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    font-weight: 400;
    margin: 50px 0 130px 0;
    font-family: Lato;
    color: rgba(37,47,62,0.8);
}

.cm-pinnacle-services-equipment .cm-pse-slider li, .cm-pinnacle-services-equipment .cm-pse-slider li * {
    text-align: center;
    box-sizing: inherit !important;
}

.cm-pinnacle-services-equipment .cm-pse-slider {
    text-align: center;
}

    .cm-pinnacle-services-equipment .cm-pse-slider li {
        width: auto;
        display: inline-block;
        -webkit-tap-highlight-color: transparent;
    }

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cm-pinnacle-services-equipment .cm-pse-slider li a {
    margin-bottom: 40px;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0px 1px;
    margin: 0px 0px;
    /* margin-bottom: 40px; */
    width: 195px;
}

/*.cm-pinnacle-services-equipment .cm-pse-slider li a {
            margin-bottom: 40px;
            display: inline-block;
            height: 260px;
            overflow: hidden;
            padding: 0px 1px;
            margin: 15px;

            width: 260px;
        }*/

.cm-pinnacle-services-equipment .cm-pse-slider .cm-circle-services {
    height: 190px;
    width: 190px;
    position: relative;
    margin: 0px auto;
    border-radius: 50%;
    position: relative;
    padding: 6px;
    margin-top: 2px;
}

    .cm-pinnacle-services-equipment .cm-pse-slider .cm-circle-services:after {
        content: " ";
        position: absolute;
        left: -1px;
        width: 100%;
        height: 100%;
        top: -1px;
        border-radius: 50%;
        border: 1px solid #4c0ea9;
        border: 1px dashed #000 !important;
    }

.cm-pinnacle-services-equipment .cm-pse-slider a:hover .cm-circle-services:after, .cm-pinnacle-services-equipment .cm-pse-slider a.hallow .cm-circle-services:after {
    border-style: dashed;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow:hover .cm-circle-services:after {
    border-style: solid;
}

.cm-pinnacle-services-equipment .cm-pse-slider .cm-circle-services .cm-cs-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4c0ea9;
    overflow: hidden;
}

.cm-pinnacle-services-equipment .cm-pse-slider li img {
    height: 196px;
    object-fit: cover;
}

.cm-pinnacle-services-equipment .cm-pse-slider .cm-circle-services svg {
    width: 64px;
    height: 100%;
    margin: 0px auto;
}

    .cm-pinnacle-services-equipment .cm-pse-slider .cm-circle-services svg * {
        stroke: #fff;
        stroke-width: 2px;
    }




.cm-pinnacle-services-equipment .cm-pse-slider a:hover .cm-circle-services svg * {
    stroke: #4c0ea9;
}

/*red*/
.cm-pinnacle-services-equipment .cm-pse-slider a.red .cm-circle-services .cm-cs-inner {
    background: #E42828;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.red .cm-circle-services:after {
    border-color: #E42828;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.red:hover .cm-circle-services svg * {
    stroke: #E42828;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.red:hover h3 {
    color: #E42828
}
/* hallow */

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.red:hover .cm-circle-services .cm-cs-inner {
    background: #E42828;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.red .cm-circle-services svg * {
    stroke: #E42828;
}


/*green*/
.cm-pinnacle-services-equipment .cm-pse-slider a.green .cm-circle-services .cm-cs-inner {
    background: #00A958;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.green .cm-circle-services:after {
    border-color: #00A958;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.green:hover .cm-circle-services svg * {
    stroke: #00A958;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.green:hover h3 {
    color: #00A958
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.green:hover .cm-circle-services .cm-cs-inner {
    background: #00A958;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.green .cm-circle-services svg * {
    stroke: #00A958;
}


/*orange*/
.cm-pinnacle-services-equipment .cm-pse-slider a.orange .cm-circle-services .cm-cs-inner {
    background: #FE6B00;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.orange .cm-circle-services:after {
    border-color: #FE6B00;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.orange:hover .cm-circle-services svg * {
    stroke: #FE6B00;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.orange:hover h3 {
    color: #FE6B00
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.orange:hover .cm-circle-services .cm-cs-inner {
    background: #FE6B00;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.orange .cm-circle-services svg * {
    stroke: #FE6B00;
}

/*voilet*/
.cm-pinnacle-services-equipment .cm-pse-slider a.voilet .cm-circle-services .cm-cs-inner {
    background: #56509F;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.voilet .cm-circle-services:after {
    border-color: #56509F;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.voilet:hover .cm-circle-services svg * {
    stroke: #56509F;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.voilet:hover h3 {
    color: #56509F
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.voilet:hover .cm-circle-services .cm-cs-inner {
    background: #56509F;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.voilet .cm-circle-services svg * {
    stroke: #56509F;
}

/*blue*/
.cm-pinnacle-services-equipment .cm-pse-slider a.blue .cm-circle-services .cm-cs-inner {
    background: #0390d8;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.blue .cm-circle-services:after {
    border-color: #0390d8;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.blue:hover .cm-circle-services svg * {
    stroke: #0390d8;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.blue:hover h3 {
    color: #0390d8
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.blue:hover .cm-circle-services .cm-cs-inner {
    background: #0390d8;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.blue .cm-circle-services svg * {
    stroke: #0390d8;
}

/*yellow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.yellow .cm-circle-services .cm-cs-inner {
    background: #e5b701;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.yellow .cm-circle-services:after {
    border-color: #e5b701;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.yellow:hover .cm-circle-services svg * {
    stroke: #e5b701;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.yellow:hover h3 {
    color: #e5b701
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.yellow:hover .cm-circle-services .cm-cs-inner {
    background: #e5b701;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.yellow .cm-circle-services svg * {
    stroke: #e5b701;
}

/*thick red*/
.cm-pinnacle-services-equipment .cm-pse-slider a.tred .cm-circle-services .cm-cs-inner {
    background: #d60601;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tred .cm-circle-services:after {
    border-color: #d60601;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tred:hover .cm-circle-services svg * {
    stroke: #d60601;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tred:hover h3 {
    color: #d60601
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.tred:hover .cm-circle-services .cm-cs-inner {
    background: #d60601;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.tred .cm-circle-services svg * {
    stroke: #d60601;
}


/*light green*/
.cm-pinnacle-services-equipment .cm-pse-slider a.ltgreen .cm-circle-services .cm-cs-inner {
    background: #05b078;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltgreen .cm-circle-services:after {
    border-color: #05b078;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltgreen:hover .cm-circle-services svg * {
    stroke: #05b078;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltgreen:hover h3 {
    color: #05b078
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.ltgreen:hover .cm-circle-services .cm-cs-inner {
    background: #05b078;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.ltgreen .cm-circle-services svg * {
    stroke: #05b078;
}

/*pink*/
.cm-pinnacle-services-equipment .cm-pse-slider a.pink .cm-circle-services .cm-cs-inner {
    background: #E4115E;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.pink .cm-circle-services:after {
    border-color: #E4115E;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.pink:hover .cm-circle-services svg * {
    stroke: #E4115E;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.pink:hover h3 {
    color: #E4115E
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.pink:hover .cm-circle-services .cm-cs-inner {
    background: #E4115E;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.pink .cm-circle-services svg * {
    stroke: #E4115E;
}



/*thick pink*/
.cm-pinnacle-services-equipment .cm-pse-slider a.tpink .cm-circle-services .cm-cs-inner {
    background: #b1006a;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tpink .cm-circle-services:after {
    border-color: #b1006a;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tpink:hover .cm-circle-services svg * {
    stroke: #b1006a;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.tpink:hover h3 {
    color: #b1006a
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.tpink:hover .cm-circle-services .cm-cs-inner {
    background: #b1006a;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.tpink .cm-circle-services svg * {
    stroke: #b1006a;
}



/*deep orange*/
.cm-pinnacle-services-equipment .cm-pse-slider a.dorange .cm-circle-services .cm-cs-inner {
    background: #ff5722;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.dorange .cm-circle-services:after {
    border-color: #ff5722;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.dorange:hover .cm-circle-services svg * {
    stroke: #ff5722;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.dorange:hover h3 {
    color: #ff5722
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.dorange:hover .cm-circle-services .cm-cs-inner {
    background: #ff5722;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.dorange .cm-circle-services svg * {
    stroke: #ff5722;
}




/*lime*/
.cm-pinnacle-services-equipment .cm-pse-slider a.lime .cm-circle-services .cm-cs-inner {
    background: #8a960e;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.lime .cm-circle-services:after {
    border-color: #8a960e;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.lime:hover .cm-circle-services svg * {
    stroke: #8a960e;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.lime:hover h3 {
    color: #8a960e
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.lime:hover .cm-circle-services .cm-cs-inner {
    background: #8a960e;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.lime .cm-circle-services svg * {
    stroke: #8a960e;
}



/*brown*/
.cm-pinnacle-services-equipment .cm-pse-slider a.brown .cm-circle-services .cm-cs-inner {
    background: #795548;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.brown .cm-circle-services:after {
    border-color: #795548;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.brown:hover .cm-circle-services svg * {
    stroke: #795548;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.brown:hover h3 {
    color: #795548
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.brown:hover .cm-circle-services .cm-cs-inner {
    background: #795548;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.brown .cm-circle-services svg * {
    stroke: #795548;
}


/*bluegrey*/
.cm-pinnacle-services-equipment .cm-pse-slider a.bluegrey .cm-circle-services .cm-cs-inner {
    background: #607d8b;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.bluegrey .cm-circle-services:after {
    border-color: #607d8b;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.bluegrey:hover .cm-circle-services svg * {
    stroke: #607d8b;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.bluegrey:hover h3 {
    color: #607d8b
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.bluegrey:hover .cm-circle-services .cm-cs-inner {
    background: #607d8b;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.bluegrey .cm-circle-services svg * {
    stroke: #607d8b;
}





/*teal*/
.cm-pinnacle-services-equipment .cm-pse-slider a.teal .cm-circle-services .cm-cs-inner {
    background: #26bbae;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.teal .cm-circle-services:after {
    border-color: #26bbae;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.teal:hover .cm-circle-services svg * {
    stroke: #26bbae;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.teal:hover h3 {
    color: #26bbae
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.teal:hover .cm-circle-services .cm-cs-inner {
    background: #26bbae;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.teal .cm-circle-services svg * {
    stroke: #26bbae;
}

/*owlblue*/
.cm-pinnacle-services-equipment .cm-pse-slider a.owlblue .cm-circle-services .cm-cs-inner {
    background: #0730d4;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.owlblue .cm-circle-services:after {
    border-color: #0730d4;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.owlblue:hover .cm-circle-services svg * {
    stroke: #0730d4;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.owlblue:hover h3 {
    color: #0730d4
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.owlblue:hover .cm-circle-services .cm-cs-inner {
    background: #0730d4;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.owlblue .cm-circle-services svg * {
    stroke: #0730d4;
}



/*ltyellow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.ltyellow .cm-circle-services .cm-cs-inner {
    background: #f3dd26;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltyellow .cm-circle-services:after {
    border-color: #f3dd26;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltyellow:hover .cm-circle-services svg * {
    stroke: #f3dd26;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.ltyellow:hover h3 {
    color: #f3dd26
}
/*hallow*/
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.ltyellow:hover .cm-circle-services .cm-cs-inner {
    background: #f3dd26
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow.ltyellow .cm-circle-services svg * {
    stroke: #f3dd26
}



/* Hollow */
.cm-pinnacle-services-equipment .cm-pse-slider a.hallow .cm-circle-services .cm-cs-inner {
    background: #fff;
}

.cm-pinnacle-services-equipment .cm-pse-slider a.hallow:hover .cm-circle-services svg * {
    stroke: #fff;
}

.cm-pinnacle-services-equipment .cm-pse-slider a:hover .cm-circle-services .cm-cs-inner {
    background: #fff;
}


.cm-pinnacle-services-equipment .cm-pse-slider h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    display: block;
    color: #414146;
    padding-top: 0px;
    /* font-family: Poppins; */
    font-weight: 600;
    text-transform: capitalize;
}

.cm-pinnacle-services-equipment .cm-pse-slider li p {
    width: 100%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    font-family: 'Lato';
    font-size: 16px;
    color: #707070;
}

.cm-pinnacle-services-equipment .cm-pse-slider .flex-direction-nav li:first-child {
    left: -50px;
}

.cm-pinnacle-services-equipment .cm-pse-slider .flex-direction-nav li {
    right: -50px;
}

.cm-pinnacle-services-equipment .bx-controls-direction .bx-prev {
    float: left;
    /*background: url(/images/btn-back-arrow-act.png) no-repeat;*/
    width: 40px;
    height: 40px;
    /*text-indent: -9999px;*/
    position: absolute;
    left: -40px;
    top: 42%;
}

.cm-pinnacle-services-equipment .bx-controls-direction a svg {
    width: 40px;
    height: 40px;
}

    .cm-pinnacle-services-equipment .bx-controls-direction a svg * {
        stroke: #411e75;
    }

.cm-pinnacle-services-equipment .bx-controls-direction .bx-next {
    float: left;
    /*background: url(/images/btn-front-arrow-act.png) no-repeat;*/
    width: 40px;
    height: 240px;
    /*text-indent: -9999px;*/
    position: absolute;
    right: -40px;
    top: 42%;
}

.cm-pinnacle-services-equipment .bx-pager {
    display: none;
}

.cm-pinnacle-services-equipment .cm-pse-slider .flex-direction-nav li {
    float: left;
    position: absolute;
    top: 45%;
    margin-top: -10px;
}

.bx-wrapper {
    margin: 0px auto;
    position: relative;
}

.cm-pinnacle-services-equipment .cm-pse-slider .flex-direction-nav li .flex-prev {
}

.cm-pinnacle-services-equipment .cm-pse-slider li a:hover h3 {
    color: #4c0ea9;
}

.popular-section {
    background: #fff;
}


.cm-pinnacle-services-equipment .cm-pse-slider {
    position: relative;
    padding-bottom: 0px;
}

.cm-pinnacle-services-equipment {
    /*padding: 45px 0;*/
    background: #fff;
    float: left;
    width: 100%;
    display: inline-block;
    /*padding: 0;*/
}

    .cm-pinnacle-services-equipment .owl-controls .owl-prev {
        left: -15px;
        bottom: 220px;
    }

    .cm-pinnacle-services-equipment .owl-controls .owl-next {
        right: -15px;
        bottom: 220px;
    }

.owl-controls .owl-next, .owl-controls .owl-prev {
    background: transparent;
}

    .owl-controls .owl-next:after, .owl-controls .owl-prev:after {
        color: #000;
    }

.template-form-line > label.not-include {
    float: left;
    position: relative;
    padding-left: 0px;
    top: -3px;
    cursor: pointer;
    left: 0px;
}

.cm-form-section .cm-fs-row.cm-fs-col-2 > .cm-fs-col-full {
    width: 100%;
    float: left;
}

.cm-fs-services .template-form-line {
    width: 33%;
    display: block;
    text-align: left;
    float: left;
    margin-top: 7px;
    margin-bottom: 8px;
}

.cm-fs-services input[type=checkbox], .cm-fs-services input[type=radio] {
    -webkit-appearance: none !important;
    opacity: 0;
}

.cm-fs-services .template-form-line > label.not-include {
    float: left;
    position: relative;
    padding-left: 0px;
    top: -3px;
    cursor: pointer;
    left: 0px;
    font-size: 14px;
}

.cm-contact-form {
    padding: 0% !important;
}

.cm-fs-services input[type=radio] + label::before {
    content: " ";
    margin-right: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    display: inline-block !important;
    position: relative;
    top: 4px;
    border-radius: 50%;
}

.cm-fs-services input[type=checkbox]:checked + label::before, .cm-fs-services input[type=radio]:checked + label::before {
    background: #f40453;
    border: 1px solid #f40453;
}

.cm-fs-services input[type=checkbox] + label::before {
    content: " ";
    margin-right: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    display: inline-block !important;
    position: relative;
    top: 4px;
}

.cm-fs-services input[type=checkbox]:checked + label::after {
    content: " ";
    left: 7px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block !important;
    position: absolute;
}

.cm-fs-services .cm-fs-row {
    margin-bottom: 18px;
}

.cm-section-main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cm-section-main .cm-section-right, .cm-ass-right {
        width: 300px;
        display: inline-block;
        right: 0;
        float: right;
    }

    .cm-section-main .cm-section-left {
        width: calc(100% - 354px);
        display: inline-block;
        vertical-align: top;
    }
    .hide{
        display:none;
    }
.submit-wrapper.is-saving .cm-fs-button{
    color:transparent;
}

@media (max-width: 1400px) {
    .cm-pinnacle-services-equipment h2 {
        font-size: 30px;
        line-height: 49px;
        width: 97%;
    }

    .cm-pinnacle-services-equipment .cm-pse-slider li a {
        width: 238px;
    }
}

@media (max-width: 1200px) {
    .cm-pinnacle-services-equipment h2 {
        font-size: 23px;
        line-height: 40px;
        width: 97%;
    }

    .cm-pinnacle-services-equipment .cm-pse-slider li a {
        width: 217px;
    }
}

@media (max-width: 768px) {

    .cm-news-mainpage .cm-section-main .cm-section-right {
        display: none;
    }

    .cm-section-main .cm-section-left {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .cm-section-main {
        display: inline-block;
        margin-bottom: 10px;
    }

    .cm-round-block {
        height: 50px;
        width: 85%;
        margin: 0 auto;
        vertical-align: middle;
        background: #fff;
        display: inline-block;
        margin-left: 7.5%;
        margin-top: -15px !important;
        border-radius: 13px;
    }

    .cm-fs-services .template-form-line {
        width: 100% !important;
    }

    .cm-form-section .cm-fs-col {
        margin-bottom: 0px;
    }

    .cm-container-contact {
        padding: 0% !important;
    }

    .cm-form-section {
        padding: 0 15px;
    }

    .cm-section-title {
        font-size: 45px;
        line-height: 1;
        font-weight: normal;
        font-weight: 600;
        font-family: 'Poppins';
        color: #2d2d43;
        text-align: center;
        margin-top: -44px;
        text-transform: lowercase;
    }

    .cm-contact-form p a {
        font-weight: bold;
        color: #000;
        font-size: 32px;
    }
}
/*#endregion consultations block*/

/*#region popular packages */
.offer-inner {
    width: calc( 100% - 18px );
    background: #fff;
    border-radius: 14px 14px 6px 6px;
    overflow: hidden;
    margin: 0px;
    position: relative;
    margin: 0px 9px;
    margin-top: 0px;
    margin-bottom: 7px;
    min-height: 376px;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    display: inline-block;
}

.offer-main {
    width: 100%;
    display: inline-block;
    /*max-width:280px;*/
}
.offer-img {
    display: inline-block;
    width: calc( 100% );
    margin: 0px;
    height:200px;
    /* margin-top: -47px; */
}
    .offer-img img{
        height:100%;
        width:100%;
        object-fit:cover;
    }
    .offers-content .offers-include {
        font-family: Lato,sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 16px;
        padding: 0 0 10px 0;
        margin: 0;
    }
.offers {
    padding: 8px 15px 8px 10px;
    background-color: #fff;
    border: 1px solid #e87528;
    margin-bottom: 8px;
    border-radius: 2px 0 17px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-family: Ubuntu,sans-serif;
    font-weight: 600;
    color: #f27d27;
    padding: 0;
    margin: 0;
    padding: 8px 15px 8px 10px;
}
.offer-main .offer-heading {
    min-height: 32px;
    padding: 0px 0 0 0;
}
.offer-heading h2
{
    margin-top:0px;
    min-height:50px;
}
.offer-heading h2 a {
    font-family: Ubuntu,sans-serif;
    font-weight: 600;
    color: #1a2332;
    padding: 0;
    margin: 0;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 19px;
    margin-left: 0;
    color: #1a2332;
    text-decoration: none;
}
.offers-content ul {
    padding: 0 0 0 16px;
    margin: 0;
    min-height: 189px;
}
    .offers-content ul li {
        padding-top: 5px;
        line-height: 20px;
        color: #1a2332;
        font-weight: 400;
        font-family: Lato,sans-serif;
        list-style-type: disc;
    }
        .offers-content ul li a {
            color: #1a2332;
            padding-left: 0;
            margin-left: 0;
            font-size: 14px;
            height: 17px;
            overflow: hidden;
            display: inline-block;
        }
.know-more-opt {
    display: inline-block;
    font-weight: 400;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid #f52e57;
    font-family: Lato,sans-serif;
    font-size: 15px;
    /*color: #f52e57;*/
    margin: 22px 0 0 0;
    transition: .3s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    /*color: #e4115e;*/
    color: #B30A2E;
}

.d-v-package-footer .nihwn-book-test, .nihwn-book-test {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-family: 'Camphor';
    margin-top: 11px;
    width: auto;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    color: #f52e57;
    /* float: right; */
    height: 42px;
    text-align: center;
    padding-top: 10px;
    border: 1px solid #f52e57;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

    .d-v-package-footer .nihwn-book-test svg * {
        fill: #f52e57;
    }
ul.controls {
    /* position: relative; */
    float: left;
    width: 100%;
}

    ul.controls li.prev {
        position: absolute;
        left: -10px;
        bottom: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 30px;
        border-radius: 100%;
        background: #f27d27;
        transition: background .5s ease;
        box-shadow: 0 2px 8px 0 rgba(51,60,63,.22);
        background: #fff !important;
        outline: none;
        display: inline-block;
        z-index: 9;
        padding: 12px;
        cursor:pointer;
    }
        ul.controls li.prev[aria-disabled=true] {
            opacity: 0;
        }

    ul.controls li.next {
        position: absolute;
        right: -10px;
        bottom: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 30px;
        border-radius: 100%;
        background: #f27d27;
        transition: background .5s ease;
        box-shadow: 0 2px 8px 0 rgba(51,60,63,.22);
        background: #fff !important;
        outline: none;
        display: inline-block;
        z-index: 9;
        padding: 12px;
        cursor: pointer;
    }
        ul.controls li.next[aria-disabled=true] {
            opacity: 0;
        }
.nihwn-m-card-title h2 {
    font-size: 24px !important;
    position: relative;
    top: 0px;
    margin-top: 0px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    color: #414146;
    letter-spacing: 0.2px;
    font-family: Lato,sans-serif;
    line-height: 40px;
    /*width: 97%;*/
    text-align:left;
}
.nihwn-m-card-title > svg {
    width: 48px !important;
    height: 48px !important;
    margin-top: 2px !important;
}
.desktop .nihwn-m-card-title {
   
    padding-left: 14px !important;
    padding-top: 20px !important;
    position: relative;
    margin-bottom: 0px;
    DISPLAY: FLEX;
    WIDTH: 100%;
    padding-right: 19px;
}
/*#endregion popular packages*/

/*#region lifestyles*/
.d-v-package {
    border-radius: 8px;
    border: 1px solid #e1e1e4;
    color: #414146;
    box-shadow: 0px 1px 5px 0 rgba(0,0,0,.16);
    margin-right: 8px;
    text-align: left;
    margin-left: 8px;
    margin-bottom: 10px;
    overflow:hidden;
    max-width:380px;
}

.d-v-set {
    display: inline-block;
    vertical-align: top;
  margin:0px;
    width:100%;
    max-width:380px;
}
.d-v-package-titles {
    white-space: normal;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Camphor';
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    text-transform: capitalize;
    overflow: hidden;
}
.l-v-title {
    color: #000;
    text-align: left;
    font-size: 13px;
    font-family: 'Camphor';
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 2px 0px;
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: normal;
    margin-bottom: 22px;
   
}
.d-package-content {
    padding: 5px 10px;
    padding-bottom: 10px;
    float:left;
}

/*#endregion lifestyles*/
/*#region health-wellness*/
.nihwn-m-peopleSlider .actualslide {
    display: inline-block;
    width:100%;
}
.nihwn-m-peopleSlider .slide {
    width: 90%;
    height: auto;
    margin-left: 21px;
    background: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.16);
    overflow: initial;
    float: none;
    box-shadow: 0px 1px 5px 0 rgba(0,0,0,.16);
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 5px 5%;
    display: inline-block;
    border-radius: 8px;
}

.desktop .people-container {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    display: inline-block;
    overflow: hidden;
    position: initial;
    left: 0px;
    top: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    border-bottom: 1px solid #dcdcdc;
}

.people-container img {
    width: 100%;
    object-fit: cover;
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
    max-width: 100%;
    float: left;
    height:100%;
}
.people-title {
    width: 152px;
    color: #000;
    font-family: 'Camphor';
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
    white-space: normal;
    font-weight: 700;
    margin-top: 11px;
    padding-bottom: 5px;
    height: 34px;
}
/*#endregion health-wellness*/
/* #region family packages */
.d-p-block {
    width: 100%;
  
}
.d-package {
    width: calc( 100% - 16px );
    margin-bottom: 3px;
    border-radius: 8px;
    margin: 5px 8px 5px 8px;
    color: #414146;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
}
.d-package-img {
    max-height: 250px;
    height: 250px;
}
.d-package-content {
    padding: 5px 10px;
    padding-bottom: 10px;
    display: inline-block;
    width:100%;
    float:left;
}
.d-package-content-set {
    border-bottom: 1px solid #f0f0f5;
    margin-bottom: 36px;
}
.d-package-titles {
    white-space: normal;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Camphor';
    font-size: 20px;
    font-weight: 700;
    height: 35px;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0px;
}
.d-p-tests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    margin-bottom: 15px;
}
.d-p-test-details {
    border-radius: 20px;
    max-width: 160px;
    border: 1px solid #f0f0f5;
    padding: 10px;
}
.d-tag-title {
    font-family: Lato,sans-serif !important;
    font-size: 16px;
    width: auto;
}
.d-package-footer {
    margin-bottom: 0px;
    padding: 0px;
    color:#000;
}
.d-package-img img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width:100%;
}
.d-p-cost {
    font-size: 23px;
    color: #000;
    font-family: 'Camphor';
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
    margin-right: 10px;
}
.d-p-amount {
    color: #b4b4be;
    font-size: 19px;
    text-decoration: line-through;
    padding-top: 3px;
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
}
/* #endregion family packages */
/*#region blood tests*/
.aprice {
    font-size: 11px;
    color: #858592;
    text-decoration: line-through;
    font-family: camphor;
    display: block;
}
.cost-price {
    font-size: 19px;
    color: #282c3f;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-right: 5px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.d-v-package-img
{
    width:100%;
    height:230px;
    overflow:hidden;
    display:inline-block;
    margin:0px;
}
.d-v-package-img img
{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*#endregion blood tests*/
/*#region healthconditions*/
.each-block{
    display:inline-block;
}
.o-slide {
    vertical-align: top;
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding-right: 9px;
    margin-top: 5px;outline:none;
}
.nihwn-organ-img {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-top: 5px;
    margin-right: 2px;
    width: 99px;
    height: 99px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
.nihwn-organ-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.organ-title {
    height: 36px;
    word-wrap: break-word;
    width: 100%;
    color: #000;
    font-family: camphor;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
    white-space: normal;
    font-weight: 700;
    margin-top: 5px;
}
/*#endregion healthconditions*/

/* #region why book with us */
.package-pagebookwithus {
    width: 47%;
    float: left;
    /* margin-bottom: 10px; */
    margin-top: 20px;
}
.u-howitwork__item {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding: 4px;
    padding-left: 8px;
    font-size: 14px;
    font-family: camphor;
    text-align: left;
    line-height: 1.2;
    padding-top: 13px;
}
.u-font-bold {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Camphor';
    color: #000;
    line-height: 1.5;
    text-align:left;
}
.bookwithUsInfo {
    font-family: camphor;
    font-size: 14px;
    text-align: left;
}
.u-padr--std{
    float:left;
}
/* #endregion why book with us*/
/* #region FAQ */
.homeFaq-sesstions {
    display: inline-block;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    padding-bottom: 10px;
    border-radius: 8px;
}

    .homeFaq-sesstions .news-title {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 0;
        border-radius: 0;
        margin-bottom: -1px;
        outline: 0;
        font-family: camphor;
        padding-bottom: 12px;
        margin-top: 0px;
        cursor:pointer;
        text-align:left;
    }
.news-title svg {
    display: inline-block;
    fill: #eee;
    float: left;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 500ms ease-in-out;
    float: right;
    height: 14px;
    width: 14px;
}
.homeFaq-sesstions .news-title span {
    color: #000;
    font-family: camphor;
    font-weight: 700;
    font-size: 15px;
    padding-left: 0;
}
.homeFaq-sesstions .faq-category-block {
    display: inline-block;
    border-bottom: 1px solid #e1e1e4;
    width: 100%;
}
.news_text {
    border-radius: 5px;
    color: #000;
    padding: 12px 10px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-family: camphor;
    line-height: 1.5;
}
/* #endregion FAQ */
/* #region Why NIHWN */
p.icon-content {
    padding-top: 15px;
    font-size: 15px;
    line-height: 19px;
    color: #2a2a2a;
    font-weight: 700;
    font-family: 'CAMPHOR';
    display: inline-block;
}
.choose-icon .icon-area span {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #ee3268;
    font-weight: 600;
    font-style: italic;
    padding: 0 10px 0 0;
    opacity: 0.6;
    margin-top: -5px;
    position: relative;
    top: -4px;
}
.choose-icon svg {
    width: 64px;
    height: 64px;
}
    .choose-icon svg * {
        stroke-width: 1.3px;
        stroke: #000;
    }
.special-offer
{
    width:100%;
    display:inline-block;
}
.choose-icon {
    padding: 5px 6px;
    margin-bottom: 25px;
    margin-top: 35px;
    text-align: center;
    display: inline-block;
    width: 16%;
}
/*#tns1 > .tns-item {
    width: calc(10%);
    padding-right: 5px;
}*/

/*.nihwn-m-card-title {
    font-family: 'Camphor';
    font-size: 20px;
    padding-bottom: 13px;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 3px;
    display: flex;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-right: 19px;
    padding-left: 7px;
    width: 100%;
}*/
/* #endregion Why NIHWN */

