/*Home Page Css*/
body {
    font-family: 'Poppins-Regular';
}

a:hover {
    text-decoration: none;
}

a {
    outline: none;
}

button:focus {
    outline: 0px;
}

/*Start Slider Section css*/
.slider_wrapper {
    background: url(../images/slider_image.png) no-repeat top center;
    min-height: 630px;
    background-size: cover;
}

.sliderup_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

    .sliderup_image img {
        position: relative;
        width: 750px;
        right: -45px;
        bottom: -147px;
        /*float: right;*/
    }

.sliderup_text {
    margin-top: 200px;
}

    .sliderup_text h1 {
        font-size: 60px;
        color: #fff;
        font-family: 'montserrat_alternatesXBd';
    }

        .sliderup_text h1 .f_light {
            font-family: 'montserrat_alternatesregular';
            font-size: 71px;
        }

        .sliderup_text h1 .f_clr {
            color: #194248;
            font-size: 71px;
        }

    .sliderup_text p {
        font-size: 28px;
        color: #fff;
        font-family: 'montserrat_alternateslight';
    }

    .sliderup_text a {
        background-color: #fa3d46;
        color: #fff;
        font-size: 18px;
        padding: 12px 50px;
        display: inline-block;
        border-radius: 30px;
    }

        .sliderup_text a:hover {
            text-decoration: none;
        }
/*End Slider Section css*/

/*Start Header Section css*/
.header_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px 0;
}

.my_nav {
    padding: 10px 0;
}

    .my_nav .navbar {
        padding: 0px;
        float: right;
    }

    .my_nav ul li {
        margin-left: 30px;
    }

        .my_nav ul li:first-child {
            margin-left: 0px;
            line-height: 38px;
        }

        .my_nav ul li a {
            overflow: hidden;
            display: block;
            color: #fff !important;
            font-size: 18px;
        }

.login a {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 12px 55px;
    border-radius: 30px;
}

    .login a:hover {
        text-decoration: none;
        color: #fff;
    }

.sign_up a:hover {
    text-decoration: none;
    color: #fff;
}

.sign_up a {
    border: solid 1px #3b5998;
    font-size: 18px;
    color: #fff;
    padding: 12px 38px;
    border-radius: 30px;
    background-color: #3b5998;
}

.my_nav .navbar-toggler {
    border: none;
    padding: 0px;
    margin: -75px 0px 0 0;
}
/*End Header Section css*/


/*Start Content Section css*/
.how_work_wrapper {
    background-color: #fff;
    padding: 70px 0 90px;
    text-align: center;
}

.how_work_heading h2 {
    font-size: 36px;
    font-family: 'Poppins-Medium';
}

.how_work_heading span {
    color: #f89406;
}

.how_work_heading p {
    font-size: 20px;
    color: #414141;
    margin-bottom: 40px;
}

.process_block {
    position: relative;
}

    .process_block h3 {
        color: #000;
        font-size: 22px;
        margin: 10px 0 0;
        position: relative;
        font-family: 'Poppins-Medium';
    }

.not_join button {
    background-color: #f89406;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 11px 45px;
    margin-top: 35px;
    border-radius: 25px;
    cursor: pointer;
}

.indigator {
    position: absolute;
    top: 60px;
}

    .indigator img:first-child {
        position: relative;
        left: -55px;
    }

    .indigator img:last-child {
        position: relative;
        right: -240px;
    }


.commited_wrapper {
    background-color: #ff9d11;
    padding-top: 70px;
}

.commited_text h2 {
    color: #fff;
    font-size: 36px;
    margin: 20px 0;
    font-family: 'Poppins-Medium';
}

.commited_text p {
    color: #fff;
    font-size: 24px;
}

.commited_text img {
    margin-top: 20px;
}

.commited_image {
    text-align: right;
    margin-top: 10px;
}
/*End Content Section css*/

/*Start Footer Section css*/
.footer_wrapper {
    text-align: center;
    border-top: solid 1px #e0e0e0;
}

.footer_inner {
    padding: 60px 0;
    width: 100%;
}

.footer_outer {
    border-top: solid 1px #e0e0e0;
    padding: 30px 0 28px;
    text-align: center;
}

.footer_outer {
    border-top: solid 2px #e0e0e0;
    padding: 30px 0 28px;
    text-align: center;
}

    .footer_outer p {
        font-size: 13px;
        color: #999999;
        margin-bottom: 0px;
    }

.footer_logo {
    width: 100%;
}

.footer_nav {
    width: 100%;
    margin: 5px 0;
}

.footer_sociallink {
    width: 100%;
}

.footer_nav ul li {
    display: inline-block;
    list-style-type: none;
    border-right: solid 2px #555;
    line-height: 15px;
}

    .footer_nav ul li:last-child {
        border-right: none;
    }

.footer_nav ul {
    margin: 0px;
    padding: 15px 0 10px;
}

    .footer_nav ul li a {
        font-size: 15px;
        color: #000;
        padding: 0px 8px;
    }

        .footer_nav ul li a:hover {
            text-decoration: none;
        }

.footer_sociallink a {
    margin: 0 10px;
}
/*End Footer Section css*/


/*Start Login Page css*/
.login_wrapper, .register_wrapper {
    background: url(../images/login_page_bg.png) no-repeat top center;
    background-size: cover;
}

.login_inner {
    background-color: #fff;
    width: 630px;
    margin: 35px auto 35px;
    text-align: center;
    border-radius: 18px;
    padding: 50px 75px
}

    .login_inner h3 {
        margin: 0px;
        font-size: 24px;
        padding: 40px 0 40px;
    }

.login_box {
    text-align: left;
}

.dec_box {
    border: solid 1px #a6a6a6 !important;
    border-radius: 27px;
    min-height: 50px;
}

/*.login_box .form-group input {
    padding: 0px 28px;
}

.login_box .form-group .control-label {
    left: 30px;
    top: 0.90rem;
    padding: 0px;
    margin: 0px;
}*/

.login_box .checkbox label, .form-radio label {
    line-height: 20px;
    margin: 0px;
}

.login_box .checkbox {
    margin: 0px;
}

    .login_box .checkbox input:checked ~ .helper {
        color: #f89406;
    }

    .login_box .checkbox label:hover .helper {
        color: #f89406;
    }

    .login_box .checkbox .helper::before, .login_box .checkbox .helper::after {
        background-color: #f89406;
    }

.login_box button {
    width: 100%;
    background-color: #f89406;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 27px;
    margin: 0px;
    padding: 0.75rem 30px;
    margin-bottom:10px;
}

.not_member {
    /*margin: 0px !important;*/
}

    .not_member p {
        display: inline-block;
        font-size: 16px;
        color: #000;
        margin: 0px;
    }

        .not_member p a {
            color: #f89406;
            font-family: 'Poppins-Medium';
        }

            .not_member p a:hover {
                text-decoration: none;
            }

            .not_member p a span {
                color: #000;
                font-family: 'Poppins-Regular';
            }

    .not_member .rg_link {
        float: right;
    }

.login_box .fb_btn {
    background: url(../images/fb_btn_bg.png) no-repeat top center;
    background-size: cover;
    background-color: #3b5998;
}

.login_box .gplus_btn {
    background: url(../images/gplus_btn_bg.png) no-repeat top center;
    background-size: cover;
    background-color: #dd5144;
}

.login_btn {
    margin: 25px 0 18px !important;
}

