@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;
}

.primary-button-login-homepage {
    background: #2e363f !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    padding: 18px 33px !important;
    display: inline-block;
    /* border-radius: 30px; */
}

.primary-button-login {
    background: #2e363f !important;
    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;
}

.primary-button-login-homepage span,
.primary-button-login span
{
    vertical-align: middle;
}

.primary-button-login-homepage:hover, .primary-button-login:hover{
    background: #3c434c !important;
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
}

nav .primary-button-login-homepage {
    padding: 15px 20px !important;
}

.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.050d58a92828.png")no-repeat;
    width: 180px;
    height: 236px;
    right: -62px;
    top: -110px;
}

.grey-bg:before {
    position: absolute;
    content: "";
    background: url("../img/dotted-image.940ee2268c62.png")no-repeat;
    width: 180px;
    height: 236px;
    left: -40px;
    top: 300px;
}

.grey-bg:after {
    position: absolute;
    content: "";
    background: url("../img/dotted-small-img.b2e440f94c72.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;
}

@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.9dcb2080ba2b.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.bb1c0b625059.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.2dd618eea395.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.ba9b150fdceb.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.050d58a92828.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.050d58a92828.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.c3992551d29f.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;
}

/************************************************************************************/
/***************************************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: 18px;
    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: 30px;
    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.23a041f0661a.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 {
    margin: 30px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    background: linear-gradient(98.36deg, rgba(44, 113, 235, 0.1) 5.62%, rgba(68, 121, 255, 0.1) 95.74%);
    backdrop-filter: blur(3.5px);
    border-radius: 20px;
    height: 100%;
}
.new-testimonial-inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 0;
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.testimonial-icon-new {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0px;
    width: 100%;
}

.new-testimonial-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2E363F;
}

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

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

.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: 13px;
    line-height: 16px;
    color: #657281;
}

.new-t-user img {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    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 50px;
}

.home-testimonial-new {
    padding: 0 0 30px;
    max-width: 100%;
    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 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    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;
}

/*******delete-all-your-twitter-likes-css*********/
h1.page-main-heading {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto 20px;
    max-width: 75%;
}

.delete-all-your-tweets-like h2 {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 53%;
    margin: 0 auto 30px;
}

.delete-all-your-tweets-like p, .delete-all-your-tweets-like ul {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto;
    max-width: 80%;
}

.delete-all-your-tweets-like .header-ul-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-does-our-automatic-tweet-deleter-work i{
    font-size: 7px;
    vertical-align: middle;
    padding-right: 8px;
    padding-left: 10px;
}
.how-does-our-automatic-tweet-deleter-work span{
    padding-left: 10px;
}

.what-tweets-likes-img {
    border-radius: 30px;
    background: #EEF3FF;
    padding: 60px 40px 0 40px;
}

.what-tweets-likes-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.what-are-twitter-likes {
    padding: 100px 0;
}

.what-tweets-likes-content h2 {
    color: #2E363F;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.what-tweets-likes-content p {
    color: #657281;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.what-tweets-likes-content p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.what-tweets-likes-content p a:hover {
    text-decoration: none;
}

.what-tweets-likes-row:last-child {
    margin: 50px 0 0;
}

