@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", serif;
    background-color: #fff;
}
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1020;
    border: none;
    outline: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 14px;
    border-radius: 20px;
    font-size: 25px;
    transition: .6s ease;
    border: 2px #000 solid
}

.erase-btn {
    position: absolute;
    top: 1px;
    right: 5px;
  opacity:0.7;
}
.sticky-title {
    position: sticky;
    top: 0;
    background-color: #fff; /* Optional: To ensure background stays visible */
    z-index: 1000; /* To ensure it stays on top of other content */
    padding: 10px 0; /* Optional: To add some padding */
}
.sticky-container {
    position: sticky;
    top: 0;
    z-index: 10; /* Ensures the element stays above other content */
 
}

/* Ensure no parent containers interfere with sticky positioning */
#blog, .container, .row, .col-md-3 {
    overflow: visible !important; /* Prevents any parent container from clipping the sticky section */
}


.paste-btn {
    position: absolute;
    top:30%;
    right:50%;
    opacity: 0.4;
}
.actiontxt{
    font-size: 12px;
    color: #6366f1;
    
}
.text-btn{
    position: absolute;
    top:30%;
    left:50%;
    opacity: 0.4;
}
.upload-btn{
    position: absolute;
    top: 100px;
    right:5px;
    opacity: 0.4;
}
.scrollbtncolor {
    object-fit: cover;
    color: #000;
    animation: scroll 1.5s ease-in-out infinite
}

@keyframes scroll {
    0% {
        opacity: .5
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: .9
    }
}

#scrollToTopBtn:hover {
    background-color: #fff;
    transform: scale(1.1);
    color: #000;
}



#homesec {
    background-image: url(images/herosecbackground.png);
    width: 100%;
    height: 400px;
}

.navicon {
    width: 210px;
    height: 82.45px;
}

.nav-links-allign {
    margin-left: 40px;
}

