@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap";

html,
body {
    color: #000;
    line-height: 1.8;
    background: #fff;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.btn-100 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

/* header-top */
.header-top {
    padding: 130px 0 300px;
    background-image: url(https://res.cloudinary.com/vinasmm/image/upload/v1590379643/panel/img/banner-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes sliderTitle3 {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

.header-top .panel-name {
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    background-image: -webkit-linear-gradient(291.09deg, #FF4F99 27.31%, #7F37FE 73.17%);
    background-image: -moz-linear-gradient(291.09deg, #FF4F99 27.31%, #7F37FE 73.17%);
    background-image: -ms-linear-gradient(291.09deg, #FF4F99 27.31%, #7F37FE 73.17%);
    background-image: -o-linear-gradient(291.09deg, #FF4F99 27.31%, #7F37FE 73.17%);
    background-image: linear-gradient(291.09deg, #FF4F99 27.31%, #7F37FE 73.17%);
    -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 3s ease-in-out 1s forwards infinite alternate;
    background-size: 150% 150%;
}

.header-top h1.main-head {
    font-size: 18px;
    margin: 0px 0 20px;
    line-height: 25px;
}

.header-top p {
    font-size: 15px;
    margin-bottom: 35px;
}

.header-top h1,
.header-top a,
.header-top p,
.header-top .remember_checkbox,
.header-top .checkbox {
    color: #fff !important;
}

.header-top h1.main-head {
    font-size: 24px;
    margin: 50px 0 30px;
}

.header-top .signinForm .home-form {
    width: 400px;
    margin: 70px 50px 0 auto;
}

.header-top .signinForm .home-form .form-group.inputDiv::after {
    display: none;
}

.header-top .signinForm .home-form .form-group.inputDiv:nth-child(2) {
    margin-left: 0;
    width: 100%;
}

.header-top .signinForm .home-form .form-group.inputDiv:nth-child(3) {
    width: 50%;
    padding-left: 10px;
}

.header-top .signinForm .home-form .btn.btn-primary {
    display: block;
    width: 100%;
    margin: 0;
}

.home-form {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.form-group.inputDiv {
    position: relative;
}

.form-group.inputDiv:nth-child(2) {
    margin-left: -35px;
}

.form-group.inputDiv span {
    position: absolute;
    display: flex;
    width: 46px;
    height: 46px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #4e0eae;
    left: 6px;
    top: 4px;
    z-index: 1;
}

.home-form input[type="text"],
.home-form input[type="password"],
.home-form input[type="email"] {
    background: #ffffff;
    box-shadow: none;
    border: none;
    height: 55px;
    font-size: 14px;
    padding-left: 50px;
    border-radius: 10px;
    width: 310px;
}

.form-group.inputDiv::after {
    content: '';
    position: absolute;
    right: -10px;
    height: 55px;
    width: 55px;
    background: #6409b6;
    border-radius: 50px;
    top: 0;
}

.header-top .home-form .forgot-password {
    position: relative;
    bottom: auto;
    right: auto;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    line-height: 22px;
    margin-top: 10px;
}

.header-top .home-form .pull-right.pull-right-middle {
    color: #ffffff;
}

.header-top .home-form .pull-left.pull-left-middle {
    text-decoration: none;
    color: #ffffff;
    line-height: 22px;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
}

.tpbanner-shape-wrapper {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpbanner-shape-one {
    position: absolute;
    top: 170px;
    left: 140px;
    animation: bannerAnimationTwo 8s infinite linear;
}

.tpbanner-shape-two {
    position: absolute;
    bottom: 175px;
    right: 0px;
}

.tpbanner-shape-three {
    position: absolute;
    bottom: 190px;
    right: 175px;
    width: 100px;
}

.tpbanner-shape-four {
    position: absolute;
    top: 400px;
    right: 30px;
    width: 300px;
}

@media (min-width: 1900px) {
    .tpbanner-shape-four {
        right: 330px;
    }
}

@media (max-width: 1899px) {
    .tpbanner-shape-four {
        display: none;
    }
}

.tpbanner-shape-five {
    position: absolute;
    left: 260px;
    bottom: 480px;
    width: 260px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tpbanner-shape-five {
        left: 220px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tpbanner-shape-five {
        left: 135px;
        bottom: 125px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpbanner-shape-five {
        left: 20px;
        bottom: 60%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbanner-shape-five {
        left: 1%;
        bottom: 62%;
    }
}

.tpbanner-shape-six {
    position: absolute;
    left: 100px;
    bottom: 185px;
    width: 1000px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tpbanner-shape-six {
        left: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpbanner-shape-six {
        left: 200px;
        bottom: 15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbanner-shape-six {
        left: 250px;
        bottom: 18%;
    }
}




/* End head-top */

/* HOW WE DO */
.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-120 {
    padding-top: 120px;
}

.process__area {
    background: #f4f5f9;
}

.tpbanner__sub-title {
    position: relative;
    display: inline-block;
}

.p-relative {
    position: relative;
}

.tpbanner__sub-title span {
    text-transform: capitalize;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    display: inline-block;
    border: 0 !important;
    background-color: #f4f6ff;
    color: #4260FF;
}

.tpsection__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tpprocess__item {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        justify-content: center !important;
    }
}

.tpprocess__border-bottom {
    border-bottom: 1px solid rgba(12, 19, 56, 0.08);
}

.tpprocess__wrapper {
    text-align: center;
    display: inline-block;
}

.tpprocess__wrapper:hover .tpprocess__count::before {
    transform: translate(-50%, -50%);
}

.tpprocess__count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #3EB9FF;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.tpprocess__count::before {
    position: absolute;
    content: "";
    border: 1px solid rgba(62, 185, 255, 0.4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tpprocess__title {
    font-weight: 500;
    font-size: 18px;
    color: #565764;
    line-height: 1.35;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpprocess__title {
        font-size: 15px;
    }
}

.tpprocess-shape-one {
    position: absolute;
    top: 10px;
    right: -50px;
}

.tpprocess-shape-two {
    position: absolute;
    top: 10px;
    right: -72px;
}

.tpprocess-shape-three {
    position: absolute;
    top: 10px;
    right: -85px;
}

@keyframes bannerAnimationTwo {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(20px, -5px);
    }

    40% {
        transform: translate(50px, 20px);
    }

    60% {
        transform: translate(20px, 50px);
    }

    80% {
        transform: translate(-20px, 30px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.tpprocess-shape-four {
    position: absolute;
    top: -300px;
    right: 5px;
    animation: bannerAnimationTwo 8s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 35px;
    }
}

.tpprocess__two .tpprocess__count,
.tpprocess__2 .tpprocess__count {
    background-color: #ABBF78;
}

.tpprocess__two .tpprocess__count::before,
.tpprocess__2 .tpprocess__count::before {
    border: 1px solid rgba(171, 191, 120, 0.4);
}

.tpprocess__three .tpprocess__count,
.tpprocess__3 .tpprocess__count {
    background-color: #FFB876;
}

.tpprocess__three .tpprocess__count::before,
.tpprocess__3 .tpprocess__count::before {
    border: 1px solid rgba(255, 184, 118, 0.4);
}

.tpprocess__four .tpprocess__count,
.tpprocess__4 .tpprocess__count {
    background-color: #FFA0C9;
}

.tpprocess__four .tpprocess__count::before,
.tpprocess__4 .tpprocess__count::before {
    border: 1px solid rgba(255, 173, 208, 0.4);
}

/* END */


/* SERVICE ARE */

.tpsection__content p {
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.tpservices-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 0.9;
    margin-bottom: 15px;
    display: block;
}

.tpservices-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpservices-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tpservices-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tpservices-list ul li {
    list-style: none;
    padding: 48px 50px;
    line-height: 1;
    position: relative;
    border: 1px solid #F0F1F4;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 1;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpservices-list ul li {
        padding: 48px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpservices-list ul li {
        padding: 48px 20px;
        border: none;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-list ul li {
        padding: 40px 15px;
        border: none;
    }
}

.tpservices-list ul li:hover .tpservices-img::before {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    bottom: 0;
}

.tpservices-list ul li:hover .tpservices-img img {
    transform: translateY(-42px);
}

.tpservices-list ul li:nth-child(n) {
    margin-left: 0;
    border-left: none;
}

.tpservices-list ul li:nth-child(-n+3) {
    margin-top: 0;
    border-top: none;
}

.tpservices-list ul li:nth-child(3n) {
    border-right: none;
}

.tpservices-list ul li:nth-child(n+3) {
    border-bottom: none;
}

.tpservices-list ul li:nth-child(n+4) {
    padding: 48px 50px 15px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 48px 20px 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 48px 20px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 40px 15px;
    }
}

.tpservices-list ul li:nth-child(n+4) .tpservices-img {
    margin-top: 65px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-list ul li:nth-child(n+4) .tpservices-img {
        margin-top: 40px;
    }
}

.tpservices-img {
    position: relative;
    margin-top: 40px;
}

.tpservices-img::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background-color: #E4F7FF;
    opacity: 0.6;
    z-index: -1;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tpservices-img img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tpservices-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 0.9;
    margin-bottom: 15px;
    display: block;
}

.tpservices-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.28;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-title {
        font-size: 18px;
    }
}

.tpservices-title a:hover {
    color: #4260FF;
}

.tpservices-wrapper:nth-child(n+3) .tpservices-img {
    margin-top: 60px;
}

.tpservices-item2 .tpservices-img::before {
    background-color: #FFF2D6;
    opacity: 0.6;
}

.tpservices-item3 .tpservices-img::before {
    background-color: #E3E8FF;
    opacity: 0.6;
}

.tpservices-item4 .tpservices-img::before {
    background-color: #FFE4E4;
    opacity: 0.6;
}

.tpservices-item5 .tpservices-img::before {
    background-color: #D2F8EC;
    opacity: 0.6;
}

.tpservices-item6 .tpservices-img::before {
    background-color: #FFE4F3;
    opacity: 0.6;
}

/* END */

/*----------------------------------------*/
/* Selected Projected
/*----------------------------------------*/
.tpfunfact-bg {
    overflow: hidden;
    z-index: -1;
    position: relative;
    margin-left: -65px;
    margin-right: -65px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 100px 0 202px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0;
        padding: 100px 0 100px 0;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0;
    }
}

.tpfunfact-wrapper {
    background-color: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    padding: 48px 10px;
}

@media (max-width: 767px) {
    .tpfunfact-wrapper {
        padding: 48px 5px;
    }
}

.tpfunfact-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #8A8A8D;
    display: inline-block;
    margin-bottom: 8px;
}

.tpfunfact-count {
    font-weight: 600;
    font-size: 50px;
    line-height: 46px;
    color: #131683;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfunfact-count {
        font-size: 20px;
    }
}

.tpfunfact-count span {
    font-size: 20px;
    line-height: 25px;
    ;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfunfact-count span {
        font-size: 20px;
    }
}

.tpfunfact-box {
    margin-top: -143px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpfunfact-box {
        margin-top: 50px;
    }
}

.tpfunfact-shape-one {
    position: absolute;
    top: -185px;
    left: -125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpfunfact-shape-one {
        top: -265px;
        left: -190px;
    }
}

.tpfunfact-shape-two {
    position: absolute;
    bottom: -103px;
    right: -105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpfunfact-shape-two {
        bottom: -240px;
        right: -190px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .funfact {
        justify-content: start !important;
    }
}

.funfact-icon {
    min-width: 75px;
}

.funfact-count {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #010F1C;
    font-family: 'DM Sans', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-count {
        font-size: 28px;
    }
}

.funfact-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #55585B;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-content p br {
        display: none;
    }
}

.funfact-content p span {
    font-weight: 500;
    color: #010F1C;
    display: inline-block;
    margin-right: 3px;
}

/* END Selected Projected */
/*----------------------------------------*/
/*  7.6 Choose css
/*----------------------------------------*/

@keyframes img-border {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }

    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

.tpchoose {
    background-color: #fff;
    border: 1px solid rgba(12, 19, 56, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 32px 30px 33px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpchoose {
        padding: 27px 20px 28px 20px;
    }
}

.tpchoose:hover {
    box-shadow: 0px 20px 40px rgba(8, 10, 55, 0.12);
    border-radius: 14px;
}

.tpchoose:hover .tpchoose-text i {
    color: #4260FF;
    background-color: #4260FF;
}

@media (max-width: 767px) {
    .tpchoose-bottom {
        padding-bottom: 0;
    }
}

.tpchoose-text span {
    display: block;
}

.tpchoose-text i {
    display: block;
    color: #8A8A8D;
}

.tpchoose-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: 'Urbanist', sans-serif;
    display: inline-block;
    margin-bottom: 15px;
}

.tpchoose-shape-one {
    position: absolute;
    bottom: 55px;
    left: -38px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpchoose-shape-one {
        left: -15px;
    }
}

.tpchoose-shape-two {
    position: absolute;
    bottom: 58px;
    right: 38px;
    z-index: -1;
}

.tpchoose-shape-three {
    position: absolute;
    top: 35px;
    left: 38px;
    z-index: -1;
}

@keyframes img-border {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }

    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

.tpchoose-border-anim {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -webkit-animation: img-border 5s linear infinite alternate;
    -moz-animation: img-border 5s linear infinite alternate;
    -o-animation: img-border 5s linear infinite alternate;
    animation: img-border 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
}

.tparrow-right {
    position: relative;
    display: inline-block;
}

.tparrow-right:hover i {
    width: 40px;
}

.tparrow-right i {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #8A8A8D;
    font-size: 0;
    transition: all 0.25s;
}

.company-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.03;
    margin-bottom: 17px;
    letter-spacing: -0.02em;
    color: #010F1C;
}

.company-content {
    margin-bottom: 50px;
}

.company-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #55585B;
}

@media (max-width: 767px) {
    .company-content p br {
        display: none;
    }
}

.company-thumb img {
    border-radius: 10px;
}

/* End Choose us */




.service-page .servie-data-panel.show-mobile1 {
    display: none;
}

.card.serviceDetailsCard .card-footer {
    border-top: 1px solid #eaf0f7;
    padding: 25px 10px;
}

.card.serviceDetailsCard {
    border: 1px solid #eaf0f7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

.card.serviceDetailsCard .card-body {
    padding: 25px 10px;
}

.card.serviceDetailsCard .card-body span .text-danger {
    color: #a94442;
}

.card.serviceDetailsCard .u-ver-divider {
    border-right: 1px solid #f1f1f1;
}

#sec13 .tab-pane .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#sec13 .tab-pane:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.share-body .modal-body i.fa-facebook-square,
.share-body .modal-body i.fa-facebook-square+span {
    color: #4064ac;
}

.share-body .modal-body i.fab.fa-twitter,
.share-body .modal-body i.fab.fa-twitter+span {
    color: #52a7e7;
}

.share-body .modal-body i.fab.fa-instagram,
.share-body .modal-body i.fab.fa-instagram+span {
    color: #d3004e;
}

.share-body .modal-body i.fab.fa-whatsapp-square,
.share-body .modal-body i.fab.fa-whatsapp-square+span {
    color: #2cb23f;
}

.share-body .modal-body i.fas.fa-envelope-square,
.share-body .modal-body i.fas.fa-envelope-square+span {
    color: #cb3c30;
}

.share-body .modal-body i.fas.fa-link,
.share-body .modal-body i.fas.fa-link+span {
    color: #006cb6;
}

.share-body .modal-body i.fab.fa-pinterest-square,
.share-body .modal-body i.fab.fa-pinterest-square+span {
    color: #df0022;
}

.share-body .modal-body i.fa.fa-youtube-square,
.share-body .modal-body i.fa.fa-youtube-square+span {
    color: #f70000;
}

.share-body .modal-body a span {
    display: block;
    font-size: 22px;
    line-height: 40px;
}

.share-body .modal-body {
    margin-top: 0;
    text-align: center;
}

.share-body .modal-body a {
    font-size: 45px;
    text-align: center;
    line-height: 45px;
    text-align: ;
}

.affi-wrap {
    text-align: center;
    padding: 25px;
    box-shadow: 0px 0px 6px 0px #6910af;
    border-radius: 8px;
}

.affi-icon i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #6810af;
}

.affi-title h2 {
    font-size: 30px;
    color: #3c4464;
}

.affi-desc p {
    color: #3c4464;
}

.auth footer .input-group input {
    margin-top: 0;
}

.auth footer .input-group .input-group-addon {
    padding: 6px;
    width: 44px;
}

/*hide footer when loggined*/
.about-us h3,
.about-us h1 {
    color: #3c4464 !important;
    text-align: left !important;
    font-size: 16px;
}

.email-us {
    background: linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
    color: #fff;
    padding: 12px 22px;
    border-radius: 52px;
}

.get-in-touch .media-heading,
.get-in-touch .media-heading+a {
    color: #4219ac !important;
    font-weight: 700;
}

.get-in-touch .media {
    border: 1px solid #7e11b0;
}

.contactInfo {
    padding: 8px;
    border-radius: 3px;
    background-color: #fff;
    color: #615252;
    text-align: center;
}

.get-in-touch h5 {
    color: #3c4464;
    font-size: 20px;
    margin: 12px 0;
}

.get-in-touch .openTicket {
    background: linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    margin: 12px 0;
}

.get-in-touch .media-left a i {
    font-size: 55px;
    line-height: 73px;
}

.get-in-touch .media-body {
    padding: 12px;
}

.get-in-touch .media-heading {
    font-size: 18px !important;
}

.feature-slider-nav button.left-arrow {
    left: 7px;
}

.feature-slider-nav button.right-arrow {
    right: -20px;
}

.feature-slider-nav button {
    background-color: transparent;
    border: 1px solid #6f10af;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    padding: 0;
}

.feature-title {
    margin: 15px auto;
}

.feature-slider-wrap {
    text-align: center;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 6px 10px 0px #ffe4d5;
    margin: 22px 12px;
    border-radius: 6px;
    min-height: 300px;
}

.blnceBadge-desktop {
    display: block !important;
}

.nav-btn:hover {
    color: #fff;
}

.nav-btn {
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
    display: block;
    margin-right: 10px;
}

.auth .nav-btn {
    color: #9b56ff;
}

.badge.blnceBadge {
    display: none;
}

.show-in-mob {
    display: none;
}

.ftr-info a:last-child {
    border: 1px solid #ffa73d;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.cta-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 4;
}

.cta-btn i {
    font-size: 37px;
    background: linear-gradient(135deg, #ffb142 0%, #ff7424 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-slider,
.video-nav,
.likes-row-slider {
    display: none;
}


/* facebook page */

.p-a {
    position: absolute;
}

section.fms {
    background-image: url('https://i.postimg.cc/cLRXPwXB/topBg.png');
    background-size: 100% 100%;
    padding: 150px 0;
}

section.fms h1 {
    font-size: 50px;
    color: #fff;
    margin: 80px 0 0;
}

section.fms h1+img {
    display: block;
    margin: 80px 0 0 100px;
}

section.fms .main-img {
    display: block;
    margin: 0 0 0 100px;
}

section.whatIsFb {
    padding: 40px 0;
}

h2.sec-title {
    font-size: 45px;
    color: #1c3565;
    font-weight: 600;
    margin: 0 0 20px;
}

h2.sec-title~p {
    color: #1c3565;
}

section.whatIsFb h2.sec-title {
    margin: 60px 0 30px;
}

section.whatIsFb h2.sec-title~p {
    width: 75%;
}

section.whatIsFb .main-img {
    display: block;
    margin: 0 auto;
}

section.whatIsFb a {
    text-transform: uppercase;
    margin: 20px 0 0;
    display: inline-block;
    color: #1c3565;
    font-weight: 600;
}

img.ball1 {
    left: -50px;
    top: -70px;
}

img.f1 {
    right: -40px;
    bottom: -70px;
}

img.ball2 {
    right: -40px;
    width: 80px;
    top: 20px;
}

section.whoEmployes {
    background-image: url('https://i.postimg.cc/QxrMDY57/who-Emplyes.png');
    background-size: 100% 100%;
    padding: 180px 0;
}

section.whoEmployes h2.sec-title {
    color: #fff;
}

section.whoEmployes h2.sec-title~p {
    width: 70%;
    margin: 0 auto 40px;
    color: #fff;
}

section.whoEmployes .nav.nav-tabs {
    display: flex;
    margin: 10px 0 50px;
}

section.whoEmployes .nav.nav-tabs li {
    flex-basis: 100%;
    text-align: center;
}

section.whoEmployes .nav.nav-tabs li a {
    margin: 0 20px;
    padding: 10px;
    color: #8ea0c5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    border: 0;
}

section.whoEmployes .nav.nav-tabs li a span {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    position: relative;
    margin-right: 20px;
}

section.whoEmployes .nav.nav-tabs li a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -49px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #2d72ff;
    opacity: 0;
}

section.whoEmployes .nav.nav-tabs li.active a {
    color: #fff;
}

section.whoEmployes .nav.nav-tabs li.active a span {
    color: #fff;
    -webkit-text-stroke: 0px #fff;
}

section.whoEmployes .nav.nav-tabs li.active a::before {
    opacity: 1;
}

section.whoEmployes div.tab-content {
    width: 90%;
    margin: auto;
    padding: 15px 50px;
    border-radius: 60px;
}

section.whoEmployes div.tab-content {
    width: 90%;
    margin: auto;
    padding: 15px 50px;
    border-radius: 60px;
    background-color: #2d72ff;
}

section.whoEmployes div.tab-content .tab-pane p:last-child {
    margin: 0;
}

section.marketingEffective {
    padding: 100px 0 50px;
}

section.marketingEffective .main-img {
    margin-top: 50px;
}

img.ball3 {
    left: 50px;
    top: 40px;
}

img.ball4 {
    right: 50px;
    top: 40px;
    width: 70px;
}

section.campaignDev {
    background-image: url('https://i.postimg.cc/zvJXBrWQ/campaign-Bg.png');
    background-size: 100% 100%;
    padding: 150px 0;
}

section.campaignDev h2.sec-title {
    color: #fff;
    margin: 0 0 40px;
}

section.campaignDev .col-sm-3 {
    padding: 0 20px;
}

section.campaignDev div.strategy {
    text-align: left;
    background-image: url('https://i.postimg.cc/yxv63by8/strategy-Bg.png');
    background-size: 100% 100%;
    padding-right: 30px;
    height: 510px;
    margin-top: 40px;
    opacity: 0.5;
    transition: 0.2s ease-in-out;
}

section.campaignDev div.strategy h3 {
    margin: 0;
    color: #1c3565;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    line-height: 140px;
}

section.campaignDev div.strategy h3 span {
    font-size: 45px;
    width: 106px;
    text-align: center;
    display: initial;
    font-weight: 700;
    margin-right: 10px;
}

section.campaignDev div.strategy p {
    font-size: 13px;
    color: #ffffff !important;
    margin: 10px 0;
    line-height: 18px;
}

section.campaignDev div.strategy:hover {
    opacity: 1;
}

section.campaignDev .row .col-sm-3:first-child .strategy {
    opacity: 1;
}

section.ageOfUsers {
    padding: 100px 0;
}

section.ageOfUsers .main-img {
    margin-top: 70px;
}

section.ageOfUsers .col-sm-6:last-child {
    padding-left: 100px;
}

section.ageOfUsers .col-sm-6:last-child h2.sec-title~p {
    width: 75%;
    margin-bottom: 30px;
}

section.ageOfUsers ul {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
    position: relative;
}

section.ageOfUsers ul::before {
    content: '';
    border-left: 1px solid #2d72ff;
    display: block;
    position: absolute;
    height: 100%;
    left: 22px;
}

section.ageOfUsers ul li {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    color: #1c3565;
    font-size: 14px;
}

section.ageOfUsers ul li:last-child {
    margin: 0;
}

section.ageOfUsers ul li span.num {
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #2d72ff;
    font-size: 16px;
    font-weight: 700;
    flex: 0 0 45px;
    border: 1px solid #2d72ff;
    margin-right: 20px;
    border-radius: 50px;
    background-color: #fbfbff;
    position: relative;
}

section.ageOfUsers ul li:first-child {
    color: #2d72ff;
}

section.ageOfUsers ul li:first-child span.num {
    background-color: #2d72ff;
    color: #fff;
}

section.ageOfUsers ul::after {
    content: '';
    width: 31px;
    height: 10px;
    display: block;
    position: absolute;
    background-color: #2d72ff;
    bottom: -9px;
    left: 8px;
    border-radius: 100%;
}

img.ball5 {
    left: -30px;
    top: 170px;
    width: 50px;
}

img.ball6 {
    right: -30px;
    top: -40px;
    width: 50px;
}

img.f2 {
    left: -50px;
    bottom: -70px;
}


/* facebook page */
body {

    padding-bottom: 0;
}

a {
    color: #0221fc;
}

img {
    max-width: 100%;
}

#sec3 .media-left {
    width: 25%;
}

#sec3 .media-object {
    width: auto;
}

.not-auth .blog-page p {
    color: #333;
}

.not-auth .navbar-default {
    background: transparent;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 0;
}

.not-auth .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.not-auth .navbar-default .navbar-nav>li>a {
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
}

.not-auth .navbar-default .navbar-nav>.active>a:hover,
.not-auth .navbar-default .navbar-nav>.active>a:focus,
.not-auth .navbar-default .navbar-nav>li>a:hover {
    background: #fc6175;
    background: -moz-linear-gradient(left, #fc6175 0%, #ff9944 100%);
    background: -webkit-linear-gradient(left, #fc6175 0%, #ff9944 100%);
    background: linear-gradient(to right, #fc6175 0%, #ff9944 100%);
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
}

.not-auth nav.fixed {
    position: fixed;
    margin-bottom: 0;
}

.signupPage {
    padding-top: 130px;
}

.signupPage .form-group.inputDiv {
    margin: 5px 0;
}

.signupPage .form-group.inputDiv.mr-l {
    margin-left: -35px !important;
}

.signupPage .form-group.inputDiv.mr-l.secondRowFirstBacha {
    margin-left: 0 !important;
}

.signupPage .home-form input[type="text"],
.signupPage .home-form input[type="password"],
.signupPage .home-form input[type="email"] {
    padding-left: 30px;
    width: 100%;
    border: 1px solid #DDE3E8;
}

.signupPage .btn.btn-primary.mr-t {
    width: 300px;
    clear: both;
    display: inline-block;
    margin: 6px 0 0;
}

.signupPage .g-recaptcha.form-group {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.form-group.inputDiv.mr-l.lastBacha::after {
    display: none;
}

.signupPage .form-group.inputDiv.mr-l:nth-child(5):after {
    display: none;
}

.signupPage .form-group.noAfter::after {
    display: none;
}

.signupPage .form-group.inputDiv:nth-child(2)::after {
    display: none;
}

.signupPage .home-form {
    width: 60%;
    text-align: center;
}

.section-slider {
    padding: 60px 0;
}

.section-slider .row {
    width: 89%;
    margin: auto;
}

.slick-initialized .slick-slide {
    text-align: center;
}

.slick-initialized .slick-slide img {
    display: initial;
}

.section-slider .slick-prev.slick-arrow {
    display: none !important;
}

.section-slider .slick-next.slick-arrow {
    display: none !important;
}

#sec3 {
    padding: 80px 0;
}

.title-row {
    text-align: center;
}

.title-row h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #ff772e;
}

.title-row h3 {
    font-size: 45px;
    line-height: 55px;
    color: #7910b0;
    font-weight: 600;
}

.media-body p {
    font-size: 14px;
    line-height: 24px;
    color: #3c4464;
}

.media-body {
    padding: 12px 30px;
}

.not-auth .media:hover {
    background: linear-gradient(to right, #fc6175 0%, #ff9944 100%);
}

.not-auth .media:hover .media-body p,
.not-auth .media:hover .media-body h4 {
    color: #fff;
}

#sec4 {
    background-image: url('https://res.cloudinary.com/dyrtkrxka/image/upload/v1588274719/vinaSMM/img/NhnPa8r.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 80px 0 160px;
}

.counter {
    text-align: center;
}

.counter li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: #fff;
}

.counter li span {
    display: block;
    font-size: 4.5rem;
}

.counter li span.alphabet {
    font-size: 14px !important;
}

#sec4 .title-row h3,
#sec4 .title-row h2 {
    color: #fff;
}

#sec5 {
    padding: 80px 0;
}

#sec5 .title-row h3,
#sec8 .title-row h3 {
    text-align: left;
}

#sec5 p,
#sec8 p,
#sec10 p {
    color: #3c4464;
}

.world-btn {
    color: #ff772e;
    font-weight: 600;
    display: block;
    margin-top: 40px;
}

.world-btn i {
    padding-left: 30px;
}

.world-btn:hover {
    text-decoration: none;
    color: #ff772e;
}

#sec5 .slick-slide {
    padding: 20px;
    background: linear-gradient(to right, rgba(74, 11, 146, 1) 0%, rgba(137, 15, 158, 1) 100%);
    margin: 5px;
    box-shadow: 0px 10px 5px 0px rgb(188, 178, 204);
}

#sec8 .slick-slide {
    background: linear-gradient(to right, rgba(199, 180, 219, 1) 0%, rgba(203, 181, 220, 1) 100%);
    padding: 15px 10px;
    margin: 5px;
    min-height: 236px;
}

.slider1-nav button,
.slider2-nav button,
.slider3-nav button,
.video-nav button {
    background-color: transparent;
    border: 0;
}

.slider1-nav button i,
.slider2-nav button i,
.slider3-nav button i,
.video-nav button i {
    color: #ff772e;
}

.slider2-nav {
    text-align: right;
}

#sec5 .slick-track,
#sec8 .slick-track {
    padding-bottom: 20px;
}

#sec6 {
    padding: 80px 0;
}

.video-wrap {
    padding: 30px 60px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}

.video-wrap iframe {
    border-radius: 8px;
}

.video-txt {
    padding: 12px 5px;
}

.video-txt p {
    color: #3c4464;
    font-size: 16px;
    line-height: 16px;
    float: left;
    font-weight: 600;
}

.video-txt img {
    float: right;
}

.video-wrap::after {
    content: '';
    background-image: url('//i.imgur.com/1uHr3JV.png');
    background-size: cover;
    background-position: center;
    width: 531px;
    position: absolute;
    height: 179px;
    left: 50%;
    background-repeat: no-repeat;
    bottom: -17px;
    z-index: -2;
    transform: translateX(-50%);
}

#sec7 {
    padding: 80px 0 115px;
}

