
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#wpadminbar { display: none; }
html { margin-top: 0 !important; }

.selOcat-cc{
    background-color: #ebebeb;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
}
.selOcat-cc:hover{
    background-color: #e5e5e5;
}
.editor{
    overflow-y: auto !important;
}

.home-icon .fa-house {
    color: #00B2FF;
    margin-right: 6px;
}

.color-blue{
    color: #00B2FF;
}
.color-red{
    color: #ff0023;
}
.cl-black{
    color: #000 !important;
}

.color-white{
    color: #fff;
}
.d-n{
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
}

p, a, span{
    font-family: "Poppins", sans-serif !important;
}

button {
    font-family: "Poppins", sans-serif !important;
}

a{
    text-decoration: unset !important;
}

.start-up-text {
    text-decoration: unset;
    padding-left: 5px;
    padding-right: 5px;
}

.breacrumTopSec {

}

.text-img-hold{
    gap: 20px;
}

button.visit-btn,a.visit-btn {
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 8px 20px;
    border-radius: 5px;
}

.breacrumTopSecRow {
    background: #2b282f;
    padding: 20px 5px;
    border-radius: 7px;
}
.innerColumn img{
    max-width: 100%;
    border-radius: 5px;
}
.icon-hold {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px !important;
    padding: 0 !important;
    font-size: 13px;
}



.selOptions option:checked {
    background-color: #ADD8E6 !important;
    color: #FFFFFF;
    font-weight: bold;
}
.seacrh-fm-tools{
    margin-top: -23px;
    z-index: 2000;
    position: relative;
    background-color: #fff;
    display: none;
}
.seacrh-fm-tools a{
    width: 100%;
    padding: 5px;
    display: block;
    background-color: #fbfbfb;
    margin-bottom: 2px;
}
.seacrh-fm-tools a:hover{
    background-color: #e8e7e7;
}


body

.bottom-sec {
    display: flex;
    justify-content: space-between;
}

.icon_bottom_hold {
    display: flex;
    gap: 13px;
    align-items: center;
}

#serviceFrameSend {
    border: 0;
    height: 88px;
}

.color-black {
    color: #000;
}
.details{
    background: #EFF8FF;
    border-radius: 5px;
    padding: 22px 0 !important;
}
span.span-text {
    background: #000;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 500;
}

.details p{
    font-weight: 500;
}

.detail-text {
    background: #4DA166;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: -20px;
}

.ai-hold {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
    gap: 20px;
    padding: 8px;
    border-radius: 5px;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
}
.ai-hold img {
    height: 55px;
    width: 130px;
    mix-blend-mode: darken;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

a.mb-0.left-space {
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 6px 15px;
    border-radius: 5px;
}

.ai-hold p {
    font-weight: 600;
}

.list-hold li {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    flex-basis: 48%;
    list-style: none;
    font-weight: 600;
    color: #555555;
    position: relative;
    padding-left: 30px;
}

ul.list-hold {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-left: 0;
}

.list-hold li::before {
    content: '•';
    padding: 0 10px;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -2px;
    margin-right: 10px !important;
}

.inner-flex {
    justify-content: space-between;
}

.tab-inner-blue {
    background: #EFF8FF;
    padding: 20px;
    margin-top: 20px;
}

.inner-flex a i{
    color: #CCC8C5;
}

textarea#w3review {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
    width: 100%;
}

input[type="submit"] {
    background: #00B2FF;
    color: #fff;
    font-family: 'Poppins';
    border: none;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 5px;
}

.navbar-brand img{
    /*background: #fff;*/
    padding: 5px;
    border-radius: 2px;
    width: 150px;
}

.TopApiTools {
    background: #f8f9fb;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.left-colm {
    flex-basis: 70%;
    display: flex;
}

.left-colm button{
    background: #00B2FF;
    color: #fff;
    font-family: 'Poppins';
    border: none;
    padding: 8px 20px;
    margin-top: 0px;
    border-radius: 5px;
}

.left-colm i.fa-virus {
    font-size: 40px;
}

.top-text{
    font-weight: 600;
}

.top-ai{
    color: #555555c4;
}

.bg-left {
    background: #fff;
    flex-basis: 30%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
}
.left-colm.right-colm.text-end {
    justify-content: flex-end;
    align-items: center;
}

i.fa-solid.fa-hand {
    color: #FFCF14;
    font-size: 35px;
    padding-left: 20px;
}

.page-footer {
    background: #F8F9FB;
    border-top: 1px solid #ddd;
}

.inner-footer-column a {
    color: #00B2FF !important;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.icon-footer {
    display: flex !important;
    gap: 20px;
}

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

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00B2FF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

#back-to-top:hover {
    background-color: #555;
}

.icon-footer a i {
    font-size: 22px;
}

.nav-tabs .nav-link {
    color: #00B2FF;
}

.nav-tabs .nav-link:hover {
    color: #00B2FF !important;
}

.text-img-hold p {
    font-size: 22px;
}

p.left-space {
    font-weight: 500;
}

span.paid-text-top {
    border: none;
    color: #00B2FF;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: 10px;
    background: #fff;
}

.left-space {
    color: #000;
}

