@media(min-width: 300px){
    .container{
        max-width: 1180px;
    }
}
@media(min-width: 768px) and (max-width: 1460px){
    .navbar-brand {
        min-width: 190px;
    }
    .navbar-nav {
        gap: 16px;
    }
    nav.navbar{
        padding-left: 20px !important;
    }
    .navbar-brand .logo{
        max-height: 60px;
    }
    .navbar-content {
        padding-right: 30px;
    }
}
@media(min-width: 992px){
    #header_mobile{
        display: none;
    }
    .number-area.sticky{
        display: none;
    }
	.lg-3-col{
		column-count: 3;
  		column-gap: 20px;
	}
}
@media(max-width: 1160px){
    .footer-sec .footer-overlay-left{
        display: none;
    }
}
@media (max-width:1024px){
    nav.navbar {
        padding-left: 0px !important;
    }
}
@media (max-width:991px){
	.md-2-col{
		column-count: 2;
  		column-gap: 20px;
	}
    #header_desktop{
        display: none;
    }
    .number-area.sticky{
        position: fixed;
        bottom: 16px;
        right: 16px;
        z-index: 99;
    }
    header {
        padding-left: 20px;
    }
    .navbar-nav {
        gap: 10px;
    }
    .navbar-collapse{
        position: absolute;
        z-index: 999;
        width: calc(100% + 20px);
        right: 0;
        top: 68px;
        background-color: var(--white-color);
        border-top: 1px solid var(--dark-color);
        padding: 20px;
    }
    .navbar-nav .menu-item.current-menu-item a::after, .navbar-nav .menu-item:hover a::after {
        content: none;
    }
    .navbar-content{
        padding-right: 0;
    }
    .navbar-toggler{
        padding: 1px 4px;
    }
    .navbar-brand .logo{
        max-height: 50px;
    }
    section, .cta-sec, .footer-sec {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .story-slider .slick-arrow{
        display: none !important;
    }
    .hero-description{
        font-size: 36px;
        line-height: 42px;
    }
    .hero-sec{
        min-height: unset;
    }
    .hero-title{
        font-size: 56px;
        line-height: 66px;
        margin-bottom: 50px;
    }
    .title-area .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .about-us, .steps-sec, .why-choose-sec, .legal-sec, .about-center-sec, .story-sec, .cta-sec, .contact-form-sec, .contentn-sec, .dual-color-col-sec{
        padding: 50px 0;
    }
    .our-solution{
        padding: 0 0 50px;
    }
    .footer-sec{
        padding: 70px 0 50px;
    }
    .copyright{
        padding: 12px 0;
    }
    .why-sec-title-area{
        margin-bottom: 40px;
    }
    .why-tabs .nav-item {
        width: 16.9%;
    }
    .why-tabs{
        gap: 16px !important;
    }
    .why-tabs .nav-link > .title {
        font-size: 18px;
        line-height: 20px;
    }
    .why-tabs .nav-link{
        padding: 40px 16px 20px;
        min-height: 190px;
    }
    .story-title-area{
        margin-bottom: 40px !important;
    }
    .story-slider .slick-track{
        gap: 40px;
    }
    .story-box-area::before {
        max-width: 96%;
        overflow: hidden;
    }
    .story-box-area{
        padding: 25px 17px 46px 17px;
    }
    .story-box-area .story-title{
        font-size: 20px;
        line-height: 26px;
    }
    .story-box-area .story-text p strong{
        font-size: 16px;
    }
    .story-rating-area{
        left: 17px;
    }
    .footer-links-area{
        margin-right: unset !important;
    }

    /*********************
    Contact page css start
    **********************/
    .contact-cta{
        padding: 0;
    }
    .breadcrumb-sec{
        min-height: 300px;
    }
    .contact-form-sec .contact-form-area{
        padding: 50px 45px;
    }
    /*********************
    Contact page css end
    **********************/
    
    /*********************
    Law page css start
    **********************/
    .affect-box-row > .col{
        flex: 1 0 30%;
        margin-bottom: 80px !important;
    }
    .affect-box-row > .col:last-child{
        /* margin-bottom: 0px !important; */
    }
    .practicle-steps-sec .row.mb-40 > .col{
        flex: 1 0 30%;
    }
    /*********************
    Law page css end
    **********************/
}

