@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body, h1, h2, h3, h4, h5, h6, p, a, span, li{
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
}
img{max-width: 100%;}
.hide-desktop{
  display: none !important;
}
.container {
    max-width: 1270px;
}
.TD-blue-button{
  background: #1DA1F2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 20px;
  display: inline-block;
}
.TD-blue-button:hover {
    background: #222d32;
    color: #fff;
    text-decoration: none;
}
.TD-header #navbarSupportedContent {
    justify-content: center;
}
.TD-header ul.navbar-nav li.nav-item a.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E363F;
    padding: 0 15px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link, .right-menu a {
    background: #1DA1F2;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 20px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link svg, .right-menu a svg {
    margin-right: 5px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link:hover, .right-menu a:hover {
    background: #222d32;
    color: #fff;
}
.TD-header {
    padding: 20px 0;
}
.TD-header nav.navbar {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.header-shape {
    position: absolute;
    top: -30px;
    left: 200px;
}
.TD-header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #1da1f2;
}
.TD-footer {background: #2E363F;padding: 100px 0;margin: 100px 0 0;}

.footer-text p {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #FFFFFF;
}

.custom-divider {
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    margin: 50px 0px;
}
.footer-menu ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-menu ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: .3s;
}

.footer-menu ul li a:hover {
    text-decoration: none;
    color: #007bff;
    transition: .3s;
}

.blue-button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.blue-button a {
    background: #1DA1F2;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 20px;
    transition: .3s;
}

.blue-button a:hover {text-decoration: none;opacity: .8;transition: .3s;}

.td-copy-right {
    display: flex;
    justify-content: end;
}

.td-copy-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}
.footer-row {
    position: relative;
}

.footer-row img.footer-shape {
    position: absolute;
    top: -100px;
    left: 100px;
}

.footer-row img.footer-icon {
    position: absolute;
    top: -176px;
    left: 114px;
}
.home-banner-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #2E363F;
    margin: 0 0 15px;
}

.home-banner-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #657281;
    margin: 0 0 20px;
}
.home-banner-content {
    padding: 0 70px;
}
.grey-bg {
    background: #EEF1F6;
    padding: 8vw;
}

.feature-header h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1DA1F2;
}

.feature-header p {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #2E363F;
    max-width: 480px;
}

.feature-header {
    position: relative;
}

.feature-header:after{
    content: "";
    width: 250px;
    background: #1DA1F2;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    left: 500px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.place-icon {
    width: 80px;
    height: 80px;
    left: 910px;
    top: 960px;
    background: #2E363F;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.place-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.place-box-items {
    left: 270px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15);
    border-radius: 10px;
    padding: 50px 106px;
    z-index: 9;
}
.place-box-items h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #2E363F;
}
.place-box-items p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #657281;
}
.place-boxes:after {
    position: absolute;
    content: "";
    background: url("../img/birds-img.png")no-repeat;
    width: 180px;
    height: 236px;
    right: -62px;
    top: -110px;
}
.grey-bg:before {
    position: absolute;
    content: "";
    background: url("../img/dotted-image.png")no-repeat;
    width: 180px;
    height: 236px;
    left: -40px;
    top: 300px;
}
.grey-bg:after {
    position: absolute;
    content: "";
    background: url("../img/dotted-small-img.png")no-repeat;
    width: 60px;
    height: 100px;
    right: 30px;
    bottom: 200px;
}
img.top-arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.place-icon img {
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.new-login .nav-link{
  color: #2E363F;
  font-size: 25px;
}

@keyframes myanimation {
  0%   {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50%  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
  100%  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.black-bg{
  background: #2E363F;
  padding: 5vw;
}
img.circle-blue {
    position: absolute;
    right: 100px;
    top: -50px;
}
.clean-up-account-step {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
}

.cleanUp-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #1DA1F2;
    margin: 0;
}

.cleanUp-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.cleanUp-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.cleanUp-box {
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 0px 0 40px;
}

.clean-up-account-step .cleanUp-box:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 40px 0 40px;
}
img.white-dott {
    position: absolute;
    bottom: 50px;
}
.home-testimonial {
    padding: 100px 0;
}

.home-testimonial-row {
    padding: 0 8vw;
}

.home-testimonial-row .feature-header p {
    max-width: 400px;
}
.testimonial-boxes {
    position: relative;
    padding-left: 4vw;
    padding-bottom: 5vw;
}
.testimonial-boxes:after {
    content: "";
    background: url("../img/testi-shape.svg");
    position: absolute;
    right: 0;
    width: 450px;
    height: 530px;
    background-size: cover;
    top: -70px;
    background-repeat: no-repeat;
    z-index: -1;
}
.testimonial-boxes:before {
    content: "";
    background: url("../img/full-blue-circle.svg");
    position: absolute;
    right: 300px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -100px;
}
.testimonial-box-items {
    background: #1DA1F2;
    /* box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15); */
    border-radius: 10px;
    padding: 25px;
}

.twitter-icon-home {
    text-align: right;
}

.testimonial-box-items>p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 80%;
    margin: 30px 0 50px;
}

.user-content-name h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.user-content-name p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.user-img-content img {
    width: 50px;
}

.user-img-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-detail-testi-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-inner-boxes .slick-slide {
    margin: 0 15px;
}
.testimonial-inner-boxes:after {
    position: absolute;
    content: "";
    top: 0;
    width: 50px;
    background: #fff;
    height: 100%;
    left: 0;
    bottom: 0;
}
.testimonial-inner-boxes button.slick-prev.slick-arrow:before {
    content: "";
    background: url("../img/left-arrow.svg");
    position: absolute;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    background-size: cover;
}

.testimonial-inner-boxes button.slick-prev.slick-arrow {
    top: auto;
    bottom: -80px;
    left: 300px;
}
.testimonial-inner-boxes button.slick-next.slick-arrow:before {
    content: "";
    background: url("../img/right-arrow.svg");
    position: absolute;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    background-size: cover;
}

.testimonial-inner-boxes button.slick-next.slick-arrow {
    top: auto;
    bottom: -80px;
    right: auto;
    left: 355px;
}

.blue-vector {
    position: absolute;
    left: 20px;
    top: 100px;
    z-index: 11;
    width: 60px;
}

.common-text h3 {
    color: #2E363F;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px;
}
.common-text p {
    color: #657281;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}
.privacy-policy-page .grey-bg:after {
    bottom: 40%;
}
.common-text p a {
    color: #1DA1F2;
}
.common-text {
    position: relative;
    padding-right: 20%;
}
.common-text::after {
    position: absolute;
    content: "";
    background: url("../img/birds-img.png")no-repeat;
    width: 180px;
    height: 236px;
    right: 0px;
    top: 0px;
}
.common-text h4 {
    color: #657281;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(46, 54, 63, 0.3);
    width: auto;
    display: inline-block;
    padding: 0 25px 25px 0;
    margin: 0 0 30px;
}
.white-box-info {
    background: #FFFFFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15);
    border-radius: 10px;
    padding: 38px;
    margin: 30px 0 0;
}
.white-box-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2E363F;
    margin: 0 0 20px;
}
.white-box-info ul {
    margin: 0;
    padding-left: 17px;
}
.white-box-info ul li a {
    color: #1DA1F2;
    text-decoration: underline;
}
.white-box-info li {
    color: #657281;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.faq-page .common-text {
    padding-right: 10%;
}

