/*################## Extra large devices (large desktops, 1200px and up) ##################*/
@media (min-width: 1200px) {

    /* =============================
===================> index page
=============================================== */
    .container {
        max-width: 1199px;
    }

    /* header section */
    .logo-header img {
        height: auto;
        width: 100%;
    }

    .header-transparent .nav>li>a {
        color: #fff;
    }

    /* pricing section */
    .home__pricing__title {
        margin-bottom: 50px;
    }

    .home__pricing__content__item .card {
        margin-top: 25px;
    }

    .home__pricing__content__item .card:hover {
        -webkit-transform: translateY(-15px);
        transform: translateY(-25px);

    }

    /*--------------*/
}

/*################## Large devices (desktops, 992px and up) ##################*/
@media (min-width: 992px) and (max-width: 1199px) {

    /* =============================
===================> index page
=============================================== */
    /* header section  */
    .logo-header img {
        height: 41px;
        width: 130px;
    }

    .header-transparent .nav>li>a {
        color: #fff;
    }

    /* home section  */
    .move-box img {
        width: 100% !important;
    }

    .banner__one .banner__inner {
        padding-top: 145px;
    }

    .banner__one .banner__content .sub-title {
        background: transparent;
        padding: 0;
        margin-bottom: 12px !important;
    }

    .btn-link span {
        font-size: 15px;
    }

    /* service section  */
    .service .icon-box:before {
        top: -15px;
    }

    /* about section  */
    .section-head h2.title {
        font-size: 35px;
    }

    /* counter section  */
    .counters h5 {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1.6;
        font-family: 'Poppins', sans-serif;
    }

    /* project section  */
    .home__project__item .nav-link {
        font-size: 16px;
        padding: 10px 25px;
    }

    .home__project__item .tab_item img {
        height: 290px;
    }

    /* newsletter section  */
    .newsletter {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .newsletter__item .item_img img {
        height: auto;
    }

    /* team section  */
    .team__item .item {
        height: 560px;
        padding: 0 15px;
    }

    .team .member_image img {
        width: 410px !important;
        height: 480px;
    }

    .team__item .owl-theme .owl-dots .owl-dot span {
        margin-left: 10px;
    }

    /* testimonials section  */
    .testimonials__content {
        padding-left: 0.5rem !important;
    }

    .testimonials_slider .slick-prev {
        left: 42%;
    }

    .testimonials_slider .slick-next {
        right: 47%;
    }

    .testimonials_slider .card {
        margin-bottom: 30px;
    }


    /* =============================
===================> About us  page
=============================================== */
    /* about us section  */
    .about__item .section-head h2.title {
        font-size: 35px;
    }

    ul.list-arrow li:before {
        top: 17%;
    }

    .watch__us__modal .modal-dialog {
        max-width: 920px;
    }

    .watch__us__modal iframe {
        height: 500px !important;
    }


    /* =============================
===================> FAQ page
=============================================== */
    .faq__content .collapsible .h5 {
        margin-bottom: 0;
    }

    /* =============================
===================> team  page
=============================================== */
    .team_1 .image_effect {
        width: 420px !important;
    }


    /* =============================
===================> sitedown page
=============================================== */


    /* =============================
===================> footer
=============================================== */
    /* footer section  */
    .footer_top_item .services {
        padding-left: 0;
    }

    /*--------------*/
}

/*################## Medium devices (tablets, 768px and up) ##################*/
@media (min-width: 768px) and (max-width: 991px) {

    /* =============================
===================> index page
=============================================== */
    .header-transparent .nav>li>a {
        color: #000;
    }

    /* home section  */
    .section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .banner__one {
        height: 550px
    }

    .banner__one .banner__inner .img1 {
        left: -10px;
    }

    .banner__one .banner__content h1 {
        font-size: 42px
    }

    .banner__one .banner__inner {
        padding-top: 50px
    }

    .move-box img {
        width: 100%;
    }

    /* home logo section  */
    .clients__logo {
        padding-bottom: 0;
    }

    /* service section  */
    .service {
        padding-bottom: 0;
    }

    .service .title {
        font-size: 35px;
    }

    .service .icon-box:before {
        top: -15px;
        left: 1px;
    }

    .service .col-lg-4:nth-child(3) {
        margin-top: 20px;
    }

    /* about section  */
    .section-head h2.title {
        font-size: 35px;
    }

    /* fetures section */
    .fetures.section {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .fetures__content__item .media {
        margin-bottom: 30px;
    }

    /* project section */
    .home__project__item .nav-link {
        font-size: 14px;
        padding: 8px 18px;
    }

    .home__project__item .tab_item img {
        margin-bottom: 0;
    }

    .home__project__item .tab_item img {
        height: 330px;
    }

    .home__project__item .tab_item .col-md-6:nth-child(3) {
        margin-top: 28px;
    }

    .home__project__item .tab_item .col-md-6:last-child {
        margin-bottom: 28px;
    }

    /* newsletter section */
    .newsletter {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .newsletter__item .item_img img {
        height: auto;
    }

    /* team section  */
    .team.section {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .team__item .item {
        height: 430px;
    }

    .team .member_image img {
        width: 300px !important;
        height: 343px;
    }

    .member_info {
        padding: 24px;
    }

    .team__item .owl-theme .owl-dots .owl-dot span {
        margin-left: 10px;
    }

    /* home pricing section */
    .home__pricing .sub-title {
        background-color: transparent;
        color: #1f2471 !important;
        margin-bottom: 0 !important;
    }

    .home__pricing__title {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);

    }

    /* testimonials section  */
    .testimonials.section {
        padding-bottom: 70px;
    }

    .testimonials .section-head {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .testimonials__content {
        padding-left: .6rem !important;
    }

    .testimonials_slider .slick-prev {
        left: 42%;
        margin-top: 0;
    }

    .testimonials_slider .slick-next {
        right: 47%;
        margin-top: 0;
    }

    .testimonials_slider .card {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card {
        transition: 0s;
    }

    /* blog section */
    .blog {
        padding-top: 70px;
    }

    /* contact us section */
    .contact_item_image {
        margin-bottom: 30px;
    }

    /* more with us section */
    .more__with__us {
        padding: 60px 0 30px;
    }


    /* =============================
===================> About us page
=============================================== */

    /* about us section  */
    .page__banner {
        height: 300px;
    }

    .page__banner__content {
        height: 300px;
    }

    .about__item .section-head h2.title {
        font-size: 35px;
    }

    .about__item ul {
        margin-bottom: 0;
    }

    /* about us section  */
    .blog__content__item .owl-carousel .owl-nav button.owl-prev {
        left: 8%;
    }

    .blog__content__item .owl-carousel .owl-nav button.owl-next {
        right: 8%;
    }

    /* =============================
===================> faq page
=============================================== */
    .faq__content .collapsible .h5 {
        margin-right: 1px;
    }


    /* =============================
===================> pricing table page
=============================================== */
    .pricing__table__content__item .col-md-6:last-child {
        justify-content: center;
    }



    /* =============================
===================> team page
=============================================== */
    .team_1 {
        padding-bottom: 40px !important;
    }

    .member_info .social_icon {
        padding-left: 0;
    }

    /* =============================
===================> sitedown page
=============================================== */
    .pagedown_title h1 {
        font-size: 60px;
    }


    /* =============================
===================> service details page
=============================================== */
    .service_1 {
        padding-bottom: 40px;
    }

    .watch__us__modal iframe {
        height: 400px !important;
    }

    /* =============================
===================> service details page
=============================================== */
    .service_details_inner.section {
        padding-bottom: 0;
    }


    /* =============================
===================> footer
=============================================== */
    /* footer section  */
    .footer_top {
        padding: 70px 0 17px;
    }

    .footer_top_item .services {
        padding-left: 0;
    }

    .footer_top_item .col-md-6 {
        margin-bottom: 20px;
    }

    /*--------------*/
}

/*################## Small devices (landscape phones, 576px and up) ##################*/
@media (min-width: 576px) and (max-width: 767px) {

    /* =============================
===================> index page
=============================================== */
    .logo-header img {
        height: 40px;
        width: 130px;
    }

    /* home section */
    .banner__one.section {
        height: 937px;
        padding-bottom: 30px;
    }

    .banner__one .banner__inner {
        padding-top: 50px;
    }

    .banner__one .banner__inner .img1 {
        display: none;
    }

    .banner__one .banner__content h1 {
        font-size: 42px;
    }

    .move-box img {
        width: 100%;
    }

    .banner__content {
        margin-bottom: 50px;
    }

    .banner__content h1 {
        padding-right: 2rem;
    }

    /* home logo section */
    .section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .clients__logo {
        padding-bottom: 0;
    }

    /* service section  */
    .service.section {
        padding-bottom: 0;
    }

    .service_1.section {
        padding-bottom: 40px;
    }

    .service .title {
        font-size: 35px;
    }

    .service__item {
        margin-top: 30px;
    }

    .service .icon-box:before {
        top: -15px;
    }

    .service .icon-box:after {
        bottom: 13px;
    }

    .service .icon-box {
        margin-bottom: 30px;
    }

    /* about section */
    .about .dz-media {
        margin-bottom: 30px;
    }

    .section-head h2.title {
        font-size: 35px !important;
    }

    /* counter section */
    .counters .card {
        padding: 30px 20px;
    }

    /* project section */
    .fetures {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .home__project__item .nav-link {
        font-size: 14px;
        padding: 8px 18px;
    }

    .home__project__item ul {
        justify-content: center !important;
    }

    .home__project__item .tab_item img {
        height: 240px;
    }

    .home__project__item .tab_item .col-md-6:nth-child(3) {
        margin-top: 0;
    }

    .home__project__item .tab_item .col-md-6:nth-child(4) {
        margin-top: 0;
    }

    .home__project__item .tab_item .col-sm-6:last-child {
        margin-bottom: 0;
    }

    /* newsletter section */
    .newsletter {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .newsletter__item .item_img {
        margin-bottom: 30px;
    }

    .newsletter__item .item_img img {
        height: auto;
    }

    /* team section */
    .team.section {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .team__title {
        margin-bottom: 30px;
    }

    .team__item .item {
        height: 620px !important;
        padding: 0 16px;
    }

    .team .member_image img {
        width: 93% !important;
        height: auto;
    }

    .team__item .owl-theme .owl-dots .owl-dot span {
        margin-left: 20px;
    }

    /* home pricing section */
    .home__pricing .sub-title {
        background-color: transparent;
        color: #1f2471 !important;
        margin-bottom: 0 !important;
    }

    .home__pricing__title {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card {
        transition: 0s;
    }

    /* testimonials section  */
    .testimonials.section {
        padding-bottom: 80px;
        overflow: hidden;
    }

    .testimonials .section-head {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .testimonials__content {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .testimonials_slider .slick-prev {
        left: 39%;
        top: 107%;
    }

    .testimonials_slider .slick-next {
        right: 47%;
        top: 107%;
    }

    .testimonials_slider .card {
        margin-bottom: 0;
    }

    /* blog section */
    .blog {
        padding-top: 70px;
        padding-bottom: 0;
    }

    /* contact us section */
    .contact_form {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .contact_item_image {
        margin-bottom: 30px;
    }

    /* more with us section */
    .more__with__us {
        padding: 60px 0 30px;
    }

    .more__with__us .text-right {
        text-align: left !important;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    /* contact us */
    .contact__us__content__item h2.title {
        font-size: 35px !important;
    }


    /* =============================
===================> about us page
=============================================== */
    /* home section */
    .page__banner {
        height: 300px;
    }

    .page__banner__content {
        display: block;
        padding-top: 95px;
        text-align: center;
    }

    .page__banner__content ul {
        justify-content: center;
    }

    /* about us section  */
    .about__item ul {
        margin-bottom: 0;
    }

    /* watch us section */
    .watch__us {
        padding-bottom: 0;
    }

    .watch__us__item .video_box {
        margin-bottom: 30px;
    }

    .watch__us__item .video_box .popup-youtube {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .watch__us__modal .modal-dialog {
        max-width: 100%;
    }

    .watch__us__modal .close {
        display: none;
    }

    .watch__us__modal iframe {
        height: 350px;
    }

    /* about us section  */
    .blog__content__item .owl-carousel .owl-nav button.owl-prev {
        left: 10%;
    }

    .blog__content__item .owl-carousel .owl-nav button.owl-next {
        right: 10%;
    }


    /* =============================
===================> FAQ page
=============================================== */
    .faq__content .collapsible .h5 {
        margin-bottom: 0;
    }

    .faq__content .collapsible .icon {
        width: 75px;
    }


    /* =============================
===================> team page
=============================================== */
    .team_1 {
        padding-bottom: 40px !important;
    }

    .team_1 .team__item .item {
        height: auto !important;
        margin-bottom: 15px;
    }

    .team_1 .image_effect {
        width: 485px !important;
    }

    /* =============================
===================> sitedown page
=============================================== */
    .pagedown_title h1 {
        font-size: 42px;
        line-height: 54px;
    }

    .pagedown_title p {
        font-size: 21px;
        line-height: 32px;
    }


    /* =============================
===================> service page
=============================================== */
    .service_1 {
        padding-bottom: 40px;
    }


    /* =============================
===================> service details page
=============================================== */
    .service_details_inner.section {
        padding-bottom: 0;
    }

    .service_details_inner .video_box {
        height: 300px;
    }

    .service_details_inner .video_box img {
        height: 100%;
    }

    .service_details.service {
        padding-bottom: 40px;
    }


    /* =============================
===================> footer
=============================================== */
    /* foter section */
    .footer_top {
        padding: 50px 0 20px;
    }

    .footer_info .footer-logo {
        margin-bottom: 20px;
    }

    .footer_info {
        padding-bottom: 10px;
    }

    .footer_top_item .services {
        padding-left: 0;
    }

    .footer_top_item .col-md-6 {
        margin-bottom: 30px;
    }

    /*--------------*/
}

/*################## Extra small devices (portrait phones, less than 576px) ##################*/
@media (max-width: 575px) {

    /* =============================
===================> index page
=============================================== */
    /* header section */
    .logo-header img {
        height: auto;
        width: 120px;
    }

    /* home section */
    .banner__one.section {
        height: 937px;
        padding-bottom: 30px;
    }

    .banner__one .banner__inner {
        padding-top: 50px;
    }

    .banner__one .banner__inner .img1 {
        display: none;
    }

    .banner__one .banner__content h1 {
        font-size: 32px;
    }

    .move-box img {
        width: 100%;
    }

    .banner__content {
        margin-bottom: 50px;
    }

    .banner__content h1 {
        padding-right: 2rem;
    }

    /* home logo section */
    .section {
        padding-top: 50px;
        padding-bottom: 20px;
    }


    .clients__logo.section {
        padding-bottom: 0;
    }

    /* service section  */
    .service.section {
        padding-bottom: 0;
    }

    .service .title {
        font-size: 28px;
    }

    .service .icon-box:before {
        top: -15px;
    }

    .service .icon-box:after {
        bottom: 13px;
    }

    .service .icon-box {
        margin-bottom: 30px;
    }

    .service .icon-box:before {
        left: 0px;
    }

    /* about section */
    .about .dz-media {
        margin-bottom: 30px;
    }

    .section-head h2.title {
        font-size: 28px !important;
    }

    /* counter section */
    .counters.section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .counters .card {
        padding: 30px 20px;
    }

    /* features section */
    .fetures.section {
        padding-bottom: 0;
    }

    .fetures .section-head {
        margin-bottom: 0;
    }

    .fetures .section-content .icon-bx-wraper .icon-box:before {
        width: 126px;
        height: 126px;
        left: calc(50% - 74px);
        top: calc(50% - 65px);
    }

    .fetures .section-content .icon-bx-wraper .icon-box .icon-cell {
        font-size: 47px;
        left: calc(50% - 34px);
    }

    .fetures__content__item .media {
        margin-bottom: 0;
    }

    .fetures .media.left {
        padding-left: 0;
    }

    .fetures__content__item .media-body {
        margin-left: 0 !important;
    }

    .fetures .media-body h4 {
        margin-top: 20px !important;
    }

    /* project section */
    .home__project__item ul {
        background: transparent;
    }

    .home__project__item .nav-link {
        font-size: 14px;
        padding: 8px 18px;
    }

    .home__project__item ul {
        justify-content: center !important;
    }

    .home__project__item .tab_item img {
        height: 390px;
        margin-bottom: 28px;
    }

    .home__project__item .tab_item .col-md-6:nth-child(4),
    .home__project__item .tab_item .col-md-6:nth-child(5),
    .home__project__item .tab_item .col-md-6:nth-child(6) {
        margin-top: 0;
    }

    /* newsletter section */
    .newsletter {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .newsletter__item .item_img {
        margin-bottom: 30px;
    }

    .newsletter__item .item_img img {
        height: auto;
    }

    /* team section */
    .team.section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .team__title {
        margin-bottom: 30px;
    }

    .team__item .item {
        height: 650px !important;
        padding: 0 16px;
    }

    .team_1 .team__item .col-xl-4 {
        padding: 0;
    }

    .team .member_image img {
        width: 100% !important;
        height: auto;
    }

    .member_info {
        padding: 20px;
        margin-left: 20px;
    }

    .team__item .owl-theme .owl-nav {
        margin-top: 0;
    }

    /* home pricing section */
    .home__pricing .sub-title {
        background-color: transparent;
        color: #1f2471 !important;
        margin-bottom: 8px !important;
    }

    .home__pricing__title {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card {
        margin-bottom: 30px;
    }

    .home__pricing__content__item .card:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);

    }

    .home__pricing__content__item .card {
        transition: 0s;
    }

    /* testimonials section  */
    .testimonials.section {
        padding-bottom: 65px;
        overflow: hidden;
    }

    .testimonials .section-head {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .testimonials__content {
        padding-left: 0 !important;
        padding-right: 0rem;
    }

    .testimonials_slider .slick-prev {
        left: 38%;
        top: 107%;
    }

    .testimonials_slider .slick-next {
        right: 47%;
        top: 107%;
    }

    .testimonials_slider .card {
        margin-bottom: 0;
    }

    .slick-slide>div {
        padding: 0 10 px 0 0;
    }

    /* blog section */
    .blog {
        padding-top: 50px;
    }

    /* contact us section */
    .contact_form {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact_item_image {
        margin-bottom: 30px;
    }

    /* more with us section */
    .more__with__us {
        padding: 50px 0 10px;
    }

    .more__with__us .text-right {
        text-align: left !important;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .contact__us__content__item h2.title {
        font-size: 28px !important;
    }


    /* =============================
===================> about us page
===============================================     
/* home section */
    .page__banner {
        height: 300px;
    }

    .page__banner__content {
        display: block;
        padding-top: 95px;
        text-align: center;
    }

    .page__banner__content ul {
        justify-content: center;
    }

    /* about us section  */
    .about__item ul {
        margin-bottom: 0;
    }

    /* watch us section */
    .watch__us__item .video_box {
        margin-bottom: 30px;
    }

    .watch__us__item .video_box .popup-youtube {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .watch__us {
        padding-bottom: 0;
    }

    .watch__us__modal .modal-dialog {
        max-width: 100%;
    }

    .watch__us__modal .close {
        display: none;
    }

    .watch__us__modal iframe {
        height: 240px;
    }

    /* about us section  */
    .blog__content__item .owl-carousel .owl-nav button.owl-prev {
        left: 11%;
    }

    .blog__content__item .owl-carousel .owl-nav button.owl-next {
        right: 11%;
    }
    

    /* =============================
===================> FAQ page
=============================================== */
    .faq__content .collapsible .h5 {
        margin-bottom: 0;
    }

    .faq__content .collapsible .icon {
        width: 100px;
    }


    /* =============================
===================> team page
=============================================== */
    .team_1 {
        padding-bottom: 20px !important;
    }

    .team_1 .team__item .item {
        height: auto !important;
        margin-bottom: 15px;
    }

    .team_1 .image_effect {
        width: 360px !important;
    }

    /* =============================
===================> cooming soon  page
=============================================== */
    .coming__soon .cs-title {
        font-size: 31px;
        line-height: 36px;
    }

    .countdown .date {
        font-size: 36px;
        line-height: 36px;
    }

    .countdown .time {
        font-size: 10px;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
    }

    .countdown .time span {
        margin: -22px 1px;
        padding-left: 13px;
    }

    .countdown_social {
        margin-top: 20px;
    }

    .countdown_social i {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        color: #000;
        margin: 0 2px;
    }

    /* =============================
===================> error page
=============================================== */
    .error_page {
        padding: 50px 0 !important;
    }

    .error_page .dlab_error {
        font-size: 120px;
        line-height: 120px;
    }

    .error_page .error_head {
        font-size: 24px;
        line-height: 34px;
    }

    /* =============================
===================> sitedown page
=============================================== */
    .pagedown_title .media img {
        width: 90px;
        height: 90px;
    }

    .pagedown_title h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .pagedown_title p {
        font-size: 18px;
        line-height: 28px;
    }

    /* =============================
===================> service page
=============================================== */
    .service_1 {
        padding-bottom: 20px !important;
    }

    /* =============================
===================> service details page
=============================================== */
    .service_details .page__banner__content {
        padding-top: 60px !important;
    }

    .service_details_inner.section {
        padding-bottom: 0 !important;
    }

    .service_details_inner .video_box .popup-youtube {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .service_details_inner .video_box {
        height: 300px;
    }

    .service_details_inner .video_box img {
        height: 100%;
    }

    .service_details.service {
        padding-bottom: 20px;
    }


    /* =============================
===================> blog-large-right-sidebar page
=============================================== */
    .blog__content__item .post-date span,
    .blog__content__item .right a span {
        padding-right: 5px;
    }

    /* =============================
===================> footer
=============================================== */
    /*     footer section */
    .footer_top {
        padding: 50px 0 20px;
    }

    .footer_info .footer-logo {
        margin-bottom: 20px;
    }

    .footer_info {
        padding-bottom: 10px;
    }

    .footer_info .icon-bx-wraper {
        padding: 15px 0 0 0;
    }

    .footer_info .icon-lg {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

    .footer-about {
        margin-bottom: 0;
    }

    .footer_top_item .services {
        padding-left: 0;
    }

    .footer_top_item .services ul {
        margin-bottom: 0;
    }

    .footer_top_item .col-md-6 {
        margin-bottom: 30px;
    }

    /*--------------*/
}


/*################## Extra small devices (portrait phones, less than 400px) ##################*/
@media (min-width: 500px) and (max-width: 574px) {
    .banner__one.section {
        height: 850px;
    }
}

@media (max-width: 499px) {
    .banner__one.section {
        height: 835px;
    }
}


@media (max-width: 400px) {

    /* =============================
===================> index page
=============================================== */
    /*  home section */
    .banner__one.section {
        height: 750px;
    }

    .banner__content h1 {
        padding-right: 0;
    }

    /*  home logo section */
    .clients__logo .clients-logo img {
        width: 70px !important;
    }

    /*  project section */
    .home__project__item .tab_item img {
        height: 290px;
    }

    /*  newsletter section */
    .newsletter__item .form-control {
        padding: 10px 0px 10px 20px;
    }

    .newsletter_form_button {
        padding: 12px 20px;
    }

    /*  team section */
    .team__item .item {
        height: 375px !important;
    }

    .member_info .social_icon {
        padding-left: 0;
    }

    /*  pricing table section */
    .pricingtable-bx small {
        font-size: 80%;
        font-weight: 400 !important;
    }

    /* testimonials section  */
    .testimonials.section {
        padding-bottom: 95px;
        overflow: hidden;
    }

    .testimonials_slider .slick-prev {
        left: 33%;
    }

    .testimonials_slider .slick-next {
        right: 46%;
    }

    .testimonials_slider .card {
        margin-bottom: 0;
    }

    /* about us section  */
    .blog__content__item .card-body {
        padding: 30px;
    }

    /* contact us section */
    .g-recaptcha {
        width: 295px !important;
        overflow-x: hidden;
    }

    .blog__content__item .owl-carousel .owl-nav button.owl-prev {
        left: 21%;
    }

    .blog__content__item .owl-carousel .owl-nav button.owl-next {
        right: 21%;
    }

    /* faq section */
    .faq__content .collapsible .h5 {
        margin-bottom: 0;
    }

    .faq__content .collapsible .icon {
        width: 100px;
    }

}