#sec7 .title-row h3 {
    color: #3474ff;
}

.title-row h3 span.out {
    color: #11ca79;
}

.payment-logo {
    width: 230px;
    display: block;
    margin: auto;
}

.boy-search {
    position: absolute;
    width: 220px;
    left: 290px;
    bottom: -114px;
    z-index: 2;
}

.coin1 {
    position: absolute;
    width: 160px;
    left: 150px;
    bottom: -115px;
    z-index: 1;
}

.coin2 {
    position: absolute;
    width: 160px;
    right: 150px;
    bottom: -115px;
    z-index: 1;
}

.boy-tblt {
    transform: rotateY(180deg);
    width: 180px;
    position: absolute;
    right: 260px;
    bottom: -134px;
    z-index: 1;
}

.single-slider-wrap {
    display: flex;
}

.single-slider-left {
    width: 50%;
    padding: 20px;
    background: linear-gradient(45deg, rgb(183, 209, 226) 5%, rgb(252, 245, 239) 95%);
}

.single-slider-right {
    width: 50%;
    background-color: #fff;
    padding: 30px;
    text-align: left;
}

.single-slider-right h4 span {
    color: #ff772e;
    font-size: 14px;
    padding-left: 10px;
}

.single-slider-right h4 {
    margin: 20px auto;
}

