/* For screens smaller than 1440px */
@media screen and (max-width: 1440px) {
    .header__area .container {
        max-width: 1320px;
    }
}

/* For screens smaller than 1280px */
@media screen and (max-width: 1280px) {
    .header__area .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px) and (max-width: 1100px){
    .main-menu li > a, .dropdown-item {
        padding: 15px 15px !important;
    }
    .main-menu li {
        font-size: 14px;
    }
}
/* For screens smaller than 1024px (Tablets) */
@media screen and (max-width: 1024px) {
    .header__area .container {
        max-width: 960px;
    }
    ul.navbar-nav {
        justify-content: flex-end;
    }

    .sub-order-col-1{
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        order: 2;
    }
    .sub-order-col-2{
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .subscribe-inner .sec-title {
        text-align: center;
    }
    .subscribe-inner > p {
        max-width: 100%;
    }
    form.subscribe-form {
        max-width: 100%;
    }
    .subscribe-form input {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .subscribe-inner ul{
        justify-content: center;
    }
    .presence-status {
        top: 20px;
    }
    .toolspresence-item {
        padding: 70px 20px 30px 20px;
    }
    .presence-content-top{
        margin-bottom: 20px;
    }
    .presence-content{
        padding-left: 0;
    }
    .tool_details_hero_wrap {
        padding: 25px;
    }
    .product-information-wrap {
        padding: 25px;
    }
    .tpl-mega-menu h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .mega-icon {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }
    .icon-box h4{
        font-size: 12px;
    }
}
@media screen and (max-width: 991px){
    .tp-nav-responsive ul.navbar-nav {
        background: var(--light);
        border-radius: 10px;
    }
    .tp-toggler {
        border: 1px solid var(--primary);
        padding: 6px 7px;
        font-size: 14px;
        border-radius: 4px;
        fill: var(--primary) !important;
        color: var(--primary);
    }
    .navbar-toggler:focus{
        box-shadow: unset !important;
    }
    .tpl-mega-menu{
        transform: unset;
    }
    .mega-menu-right-title {
        padding-left: 0px;
    }
    .mega-menu-item-wrap-left {
        padding-right: 0px;
        border-right: 0;
    }
    .mega-menu-item-wrap-right {
        padding-left: 0;
    }
    .tp-nav-responsive {
        padding: 0 10px !important;
    }

    /*Advertise Page*/
    .advertising_breadcrumb_btn_hide{
        display: none !important;
    }
    .advertising-check-wrap {
        row-gap: 15px;
    }
    .tabbed-content {
        flex: 0 0 100%;
    }
    .advertise-tabbed {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .tabbed-item {
        height: 135px;
        margin-bottom: 0 !important;
    }
    .add_item_top {
        padding: 20px;
    }
    .pl-60 {
        padding-left: 15px;
    }
}
/* For screens smaller than 767px (Small Tablets & Large Phones) */
@media screen and (max-width: 767px) {
    .number-item {
        max-width: calc(50% - 6px);
    }
    .tools-form-wrap .form-text {
        display: block;
        float: unset !important;
        text-align: left;
    }
    .preloader{
        background: url(../imgs/mobile/mobile-splash-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .feature-sm-none{
        display: none;
    }
    body {
        padding-bottom: 60px !important;
    }
    .feature-slider-row{
        display: flex;
    }
    .tool_details_content {
        padding-right: 0 !important;
    }
    .information-items {
        padding: 30px;
    }
    .sec-title {
        font-size: 28px;
    }
    .header__area{
        display: none;
    }
    .hero__area {
        padding-top: 120px;
    }
    .space-200 {
        height: 120px;
    }
    .footer__area .container {
        padding: 0 !important;
    }
    .header_mobile .container {
        max-width: 100%;
        padding: 0;
    }
    .container{
        max-width: 100%;
    }
    .site-logo {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #0D0F2C33;
    }
    .authentication{
        padding-right: 20px;
    }
    .site-logo img{
        width: 224px;
    }
    .navbar-toggler {
        padding: 18px 0;
        border: 0;
        padding-left: 15px;
    }
    .navbar-toggler img {
        width: 26px;
    }
    nav.navbar {
        padding: 0;
    }
    .hero-title{
        font-size: 38px;
        letter-spacing: 1.2px !important; 
    }
    .hero-title span{
        display: block;
    }
    .explore-item {
        flex: 0 0 calc( 50% - 12px);
        max-width: 100%;
        width: 100%;
    }
    .footer__area{
        display: none;
    }
    .mobile-footer{
        display: block;
    }
    .footer-bottom > div{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        margin-bottom: 50px;
        order: 1;
    }
    .footer-social{
        order: 2;
        justify-content: center;
    }
    .footer-social ul{
        justify-content: center;
    }
    .toolpotion-copyright{
        order: 3;
    }
    .footer-logo img{
        width: 224px;
    }
    .footer-bottom {
        padding: 0;
        border: 0;
    }
    .toolpotion-copyright{
        border-top: 1px solid #E6EAF433;
        padding: 20px 0;
    }
    .toolpotion-copyright {
        margin-top: 30px;
    }
    .footer-top{
        padding: 0 15px !important;
    }
    .footer-widget-btn{
        padding: 18px 18px;
        font-size: 14px;
    }
    .footer-widgets button{
        display: block;
        width: 100%;
    }
    .footer-widgets h3, .footer-widgets ul{
        display: none;
    }
    .footer-widget-wrapper .footer-widgets {
        flex: 0 0 calc(50% - 10px);
        max-width: 100%;
        width: 100%;
    }
    .footer-widget-wrapper {
        justify-content: center;
        row-gap: 20px;
        column-gap: 20px;
    }
    .explore_area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .explore-iconbox-text h4{
        font-size: 16px;
    }

    .breadcrumbs_area {
        margin-top: 0px;
        padding: 40px 0;
    }
    .text-to-image-wrap {
        padding: 30px 20px;
    }
    .features_content {
        flex: 0 0 auto;
        width: calc( 100% - 50px );
    }
    .features_content p {
        text-align: left;
    }
    #scroll_top{
        display: none !important;
    }
    .latesttools_area .speace-77 {
        display: none;
    }
    .client-review {
        padding-bottom: 90px;
    }
    .breadcrumb_inner p{
        display: none;
    }
    .breadcrumb_inner .sec-title{
        margin-bottom: 0;
    }
    .cat-slider{
        display: block;
    }
    .cat-item-wrap > .row {
        display: none;
    }
    .cat-item-wrap > .row.show {
        display: flex;
        animation: fadeIn 0.3s ease;
        margin-top: 30px;
    }
    @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
    }

    .cat-item-wrap .cat-title {
        padding: 30px 20px;
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #656C8633;
        position: relative;
    }
    .cat-item-wrap .cat-title:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-45deg) translateY(-50%);
        right: 0;
        top: 50%;
    }
    .cat-item-wrap {
        margin: 0 !important;;
    }
    .tool_details_hero_wrap .row .col-xxl-6:first-child {
        order: 2;
    }
    .accordion-list li h3{
        font-size: 18px;
    }
    .breadcrumb_inner nav {
        display: none;
    }
    .advertising_breadcrumb h3.sec-title {
        text-align: center;
    }
    .tools-form-wrap {
        margin-top: 40px;
    }
}

/* For screens smaller than 575px (Mobile Phones) */
@media screen and (max-width: 575px) {
    .button-wrapper {
        background: unset;
        display: block !important;
    }
    .button-wrapper .btn-submit-left{
        background: #C6D7FE66;
        padding: 15px 25px;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
    .btn-submit-left {
        font-size: 12px;
    }
    .btn-submit-left h3 {
        font-size: 20px;
    }
    .btn-submit-right a {
        min-width: 100%;
        margin-bottom: 30px;
    }
    .d-sm-none{
        display: none !important;
    }
    .tabbed-content {
        padding: 30px;
    }
    .review-count-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .review-bar {
        max-width: 100%;
    }
    .explore-item {
        text-align: center;
    }
    .explore-iconbox {
        justify-content: center;
        text-align: center;
        row-gap: 15px;
    }
    .toolrank_area{
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .toolrank_area .seperator{
        display: none;
    }
    .toolrank-sm-none{
        display: none;
    }
    .toolrank-sm-block{
        display: block;
    }
    .mb-sm-6{
        margin-bottom: 60px;
    }
    .top-rang-title{
        text-align: center;
    }
    .device-none{
        display: none;
    }
    .tp-sm-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .login-form-body{
        max-width: 340px;
    }
}
@media screen and (max-width: 375px) {
    .tools-btns a:first-child {
        margin-bottom: 20px;
    }
    .explore-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .explore-item {
        text-align: unset;
    }
    .explore-iconbox {
        justify-content: unset;
        text-align: unset;
    }
    .tools-ratting {
        column-gap: 30px;
    }
}
/* For screens smaller than 320px (Very Small Devices) */
@media screen and (max-width: 320px) {}
