.menu-wrap {
    display: none;
 }
 .datstra-box.mobile {
	 display: none;
 }
 @media screen and (min-width: 1601px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px !important;
}
.services-tabs .content-wrapper .cat-desc {
    width: 70%;
}
/* .price-card {
    min-height: 755px;
} */

 }

@media only screen and (min-device-width : 1601px) 
and (max-device-width : 1919px) {
    
	.homebanner-box-2 {
    width: 200px;
    left: 20%;
    top: 0;
}
.homebanner-box-1 {
    width: 300px;
    bottom: 54%;
}
.homebanner-box-4 {
    width: 310px;
    right: 0;
    bottom: 74%;
}
.homebanner-box-3 {
    width: 240px;
    bottom: 52%;
    right: 6%;
}
} 

@media screen and (min-width: 1300px) {
	.homebanner{
	  min-height:100vh;	
	}
	/* .home-banner-graphics-wrap {
		height: 706px;
	} */
	/* h1.homebanner-title.text-center.aos-init.aos-animate {
        min-height: calc(100vh - 706px);
    } */
}
@media screen and (max-width: 1800px) {
	.testimonial-content {
	-webkit-line-clamp: 5;
}
}
@media screen and (max-width: 1600px) {
	.testimonial-content {
	-webkit-line-clamp: 4;
	font-size: 18px;
}
}
@media screen and (max-width: 1500px) {
	.testimonial-content {
	-webkit-line-clamp: 4;
}
}
@media screen and (max-width: 1300px) {
	.testimonial-content {
	font-size: 16px;
	line-height: 1.6;
	-webkit-line-clamp: 4;
}
	.dotted-lines {
    width: 50%;
}
.feature-item {
    margin: 20px 0px;
}
.features-list .feature-item:nth-child(odd) {
    margin-left: -170px;
}
.feature-icon {
    width: 100px;
    height: 100px;
}
.feature-content h3 {
    font-size: 24px;
}
.feature-desc p {
    font-size: 14px;
    line-height: 24px;
}
.features-main-icon {
    width: 130px;
    height: 130px;
    padding: 30px;
}

} 
@media screen and (max-width: 1200px) {
    .menu-wrap {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        background: #1a1a1a;
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .menu-wrap.menu-open {
        display: block;
    }

    .menu-wrap .mobile-menu-close {
        position: absolute;
        top: 40px;
        right: 50px;
    }

    .menu-full-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .menu-sidebar {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .menu-sidebar ul li {
        list-style: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .menu-sidebar ul li a {
        font-size: 22px;
        line-height: 34px;
        color: #fff;
        position: relative;
    }

    .menu-sidebar ul li.current-menu-item a, .menu-sidebar ul li ul.sub-menu li.current-menu-item a {
        color: var(--primary) !important;
    }

    .menu-sidebar ul li.current-menu-item a:after {
        background: var(--primary);
    }

    .menu-sidebar ul li a:hover {
        color: var(--primary);
    }

    .menu-sidebar ul li a:after {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        margin-top: 4px;
    }

    .menu-sidebar ul li a:hover:after {
        width: 100%;
        background: var(--primary);
    }

    .menu-sidebar .header_btn {
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (min-width : 768px) 
and (max-width : 991px) {
	.home-banner-graphics-wrap svg {
    /* height: 60vh !important; */ /* Removed - was making SVG too tall */
    width: auto !important;
    max-height: 300px; /* Set reasonable max height */
    margin-top: 0 !important;
}
	.pricing-slider .col-lg-4:nth-child(1) {
    order: 1;
}
.pricing-slider .col-lg-4:nth-child(2) {
    order: 3;
}
.pricing-slider .col-lg-4:nth-child(3) {
    order: 2 !important;
}
	/* .price-card {
    min-height: 610px;
} */
	[data-aos] {
                opacity: 1 !important;
                transform: none !important;
            }
	.homebanner-box-1 {
    left: 13%;
}
.homebanner-box-2 {
    left: 23%;
}
.homebanner-box-3 {
    top: 50%;
    right: 13%;
}
.homebanner-box-4 {
    bottom: 55%;
    right: 0;
}
}
@media only screen and (min-device-width : 1080px) 
and (max-device-width : 1180px) {
	/* .price-card {
    min-height: 840px;
} */
}
@media only screen and (min-device-width : 992px) 
and (max-device-width : 1024px) {
	h1.homebanner-title {
    font-size: 6vh !important;
}
	.home-banner-graphics-wrap {
    /* min-height: 33vh !important; */ /* Removed - was forcing height */
    /* max-height: 33vh !important; */
}
	.home-banner-graphics-wrap svg {
    /* height: 38vh !important; */ /* Removed - was making SVG too tall */
    width: auto !important;
    max-height: 250px; /* Set reasonable max height */
    margin-top: 0 !important;
}
	/* .price-card {
    min-height: 870px;
} */
	[data-aos] {
                opacity: 1 !important;
                transform: none !important;
            }
	.bkt_container {
        width: 90%;
    }
	.schedule-section {
    padding-top: 120px;
}
	.wpcf7 .wpcf7-response-output {
    font-size: 13px;
}
.homebanner-box-1 {
    top: 220px;
    left: 18%;
}
.homebanner-box-2 {
    left: 26%;
}
	.homebanner-box-3 {
            bottom: 20%;
        right: 16%;
        top: auto;
}
.homebanner-box-4 {
    bottom: 50%;
    right: 8%;
}

    .feature-content h3 {
        font-size: 22px;
    }
	.feature-desc p {
        font-size: 13px;
        line-height: 20px;
    }
	.features-list .feature-item:nth-child(odd) .feature-content {
    padding-right: 130px;
}
.features-list .feature-item:nth-child(odd) {
        margin-left: -130px;
    }
	    .feature-icon {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 992px) {
	.home-about-img img {
    padding-left: 0px;
}
.home-content-img img {
    padding-right: 0px;
}
	/* Dark mode toggle styles removed */
	.home-about-section .home-about-heading :nth-child(3) {
        margin-left: -4px;
    }
	/* .home-about-section svg, .home-about-section img {
    width: 50%;
}
.home-content-section svg, .home-content-section img {
    width: 50%;
    height: auto;
} */
	.home-about-img, .home-content-img {
    text-align: center;
}
	.home-about-section .row {
    flex-direction: column-reverse;
}
	.bkt_container {
        width: 90%;
    }
	.menu-sidebar ul li ul.sub-menu {
    /* left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    border-radius: 32px;
    position: relative;
    margin-bottom: 60px;
    padding: 10px;
	visibility: visible;
        opacity: 1; */
		position: static;
		visibility: visible;
        opacity: 1;
        width: 100%;
        margin-top: 30px;
        display: none;
}
span.sidebar-menu-arrow::after {
    color: #fff;
}
/* .menu-sidebar ul li:hover ul.sub-menu {
	display: block;
} */
.menu-sidebar ul li ul.sub-menu li {
    margin-bottom: 0px;
}
.menu-sidebar ul li ul.sub-menu li a {
    color: #fff !important;
}
	.schedule-section {
    padding-top: 120px;
}
	.wpcf7 form.sent .wpcf7-response-output {
    position: unset;
    transform: none;
    font-size: 12px;
}
	.wpcf7 .invalid .wpcf7-response-output {
    display: none;
}
	.service-list-content {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.sub-tab-content .row:nth-child(even) .service-list-content {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.service-list-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.sub-tab-content .row:nth-child(even) .service-list-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
	.contact-page.common-padding {
            padding-top: 30px;
        }
        
        .innerbanner-title.text-center {
            font-size: 40px;
        }

        .contact-page .heading {
            font-size: 34px;
            margin-bottom: 25px;
        }

        .contact-page .desc  p{
            font-size: 16px;
            line-height: 30px;
        }

        .wpcf7-form .form-control {
            margin-bottom: 30px;
        }

        /* Lets Chat */
        .lets-chat .heading {
            font-size: 40px
        }
	.pricing-slider {
    margin-top: 40px;
}
.page-template-template-pricing .inner-page-banner {
    padding-bottom: 80px;
}
.price-card-1 {
    margin-right: 0px;
    padding: 20px;
}
.pricing-slider .col-lg-4 {
    padding-inline: 15px;
}
.pricing-slider .row {
    justify-content: center;
    align-items: flex-start !important;
}
.price-details ul li {
    font-size: 15px;
}
.price-card-1 .price-link {
    margin-right: 0px;
}
.price-card-2 {
    padding: 20px;
    margin-top: 40px;
}
.price-tabs .tab-links li {
    font-size: 13px;
}
.price-card-3 {
    padding: 20px;
    margin-left: 0px;
}
.price-link {
    font-size: 18px;
}
.price-card-3 .price-link {
    margin-top: 16px;
}
.price-tabs .tab-links {
    margin-top: 20px;
}
.price-card-1 .price-details {
    margin-top: 10px;
}
.price-type {
    margin-top: 20px;
}
	.services-tabs .post-title {
            margin-top: 20px;
        }
        .features-section .features-main-icon {
            margin: 0 auto;
            width: 120px;
            height: 120px;
            padding: 10px;
        }
        .features-list .feature-item:nth-child(odd) {
            margin-left: 0px;
        }
        .features-list .feature-item:nth-child(odd) .feature-content {
            padding-right: 0px;
        }
        .feature-content h3 {
            font-size: 22px;
        }
        .feature-desc p {
            font-size: 14px;
            line-height: 20px;
        }
        .feature-item {
            flex-direction: column;
            text-align: center;
        }
        .feature-content {
            width: 100%;
            margin-left: 0;
            margin-top: 16px;
        }
        .dotted-lines {
            display: none;
        }
        .features-main-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .feature-icon {
            width: 90px;
            height: 90px;
        }
        .features-list:last-child .feature-item {
            margin-bottom: 0px;
        }
	#team-modal .modal-body {
    padding: 20px;
}
	.modal-dialog {
    width: 100vw;
    padding-inline: 10px;
    margin-inline: 0px;
}
.modal-body {
    padding: 20px;
}
.approach-image-wrapper {
    padding: 30px;
}
.modal-body .col-md-7.ps-5 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
#approach-title {
    margin-top: 16px;
}
.close-popup {
    right: 4px;
    top: 4px;
}
	.social-links {
    justify-content: center;
}
#footer {
    text-align: center;
}
.footer-text {
    padding-right: 0px;
}
    #footer .row > div:not(:last-child) {
        margin-bottom: 30px;
    }

    /* Homepage */

    /* Banner */
    .homebanner-title.text-center {
        font-size: 50px;
    }

    .home-about-heading {
        margin-top: 30px;
		text-align: left !important;
    }

    .homebanner-box-4:before {
        top: -30px;
    }

    /* Services */
    .services-section {
    padding-top: 55px;
}

     /* About Page */
     .innerbanner-title.text-center {
        font-size: 46px;
    }

    .about-list-section .row:nth-child(odd) .about-list-cont ,
    .about-list-section .row:nth-child(even) .about-list-cont {
        padding-left: 12px;
        padding-right: 12px;
    }

    .about-list-section .about-list-img {
        margin-bottom: 25px;
    }
   
}
@media (max-width: 768px) {
    /* Add padding to container-fluid for testimonials on mobile */
    .testimonials-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Ensure keen-slider doesn't overflow */
    .testimonials-keen-slider {
        padding: 40px 0px;
        width: 100%;
    }
    
    .testimonial-content {
        overflow: hidden;
		-webkit-line-clamp: 3;
		padding-right: 0px;
		text-wrap: balance;
    }
    .read-more, .read-less {
        color: var(--primary);
        cursor: pointer;
        font-size: 16px;
        margin: 10px 0px;
    }

    .read-less {
        display: none;
    }
    
    /* Make case study buttons full width on mobile */
    .case-study-footer .theme-btn {
        width: 100%;
        text-align: center;
    }
}
/* Removed rule that was hiding read more/less buttons on desktop */
@media screen and (max-width: 767px) {
    /* Ensure proper spacing for testimonial cards on mobile */
    .testimonials-keen-slider .keen-slider__slide {
        padding: 10px 5px !important;
    }
    
.testimonial-box {
    min-height: 390px;
    margin: 0 auto;
    max-width: calc(100% - 20px);
}
.testimonial-name {
    margin-top: 0px;
}
	.testimonials-slider .swiper-wrapper {
    justify-content: unset;
}
	.price-card:hover {
    transform: none;
}
    .home-content-section.position-relative.bottom-padding {
    text-align: center !important;
}
    .sub-tab {
        display: none;
    }
    
    .sub-tab-wrapper select {
    display: block !important;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #b7b7b7;
    background-color: #fff !important;
    border-radius: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
        .tab-custom-select {
    position: relative; 
}
.tab-custom-select::after {
    content: "";
    position: absolute;
    background-image: url('https://datstraanalyts.wpenginepowered.com/wp-content/uploads/2024/09/down-chevron_9144316.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 17px;
    right: 10px;
    top: 14px;
    height: 15px;
}

    .sub-tab-wrapper select > option{
       font-size:12px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis; 
    }
    
.testimonials-heading{
    font-size:22px;
}
.home-banner-title-wrap{
    /* min-height: 32vh !important; */ /* Removed - was forcing height */
    /* max-height: 32vh !important; */
}
.home-banner-graphics-wrap {
    /* min-height: 50vh !important; */ /* Removed - was forcing height */
    /* max-height: 50vh !important; */
}
.banner-img-dektop{
display:none;
}
.banner-img-mobile{
display:block;
}
	.team-member-box:hover {
    box-shadow: 0px 17px 40px -40px #0000001A;
}
	.team-member-box {
    padding-inline: 20px;
}
.team-imgbox:before {
    width: calc(100% - 40px);
    left: 20px;
}
	.service-list-image .post-image {
    height: 300px;
}
	.services-tabs .sub-tab {
    margin-bottom: 10px;
}
	.about-list-img {
		height: 240px;
	}
	.page-template-template-about .inner-page-banner .banner-icon img {
    width: 40%;
}
.page-template-template-about .banner-icon.text-center.mb-4 {
    margin-bottom: 10px !important;
}
.page-template-template-about .inner-page-banner {
    padding-top: 70px;
}
	.datstra-box.mobile {
	 display: block;
 }
 .datstra-box.desktop {
	 display: none;
 }
.sub-tab-wrapper {
    display: block;
}
	.homebanner-box-1 {
        width: 150px;
		top: 60%;
        left: 20px;
    }
	.homebanner-box-1:before {
    width: 28px;
    height: 28px;
    top: -10px;
    left: -13px;
}
.homebanner-box-4:after {
    rotate: 0deg;
    right: -30px;
    left: auto;
    top: -94%;
}
    .homebanner-box-2 {
        left: 20%;
        top: 40%;
    }

    .homebanner-box-3 {
        bottom: 25%;
        right: 2%;
        width: 130px;
        top: auto;
    }

    .homebanner-box-4 {
       bottom: 40%;
        right: 4%;
        width: 160px;
    }
	.sub-tab-wrapper.fixed {
        position: static;
    }
     .tab-switcher .sub-tab-wrapper.fixed .sub-tab {
        font-size: 18px;
		line-height: 30px;
    }
	#dynamic-team-link {
    margin-bottom: 0px;
}
	.contact-page .contact-form {
            margin-top: 30px
        }
        .contact-page .heading {
            font-size: 30px;
        }

        .contact-form .submit-btn {
            margin-top: 15px;
        }

        .wpcf7-form .form-control {
            padding: 10px 15px;
            margin-bottom: 30px;
            font-size: 15px;
        }

        .wpcf7 .wpcf7-response-output {
            width: 100%;
        }

        /* Lets Chat */
        .lets-chat {
            margin-top: 75px
        }

        .lets-chat:before {
            background-size: 150px;
            top: -72px;
            width: 150px;
        }
        
        .lets-chat.common-padding {
            padding: 75px 0;
        }

        .lets-chat .heading {
            font-size: 34px
        }

        .lets-chat .theme-btn {
            font-size: 15px;
            padding: 10px 20px;
        }

        /* map */
        .map_section .map iframe {
            height: 400px;
        }
	.price-card-1 {
    padding: 20px;
}
.pricing-slider {
    margin-top: 40px;
    margin-inline: 20px;
}
.price-details ul li {
    font-size: 14px;
}
    .price-tabs .tab-content ul li {
        font-size: 14px;
    }
.price-tabs .tab-links li {
    font-size: 12px;
}
.price-card-3 {
    margin-left: 0px;
    margin-top: 40px;
    padding: 20px;
}
.price-link {
    font-size: 18px;
}
.price-card-1 .price-link {
    margin-right: 0px;
}
.pricing-section {
    padding-bottom: 55px;
}
.price-card {
    min-height: 457px;
}
.pricing-mid-section {
    padding-bottom: 75px;
}
.page-template-template-pricing .inner-page-banner {
    padding-bottom: 40px;
}
.price-title {
    font-size: 24px;
	margin-top: 20px;
}
.price-card-2 {
    padding: 20px;
}
	.services-tabs .post-title {
    margin-top: 20px;
    text-align: center;
}
.services-tabs .content-wrapper .excerpt {
    text-align: center;
}
        .features-section .features-main-icon {
            margin: 0 auto;
            width: 120px;
            height: 120px;
            padding: 10px;
        }
        .features-list .feature-item:nth-child(odd) {
            margin-left: 0px;
        }
        .features-list .feature-item:nth-child(odd) .feature-content {
            padding-right: 0px;
        }
        .feature-content h3 {
            font-size: 22px;
        }
        .feature-desc p {
            font-size: 14px;
            line-height: 20px;
        }
        .feature-item {
            flex-direction: column;
            text-align: center;
        }
        .feature-content {
            width: 100%;
            margin-left: 0;
            margin-top: 16px;
        }
        .dotted-lines {
            display: none;
        }
        .features-main-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .feature-icon {
            width: 90px;
            height: 90px;
        }
        .features-list:last-child .feature-item {
            margin-bottom: 0px;
        }
        .services-tabs .tab-content .row:not(:last-child) {
            margin-bottom: 30px;
        }

        .services-tabs .content-wrapper .cat-desc {
            width: 100%;
            margin: 40px auto 60px;
        }

        .tab-switcher .tab-wrapper {
            padding: 18px 25px;
            border-radius: 20px;
            grid-gap: 15px;
        }

        .tab-switcher .tab {
            padding: 15px 30px;
            font-size: 16px;
        }
    .common-padding {
    padding: 55px 0px;
    }
	.toolkit-section {
    padding-top: 20px;
    }
	.bottom-padding {
    padding-bottom: 55px;
}
.toolkit-section.bottom-padding {
    padding-top: 55px;
}
    h2 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
        line-height: 32px;
    }

    .theme-btn {
        font-size: 16px;
    }

    /* Header */
    .menu-wrap .mobile-menu-close {
        top: 30px;
        right: 30px;
    }

    .menu-wrap .mobile-menu-close svg {
        width: 25px;
        height: 25px;
    }

    .menu-sidebar ul li {
        margin-bottom: 30px;
    }

    .menu-sidebar ul li a {
        font-size: 20px;
    }

    /* Homepage */
    /* Banner */
    .homebanner {
        height: auto;
        position: relative;
    }

    .homebanner-title.text-center {
        font-size: 40px;
        padding-top: 120px;
    }

    .home-about-heading {
    margin-top: 30px;
    text-align: center !important;
}
	.home-about-heading span {
    text-align: left !important;
}
    .homebanner-box-4:before {
        display: none;
    }

    .homebanner-inner.position-relative {
        position: static !important;
    }

    .homebanner-inner {
        display: flex;
        flex-flow: wrap;
    }

    .homebanner-main-img {
        position: static;
        text-align: center;
        order: 5;
		width: 90%;
		margin-top: 170px;
    }

    /* .homebanner-box-1,
    .homebanner-box-2,
    .homebanner-box-3,
    .homebanner-box-4 {
        position: static !important;
        width: 50%;
    }
    .homebanner-box-3,
    .homebanner-box-4 {
        position: relative !important;
        top: 40px;
        left: 0;
        right: 0;
    }
    .homebanner-box-1 img,
    .homebanner-box-2 img,
    .homebanner-box-3 img,
    .homebanner-box-4 img {
        max-width: 50%;
    } */

    /* Logo Slider */
    .brandslider {
        margin-top: 30px;
    }

    .brand_item {
        height: auto;
    }

    /* Services */
    .services-box {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .service-content h4 {
        font-size: 25px;
        margin-top: 10px;
        line-height: 1;
    }

     /* Brand Logos */
     .brands_section {
        padding-top: 55px;
    }

    /* Testimonials */
    .testimonials-section {
    padding-top: 55px;
}
    /* Schedule Section */
    .schedule-section {
        padding-top: 120px;
    }

    /* Footer */
    #footer {
    padding-top: 55px;
}

    .footer-heading {
        font-size: 20px;
    }

    .footer-text {
        margin-top: 10px;
        padding-right: 0px;
    }

    .nav-menu-footer ul li a {
        font-size: 16px;
    }

    .copyright-section {
        padding: 20px;
    }

    .copyright-text {
        font-size: 16px;
        line-height: 1.5;
    }

    /* About Page */
    .inner-page-banner {
    padding-top: 115px;
    padding-bottom: 15px;
}
.inner-page-banner .banner-icon img {
    width: 50%;
}

    .innerbanner-title.text-center {
        font-size: 40px;
    }
    .about-list-section.common-padding {
    text-align: center !important;
}

    .about-list-section .row {
        margin-bottom: 20px;
    }

    .about-list-section h2 {
        font-size: 24px;
    }

    /* Our Approach */
    .our-approach-section.common-padding {
        padding-top: 20px;
    }
    .our-approach-section .approach-desc {
        margin-bottom: 60px;
    }
    .approach-slider .swiper-wrapper {
        padding-bottom: 75px;
    }
    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .our-approach-section {
    padding-top: 45px;
}

    /* Team Section */
    .team-section {
    padding-top: 55px;
    padding-bottom: 55px;
}
    .about-bottom-section {
        position: static;
        padding: 50px 20px;
		margin-top: 50px;
		margin-inline: 20px;
    }
    .about-bottom-section * {
        font-size: 18px;
        line-height: 34px;
    }
    /* Brand Logo */
    .page-template-template-about .brands_section {
    padding-top: 55px;
    padding-bottom: 55px;
}

    .brands_section .brands_heading {
        font-size: 25px;
    }
    
}

@media screen and (max-width: 575px) {
	.tab-switcher .tab, .tab-switcher .tabs-list.fixed .tab {
            padding: 14px 20px;
            font-size: 14px;
        }
    .homebanner-title.text-center {
        font-size: 30px;
		line-height: 1.4;
    }

    .logo-wrapper img {
        width: 250px;
    }

    /* About Page */
    .innerbanner-title.text-center {
        font-size: 32px;
    }
}
@media screen and (max-width: 420px) {
	.homebanner-title.text-center {
        font-size: 28px;
    }
}
@media screen and (max-width: 400px) {
	.homebanner-title.text-center {
        font-size: 26px;
    }
}
@media screen and (max-width: 380px) {
	.homebanner-title.text-center {
        font-size: 24px;
    }
}
@media screen and (max-width: 360px) {
	.homebanner-title.text-center {
        font-size: 22px;
    }
}
@media screen and (max-width: 391px) {
	/* .testimonial-content {
    height: 420px;
} */
}