.justify-content-space-around-new {
    width: 100%;
}

.footer-top {
    background: #2b282f;
    padding: 45px 5px;
}

.inner-website {
    align-items: center;
    justify-content: space-between;
}

.inner-website p {
    font-size: 15px;
}

input#email {
    background-color: #9dd2f026;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    width: 350px;
    
}

input#email::placeholder{
    color: #fff;
    opacity: 0.4;
}

input#email:focus{
    color: #fff !important;
}

i.fa-solid.fa-arrow-right {
    position: absolute;
    left: 322px;
    right: auto;
    top: 13px;
    color: #fff;
    opacity: 0.4;
}

input#email:focus i.fa-solid.fa-arrow-right{
    opacity: 1 !important;
}

.innerColumnV2 h2:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
/*    background-image: url(../../../uploads/icon-verified.png);*/
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 208px;
    right: auto;
}

.navbar-light.bg-light {
    background-color: #2b282f !important;
    padding: 22px 0;
}

.navbar-brand {
    margin-right: 4rem !important;
}

.custom-navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.custom-navbar.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00B2FF !important;
}

.form-hold{
    gap: 20px;
}

.custom-navbar button.btn.btn-outline-success:hover {
    background: unset;
    color: #fff;
}

button.visit-btn:hover,a.visit-btn:hover{
    background: #00B2FF;
    color: #fff;
}

span.paid-text-top:hover{
    background: #00B2FF;
    color: #fff;
    cursor: pointer;
}

button.btn.btn-outline-success.button-1 {
    background: unset !important;
    color: #00B2FF !important;
}

button.btn.btn-outline-success.button-1:hover {
    background: #00B2FF !important;
    color: #fff !important;
}

img.copy-img {
    height: 15px;
    width: 15px;
}

.custom-navbar button.btn.btn-outline-success {
    border: 2px solid #00B2FF;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    padding: 7px 20px;
    background: #00B2FF;
}

.form-hold a {
    border: 2px solid #00B2FF;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    padding: 7px 20px;
    background: #00B2FF;
}

.form-hold a:hover {
    color: #fff;
}

.navbar-expand-lg.custom-navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggler-icon i.fa-solid.fa-bars {
    color: #fff;
    font-size: 28px;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset !important;
}

/*sumbit tool page css*/

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-file-input input {
    opacity: 0;
    position: absolute;
    width: auto;
    height: auto;
  }

  .formbold-file-input label {
    position: relative;
    border: 1px dashed #00B2FF;
    border-radius: 6px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    text-align: center;
  }
  .formbold-drop-file {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
  }

.formbold-or {
    font-weight: 500;
    font-size: 13px;
    color: #6b7280;
    display: block;
    margin-bottom: 8px;
}

.file-input-top label {
    min-height: 350px;
}

.faq-sec button.accordion-button {
    font-weight: 600;
    font-family: poppins;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #00B2FF;
    background-color: #e7f1ff8c;
}

  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }

i.fa-solid.fa-camera {
    color: #00B2FF;
    font-size: 25px;
}

.right-form input[type="text"], .right-form input[type="email"] {
    width: 100%;
    height: 45px;
    margin-bottom: 13px;
    margin-top: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
}

.right-form label {
    font-weight: 600;
    font-family: poppins;
}

.right-form input::placeholder{
    font-size: 14px;
    font-family: poppins;
}

.wrap {
   width: 70%;
   min-width: 562px;
   background: #fafafa;
   border-radius: 8px;
   padding: 10px;
}

.toolbar {
   width: 100%;
   margin: 0 auto 10px;
}

.right-form button {
   width: 30px;
   height: 30px;
   border-radius: 3px;
   background: none;
   border: none;
   box-sizing: border-box;
   padding: 0;
   font-size: 20px;
   color: #a6a6a6;
   cursor: pointer;
   outline: none;
}

 .right-form button:hover {
   border: 1px solid #a6a6a6;
   color: #777;
}

#bold,
#italic,
#underline {
   font-size: 18px;
}

#underline,
#align-right {
   margin-right: 17px;
}

#align-left {
   margin-left: 17px;
}

.right-form select {
   height: 24px;
   font-size: 15px;
   font-weight: bold;
   color: #444;
   background: #fff;
   border: 1px solid #ddd;
   border-radius: 3px;
   margin: 0;
   outline: none;
   cursor: pointer;
}

.right-form select > option {
   font-size: 15px;
   background: #fafafa;
}

#fonts {
   width: 140px;
}

.sp-replacer {
   background: #fcfcfc;
   padding: 1px 2px 1px 3px;
   border-radius: 3px;
   border-color: #a6a6a6;
   margin-top: -1px;
}

.sp-replacer:hover {
   border-color: #a6a6a6;
   color: inherit;
}

.sp-preview {
   width: 15px;
   height: 15px;
   border: none;
   margin-top: 2px;
   margin-right: 3px;
}

.sp-preview-inner, 
.sp-alpha-inner, 
.sp-thumb-inner {
   border-radius: 3px;
}

