@media screen and (max-width: 1750px){
    .form-wrapper {
        max-width: 1250px;
    }
}

@media screen and (max-width: 1650px){
    h1{
        font-size: 54px;
        line-height: 74px;
    }
    
    h2{
        font-size: 40px;
        line-height: 60px;
    }
    
    h3{
        font-size: 35px;
        line-height: normal;
    }
    
    h4{
        font-size: 25px;
        line-height: normal;
    }
    
    h5{
        font-size: 20px;
        line-height: normal;
    }
    
    h6{
        font-size: 16px;
        line-height: normal;
    }

    p{
        font-size: 25px;
        line-height: 35px;
    }

    .button-wrapper{
        margin-top: 50px;
    }

    .banner-area .content h1{
        margin-bottom: 30px;
    }

    .btn-md{
        font-size: 24px;
        padding: 15px 30px;
    }

    .section-padding{
        padding: 120px 0;
    }

    .homepage-template .banner-area .image-wrapper {
        height: 100vh;
    }
    
    .homepage-template .banner-area .image-wrapper img {
        width: 100%;
        height: 100%;
        object-position: center;
    }

    header .logo-area img {
        width: 300px;
    }

    .container-fluid {
        padding: 0 50px;
    }

    .approach-list .card span {
        font-size: 90px;
        margin-left: -50px;
    }

    .form-wrapper {
        max-width: 1120px;
    }

    .homepage-template .blog-list, .website-development-template .blog-list{
        padding: 0;
    }

    body, p{
        font-size: 20px;
    }

    .case-study-list .item .image-wrapper img {
        height: 350px;
    }
    
    .case-study-list .item .content span {
        padding: 15px;
        font-size: 20px;
    }

    .expert-list .item .icon {
        width: 180px;
        height: 180px;
        border-radius: 20px;
    }
    
    .expert-list .item .icon img {
        width: 120px;
        height: 120px;
    }

    .hybrid-page-template .content-wrapper .industry-list {
        max-width: 100%;
    }

    .expert-list .list {
        gap: 70px 30px;
    }

    .roadmap-list .list .card > span {
        font-size: 100px;
    }

    .roadmap-list .list {
        gap: 150px 100px;
        padding: 0 100px;
    }

    .glimps-list .item {
        width: 150px;
        height: 150px;
    }
    
    .paid-media-page-template .glimps-list {
        gap: 0px;
    }

    .glimps-list .item:nth-child(odd) img.arrow-long {
        top: 150px;
    }

    .paid-media-page-template .section-with-video .item {
        max-width: 90%;
        gap: 20px;
    }

    .paid-media-page-template .section-with-video .item .content {
        padding: 0;
    }
}

