/*---------------------------------------------
 
===================   
CSS INDEX
===================
1. Typography
2. Bootstrap Overwrite
	2.1 Form
    2.2 Grid
3. Vendor Custom Style
    3.1 Slick
    3.2 Select 2
4. Template Layout Style
	4.1 Back To Top
	4.2 Breadcrumb Banner
    4.3 Footer
    4.4 Global
    4.5 Helper Classes
    4.6 Header Menu
    4.7 Pagination
    4.8 Preloader
    4.9 Section
5. Template Page Style
	5.1 About
	5.2 Banner
	5.3 Blog
	5.4 Community
	5.5 Contact Us
	5.6 Groups
	5.7 Location
	5.8 Team
	5.9 Testimonial
	5.10 Why Choose Us
	5.11 Login Page
6.  Dashboard
	6.1 Banner
	6.2 Blocks
	6.3 Forum
	6.4 Post
	6.5 Product
	6.6 Search
	6.7 User Activity
	6.8 Widget 
--------------------------------------------*/
/*=======================================================================
1. Typography 
=========================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300&display=swap');

body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #696871;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
    letter-spacing: -0.2px;
}

body > .wrapper {
    min-height: 100vh
}

.wrapper .fixed-header {
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    left: 0;
}

.wrapper.open {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.wrapper.open .fixed-header {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);

}

.wrapper .page-content {
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;

}

.wrapper.open .page-content {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);

}

p {
    margin: 0 0 10px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 1.2;
    color: #3E3F42;
}

h1 {
    font-size: 46px;
    line-height: 52px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 44px;
    }

    .discover-community .join-right .heading {
        font-size: 38px;
    }

    .discover-community .join-right p {

        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 22px;
}

@media only screen and (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Form -------------------*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group .form-control {
    color: #111111;
    padding: 20px;
    border-color: #d7d7d7;
    background-color: #ffffff;
    border-radius: 4px;
}

.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group input {
    height: 44px;
}


.form-group input.btn {
    height: 40px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group .submit-btn {
    height: auto;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 25px;
    background-color: #ed2895;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-group .submit-btn:hover {
    background-color: #ED2893;
}

.form-group .submit-btn:focus {
    outline: none;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #646464;
}

.input-group {
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
}

.input-group .form-control {
    border-radius: 4px 0 0 4px;
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    color: #111111;
    border: none;
}

.input-group .form-control:focus {
    box-shadow: none;
}

.input-group .input-group-append .search-btn {
    border: none;
    background-color: #ed2895;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.input-group .input-group-append .search-btn:focus {
    outline: none;
}

.input-group .input-group-append .search-btn:hover {
    background-color: #ED2893;
}

.input-group input.form-control::-webkit-input-placeholder,
.input-group textarea.form-control::-webkit-input-placeholder {
    color: #969696;
}

.form-check {
    position: relative;
    padding-left: 0;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #646464;
    cursor: pointer;
}

.form-check label i {
    color: #ffbc09;
    margin-right: 4px;
}

.form-check label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 16px;
}

.form-check input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.form-check input[type="checkbox"]:checked + label {
    color: #000000;
}

.form-check input[type="checkbox"]:checked + label:after {
    font-family: IcoFont;
    content: "\eed8";
    font-weight: 600;
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.form-check input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-check label::before {
    border-radius: 4px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #ed2895;
    border-color: #ed2895;
}

.form-check input[type="checkbox"]:checked + label:after {
    color: #ffffff;
}

/*------------------- 2.2 Grid -------------------*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.full-width > .row {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid.full-width > .row > [class^="col-"],
.container-fluid.full-width > .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.row.gutters-10 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.gutters-15 > [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-20 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 3.1 Slick -------------------*/
.slick-slide:focus {
    outline: none;
}

.slick-arrow {
    visibility: hidden;
    opacity: 0;
    height: 35px;
    width: 35px;
    line-height: 48px;
    background-color: white;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

.slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    color: #ed2895;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
    background-color: white;
}