.faq-accordions button.btn-link {
    color: #2E363F;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding: 0.75rem 1.25rem;
    position: relative;
    z-index: 9;
}
.faq-accordions .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    border-left: 0;
    right: 0;
    border-right: 0;
}
.faq-accordions .card-header:first-child {
    border-radius: 0;
}
.faq-accordions .card-header {
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions .card-body {
    color: #657281;
    font-size: 16px;
    border-top: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions button.btn-link:hover, .faq-accordions button.btn-link:focus{
    outline: none;
    text-decoration: none;
}
.faq-accordions {
    margin: 0 0 40px;
}
.faq-accordions .card-body a {
    color: #1DA1F2;
    text-decoration: underline;
}
.faq-accordions .card:last-child {
    border-bottom: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions ul {
    padding: 0 0 0 20px;
}
.faq-accordions ul li {
    list-style: none;
    color: #2E363F;
    font-size: 14px;
    margin: 12px 0;
    position: relative;
    padding-left: 23px;
}
.faq-accordions ul li svg {
    position: absolute;
    left: 0;
    top: 7px;
}
.faq-accordions .card-body ol li {
    list-style: disc;
    margin: 10px 0;
}
.faq-page .grey-bg:after{
    bottom: 10%;
}
.faq-page  img.top-arrow{
    top: 85%;
    transform: none;
}
.faq-accordions button.btn-link::after {
    content: "\2212";
    position: absolute;
    right: 16px;
    top: 8px;
    color: #2E363F;
    font-size: 23px;
}
.faq-accordions button.btn-link.collapsed::after{
    content: "\002B";
}
.home-banner-content p a {
    color: #1DA1F2;
    text-decoration: underline;
}
.p-small-text {
    color: #657281;
    font-size: 16px;
    border-top: 1px solid rgba(46, 54, 63, 0.3);
    margin: 30px 0 0;
    padding: 25px 0 0;
}
.tweet-contact-form label {
    color: #2E363F;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.tweet-contact-form .tweet-input-field input,
.tweet-contact-form textarea,
.tweet-contact-form .tweet-input-field select {
    color: #657281;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1;
    height: auto;
    background: #fff;
    border-radius: 6px;
    border: none;
    width: 100%;
    position: relative;
}
.tweet-contact-form .tweet-input-field input:focus{
    outline: none;
}
.tweet-input-field {
    margin: 0 0 30px;
    position: relative;
}
.tweet-input-field span {
    position: absolute;
    left: 0;
    top: 0;
    background: #1DA1F2;
    border-radius: 6px 0px 0px 6px;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    padding: 3px 12px;
}
.tweet-contact-form .tweet-input-field span + input {
    padding-left: 65px;
}
.tweet-contact-form textarea {
    height: 160px;
    resize: none;
}
.tweet-submit-btn {
    margin: 30px 0 0;
}
.tweet-submit-btn input[type="button"] {
    background: #1DA1F2;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 17px;
    line-height: 1;
    min-width: 180px;
    font-size: 18px;
}
.contact-page .grey-bg:after{
    display: none;
}
.contact-page .grey-bg::before {
    position: absolute;
    content: "";
    background: url("../img/birds-img.png")no-repeat;
    width: 180px;
    height: 236px;
    right: 50px;
    top: 50px;
    left: inherit;
}
.contact-page .feature-header:after {
    content: "";
    width: 250px;
    background: #1DA1F2;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    left: 250px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tw-eraser-dashboard-main {
    position: relative;
    display: flex;
    align-items: flex-start;

}
.tw-eraser-dashboard-main a:hover{
    text-decoration: none;
}
.tw-eraser-dashboard-left-sidebar {
    background: #2E363F;
    width: 25%;
    padding: 50px 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}
.tw-top-sec {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.tw-top-sec .tw-user-img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
}
.tw-top-sec h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.tw-top-sec h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.tw-plan-info span {
    color: #EEF1F6;
    font-size: 12px;
    font-weight: 400;
    margin-right: 20px;
}
.tw-plan-info span.tw-current-plan {
    background: #363F48;
    border-radius: 6px;
    padding: 4px 6px;
}
.tw-eraser-dashboard-left-sidebar hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 50px 0;
}
.tw-services ul {
    margin: 0;
    padding: 0;
    display: block;
    border:  none;
}
.tw-services ul li {
    list-style: none;
}
.tw-services ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 30px;
    display: flex;
    margin: 0 -40px;
    border-left: 8px solid transparent;
    transition: 0.3s all;
    align-items: center;
    justify-content: space-between;
}
.tw-services ul li a.active{
    color: #1DA1F2;
    border-left: 8px solid #1DA1F2;
}
.tw-services ul li a:hover{
    background: #363F48;
    color: #fff;
}
.tw-services {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 50px;
}
.tw-bottom-links {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.tw-bottom-links a {
    color: #fff;
    margin: 0 10px;
}
.tw-bottom-logo {
    text-align: center;
    margin: 60px 0 30px;
}
.tw-copyright {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    text-align: center;
}
.tw-services ul li a svg{
    color: #fff;
    fill: #fff;
    transition: 0.3s all;
}
.tw-bottom-links a.active {
    color: #1DA1F2;
}
.tw-services ul li a.active svg {
    color: #000;
    fill: #1DA1F2;

}
.tw-eraser-dashboard-right {
    width: 100%;
    padding: 80px 60px;
    min-height: 100vh;
    padding-left: 30%;
}
.tw-eraser-dashboard-right h3 {
    color: #2E363F;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid rgba(46, 54, 63, 0.3);
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 80px;
}
.tw-eraser-dashboard-right h3::after {
    content: "";
    position: absolute;
    right: -7px;
    background: url("../img/Group4719.svg");
    width: 113px;
    height: 130px;
    background-size: auto;
    top: -20px;
}
.tw-eraser-dashboard-right .tweet-contact-form .tweet-input-field input,
.tw-eraser-dashboard-right .tweet-contact-form .tweet-input-field select {
    background: #EEF1F6;
}
.tw-eraser-dashboard-right .input-side-info {
    font-size: 14px;
    color: #657281;
    font-weight: 400;
}
.tw-eraser-dashboard-right .tweet-input-field .input-side-info {
    margin: 15px 0 0;
}
.tw-input-consent {
    position: relative;
    color: #657281;
    font-size: 16px;
    padding-left: 25px;
}
.tw-input-consent input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}
.tw-input-consent label {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    margin: 0;
    background: #EEF1F6;
    border-radius: 3px;
}
.tw-input-consent input[type="checkbox"]:checked + label::before {
    content: "L";
    font-size: 15px;
    position: absolute;
    left: 4px;
    -ms-transform: scaleX(-1) rotate(-35deg);
    -webkit-transform: scaleX(-1) rotate(-35deg);
    transform: scaleX(-1) rotate(-43deg);
    top: -4px;
}
.tw-input-consent a{
    color: #1DA1F2;
    text-decoration: underline;
}
.tw-eraser-dashboard-right .tweet-submit-btn i {
    position: absolute;
    left: 21px;
    top: 17px;
    color: #fff;
}
.tw-eraser-dashboard-right .tweet-submit-btn {
    position: relative;
    margin: 40px 0 0;
}
.tw-eraser-dashboard-right .tweet-submit-btn input[type="button"] {
    padding-left: 45px;
    cursor: pointer;
}
.premium-plan-main{
    margin: 50px 0;
}
.premium-white-box {
    padding: 0;
}
.premium-plan-boxes {
    display: flex;
    margin: 100px 0 0;
    flex-wrap: wrap;
}
.premium-plan-boxes .premium-plan-box {
    flex: 0 0 33.33%;
    background: #fff;
    padding: 30px 20px;
    position: relative;
    border: 1px solid #E0E0E0;
}
.premium-plan-boxes .premium-plan-box h4 {
    font-size: 18px;
    text-align: center;
    color: #2E363F;
    font-weight: 700;
}
.premium-pricing-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 400;
    margin: 0 0 20px;
}
.premium-pricing-box span.premium-pricing-box-currency {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.premium-pricing-box span.premium-pricing-box-price {
    font-size: 40px;
    font-weight: 600;
    margin: 0 7px;
    color: #000;
}
.premium-plan-box hr {
    border: none;
    border-top: 1px solid rgba(46, 54, 63, 0.2);
}
.subscribe-btn {
    border: 1px solid #1DA1F2;
    border-radius: 4px;
    width: 100%;
    color: #1DA1F2;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 10px;
    background: none;
    margin: 25px 0;
    background: #1DA1F2;
    color: #fff;
}
.premium-price-list ul {
    margin: 0;
    padding: 0;
}
.premium-price-list ul li{
    list-style: none;
    color: #000;
    font-size: 14px;
    margin: 15px 0;
    display: flex;
    align-items: baseline;
}
.premium-price-list ul li i {
    margin-right: 10px;
}
.premium-price-list {
    margin: 25px 0 0;
}
.premium-plan-boxes .premium-plan-box:nth-child(2) {
    border: 3px solid #1DA1F2;
}
.premium-plan-boxes .premium-plan-box .most-popular {
    border-radius: 12px 12px 0px 0px;
    background: #1DA1F2;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 13px 5px;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 -3px;
}
.premium-free-plan {
    display: flex;
    border-top: none;
    align-items: center;
    background: #2E363F;
    padding: 30px;
    text-align: center;
    margin: 50px 0 0;
}
.premium-free-plan .premium-free-plan-box {
    flex: 0 0 33.33%;
    padding: 0 25px;
    background: #2E363F;
}
.premium-free-plan .premium-free-plan-box h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.premium-free-plan .premium-free-plan-box p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.premium-free-plan .premium-free-plan-box p i {
    color: #1DA1F2;
    margin-right: 10px;
}
.premium-free-plan .premium-free-plan-box:first-child {
    text-align: left;
    padding: 0 0 0 10px;
}
.premium-build-annually {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #7A7A7A;
    letter-spacing: 0.1em;
    margin: 0px 0 30px 0;
    display: none;
    font-weight: 300;
}
.premium-save-priice {
    text-align: center;
    color: #2E363F;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}
.premium-plan-switch {
    max-width: 300px;
    margin: 20px auto;
    border-radius: 10px;
    background: #546475;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.premium-plan-switch label {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 50%;
    text-align: center;
    position: relative;
    padding: 12px;
    border-radius: 7px;
    cursor: pointer;
}
.premium-plan-switch label.selected {
    background: #1DA1F2;
}
.delete-likes-progress h5 {
    color: #1DA1F2;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
}
.likes-tweets-progress h6 {
    color: #2E363F;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.likes-tweets-completed {
    background: #A7C2E0;
    height: 48px;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}
.likes-tweets-completed-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1DA1F2;
}
.likes-tweets-completed span {
    position: relative;
    z-index: 11;
}
.likes-tweets-progress {
    width: 75%;
}
.delete-likes-progress h5 img {
    max-width: 20px;
    margin: 0 0 0 5px;
}
.delete-likes-progress {
    display: none;
}
.tw-tasks-tab table {
    width: 90%;
}
.tw-tasks-tab table td {
    color: #657281;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    border-bottom: 1px solid #657281;
}
.tw-tasks-tab table td:first-child {
    border-left: 1px solid #657281;
}
.tw-tasks-tab table td:last-child {
    border-right: 1px solid #657281;
}
.tw-tasks-tab table th {
    background: #2E363F;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
}
.tab-pane .home-banner-content {
    padding: 0;
}
.tab-pane .home-banner-content p{
    font-size: 16px;
    line-height: 1.5;
}
.tab-pane  .grey-bg {
    background: #EEF1F6;
    padding: 6vw;
}
.tw-eraser-dashboard-right .tweet-contact-form.loggedin-pages .tweet-input-field input,
.tw-eraser-dashboard-right .tweet-contact-form.loggedin-pages .tweet-input-field select {
    background: #fff;
}
.tw-eraser-dashboard-right .white-box-info h3,
.tw-eraser-dashboard-right .common-text h3 {
    margin: 0 0 20px;
    border: none;
    padding: 0;
}
.tw-eraser-dashboard-right .white-box-info h3::after,
.tw-eraser-dashboard-right .common-text h3::after{
    display: none;
}
.tw-eraser-dashboard-right .common-text{
    padding-right: 0;
}
.tw-bottom-links .nav-tabs {
    justify-content: center;
    border: none;
}
.mobile-bottom-tabs,.mobile-logout, .mobile-dashboard-toggle{
    display: none;
}
button:hover, button:focus{
    outline: none;
}
@media only screen and (max-width: 980px) {
  button.navbar-toggler:focus {
      outline: none;
      box-shadow: none;
  }

  button.navbar-toggler svg.close-menu {
      opacity: 0;
      display: none;
      visibility: hidden;
      transition: .5s;
      height: 16px;
  }

  button.navbar-toggler[aria-expanded="true"] svg.open-menu {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
  }

  button.navbar-toggler[aria-expanded="true"] svg.close-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: .5s;
  }

  svg.open-menu {
      transition: .5s;
  }
.hide-desktop{
  display: block !important;
}
.hide-mobile{
  display: none !important;
}

}

@media screen and (max-width:  767px){
    img.header-shape{
        display: none;
    }
    .TD-header #navbarSupportedContent {
        background: #2E363F;
        margin: 0 -15px;
        padding: 40px 0 50px;
    }
    .TD-header ul.navbar-nav li.nav-item a.nav-link{
        font-size: 18px;
        color: #fff;
        line-height: 2;
        text-align: center;
    }
    li.nav-item.last-menu-button.hide-desktop {
        text-align: center;
    }
    .TD-header ul.navbar-nav li.last-menu-button a.nav-link{
        display: inline-block;
        line-height: 1;
        margin: 25px 0 0;
    }
    .home-banner-content {
        padding: 0;
        text-align: center;
    }
    .home-banner-content h1{
        font-size: 35px;
        line-height: 1.3;
    }
    .home-banner-content p{
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-image {
        margin: 35px 0 0;
    }
    .place-boxes{
        display: block;
    }
    .grey-bg{
        text-align: center;
        margin: 0 -15px;
    }
    .feature-header:after {
        width: 140px;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 24px auto 0;
        display: inline-block;
    }
    .feature-header{
        margin-bottom: 20px !important;
    }
    .place-box-items{
        padding: 50px 30px;
        margin-bottom: 20px;
    }
    .clean-upaccount-home .black-bg {
        margin: 0 -15px;
        text-align: center;
        padding: 10vw 5vw;
    }
    .clean-up-account-step{
        display: block;
    }
    .cleanUp-box{
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .clean-up-account-step .cleanUp-box:nth-child(2) {
        border-left: none;
        border-right: none;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .cleanUp-box:last-child {
        border: none;
        padding: 0 0 70px;
    }
    .clean-upaccount-home .black-bg img.white-dott {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }
    .clean-upaccount-home  img.circle-blue {
        position: absolute;
        right: 20px;
        top: -27px;
        max-width: 50px;
    }
    .home-testimonial {
        padding: 50px 0;
        text-align: center;
        margin-bottom: 190px;
    }
    .blue-vector{
        display: none;
    }
    .testimonial-inner-boxes:after{
        display: none;
    }
    .testimonial-box-items>p{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        color: #FFFFFF;
        max-width: 100%;
        margin: 20px 0;
        text-align: left;
    }
    .testimonial-boxes{
        padding-left: 0;
    }
    .testimonial-inner-boxes button.slick-next.slick-arrow{
        right: 40%;
        left: inherit;
    }
    .testimonial-inner-boxes button.slick-prev.slick-arrow{
        left: 40%;
    }
    .testimonial-boxes:after{
        width: 348px;
        height: 400px;
        top: 0;
    }
    .testimonial-boxes:before{
        right: 73%;
        width: 60px;
        height: 60px;
    }
    .footer-row img.footer-shape{
        left: 30px;
    }
    .footer-row img.footer-icon{
        left: 44px;
    }
    .TD-footer{
        text-align: center;
    }
    .footer-text p{
        font-size: 30px;
        line-height: 1.3;
    }
    .TD-footer .blue-button{
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer-menu ul{
        justify-content: center;
    }
    .td-copy-right {
        justify-content: center;
        margin: 35px 0 0;
    }
    .place-boxes:after, .grey-bg:before, .grey-bg:after{
        display: none;
    }
    .common-text {
        text-align: left;
        padding: 0;
    }
    .common-text h3{
        font-size: 25px;
    }
    img.top-arrow{
        display: none;
    }
    .common-text::after{
        display: none;
    }
    .white-box-info{
        text-align: left;
        padding: 25px;
    }
    .faq-accordions button.btn-link{
        padding: 0.75rem 25px 0.75rem 0;
    }
    .faq-accordions .card-body{
        padding: 1.25rem 0;
    }
    .faq-accordions button.btn-link::after{
        right: 8px;
    }
    .contact-page .feature-header:after{
        position: relative;
        left: 0;
    }
    .tweet-contact-form label{
        text-align: left;
        font-size: 16px;
    }
    .tweet-submit-btn input[type="button"]{
        width: 100%;
    }
    .contact-page .grey-bg {
        padding: 20vw 8vw;
    }
    .tw-eraser-dashboard-right h3::after{
        display: none;
    }
    .tw-eraser-dashboard-main{
        display: block;
    }
    .tw-eraser-dashboard-left-sidebar {
        width: 100%;
        padding: 20px 20px;
        position: relative;
        overflow: inherit;
    }
    .tw-eraser-dashboard-right {
        width: 100%;
        min-height: inherit;
        padding: 50px 20px 90px;
    }
    .tw-tasks-tab table {
        width: 100%;
    }
    .tw-eraser-dashboard-right h3{
        margin: 0 0 40px;
    }
    .tw-tasks-tab table td, .tw-tasks-tab table th{
        padding: 10px 12px;
    }
    .tw-tasks-tab table th{
        font-size: 14px;
    }
    .tw-tasks-tab table td{
        font-size: 12px;
    }
    .hide-mobile-data {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9999;
        background: #2E363F;
        top: 164px;
        width: 80%;
        padding-bottom: 50px;
    }
    .hide-mobile-data hr{
        display: none;
    }
    .tw-input-consent{
        margin: 30px 0 0;
    }
    .tw-eraser-dashboard-right .input-side-info {
        margin: -13px 0 20px;
    }
    .tw-eraser-dashboard-right .tweet-submit-btn i{
        left: 27%;
    }
    .likes-tweets-progress {
        width: 100%;
    }
    .premium-white-box {
        padding: 0 0px;
    }
    .premium-plan-boxes .premium-plan-box,
    .premium-free-plan .premium-free-plan-box{
        flex: 0 0 100%;
    }
    .premium-free-plan .premium-free-plan-box{
        padding: 0;
    }
    .premium-plan-boxes .premium-plan-box:nth-child(2) {
        margin: 60px 0 30px;
    }
    .premium-free-plan{
        margin: 30px 0 0;
        flex-wrap: wrap;
    }
    .premium-free-plan .premium-free-plan-box:first-child {
        text-align: center;
        padding: 0 0 25px;
    }
    .premium-free-plan .premium-free-plan-box h2{
        margin: 0 0 10px;
    }
    .premium-free-plan .premium-free-plan-box:not(:first-child) {
        padding: 5px 10px;
        display: flex;
    }
    .premium-plan-boxes{
        margin: 50px 0 0;
    }
    .tab-pane .grey-bg{
        margin: 0 -20px;
    }
    .mobile-bottom-tabs {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #2E363F;
    }
    .mobile-bottom-tabs .tw-services ul {
        display: flex;
    }
    .mobile-bottom-tabs .tw-services ul li a {
        margin: 0;
        display: inline-flex;
        border: none;
        border-top: 5px solid transparent;
    }
    .mobile-bottom-tabs .tw-services ul li a.active {
        border-top: 5px solid #1DA1F2;
    }
    .mobile-bottom-tabs .tw-services {
        padding: 0;
        margin: 0;
        border: none;
    }
    .mobile-bottom-tabs .tw-services ul li {
        width: 16%;
    }
    .mobile-logout{
        display: block;
        position: absolute;
        top: 37px;
        right: 30px;
    }
    .mobile-logout a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .mobile-logout a svg{
        fill: #fff;
        margin-right: 5px;
    }
    .tw-top-sec h5{
        font-size: 14px;
    }
    .tw-top-sec h5 span{
        font-size: 12px;
    }
    .tw-top-sec {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
    }
    .mobile-dashboard-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 120px;
    }
    .mobile-dashboard-toggle button {
        background: no-repeat;
        border: none;
    }
    .mobile-dashboard-toggle .dashboard-close-menu {
        display: none;
    }
    .hide-mobile-data .tw-services ul li a {
        margin: 0 0px;
    }
    .mobile-dashboard-toggle button.open .dashboard-open-menu {
        display: none;
    }
    .mobile-dashboard-toggle button.open .dashboard-close-menu {
        display: block;
        height: 20px;
    }
}




************************************************************************************/
/***************************************New Homepage css V3 ******************************/
/****************************************************************************************/
.TD-header-new nav.navbar {
    gap: 40px;
}
.TD-header-new #navbarSupportedContent {
    justify-content: flex-start;
}
.banner-bg {
    background: linear-gradient(98.75deg, rgba(29, 161, 242, 0.82) 7%, rgba(72, 99, 242, 0.83) 96.76%);
    border-radius: 30px;
    padding: 90px 60px;
}
.home-banner-block-new .home-banner-content {
    padding: 0 30px 0 30px;
}
.home-banner-block-new .home-banner-content h1 {
    color: #fff;
}
.home-banner-block-new .home-banner-content .TD-blue-button {
    background: #fff;
    color: #1DA1F2;
    padding: 20px;
}
.home-banner-block-new .home-banner-content p {
    color: #fff;
    font-weight: 400;
}
.banner-filtering-box .place-icon {
    width: 50px;
    height: 50px;
}

.banner-filtering-box .place-icon img {
    max-width: 30px;
}

.banner-filtering-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.banner-filtering-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.banner-filtering-box {
    padding: 80px 0 0 30px;
}
.new-how-work-steps h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2E363F;
}

.new-how-work-steps h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #2E363F;
}

