@media (max-width: 567px) {
    .topbar{
        display: none;
    }
    .banner-content, .seo-content{
        position: relative;
        top: 0;
        transform: none;
    }
    .navbar-nav{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        color: #666 !important;
    }
    .pricing-wrap{
        margin-bottom: 15px;
    }
    .seo-image{
        margin-bottom: 10px;
    }
    .team-wrap{
        margin-top: 85px;
    }
    .partner-logo {
        text-align: center;
    }
    .about-details ul{
        padding-left: 30px;
    }
    .contact-wrap form{
        margin-bottom: 20px;
    }
    .content  ul{
        padding-left: 30px;
    }
    .contact-wrap a {
        font-size: 17px;
    }
    .blog-wrapper .blog-image-big {
        width: 100%;
        height: 300px;
    }
    .blog-wrapper .about-details ul {
        margin-left: 0px !important;
    }
    .small-banner {
        padding: 120px 0 50px 0 !important;
    }
    .banner .text-end img{
        width: 100% !important;
    }
    .about-details h3 {
        margin-top: 20px;
    }
    .common-heading p {
        width: 100%;
    }
    
    .owl-prev {
        left: 0%;
    }

    .owl-next {
        right: 0%;
    }
    .cookies-text {
        flex-direction: column;
    }
    .cookies-text p {
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
    .topbar{
        display: none;
    }
    .banner-content, .seo-content{
        position: relative;
        top: 0;
        transform: none;
    }
    .navbar-nav{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        color: #666 !important;
    }
    .pricing-wrap{
        margin-bottom: 15px;
    }
    .seo-image{
        margin-bottom: 10px;
    }
    .team-wrap{
        margin-top: 85px;
    }
    .partner-logo {
        text-align: center;
    }
    .about-details ul{
        padding-left: 30px;
    }
    .contact-wrap form{
        margin-bottom: 20px;
    }
    .content  ul{
        padding-left: 30px;
    }
    .contact-wrap a {
        font-size: 17px;
    }
    .blog-wrapper .blog-image-big {
        width: 100%;
        height: 300px;
    }
    .blog-wrapper .about-details ul {
        margin-left: 0px !important;
    }
    .small-banner {
        padding: 120px 0 50px 0 !important;
    }
    .banner .text-end img{
        width: 100% !important;
    }
    .about-details h3 {
        margin-top: 20px;
    }
    .common-heading p {
        width: 100%;
    }
    .owl-prev {
        left: 0%;
    }

    .owl-next {
        right: 0%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
    .topbar{
        display: none;
    }
    .navbar-nav{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        color: #666 !important;
    }
    .stats-outer{
        padding: 25px;
    }
    .stats-bar h5 {
        font-size: 15px;
    }
    .pricing-wrap{
        margin-bottom: 15px;
    }
    .team-wrap{
        margin-top: 85px;
    }
    .contact-wrap a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
    .topbar{
        display: none;
    }
    .navbar-nav{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        color: #666 !important;
    }
    .stats-outer{
        padding: 25px;
    }
    .stats-bar h5 {
        font-size: 15px;
    }
    .pricing-wrap{
        margin-bottom: 15px;
    }
    .team-wrap{
        margin-top: 85px;
    }
    .contact-wrap a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {

}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {

}