* {
    padding: 0;
    margin: 0;
}
input:not([type]),img:not([src]){display:none;}
body {
    font-family: 'Poppins', sans-serif;
    background: #f2f2f2;
}

body p {
    font-family: 'Poppins', sans-serif;
    color: #616161;
    font-size: 15px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d8228f;
    border-color: #d8228f;
}

.btn-primary {
    color: #fff;
    background-color: #d8228f;
    border-color: #d8228f;
}

.rabukv-views {
    display: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d8228f;
    border-color: #d8228f;
}

a:hover {
    text-decoration: none;
    color: #d83e90;
}

::-webkit-scrollbar {
    width: 6px;

}

::-webkit-scrollbar-track {
    /*
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
*/
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;

}


li {
    list-style: none;
}

#top {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    background: #fff;
}

#top .logo {
    width: 16%;
    float: left;
    position: relative;
}

#top .logo img {
}

#top .searcharea {
    width: 60%;
    float: left;
    margin-top: 6px;
}

#top .searcharea .form-control {
    width: 100%;
    float: left;
    position: relative;
    background: #f4f4f4;
    border-radius: 50px;
    height: 45px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    color: #444;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
}

#top .searcharea .searc-btn {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    top: 0;
    padding: 11px 22px;
}

#top .searcharea .form-group {
    width: 100%;
    float: left;
    position: relative;
}

#top .searcharea .searc-btn img {
    vertical-align: middle;
    cursor: pointer;
}

#top .notification {
    position: relative;
    float: left;
    margin-left: 83px;
}

#top .notification .fa {
    color: #b1b1b1;
    font-size: 26px;
    padding: 10px;
}

#top .notification-number {
    background: #d8228f;
    position: absolute;
    color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 20px;
    text-align: center;
    right: -7px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

#top .notification .dropdown-toggle::after {
    display: none;
}

#top .user-dropdown {
    float: right;
}

#top .user-dropdown img {
    float: left;
    /*padding-right: 10px;*/
    margin-right: 10px;
}

#top .user-dropdown .dropdown {
    float: left;
    margin-top: 10px;
}

#top .user-dropdown .dropdown button {
    background: transparent;
    border: none;
    color: #666666;
}

#top .user-dropdown .dropdown .dropdown-menu {
    left: 0 !important;
    top: 40px;
    padding: 0;
    background: #fff;
    border-top: 3px solid #d8228f;
    border-radius: 0;
    transform: translate3d(-93px, 12px, 0px) !important;
    top: 25px !important;
    right: 0 !important;
}

#top .user-dropdown .dropdown .dropdown-menu li a {
    padding: 8px 10px;
}

#top .dropdown-item {
    font-size: 14px;
    padding: 5px 15px;
}

/**************************main-nav**************************************/
#main-nav {
    width: 100%;
    float: left;
    position: relative;
}

#main-nav .navbar-collapse .navbar-nav > .active > a #main-nav .navbar-collapse .navbar-nav > li a:hover {
    background: #d8228f;
    color: #fff;
}

#main-nav .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: #545654;
    text-align: center;
    height: 85px;
    font-size: 14px;
    display: block;
    padding: 15px;
    line-height: 20px;
}

#main-nav .navbar-default .navbar-nav > li > a img {
    margin-bottom: 5px;
}

#main-nav .navbar-default .navbar-nav > li > a span {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    #main-nav .navbar-nav {
        width: 100%;
    }

    #main-nav .navbar-nav > li {
        float: left;
        width: 12.5%;
    }
}

#main-nav .navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
    margin-bottom: 10px;
    padding-top: 0;
}

/***************************note*************************************/
#note {
    width: 100%;
    float: left;
    position: relative;
}

#note p {
    background: #fff;
    padding: 10px 15px;
}

#note p span {
    color: #717171;
}

#note p img {
    cursor: pointer;
    float: right;
    margin-top: 7px;
}

/******************************main-body**************************************/
#main-body {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}

#main-body .left-panel {
    width: 100%;
    float: left;
    max-height: 100vh;
    overflow-y: scroll;
}

#main-body .left-panel .left-panel-sec1 {
    width: 100%;
    float: left;
    background: #d8228f;
    padding: 20px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

#main-body .left-panel .profile {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

#main-body .left-panel .profile img {
    border: 3px solid #fff;
    width: 170px;
    height: 170px;
}

#main-body .left-panel .left-panel-sec1 span {
    position: absolute;
    right: 27%;
    top: 57%;
    color: #fff;
    background: #d8228f;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
}

#main-body .left-panel .left-panel-sec1 span .fa {
}

#main-body .left-panel .left-panel-sec1 span input {
    top: 0;
    position: absolute;
    padding: 2px 12px;
    left: 0;
    background: transparent;
    border: transparent;
}

#main-body .left-panel .left-panel-sec1 h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

#main-body .left-panel .left-panel-sec1 h3 .fa {
}

.hidden,
#uploadImg:not(.hidden) + label {
    display: none;
}

#file {
    display: none;
    margin: 0 auto;
}

.left-panel-sec2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.left-panel-sec2 h3 {
    background: #d8228f;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.left-panel-sec2 p {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.left-panel-sec2 p img {
    padding-right: 10px;
    vertical-align: middle;
}

.left-panel-sec3 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.left-panel-sec2 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.left-panel-sec3 h3 {
    background: #d8228f;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.left-panel-sec3 h3 span {
    float: right;
    font-size: 13px;
}

.left-panel-sec3 h3 span a {
    color: #fff;
}

.left-panel-sec3 h3 span a:hover {
    color: #fff;
}

.left-panel-sec3 ul {
    width: 100%;
    float: left;
    padding: 15px;
}

.left-panel-sec3 ul li {
    width: 33.33%;
    float: left;
    padding: 0;
    margin: 0;
}

.left-panel-sec3 ul li a:hover {
    color: #d8228f;
}

.left-panel-sec3 ul li img {
    width: 100%;
    padding: 3px 2px;
    padding-bottom: 0;
    float: left;
    min-height: 100px;
    height: 100%;
}

/*******************************middle-panel********************************/
.middle-panel {
    width: 90%;
    /*float: left;*/
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.middle-panel-sec1 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.middle-panel-sec1 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.middle-banner1 {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/middle-banner1.jpg) center;
    padding: 13px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #febd01;
    border-radius: 0px 0px 5px 5px;
}

.middle-banner1 h2 {
    margin-top: 63px;
    font-size: 28px;
    color: #272827;
    margin-bottom: 0;
}

.middle-banner1 h4 {
    font-size: 18px;
    color: #272827;
    border-bottom: 1px solid #272827;
    width: 40%;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.middle-banner1 span {
    color: #272827;
}

.middle-panel-sec2 {
    width: 100%;
    float: left;
    position: relative;
}

.middle-panel .dropdown {
    float: right;
    /*        margin: 0 5px;*/
}

.middle-panel .dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 13px;
}

.middle-panel .dropdown-menu {
    left: -94px;
    background: #fff;
    border-top: 3px solid #d8228f;
    border-radius: 0;
    padding: 0;
}

.middle-panel .dropdown-menu li a {
    padding: 8px 10px;
    width: 100%;
    float: left;
}

.middle-panel .dropdown-menu li a:hover {
    color: #d83e90 !important;
}

.middle-panel-sec2 {
    width: 100%;
    float: left;
    position: relative;
    background: #d8228f;
    border-radius: 5px;
}

.middle-panel-sec2 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.middle-panel-sec2-inner {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.middle-panel-sec2-inner img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ffffff7a;
    padding: 3px;
}

.middle-panel-sec2-inner ul {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -25px;
    position: relative;
}

.middle-panel-sec2-inner ul li {
    display: inline-block;
}

.middle-panel-sec2-inner ul li img {
    width: auto;
    height: auto;


    background: transparent;
    padding: 0;
}

.middle-panel-sec2-inner h4 {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.middle-panel-sec2 .col-md-3 {
    padding: 0 5px;
}

.middle-panel-sec2-inner-frnd {
    width: 100%;
    float: left;
    position: relative;
}

.middle-panel-sec3 {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
}

.middle-panel-sec3-inner-one {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.middle-panel-sec3-inner-one > a > img {
    border-radius: 50%;
    width: 60px;
    height: 58px;
    float: left;
    background: #d8228f;
    padding: 3px;
}

.middle-panel-sec3-inner-one h5 {
    width: 60%;
    font-size: 13px;
    color: #d8228f;
    float: left;
    margin: 0;
    padding-left: 10px;
    line-height: 20px;
}

.middle-panel-sec3-inner-one h5 span {
    color: #666666;
}

.middle-panel-sec3-inner-one p {
    width: 70%;
    float: left;
    margin-left: 9px;
    font-size: 12px;
    line-height: 20px;
}

.middle-panel-sec3-inner-one p img {
    width: auto;
    height: auto;
    border-radius: inherit;
    float: none;
    vertical-align: middle;
    background: transparent;
    padding: 0;
}

.middle-panel-sec3-inner-one a {
    text-align: right;
    float: right;
}

.middle-panel-sec3-inner-one a .fa {
    background: #efefef;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
    color: #333333;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 23px;
}

.middle-panel-sec3-inner-two {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    overflow: hidden;
}

.middle-panel-sec3-inner-two h2 {
    font-size: 18px;
    color: #272827;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    text-align: left;
}

/*
.middle-panel-sec3-inner-two img{
    margin-bottom: 15px;
}
*/
.middle-panel-sec3-inner-three {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.middle-panel-sec3-inner-three ul {
    width: 100%;
    float: left;
}

.middle-panel-sec3-inner-three ul li {
    display: inline-block;
    padding: 0 8px;
}

.middle-panel-sec3-inner-three ul li a {
    color: #666666;
    font-size: 12px;
}

.middle-panel-sec3-inner-three ul li a img {
    vertical-align: middle;
    height: 18px;
    margin-right: 5px;
}

.middle-panel-sec3-inner-four {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
}

.middle-panel-sec3-inner-four img {
    border-radius: 50%;
    width: 40px;
    height: 36px;
    float: left;
}

.middle-panel-sec3-inner-four .searcharea {
    width: 100%;
    padding-left: 8%;
    position: relative;
}

.middle-panel-sec3-inner-four .searcharea .form-control {
    border-radius: 50px;
    height: 40px;
    color: #444;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    font-size: 13px;
    padding-left: 20px;
}

.middle-panel-sec3-inner-four .send-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border-radius: 0 50px 50px 0;
    padding: 0 16px;
    background: #b2b2b2;
    border: 1px solid #b2b2b2;
    color: #fff;
    font-size: 12px;
}

#gallery-main img {
    width: 100%;
    margin-bottom: 0;
}

.middle-last h6 {
    color: #d8228f;
    width: 100%;
    float: left;
    margin-left: 0;
    font-size: 12px;
    line-height: 20px;
    padding-left: 0;
    font-weight: 600;
    position: relative;
}

.middle-last h6 span {
    background: url(../images/shap.png) left;
    float: right;
    color: #fff;
    background-size: cover;
    position: absolute;
    right: -15px;
    width: 23%;
    padding: 6px;
    padding-left: 29px;
    font-size: 14px;
    top: -8px;
}

.mb30 {
    margin-bottom: 30px;
}

/************************right-panel*******************************/
.right-panel {
    width: 100%;
    float: left;
    position: relative;
    max-height: 100vh;
    overflow-y: scroll;
}

.right-panel-sec1 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
    padding-bottom: 15px;
}

.ui-sortable {
    max-height: 360px;
    overflow-y: scroll;
}

.input-group-text {
    cursor: pointer;
}

.slide {
    width: 100%;
    float: left;
}

.slide .carousel-item img {
    width: 100%;
}

.slide .creat-account-btn img {
    width: auto;
}

.right-panel-sec1 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.right-panel-sec1-item1 {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.right-panel-sec1-item1 p {
    margin-bottom: 3px;
    padding-top: 8px;
    background: #fafdff;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    margin-top: 8px;
}

.right-panel-sec1-item1 p .fa {
    color: #cdcdcd;
    padding-right: 5px;
    font-size: 17px;
}

.right-panel-sec1-item1 p span {
    color: #666666;
    font-size: 14px;
}

.right-panel-sec1-item1 p img {
    float: right;
    height: 12px;
    margin-top: 7px;
}

.right-panel-sec2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
    padding-bottom: 10px;
}

.right-panel-sec2 p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.right-panel-sec2 h3 {
    background: #d8228f;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
    margin-bottom: 5px;
}

.right-panel-sec2-item1 {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    background: #f9f9f9;
    margin: 6px 0;
}

.right-panel-sec2-item1 img {
    float: left;
    width: 100px;
}

.right-panel-sec2-item1 p {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    display: flow-root;
    padding-left: 20px;
}

.right-panel-sec2-item1 p a:hover {
    color: #d8228f;
}

.left-panel-sec2 a p:hover {
    color: #d8228f;
}

.right-panel-sec2-item1 p span {
    font-size: 13px;
    color: #969696;
    margin-bottom: 8px;
    display: inline-block;
}

.right-panel-sec2-item1 .add-btn {
    margin-left: 5%;
    background: #d8228f;
    color: #fff;
    border: 1px solid #d8228f;
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 13px;
    line-height: 26px;
}

.border-bottomnone {
    border-bottom: none;
}

/*********************************************************/
/**********HOME***********/
/*********************************************************/
#home-navarea {
    width: 100%;
    float: left;
    position: relative;
}

#home-navarea .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 10px 0;
    margin: 0;
}

#home-navarea .navbar-brand {
    padding: 0 15px;
}

#home-navarea .navbar-default .navbar-nav > li > a {
    color: #4c4c4c;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: block;
    padding: 15px;
}

#home-navarea .signin-btn a {
    border: 1px solid #d8228f;
    color: #d8228f !important;
    border-radius: 50px;
    margin: 0 10px;
    padding: 12px 25px !important;
    transition-duration: 0.5s;
}

#home-navarea .signin-btn a:hover {
    background: #d8228f;
    color: #fff !important;
}

#home-navarea .register-btn a {
    color: #fff !important;
    background: #d8228f;
    border-radius: 50px;
    padding: 12px 25px !important;
    transition-duration: 0.5s;
    border: 1px solid #d8228f;
}

#home-navarea .register-btn a:hover {
    color: #d8228f !important;
    background: transparent;
}

/*********************home-slider**************************/
#home-slider {
    width: 100%;
    float: left;
    position: relative;
}

#home-slider .carousel-caption {
    left: 8%;
    width: 37%;
    top: 22%;
    float: left;
    text-align: left;
}

#home-slider .carousel-caption h1 {
    color: #fff;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    line-height: 54px;
    font-size: 40px;
}

#home-slider .carousel-caption h1 span {
    font-weight: 600;
}

.creat-account-btn {
    background: #d8228f;
    float: left;
    padding: 10px 20px;
    border: 1px solid #d8228f;
    border-radius: 50px;
    font-family: 'Rubik', sans-serif;
    margin-top: 30px;
    color: #fff;
    transition-duration: 0.8s;
}

.creat-account-btn img {
    vertical-align: middle;
    margin-left: 8px;
    height: 13px;
}

.creat-account-btn:hover {
    opacity: 0.8;
    color: #fff;
}

/**************************home-sec1*****************************/
#home-sec1 {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.home-sec1-inner {
    width: 100%;
    float: left;
    position: relative;
}

