/* html[data-theme='light'] {
--blackcolor:#161719;
--whitecolor:#fff;
}
html[data-theme='dark'] {
    --blackcolor:#fff;
    --whitecolor:#232427;
}
html{
    font-size: 16px;
}
.w-100{
    width:100% !important;
}
.form-group{
    position: relative;
}
.form-control{
    border-radius: 42px;
    border: 1px solid rgba(139, 153, 164, 0.21);
    background: #FFF;
    outline:none;
    font-size:14px;
    font-weight:400;
    color: #161719;
    box-shadow: none;
    outline: none;
}
.form-control:focus{
    border-color:#F43936;
}
.form-control::placeholder{
    color: rgba(139, 153, 164, 0.81);
}
body{
    background: #F0F4F7;
    font-size:14px;
    color: #161719;
    padding:0;
    margin:0;
    overflow-x: hidden;
    line-height: 1;
}
.row{
    display:flex;
    flex-wrap:wrap;
}
.img-fluid{
    max-width:100%;
    height:auto;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.d-flex{
    display:flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
h3{
    font-size: 30;
    font-weight:600;
    margin-bottom:1.25rem;
    line-height: 1.3;
}
.mt-40{
    margin-top:40px;
}
.guest .navbar-inverse{
    background-color: transparent;
    border:0;
    padding:27px 0;
}
.btn{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    color:#fff;
    font-size: 14px;
    font-weight:500;
    border-radius: 36px;
    position: relative;
    outline:none;
}
.btn.icon i{
    margin-right:5px;
}
.btn.btn-primary{
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%) !important;
}
.btn.btn-primary:after{
    content:"";
    position:absolute;
    width: 122px;
    height: 41px;
    border-radius: 26.5px;
    background: linear-gradient(180deg, rgba(236, 26, 92, 0.50) 0%, rgba(244, 57, 54, 0.50) 100%);
    filter: blur(12px);
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index: -1;
}
.btn.btn-primary:hover{
    background: linear-gradient(180deg, #EC1A5C 0%, #F43936 100%) !important;
}
.btn.btn-secondary{
    background: #161719 !important; 
}
.btn.btn-secondary i{
    margin:0 4px;
}
.btn.btn-secondary:hover{
    opacity:.7;
}
.section-title{
    font-size:3rem;
    font-weight:600;
    color:var(--blackcolor);
    margin-bottom: 1.25rem;
    line-height: 1.3;
}
p{
    color: #8B99A4;
    font-size:1rem;
    font-weight:400;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
.action-links ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.action-links ul li:not(:last-child){
    margin-right:8px;
}
.action-links ul li:not(:last-child) a{
    border-radius: 100%;
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    width:3.4375rem;
    height:3.4375rem;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6875rem;
    text-decoration: none !important;
}
.guest .navbar-nav li a{
    padding:0;
    color: #8B99A4;
    font-weight: 400;
}
.guest .navbar-nav li:not(:last-child){
    margin-right:2.1875rem;
}
.guest .navbar-nav li a:hover,
.guest .navbar-nav li.active a{
    color: #161719;
    background-color: transparent;
}

.main-banner .inline-buttons{
    display: flex;
    align-items: center;
}
.main-banner .inline-buttons .btn{
    margin-right:10px;
}
.main-banner .inline-buttons .btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-banner .sub-title{
    display: block;
    color: #F43936;
    font-size:1.5rem;
    font-weight:500;
    margin-bottom:10px;
    display:flex;
    align-items: center;
}
.main-banner .sub-title img{
    max-width: 20px;
    margin-right:5px;
}
.main-banner h1{
    font-size:3rem;
    font-weight:600;
    color:var(--blackcolor);
    line-height: 1.4;
    margin-top:0;
}
.main-banner p{
    color: #8B99A4;
    font-size:22px;
    font-weight:400;
    margin-bottom: 1.25rem;
}
.main-banner .form-group{
    position: relative;
    margin-bottom: 1.125rem;
}
.main-banner .input-icon{
    position: absolute;
    width:2.5rem;
    height:2.5rem;
    min-width:2.5rem;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    left:10px;
    top:50%;
    transform: translateY(-50%);
}
.main-banner .form-control{
    border-radius: 42px;
    border: 1px solid rgba(139, 153, 164, 0.21);
    background: #FFF;
    box-shadow: 0px 14px 19.7px 0px rgba(139, 153, 164, 0.31);
    padding-left:62px;
    padding-right:50px;
    font-size: 14px;
    font-weight:400;
}
.main-banner .form-control:focus{
    border-color: #F43936;
}
.main-banner .form-control::placeholder{
    color: rgba(139, 153, 164, 0.81);
}
.show-pw {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #afafaf;
    font-size: 1rem;
    margin: 0 !important; 
}

.show-pw .eye-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%239B9B9B' xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z'/%3E%3C/svg%3E");
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%; 
}

.show-pw .eye-icon.eye-slash {
    z-index: 2;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_790_271)'%3E%3Cpath d='M8.825 8.82502C8.65334 9.00923 8.44634 9.15699 8.21635 9.25947C7.98635 9.36195 7.73806 9.41705 7.48631 9.42149C7.23455 9.42594 6.98448 9.37962 6.75101 9.28532C6.51754 9.19102 6.30545 9.05066 6.1274 8.87261C5.94936 8.69456 5.809 8.48248 5.71469 8.24901C5.62039 8.01554 5.57408 7.76547 5.57852 7.51371C5.58296 7.26195 5.63807 7.01367 5.74055 6.78367C5.84303 6.55367 5.99078 6.34667 6.175 6.17502M11.2125 11.2125C10.1441 12.0269 8.84319 12.4781 7.5 12.5C3.125 12.5 0.625 7.50002 0.625 7.50002C1.40243 6.0512 2.48071 4.7854 3.7875 3.78752L11.2125 11.2125ZM6.1875 2.65002C6.61771 2.54932 7.05817 2.49898 7.5 2.50002C11.875 2.50002 14.375 7.50002 14.375 7.50002C13.9956 8.20977 13.5432 8.87798 13.025 9.49377L6.1875 2.65002Z' stroke='%239B9B9B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.625 0.625L14.375 14.375' stroke='%239B9B9B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_790_271'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); 
}
.social-sec{
    padding:3.5rem 0 2.5rem;
}
.social-sec ul{
    list-style: none;
}
.social-sec ul li{
    display:flex;
    align-items: center;
    justify-content: center;
}
.slick-track{
    display: flex;
    align-items: center;
}

.order-sec {
    padding-top:4.375rem;
    padding-bottom:7rem;
}
.order-sec .card{
    --cardbg:#fff;
    border-radius: 23px;
    overflow: hidden;
    padding:1.75rem;
    background:var(--cardbg);
    height:100%;
    min-height:210px;
    position: relative;
    cursor: pointer;
    transition: .5s ease all;
}
.order-sec .card p{
    color: #8B99A4;
    font-size:14px;
    font-weight:500;
    margin-bottom:6px;
}

.order-sec .card span{
    display:block;
    font-size:2.125rem;
    font-weight:600;
    display:block;
    color:#fff;
}
.order-sec .card img{
    position: absolute;
    right:0;
    bottom:0;
}
.order-sec .row>div:nth-child(2) .card p{
    color:#fff;
}
.order-sec .row>div:nth-child(3) .card span{
    color: #161719;
}
.order-sec .card:hover{
    transform: translateY(6px);
}

.automate-services .card{
    border-radius: 30px;
    background: var(--whitecolor);
    padding:2.125rem 1.5rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height:100%;
}
.automate-services .card img{
    margin-bottom:1.5625rem;
}
.automate-services .card h3{
    color:var(--blackcolor);
    font-weight:600;
    margin:0;
}
.automate-services .row .row{
    margin:0 -7px;
    padding-bottom: 1.3rem;
}
.automate-services .row .row>div{
    padding:0 7px;
}
.automate-services .main-row{
    margin:0 -30px;
}
.automate-services .main-row>div{
    padding:0 30px;
}

.cheapest-pannel{
    padding:8.125rem 0 1.875rem;
}
.cheapest-pannel .card{
    border-radius: 30px;
    background: #FFF;
    padding:3.125rem 2.1875rem 0 2.1875rem;
    height:100%;
}
.cheapest-pannel .card h3{
    color: var(--blackcolor);
}
.cheapest-pannel .card.left img{
    max-width:130px;
    display:block;
    margin-left:auto;
}

.cheapest-pannel__tiktok{
    border-radius: 30px;
    background: linear-gradient(91deg, #F43936 0.25%, #EC1A5C 99.15%);
    overflow: hidden;
    position: relative;
    padding:4rem 0 2.5rem 2rem;
    margin-top:1.875rem;
}
.cheapest-pannel__tiktok img{
    position: absolute;
    right:0;
    bottom:0;
}
.cheapest-pannel__tiktok h4{
    color:#fff;
    font-weight:400;
}
.cheapest-pannel__tiktok p{
    color:#fff;
   
}
.payment-method ul li{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding:1rem;
    display:flex !important;
    align-items: center;
    justify-content: center;
    height:95px;
   
    margin:7rem 0;
    margin-right:.9rem;
}
.sub-title{
    color: #F43936;
    font-size:1.5rem;
    font-weight:500;
}
.work-process .card{
    border-radius: 16px;
    background: #FFF;
    padding:25px;
    position: relative;
    min-height: 250px;
    padding-bottom: 50px;
    cursor: pointer;
}
.work-process .card span{
    display: block;
    text-align: right;
    color: rgba(139, 153, 164, 0.19);
    font-size:2rem;
    font-weight:600;
}
.work-process .card__title{
    color: #161719;
    font-weight: 600;
    font-size:1.125rem;
    margin-bottom:1.25rem;
}
.work-process .card p{
    color: #8B99A4;
    font-size: 14px;
    font-weight:400;
    margin-bottom: 1.5;
}
.work-process .card a{
    font-size:1.25rem;
}
.work-process .card .icon{
    width: 67px;
    height: 67px;
    border-radius: 22px;
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    bottom: 18px;
}
.work-process .row{
    margin:0 -30px;
}
.work-process .row>div{
    padding:0 30px;
    margin-bottom: 40px;
}
.work-process .card:hover{
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    box-shadow: 0px 20px 45.4px 0px rgba(244, 57, 54, 0.50);
}
.work-process .card:hover p,
.work-process .card:hover a{
    color:#fff;
}
.work-process .card:hover .card__title{
    color:#fff;
}
.work-process .card:hover .icon{
    background: #161719;
}
.work-process .row>div:first-child,
.work-process .row>div:nth-child(3){
    margin-top: 40px;
}
.faq{
    padding:50px 0;
}
.faq .accordion .card{
    border-radius: 40px;
    background: #FFF;
    padding:1.4rem 1.7rem;
}
.faq .accordion .card button{
    width:100%;
    color: #161719 !important;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:0;
    outline: none;
    background: transparent;
    height:auto;
    line-height: 1;
    text-decoration: none !important;
}
.faq .accordion .card button span{
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    width:30px;
    height:30px;
    border-radius: 100%;
    position: relative;
}
.faq .accordion .card button span:after,
.faq .accordion .card button span:before{
    content:"";
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50% , -50%);
    background-color: #fff;
}
.faq .accordion .card button span:after{
    width:15px;
    height:3px;
    border-radius: 20px;
}
.faq .accordion .card button span:before{
    height:15px;
    width:3px;
    border-radius: 20px;
}
.faq .accordion .card .card-body{
    padding-top:1.4rem;
    color: #8B99A4;
    font-size: 14px;
    line-height: 1.5;
}
.faq .accordion .card button:not(.collapsed) span::before{
    display:none;
}
.faq .row >div{
    margin-bottom: 30px;
}
.testimonials{
    padding:70px 0;
}
.testimonials .section-title{
    font-size:44px;
}
.testimonials .row >div:last-child p{
    font-style: italic;
}
.testimonials .clients{
    display:flex;
    flex-wrap: wrap;
}
.testimonials .clients>div{
    width:50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.testimonials .clients >div:nth-child(1) img,
.testimonials .clients >div:nth-child(4) img{
    border-radius: 100%;
    overflow: hidden;
    width: 262px;
    height: 262px;
}
.testimonials .clients >div:nth-child(2) img,
.testimonials .clients >div:nth-child(3) img{
    border-radius: 100%;
    overflow: hidden;
    width: 132px;
    height: 132px;
}
.testimonials .client__intro{
    border-radius: 54px;
    background: #FFF;
    box-shadow: 0px 16px 16.6px 0px rgba(139, 153, 164, 0.14);
    padding:13px 20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    min-width: 210px;
    text-align: left;
    position: absolute;
    right:-40px;
    z-index:1;
}
.testimonials .client__intro h6{
    color: #000;
    font-size: 14px;
    font-weight:500;
    margin-bottom: 5px;
}
.testimonials .client__intro p{
    color: #8B99A4;
    font-size:8px;
    margin:0;
}
.testimonials .client__intro i{
    color:#F43936;
    font-size:20px;
}
.testimonials .clients .client.two .client__intro,
.testimonials .clients .client.three .client__intro{
    min-width: 150px;
}
.testimonials .clients >div:nth-child(1) .testimonials .client__intro,
.testimonials .clients >div:nth-child(4) .testimonials .client__intro{
    min-width: 210px;
}
.testimonials .clients >div:nth-child(1) .client__intro{
    right:auto;
    left:-80px;
}
.testimonials h5{
    color: #161719;
    font-size:1.5rem;
    font-weight:500;
    margin-bottom: 16px;
}
.testimonials ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.testimonials ul li{
    margin-right: 5px;;
}
.testimonials .row{
    margin:0 -40px;
}
.testimonials .row>div{
    padding:0 40px;
}
.join-us{
    position: relative;
    z-index: 1;
}
.join-us__inner{
    border-radius: 42px;
    background: linear-gradient(90deg, #EC1A5C 0%, #F43936 100%);
    padding:50px;
    color:#fff;
}
.join-us__inner h4{
    color: #FFF;
    font-size:38px;
    font-weight:600;
}
.join-us__inner p{
    color: #FFF;
    font-size:14px;
    margin:0;
}
.join-us__inner .btn.btn-primary{
    display:flex;
    align-items: center;
    justify-content: space-between;
    color:#161719 !important;
    background: #fff !important;
    width:240px;
    margin:auto;
    border-radius: 54px;
    box-shadow: 0px 16px 16.6px 0px rgba(22, 23, 25, 0.13);
    font-size:20px;
    height: 68px;
    line-height: 68px;

}

.footer{
    background: #111113;
    padding-top:205px;
    position: relative;
    margin-top: -120px;
}
.footer__content{
    text-align: center;
    max-width:600px;
    margin:auto;
}
.footer__content p{
    color:#fff;
    font-size:14px;
    margin:18px 0;
}
.footer__social ul{
    display:flex;
    align-items: center;
    justify-content: center;
}
.footer__social ul li:not(:last-child){
    margin-right:8px;
}
.footer__social ul li a{
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    width: 45px;;
    height:45px;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}
.footer__bottom{
    padding-top:56px;
}
.footer__bottom .container{
    border-top: 1px solid rgba(255, 255, 255, 0.22);padding-top:24px;
    padding-bottom: 24px;;
}
.footer__bottom p{
    color:#fff;
    margin:0;
}
.footer__bottom ul{
    list-style: none;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__bottom ul li:not(:last-child){

    margin-right:45px;
}
.footer__bottom ul li a{
    font-size:14px;
    color:#fff;
}

.signup .flex-wrapper{
    display:flex;
}
.signup__left{
    width:50%;
    padding-right:60px;
    padding-bottom: 60px;
}
.signup__left .logo{
    margin-bottom: 90px;
}
.signup__left .back{
    color: #F43936;
    font-size: 18px;
    font-weight:500;
    display:block;
}

.signup__left .back i{
    margin-right:6px;
}
.signup__right{
    width:50%;
    
}
.signup__left h2{
    color: #161719;
    font-size:34px;
    font-weight:600;
    margin:20px 0 35px;
}
.signup .icon-group{
    position:relative
}
.signup .input-icon{
    position: absolute;
    width:2.5rem;
    height:2.5rem;
    min-width:2.5rem;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    left:10px;
    top:50%;
    transform: translateY(-50%);
}
.signup .form-control{
    padding-left:60px;
}
.signup .checkbox span{
    color: #8B99A4;
}
.signup .checkbox a:not(:hover){
    color: #161719;
}
.signup input[type="checkbox"]{
    margin:0;
}
.signup__right{
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    position:relative;
    padding:120px 0 60px 60px;
}
.signup__right:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    right:-100%;
    top:0;
    background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
}
.signup__right:before{
    content:"";
    position:absolute;
    width:705px;
    height:920px;
    background: url(https://23robo.info/panel-images/panelwork/worldofsmm/img/signup-graph.png);
    z-index: 1;
    background-size: cover;
    right: -23%;
    bottom: 0;
}
.signup__right--content{
    border-radius: 33px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(40px);
    padding:60px 50px 0;
    position: relative;
    z-index: 2;
}
.signup__right--content h3{
    color:#fff;
    font-size:28px;
    font-weight:600;
}
.signup{
    position: relative;
    overflow: hidden;
}
.signup .icons img:first-child{
    position: absolute;
    left: -35px;
    top: 27%;
}
.signup .icons img:nth-child(2){
    position: absolute;
    left:-35px;
    bottom:27%;
}
.signup .icons img:nth-child(3){
    position: absolute;
    right:-35px;
    top:27%;
}
.signup .icons img:nth-child(4){
    position: absolute;
    right:-35px;
    bottom:27%;
}

.inner-wrapper h1{
    margin-bottom: 50px;
    text-align: center;
}
.inner-wrapper h4{
    --textColor:#161719;
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
    color:var(--textColor);
}
.terms p{
    color: #8B99A4;
    font-size:16px;
    font-weight:400;
    margin-bottom:15px;
}
.inner-wrapper .well{
    border-radius: 19px;
    padding:35px 45px;
}
.inner-wrapper h1{
    text-align: center;
    color: #161719;
    font-size: 48px;
    font-weight: 600;
}
.control-label{
    color: #8B99A4;
    font-size:14px;
    font-weight:400;
} */

