/*@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&display=swap');*/

:root {
    --secondary: #FAA144;
    --primary-one: #111315;
    --textcolor: #162124;
    --grey: #828C8A;
    --darkgreen: #A614B2;
    --bg-grad: linear-gradient(90deg, #A614B2 0%, #5004F5 100%);
    --bg-btns: #5AC9E1;
    --pink-btn: #FFC803;
    --side-clr: #130F02;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

.login-info .checkbox label {
    padding-left: 0;
}

textarea.form-control {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radius-half {
    border-radius: 11px !important;
}

.signup .page-head .btn.btn-primary {
    width: 148px;
}

.page-head {
    text-align: center;
    padding: 60px 0;
}

.page-head h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #111315;
}

.signin {
    background: #FFF;
}

.page-head p {
    color: #828C8A;
    font-size: 14px;
    font-weight: 400;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
}

.d-none {
    display: none !important;
}

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

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

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 25px;
}

.slick-dots li button {
    background: #CEC8B4;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #111315;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
li,
ul,
p {
    font-family: "Poppins", sans-serif !important;
}

.header {
    background: #1A1207;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}

.header .navbar-nav a,
.header a.navbar-brand {
    color: #fff;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: var(--textcolor);
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    font-size: 16px;
    padding: 0;
    padding-bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body.guest {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Fredoka", sans-serif;
    background-color: #fff;
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    width: 418px;
    height: 418px;
    border-radius: 418px;
    background: #5AC9E1;
    filter: blur(275px);
    opacity: 0.2;
    top: -100px;
    left: -100px;
    z-index: -1;
    display: none;
}

body::after {
    content: '';
    position: absolute;
    width: 418px;
    height: 418px;
    border-radius: 418px;
    background: #5AC9E1;
    filter: blur(275px);
    opacity: 0.2;
    top: -100px;
    right: -100px;
    z-index: -1;
    display: none;
}

body.guest h1,
body.guest h2,
body.guest h3,
body.guest h4,
body.guest h5,
body.guest h6 {
    font-family: "Fredoka", sans-serif !important;
}

body:not(.guest) .btn {
    background: #57C8E0;
    color: #FFFFFF;
    border-radius: 30px !important;
}

/* body:not(.guest) .service-description .btn{
  background:#000;
  color:#fff;
} */
body:not(.guest) .form-control {
    color: #111315;
    border-radius: 37px !important;
    border: 1px solid #D7E4E7 !important;
    background: #EFFAFC !important;
}

.nav-tabs {
    border: 0;
}

.page-head {
    display: none;
}

body.guest .page-head {
    display: block;
}

.wrapper {
    --primary: #A614B2;
    ;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    margin-top: 0;
}

.sub-title {
    color: var(--primary) !important;
    font-weight: 600;
    font-size: 24px;
}

.section__head p {
    margin-bottom: 5px;
}

p {
    color: var(--grey);
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    border: 0;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.5s ease;
    color: #211706;
    padding: 0 25px;
    min-width: 115px;
    height: 40px;
    font-size: 16px;
    text-transform: capitalize;
    vertical-align: middle;
    position: relative;
    border-radius: 50px;
    text-align: center;
    color: #211706;
}

.btn:hover {
    opacity: .7;
}

.btn.btn-primary {
    color: #fff;
    background: #111315;
}

.btn.btn-secondary {
    background: #3D1D26;
    color: #fff;
}

.d-flex {
    display: flex;
}

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

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

a {
    color: #000;
}

a:hover {
    color: var(--primary);
}

.inline-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header {
    color: #fff;
    padding: 17px 0;
    background-color: #FFF;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s ease all;
    width: 100%;
    left: 0;
    top: 0;

}

.header:after {
    border-bottom: 2px solid var(--primary);
    width: 0%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header.sticky {
    padding: 9px 0;
}

.header.sticky:after {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.header a.navbar-brand {
    color: #000;
    line-height: 1;
    padding: 0;
    margin: 0;
    float: none;
}

.header .navbar-nav {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.header .navbar-nav a {
    color: #000;
    padding: 0;
    background: transparent !important;
}

.header .navbar-nav a:hover {
    opacity: .5;
}

.main-banner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 65px;
    background: #FFFAEF;
}

.main-banner__image {
    position: relative;
    z-index: 1;
}

.main-banner h1 {
    font-size: 55px;
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
    color: #231C05;
}

.main-banner p {
    margin: 1.25rem 0;
    max-width: 534px;
    color: #746F5F;
}

.login-info {
    position: relative;
    z-index: 2;
    margin-top: -65px;
}

.login-info .well {
    padding: 30px 40px;
    border-radius: 30px;
    border: 1px solid #2DBAD8;
    background: #FFF;
    box-shadow: 0px 15px 50px 0px rgba(255, 200, 3, 0.20);
}

.login-info .login-info__form {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

.login-info .login-info__form .form-group {
    flex: 1;
    margin: 0;
}

.login-info .login-info__form .btn-primary {
    width: 144px;
    box-shadow: 0px 10px 20px 0px rgba(17, 19, 21, 0.20);
    height: 54px;
}

.login-info .login-info__form .form-control {
    height: 54px;
    padding-left: 55px;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    background: #EFFAFC;
}

.login-info .login-info__form .form-group {
    position: relative;

}

.login-info .login-info__form .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #5AC9E1 0%, #5AC9E1 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 100%;
}

.login-info .login-info__labels {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    font-size: 14px;
    padding-left: 27px;
}

.login-info .login-info__labels .forgot-pass:not(.hover) {
    color: #111315;
}

.login-info .login-info__labels .pull-right-middle a {
    color: #A614B2;
}

.stats ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 0;
}

.stats ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stats ul li p {
    margin: 0;
    color: #231C05;
}

.stats ul li span {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.pannel-services {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(252, 246, 225, 0.38) 0%, #FAEDBE 100%);
}

.section__head {
    max-width: 650px;
    margin: auto;
}

.pannel-services .card {
    margin: 20px;
    padding: 40px 25px;
    text-align: center;
    height: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
}

.pannel-services .card h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0;
}

.pannel-services .card p {
    margin: 0;
    text-align: center;
}

.pannel-services .card__icon img {
    margin: auto;
}

.pannel-services .slick-track {
    padding: 10px 0 20px 0;
    display: flex;
}

.rise-social {
    padding: 70px 0;
}

.rise-social .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.services-insight {
    padding: 70px 0;
}

.services-insight .section__head p {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.services-insight .nav-tabs {
    border-radius: 30px;
    background: #F8EABA;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.services-insight .nav-tabs .nav-link {
    border-radius: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 146px;
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 400;
    border: 0;
}

.services-insight .nav-tabs li.active .nav-link {
    background: #111315;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.17);
    color: #fff;
    border: none;
}

.services-insight .tab-content {
    border-radius: 30px;
    background: #F5F3E8;
    padding: 40px;
    padding-top: 80px;
    position: relative;
    margin-top: -40px;
}

.services-insight .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.services-insight h5 {
    font-size: 24px;
    font-weight: 600;
}

.services-insight .tab-content p {
    margin: 0;
}

.payment-method {
    padding: 0 0 70px 0;
}

.payment-method .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.boost-account {
    padding: 70px 0;
    background: #FAEFC7;
}

.boost-account .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-wrapper {
    background-color: #162124;
    color: #849CA3;
    padding-bottom: 50px;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/footer_bg.webp');
    background-repeat: no-repeat;
}

.footer-wrapper .footer {
    padding-top: 150px;
    padding-bottom: 60px;
}

.footer-wrapper .footer-logo a {
    display: block;
    color: #fff;
    float: none;
    font-size: 30px;
    padding: 0;
    height: auto;
    line-height: 1;
}

.footer-wrapper .footer p {
    font-size: 14px;
    font-weight: 400;
    color: #849CA3;
    margin: 7px 0 15px;
}

.footer-wrapper .footer .footer__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-wrapper .footer .footer__social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #2DBAD8;
}

.footer-wrapper .footer .footer__social a:hover img {
    filter: unset;
}

.footer__links h5 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links ul li:not(:last-child) {
    margin-bottom: 18px;
    color: #849CA3;
}

.footer__links ul li a {
    color: #849CA3;
}

.footer__links ul li a:hover {
    text-decoration: underline;
}

.footer-wrapper .footer__left {
    width: 35%;
}

.footer-wrapper .footer__right {
    width: 50%;
}

.footer-wrapper .footer__links {
    flex: 1;
}

.footer-wrapper .footer__links li {
    display: flex;
    align-items: self-start;
    gap: 14px;
}

.footer-wrapper .footer__bottom .container {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15.449999809265137px);
}

.footer-wrapper .footer__bottom p {
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.get-started {
    position: relative;
    padding: 120px 0;
}

.copy_link {
    display: flex;
    align-items: center;
    gap: 10px;
    float: right;
}

.copy_link li a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.52px;
}

.get-started::before {
    background: url('https://i.23robo.info/projects/socialmediagrowtips/img/left-are.webp') left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
    top: 25%;
    content: "";
    position: absolute;
    left: 36px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.get-started::after {
    background: url('https://i.23robo.info/projects/socialmediagrowtips/img/right-are.webp') right top no-repeat;
    background-size: contain;
    width: 95%;
    height: 77%;
    top: 7%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.get-started__inner {

    color: #211706;
    padding: 50px 40px;
    position: relative;
    /* z-index:1; */
}

.get-started__inner::after {
    content: "";
    position: absolute;
    border-radius: 0px 200px 0px 250px;
    background: linear-gradient(92deg, #FFC803 1.88%, #ECBC11 98.62%);
    box-shadow: 0px 25px 55px 0px rgba(76, 169, 148, 0.15);
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.get-started__inner:before {
    content: "";
    position: absolute;
    border-radius: 0px 200px 0px 250px;
    border: 2px solid #231C05;
    width: 100%;
    height: 100%;
    right: -60px;
    bottom: -60px;
}

.get-started__inner .section-title {
    color: #fff;
    position: relative;
    z-index: 999;
}

.get-started__inner .content {
    max-width: 650px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.get-started__inner p {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.get-started__inner .button-row .btn {
    border-radius: 40px;
    background: #fff;
    color: #FFC803;
    position: relative;
    z-index: 999;
}

.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex;
    padding: 15px 0;
}

@media screen and (min-width:768px) {
    .testimonials .item-wrap {
        width: 200%;
    }
}

.testimonials .item {
    height: 294px;
    /* min-width:590px; */
    flex: 1;
    margin-right: 20px;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #E9E5E5;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(76, 169, 148, 0.10);
}

.testimonials .item p {
    font-size: 18px;
    line-height: 1.3;
    display: block;
    word-break: break-all;
    white-space: normal;
    color: #746F5F;
}

.testimonials .item-info {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonials .item-info img {
    width: 55px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonials .item-info li {
    font-size: 14px;
    color: #FFC803;
}

.testimonials .item-info li span {
    font-size: 24px;
    color: #231C05;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.testimonials .item .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.faq {
    padding: 80px 0 0;
}

.faq .section-title {
    margin-bottom: 30px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.accordion-item {
    border-radius: 15px;
    border: 1px solid #1E142D;
    background: #211706;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s ease all;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s ease all;
}

.accordion-button {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    color: var(--textcolor);
    padding: 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:after {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='12' width='12' height='12' transform='rotate(-90 0 12)' fill='url(%23pattern0_7_317)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_7_317' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_7_317' transform='scale(0.01)'/%3E%3C/pattern%3E%3Cimage id='image0_7_317' width='100' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAACC0lEQVR4nO3dwWoUQRSF4Y7mObJwEZdCDJi3O9RlIFNdlTzIKFllkZ1voys1IDKCi5YmCxEH0kFIHbr+D2p/mZ+u6ll09zAAAACs1TRNR61nwDAM2m5PouQPqY73Ucd9lPEuri7f8OM0kEp5l+r4Neo4/bXK+J0obWLc/xPjT5S7556pW+mxGA9rz7niE2NeP55jnq6l5TGmqPmm9byrlp4So+Rvur581Xrm1Ypa3x68mzqw5mhzvNYzr1YQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQwwcxjBDDCDGMEMMIMYwQwwgxjBDDSOT8en48jCeXTKQ6vieGkaj5M8/0GUklf1oSZHO1vWg9axeijDu2LCOq9ZRD3YxyPouSvyy9UjZsX0TpEleKIaIYIoohohgiiiGiGBL/U/yIKH5EFD8iih8RxY+I4kdE8SOi+BFR/IgofkQUPyKKHxHFj4jiR0TxI6L4EVH8iCh+RBQ/IoofEcWPiOJHRPEjovgRUfyIKCv49Gqtp61nXr30tI8T37aetwtauH2lkn/udruXreftgpZF+SXpuPWs3UiPbF+p5o+tZ+wyShx+Oc5+c53PW8/X78sNar6dz4x5m5qvDGIYkPSCQxwAAAz/4zc3Go350sDDIgAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease all;
}

.accordion-item.active .accordion-button:after {
    transform: rotate(180deg);
    transition: .5s ease all;
    filter: invert(1) brightness(.2);
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #211706;
    color: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-header {
    background-color: var(--primary);
}

.accordion-item.active .accordion-button {
    color: #fff;
}

.how-work {
    padding-top: 100px;
}

.how-work__steps--item {
    min-height: 110px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 25px 16px;
    border-radius: 25px;
    border: 1px solid #E9E5E5;
    background: #FFF;
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
}

.how-work__steps--item:not(:last-child) {
    margin-bottom: 25px;
}

.how-work__steps--item span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 100%;
    background: #FFC803;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-work__steps--item h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.how-work__steps--item h6 {
    color: #746F5F;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.navbar-toggle .icon-bar {
    background: var(--primary);
}

.content-wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}

.wrapper .sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 260px;
    height: 100%;
    background: linear-gradient(180deg, #2DBAD8 0%, #71D0E5 100%);
    padding: 24px 18px;
    color: #211706;
    overflow-y: auto;
    scrollbar-width: thin;
}

.wrapper .inner-wrap {
    flex: 1;
    width: 100%;
    padding-left: 260px;
    position: relative;
}

.userprofile-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 30px 0;
}

.sidebar-wrap .menu-title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.userprofile-wrap__image {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: #fff;
    padding: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.userprofile-wrap__image .profile-img {
    border-radius: 12px;
    background: linear-gradient(180deg, #4CA994 0%, #42927F 100%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-wrap .sidebarlogo {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    overflow: hidden;
}

.sidebar-wrap .profile-name {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 6px 0;
    color: #fff;
}

.sidebar-wrap a {
    color: #fff;
    letter-spacing: -1.08px;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-nav a {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 13px;
    list-style: none;
    border-radius: 24px;
    background: #32B2CE;
    margin-bottom: 14px;
}

.sidebar-nav li {
    margin-bottom: 0;
}

.sidebar-nav li.active a {
    color: #111315;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 3px 7px 10.1px 0 rgba(0, 0, 0, 0.13);
}

.top-nav-wrap {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    margin-bottom: 25px;
    border-radius: 34px;
    border: 1px solid #95D2E3;
    background: #FFF;
}

.top-nav-left-ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wrapper .container {
    width: 100%;
    max-width: 100%;
}

.top-nav-left-ul li .pinner {
    color: #130f02;
}

.top-nav-left-ul li.bread {
    color: #162124;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-nav-left-ul li.bread b {
    color: #111315;
    font-size: 18px;
    font-weight: 500;
}

.top-nav-right-ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-nav-right-ul li a {
    background: #5AC9E1 !important;
    color: #111315;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 24px;
    border: 1px solid #D7E4E7;
    background: #EFFAFC !important;
    color: #2DBAD8;
}

.top-nav-right-ul li a:hover {
    background: #000;
}

.top-nav-right-ul li:last-child a {
    border-radius: 11px;
    background: #130F02 !important;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FFFFFF;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    border-radius: 24px;
    background: #2DBAD8 !important;
}

.top-nav-right-ul li:last-child a:hover {
    background: #000;
}

.stats-wrap {
    border-radius: 10px;
    background: #FFFFFF;
    min-height: 156px;
    padding: 24px 22px;
    border: 8px solid #5AC9E1;
    border-top: 0;
    border-left: 0;
    height: auto;
    min-height: 170px;
}

.stats-wrap .stats-title {
    color: #828C8A;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 5px;
}

.stats-wrap .stats-txt {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: var(--textcolor);
}

.stats-wrap__wrapper {
    margin-bottom: 28px;
}

.brand-cat-row {
    border-radius: 15px;
    border: 1px solid #D7E4E7;
    background: #FFFFFF;
    padding: 15px 20px;
    margin-bottom: 24px;
}

.brand-cat-row .title-t {
    color: #000;
    padding-bottom: 10px;
}

.brand-cat-row .row {
    margin: 0 -3px;
}

.brand-cat-row .row>div {
    padding: 0 3px;
}

.brand-cat-row a {
    border-radius: 40px;
    border: none !important;
    color: #10154E !important;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    min-height: 48px;
}

/* .brand-cat-row a:hover{
  background:var(--secondary);
  color:#211706;
} */
.brand-cat-row .icon {
    min-width: 34px;
    /* height:34px;
  width:34px; */
}

.well {
    border-radius: 18px;
    border: 1px solid #2DBAD8;
    background: #FFF;
}

.add-funds .form-control {
    border: none !important;
    background: #4F3617 !important;
}

.services .table tbody td {
    border-top: 1px solid #211706 !important;
    border-bottom: 1px solid #211706 !important;
}

.services .table tbody td:first-child {
    border-left: none !important;
}

.services .table tbody td:last-child {
    border-right: none !important;
}

.custom-tabs.nav-tabs {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 0;
}

.custom-tabs.nav-tabs li a.nav-link {
    border-radius: 30px;
    background: #162124;
    color: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: 400;
    border: none !important;
}

.custom-tabs.nav-tabs li a.nav-link.active {

    background: #57C8E0;
    color: #FFFFFF;
}

.new-order .well {
    border-radius: 15px;
    border: 1px solid #4F3617 !important;
    background: #211706;
}

.modal-content {
    background-color: #100D08;
    border: none !important;
}

.title {
    letter-spacing: -0.54px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #D7E5E3;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.form-control {
    border-radius: 11px;
    border: 1px solid #EFFAFC;
    background: #EFFAFC;
    padding: 0 20px;
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
}

.auth .form-control {
    border: 1px solid #211706 !important;
}

.form-control:focus {
    border-color: var(--secondary);
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.control-label {
    color: #828C8A;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.form-group__checkbox label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #80808038;
    border-color: #80808038;
}

.input-group {
    display: flex;
    width: 100%;
}

.input-group button {
    height: 50px;
}

.w-100 {
    width: 100%;
}

.h-50 {
    height: 50px;
}

.well.description .box {
    --primary: ;
    padding: 17px 20px;
    min-height: 80px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #FAEDC1 !important;
    background: #EFFAFC;
    color: #415B62;
    border-radius: 12px;
    border: 1px solid #D7E4E7 !important;
    background: #EFFAFC;
}

.well.description .row>div {
    margin-bottom: 20px;
}

.well.description .box h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
}

.well.description .box.services h6 {
    color: #fff;
}

.well.description .box.services p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.well.description .box .detail span {
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 400;
}

.dashboard-footer {
    background: #162124;
    padding: 16px;
    margin-top: 30px;
    border: 1px solid #162124;
}

.dashboard-footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

.service-filters {
    display: flex;
    border: 0;
}

.service-filters li.dropdown {
    width: 144px;
}

.service-filters li.dropdown button {
    width: 96%;
    border-radius: 30px;
    background: #2DBAD8;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(17, 19, 21, 0.20);
    padding: 10px;
}

.service-filters .btn.btn-primary {
    padding: 10px;
    justify-content: space-between;
}

.service-filters li.search {
    flex: 1;
    width: 100%;
    margin-left: 16px;
}

.service-filters {
    margin-bottom: 28px;
}

.service-filters li.search input {
    flex: 1;
    background: #FFF;
    border-radius: 30px !important;
    border: 1px solid #D7E4E7;
    height: 46px;
    color: rgba(7, 42, 35, 99);
}

.service-filters .search .btn.btn-primary {
    justify-content: center;
    border-radius: 30px !important;
}

/* .auth .service-filters li.search input {
  flex: 1;
  height: 46px;
  color: var(--textcolor);
  border-radius: 11px !important;
  border: 1px solid #D7E5E3 !important;
  background: #FFF !important;
} */
.service-filters li.search input::placeholder {
    color: rgba(255, 255, 255, 0.26);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
}

.service-filters li.search .input-group-btn {
    width: 118px;

}

.service-filters li.search .input-group-btn .btn-primary {
    border-radius: 30px !important;
    background: var(--bg-btns) !important;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
}

.service-description .btn {
    border-radius: 10px;
}

.service-filters li.search .input-group {
    max-width: 100%;
    gap: 10px;
    margin: 0;
}

.m-t-md strong {
    color: #072A23;
}

.api p {
    color: #ffff !important;
}

.table th {
    background: #162124;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.table-wrapper {
    border-spacing: 8px;
}

.table td {
    background: #EFFAFC;
    color: var(--textcolor);
}

.table th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.table th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.table td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.table td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.table .w-45 {
    width: 55%;
}

.table th,
.table td {
    padding: 16px 14px !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    vertical-align: middle !important;
}

.api h2,
.api h4 {
    font-size: 24px;
    font-weight: 600;
}

.api .table {
    border: 0;

}

.api .table td {
    border-radius: 15px;
    border: 0.5px solid #D2CFCB !important;
    background-color: #EFFAFC;
}

.m-b-md {
    color: #130F02;
}

.guest .table td {
    background: #FFF;
    border: 1px solid #191207 !important;
    color: #072A23 !important;
}

.guest .table td {
    position: relative;
}

.guest .table td::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: rgba(0, 0, 0, 0.12);
    filter: blur(11px);
    width: 100%;
    height: 15px;
    z-index: -1;
    margin: auto;
}

.services .table-responsive {
    overflow-x: visible;
    min-height: 0.01%;
}

.guest .api.dashboard .table td {
    background: #33230B;
}

.services .table tbody td {
    border: none !important;
}

.how-work__image img {
    border-radius: 25px;
    overflow: hidden;
}

.signup {
    padding-top: 150px;
    padding-bottom: 50px;
    /* background-color: #EFFAFC; */
}

.signup .page-head {
    text-align: left;
}

.signup .page-head p {
    text-align: left;
    margin-bottom: 30px;
}

.signup .well {
    border-radius: 30px;
    border: 1px solid #2DBAD8;
    background: #FFF;
    box-shadow: 4px 19px 50px 0 rgba(4, 30, 48, 0.14);
}

.signup .well h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.signup .well .btn {
    border-radius: 30px;
    background-color: #5AC9E1;
}

.signup .form-inline,
.signup .form-group {
    width: 100%;
}

.signup .h-account {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.signup .h-account:after,
.signup .h-account:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgba(7, 42, 35, 0.21);
    top: 50%;
    transform: translateY(-50%);
}

.signup .h-account:after {
    right: 15%;
}

.signup .h-account:before {
    left: 15%;
}

.signup .h-account span {
    font-size: 14px;
    font-weight: 400;
}

.signup .h-account span a {
    color: var(--primary);
}

.signup .page-head {
    padding: 0;
}

.signup__image {
    margin-top: 30px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.reset-pass {
    padding-bottom: 30px;
}

.reset-pass .well {
    border-radius: 30px;
    border: 1px solid #A614B2;
    ;
    background: #211706;
    box-shadow: 0px 15px 50px 0px rgba(76, 169, 148, 0.20);
}

.reset-pass h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.api .table td {
    width: 49%;
}

.api b,
.api strong {
    font-weight: 600 !important
}

.api .table.table_spacing tr td:first-child {
    border-right: 3px solid #fff !important;
}

.api .table.table_spacing tr td:last-child {
    border-left: 3px solid #fff !important;
}

.api pre {
    font-size: 14px;
    font-weight: 400;
    color: #130F02;
    padding: 20px;
    border-radius: 15px;
    border: 0.5px solid #CFCCC8;
    background: #EFFAFC;
}

.api p {
    color: #211706;
    border-radius: 15px;
    border: 0.5px solid #D7E5E3;
    background: #162124;
    font-size: 14px;
    font-weight: 500;
    padding: 22px 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}
}

.table th:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.order-history .nav-tabs {
    border-radius: 31px;
    background: #2DBAD8;
    border: 1px solid #2DBAD8;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.order-history .nav-tabs li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    color: #072A23;
    gap: 5px;
    border: 0;
    border-radius: 30px;
    background: #FFF;
}

.table th,
.table td a {
    color: #2DBAD8;
}

.order-history .nav-tabs li:first-child a {
    width: 110px;
}

/* .order-history .nav-tabs li.active a {
  background: #111315;
  color: #fff;
  border: none !important;
} */
.order-history .nav-tabs li a span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    min-width: 12px;
}

.order-history .nav-tabs li a span.completed {
    background: #45B500;
}

.order-history .nav-tabs li a span.canceled {
    background: #FF0E0E;
}

.order-history .nav-tabs li a span.partial {
    background: #7C52F2;
}

.order-history .nav-tabs li a span.inprogress {
    background: #FFAC25;
}

.order-history .nav-tabs li a span.processing {
    background: #40C6FF;
}

.order-history .nav-tabs li a span.pending {
    background: #406AFF;
}

.orders-filters {
    margin: 25px 0;
}

.orders-filters input {
    flex: 1;
    background: #211706 !important;
    border-radius: 11px !important;
    border: none !important;
    height: 46px;
    color: #000;
}

.orders-filters input::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
}

.form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}

.orders-filters .input-group-btn {
    width: 118px;

}

.orders-filters .input-group-btn .btn-primary {
    border-radius: 30px !important;
    background: var(--bg-btns);
    height: 46px;
    font-size: 12px;
    font-weight: 400;
}

.orders-filters .input-group {
    max-width: 100%;
    gap: 10px;
    margin: 0;
}

.order-history .table th {
    background: #162124;
}

.add-funds .accordion_item {
    margin-bottom: 12px;
}

.add-funds .accordion_item .btn-primary {
    border-radius: 12px;
    background: #EFFAFC;
    display: flex;
    width: 100%;
    color: #130F02;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    height: auto;
    border: 1px solid #D7E4E7 !important;
}

.add-funds .accordion_item .btn-primary:after {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11.1667 20.3333C6.10405 20.3333 2 16.2292 2 11.1667C2 6.10405 6.10405 2 11.1667 2C16.2292 2 20.3333 6.10405 20.3333 11.1667C20.3333 16.2292 16.2292 20.3333 11.1667 20.3333ZM11.1667 18.5C15.2168 18.5 18.5 15.2168 18.5 11.1667C18.5 7.11658 15.2168 3.83333 11.1667 3.83333C7.11658 3.83333 3.83333 7.11658 3.83333 11.1667C3.83333 15.2168 7.11658 18.5 11.1667 18.5Z' fill='white'/%3E%3Crect x='7.16602' y='10.1667' width='8' height='2' fill='white'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #130F02;
}

.add-funds .accordion_item .btn-primary.collapsed:after {
    background-image: url("https://i.23robo.info/projects/socialmediagrowtips/img/Frame.svg");
    filter: invert();
}

.add-funds .accordion_item .btn-primary:not(.collapsed) {
    background: #191207;
    color: #fff;
}

.add-funds .accordion_item .card-body {
    border-radius: 12px;
    background: #EFFAFC;
    color: #415B62;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 14px 18px;
    margin-top: 12px;
    border: 1px solid #D7E4E7;
}

.add-funds .title {
    font-size: 32px;
}

.well-blue {
    background: transparent !important;
    border: none !important;
    padding: 0;
}

.account .form-control {
    border: 1px solid #211706 !important;
}

.tickets .section-head h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tickets .section-head p {
    color: #828C8A;
    font-size: 16px;
    font-weight: 400;
}

.service-name {
    min-width: 100%;
}

.custom-tabs-one .nav-item .nav-link {
    width: 118px;
    height: 46px;
    border-radius: 30px;
    background: #5AC9E1;
    color: #130F02;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    padding-left: 32px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 5px;
}

.add-funds .nav-tabs {
    padding-bottom: 15px;
}

.custom-tabs-one .nav-item i {
    position: absolute;
    top: 17px;
    left: 14px;
    color: #130F02;
    font-size: 12px;
}

.custom-tabs-one .nav-item.active .nav-link {
    background: #191207;
    color: #FFFFFF;
}

.add-funds .title {
    padding-top: 10px;
}

.title-t {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.445%;
    margin: 15px 0;
}

.welcome_aff .txt {
    color: #fff;
}

.bg-green {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: #162124;
    padding: 12px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.auth .well .title-t {
    color: #162124;
}

body:not(.guest) #message {
    border-radius: 15px !important;
}

#support .card {
    border-radius: 20px;
    background: #211706;
    padding: 15px;
}

.auth .well .tickets-wrap .btn.btn-primary {
    width: 100%;
}

.tab-switch {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tab-switch .nav-item .nav-link {
    border-radius: 11px;
    background: #A614B2;
    ;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 118px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-switch .nav-item.active .nav-link {
    background: #191207;
}

.ticket-btn-row .brand-category {
    padding: 10px 5px;
    margin-bottom: 5px;
    border-radius: 11px;
    background: #A614B2;
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
}

.ticket-btn-row .col-sm-4 {
    padding: 0 5px;
}

.ticket-btn-row {
    margin: 0;
    padding: 0;
}

.ticket-btn-row .btn.btn-primary {
    padding: 25px;
}

.box-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background: #4F3617;
    padding: 20px;
}

.title-w {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
}

.wht-txt {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#accordions {
    margin-top: 20px;
}

#accordions .panel-heading {
    border-radius: 10px !important;
    background: #4F3617 !important;
    padding: 15px;
    color: #fff !important;
}

#accordions .panel-title a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#accordions .panel.panel-default {
    border-radius: 10px;
    background: transparent;
    border: none !important;
    margin-bottom: 15px !important;
}

#accordions .panel-body {
    border: none !important;
}

/* .panel .panel-heading a[data-toggle="collapse"].collapsed::before {
transform: rotate(0deg) !important;
} */
/* .panel .panel-heading a[data-toggle="collapse"]::before {
width: 29px;
height: 29px;
flex-shrink: 0;
background: #A614B2;;
color: #211706;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
} */
.wrapper.toggle .sidebar-wrap {
    left: -260px;
}

.wrapper.toggle .inner-wrap {
    padding-left: 0;
}

.wrapper .inner-wrap {
    padding-left: 260px;
}

.wrapper.toggle .inner-wrap,
.wrapper.toggle .sidebar-wrap,
.wrapper .inner-wrap,
.wrapper .sidebar-wrap {
    transition: 0.3s ease-in-out;
}

.services-insight .nav-tabs .nav-link {
    border: 0;
}

@media screen and (min-width:768px) {
    .account .col-md-12 .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.account .col-md-12 .row>div {
    margin-bottom: 20px;
}

.account .well {
    height: 100%;
    margin: 0;
}

.titcket-title {
    font-weight: 600;
}

.ticket-message-left .ticket-message {
    border-radius: 15px;
    background: #33230B !important;
    border: 0.5px solid #33230B !important;
    margin-bottom: 4px;
}

.ticket-message-right .ticket-message,
.ticket-message-left .ticket-message {
    color: #415B62;
    border-radius: 15px !important;
    border: 1px solid #D7E4E7 !important;
    background-color: #EFFAFC !important;
}

.ticket-message-left .ticket-message p {
    margin: 0;
}

.table td .order-status {
    font-size: 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-status.progress_status {
    background: #FFAC25;
}

.order-status.pending_status {
    background: #406AFF;
}

.order-status.processing_status {
    background: #40C6FF;
}

.order-status.canceled_status {
    background: #FF0E0E;
}

.order-status.completed_status {
    background: #45B500;
}

.order-status.partial_status {
    background: #7C52F2;
}

.order-status.closed_status {
    background: #e2d6d6;
}

.order-status.answered_status {
    background: #1f292d;
}

.service-name {
    width: 100% !important;
}

.main-banner__image img {
    margin: auto;
}

.smt-title {
    color: #231C05;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-method__image img {
    margin-bottom: -67px;
}

.reset-password {
    padding-bottom: 80px;
    padding-top: 150px;
}

.main-t {
    color: #111315;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.txt {
    color: var(--grey);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.st-title {
    color: #111315;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reset-password .well {
    box-shadow: 0 15px 50px 0 rgba(17, 53, 78, 0.08);
}

.reset-password .btn.btn-primary {
    width: 100%;
    border-radius: 30px;
    background-color: #5AC9E1;
    color: #fff;
}

.guest .api.dashboard {
    padding-top: 30px;
}

.sm-ttile {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.tickets-wrap .txt {
    text-align: left;
}

/* .auth .service-filters li.dropdown button {
  background: #3D1D26;
} */
.services-insight__image img {
    width: 423px;
}

.how-work__image {
    position: relative;
    border-radius: 25px;
    background: transparent;
    padding: 0;
}

.btn.popup-youtube {
    position: absolute;
    top: 37%;
    left: 42%;
    font-size: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80px;
    height: 80px;
    border: 5px solid #F6A11A;
    min-width: 80px;
}

.btn.popup-youtube i {
    background-color: #fff;
    background: linear-gradient(180deg, #D74F98 0%, #F6A11A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-work video {
    width: 100%;
}

.close {
    margin-right: 10px;
    color: #fff !important;
}

.tickets-wrap .panel-title>a::before {
    float: right !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f0de";
    padding-right: 5px;
}

.tickets-wrap .panel-title>a.collapsed::before {
    float: right !important;
    content: "\f0d7";
}

.add-funds .accordion_item .btn-primary:hover {
    background: #162124 !important;
    color: #fff;
    opacity: 2;
}

.sidebar-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.sidebar-logo-wrap .pinner {
    border-radius: 5px;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
}

.stats-icon img:first-child {
    width: 50px;
}

.top-nav-left-ul .pinner {
    display: none;
}

.toggle .top-nav-left-ul .pinner {
    display: flex;
}

#login-sec {
    background: #191207;
    padding-top: 1px;
}

.stats {
    background: #FFF;
}

.main-banner .btn.btn-primary {
    background: var(--primary-one);
}

.payment-method .sub-title {
    color: var(--pink-btn) !important;
}

.testimonials .sub-title {
    color: var(--pink-btn) !important;
}

/* .auth .table th {
  background-color: #5AC9E1;
} */
.add-funds .table td {
    background: #EFFAFC;
}

.auth .api .btn.btn-secondary.h-50.m-t {
    background: #000;
}

.auth .well {
    border-radius: 15px;
    border: 1px solid #D7E5E3 !important;
    background: #FFF;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #415B62 !important;
}

.guest .btn.btn-secondary {
    background: #FAEDC1;
    color: #100B39;
}

.auth .services .table tbody td {
    background: #FFFFFF;
}

.order-history .table td {
    background: #EFFAFC;
}

.auth .box-step {
    border-radius: 15px;
    background: #2DBAD8;
}

.auth #accordions .panel-heading {
    border-radius: 30px !important;
    border: 0.5px solid #D7E4E7;
    background: #EFFAFC !important;
    color: #162124 !important;
}

.auth .panel-body {
    margin-top: 10px;
    border-radius: 12px;
    border: 0;
    background: transparent;
}

.auth .well .card-body #accordions .panel-body {
    border-radius: 15px;
    border: 0.5px solid #D7E4E7 !important;
    background: #EFFAFC;
    font-size: 12px !important;
}

.tickets-wrap .title {
    font-size: 32px;
}

#service_description .panel-body {
    padding: 0;
}

.mt-top {
    padding-top: 15px;
}

.guest .panel-heading {
    color: #231C05;
    padding: 18px;
    border-radius: 15px;
    border: 0.5px solid #D7E4E7;
    background: #EFFAFC;
    box-shadow: none;
    text-decoration: none;
}

/* .guest .panel-heading {
  color: #231C05;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #E9E5E5;
  background: #FFF;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  text-decoration: none;
} */
.guest .panel-body {
    margin-top: 10px;
    border-radius: 15px;
    border: 0.5px solid #D7E4E7 !important;
    background: #EFFAFC;
    box-shadow: none;
    color: #415B62;
}

.guest .panel-heading:hover {
    background: #2DBAD8;
    color: #fff;
}

.guest .panel.panel-default {
    background: transparent !important;
    border: none !important;
    margin-bottom: 25px;
}

.guest .panel-title>a::before {
    float: right !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f0de";
    padding-right: 5px;
}

.guest .panel-title>a.collapsed::before {
    float: right !important;
    content: "\f0d7";
}

.promo-carousel .item-info {
    direction: ltr !important;
}

.promo-carousel .item p {
    text-align: left !important;
}

.promo-carousel .item .rating {
    direction: ltr;
}

.auth textarea.form-control::placeholder {
    color: #11131550;
}

#history-search .form-control.search-input {
    border-radius: 30px !important;
    border: 1px solid #D7E4E7 !important;
    background: #FFF !important;
    color: #111315;
}

.custom-tabs-one .nav-item.active i {
    color: #fff;
}

.auth #accordions .panel-heading a {
    color: #130F02;
}

.table.ticket-table td {
    background-color: #EFFAFC;
}

.auth .api .btn.btn-secondary.h-50.m-t {
    background: #5AC9E1;
}

.modal-content {
    background-color: #fff;
    white-space: normal;
    word-break: break-word;
}

.modal-content .close {
    background-color: #f00;
    opacity: 1;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding: 0 0 4px;
    line-height: 1;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.guest .api.dashboard .table td {
    border-radius: 15px;
    border: 0.5px solid #D7E4E7 !important;
    background: #EFFAFC;
}

.auth .form-control::placeholder {
    color: #130f02;
}

.navicon {
    color: #FFFFFF;
}

.sidebar-nav li.active a .navicon {
    color: #2DBAD8;
}

.top-nav-right-ul li a .badge {
    background-color: transparent;
    color: #000;
}

.guest .navbar {
    margin-bottom: 0;
}

.guest .navbar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    border: 0;
    top: 24px;
}

.top-nav-btn .btn.btn-primary .btn-inner {
    display: flex;
    justify-content: space-around;
}

.guest .navbar .container {
    border-radius: 30px;
    background: #FFF;
    padding: 10px;
}

.guest .navbar-nav>li>a {
    color: #162124 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.28px;
    background-color: transparent !important;
}

.guest .navbar-nav>li.register-btn>a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 2px;
    border-radius: 30px;
    background-color: #2DBAD8 !important;
    min-height: 44px;
}

.guest .navbar-nav>li.register-btn>a .register-btn-inner {
    border-radius: 30px;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.00) 100%);
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 11px;
}

.guest .navbar-nav>li.language-dropdown a {
    border-radius: 30px;
    /* background-color: #EFFAFC; */
    min-height: 44px;
    display: flex;
    align-items: center;
    align-content: center;
    min-width: 121px;
}

.guest .navbar-nav>li.language-dropdown .dropdown-toggle {
    background-color: #EFFAFC !important;
}

.guest .navbar-nav>li.language-dropdown a svg {
    margin-right: 2px;
}

.guest .navbar-nav>li.language-dropdown a .caret {
    margin-left: auto;
}

.guest .navbar-center {
    margin-left: 23%;
}

#top-sec {
    padding: 180px 0 0;
    position: relative;
}

.title-label {
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 30px;
    background: #FFF;
    width: max-content;
    padding: 6px;
    margin: auto auto 11px;
}

.title-label-txt {
    color: #162124;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.28px;
    margin-left: 6px;
}

.title-label-txt b {
    font-weight: 600;
}

.main-title {
    color: #162124;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.96px;
    margin: 0 0 15px;
}

.blue-txt {
    color: #1DB7D8;
}

.txt {
    color: #415B62;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-align: left;
}

.reset-password .txt {
    text-align: center;
}

.btn-wraper {
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
}

.btn.btn-primary {
    border-radius: 30px;
    background-color: #2DBAD8;
    padding: 2px;
    min-height: 44px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.guest .btn.btn-secondary {
    background: #162124;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.btn-inner {
    border-radius: 30px;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.00) 100%);
    min-height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    justify-content: center;
}

.btn-wraper .btn.btn-primary {
    margin-right: 6px;
}

.trademark-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 44px;
}