.slick-prev {
    left: 30px;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next {
    right: 30px;
}

.slick-next:before {
    content: "\f105";
}

.slick-dots {
    left: 0;
    bottom: -35px;
    width: auto;
}

.slick-dots li {
    margin: 0 8px 0 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.slick-dots li button {
    background-color: #cccccc;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #ed2895;
}

/*------------------- 3.2 Select 2 -------------------*/
.select2-container {
    min-width: 250px;
}

.select2-container--classic .select2-selection--single {
    background: #ffffff;
    border: 1px solid #eaeaea;
    height: 44px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    color: #646464;
    padding-left: 20px;
    font-size: 14px;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #eaeaea;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: none;
    border-left: none;
    height: 40px;
    top: 0;
    right: 4px;
    width: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #646464 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

/* select :disabled */
.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #646464 !important;
    opacity: 0.35;
    /* background-color: #f1f1f1; */
    padding-left: 20px;
    font-size: 14px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #646464 transparent;
    border-width: 0 5px 6px 5px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: #ffffff;
    border-color: #eaeaea;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-color: #eaeaea;
    background: transparent;
    border-top: 1px solid #eaeaea;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #eaeaea;
    position: inherit !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #ed2895;
}

.select2-results__option {
    padding: 5px 20px;
    font-size: 14px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #646464;
}

/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Back To Top -------------------*/
.scrollup {
    overflow: hidden;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    bottom: -100px;
    right: 20px;
    text-align: center;
    z-index: 9999;
    background-color: #0054D3;
    color: #ffffff;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.scrollup:hover {
    color: #ED2893;
    background-color: #ffffff;
}

.scrollup:focus {
    color: #ffffff;
}

.scrollup:hover:focus {
    color: #ED2893;
}



.scrollup.back-top {
    bottom: 25px;
}

/*------------------- 4.2 Breadcrumb Banner -------------------*/
.breadcrumbs-banner {
    margin-top: -97px;
    padding: 185px 0 95px;
    background-color: #ed2895;
    background-image: url("../../media/banner/hero_1.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .breadcrumbs-banner {
        padding: 165px 0 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumbs-banner {
        padding: 145px 0 55px;
    }
}

.breadcrumbs-banner .breadcrumb-animate-img {
    position: absolute;
    right: 9%;
    bottom: 0;
    line-height: 0;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .breadcrumbs-banner .breadcrumb-animate-img {
        right: -10%;
        bottom: -10%;
    }

    .breadcrumbs-banner .breadcrumb-animate-img img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumbs-banner .breadcrumb-animate-img {
        right: -20%;
        bottom: -25%;
    }

    .breadcrumbs-banner .breadcrumb-animate-img img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

.breadcrumbs-banner .breadcrumbs-area {
    position: relative;
    z-index: 1;
}

.breadcrumbs-banner .breadcrumbs-area h1 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 6px;
}

.breadcrumbs-banner .breadcrumbs-area ul li {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
}

.breadcrumbs-banner .breadcrumbs-area ul li:after {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14px;
}

.breadcrumbs-banner .breadcrumbs-area ul li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-banner .breadcrumbs-area ul li a:hover {
    color: #ED2893;
}

.breadcrumbs-banner .breadcrumbs-area ul li:last-child {
    margin-right: 0;
}

.breadcrumbs-banner .breadcrumbs-area ul li:last-child:after {
    display: none;
}

/*------------------- 4.3 Footer -------------------*/
.footer-wrap {
    background-color: #fff;
    position: relative;

}

/*
.footer-wrap:before {
    content: url("../../media/figure/footer_shape.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
    line-height: 0;
}
*/

@media only screen and (max-width: 479px) {
    .footer-wrap .footer-top-image {
        display: none;
    }


    .row.gutters-20 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.gutters-20 > [class^="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

}

.footer-wrap .footer-top-image li {
    display: inline-block;
    position: absolute;
    top: -103px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
}

.footer-wrap .footer-top-image li:nth-child(1n) {
    left: 50%;
}

.footer-wrap .footer-top-image li:nth-child(2n) {
    left: calc(50% + 135px);
    top: -100px;
}

.footer-wrap .footer-top-image li:nth-child(3n) {
    left: calc(50% - 135px);
    top: -97px;
}

.footer-wrap .footer-top-image li:nth-child(4n) {
    left: calc(50% + 270px);
    top: -97px;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-top-image li:nth-child(4n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(5n) {
    left: calc(50% - 270px);
    top: -88px;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-top-image li:nth-child(5n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(6n) {
    left: calc(50% + 405px);
    top: -80px;
}

@media only screen and (max-width: 991px) {
    .footer-wrap .footer-top-image li:nth-child(6n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(7n) {
    left: calc(50% - 405px);
    top: -69px;
}

@media only screen and (max-width: 991px) {
    .footer-wrap .footer-top-image li:nth-child(7n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(8n) {
    left: calc(50% + 540px);
    top: -60px;
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top-image li:nth-child(8n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(9n) {
    left: calc(50% - 540px);
    top: -44px;
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top-image li:nth-child(9n) {
        display: none;
    }
}

.main-footer {
    padding: 80px 0 10px;
    border-top: 1px solid #EAEDF3;
}

@media only screen and (max-width: 991px) {
    .main-footer {
        background-color: #ffffff;
        padding: 80px 0 25px;
    }
}

.footer-box {
    margin-bottom: 50px;
    z-index: 99;
}

.footer-box .footer-logo {
    margin-bottom: 20px;
}

.footer-box .footer-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

/*
.footer-box .footer-title:after {
    content: "";
    height: 3px;
    width: 20px;
    background-color: #ed2895;
    position: absolute;
    bottom: 0;
    left: 8px;
}
*/

/*
.footer-box .footer-title:before {
    content: "";
    height: 3px;
    width: 6px;
    background-color: #ed2895;
    position: absolute;
    bottom: 0;
    left: 0;
}
*/

.footer-box .footer-link ul li {
    margin-bottom: 7px;
}

.footer-box .footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-box .footer-link ul li a {
    color: #3E3F42;
}

.footer-box.contact .footer-link ul li a {
    color: #0054D3;
}

.footer-box .footer-link ul li a:hover {
    color: #ed2895;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #ececec;
    text-align: center;
}

.footer-bottom .footer-copyright {
    color: #696871;
}

.footer-bottom .footer-social a {
    background: #E1E8F9;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    margin-left: 5px
}

.footer-bottom .footer-social a:hover {
    color: #0054D3;
}

.footer-dashboard {
    background-color: #ffffff;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .footer-dashboard {
        margin-top: 40px;
    }


    .footer-box .footer-title {
        margin-bottom: 0px;
    }

    .footer-box .footer-link ul li {
        margin-bottom: 3px;
    }

    .footer-box .footer-link ul li a {
        font-size: 14px;
    }

    .footer-box {
        margin-bottom: 30px;
    }
}

.footer-dashboard:before {
    display: none;
}

.footer-dashboard .main-footer {
    padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
    .footer-dashboard .main-footer {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-dashboard .main-footer {
        padding-top: 80px;
    }

    .footer-bottom .footer-social {
        margin-top: 12px;
    }
}

/*------------------- 4.4 Global -------------------*/
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0054D3;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
    color: #111111;
    outline: 0 none;
}

button:active,
button:hover,
button:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.item-icon {
    line-height: 1;
}

.item-icon i {
    display: inline-block;
}

/*------------------- 4.5 Helper Classes -------------------*/


h3.section-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.2px;
}

.button-theme {
    color: #ffffff;
    background-color: #ED2893;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}


.button-theme:focus {
    color: #ffffff;

}


.hero-banner .button-theme {
    font-size: 20px;
    padding: 15px 20px;

    min-width: 200px;
}

.button-theme:hover {
    color: #ffffff;
    background-color: #0055d6;

}


.button-slide {
    color: #000000;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    padding: 4px 3px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.button-slide:after {
    content: "";
    height: 41px;
    width: 41px;
    background-color: #ED2893;
    border-radius: 30px;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.button-slide .btn-text {
    margin-left: 24px;
}

.button-slide .btn-icon {
    margin-left: 15px;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-slide .btn-icon svg {
    vertical-align: baseline;
}

.button-slide:hover:after {
    width: 95%;
    border-radius: 30px;
}

.bg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-fb {
    background-color: #365493;
}

.bg-twitter {
    background-color: #38b8ff;
}

.bg-instagram {
    background-color: #ff3b6e;
}

.bg-pinterest {
    background-color: #cd0f40;
}

.bg-dribble {
    background-color: #ec407a;
}

.bg-youtube {
    background-color: #ff0000;
}

.bg-behance {
    background-color: #2962ff;
}

.color-fb {
    color: #1877f2;
}

.color-twitter {
    color: #1da1f2;
}

.color-instagram {
    color: #c32aa3;
}

.color-messenger {
    color: #00B2FF;
}

.color-whatsapp {
    color: #25d366;
}

.bg-primary {
    background-color: #ed2895 !important;
}

.bg-aash {
    background-color: #fafafa;
}

.bg-link-water {
    background-color: #eff4fb;
}

.bg-salmon-gradient {
    background-image: -webkit-linear-gradient(left, #ff8a65 30%, #ff5722 100%);
    background-image: linear-gradient(to right, #ff8a65 30%, #ff5722 100%);
}

.bg-amethyst-gradient {
    background-image: -webkit-linear-gradient(left, #4035cd 30%, #ab47bc 100%);
    background-image: linear-gradient(to right, #4035cd 30%, #ab47bc 100%);
}

.bg-sun-gradient {
    background-image: -webkit-linear-gradient(left, #ffd740 30%, #ffcb40 100%);
    background-image: linear-gradient(to right, #ffd740 30%, #ffcb40 100%);
}

.bg-tagerine-gradient {
    background-image: -webkit-linear-gradient(left, #ff8b82 30%, #e53935 100%);
    background-image: linear-gradient(to right, #ff8b82 30%, #e53935 100%);
}

.bg-picton-gradient {
    background-image: -webkit-linear-gradient(left, #4dbdef 30%, #7c4dff 100%);
    background-image: linear-gradient(to right, #4dbdef 30%, #7c4dff 100%);
}

.bg-jungle-gradient {
    background-image: -webkit-linear-gradient(left, #26a69a 30%, #64dd17 100%);
    background-image: linear-gradient(to right, #26a69a 30%, #64dd17 100%);
}

.bg-dodger-gradient {
    background-image: -webkit-linear-gradient(left, #2962ff 30%, #00b0ff 100%);
    background-image: linear-gradient(to right, #2962ff 30%, #00b0ff 100%);
}

.bg-pink-gradient {
    background-image: -webkit-linear-gradient(left, #ef9a9a 30%, #f06292 100%);
    background-image: linear-gradient(to right, #ef9a9a 30%, #f06292 100%);
}

.bg-spring-gradient {
    background-image: -webkit-linear-gradient(left, #00e676 30%, #1de9b6 100%);
    background-image: linear-gradient(to right, #00e676 30%, #1de9b6 100%);
}

.bg-gray-gradient {
    background-image: -webkit-linear-gradient(left, #b0bec5 30%, #607d8b 100%);
    background-image: linear-gradient(to right, #b0bec5 30%, #607d8b 100%);
}

.tooltip-inner {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    background: #ED2893;
    color: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(107, 220, 248, 0.7);
    z-index: 5;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #ED2893;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #ED2893;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #ED2893;
}

/* Keyframe Animation */
@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
    }

    75% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
    }

    75% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(50px);
        transform: translateX(-50px) translateY(50px);
    }

    75% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(50px);
        transform: translateX(-50px) translateY(50px);
    }

    75% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-50px);
        transform: translateX(100px) translateY(-50px);
    }

    75% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-50px);
        transform: translateX(100px) translateY(-50px);
    }

    75% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0c1fd7;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0c1fd7;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

@-webkit-keyframes movinground {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    60% {
        -webkit-transform: rotate(180deg) scale(1.5);
        transform: rotate(180deg) scale(1.5);
    }

    80% {
        -webkit-transform: rotate(90deg) scale(0.6);
        transform: rotate(90deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

@keyframes movinground {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    60% {
        -webkit-transform: rotate(180deg) scale(1.5);
        transform: rotate(180deg) scale(1.5);
    }

    80% {
        -webkit-transform: rotate(90deg) scale(0.6);
        transform: rotate(90deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #ED2893;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    }
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #ED2893;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    }
}

/*------------------- 4.6 Header Menu -------------------*/
header.header {
    position: relative;
    z-index: 15;
}

.temp-logo {
    position: relative;
}

.temp-logo img {
    max-height: 60px;
}

@media only screen and (max-width: 991px) {
    .temp-logo {
        display: none;
    }
}

/*

 .temp-logo:before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #ED2893;
    position: absolute;
    top: 1px;
    left: 44px;
    border-radius: 50%;
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
} 
*/

.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 30px;
}

.header-menu:after {
    clear: both;
    content: "";
    display: block;
}

nav.template-main-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.template-main-menu > ul > li {
    position: relative;
}

nav.template-main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #8C8C8C;
    padding: 40px 15px;
}

@media only screen and (max-width: 1199px) {
    nav.template-main-menu > ul > li > a {
        padding: 40px 10px;
    }

    .header-menu {
        padding-left: 0;
        padding-right: 0;
    }
}

nav.template-main-menu > ul > li:hover > a {
    color: #ED2893;
}

nav.template-main-menu > ul > li > a.active {
    color: #ED2893;
}

nav.template-main-menu > ul > li a.have-sub {
    position: relative;
}

nav.template-main-menu > ul > li a.have-sub:after {
    content: "\eab2";
    font-family: IcoFont !important;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li:hover a.have-subr:after {
    color: #ED2893;
}

nav.template-main-menu > ul > li ul.sub-menu {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    pointer-events: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

nav.template-main-menu > ul > li ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.sub-menu li {
    position: relative;
}

nav.template-main-menu > ul > li ul.sub-menu li a {
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444444;
    padding: 2px 0;
    display: block;
}

nav.template-main-menu > ul > li ul.sub-menu li a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #ff630e 0%, #ff000a 100%);
    background: linear-gradient(to top, #ff630e 0%, #ff000a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.sub-menu li a:hover {
    color: #ED2893;
}

nav.template-main-menu > ul > li ul.mega-menu {
    padding: 10px 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 85%;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

nav.template-main-menu > ul > li ul.mega-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.mega-menu > li {
    width: 230px;
    display: inline-block;
    margin: 0 5px;
    float: left;
}

nav.template-main-menu > ul > li ul.mega-menu > li > ul.sub-menu {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav.template-main-menu > ul > li ul.mega-menu > li > ul.sub-menu:before {
    display: none;
}

nav.template-main-menu > ul > li ul.mega-menu-col-2 {
    width: 480px;
    left: -100px;
    padding: 0;
}

nav.template-main-menu > ul > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
}

nav.template-main-menu > ul > li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
}

.menu-layout1 {
    padding: 0 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1440px) {
    .menu-layout1 {
        padding: 0;
    }
}

.rt-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: upsdown 1000ms;
    animation: upsdown 1000ms;
}

.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 30px 15px;
}

@media only screen and (max-width: 1199px) {
    .rt-sticky nav.template-main-menu > ul > li > a {
        padding: 30px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}

.header-action ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-action ul li {
    margin-right: 26px;
}

.header-action ul li:last-child {
    margin-right: 0;
}

.header-action ul .header-social {
    position: relative;
    margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
    .header-action ul .header-social {
        display: none;
    }
}

.header-action ul .header-social:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: -22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-action ul .header-social a {
    color: #0355D6;
    padding: 5px;
    margin-right: 4px;
}

.header-action ul .header-social a:hover {
    color: #ED2893;
}

.header-action ul .header-social a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 479px) {
    .header-action ul .header-search-icon {
        display: none;
    }
}

.header-action ul .header-search-icon a {
    color: #ffffff;
    font-size: 20px;
}

.header-action ul .header-search-icon a:hover {
    color: #ED2893;
}

.header-action ul .login-btn a {
    color: #ffffff;
    background-color: #ED2893;
    padding: 8px 25px;
    font-weight: 500;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .header-action ul .login-btn a {
        padding: 6px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .header-action ul .login-btn a {
        padding: 4px 20px;
        font-size: 14px;
    }
}

.header-action ul .login-btn a:hover {
    background-color: #0055d6;
    color: #ffffff;
}






.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.header-search .header-search-form {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search .header-search-form input[type="search"] {
    width: 60%;
    color: white;
    font-size: 24px;
    text-align: left;
    border: none;
    margin: 0 auto;
    padding: 25px 10px 25px 30px;
    outline: none;
    background: -webkit-linear-gradient(left, transparent, rgba(200, 200, 200, 0.5), transparent);
    background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
}

@media only screen and (max-width: 575px) {
    .header-search .header-search-form input[type="search"] {
        width: 75%;
    }
}

.header-search .header-search-form .search-btn {
    padding: 24px 10px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.header-search .header-search-form .search-btn i:before {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 0;
}

.header-search .header-search-form .search-btn:focus {
    box-shadow: none;
    outline: none;
}

.header-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #111111;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    opacity: 1;
    visibility: visible;
    padding: 3px 15px 5px;
    font-size: 36px;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.header-search .close:hover {
    background-color: white;
}

.header-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.fixed-header {
    /*    position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid #EAEDF3;
}

.fixed-header .header-menu {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-menu {
        padding: 0 15px !important;
    }
}

.fixed-header .header-menu .header-logo {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.fixed-header .header-menu .header-logo img {
    height: 50px;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo img {
        height: 30px;
    }
}

/*
.fixed-header .header-menu .header-logo:before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #ED2893;
    position: absolute;
    top: 1px;
    left: 44px;
    border-radius: 50%;
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
}
*/

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo:before {
        height: 6px;
        width: 6px;
        top: 1px;
        left: 31px;
    }
}

.fixed-header .navbar {
    padding: 0 40px;
}

@media only screen and (max-width: 1439px) {
    .fixed-header .navbar {
        padding: 0 0px;
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-header .navbar {
        padding: 0 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .fixed-header .navbar {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .navbar {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .navbar {
        padding: 2px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .fixed-header .navbar {
        /*
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
*/
    }
}

@media only screen and (max-width: 479px) {
    .fixed-header .navbar {
        padding: 2px 5px;
    }
}

.fixed-header .navbar .nav-top-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}



.fixed-header nav.template-main-menu ul li a {
    padding: 17px 20px;
}


@media only screen and (max-width: 1400px) {
    .fixed-header nav.template-main-menu ul li a {
        padding: 17px 16px;
    }

}

@media only screen and (max-width: 1241px) {
    .fixed-header nav.template-main-menu ul li a {
        padding: 17px 13px;
    }

}

@media only screen and (max-width: 1199px) {
    .fixed-header .navbar .nav-top-menu {
        display: none;
    }
}


.fixed-header .header-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixed-header .header-control .inline-item {
    margin-right: 40px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-control .inline-item {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 374px) {
    .fixed-header .header-control .inline-item {
        margin-right: 10px;
    }
}

.fixed-header .header-control .inline-item:after {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #EAEDF3;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 374px) {
    .fixed-header .header-control .inline-item:after {
        display: none;
    }
}

.fixed-header .header-control .inline-item:last-child {
    margin-right: 0;
}

.fixed-header .header-control .inline-item:last-child:after {
    display: none;
}

.fixed-header .header-control .input-group {
    background-color: #eaedf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;

}

@media only screen and (max-width: 1360px) {
    .fixed-header .header-control .input-group {
        width: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .fixed-header .header-control .input-group {
        width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-control .input-group {
        width: 170px;
    }
}

.fixed-header .header-control .input-group .form-control {
    padding: 5px 15px;
    height: 42px;
    color: #3E3F42;
    font-size: 14px;
    background-color: transparent;
}

.fixed-header .header-control .input-group .input-group-append {
    margin: 0 3px 0 0;
}

.fixed-header .header-control .input-group .submit-btn {
    background-color: #ED2893;
    border: none;
    color: #ffffff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    position: relative;
}

.fixed-header .header-control .input-group .submit-btn:before {
    content: "";
    width: 13px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 6px;
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
    opacity: 0.8;
}

.fixed-header .header-control .input-group input.form-control::-webkit-input-placeholder,
.fixed-header .header-control .input-group textarea.form-control::-webkit-input-placeholder {
    color: #9EA0A5;
    letter-spacing: 1px;
}

.fixed-header .header-control .dropdown {
    margin-right: 10px;
}

@media only screen and (max-width: 374px) {
    .fixed-header .header-control .dropdown {
        margin-right: 0;
    }
}

.fixed-header .header-control .dropdown:last-child {
    margin-right: 0;
}

.fixed-header .header-control .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 22px;
    color: #9EA0A5;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 479px) {
    .fixed-header .header-control .dropdown .dropdown-toggle {
        font-size: 20px;
    }
}

.fixed-header .header-control .dropdown .dropdown-toggle .notify-count {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #FBFBFB;
    border-radius: 50%;
    color: #3E3F42;
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -6px;
    border: 1px solid #DADEE7;
}

@media only screen and (max-width: 479px) {
    .fixed-header .header-control .dropdown .dropdown-toggle .notify-count {
        height: 16px;
        width: 16px;
        line-height: 16px;
        font-size: 10px;
    }
}

.fixed-header .header-control .dropdown .dropdown-toggle:after {
    display: none;
}

.fixed-header .header-control .dropdown .dropdown-toggle:hover {
    color: #ed2893;
}

.fixed-header .header-control .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-radius: 4px;
    min-width: 330px;
    padding: 0;
    top: 48px;
    right: -20px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}



.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border: 0 !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
    margin-top: 8px !important;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #FF0000;

}


/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 240px;
}


h3.title {

    font-weight: 300;
    margin-bottom: 20px;
}


.ui-menu .ui-menu-item-wrapper {

    font-size: 14px;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 6px 10px;
    color: #646464;

    font-family: 'Heebo', sans-serif;
}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #eaedf3;
    background: #eaedf3;
    font-weight: normal;
    color: #000;
}


@media only screen and (max-width: 991px) {
    .fixed-header .header-control .dropdown .dropdown-menu {
        top: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-control .dropdown .dropdown-menu {
        top: 38px;
        min-width: 270px;
    }

    .fixed-header .header-control .dropdown.dropdown-notification .dropdown-menu {
        right: -72px;
    }

    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu {
        right: -115px;
    }

    .fixed-header .header-control .dropdown.dropdown-notification .dropdown-menu:before,
    .fixed-header .header-control .dropdown.dropdown-notification .dropdown-menu:after {
        right: 80px;
    }

    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu:before,
    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu:after {
        right: 124px;
    }
}


@media only screen and (max-width: 374px) {

    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu {
        right: -104px;
    }

    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu:before,
    .fixed-header .header-control .dropdown.dropdown-cart .dropdown-menu:after {
        right: 112px;
    }
}



.fixed-header .header-control .dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -9px;
    right: 30px;
}

.fixed-header .header-control .dropdown .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 11px solid #dee5ef;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -11px;
    right: 30px;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown .dropdown-menu:before {
        /*
        right: auto;
        left: 50px;
*/
    }
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading .heading-title {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading .heading-btn {
    text-align: right;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading .heading-btn a {
    font-size: 12px;
    color: #9e9faf;
    margin-right: 12px;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading .heading-btn a:hover {
    color: #ed2895;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-heading .heading-btn a:last-child {
    margin-right: 0;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body {
    background-color: #f6f9fd;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media {
    padding: 15px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media:nth-child(even) {
    background-color: #ffffff;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media .item-img {
    margin-right: 15px;
    margin-top: 5px;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media .item-img img {
    border-radius: 50%;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media .media-body {
    position: relative;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media .item-title {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1px;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media p {
    font-size: 13px;
    color: #3E3F42;
    line-height: 16px;
    font-weight: 400;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media .item-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #9e9faf;
    font-weight: 600;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-body .media:hover {
    background-color: #ffffff;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-footer .view-btn {
    text-align: center;
    background-color: #ed2895;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    padding: 15px 0;
}

.fixed-header .header-control .dropdown .dropdown-menu .item-footer .view-btn:hover {
    background-color: #ED2893;
}

.fixed-header .header-control .dropdown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown-friend .dropdown-menu {
        left: -75px;
    }
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown-friend .dropdown-menu:before {
        left: 82px;
    }
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-heading {
    padding-bottom: 4px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body {
    background-color: #ffffff;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media {
    border-bottom: 1px solid #e8edf4;
    padding: 26px 22px 18px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media:last-child {
    border-bottom: none;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img {
    margin-top: 0;
    position: relative;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img:after {
    content: url("../../media/figure/chat_round_shape3.png");
    position: absolute;
    top: -5px;
    left: -5px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img img {
    height: 38px;
    width: 38px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img .chat-status {
    display: block;
    height: 12px;
    width: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -5px;
    left: -3px;
    z-index: 2;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img .chat-status.offline {
    background-color: #b0bacb;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-img .chat-status.online {
    background-color: #17dd17;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-title {
    line-height: 18px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-title a {
    color: #000000;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .item-title a:hover {
    color: #ed2895;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media p {
    font-size: 12px;
    color: #9e9faf;
    line-height: 18px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .btn-area {
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .btn-area a {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    width: 29px;
    height: 28px;
    background-color: #cbdaef;
    border-radius: 4px;
}

.fixed-header .header-control .dropdown-friend .dropdown-menu .item-body .media .btn-area a:hover {
    background-color: #ED2893;
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown-cart .dropdown-menu {
        /*        left: -40px;*/
    }
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-heading {
    padding-bottom: 4px;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-heading .heading-title span {
    color: #ED2893;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body {
    background-color: #ffffff;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media {
    border-bottom: 1px solid #e8edf4;
    padding: 15px 15px;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media:last-child {
    border-bottom: none;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-img img {
    border-radius: 4px;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-title {
    line-height: 18px;
    margin-bottom: 2px;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-title a {
    color: #000000;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-title a:hover {
    color: #ed2895;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-category {
    font-size: 12px;
    color: #9e9faf;
    line-height: 18px;
    margin-bottom: 4px;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .item-price {
    color: #ed2895;
    font-weight: 700;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .btn-area {
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .btn-area a {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #d1d5d9;
    width: 29px;
    height: 28px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-header .header-control .dropdown-cart .dropdown-menu .item-body .media .btn-area a:hover {
    background-color: #ED2893;
    border-color: #ED2893;
    color: #ffffff;
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle {
    /*    padding-right: 28px;*/
}

@media only screen and (max-width: 1360px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle:before {
    /* content: "...";

    font-size: 22px;
    color: #eff4fb;
    font-weight: 700;
    position: absolute;
    top: 4px;
    right: 0;
*/
}

@media only screen and (max-width: 1360px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle:before {
        display: none;
    }
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1360px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle .media .media-body {
        display: none;
    }
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .item-img {
    margin-right: 0px;
    position: relative;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 479px) {
    .fixed-header .header-control .dropdown-admin .dropdown-toggle .item-img {
        margin-right: 5px;
    }
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .item-img:after {
    content: url("../../media/figure/chat_round_shape7.png");
    position: absolute;
    top: -5px;
    left: -5px;
    background-repeat: no-repeat;
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .item-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .item-img .acc-verified {
    position: absolute;
    top: -6px;
    right: -6px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #17dd17;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
}

.fixed-header .header-control .dropdown-admin .dropdown-toggle .item-title {
    margin-bottom: 0;
    color: #eff4fb;
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu {
    top: 54px;
    min-width: 230px;
    border: 1px solid #dee5ef;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-control .dropdown-admin .dropdown-menu {
        top: 47px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-control .dropdown-admin .dropdown-menu {
        top: 42px;
    }
}

.fixed-header .header-control .dropdown-admin .dropdown-menu:before {
    right: 15px;

}

.fixed-header .header-control .dropdown-admin .dropdown-menu:after {
    right: 15px;

}

@media only screen and (max-width: 1199px) {
    .fixed-header .header-control .dropdown-admin .dropdown-menu:before {
        left: auto;

    }
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options {
    padding: 15px 15px;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options li {
    border-bottom: 1px solid #e5ebf3;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options li:last-child {
    border-bottom: none;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a {
    color: #8c8c8c;
    font-size: 14px;
    padding-left: 18px;
    padding: 10px 0 10px 10px;
    display: block;
    position: relative;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a:before {
    /*
    content: "";
    height: 6px;
    width: 6px;
    background-color: #3E3F42;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a:hover {
    color: #ED2893;
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown-message .dropdown-menu {
        /*        left: -105px;*/
    }

    .fixed-header .header-control .dropdown-message .dropdown-menu:before {
        /*        left: 112px;*/
    }
}

@media only screen and (max-width: 575px) {
    .fixed-header .header-control .dropdown-notification .dropdown-menu {
        /*        left: -135px;*/
    }

    .fixed-header .header-control .dropdown-notification .dropdown-menu:before {
        /*        left: 145px;*/
    }
}



.fixed-header .header-menu .header-logo .hamburger {
    cursor: pointer;
    font-size: 22px;
    margin-right: 5px;
    display: none;


}




#toggle-mobilemenu {
    display: none;
}

#toggle-mobilemenu + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    box-sizing: content-box;
    border: 12px solid transparent;
    z-index: 1050;
    line-height: 17px;
    white-space: nowrap;
    border-radius: 50%;
    display: none;
    margin-bottom: 0px;
}



#toggle-mobilemenu + label span {
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-top: 1px;
    transition: color 0.25s;
    margin-left: 12px;
}

#toggle-mobilemenu + label span::before,
#toggle-mobilemenu + label span::after {
    content: "";
    display: inline-block;
    min-width: 10px;
    width: 3px;
}

#toggle-mobilemenu + label i,
#toggle-mobilemenu + label::before,
#toggle-mobilemenu + label::after {
    position: absolute;
    left: -15px;
    display: block;
    will-change: transform, background-color;
    width: 26px;
    height: 3px;
    border-radius: 0;
    transition: transform 0.25s, background-color 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

#toggle-mobilemenu + label i {
    top: 7px;
    font-size: 0;
    color: transparent;
    line-height: 0;
}

#toggle-mobilemenu + label::before,
#toggle-mobilemenu + label::after {
    content: "";
}

#toggle-mobilemenu + label::before {
    top: 0;
}

#toggle-mobilemenu + label::after {
    bottom: 0;
}

#toggle-mobilemenu + label:hover {
    cursor: pointer;
}

#toggle-mobilemenu:checked + label i {
    transform: scaleX(0.001);
}

#toggle-mobilemenu:checked + label::before {
    transform: translateY(7px) rotate(45deg);
}

#toggle-mobilemenu:checked + label::after {
    transform: translateY(-7px) rotate(-45deg);
}

#toggle-mobilemenu + label i,
#toggle-mobilemenu + label::before,
#toggle-mobilemenu + label::after {
    background-color: #004180;
}








.nav-drill {
    margin-top: 0x;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    ;
    -ms-transform: translateX(0);
    ;
    -o-transform: translateX(0);
    ;
    transform: translateX(0);
    ;
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: auto;
    width: 270px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    border-right: 1px solid #EAEDF3;

}

.nav-drill .nav-items {
    flex: 0 0 100%;
}

.nav-drill .nav-link {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #eaedf3;
    line-height: 22px;
}

.nav-drill .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.3s;
    visibility: hidden;
    background-color: aliceblue;
}

.nav-expand-content .nav-link {
    border-color: #d9e3ec
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #da0474 !important;

    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    content: "\e819";
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 0.5em;

}

.nav-expand > .nav-link {
    display: flex;
    justify-content: space-between;
}

.nav-expand > .nav-link::after {
    content: "\e81a";
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    float: right;
    font-size: 20px;

    margin-left: 0.5em;
}

.nav-expand.active > .nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}




@media only screen and (max-width: 1200px) {

    #toggle-mobilemenu + label {

        display: inline-block;
    }

}






.fixed-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.fixed-sidebar .fixed-sidebar-left {
    position: absolute;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.fixed-sidebar .fixed-sidebar-left.small-sidebar {
    width: 90px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar .fixed-sidebar-left.small-sidebar {
        height: 0;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .fixed-sidebar-left.small-sidebar {
        width: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar .fixed-sidebar-left.small-sidebar {
        width: 50px;
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar .fixed-sidebar-left.small-sidebar .sidebar-menu-wrap {
        display: none;
    }
}

.fixed-sidebar .fixed-sidebar-left.large-sidebar {
    width: 270px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .fixed-sidebar-left.large-sidebar {
        width: 230px;
    }
}

.fixed-sidebar .fixed-sidebar-left.large-sidebar .sidebar-toggle {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;

}

.fixed-sidebar .sidebar-toggle {
    background-color: #5854ef;
    text-align: center;
    height: 89px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .sidebar-toggle {
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar .sidebar-toggle {
        height: 50px;
    }
}

.fixed-sidebar .sidebar-toggle .toggle-btn {
    width: 33px;
    border: none;
    background-color: transparent;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .sidebar-toggle .toggle-btn {
        width: 25px;
    }
}

.fixed-sidebar .sidebar-toggle .toggle-btn span {
    position: relative;
    display: block;
    height: 3px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 8px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .sidebar-toggle .toggle-btn span {
        height: 3px;
        width: 15px;
        margin-bottom: 6px;
    }
}

.fixed-sidebar .sidebar-toggle .toggle-btn span:last-child {
    margin-bottom: 0;
}

.fixed-sidebar .sidebar-toggle .toggle-btn span:before {
    content: "";
    width: 8px;
    height: 3px;
    background-color: #ED2893;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: -11px;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .sidebar-toggle .toggle-btn span:before {
        height: 3px;
        width: 6px;
        left: -10px;
    }
}

.fixed-sidebar .sidebar-toggle .toggle-btn span:nth-child(even) {
    margin-left: 0;
}

.fixed-sidebar .sidebar-toggle .toggle-btn span:nth-child(even):before {
    left: auto;
    right: -11px;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar .sidebar-toggle .toggle-btn span:nth-child(even):before {
        right: -10px;
    }
}

.fixed-sidebar .sidebar-toggle .toggle-btn:hover span {
    background-color: #ED2893;
}

.fixed-sidebar .sidebar-menu-wrap {
    height: 100%;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu {
    padding: 30px 0;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu li {
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar .sidebar-menu-wrap .side-menu li {
        margin-bottom: 5px;
    }
}

.fixed-sidebar .sidebar-menu-wrap .side-menu li:last-child {
    margin-bottom: 0;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu .menu-link {
    font-size: 24px;
    color: #8793a3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 32px;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu .menu-link i {
    margin-right: 12px;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu .menu-link .menu-title {
    font-size: 14px;
    font-weight: 700;
}

.fixed-sidebar .sidebar-menu-wrap .side-menu .menu-link:hover {
    color: #ED2893;
}

.fixed-sidebar .sidebar-menu-wrap .top-menu-mobile {
    padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .fixed-sidebar .sidebar-menu-wrap .top-menu-mobile {
        display: none;
    }
}

.fixed-sidebar .sidebar-menu-wrap .top-menu-mobile .menu-label {
    padding-left: 32px;
    color: #a8b1bc;
    margin: 20px 0 10px;
    font-weight: 700;
}

.fixed-sidebar .sidebar-menu-wrap .top-menu-mobile .menu-link {
    padding: 2px 0 2px 32px;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}

.fixed-sidebar .sidebar-menu-wrap .top-menu-mobile .menu-link:hover {
    color: #ED2893;
}

.fixed-sidebar .mCustomScrollbar {
    max-height: calc(100vh - 100px);
}

.fixed-sidebar.lg-menu-open {
    z-index: 15;
}

.fixed-sidebar.lg-menu-open .fixed-sidebar-left {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.fixed-sidebar.lg-menu-open .fixed-sidebar-left.small-sidebar {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fixed-sidebar.lg-menu-open .fixed-sidebar-left.large-sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fixed-sidebar.right {
    left: auto;
    right: 0;
}

.fixed-sidebar.right .fixed-sidebar-right {
    position: absolute;
    height: 100%;
    right: 0;
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar.right .fixed-sidebar-right {
        height: 0;
    }
}

.fixed-sidebar.right .fixed-sidebar-right.small-sidebar {
    width: 90px;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar.right .fixed-sidebar-right.small-sidebar {
        width: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar.right .fixed-sidebar-right.small-sidebar {
        width: 50px;
    }
}

.fixed-sidebar.right .sidebar-toggle {
    background-color: #ED2893;
    cursor: pointer;
}

.fixed-sidebar.right .sidebar-toggle:hover {
    background-color: #5854ef;
}

.fixed-sidebar.right .sidebar-toggle .chat-icon {
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar.right .sidebar-toggle .chat-icon {
        font-size: 25px;
    }
}

.fixed-sidebar.right .user-chat-list {
    padding: 25px 0;
}

.fixed-sidebar.right .user-chat-list .chat-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar.right .user-chat-list .chat-item {
        margin-bottom: 15px;
    }
}

.fixed-sidebar.right .user-chat-list .chat-item:last-child {
    margin-bottom: 0;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .fixed-sidebar.right .user-chat-list .chat-item .author-img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar.right .user-chat-list .chat-item .author-img {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img:before {
    content: url("../../media/figure/chat_round_shape2.png");
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img:after {
    content: url("../../media/figure/chat_round_shape.png");
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img img {
    border-radius: 50%;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img .chat-status {
    display: block;
    height: 12px;
    width: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -4px;
    left: -2px;
    z-index: 2;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img .chat-status.offline {
    background-color: #b0bacb;
}

.fixed-sidebar.right .user-chat-list .chat-item .author-img .chat-status.online {
    background-color: #17dd17;
}

.fixed-sidebar.right .user-chat-list .chat-item:hover .author-img:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fixed-sidebar.right .user-chat-list .chat-item:hover .author-img:after {
    visibility: hidden;
    opacity: 0;
}

.fixed-sidebar.right .sidebar-menu-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar.right .sidebar-menu-wrap {
        -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar.chat-head-hide .fixed-sidebar-right {
        height: 100%;
    }
}

.fixed-sidebar.chat-head-hide .sidebar-menu-wrap {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
}

@media only screen and (max-width: 1360px) {
    .fixed-sidebar.chat-head-hide .sidebar-menu-wrap {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


.mCSB_scrollTools {
    width: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.15);
    filter: "alpha(opacity=15)";
    -ms-filter: "alpha(opacity=15)";
}


.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.22);
    filter: "alpha(opacity=22)";
    -ms-filter: "alpha(opacity=22)";
}


.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.26);
    filter: "alpha(opacity=26)";
    -ms-filter: "alpha(opacity=26)";
}



.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.wrapper.open .closeMask {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.chat-conversion-box {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 100;
}

.chat-conversion-box .modal-dialog {
    max-width: 350px;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: -10%;
    margin: 10px 90px 0 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .chat-conversion-box .modal-dialog {
        margin: 10px 60px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .chat-conversion-box .modal-dialog {
        margin: 10px 50px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .chat-conversion-box .modal-dialog {
        max-width: 250px;
    }
}

.chat-conversion-box .modal-content {
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.chat-conversion-box .modal-header {
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ed2895;
    border: none;
}

.chat-conversion-box .modal-header .modal-title {
    color: #ffffff;
    position: relative;
}

.chat-conversion-box .modal-header .modal-title .online {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #17dd17;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chat-conversion-box .modal-header .chat-shrink {
    background-color: transparent;
    border: none;
    padding: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-conversion-box .modal-header .chat-shrink:hover {
    color: #ED2893;
}

.chat-conversion-box .modal-header .chat-close {
    text-shadow: none;
    padding: 10px;
    margin: 0;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-conversion-box .modal-header .chat-close:hover {
    color: #ED2893;
}

.chat-conversion-box .modal-body {
    padding: 30px 15px;
}

.chat-conversion-box .modal-body .chat-conversion li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.chat-conversion-box .modal-body .chat-conversion li:last-child {
    margin-bottom: 0;
}

.chat-conversion-box .modal-body .chat-conversion li .author-img {
    margin-right: 20px;
}

.chat-conversion-box .modal-body .chat-conversion li img {
    border-radius: 50%;
}

.chat-conversion-box .modal-body .chat-conversion li .author-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.chat-conversion-box .modal-body .chat-conversion li .author-text span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    background-color: #ED2893;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.chat-conversion-box .modal-body .chat-conversion li .author-text span:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid #ED2893;
    border-top: 2px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chat-conversion-box .modal-body .chat-conversion .chat-you {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chat-conversion-box .modal-body .chat-conversion .chat-you .author-img {
    margin-left: 20px;
    margin-right: 0;
}

.chat-conversion-box .modal-body .chat-conversion .chat-you .author-text span:before {
    left: auto;
    right: -15px;
    border-right: none;
    border-left: 15px solid #ED2893;
    border-top: 2px solid transparent;
    border-bottom: 15px solid transparent;
}

.chat-conversion-box .modal-footer {
    border-color: #f3f3f3;
    display: block;
    padding: 20px 15px;
}

.chat-conversion-box .modal-footer .form-group {
    position: relative;
}

.chat-conversion-box .modal-footer .form-group .chat-plus-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #ED2893;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-conversion-box .modal-footer .form-group .chat-plus-icon:hover {
    color: #ed2895;
}

.chat-conversion-box .modal-footer .form-group .file-attach-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-conversion-box .modal-footer .form-group .file-attach-icon a {
    color: #ed2895;
    padding: 3px;
}

.chat-conversion-box .modal-footer .form-group .file-attach-icon a:hover {
    color: #ED2893;
}

.chat-conversion-box .modal-footer .form-group .file-attach-icon.show {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

.chat-conversion-box .modal-footer .form-control {
    border-radius: 30px;
    font-size: 14px;
    height: 42px;
    border-color: #e0e0e0;
    padding: 10px 35px 10px 20px;
}

.chat-conversion-box .modal-footer input.form-control::-webkit-input-placeholder,
.chat-conversion-box .modal-footer textarea.form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.chat-conversion-box.modal-show {
    visibility: visible;
    opacity: 1;
}

.chat-conversion-box.modal-show .modal-dialog {
    bottom: 0;
}

.chat-conversion-box.shrink .modal-body {
    display: none;
}

.chat-conversion-box.shrink .modal-footer {
    display: none;
}

.mobile-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .mobile-nav-item {
        margin-right: 10px;
    }

    .mobile-logo img {
        max-height: 52px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-nav-item {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-nav-item {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-nav-item .mobile-logo a {
        /*        padding: 0 0 0 35px;*/
    }
}

.mobile-toggler {
    display: none;
}

.mobile-toggler button {
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.mobile-toggler button:focus {
    outline: none;
}

.mobile-toggler button:hover {
    opacity: 0.9;
}

.mobile-toggle-close {
    display: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 5px 6px;
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-toggle-close:focus {
    outline: none;
}

.mobile-toggle-close:hover {
    color: #ED2893;
    background-color: #ffffff;
}

.mobile-menu-wrapper .header-menu {
    padding: 3px 0;
}

.mobile-menu-wrapper .mobile-toggler {
    display: block;
}

.mobile-menu-wrapper nav.template-main-menu {
    width: 270px;
    position: fixed;
    top: 0;
    left: -280px;
    bottom: 0;
    background-color: #ed2895;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 80px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

.mobile-menu-wrapper nav.template-main-menu .mobile-toggle-close {
    display: block;
}

.mobile-menu-wrapper nav.template-main-menu > ul {
    overflow-y: auto;
    height: 100%;
    display: block !important;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li > a {
    text-align: center;
    padding: 20px !important;
    color: #ffffff;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li > a:hover {
    color: #ffffff;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li a.have-sub:after {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li .sub-menu {
    display: none;
    border-top: none;
    width: auto;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: inherit;
    -ms-transform-origin: inherit;
    transform-origin: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li .sub-menu:before {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li .sub-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 10px 0;
    text-align: center;
    color: #e6e5ff;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li .sub-menu li a:before {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu > ul > li .sub-menu li a:hover {
    color: #ffffff;
    padding: 0 0 10px 0;
}

.mobile-menu-expand nav.template-main-menu {
    left: 0;
}

/*------------------- 4.7 Pagination -------------------*/
.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 10px 17px;
    border-radius: 5px;
}

.pagination li a:hover {
    background-color: #ed2895;
    color: #ffffff;
}

.pagination li a.active {
    background-color: #ed2895;
    color: #ffffff;
}

/*------------------- 4.8 Preloader -------------------*/
#preloader {
    background: #ffffff url("../../media/logo.svg") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

/*------------------- 4.9 Section -------------------*/
.section {
    padding: 80px 0 130px;
}

@media only screen and (max-width: 1199px) {
    .section {
        padding: 92px 0 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section {
        padding: 72px 0 60px;
    }
}

.section .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section .section-heading p {
    color: #3E3F42;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .section .section-heading p {
        width: 100%;
    }
}

.section .flex-heading {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .section .flex-heading {
        text-align: center;
    }
}

.section .flex-heading p {
    width: 80%;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .section .flex-heading p {
        width: 100%;
    }
}

.page-content {
    padding: 100px 15px 30px;
    max-width: 1400px;
    margin: 0 auto;
}


.page-content::after {

    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 8;
    visibility: hidden;
    -webkit-transition: .4S;
    -o-transition: .4S;
    transition: .4S;

}

.open .page-content::after {


    opacity: .4;
    visibility: visible;

}


@media only screen and (min-width: 992px) {
    .page-content .widget-break-lg {}

}



@media only screen and (max-width: 1360px) {
    .page-content {
        /*        padding: 160px 0 0;*/
    }
}

@media only screen and (max-width: 991px) {
    .page-content {
        padding: 80px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-content {
        padding: 60px 0 30px;
    }
}

.section-typography {
    padding: 120px 0;
}

.section-typography h1,
.section-typography h2,
.section-typography h3,
.section-typography h4,
.section-typography h5,
.section-typography h6 {
    font-weight: 400;
    margin-bottom: 0;
}

.section-typography .table td {
    padding: 20px 10px;
    vertical-align: middle;
}

/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 About -------------------*/
.about-us {
    padding: 120px 0 110px;
}

@media only screen and (max-width: 1199px) {
    .about-us {
        padding: 100px 0 90px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us {
        padding: 75px 0 80px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us .about-us-content {
        margin-bottom: 50px;
    }
}

.about-us .about-us-content > .item-subtitle {
    color: #ed2895;
    margin-bottom: 12px;
    font-weight: 600;
}

.about-us .about-us-content > .item-title {
    width: 80%;
    margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .about-us .about-us-content > .item-title {
        width: 100%;
    }
}

.about-us .about-us-content p {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .about-us .about-us-content p {
        width: 100%;
    }
}

.about-us .about-us-content .progress-box {
    margin-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-us .about-us-content .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 45px;
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-content .media {
        margin-right: 10px;
    }
}

.about-us .about-us-content .media:last-child {
    margin-right: 0;
}

.about-us .about-us-content .media .item-icon {
    margin-right: 20px;
    font-size: 36px;
    color: #ED2893;
}

@media only screen and (max-width: 767px) {
    .about-us .about-us-content .media .item-icon {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-content .media .item-icon {
        font-size: 26px;
    }
}

.about-us .about-us-content .media .item-title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
    .about-us .about-us-content .media .item-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-content .media .item-title {
        font-size: 24px;
    }
}

.about-us .about-us-content .media .item-subtitle {
    color: #3E3F42;
}

.about-us .about-us-img {
    text-align: right;
    position: relative;
}

.about-us .about-us-img .item-img {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-img .item-img {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-img .item-img img {
        width: 100%;
    }
}

.about-us .about-us-img .item-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-us .about-us-img .item-img:after {
    content: url("../../media/about/shape_1.png");
    position: absolute;
    right: -10px;
    bottom: -55px;
}

@media only screen and (max-width: 767px) {
    .about-us .about-us-img .item-img:after {
        display: none;
    }
}

.about-us .about-us-img .item-video {
    position: absolute;
    bottom: -20px;
    left: -10px;
    box-shadow: 0 6px 43px 0 rgba(16, 9, 30, 0.3);
}

@media only screen and (max-width: 991px) {
    .about-us .about-us-img .item-video {
        bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us .about-us-img .item-video {
        display: none;
    }
}

.about-us .about-us-img .item-video:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-us .about-us-img .item-video .video-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-us .about-us-img .item-video .video-icon .play-btn {
    font-size: 22px;
    height: 60px;
    width: 60px;
    line-height: 54px;
    background-color: #ed2895;
    border: 3px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
}

.about-us .about-us-img .item-video .video-icon .play-btn i {
    margin-left: 5px;
}

.about-us .about-us-img .item-video .video-icon .play-btn:hover {
    background-color: #ED2893;
}

/*------------------- 5.2 Banner -------------------*/
.hero-banner {
    margin-top: -80px;

    padding: 200px 0 120px;
    min-height: calc(100vh);
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 5;
}



.hero-banner .hero-content {
    position: relative;
    z-index: 3;
}

.hero-banner .hero-content .item-title {
    color: #3E3F42;
    margin-bottom: 14px;
    max-width: 700px;
    font-weight: bold;
    font-size: 74px;
    line-height: 1;
}

.hero-banner .hero-content p {
    color: #696871;
    font-size: 21px;
    line-height: 1.4;
    width: 35%;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner .hero-content p {
        width: 70%;
        background-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner .hero-content p {
        width: 100%;
        font-size: 14px;
    }
}

.hero-banner .hero-content .item-number {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .hero-content .item-number {
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner .hero-content .item-number {
        font-size: 34px;
    }

    .hero-banner .button-theme {
        padding: 10px 15px;
        min-width: 185px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .hero-content .item-number {
        font-size: 30px;
    }

    .hero-banner .button-theme {
        padding: 8px 15px;
        min-width: 170px;
        font-size: 16px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 96%;
    }
}

@media only screen and (max-width: 540px) {

    .hero-banner .button-theme {
        padding: 5px 15px;
        min-width: 150px;
        font-size: 16px;
    }


}

@media only screen and (max-width: 420px) {


    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

.hero-banner .hero-content .conn-people {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 38px;
}

.hero-banner .hero-content .button-slide {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #ed2895;
}

.hero-banner .map-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}

@media only screen and (max-width: 1440px) {
    .hero-banner .map-line {
        left: 0;
        max-width: 36%;


    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner .map-line {

        max-width: 55%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner .map-line {

        max-width: 50%;
        background-image: url(../../media/home/shape.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        height: 100%;
        width: 100%;

    }

    .hero-banner .map-line img {

        opacity: 0;

    }
}

@media only screen and (max-width: 540px) {
    .hero-banner .map-line {

        max-width: 55%;
        background-image: url(../../media/home/shape.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        height: 100%;
        width: 100%;

    }

    .hero-banner .map-line img {

        opacity: 0;

    }
}

.hero-banner .map-line .map-marker li {
    position: absolute;
}

.hero-banner .map-line .map-marker li:nth-child(1n) {
    top: 0;
    right: 40%;
}

.hero-banner .map-line .map-marker li:nth-child(2n) {
    top: 33%;
    right: 50%;
}

.hero-banner .map-line .map-marker li:nth-child(3n) {
    top: 60%;
    right: 37%;
}

.hero-banner .map-line .map-marker li:nth-child(4n) {
    top: 38%;
    right: 21%;
}

.hero-banner .map-line .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #403cd9;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

@media only screen and (max-width: 991px) {
    .hero-banner .leftside-image .cartoon-image {
        display: none;
    }
}

.hero-banner .leftside-image .cartoon-image {
    position: absolute;

    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 220px;
    z-index: 2;
}

@media only screen and (max-width: 1620px) {
    .hero-banner .leftside-image .cartoon-image {
        right: 30px;
    }

    .hero-banner .leftside-image .cartoon-image img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 1540px) {
    .hero-banner .leftside-image .cartoon-image {
        right: 00px;
    }

    .hero-banner .leftside-image .cartoon-image img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: 40px;
    }

    .hero-banner {
        padding-top: 190px;
        padding-bottom: 140px;
    }
}



@media only screen and (max-width: 1366px) {


    .hero-banner .hero-content .item-title {
        font-size: 70px;
    }


}

@media only screen and (max-width: 1199px) {
    .hero-banner {
        padding: 180px 0 100px;
    }

    .hero-banner .hero-content .item-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner {
        padding: 160px 0 80px;
        min-height: auto;
    }

    .hero-banner .hero-content .item-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner {
        padding: 140px 0 60px;
    }

    .hero-banner .hero-content .item-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1366px) {


    .hero-banner .hero-content .item-title {
        font-size: 64px;
    }

    .hero-banner .leftside-image .cartoon-image img {
        /*
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
*/
    }


}

@media only screen and (max-width: 1200px) {



    .hero-banner .leftside-image .cartoon-image img {

        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center right;
        -moz-transform-origin: center right;
        -ms-transform-origin: center right;
        -o-transform-origin: center right;
        transform-origin: center right;



    }

    .hero-banner .hero-content .item-title {
        font-size: 58px;
    }


    /*
    .hero-banner {

        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
*/

}

@media only screen and (max-width: 991px) {


    .hero-banner .hero-content .item-title {
        font-size: 48px;
    }


}

@media only screen and (max-width: 767px) {


    .hero-banner .hero-content {
        max-width: 80%;
    }

    .hero-banner .hero-content .item-title {
        font-size: 38px;
    }


}

@media only screen and (max-width: 540px) {


    .hero-banner .hero-content .item-title {
        font-size: 26px;
        max-width: 320px;
        line-height: 1.2;

    }


}

@media only screen and (max-width: 540px) {


    .hero-banner .hero-content {

        max-width: 360px;


    }


}

.hero-banner .leftside-image .shape-image {
    position: absolute;
    top: 90px;
    right: 60px;
    z-index: 1;
}

@media only screen and (max-width: 1440px) {
    .hero-banner .leftside-image .shape-image {
        right: 0;

    }

    .hero-banner .leftside-image .shape-image img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1366px) {
    .hero-banner .leftside-image .shape-image {
        right: -14%;
        top: 80px;
    }

    .hero-banner .leftside-image .shape-image img {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.banner-newsletter {
    background-color: #f0f4f6;
    padding: 120px 0 190px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .banner-newsletter {
        padding: 95px 0 190px;
    }

    .hero-banner .leftside-image .cartoon-image img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 991px) {
    .banner-newsletter {
        padding: 75px 0 180px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-newsletter {
        padding: 75px 0 80px;
    }
}

.banner-newsletter .newsletter-box {
    text-align: center;
}

.banner-newsletter .newsletter-box .item-title {
    margin-bottom: 12px;
}

.banner-newsletter .newsletter-box p {
    color: #3E3F42;
    width: 60%;
    margin: 0 auto 22px;
}

@media only screen and (max-width: 767px) {
    .banner-newsletter .newsletter-box p {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .banner-newsletter .newsletter-box .input-group {
        display: block;
        background-color: transparent;
    }
}

.banner-newsletter .newsletter-box .input-group .form-control {
    height: 52px;
    border-radius: 30px;
    font-size: 14px;
}

@media only screen and (max-width: 479px) {
    .banner-newsletter .newsletter-box .input-group .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
}

.banner-newsletter .newsletter-box .input-group .input-group-append .button-slide {
    background-color: #ED2893;
    border: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-newsletter .newsletter-box .input-group .input-group-append .button-slide .btn-icon {
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.banner-newsletter .newsletter-box .input-group .input-group-append .button-slide:after {
    background-color: transparent;
}

.banner-newsletter .newsletter-box .input-group .input-group-append .button-slide:hover {
    background-color: #5bc6e0;
}

@media only screen and (max-width: 479px) {
    .banner-newsletter .newsletter-box .input-group .input-group-append {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-newsletter .section-shape {
    position: relative;
}

.banner-newsletter .section-shape li {
    position: absolute;
}

.banner-newsletter .section-shape li:nth-child(1n) {
    top: 50px;
    left: 0;
    -webkit-animation: movingleftright1 15000ms infinite;
    animation: movingleftright1 15000ms infinite;
}

.banner-newsletter .section-shape li:nth-child(2n) {
    top: 200px;
    left: 22%;
    -webkit-animation: movingleftright2 20000ms infinite;
    animation: movingleftright2 20000ms infinite;
}

.banner-newsletter .section-shape li:nth-child(3n) {
    top: 220px;
    left: 50%;
    -webkit-animation: movingleftright3 25000ms infinite;
    animation: movingleftright3 25000ms infinite;
}

.banner-newsletter .section-shape li:nth-child(4n) {
    top: 130px;
    left: 90%;
    -webkit-animation: movingleftright2 15000ms infinite;
    animation: movingleftright2 15000ms infinite;
}

.banner-newsletter .section-shape li:nth-child(5n) {
    top: -130px;
    left: 40%;
    -webkit-animation: movingleftright1 30000ms infinite;
    animation: movingleftright1 30000ms infinite;
}

.banner-newsletter .section-cloud li {
    position: absolute;
}

.banner-newsletter .section-cloud li:nth-child(1n) {
    top: 20%;
    -webkit-animation: moveclouds 35s linear infinite;
    animation: moveclouds 35s linear infinite;
}

.banner-newsletter .section-cloud li:nth-child(2n) {
    bottom: 0;
    top: auto;
    -webkit-animation: moveclouds 45s linear infinite;
    animation: moveclouds 45s linear infinite;
}

.banner-newsletter .section-cloud li:nth-child(3n) {
    -webkit-animation: moveclouds 36s linear infinite;
    animation: moveclouds 36s linear infinite;
}

.banner-newsletter .section-cloud li:nth-child(4n) {
    -webkit-animation: moveclouds 40s linear infinite;
    animation: moveclouds 40s linear infinite;
}

.banner-apps {
    position: relative;
    z-index: 2;
    padding: 120px 0;
    /*    padding-bottom: 140px;*/

    background-color: #0355D6;
}

.banner-apps .container {
    position: relative;

}

.banner-apps .app-img {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 22;
    max-width: 100%
}

.banner-apps .banner-content {

    z-index: 25;
}


.banner-apps .applinks {

    margin-left: -5px;
    margin-right: -5px;

}

.banner-apps .applinks a {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 5px;

}

.banner-apps .applinks a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.banner-apps .applinks a:hover img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);


}


.banner-apps:before {
    content: url(../../media/home/white-curve-down.png);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 0;
    overflow: hidden;
    line-height: 0;
}

@media only screen and (max-width: 991px) {}

.banner-apps .banner-content .item-title {
    font-size: 60px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}


.banner-apps .app-img {
    position: absolute;
    right: 0;
    top: -220px;
    z-index: 22;
    right: 20px;
    max-width: 100%
}


@media only screen and (max-width: 1199px) {
    .banner-apps .banner-content .item-title {
        font-size: 46px;
    }

    .banner-apps .app-img {
        right: 0;
        max-width: 85%;
        top: -190px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-apps .banner-content .item-title {
        font-size: 38px;
    }

    .banner-apps {
        padding-top: 100px;
    }

    .banner-apps .app-img {
        top: -70px;
        max-width: 76%;
        right: -60px;
    }
}
}

@media only screen and (max-width: 767px) {
    .banner-apps .banner-content .item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-apps .banner-content .item-title {
        font-size: 26px;
    }
}

.banner-apps .banner-content p {

    color: #fff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .banner-apps .banner-content p {
        width: 100%;
    }
}

.banner-apps .banner-content .button-slide {
    background-color: #ed2895;
    color: #ffffff;
    border-color: #ed2895;
}

.banner-apps .banner-img {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .banner-apps .banner-img {
        padding-top: 80px;
    }
}


@media only screen and (max-width: 991px) {}


.banner-apps .banner-img .apps-view {
    text-align: center;
    position: relative;
}

.banner-apps .banner-img .apps-view:before {
    content: url("../../media/banner/shape_5.png");
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-animation: movingleftright2 15000ms linear infinite;
    animation: movingleftright2 15000ms linear infinite;
}

.banner-apps .banner-img .apps-view:after {
    content: url("../../media/banner/shape_6.png");
    position: absolute;
    bottom: 25%;
    right: 60px;
    -webkit-animation: movingleftright1 20000ms linear infinite;
    animation: movingleftright1 20000ms linear infinite;
}

/*------------------- 5.3 Blog -------------------*/
.blog-grid .blog-box {
    margin-bottom: 30px;
}

.blog-grid .blog-box .blog-img {
    position: relative;
    margin-bottom: 18px;
}

.blog-grid .blog-box .blog-img a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.blog-grid .blog-box .blog-img a:after {
    content: "";
    height: 60%;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 0 0 8px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-grid .blog-box .blog-img img {
    border-radius: 8px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-grid .blog-box .blog-img .blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ed2895;
    border-radius: 0 5px 0 5px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 16px;
}

.blog-grid .blog-box .blog-img .blog-date i {
    margin-right: 8px;
}

.blog-grid .blog-box .blog-content .blog-title {
    margin-bottom: 14px;
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    .blog-grid .blog-box .blog-content .blog-title {
        font-size: 20px;
    }
}

.blog-grid .blog-box .blog-content .blog-title a {
    color: #000000;
}

.blog-grid .blog-box .blog-content .blog-title a:hover {
    color: #ED2893;
}

.blog-grid .blog-box .blog-content .entry-meta li {
    display: inline-block;
    color: #3E3F42;
    position: relative;
}

.blog-grid .blog-box .blog-content .entry-meta li:last-child:after {
    display: none;
}

.blog-grid .blog-box .blog-content .entry-meta li:after {
    content: "/";
    padding: 0 10px 0 12px;
}

.blog-grid .blog-box .blog-content .entry-meta li a {
    color: #3E3F42;
}

.blog-grid .blog-box .blog-content .entry-meta li a:hover {
    color: #ED2893;
}

.blog-grid .blog-box .blog-content .entry-meta li i {
    color: #bcbcc7;
    margin-right: 10px;
}

.blog-grid .blog-box:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------------- 5.4 Community -------------------*/
.community-network {
    background-color: #f6f6f6;
    padding: 125px 0;
    background-image: url("../../media/figure/map_1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .community-network {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .community-network {
        padding: 75px 0;
        background-image: none;
    }
}

.community-network .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .community-network .bg-shape {
        display: none;
    }
}

.community-network .community-content .item-title {
    width: 80%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .community-network .community-content .item-title {
        width: 100%;
    }
}

.community-network .community-content .item-title span {
    color: #ed2895;
}

.community-network .community-content p {
    color: #3E3F42;
}

@media only screen and (max-width: 991px) {
    .community-network .community-content p {
        margin-bottom: 0;
    }
}

.community-network .map-marker {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .community-network .map-marker {
        display: none;
    }
}

.community-network .map-marker li {
    position: absolute;
}

.community-network .map-marker li:nth-child(1n) {
    top: 35px;
    left: 11%;
}

.community-network .map-marker li:nth-child(2n) {
    top: 60px;
    left: 25%;
}

.community-network .map-marker li:nth-child(3n) {
    top: 230px;
    left: 28%;
}

.community-network .map-marker li:nth-child(4n) {
    top: 115px;
    left: 37%;
}

.community-network .map-marker li:nth-child(5n) {
    top: 185px;
    left: 16%;
}

.community-network .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #bcbcbc;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

/*------------------- 5.5 Contact Us -------------------*/
.contact-page .map-area .google-map {
    height: 520px;
}

@media only screen and (max-width: 991px) {
    .contact-page .map-area .google-map {
        height: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-page .map-area .google-map {
        height: 400px;
    }
}

.contact-page .contact-box-wrap {
    background-color: #f0f4f6;
}

.contact-page .contact-box-wrap .contact-form {
    margin-top: -115px;
    background-color: #ffffff;
    padding: 60px 70px 50px;
    box-shadow: 0 18px 40px 0 rgba(16, 9, 30, 0.06);
    position: relative;
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-box-wrap .contact-form {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-page .contact-box-wrap .contact-form {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-page .contact-box-wrap .contact-box {
        margin-bottom: 50px;
    }
}

.contact-page .contact-box-wrap .contact-box .item-title {
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .contact-page .contact-box-wrap .contact-box .item-title {
        font-size: 20px;
    }
}

.contact-page .contact-box-wrap .contact-box .item-title:before {
    content: "";
    height: 3px;
    width: 6px;
    background-color: #ed2895;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-page .contact-box-wrap .contact-box .item-title:after {
    content: "";
    height: 3px;
    width: 20px;
    background-color: #ed2895;
    position: absolute;
    bottom: 0;
    left: 8px;
}

.contact-page .contact-box-wrap .contact-method {
    padding-left: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .contact-page .contact-box-wrap .contact-method {
        padding-left: 0;
    }
}

.contact-page .contact-box-wrap .contact-method li {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-box-wrap .contact-method li {
        font-size: 16px;
    }
}

.contact-page .contact-box-wrap .contact-method li i {
    color: #ED2893;
    margin-right: 14px;
}

/*------------------- 5.6 Groups -------------------*/
.groups-popular .groups-box {
    position: relative;
    text-align: center;
    margin-bottom: 15px;

}

.top-selling.groups-popular .groups-box {

    margin-bottom: 0px;
}

.groups-popular .groups-box .item-img {
    position: relative;
    border-radius: 4px;
    z-index: 1;
}

.groups-popular .groups-box .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.groups-popular .groups-box .item-img img {
    border-radius: 4px;
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .groups-popular .groups-box .item-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .top-selling.groups-popular .groups-box.item-img img {
        max-height: 130px;
    }
}

.groups-popular .groups-box .item-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.groups-popular .groups-box .item-content .item-title {
    font-size: 20px;
    letter-spacing: -0.2px
}

.groups-popular .groups-box .item-content .item-title a {
    color: #ffffff;
    display: block;
    padding-top: 60px;
    padding-bottom: 10px;
}

.groups-popular .groups-box .item-content .item-title a:hover {
    color: #fff;
}

.groups-popular .groups-box .item-content .groups-member {
    font-size: 13px;
    font-weight: 700;
    background-color: #ed2895;
    color: #ffffff;
    display: inline-block;
    border-radius: 12px;
    padding: 0 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.groups-popular .groups-box:hover .item-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.groups-popular .groups-box:hover .item-content {
    bottom: 10px;
}

.groups-popular .groups-box:hover .item-content .groups-member {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.groups-popular .see-all-btn {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 20px;
}


/*------------------- 5.10 brand-spot -------------------*/


.brand-spot {
    background: url(../../media/home/brand-bg.png) #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding: 90px 0;
}




.brand-spot .section-title {

    color: #fff;
    padding-bottom: 20px;
}

.brand-spot .brand-spot-box {

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0 rgb(0, 0, 0, .15);
}

.brand-spot .brand-spot-box .nav-tabs {}

.brand-spot .brand-spot-box .nav-tabs .nav-link {

    border-radius: 0;
    border: 0;
    border-bottom: 4px solid transparent;
    font-size: 19px;
    color: #6B6C6F;
    padding: 20px 30px;
    padding-bottom: 16px;

}

.brand-spot .brand-spot-box .nav-tabs .nav-link.active {


    font-weight: 500;
    border-bottom: 4px solid #0355D6;
    color: #3E3F42;
}

.brand-spot .brand-spot-box .tab-content {


    padding: 40px 30px;
    padding-bottom: 25px;

}


.brand-spot .brand-spot-box .tab-content .top-selling .swiper-slide {


    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.brand-spot .brand-spot-box .tab-content .trending-box {
    height: 300px;

}

.brand-spot .brand-spot-box .tab-content .trending-box .swiper-slide {


    height: calc(100% / 4);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


.ttu {
    text-transform: uppercase !important;
}

.ttc {
    text-transform: capitalize !important;
}

.ttl {
    text-transform: lowercase !important;
}


.brand-spot .top-selling {
    margin-bottom: 40px;
}

.brand-spot .trending {
    margin-bottom: 25px;
}

.brand-spot .trending h4.title {
    font-size: 18px;
    margin-bottom: 20px;
}

.brand-spot .popular h4.title {
    font-size: 18px;
    margin-bottom: 20px;
}

.brand-spot .trending .trending-box .single-brand {
    font-size: 18px;
    border: 1px solid #EAE9F2;
    border-radius: 10px;
    text-align: left;
    font-weight: 400;
    position: relative;
    padding: 13px;
    padding-left: 62px;
    display: block;
    color: #19191B;
    margin-bottom: 15px;
    -webkit-transition: .3s all cubic-bezier(0.165, 0.84, 0.44, 1);

    -o-transition: .3s all cubic-bezier(0.165, 0.84, 0.44, 1);

    transition: .3s all cubic-bezier(0.165, 0.84, 0.44, 1);

    width: 100%;
}

.brand-spot .trending .trending-box .single-brand:hover {
    -webkit-box-shadow: 0px 18px 12px rgba(14, 25, 36, 0.15);
    box-shadow: 0px 8px 12px rgba(14, 25, 36, 0.15);
    background: #A7CAFF;
}

.brand-spot .trending .trending-box .single-brand .count {
    font-weight: 500;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    background: #ED2893;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 10px;
}

.brand-spot .trending .trending-box .single-brand:hover .count {

    background: #0054D3;


}

/*------------------- discover-community  -------------------*/


.discover-community {
    padding-bottom: 80px;
    background: #FFF9FC;
    background-image: url(../../media/home/white-curve.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.discover-community .section-title {
    padding-bottom: 25px;
}

.discover-community .notifications-left {
    border-radius: 10px;
    background: #ED2893;

    padding: 30px;
}

.discover-community .notifications-left .noti-single {
    position: relative;
    padding: 15px;
    padding-left: 95px;
    background: #fff;
    border-radius: 10px;
    min-height: 95px;
    width: 100%;

}

.discover-community .notifications-left .noti-single .icon {
    background-size: cover;
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background-position: center center;
    top: 15px;
}

.discover-community .notifications-left .noti-single .activity {
    background-size: 18px;
    font-weight: 300;
    color: #696871;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    height: 46px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.discover-community .notifications-left .noti-single .activity .user {

    font-weight: 700;
    color: #3E3F42;
    margin-right: 8px;

}

.discover-community .notifications-left .noti-single .time {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

.discover-community .notifications-left .noti-single .icon img {
    opacity: 0
}

.discover-community .notifications-left .swiper-container {
    height: 425px;
}

.discover-community .notifications-left .swiper-slide {
    height: 95px !important;
}

.discover-community .join-right {
    border-radius: 10px;
    background: #0355D6;

    padding: 46px;
    height: 100%;
    background: rgb(2, 88, 219);
    background: linear-gradient(0deg, rgba(2, 88, 219, 1) 0%, rgba(16, 107, 246, 1) 50%);

}

.discover-community .join-right .heading {
    color: #fff;
    font-weight: bold;

    margin-bottom: 18px;
    line-height: 1.1;
}

.discover-community .join-right .heading:first-letter {
    text-transform: uppercase;


}

.discover-community .join-right p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;


}

@media only screen and (max-width: 991px) {
    .discover-community .notifications-left {
        margin-bottom: 40px;
    }



}

@media only screen and (max-width: 1199px) {

    .discover-community .join-right .heading {
        font-size: 38px;
    }

    .discover-community .join-right p {

        font-size: 18px;
    }
}

.discover-community .join-right .button-theme {
    background: #fff;
    font-weight: 500;
    color: #0055D6;
    font-size: 20px;
    padding: 15px 20px;

    min-width: 200px;

}

.discover-community .join-right .button-theme:hover {
    background: #ED2893;
    color: #fff;

}


/*------------------- How it Works -------------------*/

.how-it-works {
    background: #FFF9FC;
    padding-bottom: 50px;
}

.how-it-works h3.section-title {
    margin-bottom: 30px;
}

.how-it-works .nav-tabs {
    border-bottom: 1px solid #E5E5E9
}

.how-it-works .nav-tabs .nav-link {
    border: 0;
    color: #6B6C6F;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    padding: 12px 0;
    background: rgba(0, 0, 0, 0);
}


.how-it-works .nav-tabs li:first-child .nav-link {
    margin-right: 70px;
}


.how-it-works .nav-tabs .nav-link.active {
    border-bottom: 4px solid #0054D3;

}


.how-it-works .tab-pane {

    padding: 50px 0;
    background: url(../../media/home/spiral.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;

}


.how-it-works .steps {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 25px;
    padding-left: 110px;
    position: relative;
}

.how-it-works .steps .count {

    font-weight: 500;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #0054D3;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -10px;

}

.how-it-works .steps .icon {

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 67px;
    width: 67px;

    background: rgba(62, 67, 101, .10);
    position: absolute;
    border-radius: 50%;
    top: 24px;
    left: 24px;

}


.how-it-works .steps.step-1 .icon {

    background: rgba(240, 64, 55, .10);


}

.how-it-works .steps.step-2 .icon {

    background: rgba(84, 118, 212, .10);


}

.how-it-works .steps.step-3 .icon {


    background: rgba(62, 67, 101, .10);


}


.how-it-works .steps .heading {


    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;

}

.how-it-works .steps p {


    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}


.how-it-works .steps p:last-child {
    margin-bottom: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}


@media only screen and (max-width: 991px) {
    .how-it-works .steps {
        margin-bottom: 40px;
    }


    .how-it-works .nav-tabs li:first-child .nav-link {
        margin-right: 30px;
    }

}



/*------------------- Facilities -------------------*/

.facilities {}

.facilities .facility-box {
    text-align: center;
    margin-bottom: 40px;
}

.facilities .facility-box .icon {
    text-align: center;
    padding: 30px;
}

.facilities .facility-box .heading {

    font-weight: bold;
    padding-top: 10px;
}

.facilities .facility-box p {

    max-width: 350px;
    margin: 0 auto;
}

.facilities .facility-box .more {
    margin-top: 10px;
    font-size: 14px;
}

/*------------------- 5.7 Location -------------------*/
.location-find .location-box {
    position: relative;
    margin-bottom: 20px;
}

.location-find .location-box .item-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.location-find .location-box .item-img:after {
    content: "";
    height: 60%;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.location-find .location-box .item-img a {
    display: block;
}

.location-find .location-box .item-img img {
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.location-find .location-box .item-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.location-find .location-box .item-content .item-title {
    font-size: 22px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 0;
}

.location-find .location-box .item-content .item-title:before {
    content: "";
    height: 18px;
    width: 4px;
    background-color: #6f6f6f;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.location-find .location-box .item-content .item-title a {
    color: #ffffff;
}

.location-find .location-box .item-content .item-title a:hover {
    color: #ED2893;
}

.location-find .location-box:hover .item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.location-find .location-box:hover .item-content .item-title:before {
    background-color: #ED2893;
}

/*------------------- 5.8 Team -------------------*/
.team-circle .nav-tabs {
    border-bottom: none;
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .team-circle .nav-tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.team-circle .nav-tabs .nav-item {
    margin-bottom: 0;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .team-circle .nav-tabs .nav-item {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        position: initial;
        margin-right: 15px;
    }

    .team-circle .nav-tabs .nav-item:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .team-circle .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
}

.team-circle .nav-tabs .nav-item:nth-child(1n) {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    top: -8%;
    right: -17%;
}

.team-circle .nav-tabs .nav-item:nth-child(2n) {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: 34%;
    left: -25%;
}

.team-circle .nav-tabs .nav-item:nth-child(3n) {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: 44%;
    right: -35%;
}

.team-circle .nav-tabs .nav-link {
    padding: 0;
    border: none;
    background-color: transparent;
}

.team-circle .nav-tabs .nav-link img {
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .team-circle .nav-tabs .nav-link img {
        height: 100px;
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .team-circle .nav-tabs .nav-link img {
        height: 70px;
        width: 70px;
    }
}

.team-circle .nav-tabs-right .nav-item:nth-child(1n) {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: -14%;
    left: -30%;
    right: auto;
}

.team-circle .nav-tabs-right .nav-item:nth-child(2n) {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: 0;
    left: auto;
    right: -17%;
}

.team-circle .nav-tabs-right .nav-item:nth-child(3n) {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    top: 34%;
    right: -40%;
}

.team-circle .tab-content {
    padding: 50px 30px 110px;
}

@media only screen and (max-width: 991px) {
    .team-circle .tab-content {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 575px) {
    .team-circle .tab-content {
        padding: 30px 0 50px;
    }
}

.team-circle .tab-content .tab-pane {
    text-align: center;
}

.team-circle .team-box {
    display: inline-block;
    position: relative;
}

.team-circle .team-box .item-img {
    position: relative;
}

.team-circle .team-box .item-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(93, 93, 250, 0.85);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.team-circle .team-box .item-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-circle .team-box .item-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.team-circle .team-box .item-content .item-title {
    font-size: 24px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-circle .team-box .item-content .item-title a {
    color: #ffffff;
}

.team-circle .team-box .item-content .item-title a:hover {
    color: #ED2893;
}

.team-circle .team-box .item-content .item-title:before {
    content: "";
    height: 3px;
    width: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: -32px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.team-circle .team-box .item-content .item-title:after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: 13px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.team-circle .team-box .item-content .group-count {
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-circle .team-box .item-content .group-count span {
    font-weight: 700;
}

.team-circle .see-all-btn {
    text-align: center;
    padding: 10px 0 20px;
}

.team-circle .shape-wrap li {
    position: absolute;
    z-index: -1;
}

.team-circle .shape-wrap li:nth-child(1n) {
    top: -4%;
    left: 16%;
    -webkit-animation: movingleftright1 15000ms linear infinite;
    animation: movingleftright1 15000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(2n) {
    top: 33%;
    left: 9%;
    -webkit-animation: movingleftright2 25000ms linear infinite;
    animation: movingleftright2 25000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(3n) {
    top: 78%;
    left: 18%;
    -webkit-animation: movingleftright3 20000ms linear infinite;
    animation: movingleftright3 20000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(4n) {
    top: 8%;
    left: 35%;
    -webkit-animation: movingleftright2 20000ms linear infinite;
    animation: movingleftright2 20000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(5n) {
    top: 73%;
    left: 46%;
    -webkit-animation: movingleftright1 30000ms linear infinite;
    animation: movingleftright1 30000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(6n) {
    top: 10%;
    left: 61%;
    -webkit-animation: movingleftright3 25000ms linear infinite;
    animation: movingleftright3 25000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(7n) {
    top: 4%;
    left: 82%;
    -webkit-animation: movingleftright2 30000ms linear infinite;
    animation: movingleftright2 30000ms linear infinite;
}

.team-circle .shape-wrap li:nth-child(8n) {
    top: 70%;
    left: 60%;
    -webkit-animation: movingleftright1 40000ms linear infinite;
    animation: movingleftright1 40000ms linear infinite;
}

/*------------------- 5.9 Testimonial -------------------*/
.testimonial-carousel {
    padding: 120px 0 100px;
    background-image: url("../../media/testimonial/bg_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .testimonial-carousel {
        padding: 95px 0 80px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-carousel {
        padding: 75px 0 60px;
    }
}

.testimonial-carousel:before {
    content: url("../../media/testimonial/shape_2.png");
    position: absolute;
    right: 18%;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .testimonial-carousel:before {
        display: none;
    }
}

.testimonial-carousel .testimonial-content {
    text-align: center;
    margin-bottom: 34px;
}

.testimonial-carousel .testimonial-content .item-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 4px;
}

.testimonial-carousel .testimonial-content .item-subtitle {
    font-size: 14px;
    color: #d4d3ff;
    margin-bottom: 25px;
}

.testimonial-carousel .testimonial-content p {
    font-size: 18px;
    color: #ffffff;
}

.testimonial-carousel .slick-nav {
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-carousel .slick-nav .slick-list {
    padding: 0 !important;
}

.testimonial-carousel .slick-nav .nav-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-carousel .slick-nav .nav-item:before {
    content: url("../../media/testimonial/shape_1.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-carousel .slick-nav .nav-item img {
    display: inline-block;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    box-shadow: 0 17px 21px 0 rgba(21, 17, 164, 0.46);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-carousel .slick-nav .slick-center:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.testimonial-carousel .slick-nav .slick-center img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.testimonial-carousel .shape-wrap li {
    position: absolute;
}

.testimonial-carousel .shape-wrap li:nth-child(1n) {
    top: 16%;
    left: 13%;
    -webkit-animation: movingleftright1 15000ms linear infinite;
    animation: movingleftright1 15000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(2n) {
    top: 2%;
    left: 45%;
    -webkit-animation: movingleftright2 25000ms linear infinite;
    animation: movingleftright2 25000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(3n) {
    top: 20%;
    left: 72%;
    -webkit-animation: movingleftright3 20000ms linear infinite;
    animation: movingleftright3 20000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(4n) {
    top: 18%;
    left: 90%;
    -webkit-animation: movingleftright2 30000ms linear infinite;
    animation: movingleftright2 30000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(5n) {
    bottom: 22%;
    top: auto;
    left: 10%;
    -webkit-animation: movingleftright1 20000ms linear infinite;
    animation: movingleftright1 20000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(6n) {
    bottom: 6%;
    top: auto;
    left: 48%;
    -webkit-animation: movingleftright3 15000ms linear infinite;
    animation: movingleftright3 15000ms linear infinite;
}

.testimonial-carousel .shape-wrap li:nth-child(7n) {
    bottom: 12%;
    top: auto;
    left: 80%;
    -webkit-animation: movingleftright2 25000ms linear infinite;
    animation: movingleftright2 25000ms linear infinite;
}

/*------------------- 5.10 Why Choose Us -------------------*/
.why-choose-fluid {
    overflow: hidden;
}

.why-choose-fluid .why-choose-content {
    background-color: #ed2895;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(100% - 585px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .why-choose-fluid .why-choose-content {
        padding-left: calc(100% - 465px);
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-fluid .why-choose-content {
        padding: 80px calc((100% - 690px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-fluid .why-choose-content {
        padding: 80px calc((100% - 510px) / 2);
    }
}

@media only screen and (max-width: 575px) {
    .why-choose-fluid .why-choose-content {
        padding: 80px 15px;
    }
}

.why-choose-fluid .why-choose-content:before {
    content: url("../../media/figure/shape_6.png");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.why-choose-fluid .why-choose-content:after {
    content: url("../../media/figure/multi_shape.png");
    position: absolute;
    top: 0;
    right: 35px;
    text-align: center;
    -webkit-animation: movinground 50000ms linear infinite;
    animation: movinground 50000ms linear infinite;
    z-index: -1;
}

.why-choose-fluid .content-box .item-title {
    color: #ffffff;
    margin-bottom: 15px;
}

.why-choose-fluid .content-box p {
    color: #ffffff;
    margin-bottom: 30px;
}

.why-choose-fluid .content-box .button-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 17px 21px 0 rgba(21, 17, 164, 0.3);
}

.why-choose-fluid .why-choose-img .image-box img {
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .why-choose-fluid .why-choose-img .image-box img {
        height: auto;
    }
}

.why-choose-us {
    padding: 120px 0 70px;
}

@media only screen and (max-width: 1199px) {
    .why-choose-us {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-us {
        padding: 80px 0 30px;
    }
}

.why-choose-us .why-choose-box {
    margin-bottom: 50px;
}

.why-choose-us .why-choose-box .item-subtitle {
    color: #ed2895;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-us .why-choose-box .item-title {
    font-weight: 800;
    margin-bottom: 22px;
}

.why-choose-us .why-choose-box .item-title span {
    display: block;
}

.why-choose-us .why-choose-box p {
    color: #3E3F42;
    margin-bottom: 30px;
    width: 90%;
}

@media only screen and (max-width: 1199px) {
    .why-choose-us .why-choose-box p {
        width: 100%;
    }
}

.why-choose-us .why-choose-box .button-slide .btn-text {
    margin-left: 20px;
}

.why-choose-us .why-choose-box .button-slide .btn-icon {
    margin-left: 10px;
}

.why-choose-us .why-choose-box .features-list {
    position: relative;
}

.why-choose-us .why-choose-box .features-list:before {
    content: "";
    height: 90%;
    width: 50%;
    border: 9px solid #e1e1e1;
    border-radius: 50%;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: -23%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .why-choose-us .why-choose-box .features-list:before {
        left: -17%;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-us .why-choose-box .features-list:before {
        display: none;
    }
}

.why-choose-us .why-choose-box .features-list li {
    margin-bottom: 35px;
}

.why-choose-us .why-choose-box .features-list li:last-child {
    margin-bottom: 0;
}

.why-choose-us .why-choose-box .features-list li:nth-child(even) {
    padding-left: 80px;
}

@media only screen and (max-width: 991px) {
    .why-choose-us .why-choose-box .features-list li:nth-child(even) {
        padding-left: 0;
    }
}

.why-choose-us .why-choose-box .features-list .media:hover .item-icon {
    background-color: #ed2895;
    color: #ffffff;
}

.why-choose-us .why-choose-box .features-list .media:hover .media-body .item-title {
    color: #ed2895;
}

.why-choose-us .why-choose-box .features-list .item-icon {
    font-size: 50px;
    color: #b3b3b3;
    height: 130px;
    width: 130px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 31px 65px 0 rgba(153, 153, 153, 0.28);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .why-choose-us .why-choose-box .features-list .item-icon {
        height: 100px;
        width: 100px;
        font-size: 40px;
    }
}

.why-choose-us .why-choose-box .features-list .media-body .item-title {
    font-size: 22px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.why-choose-us .why-choose-box .features-list .media-body p {
    margin-bottom: 0;
}


/*------------------- 5.11 Login Page -------------------*/
.login-page-wrap {
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap {
        height: 100%;
        position: inherit;
    }
}

.login-page-wrap .content-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    align-items: center;
    min-height: calc(100vh - 92px)
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .content-wrap {
        overflow: hidden;
    }
}

.login-page-wrap .content-wrap .map-line {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.login-page-wrap .content-wrap .map-line .map-marker li {
    position: absolute;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(1n) {
    bottom: 50px;
    right: 58%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(2n) {
    top: 33%;
    right: 75%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(3n) {
    top: 60%;
    right: 37%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(4n) {
    top: 38%;
    right: 21%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #403cd9;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

.login-page-wrap .login-content {

    width: 33%;
    background-color: #ffffff;
    box-shadow: 0 7px 7px 0 rgb(0 0 0 / 6%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.login-page-wrap .signup-content {
    padding-top: 5px;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .login-content {
        padding: 50px 15px 0;
        width: 100%;
        margin-top: 50px !important;
    }

}

.login-page-wrap .item-logo {
    margin-bottom: 25px;
    text-align: center;
}

.login-page-wrap .item-logo a {
    position: relative;
}

/* .login-page-wrap .item-logo a:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ED2893;
    position: absolute;
    top: 7px;
    left: 68px;
    border-radius: 50%;
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
} */

.login-page-wrap .login-form-wrap {
    position: relative;
    z-index: 1;
    font-family: 'Heebo', sans-serif;
    position: relative;
    z-index: 1;
    overflow: visible;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .login-form-wrap {
        padding-left: 0;
    }
}

.login-page-wrap .nav-tabs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    border-bottom: none;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs {
        position: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.login-page-wrap .nav-tabs li {
    margin-bottom: 10px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-page-wrap .nav-tabs li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs li {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 10px;
    }
}

.login-page-wrap .nav-tabs li .nav-link {
    text-align: center;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 35px 12px;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs li .nav-link {
        padding: 12px 10px;
        border-radius: 6px 6px 0 0;
        font-size: 14px;
    }
}

.login-page-wrap .nav-tabs li .nav-link i {
    margin-bottom: 6px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 22px;
    color: #ED2893;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .nav-tabs li .nav-link i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 0;
        margin-right: 6px;
        font-size: 18px;
    }
}

.login-page-wrap .nav-tabs li .nav-link:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link:hover i {
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active {
    background-color: #ED2893;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active i {
    color: #ffffff;
}

.login-page-wrap .tab-content {
    min-width: 470px;
    /* background-color: #ffffff; */
    /* border-radius: 0 15px 15px 15px; */
    padding: 50px;
    /* box-shadow: 0 19px 73px 0 rgba(0, 0, 0, 0.17); */
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .tab-content {
        border-radius: 0 0 15px 15px;
        min-width: 100%;
        padding: 30px 20px;
    }
}

.login-page-wrap .tab-content .item-title {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    /* text-transform: uppercase !important; */
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .login-page-wrap .tab-content .item-title {
        font-size: 22px;
    }
}

.login-page-wrap .tab-content .item-title span {
    display: block;
}

/* .login-page-wrap .tab-content .item-title:before {
    content: "";
    height: 3px;
    width: 8px;
    background-color: #ed2895;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
} */
/* 
.login-page-wrap .tab-content .item-title:after {
    content: "";
    height: 3px;
    width: 18px;
    background-color: #ed2895;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    bottom: 0;
} */

.login-page-wrap .tab-content .form-group {
    /* input::-webkit-calendar-picker-indicator {
			 	
			 	&:before {
			 		color: red;
			 	}
			} */
}

.login-page-wrap .tab-content .form-group .form-control {
    border: none;
    border-radius: 0;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}

.login-page-wrap .tab-content .form-group input.form-control::-webkit-input-placeholder,
.login-page-wrap .tab-content .form-group textarea.form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .form-group input::-webkit-datetime-edit-text {
    color: #9f9f9f;
    padding: 0 0.3em;
}

.login-page-wrap .tab-content .form-group input::-webkit-datetime-edit-month-field {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .form-group input::-webkit-datetime-edit-day-field {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .form-group input::-webkit-datetime-edit-year-field {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .form-group input::-webkit-inner-spin-button {
    display: none;
}

.login-page-wrap .tab-content .form-group .select2-container--classic .select2-selection--single {
    height: 50px;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.login-page-wrap .tab-content .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.login-page-wrap .tab-content .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.login-page-wrap .tab-content .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #9f9f9f;
    padding-left: 0;
}

.login-page-wrap .tab-content .form-group .submit-btn {
    width: 100%;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.17);
    padding: 13px 10px;
}

.login-page-wrap .tab-content .login-tab .google-signin {
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 5px;
}

.login-page-wrap .tab-content .login-tab .google-signin:before {
    content: "or";
    font-size: 15px;
    color: #b6b6b6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-page-wrap .tab-content .login-tab .google-signin a {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 12px;
    color: #646464;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-page-wrap .tab-content .login-tab .google-signin a img {
    margin-right: 8px;
}

.login-page-wrap .tab-content .login-tab .form-group .submit-btn {
    width: 100%;
    padding: 12px 50px;
}

@media only screen and (max-width : 768px) {
    .login-page-wrap .tab-content .login-tab .form-group .submit-btn {
        margin-top: 20px !important;
    }
}


.login-page-wrap .tab-content .login-tab .reset-password {
    margin-bottom: 10px;
}

.login-page-wrap .tab-content .login-tab .reset-password a {
    display: block;
    text-align: right;
    color: #ff3d00;
    font-size: 15px;
    font-weight: 600;
}

.login-page-wrap .tab-content .login-tab .account-create {
    font-weight: 600;
    margin-top: 25px;
}

.login-page-wrap .tab-content .login-tab .account-create a {
    color: #ed2895;
    text-decoration: underline;
}

.login-page-wrap .tab-content .login-tab .account-create a:hover {
    color: #ED2893;
}


/*=======================================================================
6. Dashboard Style
=========================================================================*/
/*------------------- 6.1 Blocks -------------------*/
.block-box {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #EAEDF3;

}

/*------------------- 6.2 Banner -------------------*/
.newsfeed-banner {
    background-image: -webkit-linear-gradient(right, #ffea00, #ff9800);
    background-image: linear-gradient(to left, #ffea00, #ff9800);
    border-radius: 4px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.newsfeed-banner .animation-img li {
    max-width: 50%
}

@media only screen and (max-width: 767px) {
    .newsfeed-banner {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .newsfeed-banner {
        text-align: center;
        padding: 20px;
    }
}

.newsfeed-banner .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsfeed-banner .item-icon {
    font-size: 80px;
    color: #ffffff;
    margin-right: 55px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .newsfeed-banner .item-icon {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .newsfeed-banner .item-icon {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .newsfeed-banner .item-icon {
        display: none;
    }
}

.newsfeed-banner .item-icon:before {
    content: "";
    height: 54px;
    width: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 46%;
    right: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsfeed-banner .media-body .item-title {
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
    .newsfeed-banner .media-body .item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .newsfeed-banner .media-body .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .newsfeed-banner .media-body .item-title {
        font-size: 24px;
    }
}

.newsfeed-banner .media-body p {
    margin-bottom: 0;
    color: #ffffff;
}

.newsfeed-banner .animation-img li {
    position: absolute;
    z-index: -1;
}

.newsfeed-banner .animation-img li:nth-child(1n) {
    top: 0;
    right: 150px;
}

.newsfeed-banner .animation-img li:first-child {
    right: auto;
    left: 0;
}

.newsfeed-banner .animation-img li:nth-child(2n) {
    top: auto;
    bottom: 0;
    right: 30px;
}

@media only screen and (max-width: 991px) {
    .newsfeed-banner .animation-img li:nth-child(2n) {
        display: none;
    }
}

.banner-user {
    background-image: url("../../media/figure/banner-user.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    padding: 140px 30px 30px 40px;
    position: relative;
    background-position: center center;
    z-index: 1;
}

.banner-user.brand-user {
    background-image: none;
    background: #1FA2FF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f51b5, #1FA2FF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f51b5, #1FA2FF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 80px 30px 30px 40px;
    position: relative;
    background-position: center center;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .banner-user {
        padding: 60px 35px 35px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-user {
        padding: 50px 30px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-user {
        padding: 50px 20px 25px;
    }
}

.banner-user.brand-user:before {
    content: none;

}

.banner-user.brand-user.category {
    text-align: center;
    padding: 60px 30px;
    padding-bottom: 55px;

}

.banner-user.brand-user.category.women {
    background: #ff758c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff758c, #ff7eb3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff758c, #ff7eb3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.banner-user.brand-user.category.men {
    background: #09203f;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #537895, #09203f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #537895, #09203f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.banner-user:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(36, 35, 35, .51);
    border-radius: 4px 4px 0 0;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner-user .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .banner-user .media {
        display: block;
        text-align: center;
    }
}

.banner-user .media .media-body {
    position: relative;
}

.banner-user .media .item-img {
    position: relative;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
    height: 125px;
    width: 125px;
}

@media only screen and (max-width: 575px) {
    .banner-user .media .item-img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .banner-user .user-meta .media .item-img {
        margin-right: 0;
        margin-bottom: 0px;
    }
}

.banner-user .media .item-img:after {
    content: url("../../media/banner/round_shape1.png");
    position: absolute;
    top: -9px;
    left: -8px;
}

.banner-user .media .item-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.banner-user .media .item-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    line-height: 1.2
}

/*
.banner-user .media .item-title:before {
    content: "\eed6";
    font-family: IcoFont;
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    background-color: #17dd17;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 1px;
    right: -38px;
}
*/

.banner-user .media .item-subtitle {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
}


.banner-user .media .item-username {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}


.banner-user .media .item-location {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    padding-left: 22px;
    position: relative;
    padding-top: 2px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.banner-user .media .item-location:last-of-type {

    margin-bottom: 0px;
}

.banner-user .media .item-location:before {
    content: "";
    background: url(../../media/figure/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    top: 0;
}


.banner-user .media .item-social li {
    display: inline-block;
    margin-right: 2px;
}

.banner-user .media .item-social li:last-child {
    margin-right: 0;
}

.banner-user .media .item-social li a {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-user .media .item-social li a:hover {
    opacity: 0.8;
}

.banner-user .media .user-meta {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .banner-user .media .user-meta {
        position: relative;
        margin-top: 20px;
    }
}

.banner-user .media .user-meta li {
    display: inline-block;
    color: #d7d7d7;
    margin-right: 10px;
}

.banner-user .media .user-meta li .button-theme {
    font-size: 15px;
    padding: 6px 15px;
    line-height: 22px
}




.banner-user .media .user-meta li .button-theme.outline {
    border: 1px solid #fff;
    background: transparent;
    padding: 5px 15px;
}


.banner-user .media .user-meta li .button-theme:hover {
    color: #ED2893;
    background: #fff;
}

.banner-user .media .user-meta li:last-child {
    margin-right: 0;
}

.banner-user .media .user-meta li span {
    font-weight: 600;
    color: #ffffff;
}




.banner-user .media .user-meta .dropdown {
    line-height: 1;
}

.banner-user .media .user-meta .dropdown.show .dropdown-toggle {
    color: #ED2893;
}

.banner-user .media .user-meta .dropdown.show .dropdown-toggle:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-user .media .user-meta .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 34px;
    width: 34px;
    display: block;
    float: left;

    line-height: 34px;
}

.banner-user .media .user-meta .dropdown-toggle:before {
    content: "";
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 1px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-user .media .user-meta .dropdown-toggle:after {
    display: none;
}

.banner-user .media .user-meta .dropdown-toggle:hover {
    color: #ED2893;
}

.banner-user .media .user-meta .dropdown-toggle:focus {
    color: #ED2893;
}

.banner-user .media .user-meta .dropdown-toggle:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-user .media .user-meta .dropdown-menu {
    min-width: 130px;
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    z-index: 9;
}

.banner-user .media .user-meta .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
}

.banner-user .media .user-meta .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.banner-user .media .user-meta .bundle .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.banner-user .media .user-meta .bundle .item-img {
    margin-right: 0px;
    position: relative;
    width: 38px;
    height: 38px;
    border: 0;
    padding: 0;
    margin-right: 10px;
}




.banner-user .media .user-meta .bundle .item-img:after {
    content: url("../../media/figure/chat_round_shape1.png");
    position: absolute;
    top: -5px;
    left: -5px;
    background-repeat: no-repeat;
}


.banner-user .media .user-meta .bundle .item-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


.banner-user .media .user-meta .bundle .item-img .acc-bundle {
    position: absolute;
    bottom: -6px;
    right: -12px;
    height: 22px;
    width: 22px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    z-index: 1;
}





.banner-forum {
    background-image: url("../../media/banner/banner_forum.jpg");
}

.banner-forum .media .media-body .item-title:before {
    display: none;
}

.banner-forum .media .media-body .item-subtitle {
    color: #c2c2c2;
}

.banner-user-group {
    background-image: url("../../media/banner/banner_group.jpg");
}

.banner-user-group .media .media-body .item-title:before {
    display: none;
}

.banner-user-group .media .media-body .item-subtitle {
    color: #c2c2c2;
}

/*------------------- 6.3 Forum -------------------*/
.forum-list-table .table {
    background-color: #ffffff;
    border-radius: 8px;
}

.forum-list-table .table .thead-dark th {
    background-color: #ed2895;
    border-color: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 16px;
    font-weight: 600;
}

.forum-list-table .table .thead-dark th:first-child {
    border-radius: 8px 0 0 0;
    border-left: none;
    padding-left: 25px;
}

.forum-list-table .table .thead-dark th:last-child {
    border-radius: 0 8px 0 0;
    border-right: none;
    padding-left: 25px;
}

.forum-list-table .table td {
    border-bottom: none;
    border-color: #e7edf6;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

.forum-list-table .table td:first-child {
    border-left: none;
    padding-left: 25px;
}

.forum-list-table .table td:last-child {
    border-right: none;
    padding-left: 25px;
}

.forum-list-table .table .media {
    min-width: 220px;
    padding: 15px 0;
}

.forum-list-table .table .media .item-img {
    margin-right: 20px;
    margin-top: 5px;
}

.forum-list-table .table .media .item-img img {
    border-radius: 50%;
}

.forum-list-table .table .media .media-body .item-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.forum-list-table .table .media .media-body .item-title a {
    color: #000000;
}

.forum-list-table .table .media .media-body .item-title a:hover {
    color: #ed2895;
}

.forum-list-table .table .media .media-body p {
    font-size: 14px;
    line-height: 22px;
}

.forum-list-table .table .forum-member {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum-list-table .table .forum-member .item-img {
    margin-top: 0;
}

.forum-list-table .table .forum-member .media-body .item-title {
    margin-bottom: 0;
    line-height: 22px;
}

.forum-list-table .table .forum-member .media-body .item-title a {
    color: #444444;
}

.forum-list-table .table .forum-member .media-body .item-time {
    font-size: 14px;
    line-height: 22px;
}

.forum-post-input .media {
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .forum-post-input .media {
        padding: 20px;
    }
}

.forum-post-input .media .item-img {
    margin-right: 15px;
    padding: 4px;
    position: relative;
}

.forum-post-input .media .item-img:after {
    content: url("../../media/figure/chat_round_shape3.png");
    position: absolute;
    top: 0;
    left: 0;
}

.forum-post-input .media .item-img img {
    border-radius: 50%;
}

.forum-post-input .media .media-body .form-control {
    border: none;
    background-color: #f4f7fc;
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 14px;
}

.forum-post-input .media .media-body .form-control:focus {
    box-shadow: none;
}

.forum-post-input .media .media-body input.form-control::-webkit-input-placeholder,
.forum-post-input .media .media-body textarea.form-control::-webkit-input-placeholder {
    color: #afb8c4;
}

.forum-post-input .post-footer .insert-btn a {
    margin-right: 5px !important;
}

.forum-last-status {
    margin-bottom: 35px;
}

.forum-last-status .widget-heading .widget-title {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .forum-last-status .widget-heading .widget-title {
        font-size: 20px;
    }
}

.forum-last-status .forum-topic-status {
    padding: 16px 25px;
}

.forum-last-status .forum-topic-status p {
    margin-bottom: 0;
    font-size: 14px;
    color: #aeadad;
}

.forum-last-status .forum-topic-status p a,
.forum-last-status .forum-topic-status p span {
    color: #797979;
    text-decoration: underline;
}

.forum-last-status .forum-topic-status p a:hover {
    color: #ed2895;
}

.forum-last-status .forum-topic-status p i {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #17dd17;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
}

.forum-last-status .subscribe-btn .item-btn {
    display: block;
    color: #898989;
    font-weight: 600;
    text-align: center;
    padding: 16px 10px;
    border-radius: 8px;
}

.forum-last-status .subscribe-btn .item-btn:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.forum-last-status .post-view .post-header .media .user-img {
    padding: 0;
}

.forum-last-status .post-view .post-header .media .user-img:after {
    display: none;
}

.forum-last-status .post-view .post-body p {
    background-color: #f5f7fa;
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.forum-last-status .post-view .post-footer {
    border-top-color: #eff4fb;
    padding: 10px 30px;
}

.forum-last-status .post-view .post-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.forum-last-status .post-view .post-footer ul li {
    font-size: 12px;
    color: #878787;
}

.forum-topic-add .heading-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .forum-topic-add .heading-title {
        font-size: 20px;
    }
}

.forum-topic-add .block-box {
    padding: 35px 30px 45px;
}

.forum-topic-add .form-group {
    margin-bottom: 15px;
}

.forum-topic-add .form-group:last-child {
    margin-bottom: 0;
}

.forum-topic-add .form-group label {
    font-size: 14px;
    color: #c4c4c4;
}

.forum-topic-add .form-group .form-control {
    border-color: #e3e3e3;
}

.forum-topic-add .form-group .insert-btn a {
    font-size: 14px;
    color: #949494;
    padding: 0 8px;
    margin-bottom: 4px;
}

.forum-topic-add .form-group .insert-btn a:hover {
    color: #000000;
}

.forum-topic-add .form-group .submit-btn {
    margin-top: 10px;
    padding: 8px 32px;
}

.forum-info {
    padding: 20px 30px;
}

.forum-info .widget-heading {
    margin-bottom: 10px;
}

.forum-info p {
    line-height: 24px;
}

.user-list-view.forum-member .widget-author {
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    .user-list-view.forum-member .widget-author {
        padding: 20px;
    }
}

.user-list-view.forum-member .widget-author .profile-img {
    margin-right: 25px;
}

@media only screen and (max-width: 991px) {
    .user-list-view.forum-member .widget-author .profile-img {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view.forum-member .widget-author .profile-img {
        margin-right: 10px;
    }
}

.user-list-view.forum-member .widget-author .cover-img {
    left: -6%;
}

.user-list-view.forum-member .widget-author .author-statistics li:last-child a {
    padding-right: 0;
}

.forum-media-status {
    padding: 20px 30px 10px;
}

.forum-media-status li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.forum-media-status li:last-child {
    margin-right: 0;
}

.forum-media-status a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.forum-media-status a span {
    color: #9e9faf;
    font-weight: 600;
    margin-left: 8px;
}

.forum-media-status a i {
    margin-right: 12px;
    height: 30px;
    width: 30px;
    background-color: #ED2893;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.forum-media-gallery {
    padding: 25px 30px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 575px) {
    .forum-media-gallery {
        display: block;
    }
}

.forum-media-gallery .media-upload {
    margin-right: 100px;
}

@media only screen and (max-width: 767px) {
    .forum-media-gallery .media-upload {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .forum-media-gallery .media-upload {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.forum-media-gallery .media-upload .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .forum-media-gallery .media-upload .item-title {
        font-size: 20px;
    }
}

.forum-media-gallery .media-upload .upload-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #a9b5c7;
    padding: 11px 30px;
    border-radius: 6px;
}

.forum-media-gallery .media-upload .upload-btn i {
    margin-right: 8px;
    font-weight: 400;
    font-size: 18px;
}

.forum-media-gallery .media-upload .upload-btn:hover {
    background-color: #ED2893;
}

.forum-media-gallery .input-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.forum-media-gallery .input-group .form-control {
    height: 50px;
    border: 1px solid #d5dae0;
    font-size: 16px;
}

.forum-media-gallery .input-group .input-group-append .search-btn {
    padding: 5px 16px;
    font-size: 20px;
}

/*------------------- 6.4 Post -------------------*/
.post-input-tab .nav-tabs {
    border-color: #e6e9ec;
}

.post-input-tab .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    border-right: 1px solid #e6e9ec;
    margin-bottom: 0;
}

.post-input-tab .nav-tabs .nav-item:last-child {
    border-right: none;
}

.post-input-tab .nav-tabs .nav-link {
    padding: 16px 10px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #98a4b4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .post-input-tab .nav-tabs .nav-link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .post-input-tab .nav-tabs .nav-link {
        font-size: 0;
    }
}

.post-input-tab .nav-tabs .nav-link i {
    font-size: 20px;
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .post-input-tab .nav-tabs .nav-link i {
        font-size: 16px;
    }
}

.post-input-tab .nav-tabs .nav-link:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #ED2893;
    position: absolute;
    left: 0;
    bottom: -1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-input-tab .nav-tabs .nav-link.active {
    color: #000000;
}

.post-input-tab .nav-tabs .nav-link.active:after {
    visibility: visible;
    opacity: 1;
}

.post-input-tab .tab-pane .form-control {
    border: none;
    padding: 16px 30px;
}

.post-input-tab .tab-pane .form-control:focus {
    outline: none;
    box-shadow: none;
}

.post-input-tab .tab-pane input.form-control::-webkit-input-placeholder,
.post-input-tab .tab-pane textarea.form-control::-webkit-input-placeholder {
    color: #afb8c4;
    font-size: 14px;
}

.post-input-tab .post-media {
    text-align: center;
    padding: 30px 0;
}

.post-input-tab .post-media label {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
}

.post-input-tab .post-media .media-insert {
    font-weight: 700;
    color: #ffffff;
    background-color: #a9b5c7;
    border-radius: 4px;
    padding: 10px 32px;
}

.post-input-tab .post-media .media-insert i {
    font-size: 20px;
    margin-right: 10px;
}

.post-input-tab .post-media .media-insert:hover {
    background-color: #ed2895;
}

.post-input-tab .post-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaedf1;
    padding: 18px 20px 18px 30px;
}

@media only screen and (max-width: 479px) {
    .post-input-tab .post-footer {
        padding: 18px 20px;
    }
}

.post-input-tab .post-footer .insert-btn a {
    margin-right: 10px;
    color: #98a4b4;
    font-size: 24px;
    padding: 5px;
}

@media only screen and (max-width: 479px) {
    .post-input-tab .post-footer .insert-btn a {
        font-size: 20px;
        margin-right: 4px;
    }
}

.post-input-tab .post-footer .insert-btn a:last-child {
    margin-right: 0;
}

.post-input-tab .post-footer .insert-btn a:first-child {
    padding-left: 0;
}

.post-input-tab .post-footer .insert-btn a:hover {
    color: #ed2895;
}

.post-input-tab .post-footer .submit-btn a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ed2895;
    border-radius: 4px;
    padding: 8px 32px;
}

@media only screen and (max-width: 479px) {
    .post-input-tab .post-footer .submit-btn a {
        padding: 7px 15px;
    }
}

.post-input-tab .post-footer .submit-btn a:hover {
    background-color: #ED2893;
}

.post-view .post-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   
    padding: 15px 19px 15px;
}

@media only screen and (max-width: 767px) {
    .post-view .post-header {
        padding: 20px 15px 18px;
    }
}

.post-view .post-header .media .user-img {
    position: relative;
    margin-right: 14px;
    padding: 5px;
    height: 54px;
    width: 54px;
}

@media only screen and (max-width: 575px) {
    .post-view .post-header .media .user-img {
        margin-right: 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.post-view .post-header .media {
    -ms-align-items: center;
    align-items: center;
}

.post-view .post-header .media .user-img:after {
    content: url("../../media/figure/chat_round_shape.png");
    position: absolute;
    top: 0;
    left: 0;
}




.post-view .post-header .media .user-img img {
    border-radius: 50%;
}


.post-view .post-header .media .user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-view .post-header .media .user-title {
    font-weight: 400;
    color: #3E3F42;
    line-height: 1.4;
    font-size: 15px;

}


.post-view.following .post-header {
    padding-bottom: 10px;
}

.post-view.following .listing-box {
    padding: 0px 20px 10px;
    position: relative;
}

.post-view.following .post-header .media .user-img {
    padding: 0;
    margin-right: 10px;
    height: auto;
    width: auto;

}


.post-view.following .post-header .media .user-img:after {
    content: none;

}

.post-view.following .post-header .media .user-img img {
    border-radius: 0;
}

.post-view.following .post-header .media .user-title {
    line-height: 20px;
}


.post-view.following.brand .post-header .media .user-img {
    padding: 0;
    margin-right: 10px;
    height: 48px;
    width: 48px;

}


.post-view.following.brand .post-header .media .user-img {}



.following .listing-swiper {
    padding-top: 5px;

}

.listing-swiper .swiper-button-next {
    right: 0px;
}

.listing-swiper .swiper-button-prev {

    left: 0px;
}

.listing-swiper .swiper-button-next,
.listing-swiper .swiper-button-prev {

    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0;
    top: 18px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

.brand .listing-swiper .swiper-button-next,
.brand .listing-swiper .swiper-button-prev {

    top: 50%;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.listing-swiper .swiper-button-next:after,
.listing-swiper .swiper-button-prev:after {


    font-size: 16px;
    font-family: sans-serif;
    content: url(../../media/arrow.svg);
}

.listing-swiper .swiper-button-next:after {

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}





.listing-swiper .swiper-button-next.swiper-button-disabled,
.listing-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}


@media only screen and (max-width: 767px) {
    .post-view .post-header .media .user-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .post-view .post-header .media .user-title {
        font-size: 14px;
    }
}

.post-view .post-header .media .user-title a {
    color: #ed2895;
    font-weight: 500;
    margin: 0 5px;
}

.post-view .post-header .media .user-title a:first-child {
    margin-left: 0;
}


.post-view .post-header .media .user-title a:hover {
    color: #ed2895;

    text-decoration: underline;
}

.post-view .post-header .media .user-title i {
    margin: 0 4px;
    text-align: center;
    display: inline-block;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background-color: #17dd17;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .post-view .post-header .media .user-title i {
        font-size: 15px;
        height: 16px;
        width: 16px;
        line-height: 16px;
    }
}

.post-view .post-header .media .user-title .badge {
    font-size: px;
    color: #ffffff;
    font-weight: 400;
    background-color: #ed2895;
    border-radius: 20px;
    padding: 4px 10px;
}

.post-view .post-header .media .entry-meta {
    line-height: 16px;
}

.post-view .post-header .media .entry-meta li {
    display: inline-block;
    color: #9EA0A5;
    font-size: 13px;
    position: relative;
}

.post-view .post-header .media .entry-meta li:last-child:after {
    display: none;
}

.post-view .post-header .media .entry-meta li i {
    font-size: 14px;
    margin-right: 6px;
}

@media only screen and (max-width: 479px) {
    .post-view .post-header .media .entry-meta li i {
        margin-right: 4px;
    }
}

.post-view .post-header .media .entry-meta li:after {
    content: ".";
    color: #a5a6b5;
    font-size: 20px;
    padding: 0 2px 0 6px;
    font-weight: 700;
}

@media only screen and (max-width: 479px) {
    .post-view .post-header .media .entry-meta li:after {
        padding: 0 2px 0 5px;
    }
}

.post-view .post-header .dropdown {
    line-height: 1;
    margin-left: 10px;
}

.post-view .post-header .dropdown.show .dropdown-toggle {
    color: #ffffff;
}

.post-view .post-header .dropdown.show .dropdown-toggle:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-header .dropdown-toggle {
    background-color: transparent;
    padding-right: 0;
    border: none;
    font-size: 34px;
    color: #bbc5d3;
    margin-top: -15px;
    line-height: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .post-view .post-header .dropdown-toggle {
        font-size: 30px;
    }
}

.post-view .post-header .dropdown-toggle:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #ED2893;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -2px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .post-view .post-header .dropdown-toggle:before {
        height: 30px;
        width: 30px;
        top: 9px;
        left: 2px;
    }
}

.post-view .post-header .dropdown-toggle:after {
    display: none;
}

.post-view .post-header .dropdown-toggle:hover {
    color: #ffffff;
}

.post-view .post-header .dropdown-toggle:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-header .dropdown-menu {
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 130px;
    margin-top: 15px;
}

.post-view .post-header .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
}

.post-view .post-header .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.post-view .post-body {
    padding: 0 20px;
}

.post-view .post-body .post-img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .post-view .post-body {
        padding: 0 15px;
    }
}

.post-view .post-body p {
    font-size: 15px;
    color: #3E3F42;
    margin-bottom: 15px;
}

.post-view .post-body p i {
    font-size: 16px;
    margin-left: 5px;
    color: #ff5722;
}

.post-view .post-body .post-img img {
    border-radius: 3px;
}

.post-view .post-body .post-meta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0 18px;
}

.post-view .post-body .post-meta-wrap .post-meta .meta-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3E3F42;
    margin-left: 12px;
}

@media only screen and (max-width: 479px) {
    .post-view .post-body .post-meta-wrap .post-meta .meta-text {
        margin-left: 5px;
        font-size: 13px;
    }
}

.post-view .post-body .post-meta-wrap .post-meta .meta-text:first-child {
    margin-left: 0;
}

.post-view .post-body .post-meta-wrap .post-meta .meta-text + .meta-text:before {
    content: ".";
    padding: 0 18px 0 2px;
}

@media only screen and (max-width: 479px) {
    .post-view .post-body .post-meta-wrap .post-meta .meta-text + .meta-text:before {
        padding: 0 10px 0 2px;
    }
}

.post-view .post-body .post-meta-wrap .post-reaction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
}

.post-view .post-body .post-meta-wrap .post-reaction img {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: -10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 479px) {
    .post-view .post-body .post-meta-wrap .post-reaction img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-right: -18px;
    }
}

.post-view .post-body .post-meta-wrap .post-reaction img:last-child {
    margin-right: 0;
}

.post-view .post-body .post-friends-view {
    padding: 12px 0 35px;
}

.post-view .post-body .post-friends-view p {
    margin-bottom: 10px;
}

.post-view .post-body .post-friends-view .profile-thumb {
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.post-view .post-body .post-friends-view .cover-img img {
    border-radius: 3px 3px 0 0;
}

.post-view .post-body .post-friends-view .media {
    padding-bottom: 20px;
    padding-left: 25px;
}

.post-view .post-body .post-friends-view .media .media-body {
    padding-top: 18px;
}

.post-view .post-body .post-friends-view .profile-img {
    margin-top: -46px;
    margin-right: 18px;
}

.post-view .post-body .post-friends-view .profile-img img {
    border-radius: 50%;
    border: 8px solid #ffffff;
}

.post-view .post-body .post-friends-view .profile-name {
    font-weight: 700;
    line-height: 22px;
}

.post-view .post-body .post-friends-view .profile-name a {
    color: #111111;
}

.post-view .post-body .post-friends-view .profile-name a:hover {
    color: #ed2895;
}

.post-view .post-body .post-friends-view .user-name {
    line-height: 22px;
    font-size: 14px;
    color: #aeacac;
}

.post-view .post-body .post-img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.post-view .post-body .post-img-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
}

.post-view .post-body .post-img-list li a {
    border-radius: 4px;
    display: block;
    position: relative;
    text-align: center;
}

.post-view .post-body .post-img-list li img {
    border-radius: 4px;
}

.post-view .post-body .post-img-list li:nth-child(4n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.post-view .post-body .post-img-list li:last-child a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(3, 89, 214, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post-view .post-body .post-img-list li:last-child a:after {
    content: attr(data-photo);
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .post-view .post-body .post-img-list li:last-child a:after {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .post-view .post-body .post-img-list li:last-child a:after {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .post-view .post-body .post-img-list li:last-child a:after {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .post-view .post-body .post-img-list li:last-child a:after {
        font-size: 20px;
    }
}

.post-view .post-body .post-video {
    position: relative;
    text-align: center;
}

.post-view .post-body .post-video img {
    border-radius: 3px;
}

.post-view .post-body .post-video:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.post-view .post-body .post-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    height: 70px;
    width: 70px;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    background-color: #ed2895;
    border: 5px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .post-view .post-body .post-video .video-btn {
        height: 60px;
        width: 60px;
        line-height: 55px;
        font-size: 22px;
        border-width: 3px;
    }
}

@media only screen and (max-width: 575px) {
    .post-view .post-body .post-video .video-btn {
        height: 50px;
        width: 50px;
        line-height: 45px;
        font-size: 18px;
        border-width: 3px;
    }
}

.post-view .post-body .post-video .video-btn i {
    margin-left: 5px;
}

.post-view .post-body .post-video .video-btn:hover {
    background-color: #ED2893;
}

.post-view .post-body .post-no-thumbnail {
    border-bottom: 1px solid #e6e9ec;
    padding-bottom: 28px;
}

.post-view .post-body .post-no-thumbnail p {
    margin-bottom: 14px;
}

.post-view .post-footer {
    padding: 5px 24px 3px;
    ;
    border-top: 1px solid #e6e9ec;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: -o-space-between;
    justify-content: space-between;
    margin-top: 10px;

}

.post-view .post-footer > div a {


    color: #3E3F42;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.post-view .post-footer > div.product-like a i {

    color: #EA516E;
}


.post-view .post-footer > div a i {



    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: .7;
}

.post-view .post-footer > div a:hover i {
    opacity: 1;
}


.post-view .post-footer > .product-comment a i {

    font-size: 23px;

}

.post-view .post-footer > .product-like a i {

    opacity: .9;



}

.post-view .post-footer > .product-like a:hover i {

    color: #f1274e;
    opacity: 1;


}

.post-view .post-footer > .product-share a i {

    font-size: 18px;

}


@media only screen and (max-width: 767px) {
    .post-view .post-footer {
        padding: 3px 15px;
    }
}

.post-view .post-footer > ul {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .post-view .post-footer > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.post-view .post-footer > ul > li {
    display: inline-block;
    margin-right: 55px;
}

@media only screen and (max-width: 575px) {
    .post-view .post-footer > ul > li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .post-view .post-footer > ul > li {
        margin-right: 10px;
    }
}

.post-view .post-footer > ul > li:last-child {
    margin-right: 0;
}

.post-view .post-footer > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #3E3F42;
    font-weight: 500;
    padding: 5px 0;
}

.post-view .post-footer > ul > li > a i {
    font-size: 18px;
    color: #3E3F42;
    margin-right: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .post-view .post-footer > ul > li > a i {
        margin-right: 10px;
        font-size: 15px;
    }
}

.post-view .post-footer > ul > li > a:hover {
    color: #ED2893;
}

.post-view .post-footer > ul > li > a:hover i {
    color: #ED2893;
}

.post-view .post-footer .post-react .react-list {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 6px 10px 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}


@media only screen and (max-width: 479px) {
    .post-view .post-footer .post-react .react-list {}
}


.post-view .post-footer .post-react .react-list li {
    display: inline-block;
    margin-right: 4px;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 26px;
}

@media only screen and (max-width: 575px) {
    .post-view .post-footer .post-react .react-list li {
        margin-right: 3px;
    }
}

.post-view .post-footer .post-react .react-list li:last-child {
    margin-right: 0;
}

.post-view .post-footer .post-react .react-list li a img {
    border-radius: 50%;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .post-view .post-footer .post-react .react-list li a img {
        border: 1px solid #ffffff;
    }
}

.post-view .post-footer .post-react .react-list li a:hover img {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.post-view .post-footer .post-react:hover .react-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-footer .post-react:hover .react-list li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(2n) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(3n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(4n) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(5n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(6n) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.post-view .post-footer .post-react:hover .react-list li:nth-child(7n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.post-view .post-footer .post-react {
    position: relative;
}

.post-view .post-footer .post-share {
    position: relative;
}

.post-view .post-footer .post-share .share-list {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 479px) {
    .post-view .post-footer .post-share .share-list {
        right: 0;
        left: auto;
    }
}

.post-view .post-footer .post-share .share-list li {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-view .post-footer .post-share .share-list li a {
    text-align: center;
    font-size: 18px;
    padding: 8px 8px 5px;
    position: relative;
    z-index: 1;
}

.post-view .post-footer .post-share .share-list li a:before {
    content: "";
    height: 32px;
    width: 32px;
    background-color: #ED2893;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-view .post-footer .post-share .share-list li a:hover {
    color: #ffffff;
}

.post-view .post-footer .post-share .share-list li a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-footer .post-share:hover .share-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-view .post-footer .post-share:hover .share-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.post-view .post-footer .post-share:hover .share-list li:nth-child(2n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.post-view .post-footer .post-share:hover .share-list li:nth-child(3n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.post-view .post-footer .post-share:hover .share-list li:nth-child(4n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.post-view .post-footer .post-share:hover .share-list li:nth-child(5n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.post-view .post-comment {
    border-top: 1px solid #e6e9ec;
}

.post-view .post-comment .comment-list {
    border-bottom: 1px solid #e6e9ec;
    padding: 0 30px 0 50px;
}

@media only screen and (max-width: 767px) {
    .post-view .post-comment .comment-list {
        padding: 0 20px 0;
    }
}

.post-view .post-comment .main-comments {
    border-bottom: 1px solid #e6e9ec;
}

.post-view .post-comment .main-comments:last-child {
    border-bottom: none;
}

.post-view .post-comment .post-header {
    padding-left: 0;
    padding-right: 0;
}

.post-view .post-comment .post-header .media .user-img:after {
    content: url("../../media/figure/chat_round_shape3.png");
    top: 1px;
    left: 1px;
}

.post-view .post-comment .post-body {
    padding-left: 0;
    padding-right: 0;
}

.post-view .post-comment .post-body p:last-child {
    margin-bottom: 0;
}

.post-view .post-comment .post-footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-top: none;
}

.post-view .post-comment .post-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-view .post-comment .post-footer li {
    margin-right: 30px;
}

.post-view .post-comment .post-footer .react-icon img {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
    margin-right: -10px;
}

@media only screen and (max-width: 767px) {
    .post-view .post-comment .post-footer .react-icon img {
        margin-right: -18px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.post-view .post-comment .load-more-btn {
    border-bottom: 1px solid #e6e9ec;
}

.post-view .post-comment .load-more-btn .item-btn {
    font-size: 14px;
    font-weight: 700;
    color: #3E3F42;
    border-radius: 0;
    padding: 16px 10px;
}

.post-view .post-comment .load-more-btn .item-btn span {
    color: #ed2895;
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-view .post-comment .load-more-btn .item-btn:hover {
    color: #ffffff;
}

.post-view .post-comment .load-more-btn .item-btn:hover span {
    color: #ffffff;
}

.post-view .post-comment .comment-reply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

@media only screen and (max-width: 767px) {
    .post-view .post-comment .comment-reply {
        padding: 10px 20px;
    }
}

.post-view .post-comment .comment-reply .user-img {
    border-radius: 50%;
    padding: 5px;
    position: relative;
    margin-right: 15px;
}

.post-view .post-comment .comment-reply .user-img:after {
    content: url("../../media/figure/chat_round_shape3.png");
    position: absolute;
    top: 1px;
    left: 1px;
}

.post-view .post-comment .comment-reply .user-img img {
    border-radius: 50%;
}

.post-view .post-comment .comment-reply .input-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-view .post-comment .comment-reply .input-box .form-control {
    border: 1px solid #e6e9ec;
    padding: 10px 20px;
    color: #111111;
    font-size: 14px;
    height: 54px;
    border-radius: 8px;
}

.post-view .post-comment .comment-reply .input-box .form-control:focus {
    outline: none;
    box-shadow: none;
}

.post-view .post-comment .comment-reply .input-box input.form-control::-webkit-input-placeholder,
.post-view .post-comment .comment-reply .input-box textarea.form-control::-webkit-input-placeholder {
    color: #b1b6bc;
}

.post-view .post-comment .children {
    padding-left: 30px;
    border-top: 1px solid #e6e9ec;
}

@media only screen and (max-width: 767px) {
    .post-view .post-comment .children {
        padding-left: 15px;
    }
}

.load-more-btn .item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #3E3F42;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .load-more-btn .item-btn {
        padding: 20px 10px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .load-more-btn .item-btn {
        padding: 15px 10px;
    }
}

.load-more-btn .item-btn i {
    font-size: 18px;
    margin-right: 10px;
    color: #ed2895;
    font-weight: 700;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .load-more-btn .item-btn i {
        font-size: 16px;
    }
}

.load-more-btn .item-btn:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.load-more-btn .item-btn:hover i {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------------------- 6.5 Product -------------------*/
.product-page .block-box {
    margin-bottom: 20px;
}

.event-page .product-box {
    padding: 10px;
}

.event-page .product-box .product-content {
    padding: 10px 0;
}

.product-page .load-more-btn {
    margin-bottom: 80px;
}

.product-breadcrumb {
    padding: 90px 0;
    background-image: url("../../media/figure/banner-user.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-breadcrumb::after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(36, 35, 35, .48);
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .product-breadcrumb {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .product-breadcrumb {
        padding: 80px 0;
    }

    /*
    .block-box {
        margin-bottom: 15px;
    }

    .product-page .block-box {
        margin-bottom: 15px;
    }
*/
}

@media only screen and (max-width: 767px) {
    .product-breadcrumb {
        padding: 60px 0;
    }
}

.product-breadcrumb .breadcrumb-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product-breadcrumb .breadcrumb-area h1 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;

}

.product-breadcrumb .breadcrumb-area ul li {
    display: inline-block;
    color: #ffffff;
    padding: 6px 0;
}

.product-breadcrumb .breadcrumb-area ul li:last-child:after {
    display: none;
}

.product-breadcrumb .breadcrumb-area ul li:after {

    content: "\e81a";

    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
}


.product-breadcrumb .breadcrumb-area ul li a {
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.product-breadcrumb .breadcrumb-area ul li a:hover {
    color: #ed2893;
}


.product-breadcrumb .breadcrumb-area ul.more-links li:after {
    content: "";
}


.product-breadcrumb .breadcrumb-area ul.more-links li a {
    text-decoration: underline;
}

.product-breadcrumb .breadcrumb-area ul.more-links li:first-child a {
    text-decoration: none;
    pointer-events: none;
}


.product-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
}



.more-links {}

@media only screen and (max-width: 991px) {
    .product-filter {
        display: block;
    }
}

.product-filter label {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.product-filter .select-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .product-filter .select-box {
        display: block;
    }
}

.product-filter .select-box .select2 {
    margin-right: 20px;
    min-width: auto !important;
}

@media only screen and (max-width: 991px) {
    .product-filter .select-box .select2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-filter .select-box .select2 {
        margin-right: 0;
    }
}

.product-filter .filter-btn .item-btn {
    font-size: 14px;
    font-weight: 700;
    font-weight: 700;
    color: #ffffff;
    background-color: #ed2895;
    border-radius: 4px;
    padding: 6px 60px;
}

.product-filter .filter-btn .item-btn:hover {
    background-color: #ED2893;
}

.product-box {
    padding: 0;
}

.product-box .product-img {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 80%;
}


 
.product-box .product-price  span.new-tag {
    
      
    width: auto;
    
    font-size: 15px;
    
    padding: 5px 5px;
    border-radius: 4px;
    color: #ed2895;
    margin-left: 3px;
    
}


.product-box .product-price  span.new-tag i{
    
     
}




.product-box .product-img a {}

.product-box .product-img a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-box .product-content {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
}

.product-box .product-content .item-category {
    margin-bottom: 4px;
}

.product-box .product-content .item-category a {
    font-size: 12px;
    color: #828282;
    letter-spacing: 2px;
    font-weight: 600;
}

.product-box .product-content .item-category a:hover {
    color: #ed2895;
}

.product-box .product-content .product-title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 2px;
}

.product-box .product-content .product-title a {
    color: #3E3F42;
}

.product-box .product-content .product-title a:hover {
    color: #ed2895;
}

.shared .product-box .product-content .product-title {
    font-size: 16px
}

.shared .product-box .product-content .product-details {
    margin-bottom: 10px
}

.shared .product-box .product-content .product-details a {
    font-size: 15px
}

.product-box .product-content .product-price {
    font-size: 16px;

}

.product-box .product-content .product-price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;


}

.product-box .product-content .product-price .new-price {

    margin-right: 5px;

}

.product-box .product-content .product-price .old-price {

    opacity: .9;
    font-weight: 400
}

.product-box .product-content .product-details {

    font-weight: 400;
    margin-bottom: 22px;

}

.product-box .product-content .product-details a {

    color: #0355D6;
    display: inline-block;
    position: relative;
    font-size: 15px;

}

.product-box .product-content .product-details a:hover {

    opacity: .8
}



.product-box .product-content .product-details .product-size {
    padding-right: 20px;

}


.product-box .product-content .product-details .product-size:after {
    content: "";
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: #989898;
    right: 5px;
    position: absolute;
}





.product-box .product-content .product-user {

    margin-bottom: 12px;

}

.product-box .product-content .product-user .media {

    align-items: center;
    justify-content: center;
}

.product-box .product-content .product-user .item-img {

    width: 26px;
    height: 26px;
    margin-right: 8px;

    border-radius: 50%;
    overflow: hidden;
}

.product-box .product-content .product-user .item-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}


.product-box .product-content .product-user .item-username {

    color: #9EA0A5;
    font-size: 12px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;

}

.product-box .product-content .product-user a:hover .item-username {

    color: #ED2893;

}



.product-box .product-content .product-footer {


    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #D8D8D8;
}



.product-box .product-content .product-footer a {


    color: #3E3F42;
    font-size: 15px;
}


.product-box .product-content .product-footer a:hover {


    opacity: .8
}


.product-box .product-content .product-footer a i {


    color: #707070;
    font-size: 19px;
}


.product-box .product-content .product-footer .product-like a i {


    color: #EA516E;
    font-size: 18px;
    margin-right: 6px;
}


.product-box .product-content .product-footer .product-comment a i {


    color: #707070;
    font-size: 20px;
    margin-right: 4px;

}

.product-box .product-content .product-footer .product-share a i {}


.product-box:hover .product-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.related-products {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

.related-products .heading-title {
    text-transform: uppercase;
    font-size: 16px;
}

.related-products .product-box .product-content {
    padding: 10px;
    padding-bottom: 8px;
}

.related-products .product-box .product-content .product-title {
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.related-products .product-box .product-content .product-title a {
    display: block;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-products .product-box .product-content .product-title a:first-letter {
    text-transform: uppercase;
}


.related-products .product-box .product-content .product-price {
    font-size: 14px;
    margin-bottom: 0;
}

.related-search .heading-title {
    text-transform: uppercase;
    font-size: 16px;
}


.related-search .product-category .category {

    background: #eef2f9;
    color: #0054d3;
    font-size: 13px;
    text-transform: capitalize;
    padding: 7px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 500;

}

.related-search .product-category .category:hover {

    background: #ffeef8;
    color: #ed2895;


}


 





.single-product {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .single-product .product-gallery {
        margin-bottom: 30px;
    }

    .product-comment-area {
        display: none;
    }
}


@media only screen and (max-width: 479px) {
    .product-box .product-content {
        padding: 15px;
        padding-bottom: 0;
    }

    .product-box .product-content .product-title {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .product-box .product-content .product-price {
        font-size: 14px;
    }

    .product-box .product-content .product-details a {
        font-size: 13px;
    }

    .product-box .product-content .product-details .product-size {
        padding-right: 15px;
    }
}





.single-product .product-content .item-category {
    font-size: 16px;
    color: #828282;
    font-weight: 500;
    letter-spacing: 2px;
}

.single-product .product-content .product-title {
    font-size: 32px;
    margin-bottom: 2px;
    font-weight: 700;
}

.single-product .product-content .product-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product .product-content .product-title .tag {
    background: #0054d3;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px 12px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 104px;
    text-align: center;


}

.single-product .product-content .product-brand {

    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    color: #707679;


}

.single-product .product-content .product-price {

    font-size: 24px;
    font-weight: 700;
    color: #3e3f42;
    margin-bottom: 30px;
}


.single-product .product-content .product-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.single-product .product-content .product-size span {
    color: #9e9faf;
    font-size: 14px
}

.single-product .product-content .product-size .size {
    margin-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    align-self: center;
    justify-content: center;
    font-size: 14px;
    width: auto;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #3e3f42;
    text-transform: uppercase;
    font-weight: 500
}

.single-product .product-content .product-size .size.selected {

    color: #0054D3;
    border: 1px solid #0054D3;


}

.single-product .product-content .entry-meta {
    margin-bottom: 25px;
}

.single-product .product-content .entry-meta > li {
    display: block;
    color: #000000;
    font-weight: 700;
}

.single-product .product-content .entry-meta > li span {
    color: #3E3F42;
    font-weight: 600;
}

.single-product .product-content .entry-meta > li a {
    color: #3E3F42;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product .product-content .entry-meta > li a:hover {
    color: #ed2895;
}

.single-product .product-content p {
    font-size: 14px;
    color: #3E3F42;
    line-height: 1.6;
}

.single-product .product-content .action-area {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.single-product .product-content .action-area + hr {
    margin-top: 30px;
    margin-bottom: 30px;
}




.single-product .product-content .product-description {

    margin-bottom: 30px;
}


.single-product .product-content .product-category {

    margin-bottom: 25px;
}

.single-product .product-content .product-category h5.title {

    color: #9e9faf;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;

}


.single-product .product-content .product-category .category {

    background: #0054d3;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 500;

}

.single-product .product-content .product-category .category:hover {

    background: #0142a4;


}


.single-product .product-content .product-similar {

    margin-bottom: 25px;
}

.single-product .product-content .product-similar h5.title {

    color: #9e9faf;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;

}


.single-product .product-content .product-similar .similar {

    color: #0054d3;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px 14px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #0054d3;

}

.single-product .product-content .product-similar .similar:hover {
    opacity: .75;

}
 
.single-product  span.new-tag {
    
       position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    min-width: 100px;
    font-weight: 400;
    font-size: 13px;
    z-index: 99;
    padding: 5px 9px;
    border-radius: 4px;
    background: #ed2895;
    color: #fff;
}


.single-product  span.new-tag i{
    
     margin-right: 5px;
}




@media only screen and (max-width: 1199px) {
    .single-product .product-content .action-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product .product-content .action-area {
        display: block;
    }
}

.single-product .product-content .action-area li {
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .single-product .product-content .action-area li {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.single-product .product-content .action-area li:last-child {
    margin-right: 0;
}

.single-product .product-content .action-area li .input-group {
    background-color: transparent;
}

.single-product .product-content .action-area li .input-group .form-control {
    text-align: center;
    padding: 5px;
    height: 46px;
    width: 70px;
    display: block;
    outline: none;
    color: #3E3F42;
    background-color: #ffffff;
    font-size: 16px;
    border: none;
    margin: 0 4px;
    border-radius: 4px;
}

.single-product .product-content .action-area li .input-group .form-control:focus {
    box-shadow: none;
}

.single-product .product-content .action-area li .input-group .quantity-btn {
    padding: 5px;
    height: 46px;
    width: 50px;
    font-size: 14px;
    line-height: 1;
    color: #ED2893;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}

.single-product .product-content .action-area li .buy-btn {
    background-color: #ed2895;
    border-radius: 4px;
    padding: 12px 30px;
    display: block;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 4px;
    min-width: 160px;
    border: 1px solid #ed2895;
}

.single-product .product-content .action-area li .buy-btn i {


    font-size: 18px;
    margin-right: 5px;
}

.single-product .product-content .action-area li .buy-btn:hover {
    color: #fff;
    background: #d51b80;
    border: 1px solid #d51b80;
}

.single-product .product-content .action-area li .buy-btn.offer-btn {
    color: #ed2895;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #ed2895;

}

.single-product .product-content .action-area li .buy-btn.offer-btn:hover {
    color: #fff;
    background: #ed2895;

}

.single-product .product-comment-area {
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.single-product .product-comment-area .product-actions {


    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    background: #fff;
    border-radius: 4px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}



.single-product .product-comment-area .product-actions a {


    color: #3E3F42;
    font-size: 14px;
    padding: 10px 0;

}


.single-product .product-comment-area .product-actions a:hover {


    opacity: .8
}


.single-product .product-comment-area .product-actions a i {


    color: #707070;
    font-size: 19px;
}


.single-product .product-comment-area .product-actions .product-like a i {


    color: #EA516E;
    font-size: 18px;
    margin-right: 6px;
    margin-top: 1px;
}


.single-product .product-comment-area .product-actions .product-comment a i {


    color: #707070;
    font-size: 20px;
    margin-right: 4px;

}

.single-product .product-comment-area .product-actions .product-share a i {
    margin-right: 4px;
}



.single-product .product-comments .product-actions .product-like,
.single-product .product-comments .product-actions .product-comment,
.single-product .product-comments .product-actions .product-share {}







.product-comments {
    padding: 20px 0;
}

.product-comments .title {

    font-weight: 500;
    font-size: 14px;

    margin-bottom: 20px;
}

.product-comments .media {
    position: relative;
    padding-bottom: 20px;
}

@media only screen and (max-width: 300px) {
    .product-comments .media {
        display: block;
    }
}


.product-comments .media .item-img {

    margin-right: 10px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.product-comments .media .item-img img {

    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width:300px) {
    .product-comments .media .item-img {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.product-comments .media .item-img img {
    border-radius: 50%;
}

.product-comments .media .media-body .item-date {
    font-size: 12px;
    font-weight: 400;
    opacity: .6;

}

.product-comments .media .media-body .user-name {
    padding: 5px 10px;
    padding-top: 8px;
    background: #f5f5f7;
    border-radius: 5px;
    margin-bottom: 2px;

}

.product-comments .media .media-body .user-name .item-title {
    font-size: 14px;
    margin-bottom: 3px;
}

.product-comments .media .media-body .user-name .item-title a {
    color: #ed2895;
}



.product-comments .media .media-body p {

    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1.2;
}



.product-comment .comment-form {
    margin-top: 5px;
}

.product-comment .comment-form .heading-title {
    font-size: 20px;
    margin-bottom: 20px;
}


.sell-link {

    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #ed2893;
}

.comment-form .form-group .form-control {
    padding: 10px;
    font-size: 14px;
    color: #646464;
    border-color: #e6e6e6;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6
}

.comment-form .form-group .form-control::placeholder {
    opacity: .6;
}

.comment-form .form-group .submit-btn {
    text-transform: capitalize;
    font-weight: 500;
    padding: 7px 15px;

}


.product-comments .media:last-child {
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}








.single-product-info {
    background-color: #ffffff;
    padding: 30px 35px;
    border-radius: 4px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .single-product-info {
        padding: 30px 15px;
    }
}

.single-product-info .nav-tabs {
    border-bottom: none;
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .single-product-info .nav-tabs {
        margin-bottom: 10px;
    }
}

.single-product-info .nav-tabs .nav-item {
    margin-right: 40px;
}

@media only screen and (max-width: 575px) {
    .single-product-info .nav-tabs .nav-item {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

.single-product-info .nav-tabs .nav-item .nav-link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #a4a4a4;
    padding: 0 0 14px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .single-product-info .nav-tabs .nav-item .nav-link {
        font-size: 15px;
    }
}

.single-product-info .nav-tabs .nav-item .nav-link:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #ed2895;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product-info .nav-tabs .nav-item a.active {
    color: #000000;
}

.single-product-info .nav-tabs .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
}

.single-product-info .tab-content .product-description p {
    font-size: 14px;
    color: #3E3F42;
}

.single-product-info .tab-content .additional-info li {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
    .single-product-info .tab-content .additional-info li {
        font-size: 15px;
    }
}

.single-product-info .tab-content .additional-info li:before {
    content: "\eed8";
    font-family: IcoFont;
    color: #ed2895;
    font-size: 20px;
    padding-right: 10px;
}

.single-product-info .tab-content .product-review {
    margin-bottom: 40px;
}

.single-product-info .tab-content .product-review .media {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-info .tab-content .product-review .media {
        display: block;
    }
}

.single-product-info .tab-content .product-review .media:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-product-info .tab-content .product-review .media .item-img {
    margin-top: 5px;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-info .tab-content .product-review .media .item-img {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.single-product-info .tab-content .product-review .media .item-img img {
    border-radius: 50%;
}

.single-product-info .tab-content .product-review .media .media-body .item-date {
    font-size: 14px;
    font-weight: 600;
    color: #ed2895;
}

.single-product-info .tab-content .product-review .media .media-body .author-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-product-info .tab-content .product-review .media .media-body .author-name .item-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.single-product-info .tab-content .product-review .media .media-body .author-name .item-rating {
    margin-left: 10px;
}

.single-product-info .tab-content .product-review .media .media-body .author-name .item-rating i {
    font-size: 14px;
    color: #f7b035;
}

.single-product-info .tab-content .product-review .media .media-body p {
    width: 90%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .single-product-info .tab-content .product-review .media .media-body p {
        width: 100%;
    }
}

.single-product-info .tab-content .review-form .heading-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.related-product .heading-title {
    font-size: 24px;
    margin-bottom: 26px;
}


.offer-modal .modal-header {

    -ms-flex-align: center;
    align-items: center;

}


.offer-modal .modal-content {

    background: #fafafa;

}


.offer-modal .modal-header .close {
    font-size: 16px;

}

.offer-modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 400;


}

.share-modal .modal-header {

    -ms-flex-align: center;
    align-items: center;

}


.share-modal .modal-content {

    background: #fff;

}


.share-modal .modal-header .close {
    font-size: 16px;

}

.share-modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.share-modal .modal-body {
    padding: 0;
}

.share-modal .internal-share {

    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom: 1px solid #dee2e6;
}

.share-modal .internal-share a {
    display: block;
    text-align: left;
    padding: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 70px;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.share-modal .internal-share a::before {
    height: 44px;
    width: 44px;
    background: url(../../media/logo.svg);
    content: "";
    position: absolute;
    background-size: 25px;
    background-repeat: no-repeat;
    left: 15px;
    background-position: center center;
    top: 16px;
    border-radius: 50%;
    background-color: #f0f8ff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;

}



.share-modal .internal-share:hover {
    background: #f0f8ff;

}

.share-modal .internal-share:hover {
    background: #f0f8ff;

}

.share-modal .internal-share:hover a::before {

    background-color: #fff;

}


.share-modal .social-share {
    padding: 20px;
}

.share-modal .social-share .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.share-modal .social-share .icons a {
    text-decoration: none;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.share-modal .social-share .icons a i {
    height: 44px;
    width: 44px;
    margin: 0 auto;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    border: 1px solid #0054D3;
    border-radius: 50%;
    font-size: 20px;
    color: #0054D3;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.share-modal .social-share .icons a:nth-child(1) i {
    color: #1877F2;
    border-color: #b7d4fb;
}

.share-modal .social-share .icons a:nth-child(1):hover i {
    background: #1877F2;
}

.share-modal .social-share .icons a:nth-child(2) i {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.share-modal .social-share .icons a:nth-child(2):hover i {
    background: #46C1F6;
}

.share-modal .social-share .icons a:nth-child(3) i {
    color: #0e76a8;
    border-color: #96c5dc;
}

.share-modal .social-share .icons a:nth-child(3):hover i {
    background: #0e76a8;
}

.share-modal .social-share .icons a:nth-child(4) i {
    color: #e1306c;
    border-color: #f5bccf;
}

.share-modal .social-share .icons a:nth-child(4):hover i {
    background: #ED2893;
}


.share-modal .social-share .icons a:hover i {
    color: #fff;
}


.size-modal .modal-content {

    background: #fafafa;

}


.size-modal .modal-content {

    background: #fafafa;

}



.size-modal .modal-body {
    padding: 0;
}

.size-modal .nav-tabs .nav-link {
    padding: 20px 15px;
    background-color: transparent;
    border: none;
    font-weight: 400;
    color: #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .size-modal .nav-tabs .nav-link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .size-modal .nav-tabs .nav-link {
        font-size: 0;
    }
}

.size-modal .nav-tabs .nav-link i {
    font-size: 20px;
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .size-modal .nav-tabs .nav-link i {
        font-size: 16px;
    }
}

.size-modal .nav-tabs .nav-link:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #ED2893;
    position: absolute;
    left: 0;
    bottom: -1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.size-modal .nav-tabs .nav-link.active {
    color: #000000;
}

.size-modal .nav-tabs .nav-link.active:after {
    visibility: visible;
    opacity: 1;
}







.bundles.buy .bundle-box.multiple .product-img {
    box-shadow: 4px 4px;
}


.bundles.buy .bundle-content {
    padding: 0;
    padding-left: 15px;
    min-height: 100px;
}


.bundles.buy .bundle-box .product-img {
    width: 100px;
    flex: 0 0 100px;
    max-height: 100px;
}


.bundles.buy .bundle-box .product-img:after {
    content: "";
    width: 2px;
    background: #ccc;
    position: absolute;
    right: -2px;
    bottom: -2px;
}



.bundles.buy .bundle-content .product-title {
    margin-bottom: 10px;
    flex: 0 0 100px;
}


.bundles.buy .bundle-content .product-price {

    margin-bottom: 10px;
    font-size: 15px;

}

.bundles.buy .bundle-content .product-price .new-price {


    margin-left: 5px;
    font-weight: 600
}

.bundles.buy .bundle-content .product-size {


    padding: 0;
    background: transparent;



}

.bundles.buy .bundle-offer {

    margin-top: 20px;
    border-top: 1px solid #dee2e6;

    padding-top: 15px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;


}



.bundles.buy .bundle-offer .title {

    font-size: 16px;
    min-width: 115px;
    margin-top: 15px;

    text-align: right;
    padding-right: 15px;
}




.bundles.buy .offer-disclaimer {

    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    opacity: .8;
}




.bundles.buy .price-table > div {

    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;



}

.bundles.buy .price-table > div span {

    margin-left: 6px;



}

.bundles.buy .price-table > .product-price {
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
}

.bundles.buy .price-table > .product-price .new-price {

    margin-right: 0;

}

.checkout .bundles.buy {

    position: relative;


}

.checkout .bundle-box {

    padding: 15px;

}

.checkout .bundle-box.multiple {

    padding-bottom: 20px;

}

.checkout .price-table {

    padding: 15px;
    border-top: 1px solid #dee2e6;
    position: relative;

}

.checkout .bundles.buy .price-table > .product-price {


    font-weight: 500;
    font-size: 16px;
    color: #3E3F42;
    align-items: flex-start;
    margin-bottom: 0;

}

.checkout .bundles.buy .price-table > .product-price h6 {
    font-size: 16px;
    margin-bottom: 0;
}

.checkout .bundles.buy .price-table > .product-price .note {
    display: inline-block;
    font-size: 13px;
    margin-left: 4px;
}

.checkout .bundles.buy .price-table > .product-price > span {


    font-weight: 700;


}

.checkout .bundles.buy .price-table p {

    margin-top: -5px;
    font-size: 13px;
    opacity: .8;


}




.form-control:focus {
    box-shadow: none !important
}

.btn {
    font-size: 15px;
    padding: 8px 25px;
    line-height: 22px;
    font-weight: 500
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #0054d3;
    border-color: #0054d3;

}

.btn-primary:hover {
    color: #fff;
    background-color: #0142a4;
    border-color: #0142a4;

}


.btn-outline-primary {
    color: #0054d3;
    border-color: #0054d3;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: #0054d3;
    border-color: #0054d3;
}


.shipping-address {
    padding: 30px;
}

.shipping-address .title {

    text-transform: uppercase;
    margin-bottom: 30px;
}

.shipping-address .form-control {

    padding: 10px
}

.shipping-address .form-control::placeholder {
    font-size: 15px;
    opacity: .6;

}

label {
    font-size: 15px;
    margin-bottom: 4px;
}

/*

@media only screen and (min-width: 767px) {
     
    .checkout .bundle-box {

  padding: 20px;
    
}
.checkout .bundle-box.multiple {

  padding-bottom: 24px;
    
}

.checkout .price-table {

  padding: 20px;
     border-top: 1px solid #dee2e6;
    position:relative;
    
}
}
*/

.block-box

/*------------------- 6.6 Search -------------------*/
.newsfeed-search {
    background-color: #ffffff;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.newsfeed-search ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsfeed-search .active-member {
    padding-left: 20px;
}

.newsfeed-search .active-member a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .step-by .title.title-step {
        font-size: 16px;
    }

    .step-by .title.title-step {
        margin-left: 30px;
    }

    .step-by .title.title-step::before {
        margin-left: -18px;
        top: 46%;
        line-height: 0;
        vertical-align: middle;
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .newsfeed-search .active-member a {
        font-size: 14px;
    }
}

.newsfeed-search .active-member a .member-icon {
    font-size: 18px;
    color: #ed2895;
    height: 40px;
    width: 40px;
    background-color: #eff4fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

@media only screen and (max-width: 479px) {
    .newsfeed-search .active-member a .member-icon {
        display: none;
    }
}

.newsfeed-search .active-member a .member-text {
    color: #646464;
    font-weight: 600;
}

.newsfeed-search .active-member a .member-count {
    margin-left: 5px;
    font-weight: 700;
    color: #000000;
}

.newsfeed-search .search-list li {
    border-left: 1px solid #e4e9f0;
    position: relative;
}

.newsfeed-search .search-list li .drop-btn {
    padding: 21px 25px;
    font-size: 20px;
    color: #7d8693;
    font-weight: 700;
    border: none;
    background-color: transparent;
}

@media only screen and (max-width: 479px) {
    .newsfeed-search .search-list li .drop-btn {
        padding: 15px;
        font-size: 18px;
    }
}

.newsfeed-search .search-list li .drop-btn:after {
    display: none;
}

.newsfeed-search .search-list li .drop-menu {
    position: absolute;
    top: 100%;
    right: -71px;
    visibility: hidden;
    opacity: 0;
    background-color: #f8f8f8;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 11;
}

@media only screen and (max-width: 479px) {
    .newsfeed-search .search-list li .drop-menu {
        right: -50px;
    }
}

.newsfeed-search .search-list li .drop-menu.show {
    top: 98%;
    visibility: visible;
    opacity: 1;
}

.newsfeed-search .search-list .search-input .drop-menu {
    right: 0;
}

.newsfeed-search .search-list .search-input .input-group {
    min-width: 250px;
}

.user-search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 25px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .user-search-bar {
        display: block;
        padding: 15px;
    }
}

.user-search-bar .box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .user-search-bar .box-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
}

.user-search-bar .box-item:last-child {
    margin-right: 0;
}

.user-search-bar .box-item .item-show-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.user-search-bar .search-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .user-search-bar .search-box {
        margin-bottom: 14px;
    }
}

.user-search-bar .search-filter {
    margin-right: 14px;
}

@media only screen and (max-width: 575px) {
    .user-search-bar .search-filter {
        margin-right: 0;
    }
}

.user-search-bar .input-group {
    border-radius: 5px;
}

.user-search-bar .input-group .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 5px 0 0 5px;
    height: 46px;
    font-size: 14px;
}

.user-search-bar .input-group .search-btn {
    font-size: 18px;
    padding: 8px 18px;
    background-color: #ED2893;
}

.user-search-bar .input-group .search-btn:hover {
    background-color: #ed2895;
}

.user-search-bar .dropdown label {
    font-size: 14px;
    color: #9e9faf;
    margin-bottom: 0;
    font-weight: 600;
}

.user-search-bar .dropdown .dropdown-toggle {
    font-size: 14px;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

.user-search-bar .dropdown .dropdown-toggle:after {
    border: none;
    content: "\ea99";
    font-family: IcoFont;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-search-bar .dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    top: 0 !important;
}

.user-search-bar .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 5px 20px;
}

.user-search-bar .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.user-search-bar .dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-search-bar .user-view-switcher li {
    display: inline-block;
}

.user-search-bar .user-view-switcher li .user-view-trigger {
    font-size: 24px;
    color: #646464;
    padding: 7px;
}

.user-search-bar .user-view-switcher li:last-child a {
    padding-right: 0;
}

.user-search-bar .user-view-switcher li.active a {
    color: #ed2895;
}

/*------------------- 6.7 User Activity -------------------*/
.user-top-header {
    margin-bottom: 20px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;

}

.user-top-header .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px solid #d8e1ef;
    border-radius: 4px;
}

.user-top-header .menu-list li {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    width: 100%;
    text-align: center;
    border-right: 1px solid #e4e9f1;
}

@media only screen and (max-width: 767px) {
    .user-top-header .menu-list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.user-top-header .menu-list li:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #ed2895;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}

.user-top-header .menu-list li:nth-child(-n+3) {
    display: block;
}

/*
.user-top-header .menu-list li:last-child {
    border-right: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.5%;
    -ms-flex: 0 0 5.5%;
    flex: 0 0 5.5%;
    max-width: 5.5%;
    display: block;
}
*/

.user-top-header .menu-list li:last-child:after {
    border-radius: 0 0 4px 0;
}

.user-top-header .menu-list li:first-child:after {
    border-radius: 0 0 0 4px;
}

.user-top-header .menu-list li a {
    font-size: 14px;
    color: #9e9faf;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
    color: #3E3F42;
}

.user-top-header .menu-list li a .count {
    display: block;
    text-align: center;
    font-weight: 400;

}

@media only screen and (max-width: 1199px) {
    .user-top-header .menu-list li a {
        font-size: 13px;
        padding: 15px 10px;
    }
}

.user-top-header .menu-list li a:hover {
    color: #ed2895;
}

.user-top-header .menu-list li.active:after {
    visibility: visible;
    opacity: 1;
}

.user-top-header .menu-list li.active a {}

.user-top-header .menu-list li.active a .count {
    font-weight: 600;


}

.user-top-header .menu-list .dropdown {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .user-top-header .menu-list .dropdown {
        margin-left: 15px;
    }
}

.user-top-header .menu-list .dropdown .dropdown-toggle {
    height: 100%;
    margin-top: -8px;
    background-color: transparent;
    border: none;
    font-size: 34px;
    color: #bbc5d3;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-top-header .menu-list .dropdown .dropdown-toggle:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #ED2893;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -2px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .user-top-header .menu-list .dropdown .dropdown-toggle:before {
        height: 35px;
        width: 35px;
        top: 20px;
        left: -1px;
    }
}

.user-top-header .menu-list .dropdown .dropdown-toggle:after {
    display: none;
}

.user-top-header .menu-list .dropdown .dropdown-toggle:hover {
    color: #ffffff;
}

.user-top-header .menu-list .dropdown .dropdown-toggle:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.user-top-header .menu-list .dropdown .dropdown-menu {
    top: 6px !important;
    left: 15px !important;
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

.user-top-header .menu-list .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 5px 20px;
}

.user-top-header .menu-list .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.user-top-header .menu-list .dropdown.show .dropdown-toggle {
    color: #ffffff;
}

.user-top-header .menu-list .dropdown.show .dropdown-toggle:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.user-timeline-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .user-timeline-header {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .user-timeline-header {
        display: block;
    }
}

.user-timeline-header .menu-list li {
    display: inline-block;
    margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
    .user-timeline-header .menu-list li {
        margin-right: 15px;
    }
}

.user-timeline-header .menu-list li a {
    font-weight: 700;
    color: #98a4b4;
    position: relative;
    padding: 21px 0;
}

@media only screen and (max-width: 1199px) {
    .user-timeline-header .menu-list li a {
        font-size: 13px;
    }
}

.user-timeline-header .menu-list li a:before {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #ED2893;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.user-timeline-header .menu-list li a:hover {
    color: #000000;
}

.user-timeline-header .menu-list li a.active {
    color: #000000;
}

.user-timeline-header .menu-list li a.active:before {
    visibility: visible;
    opacity: 1;
}

.user-timeline-header .header-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-timeline-header .header-dropdown:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .user-timeline-header .header-dropdown {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.user-timeline-header .header-dropdown label {
    margin-bottom: 0;
    margin-right: 12px;
    font-weight: 700;
    color: #98a4b4;
}

@media only screen and (max-width: 1199px) {
    .user-timeline-header .header-dropdown label {
        font-size: 14px;
    }
}

.user-timeline-header .header-dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .user-timeline-header .header-dropdown .dropdown-toggle {
        font-size: 14px;
    }
}

.user-timeline-header .header-dropdown .dropdown-toggle:after {
    content: "\ea99";
    font-family: IcoFont;
    margin-top: 2px;
    margin-left: 8px;
    border: none;
    font-weight: 500;
}

.user-timeline-header .header-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    top: 15px !important;
}

.user-timeline-header .header-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #000000;
}

.user-timeline-header .header-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.user-about {
    padding: 26px 30px;
}

.user-about .widget-heading {
    margin-bottom: 10px;
}

.user-about .user-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e6ebf2;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

@media only screen and (max-width: 479px) {
    .user-about .user-info li {
        display: block;
    }
}

.user-about .user-info li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.user-about .user-info li label {
    min-width: 240px;
    margin-right: 10px;
    color: #3E3F42;
}

@media only screen and (max-width: 767px) {
    .user-about .user-info li label {
        min-width: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .user-about .user-info li label {
        min-width: auto;
        margin-right: 0;
        font-weight: 700;
        color: #000000;
    }
}

.user-about .user-info li a {
    color: #ED2893;
}

.user-about .user-info li a:hover {
    color: #ed2895;
}

#user-view .widget-author {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
}

#user-view .widget-author .author-name {
    line-height: 20px;
}

.user-list-view .row > [class^="col-"] {
    max-width: 100% !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    -webkit-flex: 100%;
    flex: 100%;
}

.user-list-view .widget-author {
    padding: 30px 80px 30px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .user-list-view .widget-author {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author {
        display: block;
    }
}

.user-list-view .widget-author .author-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author .author-heading {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.user-list-view .widget-author .profile-img {
    margin-bottom: 0;
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .user-list-view .widget-author .profile-img {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .profile-img {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .user-list-view .widget-author .profile-img a:before {
        display: none;
    }
}

.user-list-view .widget-author .cover-img {
    top: 50%;
    right: auto;
    left: -4%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}

@media only screen and (max-width: 991px) {
    .user-list-view .widget-author .cover-img {
        display: none;
    }
}

.user-list-view .widget-author .profile-name {
    text-align: left;
}

.user-list-view .widget-author .author-location {
    margin-bottom: 0;
}

.user-list-view .widget-author .author-badge {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author .author-badge {
        text-align: left;
        margin-top: -40px;
        padding-left: 116px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .author-badge {
        padding-left: 105px;
    }
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author .author-badge li {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .author-badge li {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author .author-badge li a {
        text-align: center;
    }
}

.user-list-view .widget-author .author-statistics {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .user-list-view .widget-author .author-statistics {
        text-align: left;
        padding-left: 116px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .author-statistics {
        padding-left: 113px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .author-statistics li {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .user-list-view .widget-author .author-statistics li a {
        padding: 0 10px 0 5px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .widget-author .author-statistics li a {
        padding: 0 4px 0 0;
        font-size: 12px;
    }
}

.user-list-view .user-group .member-thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .user-list-view .user-group .member-thumb {
        text-align: left;
        padding-left: 133px;
        margin-top: -40px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .user-list-view .user-group .author-statistics li {
        display: block;
    }

    .user-list-view .user-group .author-statistics li:after {
        display: none;
    }
}

.user-group .profile-img a:after {
    display: none;
}

.user-group .member-thumb {
    margin-bottom: 40px;
    margin-left: -20px;
    padding-left: 20px;
}

.user-group .member-thumb li {
    display: inline-block;
    margin-right: -20px;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.user-group .member-thumb li img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.user-group .member-thumb li:last-child {
    text-align: center;
    height: 37px;
    width: 37px;
    line-height: 32px;
    background-color: #ED2893;
    color: #ffffff;
    font-size: 10px;
}

.user-group-photo {
    margin-bottom: 20px;
}

.user-group-photo a {
    border-radius: 4px;
}

.user-group-photo a img {
    border-radius: 4px;
}

.user-video {
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
}

.user-video img {
    border-radius: 4px;
}

.user-video .video-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.user-video .video-btn .play-icon {
    height: 50px;
    width: 50px;
    line-height: 46px;
    background-color: #ed2895;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .user-video .video-btn .play-icon {
        height: 40px;
        width: 40px;
        line-height: 36px;
        font-size: 14px;
    }
}

.user-video .video-btn .play-icon i {
    margin-left: 2px;
}

.user-video .video-btn .play-icon:hover {
    background-color: #ED2893;
}

.user-video:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.user-badges {
    text-align: center;
    padding: 40px 0 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

.user-badges .item-badge {
    margin-bottom: 30px;
}

.user-badges .badge-icon {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.25);
}

.user-badges .badge-icon:before {
    content: "";
    height: 6px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 10px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

.user-badges p {
    padding: 0 30px;
    color: #9e9faf;
    font-size: 14px;
    line-height: 24px;
}

.user-badges .badge-title {
    font-weight: 800;
    margin-bottom: 8px;
}

.user-badges .badge-earn {
    margin-top: 26px;
}

.user-badges .badge-earn .item-text {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.user-badges .badge-earn .member-thumb {
    margin-left: -20px;
    position: relative;
    z-index: 1;
}

.user-badges .badge-earn .member-thumb li {
    display: inline-block;
    margin-right: -20px;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.user-badges .badge-earn .member-thumb li img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.user-badges .badge-earn .member-thumb:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e7ebf1;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    z-index: -1;
}

.user-blog .blog-img a {
    display: block;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.user-blog .blog-img a img {
    border-radius: 8px 8px 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.user-blog .blog-content {
    padding: 30px 30px 15px;
}

.user-blog .blog-content .blog-category a {
    font-size: 13px;
    color: #ffffff;
    background-color: #ED2893;
    padding: 0 15px;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 14px;
}

.user-blog .blog-content .blog-category a:hover {
    background-color: #ed2895;
}

.user-blog .blog-content .blog-category a:last-child {
    margin-right: 0;
}

.user-blog .blog-content .blog-title {
    font-size: 22px;
    margin-bottom: 12px;
}

.user-blog .blog-content .blog-title a {
    color: #000000;
}

.user-blog .blog-content .blog-title a:hover {
    color: #ed2895;
}

.user-blog .blog-content .blog-date {
    font-size: 14px;
    font-weight: 600;
    color: #8c8c8c;
    margin-bottom: 10px;
}

.user-blog .blog-content .blog-date i {
    font-size: 16px;
    color: #ed2895;
    margin-right: 4px;
}

.user-blog .blog-meta {
    padding: 23px 30px;
    border-top: 1px solid #e5e9ee;
}

.user-blog .blog-meta ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-blog .blog-meta ul li {
    color: #8c8c8c;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-blog .blog-meta ul li i {
    color: #ed2895;
    font-size: 18px;
    margin-right: 8px;
}

.user-blog .blog-meta .blog-reaction img {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: -10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
}

.user-blog .blog-meta .blog-reaction img:last-child {
    margin-right: 0;
}

.user-blog .blog-meta .blog-reaction .meta-text {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3E3F42;
}

.user-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.load-more-post {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .load-more-post {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.load-more-post .item-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
    padding: 15px 38px;
    border-radius: 6px;
}

.load-more-post .item-btn i {
    font-size: 18px;
    margin-right: 10px;
    color: #ed2895;
    font-weight: 700;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.load-more-post .item-btn:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.load-more-post .item-btn:hover i {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-single-blog {
    margin-bottom: 30px;
}

.user-single-blog .blog-thumbnail img {
    border-radius: 8px 8px 0 0;
}

.user-single-blog .blog-content-wrap {
    padding: 40px 70px 65px;
}

@media only screen and (max-width: 1199px) {
    .user-single-blog .blog-content-wrap {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-content-wrap {
        padding: 30px 15px;
    }
}

.user-single-blog .blog-entry-header {
    border-bottom: 1px solid #e9edf1;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.user-single-blog .blog-entry-header .entry-category a {
    background-color: #ED2893;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 12px;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 14px;
}

.user-single-blog .blog-entry-header .entry-category a:last-child {
    margin-right: 0;
}

.user-single-blog .blog-entry-header .entry-title {
    margin-bottom: 14px;
}

.user-single-blog .blog-entry-header .entry-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .user-single-blog .blog-entry-header .entry-meta {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-entry-header .entry-meta {
        margin-bottom: 10px;
    }
}

.user-single-blog .blog-entry-header .entry-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #8c8c8c;
}

@media only screen and (max-width: 1199px) {
    .user-single-blog .blog-entry-header .entry-meta li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-entry-header .entry-meta li {
        margin-bottom: 10px;
    }
}

.user-single-blog .blog-entry-header .entry-meta li img {
    border-radius: 50%;
    margin-right: 12px;
}

.user-single-blog .blog-entry-header .entry-meta li i {
    color: #ed2895;
    font-size: 16px;
    margin-right: 8px;
}

.user-single-blog .blog-entry-header .entry-meta li a {
    margin-left: 2px;
    color: #444444;
}

.user-single-blog .blog-entry-header .entry-meta li a:hover {
    color: #ed2895;
}

.user-single-blog .blog-entry-header .blog-share {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .user-single-blog .blog-entry-header .blog-share {
        text-align: left;
    }
}

.user-single-blog .blog-entry-header .blog-share li {
    display: inline-block;
    margin-right: 2px;
}

.user-single-blog .blog-entry-header .blog-share li a {
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
}

.user-single-blog .blog-content {
    margin-bottom: 55px;
}

.user-single-blog .blog-content blockquote {
    position: relative;
    margin: 34px 30px;
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-content blockquote {
        margin: 20px 15px;
    }
}

.user-single-blog .blog-content blockquote:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #ED2893;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.user-single-blog .blog-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #444444;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-content blockquote p {
        font-size: 16px;
    }
}

.user-single-blog .blog-content .content-img {
    margin-bottom: 5px;
    margin-top: 25px;
}

.user-single-blog .blog-content .content-img img {
    border-radius: 8px;
}

.user-single-blog .blog-content .item-title {
    font-size: 30px;
    margin-top: 35px;
}

@media only screen and (max-width: 991px) {
    .user-single-blog .blog-content .item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-content .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .user-single-blog .blog-content .item-title {
        font-size: 24px;
    }
}

.user-single-blog .blog-footer {
    margin-bottom: 60px;
    text-align: center;
    border-top: 1px solid #e9edf1;
    border-bottom: 1px solid #e9edf1;
    padding: 28px 0 35px;
}

.user-single-blog .blog-footer .item-label {
    font-size: 14px;
    color: #3E3F42;
    font-weight: 600;
    margin-bottom: 4px;
}

.user-single-blog .blog-footer .item-label span {
    color: #000000;
}

.user-single-blog .blog-footer .reaction-icon img {
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
}

.user-single-blog .blog-comment-form .item-title {
    font-size: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .user-single-blog .blog-comment-form .item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .user-single-blog .blog-comment-form .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .user-single-blog .blog-comment-form .item-title {
        font-size: 24px;
    }
}

.user-single-blog .blog-comment-form .form-control {
    border-color: #d7d7d7;
}

.user-single-blog .blog-comment-form .submit-btn {
    font-size: 16px;
    padding: 11px 32px;
}

.user-single-blog .blog-comment-form input.form-control::-webkit-input-placeholder,
.user-single-blog .blog-comment-form textarea.form-control::-webkit-input-placeholder {
    color: #9d9d9d;
}

.realated-blog .blog-heading {
    margin-bottom: 30px;
    padding: 16px 25px;
}

.realated-blog .blog-heading .heading-title {
    font-size: 16px;
    margin-bottom: 0;
}

/*------------------- 6.8 Widget -------------------*/
.widget {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #EAEDF3;
}

.widget.filter {
    padding: 20px;
    border: 1px solid #EAEDF3;
}


.brand-search .fast-search-input {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.brand-search .fast-search-input:after {

    content: "\ed12";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 40px;
    text-align: center;
    color: #bcbec3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
}

.brand-search .fast-search-input .form-control {
    border-radius: 0;
    outline: none !important;
    border: 1px solid #D9D9D9;
    height: 46px;
    padding-right: 40px;
    font-size: 15px;

}

.brand-search .fast-search-input .form-control:focus {
    box-shadow: none;

}

.brand-search .fast-search-input .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #D9D9D9;
}

.brand-search .fast-search-input .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D9D9D9;
}

.brand-search .fast-search-input .form-control::placeholder {
    color: #D9D9D9;
}

.add-product .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    opacity: .7
}

.brand-search .filter-items {
    max-height: 310px;
    overflow: auto;
}


@media only screen and (max-width: 1199px) {
    .widget {
        padding: 25px 25px 35px;
    }
}

@media only screen and (max-width: 575px) {
    .widget {
        padding: 25px 20px 35px;
    }
}

.widget:last-child {
    margin-bottom: 0 !important;
}

.widget .see-all-btn {
    padding: 35px 0 0;
}

.widget .see-all-btn .item-btn {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 3px;
    background-color: #ED2893;
    padding: 10px 20px;
}

.widget .see-all-btn .item-btn:hover {
    background-color: #ed2895;
}

@media only screen and (max-width: 991px) {
    .widget-break-lg {
        margin-top: 50px;
    }
}

.widget-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.widget-heading .widget-title {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

/*
.widget-heading .widget-title:before {
    content: "";
    height: 3px;
    width: 8px;
    background-color: #ed2895;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget-heading .widget-title:after {
    content: "";
    height: 3px;
    width: 18px;
    background-color: #ed2895;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
*/

.widget-heading .dropdown {
    line-height: 1;
}

.widget-heading .dropdown.show .dropdown-toggle {
    color: #ffffff;
}

.widget-heading .dropdown.show .dropdown-toggle:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget-heading .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 34px;
    color: #bbc5d3;
    line-height: 1;
    margin-top: -16px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-heading .dropdown-toggle:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #ED2893;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -2px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-heading .dropdown-toggle:after {
    display: none;
}

.widget-heading .dropdown-toggle:hover {
    color: #ffffff;
}

.widget-heading .dropdown-toggle:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget-heading .dropdown-menu {
    min-width: 130px;
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.widget-heading .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
}

.widget-heading .dropdown-menu .dropdown-item:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.widget-author {
    text-align: center;
    padding: 40px 15px 30px;
    position: relative;
}

.widget-author .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.widget-author .cover-img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100px;
}

.widget-author .profile-img {
    margin-bottom: 26px;
}

.widget-author .profile-img a {
    border-radius: 50%;
    position: relative;
}

.widget-author .profile-img a img {
    box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
}

.widget-author .profile-img a:before {
    content: url("../../media/figure/chat_round_shape5.png");
    position: absolute;
    top: -8px;
    left: -8px;
}

.widget-author .profile-img a:after {
    content: "\eed8";
    font-family: IcoFont;
    font-size: 20px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #17dd17;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.widget-author .author-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.widget-author .author-name a {
    color: #000000;
}

.widget-author .author-name a:hover {
    color: #ed2895;
}

.widget-author .author-location {
    font-size: 14px;
    color: #9e9faf;
    margin-bottom: 24px;
}

.widget-author .author-badge {
    margin-bottom: 45px;
}

.widget-author .author-badge li {
    display: inline-block;
    margin-right: 8px;
}

.widget-author .author-badge li:last-child {
    margin-right: 0;
}

.widget-author .author-badge a {
    font-size: 20px;
    color: #ffffff;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    position: relative;
}

.widget-author .author-badge a:before {
    content: "";
    height: 5px;
    width: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 8px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.widget-author .author-badge .profile-circle {
    background-color: #e7ecf4;
    font-size: 16px;
    font-weight: 700;
    color: #8f8f8f;
}

.widget-author .author-statistics li {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.widget-author .author-statistics li:after {
    content: "";
    height: 31px;
    width: 1px;
    background-color: #e8e8e8;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-author .author-statistics li:last-child {
    margin-right: 0;
}

.widget-author .author-statistics li:last-child:after {
    display: none;
}

.widget-author .author-statistics li a {
    text-align: center;
    padding: 0 15px 0 12px;
}

.widget-author .author-statistics .item-number {
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.widget-author .author-statistics .item-text {
    font-weight: 600;
    color: #9e9faf;
    font-size: 12px;
}

.widget-memebers .nav-tabs {
    border-bottom: none;
    margin-bottom: 26px;
}

.widget-memebers .nav-tabs .nav-item {
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .widget-memebers .nav-tabs .nav-item {
        margin-right: 5px;
    }
}

.widget-memebers .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.widget-memebers .nav-tabs .nav-link {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    color: #646464;
    border-radius: 4px;
    padding: 0 10px;
}

.widget-memebers .nav-tabs .nav-link:hover {
    border-color: #ED2893;
    background-color: #ED2893;
    color: #ffffff;
}

.widget-memebers .nav-tabs .nav-link.active {
    border-color: #ED2893;
    background-color: #ED2893;
    color: #ffffff;
}

.widget-memebers .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.widget-memebers .media:last-child {
    margin-bottom: 0;
}

.widget-memebers .media .item-img {
    margin-right: 18px;
    position: relative;
}

.widget-memebers .media .item-img a img {
    border-radius: 50%;
}

.widget-memebers .media .item-img a:before {
    content: url("../../media/figure/chat_round_shape.png");
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-memebers .media .item-img a:after {
    content: url("../../media/figure/chat_round_shape2.png");
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-memebers .media .media-body {
    position: relative;
}

.widget-memebers .media .item-title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}

.widget-memebers .media .item-title a {
    color: #000000;
}

.widget-memebers .media .item-title a:hover {
    color: #ed2895;
}

.widget-memebers .media .item-username {
    font-size: 12px;
    color: #9e9faf;
    line-height: 1;
}

.widget-memebers .media .member-status {
    text-align: center;
    position: absolute;
    top: 3px;
    right: 0;
    height: 21px;
    width: 21px;
    line-height: 21px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
}

.widget-memebers .media .member-status.online {
    background-color: #17dd17;
}

.widget-memebers .media .member-status.offline {
    background-color: #dde2e9;
}

.widget-memebers .media:hover .item-img a:before {
    visibility: hidden;
    opacity: 0;
}

.widget-memebers .media:hover .item-img a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: visible;
    opacity: 1;
}


.following .widget-memebers {}

.following .widget-memebers .media {
    display: block;
    width: 60px;
}





.listing-swiper .swiper-slide {

    width: 60px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.following .listing-box .list-footer {
    text-align: right;
    padding-top: 10px;

}

.following .listing-box .list-footer a {

    color: #ED2893;
    font-weight: 400;
    font-size: 13px;

}

.following .listing-box .list-footer a:hover {

    text-decoration: underline;
}


.following .listing-swiper .media {
    display: block;
    width: 60px;
}


.brand .listing-swiper .swiper-slide {
    display: block;
    width: 80px;

}

.following.brand .media .item-img a {
    position: relative;
    display: block;

    height: 80px;
    width: 80px;

}

.following.brand .media .item-img img {

    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;


}


.following .widget-memebers .media .item-img {
    position: relative;
    padding: 5px;
    margin: 0;

}

.following .widget-memebers .media .item-img a {
    position: relative;

    display: block;

    height: 50px;
    width: 50px;
}


.following .widget-memebers .media .item-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.following .widget-memebers .media .item-img a:before {
    content: "";
    background: url("../../media/figure/round.svg");
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);

}

.following .widget-memebers .media .item-img a:after {

    content: "";
    background: url("../../media/figure/round-color.svg");
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.following .widget-memebers .media:hover .item-img a:after {


    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    visibility: visible;
    opacity: 1;
}




.following .widget-memebers .media .item-title a {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    color: #9EA0A5;
    letter-spacing: -0.2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300;
    padding-top: 8px;
    overflow: hidden;


}

.following .widget-memebers .media:hover .item-title a {


    color: #ed2895;



}


.followers .widget-memebers {
    padding: 24px
}

.followers .widget-memebers .media .item-img {
    position: relative;


}

.followers .widget-memebers .media .item-img a {
    position: relative;

    display: block;

    height: 44px;
    width: 44px;
}


.followers .widget-memebers .media .item-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.followers .widget-memebers .media .item-img a:before {
    content: "";
    background: url("../../media/figure/round.svg");
    background-size: cover;
    height: 54px;
    width: 54px;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);

}

.followers .widget-memebers .media .item-img a:after {

    content: "";
    background: url("../../media/figure/round-color.svg");
    background-size: cover;
    height: 54px;
    width: 54px;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.followers.brands .widget-memebers .media .item-img a {
    position: relative;
    border-radius: 0;
    display: block;

    height: 55px;
    width: 55px;
    background: #ccc;
}


.followers.brands .widget-memebers .media .item-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .8;
    border-radius: 0;
}


.followers.brands .widget-memebers .media .item-img a:before {
    content: none;


}

.followers.brands .widget-memebers .media .item-img a:after {

    content: none;

}

.followers .widget-memebers .media:hover .item-img a:after {


    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    visibility: visible;
    opacity: 1;
}




.followers .widget-memebers .media .item-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.followers .widget-memebers .media .item-username {
    font-size: 14px;
}

.followers .widget-memebers .media .item-title a {
    display: block;


    letter-spacing: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;


    overflow: hidden;


}

.followers .widget-memebers .media:hover .item-title a {


    color: #ed2895;



}

.followers .widget-memebers .media .member-status {


    width: auto;
    height: auto;
    top: 0;




}


.followers.brands .widget-memebers .media .member-status {


    width: auto;
    height: auto;
    top: -8px;




}



.followers .widget-memebers .media {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}


.followers .widget-memebers .media {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}


.followers .widget-memebers .media .member-status .button-theme {


    background-color: #ED2893;
    padding: 7px 20px;

    font-size: 15px;



}

.followers .widget-memebers .media:last-child {


    margin-bottom: 0;
    border-bottom: 0
}






.widget-groups .nav-tabs {
    border-bottom: none;
    margin-bottom: 25px;
}

.widget-groups .nav-tabs .nav-item {
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .widget-groups .nav-tabs .nav-item {
        margin-right: 5px;
    }
}

.widget-groups .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.widget-groups .nav-tabs .nav-link {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    color: #646464;
    border-radius: 4px;
    padding: 0 10px;
}

.widget-groups .nav-tabs .nav-link:hover {
    border-color: #ED2893;
    background-color: #ED2893;
    color: #ffffff;
}

.widget-groups .nav-tabs .nav-link.active {
    border-color: #ED2893;
    background-color: #ED2893;
    color: #ffffff;
}

.widget-groups .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.widget-groups .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-groups .media .item-img {
    margin-right: 14px;
}

.widget-groups .media .item-img img {
    border-radius: 50%;
}

.widget-groups .media .media-body {
    position: relative;
}

.widget-groups .media .item-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1;
}

.widget-groups .media .item-title a {
    color: #000000;
}

.widget-groups .media .item-title a:hover {
    color: #ed2895;
}

.widget-groups .media .item-member {
    font-size: 12px;
    color: #9e9faf;
    line-height: 1;
}

.widget-activity .media {
    margin-bottom: 25px;
}

.widget-activity .media .activity-time {
    font-size: 12px;
    color: #9e9faf;
    line-height: 1;
    font-weight: 600;
}


.widget-activity .media .item-title {
    font-weight: 400;
    color: #3E3F42;
    line-height: 18px;
    width: 80%;
    margin-bottom: 8px;
}

.widget-activity .media .item-title .author-name {
    font-weight: 700;
}

.widget-activity .media .item-title .activity-link {
    font-weight: 600;
    color: #ED2893;
}

.widget-banner {
    background-color: #5697ff;
    padding: 0px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;


}

.widget-banner .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 30px;


}

.widget-banner:after {
    content: url("../../media/figure/square_shape.png");
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .widget-banner:after {
        display: none;
    }
}

.widget-banner .item-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.widget-banner .item-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.widget-banner .item-subtitle {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
}

.widget-banner .item-description {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    max-width: 85%;
    margin: 0 auto;

    margin-bottom: 20px;
}

.widget-banner .item-btn {
    margin-bottom: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 6px 22px;
    box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.1);
}

.widget-banner .item-btn .btn-icon {
    margin-left: 5px;
}

.widget-banner .item-btn svg path {
    fill: #ed2895;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-banner .item-btn:hover {
    background-color: #ED2893;
    color: #ffffff;
}

.widget-banner .item-btn:hover svg path {
    fill: #ffffff;
}

.widget-banner .item-img img {
    width: 100%;
}

.widget-user-about .user-info p {
    color: #9e9faf;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.widget-user-about .info-list li {
    font-size: 14px;
    margin-bottom: 6px;
}

.widget-user-about .info-list li:last-child {
    margin-bottom: 0;
}

.widget-user-about .info-list li span {
    color: #9e9faf;
    min-width: 75px;
    display: inline-block;
}

.widget-user-about .info-list li a {
    color: #ED2893;
}

.widget-user-about .info-list .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget-user-about .info-list .social-share .social-icon a {
    color: #646464;
    font-size: 15px;
    padding: 0 5px;
}

.widget-user-about .info-list .social-share .social-icon a:hover {
    color: #ed2895;
}

.widget-user-about .info-list .social-share .social-icon a:first-child {
    padding-left: 0;
}

.widget-gallery {
    padding-bottom: 28px;
}

.widget-gallery .photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.widget-gallery .photo-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
    .widget-gallery .photo-list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 479px) {
    .widget-gallery .photo-list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 360px) {
    .brand-spot .brand-spot-box .nav-tabs .nav-link {
        padding: 15px 20px;
    }
}

.widget-gallery .photo-list li:last-child a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(97, 93, 250, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.widget-gallery .photo-list li:last-child a:after {
    content: attr(data-photo);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #ffffff;
    font-weight: 700;
}

.widget-gallery .photo-list li a {
    overflow: hidden;
    border-radius: 4px;
    display: block;
    position: relative;
    text-align: center;
}

.widget-gallery .photo-list li a img {
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.widget-gallery .photo-list li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-badges {
    padding-bottom: 20px;
}

.widget-badges .badge-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.widget-badges .badge-list li {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.widget-badges .badge-list li a {
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}

.widget-badges .badge-list li a:before {
    content: "";
    height: 5px;
    width: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 8px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.widget-comment .media {
    margin-bottom: 10px;
}

.widget-comment .media:last-child {
    margin-bottom: 0;
}

.widget-comment .media .item-img {
    margin-right: 18px;
}

.widget-comment .media .item-img a {
    overflow: hidden;
    border-radius: 4px;
}

.widget-comment .media .item-img img {
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-comment .media .item-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget-comment .media .item-title a {
    color: #000000;
}

.widget-comment .media .item-title a:hover {
    color: #ed2895;
}

.widget-comment .media .post-date {
    font-size: 12px;
    font-weight: 600;
    color: #9e9faf;
    margin-bottom: 2px;
}

.widget-comment .media:hover .item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-grid {
    padding: 15px;

}

.widget-grid .widget-heading {
    margin-bottom: 3px;
}

.widget-grid .widget-heading > a {
    font-size: 13px;
    color: #ED2893;
    text-transform: capitalize;
}

.widget-grid .widget-heading a:hover {

    text-decoration: underline;
}

.widget-grid .grids {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;

}

.widget-grid .grids li {

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 3px;

}

.widget-grid .grids li .box {

    display: block;
    line-height: 1;
    border: 1px solid #EAEDF3;
    border-radius: 3px;
    overflow: hidden;

}

.widget-grid .grids li .box {

    display: block;
    line-height: 1;
    border: 1px solid #EAEDF3;


}

.widget-grid .grids li .img-container {

    line-height: 0;
    position: relative;


}

.widget-grid .grids li .img-container:before {

    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: 100%;


}

.widget-grid .grids li .img-container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}


.select2-container--classic .select2-results > .select2-results__options {
    max-height: 220px;
}



.user-activity {
    margin-bottom: 30px;
}

.user-activity .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.user-activity .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.user-activity .media .item-img {
    margin-right: 14px;
    height: 44px;
    width: 44px;

}

.user-activity .media .item-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.user-activity .media .media-body {
    position: relative;
}

.user-activity .media .item-title {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: lowercase;
}

.user-activity .media .item-title a {
    color: #000000;
}

.user-activity .media .item-title a:hover {
    color: #ed2895;
}

.user-activity .media .item-member {
    font-size: 13px;
    color: #9e9faf;
    line-height: 1;
}

.user-activity .media {
    margin-bottom: 25px;
}

.user-activity .media .activity-time {
    font-size: 13px;
    color: #9e9faf;
    line-height: 1;
    font-weight: 400;
}

.bundles .bundle-box {

    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.bundles .bundle-box .product-img {


    width: 140px;
    border-radius: 0;
    padding: 0;
    position: relative;
    flex: 0 0 140px;

}

.bundles .bundle-box .product-img a {

    display: block;
    height: 100%;

}

.bundles .bundle-box .product-img img {

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    height: 100%;
    width: 100%;
    object-fit: cover;


}


.bundles .bundle-content {

    padding: 15px;
    width: 100%;

    font-size: 14px;
    padding-right: 30px;
    position: relative;

}

.bundles .bundle-content a {

    color: #3e3f42;

}

.bundles .bundle-content a:hover {

    color: #ed2893;

}

.bundles .bundle-content .product-title {

    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px
}

.bundles .bundle-content .product-brand {


    margin-bottom: 5px;
    font-size: 15px;

}

.bundles .bundle-content .product-price {


    margin-bottom: 15px;

}


.bundles .bundle-content .product-size {

    padding: 3px 6px;
    border-radius: 3px;
    background: #f5f5f7;
    display: inline-block;
    cursor: pointer;

}

.bundles .bundle-content .product-like a {

    padding: 13px 15px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 0;

}

.bundles .bundle-content .product-like i {

    margin-right: 6px;
    color: #EA516E;
    font-size: 16px
}

.bundles .bundle-content .remove {
    padding: 4px 6px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #787879;

}








.bundles.offers .bundle-box .product-user {
    display: block;
}




.bundles.offers .bundle-box .product-img {
    width: 110px;
    border-radius: 0;
    padding: 0;
    position: relative;
    flex: 0 0 110px;

}



.bundles.offers .single .bundle-content {
    max-width: calc(100% - 110px; );
}


.bundles.offers .bundle-content .product-user {


    margin-bottom: 10px;
    font-size: 15px;


}

.bundles.offers .bundle-content .active-offers {

    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;

}

.bundles.offers .bundle-content .product-price {


    margin-bottom: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;

}


.bundles.offers .single {

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}



.bundles.offers .single .offer-action {

    padding: 18px 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    border-top: 1px solid #EAEDF3;


}

.bundles.offers .single .offer-action a.btn {
    margin: 0 8px;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 15px;
}




.bundles.offers .single .product-img {
    width: 130px;

    flex: 0 0 130px;
}

.bundles.offers .bundle-content .product-price .new-price {

    color: #3e3f42;
    font-size: 16px;
    font-weight: 500;
}

.bundles.offers .bundle-content .product-price .shipping {


    font-size: 14px;

}

.bundles.offers .single .product-img img {
    padding: 16px 0px 16px 16px;


}


.bundles.offers .bundle-box.single:after {
    content: none;


}


.counter .bundles.buy .bundle-box .product-img {
    width: 50px;
    flex: 0 0 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
}


.counter .bundles.buy .bundle-content {
    padding-left: 12px;
    padding-top: 15px;
}


.counter .bundles.buy .bundle-content .product-title {
    margin-bottom: 20px;
}

.bundles.offers .single .item {

    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.bundles.offers .single .item::after {

    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    padding-bottom: 1px;
    background: #EAEDF3;
    left: 18px;
    right: 18px;
}

.bundles.offers .single .item + .product-comment-area .product-comments {

    border-top: 0;
}


.bundles.offers .single .bundle-content .product-size {
    margin-bottom: 15px;
}


.bundles.offers .single .product-comment-area {
    padding: 0 18px;


    flex: 0 0 100%;

}


.bundles.offers .single .product-comment-area .media {

    min-width: 300px;
    max-width: 70%;


}

.bundles.offers .single .product-comment-area .media .media-body {

    flex: initial;

    -ms-flex: initial;



}

.bundles.offers .single .product-comments .media .media-body .user-name {

    padding-right: 30px;


}

.bundles.offers .single .product-comment-area .media.counter-offer .media-body .user-name {

    background: #e5f3ff;


}


.bundles.offers .single .product-comment-area .media.counter-offer {



    margin-left: auto;


    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bundles.offers .single .product-comment-area .media.counter-offer .item-img {

    margin-right: 0;
    margin-left: 10px;
}

.bundles.offers .single .product-comment-area .media {

    min-width: 300px;
    max-width: 70%;

}


.bundles.offers .single .product-comment-area .product-comments {

    border-top: 1px solid #EAEDF3;

}


.bundles.offers .single .bundle-content {

    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 110px);
    padding-bottom: 18px;
}




.bundles.offers .bundle-content .product-size {}

.bundles.offers .bundle-box::after {

    content: "\e81a";
    position: absolute;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9ea0a5;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.bundles .bundle-content .remove i {}

.bundle .product-content {
    position: relative;

}

.bundle .product-content .bundle-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}


.bundle .product-content .dropdown.show .dropdown-toggle {
    color: #ffffff;
}

.bundle .product-content .dropdown.show .dropdown-toggle:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bundle .product-content .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 34px;
    color: #787879;
    line-height: 1;
    margin-top: -16px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bundle .product-content .dropdown-toggle:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #ed2893;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -2px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bundle .product-content .dropdown-toggle:after {
    display: none;
}

.bundle .product-content .dropdown-toggle:hover {
    color: #ffffff;
}

.bundle .product-content .dropdown-toggle:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bundle .product-content .dropdown-menu {
    min-width: 130px;
    border: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.bundle .product-content .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
}

.bundle .product-content .dropdown-menu .dropdown-item:hover {
    background-color: #ed2893;
    color: #ffffff;
}



.bundle .product-content .user-activity {
    padding-right: 30px;

}





.bundle .bundle-right .product-title {


    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;

}


.bundle .bundle-right .product-price {

    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;


}

.bundle .bundle-right .product-price .items {
    opacity: .7;
    font-weight: 400;
    font-size: 80%;
}

.bundle .bundle-right .product-price .items:before {

    content: "(";
    margin-right: 1px;
}

.bundle .bundle-right .product-price .items:after {

    content: ")";
    margin-left: 2px;

}


.bundle .bundle-right .discount {

    font-size: 15px;

}

.bundle .bundle-right .discount span {

    margin-left: 2px;

}



.bundle .bundle-right .product-box .product-content .product-title {

    font-size: 15px;
    margin-bottom: 5px;


}

.bundle .bundle-right .product-box .product-content .product-title a {

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;




}

.bundle .bundle-right .product-box .product-content {

    padding: 10px 10px;
    padding-bottom: 0;
}

.bundle .bundle-right .product-box .product-content .product-price {

    font-size: 14px;
    margin-bottom: 6px
}

.bundle .bundle-right .product-box .product-content .product-footer a {
    font-size: 0;
}

.bundle .bundle-right .product-box .product-content .product-footer a i {

    font-size: 16px;
    margin: 0;
}

.bundle .bundle-right .product-box .product-content .product-footer {
    padding: 5px 0;
}

.bundle .bundle-right .product-box .product-content .product-footer .product-comment a i {

    font-size: 18px;
    margin: 0;
}

.bundle .comment-form .form-group .form-control {

    background: #ffffff00;
}

.bundle.single-product .product-comment-area {
    padding: 0;
    background: rgba(255, 255, 255, 0)
}



.add-product .block-box {
    padding: 30px;
}

.add-product .title {

    text-transform: capitalize;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px solid #EAEDF3
}

.add-product .group-block {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEDF3
}

.add-product .form-group {
    margin-bottom: 30px;
}

.add-product .form-control {

    padding: 10px;
    margin-bottom: 10px;
}


.add-product .form-control::placeholder {
    font-size: 14px;
    opacity: .7;

}



.add-product .control-label {
    text-align: left;
    margin-bottom: 10px;
}

.add-product .control-label label {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3E3F42;

}

.add-product .control-label .label-info {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 300;
}


.add-product .select2-container {
    width: 100% !important;
}

.add-product .select2-container--default .select2-selection--multiple {
    background: #ffffff;
    border: 1px solid #eaeaea;
    display: block;
}



.add-product .select2-container--default .select2-search--inline .select2-search__field {

    padding: 0 15px;
    margin: 0;
    font-size: 15px;
}







.add-product .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding-right: 30px;
}

.add-product .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 0;
    padding: 15px;
    padding-right: 16px;
    font-size: 0;
    margin: 0;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}

.add-product .select2-container--default .select2-selection--multiple .select2-selection__clear:after {
    content: "\e96f";
    font-size: 12px;
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.add-product .select2-container--default .select2-results__option {
    padding: 5px 20px;
    font-size: 14px;
}




.select-wrapper .option {
    background: #fff;
    width: 150px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 15px;
    transition: all 0.3s ease;
    border: 1px solid #ced4da;
    text-align: center;


}

.select-wrapper .option .dot {


    height: 18px;
    width: 18px;
    background: #ced4da;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.select-wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;


    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.select-wrapper input[type="radio"] {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.select-wrapper input[type="radio"]:checked:checked ~ .option {
    border-color: #0069d9;
    background: #0069d9;
    color: #fff;
}

.select-wrapper input[type="radio"]:checked:checked ~ .option .dot {
    background: #fff;
}

.select-wrapper input[type="radio"]:checked:checked ~ .option .dot::before {
    opacity: 1;
    transform: scale(1);
}


.select-wrapper input[type="radio"]:checked:checked ~ .option span {}





.select2-container--default .select2-results__option--highlighted[aria-selected] {


    background-color: #ed2895;

}

.select2-dropdown {
    border-color: #eaeaea !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ececec;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    padding-right: 30px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 0;
    padding: 8px;
    font-size: 0;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after {
    content: "\e96f";
    font-size: 10px;
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover::after {

    color: rgba(0, 0, 0, 0.9);

}

.top-search .select2-container {
    width: 100px;
    min-width: 100px;
}


.top-search .select2-container--classic .select2-selection--single {
    background: transparent;
    border: 0;
    height: 42px;
}


.top-search .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: transparent;
    border: 0;

}

.top-search .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.top-search .select2-container--classic .select2-selection--single .select2-selection__arrow {
    width: 38px;
}

.fixed-header .header-control .input-group {
    width: auto
}


.quantity-table {
    vertical-align: middle;
    border: 1px solid #eaeaea;
}


.quantity-table thead th {
    font-weight: 500;
    border-bottom: 0;
    background: #f1f1f1;
}

.quantity-table th,
.quantity-table td {
    text-align: center;
    vertical-align: middle;
    border-top-color: #eaeaea
}




.quantity-table td {
    padding: 8px;
}


.quantity-table td input[type="text"] {

    text-align: center;
    max-width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #fbfbfb;

}

.quantity-table .btn {

    padding-top: 5px;
    padding-bottom: 5px;

}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
}


.widget.add-color {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
}

.add-color .filter-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.add-color .filter-items li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 10px;
}



.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    opacity: .7;
}



a.uppy-Dashboard-poweredBy {
    display: none;
}


.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options {
    padding: 15px 15px;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options li {
    border-bottom: none !important;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a {
    color: #8c8c8c;
    font-size: 14px;
    padding: 5px 0 5px 18px !important;
    display: block;
    position: relative;
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a:before {
    /* content: ""; */
    height: 6px;
    width: 6px;
    background-color: none !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixed-header .header-control .dropdown-admin .dropdown-menu .admin-options a:hover {
    color: #ED2893;
}

.account-settings-tab {
    padding: 10px;
}

.settings-title {
    padding: 18px;
}

.account-settings-tab li {
    border-bottom: 1px solid #e4e9f1
}

.account-settings-tab li a {
    padding: 10px 0 10px 18px;
    color: #8c8c8c;
}

.account-settings-tab li .active {
    color: #2c2c2c !important;
}

.settings-title {
    padding: 18px;
}

.offers-tab {
    margin-bottom: 15px;

}

.offers-tab li {
    border-bottom: 1px solid #e4e9f1
}

.offers-tab li a {
    padding: 10px 0 10px 18px;
    display: block;
    color: #2c2c2c;
    border-radius:
}

.offers-tab li .active {
    background: #000;
    border-color: transparent;
    background: #1FA2FF;
    color: #fff;
    border-radius: 4px;
    pointer-events: none;

}

.p-18 {
    padding: 18px !important;
}

.settings-sub-title {
    color: #4c4c4c;
    font-weight: normal;
    padding: 5px;
    /* border-bottom: 1px solid #e4e9f1; */
}

.settings-container .form-group .form-control {
    border: none;
    border-radius: 0;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.settings-container .form-group input.form-control::-webkit-input-placeholder,
.settings-container .form-group textarea.form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}

.settings-container .form-group input::-webkit-datetime-edit-text {
    color: #9f9f9f;
    padding: 0 0.3em;
}

.settings-container .form-group input::-webkit-datetime-edit-month-field {
    color: #9f9f9f;
}

.settings-container .form-group input::-webkit-datetime-edit-day-field {
    color: #9f9f9f;
}

.settings-container .form-group input::-webkit-datetime-edit-year-field {
    color: #9f9f9f;
}

.settings-container .form-group input::-webkit-inner-spin-button {
    display: none;
}

.settings-container .form-group .select2-container--classic .select2-selection--single {
    height: 50px;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.settings-container .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.settings-container .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.settings-container .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #9f9f9f;
    padding-left: 0;
}

.frame-btn {
    background-color: #fff !important;
    border: #ED2893 1px solid !important;
    color: #ED2893;
}

.change-btn {
    background-color: #fff !important;
    border: 0px !important;
    color: #ED2893;
    position: absolute;
    right: 10px;
    top: 50%;
}

.card-type {
    position: absolute;
    right: 10px;
    top: 50%;
}

.change-btn:hover {
    color: #af216f;
}

.change-btn:active {
    color: #0054D3;
}

.w-full {
    width: 100% !important;
}

.profile-pic {
    border-radius: 50%;
    height: 140px;
    width: 140px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
}

.circle {
    border-radius: 50% !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 8px solid rgba(255, 255, 255, 0.7);
}

.imgupload {
    display: none;
}

.profile-pic:hover {
    background-color: rgba(0, 0, 0, .5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}

.cover-img span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.cover-img:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5) !important;
    z-index: 9000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {




    .brand-spot {
        padding: 60px 0;
    }

    h3.section-title,
    .discover-community .join-right .heading {
        font-size: 26px;
    }

    .single-product .product-content .product-title {
        font-size: 28px
    }

    .single-product .product-content .product-price {
        font-size: 22px
    }

    .bundles {
        margin-bottom: 30px
    }


    .order-change-1 {
        order: 1
    }

    .order-change-2 {
        order: 2
    }


}

@media only screen and (max-width: 768px) {
    .add-color .filter-items li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 540px) {


    .add-color .filter-items li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .add-product {
        margin: 0 -15px;
    }

    .bundles .bundle-box {
        margin-bottom: 30px;
    }

    .bundles .bundle-content .remove {
        padding: 0px 0px;
        line-height: 30px;
        line-height: 28px;
        padding-top: 2px;
        text-align: center;
        width: 32px;
        position: absolute;
        right: -13px;
        top: -16px;
        background: #fff;
        border-radius: 50%;
        color: #787879;
        font-size: 22px;
        border: 1px solid #EAEDF3;
    }

    .bundles .bundle-box .product-img {
        width: 120px;
        flex: 0 0 120px;
    }


    .bundles.offers .single .product-img {

        width: 100px;
        flex: 0 0 100px;
    }

    .bundles.offers .single .product-img a {

        height: auto;
    }


    .single-product .product-content .product-title {
        font-size: 24px
    }

    .single-product .product-content .product-brand {
        font-size: 16px
    }

    .single-product .product-content .product-price {
        20px
    }

    .bundles .bundle-content {
        padding: 12px;
    }

    .brand-spot {
        padding: 55px 0;
    }

    .brand-spot .section-title {
        padding-bottom: 10px
    }

    h3.section-title,
    .discover-community .join-right .heading {
        font-size: 22px;
    }

    .groups-popular .groups-box .item-content .item-title a {
        padding-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .brand-spot .trending .trending-box .single-brand {
        font-size: 16px;
    }

    .discover-community .notifications-left .noti-single .activity {
        font-size: 14px;
        height: 50px;

    }

    .discover-community .section-title {
        padding-bottom: 10px;
    }

    .discover-community .notifications-left .noti-single .icon {
        top: 18px;
    }

    .discover-community .join-right .button-theme {

        font-size: 16px;
        padding: 10px 20px;
        min-width: 160px;
    }

}