.w-steps span {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #181313;
}

.w-inner-step h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #181313;
    margin: 0 0 7px;
}

.w-inner-step p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #181313;
}

.new-work-steps {display: flex;flex-flow: column;gap: 50px;margin: 30px 0 0;}

.w-steps {
    display: flex;
    gap: 50px;
    position: relative;
}
.w-steps:after {
    content: "";
    background: url("../img/Line.svg");
    position: absolute;
    left: 10px;
    bottom: -35px;
    width: 10px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
}

.w-steps:last-child:after {
    display: none;
}
.new-how-work-steps {
    padding-left: 50px;
}

.how-it-works-new {
    padding: 120px 0;
    margin: 0 auto;
    max-width: 75%;
}
.new-testimonial-box {
    background: #FFFFFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0 0;
}

.testimonial-icon-new {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.new-testimonial-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
/* or 150% */
    color: #2E363F;
}

.new-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
}

.new-t-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-t-user-detail h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2E363F;
}

.new-t-user-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #657281;
}

.new-t-user img {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.testimonial-new-header h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
/* identical to box height */
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2E363F;
    margin: 0 0 20px;
}

.testimonial-new-header p {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
/* identical to box height, or 129% */
    text-align: center;
    color: #2E363F;
}

.testimonial-new-header {
    margin: 0 0 90px;
}
.home-testimonial-new {
    padding: 0 0 30px;
    max-width: 75%;
    margin: 0 auto;
}
.Td-footer-new img.footer-shape {
    left: auto;
    right: 100px;
}
.Td-footer-new {
    background: #F8FAFF;
    position: relative;
}
.new-dott-f {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 80px;
}
.Td-footer-new .footer-text p {
    color: #2E363F;
    margin: 10px 0 0;
}
.Td-footer-new .td-copy-right p {
    color: #2E363F;
}

