/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h3 {
        font-size: 18px;
    }

    .section-title br {
        display: none;
    }

    .shape-hero::before {
        display: none;
    }

    .about-area .col-lg-5 {
        align-self: center;
    }

    .about-img img {
        width: 126%;
    }

    .about-img {
        position: relative;
        left: -26%;
    }

    .services-item {
        padding: 40px 15px;
    }

    .pricing-item {
        padding: 30px 20px;
    }

    .pricing-tabs-area::before {
        background-position: center top;
    }

    .pricing-tabs-area::after {
        top: 0%;
        background-position: bottom left;
    }

    .pricing-tabs-area::before,
    .pricing-tabs-area::after {
        background-size: contain;
    }

    .pricing-item-title {
        font-size: 25px;
    }

    .pricing-item-text ul li {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .testimonial-item-text hr {
        margin: 20px 0 14px;
    }

    .testimonial-item-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .analysis-report-left ul li {
        line-height: 27px;
        padding-bottom: 10px;
        display: flex;
    }


    /* Home Two */
    .hero-images img {
        width: 100%;
    }

    .discover-niketion-text h2 {
        font-size: 40px;
    }

    /* Home Three */


}

/* All Mobile Devices */
@media (min-width: 320px) and (max-width: 991.98px) {
    h1 {
        font-size: 35px;
        line-height: 48px;
    }

    .pb-130 {
        padding-bottom: 80px !important;
    }

    .pt-130 {
        padding-top: 80px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .section-title br {
        display: none;
    }

    .header-content {
        text-align: center;
    }

    .top-menu {
        background: none;
        padding: 13px 15px;
    }

    .search-dropdown {
        position: absolute;
        right: 20%;
    }

    .hero-one .hero-left-content {
        padding-top: 120px;
    }

    .bsnav-mobile {
        z-index: 99;
    }

    .top-menu.sticked.in {
        z-index: 111;
    }

    .header-top-right-btn {
        display: none;
    }

    .bsnav-mobile .navbar-nav .nav-item .nav-link {
        padding: 9px 0;
        display: block;
    }

    .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
        padding-top: 0 !important;
    }

    .bsnav-mobile-overlay {
        transform: translateX(100%);
        transition: all .4s;
    }

    .bsnav-mobile.in .bsnav-mobile-overlay {
        background: #0006;
        transform: translateX(0);
    }

    .navbar-nav .nav-item.active>.nav-link,
    .navbar-nav .nav-item:active:focus>.nav-link,
    .navbar-nav .nav-item:active>.nav-link,
    .navbar-nav .nav-item:focus>.nav-link,
    .navbar-nav .nav-item:hover>.nav-link {
        color: #0a8aff !important;
    }

    .nav-item.active .caret,
    .nav-item:hover .caret {
        border-top-color: #0a8aff !important;
    }

    .hero-images img {
        width: 100%;
    }

    .hero-1-col:nth-child(2n+2) .hero-images {
        padding: 60px 0;
    }

    .about-img {
        left: 0;
        margin-bottom: 40px;
    }

    .about-img img {
        width: 100%;
    }

    .work-img {
        margin-left: 0;
        margin-top: 40px;
    }

    /*.analysis-report-right {*/
    /*}*/

    /* Home Two */
    .testimonial-two-slider-content {
        position: unset;
        width: 100%;
        top: 0;
        transform: translateY(0%);
    }

    .testimonial-two-slider .owl-nav {
        margin-top: 0px;
        position: unset;
        margin-bottom: 40px;
    }

    .testimonial-two-area::before {
        display: none;
    }

    .testimonial-two-slider.owl-drag .owl-item {
        left: 0;
    }

    .hero-two::before {
        display: none;
    }

    .hero-images {
        margin-top: 50px;
    }

    .hero-two {
        padding: 130px 0 100px;
    }

    .your-video-two {
        padding: 120px 0;
    }

    .discover-niketion-text h2 {
        font-size: 35px;
    }

    .menu-two {
        z-index: 111;
    }

    .copy-right-text {
        text-align: center;
    }

    .footer-social {
        text-align: center !important;
        margin-top: 19px;
    }

    /* Home Three */
    .hero-three .hero-left-content {
        margin-top: 80px;
    }

    /* About */
    .history-text {
        padding-top: 40px;
    }

    .history-text h3::before {
        display: none;
    }

    .about-team-information-right {
        margin-top: 40px;
    }

    .history-list li {
        width: 33%;
        font-size: 17px;
    }

    /* Services */
    .agency-img {
        margin-top: 40px;
    }

    .niketions-about-img {
        width: 100%;
        position: relative;
        top: unset;
        height: 250px;
        margin-top: 40px;
    }

    .advanced-content {
        column-count: 1;
    }

    .business-grounded {
        display: block;
        margin-top: 40px;
    }

    .business-grounded-right {
        height: 325px;
        margin-top: 40px;
    }

    .services-details-side-bar {
        margin-top: 40px;
    }

    .advanced-right {
        margin-top: 40px;
    }

    .portfolio-details-right {
        margin-top: 40px;
    }

    .team-details-share h3::before {
        display: none;
    }

    .clients-logo {
        column-count: 3;
    }

    #container {
        height: 350px;
    }

    .our-contacts-right {
        margin-top: 60px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .pb-150 {
        padding-bottom: 100px !important;
    }

    .pt-150 {
        padding-top: 100px !important;
    }

    .copy-right-text p {
        color: #fff;
        line-height: 26px;
    }

    .copy-right-area {
        padding: 30px 0;
    }

    .pricing-item-title {
        margin-left: 53px;
    }

    .business-grounded {
        display: block;
    }

    .pricing-item {
        display: block;
    }

    .pricing-item-title {
        margin-top: 30px;
    }

    .team-details-list {
        margin-bottom: 30px;
    }

    .clients-logo li {
        height: 68px;
    }

    #google-map {
        height: 300px;
    }

}

/*  */
@media (min-width: 320px) and (max-width: 500px) {
    h1 {
        font-size: 30px;
    }

    .btn-m1,
    .btn-m2,
    .btn-m3,
    .btn-m4,
    .btn-m5 {
        padding: 17px 23px;
        min-width: 140px;
    }

    .testimonial-item {
        display: block;
    }

    .testimonial-item-text {
        padding-left: 0;
        padding-top: 30px;
    }

    .testimonial-item img {
        max-height: 325px;
    }

    .twocolumn {
        column-count: 1;
    }

    .pricing-item-title {
        margin-left: 10px;
    }

    .discover-niketion-text h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .discover-niketion-text p {
        font-size: 17px;
        line-height: 25px;
    }

    #container {
        height: 250px;
    }

    .blog-details-bgAll {
        padding: 25px;
    }

    .blog-details-pcolor {
        padding: 25px;
    }

}