.editor {
   position: relative;
   width: 100%;
   height: 26vh;
   margin: 0 auto;
   padding: 20px;
   background: #fff;
   border-radius: 5px;
   box-sizing: border-box;
   overflow: hidden;
   word-break: break-all;
   outline: none;
   border: 1px solid #ddd;
}

select#cars {
    width: 70%;
    margin-top: 5px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
    font-weight: 500;
    color: #444444b5;
}

.pricingLeft label {
    padding-left: 12px;
    padding-bottom: 10px;
}

.lifetimeDealHold{
    max-width: 70%;
    transition: all 0.3s ease;
}

.lifetimeDealHold:hover{
   background: #00B2FF;
   cursor: pointer;
   border-radius: 5px;
   padding: 15px 20px;
   transform: scale(1.05);
}

.lifetimeDealHold:hover p{
    color: #fff;
}

.lifetimeDealHold:hover h4{
    color: #fff;
}

.lifetimeDealHold:hover h5{
    color: #fff;
}

.lifetimeDealHold:hover label{
    color: #fff;
}

.lifetimeDealHold {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rightDeal p span {
    background: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
    margin-left: 10px;
    color: #fff;
}

.dollarhold {
    gap: 12px;
}

.submitBtn-hold button.visit-btn {
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 8px 20px;
    border-radius: 5px;
    width: 24%;
    height: 50px;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 50px;
}

.submitBtn-hold button.visit-btn:hover{
    background: #00B2FF;
    color: #fff;
}

.left-padding.ps-4 {
    padding-left: 120px !important;
}


/*category page css*/

.search-box input[type="text"] {
    width: 100%;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.ai-hold-column {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-radius: 5px;
}

.headingTop img {
    max-width: 100px;
    height: 100px;
}

.headingTop p {
    margin-top: -15px;
}

.ai-hold-column img {
    filter: invert(100%);
}

/*ai-tools css*/

.category-sec .breacrumTopSecRow {
    background: #00b2ff14;
/*    padding: 20px 5px;*/
    padding: 0px 5px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    position: relative;
}

.filter button.btn.border.border-success {
    background: transparent;
    border: 1px solid #00B2FF !important;
    color: #00B2FF;
    padding: 5px 13px;
    margin-left: -12px !important;
    border-radius: 5px;
}

.button-hold-button {
    display: flex;
    gap: 15px;
}

.fill-bg {
    background: #00B2FF !important;
    color: #fff !important;
}

.fill-bg:hover{
    background: transparent !important;
    border: 1px solid #00B2FF !important;
    color: #00B2FF !important;
}

.TopAiTools-inner img {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 210px;
    width: 100%;
}

.TopAiTools-inner {
    box-shadow: 1px 1px 6px 1px rgb(0, 178, 255) !important;
    border-radius: 5px;
    background: #00b2ff14;
    position: relative;
}
.featured-icon {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 0px 5px;
/*     background-color: #3e30b1; */
    background: #00B2FF;
    color: #fff;
    /* color: #e3e3e3; */
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
}

.filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-tools {
    position: relative;
/*    min-height: 215px;*/
    padding: 10px 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.filter h2 {
    margin-left: -12px;
    margin-bottom: 0;
}

/*best-ai tool css*/

.best-ai-tools .input-group {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 30px 0;
}

.form-outline {
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
}

input#form1 {
    padding: 20px 12px;
    border-radius: 50px;
    border: 5px solid #00B2FF;
    text-indent: 14px;
}

.form-outline button.btn.btn-primary {
    width: 189px;
    position: absolute;
    right: 12px;
    border-radius: 50px;
    border: none;
    padding: 14px 0;
}
.form-outline button.btn.btn-primary img {
    margin-right: 3px;
    width: 23px;
}

.content-tools p {
    margin-bottom: 1.5rem;
}

.toolsHoldOuter{
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ai-toolsHold, a .ai-toolsHold {
    border: 2px solid #00B2FF;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-weight: 600;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #000 !important;
}

input#form1::placeholder {
    font-family: poppins;
    font-weight: 500;
}

.view-profile{
    justify-content: space-between;
}

.content-tools span.paid-text-top {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #00B2FF;
    padding: 2px 10px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
}

.form-hold2 {
    gap: 20px;
}

.form-hold2 button:hover{
    color: #00B2FF !important;
}

/*blog page css*/

.blog-sec {
    background-image: url(../../../uploads/blogs/blogBg-min.jpg);
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
}

.blog-sec::before {
    background: #000;
    z-index: 99;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    top: 0;
}

.left-blog img{
    max-width: 100%;
}

.left-blog {
    flex-basis: 50%;
}

.right-text {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-text .border-bottom {
    border-bottom: 1px solid #000 !important;
    width: 70px;
    margin-bottom: 0 !important;
}

.right-text h2 {
    font-size: 27px;
    font-weight: 700 !important;
}

span.post-type {
    background: #00B2FF;
    border: 1px solid #00B2FF;
    color: #fff;
    padding: 4px 13px;
    border-radius: 5px;
    width: 85px;
    font-size: 14px;
    font-weight: 500;
}
.blog-post span.post-type {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    bottom: 0;
    top: -120px;
    height: 30px;
}
.blog-inner p:first-of-type:first-letter {
    font-size: 45px;
    font-weight: 600;
}

.blog-mutual p:first-of-type:first-letter{
    font-size: 16px;
    font-weight: 400;
}

.left-img img{
    max-width: 100%;
}
.post-img{
    gap: 10px;
}
blockquote.blockquote_blog {
    padding: 1.8em 2.55em;
    border-left: 2px solid #00B2FF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 70px;
}
blockquote p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.blockquote_blog i.fa-solid.fa-quote-left {
    color: #00B2FF;
    font-size: 33px;
    margin-bottom: 13px;
}
.paid-text-top a:hover {
    color: #fff !important;
}
.comment-sec .right-form-inner, textarea {
    width: 70%;
    height: 45px;
    margin-bottom: 13px;
    margin-top: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
}
.gap-between {
    gap: 10px;
}

.comment-sec textarea {
    height: unset;
    width: 100%;
}
.leave-comment .visit-btn{
    text-transform: uppercase;
    border-radius: 6px !important;
    width: 31% !important;
    padding: 10px 20px !important;
    height: 60px !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  word-wrap: break-word;
}
/*23-04-2025*/
.home .top-bar {
    padding: 45px 0;
    margin-top: -25px;
    color: #fff;
    background-image: url(../../../uploads/h-img3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
img.h-img-left {
    position: absolute;
    right: 0;
    top: -56px;
}
img.h-img-right {
    position: absolute;
    left: 0;
    top: -80px;
}
.home .top-bar .headingTop h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800 !IMPORTANT;
    margin-bottom: 7px;
}
.home .form-outline {
    width: 80%;
}
.home input#form1 {
    border: none;
}
.home .ai-toolsHold, a .home .ai-toolsHold {
    color: #ffffff !important;
}
.home .tool-outer {
    padding: 39px 0 0;
}
.home .tool-outer a.badge {
    border: 2px solid #00B2FF !IMPORTANT;
    border-radius: 50px;
    padding: 8px 20px !IMPORTANT;
    background-color: transparent !IMPORTANT;
    font-size: 15px;
    margin-right: 9px;
}
.home h2#featured-tools {
    font-weight: 800 !important;
    font-size: 35px;
    margin-bottom: 7px !important;
}
.home .content-tools h4.color-blue {
    color: #000;
    font-weight: 700 !important;
}
.home .content-tools span.paid-text-top {
    background: transparent;
    border: 2px solid #bfbfbf;
}
.home .view-profile{
    flex-direction: row-reverse;
}
.home .TopAiTools-inner .line-clamp {
    font-weight: 400;
}
.home .right-form .mb-5.text-start {
    max-width: 100%;
    margin: 0 auto;
}
/*.right-form .mb-5.text-start {
    max-width: 1170px !important;
} */
.ad-container.sticky-top {
    width: 355px;
}
/*.toolsHoldOuter .col-12 {
    flex-wrap: wrap;
}*/
.custom-ad a:hover {
    opacity: 1;
}
.home .tool-outer a.badge img {
    width: 32px;
    margin-right: 7px;
}
.ai-toolsHold, a .ai-toolsHold {
    width: max-content;
    margin-right: 10px;
}
.cat-div a:last-child .ai-toolsHold {
    background: #1B1B1B;
    border-color: #1B1B1B;
}
/**/
.our-digital-partner {
    padding: 55px 0 35px;
}
.our-digital-partner h2 {
    margin-bottom: 10px;
}
.our-digital-partner ul {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-around;
}
.our-digital-partner ul li {
    box-shadow: 0 4px 8px #1081c72e;
    width: 217px;
    text-align: center;
    padding: 25px 16px;
    border-radius: 10px;
    min-height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-your-tool-sec {
    padding: 30px 0 60px;
}
.how-your-tool-sec .tool-box {
    border: 1px solid #D1CFCF;
    padding: 20px 35px 40px;
    border-radius: 10px;
        height: 100%;
}
.how-your-tool-sec .tool-box img {
    width: 200px;
    height: 180px;
    object-fit: contain;
}
.how-your-tool-sec .tool-box h2 {
    margin: 0;
    font-size: 25px;
}
.how-your-tool-sec .tool-box p {
    font-size: 15px;
    color: #151515;
}
.how-your-tool-sec .tool-box a.fill-bg, section.all-ai-cate.home-cate a.left-space.fill-bg, 
section.blog-section a.left-space.fill-bg {
    padding: 9px 30px;
    border-radius: 30px;
    display: inline-block;
}
.faq-sec.h-faq h2 {
    font-size: 32px;
}
section.all-ai-cate.home-cate .col-md-4.col-lg-3.col-12 {
    width: 20%;
}
section.all-ai-cate.home-cate .ai-hold-column a h6 {
    color: #565656;
    font-size: 14px !important;
}
section.all-ai-cate.home-cate .ai-hold-column {
    box-shadow: #1081ce33 0px 4px 8px;
    padding: 13px;
    border-radius: 10px;
    min-height: 60px;
}
section.explore-top-ai-list {
/*    background: linear-gradient(190deg,rgba(85, 187, 255, 1) 0%, rgba(143, 210, 255, 1) 80%);*/
    padding: 50px 0;
    background-image: url("https://allaitool.ai/wp-content/plugins/task-management/imgs/Group-bg1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.explore-top-ai-list h2, section.explore-top-ai-list1 h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700 !IMPORTANT;
}
section.explore-top-ai-list a.mb-0.left-space.fill-bg, section.explore-top-ai-list1 a.mb-0.left-space.fill-bg{
    border-radius: 50px;
    background: #18A0FB !important;
        color: #fff !important;
}
section.explore-top-ai-list1 {
    background-color: #29A3F4;
    padding: 50px 0;
    background-image: url("https://allaitool.ai/wp-content/plugins/task-management/imgs/Group-bg2.png");
    background-position: -30% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 section.explore-top-ai-list1 a.mb-0.left-space.fill-bg {
    border-radius: 50px;
    background: #ffffff !important;
    color: #000 !important;
}
section.explore-top-ai-list .content-tools h4.color-blue, section.explore-top-ai-list1 .content-tools h4.color-blue {
    font-size: 20px;
    padding-right: 30px;
    min-height: 60px;
}
section.explore-top-ai-list .owl-nav.disabled , section.explore-top-ai-list1 .owl-nav.disabled {
    display: none;
}
section.explore-top-ai-list .owl-dots button.owl-dot, section.explore-top-ai-list1 .owl-dots button.owl-dot {
    width: 15px !important;
    height: 15px !IMPORTANT;
    padding: 0;
    border-radius: 50%;
    margin: 0px 6px;
    background: #fff;
}
section.explore-top-ai-list .owl-dots button.owl-dot.active, section.explore-top-ai-list1 button.owl-dot.active {
    background: #18A0FB !important;
}
section.explore-top-ai-list .owl-dots, section.explore-top-ai-list1 .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
section.explore-top-ai-list .slider-txt-col {
    padding-left: 65px;
}
section.explore-top-ai-list1 .slider-txt-col {
    padding-right: 65px;
}
/*@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
ul.marquee li {
    animation: marquee 20s linear infinite; 
}*/
.home-blogs .blog_custom {
    border: 1px solid #DBD4D4;
    border-radius: 3px;
    height: 100%;
}
.blog_custom .post-details {
    padding: 25px 20px 15px;
    text-align: left;
}
.blog_custom h3.post-name a {
    color: #212529;
    font-size: 23px;
    font-weight: 700;
}
.blog_custom .post-excerpt p {
    color: #2C2C2C;
    font-size: 16px;
}
.blog_custom h3.post-name {
    margin: 10px 0 15px;
    line-height: 1.2;
}
.blog_badge_date span {
    color: #495057;
    font-weight: 300;
    font-size: 13px;
}
section.faq-sec.h-faq {
    margin-bottom: 40px;
}
.faq-sec.h-faq button.accordion-button {
    border: 1px solid #DBD2D2;
    padding: 20px 20px;
    border-radius: 5px;
    color: #565246;
    font-weight: 500;
    font-size: 17px;
}
.post-thumbnail img {
    height: 250px;
    object-fit: cover;
    border-radius: 3px;
}
.category-sec.single-blog-sec .content-col h1 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.category-sec.single-blog-sec .content-col h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.category-sec.single-blog-sec .content-col h3 {
    font-size: 17px;
    margin-bottom: 15px;
}
/*.category-sec.single-blog-sec .custom-sidebar .fetures {
    margin-bottom: 40px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 30px;
}*/
/*.category-sec.single-blog-sec .custom-sidebar .fetures .ai-hold {
    box-shadow: none !important;
    margin-bottom: 15px;
    padding:0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}*/
/*.category-sec.single-blog-sec .custom-sidebar .fetures .ai-holds:hover {
    box-shadow: none;
}
.category-sec.single-blog-sec .custom-sidebar .fetures .ai-holds .cl-black {
    font-size: 17px;
}
.category-sec.single-blog-sec .custom-sidebar .fetures .ai-hold img {
    height: 70px;
    object-fit: cover;
}*/
.menu_sidebar_slide_left section.category-sec.single-blog-sec {
    padding-top: 60px !important;
}
section.blog-sec h1 {
    font-size: 2.4rem;
    color: #fefefe;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff !important;
    z-index: 1;
    position: relative;
}
.menu_sidebar_slide_left section.category-sec.single-blog-sec .content-col {
    border: 1px solid #f1f1f1;
    padding: 40px;
    background: #ffffff;
}
.category-sec.single-blog-sec p, .category-sec.single-blog-sec td, .category-sec.single-blog-sec li{
    font-size: 16px !IMPORTANT;
    color: #272626;
}
.category-sec.single-blog-sec ol, .category-sec.single-blog-sec ul {
    padding-left: 22px;
    margin-bottom: 25px;
}
.category-sec.single-blog-sec td {
    padding: 16px 8px;
    border-bottom: 1px solid #f1f1f1;
}
.category-sec.single-blog-sec li p {
    margin-bottom: 4px;
}
.blog-sec::before {
    background: #00b2ff;
    z-index: 0;
    opacity: 0.8;
}






/**/
@media only screen and (min-width: 1200px) {
    .menu_sidebar_slide_left section.category-sec.single-blog-sec .container > .row {
    gap: 20px;
    flex-wrap: nowrap;
}
}
@media only screen and (min-width: 992px) {

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 72%;
    justify-content: center;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
}

}


@media only screen and (max-width: 767px) {

.list-hold li {
    padding: 10px 10px;
    flex-basis: 100%;
}

div#navbarSupportedContent {
    margin-top: 15px;
}

/*.row.breacrumTopSecRow {
    flex-direction: column;
}*/

@media only screen and (max-width: 767px) {
    .cat-timg {
        max-width: 140px !important
    }

}

.fetures {
    margin-top: 30px;
}

.footer-bottom {
    flex-wrap: wrap;
}

.breacrumTopSecRow .col-2.m-auto {
    margin: unset !important;
    text-align: left;
    padding-bottom: 25px;
}

.breacrumTopSecRow .col-10{
    width: 100%;
    flex: 0 0 100%;
}

.page-footer .ps-5 {
    padding-left: 1rem !important;
}

.TopApiTools {
    flex-wrap: wrap;
}

.bg-left {
    flex-basis: 100%;
}

.innerColumn img {
    max-width: 90px;
}

.left-colm.right-colm.text-end {
    justify-content: flex-start;
    margin-top: 10px;
}

.innerColumnV2 h2:after {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 163px;
}

input#email {
    width: 300px;
}

i.fa-solid.fa-arrow-right {
    left: 270px;
}

.tab-inner-blue {
    margin-bottom: 30px;
}
ul.navbar-nav.me-auto {
    margin-top: 15px;
}

}


@media only screen and (min-width: 1200px) and (max-width: 1500px)  {

.content-tools {
    min-height: 215px;
}

}






.sToast{
    position: fixed;
    left: 15px;
    bottom: 30px;
    background-color: #333;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
    font-size: 14px;
}


.toolsHoldOuter .col-12 {
    display: flex;
    justify-content: center;
}
.ai-toolsHold, a .ai-toolsHold {
    width: max-content;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
    .form-outline {
        width: 100%;
    }
    .form-outline button.btn.btn-primary {
        display: none;
    }
    .toolsHoldOuter {
        overflow-x: hidden;
        max-width: 100%;
    }
    .toolsHoldOuter .col-12 {
        overflow-x: auto;
    }
}
.style1 {
    margin: 4px 0px 14px 0px;
    line-height: 32px;
    display: block;
    font-weight: bold;
}

.ad-container {
    position: relative;  /* Ensure the parent container has positioning */
    min-height: 200vh;  /* Simulate scrollable content (adjust as needed) */
}
.sticky-ad {
    position: fixed;  /* Makes it stick when it reaches the viewport */
    top: 0px;  /* The ad will "stick" 20px from the top when scrolling */
    z-index: 999;  /* Keep it above other content */
    background: white;  /* Optional background */
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
    border-radius: 8px; /* Optional rounded corners */
}

.sticky-ad img {
    width: 100%;
    height: auto;
    display: block;
}
.price span {
    font-size: 20px;
    color: #272626;
}
.round {
    background: #fff;
    color: #000;
    border: 1px solid;
    border-radius: 60px;
    width: 70px;
    font-size: 40px;
    margin: 0 auto 13px;
}
.category-sec .cat_img {
    margin: 0 auto 30px;
    width: 250px;
    display: block;
}
select#marketing_services {
    margin-top: 6px;
    border-radius: 14px;
    border: 1px solid #ddd;
    height: 53px;
}


/*======================= Footer Css ===============*/
.footer-top {
    background: url(https://allaitool.ai/wp-content/uploads/2025/03/Rectangle-44711-1.png);
}
.page-footer h4 {
    color: #35ACFC;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.inner-footer-column a {
    color: #1A1A1A !important;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0px 0;
}
.page-footer .footer-bottom p {
    color: #1A1A1A;
    font-size: 14px;
}
.footer-bottom {
    display: flex;
    justify-content: left;
    gap: 5px;
    align-items: center;
}
.footer-bottom a.color-blue {
    color: #00B2FF;
    font-size: 14px;
}
.page-footer .mt-5 {
    margin-top: 0rem !important;
}
.row.border-bottom.pb-4 {
    border: 0 !important;
}
.lft-area {
    width: 50%;
}
.rt font.color-white.r6.fs-2 {
    font-size: 35px !important;
    font-weight: 700;
}
.footer-top {
    padding: 65px 0;
    background-size: cover;
}
.footer-top i.fa-solid.fa-arrow-right {
    position: absolute;
    left: 382px;
    right: auto;
    top: 0px;
    color: #ffffff;
    opacity: 1;
    background: #35acfc;
    padding: 13px 22px;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}
.footer-top input#email::placeholder {
  font-weight: 400;
  opacity: 1;
  color: #000;
}
.footer-top input#email {
    background-color: #9dd2f026;
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    width: 387px;
    background: #fff;
}
.lft-area {
    width: 50% !important;
}
.plan-content i.fa.fa-check-square {
    color: #18A0FB;
    margin-right: 6px;
}
.bottom-frm textarea#tx-sdesc {
    height: 90px;
}
button.accordion-button.collapsed:hover {
    background: #189ffa;
}
.faq-sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #189ffa;
}
.text-muted a {
    color: #fff;
    text-decoration: underline !important;
}
input#email:focus {
    color: #000 !important;
}
.right-form .d-none {
    display: block !important;
    text-align: right !important;
    margin-right: 23px;
    margin-top: 10px;
    float: right;
    font-size: 24px !important;
    width: 34px !important;
    height: 43px !important;
}
.bottom-frm textarea#tx-sdesc {
    height: 90px;
    border-radius: 12px;
}
.page-footer h4 {
    margin: 0 0 15px 0;
}
.progress-sec img {
    text-align: center;
    margin: 0 auto 10px;
    display: flex
;
    height: 55px;
    vertical-align: bottom;
}
section.text-center.my-5.sub-head{
    position: relative;
}
section.text-center.my-5.sub-head:before {
    content: "";
    position: absolute;
    background: url(https://allaitool.ai/wp-content/uploads/2025/03/Ellipse-7.png);
    width: 138px;
    height: 228px;
    left: 0;
    top: 22px;
}
section.text-center.my-5.sub-head:after {
    content: "";
    position: absolute;
    background: url(https://allaitool.ai/wp-content/uploads/2025/03/Ellipse-14.png);
    width: 138px;
    height: 228px;
    right: 0;
    top: 22px;
}
section.text-center.my-5.sub-head:after {
    content: "";
    position: absolute;
    background: url(https://allaitool.ai/wp-content/uploads/2025/03/Ellipse-14.png);
    width: 89px;
    height: 170px;
    right: 0;
    top: 22px;
}
.ftl a {
    margin-bottom: 10px;
}




/*=============================== Category Page =======================*/
section.text-center.my-5.sub-head {
    background: #000;
    background-image: linear-gradient(to right, #18A0FB, #0E5F95);
    padding: 70px 0;
    margin: 0 !important;
}
.sub-head h1.fw-bold.text-dark {
    color: #fff !important;
    font-weight: 900 !important;
}
.sub-head p.text-muted {
    color: #fff !important;
    margin: 0;
}
h3.color-blue.w-75.line-clamp.mb-1 {
    color: #000;
    font-size: 25px;
}
.TopAiTools-inner {
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 25%) !important;
    border-radius: 20px;
    background: #fff;
    position: relative;
}
.content-tools {
    position: relative;
    /* min-height: 215px; */
    padding: 25px 15px !important;
}
.content-tools .mb-2 {
    margin-bottom: .5rem !important;
    margin-top: 0px;
}
.icon-hold {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 70px !important;
    padding: 0 !important;
    font-size: 13px;
}
.content-tools span.paid-text-top {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #00B2FF;
    padding: 8px 20px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    opacity: .7;
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 3px 12px;
    border-radius: 30px;
}
.content-tools p {
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 300;
}
.view-profile a.mb-0.left-space {
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 9px 24px;
    border-radius: 30px;
}
.content-tools .icon-hold {
    position: absolute;
    top: 28px;
    right: 10px;
    width: 90px !important;
    padding: 0 !important;
    font-size: 13px;
}
.breacrumTopSecRow .icon-hold {
    width: 95px !important;
    font-size: 13px;
}

.icon-hold  .color-black {
    font-size: 16px;
}
.fa-heart:before {
    content: "\f004";
    font-size: 16px;
    color: #E22424;
}
i.fa.fa-star {
    color: #FEB434;
}
.filter h2 {
    margin-left: -12px;
    margin-bottom: 0;
    font-size: 28px;
    color: #000;
}
.category-sec .breacrumTopSecRow {
    background: #fff;
    /* padding: 20px 5px; */
    padding: 0px 5px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #E7E1E1;
}

.innerColumnV2 .pb-0 {
    padding-bottom:8px !important;
}
.innerColumnV2 a.mb-0.left-space {
    background: transparent;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    padding: 2px 18px;
    border-radius: 30px;
}
.fetures font.color-blue.pb-2.fs-2.style1 {
    color: #000;
    font-size: 28px !important;
    font-weight: bold !important;
}
.fetures a.mb-0.left-space {
    background: #00B2FF;
    border: 1px solid #00B2FF;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 30px;
}
p.mb-0.hld {
    margin-top: 13px;
    text-align: right;
    padding-right: 20px;
}
i.fa.fa-star {
    color: #FEB434;
    font-size: 16px;
}
.bottom-area {
    background: #fff;
    padding: 60px 0;
}
section.category-sec.py-5 {
    background: #F8FBFF;
    padding-top: 1rem !important;
}
.faq-sec h2 {
    text-align: center;
    color: #000;
    font-size: 40px;
    border: 0 !important;
}
p.mb-0.hld {
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.faq-sec button.accordion-button {
    font-weight: 600;
    font-family: poppins;
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 20px 20px;
border-radius: 10px;
}
.accordion-item {
    background-color: #fff;
    border: 0px !important ;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(10px - 1px) !important;
    border-top-right-radius: calc(10px - 1px) !important;
}
.sub-head h1 {
    color: #fff !important;
}

.sub-head p.col-9.m-auto {
    color: #fff;
}
.innerColumnV2.content-tools {
    padding: 14px 8px !important;
}
    .breacrumTopSecRow .col-lg-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .pe-lg-5 {
        padding-right: 2rem !important;
    }
    .col-lg-8.col-12.pe-lg-5.pe-0.ttp {
    padding-right: 2rem !important;
}
.TopAiTools-inner:hover{
    box-shadow: 1px 1px 6px 1px rgb(0, 178, 255) !important;
}
.row.breacrumTopSecRow:hover, .ai-hold:hover {
    box-shadow: 1px 1px 6px 1px rgb(0, 178, 255) !important;
}
.bottom-sec .fill-bg:hover {
    background: #00B2FF !important;
    border: 1px solid #00B2FF !important;
    color: #fff !important;
}

.left-colm.bg-left p.mb-0 {
    width: 50%;
}
.bg-left {
    flex-basis: 50%;
    padding: 0px 15px;
}
.left-colm.bg-left img {
    height: 86px;
    object-fit: cover;
}

.ad-container {
    position: relative;
    min-height: 590px;
}
 span.featured-icon {
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 6% 50%, 0% 0%);
    border-radius: 0;
    padding: 3px 10px 3px 20px;
}

.home .search-bar {
    position: relative;
}

.home .search-bar .seacrh-fm-tools{
    position: absolute;
    left: 50%;
    margin-left: -30% !important;
    width: 60%;
}
div#latestTool .owl-stage {
    display: flex;
}
div#latestTool .owl-stage {
    display: flex;
}

div#latestTool .owl-stage,
#alternativeTool .owl-stage{
    display: flex;
    overflow: hidden;
}
div#latestTool,#alternativeTool {
    overflow: hidden;
}