.divider {
    margin: 20px 0;
}

    .divider p {
        color: #000;
        font-size: 24px;
        text-align: center;
    }

        .divider p:before {
            display: inline-block;
            margin: 0 10px 6px 0;
            height: 1px;
            content: " ";
            text-shadow: none;
            background-color: #cccccc;
            width: 45%;
        }

        .divider p:after {
            display: inline-block;
            margin: 0 0 6px 10px;
            height: 1px;
            content: " ";
            text-shadow: none;
            background-color: #cccccc;
            width: 45%;
        }


/*.form-radio,
.form-group {
    position: relative;
    margin-top: 0rem;
    margin-bottom: 30px;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}*/

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

/*.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}*/

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

/*.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/*.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

    .form-group .bar::before {
        content: '';
        height: 0.125rem;
        width: 0;
        left: 50%;
        bottom: -0.0625rem;
        position: absolute;
        background: #337ab7;
        -webkit-transition: left 0.28s ease, width 0.28s ease;
        transition: left 0.28s ease, width 0.28s ease;
        z-index: 2;
    }

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select,
    .form-group input:focus,
    .form-group input:valid,
    .form-group input.form-file,
    .form-group input.has-value,
    .form-group textarea:focus,
    .form-group textarea:valid,
    .form-group textarea.form-file,
    .form-group textarea.has-value {
        color: #333;
    }

        .form-group select ~ .control-label,
        .form-group input:focus ~ .control-label,
        .form-group input:valid ~ .control-label,
        .form-group input.form-file ~ .control-label,
        .form-group input.has-value ~ .control-label,
        .form-group textarea:focus ~ .control-label,
        .form-group textarea:valid ~ .control-label,
        .form-group textarea.form-file ~ .control-label,
        .form-group textarea.has-value ~ .control-label {
            font-size: 0.8rem;
            color: gray;
            top: -1rem;
            left: 30px;
            background-color: #fff;
        }

        .form-group select:focus,
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border: solid 1px #f89406 !important;
        }

            .form-group select:focus ~ .control-label,
            .form-group input:focus ~ .control-label,
            .form-group textarea:focus ~ .control-label {
                color: #f89406;
            }

            .form-group select:focus ~ .bar::before,
            .form-group input:focus ~ .bar::before,
            .form-group textarea:focus ~ .bar::before {
                width: 100%;
                left: 0;
            }*/

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

    .radio .helper {
        position: absolute;
        top: -0.25rem;
        left: -0.25rem;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }

        .radio .helper::before, .radio .helper::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 0.25rem;
            width: 1rem;
            height: 1rem;
            -webkit-transition: -webkit-transform 0.28s ease;
            transition: -webkit-transform 0.28s ease;
            transition: transform 0.28s ease;
            transition: transform 0.28s ease, -webkit-transform 0.28s ease;
            border-radius: 50%;
            border: 0.125rem solid currentColor;
        }

        .radio .helper::after {
            -webkit-transform: scale(0);
            transform: scale(0);
            background-color: #337ab7;
            border-color: #337ab7;
        }

    .radio label:hover .helper {
        color: #337ab7;
    }

    .radio input:checked ~ .helper::after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .radio input:checked ~ .helper::before {
        color: #337ab7;
    }

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

    .checkbox .helper {
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
        width: 1rem;
        height: 1rem;
        z-index: 0;
        border: 0.125rem solid currentColor;
        border-radius: 0.0625rem;
        -webkit-transition: border-color 0.28s ease;
        transition: border-color 0.28s ease;
    }

        .checkbox .helper::before, .checkbox .helper::after {
            position: absolute;
            height: 0;
            width: 0.2rem;
            background-color: #337ab7;
            display: block;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 0.25rem;
            content: '';
            -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
            transition: opacity 0.28s ease, height 0s linear 0.28s;
            opacity: 0;
        }

        .checkbox .helper::before {
            top: 0.65rem;
            left: 0.38rem;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            -webkit-box-shadow: 0 0 0 0.0625rem #fff;
            box-shadow: 0 0 0 0.0625rem #fff;
        }

        .checkbox .helper::after {
            top: 0.3rem;
            left: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .checkbox label:hover .helper {
        color: #337ab7;
    }

    .checkbox input:checked ~ .helper {
        color: #337ab7;
    }

        .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
            opacity: 1;
            -webkit-transition: height 0.28s ease;
            transition: height 0.28s ease;
        }

        .checkbox input:checked ~ .helper::after {
            height: 0.5rem;
        }

        .checkbox input:checked ~ .helper::before {
            height: 1.2rem;
            -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
        }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 1rem;
    }

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.button {
    position: relative;
    font-size: 1.1rem;
    color: #4f93ce;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    top: 0px;
    left: 0px;
    width: 477px;
}

    .button span {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .button::before {
        content: '';
        position: absolute;
        background: #071017;
        border: 50vh solid #1d4567;
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .button:hover {
        color: #337ab7;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }
    /*
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
*/
    .button:focus {
        outline: none;
    }

/*End Login Page css*/



/*Start Register Page css*/
.register_inner {
    width: 1000px;
}

.rg_btn_box {
    padding: 0 20px;
    text-align:center;
}

.not_member .a_member {
    float: left !importrant;
}

.recover_btn {
    margin: 0px 0 18px !important;
}

.login_inner h4 {
    margin: 0px;
    padding: 40px 0 40px;
    font-size: 20px;
}

.recover_inner {
    margin-top: 10%;
}
/*End Register Page css*/

/*Start Contact us Page css*/
.head_bg {
    background-color: #27d2ea;
    position: relative;
}

.my_breadcrumb {
    background-color: #f6f6f6;
    padding: 6px 0;
}

    .my_breadcrumb .breadcrumb {
        background-color: transparent;
        padding: .75rem 0px;
        margin: 0px;
    }

    .my_breadcrumb ol li a {
        color: #414141;
    }

    .my_breadcrumb ol li i {
        padding: 0 4px;
    }

    .my_breadcrumb ol li.active {
        color: #f89406;
        font-family: 'Poppins-Medium';
    }

.contact_wrapper {
    padding: 60px 0;
}

.contact_blog h2 {
    font-size: 36px;
    color: #f89406;
    font-family: 'Poppins-Medium';
    margin: 0 0 50px 60px;
}

/*.login_box .form-group select {
    padding: 0 28px;
    color: #a6a6a6;
}*/

.query_image img {
    position: absolute;
    top: 48px;
    right: 55px;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #a6a6a6 50%), linear-gradient(135deg, #a6a6a6 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
}
/*Start Contact us Page css*/

/*Start Privacy Policy Page css*/
.privacy_wrapper {
    padding: 65px 0;
}

    .privacy_wrapper .blog_haeding {
        text-align: center;
        color: #f89406;
        font-family: 'Poppins-Medium';
        font-size: 36px;
        margin-bottom: 32px;
    }

.privacy_content h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 5px;
}

.privacy_content p {
    font-size: 16px;
    color: #414141;
    margin-bottom: 35px;
    line-height: 30px
}

    .privacy_content p a {
        color: #27d2ea;
    }

    .privacy_content p:last-child {
        margin-bottom: 0px;
    }

.privacy_content ul {
    margin-bottom: 35px;
}

    .privacy_content ul li {
        /*list-style-type:disc;*/
        position: relative;
        line-height: 30px;
    }

        .privacy_content ul li:before {
            content: "";
            position: absolute;
            font-size: 32px;
            top: 1px;
            color: #f89406;
            left: -23px;
        }
 .privacy_content ul li::before {
    content: "•";
    color: orange; /* or whatever color you prefer */
}

/*End Privacy Policy Page css*/


/*Start FAQ Page css*/
.icon-minus2 {
    display: none;
}

.faq_wrapper {
}

    .faq_wrapper h3 {
        font-size: 24px;
        color: #27d2ea;
        font-family: 'Poppins-Medium';
        margin-bottom: 12px;
    }

    .faq_wrapper .card {
        margin-bottom: 20px;
        border: none;
    }

    .faq_wrapper .card-header {
        border: none;
        background-color: #e9e9e9;
        border-radius: 0px;
        padding: 10px 15px !important;
    }

        .faq_wrapper .card-header:hover, .faq_wrapper .card-header:focus, .faq_wrapper .card-header:active {
            background-color: #ff9d11;
        }

            .faq_wrapper .card-header:hover a {
                color: #fff;
            }

        .faq_wrapper .card-header h5 a {
            color: #000;
            display: block;
            font-size: 20px;
            font-family: 'Poppins-Medium';
        }

            .faq_wrapper .card-header h5 a i {
                float: right;
                margin-top: 2px;
                color: #ff9d11;
            }

        .faq_wrapper .card-header:hover a i {
            color: #fff;
        }
    /*
.faq_wrapper .card-header.active{background-color: #ff9d11;}
.faq_wrapper .card-header.active h5 a{color: #fff;}
*/
    .faq_wrapper .card-body {
        padding: 15px 15px 0px;
        font-size: 16px;
        color: #414141;
        line-height: 30px;
    }

        .faq_wrapper .card-body a {
            color: #27d2ea;
        }


.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto;
}

    .accordion-container > h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #e9e9e9;
    margin-bottom: 20px;
}

    .set .fa-plus {
        color: #ff9d11;
    }

    .set > a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: #000;
        font-size: 20px;
        font-family: 'Poppins-Medium';
    }

        .set > a i {
            float: right;
            margin-top: 2px;
        }

        .set > a.active {
            background-color: #ff9d11;
            color: #fff;
        }