.trademark-content {
    margin-left: 8px;
}

.trademark-stars {
    margin-bottom: 3px;
}

.trademark-txt {
    color: #162124;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.56px;
}

.trademark-txt b {
    color: #203754;
    font-weight: 600;
}

.btn-inner1 {
    width: 100%;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0%, transparent 100%);
    border-radius: 30px;
}

.login-frm {
    border-radius: 30px;
    box-shadow: 13px 20px 20.4px 0 rgba(75, 85, 99, 0.04);
    padding: 1px;
    background: linear-gradient(180deg, rgb(45, 186, 216) 0%, transparent 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.login-frm-inner {
    background-color: #fff;
    width: 100%;
    padding: 41px;
    border-radius: 30px;
}

.login-frm-title-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.form-group {
    position: relative;
}

#top-sec .icon {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    background: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.05));
}

.guest .form-control {
    border-radius: 25px;
    border: 0.5px solid #D7E4E7;
    background-color: #EFFAFC;
    color: #415B62;
}

.login-frm-title {
    color: #162124;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.48px;
    margin: 0;
}

.pswd-icon {
    right: 6px;
    left: auto;
    background-color: transparent;
}

.login-btn-wrap {
    display: flex;
    align-items: center;
    align-content: center;
}

.check-inner,
.forgot-pass {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #D7E4E7;
    background: #EFFAFC;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.check-wrap #remember {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: ;
    border-radius: 50px;
    opacity: 0;
}

.check-wrap {
    position: relative;
    overflow: hidden;
}

.login-frm-field-row {
    display: flex;
    align-items: center;
    align-content: center;
}

.login-frm-field-row .col-sm-2 {
    flex: 0 0 24%;
    max-width: 24%;
    width: 24%;
}

.login-frm-field-row .col-sm-5 {
    flex: 0 0 38%;
    max-width: 38%;
    width: 38%;
}

.login-frm-field-row .form-group {
    margin: 0;
}

.forgot-pass {
    margin: 0 5px;
}

.login-btn-wrap .btn.btn-primary {
    height: 50px;
}

.login-btn-wrap .btn.btn-primary .btn-inner {
    height: 46px;
}

.login-frm-field-row .col-sm-5,
.login-frm-field-row .col-sm-2 {
    padding: 0 5px;
}

.check-wrap #remember:checked+.check-inner {
    background-color: #2DBAD8;
    border-color: #2DBAD8;
}