.nav-links {
    color: #4A4A4A;
    font-family: "Lexend", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.navbar-links-tc{
    color: #4A4A4A;
    font-family: "Lexend", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.navbar-button-tc {
    background-color: transparent; /* Bootstrap primary color */
    color: #4a4a4a;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  .navbar-dropdown-tc {
    position: relative;
    display: inline-block;
  }
  .navbar-dropdown-menu-tcs{
    font-size: 18px;
  }
  .navbar-dropdown-menu-tc {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .navbar-dropdown-menu-tc a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .navbar-dropdown-menu-tc a:hover {
    background-color: #ddd;
  }
  
  .navbar-dropdown-tc:hover .navbar-dropdown-menu-tc {
    display: block;
  }
  
  .navbar-dropdown-tc:hover .navbar-button-tc {
    background-color: transparent; /* Darker shade on hover */
  }
  

.loginbtn {
       background-color: #6366f1;
    color: #ffffff;
    width: 100px;
    height: auto;
    padding: 5px 20px;
    border-radius: 36px;
    border: none;
    opacity: 0px;
    
    font-size: 12px;
    transition: 0.4s all;
}

.loginbtn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6366F1;
}
.download-menu {
    position: relative;
    display: inline-block;
}

.child-buttons {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.child-buttons button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: white;
    cursor: pointer;
}

.child-buttons button:hover {
    background-color: #ddd;
}
.parent-button{
    border: none;
    background: transparent;
}
.parent-button:hover + .child-buttons,
.child-buttons:hover {
    display: block;
}
#languageSelect{
    border:none;
     color: #4A4A4A;
    font-family: "Lexend", serif;
    font-size:18px;
    font-weight: 400;
    text-align: start;
    
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.signupbtn {
     margin-left: 20px;
    background-color: #ffffff;
    color: #4A4A4A;
    width: 100px;
    height: auto;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 36px;
    border: 1px solid #DFE3E8;
    opacity: 0px;
    box-shadow: 1px 1px #00000022;
}

.herosecdialogboxhighlitedtext {
    background-color: #6366F1;
    color: #fff;
    width: 100%;
    max-width: 38px;
    height: auto;
    font-family: "Inter", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 5px 10px;
    border-radius: 17.5px;

}

.herosecdialogbox {
    font-family: "Inter", serif;
    font-size: 12px;
    font-weight: 400;
    /* line-height: 15.4px; */
    width: 100%;
    max-width: 300px;
    padding: 15px 10px;
    height: auto;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #313131;
    background-color: #F8F8F8;
    border-radius: 17.5px;
    margin-top: 1px;
}

.herotitle {
    font-family: "Inter", serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #313131;
    margin-top: 1px;

}

.container-wrapper {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Sidebar */
.sidebar {
    background: #f2effe;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 70px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sidebar-icon {
    width: 35px;
    height: auto;
    padding: 7px 20px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.sidebar-icon img {
    width: 35px;
    height: auto;
}
.actionbtn{
    padding: 5px 4px;
    border:none;
    border-radius:5px;
    
}
.sharing-dropdown {
    position: relative;
    display: inline-block;
}
.sds{
    width: 35px;
    height: auto;
    padding: 19px 20px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.sharing-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 20px;
    padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.sharing-dropdown-content a {
    color: black;
    padding: 3px 5px;
    text-decoration: none;
    display: block;
}

.sharing-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.sharing-dropdown:hover .sharing-dropdown-content {
    display: block;
}

.sharing-btn {
    padding: 2px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sharing-btn i {
    margin-right: 8px;
}


/* Header */
.headers {
    background-color: #f2effe;
    padding: 10px 20px;
}
.header {
    /* background-color: #f2effe; */
padding: 5px 1px;
}

.header button,
.header select {
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f8f8fc;
    color: #555;
}

.header button.active {
    background-color: #6b4fd5;
    color: #fff;
}

.header select {
    background-color: #f8f8fc;
    font-weight: 600;
}

/* Modes */
.modes {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #555;
    
}

.modes span {
    margin-right: 15px;
    cursor: pointer;
}

.modes span.active {
    color: #000;
    text-decoration: underline;
}

/* Textarea Section */
.content-wrapper {
     font-family: "Lexend", serif;
    padding: 20px;
}
.action-icons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.action-icons img {
    width: 30px;
    height: auto;
    cursor: pointer;
}

.rephrase-btn {
    position: absolute;
    bottom:25px;
    right: 10px;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #6b4fd5;
    color: #fff;
    border: none;
    transition: 0.5s ease;
}
.rephrase-btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6b4fd5;
}
.paraphrased-wrapper {
    position: relative;
    width: 100%;
}
#paraphrased-text {
    min-height: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f8f8fc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    position: relative;
}

.textareas {
     font-family: "Lexend", serif;
    width: 100%;
    height: auto;
    min-height: 200px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    resize: none;
    background: #f8f8fc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.limitno{
     font-family: "Lexend", serif;
    font-size: 14px;
    color: #000;

}
/* Buttons */
.btn-custom {
     font-family: "Lexend", serif;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 16px;
    transition: all 0.3s;
    font-size: 12px;
}

.btn-primary-custom {
    background-color: #6b4fd5;
    color: #fff;
    border: none;
    transition: 0.5s ease;
    position: relative;
    font-size: 16px;
bottom: 0px;
}
.btn-custom2 {
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 10px;
    transition: all 0.3s;
    font-size: 10px;
}

.btn-primary-custom2 {
    background-color: #6b4fd5;
    color: #fff;
    border: none;
    transition: 0.5s ease;
    position: relative;
    font-size: 12px;
}

.btn-primary-custom2:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6b4fd5;
}
.btn-primary-custom:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6b4fd5;
}

.btn-secondary-custom {
    background-color: #f8f8fc;
    color: #6b4fd5;
    border: 1px solid #6b4fd5;
    transition: 0.5s ease;
}

.btn-secondary-custom:hover {

    background-color: transparent;
    color: #000;
    border: 1px solid #6b4fd5;
}
.textarea-wrapper {
     font-family: "Lexend", serif;
    position: relative;
    width: 100%;
}
.trustsecimg {
    width: 100%;
    height: auto;
}

.brandsecimg {
    width: 100%;
    height: auto;
}

.brandtitle {
    font-family: "Inter", serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.brandpara {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
    margin-top: 18px;
}

.wrrap {
    max-width: 600px;
    margin: 20px auto;
}

.bandcard {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.icon {
    flex-shrink: 0;
}

.icon img {
    width: 48px;
    height: 48px;
    background-color: #F1F5F9;
    border-radius: 12px;
    padding: 10px;
}

.content h3 {
    font-family: "Inter", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.content p {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

.title2 {
    font-family: "Inter", serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.para2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

.tickedtxt {
    color: #6B6B7F;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.icon-box {
    width: 50px;
    height: 50px;
    background-color: #F6F7F9;
}

.icon-boxs {
    width: 40px;
    height: 40px;
    background-color: #F6F7F9;
}

/* Card Styling */
.cards {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.3s;
}

.cards:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.cards p,
.cards h6 {
    margin: 0;
}

/* Left Section Background */
.left-section {
    background-color: #F0F0F2;
    padding: 30px;
    border-radius: 12px;
}

/* Button */
.btn-primary {
    background-color: #6B5EE0;
    border-color: none;
    color: #ffffff;
    border-radius: 100px;
    opacity: 0px;

}

.btn-primary:hover {
    background-color: transparent;
    border-color: #6B5EE0;
    color: #000;
}


.sponsortitle {
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: "Manrope", serif;
}

.sponsorpara {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.sponsordetail {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.moretooltitle {
    margin-top: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.trustsectitle {
    margin-top: 100px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.toolbox {
    width: 100%;
    height: auto;
    padding: 5px 30px;
    border-radius: 20px;
    border: 1px solid #EAEDF0;
    opacity: 0px;
    background-color: #FFFFFF;
}

.toolboxtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252525;
}

.toolboxpara {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8B8BA7;
}

.toolimg {
    width: 100%;
    height: auto;
}

.toolimgback {
    background-color: #ffffff;
    border: 1px solid #F5F5F6;
    width: 60px;
    height: 50px;
    border-radius: 173px;
    padding: 8px 15px;
    opacity: 0px;
}

.content-section {
    width: 100%;
    height: auto;
    background-color: #F4F4F9;
    margin-top: 100px;
}

.feature-card {
    width: 100%;
    height: auto;
    max-height: 300px;
    background-color: #F4F4F9;
    transition: 0.5s all;
    border-radius: 10px;
    opacity: 0px;
}

.feature-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    transform: scale(1.0);
    border-radius: 20px;
}

.feature-card h5 {

    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #203169;
}

.feature-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.95px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D6377;
}

.servicestitle {
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.servicespara {
    color: #25313C;
    font-size: 18px;
    font-weight: 400;
    line-height: 35.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.servicesbtn {
    background-color: #6B5EE0;
    color: #ffffff;
    width: 100%;
    max-width: 153px;
    height: auto;
    border: none;
    padding: 14px 32px 14px 32px;
    gap: 10px;
    border-radius: 100px;
    opacity: 0px;
}

.servicesbtn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6B5EE0;
}

/*  */
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.faq-button:focus {
    outline: none;
}

.faq-icon {
    font-size: 20px;
}

.stats {
    text-align: center;
}

.stats .icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.faq-header {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.faq-email {
    font-size: 32px;
    font-weight: 500;
    line-height: 20.73px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B5EE0;
    text-decoration: none;
}

.reviewhead {
    font-family: "Manrope", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.68px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.reviewpara {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

.faqsechead {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

.questionanstitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

#accountsec {
    background-image: url(images/acountbackground.png);
    width: 100%;
    height: auto;
    padding: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;

}

.accountsectitle {
    font-family: "Manrope", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 49.52px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.accountsecpara {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding-top: 30px;
}

.accountseclogbtn {
    background-color: #6366F1;
    color: #ffffff;
    width: 130px;
    height: auto;
    padding: 5px 30px;
    border-radius: 36px;
    border: none;
    opacity: 0px;
    transition: 0.4s all;
}

.accountseclogbtn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #6366F1;
}

.accountsecsignbtn {
    margin-left: 20px;
    background-color: #ffffff;
    color: #4A4A4A;
    width: 130px;
    height: auto;
    padding: 5px 30px;
    border-radius: 36px;
    border: 1px solid #DFE3E8;
    opacity: 0px;
    box-shadow: 1px 1px #00000022;
}
.view-post{
    /* text-decoration: none; */
    color: #000000;
    text-decoration: underline;
}
overthefooter {
    position: relative;
    top:10px;
}



#footerseclogin {
    background-color: #F0F0F2;
    width: 100%;
    height: auto;
    padding: 100px 100px 50px 100px;
}
/*  */
.subscribe-section input {
    border-radius: 30px;
    border: 1px solid #e9ecef;
    padding: 10px 10px;
    width: 100%;
    max-width: 500px;
}

.subscribe-section-btn {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #6B5EE0;
    color: #FFFFFF;
    border: none;
    width: 100%;
     max-width: 100px;
}

.subscribe-section-btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #6B5EE0;
}
.privacypolicytxt{
    color: #6B5EE0;
    text-decoration: underline;

}
.copyrighttxt {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footerlogo {
    width: 50%;
    height: auto;
}

.footersubscribehead {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.86px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.footersubscribedetail {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #595959;
}
.footer-links{
    margin-left: 20px;
}
.footer-links h6 {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #595959;
    padding-top: 20px;
}

.footer-links ul li a:hover {
    color: #6B5EE0;
}

.social-icons a {
    color: #6c757d;
    margin-right: 10px;
    font-size: 20px;
}

.social-icons a:hover {
    color: #6B5EE0;
}

.subscribingpara {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #595959;
}

.toolbenefitssec {
    position: relative;
    justify-content: start;
    align-items: start;
}

.toolbenefitssecimg {
    width: 20%;
    height: auto;
}

.toolbenefitssectitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: 0.30000001192092896px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.toolbenefitssecpara {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6B7F;
}

#toolfact {
    background-color: #F4F4F9;
    padding: 50px;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.factsectitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 42.88px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E1F20;
}

.factsecpara {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D6377;
}

.factssecimg {
    width: 10%;
    height: auto;
}

.factssecpointtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E1F20;
}

.factssecpointpara {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D6377;
}

/* Blog page */
.blogherosectitle {
    font-size: 45px;
    font-weight: 700;
    line-height: 70.39px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E1E1E;
    margin-top: 50px;
}

.blogherosecdetail {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.69px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7D7D7D;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    padding: 5px 15px;
    max-width: 500px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px;
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
}

.search-bar input::placeholder {
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.93px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.search-bar .search-icon {
    color: #888888;
    font-size: 18px;
    margin-right: 10px;
}

.search-bar .shortcut {
    background-color: #D9D9D9;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 14px;
    color: #7D7D7D;
}

.blogsecttile {
    color: #6B5EE0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.69px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 60px;
}

.blogtrendytopics {
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 150px;
    height: auto;
    padding: 6.56px 15.94px 6.56px 15.94px;
    gap: 9.38px;
    border-radius: 30px;
    border: 1px solid #C9C9C9;
    opacity: 0px;
}

.blogslist {
    font-size: 16.88px;
    font-weight: 500;
    line-height: 20.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E1E1E;
}

.custom-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.custom-card-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.custom-card-text {
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.custom-badge {
    background-color: #ffffff;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    max-width: 70.88px;
    height: auto;
    padding: 7px 15px;
    gap: 9.38px;
    text-align: center;
    border-radius: 29px;
    opacity: 0px;
    padding: 4px 8px;
    border: 1px solid #C9C9C9;
}

.author-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #797979;
}

.authortimeseprater {
    color: #797979;
}

.timetoread {
    color: #6B5EE0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.icon-container {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
}


.blogdate {
    color: #1C5CFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blogallignment {
    margin-top: 30px;
}

.faqherosechead {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #595959;
    text-align: center;
    margin-top: 80px;
}

.faqherosectitle {
    font-size: 55px;
    font-weight: 700;
    line-height: 66.56px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
    margin-top: 20px;
}

.questionsallignment {
    margin-top: 100px;
}

/* Contact Us Page */
.contactherosechead {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 70px;
}

.contactherosectitle {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-top: 30px;
}
.loginherosectitle {
    font-size: 70px;
    font-weight: 700;
    line-height: 85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-top: 30px;
}

.contacticon {
    margin-top: 140px;
}

.contacticon img {
    width: 25%;
    height: auto;
    margin-top: 20px;
}

.contactinputfield {
    width: 100%;
    height: auto;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #CACACA;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.contacttxtarea {
    width: 100%;
    height: 145px;
    border: none;
    border-bottom: 1px solid #CACACA;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.contactinputfield::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.contacttxtarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.contact-btn{
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #6B5EE0;
    color: #FFFFFF;
    border: none;
    width: 100%;
}
.contact-btn:hover{
    background-color:transparent;
    color: #000;
    border:1px solid #6B5EE0;
}

#contactdetailsec {
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 60px 30px;
    margin-top: 100px;
}

.contactdetailsechead {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.contactdetailsectitle {
    color: #ffffff;
    font-size: 58px;
    font-weight: 600;
    line-height: 72.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.contactdetailemailsechead {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-top: 35px;
}

.contactdetailsecline {
    color: #fff;
}

.emailtxt {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.emailsecpara {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.bloginternalherosec {
    font-size: 48px;
    font-weight: 800;
    line-height: 58.09px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #25313C;
    margin-top: 90px;
}

.authorname {
    color: #6D7D8B;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.08px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.authorimg {
    width: "13%";
    height: "auto";
}

.blogdate {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.08px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6D7D8B;
}

.blogtitleimg {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.blogcontent {
    font-size: 18px;
    font-weight: 300;
    line-height: 35.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #25313C;
    margin-top: 40px;
}

.author-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    font-size: 14px;
}

.shares-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.facebook {
    background-color: #4267B2;
}

.twitter {
    background-color: #E62117;
}

.linkedin {
    background-color: #0077B5;
}

.comments-section {
    margin-top: 20px;
}

.comment-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-box input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
}

.table-of-contents {
    background: #F0F0F2;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-of-contents h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.list-group-item {
    border: none;
    padding-left: 0;
    list-style: none;
    }
    
    
    
    .list-group-numbered li {
    display: flex;
    align-items: flex-start;
    
    }
    
    .list-group-numbered li span {
    font-size: 18px;
    font-weight: 600;
    background: #f3f3f3;
    color: #555;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    }


.nested-list {
    margin-left: 40px;
    list-style: none;
    padding: 0;
}

.nested-list li {
    font-size: 14px;
    color: #666;
}

.nested-list li:before {
    content: '\2022';
    color: #aaa;
    margin-right: 10px;
}

.companieslogoallign {
    margin-left: 100px;
}
.commenttxtarea::placeholder{
    color: #000;
    font-weight: 500;
}
.sign-up-form .input-group .form-control {
    box-shadow: none;
    border: none;
    border-radius: 8px;
  }
  
  .sign-up-form .input-group .input-group-text {
    border: none;
    border-radius: 8px;
  }
  
  .sign-up-form {
    max-width: 400px;
    margin: auto;
  }
  .logininputfield {
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #CACACA;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
  .logininputfield::placeholder {
    color: #000000ce;
}
.log-btn{
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #6B5EE0;
    color: #FFFFFF;
    border: none;
    width: 100%;
    max-width: 160px;
    margin-top: 30px;
}
.log-btn:hover{
    background-color:transparent;
    color: #000;
    border:1px solid #6B5EE0;
}
.countryfieldoption{
    color: #b2b2b2;

}
#countryfield selected{
    color: #b2b2b2;

}
.footerallign{
    margin-top: 100px;
}
#footersec {
    background-color: #F0F0F2;
    width: 100%;
    height: auto;
    padding: 55px 20px 50px 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {

    #footersec {
    background-color: #F0F0F2;
    width: 100%;
    height: auto;
    padding: 200px 100px 50px 100px;
}
    .bloginternalherosec {
        font-size: 38px;
        font-weight: 800;
        line-height: 58.09px;
    }
    .loginherosectitle{
        font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    }
    .custom-card-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 36.31px;
    }
    
    .custom-card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.15px;
    }
    .blogherosectitle {
        font-size: 35px;
        font-weight: 700;
        line-height: 70.39px;
    }
    
    .blogherosecdetail {
        font-size: 16px;
        font-weight: 500;
        line-height: 22.69px;
    }
    .faqherosechead {
        font-size: 18px;
        font-weight: 400;
        line-height: 26.63px;
    }
    .faqherosectitle {
        font-size: 45px;
        font-weight: 700;
        line-height: 66.56px;
    }
    .contactdetailsechead {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
    }
    .contactdetailsectitle {

        font-size: 45px;
        font-weight: 600;
        line-height: 72.8px;

    }
    
    .contactdetailemailsechead {
        font-size: 16px;
        font-weight: 600;
        line-height: 26.63px;

    }
    
   
    
    .emailtxt {
        font-size: 16px;
        font-weight: 600;
        line-height: 26.63px;
    }
    
    .emailsecpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
    
    .contacticon img {
        width: 30%;
        height: auto;
        margin-top: 10px;
    }
    .nav-links-allign {
        margin-left: 10px;
    }

    .herotitle {
        font-size: 50px;
        font-weight: 700;
        line-height: 90px;
    }

    .trustsectitle {
        margin-top: 100px;
        font-size: 18px;
    }

    .brandtitle {
        font-size: 40px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .brandpara {
        font-size: 14px;
        font-weight: 300;
        line-height: 19.36px;
    }

    .content h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 29.05px;
    }

    .content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .sponsortitle {
        font-size: 16px;
        font-weight: 600;
        line-height: 27.32px;
    }

    .sponsorpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .sponsordetail {
        font-size: 16px;
        font-weight: 600;
        line-height: 24.59px;
    }

    .title2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 58.09px;
    }

    .para2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .tickedtxt {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.78px;
    }

    .moretooltitle {
        font-size: 39px;
        font-weight: 700;
    }

    .servicestitle {
        font-size: 35px;
        font-weight: 700;
        line-height: 58.09px;
    }

    .servicespara {
        font-size: 16px;
        font-weight: 400;
        line-height: 35.44px;
    }
    .feature-card h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 31px;
    }
    .feature-card p {
        font-size: 14px;
        font-weight: 400;
        line-height: 23.95px;
    }
    .faq-header {
        font-size: 40px;
        font-weight: 700;
        line-height: 58.09px;
    }   
    .faq-email {
        font-size: 35px;
        font-weight: 500;
        line-height: 20.73px;
    }
    .reviewhead {
        font-family: "Manrope", serif;
        font-size: 26px;
        font-weight: 600;
        line-height: 39.68px;
    }
    .reviewpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
    }  
    .faqsechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
    }
    .accountsectitle {
        font-size: 28px;
        font-weight: 700;
        line-height: 49.52px;
    }
    .accountsecpara {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
    }
    #accountsec {
        padding: 100px;
    }
    .toolbenefitssectitle {
        font-size:18px;
        font-weight: 600;
        line-height: 24.2px;
    }
    
    .toolbenefitssecpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .factsectitle {
        font-size: 28px;
        font-weight: 700;
        line-height: 42.88px;
    }
    .factsecpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
    .toolbenefitssectitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 24.2px;
    }
    .toolbenefitssecpara {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    .contactherosechead {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 40px;
    }
    
    .contactherosectitle {
        font-size: 60px;
        font-weight: 700;
        line-height: 70px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .loginherosectitle{
        font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    }
    .bloginternalherosec {
        font-size: 30px;
        font-weight: 700;
        line-height: 58.09px;
    }
    .custom-card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 36.31px;
    }
    
    .custom-card-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 18.15px;
    }
    .blogherosectitle {
        font-size: 28px;
        font-weight: 700;
        line-height: 70.39px;
    }
    
    .blogherosecdetail {
        font-size: 14px;
        font-weight: 500;
        line-height: 22.69px;
    }
    .faqherosechead {
        font-size: 16px;
        font-weight: 400;
        line-height: 26.63px;
    }
    .faqherosectitle {
        font-size: 35px;
        font-weight: 600;
        line-height: 66.56px;
    }
    .contactdetailsechead {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;

    }
    
    .contactdetailsectitle {
        font-size: 35px;
        font-weight: 600;
        line-height: 72.8px;
    }
    .contactdetailemailsechead {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;

    }
    .emailtxt {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;
    }
    
    .emailsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
    }
    .contacticon img {
        width: 40%;
        height: auto;
        margin-top: 10px;
    }
    .contactherosechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 30px;
    }
    
    .contactherosectitle {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        margin-top: 30px;
    }
    .toolbenefitssectitle {
        font-size: 16px;
        font-weight: 600;
        line-height: 24.2px;
    }
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    #accountsec {
        padding: 70px;
    }
    .companieslogoallign {
        margin-left: 80px;
    }

    .trustsecimg {
        width: 60%;
        height: auto;
    }

    .herotitle {
        font-size: 30px;
        font-weight: 700;
        line-height: 60px;
    }

    .trustsectitle {
        margin-top: 100px;
        font-size: 16px;
    }

    .brandsecimg {
        display: none;
    }

    .brandtitle {
        font-size: 30px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .brandpara {
        font-size: 12px;
        font-weight: 300;
        line-height: 19.36px;
    }

    .content h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 29.05px;
    }

    .content p {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .sponsortitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 27.32px;
    }

    .sponsorpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .sponsordetail {
        font-size: 13px;
        font-weight: 600;
        line-height: 24.59px;
    }

    .title2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .para2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .tickedtxt {
        font-size: 14px;
        font-weight: 400;
        line-height: 21.78px;
    }

    .moretooltitle {
        font-size: 30px;
        font-weight: 600;
    }

    .servicestitle {
        font-size: 30px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .servicespara {
        font-size: 14px;
        font-weight: 400;
        line-height: 35.44px;
    }
    .feature-card h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 31px;
    }
    .feature-card p {
        font-size: 12px;
        font-weight: 400;
        line-height: 23.95px;
    }
    .faq-header {
        font-size: 30px;
        font-weight: 700;
        line-height: 58.09px;
    }   
    .faq-email {
        font-size: 28px;
        font-weight: 500;
        line-height: 20.73px;
    }
    .reviewhead {
        font-size: 20px;
        font-weight: 600;
        line-height: 39.68px;
    }
    .reviewpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }  
    .faqsechead {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }
    .accountsectitle {
        font-size: 22px;
        font-weight: 600;
        line-height: 49.52px;
    }
    .accountsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }
    .toolbenefitssectitle {
        font-size:16px;
        font-weight: 600;
        line-height: 24.2px;
    }
    
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .factsectitle {
        font-size: 24px;
        font-weight:600;
        line-height: 42.88px;
    }
    .factsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .loginherosectitle{
        font-size: 40px;
    font-weight: 600;
    line-height: 80px;
    }
    .bloginternalherosec {
        font-size: 30px;
        font-weight: 700;
        line-height: 58.09px;
    }
    .custom-card-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 36.31px;
    }
    
    .custom-card-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 18.15px;
    }
    .blogherosectitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 70.39px;
    }
    
    .blogherosecdetail {
        font-size: 12px;
        font-weight: 500;
        line-height: 22.69px;
    }
    .faqherosechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 26.63px;
    }
    .faqherosectitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 66.56px;
    }
    .contactdetailsechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;

    }
    
    .contactdetailsectitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 52.8px;
    }
    .contactdetailemailsechead {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;

    }
    .emailtxt {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;
    }
    
    .emailsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
    }
    .contactinputfield {
margin-top: 30px;
    }
        .contacttxtarea {
margin-top: 20px;
        }
    .contacticon img {
        width: 45%;
        height: auto;
        margin-top: 10px;
    }
    .contactherosechead {
        font-size: 12px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 30px;
    }
    
    .contactherosectitle {
        font-size: 40px;
        font-weight: 600;
        line-height: 50px;
        margin-top: 40px;
    }
    .toolbenefitssectitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 24.2px;
    }
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .factsectitle {
        font-size: 20px;
        font-weight:600;
        line-height: 42.88px;
    }
    .factsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
    }
    .toolbenefitssectitle {
        font-size:14px;
        font-weight: 600;
        line-height: 24.2px;
    }
    
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .brandsecimg {
        display: none;
    }

    .companieslogoallign {
        margin-left: 50px;
    }

    .trustsecimg {
        width: 40%;
        height: auto;
    }

    .herotitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
    }

    .trustsectitle {
        margin-top: 100px;
        font-size: 14px;
    }

    .brandtitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .content h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 29.05px;
    }

    .sponsortitle {
        font-size: 13px;
        font-weight: 600;
        line-height: 27.32px;
    }

    .sponsordetail {
        font-size: 12px;
        font-weight: 600;
        line-height: 24.59px;
    }

    .title2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .para2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .tickedtxt {
        font-size: 13px;
        font-weight: 400;
        line-height: 21.78px;
    }

    .moretooltitle {
        font-size: 25px;
        font-weight: 600;
    }

    .servicestitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .servicespara {
        font-size: 12px;
        font-weight: 400;
        line-height: 35.44px;
    }
    .feature-card h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 31px;
    }
    .feature-card p {
        font-size: 12px;
        font-weight: 400;
        line-height: 23.95px;
    }
    .faq-header {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }   
    .faq-email {
        font-size: 24px;
        font-weight: 500;
        line-height: 20.73px;
    }
    .reviewhead {

        font-size: 18px;
        font-weight: 600;
        line-height: 39.68px;
    }
    .reviewpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }  
    .faqsechead {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }
    #accountsec {
        padding:10px;
    }
    .accountsectitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 19.52px;
    }
    .accountsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.36px;
    }
}