.tweets-likes-delete-manually-row {
    border-radius: 20px;
    background: #EEF3FF;
    padding: 0 50px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.tweets-likes-delete-manually-items {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px -20px 60px 10px rgba(50, 117, 208, 0.05);
    padding: 40px 40px;
    margin: -40px 0 0;
}

.tweets-likes-delete-manually-items h2 {
    color: #2E363F;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.tweets-likes-delete-manually-items h2:after {
    content: "";
    width: 90px;
    height: 7px;
    background: #1DA1F2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tweets-likes-delete-manually-items p {
    color: #657281;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.tweets-likes-delete-manually-items p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.tweets-likes-delete-manually-items p a:hover {
    text-decoration: none;
}

.number-list-style {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    counter-reset: list-counter;
}

.number-list-style li {
    color: #2E363F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid #DFDFF4;
}

.number-list-style li:before {
    counter-increment: list-counter;
    content: counter(list-counter);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #1DA1F2;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tweets-likes-delete-types-row h2 {
    color: #2E363F;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.tweets-likes-delete-types-row p {
    color: #657281;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.tweets-likes-delete-types-row .f-25{
    font-size: 25px;
    line-height: inherit;
}

.tweets-likes-delete-types-row p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.tweets-likes-delete-types-row p a:hover {
    text-decoration: none;
}

.tweets-likes-delete-types-row {
    margin: 100px auto 0;
    max-width: 55%;
}

.faq-new-layout-head h2 {
    color: #2E363F;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.faq-new-layout-head p {
    color: #657281;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.faq-new-layout .faq-accordions {
    margin: 50px auto 0;
    max-width: 65%;
}

.faq-new-layout-head {
    margin: 0 auto;
    max-width: 75%;
}

.faq-accordions .number-list-style li {
    padding-left: 35px;
}

.twitter-archive-special-feature-head h2 {
    color: #2E363F;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto 20px;
    max-width: 50%;
}

.twitter-archive-special-feature-head p {
    color: #657281;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto;
    max-width: 70%;
}

.twitter-archive-special-feature-head p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.twitter-archive-special-feature-head p a:hover {
    text-decoration: none;
}

.twitter-archive-special-feature-row {
    display: flex;
    flex-flow: column;
    margin: 50px auto 0;
    max-width: 58%;
    gap: 30px;
}

.twitter-archive-special-feature-items {
    border-radius: 10px;
    border: 1px solid #657281;
    padding: 30px;
}

.twitter-archive-special-feature-items h3 {
    color: #2E363F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.twitter-archive-special-feature-items h3:after {
    content: "";
    width: 50px;
    height: 7px;
    background: #1DA1F2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.twitter-archive-special-feature-items p {
    color: #2E363F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.twitter-archive-special-feature-items p a {
    color: #1DA1F2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.twitter-archive-special-feature-items p a:hover {
    text-decoration: none;
}

.twitter-archive-special-feature {
    padding: 100px 0 0;
}

/**********delete-all-your-twitter-likes-end-css***********/
/**********delete-ReTweets-css***********/
.what-are-twitter-likes2 .what-tweets-likes-row:last-child .what-tweets-likes-img {
    padding-bottom: 40px;
}

.delete-old-tweets-free {
    padding: 100px 0;
}

.delete-old-tweets-free-head h2 {
    color: #2E363F;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.delete-old-tweets-free-head p {
    color: #657281;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 63%;
    margin: 0 auto;
}

.delete-old-tweets-free-head p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.delete-old-tweets-free-head p a:hover {
    text-decoration: none;
}

.delete-old-tweets-free-row {
    max-width: 55%;
    margin: 50px auto 0;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.delete-old-tweets-free-items {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.05);
    padding: 30px;
}

.deleter-logo {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.deleter-logo-text h3 {
    color: #2E363F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.deleter-logo-text {
    padding: 15px 15px;
    margin: 0 0 0px 15px;
    border-left: 1px solid #DFDFF4;
}

.delete-old-tweets-free-items p {
    /* 168.75% */
    color: #657281;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.delete-old-tweets-free-items p a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

.delete-old-tweets-free-items p a:hover {
    text-decoration: none;
}

/**********delete-ReTweets-css-end***********/
/**********erase-all-my-Tweets-css***********/
.faq-new-layout-main {
    position: relative;
}

.faq-new-layout-main img.faq-img {
    position: absolute;
    top: 60px;
    left: -40px;
    max-width: 200px;
}

/**********erase-all-my-Tweets-css-end***********/
/**********delete-old-Tweets-with-certain-css***********/
.what-tweets-likes-row.what-tweets-likes-row-new,
.tweets-likes-delete-manually-m {
    margin-top: 0;
}

.tweets-likes-delete-manually-2 {
    margin: 140px 0 100px;
}

/**********delete-old-Tweets-with-certain-css-end***********/
/**********delete-old-Tweets-by-date-and-time-css***********/
ul.arrow-style-ul {
    display: flex;
    flex-flow: column;
    gap: 25px;
    margin: 50px 0;
    list-style: none;
    padding: 0;
}

ul.arrow-style-ul li {
    color: #2E363F;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    /* 168.75% */
    padding: 0 0 40px 30px;
    border-bottom: 1px solid #DFDFF4;
    position: relative;
}

ul.arrow-style-ul li svg {
    position: absolute;
    left: 0;
    top: 5px;
}

/**********delete-old-Tweets-by-date-and-time-css-end***********/
/**********new-index-v4-css***********/

.declutter-cleanUp-header {
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
}

.declutter-cleanUp-header h3 {
    color: #2E363F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.declutter-cleanUp-header h2 {
    color: #2E363F;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 128.571% */
    margin: 20px 0 20px;
}

.declutter-cleanUp-header p {
    color: #657281;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.declutter-cleanUp-you-timeline {
    padding: 50px 0 80px;
}

.declutter-cleanUp-feature-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 10px 40px 0px rgba(50, 117, 208, 0.07);
    padding: 30px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.declutter-cleanUp-feature-header {
    display: flex;
    align-items: center;
}

.declutter-cleanUp-feature-header h3 {
    color: #2E363F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left: 1px solid #DFDFF4;
    padding: 20px 0 20px 25px;
    margin: 0 0 0 25px;
}

.declutter-cleanUp-feature-content {
    color: #657281;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.learn-more-btn a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 10px;
}

.declutter-cleanUp-feature {
    margin: 50px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.declutter-cleanUp-feature-header svg,
.declutter-cleanUp-feature-header img {
    animation-name: myanimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/**********new-index-v4-css-end***********/

@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 h1 {
        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;
    }

    /**********delete-all-your-twitter-likes-media-css***********/
    h1.page-main-heading {
        max-width: 100%;
    }

    .delete-all-your-tweets-like h2,
    .delete-all-your-tweets-like p, .delete-all-your-tweets-like ul {
        max-width: 100%;
    }

    .what-tweets-likes-row {
        display: flex;
        flex-flow: column;
        gap: 40px;
    }

    .what-tweets-likes-row:first-child {
        flex-direction: column-reverse;
        margin: 0;
    }

    .what-tewwts-like-items {
        width: 100%;
    }

    .tweets-likes-delete-manually {
        background: #EEF3FF;
        margin: 50px 0 0;
    }

    .tweets-likes-delete-manually-row {
        grid-template-columns: 1fr;
        padding: 0 0 50px;
    }

    .tweets-likes-delete-manually-row .tweets-likes-delete-manually-items:last-child {
        margin: 0;
    }

    .tweets-likes-delete-types-row {
        max-width: 100%;
        text-align: left;
        margin: 50px 0 0;
    }

    .tweets-likes-delete-types-row h2,
    .tweets-likes-delete-types-row p {
        text-align: left;
    }

    .what-are-twitter-likes {
        padding: 50px 0;
    }

    .faq-new-layout-head {
        max-width: 100%;
    }

    .faq-new-layout-head h2,
    .faq-new-layout-head p {
        text-align: left;
    }

    .faq-new-layout .faq-accordions {
        max-width: 100%;
    }

    .twitter-archive-special-feature {
        padding: 50px 0 0;
    }

    .twitter-archive-special-feature-head h2,
    .twitter-archive-special-feature-head p {
        max-width: 100%;
        text-align: left;
    }

    .twitter-archive-special-feature-row {
        max-width: 100%;
    }

    /**********delete-all-your-twitter-likes-media-css-end***********/
    /**********delete-retweets-media-css-***********/
    .delete-old-tweets-free-head p,
    .delete-old-tweets-free-head h2 {
        max-width: 100%;
        text-align: left;
    }

    .delete-old-tweets-free-row {
        max-width: 100%;
    }

    .delete-old-tweets-free-items {
        padding: 20px;
    }

    .deleter-logo {
        flex-flow: column;
        align-items: baseline;
    }

    .deleter-logo-text {
        border-top: 1px solid #DFDFF4;
        margin: 15px 0 0;
        border-left: 0;
        padding: 15px 0;
    }

    .delete-old-tweets-free {
        padding: 50px 0;
    }

    /**********delete-retweets-media-css-end***********/
    /**********erase-all-my-Tweets-media-css***********/
    .faq-new-layout-main img.faq-img {
        display: none;
    }

    .faq-new-layout-head h2 {
        font-size: 30px;
    }

    .faq-accordions button.btn-link {
        font-size: 16px;
    }

    /**********erase-all-my-Tweets-css-media-end***********/
    /**********delete-old-tweets-with-certain-words-css-media***********/
    .tweets-likes-delete-manually-2 {
        margin: 80px 0 50px;
    }

    /**********delete-old-tweets-with-certain-words-css-media-end***********/
    /***********************index-v4-media-css************/
    .declutter-cleanUp-feature {
        grid-template-columns: 1fr 1fr;
    }

    /***********************index-v4-media-css-end************/
}

@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;
    }

    /**********delete-all-your-twitter-likes-media-css-***********/
    .delete-all-your-tweets-like h2,
    .what-tweets-likes-content h2,
    .tweets-likes-delete-types-row h2,
    .twitter-archive-special-feature-head h2 {
        font-size: 30px;
    }

    .delete-all-your-tweets-like p,
    .delete-all-your-tweets-like ul,
    .what-tweets-likes-content p,
    .tweets-likes-delete-types-row p,
    .twitter-archive-special-feature-head p {
        font-size: 16px;
    }

    .tweets-likes-delete-manually-items {
        padding: 20px;
    }

    .what-tweets-likes-img {
        padding: 30px 0px 0px 0;
        max-width: 90%;
        margin-left: 10%;
        border-radius: 10px;
    }

    .what-tweets-likes-img img {
        margin: 0 0 0 -40px;
    }

    /**********delete-all-your-twitter-likes-media-css-end***********/
    /***********************index-v4-media-css************/
    .declutter-cleanUp-feature {
        grid-template-columns: 1fr;
    }

    .declutter-cleanUp-header {
        max-width: 100%;
    }

    .declutter-cleanUp-header h2 {
        font-size: 24px;
        line-height: 35px;
    }

    /***********************index-v4-media-css-end************/

}