.check-wrap #remember:checked+.check-inner svg,
.check-wrap #remember:checked+.check-inner svg path {
    fill: #fff;
}

.guest .form-control::placeholder {
    color: #415B62;
}

.guest .form-group .icon+.form-control {
    padding-left: 55px;
}

#top-sec::after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 0;
}

.guest {
    background-image: none;
}

.guest {
    padding: 180px 0 0;
    position: relative;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/top-bg.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
}

.auth {
    position: relative;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/top-bg.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}

.navbar-right {
    margin-right: 0;
}

#stats-sec {
    padding: 80px 0;
}

.stats-box {
    text-align: center;
    position: relative;
}

.stats-box-img {
    margin: auto auto 11px;
}

.stats-txt {
    color: #2DBAD8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.stats-title {
    color: #162124;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.stats-box::after,
.stats-box::before {
    content: '';
    height: 144px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgba(188, 201, 204, 1) 50%, transparent 100%);
}

.stats-box::before {
    left: 0;
}

.stats-box::after {
    right: 0;
}

.stats-box-row .col-sm-4:nth-child(1) .stats-box::after,
.stats-box-row .col-sm-4:nth-child(1) .stats-box::before,
.stats-box-row .col-sm-4:nth-child(3) .stats-box::after,
.stats-box-row .col-sm-4:nth-child(3) .stats-box::before {
    display: none;
}