.content {
    background-color: #fff;
    display: none;
}

    .content p {
        padding: 10px 15px;
        margin: 0;
        color: #333;
    }
/*End FAQ Page css*/




/*Start Why Join Us Page css*/
.join_blog h3 {
    font-size: 28px;
    color: #ff9d11;
    font-family: 'Poppins-Medium';
    margin-bottom: 3px;
}

.join_blog p {
    color: #414141;
}

.j_blog2 {
    padding-top: 70px;
}

.join-xs {
    display: none;
}
/*End Why Join Us Page css*/


/*Start How it Works Page css*/
.howWork_wrapper .blog_haeding {
    margin-bottom: 5px;
}

.howWork_wrapper .blog_text {
    text-align: center;
    margin-bottom: 55px;
    font-size: 20px;
    color: #414141;
}

.step_blog h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
    color: #000;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    padding: 40px 30px 35px;
    border-radius: 10px;
    position: relative;
    top: -20px;
    left: -20px;
    box-shadow: 0px 0px 23px 5px #f3f3f3;
}
/*.border1{border: solid 5px #d2f9fe;border-radius: 5px;transform: rotate(90deg);position: absolute;width: 100%;top: 1180px;}*/
.step_blog_inner {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 45px -9px #bfbfbf;
    border-radius: 10px;
}

    .step_blog_inner span {
        font-size: 64px;
        color: #e9e8e8;
        position: absolute;
        top: 13px;
        right: 15px;
    }

.step_blog {
    padding-left: 105px;
    position: relative;
    margin-top: 60px;
}

.step_image {
    padding-right: 85px;
}

.work_step1 .step_blog {
    padding-left: 105px;
}

.work_step1 .step_image {
    text-align: right;
    padding-right: 85px;
}

.work_step2 .step_blog, .work_step4 .step_blog, .work_step6 .step_blog {
    padding-right: 105px;
    padding-left: 0px;
}

.work_step2 .step_image {
    text-align: left;
    padding-left: 85px;
}

.work_step2 .step_blog h3, .work_step4 .step_blog h3, .work_step6 .step_blog h3 {
    left: 20px;
    text-align: right;
}

.work_step3 .step_image {
    text-align: right;
    padding-right: 85px;
    padding-left: 0px;
}

.work_step4 .step_image {
    text-align: left;
    padding-right: 0px;
    padding-left: 85px;
}

.work_step4 .step_blog {
    margin-top: 92px;
}

.work_step6 .step_image {
    text-align: left;
    padding-right: 0px;
    padding-left: 85px;
}

.work_step1 {
    margin-bottom: 55px;
}

.work_step2 {
    margin-bottom: 55px;
}

.work_step3 {
    margin-bottom: 30px;
}

.work_step5 {
    margin-bottom: 55px;
}

.step_blog_inner img {
    position: absolute;
    top: 12px;
    left: -38px;
    z-index: 9;
}

.work_step2 .step_blog .step_blog_inner img, .work_step4 .step_blog .step_blog_inner img, .work_step6 .step_blog .step_blog_inner img {
    right: -38px;
    left: auto;
}

.work_step2 .step_blog h3 span, .work_step4 .step_blog h3 span, .work_step6 .step_blog h3 span {
    left: 15px;
    right: auto;
}

.s_img1 {
    display: none;
}

.howWork_wrapper .join_us_content {
    position: relative;
}

    .howWork_wrapper .join_us_content::after {
        content: '';
        position: absolute;
        border-radius: 4px;
        width: 7px;
        background-color: #d2f9fe;
        top: 0;
        bottom: 0;
        left: 50%;
        margin: 20px 0px 120px -3px;
    }
/*End How it Works Page css*/

/*Start About Us Page css*/
.what_do {
    margin: 62px 0 60px;
}

.whatDo_block p {
    color: #414141;
    margin: 40px 0 0;
}

.what_doBlock2 {
    background-color: #f8f8f8;
    padding-top: 60px;
}

    .what_doBlock2 .join_blog h3 {
        font-size: 36px;
        color: #000000;
        margin-bottom: 10px;
    }

        .what_doBlock2 .join_blog h3 span {
            color: #ff9d11;
        }

.about_step .join_blog h3 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 10px;
}

.about_step .join_blog h4 {
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins-Medium';
    margin: 0px;
}

.about_step {
    margin-top: 75px;
}

.what_doBlock2 .j_blog2 {
    padding-top: 25px;
}

.about_sec1 {
    margin: 70px 0 0px;
}

    .about_sec1 .j_blog2 {
        margin-top: 60px;
    }

.about_sec2 .j_blog2 {
    margin-top: 80px;
}

.about_rgWrapper {
    background: url('../images/register_bg.png') no-repeat top center;
    min-height: 327px;
}

.about_rgWrapper {
    text-align: center;
}

    .about_rgWrapper p {
        font-size: 36px;
        color: #fff;
        padding: 90px 175px;
        margin: 0px;
        line-height:54px;
    }
/*End About Us Page css*/



.dashboard {
    background-color: #f3fafb;
        position: relative;
}

.my_sidenav {
    height: 100%;
    width: 340px;
    /*position: fixed;*/
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #f89406;
    overflow-x: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    overflow-y: auto;
}

.sidenav_logo {
    text-align: center;
    padding: 30px 45px 40px;
}

    .sidenav_logo img {
      /*width: 100%;*/  
    }