.home-sec1-inner span {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.home-sec1-inner span img {
    vertical-align: middle;
    padding-right: 5px;
}

.home-sec1-inner h2 {
    line-height: 42px;
    font-family: 'Rubik', sans-serif;
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-sec1-inner h2 .text-color-chnge {
    color: #d8228f;
    font-weight: 600;
    width: auto;
    float: inherit;
}

.home-sec1-inner h2 .font-size-chng {
    color: #d8228f;
    font-size: 22px;
    font-weight: 600;
    width: auto;
    float: inherit;
}

.home-sec1-inner p {
    color: #777777;
    font-family: 'Rubik', sans-serif;
}

.home-sec1-inner2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -130px;
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.cuadro_intro_hover:hover .caption {
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
}

.cuadro_intro_hover img {
    z-index: 4;
}

.cuadro_intro_hover .caption {
    position: absolute;
    top: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cuadro_intro_hover .blur {
    background-color: rgb(216 34 143 / 66%);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: 0;
    width: 100%;
}

.caption-text h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 6px 0;
    font-weight: 300;
}

.caption-text p {
    font-size: 14px;
    line-height: 25px;
    padding: 15px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

/*******************home-sec2***********************/
#home-sec2 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
    background-image: url(../images/home-sec2-back.jpg);
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
}

.heading {
    width: 100%;
    float: left;
    position: relative;
}

.heading span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.heading span img {
    vertical-align: middle;
    padding-right: 5px;
}

.heading h2 {
    line-height: 42px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-sec2-inner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}

.home-sec2-inner img {
    width: 100%;
}

.home-sec2-inner .caption-text {
    position: absolute;
    bottom: 7px;
    width: 100%;
    background: #000000bd;
    padding: 10px 20px;
    height: 95px;
}

.home-sec2-inner .caption-text h5 {
    color: #fff;
    font-weight: 300;
}

.home-sec2-inner .caption-text p {
    padding: 0;
    margin-top: 5px;
    font-size: 13px;
}

.home-sec2-inner .caption-text p img {
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.home-btn-area {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.home-btn-area .creat-account-btn {
    float: initial !important;
}

/********************home-sec3********************/
#home-sec3 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#home-sec3 img {
    height: 650px;
    position: relative;
}

.home-sec3-inner {
    width: 50%;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 12%;
    left: 42%;
}

.home-sec3-inner img {
    height: auto !important;
    vertical-align: middle;
    padding-right: 5px;
}

.home-sec3-inner span {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.home-sec3-inner h2 {

    font-weight: 500;
}

.home-sec3-inner h2 span {
    width: auto;
    float: inherit;
    color: #d8228f;
}

.home-sec3-inner iframe {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd;
}

/**********************home-sec4************************/
#home-sec4 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-image: url(../images/home-sec4-back.jpg);
    padding: 50px 0;
    background-size: cover;
}

.heading2 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.heading2 span {
    text-transform: uppercase;
    color: #d8228f;
}

.heading2 h2 {
    color: #333333;
}

#home-sec4 .carousel-inner {
    width: 70%;
    margin: 0 auto;
}

#home-sec4 .carousel-inner .item {
    margin-top: 30px;
}

#home-sec4 .carousel-control.left {
    background-image: none;
}

#home-sec4 .carousel-control.right {
    background-image: none;
}

#home-sec4 .carousel-caption {
    position: relative;
    text-align: left;
    left: 0;
}

#home-sec4 .carousel-caption h5 {
    color: #333333;
    font-weight: 500;
    text-shadow: none;
}

#home-sec4 .carousel-caption p {
    color: #4c4c4c;
    padding: 0;
    margin-top: 5px;
    font-size: 13px;
    text-shadow: none;
}

#home-sec4 .carousel-caption p img {
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

#home-sec4 .carousel-inner .item source {
}


.video {
    width: 100%;
    border: 1px solid black;
}

.playpause {
    background-image: url(../images/video-play-btn.png);
    background-repeat: no-repeat;
    width: 10%;
    height: 10%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: -20%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

#home-sec4 .carousel img {
    top: 43%;
    position: relative;
}

/**********************home-sec5******************************/
#home-sec5 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.home-sec5-text span {
    color: #333333;
}

.home-sec5-text h2 {
    color: #333333;
}

#home-sec5 .owl-carousel .item h4 {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#home-sec5 .owl-carousel .item img {
    width: 100%;
    padding: 0 10px;
}

#home-sec5 .owl-carousel .owl-pagination {
    display: none;
}

/**********************************************/
#home-sec6 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #c2127c;
    padding: 25px 0;
}

#home-sec6 h5 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    float: left;
    margin-top: 13px;
}

#home-sec6 h5 img {
    padding-left: 10px;
}

#home-sec6 ul {
    float: right;
    text-align: right;
}

#home-sec6 ul li {
    display: inline-block;
}

#home-sec6 ul li img {
    vertical-align: middle;
    height: 45px;
    padding-left: 10px;
}

.home-sec6-inner {
    width: 75%;
    margin: 0 auto;
}

/********************footer*****************************/
#footer {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #2f2f2f;
    text-align: center;
}

#footer img {
}

#footer ul {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#footer ul li {
    display: inline-block;
}

#footer ul li a {
    color: #c5c5c5;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    transition-duration: 0.5s;
}

#footer ul li a:hover {
    color: #fff;
}

/*********************bottom-footer********************************/
#bottom-footer {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    background: #222222;
}

#bottom-footer p {
    color: #8e8e8e;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

#bottom-footer ul {
    text-align: right;
}

#bottom-footer ul li {
    display: inline-block;
}

#bottom-footer ul li a {
}

#bottom-footer ul li a .fa {
    color: #fff;
    padding: 0 10px;
    transition-duration: 0.5s;
    font-size: 18px;
}

#bottom-footer ul li a .fa:hover {
    color: #d8228f;
}

/*******************************************************************************/
.friends-middle-sec1 {

    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.friends-middle-sec1 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.friends-middle-sec1-search {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
}

.friends-middle-sec1-search form {
    position: relative;
    width: 100%;
    float: left;
}

.friends-middle-sec1-search .form-control {
    border: 1px solid #ddd;
    height: 40px;
    position: relative;
    box-shadow: none;
}

.friends-middle-sec1-search .searc-btn {
    padding: 10px;
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    top: 0;
}

.friends-middle-sec1-search .searc-btn {
    vertical-align: middle;
}

.friends-add-new-user-btn-area {
    width: 28%;
    float: right;
    text-align: right;
}

.friends-add-new-user-btn-area .add-new-user-btn {
    background: #d8228f;
    color: #fff;
    border: 1px solid #d8228f;
    border-radius: 50px;
    padding: 8px 22px;
    font-size: 13px;
}

/*
.card-img-top {
    width: auto;
    max-height: 240px;
}*/

.friends-middle-sec2 .card {
    margin-bottom: 20px;
}

.friends-middle-sec2 {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 15px;
}

.friends-middle-sec2-inner {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding-top: 15px;
    box-shadow: 0px 1px 6px #dadada;
    text-align: center;
    margin-bottom: 15px;
}

.friends-middle-sec2-inner img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #d8228f85;
    padding: 4px;
}

.friends-middle-sec2-inner h4 {
    color: #545654;
    font-size: 16px;
    margin-bottom: 15px;
}

.buckils-followers {
    width: 100%;
    float: left;
    background: #dadada;
    padding: 5px 8px;
}

.buckils-followers li {
    display: inline-block;
    width: 50%;
    float: left;
}

.buckils-followers li a {
    color: #545654;
    font-size: 13px;
    text-align: left;
    float: left;
}

.buckils-followers .textright a {
    text-align: right !important;
    float: right;
}

.unfriend-unfollow-block-btn-area {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
}

.unfriend-unfollow-block-btn-area li {
    display: inline-block;
    margin-bottom: 6px;
}

.unfriend-unfollow-block-btn {
    background: #69b26b;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 12px;
}

.btn-gry {
    background: #b79a5b;
}

.btn-red {
    background: #ff4c3b;
}

.btn-pink {
    background: #d8228f;
    padding: 6px 20px;
}

.btn-green {
    background: #69b26b;
    padding: 6px 20px;
}

/*********************add-buckil-step5*************************/
.add-buckil-step5 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.add-buckil-step5 h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.buckil-builder-sec1 {
    width: 100%;
    float: left;
    position: relative;
}

.buckil-builder-sec1 li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}

.buckil-builder-sec1 li a {
}

.buckil-builder-sec1 li a div {
    background: #d8228f;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.buckil-builder-sec1 li a img {
    vertical-align: middle;
    height: 20px;
    margin-top: 30px;
}

.buckil-builder-sec1 li a p {
    color: #272827;
    font-size: 13px;
    padding: 0 15px;
    line-height: 21px;
    margin-bottom: 15px;
}

.buckil-builder-sec1 li:after {
    content: "";
    background-image: url(../images/buckil-arrow.png);
    width: 100%;
    height: 18px;
    position: absolute;
    top: 30%;
    background-repeat: no-repeat;
    left: 86%;
}

.buckil-builder-sec1 .afterimg-none:after {
    background-image: none;
}

.add-buckil-step5-form {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}

.add-buckil-step5-form-inner {
    width: 100%;
    float: left;
    position: relative;
    background: #f4f4f4;
    margin-bottom: 15px;
    border-radius: 5px;
}

.add-buckil-step5-form-inner h3 {
    background: #d8228f;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
    margin-bottom: 15px;
}

.add-buckil-step5-form-inner ul {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding: 0 15px;
}

.add-buckil-step5-form-inner ul li {
}

.build-btn {
    background: #d8228f;
    color: #fff;
    border: 1px solid #d8228f;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
    float: left;
    margin-right: 11px;
}

.add-buckil-step5-form-inner ul li:after {
    content: "\f12a";
    font-family: "FontAwesome";
    background: #ffde33;
    color: #d8228f;
    border: 2px solid #d8228f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 19px;
    margin-top: 12px;
    margin-right: 25px;
}

.add-buckil-step5-form-sub-inner {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}

.add-buckil-step5-form-inner .form-group {
    width: 100%;
    float: left;
    position: relative;
}

.add-buckil-step5-form-inner label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.add-buckil-step5-form-inner label span {
    float: left;
    color: #272827;
    font-weight: normal;
    font-size: 15px;
}

.add-buckil-step5-form-inner label:after {
    content: "\f12a";
    font-family: "FontAwesome";
    background: #ffde33;
    color: #d8228f;
    border: 2px solid #d8228f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 2px;
}

.add-buckil-step5-form-inner .form-group .form-control {
    height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    padding-left: 35px;
}

.add-buckil-step5-form-inner .form-group img {
    position: absolute;
    top: 29px;
    padding: 10px;
}

.add-buckil-step5-form-inner .form-group p {
    color: #6b6b6b;
    font-size: 13px;
}

.back-btn {
    background: #545654;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #545654;
    border-radius: 50px;
}

.post-btn {
    background: #d8228f;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #d8228f;
    border-radius: 50px;
    float: right;
}

/*****************Login****************************/
#login {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

#login .col-sm-6 {
    padding: 0;
}

.lonin-left {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 70px 120px;
    text-align: center;
    height: 700px;
}

.lonin-left h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}

.lonin-left h5 {
    text-align: left;
    font-size: 16px;
    color: #545654;
    margin-bottom: 30px;
    font-weight: 400;
}

.lonin-left label {
    text-align: left;
    float: left;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 13px;
}

.lonin-left .form-control {
    border-radius: 50px;
    height: 45px;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    color: 000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.login-btn {
    background: #d8228f;
    color: #fff;
    border: 1px solid #d8228f;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 20px;
}

.create-btn {
    border-radius: 50px;
    border: 1px solid #d8228f;
    background: transparent;
    color: #d8228f;
    padding: 5px 20px;
    font-size: 13px;
    margin-left: 12px;
}

.lonin-right {
    background: #d8228f;
    /*  background: url("../images/login.jpg");
    background-size: cover;
    background-position: center center;*/
    width: 100%;
    float: left;
    position: relative;
    padding: 37% 120px;
    height: 700px;
}

.lonin-left p {
    margin-top: 50px;
}

.lonin-left a {
    color: #545654;
    font-size: 13px;
    text-align: left;
}

.lonin-right h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
}

.lonin-right p {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .lonin-left {
        padding: 70px;
    }

    .lonin-right {
        padding: 170px 70px;
    }
}

@media (max-width: 767px) {
    .lonin-left {
        height: auto;
        padding: 30px;
    }

    #main-body div.three-panel .right-p {
        position: relative;
        right: 100%;
    }

    #main-body div.three-panel .left-p {
        position: relative;
        right: 100%;
    }

    #main-body div.three-panel .col-sm-6 {
        position: absolute;
    }

    div.slick-slide video#myVideo {
        height: auto !important;
    }

    div.slick-slide div.thumb video {
        height: auto;
    }

    .lonin-right {
        height: auto;
        padding: 30px;
    }

    div.display-flex {
        display: block;
    }

    div.members {
        clear: both;
        text-align: center;
    }

    video#myVideo {
        display: block !important;
        height: 399px !important;
    }

    div.members .slick-slide img {
        display: inline-block;
    }

}


.dropdown {
    cursor: pointer;
}

.dropdown-menu.notify {
    width: 313px;
    right: 0;
    left: inherit;
    padding: 15px 0;
    height: 300px;
    overflow-y: scroll;
}

.notify li {
    display: block;
    padding: 8px 15px;
}

.notify li span {
    background: #666;
    border-radius: 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    vertical-align: top;

}

.notify li span img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}

.notify li .details {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    line-height: normal;
    vertical-align: top;
    width: 80%;
}

.notify li .details strong {
    font-weight: 400;
}

.notification_bottom a {
    color: #fff;
}

.notify li a {
    padding: 0;
}

.notify li:hover {

}

.notify li a:hover {
    background: none !important;
    color: #fff;
}

.notify li .details small {
    color: #d8228f;
    font-size: 11px;
    display: block;
}

.f-none {
    float: none !important;
}

.middle-panel-sec3-inner-one a {
    float: none;
    text-align: left;
}

.middle-panel-sec3-inner-one li a .fa {
    position: static;
    background: none;
    font-size: 15px;
    color: #c6c6c6;
}

.middle-panel .dropdown-menu li a {
    padding: 0 10px;
}

.middle-panel .dropdown-menu li a img {
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
}

.middle-panel .dropdown-menu.post-dots {
    right: 0;
    left: inherit !important;
    top: 55px !important;
}

.middle-panel .dropdown-toggle::after {
    display: none;
}

.middle-panel .dropdown-menu ul li {
    font-size: 14px;
}

div.avatar-wrapper-list {
    margin: 10px 0 0;
}

div.avatar-wrapper-list .avatar-icon {
    width: 34px;
    height: 34px;
    border: #fff solid 3px;
    overflow: hidden;
    transition: all .2s;
    opacity: 1;
    border-radius: 50px;
    display: inline-block;
    margin-right: .1rem;
    position: relative;
    z-index: 5;
    margin-left: -14px;
}

div.avatar-wrapper-list .avatar-icon:hover {
    z-index: 7;
}

div.avatar-wrapper-list .avatar-icon:first-child,
div.avatar-wrapper-list .avatar-icon.avatar-plus {
    margin-left: 0;
}

div.avatar-wrapper-list .avatar-icon.avatar-plus > a {
    background: #d8228f;
    color: #fff;
    text-align: center;
    opacity: .6;
    display: block;
    width: 100%;
    height: 34px;
}

div.avatar-wrapper-list .avatar-icon.avatar-plus > a i {
    line-height: 27px;
}

div.avatar-wrapper-list .avatar-icon.avatar-plus > a:hover {
    opacity: 1;
}

a.count {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 35px;
    color: #d8228f;
}

div.avatar-wrapper-list .avatar-icon.avatar-plus > a span {
    display: block;
}

.avatar-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.post-options .like-dislike.like a {
    color: #d8228f;
}

.middle-panel .dropdown-menu.post-share {
    width: 200px;
    left: 0;
}

.middle-panel .dropdown-menu.post-share li a {
    padding: 0;
}

.middle-panel .dropdown-menu.post-share li a i {
    font-size: 15px;
    padding: 8px;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 5%;
    text-align: left;
    z-index: 1;
}

header h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 18px;
}

header nav {
    display: inline-block;
    float: right;
}

header nav ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

header nav ul li a {
    display: block;
    padding: 24px 15px;
}

header nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.18);
}

#sync1 .item,
#sync1 .item-video {
    background: #0c83e7;
    height: 200px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .synced .item {
    background: #0c83e7;
}

ul.social-icon {
    margin: 0 0 20px;
    text-align: center;
}

ul.social-icon li {
    display: inline-block;
    padding: 0 5px;
}

ul.social-icon li a {
    font-size: 35px;
}

ul.social-icon li a i.fa-facebook-square {
    color: #3B5998;
}

ul.social-icon li a i.fa-twitter-square {
    color: #55ACEE;
}

ul.social-icon li a i.fa-pinterest-square {
    color: #cb2027;
}

.modal-footer .btn {
    color: #fff;
    background-color: #d8228f;
    border-color: #d8228f;
}

.modal {
    text-align: center;
    /*   padding: 0!important; */
}

/*
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
*/

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 20px;
}

.toggle-button input[type='checkbox'] {
    display: none;
}

.toggle-button--aava input[type=checkbox]:checked ~ label {
    width: 85px;
    background: #61B136;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0);
    right: 1.1rem;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px);
}