.slider3-nav {
    margin-top: 25px;
}


.single-stat-cont p {
    color: #ff772e;
    font-weight: 600;
}

.single-stat {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 5px 5px 0px rgba(215, 217, 226, 1);
}

.single-stat-cont {
    padding: 40px 10px 30px;
}

.single-stat-img img {
    border-radius: 5px 5px 0 0;
}

.row.likes-row {
    margin-top: 45px;
}

.likes-row-icon {
    text-align: center;
}

.likes-row-wrap {
    background-color: #fff;
    padding: 50px 25px 25px;
    box-shadow: 0px 5px 5px 0px rgba(215, 217, 226, 1);
}

.likes-row-body {
    text-align: center;
    padding: 25px 37px;
}

.likes-row-body h4 {
    margin-bottom: 20px;
}

.likes-row-body p {
    color: #3c4464;
}

.panel.panel-default {
    margin-bottom: 15px;
    border: 0;
    box-shadow: 0px 3px 5px 0px rgba(215, 217, 226, 1);
}

.panel-heading {
    padding: 0;
    background-color: transparent !important;
}

.panel-heading a {
    display: block;
    padding: 10px 16px;
    font-size: 18px;
    color: #2b1f62;
    min-height: 38px;
    line-height: 38px;
}

.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
}

.panel-heading a.collapsed::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 35px;
    color: #3c4464;
}

.panel-heading a::after {
    content: '-';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 50px;
    color: #3c4464;
}

.panel-body {
    color: #3c4464;
    text-align: left;
}

.auth #faq .boy-search {
    z-index: 1;
}

footer {
    //z-index: 3;
  	margin-top: 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 119px;
    bottom: 0;
    z-index: -1;
}

.not-auth footer {
    background-color: #273443;
    color: hsl(0, 0%, 100%);
    padding: 60px;
}


.newsletter {
    margin: 36px 0;
}

p.newsletter {
    margin: 35px auto;
    color: #fff;
}

::placeholder {
    color: #3c4464;
}

.ftr-bottom-nav {
    list-style: none;
}

.ftr-bottom-nav li {
    display: inline-block;
    margin: 5px 12px;
}

.ftr-bottom-nav li a:hover {
    text-decoration: none;
}

.ftr-bottom p {
    color: #fff;
}

.inner-page.top-spacing {
    padding-top: 80px;
}

.navbar.bg-nav {
    background: #3526c5;
}

.well {
    background: #fff;
    
    padding: 24px;
    border-radius: 10px;
}

.signup-p .form-group {
    width: 100%;
    position: relative;
    margin: 15px auto;
}

.signup-p .form-control {
    height: 50px;
    border-radius: 40px;
    border: 0;
    box-shadow: 0px 2px 3px 0px #e6e6e6;
    padding-left: 50px;
    background-color: #e6e6e6;
    width: 100%;
    margin: auto;
}

.signup-p .input-icon {
    left: 22px;
}

.signup-p .g-recaptcha.form-group div:first-child {
    width: 100%;
    margin: auto;
}

.signup-p .checkbox {
    text-align: center;
}

.signup-p .signin-btn {
    margin: auto;
    display: block;
}

.signup-p .well {
    padding-bottom: 55px;
}

.inner-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3c4464;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaf0f7;
}

.inner-title h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 6px;
    background-color: #9c21a4;
    border-radius: 40px;
    bottom: -3px;
    left: 35px;
}


/* ======== testionmial ============ */

.testi-all {
    position: relative;
}

.testi1 {
    width: 230px;
    position: absolute;
    top: 85px;
}

.test-star {
    margin: 10px 0;
}

.test-star img {
    width: 80px;
}

.testi1::after {
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/nWOLwEe.png');
    width: 437px;
    height: 226px;
    top: -30px;
    left: -30px;
}

.testi-pic img,
.testi-pic div {
    position: absolute;
    right: -130px;
    top: 60px;
    z-index: 1;
}

.testi2 {
    position: absolute;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 90px;
}

.testi2 .testi-pic img,
.testi2 .testi-pic div {
    position: absolute;
    left: 50%;
    right: auto;
    top: 0px;
    transform: translateX(-50%);
}

.testi2::after {
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/P2Wf6IG.png');
    width: 16px;
    height: 67px;
    left: 50%;
    transform: translateX(-50%);
}

.testi3 {
    width: 230px;
    position: absolute;
    top: 85px;
    right: 0;
}

.testi3 .testi-pic img,
.testi3 .testi-pic div {
    position: absolute;
    left: -130px;
    top: 60px;
    z-index: 1;
}

.testi3::after {
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/nWOLwEe.png');
    width: 437px;
    height: 226px;
    top: -30px;
    right: -30px;
    transform: rotateY(180deg);
}

.test-bottom-img {
    position: relative;
}

.test-bottom-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -695px;
}

.testi4 {
    width: 230px;
    position: absolute;
    top: 350px;
}

.testi4::after {
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/fYvkKT0.png');
    width: 213px;
    height: 230px;
    top: 10px;
    left: -30px;
}

.testi4 .testi-pic img,
.testi4 .testi-pic div {
    position: absolute;
    right: 50%;
    top: 195px;
    z-index: 1;
}

.testi5 {
    width: 230px;
    position: absolute;
    top: 350px;
    right: 0;
}

.testi5::after {
    content: '';
    position: absolute;
    background-image: url('//i.imgur.com/fYvkKT0.png');
    width: 213px;
    height: 230px;
    top: 10px;
    right: -30px;
    transform: rotateY(180deg);
}

.testi5 .testi-pic img,
.testi5 .testi-pic div {
    position: absolute;
    left: 50%;
    top: 195px;
    z-index: 1;
}


/* ===============  modal css ================== */

.tab-content .title-row h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.modal-body .row .col-sm-6:first-child {
    text-align: center;
}

.modal-body .form-group {
    width: 75%;
    position: relative;
    margin: 15px auto;
}

.modal-body .form-group .form-control {
    height: 50px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding-left: 50px;
    width: 80%;
    margin: auto;
}

.modal-body .form-group .checkbox {
    text-align: center;
}

.input-icon {
    position: absolute;
    left: 62px;
    top: 14px;
    font-size: 16px;
    color: #4d0b93;
}

.modal-body .forgot-password {
    right: 50%;
    bottom: -75px;
    z-index: 1;
    transform: translateX(50%);
    text-decoration: none;
    color: #57b846;
}

.paralax-img-wrap {
    position: relative;
    margin-top: 130px;
}

.move-image {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-75%, -25%) perspective(600px) rotatey(20deg);
    transform-style: preserve-3d;
}

.modal-body .signin-btn {
    display: block;
    margin: 70px auto auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-radius: 10px;
    border: 1px solid #151b26;
}

.nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
}

.nav-tabs>li>a {
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 15px;
    color: #151b26;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    margin: 5px 5px;
    transition: .14s 
ease;
}

.modal-body .form-group.g-recaptcha {
    text-align: center;
    margin-top: 55px;
}

.modal-body .form-group.g-recaptcha div:first-child {
    width: 100% !important;
}

#profile .signin-btn {
    margin-top: 30px;
}


/* ===============  // modal css ================== */

.row.testimonial-mob {
    display: none;
}

.service-page .dash-btn {
    margin: 10px auto;
    height: 30px;
    width: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 0;
    font-size: 12px;
}

.service-page .badge.rateper {
    padding: 5px 14px;
    background-color: #e7332c;
}

.service-page .badge.minorder {
    padding: 5px 14px;
    background-color: #f37634;
}

.service-page .badge.mxnorder {
    padding: 5px 14px;
    background-color: #ffa13a;
}

#sec13 {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

#sec13 .col-sm-5 img {
    width: 100%;
}

#sec13 .title-row {
    margin-bottom: 30px;
}