@media (max-width: 600px){
	.sm-1-col{
		column-count: 1;
  		column-gap: 20px;
	}
    .navbar-brand {
        min-width: 1px;
        padding: 9px 16px;
    }
    .search-btn i{
        font-size: 18px;
    }
    .banner-btn::before {
        content: none;
    }
    .search-btn{
        padding-left: 16px;
        margin-left: 16px;
    }
    .hero-description {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .hero-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .about-us, .steps-sec, .why-choose-sec, .legal-sec, .about-center-sec, .story-sec, .cta-sec, .contact-form-sec, .contentn-sec, .dual-color-col-sec, .about-center-sec.py-60, .about-center-sec.py-80, .our-solution.dpo-solution, .collaps-ads-sectiom.py-80, .company-logos-sec{
        padding: 40px 0;
    }
    .about-center-content-area .icon-btn i{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    .our-solution{
        padding: 0 0 40px;
    }
    .title-area .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .title-area .title > br {
        display: none;
    }
    .mb-30 {
        margin-bottom: 20px !important;
    }
    .mb-50 {
        margin-bottom: 30px !important;
    }
    .steps-box-area{
        padding: 20px 20px;
        margin: 0;
    }
    .steps-sec .container > .row .col-12{
        margin-bottom: 40px !important;
    }
    .steps-sec .container > .row .col-12:last-child {
        margin-bottom: 0px !important;
    }
    .arrow-box{
        top: unset;
        left: 44%;
        bottom: -40px;
    }
    .arrow-box i {
        transform: rotate(220deg);
    }
    .why-tabs {
        gap: 16px !important;
        margin-bottom: 20px !important;
    }
    .why-tabs .nav-item {
        width: 100%;
        margin-top: 0px !important;
    }
    .why-tab-btn > * {
        z-index: 9;
        position: relative;
    }
    .why-tabs .nav-link {
        padding: 14px 14px;
        min-height: unset;
        display: flex;
        gap: 16px;
        align-items: center;
        text-align: start;
    }
    .why-tabs .nav-link .img-box {
        height: unset;
        margin-bottom: 0;
    }
    .why-tab-btn > .title > br{
        display: none !important;
    }
    .why-tabs .nav-link.active::before, .why-tabs .show > .nav-link::before, .why-tabs .nav-link:hover::before {
        max-height: 100px;
    }
    .why-tabs .nav-link.active::after, .why-tabs .show > .nav-link::after, .why-tabs .nav-link:hover::after{
        content: none !important;
    }
    .why-tab-img{
        max-height: 40px;
    }
    .why-tab-content .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 4px;
    }
    .why-tab-content .description {
        font-size: 18px;
        line-height: 28px;
    }
    .why-tab-content {
        margin-bottom: 20px;
    }
    .mb-35 {
        margin-bottom: 20px !important;
    }
    .legal-second-col-desc {
        margin-bottom: 40px;
    }
    .keyword{
        padding-right: 26px;
        line-height: 20px;
    }
    .keyword.mb-35{
        margin-bottom: 12px !important;
    }
    .keyword::after {
        width: 20px;
        top: 11px;
    }
    .story-sec .story-title-area .description {
        font-size: 16px;
        line-height: 22px;
    }
    .story-title-area {
        margin-bottom: 20px !important;
    }
    .story-slider .slick-track {
        gap: 0;
    }
    .cta-content-area{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .cta-content-area .title-area{
        text-align: center;
    }
    .cta-content-area .title-area{
        margin-bottom: 26px;
    }
    .cta-desc {
        font-size: 18px;
        line-height: 26px;
    }
    .cta-sec{
        background-position: center left;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-sec{
        padding: 70px 0 40px;
    }
    .footer-title{
        margin-bottom: 20px;
    }
    .newsletter-form{
        max-width: 100%;
    }
    .wpcf7 form .wpcf7-response-output {
        margin: 0;
        text-align: center;
    }
    .footer-social li a i{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .footer-social li:hover a i {
        transform: unset;
    }
    .cta-content-area .title-area .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .footer-sec .footer-overlay-left, .footer-sec .footer-overlay-right{
        height: auto;
        max-width: 300px;
    }

    /*********************
    Contact page css start
    **********************/
    .breadcrumb-sec{
        min-height: 180px;
        padding: 40px 16px;
    }
    .breadcrumb-sec .title-area h1.title {
        font-size: 36px;
        line-height: 36px;
    }
    .breadcrumb-sec .breadcrumbs li {
        font-size: 20px;
        line-height: 20px;
    }
    .contact-form-sec .title-area .title{
        line-height: 30px;
    }
    .contact-form-sec .contact-form-area {
        padding: 20px;
    }
    .contact-cta{
        padding-top: 0;
        padding-bottom: 40px;
    }
    textarea {
        max-height: 120px;
    }
    .contact-cta .cta-content-area {
        padding: 20px 25px 20px 20px;
    }
    .contact-detail-area .contact-item .contact-icon {
        max-width: 70px;
    }
    .contact-cta .cta-content-area .tilt-area .description{
        margin-bottom: 10px !important;
    }
    .contact-cta .cta-content-area{
        justify-content: start !important;
    }
    .contact-cta .cta-content-area .title-area{
        text-align: start;
    }
    .map-area {
        margin-top: 0;
    }
    .map-area iframe {
        max-height: 300px;
    }
    /*********************
    Contact page css end
    **********************/
    
    /*********************
    Law page css start
    **********************/
    .changed-law-sec{
        padding-bottom: 40px;
    }
    .steps-sec .container > .row .col-12 {
        margin-bottom: 32px !important;
    }
    .risk-of-law-subtitle{
        font-size: 22px;
        line-height: 32px;
    }
    .affect-box-heading{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .affect-box-row > .col {
        flex: 1 0 100%;
        margin-bottom: 60px !important;
    }
    .affect-box-row > .col:last-child{
        margin-bottom: 0px !important;
    }
    .risk-of-law-subtitle{
        font-size: 22px;
        line-height: 30px;
    }
    .contentn-sec .content-area .content {
        font-size: 22px;
        line-height: 30px;
    }
    .affect-sec .affect-box-area .img-box{
        margin-bottom: 0px;
        top: -42px;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .affect-sec .affect-box-area {
        padding: 66px 12px 26px;
    }
    .affect-box-area .img-box img{
        max-height: 45px;
    }
    .practicle-steps-box-area .img-box img{
        max-height: 64px;
    }
    .practicle-steps-sec .row.mb-40 > .col {
        flex: 1 0 100%;
    }
    /*********************
    Law page css end
    **********************/

    /*********************
    FAQ page css start
    **********************/
    .faq-sec{
        padding: 40px 0;
    }
    /*********************
    FAQ page css end
    **********************/
    .dual-color-col{
        padding: 16px;
    }
    .dual-color-col::before{
        left: 10px;
        bottom: 10px;
    }
	.practical-steps-row > .col{
		flex: 0 0 100%;
	}
	.collaps-ads-sectiom{
		padding: 40px 0 !important;
	}
    .step-method :where(.step-method-item, .step-method-item > span){
        font-size: 18px !important;
        line-height: 22px !important;
    }
	
	.list-2-col{
		column-count: 1;
	}

    #StartQuizBtn{
        padding: 12px 17px;
        font-size: 16px;
        line-height: 21px;
        top: 80%;
        transform: translateY(0%) translateX(230px);
    }
    #StartQuizBtn i{
        font-size: 20px;
        margin-bottom: -2px;
    }
    .post-featured-img{
        padding: 40px 20px;
        min-height: 200px;
    }
}