.toggle-button--aava .toggle-button__icon {
    position: absolute;
    left: 9px;
    top: 7px;
    height: 16px;
    cursor: pointer;
    width: 20px;
}

.toggle-button--aava .toggle-button__icon:before {
    width: 14px;
    transform: rotate(45deg);
}

.toggle-button--aava .toggle-button__icon:before,
.toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.toggle-button--aava .toggle-button__icon:after {
    width: 14px;
    transform: rotate(-45deg);
}

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
    transform: translate(30%) rotate(-45deg);
}


.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
    transform: translate(-10%, 100%) rotate(45deg);
    width: 8.66667px;
}

.toggle-button--aava input[type=checkbox] + label {
    width: 85px;
    background: #d8228f;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s;
    border-radius: 2rem;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    margin: 0;
}

.toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.toggle-button--aava label:before {
    content: attr(data-on-text);
}

.toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0);
}

.toggle-button--aava label:after {
    content: attr(data-off-text);
}

.toggle-button--aava label:before,
.toggle-button--aava label:after {
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s .1s ease-out;
}


.toggle-button__icon:before,
.toggle-button__icon:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 35%;
    transition: 0.2s ease-out;
}

.padd-10 {
    padding: 10px;
}

#newbuckdetails label.title {
    font-weight: 400;
    line-height: 34px;
    font-size: 13px;
}


.add-panel .modal-title {
    font-size: 14px;
}

.add-panel .modal-header p {
    color: #000000;
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
    line-height: 22px;
}

.add-panel .form-control[disabled],
.add-panel .form-control[readonly],
.add-panel fieldset[disabled] .form-control {
    border: 0;
    background-color: inherit;
    box-shadow: none;
}

.site-bttn {
    color: #ffffff !important;
    border-radius: 3px;
    border-color: #d8228f;
    background-color: #d8228f;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
}

img.imageShow-thumbnail {
    width: 100px;
    height: 100px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-group.inputDnD {
    height: auto !important;
}

/*
div.stock-image .toggle-button{
    margin: 32px 0 0;
}


#newbuckdetails div.stock-image label.title{
    line-height: 91px;
}
*/

.btn-secondary-grey {
    color: #ffffff !important;
    border-radius: 3px;
    background-color: #ccc;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    font-size: 12px;
    display: inline-block;
    padding: 6px 12px;
    border: 0;
    margin: 0 12px 0 0;
}


.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6.80em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
}

.inputDnD .form-control-file:before {
    content: attr(data-title);
    color: #d8228f;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.15em dashed #d8228f;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    border-radius: 11px;
}


.middle-panel-sec3-inner-three ul li.like-dislike a img + img {
    display: none;
}

.middle-panel-sec3-inner-three ul li.like-dislike.like a img {
    /*display: none;*/
}

.middle-panel-sec3-inner-three ul li.like-dislike.like a img + img {
    display: inline-block;
}

div#modal_body_contribute a.site-bttn {
    margin-left: 10px;
    margin-bottom: 10px;
}

div#modal_body_contribute a.site-bttn i {
    margin-right: 5px;
}


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*++++++ pop up end ++++++*/


/* body.modal-open{
   overflow: visible;
    padding-right: 0 !important;
} */

/* .lonin-left.register, .lonin-right.register{
    height: 880px;
}
 */
div.three-panel .col-sm-3 {
    top: 20px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
}

/* .modal-open .modal{
        padding-right: 17px;
} */

.right-panel-sec1-item1 {
    cursor: move;
}

#main-nav .navbar-collapse .navbar-nav > .active > a,
#main-nav .navbar-collapse .navbar-nav > li:hover > a {
    background: #d8228f;
    color: #fff;
}

.forgot-pssw-section {
    display: none;
}

.display-flex {
    display: flex;
}

div.lonin-right,
div.lonin-left {
    height: auto;
}


#login .col-sm-6 {
    display: inline-flex;
}

.alternate-login {
    display: inline-block;
}

.alternate-login ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 20px;
}

.alternate-login ul li {
    display: inline-block;
}

.or-part {
    display: block;
    margin: 25px 0;
}

.alternate-login ul li a {
    font-size: 25px;
    margin: 0 3px;
}

.alternate-login ul li a i.fa-facebook {
    color: #4267B2;
}

.alternate-login ul li a i.fa-twitter {
    color: #1DA1F2;
}

.alternate-login ul li a i.fa-linkedin {
    color: #2867B2;
}

.register-tab,
.login-txt {
    display: none;
}

#home-sec5 .item h4 {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.middle-panel-sec2-inner-frnd .slick-slide img {
    display: inline-block;
}

video {
    width: 100%;
}

div.slick-slide .thumb {
    padding: 5px;
    cursor: pointer;
    position: relative;
}

div.slick-slide .thumb video {
    width: 100%;
    height: 399px;
}

div.slick-slide .thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 93%;
    left: 4%;
    height: 89%;
    top: 4px;
}

.middle-panel-sec3-inner-two .slider-for img {
    margin: 0;
}

.middle-panel-sec3-inner-two .slider-nav img {
    margin: 0;
}

div.slick-slide .thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

.com-buckild {
    position: relative;
}

.buckild {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 0;
    z-index: 999;
    width: 15%;
}
/*Mybuckilist Images Start*/
.buckildCat {
    position: absolute;
    left: 52%;
    bottom: 2px;
    margin-bottom: 0;
    z-index: 99;
    width: 60px;
    transform: translate(-50%,0);
}

.post-image-rate-cat {
    top: 10px;
    left: 70px;
    position: absolute;
    text-align: left;
    z-index: 99;
    height: 13px;
}

.heighpCat {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-bottom: 0;
    z-index: 99;
    height: 90px;
}
/* Mybuckilist Images End */

.heighp {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-bottom: 0;
    z-index: 999;
}

.com-buckild .buckil {
    /*border: 4px solid #d93e8f;  */
    background: #ececec;
}

.friends-middle-sec2 .card {
    margin-bottom: 20px;
    box-shadow: 0px 1px 6px #dadada;
    border: none;
}

.friends-middle-sec2 .card-body {
    padding: 10px;
}

.friends-middle-sec2 .card-body .card-title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #545654;
}

.friends-middle-sec2 .card-body .card-text {
    font-size: 13px;
    color: #ababab;
    line-height: 15px;
}

.friends-middle-sec2 .card-body .card-text i {
    color: #d83e90;
    padding-right: 10px;
}

.friends-middle-sec2 .card-footer {
    padding: 0;
    display: flex;
    justify-content: center;
}

.friends-middle-sec2 .card-footer a i {
    color: #d83e90;
    padding-right: 5px;
}

.friends-middle-sec2 .card-footer a {
    display: inline-block;
    color: #505050;
    font-size: 13px;
    padding: 10px 20px;
}

.friends-middle-sec2 .card-footer a:first-child {
    border-right: 1px solid #cacaca;
}

.stepnext {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
    position: relative;
    text-align: center
}

.stepnext h3 {
    padding: 0;
}

.userinfo {
    width: 75%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.preview {
    padding: 10px;
    position: relative;
}

.preview i {
    color: white;
    font-size: 25px;
    transform: translate(30px, 90px);
}

.preview-img {
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgb(204 204 204 / 70%);
    background: #fff;
}

.browse-button {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: 4.5%;
    left: 46%;
    background: linear-gradient(180deg, transparent, #d83e90);
    opacity: 0;
    transition: 0.3s ease;
    transform: translate(-31%, 0%);
}

.browse-button:hover {
    opacity: 1;
}

.browse-input {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    transform: translate(-1px, -26px);
    opacity: 0;
}

.update {
    background: #d83e90;
    border: 1px solid #d83e90;
}

.update:hover {
    background: #c33983;
    border: 1px solid #c33983;
}

.preview h2 {
    font-size: 18px;
    color: #545654;
    margin: 0;

}

.post-image-rate {
    top: 20px;
    left: 75px;
}


/**********************career******************************/
#inner-page-banner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

#inner-page-banner img {
    width: 100%;
    float: left;
}

.inner-page-banner-text {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
}

.inner-page-banner-text h1 {
    color: #fff;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
    line-height: 58px;
    font-size: 55px;
}

.inner-page-banner-text h1 span {
    font-weight: 500;
}

#career-form {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 80px;
}

.career-form-inner {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 40px 60px;
    text-align: center;
    margin-top: -20px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 11%);
}

.career-form-inner h2 {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.career-form-inner h2 span {
    color: #d8228f;
}

.career-form-inner p {
    font-family: 'Rubik', sans-serif;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}

.career-form-inner p:after {
    content: "";
    width: 5%;
    position: absolute;
    top: 25px;
    height: 2px;
    background: #cdcdcd;
    left: 47.5%;
}

.career-form-inner2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
}

.career-form-inner2 .form-control {
    background: #f5f6f7;
    border-radius: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 15px;
    color: #666666;
    box-shadow: none;
}

.career-form-inner2 .form-control:focus {
    border-color: #d8228f;
}

.career-form-inner2 textarea {
    border-radius: 10px !important;
    height: 130px !important;
    resize: none;
    padding-top: 12px;
}

.career-form-inner2 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

.career-form-inner2 .form-group {
    width: 100%;
    float: left;
}

.career-form-inner2 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

.career-form-inner2 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
}

.career-form-inner2 select {
    /*width:100%; float:left;*/
}

.career-form-inner2 select {
    background: #f5f6f7 url(../images/arrow-down2.png) no-repeat scroll 96% center !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.career-form-inner2 select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.uplode-cv-btn {
    background: #222222;
    border-radius: 50px;
    float: left;
    padding: 11px 25px;
    color: #fff;
    border: 1px solid #222;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

.uplode-cv-btn img {
    vertical-align: middle;
    padding-left: 15px;
}

.submit-now {
    background: #d8228f;
    border-radius: 50px;
    float: right;
    padding: 11px 25px;
    color: #fff;
    border: 1px solid #d8228f;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.submit-now img {
    vertical-align: middle;
    padding-left: 20px;
}

.uplode-cv-btn input {
    top: 0;
    position: absolute;
    padding: 2px 12px;
    left: 0;
    background: transparent;
    border: transparent;
    z-index: 9999;
}

.career-form-inner-sec2 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.career-form-inner-sec2 img {
    height: 650px;
    position: relative;
}

.career-form-inner2-sub-inner {
    width: 65%;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 12%;
    left: 36%;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 11%);
}

.career-form-inner2-sub-inner span {
    color: #333333;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.career-form-inner2-sub-inner h2 {
    font-weight: bold;
}

.career-form-inner2-sub-inner h2 span {
    width: auto;
    float: inherit;
    color: #d8228f;
}

.career-form-inner2-sub-inner span img {
    height: auto !important;
    vertical-align: middle;
    padding-right: 5px;
}

.terms {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 40px 60px;
    margin-top: -20px;
}

.terms .terms-inner {
    width: 100%;
    float: left;
    position: relative;
}

.terms .terms-inner p {
    color: #666666;
    line-height: 25px;
    float: left;
    width: 95%;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

.terms .terms-inner span {
    color: #c2127c;
    width: 4%;
    float: left;
    font-family: 'Rubik', sans-serif;
}

.terms .terms-inner h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #c2127c;
    font-size: 20px;
}

.terms p {
    font-family: 'Rubik', sans-serif;
    color: #666666;
    margin-bottom: 15px;
}

.career-form-inner-sec2 .owl-nav {
    margin: 20px 0 0;
    text-align: center;
}

.career-form-inner-sec2 .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin: 0 20px;
    height: 30px;
    width: 30px;
    background: #e2d8ff;
    border-radius: 4px;
}

.career-form-inner-sec2 .owl-pagination {
    display: none;
}

.career-form-inner-sec2 .owl-carousel img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    margin-top: 20px;
}

.career-form-inner-sec2 .owl-carousel .owl-item div {
    text-align: center;
    margin-top: 20px;
    background: #f6f6f6;
    padding: 15px 30px;
    border: 1px solid #e0e0e0;
}

.career-form-inner-sec2 .owl-carousel .owl-item p {
    color: #666666;
    font-size: 16px;
}

.career-form-inner-sec2 .owl-carousel .owl-item p .ql {
    vertical-align: super;
}

.career-form-inner-sec2 .owl-carousel .owl-item p .qr {
    vertical-align: sub;
}

.career-form-inner-sec2 .owl-carousel .owl-buttons {
    position: absolute;
    bottom: 38px;
    text-align: center;
    width: 100%;
}

.career-form-inner-sec2 .owl-theme .owl-controls .owl-buttons div {
    padding: 3px 52px;
    background: transparent;
    opacity: inherit;
}


/**********************career end******************************/


/*++++++++++Modal+++++++++*/


#responce_box .modal-dialog {
    width: 50%;
}

#responce_box .modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px;
}

#responce_box .modal-title {
    margin: 0 auto;
}

.high_five_intro img {
    float: left;
    padding-right: 5px;
}

.high_five_intro.active {
    color: #d83e90 !important;
}

.profile-nav {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    /*    overflow: hidden;*/
    border-radius: 5px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.profile-nav h2 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0 0 20px 0;
    text-align: center;
}

.cust_btn:hover {
    color: #495057;
    border: 1px solid #d8228f;
    background: #fff;
    transition: 0.5s;
}

.add-btn {
    cursor: pointer;
}

.all_map {
    margin: 20px 0;
}

.all_map div:first-child {
    background-color: rgb(255 255 255);
}

.cust_btn {
    height: auto;
    line-height: 38px;
    background: #fff;
    text-align: center;
    color: #fff;
    background: #d8228f;

}

/*+++++++++ MOdal END++++++++*/

.raplaner .publish-bg .ul_li_DD {
    border: 1px solid rgb(232 232 232) !important;
    padding: 8px !important;
    cursor: move;
}

.raplaner .publish-bg {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
}

.raplaner .publish-bg h1 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.left_pos {
    margin: 15px 0 15px 15px;
}

.right_pos {
    margin: 15px 15px 15px 0;
}

.left_pos h3,
.right_pos h3 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.friends-middle-sec1-search .searc-btn {
    padding: 0;
    right: 28px;
    top: -29px;
    cursor: pointer;
}

.raplaner .dropfalse,
.raplaner .ui-sortable,
.raplaner .droptrue {
    background-color: #f5f5f5 !important;
    padding: 15px !important;
}

.profile-nav {
    margin: 0 0 25px;
    padding: 30px;
}

.buckhub {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #eaeaea;
}

.buckhub .form-control {
    height: 42px !important;
}

.buckhub select.form-control {
    background: #fff url(../images/arrow-down2.png) no-repeat scroll 98% center !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.submt {
    background: #d83e90;
    border-color: #d83e90;
    width: 100%;
    height: 42px;
}

.rafrnslist .searc-btn {
    right: 0;
    top: 0;
    padding: 10px;
}

.ratab {
    padding: 15px;
}

.ratab .tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.ratab #tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ratab #tab-button li {
    display: table-cell;
    width: 20%;
}

.ratab #tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.ratab #tab-button li:not(:first-child) a {
    border-left: none;
}

.ratab #tab-button li a:hover,
.ratab #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.ratab .tab-contents {
    padding: .5em 2em 6.5em;
    border: 1px solid #ddd;
}

.ratab .tab-button-outer {
    display: none;
}

.ratab .tab-contents {
    margin-top: 20px;
}

.update {
    background: #d83e90;
    border-color: #d83e90;
}

.ratab label {
    margin-bottom: 10px;
    font-size: 16px;
}

.rasetting {
    padding: 25px;
}

.rasetting label {
    margin-bottom: 10px;
    font-size: 16px;
}

.middle-banner2 {
    display: none;
}

#add_stories {
    max-width: 100% !important;
    background-image: none !important;
    background: none;
}

.stock_collection {
    padding: 15px;

}

#add_stories .modal-footer {
    border: none;
}

#progress1_stories {
    display: none;
}

.searchra {
    padding: 10px 0;
}

.searchra .form-group {
    margin-bottom: 0;
}

.searchra .btmra {
    margin-left: 10px;
}