.label-title {
    border-radius: 30px;
    background-color: #EFFAFC;
    padding: 5px 11px;
    display: flex;
    align-content: center;
    align-items: center;
    width: max-content;
    margin-bottom: 15px;
}

.label-title-icon {
    line-height: 1;
}

.label-title-txt {
    color: #162124;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.28px;
    margin-left: 4px;
}

.title {
    color: #162124;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.8px;
    padding: 0;
    border: 0;
}

#why .btn.btn-primary {
    max-width: 202px;
}

#why .btn.btn-primary .btn-inner {
    justify-content: space-around;
}

.why-img {
    margin: auto;
}

#why {
    padding: 80px 0;
}

#feature {
    padding: 80px 0;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/feature-bg.webp');
    background-size: cover;
    background-position: center;
}

#feature .label-title {
    margin: auto;
}

#feature .title {
    color: #FFF;
    margin-top: 16px;
}

#feature .title+.txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-align: center;
}

.feature-box {
    border-radius: 14px;
    background: #FFF;
    padding: 26px;
    margin-bottom: 30px;
}

.feature-icon {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 54px;
}

#feature-icon-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#feature-icon {
    position: relative;
    z-index: 1;
}

.feature-title {
    color: #162124;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin-bottom: 15px;
}

.feature-txt {
    color: #415B62;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.28px;
    margin: 0;
}