/* .child-panel .first{
    border-radius: 20px;
    background: #161719;
    padding:25px;
    color:#fff;
    font-size: 20px;
    font-weight:500;
    margin-bottom: 20px;
}
.child-panel .first ul{
    padding:0 !important;
    margin:0;
}
.child-panel .first ul li{
    color:#fff;
    font-size: 14px;
    font-weight:400;
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.09);
    padding:10px 28px;
    display:flex;
    align-items: center;
}
.child-panel .first ul li span{
    width: 7px;
    height: 7px;
    background-color: #F43936;
    border-radius: 100%;
    display: inline-block;
    margin-right:6px;
}
.child-panel .first ul li:not(:last-child){
    margin-bottom: 10px;
}
.child-panel .first .alert{
    padding:0;
    margin:0;
    background-color: transparent;
    border:0;
} 
.child-panel .first .alert>div{
    color:#ffff;
    font-size: 20px;
    font-weight:500;
    margin-bottom: 10px;;
}
.child-panel .stats-box .stats-box-left {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.child-panel .stats-box .stats-box-right {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    max-width: 60px;
}
.child-panel .accordion .card{
    border-radius: 0;
    background: transparent;
    padding:0;
    margin-bottom: 20px;
}
.child-panel .accordion .card .btn{
    border-radius: 40px;
    background: #FFF;
    padding: 1.1rem 1.7rem;
   
}
.child-panel .accordion .card .card-body{
    border-radius: 20px;
    background: #FFF;
    padding:26px;
    margin-top:20px;
}
.child-panel .accordion .card .btn:not(.collapsed){
    background: #F43936;
    color:#fff !important;
}
.child-panel .accordion .card .btn:not(.collapsed) span{
    background: #fff;
}
.child-panel .accordion .card .btn:not(.collapsed) span::after{
    background-color: #F43936;
} */
/* .updates .order-bnr2 .order-bnr-btn{
    border-radius: 24px;
    color:#fff;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.updates .order-bnr2 .order-bnr-btn:not(:hover){
    background: #161719 !important;
}
.updates .filter-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.updates .filter-wrapper .search{
    width:318px;
}

.updates .filter-wrapper .nav-tabs{
    flex:1;
    border:0;
}
.updates .filter-wrapper .nav-tabs .nav-link{
    --textcolor:#161719;
    border-radius: 39px;
    border: 1px solid #DDEAFF;
    background: #FFF;
    padding:22px;
    color:var(--textcolor);
    text-align: center;
    min-width:114px;
}
.updates .filter-wrapper .nav-tabs .nav-link span{
    display: inline-block;
    width:13px;
    height:13px;
    border-radius: 100%;
    background:#fff;
    border:3px solid var(--textcolor);
    margin-right:4px;
}

.updates .search-wrapper{
    border-radius: 30px;
    border: 1px solid #DDEAFF;
    background: #FFF;
    padding:8px;
}
.updates .search-wrapper button{
    border-radius: 30px !important;
    background: #F43936;
    width:100px;
    min-width:100px;
}
.updates .search-wrapper .form-control{
    flex:1;
    padding:0;
    padding-left:30px;
    background: transparent;
}
.updates .search-wrapper i{
    color: rgba(139, 153, 164, 1);
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.updates .search-wrapper .form-control::placeholder{
    color: rgba(139, 153, 164, 0.44);
}
.updates .search-wrapper form{
    margin:0;
}
.updates .table thead{
    border-radius: 60px;
    background: #161719;
}
.updates .table td,
.updates .table th{
    border:0;
    padding:17px 25px;
    vertical-align: middle;
}
.updates .table thead th{
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.updates .table td{
    color: #161719;
    font-size:14px;
    font-weight:400;
}
.updates .table thead th:first-child,
.updates .table tbody td:first-child{
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.updates .table thead th:last-child,
.updates .table tbody td:last-child{
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.updates .tab-content{
    margin-top:35px;
}
.updates .table{
    border-spacing: 0 10px;
    border-collapse: separate;
}
.updates .table tbody tr{
    background-color: #fff;
    border-radius: 60px;
}
.updates .table td i{
    font-style: normal;
    color: #F43936;
}
.updates .table td span{
    --bg:#16BDBF;
    padding:10px 25px;
    border-radius: 21px;
    font-size: 14px;
    font-weight:400;
    color:#fff;
    display:inline-block;
    background:var(--bg);

}
.updates .ser-bnr-row .order-bnr::after{
    background:url(https://23robo.info/panel-images/panelwork/worldofsmm/img/updates-banner-img.png) ;
    width:205px;
    height:227px;
    background-size: contain;
    right: 17px;
}
.account h1{
    text-align: left;
}
.account .form-control{
    background: #F0F4F7;
}
.auth .account .btn.btn-primary{
    width:auto;
}
.account .well{
    padding:25px;
    height:100%;
}
.account .row>div{
    margin-bottom: 30px;
}
.account .code .well{
    background: linear-gradient(90deg, #F43936 0%, #EC1A5C 100%);
}
.account .code .well h4,
.account .code .well p{
    color:#fff;
}
.account .code .well .btn{
    background:#fff !important;
    color: #161719 !important;
}
.account h4{
    font-size:24px;
    font-weight:500;
}
.auth .navbar-right-block li a:not(.logout-btn):hover{
    background: transparent;
    opacity: .7;
}
.align-items-end{
    align-items: flex-end;
}
.pr-0{
    padding-right:0 !important;
}
[data-theme="dark"] .cheapest-pannel .btn{
    background: #F43936;
}
[data-theme="dark"] .work-process .card__title,
[data-theme="dark"] .work-process .card p,
[data-theme="dark"].accordion .card button{
    color:#fff;
} */
    /* .guest .navbar-inverse .navbar-brand{
        padding:0;
    }
    .action-links .btn span{
        color:#fff !important;
    }
    .blog .well{
        padding:18px;
    }
    .blog .logo{
        max-width:140px;
        margin-bottom: 20px;
    }
    .blog .image{
        height:300px;
        display:flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 10px;
    }
    .blog .image img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    .blog .date{
        color: #8B99A4;
        font-size:10px;
        margin:18px 0 10px;

    }
    .blog h4{
        color: #161719;
        font-size:24px;
        font-weight: 600;
    }
    .blog ul{
        display:flex;
        align-items: center;
    }
    .blog ul li:not(:last-child){
        margin-right:6px;
    }
    .blog ul li a{
        width: 30px;
        height: 30px;
        border-radius: 2px;
        border: 1px solid rgba(139, 153, 164, 0.21);
        background: #F0F4F7;
        display: flex;
    align-items: center;
    justify-content: center;
    }
    .blog ul li a svg{
        width:15px;
    }
    .blog .readmore{
        color: #161719;
        font-size:14px;
    }
    .blog .readmore i{
        color:#F43936;;
        margin-left:3px;
    }
    .pagination{
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .pagination li:not(:last-child){
        margin-right:6px;
    }
    .pagination li a{
        width: 40px;
        height: 40px;
        border-radius: 100% !important;
        display:flex;
        align-items: center;
        justify-content: center;
        border:0;
        color: #161719 !important;
        font-size:14px;
        font-weight:600;
        background: #FFF !important;
    }
    .pagination li.active a{
        background: #F43936 !important;
        color:#fff !important;
    }
    .blog-post{
        padding-bottom: 50px;
    }
    .blog-post .image{
        width:100%;
        height:350px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .blog-post .image img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    .blog-post h1,
    .blog-post h2{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 18px;
    }
@media screen and (max-width:1200px){
    .testimonials .clients >div:nth-child(1) img, .testimonials .clients >div:nth-child(4) img{
        width: 220px;
        height: 220px;
    }
    .testimonials .client__intro{
        padding:9px 15px;
        position: relative;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        top: -20px;
    }
    .signup__right:before{
        bottom:0;
    }
    .signup .flex-wrapper{
        flex-direction: column-reverse;
    }
    .signup__left,
    .signup__right{
        width:100%;
        padding:40px 0 !important;
    }
    .signup__right:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    }
    .signup__right--content img{
        display: block;
    }
    .signup__right--content h3{
        text-align: center;
    }
    .signup__left .logo {
        margin-bottom: 26px;
        text-align: center;
    }
    .signup__left .back,
    .signup__left h2{
        text-align: center;
    }
    .inner-wrapper{
        overflow: hidden;
    }
}
@media screen and (max-width:991px){
    .inner-wrapper .well{
        padding:25px;
    }
    .signup__right--content{
        padding: 36px 30px 0;
        margin:0 20px;
    }
    .signup__right--content h3 {
       font-size:22px;
    }
    .guest .navbar-brand img{
        max-height:45px ;
    }
    .btn{
        height:50px;
        line-height: 50px;
        padding-left:14px;
        padding-right:14px;
        min-width:120px;
    }
    .guest .navbar-nav li:not(:last-child) {
        margin-right: 1rem;
    }
    .action-links ul li:not(:last-child) a{
        width: 3rem;
        height: 3rem;
        font-size: 1.3rem;
    }
    .main-banner .row{
        flex-direction: column-reverse;
        text-align: center;
    }
    .main-banner__image{
        max-width: 350px;
        margin:auto;
    }
    .main-banner h1,.section-title,
    .testimonials .section-title,
    .inner-wrapper h1{
        font-size: 2.3rem;
    }
    .sub-title{
        font-size:1.2rem;
    }
    
    .main-banner .inline-buttons {
        justify-content: center;
    }
    .main-banner .sub-title{
        justify-content: center;
    }
    .order-sec {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .order-sec .card img {
        max-width: 110px;
    }
    .order-sec .card span{
        font-size:1.7;
    }
    .automate-services .main-row>div{
        width:100%;
    }
    .automate-services .social-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .automate-services .main-row{
        text-align: center;
        
    }
    .cheapest-pannel {
        padding: 3.5rem 0 1.875rem;
    }
    .cheapest-pannel .card {
        padding: 2rem 1.8rem 0 1.8rem !important;
    }
    .cheapest-pannel > .container > .row > div:not(:last-child){
        margin-bottom: 20px;
    }
    .cheapest-pannel .row .row > div:not(:last-child){
        padding-bottom: 20px;;
    }
    .cheapest-pannel .row .row > div{
        width:100%;
        text-align: center;
    }
    .cheapest-pannel .card{
        text-align: center;
    }
    .payment-method ul li{
        margin:3rem 0;
        margin-right:.9rem;
    }
    .work-process .row>div:not(:last-child){
        text-align: center;
    }
    .faq .row >div{
        width:100%;
    }
    .faq{
        padding-top:0
    }
    .accordion .card {
        padding: 1rem 1.5rem;
    }
    .testimonials .row{
        flex-direction: column-reverse;
        
    }
    .testimonials{
        padding:20px 0 40px;
    }
    .testimonials .row >div{
        width:100%;
    }
    .testimonials .row >div:last-child{
        text-align: center;
    }
    .testimonials ul{
        justify-content: center;
        margin:20px 0 30px;
    }
    .join-us__inner{
        padding:20px;
        text-align: center;
    }
    .join-us__inner h4 {
        font-size: 28px;
    }
    .join-us__inner .btn.btn-primary {
        width: 196px;
        font-size: 16px;
        height: 54px;
        line-height: 54px;
        margin-top:25px;
    }
    .join-us__inner .row>div{
        width:100%;
    }
    .footer{
        margin-top:-70px;
        padding-top:100px;
    }
    .footer__logo img{
        max-width: 210px;
    }
    .order-history-ul1 li, .order-history-ul2 li{
        margin-bottom: 6px;
    }
    .order-history-ul2 li.order-view-more{
        width:100%;
        text-align: center;
    }
    
}
@media screen and (max-width:767px){
    .blog-post .image{
        height:250px;
    }
    .blog-post h1, .blog-post h2{
        font-size: 25px;;
    }
    .inner-wrapper h4{
        font-size: 21px;
    }
    .ser-search-frm .dropdown.currency-dropdown{
        position: relative;
    }
    .ser-search-frm .dropdown.currency-dropdown .btn{
        position: static;
        transform: none;
        margin-top: 20px;
    }
    .order-page .row>div{
        width: 100%;
    }
    .signup .row{
        text-align: center;
    }
    .signup .pull-right{
        float: none !important;
    }
    .signup__left .logo img{
        max-width: 230px;;
    }
    .signup__left h2{
        font-size: 28px;
    }
    .action-links{
        display:flex;
        align-items: center;
    }
    .guest .navbar-inverse{
        padding: 12px 0;
    }
    .action-links .navbar-toggle{
        margin:0;
        margin-left:12px;
        background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
    }
    .guest .navbar-collapse{
        display: block !important;
        width: 100%;
        position: fixed;
        left: 0;
        top: -40%;
        padding: 20px 0;
        background: linear-gradient(180deg, #F43936 0%, #EC1A5C 100%);
        transition: .6s ease all;
    }
    .guest .navbar-collapse.in{
        top:74px;
    }
    .guest .navbar-collapse .navbar-nav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .guest .navbar-collapse .navbar-nav li:not(:last-child){
        margin-bottom: 15px;
    }
    .guest .navbar-collapse .navbar-nav li a{
        color:#fff;
    }
    .guest .navbar-collapse .navbar-nav li.active a{
        font-weight: 800;
    }
    .action-links .btn span{
        display: none;
    }
    .action-links .btn{
        width: 48px;
        height: 48px;
        min-width: 48px;
        padding: 0;
        font-size: 20px;
    }
    .action-links{
        margin-left:10px;
    }
    .main-banner h1 ,
    .section-title,
    .testimonials .section-title,
    .inner-wrapper h1{
        font-size: 1.8rem;
    }
    .main-banner .sub-title{
        font-size: 1.2rem;
    }
    .main-banner p{
        font-size: 18px;
    }
    .order-sec .row>div{
        width:100%;
    }
    .order-sec .row>div:not(:last-child){
        margin-bottom:25px;
    }
    .order-sec .card{
        min-height:150px;
    }
    .automate-services .row .row>div{
        width:100%;
        margin-bottom:20px;
    }
    .cheapest-pannel__tiktok{
        padding:25px;
    }
    .cheapest-pannel__tiktok:after{
        content:"";
        position: absolute;
        width:100%;
        height:100%;
        background-color: #000;
        opacity: .5;
        left:0;
        top:0;
    }
    .cheapest-pannel__tiktok .row{
        position: relative;
        z-index:1;
    }
    .work-process .row>div{
        width:100%;
        margin-bottom: 20px;
    }
    .work-process .card{
        max-width:90%;
        margin:auto;
    }
    .work-process .card .icon{
        width:55px;
        height:55px;
        padding:15px;
    }
    .footer__bottom {
        padding-top: 25px;
    }
    .footer__bottom .d-flex{
        flex-direction: column-reverse;
    }
    .footer__bottom ul{
        justify-content: center;
        padding-bottom: 15px;
    }
    .testimonials{
        overflow: hidden;
    }
    .signup__left .row > div{
        width:100%;
    }
}
@media screen and (max-width:600px){
    .testimonials .clients>div{
        width:100%;
    }
    .testimonials .clients >div:nth-child(1) img, .testimonials .clients >div:nth-child(4) img,
    .testimonials .clients >div:nth-child(2) img, .testimonials .clients >div:nth-child(3) img{
        width:auto;
        height:auto;
    }
} */