
@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;
}

.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: 70%;
    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;
   box-shadow: 0 5px 8px 0 rgba(0,0,0,.4);
   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: #fcfcfc;
   border: 1px solid #a6a6a6;
   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: #fcfcfc;
   border-radius: 3px;
   box-shadow: inset 0 0 8px 1px rgba(0,0,0,.2);
   box-sizing: border-box;
   overflow: hidden;
   word-break: break-all;
   outline: none;
}

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: 70%;
    height: 50px;
    font-size: 18px;
    margin-top: 30px;
    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: 13px;
}

.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: 170px;
    position: absolute;
    right: 12px;
    border-radius: 50px;
    border: none;
    padding: 14px 0;
}

.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;
}

 

@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;
}
.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;
    }
}