#sec13 .nav-tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

#sec13 .nav-tabs>li>a {
    border: 0;
    padding: 10px 0;
    margin: 10px 15px;
    text-align: center;
}

#sec13 .nav-tabs>li>a:hover,
#sec13 .nav-tabs>li.active>a,
#sec13 .nav-tabs>li.active>a:hover,
#sec13 .nav-tabs>li.active>a:focus {
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid #6b2278;
    color: #ff772e;
}

#sec13 ul.slick-dots {
    padding-left: 0;
    margin: auto;
    text-align: center;
}

#sec13 ul.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

#sec13 ul.slick-dots li button {
    width: 10px;
    height: 17px;
    border-radius: 50px;
    border: 0;
    background-color: #2b1f62;
    color: transparent;
}

#sec13 ul.slick-dots li.slick-active button {
    background-color: #ff772e;
}

#sec13 .socialSlideIcon {
    background: #ffffff;
    font-size: 38px;
    color: #2b1f62;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 91px;
    border-radius: 50px;
    box-shadow: 6px 6px 30px rgba(255, 119, 46, 0.5);
    border: 1px solid #2b1f62;
    margin: 0 auto 35px;
}

#sec13 .tab-content p {
    color: #2b1f62;
    padding: 12px 25px 0;
}

#sec13 .slick-track {
    width: 1959px !important;
}

#sec13 .tab-content>.tab-pane,
#sec13 .pill-content>.pill-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

#sec13 .tab-content>.active,
#sec13 .pill-content>.active {
    height: auto;
    overflow-y: visible;
}

.not-auth .terms-page p {
    color: #3c4464;
}

.not-auth .title-search .search-icon {
    top: 15px;
}

.not-auth .title-search .form-control {
    height: 50px;
}

#sec13 .left-arrow,
#sec13 .right-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    background-color: transparent;
    border: 0;
}

#sec13 .right-arrow {
    right: 0;
}

#sec13 .slick-arrow .fas {
    font-weight: 600;
    font-size: 18px;
    color: #ff772e;
}

#sec13 .tab-pane .slick-arrow {
    display: none !important;
}

#sec13 .tab-pane.active .slick-arrow {
    display: block !important;
}


/* Dashboard CSS*/

.auth .navbar-default .navbar-nav>li>a.user-bal {
    background-image: url('https://i.postimg.cc/WbbySnJC/V1xx9A1.png');
    border-radius: 40px;
    font-weight: 600;
    font-size: 20px;
    width: 135px;
    padding: 12px 5px 12px 0;
    background-color: #ffb142;
}

.auth .navbar-default .navbar-nav>li>a.user-bal i {
    float: right;
    line-height: 20px;
    font-size: 32px;
    color: #3826b5;
    background-color: #fff;
    border-radius: 100px;
}

.drop-icon i {
    color: #ff842c;
    background-color: #fff;
    padding: 8px;
    border-radius: 100px;
    font-size: 17px;
}

#wrapper {
    min-height: 100vh;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth .navbar-static-top {
    padding: 0 0 0 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #page-wrapper,
#wrapper.toggled .navbar-static-top {
    padding: 0 0 0 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth .navbar-default {
    /*background-color: #d98bff;
    background: -moz-linear-gradient(-45deg, #d98bff 0%, #9a55ff 100%);
    background: -webkit-linear-gradient(-45deg, #d98bff 0%, #9a55ff 100%);
    background: -o-linear-gradient(-45deg, #d98bff 0%, #9a55ff 100%);
    background: linear-gradient(-45deg, #d98bff 0%, #9a55ff 100%);*/
    border: 1 solid #333;
    margin: 0;
    z-index: 2;
}

.navbar.navbar-inverse {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    min-height: initial;
}

#sidebar-wrapper {
    top: 0;
    left: 0px;
    width: 60px;
    color: white;
    background: #263544;
    position: fixed;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    z-index: 3;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    left: 250px;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-right: 1px solid #e7e7e7;
  
    /* Transition */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 #ffffff;
}

/* Webkit scrollbar (Chrome, Edge, Safari, Opera) */
#wrapper.toggled #sidebar-wrapper::-webkit-scrollbar {
    width: 8px;
}

#wrapper.toggled #sidebar-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
}

#wrapper.toggled #sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.side-back {
    background: #fff;
}

.sideBarLogo {
    overflow: hidden;
    position: relative;
}

.sideBarLogo a.navbar-brand {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#wrapper .full-logo {
    display: none;
}

#wrapper.toggled .sideBarLogo img {
    margin: 0;
    width: auto;
    max-height: 85px;
}

#wrapper.toggled .full-logo {
    display: block;
}

#wrapper.toggled .red-logo {
    display: none;
}

.sidebar-pinner {
    text-align: center;
    padding: 10px 0;
}

#wrapper.toggled .sidebar-pinner {
    position: absolute;
    background: transparent;
    padding: 7px 0;
    right: 0;
    top: 20px;
    z-index: 2;
}

#menu-toggle {
    position: relative;
    width: 40px;
    height: 25px;
}

#menu-toggle .icon-bar {
    display: block;
    letter-spacing: 0;
    width: 28px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    left: 0;
    margin: auto;
}

.auth #menu-toggle .icon-bar {
    background-color: #4f4e4e;
}

#menu-toggle .icon-bar:nth-child(3) {
    top: 8px;
}

#menu-toggle .icon-bar:last-child {
    top: 16px;
}

.profileBox {
    padding: 17px 0;
    text-align: center;
    position: relative;
}

#wrapper.toggled .profileBox {
    padding: 30px 0 0px;
}

.profileBox .profilePic {
    padding: 0 12px;
}

#wrapper.toggled .profileBox .profilePic {
    padding: 0;
}

.profileBox .username {
    font-size: 16px;
    margin-bottom: 0;
    color: #151b26;
    word-wrap: break-word;
    display: none;
}

#wrapper.toggled .profileBox h4 {
    font-size: 16px;
    height: auto;
}

#wrapper.toggled .profileBox .username {
    display: block;
}

.profileBox p {
    font-size: 8px;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 9px;
    line-height: 1;
    border: 2px solid #0a23dc;
    border-radius: 500px;
    color: #70da44;
}

#wrapper.toggled .profileBox p {
    font-size: 12px;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.42857143;
}

#wrapper.toggled .profileBox p span {
    display: block;
    margin-left: 5px;
    font-size: 10px;
}

.profileBox p span {
    display: none;
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    width: 100%;
    list-style: none;
    padding-top: 15px;
    z-index: 1;
}

.showOnMobile {
    display: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}



#wrapper.toggled .sidebar-nav i.menu-icon {
    /*margin-left: 0px;*/
}

.sidebar-nav li a {
    color: #151b26;
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 5px;
}

.toggled .sidebar-nav li a {
    padding-left: 55px;
}

.sidebar-nav li a i.menu-icon {
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 27px;
}

.toggled .sidebar-nav li a i.menu-icon {
    left: 24px;
}

.sidebar-nav i.menu-icon {
    font-size: 16px;

}

.sidebar-nav li a:hover,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a {
    text-decoration: none;
    text-decoration: none;
    color: #f56600;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}

.sidebar-nav li a img {
    width: 24px;
    margin-right: 20px;
    filter: invert(1) contrast(20%);
}

.sidebar-nav li a:hover img,
.sidebar-nav li.active a:hover img,
.sidebar-nav li.active a img {
    filter: invert(0);
}

#wrapper #sidebar-wrapper span.menu-title {
    display: none;
}

#wrapper.toggled #sidebar-wrapper span.menu-title {
    display: initial;
}

#page-wrapper {
    width: 100%;
    min-height: 100vh;
    z-index: 1;
}

#wrapper .navbar-static-top {
    position: fixed;
    right: 0;
    left: 0;
}

#page-wrapper,
.auth .navbar-static-top {
    /* padding: 0 0 100px 60px; */
    padding: 7px 0 0 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper #page-wrapper {
    padding-top: 90px !important;
    /* background-color: #F7F1EF;*/
}

#wrapper.toggled #page-wrapper,
#wrapper.toggled .navbar-static-top {
    /* padding: 0 0 100px 250px; */
    padding: 7px 0 0px 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-wrapper {
    padding-bottom: 0 !important;
}


.auth .navbar-default .navbar-collapse {
    margin-bottom: 10px;
}

.auth .navbar-default .breadcrumb {
    float: left;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.auth .navbar-default .breadcrumb li a,
.auth .navbar-default .breadcrumb li {
    color: #191919;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 60px;
}

.auth .navbar-default .breadcrumb li a {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.auth .navbar-default .breadcrumb li a img {
    margin-right: 10px;
}

.auth .navbar-right {
    margin-right: 0;
    margin-top: 8px;
}

.auth .navbar-default .navbar-nav>li>a {
    padding: 0;
    color: #ffffff;
    margin-left: 10px;
}

.auth .navbar-default .navbar-nav>.open>a,
.auth .navbar-default .navbar-nav>.open>a:hover,
.auth .navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: transparent;
}


.auth .navbar-header .nav-btn img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.auth .toggled .navbar-header .nav-btn img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.badge.blnceBadge {
    font-size: 20px;
    font-weight: 600;
    padding: 2px 4px 2px 20px;
    border: 1px solid #ededed;
    border-radius: 500px;
    background: #fff;
    color: #151b26;
}

.badge.blnceBadge span {
    background: #151b26;
    width: 32px;
    color: #fff;
    height: 32px;
    display: inline-flex;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-left: 8px;
}

.neworder .media {
    min-height: auto;
}

.neworder .media-left {
    float: left;
}

.neworder .media-body {
    padding-right: 5px;
    text-align: right;
}

.neworder .media-object {
    padding-top: 2px;

    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 28px;
}

.neworder .media-object {
    border: 3px solid #e3e3e3;
}

.neworder .acct-status .media-object {
    border: 3px solid #A12AFF;
    color: #A12AFF;
}

.neworder h4.media-heading {
    font-size: 14px;
}

.neworder .media-desc {
    font-size: 20px;
    padding-top: 14px;
    font-weight: 600;
}

.neworder .media {
    border-radius: 25px;
}


.bottom-grad {
    height: 8px;
    border-radius: 40px;
}

.grad1 {
    background: linear-gradient(to right, rgb(255, 116, 36) 20%, rgb(234, 240, 247) 60%);
}

.grad2 {
    background: linear-gradient(to right, rgba(155, 33, 164, 1) 20%, rgba(234, 240, 247, 1) 60%);
}

.grad3 {
    background: linear-gradient(to right, rgba(70, 37, 169, 1) 20%, rgba(234, 240, 247, 1) 60%);
}

.grad4 {
    background: linear-gradient(to right, rgba(71, 157, 228, 1) 20%, rgba(234, 240, 247, 1) 60%);
}

.neworder .row.stat {
    margin-bottom: 25px;
}

.auth label {
    font-size: 13px;
    font-weight: 500;
}

.auth .form-control {
    height: 50px;
    padding: 12px 12px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
}

#service_description .panel-body {
    border: 1px solid #eaf0f7 !important;
}

.dash-btn {
    height: 55px;
    width: 216px;
    background-color: transparent;
    border: 0;
    color: #fff;
    margin: 20px 0 0;
    display: block;
    background: #f56600;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px -4px #0000008c;
}

.help-block {
    text-align: right;
}

.auth select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('//i.imgur.com/aL1FxiQ.png');
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 20px;
}

.acc-info {
    text-align: center;
}

.acc-info-top {
    padding: 15px;
    border-bottom: 1px solid #eaf0f7;
}

.acc-info-top p {
    font-size: 14px;
    color: #3c4464;
    font-weight: 500;
}

.acc-info-bottom p {
    font-size: 40px;
    font-weight: 500;
    color: #3c4464;
}

.dash-title h2 {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid #eaf0f7;
    padding-bottom: 22px;
    position: relative;
}

.dash-title h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: #9c21a4;
    left: 15px;
    bottom: -4px;
    border-radius: 25px;
}

.dash-tabs {
    display: block;
}

#current_date {
    font-size: 13px;
    font-weight: 100;
    color: #b3b8cd;
}

.single-update {
    padding: 0 0 20px 30px;
    border-left: 5px dotted #eef3f9;
    position: relative;
}

.single-update-title p {
    font-size: 13px;
    font-weight: 500;
    color: #73778b;
    display: inline-block;
}

.single-update-title span {
    padding-left: 16px;
    color: #9da0ac;
    font-size: 10px;
}

.single-update-bullet {
    position: absolute;
    left: -10px;
    top: 3px;
    width: 15px;
    height: 15px;
    transform: rotateZ(45deg);
    border-radius: 15px;
}

.single-update-bullet span {
    transform: rotateZ(-45deg);
    display: block;
    font-size: 11px;
    position: relative;
    left: -4.5px;
    top: -4.5px;
    font-weight: 700;
}

.single-update-desc p {
    font-size: 14px;
    color: #3c4464;
}

.single-update-bullet.bullet-one {
    background-color: #fe6906;
}

.single-update-bullet.bullet-two {
    background-color: #dcd3f9;
    color: #4625a9;
}

.single-update-bullet.bullet-three {
    background-color: #f6d2f8;
    color: #a22daa;
}