.feature-box-row {
    margin-top: 34px;
}

.feature-box-row+.feature-box-row {
    margin-top: 0;
}

#how {
    padding: 80px 0;
}

#how .label-title {
    margin: 0 auto 15px;
}

.how-title-row {
    margin-bottom: 45px;
}

.workbox {
    border-radius: 16px;
    border: 0.5px solid #D7E4E7;
    background-color: #EFFAFC;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 24px;
    margin-bottom: 18px;
}

.workboxnum-wrap {
    width: 62px;
    height: 62px;
    background-color: #2DBAD8;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 62px;
    padding: 3px;
}

.workboxnum-wrap-inner {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 56px;
    padding: 1px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.workboxnum-wrap-inner2 {
    width: 54px;
    height: 54px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 56px;
    padding: 1px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.workboxnum-content {
    flex: 0 0 calc(100% - 62px);
    max-width: calc(100% - 62px);
    padding-left: 12px;
}

.workboxnum-title {
    color: #162124;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.workboxnum-txt {
    color: #415B62;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.28px;
    margin: 0;
}

.workboxnum-wrap2 {
    background-color: #162124;
}

.workboxnum-wrap2 .workboxnum-wrap-inner {
    background-color: transparent;
}

#testimonials_sec .label-title {
    margin: 0 auto 15px;
    background-color: #fff;
}

.slide_box {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 9px 16px 32.3px 0 rgba(75, 85, 99, 0.08);
    padding: 20px;
    margin-right: 15px;
}

.slide_box .feature-txts {
    font-style: italic;
    padding-top: 8px;
    text-align: left;
}

.slide_author_img h6 {
    color: #162124;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0;
}

#testimonials_sec {
    position: relative;
    padding: 80px 0;
}