.arstr {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.img-span {
}

.img-span .input-hidden {
    position: absolute;
    z-index: 9;
}

.img-span label {
    width: 100px;
    height: 100px;
}

.img-span label label {
    display: none !important;
}

div.img-span label img {
    width: 100% !important;
    height: 100px !important;
}

.seracimg h4.modal-title {
    font-size: 18px;
    color: #272827;
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

.seracimg .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
}

.stories_upload {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    max-width: 150px !important;
}

.stories_upload label img {
    width: 100%;
    height: 120px;
}

.stories_upload .cross_link {
    position: absolute;
    right: 13px !important;
    top: 0;
}

.stories_upload a i {
    background: #fff;
    padding: 5px;
}

.stories_upload .story_rotate_right {
    position: absolute;
    top: 25px !important;
    right: 12px !important;
}

.stories_upload .story_rotate_left {
    position: absolute;
    top: 50px !important;
    right: 12px !important;
}

.stories_upload .edit_story {
    position: absolute;
    top: 75px !important;
    right: 12px !important;
}

.stories_upload label {
    width: 120px;
    height: 120px;
}

.all-buckil-box {
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: 2px 2px 9px #e4e4e4;
    padding: 10px;
    margin-bottom: 20px;
}

.bnew {
    padding: 20px;
}

.imagea{
    height: 200px !important;
}

.all-buckil-box .imagea {
    position: relative;
}

.all-buckil-box .imagea img {
    width: 100%;
    height: 280px;
}

.all-buckil-box h3 {
    color: #212121;
    font-size: 16px;
    margin-bottom: 10px;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.all-buckil-box h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.all-buckil-box p {
    font-family: 'Poppins', sans-serif;
    color: #929292;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.all-buckil-box ul {
    display: flex;
    justify-content: center;
    background: #fff;
}

.all-buckil-box ul li a img {
    height: 15px;
}

.all-buckil-box ul li {
    padding: 10px 30px;
}

.all-buckil-box ul li:first-child {
    border-right: 1px solid #f1f1f1;
}

.addbuk {
    min-height: 67px;
}

.imagea .overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 98.1%;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.imagea:hover .overlay {
    opacity: 1;
}

.imagea .overlay .item-author {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.imagea .overlay .item-author a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.imagea .overlay .item-author img {
    width: auto;
    max-width: 100%;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.imagea .overlay .item-author a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.rasebl {
    padding: 20px;
    margin: 20px;
    background: #eaeaea;
    box-shadow: 2px 2px 8px #f4f4f4;
    justify-content: center;
}

.rasebl .form-control {
    width: 270px !important;
    margin-right: 10px
}

.tab-contents h2 {
    color: #d83e90;
    padding-top: 20px;
    padding-bottom: 20px;
}

#tab01 .input #upload {
    display: none;
}

.middle-panel .dropdown-toggle {
    font-size: 15px;
}

#story_add .modal-body .image-divs-stories.imgins {
    height: 200px !important;
    overflow-y: scroll !important;
}

#stories_mod .modal-dialog {
    min-width: 520px;
}

.searchra .form-group {
    width: 100%;
}

.timeline-img-buck {
    margin-left: 5px;
    width: 30px;
}

section#timeline > article > div.panel .panel-footer {
    display: flex;
    line-height: 30px;
}

.lds-ring {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

section#timeline article div.panel div.misc {
    line-height: 16px !important;
    height: auto !important;
}

.form-inline .custom-control-label {
    line-height: 25px;
}

.yearpicker-items.selected {
    color: rgb(216 62 144) !important;
}

.yearpicker-items:hover {
    color: rgb(216 62 144) !important;
}

.addbilder {
    width: 100%;
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
    padding-bottom: 15px;
}

.addbilder h2 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.addbilder h2 i {
    color: #d83e90;
    padding-right: 10px;
}

.board-inner .nav-tabs > li {
    position: relative !important;
    display: flex;
    z-index: 9;
}

.board > div.board-inner {
    height: 100px;
}

span.round-tabs {
    position: inherit !important;
    background: #fff;
}

.board-inner ul li.active span.round-tabs {
    background: #545654 !important;
}

.board-inner ul li.active span.round-tabs i {
    color: #fff !important;
}

.board-inner ul li a.active span.round-tabs {
    background: #545654 !important;
}

.board-inner ul li a.active span.round-tabs i {
    color: #fff !important;
}

.green {
    color: #fff;
    background-color: #d83e90;
    border-color: #d83e90;
    border-radius: 20px;
    padding: 7px 20px;
}

.green:hover,
.green:active,
.green:focus {
    color: #fff;
    background-color: #bf2878 !important;
    border-color: #bf2878 !important;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120) !important;
}

.blacks {
    color: #fff;
    background-color: #545654;
    border-color: #545654;
    border-radius: 20px;
    padding: 7px 20px;
}

.rabtn {
    color: #fff;
    background-color: #bf2878;
    border-color: #bf2878;
}

.rabtn:hover,
.rabtn:active,
.rabtn:focus {
    color: #fff;
    background-color: #bf2878 !important;
    border-color: #bf2878 !important;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120) !important;
}

.ranext .blacks:hover {
    background-color: #d83e90;
    border-color: #d83e90;
}

.liner {
    background: #ffffff;
}

.board > div.board-inner {
    background: #d83e90;
}

.board .stock_collection {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.cust-category-select {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
}

.image-divs .img-span {
    position: relative;
    display: inline-block;
}

.image-divs .img-span a {
    position: absolute;
    right: 0;
}

.image-divs .img-span .cross_link {
    top: -6px;
}

.image-divs .img-span #image_rotate_right1 {
    top: 10px;
}

.image-divs .img-span #image_rotate_left1 {
    top: 26px;
}

#show_images_second .img-span label {
    width: 100%;
    height: 100px;
    display: inherit;
}

#show_images_second .img-span {
    display: inline-block;
}

#show_images_second .img-span label img {
    height: 100px !important;
    width: 100% !important;
}

.input-group-btn {
    width: 100%;
}

.file-preview-input {
    width: 100%;
    padding: 0;
}

.itag-show .select2-container {
    width: 100% !important;
}

.cust-big .select2-container,
.cust-baby-buckil .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.btnsp.itag-show {
    background: #545654;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.image-divs.ui-sortable {
    height: auto;
    overflow-y: inherit;
}

.image-divs .img-span.ui-sortable-handle label {
    width: 100%;
    height: 100px;
    display: inherit;
}

.image-divs .img-span.ui-sortable-handle {
    display: inline-block;
}

.image-divs .img-span.ui-sortable-handle label img {
    height: 100px !important;
    width: 100% !important;
}

.image-divs .img-span label {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
}

.image-divs .img-span label input {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    padding-right: 10px;
}

.modal-title span {
    font-size: 14px !important;
    display: block;
}

.sub-buckil-done {
    color: #fff;
    background-color: #d83e90;
    border-color: #d83e90;
    border-radius: 20px;
    padding: 6px 13px;
    font-size: 14px;
}

.sub-buckil-done i {
    padding-right: 10px;
}

.sub-buckil-add {
    color: #fff;
    background-color: #545654;
    border-color: #545654;
    border-radius: 20px;
    padding: 6px 13px;
    font-size: 14px;

}

.sub-buckil-add i {
    padding-right: 10px;
}

/*
.progress {
    height: 8px !important;
}*/

.imgnew_cls {
    height: auto;
}

.imgnew_cls input {
    margin-right: 10px;
}

.sub_delete_2 {
    background: #f9f9f9;
    position: relative;
    padding: 15px 20px;
}

.sub-buck-delete {
    background: #de5252;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;

}

.image-divs .img-span #image_rotate_left_online1 {
    top: 10px;
}

.image-divs .img-span #image_rotate_right_online1 {
    top: 26px;
}

.image-divs .img-span #image_rotate_right2 {
    top: 10px;
}

.image-divs .img-span #image_rotate_left2 {
    top: 26px;
}

.leftnoti {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
    padding-bottom: 15px;
}

.leftnoti h2 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.noti-list > li > a {
    display: flex;
}

.leftnoti .noti-list > li > a .user_img {
    width: 60px !important;
    height: 60px;
}

.noti-list > li > a .user_img img {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
}

.noti-list li.noti_show {
    background-color: #fafdfe !important;
    border-bottom: none !important;
    margin-bottom: 17px;
    box-shadow: 2px 2px 5px 2px #cacaca40;

}

.noti-list {
    margin: 0;
    padding: 20px;
    border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50%;
    float: left;
}

.suggest-img {
    position: absolute;
    top: 41px;
    right: 40px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.imgnew_cls {
    height: auto !important;
}

.show_video span {
    position: relative;
    display: inline-block;
}

.cross_link_vid {
    position: absolute;
}

.board .nav-tabs {
    z-index: 1;
}

.link #demo {
    display: block;
    text-align: center;
    color: #d83e90;
    font-size: 19px;
    border: 2px solid #d83e90;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
}

.nopending {
    font-size: 14px !important;
    color: #828282;
    padding-left: 17px !important;
}

.mobright {
    display: none;
    margin-bottom: 20px;
}

.mobright ul {
    text-align: center;
    display: flex;
    justify-content: center;
}

.mobright ul li a {
    padding: 10px 20px;
    background: #d6d6d6;
    border-radius: 20px;
    font-size: 16px;
    margin: 0 5px;
    color: #252525;
}

.mobright ul li a.active {
    background: #d8228f;
    color: #fff;
}

.bo-left-mover > span {
    left: 20px;
    top: 100% !important;
    margin: 0 !important;
}

.bo-right-mover > span {
    right: 20px !important;
    top: 100% !important;
    margin: 0 !important;
}

.racomment {
    margin-top: 15px;
}

.middle-panel-sec3-inner-four img {
    width: 40px;
    height: 40px;
}

.raviewll {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.raviewll a {
    text-align: center;
}

.raviewll a:hover {
    background-color: inherit;
}

.emoji-picker-icon {
    right: 12px !important;
    top: 11px !important;
}


.racomment .all-comment-show {
    margin-bottom: 8px;
}

.modal-sm-highfive {
    width: 400px;
}

.modal-sm-highfive .modal-title {
    color: #fff;
}

.highbuckin a {
    line-height: 40px;
    padding-left: 10px;
}

.raviewll a {
    text-align: center;
}

.chalangemodal {
    width: 400px;
}

.chalangemodal .select2-container {
    width: 100% !important;
}

.buckilitra h4 {
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}

.buckilitra {
    padding: 0 !important;
}

.buckilitra .panel {
    padding: 30px;
}

.buckilitra .ui-sortable {
    height: inherit;
    overflow-y: scroll;
}

.rabtn {
    background: #d83e90;
    border-color: #d83e90;
}

.rabtn i {
    color: #fff;
}

.rababay_buckil {
    padding: 20px;
    float: left;
    width: 100%;
}

.rababay_buckil h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #292929;
}

.raperog {
    background: #2ac75c !important;
    left: 50px !important;

}

.rababay_buckil .card-desc h3 {
    margin: 0;

    font-size: 16px;
}

.rababay_buckil .card-desc {
    padding: 8px 10px;
}

.raperog h4 {
    color: #fff !important;
    font-weight: bold;
}

.raadd_buckillist .modal-header {
    display: block;
}

.raadd_buckillist .modal-header .modal-title {
    font-size: 18px;
    margin-bottom: 8px;
}

.raadd_buckillist .modal-header p {
    color: #797979;
}


.raform_list .progress {
    display: none;
}

.rabucklied {
    left: 50px !important;
    display: -webkit-box;
}

.rabucklied h4 {
    color: #fff;
}

.high1-div {
    float: none;
    text-align: center;
}

.high1-div li {
    display: inline-block;
}

.high1-div li a.high2-a {
    margin-left: 10px;
    font-size: 15px;
}

/*
.card-content-buckiled{
	margin-bottom: 0;
}
*/
.com-buckild .buckil.bo-active img {
    height: 100%;
    width: auto;

}

.raadd {
    border-radius: 20px;
}

@media screen and (min-width: 768px) {


    .ratab .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .ratab .tab-select-outer {
        display: none;
    }

    .ratab .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

/*
.post-image{
    width: 86% !important;
    padding-left: 10%!important;
}
*/

.plyr {
    padding-top: 0px !important;
}

.emoji-menu-tabs > tbody > tr > td {
    vertical-align: bottom !important;
}

.emoji-menu {
    bottom: 41px;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 7px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin: 0 !important;
    width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    /*
	    display: flex !important;
	    margin-bottom: 10px;
*/

}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
    /*	margin-right: 10px !important;*/
}

.select2-selection__choice__remove {
    background: none;
    border: 1px solid #d83e90;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #d83e90;
    margin-right: 4px;
}

/*.select2-container{ width: 100%;}*/
.select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ccc;
    line-height: 38px;
    border-radius: 4px;
}

.con-det p {
    font-size: 13px;
    padding: 10px 20px;
    text-align: justify;
    line-height: 25px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-wrapper li img {
    width: 100%;
    height: auto;
}

body.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}

.sticky-top {
    overflow: auto !important;
    padding: 0px !important;
}


.rareply a.btn-link {
    color: #d83e90;
    font-weight: 500;
    font-size: 14px !important;
}

.rareply p {
    font-size: 14px;
    line-height: 24px;
    color: #2b2b2b;
}

.rareply .form-control {
    background: #f7f7f7;
    border-radius: 30px;
    border: none;
    padding: 8px 15px;
}

.rareply a {
    font-size: 12px;
    /*    padding-right: 13px;*/
    color: #848484;
}

.rareply a:hover {
    color: #d83e90;
}

.rareply img {
    margin-top: 10px;
}

.rareply .form-group {
    margin-bottom: 0;
    margin-top: 10px;
}

.rareply .show > .btn-primary.dropdown-toggle {
    color: #5d5d5d;
    background: none !important;
    border-color: none !important;
}

.rareply .dropdown-toggle {
    background: none !important;
    border: none !important;
    color: #5d5d5d;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:focus,
.btn-primary:focus {
    box-shadow: none;
}

.rareply .dropdown-menu {
    left: -140px !important;
}

.swiper-slide {
    height: auto !important;
}

.rabuckbit {
    background-color: #ffe1f3;
    margin: 0;
}

.rabuckbit h2 {
    width: 100%;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    margin: 0 !important;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    width: auto !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    height: auto !important;
    max-height: 280.141px !important;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    border-radius: 50px;
    transition: 0.3s;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content div > div {
    min-height: auto !important;
}

.info-icon {
    position: inherit !important;
}

.ba_location {
    background: #d83e90;
    float: right;
    color: #fff;
    padding: 2px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}


.ba_location i {
    margin-right: 3px;
}

.emoji-wysiwyg-editor img {
    float: revert;
}

.rareply .img {
    float: left;
    margin-top: 0;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #d83e90b8;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #d83e90b8;
}

.location_access {
    background: #fff;
    box-shadow: 1px 4px 8px #555755;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    position: absolute;
    z-index: 9999;
    margin-top: -10px;
}

.location_access p {
    display: inline-block;
    padding-right: 15px;
}

.abct,
.abctt {
    background: #d8228f;
    border: 2px solid #d8228f;
    margin-top: 0;
    color: #fff !important;
}

.abct:hover,
.abctt:hover {
    border: 2px solid #d8228f;
    background: #d8228f;
}

.location-gif {
    height: 27px;
    display: inline-block;
}

.abct,
.abctt {
    border-radius: 0;
    padding: 8px 15px;
}

.location_access {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


#scroll {
    position: fixed;
    right: -28px;
    bottom: 10px;
    cursor: pointer;
    width: 125px;
    height: 79px;
    background-image: url(../buckiled_default.svg);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: 39%;
    z-index: 99999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    /*border-bottom-color:#ffffff;*/
}

#scroll:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    background-repeat: no-repeat;
    background-size: 39%;
}

#top .logo img {
    height: 55px;
}

.friends-middle-sec1-search .form-control {
    border-radius: 30px;
}

.friends-add-new-user-btn-area {
    position: absolute;
    right: 16px;
}

.high_five_intro img {
    margin: 0 !important;
    height: auto !important;
}

#skipIntro {
    right: 48% !important;
    color: #ff74be !important;
    bottom: 5px;
    transform: translate(0, -50%);
}

.swiper-scrollbar {
    display: none;
}

.rasrply {
    width: 88%;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1f1f1;
}

.middle-panel-sec3-inner-two h2 a:hover {
    color: #d83e90;
}

.middle-last h6 {
    margin-bottom: 5px;
}

.all-buckil-box ul li a:hover {
    color: #d83e90;
}

.cools a {
    margin: 3px;
}

.rabukv {
    background-color: #d83e90 !important;
    border-color: #d83e90 !important;
}

.radrpm {
    left: -45px !important;
    padding: 10px 0 !important;
}

.radrpm li {
    line-height: 25px;
}

.radrpm li a {
    font-size: 14px;
}

.buckils-followers li {
    font-size: 12px;
}

