@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;
}
a {
    color: #2FA4E7;
    text-decoration: none;
    background-color: transparent;
}

body>.container-fluid, body>.container{
    padding: 0px 15px 20px;
}

.profile-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 17px;
    color: black;
    text-align: center;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
img{max-width: 100%;}
h1{
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #2E363F;
}
h2{
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #2E363F;
}
.headline2{
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #2E363F;
}
.headline4{
  font-weight: 500;
  line-height: 1.2;
  color: #2FA4E7;
  font-size: 1.5rem;
}

p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #657281;
}
@media screen {
    .authenticated-navbar {
      justify-content: flex-start !important;
    }

    header.site-header div.authenticated-navbar ul li a.nav-link {
      font-weight: normal !important;
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
      border: none !important;
    }

    header.site-header div.authenticated-navbar ul li a.nav-link:hover {
      background: none !important;
      border-color: none !important;
    }

    #td-homepage .feature-list-box{
        padding: 10px;
    }

    #td-homepage .services-box {
        height: 100% !important;
    }
}
@media (min-width: 1200px){
.container {
    max-width: 1240px;
}
}
header.site-header {
    background: #40ABE8;
    padding: 0 40px;
}

header.site-header a.navbar-brand img {
    max-width: 170px;
}

header.site-header nav.navbar {
    padding: 20px 0;
}
header.site-header div#navbarSupportedContent ul li.sign-in-button a.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px 20px;
    background: #2e363f;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2e363f;
}
header.site-header div#navbarSupportedContent ul li.sign-in-button a.nav-link span{
    vertical-align: middle;
}
header.site-header div#navbarSupportedContent ul li.sign-in-button a.nav-link:hover {
  background: #3c434c;
  text-decoration: none;
  color: #fff;
}
header.site-header div#navbarSupportedContent ul li.sign-in-button a.nav-link svg {
    margin-right: 10px;
}
header.site-header div#navbarSupportedContent ul li.nav-item.sign-in-button {
    position: absolute;
    right: 0;
}
header.site-header div#navbarSupportedContent ul li a.nav-link {
    color: #fff;
}

header.site-header div#navbarSupportedContent ul li a.nav-link:hover {
    color: #000;
}
header.site-header div#navbarSupportedContent ul li a.nav-link.active {
    color: #000;
    pointer-events: none;
}
.hero-content h1 {
    font-style: normal;
    font-weight: 700;
    color: #2E363F;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.hero-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #9E9E9F;
    margin: 0 0 15px;
}

.primary-button {
    background: #1DA1F2;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 40px;
    display: inline-block;
}

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

.footer-button .primary-button-login-homepage{
  font-size: 16px;
  line-height: 15px;
  padding: 14px 20px
}

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

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

.primary-button svg {
    margin-right: 5px;
}

.primary-button:hover {
    background: #2e363f;
    text-decoration: none;
    color: #fff;
}

.user-overM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid rgba(46, 54, 63, 0.2);
    border-bottom: 1px solid rgba(46, 54, 63, 0.2);
    margin-top: 70px;
}

.user-overM span {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #2E363F;
    margin: 0;
}

.user-images-data {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-images-data img {
    max-width: 40px;
    margin: 0 0 0 -15px;
}

.main-hero-section {
    padding: 80px 0;
}

.hero-right-image {
    padding-left: 80px;
}

.brand-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.brand-logos img {
    height: 25px;
}

.brand-logos a {
    text-align: center;
}
.services-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 10px rgba(232, 241, 255, 0.5);
    border-radius: 10px;
    padding: 35px 22px;
    display: flex;
    gap: 10px;
}

.services-data h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2E363F;
    margin: 0;
}

.services-data h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2E363F;
    margin: 0;
}

.underline-link {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #1DA1F2;
}

.services-data {
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding-bottom: 0;
    justify-content: space-between;
    height: 100%;
}

#td-homepage .services-box .services-icon {
    width: 100%;
    flex: 0 0 40px;
}

.tweet-delete-services {
    padding: 100px 0;
}
.underline-link:hover {
    color: #1DA1F2;
    text-decoration: none;
}
.cleanUp-account {
    padding: 100px 0 50px;
    background: #F4F5F6;
}

.clean-account-title {
    text-align: center;
    margin: 0 0 60px;
}

.blue-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1DA1F2;
    margin: 0 0 10px;
}

.cleanUp-steps-data h5,
.cleanUp-steps-data h3
{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2E363F;
}

.cleanUp-account-steps ul li {
    display: flex;
    gap: 25px;
    position: relative;
    padding-bottom: 50px;
}
.cleanUp-account-steps ul {
    display: flex;
    flex-flow: column;
    gap: 0;
    padding: 0;
}
.cleanUp-account-steps .primary-button,
.cleanUp-account-steps .primary-button-login-homepage {
    margin: 50px 0 0 60px;
}

