
@media screen and (max-width: 1199px) {
    .navbar {
        margin-left: auto;
        margin-right: auto;
    }
    .nav_menu .list_item {
        margin: 0 4px;
    }
    .banner_content .banner_title {
        font-size: 45px;
        line-height: 55px;
    }
    .banner_content__boxLeft {
        padding-right: 0;
    }
    
    .banner_content .starting_price {
        line-height: 30px;
    }
    .card_grid-item {
        width: 429px;
        margin-bottom: 60px;
    }
    .gutter-sizer {
        width: 7%;
    }

    .testimonialSlider__cntnt p {
        font-size: 26px;
        line-height: 36px;
    }

    .testimonials_content .common_heading {
        font-size: 42px;
    }

    .getAquote {

        padding: 38px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .card_type .card_type-content {
        padding-top: 20px;
    }
    .card_box-innner {
        padding: 30px 30px 48px;
    }
    .card_type .card_type-content .title {
        font-size: 26px;
    }
}

@media screen and (max-width:991px) {

    .header_main .container
    {
        max-width: 100%;
    }
    .menu_icon {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar {
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--white);
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -ms-transform: translateX(calc(-100%));
        -webkit-transform: translateX(calc(-100%));
        transform: translateX(calc(-100%));
        opacity: 0;
        overflow: hidden;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        z-index: 4;
        -webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    }
    .header_btn {
        margin-left: auto;
    }
    .navbar.toggle {
        opacity: 1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        pointer-events: all;
    }
    .nav_overlay.show, .navClose_wrapper {
        display: block;
    }
    .navbar .nav_menu {
        float: left;
        width: 100%;
    }
    .nav_menu .list_item {
        display: block;
        margin: 0;
        border-top: 1px solid #f0f0f0;
    }
    .nav_menu .list_item a {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        padding: 12px 15px;
        display: block;
    }
    .homeBanner {
        background: var(--white);
    }
    .banner_content .banner_sub-title {
        line-height: 26px;
    }
    .banner_content .curve_arrow {
        display: none;
    }
    .homeBanner .banner_content__boxRight {
        margin-top: 75px;  
    }
    .homeBanner .lightYellow_circle {
        top: -40px;
        right: 0;
    }
    .banner_content .starting_price {
        display: block;
    }
    .tablet_none {
        display: none;
    }
    .tablet_show {
        display: block;
    }
    .counter_inner {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.17);
    }
    .counter_box {
        padding: 20px 40px;
        width: 33%;
    }
    .counter_box:first-child {
        padding-left: 40px;
    }
    .counter_box:last-child {
        padding-right: 40px;
    }
    .card_grid-item {
        width: 331px;
        margin-bottom: 30px;
    }
    .card_listing li, .aboutlisting li, .cardarrow_listing li {
        font-size: 16px;
        line-height: 22px;
    }
    .cardlisting__img {
        font-size: 20px;
    }
    .gutter-sizer {
        width: 4%;
    }
    .featured_work_slider .slider_item, .themedevfilter_box {
        padding: 10px;
    }
    .testimonialSlider__cntnt p {
        font-size: 22px;
        line-height: 32px;
    }
    .testimonials_content {
        text-align: center;
        padding-bottom: 50px;
    }
    .testimonials_contentImg img {
        margin: 0 auto;
    }
    .footer_logo {
        padding-bottom: 30px;
    }

    .header_main {
        padding: 15px 0;
    }

    .main_logo {
        width: 95px;
    }

    .menu_icon {
        height: 52px;
        padding: 16px 8px;
    }

    .menu_icon span {
        height: 3px;
        background: var(--primaryBtn);
    }

    .commonSection {
        padding: 100px 0;
    }

    h3, .h3 {
        font-size: 38px;
    }

    .testimonials_content {
        width: 100%;
    }

    .footer_logo {
        padding-bottom: 30px;
        width: 100px;
    }

    .footerTop {
        padding: 46px 0 48px;
    }

    .testimonials_main {
        padding-bottom: 30px !important;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .card_type .card_type-content {
        padding-top: 20px;
    }
    .card_box-innner {
        padding: 20px 20px 30px;
    }
    .card_type .card_type-content .title {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    .common_btn {
        padding: 9px 33px;
        font-size: 14px;
        line-height: 22px;
    }
    .header_main {
        position: static;
        box-shadow: 1px 0 1px rgb(0 0 0 / 25%);
        margin-bottom: 1px;
    }
    .header_btn .common_btn {
        padding: 8px 20px;
        font-size: 14px;
    }
    .banner_spacing {
        padding-top: 50px;
        padding-bottom: 85px;
    }
    .banner_content_wrap {
        text-align: center;
    }
    .banner_content .banner_title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner_content .banner_title .highlight_text {
        background-position: 0 2.4rem;
    }
    .banner_content .banner_title .home_icon {
        font-size: 30px;
        line-height: 34px;
    }
    .banner_content .banner_sub-title {
        line-height: initial;
        font-size: 20px;
    }
    .banner_content .customer_count {
        margin-top: 20px;
        padding: 15px 0;
        display: block !important;
    }
    .banner_content .starting_price {
        margin-top: 15px;
    }
    .commonSection {
        padding: 60px 0;
    }
    .card_grid-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .gutter-sizer {
        width: 0;
    }
    .counter_wrap {
        margin: 40px 0;
    }
    .counter_box .counter {
        font-size: 38px;
        line-height: 48px;
    }
    .counter_box p {
        font-size: 14px;
        line-height: 24px;
    }
    .counter_box {
        padding: 12px 10px !important;
    }
    .counter_box:first-child {
        padding-left: 30px;
    }
    .counter_box:last-child {
        padding-right: 30px;
    }


    .featureHeadingHolder__arows {
        display: none;
    }
    .title_wrapper  {
        text-align: center;
    }
    
    .featureHeadingHolder {
        display: block;
    }
    .featured_work_slider {
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 70px;
    }
    .testimonials_main {
        padding-top: 0;
        background: none;
    }
    .testimonials_wrapper {
        display: block !important;
    }
    .video_controls .videoBtn {
        width: 100px;
        height: 100px;
    }
    .slider_wrapper, .thumbnail_slider {
        max-width: 100%;
    }
    .thumbnail_item {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        margin-left: 0;
        flex-direction: column;
        padding: 0;
        opacity: 0.6;
    }
    .thumbnail_item.current, .thumbnail_item:hover {
        padding-left: inherit;
        background-color: transparent;
    }
    .thumbnail_item.current .client_name h4, .thumbnail_item.current .client_name p, .thumbnail_item:hover .client_name h4, .thumbnail_item:hover .client_name p {
        color: var(--black);
    }
    .thumbnail_item+.thumbnail_item {
        margin-top: 0;
    }
    .thumbnail_item .client_img {
        margin-right: 0;
        margin: 0 auto;
        border: 3px solid transparent;
    }
    
    .thumbnail_item .client_name {
        text-align: center;
        margin: 0 auto;
        opacity: 0;
        flex: auto;
    }
    .thumbnail_slider .slick-list {
        max-width: 400px;
        margin: 30px auto 0;
        padding: 0 !important;
    }
    .thumbnail_item.slick-current .client_img {
        border-color: var(--primaryBtn);
    }
    .thumbnail_item.slick-current,
    .thumbnail_item.slick-current .client_name
    {
        opacity: 1;
    }
    .testimonialSlider__cntnt {
        margin-bottom: 20px;
    }
    .testimonialSlider__box {
        padding-top: 50px;
    }
    .testimonialSlider__cntnt .h3{
        font-size: 20px;   
        line-height: 30px; 
    }
    
    .featuredClientHeading {
        border-top: none;
    }
    .featuredClients__arows {
        display: none;
    }
   
    .footerTop {
        padding: 50px 0 20px;
    }
    .footer_common {
        border-bottom: 2px solid #dedfe0;
    }
    .footerTop .col-sm-12:last-child .footer_common{
        border-bottom: none;
    }
    .footer_content .footer_dropdown {
        padding-bottom: 20px;
    }
    .footer_common .common_click {
        position: relative;
        margin-bottom: 0;
        padding: 16px 0;
    }
    .footer_common .common_click::after {
        content: '+';
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: var(--black);
        font-size: 24px;
        line-height: 18px;
        font-weight: 300;
        font-family: var(--font);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer_common .common_click.active::after {
        content: '_';
        top: 22px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .footer_logo, .footerBtm__cntnt {
        display: none;
    }
    .footerBtm__logo {
        display: block;
        max-width: 100px;
        margin: 0 auto;
    }
    .footerBtm {
        padding: 20px 0;
    }

    /* */
    .banner_content__boxLeft {
        margin-bottom: 20px;
    }
    .common_content {
        padding-top: 15px;
        padding-right: 0;
    }

    h3, .h3 {
        font-size: 32px;
    }

    .testimonials_content .common_heading {
        font-size: 38px;
    }
    
    .techno_wrap_item {
        width: 30%;
    }
}

@media screen and (max-width:575px) {
    .common_btn {
        font-size: 14px;
        line-height: 22px;
    }
    .header_btn .common_btn {
        padding: 5px 18px;
        font-size: 10px;
    }
    .banner_content .banner_title {
        font-size: 36px;
        line-height: 44px;
    }
    .banner_content .banner_title .highlight_text,
    .borderBtm
    {
        background-image: none !important;
    }
    .banner_content .starting_price {
        padding: 10px 25px;
    }
    .card_type .card_type-image {
        max-width: 44%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
    }
    .card_type .card_type-content {
        max-width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
    .card_box-innner {
        padding: 30px 30px 40px;
    }
    .counter_box {
        padding: 10px 15px;
    }
    .counter_box:first-child {
        padding-left: 15px;
    }
    .counter_box:last-child {
        padding-right: 15px;
    }
    .counter_box .counter, 
    .counter_optimz .counter_box .counter{
        font-size: 30px;
        line-height: 32px;
    }
    .testimonialSlider__box {
        padding-top: 30px;
    }
    .testimonialSlider__box .starRating {
        margin-bottom: 20px;
    }
    .scndImg {
        padding-top: 0;
    } 
    
    .testimonials_content .common_heading {
        font-size: 32px;
    }

    .testimonials_content {
        padding-bottom: 20px;
    }

    h2, .h2 {
        font-size: 34px;
    }

    h5, .h5 {
        font-size: 20px;
    }

    .getAquote {
        padding: 28px;
    }

    .getAquote__cntnt p {
        max-width: none;
    }
}

@media screen and (max-width:479px) {

    .header_main {
        padding: 10px 0;
    }
    .common_btn {
        padding: 8px 20px;
        font-size: 14px;
    }
    .menu_icon {
        height: 44px;
        padding: 12px 9px;
    }

    .nav_menu .list_item a {
        font-size: 20px;
        line-height: 22px;
    }

    .banner_content .banner_title {
        margin-bottom: 10px;
    }
    .banner_spacing {
        padding-top: 30px;
        padding-bottom: 65px;
    }
    
    .banner_content .starting_price {
        font-size: 20px;
        line-height: 24px;
        padding: 8px 20px;
        margin-top: 10px;
    }
    .banner_content .banner_sub-title {
        font-size: 18px;
    }
    .banner_content .banner_title {
        font-size: 30px;
        line-height: 36px;
    }
    .banner_content .banner_title .home_icon {
        font-size: 22px;
        line-height: 26px;
    }
    .banner_content .customer_count .badge {
        width: 30px;
    }
    .commonSection {
        padding: 60px 0px;
    }

    h3, .h3 {
        font-size: 28px;
    }

    .about_heading p {
        padding: 0 10px;
    }

    .card_type .card_type-content .title {
        font-size: 22px;
    }

    .counter_box {
        padding: 12px 5px !important;
    }
    .counter_box p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .counter_wrap {
        margin: 20px 0;
    }
    .common_content p {
        margin-bottom: 10px;
    }
    .card_box-innner {
        padding: 25px;
    }
    .card_type .card_type-content {
        padding-top: 0;
    }
    .card_type .card_type-content .number {
        font-size: 16px;
        line-height: 26px;
    }
    .card_listing {
        padding-top: 20px;
    }
    .card_listing li {
        font-size: 16px;
        padding: 8px 0;
    }
    .cardlisting__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
    }
    .cardlisting__img img {
        width: 100%;
    }
    .card_grid-item {
        margin-bottom: 20px;
    }

    .featured_work_slider {
        margin-bottom: 0;
    }
    
    .counter_box {
        padding: 10px 10px;
    }
    .counter_box:first-child {
        padding-left: 10px;
    }
    .counter_box:last-child {
        padding-right: 10px;
    }

    .testimonials_content .common_heading {
        font-size: 28px;
    }
    .testimonials_content {
        padding-bottom: 20px;
    }

    .testimonialSlider__cntnt p {
        font-size: 20px;
        line-height: 26px;
    }

    h2, .h2 {
        font-size: 30px;
    }
    .video_controls .videoBtn {
        width: 70px;
        height: 70px;
    }
    .thumbnail_slider .slick-list {
        margin-top: 15px;
    }
    .testimonialSlider__cntnt {
        margin-bottom: 10px;
    }
    .testimonialSlider__cntnt .h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonialSlider__box {
        padding-top: 20px;
    }
    .testimonialSlider__box .starRating {
        margin-bottom: 15px;
    }
    
    .footerTop {
        padding: 30px 0 20px;
    }
    .footer_common .common_click {
        padding: 14px 0;
    }
    .footerBtm {
        padding: 15px 0;
    }

    .techno_wrap_item img {
        height: 50px;
    }   

    .techno_wrap_item span {
        font-size: 16px;
    }

    .techno_wrap_item {
        width: 30%;
        min-height: 110px;
        margin: 5px 1%;
    }
}

@media screen and (max-width: 374px) {
    .header_btn .common_btn {
        font-size: 10px;
        line-height: 18px;
        padding: 7px 12px;
    }
    .menu_icon {
        width: 35px;
        height: 37px;
        padding: 10px 0px 10px 4px;
    }
    .menu_icon span:nth-child(2) {
        margin: 4px 0;
    }
    .banner_mockup .banner_image-box {
        width: 140px;
        height: 140px;
    }
    .banner_content .banner_title {
        font-size: 28px;
        line-height: 34px;
    }
    .banner_content .starting_price, .banner_content .banner_sub-title {
        font-size: 16px;
        line-height: 18px;
    }

    .card_listing li, .aboutlisting li{
        font-size: 14px;
        line-height: 20px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .card_type .card_type-content .title {
        font-size: 18px;
    }

    .card_box-innner {
        padding: 25px 15px;
    }

    .testimonials_content .common_heading {
        font-size: 24px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    .getAquote {
        padding: 28px 18px;
    }

    .navbar {
        width: 260px;
    }
}
