@media (min-width: 1600px) {
    .header .container-fluid {
        padding: 0 12rem;
    }
}

@media (max-width: 1600px) {
    .swiper-slide.swiper-slide-active .portfolio-item {
        margin: 40px;
    }
}

@media (max-width: 1500px) {
    .hero-shape1 {
        transform: rotate(-10deg);
        top: -15%;
        right: -7%;
    }

    .banner-3 {
        padding: 220px 0 310px;
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {

    .navbar-collapse,
    .navbar-toggler {
        background: var(--themeht-white-color);
    }

    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 44px;
        line-height: 54px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
    }

    .par-3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .header .themeht-btn {
        display: none;
    }

    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-toggler {
        height: 36px;
        width: 36px;
        padding: 0;
        border-radius: 50px;
        margin-left: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .ht-toggler svg {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .ht-toggler .line {
        fill: none;
        stroke: var(--themeht-primary-color);
        stroke-width: 6;
        transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ht-toggler .line1,
    .ht-toggler .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .ht-toggler .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line1,
    .ht-toggler[aria-expanded="true"] .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .navbar-collapse {
        max-height: 400px;
        left: 0;
        padding: 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        top: 18px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        color: var(--themeht-text-color);
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-link.show {
        border-bottom: 1px solid var(--themeht-border-light-color);
        color: var(--themeht-primary-color);
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: var(--themeht-text-color);
        display: block;
    }

    .page-title {
        padding: 160px 0;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .header-right {
        margin-left: 20px;
    }

    .timeline::before {
        display: none;
    }

    .banner-2 {
        padding: 200px 20 120px;
    }

}

@media (max-width: 767px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    #header-wrap {
        padding-top: 0px !important;
        background-color: #fff;
    }

    .navbar {
        padding: 13.3px 5px;
    }

    .logo img {
        height: 37px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: normal;
    }

    .theme-title h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: normal;
    }

    .hidden-xs {
        display: none;
    }

    .banner-2 {
        padding: 100px 15px 35px;
        text-align: center;
        margin-bottom: 0px;
        min-height: 350px !important;
    }

    .img-dashboard {
        position: relative !important;
        height: 560px !important;
    }

    .home-video {
        position: relative !important;
        bottom: -30px !important;
        width: 100% !important;
        height: 280px !important;
    }

    .timeline-dot {
        display: none;
    }

    h4 {
        margin-top: 20px;
    }

    .img-curve {
        margin-top: 20px;
    }

    .m-space {
        margin-top: 210px;
    }

    .sidebar {
        padding: 15px 0px;
    }

    .sidebar a {
        display: inline-block;
        padding: 10px 12px;
    }

    .blog .content {
        padding: 15px;
    }

    .visits {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .position-relative {
        padding:0.1rem 1.8rem 1.8rem 1.8rem !important;
    }

    .resources-hub {
        padding: 15px;
    }

    .lead {
        font-size: 18px;
        line-height: 26px;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .signup .left-panel,
    .signup .right-panel {
        padding: 25px;
    }

    .client-logo {
        max-width: 128px;
        margin-bottom: 30px;
    }

    .m-left {
        text-align: left !important;
    }

    .category-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 19px;
    }

    .story-section {
        border: 1px solid var(--themeht-primary-color);
    }

    .category-col {
        flex: 0 0 calc(100% / 3);
        padding-right: 0px;
        padding-left: 0px;
    }

    .category-card {
        width: 108px;
        margin-bottom: 10px;
    }

    .delivery-parnters {
        padding: 0px 15px;
    }

    .testimonial-col {
        text-align: center;
    }

    .p-7,
    .p-4,
    .p-6,
    .p-11 {
        padding: 10px 0px !important;
    }

    .testimonial-text,
    .testimonial-img {
        min-height: 70px;
    }

    .ai-powered,
    .affordable {
        padding: 25px !important;
        margin-top: 50px;
    }

    .ai-powered h2 {
        text-align: left;
    }

    .feature-list li.w50 {
        width: 100% !important;
        margin-top: 25px;
    }

    /* .text-end {
        text-align: left !important;
    } */

    .footer-social {
        margin-top: 30px;
		float:left;
    }
	
	.question-card{
		text-align:center;
	}

    section {
        padding: 40px 0;
    }

    footer {
        padding-bottom: 0px;
    }
	
	.feature-list i{
		top:1px;
	}
	.feature-list li{
		margin-bottom: 14px;
	}
	.crm-bubble-text{
		color: #9b9b9b;
		font-size: 18px;
		line-height: 1.8;
	}
	
	.crm-bubble-result{
		color: #2c7be5c4 !important;
		font-size: 18px;
		line-height: 1.6;	
	}
	.hidden-md{
		display:block;
	}
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px !important;
    }
}