.cleanUp-account-steps ul li span {
    position: relative;
    flex: 0 0 40px;
}
.cleanUp-account-steps ul li:after {
    content: "";
    background: url("../images/down-arrow.29d41ab37875.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 70px;
    position: absolute;
    left: 15px;
    top: 63%;
    transform: translateY(-50%);
}
.cleanUp-account-steps ul li:last-child:after{
  display: none;
}
.testimonial-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 30px;
    background: #FFFFFF;
    border: 3px solid #2E363F;
    border-radius: 10px;
    cursor: pointer;
}
.load-more-btn button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.icon-tweet {
    text-align: right;
    margin: 0 0 30px;
}

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

.customer-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
    width: 100%;
}

.customer-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-data img {
    width: 50px;
}

.customer-name h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.customer-name a {
    color: #657281;
    text-decoration: none;
}
.customer-name a:hover {
    text-decoration: underline;
}
.customer-name p.heading {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2E363F;
}
.testimonial-section {
    padding: 0px 0 100px;
}
.load-more-btn button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 10px;
    height: 47px;
    background: #1DA1F2;
    border-radius: 5px;
    border: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.load-more-btn button:hover {
    background: #2f363f;
}

.site-footer {
    background: #2E363F;
    padding: 100px 0 50px;
}

.footer-left-content img {
    max-width: 150px;
}

.footer-left-content h2,  .footer-left-content .headline2{
    color: #fff;
    margin: 30px 0 30px;
    display: block;
}
.footer-left-content .headline2{
    font-size: 24px;
}
.copy-right-tweet {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer-button {
    text-align: left;
}
.footer-button .primary-button:hover {
    background: #1da1f2e8;
}
.hide-desktop{
  display: none !important;
}
footer.site-footer.white{
    border-top: 9px solid #40ABE8;
    background: #FFF;
    padding: 50px 0;
}
footer.site-footer.white .footer-left-content h2,
footer.site-footer.white .copy-right-tweet,
footer.site-footer.white .footer-left-content .headline2 {
    color: #2e363f;
}
.special-feature-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.05);
    height: 100%;
    padding: 50px 30px 80px 30px;
    position: relative;
}

.special-feature-box h4,
.special-feature-box h3 {
    color: #2E363F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

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

.special-feature-box a {
    color: #1DA1F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin: 30px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 30px;
}

.special-feature-icon {
    position: absolute;
    top: -20px;
}
.special-feature {
    padding: 100px 0;
}
.faq-inner-block button {
    color: #2E363F;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;
    position: relative;
    border-top: 1px solid rgba(46, 54, 63, 0.30);
    border-radius: 0px;
    box-shadow: none;
}
.faq-inner-block button:focus, .faq-inner-block button:hover{
  outline: none;
  text-decoration: none;
}
.faq-inner-block .card-header {
    padding: 0;
    background: transparent;
}

.faq-inner-block div#accordionExample {
    border: 0;
}

.faq-inner-block .card {
    border: 0px;
}

.faq-inner-block button svg.plus-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .1s;
}

.faq-inner-block button svg.minus-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .1s;
}

.faq-inner-block button.collapsed svg.plus-icon {
    opacity: 1;
    transition: .1s;
}

.faq-inner-block button.collapsed svg.minus-icon {
    opacity: 0;
    transition: .1s;
}

.faq-inner-block button:hover {
    text-decoration: none;
    color: #2E363F;
}

.faq-inner-block .card:last-child button {
    border-bottom: 1px solid rgba(46, 54, 63, 0.30);
}
.faq-inner-block  .card-body {
    color: #657281;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 20px 40px;
}
.faq-section {
    padding: 0px 0 75px;
}

.faq-section .faq-inner-block {
    margin: 0 auto;
    max-width: 60%;
}

.faq-section .faq-inner-block .faq-title {
    width: 90%;
    display: flex;
    color: #2E363F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-heading {
    color: #2E363F;
    font-weight: 600;
}

.footer-link {
    color: #2E363F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: block;
}
.copy-right-tweet-sm {
    display: none;
  }

.footer-link:hover {
    color: #1da1f2;
    text-decoration: none;
}
.footer-left-content .headline2{
    font-size: 24px;
    margin: 30px 0 20px;
}

.tweetdelete-new-faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.tweetdelete-new-faq .faq-item {
  border-top: 1px solid #e0e0e0;
}
.tweetdelete-new-faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0px;
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.2s ease;
    gap : 10px;
}
.tweetdelete-new-faq .faq-question:hover, .tweetdelete-new-faq .faq-item.active .faq-question {
  color: #0C84C8;
}
.tweetdelete-new-faq .faq-answer {
    overflow: hidden;
    padding: 0 0px 15px;
    font-size: 16px;
    color: #667085;
    line-height: 1.6;
    display: none;
}

.tweetdelete-new-faq .faq-item.active .faq-answer {
  display:block;
}

.tweetdelete-new-faq .faq-toggle-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #0C84C8;
    border-radius: 50%;
    position: relative;
    flex: 0 0 24px;
}

.tweetdelete-new-faq .faq-toggle-icon::before,
.tweetdelete-new-faq .faq-toggle-icon::after {
  content: "";
  position: absolute;
  background: #0C84C8;
}