.friends-middle-sec2-inner h4 {
    color: #444444;
    font-size: 15px;
}

.all_map {
    height: 500px;
}

@media (max-width: 480px) {
    .all_map {
        height: 250px;
    }
}

/************************06/01/21******************************/
.cuadro_intro_hover img {
    display: block;
}

.navbar-light .navbar-toggler {
    margin-right: 15px !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: -20%;
}

#success_message:after {
    display: none;
}

#error_message:after {
    display: none;
}

#cv_error:after {
    display: none;
}

.middle-panel-sec2 a {
    font-size: 13px;
}

.bordernone:after {
    display: none;
}

.input-group-prepend {
    width: 10%;
}

.input-group-text {
    color: #ffffff;
    background-color: #d8228f;
    border: 1px solid #d8228f;
    width: 100%;
}

.fa-angle-down {
    color: #fff;
}

.rasebl .custom-control-label::before {
    left: 5px;
}


/* new builder*/

#status {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #f0f2f5;
}

.second-buck-img {
    /*float: right !important;*/
}

.status-inner {
    width: 100%;
    float: left;
    margin: 0 auto;
    background-color: #d83e90;
    padding: 15px 17px 15px;
    border-radius: 13px;
    box-shadow: 2px 3px 10px 0px #c5c4c4d9;
    margin-bottom: 20px;
}

.status-inner-info {
    display: flex;
    width: 100%;
    float: left;
    border-top: 1px solid #ff76bf;
    padding-top: 10px;

}

.mb10 {
    margin-bottom: 10px !important;
    display: flex;
}

.mb10 .col-md-1 {
    flex: 0 0 7.7% !important;
    max-width: 7.7% !important;
}

.user-img {
    float: left;
    height: 41px;
    width: 41px;
    border-radius: 50%;

}

.status-inner-info form {
    float: left;
    width: 87%;
    margin-right: 15px;
    margin-left: 20px;
}

.status-inner-info form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.status-inner-info form .form-group input {
    background-color: #fff;
    border-radius: 30px;
    padding: 14px 18px;
    border: 0;
    height: 40px;
    font-size: 18px;
    line-height: 16px;
    color: #65676b;
    font-weight: 500;
}

.modal-body-down a img {
    height: 20px;
}

.user-inner {
    border: 1px solid #bdbdbd;
    padding: 0px 7px;
    float: left;
    width: auto !important;
    border-radius: 6px;
}

.media-body .form-group select {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}

.user-inner span {
    float: left;
}

.status-inner-info .media-body {
    margin-left: 12px;
}

.media-body .form-group select {
    width: auto;
    float: left;
    border: 0;
    background-color: transparent;
    padding: 5px 16px 0 5px;
    height: auto !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #1d1f23;
}

.modal-body h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0 13px;
    color: #333333;
    font-weight: 600;
}

.media-body .form-group select {
    display: inline-block;

    vertical-align: middle;
    background: transparent url(../images/down-arrow.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 11px;
}

.modal-body p {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 0;
    color: #66686c;
    font-weight: 300;
    padding: 10px 0 141px;
}

.modal-body-down {
    float: left;
    width: 100%;
    border: 1px solid #ced0d4;
    padding: 13px 14px;
    border-radius: 16px;
}

.modal-body-down span {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    font-weight: 500;
    padding-top: 8px;
    float: left;
}

.modal-body-down a {
    margin-right: 8px;
}

.modal-staus-icon {
    float: right;
    display: inline-flex;
    margin-top: 8px;
}

.status-inner-info .modal-footer {
    border: 0;
}

.status-inner-info .modal-footer button {
    background-color: #d83e90;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: none;
}

.status-inner-info .modal-footer button:focus {
    color: #fff;
    background-color: #d83e90;
    border: none;
}

.video-icon {
    margin-top: 5px;
}

.sta-inner-down-content {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    padding: 19px 0 0px 0px;
}

.sta-inner-down-content a {
    text-decoration: none;
    display: inline-flex;
    line-height: 20px;
}

.sta-inner-down-content a i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.sta-inner-down-content a img {
    height: 20px;
}

.sta-inner-down-content a span {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 6px;
    text-transform: capitalize;
}

.modal-content {
    width: 501px;
    padding: 10px;
    border-radius: 14px;
}

.modal-title {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 19px;
    line-height: 22px;
}

/*
.modal-header button span {
    background-color: #e4e6eb;
    border-radius: 50%;
    padding: 6px 10px;
}
*/


.Click-here {
    cursor: pointer;
    transition: background-image 3s ease-in-out;
}

.Click-here:hover {
    transition: background-image 3s ease-in-out;

}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 510px;

    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;

    text-align: left;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;

    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;

}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    left: 18px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 99;


}

.close-btn i {
    font-size: 19px;
    line-height: 18px;
    color: #606770;
    background-color: #e4e6eb;
    border-radius: 50%;
    padding: 10px;
}

.pop-up-content-wrap ul {
    float: left;
    width: 100%;
    margin: 0;

    padding: 0 19px;

}

.upper-content h3 {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.pop-up-content-wrap ul li {
    float: left;
    width: 50%;
    list-style: none;
    padding-bottom: 17px;
    height: 42px;
}

.pop-up-content-wrap ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #050505;
    font-weight: 500;
    padding-left: 6px;
    text-transform: capitalize;
    display: inline-flex;

}

.custom-model-wrap ul li a img {
    margin-right: 10px;
}

.what-in-mind {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 8px;
}

.what-in-mind .form-group textarea {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #6e6f73 !important;
    font-size: 24px;
}


.what-in-mind .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 30px;
    line-height: 34px;
    padding: 25px 0px 141px 0px !important;
}

.what-in-mind .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 30px;
    line-height: 34px;
    padding: 25px 0px 141px 0px !important;
}

.what-in-mind .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 30px;
    line-height: 34px;
    padding: 25px 0px 141px 0px !important;
}

.what-in-mind .form-group input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 30px;
    line-height: 34px;
    padding: 25px 0px 141px 0px !important;
}

input,
textarea,
button {
    outline: none;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

button.close {
    outline: 0;
    box-shadow: none;

}

.btnbg {
    background: #000;
}


/***29jan***/
.search-friend-form .form-group {
    width: 100%;
    float: left;
    position: relative;
}

.search-friend-form {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 16px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.search-friend-form .form-group .form-control {
    padding: 20px;
    border-radius: 50px;
    border-bottom: 3px solid #efefef;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    padding-left: 53px;
    height: 40px;
}

.search-friend-form .form-group img {
    position: absolute;
    left: 20px;
    top: 14px;
}

.search-friend-form .done-btn {

    line-height: 27px;

    font-weight: 600;
    font-size: 16px;
    color: #d83e90;
    background: none;
}

.search-friend-form .done-btn:hover {
    color: #0062cc;
}

.tag-modal .modal-body {
    padding: 0 !important;
}

.search-friend-form .col-md-2 {
    padding: 0;
}

.search-friend-form .form-group::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
}

.search-friend-form .form-group::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
}

.search-friend-form .form-group:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
}

.search-friend-form .form-group:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
}

.tag-modal h4 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    color: #818990;
    font-weight: 400;
    padding: 11px 0;
    float: left;
    width: 100%;
    margin: 0;
}

.tag-modal .media {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.tag-modal {
    padding: 0px 18px 18px 18px;
}

.tag-modal .media h6 {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
    color: #272727;
    font-weight: 400;

    padding-top: 8px;
    margin: 0;
}


.frnd-sugg-list {
    position: relative;
    overflow-y: scroll;
    height: 284px;
    float: left;
    width: 100%;
}

.select-cate-form .form-group .form-control {
    padding: 5px 0 0 10px !important;
    position: relative;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: auto !important;
}

.status-inner .select-prio-form select {
    background: #efefef url(../images/arrow-down.png) no-repeat scroll 98% center !important;
    height: auto;
    border: 0;

}

.select-cate-form .form-check {
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-left: 9px;
}


.select-cate-form .form-check input[type="checkbox"] {
    display: block !important;
    height: auto;
}

.online-upload {
    float: left;
    width: 100%;
    margin-top: 24px;
}

.online-upload .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.online-upload .file-upload label {
    font-size: 15px;
    color: #19222e;
    margin-top: 23px;
    margin-bottom: 6px;
}

.online-upload .image-upload-wrap {
    margin-top: 0;
    border: 2px dashed #d83e90;
    position: relative;
    padding: 20px 0;
    border-radius: 11px;
}

.online-upload .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.online-upload .drag-text {
    text-align: center;
}

.online-upload .drag-text h3 {
    font-size: 15px;
    color: #d8228f;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.online-upload .file-upload-content {
    display: none;
    text-align: center;
    border: 3px solid #d8228f;
    float: left;
    width: 100%;
    margin: 20px 0;
    max-height: 350px;
    overflow-y: scroll;
}

.online-upload .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.online-upload .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.online-upload .remove-image {
    width: 100%;
    margin: 0;
    color: #19222e;
    background: #d83e90;
    border: none;
    padding: 10px;
    border-bottom: 2px dashed #d83e90;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
}

.folder-img {
    height: 42px;
}

.online-img-btn {
    padding: 5px 20px !important;
    text-align: center;
}

.online-img-form {
    padding-top: 23px !important;
}

.select-prio-form .modal-post-btn {
    float: right !important;
    margin-top: 22px !important;
    padding: 5px 20px !important;
}

.build-buckil-form .form-group {
    margin-bottom: 17px !important;

}

.build-buckil-collector-form .form-group {
    margin-bottom: 0 !important;
}

.build-buckil-form label {
    margin-top: 10px;
}

.build-buckil-form .form-group input {
    border: 0;
}

.build-buckil-form .form-group textarea {
    resize: none;
    height: 40px;
    border: 0;
    line-height: 30px !important;
}

.build-buckil-form .inputDnD .form-control-file::before {
    position: relative;
    top: 35px;
    left: -12px;
    width: 100%;
    padding: 35px 50px 35px 50px;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
}

.build-buckil-form {
    border-top: 0;
}

.buckil-modal-add-btn:hover {
    background: #d83e90;
    border: 1px solid #d83e90;
    color: #fff;
}

.build-buckil-collector-form .inputDnD .form-control-file::before {

    left: -18px;
    padding: 30px 31px 30px 35px;

}

.buckil-build-btn-margin {
    margin-top: 12px;
}

.racomment .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
    float: left;
    width: 10%;
    padding-right: 0;
}

.racomment .col-md-10 {
    flex: 0 0 86%;
    max-width: 86%;
    float: left;
    width: 86%;
}

.racomment .col-1 {
    flex: 0 0 3%;
    max-width: 3%;
    float: left;
    width: 3%;
    padding-right: 8px;
    padding-left: 0;
}

.rareply .col-md-1 + .col-md-1 {
    flex: 0 0 3%;
    max-width: 3%;
    float: left;
    width: 3%;
    padding-right: 8px;
    padding-left: 0;
}

.racomment .col-md-11 {
    flex: 0 0 90%;
    max-width: 90%;
    float: left;
    width: 90%;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("https://www.buckil.com/images/new-preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
}


.swiper-lazy-preloader {
    border: 4px solid #545654 !important;
    border-bottom-color: transparent !important;
}

.search_select {
    margin-bottom: 15px;
}

.select-cate-form .form-group .dropdown .dropdown-menu {
    min-width: 100%;
    top: 0 !important;
    left: 0px !important;
}

.rabtn {
}

.ui-sortable {
    margin-bottom: 24px;
    padding: 14px 0px 14px 0px;
}

.form-group .select2-container {
    width: 100%;
}

.info-msg16 {
    left: 540px;
}

#checksave {
    margin-right: -15px;
}

.sub_buckil_img {
    width: 40% !important;

}

.sub_buckil_info {
    width: 60% !important;
}

.appaned_buckil_as_load {
    background: #fff;
    padding: 15px 15px;
    border-radius: 9px;
    margin-top: 19px;
}

.user-cov-pic {
    width: 100%;
    height: 300px;
}

.name-user .title a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.name-user .title a:hover {
    color: #d8228f;
}

.all-buckil-box ul li a {
    font-size: 13px;
    line-height: 16px;
}

.extra_search label {
    font-size: 13px;
    line-height: 16px;
}

#modal_search_sort .panel2 .input-group {
    margin-bottom: 10px;
}

#modal_search_sort .modal-dialog {
    max-width: 100%;
}

#modal_search_sort .modal-dialog .modal-content {
    width: 800px;
}

.sort-btn-modal {
    cursor: pointer;
    margin-top: 48%;
}

.search-mod-btn {
    cursor: pointer;
}

.filter-btn {
    float: right;
}


.friend-select {
    background-color: #d8228f78 !important;
    border: 0 !important;
}

.friend-select select {
    background-color: #ed97ca !important;
    color: #fff !important;
}

.modal-sm-highfive {
    width: 100%;
}

.modal-sm-highfive .modal-content .modal-header .close {
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #000;
    top: 13px;
    right: 13px;
}

#show_online_images_buckilit {
    margin-top: -135px;
}


.img-span .input-hidden[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.img-span .input-hidden[type=radio] + label > img {
    cursor: pointer;
}


.img-span .input-hidden[type=radio]:checked + label > img {
    border: 3px solid #d83e90;
    position: relative;
}


.emoji-wysiwyg-editor {
    line-height: 30px !important;
}


/***10feb***/
.racomment .searcharea {
    margin-top: 10px;
}

.racomment .post-com-form {
    margin-top: 13px;
}

.racomment .searcharea .emoji-wysiwyg-editor {
    line-height: 24px !important;
}

.racomment .post-com-form .emoji-wysiwyg-editor {
    line-height: 19px !important;
    font-size: 13px;
}

.close {
    background: #ccc !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 20px;
    top: 16px;
}

/*
div.partition {
    border: 1px solid rgb(255, 207, 236);
    background: #fff2fa;
    margin-bottom: 10px;
}*/
.partition {

    background: #fff;

    border-radius: 11px;
    margin-bottom: 15px;

    padding: 6px 8px 13px 0;
    float: left;
    width: 100%;
}

.partition .form-control {
    border-radius: 50px;
    background: #efefef !important;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    padding-left: 53px;
    height: 40px;
    border: 0;
}

.raform_list .partition .online-upload {
    margin-top: 0 !important;
}

.partition label {
    padding-bottom: 8px;
}

.close span {
    font-size: 22px !important;
}

.raform_list {
    float: left;
    width: 100%;
}

.newcont .partition .online-upload {
    margin-top: 0;
}

.addmysendbtn {
    margin-top: 20px;
}

.racomment .post-com-form i {
    margin-top: 9px;

    margin-right: 17px;
}

.info-msg {
    left: 16px !important;
}

.search-friend-form .select2-search .select2-search__field {
    border-radius: 50px !important;
    background: rgb(239, 239, 239);
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    border: 0px !important;
    padding: 1px 0px 0px 23px !important;
}

.add-buckil-form {
    padding: 7px 0;
    border: 0;
}

.add-buckil-form .form-group {
    margin-bottom: 0;
}

.profile-nav .panel form label {
    margin-top: 11px;
    margin-bottom: 10px;
}

.profile-nav .category-group button {
    background: transparent;
    border: 1px solid #ced4da;
}

.raadd_buckillist .modal-body .row {
    float: none;
    width: auto;
}


/***11feb***/
#advanceadd {
    float: right;
}

.advance-add-btn:hover {
    box-shadow: 0 0 10px #000000ad;
    transition: 0.3s;
}

.btn-secondary-grey {
    cursor: pointer;
}

#addbuckto .partition {
    margin-bottom: 0;
}

#addbuckto .partition .form-control {
    border-radius: 5px;
    padding-left: 17px;
}

#addbuckto .toggle-button {
    margin-left: 0;
}

#addbuckto .btn-secondary-grey:hover {
    box-shadow: 0 0 10px #000000ad;
    transition: 0.3s;
}

#addbuckto .site-bttn:hover {
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}

#addbuckto .partition .title {
}

.add-buckil-form .select2-selection--multiple .select2-selection__rendered span {
    padding-left: 8px;
}

.add-buckil-form .select2-selection--multiple .select2-selection__rendered li {
    padding-bottom: 8px;
}

.select2-selection__rendered {
    border: 0 !important;
}

.raform_list.newcont {
    margin-bottom: 20px;
}

.raform_list.newcont label {
    margin-bottom: 10px;
}

#contribute .modal-content {
    max-height: 470px;
    overflow-y: scroll !important;
}