@media screen and (max-width: 575px) {
    .loginherosectitle{
        font-size: 40px;
    font-weight: 600;
    line-height: 80px;
    }
    .bloginternalherosec {
        font-size: 30px;
        font-weight: 700;
        line-height: 58.09px;
    }
    .custom-card-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 36.31px;
    }
    
    .custom-card-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 18.15px;
    }
    .blogherosectitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 70.39px;
    }
    
    .blogherosecdetail {
        font-size: 12px;
        font-weight: 500;
        line-height: 22.69px;
    }
    .faqherosechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 26.63px;
    }
    .faqherosectitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 66.56px;
    }
    .contactdetailsechead {
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;

    }
.sidebar-icon-allign{
    margin-top: 40px;
}
    .contactdetailsectitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 52.8px;
    }
    .contactdetailemailsechead {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;

    }
    .emailtxt {
        font-size: 14px;
        font-weight: 600;
        line-height: 26.63px;
    }
    
    .emailsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
    }
    .contactinputfield {
        margin-top: 30px;
            }
                .contacttxtarea {
        margin-top: 20px;
                }
    .contacticon img {
        width: 45%;
        height: auto;
        margin-top: 20px;
    }
    .contactherosechead {
        font-size: 12px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 30px;
    }
    
    .contactherosectitle {
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        margin-top: 40px;
    }
    .toolbenefitssectitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 24.2px;
    }
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .factsectitle {
        font-size: 20px;
        font-weight:600;
        line-height: 42.88px;
    }
    .factsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
    }
    .toolbenefitssectitle {
        font-size:14px;
        font-weight: 600;
        line-height: 24.2px;
    }
    
    .toolbenefitssecpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    #accountsec {
        padding:10px;
    }
    .accountsectitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 19.52px;
    }
    .accountsecpara {
        font-size: 12px;
        font-weight: 400;
        line-height:14.36px;
    }
    .faq-header {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }   
    .faq-email {
        font-size: 24px;
        font-weight: 500;
        line-height: 20.73px;
    }
    .reviewhead {
        font-family: "Manrope", serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 39.68px;
    }
    .reviewpara {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }  
    .faqsechead {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }
    .feature-card h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 31px;
    }
    .feature-card p {
        font-size: 12px;
        font-weight: 400;
        line-height: 23.95px;
    }
    .servicestitle {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .servicespara {
        font-size: 12px;
        font-weight: 400;
        line-height: 35.44px;
    }

    .brandsecimg {
        display: none;
    }

    .moretooltitle {
        font-size: 25px;
        font-weight: 600;
    }

    .sponsortitle {
        font-size: 13px;
        font-weight: 600;
        line-height: 27.32px;
    }

    .sponsorpara {
        font-size: 13px;
        font-weight: 500;
        line-height: 27.32px;
    }

    .sponsordetail {
        font-size: 12px;
        font-weight: 600;
        line-height: 24.59px;
    }

    .content h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 29.05px;
    }

    .brandtitle {
        font-size: 23px;
        font-weight: 600;
        line-height: 50.09px;
    }

    .companieslogoallign {
        margin-left: 180px;
    }

    .trustsecimg {
        width: 30%;
        height: auto;
    }

    .herotitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;
    }

    .herosecdialogbox {
        font-size: 12px;
        font-weight: 300;
        line-height: 13.4px;
        max-width: 340px;
    }

    .herosecdialogboxhighlitedtext {
        font-size: 12px;
        font-weight: 300;

    }

    .btn-custom {
        font-weight: 400;
        border-radius: 15px;
        padding: 6px 10px;
        transition: all 0.3s;
        font-size: 12px;
    }

    .title2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 58.09px;
    }

    .para2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .tickedtxt {
        font-size: 13px;
        font-weight: 400;
        line-height: 21.78px;
    }
}

@media screen and (max-width: 520px) {
    .contactinputfield {
        margin-top: 30px;
            }
                .contacttxtarea {
        margin-top: 20px;
                }
    .contacticon img {
        width: 45%;
        height: auto;
        margin-top: 20px;
    }
    #accountsec {
        padding:10px;
    }
    .accountsectitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 19.52px;
    }
    .accountsecpara {
        font-size: 10px;
        font-weight: 400;
        line-height:12.36px;
        padding-top: 0px;
    }
   

}
@media screen and (max-width: 450px) {
    .contacticon img {
        width: 45%;
        height: auto;
        margin-top: 20px;
    }  

    .sponsortitle {
        font-size: 10px;
        font-weight: 600;
        line-height: 27.32px;
    }

    .sponsorpara {
        font-size: 8px;
        font-weight: 500;
        line-height: 27.32px;
    }

    .sponsordetail {
        font-size: 9px;
        font-weight: 600;
        line-height: 24.59px;
    }

    .companieslogoallign {
        margin-left: 120px;
    }

    .btn-custom {

        border-radius: 10px;
        padding: 2px 8px;
        transition: all 0.3s;
        font-size: 12px;
    }

}