.Td-footer-new .td-copy-right {
    justify-content: flex-start;
}

.Td-footer-new .footer-menu ul li a {
    color: #2E363F;
}

.Td-footer-new .footer-menu ul {
    justify-content: flex-end;
}

.Td-footer-new .custom-divider {
    background: #DBDEE1;
}
.Td-footer-new .footer-row .footer-menu ul {
    justify-content: center;
}
.Td-footer-new .footer-menu ul li a:hover {
    text-decoration: none;
    color: #007bff;
    transition: .3s;
}
.Td-footer-new .blue-button a {
    padding: 20px 20px;
}
.Td-footer-new .blue-button a:hover{
  background: #000;
}
/**********************************/
/*******************statistics page css *******************/
.statistics-bg {
    background: linear-gradient(98.75deg, #8EB6CD 7%, #4863F2 96.76%);
    border-radius: 30px;
    padding: 100px 100px;
}
.statistics-head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 82px;
    color: #FFFFFF;
}

.statistics-head {
    margin: 0 0 50px;
}

.tweet-used-h h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.tweet-used-h {
    margin: 0 0 15px;
}

.used-boxes {
    border: 1px solid #FFFFFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.05);
    border-radius: 10px;
    padding: 20px;
    height: 150px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.used-header h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.used-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
}
.used-header {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.used-grid {
    display: flex;
    gap: 20px;
}
.used-grid-items {
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
}
.used-header svg {
    height: 15px;
    width: 30px;
}
.chart__container {
    background: #FFFFFF;
    border: 1px solid rgba(25, 27, 54, 0.3);
    border-radius: 10px;
    padding: 50px;
    margin: 70px 0 0;
}

.chart__container label {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2E363F;
    padding: 0 0px 0 40px;
}






@media only screen and (max-width: 980px) {
  button.navbar-toggler:focus {
      outline: none;
      box-shadow: none;
  }

  button.navbar-toggler svg.close-menu {
      opacity: 0;
      display: none;
      visibility: hidden;
      transition: .5s;
      height: 16px;
  }

  button.navbar-toggler[aria-expanded="true"] svg.open-menu {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
  }

  button.navbar-toggler[aria-expanded="true"] svg.close-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: .5s;
  }

  svg.open-menu {
      transition: .5s;
  }
.hide-desktop{
  display: block !important;
}
.hide-mobile{
  display: none !important;
}
/********************************************************/
/************************statistics page media***********************/
.statistics-bg {
    padding: 0;
}

.statistics-banner {
    background: linear-gradient(98.75deg, #8EB6CD 7%, #4863F2 96.76%);
    padding: 50px 0;
}

.statistics-head h2 {
    font-size: 40px;
}

.statistics-head {
    margin: 0;
}

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

.used-grid-items {
    max-width: 100%;
    flex: 0 0 100%;
}

.stat-banner-img {
    margin: 60px 0 0;
    text-align: center;
}

.tweet-used-h h5 {
    font-size: 24px;
}

.used-header svg {
    height: 20px;
    width: 20px;
}
.chart__container {
    padding: 20px;
}

.chart__container label {
    font-size: 16px;
    padding: 0;
}
}

@media screen and (max-width:  767px){
    img.header-shape{
        display: none;
    }

    .TD-header #navbarSupportedContent {
        background: #2E363F;
        margin: 0 -15px;
        padding: 40px 0 50px;
    }
    .TD-header ul.navbar-nav li.nav-item a.nav-link{
        font-size: 18px;
        color: #fff;
        line-height: 2;
        text-align: center;
    }
    li.nav-item.last-menu-button.hide-desktop {
        text-align: center;
    }
    .TD-header ul.navbar-nav li.last-menu-button a.nav-link{
        display: inline-block;
        line-height: 1;
        margin: 25px 0 0;
    }
    .home-banner-content {
        padding: 0;
        text-align: center;
    }
    .home-banner-content h1{
        font-size: 35px;
        line-height: 1.3;
    }
    .home-banner-content p{
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-image {
        margin: 35px 0 0;
    }
    .place-boxes{
        display: block;
    }
    .grey-bg{
        text-align: center;
        margin: 0 -15px;
    }
    .feature-header:after {
        width: 140px;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 24px auto 0;
        display: inline-block;
    }
    .feature-header{
        margin-bottom: 20px !important;
    }
    .place-box-items{
        padding: 50px 30px;
        margin-bottom: 20px;
    }
    .clean-upaccount-home .black-bg {
        margin: 0 -15px;
        text-align: center;
        padding: 10vw 5vw;
    }
    .clean-up-account-step{
        display: block;
    }
    .cleanUp-box{
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .clean-up-account-step .cleanUp-box:nth-child(2) {
        border-left: none;
        border-right: none;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .cleanUp-box:last-child {
        border: none;
        padding: 0 0 70px;
    }
    .clean-upaccount-home .black-bg img.white-dott {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }
    .clean-upaccount-home  img.circle-blue {
        position: absolute;
        right: 20px;
        top: -27px;
        max-width: 50px;
    }
    .home-testimonial {
        padding: 50px 0;
        text-align: center;
        margin-bottom: 190px;
    }
    .blue-vector{
        display: none;
    }
    .testimonial-inner-boxes:after{
        display: none;
    }
    .testimonial-box-items>p{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        color: #FFFFFF;
        max-width: 100%;
        margin: 20px 0;
        text-align: left;
    }
    .testimonial-boxes{
        padding-left: 0;
    }
    .testimonial-inner-boxes button.slick-next.slick-arrow{
        right: 40%;
        left: inherit;
    }
    .testimonial-inner-boxes button.slick-prev.slick-arrow{
        left: 40%;
    }
    .testimonial-boxes:after{
        width: 348px;
        height: 400px;
        top: 0;
    }
    .testimonial-boxes:before{
        right: 73%;
        width: 60px;
        height: 60px;
    }
    .footer-row img.footer-shape{
        left: 30px;
    }
    .footer-row img.footer-icon{
        left: 44px;
    }
    .TD-footer{
        text-align: center;
    }
    .footer-text p{
        font-size: 30px;
        line-height: 1.3;
    }
    .TD-footer .blue-button{
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer-menu ul{
        justify-content: center;
    }
    .td-copy-right {
        justify-content: center;
        margin: 35px 0 0;
    }
    .place-boxes:after, .grey-bg:before, .grey-bg:after{
        display: none;
    }
    .common-text {
        text-align: left;
        padding: 0;
    }
    .common-text h3{
        font-size: 25px;
    }
    img.top-arrow{
        display: none;
    }
    .common-text::after{
        display: none;
    }
    .white-box-info{
        text-align: left;
        padding: 25px;
    }
    .faq-accordions button.btn-link{
        padding: 0.75rem 25px 0.75rem 0;
    }
    .faq-accordions .card-body{
        padding: 1.25rem 0;
    }
    .faq-accordions button.btn-link::after{
        right: 8px;
    }
    .contact-page .feature-header:after{
        position: relative;
        left: 0;
    }
    .tweet-contact-form label{
        text-align: left;
        font-size: 16px;
    }
    .tweet-submit-btn input[type="button"]{
        width: 100%;
    }
    .contact-page .grey-bg {
        padding: 20vw 8vw;
    }
    .tw-eraser-dashboard-right h3::after{
        display: none;
    }
    .tw-eraser-dashboard-main{
        display: block;
    }
    .tw-eraser-dashboard-left-sidebar {
        width: 100%;
        padding: 20px 20px;
        position: relative;
        overflow: inherit;
    }
    .tw-eraser-dashboard-right {
        width: 100%;
        min-height: inherit;
        padding: 50px 20px 90px;
    }
    .tw-tasks-tab table {
        width: 100%;
    }
    .tw-eraser-dashboard-right h3{
        margin: 0 0 40px;
    }
    .tw-tasks-tab table td, .tw-tasks-tab table th{
        padding: 10px 12px;
    }
    .tw-tasks-tab table th{
        font-size: 14px;
    }
    .tw-tasks-tab table td{
        font-size: 12px;
    }
    .hide-mobile-data {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9999;
        background: #2E363F;
        top: 164px;
        width: 80%;
        padding-bottom: 50px;
    }
    .hide-mobile-data hr{
        display: none;
    }
    .tw-input-consent{
        margin: 30px 0 0;
    }
    .tw-eraser-dashboard-right .input-side-info {
        margin: -13px 0 20px;
    }
    .tw-eraser-dashboard-right .tweet-submit-btn i{
        left: 27%;
    }
    .likes-tweets-progress {
        width: 100%;
    }
    .premium-white-box {
        padding: 0 0px;
    }
    .premium-plan-boxes .premium-plan-box,
    .premium-free-plan .premium-free-plan-box{
        flex: 0 0 100%;
    }
    .premium-free-plan .premium-free-plan-box{
        padding: 0;
    }
    .premium-plan-boxes .premium-plan-box:nth-child(2) {
        margin: 60px 0 30px;
    }
    .premium-free-plan{
        margin: 30px 0 0;
        flex-wrap: wrap;
    }
    .premium-free-plan .premium-free-plan-box:first-child {
        text-align: center;
        padding: 0 0 25px;
    }
    .premium-free-plan .premium-free-plan-box h2{
        margin: 0 0 10px;
    }
    .premium-free-plan .premium-free-plan-box:not(:first-child) {
        padding: 5px 10px;
        display: flex;
    }
    .premium-plan-boxes{
        margin: 50px 0 0;
    }
    .tab-pane .grey-bg{
        margin: 0 -20px;
    }
    .mobile-bottom-tabs {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #2E363F;
    }
    .mobile-bottom-tabs .tw-services ul {
        display: flex;
    }
    .mobile-bottom-tabs .tw-services ul li a {
        margin: 0;
        display: inline-flex;
        border: none;
        border-top: 5px solid transparent;
    }
    .mobile-bottom-tabs .tw-services ul li a.active {
        border-top: 5px solid #1DA1F2;
    }
    .mobile-bottom-tabs .tw-services {
        padding: 0;
        margin: 0;
        border: none;
    }
    .mobile-bottom-tabs .tw-services ul li {
        width: 16%;
    }
    .mobile-logout{
        display: block;
        position: absolute;
        top: 37px;
        right: 30px;
    }
    .mobile-logout a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .mobile-logout a svg{
        fill: #fff;
        margin-right: 5px;
    }
    .tw-top-sec h5{
        font-size: 14px;
    }
    .tw-top-sec h5 span{
        font-size: 12px;
    }
    .tw-top-sec {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
    }
    .mobile-dashboard-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 120px;
    }
    .mobile-dashboard-toggle button {
        background: no-repeat;
        border: none;
    }
    .mobile-dashboard-toggle .dashboard-close-menu {
        display: none;
    }
    .hide-mobile-data .tw-services ul li a {
        margin: 0 0px;
    }
    .mobile-dashboard-toggle button.open .dashboard-open-menu {
        display: none;
    }
    .mobile-dashboard-toggle button.open .dashboard-close-menu {
        display: block;
        height: 20px;
    }

/*******************************************/
/*******************New Homepage Media css *********************/

.home-banner-block-new {
    background: linear-gradient(98.75deg, rgba(29, 161, 242, 0.82) 7%, rgba(72, 99, 242, 0.83) 96.76%);
}

.banner-bg {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.home-banner-block-new .home-banner-content {
    padding: 0;
}

.home-banner-block-new .home-banner-content .TD-blue-button {
    width: 100%;
}

.banner-filtering-box {
    padding: 40px 0 0;
}

.how-it-works-new {
    max-width: 100%;
    padding: 60px 0;
}

.how-it-works-new .row {
    flex-direction: column-reverse;
}

.new-how-work-steps {
    padding: 0;
}

.new-how-work-steps h3, .new-how-work-steps h2 {
    text-align: center;
}

.new-how-it-work-img {
    margin: 40px 0 0;
}

.home-testimonial-new {
    max-width: 100%;
}

.testimonial-new-header {
    margin: 0 0 20px;
}

.Td-footer-new .footer-row img.footer-shape {
    left: auto;
    right: 10px;
    max-width: 100px;
}

.new-dott-f {
    max-width: 50px;
}

.Td-footer-new .footer-row .footer-menu ul {
    margin: 30px 0 10px;
}
.responsive-row-reverse {
    flex-direction: column-reverse;
}

.Td-footer-new .td-copy-right, .Td-footer-new .footer-menu ul {
    justify-content: center;
}

}

.TD-eraser-auth-bg {
    background: #FFFFFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.05);
    border-radius: 10px;
    padding: 100px;
    margin: 100px 0;
    border-radius: 30px;
    border: 2px solid #E0E0E0;
}

.login-auth-left-item h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    color: #2E363F;
}

form.login-auth-form {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin: 40px 0 0;
}

.auth-login-form-group {
    display: flex;
    flex-flow: column;
}

.auth-login-form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2E363F;
}

.auth-login-form-group input {
  height: 48px;
  padding: 15px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #E1E5EF;
  background: #FFF;
}

.auth-login-form-group input:focus {
    outline: none;
    box-shadow: none;
    border-color: #1da1f2;
}

.auth-login-form-group input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #657281;
}

.remember-forgot-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
}
.remember-me-text input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.remember-me-text label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #657281;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.remember-me-text label:before {
  content:'';
  -webkit-appearance: none;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #EEF1F6;
  border-radius: 3px;
}