@media screen and (max-width: 1440px){
    h1{
        font-size: 45px;
        line-height: 65px;
    }
    
    h2{
        font-size: 35px;
        line-height: 50px;
    }
    
    h3{
        font-size: 30px;
        line-height: normal;
    }
    
    h4{
        font-size: 20px;
        line-height: normal;
    }
    
    h5{
        font-size: 18px;
        line-height: normal;
    }
    
    h6{
        font-size: 16px;
        line-height: normal;
    }

    p{
        font-size: 18px;
        line-height: 40px;
    }   

    .btn-md{
        font-size: 18px;
        padding: 15px 30px;
    }

    .container-fluid {
        padding: 0 30px;
    }

    header .header-contact .button-wrapper {
        gap: 20px;
    }

    header .header-contact {
        gap: 20px;
    }

    header .logo-area img {
        width: 270px;
    }

    .service-list .item {
        padding: 0 25px;
    }

    .form-group fieldset legend label {
        font-size: 20px;
    }
    
    .form-group fieldset .form-field::placeholder, 
    .form-group fieldset .form-field,
    .form-group fieldset select.form-field option {
        font-size: 18px;
    }

    .form-group fieldset .form-field {
        top: -17px;
    }

    .form-wrapper {
        max-width: 860px;
    }

    section:has(.testimonials-list):after, section:has(.testimonials-list):before {
        z-index: -1;
        top: 100px;
    }

    .testimonials-list .box .image-wrapper {
        width: 280px;
        height: 280px;
        min-width: 280px;
    }
    
    .testimonials-list .box {
        padding: 30px;
        margin: 0 20px;
        gap: 30px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .name {
        font-size: 24px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title {
        gap: 10px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .reviews ul {
        gap: 5px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .designation {
        font-size: 20px;
    }

    .homepage-template .blog-list .list, .website-development-template .blog-list .list {
        gap: 30px;
    }

    .blog-list .card .icon-btn {
        font-size: 18px;
    }

    .footer-top{
        padding: 0;
    }

    .about-template .team-section .image-wrapper img {
        width: 450px;
        height: 450px;
    }

    .case-study-list .item .content span {
        font-size: 16px;
        line-height: 28px;
        padding: 15px 10px;
    }

    .case-study-list .item .image-wrapper img {
        height: 250px;
    }

    .growth-list .item .content span {
        font-size: 20px;
    }
    
    .growth-list .item .image-wrapper img {
        height: 100px;
    }

    .growth-list .item {
        height: 100%;
    }

    .hybrid-page-template .content-wrapper .industry-list .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-card .image-wrapper {
        width: 200px;
        height: 200px;
    }

    .expert-list .item .icon {
        width: 150px;
        height: 150px;
        border-radius: 20px;
    }
    
    .expert-list .item .icon img {
        width: 100px;
        height: 100px;
    }

    .p-10 {
        padding: 0 70px;
    }
}

@media screen and (max-width: 1199px){
    .counter-list .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }

    .counter-list .list .item:nth-child(even) {
        margin-top: 50%;
    }

    .section-padding {
        padding: 90px 0;
    }

    .counter-list .list .item .count .num {
        font-size: 40px;
    }

    .half-radial-gradient:after {
        width: 500px;
        height: 500px;
    }
    
    .half-radial-gradient.right-radial:after {
        right: -250px;
    }
    
    .half-radial-gradient.left-radial:after {
        left: -250px;
    }

    .desktop-form .image-wrapper{
        display: none;
    }

    .testimonials-list .box .image-wrapper {
        width: 230px;
        height: 230px;
        min-width: 230px;
    }

    .testimonials-list .box .content-wrapper .middle .title .designation, .testimonials-list .box .content-wrapper .middle .title .name{
        font-size: 18px;
    }

    .testimonials-list .box .content-wrapper .middle .review-title{
        font-size: 22px;
    }

    .testimonials-list .box {
        padding: 20px;
        margin: 0 10px;
        gap: 20px;
    }

    .testimonial-slider .slick-prev, .testimonial-slider .slick-next{
        width: 70px;
        height: 70px;
    }

    section:has(.faq-list):after, section:has(.faq-list):before {
        top: 70px;
    }
    
    section:has(.faq-list):after {
        right: 0;
    }
    
    section:has(.faq-list):before {
        left: 0;
    }

    .faq-list {
        padding: 0;
    }

    .about-template .team-section .image-wrapper img {
        width: 350px;
        height: 350px;
    }

    .btn-lg {
        font-size: 20px;
        padding: 20px 70px;
    }

    .case-study-template .counter-list .list,
    .digital-marketing-template .counter-list .list,
    .social-media-marketing-template .counter-list .list{
        gap: 50px;
    }
    
    .expert-list .list {
        grid-template-columns: repeat(4, 1fr);
    }

    .expert-list {
        margin-top: 0px;
    }

    .digital-marketing-template .banner-area .image-wrapper img.desktop {
        display: none;
    }
    
    .digital-marketing-template .banner-area .image-wrapper img.mobile {
        display: block !important;
    }
    
    .digital-marketing-template .banner-area .image-wrapper {
        width: auto;
        margin: 0 auto;
        margin-top: 50px;
    }
    
    .digital-marketing-template .banner-area .content {
        text-align: center !important;
    }
    
    .digital-marketing-template .banner-area .content ul.button-wrapper {
        display: none;
    }

    .digital-marketing-template .inner-page-banner.banner-area .content-wrapper .content, .seo-service-template .inner-page-banner.banner-area .content-wrapper .content {
        padding: 0;
        padding-top: 70px;
    }

    .roadmap-list .list {
        padding: 0px 70px;
    }

    .seo-service-template .counter-list .list {
        gap: 50px;
    }

    .seo-service-template .banner-area .image-wrapper:before, .seo-service-template .section1 .image-wrapper:before {
        width: 250px;
        height: 250px;
    }

    .paid-media-page-template .section-with-video .item {
        flex-direction: column-reverse;
        padding: 20px;
        gap: 50px;
    }

    .paid-media-page-template .section-with-video .item .content, .paid-media-page-template .section-with-video .item .video-wrapper {
        flex: 1;
    }

    .paid-media-page-template .section-with-video .item .video-wrapper:after {
        bottom: -50px;
    }

    .glimps-list .item {
        width: 120px;
        height: 120px;
    }
    
    .glimps-list .item:nth-child(odd) img.arrow-long {
        top: 120px;
    }

    .glimps-list .item img.arrow-long {
     width: 30px;
        right: -20px;
    }

    .paid-media-page-template .section-with-video .item .content ul.button-wrapper {
        display: none;
    }
    
    .paid-media-page-template .section-with-video .item:before {
        top: 50px;
    }

    .insights-page-template .blog-list .item .content p {
        display: none;
    }


}

@media screen and (max-width: 1050px){
    .service-list .item {
        padding: 120px 120px 40px;
    }

    .tab{
        display: block !important;
    }

    .desktop:has(+.tab){
       display: none !important;
    }

    .approach-list .item {
        margin-bottom: 60px;
    }

    .approach-list .image-wrapper {
        margin-top: 30%;
        text-align: center;
    }

    .approach-list .card span {
        font-size: 80px;
        margin: 0;
    }

    .testimonials-list .box .shapes{
        display: none;
    }

    .testimonials-list .box .image-wrapper {
        margin-top: -130px;
    }
    
    .testimonials-list .box {
        flex-direction: column;
    }
    
    .testimonials-list .slide-inner {
        padding-top: 130px;
    }

    .blog-list .card {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .blog-list .slick-dots {
        bottom: -25px !important;
    }

    .homepage-template .blog-list, .website-development-template .blog-list {
        margin: 0;
    }
    
    .accordion .item .que h5 {
        font-size: 24px;
    }

    .testimonials-list{
        margin-top: 0;
    }

    br {
        display: none;
    }

    .footer-list {
        flex-direction: column;
        gap: 20px;
    }

    header .header-contact .button-wrapper .btn:not(.tab) {
        display: none;
    }

    .approach-list .item:last-child .image-wrapper {
        display: none;
    }

    .banner-area .content-wrapper .content .banner-form .form-group input {
        height: 70px;
        padding-right: 220px;
    }

    .website-development-template .banner-area .col-md-3 {
        display: none;
    }
    
    .website-development-template .banner-area .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .website-development-template .banner-content .content {
        padding: 0 15px;
    }

    .banner-area .content-wrapper .content .banner-form .form-group button{
        right: 8px !important;
    }
}


@media screen and (max-width: 991px){
    .approach-list .item .approach-long-arrow {
        display: none;
    }

    .testimonials-list .box .content-wrapper .middle .title .reviews ul svg {
        width: 25px;
        height: 25px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .designation, .testimonials-list .box .content-wrapper .middle .title .name {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }

    .team-section .row {
        flex-direction: column-reverse;
    }
    
    .about-template .team-section .image-wrapper {
        margin: 0 auto 50px !important;
    }
    
    .android-page-template .half-radial-gradient .row {
        flex-direction: column !important;
    }
    
    .android-page-template .half-radial-gradient .row img {
        margin-bottom: 50px;
    }

    .growth-list .row {
        gap: 50px 0;
    }

    .counter-list .list .item .digital .num {
        font-size: 35px;
    }

    .contact-page-template .form-wrapper .content {
        padding-left: 0;
        padding-top: 70px;
        width: 100%;
    }

    .p-10 {
        padding: 0 30px;
    }

    .expert-list .item .icon {
        width: 100px;
        height: 100px;
    }
    
    .expert-list .item .icon img {
        width: 70px;
        height: 70px;
    }

    .expert-list .list {
        gap: 50px 30px;
    }

    .form-wrapper {
        max-width: 90%;
    }

    .roadmap-list .list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 50px;
        gap: 250px 0;
    }

    .roadmap-list .list .card > span {
        font-size: 70px;
        margin-left: 0;
    }

    .social-media-marketing-template .banner-area .image-wrapper {
        position: relative;
        max-width: 50%;
        margin-top: 50px;
    }
    
    .social-media-marketing-template .inner-page-banner.banner-area .content-wrapper .content, 
    .seo-service-template .inner-page-banner.banner-area .content-wrapper .content  {
        text-align: center;
        padding-top: 70px;
    }

    .seo-service-template .banner-area .image-wrapper {
        position: relative;
        margin-top: 50px;
        max-width: 70%;
    }

    .seo-service-template .banner-area .image-wrapper:before, .seo-service-template .section1 .image-wrapper:before{
        display: none;
    }

    .banner-area, .inner-page-banner {
        height: auto !important;
    }

    .seo-service-template .section1 .row {
        flex-direction: column-reverse;
    }
    
    .seo-service-template .section1 .image-wrapper {
        margin-top: 50px;
    }

    .banner-area .content {
        padding-top: 70px;
    }

    .insights-page-template .main-post .item .content-wrapper .category {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .insights-page-template .main-post .item .content-wrapper p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 767px){
    .service-list .card {
        min-height: auto;
    }

    .form-wrapper {
        max-width: 100%;
    }

    .service-list .item {
        padding: 120px 60px 40px;
    }

    .btn-md {
        padding: 10px 16px;
    }
    
    header .logo-area img {
        width: 200px;
    }
    
    header .header-contact {
        gap: 8px;
    }
    
    header {
        padding: 30px 0;
    }
    
    header .header-contact .toggle {
        transform: scale(0.8);
    }

    h1{
        font-size: 35px;
        line-height: 48px;
    }

    h2{
        font-size: 30px;
        line-height: 45px;
    }

    h3{
        font-size: 26px;
        line-height: 40px;
    }

    h4{
        font-size: 22px;
        line-height: 35px;
    }

    h5{
        font-size: 18px;
        line-height: 30px;
    }

    h6{
        font-size: 16px;
        line-height: 28px;
    }

    body, p{
        font-size: 16px;
        line-height: 28px;
    }

    .btn{
        font-size: 16px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .service-list .item {
        padding: 50px;
        margin: 0 auto;
    }

    .counter-list .list .item .count {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }
    
    .counter-list .list .item .count .num {
        font-size: 26px;
        letter-spacing: 1px;
    }
    
    .counter-list .list .item  h3 {
        font-size: 16px;
        margin: 0;
    }

    .approach-list .card span {
        font-size: 60px;
    }

    .approach-list .card span {
        font-size: 60px;
    }
    
    .approach-list .card {
        max-width: 100%;
    }
    
    .approach-list.tab .container-fluid {
        padding: 0 15px;
    }

    .half-radial-gradient:after {
        width: 350px;
        height: 350px;
    }
    
    .half-radial-gradient.left-radial:after {
        left: -175px;
    }
    
    .half-radial-gradient.left-radial:before {
        right: -175px;
    }

    section:has(.testimonials-list):after, section:has(.testimonials-list):before{
        display: none;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    
    .slick-dots li.slick-active button {
        transform: scale(1.5);
    }

    .testimonials-list .box .content-wrapper .middle .title .designation, .testimonials-list .box .content-wrapper .middle .title .name {
        font-size: 16px;
        line-height: 28px;
    }

    .testimonials-list .box .image-wrapper {
        width: 200px;
        height: 200px;
        min-width: 200px;
        background: #fff;
    }
    
    .testimonials-list .box .content-wrapper .top svg, .testimonials-list .box .content-wrapper .bottom svg {
        width: 40px;
        height: 40px;
    }
    
    .testimonials-list .box .content-wrapper .top, .testimonials-list .box .content-wrapper .bottom {
        height: auto;
    }
    
    .testimonials-list .box .content-wrapper .middle .title {
        margin-top: 10px;
    }
    
    .testimonials-list .box .content-wrapper .middle .review-title {
        font-size: 16px;
        margin-top: 0;
    }
    
    .testimonials-list .box .content-wrapper .middle .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .dot {
        display: none;
    }
    
    .testimonials-list .box .content-wrapper .middle .title .reviews ul svg {
        width: 16px;
        height: 16px;
    }
    
    .testimonials-list .box{
        box-shadow: none;
    }

    .btn-lg {
        padding: 15px 50px;
    }

    .form-wrapper {
        border: 0;
        padding: 30px;
    }

    .form-wrapper {
        border: 0;
        padding: 30px;
    }
    
    .form-group fieldset legend label {
        font-size: 18px;
    }
    
    .form-group fieldset .form-field::placeholder, 
    .form-group fieldset .form-field,
    .form-group fieldset select.form-field option {
        font-size: 16px;
    }

    .form-group fieldset .form-field {
        top: -17px;
    }

    .form-group fieldset {
        height: 82px;
    }
    
    .form-group fieldset textarea.form-field {
        height: 110px;
    }
    
    fieldset.textarea-field {
        height: 125px;
    }
    
    .form-group fieldset.select-field:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #083BBE;
        right: 15px;
    }
    
    .form-group fieldset legend {
        margin-left: 10px;
    }
    
    .form-group fieldset .form-field {
        padding: 0 15px;
    }
    
    .form-group fieldset select.form-field {
        padding-right: 40px;
    }    
    
    section:has(.faq-list):after, section:has(.faq-list):before {
        display: none;
    }
    
    .accordion .item .que h5 {
        font-size: 16px;
    }
    
    .accordion .item .que:after {
        font-size: 30px;
    }
    
    .accordion .item .que {
        gap: 10px;
    }
    
    .footer-list .item ul {
        gap: 15px;
    }
    
    .social-media ul svg {
        width: 30px;
    }
    
    .social-media ul {
        justify-content: center;
    }

    .service-list .item {
        padding: 20px;
        padding-top: 80px;
    }
    
    .service-list .card {
        box-shadow: 2px 2px 30px rgba(60, 190, 255, 0.50);
    }
    
    .service-list .card .content-wrapper {
        padding: 15px;
    }

    .about-template .team-section .content-wrapper h4 {
        margin-top: 0;
    }
    
    .about-template .team-section .image-wrapper img {
        width: 250px;
        height: 250px;
    }
    
    .about-template .team-section .image-wrapper {
        margin-bottom: 30px !important;
    }
    
    .about-template .content-wrapper ul.social-icons {
        margin-top: 20px;
        gap: 10px;
    }
    
    .about-template .content-wrapper ul.social-icons li a {
        width: 40px;
        height: 40px;
    }
    
    .about-template .content-wrapper ul.social-icons li a img {
        width: 20px;
    }

    .android-page-template .half-radial-gradient .content-wrapper,
    .hybrid-page-template .half-radial-gradient .content-wrapper,
    .ios-page-template .half-radial-gradient .content-wrapper,
    .website-development-template .half-radial-gradient .content-wrapper {
        border-radius: 26px;
        border: 1px solid #858585;
        background: #000;
        padding: 30px;
        padding-top: 110px;
    }
    
    .android-page-template .half-radial-gradient .content-wrapper h2 + ul,
    .hybrid-page-template .half-radial-gradient .content-wrapper h2 + ul,
    .ios-page-template .half-radial-gradient .content-wrapper h2 + ul,
    .website-development-template .half-radial-gradient .content-wrapper h2 + ul {
        margin-top: 0;
    }
    
    img.desktop {
        display: none;
    }
    
    img.mobile {
        display: block !important;
    }
    
    .android-page-template .half-radial-gradient .row img,
    .hybrid-page-template .half-radial-gradient .row img,
    .ios-page-template .half-radial-gradient .row img,
    .website-development-template .half-radial-gradient .row img {
        margin-bottom: -80px;
        position: relative;
        z-index: 1;
    }

    .android-page-template .half-radial-gradient.right-radial .image-wrapper,
    .hybrid-page-template .half-radial-gradient.right-radial .image-wrapper,
    .ios-page-template .half-radial-gradient.right-radial .image-wrapper,
    .website-development-template .half-radial-gradient.right-radial .image-wrapper {
        justify-content: flex-start;
        margin-left: 60px;
    }
    
    .android-page-template .half-radial-gradient.left-radial .image-wrapper,
    .hybrid-page-template .half-radial-gradient.left-radial .image-wrapper,
    .ios-page-template .half-radial-gradient.left-radial .image-wrapper,
    .website-development-template .half-radial-gradient.left-radial .image-wrapper {
        justify-content: flex-end;
        margin-right: 60px;
    }

    .android-page-template .section1 .image-wrapper img,
    .android-page-template .section2 .image-wrapper img,
    .ios-page-template .section1 .image-wrapper img,
    .ios-page-template .section2 .image-wrapper img {
        max-width: 50%;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .border-bottom-curve {
        margin-bottom: 50px;
        border-bottom: 10px solid var(--secondary);
    }

    .content-wrapper ul {
        gap: 10px;
    }

    .inner-page-banner .bottom-text ul li a img {
        width: 45px;
        height: 45px;
    }

    .case-study-template .counter-list .list,
    .digital-marketing-template .counter-list .list,
    .social-media-marketing-template .counter-list .list {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .section-head {
        margin-bottom: 30px;
    }

    .contact-page-template .form-wrapper .content ul li a .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .contact-page-template .form-wrapper .content ul li a .icon img {
        width: 20px;
        height: 20px;
    }

    .contact-page-template .form-wrapper .content ul {
        gap: 20px;
    }

    .contact-page-template .form-wrapper .content ul.social-media li a,
    .contact-page-template .form-wrapper .content ul li a {
        gap: 15px;
    }

    .contact-page-template .form-wrapper .content ul.social-media li a:after {
        width: 30px;
        height: 30px;
    }

    .process-list {
        margin: 0;
    }

    .hybrid-page-template .content-wrapper .industry-list .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-slider .custom-card {
        max-width: 70%;
    }

    .hybrid-page-template .section1 .button-wrapper,
    .ios-page-template .section1 .button-wrapper{
        display: none;
    }

    .container-fluid.p-0 {
        padding: 0 15px;
    }

    .website-development-template .banner-content .content {
        padding: 0px;
    }

    .hybrid-page-template .section1 {
        padding-bottom: 0;
    }
    
    .hybrid-page-template .section1 .image-wrapper,
    .ios-page-template .section1 .image-wrapper {
        width: auto;
    }

    .hybrid-page-template .half-radial-gradient.left-radial .image-wrapper, 
    .hybrid-page-template .half-radial-gradient.right-radial .image-wrapper,
    .ios-page-template .half-radial-gradient.left-radial .image-wrapper,
    .ios-page-template .half-radial-gradient.right-radial .image-wrapper {
        margin: 0 auto;
    }
    
    .custom-card .image-wrapper {
        width: 150px;
        height: 150px;
    }

    .ios-page-template .section1 .row {
        flex-direction: column-reverse;
    }

    .roadmap-list .list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px;
        gap: 150px 0;
    }

    .roadmap-list .list .card > span {
        font-size: 50px;
    }

    .social-media-marketing-template .banner-area .image-wrapper {
        max-width: 70%;
    }

    .seo-service-template .counter-list .list {
        gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }

    .seo-service-template .counter-list .list .item {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    
    .seo-service-template .counter-list .list .item .count {
        margin: 0;
    }
    
    .seo-service-template .counter-list .list .item .text h3 {
        text-align: left;
    }

    .paid-media-page-template .glimps-list {
        flex-direction: column;
        align-items: flex-start;
        margin: 50px 0;
    }
    
    .paid-media-page-template .glimps-list .item:nth-child(odd) {
        margin-left: 50px;
        margin-right: auto;
    }
    
    .paid-media-page-template .glimps-list .item:nth-child(even) {
        margin-right: 50px;
        margin-left: auto;
        top: 50px;
    }
    
    .paid-media-page-template .glimps-list .item:nth-child(even) img.arrow-long {
        display: none;
    }
    
    .glimps-list .item:nth-child(odd) img.arrow-long {
        top: 150px;
    }
    
    .glimps-list .item:nth-child(odd) img.arrow-long {
        display: none;
    }

    .glimps-list .item {
        height: 100px;
        width: 100px;
    }
    
    .paid-media-page-template .glimps-list .item:nth-child(even) {
        top: 0;
    }

    .insights-page-template .blog-list .item .content h5 {
        font-size: 20px;
        line-height: 1.4;
    }

    .icon-btn img{
        width: 20px;
    }

    .sidebar nav ul li a {
        font-size: 35px;
        margin-bottom: 30px;
    }
    
    .sidebar nav ul li.has-children .submenu li a {
        font-size: 28px;
        margin-bottom: 22px;
    }
    
    .sidebar nav ul li.has-children .submenu .submenu li a {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .sidebar nav ul li.has-children .icon{
        font-size: 30px;
    }

    .sidebar nav ul.submenu li.has-children .icon {
        font-size: 24px;
    }

    .sidebar {
        padding: 100px 15px;
    }

    .sidebar nav ul li a {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .bottom-icons ul li a {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .bottom-icons {
        bottom: 60px;
        right: 10px;
    }

    .banner-area .content-wrapper .content .banner-form .form-group input {
        height: 54px;
        font-size: 16px;
        padding-left: 22px;
        padding-right: 180px;
    }

    .banner-area .content-wrapper .content .banner-form {
        max-width: 100%;
    }
    
    .banner-area .content-wrapper .content .banner-form .form-group input::placeholder {
        font-size: 16px;
    }

    .banner-area .content {
        margin-top: 30px;
    }

    .banner-area .partner-logo {
        max-width: 70px;
    }

    header.sticky.sticky-active {
        padding: 15px;
    }

    .footer-about {
        padding-right: 0px;
    }
}

@media screen and (max-width: 567px){
    .container-fluid {
        padding: 0 15px;
    }

    .insights-page-template .main-post .item {
        flex-direction: column;
    }

    h1{
        font-size: 28px;
        line-height: 38px;
    }

    h2{
        font-size: 24px;
        line-height: 35px;
    }

    h3{
        font-size: 20px;
        line-height: 30px;
    }

    h4{
        font-size: 18px;
        line-height: 28px;
    }

    h5{
        font-size: 16px;
        line-height: 28px;
    }

    h6{
        font-size: 14px;
        line-height: 26px;
    }

    body, p{
        font-size: 14px;
        line-height: 26px;
    }

    .btn{
        font-size: 14px;
    }

    .counter-list .list .item .count {
        width: 140px;
        height: 140px;
        min-width: 140px;
    }

    .form-wrapper {
        padding: 30px 15px 0;
    }

    .testimonials-list .inner {
        padding: 0 10px;
    }

    header .logo-area img{
        width: 180px;
    }

    .testimonials-list .box .image-wrapper {
        width: 120px;
        height: 120px;
        min-height: 120px;
        min-width: 120px;
        margin-top: -90px;
    }
    
    .counter-list .list {
        gap: 0 10px;
    }

    header .header-contact .button-wrapper .tab {
        display: none !important;
    }

    .approach-list .card span {
        font-size: 45px;
    }

    .about-template .team-section .image-wrapper img {
        width: 180px;
        height: 180px;
    }

    .case-study-list .col-6, .growth-list .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .case-study-list .item .image-wrapper img {
        height: auto;
    }

    .process-slider .custom-card {
        max-width: 90%;
    }

    .hybrid-page-template .content-wrapper .industry-list .list {
        gap: 15px;
    }
    
    .hybrid-page-template .content-wrapper .industry-list .item img {
        width: 45px;
        height: 45px;
    }

    .expert-list .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar nav ul li a {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .sidebar nav ul li.has-children .submenu li a {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .sidebar nav ul li.has-children .submenu .submenu li a {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sidebar nav ul li.has-children .icon{
        font-size: 20px;
    }

    .sidebar nav ul.submenu li.has-children .icon {
        font-size: 18px;
    }

    .sidebar nav ul li a {
        font-size: 25px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 480px){
    .hybrid-page-template .content-wrapper .industry-list .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}