.tweetdelete-new-faq .faq-toggle-icon::before {
  top: 50%;
  left: 5px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
}

.tweetdelete-new-faq .faq-toggle-icon::after {
  left: 50%;
  top: 5px;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
}

.tweetdelete-new-faq .faq-item.active .faq-toggle-icon::after {
  display: none;
}
.tweetdelete-new-faq .faq-item:first-child {
    border-top: 0;
}
.new-faq-section {
    padding: 80px 0 70px;
}

.new-faq-head {
    margin: 0 0 50px;
}

.new-faq-head h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: -2px;
    color: #111827;
}

@media only screen and (max-width: 1024px) {
  .social-icon-menu {gap : 5px !important;}
}
@media only screen and (max-width: 992px) {
h2{
  font-size: 20px;
  line-height: 38px;
}
.headline2 {
  font-size: 20px;
  line-height: 38px;
}
.footer-left-content .headline2{
    font-size: 20px;
}
.brand-logos img {
    height: auto;
}
.brand-logos {
    gap: 20px;
}
.brand-heading h2 {
    text-align: center;
}
.services-box {
    margin: 0 0 15px;
}
.testimonial-box {
    margin-bottom: 30px;
}
.cleanUp-account, .tweet-delete-services, .main-hero-section, .testimonial-section, footer.site-footer {
    padding: 50px 0;
}
footer.site-footer {
    text-align: center;
}

.footer-button {
    margin: 0 0 30px;
    text-align: center;
}

.footer-button .primary-button {
    width: auto;
}
.hero-right-image {
    padding: 0;
    margin: 0 0 50px;
}
.clean-account-title {
    margin: 0 0 20px;
}
.mobile-reverse {
    flex-flow: column-reverse;
}
.cleanUp-account-steps ul li {
    position: relative;
    display: flex;
    text-align: center;
    flex-flow: column;
    gap: 10px;
}

.cleanUp-account-steps ul li span {
    position: static;
}

.cleanUp-account-steps ul {
    gap: 100px;
}
.cleanUp-account-steps ul li span:after {
    top: 145px;
}
  .user-overM.hide-desktop {
      display: flex !important;
      margin: 30px 0;
  }
  .cleanUp-account-steps .primary-button,
  .cleanUp-account-steps .primary-button-login-homepage {
      margin: 30px 0 50px;
      width: auto;
  }
  .cleanUp-account-steps {
    text-align: center;
}
.hide-desktop{
  display: block !important;
}
.hide-mobile{
  display: none !important;
}
header.site-header nav.navbar button.navbar-toggler:focus, header.site-header nav.navbar button.navbar-toggler {
    outline: none;
    padding: 0;
}

header.site-header {
    padding: 0 0;
}
header.site-header div#navbarSupportedContent ul.navbar-nav {
    padding: 20px 0;
}
.hero-content h1 {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}

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

.hero-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px;
}

.primary-button,
.primary-button-login-homepage{
    width: 100%;
}


.user-overM span {
    font-size: 20px;
}
.row.mobile-gap {
    gap: 50px;
}
.special-feature .clean-account-title {
    margin: 0 0 40px;
}
.special-feature {
    padding: 50px 0 0;
}
.faq-section .faq-inner-block {
    margin: 0 auto;
    max-width: 100%;
}
.faq-section {
    padding: 0px 0 25px;
}
.mobile-order-2 {
    order: 2;
}

.mobile-order-1 {
    order: 1;
}

.footer-menu {
    justify-content: center;
    gap: 15px;
    margin: 0 0 25px;
    flex-wrap: wrap;
}
.social-icon-menu {
    justify-content: center;
}

header.site-header div#navbarSupportedContent ul li.nav-item.sign-in-button {
    position: static;
}

.services-box {
    height: 230px !important;
}

.feature-list-box a {
    position: absolute;
    bottom: 40px;
}
.load-more-btn {
    margin: 10px 0 0;
}
.cleanUp-account-steps ul li:after {
    left: 50%;
    top: auto;
    transform: none;
    bottom: -50px;
    transform: translate(-50%, 0px);
}
#td-homepage .feature-list-box a {
    position: static !important;
    margin: 20px 0 0;
}
#td-homepage .services-box {
    height: auto !important;
}
.footer-heading, .footer-links-column a {
    text-align: left;
}
.mobile-none {
    display: none;
}

.copy-right-tweet-sm {
    display: block;
}
}

@media only screen and (max-width: 767px) {
    .copy-right-tweet {
        display: none;
    }
    .copy-right-tweet-sm, .copy-right-tweet-sm  .copy-right-tweet{
      display: block;
    }
  }

@media only screen and (max-width: 575px) {
  .footer-heading, .footer-links-column a {
      text-align: center;
  }
}

@media only screen and (max-width: 360px) {
  .services-box {
      height: 270px !important;
  }

  .copy-right-tweet {
      display: none;
  }
  .copy-right-tweet-sm, .copy-right-tweet-sm  .copy-right-tweet{
    display: block;
  }
}


.social-icon-menu {
    gap: 20px;
}