.remember-me-text input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.remember-forgot-block a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #1DA1F2;
}

.sign-in-cancel-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 15px 0 0;
}

.auth-sign-btn, .auth-cancel-btn {
    background: #1DA1F2;
    border: 1px solid #1DA1F2;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 0;
    cursor: pointer;
}

.auth-sign-btn:hover, .auth-cancel-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.auth-cancel-btn {
    border: 2px solid #1DA1F2;
    background: #fff;
    color: #1DA1F2;
}
.auth-divider {
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background: #E1E5EF;
}
.login-auth-right-item {
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.login-auth-right-item img {
    max-width: 300px;
}

.login-auth-right-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    color: #657281;
    margin: 0;
}

.login-auth-right-item p.small{
  font-size: 20px;
  line-height: 39px;
}

.auth-login-privacy a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #1DA1F2;
    margin-right: 50px;
}
.available-app-listing h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #2E363F;
    margin: 0 0 40px;
}

.available-app-listing ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.available-app-listing ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #2E363F;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
}

.available-app-listing {
    margin: 100px auto 0;
}

.available-app-listing ul li svg {
    flex: 0 0 35px;
}

.footer-heading{
  color: #2E363F;
  font-size: 22px;
  font-family: Source Sans Pro;
  line-height: 39px;
}