.add-modal-title {
    padding-right: 0;
}

/***15feb***/
#form_challenge .select2 {
    background: #e5e5e5;
    border-radius: 20px;
}

#form_challenge .select2-search__field {
    background: #e5e5e5;
    border: 0 !important;
    height: 29px;
}

#form_challenge .modal-body label {
    margin-bottom: 7px;
}

#main_form .form-group .select2 {

    line-height: 20px;
}

#main_form .select2-search .select2-search__field {
    border: 0 !important;
    padding: 0 !important;
}

.addmysendbtn {
    float: right;
}

#challenge_buckil_modal .modal-dialog {
    width: 100%;
}

#shareform .select2-search .select2-search__field {
    background: #e5e5e5;
    border-radius: 20px;
    padding-left: 16px !important;
    height: 43px;
}

#shareform .select2 {
    width: 100% !important;
}

#shareform .modal-dialog {
    width: 100%;
}

.google-drive-img-upload-grp {
    border: 1px solid #ced4da;
    padding: 20px;
}

#googleDriveImageSelecttor {
    display: block;
    margin: 0 auto;
}

#edit_append_images {
    border: 1px solid #ced4da;
    box-shadow: 0 0 11px #00000033;
    padding: 17px 10px 10px;
    overflow-y: scroll;
    margin-top: 20px;
}


/***17feb***/
#stockimgdialog #show_images {
    padding-right: 0;
    padding: 0 20px;
}

#stockimgdialog #show_images .ui-sortable-handle label {
    width: 100%;
    margin-top: 0;
    display: block;
    margin-bottom: 14px;
}

#stockimgdialog #show_images .ui-sortable-handle label img {
    height: 100%;
    width: 100%;
}

#stockimgdialog #show_images .ui-sortable-handle .imgnew_cls {
    margin-top: -18px;
}

.remove-image .image-title {
    font-size: 12px;
    line-height: 15px;
}

#stockimgdialog #show_images label img {
    width: 100%;
}

#stockimgdialog #show_images .input-hidden {
    display: none;
}

/***18feb***/
.status-inner-info .form-group #exampleModal {
    overflow-y: auto !important;
}

#stockimgdialog #show_images .image_edit,
.image_rotate_left,
.image_rotate_right,
#stockimgdialog #show_images .ui-sortable-handle #image_rotate_right1,
#stockimgdialog #show_images .ui-sortable-handle #image_rotate_left1,
#stockimgdialog #show_images .ui-sortable-handle .cross_link,
#onlinephotovideodialog #show_images_second .ui-sortable-handle #image_rotate_right1,
#onlinephotovideodialog #show_images_second .ui-sortable-handle #image_rotate_left1,
#onlinephotovideodialog #show_images_second .ui-sortable-handle .cross_link,
.image_rotate_right_online0,
.image_rotate_left_online0,
#image_rotate_right_online0,
#image_rotate_left_online0,
#image_rotate_right_online1,
#image_rotate_left_online1,
.image_rotate_right_online,
.image_rotate_left_online {
    padding: 2px 5px;
    margin-right: 10px;
    background: #d83e90;

}

#stockimgdialog #show_images .image_edit i,
.image_rotate_left i,
.image_rotate_right i,
#stockimgdialog #show_images .ui-sortable-handle #image_rotate_right1 i,
#stockimgdialog #show_images .ui-sortable-handle #image_rotate_left1 i,
#stockimgdialog #show_images .ui-sortable-handle .cross_link i,
#onlinephotovideodialog #show_images_second .ui-sortable-handle #image_rotate_right1 i,
#onlinephotovideodialog #show_images_second .ui-sortable-handle #image_rotate_left1 i,
#onlinephotovideodialog #show_images_second .ui-sortable-handle .cross_link i {
    font-size: 12px;
    color: #fff;
}

#stockimgdialog #show_images .selectimagestock {
    height: 100px;
    width: auto;
}

.jconfirm-title-c {
    padding-bottom: 10px;
}

.jconfirm-title-c .jconfirm-title {
    color: #d8228f;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.jconfirm-buttons button {
    color: #fff !important;
    background-color: #bf2878 !important;
    border-color: #bf2878 !important;
    font-weight: 600 !important;
}

.jconfirm-buttons button:hover {
    background-color: #bf2878 !important;
    border-color: #bf2878 !important;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120) !important;
}

.remove-image {
    cursor: pointer;
}

.image-title-wrap .remove-image {
    margin-top: 10px;
    color: #fff;
    text-transform: capitalize;
}

.image-title-wrap .remove-image .image-title {
    text-transform: capitalize;
}

.img-span .input-hidden[type=radio]:checked + label::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 999;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 30px;
    background: #d83e907d;
}

#bigbuckildialog .select-prio-form .select2,
#babybuckildialog .select-prio-form .select2 {
    padding: 0 0 0 23px !important;
}

.image-title-wrap {
    float: left;
    width: 100%;
}

#stockimgdialog {
    overflow-x: hidden;
    overflow-y: auto;
}

#stockimgdialog .file-upload-content {
    margin-top: 24px;
}

#show_images {
    overflow-x: hidden;
}

#exampleModal {
    overflow-y: auto;
}

/***19feb**/


.add-img-upload-sec {
    float: left;
    width: 100%;
}


.slick-carousel {
    margin: 0 auto;
    width: 100%;
}


.slick-slide {
    width: 350px;
}


.slick-next::before,
.slick-prev::before {
    color: blue;
}

.add-img-upload-sec .slick-initialized .slick-slide {
    margin-right: 0;
    padding: 0 15px 0 0;
}


.add-img-upload-sec .carousel {
    width: 100%;
    margin: 0px auto;
}

.add-img-upload-sec .slick-slide {
    margin: 10px;
}

.add-img-upload-sec .slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.add-img-upload-sec .slick-prev,
.add-img-upload-sec .slick-next {
    display: none !important;
}

#show_images_second span {
    position: relative;
}

#show_images_second span .cross_link {
    position: absolute;
    top: 14px;
    right: 0;
    border-radius: 50%;
    padding: 0px 6px;
}

.file-upload-content .img-span {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    position: relative;
}

.file-upload-content .img-span img {
    width: 100%;
}

.file-upload-content .img-span .cross_link {
    background: #de5252;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

#show_video {

    float: left;
    width: 100%;
    padding: 20px 20px 13px;
    margin: 19px 0px;
}

#show_video .col-md-12 {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#show_video .col-md-12 img {
    height: 100px;
}

.cross_link_vid {
    top: -12px;
    border-radius: 50%;
    padding: 0px 6px !important;
    background: #d83e90;

}

.cross_link_vid i {
    color: #fff;
    font-size: 12px;
}

#confirmsubmit .modal-content {
    width: 70%;
    margin: 0 auto;
}

#confirmsubmit .post-btn,
#confirmsubmit .buckil-btn {
    float: left;
    width: 100%;
    border-radius: 50px;
    padding: 6px 17px;
}

#confirmsubmit .post-btn {
    margin-bottom: 18px;
}


.friends-alt-wrap {
    position: relative;
    width: 100%;
    padding: 3px 2px;
    padding-bottom: 0;
    float: left;
    min-height: 100px;
}

.friends-alt-wrap p.fimg-alt {
    color: white;
    position: absolute;
    opacity: 0;
    left: 4px;
    right: 3px;
    bottom: 0;
    margin: 0;
    padding: 6px 10px 6px 6px;
    font-size: 13px;
    line-height: 16px;
    background-color: rgb(216 34 143);
    transition: all 300ms ease;
    transition-delay: 300ms;
    font-weight: 600;
    height: 40px;
}


.friends-alt-wrap:hover > p.fimg-alt {
    opacity: 0.8;
    transition-delay: 0s;
}

.rasebl .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    left: 6px;
    top: 14px;
}

.rasebl .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    left: 0;
    margin-left: 6px;
    top: 14px;
}

.rasebl .custom-control-label::before {
    top: 15px;
    border: 1px solid #d83e90;
}

.rasebl .custom-control-label::after {
    top: 14px;

}

.custom-checkbox .custom-control-label {
    border-radius: 6px;
    margin-left: 4px;
    color: #d83e90;
    font-weight: 500;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .right .close:hover {
    height: 48px;
    line-height: 46px;
}

.form-group select {
    cursor: pointer;
}

.add-btn:hover {
    color: #fff;
    background-color: #bf2878;
    border-color: #bf2878;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}

.rabtn {
    border-radius: 50px;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    padding: 5px 20px;
}

.rabtn:hover {
    transition: 0.3s;
}


.modal-footer .btn,
.modal-post-btn,
.update {
    border-radius: 50px !important;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 20px;
}

.modal-footer .btn:hover,
.modal-footer .btn:active,
.modal-footer .btn:focus,
.modal-post-btn:hover,
.modal-post-btn:active,
.modal-post-btn:focus,
.post-btn:hover,
.post-btn:focus,
.post-btn:active,
.buckil-btn:hover,
.buckil-btn:active,
.buckil-btn:focus,
.ba_location:hover,
.update:hover,
.update:focus,
.update:active,
.add-new-frnd:hover,
.rabukv:hover,
.unfriend-unfollow-block-btn-area .btn-pink:hover,
.filter-btn:hover,
#addbuckto .modal-footer .btn-secondary-grey:hover,
#addbuckto .modal-footer .btn-secondary-grey:focus,
#addbuckto .modal-footer button:hover,
#addbuckto .modal-footer button:focus {
    color: #fff;
    background-color: #bf2878;
    border-color: #bf2878;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}

.dropdown-toggle {
    cursor: pointer;
}

.new-frnd-follow:hover,
.unfriend-unfollow-block-btn-area .btn-green:hover,
.unfriend-unfollow-block-btn:hover {
    box-shadow: 0 0 0 0.2rem rgb(127 216 146);
    transition: 0.3s;
    border-color: #7fd892;
}

.unfriend-unfollow-block-btn-area {
    cursor: pointer;
}


/*
.cools a:hover{
      box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}
*/
.block-green-btn .btn-red {
    background-color: #69b26b;
}

.swal2-styled.swal2-confirm {
    background-color: #d8228f !important;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-confirm:active {
    color: #fff !important;
    background-color: #bf2878 !important;
    border-color: #bf2878 !important;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120) !important;
    transition: 0.3s !important;
}

.site-bttn,
#addbuckto .modal-footer button {
    border-radius: 50px !important;
    font-size: 13px;
    line-height: 26px;
    padding: 5px 20px;
}

#addbuckto .modal-footer .btn-secondary-grey {
    background-color: #d8228f;
}

#googleDriveImageSelecttor {
    border-radius: 5px !important;
}


.bucket-list-first-bx {
    width: 70%;
    background-color: #fff;
    border-radius: 30px;
    padding: 14px 18px;
    border: 0;
    height: 40px;
    font-size: 18px;
    line-height: 16px;
    color: #65676b;
    font-weight: 500;
}

.bucket-list-second-bx {
    width: 70%;
    float: right;
}

.buckil-links-active {
    background-color: #545654;
    color: white;
}

/***05mar***/

.edit-pro-table {
    margin-top: 20px;
}

.rasetting .custom-control-label::before {
    top: 4px;
    border: 1px solid #d83e90;
    background: transparent;
}

.rasetting .custom-checkbox .custom-control-label {
    margin-left: 0;
    color: inherit;
    font-weight: 400;
    margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3E%3Cpath fill= '%23fff' d= 'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z' /%3E%3C/svg%3E);
}

.left-panel-a-title {
    background: #d8228f !important;
}

.rasetting .custom-control-label::after {
    top: 4px;
}

.emojioneemoji {
    width: 25px !important;
    height: 25px !important;
    margin-top: 0 !important;
    margin-right: 3px;
}

.rasrply .recomment .dropdown-toggle i {
    line-height: 32px;
}

.rareply .img {
    margin-right: 3px;
    float: inherit;
}

.rasrply {
    margin-left: 30px !important;
}

.add-item-img {
    float: left;
    width: 9%;
    margin-left: 15px;
}

.add-item-info {
    float: left;
    width: 87%;
}


.add-item-sec {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.hasDatepicker {
    text-align: left;
}

.bucket-list-second-bx {
    text-align: right;
}

.sub-buck-delete:hover {
    color: #fff;
}

/***09mar***/
.all_map {
    height: 500px;
}

.shadow {
    font-family: Mr Dafoe, sans-serif;
    font-size: 4em;
    text-align: center;
    color: #fafafa;
    text-shadow: 0 -3px 0 #333,
    0 6px 8px rgba(0, 0, 0, .4),
    0 9px 10px rgba(0, 0, 0, .15),
    0 30px 10px rgba(0, 0, 0, .18),
    0 15px 10px rgba(0, 0, 0, .21);
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}

.pt-8 {
    padding-top: 8px;
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu ul.list-group {
    margin-bottom: 0;
    list-style: none;
}

div.bhoechie-tab-menu ul.list-group > a {
    margin-bottom: 0;
    text-align: left;
}

div.bhoechie-tab-menu ul.list-group > a .glyphicon,
div.bhoechie-tab-menu ul.list-group > a .fa {
    color: #00001a;
}

div.bhoechie-tab-menu ul.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu ul.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu ul.list-group > a.active,
div.bhoechie-tab-menu ul.list-group > a.active .glyphicon,
div.bhoechie-tab-menu ul.list-group > a.active .fa {
    background-color: rgb(216, 34, 143);
    background-image: #5A55A3;
    color: #ffffff;
}

div.bhoechie-tab-menu ul.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.details {
    list-style: none;
    margin-bottom: 10px;
}

.dcust {
    font-size: 1.2em;
}

.ducstnew {
    font-size: 0.9em;
}

.dcust:hover {
    background: #eee;
    cursor: pointer;
    border-radius: 15px;
}

.druv {
    border: 1px dashed #ddd;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
    margin-bottom: 15px;
}

.bhoechie-tab-container {
    height: 600px;
}

.bhoechie-tab-menu ul a {
    font-size: 1em;
    text-align: center;
    font-family: 'Oswald';
}

.bhoechie-tab-content li .dcust {
    width: 50px;
}

.bhoechie-tab-content h1 {
    font-size: 6em;
    color: #00001a;
}

.bhoechie-tab-content .bhoechie-inner-sec {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 5px;
}

.bhoechie-tab-content .bhoechie-inner-sec ul {
    padding-bottom: 5px;
}

.bhoechie-inner-sec .ducstnew div,
.bhoechie-inner-sec .ducstnew {
    margin-bottom: 2px;
}

svg {
    pointer-events: none;
}

.middle-pannel-filter-sort-btn {
    margin-bottom: 10px;
}

.middle-pannel-filter-sort-btn:hover {
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}

#load_more_loader {
    text-align: center;
    display: none;
}

#load_more_loader .spinner {
    width: 65px;
    height: 65px;
}

.post-image .Image_Wrapper {
    opacity: 1 !important;
}

.chall_content .row {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

.what-in-mind .form-group textarea {
    resize: none;
}

.stats a:hover {
    text-decoration: underline;
}

/*
.like-span {
    margin-left: -17px;
    color: #d8228f;
    font-size: 16px;
    margin-right: 10px;
}
*/


.pro-list-panel {
    margin-top: 10px;
    position: relative;
    margin-bottom: 5px !important;
}

.pro-list-panel .show-on-hover {
    position: absolute;
    right: 10px;
    top: 10px;
}

.drpbtn {
    z-index: 999;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 30px;
    margin-left: 15px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #d93e8f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d93e8f transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.buckil-views-dropdown {
    float: left !important;
}

.buckil-views-btn {

    background: #d8228f !important;
}

.buckil-views-btn:hover {
    color: #fff;
    background-color: #bf2878;
    border-color: #bf2878;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}


#map-canvas {
    height: 547px;
    top: 8px;
}

.friends-middle-sec1 #tab2,
.friends-middle-sec1 #tab3 {
    display: none;
}

.friends-middle-sec2 h2 {
    text-align: center;
}

#userInfoSucess,
#userInfoError {
    display: none;
}

#friend_buckil_modal .modal-dialog .modal-content {
    width: 650px;
}

#friend_buckil_modal .modal-dialog .modal-content #friend_modal_body {
    height: 150px;
    overflow-y: auto;
    width: 647px;
}

.card-img-top {
    width: 100%;
    height: 250px;
}

#starthelp {
    display: none;
}

