@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
}
@media (min-width: 992px) {
    .counter img {
        width: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .insurance-section .card-deck .card {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        margin-bottom: 20px !important;
    }
    .gallery-column .hover-shadow.cursor {
        width: 200px;
    }
    .single-case-studies .case-body p {
        font-size: 0.77rem;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 29% !important;
    }
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
            /* padding-right: unset; */
    /* padding-left: 0; */
    padding: 3px 7px;
    font-size: 14px;
}
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
       padding: 3px 7px;
    font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2vw;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .xs-menu-tools > li {
        margin-right: 18px;
    }
    .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a {
        padding: 33px 8px;
        font-size: 0.9rem;
    }
    .xs-header.header-main .xs-menus .nav-menu > li:not(:last-child) {
        margin-right: 24px;
        padding-right: 24px;
    }
    .single-page-menu.nav-menu > li > a {
        color: #fff;
        font-size: 0.8rem;
    }
    .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a {
        padding: 33px 0;
    }
    .nav-sticky .xs-header.header-main .xs-menus .nav-menu.single-page-menu > li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
    .why-choose-us-block {
        padding: 0 15px;
    }
    .work-process-icon:after,
    .work-process-icon:before {
        display: none;
    }
    .case-about-area .about-info {
        width: 100%;
    }
    .inner-banner-area + .case-about-area .case-about-img {
        margin-top: -217px;
    }
    .doodle-parallax {
        display: none;
    }
    .call-to-action-content {
        padding-right: 0;
    }
    .pricing-style2 .xs-single-pricing {
        padding: 30px;
    }
    .pricing-style2 .price-table sub {
        font-size: 1rem;
        right: -1px;
    }
    .pricing-style2 .xs-single-pricing .price-table {
        font-size: 1.4rem;
    }
    .pricing-style2 .pricing-body .xs-list li {
        font-size: 0.9rem;
    }
    .widget-posts .widget-post .media-body {
        margin-top: 0;
    }
    .xs-banner-content.banner-content-v2 .banner-title {
        font-size: 2.6rem;
    }
    .card-deck {
        flex-direction: row;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .categories {
        flex: 0 0 350px !important;
    }
    .plan-section .categories {
        flex: 0 0 375px !important;
    }
    .table-side-title {
        text-align: center;
        width: 100%;
        font-size: 1.6rem;
    }
    .single-case-studies .case-body p {
        font-size: 0.62rem;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 45% !important;
    }
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        padding-right: 0.9vw;
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.14vw;
    }
    #primary.content-area {
        margin-top: 35px;
    }
}
@media (min-width: 768px) {
    .calc-inner {
        flex: 0 0 20%;
    }
}
@media (max-width: 991px) {
    .navbar-collapse {
        padding: 0;
        border-top: 2px solid #0567a8;
        position: fixed;
        background-color: rgba(5, 103, 168, 0.8);
        top: 111px;
        right: 0;
        z-index: 99;
        overflow: scroll;
        width: 100%;
        height: 100%;
        background-position: center;
    }
    .navbar-nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        background-color: #0567a8;
        margin: 0;
        padding: 5px 15px 74px 15px;
        z-index: 99;
        height: 100%;
        overflow-y: scroll;
    }
    .navbar-light .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 18px;
    }
    .navbar-nav .dropdown-toggle::after {
        display: none;
    }
    .navbar-light .navbar-nav .dropdown-menu {
        display: block;
        border: 0;
        background-color: #0567a8;
    }
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .menu-item-has-children .active > .dropdown-item,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #ffc107;
    }
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255, 193, 7, 0.8) !important;
    }
    .navbar-light .dropdown-item:active,
    .navbar-light .dropdown-item:focus,
    .navbar-light .dropdown-item:hover {
        background-color: transparent !important;
        color: rgba(255, 193, 7, 0.8) !important;
    }
    .navbar-light .navbar-nav .current_page_ancestor.active > .nav-link {
        color: #fff !important;
    }
    .destop-collapse {
        display: none;
    }
    .mobile-collapse {
        position: absolute;
        top: 70px;
        background-color: #fff;
        width: 100%;
        border: 1px solid #ececec;
        padding: 0 15px;
        border-top: 2px solid #000;
    }
    .accordion-wraper,
    .case-study-step,
    .demo-content .xs-list,
    .demo-content p,
    .rate-detail,
    .service-info-block,
    .single-blog-post-thumb,
    .single-box,
    .single-work-process,
    .why-choose-us-block,
    .xs-info-img,
    .xs-info-wraper.style2,
    .xs-single-pricing {
        margin-bottom: 30px;
    }
    .social-list li {
        margin-bottom: 10px;
    }
    .service-info-block-area .btn-wraper .btn {
        margin-bottom: 20px;
    }
    .xs-logo-wraper {
        display: none;
    }
    .nav-header {
        float: left;
    }
    .xs-menus {
        height: 80px;
    }
    .align-to-right,
    .nav-sticky .nav-header {
        float: none;
    }
    .xs-header .navSidebar-wraper {
        display: none;
    }
    .xs-header.header-main .xs-menu-tools {
        padding: 30px 0;
        text-align: right;
    }
    .xs-header.header-main .navSidebar-wraper {
        right: 15px;
        bottom: 0;
    }
    .xs-header.header-main .xs-menus .nav-menu > li {
        margin: 0;
    }
    .xs-header.header-main .xs-menus .nav-menu > li:not(:last-child):before {
        display: none;
    }
    .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a,
    .xs-header.header-main .xs-menus .nav-menu > li > a {
        padding: 15px;
    }
    .nav-brand > img {
        margin-top: 13px;
    }
    .nav-brand img.logo-sticky {
        margin-top: 0;
    }
    .xs-header.header-main .xs-menus .nav-menu > li > a:before {
        display: none;
    }
    .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
        border-color: transparent #00138e #00138e transparent;
    }
    .xs-menus .nav-menu li > .nav-submenu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
    .xs-menus .nav-menu .xs-icon-menu {
        padding: 30px;
    }
    .xs-menus .nav-menu .xs-icon-menu .single-menu-item:not(:last-child) a {
        padding-bottom: 20px;
        border-bottom: 1px solid #f7f7f7;
        padding-top: 20px;
    }
    .xs-menus .nav-menu .xs-icon-menu .single-menu-item:not(:first-child) a {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f7f7f7;
    }
    .xs-menus .nav-menu ul.xs-icon-menu .single-menu-item:last-child a {
        border-bottom: 0;
    }
    .nav-sticky .nav-overlay-panel,
    .nav-sticky .xs_nav-portrait .nav-menus-wrapper {
        height: 100vh;
    }
    .header-transparent .xs-header.header-main .xs-menus .nav-menu > li > a {
        color: #333;
    }
    .header-transparent .nav-toggle:before {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .nav-sticky.sticky-header .nav-toggle:before {
        background-color: #333;
        -webkit-box-shadow: 0 0.5em 0 0 #333, 0 1em 0 0 #333;
        box-shadow: 0 0.5em 0 0 #333, 0 1em 0 0 #333;
    }
    .banner-image.image-two {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .banner-image.image-one {
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px;
    }
    .banner-image.image-three {
        margin-right: 0;
        margin-top: 30px;
    }
    .single-banner-slide.slide-two .xs-banner-content {
        padding-left: 0;
    }
    .banner-title {
        font-size: 2.7333333333rem !important;
    }
    .parallax-icon {
        display: none;
    }
    .xs-inline-form .row:before {
        display: none;
    }
    .xs-inline-form {
        display: block;
    }
    .xs-inline-form .form-control {
        padding-left: 20px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .xs-inline-form .row + .check-btn {
        border-radius: 0;
    }
    .work-process-icon:after,
    .work-process-icon:before {
        display: none;
    }
    .xs-info-img {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .address-info-list {
        text-align: left;
    }
    .address-info-list li:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .address-info-list li .address-icon {
        min-width: 56px;
    }
    .partner-area .xs-lsit li:not(:last-child) {
        margin-bottom: 10px;
    }
    .partner-area .xs-lsit {
        margin-bottom: 20px;
    }
    .xs-list > li:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .xs-top-bar .xs-list > li:not(:last-child) {
        margin-bottom: 0;
    }
    .copyright-text {
        margin-bottom: 20px;
    }
    .address-info-list li a {
        font-size: 0.9rem;
    }
    .case-about-area .about-info {
        width: 100%;
    }
    .inner-banner-area + .case-about-area .case-about-img {
        margin-top: -100px;
    }
    .doodle-parallax {
        display: none;
    }
    .project-brief-wraper .xs-list {
        margin-bottom: 30px;
    }
    .case-study-step-wraper > .row:not(:last-child) {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .single-contact-info {
        margin-bottom: 30px;
    }
    .faqAccordion .btn-link:after {
        position: absolute;
        right: 30px;
        top: 0;
    }
    .product-filter-wraper .woocommerce-ordering {
        margin-right: 0;
    }
    .woocommerce-ordering .shop-filter-title {
        display: none;
    }
    .tab-filter .nav-tabs .nav-item .nav-link {
        padding: 6px;
    }
    .product-filter-area .select {
        margin-right: 40px;
    }
    .single-product-slider .product-header img {
        width: 100%;
    }
    .rate-list li .star-rating {
        width: 40%;
        margin-top: 10px;
        padding-left: 0;
    }
    .blog-inner-page {
        margin-bottom: 50px;
    }
    .blog-post-lists + .pagination {
        margin-bottom: 50px;
    }
    .service-info-section .xs-heading .section-title {
        font-size: 2.2rem;
    }
    .service-summary-text {
        padding-left: 0;
    }
    .service-info-img,
    .service-summary-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .service-info-wraper > [class^="col-"]:not(:last-child) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .boosting-section .section-padding-small-bottom,
    .our-security-section .section-padding-small-bottom,
    .service-info-section .section-padding-small-bottom {
        padding-bottom: 15px;
    }
    .banner-slider .banner-image {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-tabs .nav-item .nav-link {
        padding: 27px 1px 26px;
        font-size: 0.8rem;
    }
    .main-tabs .nav-item:not(:last-child) {
        margin-right: 15px;
    }
    .main-tabs .nav-item {
        width: calc(calc(100% / 5) - 14px);
    }
    .service-preview-content {
        padding-left: 0;
    }
    .header-tranparent-style2 .xs-menus .nav-toggle:before {
        background-color: #333;
        -webkit-box-shadow: 0 0.5em 0 0 #333, 0 1em 0 0 #333;
        box-shadow: 0 0.5em 0 0 #333, 0 1em 0 0 #333;
    }
    .header-tranparent-style2.sticky-header .xs-header .nav-brand > img {
        margin-top: 0;
    }
    .header-tranparent-style2 .xs-header .nav-brand > img {
        margin-top: 13px;
    }
    .xs-header.header-main .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
        border-color: transparent #333 #333 transparent !important;
    }
    .widget-posts .widget-post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .widget-posts .widget-post .media-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .xs-top-bar .xs-hidden {
        display: none;
    }
    .xs-top-bar-info {
        text-align: center;
    }
    .award {
        flex-wrap: wrap;
        justify-content: center;
    }
    .award-section {
        padding: 0 !important;
        flex: 0 0 30%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 80px;
    }
    .award-inner {
        padding-top: 25px !important;
    }
    .award-img img {
        width: 85px;
    }
    .img-width {
        width: 140px;
    }
    .categories {
        flex: 0 0 300px !important;
    }
    .card-deck {
        flex-direction: row;
        overflow-y: scroll;
        flex-wrap: nowrap;
        padding-bottom: 15px;
    }
    .lowest-brokerage .card-deck {
    flex-direction: unset;
    justify-content: center;
}
.lowest-brokerage .plan-section .categories {
    padding: 10px;
}
    .count-title {
        font-size: 1.8rem;
    }
    .counter {
        padding: 10px 0;
    }
    .counter img {
        width: 60px;
    }
    .plan-section .categories {
        flex: 0 0 350px !important;
    }
    .table-side-title {
        font-size: 1.7rem;
        width: 100%;
        text-align: center;
    }
    .single-case-studies .case-body p {
        font-size: 0.62rem;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 43% !important;
    }
}
@media (max-width: 767px) {
    .xs-top-bar-info {
        text-align: center;
    }
    .xs-top-bar-info li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
    }
    .xs-top-bar .xs-list {
        text-align: center;
    }
    .xs-header.header-main .xs-menu-tools {
        padding: 19px 0;
    }
    .xs-section-padding {
        padding: 50px 0;
    }
    .why-choose-us-block {
        padding: 0;
    }
    .xs-info-wraper {
        padding-left: 0;
    }
    .case-study-step h3,
    .section-title,
    h3 {
        font-size: 1.5rem;
    }
    .main-tabs .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .main-tabs .nav-item {
        width: 100%;
    }
    .main-tabs .nav-item .nav-link:before {
        display: none;
    }
    .single-service-preview {
        padding: 20px;
    }
    .service-preview-content {
        padding-left: 0;
    }
    .testimonial-slider-preview,
    .testimonial-slider-thumb {
        padding: 0;
    }
    .single-service-preview {
        padding: 30px;
    }
    .address-info-list li a {
        font-size: 1rem;
    }
    .funfact-wraper [class*="col-"]:not(:last-child) .single-funfact:before {
        display: none;
    }
    .funfact-wraper [class*="col-"]:not(:last-child) .single-funfact {
        margin-bottom: 20px;
    }
    .main-filter li a.selected:before,
    .main-filter li a:hover:before {
        display: none;
    }
    .call-to-action-content {
        padding-right: 0;
    }
    .call-to-action-area .btn-wraper {
        text-align: center;
    }
    .case-about-area .case-about-img {
        display: none;
    }
    .project-brief-wraper {
        padding-bottom: 50px;
    }
    .single-cases-card .card-image > img {
        width: 100%;
    }
    .single-blog-post-thumb .post-image img {
        width: 100%;
    }
    .faqAccordion .btn-link {
        padding: 15px 30px;
    }
    .faqAccordion .card-body {
        padding: 30px;
    }
    .xs-faq-group [class^="col-"]:first-child .xs-single-faq:last-child {
        margin-bottom: 50px;
    }
    .product-filter-wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .woocommerce-ordering .shop-filter-title {
        top: 0;
        padding-right: 0;
        margin-bottom: 7px;
        display: inline-block;
    }
    .product-filter-wraper .woocommerce-ordering {
        margin-right: 0;
    }
    .product-filter-area .select {
        float: left;
        margin-right: 0;
    }
    .product-filter-area .tab-filter {
        width: 100%;
    }
    .product-filter-area .woocommerce-ordering,
    .product-filter-area .xs-serach {
        margin-bottom: 15px;
    }
    .pagination li:not(:last-child) {
        margin-right: 15px;
    }
    .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product-summary {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-cart-info-list.list-inline > li:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-tab .nav-item .nav-link.active {
        border-color: transparent;
        padding-bottom: 10px;
    }
    .main-tab .nav-item:not(:last-child) {
        margin-right: 25px;
    }
    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0;
    }
    .xs-comments-area .comment:not(:last-child) .children {
        margin-left: 10px;
    }
    .xs-comments-area .comment-body img {
        width: 60px;
        height: 60px;
    }
    .xs-comments-area .meta-data {
        margin-left: 70px;
    }
    .xs-comments-area .comment:not(:last-child) .meta-data {
        margin-bottom: 25px;
    }
    .xs-comments-area {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .post-list .post-body {
        padding: 30px;
    }
    .post-list .entry-title {
        font-size: 1.4rem;
    }
    .video-popup-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    blockquote:before {
        font-size: 2rem;
        margin-top: 0;
    }
    blockquote > p {
        padding-left: 47px;
    }
    .single-blog-post .post-body {
        padding: 25px;
    }
    .social-list > li {
        margin-bottom: 10px;
    }
    .author-card,
    .comment-respond.respond-style2,
    .post-navigation,
    .xs-comments-area.comment-style2 {
        padding: 30px 25px;
    }
    .author-card .author-img {
        margin-right: 14px;
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .post-next,
    .post-previous {
        border-color: transparent;
    }
    .single-post-nav {
        margin-right: 0;
    }
    .post-navigation [class^="col-"] + [class^="col-"] .single-post-nav {
        margin-left: 0;
    }
    .post-previous {
        margin-bottom: 20px;
    }
    .xs-comments-area .comment-content {
        padding-right: 0;
    }
    .xs-comments-area.comment-style2 .comment:not(:last-child) .children {
        padding-left: 10px;
    }
    .blog-single-post-section .blog-sidebar-wraper {
        margin-top: 30px;
    }
    .service-info-section .xs-heading .section-title {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .service-info-block-area .xs-heading .section-title {
        font-size: 1.266667rem;
    }
    .service-summary-text {
        padding-left: 0;
    }
    .service-summary-text > p {
        padding-right: 0;
    }
    .piechats-wraper .single-piechart:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .service-summary-text.service-summary-2 {
        padding-right: 0;
    }
    .xs-menu-tools {
        display: none;
    }
    .single-case-studies .image img {
        width: 100%;
    }
    .single-bio-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .single-bio-thumb .bio-info {
        margin-left: 24px;
    }
    .xs-banner-content.banner-content-v2 .banner-title {
        font-size: 2.6rem;
    }
    .hiring-image {
        text-align: center;
        margin-bottom: 30px;
    }
    .faq-question-wraper {
        padding-bottom: 50px;
    }
    .faq-accordion-group {
        padding-bottom: 50px;
    }
    .product-header > img {
        width: 100%;
    }
    .woocommerce-ordering .shop-filter-title {
        display: block;
    }
    .woocommerce-ordering {
        width: 100%;
    }
    .product-filter-area .select {
        width: 100%;
    }
    .product-filter-area .select-options {
        width: 100%;
    }
    .our-security-section.xs-section-padding {
        padding-bottom: 30px;
    }
    .boosting-section.xs-section-padding {
        padding-top: 30px;
    }
    .widget-posts .widget-post {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .widget-posts .widget-post .media-body {
        margin-top: 15px;
    }
    .post-list .entry-meta > span:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .award {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .award-section {
        margin-bottom: 75px;
        -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        margin-right: 15px;
        margin-left: 15px;
    }
    .award :last-child {
        margin-bottom: 0 !important;
    }
    .xs-banner.banner-v2 .single-banner-slide {
        min-height: 560px;
        background-size: contain;
    }
    .wd-25 {
        max-width: calc(50% - 2rem);
    }
    .wd-50 {
        max-width: 100%;
    }
    .card-deck {
        flex-direction: row;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .categories {
        -webkit-flex: 0 0 260px !important;
        -ms-flex: 0 0 260px !important;
        flex: 0 0 260px !important;
        margin-left: 15px;
    }
    #menu-header-menu ul.dropdown-menu li > ul.dropdown-menu {
        margin-left: 15px;
    }
    .plan-section .categories {
        -webkit-flex: 0 0 350px !important;
        -ms-flex: 0 0 350px !important;
        flex: 0 0 350px !important;
    }
    .mobile-order {
        order: 1;
    }
    .counter {
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    }
    .counter img {
        width: 60px;
    }
    .xs-banner-content.banner-content-v2 {
        margin-top: 25px;
        text-align: center;
    }
    .cal-wrap,
    .counter-box {
        margin-right: 0;
        margin-left: 0;
        flex-direction: row;
        overflow-y: scroll;
        flex-flow: nowrap !important;
    }
    .counter {
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        flex: 1 0 230px;
        -ms-flex: 1 0 230px;
        -webkit-flex: 1 0 230px;
        margin-right: 15px !important;
        border-radius: 0.25rem;
        margin: 0;
    }
    .gallery-column {
        flex: 1 0 230px;
    }
    .gallery-row {
        flex-direction: row;
        overflow-y: scroll;
        flex-wrap: nowrap !important;
        margin-left: 0;
        margin-right: 0;
    }
    .table-side-title {
        position: relative;
        margin: 50px 0;
        font-size: 16px;
        width: 75%;
        text-align: center;
    }
    .calc-inner {
        flex: 0 0 230px;
        margin: 0 auto;
    }
    .banner-image.image-one {
        margin-top: 41px !important;
    }
    .single-case-studies .case-body p {
        font-size: 0.7rem;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .faqAccordion .btn-link:after {
        top: 0;
    }
    .faqAccordion .btn-link:after {
        left: -10px;
        width: 40px;
        padding-left: 18px;
    }
    .faqAccordion .btn-link {
        padding: 10px 10px 10px 35px;
    }
    #media.owl-carousel.owl-drag .owl-item {
        flex: 0 1 auto;
        flex-direction: row;
    }
    .single-case-studies {
        flex: 0 1 auto;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 44% !important;
    }
    .faq-img-wraper img {
        width: 230px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .award {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .award-section {
        -ms-flex: 0 0 90%;
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .award-first {
        position: relative;
        display: inline-block;
        width: 35%;
        margin: 0;
    }
    .award-img {
        left: -50%;
        width: 100%;
    }
    .award-img img {
        width: 80px;
    }
    .award-inner {
        padding-top: 0 !important;
    }
    .award-section .award-inner h5 {
        text-align: left !important;
    }
    .award :last-child {
        margin-bottom: 0 !important;
    }
    .calc-inner {
        flex: 0 0 50%;
        margin: 0 auto;
    }
    .xs-banner-content.banner-content-v2 {
        margin-top: 30px;
        text-align: center;
    }
    .wd-50 {
        max-width: 100%;
    }
    .wd-25 {
        max-width: 100%;
    }
    .mobile-full-post.single-blog-post-thumb .post-body {
        padding: 20px 20px;
    }
    .mobile-full-post .text-over .entry-header {
        width: auto;
    }
    .mobile-post {
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-post .post-image {
        max-width: 30%;
    }
    .mobile-post .post-body {
        max-width: 70%;
        padding: 15px;
    }
    .mobile-order {
        order: 1;
    }
    .card-deck {
        flex-direction: row;
        overflow-y: scroll;
    }
    .categories {
        flex: 0 0 200px;
        margin-left: 15px;
    }
    .plan-section .categories {
        flex: 0 0 350px !important;
    }
    .px-sm-0 {
        padding: 0;
    }
    .table-side-title {
        position: relative;
        margin: 50px 0;
        font-size: 16px;
        width: 75%;
    }
    .counter {
        flex: 1 0 40%;
    }
    .counter img {
        width: 50px;
    }
    .single-case-studies .image img {
        width: 70%;
        margin: 0 auto;
    }
    .single-case-studies .case-body p {
        font-size: 1rem;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .inner-bg {
        background-size: auto !important;
        margin-top: 60px;
    }
    #media.owl-carousel.owl-drag .owl-item {
        flex: 0 1 auto;
        flex-direction: row;
    }
    .single-case-studies {
        flex: 0 1 auto;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 100% !important;
    }
}
@media (max-width: 480px) {
    .xs-heading[class*="text-"] {
        margin-bottom: 40px;
    }
    .xs-info-img + .video-content {
        position: static;
    }
    .service-info-img,
    .service-summary-img {
        display: none;
    }
    .partner-area .xs-list {
        text-align: left !important;
    }
    .copyright .social-list {
        text-align: center;
    }
    .xs-banner-content.banner-content-v2 .banner-title {
        font-size: 2.4rem;
    }
    .xs-banner.banner-v2 .single-banner-slide {
        min-height: auto;
        background-image: none !important;
    }
    .xs-banner-content.banner-content-v2 .banner-subtitle {
        margin-bottom: 11px;
    }
    .xs-banner-content p {
        color: #424242;
        font-weight: 400;
        font-size: 1rem;
        line-height: 25px;
        padding-top: 20px;
        margin-bottom: 25px;
        text-align: center;
    }
    .section-padding-small {
        padding: 40px 0;
    }
    .piechats-wraper .single-piechart {
        float: none;
        display: block;
        text-align: center;
    }
    .call-to-action-content {
        text-align: center;
    }
    .post-list .entry-meta > span:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 8px;
    }
    .case-study-step h3,
    .section-title,
    h3 {
        font-size: 1.6rem;
    }
    .wd-50 {
        max-width: 100%;
    }
    .wd-25 {
        max-width: 100%;
    }
    .mobile-full-post.single-blog-post-thumb .post-body {
        padding: 20px 20px;
    }
    .mobile-full-post .text-over .entry-header {
        width: auto;
    }
    .mobile-post {
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
    }
    .mobile-post .post-image {
        max-width: 30%;
        padding-top: 20px;
    }
    .mobile-post .post-body {
        max-width: 70%;
        padding: 15px;
    }
    .mobile-order {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
    }
    .banner-image.image-one {
        padding-top: 3rem;
    }
    .single-blog-post-thumb {
        margin-bottom: 20px;
        flex: 0 1 100% !important;
    }
    .award-section {
        flex: 0 0 88%;
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .categories {
        flex: 0 0 230px !important;
    }
    .icon-bar {
        display: none;
        right: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        bottom: 0;
        top: auto;
        z-index: 99;
    }
    .card-image-body {
        padding-top: 40px;
    }
    .site-blue.categories h5.card-title {
        text-transform: uppercase;
    }
    .invest-column:nth-child(2n + 0) {
        border-right: 0 !important;
    }
    .calc-circle {
        width: 90px;
        height: 90px;
    }
    .calc-img {
        width: 40px;
    }
    .calc-inner {
        padding: 15px;
    }
    .table-side-title {
        position: relative;
        width: 75%;
        color: #fff;
        border: 1px solid #fff;
        padding: 14px;
        font-size: 16px;
        text-align: justify;
        font-weight: 300;
        margin: 50px 0;
        visibility: hidden;
    }
    .px-sm-0 {
        padding: 0;
    }
    .single-case-studies .case-body p {
        font-size: 0.88rem;
    }
    .counter {
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        flex: 1 0 180px;
        margin-right: 15px !important;
        border-radius: 0.25rem;
        margin: 0;
    }
    .counter:nth-child(2n + 0) {
        margin-left: 0;
    }
    .counter img {
        padding-top: 0 !important;
    }
    .count-title {
        font-size: 1.8rem;
    }
    .gallery-row {
        flex-direction: row;
        overflow-y: scroll;
        flex-wrap: nowrap !important;
        margin-left: 0;
        margin-right: 0;
    }
    .gallery-column {
        flex: 1 0 230px;
    }
    #imagegallery .modal-lg,
    .modal-xl {
        width: calc(100% - 30%);
        height: auto;
        margin: 0 auto;
        margin-top: 2%;
        max-width: none;
    }
    #imagegallery .mySlides .img-fluid {
        max-width: 100%;
        height: auto;
    }
    #imagegallery .modal-content {
        height: 100%;
    }
    .plan-section .price-subtext {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .pricing-body .xs-list li:not(:last-child) {
        padding-bottom: 5px;
        padding-top: 5px;
        margin: 0;
    }
    .plan-section .categories {
        flex: 0 0 80% !important;
    }
    .cal-wrap,
    .counter-box {
        margin-right: 0;
        margin-left: 0;
        flex-direction: row;
        overflow-y: scroll;
        flex-flow: nowrap !important;
    }
    .counter img {
        width: 50px;
    }
    .single-case-studies .image img {
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width: 320px) {
    :root {
        font-size: 13px;
    }
    .service-info-summary h3 {
        font-size: 1rem;
    }
    .section-padding-small-bottom {
        padding-bottom: 30px;
    }
    .piechats-wraper .single-piechart:not(:last-child) {
        margin-right: 0;
    }
    .call-to-action-content h2 {
        font-size: 2rem;
        text-align: center;
    }
    .banner-slider .single-banner-slide {
        min-height: 650px;
    }
    .banner-title {
        font-size: 1.7333333333rem;
    }
    .xs-banner-content .banner-title {
        margin-bottom: 20px;
    }
    .section-padding-small-top.boosting-section {
        padding-top: 15px;
    }
    .main-filter li a {
        font-size: 1rem;
    }
    .main-filter li:not(:last-child) {
        margin-right: 20px;
    }
    .inner-banner-title {
        font-size: 2rem;
    }
    .main-tab .nav-item .nav-link {
        font-size: 1rem;
    }
    .service-info-block-area .btn-wraper .btn:not(:last-child) {
        margin-right: 0;
    }
    .widget-posts .widget-post .media-body {
        margin-top: 0;
    }
    .post-list .entry-meta > span:not(:last-child) {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .post-list .entry-meta > span {
        display: block;
    }
    blockquote {
        padding: 20px;
    }
}






.menubar-icon {
    font-size: 46px;
    color: #1489cc;
}