.logo-text{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #2E363F;
    margin-left: 10px;
    display:inline-block;
  }

  .green{
    color: #77B255 !important;
    font-size: 33px !important;
    font-family: Source Sans Pro !important;
    font-weight: 600 !important;
  }
  .available-app-listing ul.list{
    max-width: 650px;
    padding-left: 25px;
  }
  .available-app-listing ul.list li{
    display: list-item;
  }

  .login-auth-left-item h2{
    font-size: 40px;
  }

  .login-auth-right-item h3{
    color: #2E363F;
    font-size: 35px;
  }

  .login-auth-right-item p{
    color: #657281;
    font-size: 30px;
    font-family: Source Sans Pro;
    line-height: 39px;
  }

  .auth-login-privacy{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .border-btw-row{
    border-top : 1px solid rgba(46, 54, 63, 0.30);
    margin: 100px 0;
  }

/*****************auth login end css*********************/




@media only screen and (max-width: 980px) {
  button.navbar-toggler:focus {
      outline: none;
      box-shadow: none;
  }

  button.navbar-toggler svg.close-menu {
      opacity: 0;
      display: none;
      visibility: hidden;
      transition: .5s;
      height: 16px;
  }

  button.navbar-toggler[aria-expanded="true"] svg.open-menu {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
  }

  button.navbar-toggler[aria-expanded="true"] svg.close-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: .5s;
  }

  svg.open-menu {
      transition: .5s;
  }
.hide-desktop{
  display: block !important;
}
.hide-mobile{
  display: none !important;
}
/********************************************************/
/************************statistics page media***********************/
.statistics-bg {
    padding: 0;
}

.statistics-banner {
    background: linear-gradient(98.75deg, #8EB6CD 7%, #4863F2 96.76%);
    padding: 50px 0;
}

.statistics-head h2 {
    font-size: 40px;
}

.statistics-head {
    margin: 0;
}

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

.used-grid-items {
    max-width: 100%;
    flex: 0 0 100%;
}

.stat-banner-img {
    margin: 60px 0 0;
    text-align: center;
}

.tweet-used-h h5 {
    font-size: 24px;
}

.used-header svg {
    height: 20px;
    width: 20px;
}
.chart__container {
    padding: 20px;
}

.chart__container label {
    font-size: 16px;
    padding: 0;
}
/*************auth login media css***************/
.TD-eraser-auth-bg {
    padding: 25px;
    margin: 40px 0 70px;
    border-radius: 30px;
    border: 2px solid #E0E0E0;
}

.login-auth-left-item h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.sign-in-cancel-block {
    display: flex;
    flex-flow: column;
}

.auth-divider {
    margin: 70px 0;
    width: 100%;
    height: 1px;
}

.login-auth-right-item {
    text-align: center;
    gap: 30px;
}

.login-auth-right-item img {
    margin: 0 auto;
    width: 100%;
}

.login-auth-right-item p {
    font-size: 24px;
    line-height: 35px;
}

.auth-login-privacy a {
    font-size: 16px;
    margin: 0;
}

.auth-login-privacy {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.available-app-listing {
    max-width: 100%;
}

.available-app-listing h2 {
    font-size: 20px;
    margin: 0 0 20px;
}

.available-app-listing ul li {
    font-size: 14px;
    align-items: flex-start;
}

.available-app-listing ul li svg {
    flex: 0 0 17px;
}
}

@media screen and (max-width:  767px){
    img.header-shape{
        display: none;
    }

    .TD-header #navbarSupportedContent {
        background: #2E363F;
        margin: 0 -15px;
        padding: 40px 0 50px;
    }
    .TD-header ul.navbar-nav li.nav-item a.nav-link{
        font-size: 18px;
        color: #fff;
        line-height: 2;
        text-align: center;
    }
    li.nav-item.last-menu-button.hide-desktop {
        text-align: center;
    }
    .TD-header ul.navbar-nav li.last-menu-button a.nav-link{
        display: inline-block;
        line-height: 1;
        margin: 25px 0 0;
    }
    .home-banner-content {
        padding: 0;
        text-align: center;
    }
    .home-banner-content h1{
        font-size: 35px;
        line-height: 1.3;
    }
    .home-banner-content p{
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-image {
        margin: 35px 0 0;
    }
    .place-boxes{
        display: block;
    }
    .grey-bg{
        text-align: center;
        margin: 0 -15px;
    }
    .feature-header:after {
        width: 140px;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 24px auto 0;
        display: inline-block;
    }
    .feature-header{
        margin-bottom: 20px !important;
    }
    .place-box-items{
        padding: 50px 30px;
        margin-bottom: 20px;
    }
    .clean-upaccount-home .black-bg {
        margin: 0 -15px;
        text-align: center;
        padding: 10vw 5vw;
    }
    .clean-up-account-step{
        display: block;
    }
    .cleanUp-box{
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .clean-up-account-step .cleanUp-box:nth-child(2) {
        border-left: none;
        border-right: none;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .cleanUp-box:last-child {
        border: none;
        padding: 0 0 70px;
    }
    .clean-upaccount-home .black-bg img.white-dott {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }
    .clean-upaccount-home  img.circle-blue {
        position: absolute;
        right: 20px;
        top: -27px;
        max-width: 50px;
    }
    .home-testimonial {
        padding: 50px 0;
        text-align: center;
        margin-bottom: 190px;
    }
    .blue-vector{
        display: none;
    }
    .testimonial-inner-boxes:after{
        display: none;
    }
    .testimonial-box-items>p{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        color: #FFFFFF;
        max-width: 100%;
        margin: 20px 0;
        text-align: left;
    }
    .testimonial-boxes{
        padding-left: 0;
    }
    .testimonial-inner-boxes button.slick-next.slick-arrow{
        right: 40%;
        left: inherit;
    }
    .testimonial-inner-boxes button.slick-prev.slick-arrow{
        left: 40%;
    }
    .testimonial-boxes:after{
        width: 348px;
        height: 400px;
        top: 0;
    }
    .testimonial-boxes:before{
        right: 73%;
        width: 60px;
        height: 60px;
    }
    .footer-row img.footer-shape{
        left: 30px;
    }
    .footer-row img.footer-icon{
        left: 44px;
    }
    .TD-footer{
        text-align: center;
    }
    .footer-text p{
        font-size: 30px;
        line-height: 1.3;
    }
    .TD-footer .blue-button{
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer-menu ul{
        justify-content: center;
    }
    .td-copy-right {
        justify-content: center;
        margin: 35px 0 0;
    }
    .place-boxes:after, .grey-bg:before, .grey-bg:after{
        display: none;
    }
    .common-text {
        text-align: left;
        padding: 0;
    }
    .common-text h3{
        font-size: 25px;
    }
    img.top-arrow{
        display: none;
    }
    .common-text::after{
        display: none;
    }
    .white-box-info{
        text-align: left;
        padding: 25px;
    }
    .faq-accordions button.btn-link{
        padding: 0.75rem 25px 0.75rem 0;
    }
    .faq-accordions .card-body{
        padding: 1.25rem 0;
    }
    .faq-accordions button.btn-link::after{
        right: 8px;
    }
    .contact-page .feature-header:after{
        position: relative;
        left: 0;
    }
    .tweet-contact-form label{
        text-align: left;
        font-size: 16px;
    }
    .tweet-submit-btn input[type="button"]{
        width: 100%;
    }
    .contact-page .grey-bg {
        padding: 20vw 8vw;
    }
    .tw-eraser-dashboard-right h3::after{
        display: none;
    }
    .tw-eraser-dashboard-main{
        display: block;
    }
    .tw-eraser-dashboard-left-sidebar {
        width: 100%;
        padding: 20px 20px;
        position: relative;
        overflow: inherit;
    }
    .tw-eraser-dashboard-right {
        width: 100%;
        min-height: inherit;
        padding: 50px 20px 90px;
    }
    .tw-tasks-tab table {
        width: 100%;
    }
    .tw-eraser-dashboard-right h3{
        margin: 0 0 40px;
    }
    .tw-tasks-tab table td, .tw-tasks-tab table th{
        padding: 10px 12px;
    }
    .tw-tasks-tab table th{
        font-size: 14px;
    }
    .tw-tasks-tab table td{
        font-size: 12px;
    }
    .hide-mobile-data {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9999;
        background: #2E363F;
        top: 164px;
        width: 80%;
        padding-bottom: 50px;
    }
    .hide-mobile-data hr{
        display: none;
    }
    .tw-input-consent{
        margin: 30px 0 0;
    }
    .tw-eraser-dashboard-right .input-side-info {
        margin: -13px 0 20px;
    }
    .tw-eraser-dashboard-right .tweet-submit-btn i{
        left: 27%;
    }
    .likes-tweets-progress {
        width: 100%;
    }
    .premium-white-box {
        padding: 0 0px;
    }
    .premium-plan-boxes .premium-plan-box,
    .premium-free-plan .premium-free-plan-box{
        flex: 0 0 100%;
    }
    .premium-free-plan .premium-free-plan-box{
        padding: 0;
    }
    .premium-plan-boxes .premium-plan-box:nth-child(2) {
        margin: 60px 0 30px;
    }
    .premium-free-plan{
        margin: 30px 0 0;
        flex-wrap: wrap;
    }
    .premium-free-plan .premium-free-plan-box:first-child {
        text-align: center;
        padding: 0 0 25px;
    }
    .premium-free-plan .premium-free-plan-box h2{
        margin: 0 0 10px;
    }
    .premium-free-plan .premium-free-plan-box:not(:first-child) {
        padding: 5px 10px;
        display: flex;
    }
    .premium-plan-boxes{
        margin: 50px 0 0;
    }
    .tab-pane .grey-bg{
        margin: 0 -20px;
    }
    .mobile-bottom-tabs {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #2E363F;
    }
    .mobile-bottom-tabs .tw-services ul {
        display: flex;
    }
    .mobile-bottom-tabs .tw-services ul li a {
        margin: 0;
        display: inline-flex;
        border: none;
        border-top: 5px solid transparent;
    }
    .mobile-bottom-tabs .tw-services ul li a.active {
        border-top: 5px solid #1DA1F2;
    }
    .mobile-bottom-tabs .tw-services {
        padding: 0;
        margin: 0;
        border: none;
    }
    .mobile-bottom-tabs .tw-services ul li {
        width: 16%;
    }
    .mobile-logout{
        display: block;
        position: absolute;
        top: 37px;
        right: 30px;
    }
    .mobile-logout a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .mobile-logout a svg{
        fill: #fff;
        margin-right: 5px;
    }
    .tw-top-sec h5{
        font-size: 14px;
    }
    .tw-top-sec h5 span{
        font-size: 12px;
    }
    .tw-top-sec {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
    }
    .mobile-dashboard-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 120px;
    }
    .mobile-dashboard-toggle button {
        background: no-repeat;
        border: none;
    }
    .mobile-dashboard-toggle .dashboard-close-menu {
        display: none;
    }
    .hide-mobile-data .tw-services ul li a {
        margin: 0 0px;
    }
    .mobile-dashboard-toggle button.open .dashboard-open-menu {
        display: none;
    }
    .mobile-dashboard-toggle button.open .dashboard-close-menu {
        display: block;
        height: 20px;
    }

/*******************************************/
/*******************New Homepage Media css *********************/

.home-banner-block-new {
    background: linear-gradient(98.75deg, rgba(29, 161, 242, 0.82) 7%, rgba(72, 99, 242, 0.83) 96.76%);
}

.banner-bg {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.home-banner-block-new .home-banner-content {
    padding: 0;
}

.home-banner-block-new .home-banner-content .TD-blue-button {
    width: 100%;
}

.banner-filtering-box {
    padding: 40px 0 0;
}

.how-it-works-new {
    max-width: 100%;
    padding: 60px 0;
}

.how-it-works-new .row {
    flex-direction: column-reverse;
}

.new-how-work-steps {
    padding: 0;
}

.new-how-work-steps h3, .new-how-work-steps h2 {
    text-align: center;
}

.new-how-it-work-img {
    margin: 40px 0 0;
}

.home-testimonial-new {
    max-width: 100%;
}

.testimonial-new-header {
    margin: 0 0 20px;
}

.Td-footer-new .footer-row img.footer-shape {
    left: auto;
    right: 10px;
    max-width: 100px;
}

.new-dott-f {
    max-width: 50px;
}

.Td-footer-new .footer-row .footer-menu ul {
    margin: 30px 0 10px;
}
.responsive-row-reverse {
    flex-direction: column-reverse;
}

.Td-footer-new .td-copy-right, .Td-footer-new .footer-menu ul {
    justify-content: center;
}

}