#confirmsubmit,
#categorydialog,
#tagfrienddialog,
#prioritydialog,
#locationdialog,
#onlinephotovideodialog,
#deadlinedialog,
#appxcostdialog,
#sharedurldialog,
#buildgroupdialog,
#buildcollectordialog,
#challengedialog,
#bigbuckildialog,
#babybuckildialog,
#stockimgdialog,
#starthelp,
#buckildocdialog{
    display: none;
}

.progress {
    border-radius: 5px !important;
    height: 16px !important;
}

.right_panel_loader {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.unfriend-unfollow-block-btn {
    cursor: pointer;
}

.like-number {
    background: #d8228f;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50% 50%;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;

}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 10px;
}

#clockdiv > div {
    padding: 0;
    border-radius: 3px;
    display: inline-block;
    margin-right: 4px;
}

#clockdiv div > span {
    padding: 0 5px;
    border-radius: 3px;
    background: #d8228f;
    display: inline-block;
    font-size: 18px;
}

.smalltext {
    color: #222222;
    font-size: 12px;
}

#map-canvas {
    height: 547px;
}

#show_stories_online_images {
    z-index: 999;
}

#show_stories_online_images .modal-dialog {
    margin: 1% auto !important;
}

.tabbable-panel #cust-count-req {
    left: 150px;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
}

.publish-bg {
    padding: 15px;
}

.publish-bg .name a {
    max-width: 179px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publish-bg .cools a {
    background: #d8228f;
}

.publish-bg .addnew-frnd-del {
    background: red !important;
}

.count2 li {
    width: 45%;
}

.racover {
    background: #ccc;
    height: 400px;
}

.raalllist {
    margin-top: -60px;
}

.rabox {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 20px;
    margin-bottom: 20px;
}

.raprofdtls {
    margin-bottom: 0;
}

.raprofdtls li {
    list-style: none;
    color: #5f6a79;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.raprofdtls li span {
    width: 40%;
    display: inline-block;
    color: #3c495a;
    font-weight: 500;
}

.rabox h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.text-pink {
    color: #d8228f;
}

.rabord {
    border-right: 1px solid #e5ecf2;
    position: relative;
}

.raproleft h2 {
    margin-bottom: 0px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #3c495a;
}

.raproleft h4 {
    font-size: 15px;
    color: #5f6a79;
    margin-bottom: 0px;
}

.raproleft p {
    color: #3afe;
    font-size: 15px !important;
}


.rasocial {
    margin-top: 20px;
}

.rasocial a:first-child {
    padding-left: 0;
}

.rasocial a {
    padding: 10px 15px;
}

.rasocial a i {
    font-size: 20px;
    color: #3afe;
}

.rabtns {
    background-color: #d93e90;
    border-color: #d93e90;
}

.rabtns:hover {
    background-color: #d93e90;
    border-color: #d93e90;
}

.rafls {
    color: #d93e90;
    background-color: transparent;
    background-image: none;
    border-color: #d93e90;
}

.rafls:hover {
    background-color: #d93e90;
    color: #fff;
    border-color: #d93e90;
}

.ralist {
    box-shadow: 1px 1px 8px 0px rgba(26, 44, 57, 0.14);
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
}

.like-review,
.follow-review {
    text-transform: capitalize;
}


#modal_search_sort .panel .input-group {
    margin-bottom: 8px;
    padding-top: 10px;
}

#modal_search_sort .search-mod-btn,
#modal_search_sort .sort-btn-modal {
    background-color: #d8228f;
    color: #fff;
}

#stories_mod {
    overflow: hidden;
}

#stories_mod .modal-dialog {
    margin-top: 1%;
}

#show_stories_online_images {
    z-index: 99999;
}

#show_stories_online_images .modal-dialog {
    margin: 1% auto;
}

img.ins_active {
    border: 3px solid #d8228f !important;
}

img.instaimage {
    border: 1px solid #d8228f;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

h2.buckil-title {
    background: #d8228f;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}

h2.buckil-title_buckilit {
    background: #d8228f;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}

.anchorlink {
    height: 50px;
    display: block;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #d8228f;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0px 3px 3px 1px #af0f6f;
}

.anchorlink:hover {
    animation: bounce 1s;
    color: #d8228f;
}

.rsmop {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 5px;
    display: block;
}

.ilink {
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
    font-size: 20px;
}

.divstyle {
    text-align: center;
}

#status_to_write::placeholder {
    font-size: 20px;
}

@keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.cust-category-select {
    margin-bottom: 15px;
}

.newtext {
    color: black !important;
}

::placeholder {
    color: black !important;
}

.buckil-title {
    display: none;
}

.buckil-title i {
    float: right;
    cursor: pointer;
}

.sub-buckil-add i {
    color: #fff;
}

#add_buckil_list .modal-title {
    font-size: 10px;
}

#modal_body_bucklist a {
    margin-right: 10px;
}

#tab2 .searc-btn {
    display: none;
}

#appenedShownBuckils .card {
    height: 360px;
}

.add-new-user-btn {
    cursor: pointer;
}

.add-new-user-btn:hover {
    background-color: #bf2878;
    border-color: #bf2878;
    transition: 0.3s;
    color: #fff;
}

.pac-container {
    z-index: 1051 !important;
}

.buckil-post-sec {
    background-color: #fafdff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0px 0 6px #00000047;
}

.buckil-post-sec .middle-panel-sec3-inner-one {
    border-bottom: 1px solid #dedede;
}

.buckil-post-sec .middle-panel-sec3-inner-two {
    border-bottom: 1px solid #dedede;
}


#ui-datepicker-div {
    z-index: 9 !important;
}

.mt20 {
    margin-top: 20px;
}

.categosyarea {
    max-height: 240px;
    overflow-y: scroll;
}

.testrightpanel {
    background: #fff;
    padding: 15px;
}

.testrightpanel h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.testrightpanel-item {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: 2px 2px 9px #e4e4e4;
    padding: 10px;
    margin-bottom: 20px;
    height: 310px;
}

.testrightpanel-item img {
    width: 100%;
    height: 100%;
}

.testrightpanel-item h3 {
    color: #212121;
    font-size: 14px;
    margin-bottom: 10px;
    background: none;
    border-radius: 0;
    padding-top: 8px;
    margin: 0;
    line-height: 25px;
}

.testrightpanel-item h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.testrightpanel-item p {
    font-family: 'Poppins', sans-serif;
    color: #929292;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    height: 36px;
}

.testrightpanel-item ul {
    float: left;
    width: 100%;
}

.testrightpanel-item ul li {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}

.testrightpanel-item ul li a {
    background: #fff;
    padding: 5px 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 19px;
    height: 70px;
    border-right: 1px solid #eae9e9;
    border-right: 1px solid #eae9e9;
}

.testrightpanel-item ul li a img {
    width: auto;
    height: 15px !important;
    padding-right: 0;
    margin-top: 0 !important;
}

.testrightpanel-item ul li a i {
    color: #d8228f;
}

.wi100 {
    width: 100%;
}

.inneritem {
}

.categorylist {
    /*        margin-bottom: 15px;*/
}

.categorylist li {
    display: inline-block;

    color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
}

.categorylist li a {
    color: #d93e90;
    padding: 8px 11px;
    background: #ffffff;
    float: left;
    font-size: 13px;
    box-shadow: 1px 3px 15px #3c3c3c1a;
    /*				border: 1px solid #d93e907d;*/
}

.categorylist li a:hover {
    background: #d93e90;
    color: #fff;
}

.categorylist .active a {
    background: #d8228f;
    color: #fff;
}

.imagea {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.commentarea {
    width: 100%;
    float: left;

}


.commentarea .form-group .form-control {
    border-radius: 50px;
    width: 82%;
    float: left;
    font-size: 14px;
    color: #545654;
    height: 37px;
}

.commentarea .commenticon {
    width: 18%;
    float: left;
    border: none;
    background: transparent;
}

.commentarea .commenticon i {
    color: #fff;
    background: #d8228f;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    float: right;
    line-height: 17px;
    text-align: center;
}

.testrightpanel-item ul li a span {
    width: 100%;
    float: left;
    margin-right: 5px;
}

.commentarea .commenticon i img {
}

.testrightpanel-item ul li a strong {
    width: 100%;
    float: left;
    color: #bdbdbd;
}

.categosyarea {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #d93e90;
}

.testrightpanel .lodemore a {
    color: #6f6f6f !important;
}

.testrightpanel .lodemore a:hover {
    color: #fff !important;
    background: #545654 !important;
}

/***12mar***/
.hvr-pulse-grow {
    color: #d8228f !important;
}

.hvr-wobble-top {
    color: #d8228f !important;
    margin-left: 10px;
}

.pro-nav-left-panel-inner {
    position: relative;
}

.pro-nav-left-panel-inner span {
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 2px;
    background-color: #d8228f;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-size: 12px;
}

.notification-friend {
    background: #d8228f;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 10px;
    color: #fff;
    position: absolute;
    padding: 3px;
    right: 50px;
    border-radius: 50%;
}

#search-2 {
    padding-top: 30px;
}

#search-2 .form-search .input-group {
    padding-top: 10px;
    margin-bottom: 8px;
}

#mh_newsdesk_custom_posts-6 h4.widget-title span {
    padding: 22px !important;
}

.ul_li_DD {
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    background-color: rgb(255, 242, 250);
    border: 1px solid rgb(255, 207, 236);
    color: #000;
}

.deleting_plan {
    position: absolute;
    right: 3px;
    top: -3px;
    font-size: 10px;
    color: #ccc;
}

.droptrue {
    height: 250px;
    overflow-y: auto;
    padding: 5px;
    list-style: none;
    background-color: #fff;
}

#drom_right_panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#drom_right_panel::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#drom_right_panel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(216, 34, 143);
}

#myModalref .modal-footer {
    text-align: center;
}

#myModalref .modal-content .modal-body {
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.info-icon {
    z-index: 999;
    position: absolute;
}

.progress-bar {
    background-color: #d8228f !important;
}

.info-icon .itag_big_logo {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    right: 24px;
    top: 10px;
    position: relative;
}

.info-msg {
    display: none;
}

#video_in_div {
    position: relative;
    margin: 0 auto;
    width: 100%;

}

.profilelist_liker {
    margin-top: -37px;
    float: left;
    width: 100%;
}

.stories.carousel .story > a > .info strong {
    color: #fff !important;
}

.stories.carousel .story > a > .info {
    overflow: inherit !important;
    display: block !important;
}

.stories.carousel .story > a > .info .time {
    display: block !important;
    color: #d8228f !important;
    font-size: 11px;

}


#image_checker {
    z-index: 999999;
}

.progress-bar {
    width: 0%;
}

#video_in_div {
    position: relative;
}

#video_in_div a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #d93e90;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.post .drpbtn {
    background: #efefef !important;
}

.post .dropdown-menu {
    top: 2px !important;
    left: -117px !important;
    position: absolute;
    transform: translate3d(0px, 28px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.post ul li a {
    padding: 0 10px;
    width: 100%;
    float: left;
}

.post ul li {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 15px;
}

.post ul li a i {
    position: static;
    background: none;
    font-size: 15px;
    color: #c6c6c6;
    padding: 8px 5px;
}

/*
.post .show-on-hover .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 28px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}*/

#add_stories::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0px #fff0;
    background-color: #fff0;
}

#add_stories::-webkit-scrollbar {
    width: 0px;
}

#add_stories::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 0px #fff0;
    background-color: #fff0;
    background-color: #fff0;
    outline: 1px solid #fff0;
}

.cover-main-sec {
    position: relative;
}

#coverimageUploadForm #coverimage {
    border: 1px solid #d83e90;
    background: #d83e90;
    border-radius: 5px;
    padding: 7px 9px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}


#crop-avatar .shadow {
    top: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.extra-css {
    position: absolute;
    right: 15px;
    bottom: 21px;
    background: #da3f91;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px !important;
    text-align: center;
    line-height: 40px !important;
}

/**16mar**/
.cover-main-sec .file {
    display: none;
}

.cover-upload-icon i {
    font-size: 33px;
}

.filter-btn {
    line-height: 20px;
}

#chall_modal .modal-body {
    height: 350px;
    overflow: scroll;
}

.details-drpdwn {
    left: -74px !important;
    width: 100px;
    min-width: 100px;
}

.detail-sec-head {
    float: left;
    width: 100%;
    background-color: #545654;
    color: #fff !important;
    padding: 3px 9px 3px 14px;
}

.build-buckil-form {
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 20px;
}


/**26march**/
.leftpanel-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.leftpanel-overlay-content {
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;

}

.leftpanel-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.leftpanel-overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.leftpanel-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 29px;
    background: #e5e5e5;
    border-radius: 50%;
    line-height: 18px;
    color: #7f7f7f;
}

.left-panel-overlay-sec {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.profile h3 {
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
    text-transform: capitalize;
}

@media screen and (max-height: 450px) {
    .leftpanel-overlay a {
        font-size: 20px
    }

    .leftpanel-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.mobright {
    display: none !important;
}


.overlay-open-btn {
    padding: 10px 20px;
    background: #d8228f;
    border-radius: 20px;
    font-size: 16px;
    margin: 0 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: 0;
}

.overlay-open-btn i {
    margin-right: 10px;
}

.overlay-open-btn:hover,
.all-noti-sec:hover {
    border-color: #bf2878;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}

.all-noti-sec {
    background-color: #d83e90;
    color: #fff;
    text-align: center;
}

.complete-buckil-sec .cross_link {
    right: 7px !important;
    top: 12px !important;
    background: #d8228f !important;
    padding: 0 !important;

}

.image_rotate_right_online0 i,
.image_rotate_left_online0 i,
#image_rotate_right_online0 i,
#image_rotate_left_online0 i,
#image_rotate_left_online1 i,
#image_rotate_right_online0 i,
#image_rotate_right_online1 i,
.image_rotate_right_online i,
.image_rotate_left_online i {
    color: #fff;
}

.post-com-form .emoji-picker-icon {
    position: absolute;
    top: 10px !important;
    right: 11px !important;
}

.post-com-form .cust-remover {
    position: absolute;
    right: 40px !important;
    top: 40px !important;
}

#suggesstion-buckilforcomplete {
    background: #efefef;
    padding: 15px;
    height: 230px;
    overflow-y: scroll;

}

#suggesstion-buckilforcomplete .searchListBuckilComplete {
    display: block;
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    cursor: pointer;
    box-shadow: 2px 2px 2px #e4e4e4;
}

#suggesstion-buckilforcomplete .searchListBuckilComplete:hover {
    background: #d93e90;
    color: #fff;
}

.textshow {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #d93e90;
    margin: 5px 0;
}


/***29march***/
.ui-sortable-handle input[type="checkbox"] {
    color: #fff;
}

.img-thumbnail {
    border: 1px dashed #444 !important;
    width: 100px;
    height: 90px;
    transition: 500ms all;
    transform: none !important;
    box-shadow: none !important;
}

.profile-nav .panel .checklabel::before {
    top: 15px;
    border: 1px solid #d83e90;
}

.ui-sortable-handle .imagecheckbox:checked ~ .checklabel::before {
    background-color: #d8228f !important;
}

.profile-nav .panel .ui-sortable-handle .imagecheckbox:checked ~ .checklabel::before {
    left: 0;
    margin-left: 6px;
    top: 14px;
}

.profile-nav .panel .ui-sortable-handle .imagecheckbox:checked ~ .checklabel::after {
    left: 6px;
    top: 14px;
}

.profile-nav .panel .ui-sortable-handle .imagecheckbox:checked ~ .checklabel::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3E%3Cpath fill= '%23fff' d= 'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z' /%3E%3C/svg%3E);
}

.edit_attach_image i {
    background: #d91c90;
    color: #fff;
    padding: 3px 3px;
    font-weight: 400;
    font-size: 9px;
}

#show_online_images .modal-dialog {
    max-width: inherit;
}

.checklabel {
    margin-left: 30px;
}

#buckil_list_add .img-span {
    margin-left: 28%;
    border: 1px solid #d83e90;
    padding: 10px 10px 6px 10px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
}

#buckil_list_add .img-span img {
    width: 100%;
    height: 100%;
}

#buckil_list_add .cross_link {
    position: absolute;
    top: 0;
    right: 5px;
}

#buckil_list_add .cross_link i {
    background: #d83e90;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    padding: 3px;
    line-height: 11px;
}

#stockimgdialog .file-upload-content .img-span {
    margin-bottom: 10px;
    margin-top: 10px;
}

#stockimgdialog .online-upload .image-title-wrap {
    padding: 0;
}