.single-update-bullet.bullet-four {
    background-color: #fbe5d9;
    color: #ff7424;
}

.single-update-bullet.bullet-five {
    background-color: #d8edfd;
    color: #479ee4;
}

.auth .form-control.mass-order-textarea {
    height: 300px !important;
    padding: 15px 16px;
}

thead tr th {
    font-size: 13px;
    font-weight: 500;
    color: #3c4464;
}

.table-wrapper {
    overflow: hidden;
    padding: 0;
    border: 1px solid #ededed;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 13px;
}

.table-wrapper .table-header {
    margin: 0;
    padding: 10px;
}

.table-wrapper .table-header .nav-pills {
    margin-bottom: 10px;
}

.table-wrapper .table-responsive thead {
    text-transform: uppercase;
}

.table-wrapper .table-responsive .table thead>tr>th {
    border-bottom: none;
}

.table-wrapper .table>tbody>tr>td {
    padding: 2rem 10px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none;
}

.table .cat-title td.full-td {
    padding: 10px 20px !important;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.rate {
    color: #ff986b !important;
    font-weight: 700;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

/* Service Search and table-filter */

.table-filter button,
.search .input-group button,
.search .input-group input {
    height: 40px;
    border: none;
}
/* End */
.title-search .dash-title {
    width: 50%;
    display: inline-block;
}

.title-search .form-group {
    width: 49%;
    display: inline-block;
    position: relative;
}

.title-search .form-control {
    background-color: #eaf0f7;
    border-radius: 45px;
    border: 0;
    box-shadow: none;
    padding: 12px 12px 12px 25px;
}

.title-search .search-icon {
    position: absolute;
    right: 21px;
    top: 24px;
    z-index: 3;
}

.table .title-search {
    display: flex;
    align-items: center;
    padding: 10px;
}

.service-page .title-search .dropdown button {
    background: #f56600;
    color: #fff;
    border-radius: 15px;
    height: 47px;
    line-height: 35px;
    padding-left: 18px;
}

.service-page .title-search .bootstrap-select .dropdown-toggle .caret {
    top: 45%;
    transform: translateY(-50%);
}

.service-page .title-search .bootstrap-select .dropdown-menu li a.selected {
    background: center bottom repeat-x, linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
    color: #fff;
}

.service-page .title-search .bootstrap-select .glyphicon-ok::before {
    display: none;
}

.title-search h2 {
    border-bottom: 0;
}

.title-search h2::after {
    display: none;
}

.title-search {
    border-bottom: 2px solid #eaf0f7;
    position: relative;
}

.title-search::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    left: 15px;
    bottom: -4px;
    border-radius: 25px;
}

.table thead th,
.table tbody td {
    vertical-align: middle;
}

.table>thead>tr>th {
    height: 60px;
    vertical-align: middle;
}

.table>tbody>tr>td:nth-child(2) {
    word-wrap: anywhere;
}

.w-1p {
    width: 1% !important;
}

.w-5p {
    width: 5% !important;
}

.w-10p {
    width: 10% !important;
}

.w-15p {
    width: 15% !important;
}

.w-20p {
    width: 20% !important;
}

.w-25p {
    width: 25% !important;
}

.w-30p {
    width: 30% !important;
}

.h-1p {
    height: 1% !important;
}

.w-25p {
    width: 25% !important;
}

.h-25p {
    height: 25% !important;
}

.w-50p {
    width: 50% !important;
}

.h-50p {
    height: 50% !important;
}

.w-75p {
    width: 75% !important;
}

.h-75p {
    height: 75% !important;
}

.w-100p {
    width: 100% !important;
}

.h-100p {
    height: 100% !important;
}

.w-autop {
    width: auto !important;
}

.h-autop {
    height: auto !important;
}

.w-0 {
    width: 0rem !important;
}

/*.table > tbody > tr > td:nth-child(2) {
    padding-right: 35px;
}*/

.dash-body ul {
    padding-left: 0;
    list-style: none;
}

.dash-body li {
    display: inline-block;
    width: 49.6%;
    font-weight: 100;
    font-size: 14px;
    color: #2b1f62;
    margin-bottom: 10px;
}

.dash-body .panel-body li {
    display: block;
}

.dash-body span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fe772e;
    text-align: center;
    line-height: 20px;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    margin-right: 6px;
    font-size: 11px;
}

.panel-heading a.collapsed::after {
    content: '+';
    position: absolute;
    right: 45px;
    color: #3c4464;
    font-weight: 300;
    font-family: poppins;
}

.auth .panel.panel-default {
    border: 1px solid #eaf0f7;
    box-shadow: none;
}

.auth .panel-heading a {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    color: #2b1f62;
    min-height: 25px;
    line-height: 25px;
    border-color: #eaf0f7;
    box-shadow: none;
}

.addfunds .nav.nav-tabs,
.ticket-page .nav.nav-tabs {
    display: block;
}

.easypaisa {
    background-color: #eaf0f7;
    padding: 6px 13px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.easypaisa p {
    margin-bottom: 0;
    color: #6c7289;
}

.easypaisa p a {
    color: #fe803d;
}

.payment_logos {
    display: flow;
    text-align: center;
}

.payment_logos img {
    width: 50px;
    padding: 0;
    margin: 8px 5px;
}

.api p.exa {
    color: #b1b4c1;
    font-size: 15px;
    font-weight: 500;
}

.api .dash-btn,
.blog-page .dash-btn {
    text-align: center;
    line-height: 64px;
}

.post-content h1,
.post-content h2 {
    font-size: 15px;
    font-weight: 500;
    color: #3c4464;
}

.post-content p {
    text-align: center;
    font-size: 13px;
}

.post-content p img {
    border-radius: 3px;
}

.ticket-page .title-search h2 {
    margin-top: 12px;
}

.ticket-page .title-search .nav-pills {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.ticket-page .title-search .nav-pills .input-group-btn {
    padding-left: 0;
}

.ticket-page .title-search .nav-pills .input-group-btn button {
    height: 50px;
    background-color: #eaf0f7;
    border: 0;
    border-radius: 0 40px 40px 0;
    padding-right: 18px;
}

.ticket-page .title-search .form-control {
    margin-top: 3px;
}

.ticket-page .table>thead>tr,
.ticket-page .table>tbody>tr {
    height: 60px;
    vertical-align: middle;
}


/* ==============   tickat page css      ============= */

.tickat-page .ticket-message-right .avatar {
    float: right;
    padding-right: 10px;
    font-size: 30px;
    color: #c5c5c5dd;
    line-height: 50px;
    margin-left: 20px;
}


.tickat-page .info.text-right {
    padding-right: 10px;
}

.tickat-page .ticket-message-left .avatar {
    float: left;
    padding-left: 10px;
    font-size: 30px;
    color: #8b8b8b;
    line-height: 50px;
    margin-right: 20px;
}

.tickat-page .ticket-message-left .info {
    padding-left: 10px;
}

.tickat-page #message {
    min-height: 80px;
}

.tickat-page .info strong {
    color: #3c4464;
}

.tickat-page .row:first-child {
    margin: 0;
}


/* ==============  // tickat page css      ============= */

.order-title {
    display: flex;
    border-bottom: 2px solid #eaf0f7;
    position: relative;
    align-items: center;
}

.order-title .dash-title {
    float: left;
    width: 20%;
}

.order-title .dash-title h2::after {
    display: none;
}

.order-title .dash-title h2 {
    border-bottom: 0;
}

.order-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    left: 15px;
    bottom: -4px;
    border-radius: 25px;
}

.order-title .nav.nav-pills {
    float: right;
    width: auto;
    /* margin-left: auto; */
    font-size: 14px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #3826b5;
}

.order-page #history-search {
    width: 100%;
    z-index: 0;
    position: relative;
    margin: 0;
}

.auth .order-page .dropdown button {
    background-color: #eaf0f7;
    width: 250px;
    text-align: left;
    border-radius: 50px;
    height: 50px;
    margin-right: 25px;
    color: #82899f;
    background-image: url('https://i.imgur.com/HqS0jAA.png');
    background-repeat: no-repeat;
    background-position: 92%;
    padding-left: 25px;
}



.order-page .dropdown-menu {
    left: 0;
    min-width: auto;
    margin: 0;
    padding: 0;
    background-color: #eaf0f7;
    color: #606565;
}

.order-page .dropdown-menu li.active a,
.order-page .dropdown-menu li:hover a {
    background-color: #fff;
    color: #ff772e;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.2);
}

.badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}

.badge.pending {
    color: #7535ff;
    background-color: #f8f5ff;
}

.badge.partial {
    color: #f5013e;
    background-color: #fff5f8;
}

.badge.inprogress {
    color: #F15D23;
    background-color: #fff;
}

.badge.complete,
.badge.answered {
    color: #009ef7;
    background-color: #f1faff;
}

.badge.processing {
    background-color: #e8fff3;
    color: #00c95a;
}

.badge.canceled {
    color: #200101;
    background-color: #f1f1f2;
}

.badge.closed {
    color: #200101;
    background-color: #f1f1f2;
}

#tickets .badge {
    margin-left: 43px;
    padding: 5px 10px;
    border-radius: 50%;
    display: inline;
}


.auth .navbar-default .breadcrumb.mob-show,
.navbar-header .pull-right.mob-show {
    display: none;
}

.service-page table thead tr:first-child {
    background: #fff;
}

.service-page table thead tr:first-child th {
    font-size: 13px;
}

.neworder .modal-body button.close,
.ticket-page .modal-body button.close {
    top: -55px;
    right: -20px;
    position: absolute;
    background-color: transparent;
    border: 0;
}

.neworder .modal-content,
.ticket-page .modal-content {
    /* background: linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
    color: #fff; */
}

.modal-content {
    border-radius: 15px;
}

.modal-content .modal-header {
    border-radius: 15px 15px 0 0;
    background: #281710;
}

.modal-content .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.8;
    color: #fff;
}

.modal-content .modal-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
}

.neworder .btn.btn-primary .like-tootips,
.ticket-page .btn.btn-primary .like-tootips {
    position: absolute;
    width: 100px;
    background-color: #000;
    left: -110px;
    padding: 1px 5px;
    border-radius: 4px;
}

.neworder .tooltip-arrow,
.ticket-page .tooltip-arrow {
    left: -10px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.btn.btn-primary {
    border-radius: 10px;
    background: #151b26;
    border-color: #151b26;
}


.btn.btn-outline-primary {
    border-radius: 10px;
    background: #fff;
    color: #151b26;
    border-color: #ededed;
}


.neworder .btn.btn-primary,
.ticket-page .btn.btn-primary {
    position: relative;
    animation: pulseTwo 1.8s infinite ease-in-out;
}

span.ticket-count {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #ef0404;
    top: -4px;
    border-radius: 25px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
}

#accstatus tr:first-child,
#accstatus tr th:first-child {
    background: linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
    color: #fff;
}

#accstatus tr:first-child th:first-child {
    background: transparent;
}

#accstatus .table>tbody>tr>td:nth-child(2) {
    padding-right: 8px;
}

#serv-page-search {
    position: relative;
    margin-bottom: 0;
}

#serv-page-search input#searchService {
    height: 50px;
    margin-top: 0;
    border: 1px solid #DDE3E8;
    background-color: #fff;
    box-shadow: none;
    border-radius: 50px;
    padding-left: 25px;
    color: 9c899f;
    position: relative;
}

#serv-page-search .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.service-page .dropdown {
    width: 20%;
}

.service-page .dropdown.bootstrap-select.show-tick {
    width: 100% !important;
}

.single-post-page .dash-btn {
    text-align: center;
    line-height: 64px;
}

.auth-ftr .form-control {
    margin-top: 0;
}


/* DASHBOARD CSS */

.ftr-bottom-nav li a {
    color: #a1a1a1;
}

.ftr-bottom-nav li a:hover {
    color: #ff772e;
}

.about-us h1,
.about-us h3,
.about-us p,
.about-us b {
    font-family: 'Poppins' !important;
}

.auth .nav.nav-pills i {
    margin-right: 5px;
}

.auth .panel-heading a i {
    margin-right: 8px;
}

.g-recaptcha.form-group {
    position: relative;
    clear: both;
    float: none;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}

.likes-row-wrap:hover .rubberBand {
    animation-name: rubberBand;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.likes-row-wrap:hover,
.single-stat:hover {
    box-shadow: 0 0 25px 10px rgba(46, 61, 73, .2);
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

ul.sideBarUtilities {
    display: none;
}


/* ==================== */

.tinyAnimationBox {
    position: absolute !important;
    top: 300px;
    left: 0;
}

.movingBorder {
    width: 4px;
    height: 80px;
    background-color: #ffffff70;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
    top: 70px;
}

.movingBorder::before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    border-radius: 30px;
    border: 2px dashed #2a7af3;
    display: block;
    bottom: 0;
    animation: movingBorder 2s infinite;
}

.movingBorder.s {
    height: 30px;
    margin-left: 20px;
    margin-top: -40px;
}

.movingBorder::before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    border-radius: 30px;
    border: 2px dashed #2a7af3;
    display: block;
    bottom: 0;
    animation: movingBorder 2s infinite;
}

.fillingCircle {
    width: 15px;
    height: 15px;
    background-color: #e696f5;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 10px;
}

