@media (max-width: 767px) {
    .gw-hero-main-title {
        font-size: 30px;
    }
	.front ul { 
		flex-wrap:wrap;
	}
	.front ul li {
		width:100%;
		margin-bottom: 20px;
	}
	.gw-hero-list ul {
	    flex-direction: column;
	    align-items: center;
	    gap: 5px;
	}
	#testimonialCarousel .testimonial-card {
	  padding: 2rem 3rem 2rem 3rem;
	}
	.carousel-control-next-icon,
	.carousel-control-prev-icon {
	    width: 2rem;
	    height: 2rem;
	}
	.form input {
	    min-width:  200px;
	}
	.gw-hero-list ul li {font-size: 18px;}
    h3.line-title::after {
        width: 50px;
        right: -65px;
    }
    h3.line-title::before {
        width: 50px;
        left: -65px;
    }
    .gw-thank-you-wrap {
        font-size: 17px;
    }
    .wizard.wzrd-4 ul li a {
        display: flex;
        justify-content: center;
    }
    .gw-logo {
        max-width: 200px;
    }
    .phone-number-wrap {
        margin-top: 25px;
        text-align: center;
    }
    .phone-number-wrap .mb-2 {
        margin-bottom: 0 !important;
    }
    .gw-hero-main-title {
        font-size: 25px;
    }
    .gw-hero-list ul li {
        font-size: 15px;
        line-height: 1.3;
    }
    .gw-hero-list ul li::before {
        top: 10px;
    }
    .gw-hero-list ul {
        display: table;
        max-width: 250px;
        margin: auto;
    }
    .gw-hero-list {
        padding: 5px 0 25px;
    }
    .container.gw-hero-desc-wrap {
        margin-top: 20px;
    }
    .hero-desc-text {
        font-size: 17px;
        text-align: center;
    }
    .founder-info-text {
        font-size: 17px;
    }
    .founder-name, .founder-title {
        text-align: center;
        margin-right: 0;
    }
    .testimonial-wrap {
        padding: 30px 0;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 1.2rem;
    }
    .author-badge {
        margin-right: 0;
        text-align: center;
    }
    #testimonialCarousel .testimonial-card {
        align-items: center;
    }
    img.gw-footer-logo {
        max-width: 220px;
        margin: 20px 0 0;
    }
    .footer-logos {
        margin: 20px 0;
    }
    .nmls-links-wrap {
        font-size: 13px;
        line-height: 1.8;
    }
    /*index ends*/
    
    .wizard.wzrd-1 * {
        z-index: 99;
        position: relative;
    }
    .wizard h1 {
        font-size: 18px;
        padding: 18px;
        line-height: 1em;
    }
    .wizard {
        padding: 40px 5%;
    }
    .gw-slide-rule {
        font-size: 18px;
    }
    .range-slider .slider-range {
        font-size: 18px;
    }
    .wizard ul li a {
        display: flex;
        justify-content: center;
    }
    .personal-info-sec .form input {
        width: auto;
    }
    .address-sec .form input {
        width: auto;
    }
    .gw-sm-main-title {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
	.gw-pp-form {
	    position: relative;
	}
	.gw-pp-right {
	    position: absolute;
	    width: 150px;
	    right: 3%;
	    top: 30%;
	    text-align: left;
	    font-size: 12px;
	    background: #c7c7c7;
	    padding: 12px;
	    border: 1px solid #999;
	    border-radius: 5px;
	}
}