#testimonials_sec::before {
    content: '';
    position: absolute;
    border-radius: 16px;
    border: 0.5px solid #D7E4E7;
    background: #EFFAFC;
    width: 65%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

#faq_sec {
    padding: 80px 0;
}

#faq_sec .label-title {
    margin: 0 auto 15px;
}

.rising_wrapper {
    border-radius: 28px;
    background-color: #2DBAD8;
    position: relative;
    padding: 30px;
    text-align: center;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/rise_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -100px;
}

.rising_inner__left h2 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.68px;
}

.rising_inner__left p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.56px;
}

.rising_inner__right .btn.btn-primary {
    border-radius: 30px;
    background: #FFF;
    color: #162124;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 235px;
    height: 44px;
    margin: auto;
}

.blog_wrapper_box {
    border-radius: 18px;
    border: 1px solid #D7E4E7;
    background: #EFFAFC;
    padding: 25px;
    margin-right: 15px;
    min-height: 410px !important;
}

.blog_small_img {
    display: flex;
    align-items: center;
}

.blog_sm_content h6 {
    color: #081C36;
    font-size: 14px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    letter-spacing: -0.56px;
    margin: 0;
}

.blog_sm_content p {
    color: #4B5563;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.blog_sm_content p {
    color: #4B5563;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    margin: 0;
}

.blog_sm_content {
    padding-left: 8px;
}

.blog_small_img {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.blog_content .btn.btn-primary {
    width: 139px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.blog_wrapper_box1 {
    width: 446px;
}

.blog_wrapper_box2 {
    width: 297px;
}

.blog_content h3 {
    color: #081C36;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.68px;
}

.blog_content {
    padding-top: 15px;
}

#read_blogs {
    padding: 80px 0;
}

.marketing-slider-nav button {
    width: 50px;
    height: 50px;
    background: #EFFAFC;
    border: 1px solid #D7E4E7;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 20px;
}

.guest .services {
    padding-top: 80px;
}

#top-sec .txt {
    text-align: center;
}

.title_n {
    color: #162124;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    border-bottom: 1px solid #D7E4E7;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.refel_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: none;
    background: #FFF;
    padding: 25px;
    margin-top: 10px;
}

.refel_box li {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(170, 207, 201, 0.30);
    padding-right: 58px;
}

.refel_box li p {
    margin: 0;
    color: #415B62;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.refel_box li h6 {
    color: #162124;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.whte_box {
    border-radius: 10px;
    border: none;
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}

.whte_box h6 {
    color: #60CBE2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whte_box p {
    color: #162124;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    margin: 0;
}

.refel_box li:last-child {
    border: none;
}

.welcome_aff {
    border-radius: 15px;
    background-color: #2DBAD8;
    padding: 20px;
    background-image: url('https://i.23robo.info/projects/motherpanel/img/how-it-works1.webp');
    background-repeat: no-repeat;
    background-position: right;
}

.account .btn.btn-primary {
    padding: 10px;
}

.updates .nav-pills {
    display: flex;
    flex-wrap: wrap;
}

.updates .search {
    width: 78% !important;
    margin-left: 4px;
}

.updates .search .btn.btn-default {
    margin-left: 5px;
}

.update_name {
    min-width: 200px !important;
}