.buckil-map-sec {
    max-width: 100%;
}

.elem-img .img-span {
    margin-left: 26% !important;
}


.rachbx {
    position: relative;
}

.rabuckit {
    display: block;
}

.close_attach_image {
    position: absolute;
    top: -10px;
    right: 0;
}

.right_rotate {
    position: absolute;
    top: 10px;
    right: 0;
}

.left_rotate {
    position: absolute;
    top: 30px;
    right: 0;
}

.crop_image {
    position: absolute;
    top: 50px;
    right: 0;
}

/* Hide the browser's default checkbox */
input.imagecheckbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 9999;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 14px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
input.imagecheckbox:hover ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input.imagecheckbox:checked ~ .checkmark {
    background-color: #d93e90;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input.imagecheckbox:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clearfix {
    clear: both !important;
}

#buildcollectordialog .cross_link {
    background: transparent;
    right: 10px;
    top: 0;
    width: 15px;
    height: 15px;
}

#buildcollectordialog .cross_link i {
    font-size: 11px;
    line-height: 9px;
    background: #d83e90;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
}

#buildcollectordialog .pagination-content ul {
    width: 100px;
    margin: 0 auto;
}

.pagination-content {
    margin-top: 10px;
}

#buildcollectordialog .pagination-content li {
    display: inline-block;
    cursor: pointer;
}

#buildcollectordialog .pagination-content li span i {
    font-size: 20px;
    color: #fff;
    background: #d83e90;
    padding: 5px 15px;
    vertical-align: middle;
}

/*Skeleton*/

#u_0_v {
    margin: 0 auto;
}


.lightui1 {
    border: 1px solid;
    border-color: #bdbdbd;
    border-radius: 2px;
    padding: 20px;
    background: #ffffff;
}

.lightui1-shimmer {

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: forwards;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-name: placeHolderShimmer;

    -webkit-animation-timing-function: linear;

    background: #d8d8d8;

    background-image: linear-gradient(to right, #d8d8d8 0%, #bdbdbd 20%, #d8d8d8 40%, #d8d8d8 100%);

    background-repeat: no-repeat;

    background-size: 800px 400px;

    height: 400px;

    position: relative
}


.lightui1-shimmer div {
    background: #ffffff;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0
}

.lightui1b-shimmer {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f0f0f0;
    background-image: linear-gradient(to right, #f0f0f0 0%, #d8d8d8 20%, #f0f0f0 40%, #f0f0f0 100%);
    background-repeat: no-repeat;
    background-size: 800px 400px;
    height: 400px;
    position: relative
}


.lightui1b-shimmer div {
    background: #ffffff;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0
}

._2iwo {
    height: 200px;
    padding: 12px
}


.__z8 {

    height: 150px;

    padding: 12px
}


div._2iwr {

    height: 40px;

    left: 40px;

    right: auto;

    top: 0;

    width: 8px;

}


div._2iws {

    height: 8px;

    left: 48px;

    top: 0
}


div._2iwt {

    left: 136px;

    top: 8px
}


div._2iwu {

    height: 12px;

    left: 48px;

    top: 14px
}


div._2iwv {

    left: 100px;

    top: 26px
}


div._2iww {

    height: 10px;

    left: 48px;

    top: 32px
}


div._2iwx {

    height: 20px;

    top: 40px
}


div._2iwy {

    left: 310px;

    top: 60px
}


div._2iwz {

    height: 13px;

    top: 66px
}


div._2iw- {

    left: 100%;

    top: 79px
}


div._2iw_ {

    height: 23px;
    top: 309px;

}


div._2ix0 {

    left: 50px;
    top: 332px;
    width: 50px;

}

div._2ixa {

    left: 150px;
    top: 332px;
    width: 50px;

}

div._2ixb {

    left: 260px;
    top: 332px;
    width: 50px;

}

div._2ixc {

    left: 370px;
    top: 332px;
    width: 50px;

}

div._2ixd {
    height: 23px;
    top: 338px;
}

div._2ixe {
    left: 390px;
    top: 361px;
}

div._2ixf {
    left: 0;
    top: 367px;
    height: 13px;
}

div._2ixg {
    left: 230px;
    top: 380px;
}

div._2ixh {
    left: 0;
    top: 386px;
    height: 14px;
}

@-webkit-keyframes placeHolderShimmer {

    0% {

        background-position: -468px 0
    }

    100% {

        background-position: 468px 0
    }

}


@-webkit-keyframes prideShimmer {

    from {

        background-position: top left
    }

    to {

        background-position: top right
    }

}

._4-u5 {

    background-color: #ffffff
}


._4-u7 {

    background-color: #ffffff
}


._57d8 {

    background-color: #ffffff
}


._4-u8 {

    background-color: #ffffff
}

.lightui1-shimmer2 {

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: forwards;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-name: placeHolderShimmer;

    -webkit-animation-timing-function: linear;

    background: #d8d8d8;

    background-image: linear-gradient(to right, #d8d8d8 0%, #bdbdbd 20%, #d8d8d8 40%, #d8d8d8 100%);

    background-repeat: no-repeat;

    background-size: 800px 300px;

    height: 300px;

    position: relative

}

.lightui1-shimmer2 div {

    background: #ffffff;

    height: 6px;

    left: 0;

    position: absolute;

    right: 0

}

div._2iwrs {

    height: 145px;
    left: 32%;
    right: auto;
    top: 0;
    width: 8px;

}

div._2iwrm {

    height: 145px;
    left: 65%;
    right: auto;
    top: 0;
    width: 8px;

}


div._2iwrl {

    height: 145px;
    left: 32%;
    right: auto;
    top: 155px;
    width: 8px;

}


div._2iwrd {

    height: 145px;
    left: 65%;
    right: auto;
    top: 155px;
    width: 8px;

}

div._2iwps {

    height: 10px;
    left: 0;
    top: 145px;

}

#loadmoredashboard {
    float: left;
    width: 100%;
}

.buckCatCounter {
    background: #fff;
    color: #d93e90;
    line-height: 25px;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
}

.buckil-cat-data {
    background: #d93e90;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    font-size: 14px;
}

/***31march***/
.stat-item {
    color: #515151 !important;
    margin-right: 15px;
}

.show_on_hover_sec {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
}

.high1-div .like-dislike a img{
    height: 20px;
}

#closemodal {
    background-color: #d8228f;
    color: white;
}

.cross-cust-remover {
    position: absolute !important;
    right: 45px !important;
    top: 13px !important;
}

.testrightpanel {
    margin-top: 10px;
}

.filter-btn {
    margin: 0 5px;
}

.buildcollectorbuckil {
    position: relative;
}

.buildcollectorbuckil .main-item-close {
    position: absolute;
    right: 3px !important;
    top: -4px !important;

}

.buildcollectorbuckil .main-item-close i {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0 !important;
}

.form-control::placeholder {
    color: #ccc !important;
}

#modal_body_sub_buckil .pagination-content ul {
    width: 100px;
    margin: 0 auto;
}

#modal_body_sub_buckil .pagination-content li {
    display: inline-block;
    cursor: pointer;
}

#modal_body_sub_buckil .pagination-content li span i {
    font-size: 20px;
    color: #fff;
    background: #d83e90;
    padding: 5px 15px;
    vertical-align: middle;
}

.bs-placeholder {
    border-radius: 30px;
    background: #f1f1f1 !important;
}

.bs-placeholder:focus {
    outline: 0 !important;
}

.select2-container--open .select2-dropdown {
    height: 400px;
    overflow-y: scroll;
}

.select2-results__options {
    padding: 10px !important;
}

.select2-results__option--selectable {
    background: #f1f1f1;
    margin-bottom: 7px;
}

.select2-results__option--selectable:hover {
    background: #d93e90;
    color: #fff;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 10px !important;
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
}


/***6th april***/
#home-navarea .navbar-default .navbar-nav .active a {
    color: #d8228f;
}

.video_play_html .checkmark {
    left: 0 !important;
    height: 20px;
    width: 20px;
}

.video_play_html .form-check-label {
    margin-left: 11px;
}


#edit_append_images .rachbx label.attchtext {
    margin-top: 0;
    padding-left: 30px;
}

.rainputfile {
    padding: 7px 10px;
    background: #d8228f;
    display: table;
    color: #fff;
    line-height: normal;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    margin: 0 !important;

}

.raedit input[type="file"] {
    display: none;
}

.buck_active_primary {
    position: relative;
}

.buck_active_primary::before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    background: #d93e90b8;
    color: #fff;
    font-size: 22px;
    width: 100px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

.text_attch {
    margin-top: 0 !important;
    display: block;
}

.attach_modal .modal-header {
    border: none;
}

.attach_modal .modal-footer {
    border: none;
}

.buckil-cat-data {
    background: #d93e90;
    padding: 6px 15px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 14px;
}


/*+++++++++++++new category ++++++++++++++++*/

.buckil-main-cont {
    margin-bottom: 20px;
}

.buckil-main-cont .card-img-top {
    width: 100%;
    height: 170px;
}

.buckil-main-cont .card-body {
    padding: 10px 10px;
    height: 70px;
}

.buckil-main-cont .card-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #000;

}

.buckil-main-cont .card {
    margin-bottom: 15px;
}

.buckil-main-cont .card-text {
    color: #909090;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.buckil-main-cont .card-text i {
    color: #d93e90;
    padding-right: 10px;
}

.buckil-main-cont .card-footer ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.buckil-main-cont .card-footer ul li {
    position: relative;
}

.buckil-main-cont .card-footer ul li a span {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #525252;
}

.buckil-main-cont .card-footer ul li .profilelist_liker {
    position: absolute;
    top: -8px;
    left: 32px;
    margin-top: 0;
    float: inherit;
    width: inherit;
}

.cat-bucker-load-more {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.cat-bucker-load-more a {
    border-radius: 30px;
    background: #f7f7f7;
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
}

.cat-bucker-load-more a:hover {
    background: #d93e90;
}

.profileList-carder .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    width: 100%;
}

.profileList-carder .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
}

.profileList-carder .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
}
.profileList-carder .swiper-wrapper{
    height: auto !important;
}
.profileList-carder .video-js{
    height: 170px !important;
}

.video-js .vjs-big-play-button {
    font-size: 3em !important;
    line-height: 1.5em !important;
    height: 1.5em !important;
    width: 1.5em !important;
    display: block;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    border: 0.06666em solid #fff !important;
    background-color: #2B333F !important;
    background-color: rgb(217 62 144 / 66%) !important;
    -webkit-border-radius: 0.3em !important;
    -moz-border-radius: 0.3em !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s ;
    -ms-transition: all 0.4s ;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.share-number {
    background: #d8228f;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50% 50%;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -4px;
}
.main_cost{
    margin-left: 5px;
}
.profileList-carder .dropdown{
    position: absolute;
    right: 5px;
    color: #fff;
    z-index: 99;
}
.profileList-carder .dropdown-toggle a i {
    color: #da3f91;
}
.profileList-carder .dropdown-menu.post-dots{
    right: 0;
    left: inherit !important;
    top: 0 !important;
}
.profileList-carder .dropdown-menu.post-dots li {
    font-size: 13px;
    line-height: 28px;
}
.profileList-carder .dropdown-menu.post-dots li a {
    padding: 0 10px;
    text-align: left;
}
.profileList-carder .dropdown-menu.post-dots li a i{
    color: #d93e90;
    margin-right: 6px;
}
.profileList-carder .video-js.vjs-16-9 {
    padding-top: 100%;
}

.profileList-carder .dropdown-menu li a img{
    width: 12px;
    margin-right: 4px;
    padding: 0;
}

.profileList-carder .dropdown-toggle a i {
    color: #da3f91;
    font-size: 20px;
}
.profileList-carder .dropdown {
    position: absolute;
    right: 7px;
    color: #fff;
    z-index: 99;
    top: 5px;
}
.card-footer ul li a img{
    height: 18px !important;
}
#buckillist_planner{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
#buckilist_toph3{
    background: #545654;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    margin: 0;
}
.middle-panel-sec1_dyna{
    width: 47% !important;
    margin-right: 3% !important;
}
.middle-panel-sec1_dyna .middle-banner1{
    height: 250px !important;
    background: url(../images/middle-banner1.jpg) right !important;
}
.buckillist_planner_dyna{
    width: 50% !important;
    float: left !important;
    padding:0 !important;;
}
.sortable_dyna {
    max-height: 186px !important;
}
.mystory_dyna{
    top: 0 !important;
    float: left !important;
}
.add_stories_dyna #add_stories{
    padding-top: 20px !important;
}

@media(max-width:767px){
    .middle-panel-sec1_dyna {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .buckillist_planner_dyna {
        width: 100% !important;
    }
    .middle-panel-sec1_dyna .middle-banner1 {
        height: 150px !important;
        background: url(../images/middle-banner1.jpg) center !important;
    }
    .sortable_dyna {
        max-height: 350px !important;
    }
    .add_stories_dyna #add_stories {
        padding-top: 0 !important;
    }
}

.card-bb{
    background-color: black !important;
}

.card-bb a h5{
    color: white !important;
}
.card-bf{
    background-color: black !important;
}
.prof-car-bb .Collage{
    background-color: black !important;
    overflow: hidden;
}

.middle-panel-sec3-new{background: #000;}
.middle-panel-sec3-new .middle-panel-sec3-inner-one h5 span {
    color: #ffffff;
}
.middle-panel-sec3-new .middle-panel-sec3-inner-one p{
    color: #ffffff;
}
.middle-panel-sec3-new .middle-panel-sec3-inner-two h2 {
    color: #ffffff;
}
.middle-panel-sec3-new .middle-panel-sec3-inner-three ul li a {
    color: #ffffff !important;
}

.middle-panel-sec3-new .all-comment-show div{
    color: #ffffff !important;
}
.middle-panel-sec3-new .pull-right{
    color: #ffffff !important;
}
.middle-panel-sec3-new .rareply .dropdown-toggle{color: #ffffff;}
.middle-panel-sec3-new .text-sm{color: #ffffff;}
.middle-panel-sec3-new .middle-panel-sec3-inner-two{ border-bottom: 1px solid #484848;}
.middle-panel-sec3-new .middle-panel-sec3-inner-one{ border-bottom: 1px solid #484848;}
.middle-panel-sec3-new .middle-panel-sec3-inner-four div .raviewll a{ color: #ffffff !important;}
.middle-panel-sec3-new .rababay_buckil .raviewll a{color: #ffffff !important;}
.plan-loader{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.plan-load-btn{
    background: #d83e90;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.plan-load-btn:hover{
    color: #fff;
    background-color: #bf2878;
    border-color: #bf2878;
    box-shadow: 0 0 0 0.2rem rgb(191 53 120);
    transition: 0.3s;
}
.baby_like{
    height: 20px;
}
.baby_share{
    height: 20px;
}
#zoomImageBlockEdit{
    text-align: center;
}
#zoom_image_to_change_buck_edit{
    height: 200px;
}
@keyframes ldio-spnl50zovxf {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
    }
    0% {
        transform: translate(0,0)
    }
    50% {
        transform: translate(0,108px);
        animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
    }
    100% {
        transform: translate(0,0);
    }
}

.ldio-spnl50zovxf div {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #d8228f;
   left: 50%;
    top: 50%;
    animation: ldio-spnl50zovxf 1s linear infinite;
}
.loadingio-spinner-ball-u9covrusce {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: #ffffffe0;
    position: fixed;
    z-index: 99999;
}
.buckedit_loader{
	
}
.ldio-spnl50zovxf {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-spnl50zovxf div { box-sizing: content-box; }

#youtube_in_div a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #d93e90;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
#youtube_in_div{
    position: relative;
    width: 100%;
    margin: 15px;
}
.file-list-doc{
    width: 320px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
}
.file-list-doc p {
    font-size: 18px;
    color: #d8228f;
}
.file-docker-del{
    position: absolute;
    top: 6px;
    right: 145px;
}
.file-docker-del i {
    background: #d91c90;
    color: #fff;
    padding: 3px 3px;
    font-weight: 400;
    font-size: 9px;
}
.file-docker-del-pop{
    position: absolute;
    top: 0;
    right: 0;
}

.file-docker-del-pop i {
    background: #d91c90;
    color: #fff;
    padding: 3px 3px;
    font-weight: 400;
    font-size: 9px;
}
.online-upload-pop{
    float: left;
    width: 100%;
}
.online-upload-pop .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.docer-row .online-upload{
    margin-top: 0 !important;
}