.points_image {
    text-align: center;
    padding: 0;
}

    .points_image img {
       /* width: 100%;*/
    }

.dashboard_wrapper {
    margin-left: 340px;
}

.footer_bg {
    background: url(../images/footer_bg.png) no-repeat bottom center;
    min-height: 350px;
    background-size: cover;
    padding-top: 125px;
    position: relative;
    border-top: none;
    margin-left: -340px;
}

.footer_boy img {
    position: absolute;
    right: 30px;
    width: 420px;
    bottom: 0;
}

.das_header {
    display: flex;
    padding: 49px 40px 29px 40px;
    box-shadow: 0 0 10px 0px #ababab;
    background-color: #fff;
}

.user_hello {
    width: 50%;
}

    .user_hello h3 {
        font-size: 36px;
        color: #000;
        font-family: 'Poppins-Light';
        margin: 0px;
    }

        .user_hello h3 span {
            font-size: 36px;
            color: #27d2ea;
            font-family: 'Poppins-Regular';
        }

.user_detail {
    width: 50%;
    text-align: right;
}

.w_btn {
    background-color: #f89406;
    color: #fff;
    padding: 10px 25px;
    border-radius: 27px;
    font-size: 18px;
    margin-right: 50px;
}

    .w_btn:hover {
        color: #fff;
    }

.user_detail .dropdown {
    display: inline-block;
}

    .user_detail .dropdown button {
        background: none;
        border: none;
        color: #000;
        font-family: 'Poppins-Medium';
        font-size: 18px;
        padding: 0px;
    }

.user_pro {
    border-radius: 50%;
    margin-right: 2px;
}

.user_detail .dropdown button:focus {
    border: none;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
}

.show > .btn-secondary.dropdown-toggle {
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.das_content {
    /*padding: 40px 40px 130px;*/
    padding:40px 50px  130px 15px;
}

.das_blog a {
    color: #fff;
    font-size: 22px;
    padding: 10px 32px;
    position: absolute;
    top: 10%;
    font-family: 'Poppins-Medium';
    left: 15px;
}

.bg_orange {
    background-color: #ff9f1c;
}

.bg_skyBlue {
    background-color: #27d2ea;
}

.bg_red {
    background-color: #ff5221;
}

.bg_gray {
    background-color: #4a5a66;
}

.bg_green {
    background-color: #bdc531;
}

.bg_yellow {
    background-color: #fac409;
}

.das_blog img {
    width: 100%;
}

.das_blog {
    margin-bottom: 40px;
}

.dropdown-menu.show a i {
    margin-right: 6px;
}

.dropdown-menu.show a {
    border-bottom: solid 1px #eaeaea;
    padding: 12px 20px;
}

    .dropdown-menu.show a:hover {
        color: #f89406;
    }

.user_detail .dropdown-menu {
    padding: 0px 10px;
    left: -32px !important;
    top: 18px !important;
    box-shadow: 3px 3px 15px 0px #d8d2d2;
    border: navajowhite;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.side_about ul {
    margin: 0px;
    padding: 0px;
}

    .side_about ul li {
        margin: 0px 15px 15px;
        list-style-type: none;
    }

        .side_about ul li img {
            margin-right: 10px;
        }

        .side_about ul li a {
            font-size: 18px;
            color: #fff;
            font-family: 'Poppins-Medium';
        }

            .side_about ul li a i {
                position: relative;
                right: -15px;
            }

            .side_about ul li a span {
                font-size: 20px;
                color: #feff8f;
                font-family: 'Poppins-Regular';
            }

        .side_about ul li button {
            padding: 5px 35px;
            border-radius: 20px;
            margin: 0 2px;
        }

.policy_helpful {
       background-color: #f2fafc;
    border: solid 5px #ffba57;
    border-radius: 10px;
    padding: 20px 33px;
}

    .policy_helpful h4 {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #414141;
        margin-bottom: 20px;
    }

.side_about .borderLi {
    border-bottom: solid 1px #fff;
    margin: 0 -20px 15px;
}

.sub_side li a {
    font-size: 16px !important;
}

.sub_side li {
    margin: 0px 0px 5px !important;
}

.sub_side {
    margin: 15px 0 0 45px !important;
}





.surveys, .surveys2, .surveys3, .welcomeYou, .welcomeYouActive, .sv_detail {
    text-align: center;
}

.modal-content {
    border-radius: 36px;
}

.pop2_content {
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 36px 36px 36px 36px;
}

    .pop2_content h4 {
        font-size: 23px;
        font-family: 'Montserrat-SemiBold';
    }

    /*.pop2_content p {
        font-size: 18px;
        font-family: 'Montserrat-SemiBold';
        color: #666666;
    }*/

.modal-lg {
    max-width: 900px;
}

.popbtn1 {
    width: 100%;
    border-radius: 25px;
    padding: 13px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.pop_btns {
    margin-top: 25px;
}

.popnav li {
    list-style-type: none;
    display: inline-block;
}

.popnav {
    margin: 35px 0 30px;
}

    .popnav li a {
        font-size: 18px;
        color: #000;
        font-family: 'Poppins-SemiBold';
        border-right: solid 2px #000;
        line-height: 15px;
        display: inline-block;
        padding: 0 20px;
    }

        .popnav li a:hover {
            color: #27d2ea;
        }

    .popnav li:last-child a {
        border-right: none;
    }

.welcomeYou .pop2_content button, .welcomeYouActive .pop2_content button, .sv_detail .pop2_content button {
    width: 75%;
}

.pop_active_bg {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 310px;
}





.survey_wrapper {
  /* width: 80%; */
}

.survey_content {
    background-color: #fff;
    padding: 40px 30px;
    border: solid 1px #ececec;
    border-radius: 10px;
    min-height: 790px;
}

    .survey_content h1 {
        font-size: 32px;
        margin: 0px;
        color: #f89406;
        border-bottom: solid 1px #e6e6e6;
        padding: 0 0 15px;
    }

    .survey_content table {
        font-family: 'Poppins-SemiBold';
    }

        .survey_content table tr td {
            color: #666666;
            font-size: 16px;
            padding: 10px 15px;
            margin: 0px;
            vertical-align: middle;
            position: relative;
        }

.survey_fullName {
    display: none;
    position: absolute;
    top: 7px;
    margin: 0px;
    width: 470px;
    padding: 7px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -2px #bdbdbd;
    border-radius: 30px;
    z-index: 9;
    color: #27d2ea;
}

.survey_content table tr td:nth-child(2) {
    cursor: pointer;
}

.survey_content table tr th {
    color: #000;
    font-size: 18px;
    border: none;
    font-weight: 500;
}

.survey_content table tr td a {
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 4px;
    display: inline-block;
}

    .survey_content table tr td a i {
        color: #f89406;
    }

.survey_content table tr td:nth-child(4n) {
    color: #18b0f4;
}

.bg_lightGray {
    background-color: #b5b5b5;
}

.survey_content .my_pagination {
    padding-top: 40px;
    border-top: solid 1px #eaeaea;
}

    .survey_content .my_pagination ul li {
        margin-right: 10px;
    }

        .survey_content .my_pagination ul li a {
            font-size: 18px;
            font-family: 'Poppins-SemiBold';
            padding: 6px 13px;
            color: #666666;
        }

            .survey_content .my_pagination ul li a i {
                color: #f89406;
            }

.sv_detail .pop_btns {
    margin-top: 0px;
}

.sv_detail .login_box {
    margin-top: 30px;
}








#cd-vertical-nav {
    position: absolute;
    right: 0px;
    top: 122px;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

    #cd-vertical-nav li {
        text-align: right;
    }

    #cd-vertical-nav a {
        display: block;
        /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        #cd-vertical-nav a:after {
            content: "";
            display: table;
            clear: both;
        }

        #cd-vertical-nav a span {
            float: right;
            display: inline-block;
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            transform: scale(0.6);
        }

        #cd-vertical-nav a:hover span {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
        }

        #cd-vertical-nav a:hover .cd-dot {
            background-color: #fff;
        }

        #cd-vertical-nav a:hover .cd-label {
            opacity: 1;
        }

        #cd-vertical-nav a.is-selected .cd-dot {
            background-color: white;
        }

    #cd-vertical-nav .cd-dot {
        position: relative;
        /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
        top: 8px;
        border: solid 2px #ececec;
        border-radius: 50%;
        padding: 22px;
        background-color: #fff;
        width: 100px;
        height: 100px;
        -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
        -moz-transition: -moz-transform 0.2s, background-color 0.5s;
        transition: transform 0.2s, background-color 0.5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

        #cd-vertical-nav .cd-dot img {
            width: 50px;
            height: 50px;
        }

    #cd-vertical-nav .cd-label {
        position: relative;
        margin-right: 0px;
        top: 35px;
        padding: .4em 0em;
        color: #27d2ea;
        font-size: 22px !important;
        font-size: 0.875rem;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