.fillingCircle::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    background-color: #ffffff70;
    border-radius: 20px;
    animation: fillingCircle 2s infinite;
}

.fillingCircle.s {
    width: 10px;
    height: 10px;
    animation-duration: 3s;
    top: 220px;
    left: 60px;
}

.fillingCircle::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background-color: #2a7af3;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

.fillingCircle.s::before {
    width: 4px;
    height: 4px;
}

.fillingCircle::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    background-color: #ffffff70;
    border-radius: 20px;
    animation: fillingCircle 2s infinite;
}

.fillingCircle.xs {
    width: 7px;
    height: 7px;
    animation-duration: 3.5s;
    top: 340px;
    left: 30px;
}

.fillingCircle::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background-color: rgba(114, 8, 174, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

.fillingCircle.xs::before {
    width: 2px;
    height: 2px;
}

.tinyAnimationBox i {
    position: absolute;
    color: #ffffff70;
}

.tinyAnimationBox .fa-cog {
    top: 0;
    left: 70px;
}

.tinyAnimationBox .fa-plus {
    left: 70px;
    margin-top: 40px;
    font-size: 10px;
}

.tinyAnimationBox.right {
    left: auto;
    right: 20px;
}

.right .movingBorder {
    margin-right: 50px;
}

.right .fillingCircle {
    left: auto;
    right: 10px;
}

.right .fillingCircle.s {
    left: auto;
    right: 60px;
}

.right .fillingCircle.xs {
    left: auto;
    right: 30px;
}

.tinyAnimationBox.right .fa-cog {
    left: auto;
    right: 70px;
}

.tinyAnimationBox.right .fa-plus {
    left: auto;
    right: 70px;
}

.animation-wrap {
    position: relative;
    display: none;
}

.icon {
    position: absolute;
}

.icon.icon-1 {
    width: 25px;
    height: 25px;
    right: 20px;
}

.icon.icon-2 {
    width: 25px;
    height: 25px;
    left: 20px;
    top: 150px;
}

.icon.icon-3 {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 400px;
}

.icon.icon-4 {
    left: 311px;
    width: 25px;
    top: 230px;
}

.icon.icon-5 {
    right: 311px;
    width: 25px;
    top: 230px;
    transform: rotateY(180deg);
}

.icon.icon-6 {
    left: 20px;
    width: 25px;
    top: 500px;
}

.icon.icon-7 {
    left: 230px;
    top: 80px;
}

.icon.icon-9 {
    left: 80px;
    top: 650px;
}

.icon.icon-10 {
    left: 690px;
    top: 50px;
}

.icon.icon-11 {
    right: 30px;
    top: 700px;
}

.testi-all:hover .testi-pic img,
.testi-all:hover .testi-pic div {
    animation: pulse 1s infinite linear;
}

.testi-all:hover .testi2 .testi-pic img,
.testi-all:hover .testi2 .testi-pic div {
    left: 34%;
}

.boy-search,
.coin1 {
    animation: float 6s ease-in-out infinite;
}

.boy-tblt,
.coin2 {
    animation: float-v 6s ease-in-out infinite;
}

#sec13 .col-sm-5 img {
    animation: float-v 6s ease-in-out infinite;
    filter: drop-shadow(0px 0px 8px #2b1f62);
}

.top-g-img {
    animation: float 6s ease-in-out infinite;
}

.video-wrap:hover {
    box-shadow: 0 0 25px 0px #000;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

#sec8 .slick-slide:hover {
    box-shadow: 0 0 15px 0 #c9b3d9;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.slider3:hover {
    box-shadow: 0 0 15px 0 #c9b3d9;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}


/* ================ */

td.id-td {
    width: 7%;
    position: relative;
}

td.id-td p {
    text-align: center;
    margin-bottom: 0;
}

td.id-td:hover button {
    scale: 1;
    opacity: 1;
}

td.id-td button {
    text-align: center;
    border: 0;
    font-size: 13px;
    color: #fff;
    position: absolute;
    padding: 2px 9px;
    left: 0;
    right: 0;
    margin: auto;
    top: 15%;
    transform: translateY(-75%);
    background-color: #ff772e;
    border-radius: 4px;
    opacity: 0;
    transition: 0.2s all;
}

td.id-td button::before {
    content: '';
    width: 10px;
    height: 5px;
    display: block;
    position: absolute;
    border-top: 7px solid #ff772e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes clicked {
    from {
        scale: 0.9;
    }

    to {
        scale: 1.1;
    }
}

td.id-td button.clicked {
    animation: clicked .3s ease-in-out;
}

.reseller-box:hover {
    text-decoration: none;
}

.reseller:hover .media {
    opacity: 0;
}

.reseller:hover .reseller-box {
    opacity: 1;
}

.reseller-box {
    left: 0;
    top: 0;
    background-color: #9c21a4;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#accountModal tr th {
    background-color: #8b12b0;
    color: #fff;
}

.stat-wrap.acct-status:hover a {
    cursor: help;
    text-decoration: none;
}

.id-td {
    text-align: center;
}

.id-td p {
    font-weight: 300;
}

.orderLink {
    display: flex;
    line-height: 14px;
    word-wrap: anywhere;
}

.orderLink i {
    margin-right: 5px;
}

.video-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#ticketmodal .modal-body .form-group,
#ticketmodal .modal-body .form-group .form-control {
    width: 100%;
}

#ticketmodal .modal-body .form-group .form-control {
    padding-left: 20px;
}

#ticketmodal #message {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

#ticketmodal .title-search h2 {
    margin-bottom: 0;
}

.popover {
    width: 300px;
    text-align: center;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
    background-color: #670faf;
    color: #eaf0f7;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.auth .nav-pills>li.active>a,
.auth .nav-pills>li.active>a:hover,
.auth .nav-pills>li.active>a:focus,
.auth .nav-pills>li>a:hover {
    background-color: #151b26;
    color: #fff;
}

.auth .nav-pills>li.active>a {
    border-radius: 10px;
    border: 1px solid #151b26;
}

.nav-pills>li>a {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 15px;
    color: #151b26;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    margin: 5px 5px;
    transition: .14s ease;
}

.order-title .dash-title h2 {
    border-bottom: 0;
    padding-bottom: 20px;
}

.service-well[visible="false"],
.service-well tr[visible="false"],
.no-result {
    display: none;
}

/* RESPONSIVE CSS */

@media (max-width:1199px) {
    #sec1 {
        padding: 130px 0 300px;
    }

    .cloudy-img {
        top: 30px;
    }

    .top-g-img {
        right: 25px;
        top: 55px;
    }

    .signupPage .top-g-img {
        display: none;
    }

    .shop-img {
        top: 0;
        right: -10px;
    }

    .sign-in p {
        line-height: 60px;
        padding-left: 15px;
    }

    .media {
        min-height: 265px;
    }

    #sec4 {
        padding: 80px 0 90px;
    }

    #sec6 {
        padding: 10px 0 80px;
    }

    .video-wrap::after {
        transform: translateX(-50%) scale(0.9);
        bottom: -25px;
    }

    .boy-search {
        left: 90px;
    }

    .coin1 {
        left: 0;
    }

    .coin2 {
        right: 0;
    }

    .boy-tblt {
        right: 70px;
        bottom: -114px;
    }

    #sec9 {
        padding: 10px 0 10px;
    }

    .testi1,
    .testi2,
    .testi3 {
        width: 190px;
        top: 15px;
    }

    .testi4,
    .testi5 {
        width: 190px;
        top: 340px;
    }

    .testi1,
    .testi4 {
        left: 5px;
    }

    .testi3,
    .testi5 {
        right: 5px;
    }

    .testi-pic img,
    .testi-pic div {
        right: -100px;
        top: 60px;
        width: 75px;
    }

    .testi1::after,
    .testi2::after,
    .testi4::after {
        transform: scale(0.8);
    }

    .testi1::after,
    .testi4::after {
        left: -30px;
    }

    .testi3::after,
    .testi5::after {
        right: -30px;
        transform: rotateY(180deg) scale(0.8);
    }

    .test-bottom-img img {
        transform: translateX(-50%) scale(0.8);
    }

    .testi4::after,
    .testi5::after {
        top: 40px;
    }

    .testi4 .testi-pic img,
    .testi5 .testi-pic img,
    .testi4 .testi-pic div,
    .testi5 .testi-pic div {
        top: 215px;
    }

    #sec8 .slick-slide {
        min-height: auto;
    }

    #faq .boy-search {
        left: -141px;
        top: -351px;
    }

    .dash-tabs.nav-tabs>li>a {
        margin: 5px 5px;
    }

    .order-title .nav.nav-pills {
        display: flex;
    }

    .order-page #history-search {
        width: auto;
    }

    .dash-body li {
        width: 100%;
    }

    .title-search {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sec13 .nav-tabs>li>a {
        width: auto;
    }

    .media-body {
        padding: 12px 30px 12px 0;
    }

    .likes-row-wrap {
        min-height: 430px;
    }

    #sec13 {
        background: none;
    }

    .ftr-bottom-nav {
        padding-left: 10px;
    }

    img.ball2 {
        display: none;
    }

    section.campaignDev div.strategy {
        background-image: none;
        min-height: 590px;
        height: auto;
        border: 1px solid #fff;
        padding: 20px;
        text-align: center;
        border-radius: 20px 0;
    }

    section.campaignDev div.strategy h3 {
        margin: 0 0 20px;
        color: #fff;
        display: block;
        line-height: 40px;
    }

    section.campaignDev div.strategy h3 span {
        width: 100%;
        text-align: center;
        display: block;
        margin-right: 0;
    }

    .signupPage .home-form {
        width: 70%;
    }

    .order-title {
        flex-wrap: wrap;
    }

    .order-title .nav.nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .order-title .nav.nav-pills li {
        width: 140px;
        text-align: center;
    }

    .order-page .table>tbody>tr>td:nth-child(2) {
        padding-right: 0;
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

@media (max-width:991px) {
    .navbar-default .navbar-nav>li>a {
        width: 90px;
        padding: 8px;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .service-head-1 {
        font-size: 40px;
        line-height: 40px;
    }

    .sign-in {
        display: block;
    }

    #sec1 {
        padding-bottom: 60px;
    }

    .media {
        padding: 40px 10px;
    }

    .media-body {
        padding: 12px 5px;
    }

    .media {
        min-height: 255px;
    }


    .boy-search {
        left: 80px;
        width: 170px;
    }

    .coin1 {
        width: 130px;
    }

    .coin2 {
        width: 130px;
    }

    .boy-tblt {
        right: 50px;
        width: 150px;
    }

    .single-slider-wrap {
        display: block;
    }

    .single-slider-left,
    .single-slider-right {
        width: 100%;
    }

    .likes-row-body {
        padding: 25px 0px;
    }

    .modal-body .row .col-sm-6:first-child {
        display: none;
    }

    .modal-body .row .col-sm-6 {
        width: 100%;
    }

    .dash-tabs.nav-tabs>li>a {
        margin: 5px 3px;
    }

    .dash-btn {
        transform: scale(0.7);
    }

    .table>tbody>tr>td:nth-child(2) {
        word-wrap: normal;
    }

    .side-back {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .auth .navbar-default .navbar-nav>li>a {
        width: auto;
    }

    .home-form {
        width: 100%;
    }

    .form-group.inputDiv {
        position: relative;
        width: 100%;
        margin-bottom: 12px;
    }

    .form-group.inputDiv::after {
        display: none;
    }


    .form-group.inputDiv:nth-child(2) {
        margin-left: 0;
    }

    .home-form .btn.btn-primary {
        width: 100%;
        margin-left: 0;
    }

    #sec13 .nav-tabs>li>a {
        margin: 10px 6px;
    }

    #sec13 {
        background-image: none;
    }

    #sec13 .col-sm-5 img {
        margin-top: 0;
        margin: auto;
    }

    .neworder .btn.btn-primary .like-tootips,
    .ticket-page .btn.btn-primary .like-tootips {
        width: 65px;
        font-size: 11px;
        top: 0px;
        left: -70px;
    }

    .neworder .tooltip-arrow,
    .ticket-page .tooltip-arrow {
        left: -5px;
        margin-top: -13px;
    }

    section.campaignDev {
        background-image: none;
        padding: 100px 0;
        background-color: #274277;
    }

    section.campaignDev .col-sm-3 {
        padding: 0 5px;
    }

    section.campaignDev div.strategy {
        min-height: 730px;
    }

    h2.sec-title {
        font-size: 35px;
    }

    .signupPage .home-form {
        width: 100%;
    }

    .signupPage .home-form input[type="text"],
    .signupPage .home-form input[type="password"],
    .signupPage .home-form input[type="email"] {
        width: 100%;
    }

    .signupPage .form-group.inputDiv.mr-l {
        margin-left: 0px !important;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-collapse {
        border-top: 0;
        background: #361dc2;
    }

    .navbar-default .navbar-nav>li>a {
        margin: auto;
        padding: 10px;
    }

    .not-auth .navbar-default .navbar-nav>li>a {
        text-align: left;
        padding-left: 30px;
    }

    #sec1 {
        padding: 90px 0 40px;
    }

    .shop-img {
        top: -150px;
        right: 5px;
        width: 300px;
    }

    .top-g-img {
        top: 25px;
        width: 100px;
    }

    .media {
        min-height: auto;
        margin-bottom: 25px;
    }

    #sec4 {
        padding: 50px 0 90px;
        background-size: cover;
    }

    #sec5 {
        padding: 40px 0;
    }

    .world-btn {
        margin: 20px auto;
    }

    .video-wrap {
        margin-bottom: 35px;
    }

    .video-wrap::after {
        transform: translateX(-50%) scale(1);
        bottom: -18px;
    }

    #sec6 {
        padding-bottom: 40px;
    }

    #sec7 {
        padding: 40px 0 100px;
    }

    .coin1,
    .coin2 {
        width: 100px;
        bottom: -100px;
    }

    .boy-search {
        left: 30px;
        width: 110px;
    }

    .boy-tblt {
        right: 50px;
        width: 100px;
        bottom: -100px;
    }

    .single-stat-img img {
        width: 100%;
    }

    .single-stat {
        margin-bottom: 35px;
    }

    .likes-row-wrap {
        margin-bottom: 35px;
    }

    #faq {
        padding: 15px 0;
    }

    #faq .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #faq .col-sm-6:last-child {
        padding-top: 20px;
    }

    #faq .boy-search {
        right: 80px;
        top: -270px;
        width: 135px;
    }

    .ftr-nav {
        margin: 25px auto;
    }

    p.newsletter {
        margin: 15px auto;
    }

    .row.ftr-bottom {
        margin-top: 120px;
    }

    .ftr-bottom .col-sm-6 {
        display: inline-block;
    }

    .ftr-bottom .col-sm-6:last-child {
        display: inline-block;
        width: 48%;
    }

    .auth .stat-wrap .media {
        margin: 15px auto;
    }

    .auth .order-page .dropdown button {
        margin-right: 0;
    }

    .order-title {
        margin-bottom: 15px;
    }

    .order-title .nav.nav-pills {
        display: block;
    }

    body.auth .navbar-header .navbar-toggle {
        display: none;
    }

    .breadcrumb.mob-show {
        margin-left: 5px !important;
    }

    .navbar-header .pull-right.mob-show {
        margin: 10px 8px;
    }

    li.showOnMobile {
        display: none;
    }

    li.showOnMobile a i {
        height: 40px;
        line-height: 40px;
        color: #668190;
        margin-right: 20px;
        display: block;
        font-size: 24px;
        text-align: center;
    }

    .auth .modal-dialog {
        width: 95%;
        margin: 15% auto;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #eaf0f7;
    }

    .auth .navbar-default .breadcrumb.mob-show,
    .navbar-header .pull-right.mob-show {
        display: block;
    }

    .service-page .title-search {
        display: block;
    }

    .service-page .title-search .dropdown,
    .service-page .title-search .dropdown .bootstrap-select,
    .service-page .title-search .form-group {
        width: 100% !important;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }

    .shop-img {
        display: none;
        visibility: hidden;
    }

    .top-g-img {
        right: 10px;
    }

    .icon.icon-10 {
        right: 0;
        left: auto;
    }

    .counter li {
        padding: 12px;
    }

    section.fms h1 {
        font-size: 40px;
        margin: 0;
        line-height: 50px;
    }

    section.fms h1+img {
        margin: 40px auto;
    }

    section.fms .main-img {
        display: none;
    }

    img.f1 {
        right: 0;
        bottom: 30px;
    }

    section.whatIsFb .main-img {
        margin: 40px auto 0;
    }

    section.whoEmployes .nav.nav-tabs li a span {
        display: none;
    }

    section.whoEmployes .nav.nav-tabs {
        margin: 10px 0 28px;
    }

    section.whoEmployes .nav.nav-tabs li a {
        margin: 0 10px;
        font-size: 14px;
    }

    section.whoEmployes .nav.nav-tabs li a span {
        display: none;
    }

    section.whoEmployes div.tab-content {
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px;
    }

    section.whoEmployes .nav.nav-tabs li a::before {
        bottom: -30px;
    }

    section.campaignDev .col-sm-3 {
        padding: 0 15px;
        width: 50%;
        float: left;
    }

    section.campaignDev div.strategy {
        min-height: 520px;
    }

    img.ball5 {
        left: 0;
    }

    img.ball6 {
        right: 70px;
    }

    section.ageOfUsers .col-sm-6:last-child {
        padding-left: 15px;
    }

    img.f2 {
        left: auto;
        right: 0;
    }

    footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    footer .col-sm-2 {
        min-width: 50%;
    }

    .order-title .nav.nav-pills li {
        width: 139px;
    }

    .service-page .title-search .dropdown {
        margin-bottom: 10px;
    }

    #sec13 .tab-pane .row .col-sm-5,
    #sec13 .tab-pane .row .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-slider-nav button.right-arrow {
        right: -10px;
    }
}