@media(max-width:999px){
    .TopAiTools-inner img {
    object-fit: cover;
}
.TopAiTools-inner {
    margin: 20px 0;
}
.pe-5 {
    padding-right: 3rem !important;
    padding-left: 3rem;
}
img.h-img-left {
    top: -56px;
    width: 12%;
}
img.h-img-right {
    top: -45px;
    width: 18%;
}
.our-digital-partner ul {
    flex-wrap: wrap;
}
.our-digital-partner ul li {
    width: 200px;
}
section.explore-top-ai-list .slider-txt-col {
    padding-left: 20px;
}
section.explore-top-ai-list1 .slider-txt-col {
    padding-right: 20px;
}
}

@media(max-width:767px){
section.text-center.my-5.sub-head:before {
display: none;
}
section.text-center.my-5.sub-head:after {
display: none;
}
    .breacrumTopSecRow .innerColumn img {
        max-width: 100%;
    }
    .breacrumTopSecRow .col-5.m-auto {
    width: 100%;
}
.breacrumTopSecRow .col-7.m-auto {
    width: 100%;
}
.icon-hold {
    top: 223px;
}
section.text-center.my-5.sub-head:before {
display: none !important;
}
.breacrumTopSecRow .col-3.m-auto {
    width: 100%;
    margin-bottom: 15px !important;
}
.breacrumTopSecRow .col-9.m-auto {
    width: 100%;
}
.left-colm {
    display: block;
    text-align: center;
    width:100%;

}
.tt img.cat-timg {
    width: 100%;
    max-width: 100% !important;
}
    .icon-hold {
        top: 254px;
    }
    .col-4.col-lg-5.m-auto.p-0.ms-2.me-2.tt {
    width: 100%;
    margin: 0 !important;
}
.col-lg-8.col-12.pe-lg-5.pe-0.ttp {
    padding-right: 1rem !important;
    padding-left: 2rem;
}
.footer-top i.fa-solid.fa-arrow-right {
    left: 294px;
}
.footer-top input#email {
    max-width: 300px !important;
}
.left-colm.bg-left p.mb-0 {
    width: 100%;
}
.bg-left {
    flex-basis: 100%;
    padding: 0px 15px;
}
.col-12.mx-auto.cat-div a {
    margin-bottom: 13px;
}
.ai-toolsHold, a .ai-toolsHold {
    margin-right: 8px;
    padding: 10px 17px;
}
.home .tool-outer a.badge {
    padding: 5px 14px !IMPORTANT;
    font-size: 15px;
}
.tool-outer.top-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}
img.h-img-left, img.h-img-right {
    display: none;
}
section.explore-top-ai-list .slider-txt-col {
    padding-left: 11px;
}
section.explore-top-ai-list .row.justify-content-center.align-items-center {
    flex-direction: column-reverse;
}
.our-digital-partner ul li {
    width: 40%;
}
.how-your-tool-sec .col-lg-6.col-12 {
    margin-bottom: 30px;
}
.how-your-tool-sec .tool-box img {
    width: 140px;
    height: 150px;
}
.how-your-tool-sec .tool-box h2 {
    font-size: 22px;
}
section.all-ai-cate.home-cate .col-md-4.col-lg-3.col-12 {
    width: 50%;
}
section.explore-top-ai-list .slider-txt-col {
    padding-left: 15px;
}
section.explore-top-ai-list1 .slider-txt-col {
    padding-right: 15px;
}
.blog-sec {
    height: 25vh;
}
}