#cd-vertical-nav ul {
    margin: 0px;
    padding: 0px;
}

    #cd-vertical-nav ul li {
        text-decoration: none;
        list-style-type: none;
    }

.content_inner {
    /*min-height: 630px;*/
    min-height: auto;
}

.page-link:hover, .page-link:focus {
    background-color: transparent;
}

#cd-vertical-nav .side_close {
    left: 18px;
    right: auto;
}









.pc_content h3 {
    font-size: 24px;
    color: #333;
    font-family: 'Poppins-SemiBold';
    margin: 30px 0 20px;
    line-height: 40px;
}

.rd_block {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    font-family: 'Poppins-Medium';
    color: #666666;
}

    /* Hide the browser's default radio button */
    .rd_block input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #bdbdbd;
}

/* On mouse-over, add a grey background color */
.rd_block:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rd_block input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd_block input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rd_block .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f89406;
}





.poll_sec {
    margin-top: 40px;
}

.poll_wrapper1 {
    min-height: auto;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

    .poll_wrapper1 .content_inner {
        min-height: auto;
    }

.poll_wrapper2 table tr th {
    border-top: solid 1px #e6e6e6;
}

.poll_wrapper2 table tr td:last-child {
    text-align: right;
}



.blog_pro_detail h4 {
    color: #333333;
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
}

.blog_pro_detail h6 {
    color: #27d2ea;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.blog_pro_detail span {
    color: #414141;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    margin-left: 15px;
}

    .blog_pro_detail span i {
        font-size: 13px;
    }

.blog_pro_detail p {
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    margin: 15px 0 0;
}

.blog_pro_detail a {
    color: #f89406;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}

.blog_box {
    padding: 20px 0;
    border-bottom: solid 1px #eaeaea;
}




/*Start Blog Detail Page css*/
.blog_detail_wrapper {
}

    .blog_detail_wrapper h1 {
        color: #333333;
        font-size: 30px;
        font-family: 'Poppins-SemiBold';
        border: none;
        margin: 0px 0 5px;
        padding: 0px;
    }

    .blog_detail_wrapper p {
        color: #666666;
        font-size: 18px;
        font-family: 'Poppins-Medium';
    }

    .blog_detail_wrapper h6 {
        color: #27d2ea;
        font-size: 16px;
        font-family: 'Poppins-Medium';
    }

        .blog_detail_wrapper h6 span {
            color: #414141;
            font-size: 16px;
            font-family: 'Poppins-Regular';
            margin-left: 15px;
        }

    .blog_detail_wrapper img {
        margin: 20px 0 25px;
    }

    .blog_detail_wrapper h6 span i {
        font-size: 13px;
    }

.blog_share {
    border-top: solid 1px #eaeaea;
    padding: 20px 0 50px;
    margin-top: 60px;
}

.pc_content .blog_share h3 {
    font-family: 'Poppins-Medium';
    color: #333333;
    font-size: 24px;
}

.pc_content .blog_share a i {
    font-size: 26px;
    color: #666666;
    margin-left: 40px;
}

.no_mar {
    margin-left: 0px !important;
}
/*End Blog Detail Page css*/




.side_opn {
    display: none;
    background-color: #f89406;
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer;
    border-radius: 0 6px 5px 0px;
}

    .side_opn i {
        color: #fff;
        padding: 7px 8px;
    }

.side_close {
    display: none;
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    cursor: pointer;
}

.Rside_close {
    display: none;
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    cursor: pointer;
}

.feed_block span {
    font-size: 18px;
    color: #414141;
    font-family: 'Poppins-Regular';
    float: right;
}


/*Start Daily-Feed Page css*/
.feed_block {
    border-bottom: solid 1px #ececec;
}

    .feed_block.active {
        background-color: #f9f9f9;
        padding: 20px 20px 20px 0px;
    }

.feed_block {
    background-color: #fff;
    padding: 20px 20px 20px 0px;
}

    .feed_block.active ul {
        margin: 0px;
    }

    .feed_block ul {
        margin: 0px;
    }

        .feed_block ul li {
            /*position: relative;*/
            list-style-type: none;
        }

    .feed_block.active ul li:before {
        color: #27d2ea;
        content: 'â€¢';
        font-size: 2.2em;
        font-weight: bold;
        position: absolute;
        left: -25px;
        top: -15px;
    }

    .feed_block ul li:before {
        color: #999999;
        content: 'â€¢';
        font-size: 2.2em;
        font-weight: bold;
        position: absolute;
        left: -25px;
        top: -15px;
    }

    .feed_block.active ul h4 {
        font-size: 18px;
        color: #27d2ea;
        font-family: 'Poppins-SemiBold';
    }

    .feed_block ul h4 {
        font-size: 18px;
        color: #333333;
        font-family: 'Poppins-SemiBold';
    }

    .feed_block p {
        font-size: 16px;
        width: 80%;
        margin: 0px;
        color: #666666;
        font-family: 'Poppins-Medium';
    }

.feed_view {
    text-align: center;
}

    .feed_view a {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #666666;
    }

        .feed_view a i {
            display: block;
            color: #c1c1c1;
            font-size: 22px;
            margin-top: 10px;
        }

.feed_wrapper .feed_block:last-child {
    border: none;
}
/*End Daily-Feed Page css*/


/*Start Refer & Earn Page css*/
.refer_wrapper .survey_content {
    min-height: auto;
    background-image: url(../images/refer_block_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    /*min-height: 363px;*/
}

.refer_wrapper .content_inner {
    min-height: auto;
}

    .refer_wrapper .content_inner p {
        color: #414141;
        font-size: 24px;
        font-family: 'Poppins-Medium';
        margin: 50px 0 25px;
    }

.my_referal {
    position: relative;
    background: url(../images/referal_bg.png) no-repeat top center;
    background-color: #9fcdb4;
    min-height: 363px;
    border-radius: 10px;
    background-size: contain;
    padding: 0 25px;
}

    .my_referal .popbtn1 {
        font-size: 17px;
        margin-top: 84%;
        box-shadow: 0px 4px 2px 1px #8fb8a2
    }

.find_friend {
    border: solid 1px #ececec;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    padding: 18px;
}

.my_friend {
    width: 60%;
    padding: 40px 0;
    border-right: solid 1px #dadada;
}

    .my_friend ul {
        margin: 0px;
        padding: 0px;
    }

        .my_friend ul li {
            list-style-type: none;
            text-decoration: none;
            width: 24%;
            display: inline-block;
            margin-top: 45px;
        }

    .my_friend h2 {
        font-size: 36px;
        color: #333333;
        font-family: 'Poppins-Medium';
    }

.my_friendLink {
    width: 40%;
    padding: 40px 0;
    font-family: 'Poppins-Medium';
}

    .my_friendLink p {
        font-size: 24px;
        color: #666666;
        margin: 0 0 5px;
    }

    .my_friendLink span {
        font-size: 44px;
        line-height: 45px;
        display: block;
    }

    .my_friendLink h3 {
        font-size: 36px;
        color: #f89406;
        margin: 0px;
    }

        .my_friendLink h3 a {
            font-size: 32px;
            color: #18b0f4;
        }

.Rside_opn {
    display: none;
    background-color: #27d2eb;
    position: absolute;
    top: 88px;
    left: -28px;
    cursor: pointer;
    border-radius: 6px 0 0px 5px;
    border-right: solid 1px #00bcd8;
}

    .Rside_opn i {
        color: #fff;
        padding: 7px 8px;
    }

.pop2_content p span {
    color: #ce1c1c;
}

.pop2_content table tr td {
    font-size: 18px;
    padding: 6px 18px;
}

.pop2_content table tr th {
    border: none;
    font-size: 18px;
}

.find_friend {
    text-align: center;
}

.refer_offer {
    background: url(../images/referEarn_bg.png) no-repeat top center;
    background-size: cover;
    border-radius: 10px;
    margin: 40px 0;
}

.refer_offer_content {
    background: url(../images/referwin_img.png) no-repeat left bottom;
    overflow: hidden;
    text-align: center;
    background-position-x: -20px;
}

.offer_content {
    width: 70%;
    float: right;
    margin: 30px 0;
}

    .offer_content h2 {
        display: block;
        font-size: 52px;
        color: #fff;
        font-family: 'Poppins-bold';
        margin: 0px;
    }

.off1 {
    border-right: solid 1px #4798ad;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: right;
    padding-right: 20px;
    margin-right: 20px;
}

    .off1 span {
        font-size: 120px;
        color: #095193;
        font-family: 'Poppins-SemiBold';
        font-style: italic;
        line-height: 106px;
        display: block;
    }

    .off1 p {
        font-size: 25px;
        color: #fff;
        font-family: 'Poppins-SemiBold';
    }

.off2 {
    display: inline-block;
    width: 48%;
    text-align: left;
}

    .off2 span {
        font-size: 70px;
        color: #ffea70;
        font-family: 'Poppins-SemiBold';
        display: block;
        line-height: 64px;
    }

    .off2 h4 {
        font-size: 35px;
        color: #333333;
        margin: 0px;
        line-height: 40px;
    }

    .off2 p {
        font-size: 25px;
        color: #fff;
        font-family: 'Poppins-SemiBold';
    }

.bg_dgreen {
    background-color: #6daf49;
}

.bg_dred {
    background-color: #e15656;
}

.pop2_content table tr td a {
    padding: 0 0px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    width: 110px;
    display: block;
}
/*End Refer & Earn Page css*/


/*Start Profile Question optional Page css*/
.que_wrapper .survey_content {
    min-height: auto;
    background: url(../images/profile_question_bg.png) no-repeat bottom center;
    background-size: cover;
}

.que_wrapper .content_inner {
    min-height: auto;
}

    .que_wrapper .content_inner h2 {
        margin: 60px 0 0;
        font-size: 70px;
        font-family: 'Poppins-SemiBold';
        color: #333333;
    }

    .que_wrapper .content_inner h3 {
        margin: 0px;
        font-size: 36px;
        font-family: 'Poppins-SemiBold';
        color: #fff;
    }

        .que_wrapper .content_inner h3 span {
            font-size: 45px;
            font-family: 'Poppins-SemiBold';
            color: #333333;
        }

.que_options {
    margin: 38px 0 0;
}

.que_optn {
    margin-bottom: 18px;
}

    .que_optn a {
        position: relative;
        font-family: 'Poppins-SemiBold';
        background-color: #fff;
        border: solid 2px #ececec;
        font-size: 20px;
        color: #333333;
        border-radius: 10px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 28px 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .que_optn a:hover {
            border: solid 2px #f89406;
            color: #f89406;
        }

        .que_optn a img {
            position: absolute;
            top: -6px;
            right: -5px;
            max-width: 80px;
            min-width: auto;
        }

.p_questions {
    text-align: center;
}

    .p_questions .modal-content {
        position: relative;
    }

.close_pop {
    position: absolute;
    top: -28px;
    right: -28px;
    cursor: pointer;
}
/*End Profile Question optional Page css*/


/*Strat Offer & Rewards Page css*/
.my_offers {
    background: url(../images/offer_bg.png) no-repeat top center;
}

    .my_offers .popbtn1 {
        box-shadow: 0px 4px 2px 1px #6c6f6f7a;
    }

.reward_wrap .survey_content {
    min-height: auto;
}

.reward_wrap .content_inner {
    min-height: auto;
}

.content_inner .offer_blog {
    padding: 20px 0 0;
}

.offer_blog .nav-tabs a {
    font-size: 24px;
    font-family: 'Poppins-medium';
    color: #333;
}

.offer_blog .tab-content {
    padding: 25px 0 0;
}

.offer_blog .login_box .popbtn1 {
    width: auto;
    background-color: #27d2ea;
}

/*.offer_blog .login_box .form-group span {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 21px;
    color: #f89406;
    font-family: 'Poppins-medium';
}*/

.offer_details {
    width: 100%;
    margin-top: 40px;
}

.offer_Dblog img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.offer_Dblog {
    border: solid 2px #ececec;
    border-radius: 10px;
    margin-top: 30px;
}

    .offer_Dblog ul {
        padding: 0px;
        margin: 0px;
    }

        .offer_Dblog ul li {
            list-style-type: none;
            display: inline-block;
            width: 32%;
            border-right: solid 1px #cccccc;
            padding: 26px 9px;
        }

            .offer_Dblog ul li:hover {
                background-color: #f8f8f8;
            }

            .offer_Dblog ul li:last-child {
                border-right: none;
            }

            .offer_Dblog ul li a img {
                width: auto;
            }

            .offer_Dblog ul li a {
                font-size: 18px;
                color: #333;
                font-family: 'Poppins-medium';
            }

.off_popbg {
    background-color: #c1d2de;
}

.linkaccount .pop2_content {
    padding: 0px;
}

.linkaccount .modal-content {
}

.link_content {
    text-align: center;
    padding: 50px 50px 30px;
}

.off_popbg {
    text-align: center;
    padding: 80px 0;
    border-radius: 0 0 36px 36px;
}

    .off_popbg img {
        width: 23%;
        padding: 0 16px;
    }

.reedem_blog {
    display: flex;
    /*width: 75%;*/
    width:100%;
    margin: 25px auto;
    padding:10px 30px; 
    position:relative;
}

.redeem .pop2_content {
    text-align: center;
    min-height:300px;
}

    .redeem .pop2_content p {
        margin: 10px 0 0px;
    }

.reedem_pnt {
    text-align: center;
    /*width: 33.33%;*/
    width:27.33%;
}

    .reedem_pnt span {
        width: 150px;
        height: 150px;
        display: block;
        text-align: center;
        border-radius: 50%;
        border: solid 1px #cfcfcf;
        font-size: 45px;
        color: #27d2ea;
        font-family: 'Poppins-medium';
        padding: 43px 0;
        margin: auto;
    }
    .reedem_btn_circle{
        width: 83px;
        height: 83px;
        display: block;
        text-align: center;
        border-radius: 50%;
        border: solid 1px #cfcfcf;
        font-size: 45px;
        color: #27d2ea;
        font-family: 'Poppins-medium';
        padding: 43px 0;
        margin: auto;
        margin-top:40px;
    }
     .reedembtn {
        text-align: center;
        border-radius: 50%;
        border: solid 1px #cfcfcf;
        font-size: 45px;
        color: #27d2ea;
        font-family: 'Poppins-medium';
    }
/*Strat Offer & Rewards Page css*/



/* after editable css*/
.ad-btn-nw {
    text-decoration: none;
    color: #fff;
    background: #f89406;
    border-radius: 50px 50px;
    padding: 10px 25px;
}

    .ad-btn-nw:hover {
        color: #fff;
    }

.bd-nw {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
}

    .bd-nw h1 {
        border: none;
    }

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
}

#min-ht {
    padding: 40px 30px;
    background-color: #fff;
    border: solid 1px #ececec;
    border-radius: 10px;
    margin-bottom: 35px;
}

.qu-bg {
    background-color: rgba(0,0,0,.05);
    padding: 10px 5px;
    margin: 20px 0;
}

.que-in {
    width: 80%;
    padding: 5px 15px;
    border: 1px solid #a8a9a4;
    border-radius: 5px;
}

.ans-in {
    width: 100%;
    margin: 10px 0;
    padding: 10px 10px;
    border: 1px solid #f89406;
    border-radius: 5px;
}

.q-2 {
    margin-top: 20px;
}

.sur-btn {
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}

.tp h3 {
    border-bottom: solid 1px #e6e6e6;
    padding: 0 0 15px;
    font-size: 32px;
    margin: 0px;
    color: #f89406;
}

.tp {
    margin: 0 -15px;
}

.spn-text {
    font-size: 22px;
    color: rgba(0,0,0,0.7);
}

.inpt-surve {
    padding: 8px 5px;
    width: 60%;
    border: solid 1px #f89406;
    border-radius: 5px;
}

.additional-btn {
    margin: 20px 0;
    width: 100%;
}

.tp-ist {
    font-size: 32px;
    margin-top: 20px;
    color: #f89406;
}

.add-btn-new {
    background-color: #f89406;
    color: #fff;
    border: none;
    border-radius: 50px 50px;
    padding: 7px 18px
}

    .add-btn-new:hover {
        background-color: #e3901c;
    }
/* End after editable css*/


/*Css by akshay*/
/*Pages for dummmy */
.line-box {
    height: 100vh;
    border-right: 1px solid #d1d1d1;
}

.inner-sidebar {
    display: block;
}

    .inner-sidebar li a {
        display: inline-block;
        border-bottom: 2px solid #fff;
        padding: 18px 0;
        color: #000;
        font-size: 22px;
        font-family: 'Poppins-Medium';
    }

        .inner-sidebar li a:hover {
            border-bottom: 2px solid #ca225f;
        }

.pc_content h3 {
    font-family: 'Poppins-Medium';
    margin: 20px 0 0px !important;
}

.pc_content h4 {
    font-family: 'Poppins-Light';
    font-weight: 600;
    font-size: 34px;
    color: #27313a;
}

.delet-acnt {
    background: #f20c6e;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    text-transform: uppercase;
}

    .delet-acnt:hover {
        border: 1px solid #d1d1d1;
        background: #fff;
        color: #f20c6e;
    }

.pop-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    overflow: auto;
    padding-top: 60px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

.cooky-dis {
    display: block;
}

.pop-up {
    background: #fff;
    height: auto;
    padding: 20px 25px;
    margin: 0 auto;
}

.color-spn {
    color: #f20c6e;
}

.cooky {
    border-radius: 12px;
    border: 8px solid #dc574e;
}

.inline-cookies h3 {
    font-size: 54px;
    color: #3e4c57;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.inline-cookies p {
    font-size: 22px;
    color: #3e4c57;
    font-family: 'Poppins-Light';
    text-align: left;
}

.accp {
    border-radius: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Light';
    box-shadow: 1px 4px 6px rgba(0,0,0,0.4);
    padding: 13px 46px;
    font-weight: 400;
}

.accp-back-accpt {
    background: #45b29f;
    float: right;
}

.accp-back-decl {
    background: #b0aeaf;
    display: inline-block;
}

.tab-content p {
    font-size: 20px;
    font-family: 'Poppins-Light';
    color: #141517;
    font-weight: 400;
}

.li-circle {
    display: block;
    list-style-type: disc;
}

    .li-circle li {
        list-style-type: disc;
        margin: 10px 0;
    }

.chck {
    margin-right: 5px;
}

.accp-back-red {
    background: #e45847;
    font-family: 'Poppins-Bold';
    float: right;
}

.nav-btn {
    display: none;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.btn-navbar {
    background: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: none;
}

.can-btn {
    font-size: 26px;
    text-decoration: underline;
    color: #74a79c;
}

.custom-container {
    max-width: 600px;
    border-radius: 20px;
    padding: 30px 60px;
    text-align: center;
}

.pop-custom {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    overflow: auto;
    padding-top: 60px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

.pop-choise-no {
    display: none;
}

.pop-custom p {
    font-size: 19px;
}

.home-btn-im i {
    font-size: 57px;
    padding: 18px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.btn-house {
    background: #14252f;
    text-transform: #fff;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 7px 18px;
}

.right-cs {
    float: right;
}

.left-cs {
    float: left;
}
/*Pages for dummmy */
/* point dynamic */
.points_image img {
    position: relative;
}

.point_dynamic {
    position: absolute;
    margin-top: 135px;
    left: 30%;
    z-index: 999;
}

  
       .point_dynamic p {
    color: #18b0f4;
    font-family: 'Poppins-regular';
    font-size: 45px;
    line-height: 29px;
    margin-bottom:0px;
}
 

    .point_dynamic label {
        color: #000;
        font-family: 'Poppins-Medium';
        font-size: 20px;
    }
/* point dynamic */


/*------- 22-8-2018------ */
.point_dynamic {
    margin-top: 152px;
    left: 30%;
    z-index: 999;
}
.my_sidenav:after {
    position: absolute;
    content: "";
    background: url(../images/tick-side.jpg) no-repeat left center;
    width: 338px;
    height: 271px;
    bottom: 0;
    left:0;
}
input:focus {
    outline: 0;
}
.policy_helpful .btn.btn-primary {
      background: transparent;
    border-color: #333;
    border-radius: 50px;
    padding: 6px 24px 4px 24px;
    color: #333;
    text-transform: capitalize;
    margin-right: 5px;
    font-size: 15px;
}
.btn-primary.focus, .btn-primary:focus {
box-shadow:none !important;
}
.policy_helpful .btn-primary:not([disabled]):not(.disabled).active, .policy_helpful .btn-primary:not([disabled]):not(.disabled):active {
    background: #28d2eb;
    border-color: #28d2eb;
    box-shadow: none;
}
.my-survey {
    min-height: auto;
}
.my-survey thead {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.my-survey .tp-ist {
    margin-top: 0;
    margin-bottom: 20px;
}
.my-survey .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.my-survey .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.page-item.active .page-link {
  background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
}
.page-link {
    color: #000 !important;
    border: 0;
}
.pagination {
    margin: 0 auto;
}
.pagination-main{
        text-align: center;
    display: flex;
    margin-top: 32px;
}
/*------- 22-8-2018------ */
textarea:focus {
    outline: 0;
    border: solid 1px #f89406 !important;
}
textarea.dec_box {
    padding: 10px 14px;
}

.drop-list-new option {
    padding: 8px;
}
.drop-list-new {
    padding: 0px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.drop-list-new:focus {
    outline: 0;
}

.PointsDetail thead {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
 }
.PointsDetail .tp-ist {
    margin-top: 0;
    margin-bottom: 20px;
}
.PointsDetail .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.PointsDetail .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

/*menu css*/
.Menu-dot {position: relative;top: 0px;padding: 14px;background-color: #fff;width: 100px;height: 100px;}
.main-menu:hover,nav.main-menu.expanded {width: 250px;overflow:visible;}

.main-menu {background:#fff;position:absolute;top:150px;bottom:0;height:600px;right:0;width:60px;overflow:hidden;z-index:1000;}

.main-menu>ul {margin:7px 0;}

.main-menu li {position:relative;display:block;width:250px;height: 100px;}

.main-menu li>a {position:relative;display:table;border-collapse:collapse;border-spacing:0;color: orange;font-family: arial;font-size: 14px;text-decoration:none;-webkit-transform:translateZ(0) scale(1,1);-webkit-transition:all .1s linear;transition:all .1s linear;}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {position:relative;display:table-cell;vertical-align:middle;width:175px;font-family: 'Titillium Web', sans-serif;font-weight:bold;font-size:18px;margin-left: 14px;}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a{color:#fff;background-color:#27d2ea;}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('fonts/montserrat/Montserrat-Regular.ttf'); 
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 15px
}

.label-input100 {
  font-size: 25px;
  color: #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}
.label-inputPass {
  font-size: 25px;
  color: #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0px;
  right: 2px;
}

.label-input100.rs1 {
  height: 60px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 23px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px 0 60px;
  border:none;
}
.input200 {
    display: block;
    width: 250px;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 25px;
    margin: 0 15px;
    border: 1px solid #ddd;
    height:50px;
    border-radius:10px;
}
.input200:focus { border: 1px solid #ddd!important;}
input.input100 {
  height: 55px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #846add;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus + .focus-input100 + .label-input100 {
  color: #846add;
}
/*textarea:focus, input:focus {
  border-color: transparent !important;
}*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

.lblamount {line-height:55px;}
.PopSubmit-btn {
  font-family: Montserrat-SemiBold;
  font-size: 26px;
  color: #fff;
  line-height: 2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 250px;
  height: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -webkit-box-shadow: 0 6px 6px 0px rgba(132, 106, 221, 0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  border: none;
}


.PopSubmit-btn:hover {
  background: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
.labelform {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.3rem!important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: Montserrat-Regular!important;
}

/*
Linearicons Free v1.0.0 - https://linearicons.com/free
By Perxis - https://perxis.com
(c) 2014-2015 Perxis.com
License: https://linearicons.com/free/license
*/
@font-face{font-family:Linearicons-Free;src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix) format('embedded-opentype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2) format('woff2'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf) format('truetype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff) format('woff'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free) format('svg');font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
/*.qty {
    width: 50px;
    height: 35px;
    text-align: center;
    font-family:Montserrat-Regular;
    background-color: orange;
    border: none;
    color: #fff;
}
input.qtyplus { width:27px; height:25px;}
input.qtyminus { width:27px; height:25px;}*/
.input-group input[type='button'] {
  background-color: #27d2ea;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 4px;
  font-size:20px;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
  background:#fff;
  font-size:20px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.button-minus {
  right: 5px;
}
.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.voucherwarn {width:20%;position:absolute;top:30px;display:flex;align-items:center;right:-10px;}
.center {display:flex;justify-content:center;}
.warning {color:red;font-weight:700;font-family:Montserrat-Regular;border:none;font-size:14px;}
.limitwarn {width:auto;position:absolute;top:-25px;display:flex;align-items:center;right:200px;}
.voucher-quantitybox {width: 142px;top: 53px;left: 15px;position:relative;}

/*
Processing css
*/
.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 60%;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
		-o-box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
		-ms-box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
		-webkit-box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
		-moz-box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	}
	25% {
		box-shadow: -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73);
	}
	50% {
		box-shadow: -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223);
	}
	75% {
		box-shadow: 38px -38px #dfdfdf, 38px 38px #4f4d49, -38px 38px #dfdfdf, -38px -38px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	}
	25% {
		box-shadow: -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73);
	}
	50% {
		box-shadow: -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223);
	}
	75% {
		box-shadow: 38px -38px #dfdfdf, 38px 38px #4f4d49, -38px 38px #dfdfdf, -38px -38px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	}
	25% {
		box-shadow: -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73);
	}
	50% {
		box-shadow: -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223);
	}
	75% {
		box-shadow: 38px -38px #dfdfdf, 38px 38px #4f4d49, -38px 38px #dfdfdf, -38px -38px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	}
	25% {
		box-shadow: -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73);
	}
	50% {
		box-shadow: -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223);
	}
	75% {
		box-shadow: 38px -38px #dfdfdf, 38px 38px #4f4d49, -38px 38px #dfdfdf, -38px -38px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223);
	}
	25% {
		box-shadow: -38px 38px rgb(223,223,223), -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73);
	}
	50% {
		box-shadow: -38px -38px rgb(79,77,73), 38px -38px rgb(223,223,223), 38px 38px rgb(79,77,73), -38px 38px rgb(223,223,223);
	}
	75% {
		box-shadow: 38px -38px #dfdfdf, 38px 38px #4f4d49, -38px 38px #dfdfdf, -38px -38px #4f4d49;
	}
}
.flip {
    height: 255px;
    width: 100%;
    margin: 0 auto;
}
.flip .back {
    background:#ff9933;
    color: #000;
    text-align: justify;
    line-height: 100px;
    padding: 20px;
    min-height:254px
}
.captcha-center {
    padding:0 270px 15px;
}
.lblpos {
    position:absolute;
    right:0;
}


@media only screen and (max-width:360px) {
    .captcha-center {
        padding: 0 2% 15px !important;
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-width:361px) and (max-width: 575px) {
    .captcha-center {
        padding: 0 2% 15px !important;
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


@media only screen and (min-width: 576px) and (max-width: 992px) {
    .captcha-center {
        padding: 0 20% 15px;
    }
}



/*Tag Css*/
.blog_tag .tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}


.blog_tag .tags li {
  float: left; 
}

 .blog_tag .tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #666666;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-family:Poppins-regular
}

.blog_tag .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.blog_tag .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.blog_tag .tag:hover {
  background-color: #f99506;
  color: white;
}

.blog_tag .tag:hover::after {
   border-left-color: #df9520; 
}