@media (max-width:550px) {
    #sec1 {
        padding-bottom: 100px;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .sign-in {
        margin-top: 20px;
    }

    .shop-img {
        top: -32px;
        right: 50%;
        width: 220px;
        transform: translateX(50%);
    }

    .cloudy-img {
        top: 70px;
    }

    .top-g-img {
        top: 106px;
        width: 80px;
        right: 25px;
    }

    #sec3,
    #sec12,
    #faq {
        padding: 10px 0 35px;
    }

    .title-row h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .title-row h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .media-left,
    .media-right,
    .media-body {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .media {
        margin-bottom: 25px;
    }

    .media-object {
        margin: auto;
    }

    .counter ul {
        padding-left: 0px;
    }

    .counter li {
        padding: 2px;
    }

    #sec5 {
        padding: 10px 0 40px;
    }

    .video-wrap::after {
        transform: translateX(-50%) scale(0.58);
        bottom: -48px;
    }

    #sec7 {
        padding: 25px 0 130px;
    }

    .boy-search {
        left: 60px;
        width: 90px;
        bottom: -130px;
    }

    .coin1,
    .coin2 {
        width: 80px;
        bottom: -130px;
    }

    .boy-tblt {
        right: 50px;
        width: 80px;
        bottom: -130px;
    }

    #faq .boy-search {
        display: none;
    }

    .row.ftr-bottom {
        margin-top: 50px;
        text-align: center;
    }

    .ftr-bottom .col-sm-6:last-child {
        display: inline-block;
        width: 100%;
    }

    .social-icon {
        text-align: center;
    }

    .modal-body .forgot-password {
        right: 0;
        bottom: -56px;
        z-index: 1;
    }

    .modal-body .signin-btn {
        margin: 20px auto;
    }

    #sec13 .nav-tabs {
        display: block;
    }

    .nav-tabs>li a {
        margin: auto !important;
    }

    .nav-tabs>li {
        width: 100%;
    }

    .neworder .media-body {
        text-align: center;
    }

    .neworder .nav-tabs>li,
    .ticket-page .nav-tabs>li {
        margin-bottom: 10px;
        text-align: center;
    }

    .neworder .nav-tabs>li.pull-right,
    .ticket-page .nav-tabs>li.pull-right {
        text-align: right;
    }

    .dash-tabs.nav-tabs>li.active>a::after,
    .dash-tabs.nav-tabs>li.active>a:hover::after,
    .dash-tabs.nav-tabs>li.active>a:focus::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-page .title-search {
        display: block;
        margin-bottom: 15px;
    }

    .service-page .title-search .form-group {
        width: auto;
    }

    .ticket-page .title-search {
        display: block;
    }

    .ticket-page .title-search h2 {
        margin: 0 0 10px;
        padding-bottom: 0;
    }

    .ticket-page .title-search .nav-pills {
        float: none;
    }

    #sec13 {
        background-image: none;
    }

    #page-wrapper,
    .auth .navbar-static-top {
        padding: 0 0 50px 60px;
    }

    .ticket-page #history-search .input-group {
        z-index: 1;
    }

    .auth-ftr {
        background: url('https://i.postimg.cc/rwyq1x8w/badal.png') center bottom repeat-x, linear-gradient(-45deg, #b314b2 0%, #4e0eae 100%);
        padding-bottom: 60px;
    }

    .home-form .pull-right.pull-right-middle {
        float: left !important;
    }

    .home-form .checkbox.pull-right.pull-right-middle {
        line-height: 20px;
    }

    section.fms {
        padding: 100px 0;
    }

    section.fms h1 {
        font-size: 25px;
        line-height: 35px;
    }

    section.fms h1+img {
        margin: 20px auto 0;
        width: 100px;
    }

    section.whatIsFb {
        padding: 0;
    }

    h2.sec-title {
        font-size: 25px;
        margin: 0 0 10px;
    }

    section.whatIsFb h2.sec-title {
        margin: 20px 0 10px;
    }

    section.whatIsFb .main-img {
        margin: 20px auto 0;
        width: 70%;
    }

    section.whoEmployes {
        padding: 140px 0 50px;
    }

    section.whoEmployes h2.sec-title~p {
        width: 100%;
        margin: 0 auto 10px;
    }

    section.whoEmployes .nav.nav-tabs {
        margin: 10px 0 18px;
        flex-wrap: wrap;
    }

    section.whoEmployes .nav.nav-tabs li a::before {
        display: none;
    }

    section.marketingEffective {
        padding: 50px 0;
    }

    img.ball3 {
        display: none;
    }

    img.ball4 {
        display: none;
    }

    section.campaignDev {
        padding: 50px 0;
    }

    section.campaignDev h2.sec-title {
        margin: 0 0 10px;
    }

    section.campaignDev .col-sm-3 {
        width: 100%;
        float: none;
    }

    section.campaignDev div.strategy {
        min-height: auto;
        margin-top: 15px;
    }

    section.campaignDev div.strategy h3 {
        margin: 0 0 10px;
        line-height: 30px;
        font-size: 20px;
    }

    section.campaignDev div.strategy h3 span {
        font-size: 25px;
    }

    section.campaignDev div.strategy p {
        margin: 10px 0 0;
    }

    section.ageOfUsers {
        padding: 50px 0;
    }

    section.ageOfUsers .main-img {
        margin-top: 20px;
    }

    img.ball5 {
        left: -30px;
        top: 70px;
    }

    section.ageOfUsers .col-sm-6:last-child {
        padding-top: 40px;
    }

    section.ageOfUsers .col-sm-6:last-child h2.sec-title~p {
        width: 100%;
        margin-bottom: 20px;
    }

    img.f2 {
        width: 80px;
        bottom: -40px;
    }

    .not-auth h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .video-slider-without-slider,
    .likes-row.withoutslider {
        display: none;
    }

    .video-slider,
    .video-nav,
    .likes-row-slider {
        display: block;
    }

    .video-wrap:hover {
        box-shadow: none;
    }

    .social-icon li a i {
        color: #2b1f62;
    }

    .order-title .nav.nav-pills li {
        width: 100%;
    }

    .service-head-1 {
        font-size: 30px;
        line-height: 30px;
    }

    .show-in-mob {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px 0 0;
    }

    .sideBarLogo,
    .show-in-mob .sideBarLogo .red-logo {
        display: none;
    }

    .show-in-mob .sideBarLogo,
    .show-in-mob .sidebar-pinner,
    .show-in-mob .sideBarLogo .full-logo {
        display: block !important;
    }

    .sideBarLogo a.navbar-brand {
        padding-top: 0;
        max-width: 170px;
    }

    #sidebar-wrapper {
        left: -100%;
    }

    #page-wrapper,
    .auth .navbar-static-top {
        /* padding: 0 0 50px 0; */
        padding: 0 0 5px 0;
    }

    #wrapper.toggled #page-wrapper,
    #wrapper.toggled .navbar-static-top {
        /* padding: 0 0 50px 0 !important; */
        padding: 0 0 5px 0;
    }

    #sidebar-wrapper {
        background-color: #fff;
    }

    .sidebar-nav a[href="/account"],
    .sidebar-nav a[href="/logout"] {
        text-align: center;
    }

    .breadcrumb.mob-show {
        width: 90%;
    }

    li.pageName {
        width: 70%;
    }

    li.pageName div {
        display: inline-block;
        max-width: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1;
    }

    #wrapper.toggled #page-wrapper {
        /* padding-top: 180px !important; */
        padding-top: 90px !important;
    }

    #sidebar-wrapper {
        width: 250px;
        top: 50%;
        height: 100%;
        border-radius: 0;
        margin-left: auto;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        transform: translate3d(-105%, -50%, 0);
        will-change: transform, opacity;
        left: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        left: 0;
        margin-left: 0;
        box-shadow: 0 0 0 400px #00000036;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transform: translate3d(0%, -50%, 0);
        will-change: transform, opacity;
        background: #282829;
    }

    #wrapper .profileBox p {
        font-size: 12px;
        position: relative;
        top: auto;
        left: auto;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.42857143;
    }

    .profileBox p span {
        display: block;
        margin-left: 5px;
    }

    #wrapper .profileBox h4 {
        font-size: 20px !important;
        height: auto;
        text-transform: uppercase;
        font-weight: 700;
    }

    .sidebar-nav li a img {
        width: 18px;
    }

    .sidebar-nav li a {
        font-size: 14px !important;
    }

    ul.sideBarUtilities {
        border-bottom: 1px solid #6d6f7124;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5px;
        list-style-type: none;
    }

    ul.sideBarUtilities li {
        border-right: 1px solid #6d6f7124;
        flex: 0 0 25%;
        text-decoration: none;
    }

    ul.sideBarUtilities li a {
        padding: 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        text-align: center;
        color: #ddd;
    }

    .profileBox+span.mob-show {
        display: block;
        text-align: center;
    }

    .profileBox+span.mob-show .badge.blnceBadge {
        display: inline-block;
        margin-top: 8px;
    }

    .popover {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .nav-btn {
        display: none;
    }

    .blnceBadge-desktop {
        display: none !important;
    }

    .title-bottom-txt {
        padding: 15px 15px;
    }

    .work-top h3::after {
        display: none;
    }

    #sec13 .col-sm-5 img {
        margin: 25px auto 50px;
        width: 300px;
        display: block;
    }

    .auth .stat-wrap .media {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .auth .stat-wrap .media .media-left,
    .auth .stat-wrap .media .media-body {
        float: none;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .auth .stat-wrap .media .media-left .media-object {
        padding-top: 0;
    }

    .auth .stat-wrap .media .bottom-grad {
        float: none;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    .dash-btn {
        transform: scale(0.9);
    }

    #faq .row.email-us-row {
        flex-direction: column;
        justify-content: center;
    }

    #faq .row.email-us-row .text-right {
        margin: 15px auto;
    }

    .affi-wrap {
        margin-bottom: 25px;
    }

    .affi-title h2 {
        word-break: break-all;
    }

    .auth .navbar-default .breadcrumb li a,
    .auth .navbar-default .breadcrumb li {
        line-height: 30px;
    }

    .service-page .servie-data-panel.show-desktop1 {
        display: none;
    }

    .service-page .servie-data-panel.show-mobile1 {
        display: block;
    }

    .service-page .well.show-desktop {
        padding-left: 0;
        padding-right: 0;
    }

    .service-page .well.show-desktop .title-search {
        padding-left: 19px;
        padding-right: 19px;
    }

    .service-well[visible="false"],
    .service-well tr[visible="false"],
    .no-result {
        display: none;
    }

    .orderLink {
        word-wrap: break-word;
    }
}