.updates .nav-pills li .dropdown .dropdown-toggle {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.updates .search .form-control {
    height: 46px;
}

.step_child_box {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.child_number {
    width: 44px;
    height: 44px;
    border-radius: 29px;
    background: #30BBD9;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    position: relative;
}

.child_number::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 29px;
    border: 0.5px solid rgba(255, 255, 255, 0.33);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.child_number_black {
    background: #162124;
}

.child_title {
    color: #162124;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.child_txt {
    color: #415B62;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.childpanel .alert {
    background: #2DBAD8;
    border-radius: 15px;
}

.childpanel .btn.btn-primary {
    width: 100%;
}

.guest .navbar-default .navbar-brand {
    color: #162124;
}

.dropdown-menu li a {
    background: transparent !important;
    color: #000 !important;
}

.services .dropdown-menu {
    height: 300px;
    overflow: auto;
}

.order-actions {
    width: auto;
}

.order-actions .btn.btn-xs.btn-default {
    min-width: 85px;
    width: 85px;
}

.integration-fixed {
    display: none;
}

.guest .api.dashboard .well.api {
    margin-top: 100px;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro" !important;
}

.modal_wrapper .modal-dialog {
    width: 344px;
    margin: 30px auto;
}

.modal_wrapper .modal-body {
    padding: 0;
    min-height: 510px;
}

.modal_wrapper .image {
    left: -12px;
    margin-left: -15px;
}

.content.no-fields {
    position: relative;
    width: 344px;
    padding: 28px;
}

.modal_wrapper .title div {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

/* .content.no-fields {
	position: relative;
	width: 344px;
} */
.modal_wrapper .container {
    width: 344px;
}

.modal_wrapper .description_one {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.modal_wrapper .button.primary {
    background: #fff;
    border: 3px solid rgb(109, 179, 244);
    margin: 8px;
    padding: 17px 32px !important;
    font-weight: 900;
    line-height: 1.55555556;
    border-radius: 0;
    width: 93%;
    font-size: 18px;
    transition: 0.3s ease all;
    color: #000;
    height: 60px;
}

.modal_wrapper .button.primary:hover {
    background: rgb(109, 179, 244);
    color: #fff;
}

.modal_wrapper .close {
    top: 0;
    right: 0;
    padding: 20px;
    position: absolute;
    z-index: 1;
    background: transparent;
}

.modal_wrapper .close::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-290.000000,%20-65.000000%29%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20transform%3D%22translate%28290.000000,%2065.000000%29%22%3E%3Cpath%20d%3D%22M22.5%201.5v21H1.5V1.5h21z%22%20stroke%3D%22%230f0f0f%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%230f0f0f%22%20d%3D%22M16.999954%208.44117617%2015.5588332%207.00005699%2011.998935%2010.5575%208.44121825%207%207.00004599%208.44117067%2010.5585606%2011.9999973%207%2015.5587778%208.44122375%2017%2011.998935%2013.4414323%2015.5588277%2016.999943%2017%2015.5587723%2013.4414339%2011.9999973z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: transform 300ms, opacity 200ms;
    opacity: 0.3;
    width: 24px;
    height: 24px;
}

#blog_wrapper {
    padding-top: 150px;
    padding-bottom: 80px;
}

.blog-search-wrap {
    max-width: 400px;
    margin: 15px auto 25px;
}

.blog-search-wrap .form-control {
    background-color: #f7f7f7;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none !important;
}

.blog-search-wrap .blogsearch-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    padding: 0;
    height: 42px;
    width: 42px;
    box-shadow: none;
    background-color: #162124;
    color: #fff;
    min-width: 42px;
    min-height: 42px;
}

.blog-image-wrap {
    min-height: 240px;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 0.5px solid #D7E4E7;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EFFAFC;
    display: flex;
    align-items: center;
}

.blog_section .well {
    padding: 8px;
}

.blog_section .well h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.blog_expert {
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
}

.blog_expert p span {
    color: #415B62 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-align: left;
}

.btn.btn-primary.blog-btn {
    display: block;
    width: 105px;
}

.single_blog_wrapper p span {
    /* color: #415B62 !important; */
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-align: left;
}
.single_blog_wrapper ul p span {
	font-weight: 600 !important;
}
.single_blog_wrapper {
    padding-bottom: 30px !important;
}

@media screen and (max-width:1200px) {
    .main-banner h1 {
        font-size: 46px;
    }

    .services-insight .nav-tabs .nav-link {
        min-width: 120px;
    }

    .services-insight .nav-tabs {
        padding: 25px;
        gap: 16px;
    }

    .get-started__inner:before {
        right: -30px;
        bottom: -30px;
    }

    .wrapper .inner-wrap {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .main-banner {
        text-align: center;
    }

    .main-banner p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main-banner .row>div:not(:last-child) {
        margin-bottom: 60px;
    }

    .login-info .well {
        padding: 20px;
    }

    .login-info .login-info__form {
        gap: 10px;
    }

    .main-banner h1 {
        font-size: 40px;
    }

    .section-title {
        font-size: 42px;
    }

    .pannel-services {
        padding: 40px 0;
    }

    .rise-social {
        padding: 50px 0;
        text-align: center;
    }

    .rise-social .row {
        display: block;
    }

    .rise-social__image img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .services-insight {
        padding: 40px 0 40px;
    }

    .services-insight .nav-tabs {
        overflow: hidden;
        overflow-x: scroll;
        justify-content: start;
    }

    .services-insight .tab-content {
        padding: 20px;
        padding-top: 60px;
        text-align: center;
    }

    .services-insight .row {
        display: block;
    }

    .services-insight .row img {
        margin: auto;
        margin-top: 25px;
    }

    .payment-method .row {
        display: block;
    }

    .payment-method {
        padding-bottom: 40px;
        text-align: center;
    }

    .payment-method img {
        margin: auto;
        margin-top: 30px;
    }

    .boost-account {
        padding: 40px 0;
        text-align: center;
    }

    .boost-account .row {
        display: block;
    }

    .boost-account img {
        margin: auto;
        margin-bottom: 30px;
    }

    .how-work {
        padding-top: 40px;
    }

    .how-work .row>div:first-child {
        text-align: center;
        margin-bottom: 30px;
    }

    .how-work .row>div:first-child img {
        margin: auto;
        margin-top: 30px;
    }

    .faq {
        padding: 50px 0;
    }

    .testimonials {
        padding: 0;
    }

    .get-started__inner:after,
    .get-started__inner:before {
        border-radius: 0px 100px 0px 150px;
    }

    .footer .mian-d-flex {
        flex-direction: column;
    }

    .footer .mian-d-flex .footer__left,
    .footer .mian-d-flex .footer__right {
        width: 100%;
    }

    .footer .mian-d-flex .footer__left {
        text-align: center;
    }

    .footer-wrapper .footer .footer__social {
        justify-content: center;
        margin-bottom: 30px;
    }

    .page-head {
        padding: 30px 0;
    }

    .page-head h1 {
        font-size: 50px;
    }

    .signup {
        padding-top: 50px;
    }

    .signup .page-head {
        text-align: center;
    }

    .signup .page-head br {
        display: none;
    }

    .signup__image {
        margin-bottom: 30px;
    }

    /* new home page responsive  */
    .guest .navbar-center {
        margin-left: -8%;
    }

    .login-frm-field-row {
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .login-frm-field-row .col-sm-5 {
        flex: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 8px;
    }

    .login-frm-field-row .col-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }

    .marketing-slider-nav button {
        width: 30px;
        height: 30px;
        background: #EFFAFC;
        border: 1px solid #D7E4E7;
        border-radius: 50px;
        margin-right: 5px;
        font-size: 12px;
    }

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

@media screen and (max-width:767px) {
    .header .navbar-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        background: var(--primary);
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin: 0;
        transition: .5s ease all;
    }

    .header .navbar-nav li a {
        color: #211706;
    }

    .header .collapse {
        display: block !important;
    }

    .header .navbar-collapse.collapse.in .navbar-nav {
        top: 80px;
    }

    .inline-buttons {
        gap: 10px;
    }

    .header.sticky .navbar-collapse.collapse.in .navbar-nav {
        top: 63px;
    }

    .main-banner h1 {
        font-size: 35px;
    }

    .login-info .login-info__form {
        flex-direction: column;
    }

    .login-info .login-info__form .form-group {
        width: 100%;
    }

    .hide-on-md {
        display: none !important;
    }

    .show-on-md {
        display: block !important;
    }

    .form-group__password {
        margin-bottom: 30px !important;
    }

    .form-group__password .forgot-pass {
        position: absolute;
        right: 20px;
        bottom: -30px;
    }

    .stats ul li {
        flex-direction: column;
        text-align: center;
    }

    .stats ul {
        padding: 40px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .testimonials .item {
        min-width: auto;
    }

    .get-started:after {
        display: none;
    }

    .get-started__inner:before {
        display: none;
    }

    .get-started__inner {
        padding: 25px;
    }

    .get-started__inner:after {
        border-radius: 0px 45px 0px 45px;
    }

    .get-started {
        padding: 40px 0;
    }

    .nav-menu {
        margin-left: 16px;
    }

    .footer-wrapper .footer__right .d-flex {
        flex-wrap: wrap;
    }

    .footer-wrapper .footer__right .d-flex>div {
        width: 50%;
        flex: none;
    }

    .footer-wrapper .footer__right .d-flex>div:last-child {
        width: 100%;
        margin-top: 25px;
    }

    .accordion-item {
        margin-bottom: 15px;
    }

    .page-head h1 {
        font-size: 45px;
    }

    .table-responsive {
        border: 0;
    }

    .btn {
        min-width: 100px;
    }

    .guest .navbar-default .navbar-toggle {
        border-color: transparent;
        background: #2DBAD8;
        padding: 9px;
        border-radius: 8px;
        margin-right: 20px;
        margin-top: 6px;
    }

    .guest .navbar-center {
        margin-left: 0;
    }

    .guest .navbar-nav.navbar-right {
        display: flex;
        /* align-items: center; */
        gap: 8px;
    }
}

@media screen and (max-width:575px) {
    .hide-on-sm {
        display: none !important;
    }

    .header .navbar-nav li a {
        color: #fff !important;
    }

    .main-banner__image::before {
        width: 330px;
        height: 330px;
    }

    .footer-wrapper .footer {
        padding-top: 40px;
    }

    .btn.popup-youtube {
        top: 35% !important;
        left: 40% !important;
        font-size: 20px !important;
        width: 70px !important;
        height: 70px !important;
        min-width: 70px !important;
    }

    .get-started::before {
        display: none;
    }

    .main-t {
        font-size: 36px !important;
    }

    .order-history .nav-tabs li a {
        width: 155px !important;
    }

    .reset-password {
        padding: 20px 0 !important;
    }

    .get-started::after {
        display: none;
    }

    .payment-method {
        padding-bottom: 95px;
        text-align: center;
    }

    .card.mt-5 {
        margin-top: 15px;
    }

    .payment-method__image img {
        margin-bottom: 0 !important;
    }

    .boost-account .section-title {
        padding-top: 15px;
    }

    .form-group__password .forgot-pass {
        color: #fff;
    }

    .login-info .login-info__labels {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .stats ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stats ul li {
        width: 46%;
    }

    .section-title {
        font-size: 32px;
    }

    body {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .top-nav-wrap {
        padding: 10px;
        display: flex;
        flex-wrap: wrap !important;
    }

    .top-nav-right-ul li a {
        padding: 10px 14px !important;
    }

    .top-nav-right-ul {
        padding-top: 10px;
    }

    .stats-wrap {
        height: auto;
        min-height: auto;
        margin-bottom: 15px;
    }

    .stats-wrap__wrapper {
        margin-bottom: 0;
    }

    .brand-cat-row .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .brand-cat-row .row>div {
        padding: 0 3px;
        width: 49% !important;
    }

    .dashboard-footer p {
        text-align: center !important;
    }

    .brand-cat-row {
        padding: 15px !important;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .container {
        width: 100%;
    }

    .page-head h1 {
        font-size: 40px;
    }

    .service-filters {
        flex-direction: column;
    }

    .service-filters li.search {
        margin: 16px 0 0;
    }

    .service-filters li.dropdown {
        width: 100%;
    }

    .service-filters li.search .input-group-btn {
        width: 100px;
    }

    body::before,
    body::after {
        width: 100%;
    }

    body::after {
        right: 0;
    }

    .header .inline-buttons {
        display: none;
    }

    .header-wrap {
        display: flex;
    }

    .header-wrap .header-right-wrap {
        flex: 0 0 40px;
        max-width: 40px;
    }

    .header .navbar-collapse.collapse.in .navbar-nav {
        top: 58px;
    }

    .header.sticky .navbar-collapse.collapse.in .navbar-nav {
        top: 50px;
    }

    .footer-wrapper .footer__bottom .container {
        padding: 15px;
    }

    .footer-wrapper .footer__bottom p {
        line-height: 1.4;
    }

    .service-filters li.search input::placeholder {
        color: rgba(0, 0, 0, 50%);
    }

    .services .table tbody td.service-name {
        min-width: 200px !important;
        width: 200px !important;
        max-width: 200px !important;
        white-space: normal;
        word-break: break-word;
    }

    .signup .h-account::before,
    .signup .h-account::after {
        display: none;
    }

    .container.reset-password {
        padding-top: 120px !important;
    }

    .order-history .nav-tabs {
        gap: 2px;
        justify-content: flex-start;
        border-radius: 15px;
    }

    .order-history .nav-tabs li {
        flex: unset;
        max-width: unset;
        margin: 0 0 5px;
        width: auto;
        min-width: auto;
    }

    .order-history .nav-tabs::before,
    .order-history .nav-tabs::after {
        display: none;
    }

    .order-history .nav-tabs li a {
        width: auto !important;
        padding: 10px 13px;
        font-size: 13px;
    }

    #history-search .form-control.search-input::placeholder {
        color: rgba(0, 0, 0, 50%);
    }

    .top-nav-left-ul li.bread b {
        font-size: 14px;
    }

    /* new home responsive  */
    .main-title {
        font-size: 24px;
    }

    .table th,
    .table td {
        padding: 12px 14px !important;
    }

    .orders-filters {
        margin: 15px 0;
        margin-bottom: 0;
    }

    .order-history .table td {
        background: #EFFAFC;
        padding: 4px 14px !important;
        font-size: 14px;
    }

    .table td .order-status {
        padding: 8px 10px 9px 14px;
    }

    .login-frm {
        margin-top: 20px;
        margin-bottom: 0;
        z-index: 1;
    }

    .login-frm-inner {
        padding: 20px;
    }

    .login-frm-title-wrap {
        margin-bottom: 20px;
    }

    #stats-sec {
        padding: 20px 0;
    }

    #why {
        padding: 20px 0;
    }

    .title {
        font-size: 24px;
    }

    #feature {
        padding: 40px 0;
    }

    .feature-box-row {
        margin-top: 0;
    }

    .feature-icon {
        margin-bottom: 20px;
    }

    .feature-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    #how {
        padding: 30px 0;
    }

    .how-title-row {
        margin-bottom: 0;
    }

    .workbox {
        padding: 20px;
    }

    .workboxnum-title {
        font-size: 16px;
    }

    #testimonials_sec::before {
        border-radius: 0;
        width: 100%;
    }

    #testimonials_sec {
        position: relative;
        padding: 30px 0;
    }

    #faq_sec {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .panel-title {
        font-size: 14px;
    }

    .guest .panel.panel-default {
        margin-bottom: 10px;
    }

    #read_blogs {
        padding: 20px 0;
    }

    .marketing-slider-nav {
        padding-bottom: 20px;
    }

    .blog_wrapper_box1 {
        width: 345px;
    }

    .blog_wrapper_box {
        min-height: auto !important;
    }

    .rising_wrapper {
        padding: 20px;
    }

    .rising_inner__left h2 {
        font-size: 24px;
    }

    .rising_inner__left br {
        display: none;
    }

    #top-sec {
        padding: 130px 0 0;
        position: relative;
    }

    .stats-title {
        font-size: 24px;
    }

    .footer-wrapper .footer {
        padding-top: 130px !important;
    }

    .footer .mian-d-flex .footer__left {
        text-align: left;
    }

    .footer-wrapper .footer .footer__social {
        justify-content: start;
    }

    .footer-wrapper {
        background-size: cover;
    }

    .footer__links h5 {
        font-size: 20px;
    }

    .footer-wrapper .footer {
        padding-bottom: 30px;
    }

    .footer-wrapper .footer__bottom p {
        text-align: center;
    }

    .copy_link {
        display: flex;
        align-items: center;
        gap: 10px;
        float: unset;
        text-align: center;
        justify-content: center;
    }

    .guest .navbar-nav.navbar-right {
        display: flex;
        /* align-items: center; */
        gap: 8px;
    }

    .service-filters .btn.btn-primary {
        padding: 10px;
        justify-content: space-between;
        width: 100%;
        margin-top: 8px;
    }

    .auth .service-filters li.search .input-group-btn .btn-primary {
        margin: 0;
    }

    .guest .service-filters li.search .input-group-btn .btn.btn-primary {
        margin-top: 0 !important;
    }

    .page-head h1 {
        font-size: 24px;
        text-align: left;
    }

    .guest .service-filters .btn.btn-primary {
        margin-top: 10px !important;
    }

    .top-nav-wrap {
        border-radius: 15px;
        ;
    }

    .auth {
        background-size: 100% 100%;
    }

    .refel_box {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        border-radius: 15px;
    }

    .refel_box li {
        display: flex;
        padding-right: 0;
        margin-bottom: 10px;
        border: none;
    }

    .refel_box li h6 {
        font-size: 16px;
    }

    .whte_box {
        margin-top: 10px;
        border-radius: 15px;
    }

    .tickets-wrap .title {
        font-size: 24px;
        margin: 0;
    }

    .top-nav-btn .btn-inner1 {
        background: none;
    }

    .top-nav-btn .btn-inner {
        border: none;
        background: transparent;
    }

    body:not(.guest) .form-control {
        resize: none;
    }

    .title-w {
        font-size: 20px;
        font-weight: 500;
    }

    .updates .search {
        width: 75% !important;
        margin-left: 4px;
    }

    .updates .nav-pills li {
        width: 100%;
    }

    .updates .search .btn.btn-default {
        margin-left: 5px;
        width: 80px;
        min-width: 80px;
        height: 46px;
        font-size: 14px;
    }

    .logout {
        display: none;
    }

    .top-nav-right-ul li:last-child a {
        min-width: 35px;
    }

    .brand-cat-row .icon {
        min-width: 25px;
    }

    .brand-cat-row .icon img {
        max-width: 25px;
    }

    .brand-cat-row a {
        min-height: auto;
    }

    #blog_wrapper {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .single_blog_wrapper h1 {
        font-size: 28px;
    }
}