/* The container */
.remember_checkbox {
    margin-top: 20px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signupPage .remember_checkbox {
    color: #33394d;

}

.signupPage .remember_checkbox .checkmark {
    left: 100px;
    border: 1px solid #cdcfdd
}

@media (max-width: 991px) {
    .signupPage .remember_checkbox .checkmark {
        left: 15px;
    }
}

/* Hide the browser's default checkbox */
.remember_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.remember_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.remember_checkbox input~.checkmark {
    background-color: #cfcbc9;
}

.remember_checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.remember_checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.remember_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember_checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember_checkbox .checkmark:after {
    left: 10px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 550px) {
    .profileBox+span.mob-show {
        display: block;
        text-align: center;
    }

    #wrapper.toggled .profileBox {
        padding: 0px;
    }
}

/* // news area */

.single-news .media-heading {
    color: #1f3566;
    font-size: 14px;
    font-weight: 600;
}

.single-news .media .body p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.news-wraper {
    margin-top: 30px;
    padding-bottom: 10px;
    height: 100%;
    overflow: auto;
}

.single-news .media {
    position: relative;
    overflow: visible;
    padding: 10px;
}

.single-news .media .date {
    font-size: 16px;
}

.single-news .media::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: #f0f3f9 url('https://res.cloudinary.com/dntxtfcmk/image/upload/v1592027458/socialmatrix/news-ball.png');
    background-repeat: no-repeat;
    left: -17px;
    top: 12px;
}

.single-news {
    border-left: 0.133em dotted #1f3566;
    padding-left: 10px;
    padding-bottom: 0px;
}

.neworder .single-news h4.media-heading {
    font-weight: 600;
    text-transform: uppercase;
}

.blog-item h4 {
    min-height: 46px;
    color: #000;
}

.blog-item .well {
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}


/* Dark Mode */

[data-theme="dark"] body  {
    background: #0C141B !important;
    color: rgba(255, 255, 255, 0.842) !important;
}

[data-theme="dark"] h1 span {
    font-weight: 600 !important;
    ;
    color: #f56600;
}

[data-theme="dark"] .header-top {
    background-image: none;
}

[data-theme="dark"] .modal-header,
[data-theme="dark"] .modal-content {
    background-color: #353636;
}

[data-theme="dark"] .titcket-title,
[data-theme="dark"] .modal-header{
    border-color: #404040;;
}

[data-theme="dark"] .navbar.bg-nav {
    background: -webkit-linear-gradient(left, #0C141B 33%, #0C141B 100%);
    background: -o-linear-gradient(left, #0C141B 33%, #0C141B 100%);
    background: linear-gradient(to right, #0C141B 33%, #0C141B 100%);
}

/* How it work */
[data-theme="dark"] .how-it-works {
    background: none;
}

/* Footer */

[data-theme="dark"] #ready {
    background: linear-gradient(to right, #0C141B 33%, #0C141B 77%);
}

[data-theme="dark"] footer {
    background-color: #0C141B;
    color: hsl(0, 0%, 100%);
}

[data-theme="dark"] .btn.btn-primary {
    background: #525252;
    border: none;
    text-transform: uppercase;
}



[data-theme="dark"] .signinForm a.extraBtn,
[data-theme="dark"] .home-form input[type="text"],
[data-theme="dark"] .home-form .btn.btn-primary,
[data-theme="dark"] .home-form input[type="password"],
[data-theme="dark"] .home-form input[type="email"] {
    border-radius: 10px;
}


/* DARK MODE Siderbar */

/* Dark BUtton */
.toggle-btn {
    position: relative;
    top: 25px;
    width: 145px;
    height: 74px;
    margin: 0 auto;
    border-radius: 40px;
}

.toggle-btn input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.toggle-btn.dark-mode-toggler span {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 1;
    background-color: #d3d3d3;
    border-radius: 40px;
    transition: 0.2s ease background-color, 0.2s ease opacity;
}

.toggle-btn.dark-mode-toggler span:before,
.toggle-btn.dark-mode-toggler span:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 58px;
    height: 58px;
    left: 0;
    border-radius: 50%;
    transition: 0.5s ease transform, 0.2s ease background-color;
}

.toggle-btn.dark-mode-toggler span:before {
    background-color: #fff;
    transform: translate(-58px, 0px);
    z-index: 1;
}

.toggle-btn.dark-mode-toggler span:after {
    background-color: #000;
    transform: translate(8px, 0px);
    z-index: 0;
    background: url(https://i.ibb.co/7JfqXxB/sunny.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
}

.toggle-btn.dark-mode-toggler input[type="checkbox"]:checked+span {
    background-color: #000;
}

.toggle-btn.dark-mode-toggler input[type="checkbox"]:active+span {
    opacity: 0.5;
}

.toggle-btn.dark-mode-toggler input[type="checkbox"]:checked+span:before {
    background-color: #000;
    transform: translate(56px, -19px);
}

.toggle-btn.dark-mode-toggler input[type="checkbox"]:checked+span:after {
    background-color: #fff;
    transform: translate(79px, 0px);
    background-image: none;
}

/* End */

[data-theme="dark"] .nav-tabs>li>a,
[data-theme="dark"] .sidebar-nav li a {
    color: #c1c1c1 !important;
}

[data-theme="dark"] .auth .form-control {
    background-color: #101323;
    border-color: #101323;
    color: #fff;
}

[data-theme="dark"] .nav-tabs>li>a, 
[data-theme="dark"] #wrapper.toggled #sidebar-wrapper, 
[data-theme="dark"] .table-wrapper, 
[data-theme="dark"] .sidebar-nav li a:hover, 
[data-theme="dark"] .sidebar-nav li.active a:hover, 
[data-theme="dark"] .sidebar-nav li.active a { 
    border-color: #323232;
}



[data-theme="dark"] #wrapper.toggled #sidebar-wrapper,
[data-theme="dark"] .side-back {
    background: #0C141B;
}

[data-theme="dark"] .navbar-default {
    background-color: #0c141b;
    border-color: #151b26;
}

[data-theme="dark"] #wrapper #page-wrapper {
    background-color: #0C141B;
}

[data-theme="dark"] .dash-tabs {
    border-color: #313131;
}

[data-theme="dark"] .well {
    background: #171f2e;
    border: 1px solid #151b26;
    box-sizing: border-box;
    box-shadow: 0 25px 50px rgba(94, 10, 239, 0.07);
    border-radius: 20px;
}

[data-theme="dark"] .table .cat-title td.full-td,
[data-theme="dark"] .table-wrapper .table-header {
    background: #291f1b;
}

[data-theme="dark"] .dash-title h2 {
    color: #fff;
}

[data-theme="dark"] #ticketmodal .dash-title h2 {
    color: #000;
}

/* [data-theme="dark"] .form-control
{
    background: #151b26;
    border: 1px solid #171f2e;
    border-radius: 15px;
    line-height: 20px;
    padding: 14px 18px;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
} */

[data-theme="dark"] .dash-tabs.nav-tabs>li.active>a,
.dash-tabs.nav-tabs>li.active>a:hover,
.dash-tabs.nav-tabs>li.active>a:focus {
    color: #f56600;
    background: #525252;
}

.neworder .select2-selection__id.badge {
    background: #f56600;
}

[data-theme="dark"] .modal-content,
[data-theme="dark"] .neworder .search-dropdown button span,
[data-theme="dark"] .modal-dialog .modal-header button.close span {
    color: #000;
}

[data-theme="dark"] .addfunds .form-control,
[data-theme="dark"] #order-form .form-control,
{
color: rgba(255, 255, 255, 0.842);
}

.auth .op-search-box .form-control {
    margin-top: 0px;
    padding-left: 30px;
    background: #fff;
    border-radius: 15px;
    color: #151b26;
    border: 1px solid #e9e9e9;
}

.op-search-box {
    box-sizing: border-box;
    display: flex;
    color: #151b26;
    align-items: center;
    gap: 10px;
}

.op-search-box .icon {
    top: 10px;
}

.op-search-box input {
    outline: none;
    flex: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding-left: 35px;
}


#history-search .form-control {
    border-radius: 18px;
    padding-right: 40px; /* Chừa khoảng cho nút nằm đè */
    position: relative;
    z-index: 1;
    width: 210px;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
  }
  
  /* Button tròn đè lên mép phải của input */
  #history-search .btn {
    border-radius: 18px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: none;
    box-shadow: 0 0 0 1px #ccc; /* Viền mỏng giả border */
  }
  
  /* Container cần relative để button định vị được */
  #history-search .input-group {
    position: relative;
    width: fit-content;
  }
  

[data-theme="dark"] .op-search-box input {
    color: #fff;
    background-color: #151b26;
    border: 1px solid #522e15;
}

[data-theme="dark"] #service_description .panel-body {
    border: none !important;
    font-weight: 600;
}

[data-theme="dark"] .border-rounded,
[data-theme="dark"] .service-page table thead tr:first-child,
[data-theme="dark"] .media {
    background: #151b26;
    color: rgba(255, 255, 255, 0.842);
}


[data-theme="dark"] label {
    color: #818181;
}

[data-theme="dark"] .single-news .media-left p,
[data-theme="dark"] .single-news .media-body p {
    color: #fff;
}

[data-theme="dark"] h4.media-heading,
[data-theme="dark"] p.media-desc {
    color: #fff;
}

.stat-wrap::after {
    background-image: url(https://storage.perfectcdn.com/ljy8kl/kt5wb8scpneugqxj.png);
}

.stat-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    top: 0;
    background-image: url(https://storage.perfectcdn.com/ljy8kl/dt2si5t8kcrtt42l.png);
    opacity: .17;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: bottom center;
}

[data-theme="dark"] .order-title {
    border-bottom: none !important;
}



[data-theme="dark"] #wrapper.toggled #sidebar-wrapper {
   
    scrollbar-color:#323232  #0c141b;
}

/* Webkit scrollbar (Chrome, Edge, Safari, Opera) */
[data-theme="dark"]  #wrapper.toggled #sidebar-wrapper::-webkit-scrollbar {
    width: 8px;
}

[data-theme="dark"] #wrapper.toggled #sidebar-wrapper::-webkit-scrollbar-track {
    background: #0c141b;
}

[data-theme="dark"] #wrapper.toggled #sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #323232 ;
    border: 2px solid #0c141b;
}


.order-page .link>a,
[data-theme="dark"] a {
    color: #004bf9;
}

[data-theme="dark"] .table-striped>tbody>tr {
    background-color: #2b2b2b;
    color: #fff;
}

[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #363636;
    color: #fff;
    border-color: #3f3f3f;
}

.tickat-page .ticket-message-right .ticket-message {
    border-radius: 10px;
    background-color: #ebebeb;
}

.tickat-page .ticket-message-left .ticket-message {
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

[data-theme="dark"] .tickat-page .ticket-message-right .ticket-message {
    background-color: #222121;
    color: #fff;
}

[data-theme="dark"] .tickat-page .ticket-message-left .ticket-message {
    background-color: #323232;
    border-color: #383838;
}

/* */ 
.justify-content-center {
    justify-content: center !important;
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}



/* Css for footer allway bottom */

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.inner-page {
    flex: 1;
}

/* End */