body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

body {
    float: left;
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

button {
    transition: .8s;
}
/*  */
.custom-modal {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  font-family: 'Segoe UI', sans-serif;
}

.custom-modal .modal-title {
  font-size: 22px;
  color: #111827;
}
.newsletter-main #quick-quote-message {
    clear: both;
    max-width: 85%;
    margin-left: auto;
    padding-top: 10px;
}

.custom-modal input.form-control {
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  color: #111;
}
button.btn-close {
    outline: none;
    border: none;
    background: red;
    color: white;
    border-radius: 100px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------  Start Css 22-07-2025 ------------*/
.newsletter-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter-main button {
    width: 260px;
    background: #4433FF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    border: 0;
    border-radius: 40px;
}
.main-phone {
    font-size: 26px;
    font-weight: bold;
    color: white !important;
    margin: 10px;
}
.get-quote-left .main-phone {
    margin: 0;
    font-size: 35px;
}
.image-over-main {
    position: relative;
    z-index:99;
}
.image-over-main .image-over-content {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 40% !important;
    text-align: center;
        z-index: 9;
}
.image-over-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #0000006b;
    height: 100%;
}
.image-over-main .image-over-content .main-phone {
    font-size: 40px;
    font-weight: 600;
}
.image-over-main .image-over-content h2 {
    color: white !important;
    font-weight: 600;
    font-size: 40px;
}
.amazing-features ul li {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
/* --------  End Css 22-07-2025 ------------*/

.custom-modal input.form-control::placeholder {
  color: #6b7280;
  font-weight: 500;
}
/*  */

.form-control:focus {
    box-shadow: none;
}

.container {
    max-width: 1170px;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}


/*======== HOME PAGE CSS ========*/


.open-nav {
    display: none;
}

div#myNav {
    display: none;
}


.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** ====== HEADER START ====== **/

button.btn.btn-outline-success.my-2.my-sm-0.login-btn {
    margin-right: 16px;
}

.home-banner {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/banner-img.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 120px;
}


/*.home-page{
    float: left;
    width: 100%;
    position: relative;
background: url(../images/banner-img.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-size: auto;
background-repeat: no-repeat;
background-size: 100%;
}*/

/*section#top-header-section {
    float: left;
    width: 100%;
    position: relative;
background: url(../images/banner-img.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-size: auto;
background-repeat: no-repeat;
background-size: 100%;
}*/

.login-btn {
    background: #705ae2;
    border-color: #705ae2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 45px;
    border-radius: 40px;
    font-size: 17px;
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 20px 0;
    border-bottom: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav li.nav-item.active a.nav-link {
    border-bottom: 2px solid #fff;
}

header#header {
    float: left;
    width: 100%;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
}

header#header .navbar {
    padding: 0.5rem 0;
}

header#header .container {
    max-width: 1300px;
}

.left-banner-content {
    float: left;
    width: 51%;
    padding-top: 162px;
}

.left-banner-content p span {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    float: left;
    line-height: 60px;
    width: 100%;
}

.left-banner-content p>span {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    float: left;
    line-height: 60px;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 0;
}

.left-banner-content p {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    float: left;
    line-height: 60px;
}

div#banner-right-image {
    width: 44%;
    padding: 0;
    position: relative;
    right: 0;
    margin-top: -119px;
    left: auto;
    overflow: hidden;
    z-index: 1;
    float: right;
}

/** ====== HEADER END ====== **/

/** ====== MAIN SECTION START ====== **/
.home-banner-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 88px;
    line-height: 104px;
    letter-spacing: 0px;
    color: #ffffff;
    /* Adjust as needed */

}

span.gradient-box1 {
    position: absolute;
    width: 307px;
    height: 440px;
    left: 0;
    top: 614px;
    /* background: linear-gradient( 
180deg
 , #E1A089 0%, #B953EC 47.97%, #705AE2 100%); */
    /* filter: blur(41.6474px); */
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

span.gradient-box3 {
    width: 205px;
    height: 510px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 9;
}

span.gradient-box2 {
    position: absolute;
    width: 197px;
    height: 671px;
    left: 0;
    bottom: 100px;
    z-index: 99999;
}

section#main-section {
    float: left;
    width: 100%;
    background: #282734;
    padding: 167px 0 257px;
    position: relative;
}

span.wave_img {
    position: absolute;
    bottom: 208px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.vector-image {
    position: absolute;
    right: 0;
    top: 480px;
}

.main-section-content h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    float: left;
    line-height: 60px;
    margin: 30px 0 0;
}

.main-section-content {
    float: left;
    width: 100%;
    padding-left: 0px;
}

section#main-section .container {
    max-width: 1090px;
}

.main-section-content p {
    font-size: 18px;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
    line-height: 27.22px;
}

.third-main-div {
    max-width: 1055px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.second-main-div {
    max-width: 931px;
    margin: 0 auto;
    overflow: hidden;
}

.left-main-icon.slideanim.slide {
    margin-bottom: 125px;
}

button.btn.more-info-btn {
    width: 275px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #705ae2;
    border-radius: 70px;
    margin: 135px auto 0;
    float: none;
    display: block;
    position: relative;
    z-index: 2;
}

/** ====== MAIN SECTION END ====== **/

/** ====== FOTTER SECTION START ====== **/
footer#footer {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.footer-links li {
    display: block;
    margin-bottom: 15px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links li a {
    color: #231F20;
    font-size: 15px;
    font-weight: 800;
}

.footer-links.social h4 {
    color: #231F20;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 15px;
}

.footer-links.social li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}


/** ====== FOTTER SECTION END ====== **/


/** ====== HOME PAGE START ====== **/
.home-banner-content {
    float: left;
    width: 48%;
    text-align: left;
    color: #fff;
    min-height: 800px;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}

#banner.home-banner .container {
    max-width: 1300px;
}


.home-banner-content p {
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-top: 25px;
    font-weight: 500;
}

.home-banner-content button {
    width: 280px;
    height: 55px;
    background: #4433FF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 40px;
    margin-top: 40px;
}

.left-home-content h2 {
    font-size: 52px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.left-home-content p {
    color: #fff;
    font-size: 18px;
    line-height: 27.22px;
    margin-top: 21px;
}

.left-home-content {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
    min-height: 636px;
}

.home-banner-right {
    float: left;
    width: 48%;
    position: relative;

}

.banner-right-box {
    width: 230px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
}

.banner-right-box.Christmas {
    right: 0;
    left: auto;
    top: 380px;
}

.banner-right-box.Christmas.Purple {
    right: auto;
    left: 0;
    top: 500px;
}

.banner-right-box h3 {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 700;
    display: inline-block;
}

.banner-right-box p {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
    margin: 10px 0 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
    float: right;
    scale: .9;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #202A43;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2B1FB0;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}




section#main-section.home-main-section {
    padding: 0;
}

.home_section1 {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    background: url(../images/section-two.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;

}

section#main-section .home_section1 .container {
    max-width: 1270px;
}

.home-right-image.slide {
    right: 20;
    position: absolute;
    bottom: 0;
}

.home-right-image.slide2 {
    right: 20;
    position: absolute;
    bottom: 0;
    left: 174px;


}

.home-right-image.slide2 img {
    max-width: 108%;
}

.home-right-image.slide img {
    max-width: 88%;
}

/* .home-right-image.slide2 img{
	max-width: 125%;
} */
.home-right-image.slideanim.slide img {
    width: auto;
}

.home-right-image img {
    max-width: initial;
    margin-top: 0;
}

.home-banner-content h1 {
    font-size: 75px;
    line-height: 85px;
    float: left;
    width: 100%;
    margin-top: -126px;
    font-weight: 700;
    letter-spacing: 0px;
}



.video-secdtion.home_section1 {
    background-color: #22202C;
    padding: 170px 0;

}

.video-secdtion.home_section1 {
    background-image: url(../images/home-path-middle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
}

.home_section1 .left-home-content {
    align-items: flex-start;
    width: 95%;
    margin: 50px 0;
}

.home_section1 h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.home_section1 .left-home-content h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 62px;
    margin: 2px 0 0;
}

.home_section1 .left-home-content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 95%;
}


.amazing-features {
    background: #fafafa;
    float: left;
    width: 100%;
    padding: 100px 0;
}

.amazing-features-top {
    text-align: center;
}

.amazing-features-top h3 {
    font-size: 14px;
    color: #231F20;
    font-weight: 700;
    display: inline-block;
    margin-right: 50px;
    text-align: left;
}

.amazing-features-top h3 b {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    float: left;
    margin: 2px 0 0;
}

.amazing-features-top p {
    font-size: 15px;
    color: #231F20;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    width: 396px;
    text-align: left;
    vertical-align: bottom;
}

.features-left {
    width: 280px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 800px;
}

.features-left h3 {
    font-size: 22px;
    color: #231F20;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
    max-width: 220px;
}

.features-left p {
    font-size: 15px;
    color: #231F20;
    font-weight: 500;
    line-height: 26px;
}

.features-left-one.mar-bottom {
    margin-bottom: 115px;
}

.features-mid {
    float: left;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 636px;
}

.amazing-features .container {
    max-width: 1450px;
}

.checkout {
    float: left;
    width: 100%;
    background: #010101;
    position: relative;
    overflow: hidden;
}

.checkout-text {
    width: 400px;
    padding: 150px 0;
}

.checkout-text h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.checkout-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    margin: 4px 0 0;
}

.checkout-text p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}

.checkout-text button {
    width: 260px;
    height: 55px;
    background: #4433FF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    border-radius: 40px;
    margin-top: 50px;
}

.checkout-right {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial {
    padding: 100px 0;
    float: left;
    width: 100%;
    clear: both !important;
    background: #FAFAFA;
}

.testimonial-text {
    width: 630px;
}

.testimonial-text h3 {
    font-size: 14px;
    font-weight: 700;
    color: #231F20;
}

.testimonial-text h2 {
    padding-bottom: 63px;
    font-size: 30px;
    font-weight: 700;
    color: #231F20;
    line-height: 32px;
    margin: 4px 0 0;
}

.testimonial-text p {
    font-size: 15px;
    font-weight: 500;
    color: #231F20;
    line-height: 24px;
    margin-top: 20px;
    max-width: 410px;
    margin-bottom: 50px;
}

.testimonial-box {
    box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}

.testimonial-box span {
    width: 85px;
    height: 85px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.testimonial-box h3 {
    font-size: 22px;
    color: #231F20;
    font-weight: 700;
    margin: 12px 0;
}

.testimonial-box p {
    font-size: 15px;
    color: #231F20;
    font-weight: 500;
    line-height: 24px;
}

.architectural {
    float: left;
    width: 100%;
}

.architectural-left {
    float: left;
    width: 50%;
    padding: 0;
    position: relative;
    background: url(../images/architectural-left.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 820px;
}

.architectural-left-text {
    width: 470px;
    position: absolute;
    bottom: 40px;
    left: 100px;
}

.architectural-left-text h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    max-width: 450px;
}

.architectural-left-text p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0;
}

.architectural-left-text a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

.architectural-left-text a img {
    margin-left: 5px;
}

.architectural-left.right {
    background: url(../images/architectural-right.png);
}

.architectural .col-sm-6 {
    padding: 0;
}

.download-app {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #fafafa;
}

.download-app-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 700px;
}

.download-app-left h3 {
    font-size: 15px;
    font-weight: 700;
    color: #231F20;
}

.download-app-left h2 {
    font-size: 60px;
    font-weight: 700;
    color: #231F20;
    line-height: 62px;
    margin: 4px 0 0;
}

.download-app-left p {
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    line-height: 24px;
    margin-top: 20px;
    max-width: 410px;
    margin-bottom: 30px;
}

.download-app-left li {
    display: inline-block;
    margin-right: 15px;
    max-width: 45%;
}

.download-app-right img {
    max-width: 82%;
    float: right;
}

.get-quote {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    background: url(../images/get-quote.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*height: 350px;*/
}

.get-quote-left {
    padding: 60px 0;
}

.get-quote-left h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    margin: 0px 0 0;
}

.get-quote-left p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
    max-width: 400px;
}

.get-quote-right {
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 6px;
    float: right;
    width: 86%;
    margin-top: 215px;
}

.get-quote-input {
    background: none;
    border: 0;
    font-weight: 700;
    padding: 9px 15px;
    width: 60%;
    font-size: 14px;
    color: #fff;
}

.get-quote-input:focus {
    border: 0;
    outline: none;
}

.get-quote-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.get-quote-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.get-quote-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.submit-btn {
    width: 180px;
    height: 43px;
    background: #4433FF;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 40px;
    float: right;
}

.home-banner.mobile {
    display: none;
}

.features-mid img.mobile {
    display: none;
}

.features-left.mobile {
    display: none;
}

.mobile-testimonial {
    display: none;
}


/** ====== HOME PAGE END ====== **/










@media only screen and (max-width: 1600px) {

    .home-banner-content {
        min-height: 730px;
    }

    .home-banner-content h1 {
        font-size: 74px;
        line-height: 80px;
    }

    .banner-right-box.Christmas {
        top: 330px;
    }

    .banner-right-box.Christmas.Purple {
        top: 430px;
    }

    .checkout-text {
        padding: 90px 0;
    }

    .checkout-right {
        width: 55%;
    }


}



@media only screen and (max-width: 1440px) {

    .navbar-brand img {
        width: 90px;
        height: 94px;

        top: 48px;
        left: 219;
    }

    .container {
        max-width: 1140px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        margin: 0 15px 0;
    }

    header#header {
        float: left;
        width: 100%;
        padding: 15px 0;
        position: absolute;
        z-index: 2;
    }

    header#header .container {
        max-width: 1060px;
    }

    .home-banner-content {
        min-height: 625px;
        width: 100%;
        max-width: 700px;
    }
    

    .home-banner-content h1 {
        font-size: 55px;
        line-height: 65px;
        max-width: 85%;
    }

    #banner.home-banner .container {
        max-width: 1060px;
    }

    .home-banner-content p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }

    .home-banner-content button {
        margin-top: 35px;
        width: 250px;
        height: 50px;
        font-size: 13px;
    }

    .home-banner-right {
        width: 52%;
    }

    .banner-right-box h3 {
        font-size: 17px;
    }

    .switch {
        margin: 0;
    }

    .banner-right-box p {
        font-size: 12px;
        max-width: 85%;
    }

    .banner-right-box {
        top: 70px;
        width: 210px;
    }

    .banner-right-box.Christmas {
        top: 280px;
    }

    .banner-right-box.Christmas.Purple {
        top: 360px;
    }

    section#main-section .home_section1 .container {
        max-width: 1060px;
    }

    .home_section1 .left-home-content {
        margin: 10px 0;
    }

    .home_section1 h3 {
        font-size: 13px;
    }

    .home_section1 .left-home-content h2 {
        font-size: 31px;
        line-height: 48px;
    }

    .home_section1 .left-home-content p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }

    .home-right-image.slide img {
        max-width: 90%;
    }

    .amazing-features {
        padding: 70px 0 0 0;
    }

    .amazing-features-top h3 {
        font-size: 12px;
        margin-right: 40px;
    }

    .amazing-features-top h3 b {
        font-size: 50px;
        line-height: 50px;
    }

    .amazing-features-top p {
        font-size: 13px;
        width: 345px;
        line-height: 20px;
    }

    .amazing-features .container {
        max-width: 1280px;
    }

    .features-left {
        width: 235px;
        min-height: 670px;
    }

    .features-left h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .features-left p {
        font-size: 12px;
        line-height: 20px;
    }

    .features-left-one.mar-bottom {
        margin-bottom: 100px;
    }

    .features-mid img {
        max-width: 95%;
    }

    .checkout-text {
        padding: 130px 0;
    }

    .checkout-text h3 {
        font-size: 13px;
    }

    .checkout-text h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .checkout-text p {
        font-size: 13px;
        margin-top: 15px;
    }

    .checkout-text {
        width: 345px;
    }

    .checkout-text h2 {
        font-size: 50px;
    }

    .checkout-text button {
        width: 250px;
        height: 50px;
        font-size: 13px;
        margin-top: 40px;
    }

    .testimonial {
        padding: 70px 0;
    }

    .testimonial-text h3 {
        font-size: 13px;
    }

    .testimonial-text h2 {
        font-size: 42px;
        line-height: auto;
    }

    .testimonial-text p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .testimonial-box {
        padding: 25px;
        height:265px;
    }

    .testimonial-box span {
        width: 75px;
        height: 75px;
    }

    .testimonial-box h3 {
        font-size: 18px;
    }

    .testimonial-box p {
        font-size: 13px;
        line-height: 22px;
    }

    .architectural-left {
        height: 610px;
    }

    .architectural-left-text {
        width: 405px;
    }

    .architectural-left-text h3 {
        font-size: 40px;
    }

    .architectural-left-text p {
        font-size: 13px;
        margin: 15px 0;
        line-height: 22px;
    }

    .architectural-left-text a {
        font-size: 12px;
    }


    .download-app {
        padding: 70px 0;
    }

    .download-app-left {
        min-height: 600px;
    }

    .download-app-left h3 {
        font-size: 13px;
    }

    .download-app-left h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .download-app-left p {
        font-size: 13px;
        max-width: 340px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .download-app-left li {
        margin-right: 5px;
    }

    .download-app-left li a img {
        max-width: 90%;
    }


    .get-quote {
        /*height: 300px;*/
    }

    .get-quote-left {
        padding: 50px 0;
    }

    .get-quote-left h2 {
font-size: 32px;
        line-height: 50px;
        max-width: 100% !important;
        /*margin: auto;*/
    }

    .get-quote-left p {
        font-size: 13px;
        max-width: 340px;
        line-height: 22px
    }

    .get-quote-right {
        margin-top: 150px;
    }

    .get-quote-input {
        font-size: 13px;
        padding: 10px 15px;
    }

    .submit-btn {
        width: 130px;
        height: 40px;
        font-size: 13px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-links li a {
        font-size: 12px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links.social h4 {
        font-size: 13px;
    }

    .footer-links.social li {
        margin-right: 4px;
    }

    .footer-links.social li a img {
        max-width: 80%;
    }




}




@media only screen and (max-width: 1366px) {}



@media only screen and (max-width: 1280px) {


    .home-banner-content {
        min-height: 595px;
    }

    .amazing-features .container {
        max-width: 1200px;
    }

    .features-mid {
        width: 58%;
    }

    .features-left {
        min-height: 600px;
    }

    .checkout-right {
        width: 58%;
    }

    .architectural-left {
        height: 550px;
    }


}


@media only screen and (max-width: 1200px) {


    .home-banner-content {
        min-height: 570px;
    }

}


@media only screen and (max-width: 1180px) {


    .home-banner-content {
        min-height: 540px;
    }

    .checkout-text {
        padding: 60px 0;
    }

    .checkout-text p {
        line-height: 22px;
    }

    .checkout-text button {
        margin-top: 30px;
    }



}



@media only screen and (max-width: 1080px) {

    .home-banner-content {
        min-height: 485px;
    }

    .home-banner-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-right-box {
        top: 25px;
    }

    .banner-right-box.Christmas {
        top: 200px;
    }

    .banner-right-box.Christmas.Purple {
        top: 290px;
    }

    .home_section1 .left-home-content {
        min-height: 600px;
    }

    .features-left {
        min-height: 550px;
    }

    .features-left-one.mar-bottom {
        margin-bottom: 70px;
    }

    .features-mid {
        width: 55%;
    }

    .checkout-text h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .checkout-right {
        width: 60%;
    }

    .checkout-text p {
        line-height: 20px;
    }

    .architectural-left-text {
        left: 70px;
    }


}


@media only screen and (max-width: 991px) {

    .navbar-collapse {
        flex-basis: auto;
        display: inline-block;
        flex-grow: inherit;
    }

    .navbar-nav {
        flex-direction: inherit;
    }

}



@media only screen and (max-width: 820px) {

    .home-banner {
        padding-top: 90px;
    }

    #banner.home-banner .container {
        max-width: 790px;
        width: 90%;
    }

    .container {
        width: 90%;
    }

    .home-banner-content {
        min-height: 360px;
    }

    .home-banner-content h1 {
        font-size: 37px;
        line-height: 43px;
        margin-top: 0;
    }

    .home-banner-content button {
        margin-top: 25px;
    }

    .banner-right-box {
        top: 10px;
        width: 200px;
        padding: 12px;
    }

    .banner-right-box.Christmas {
        top: 130px;
    }

    .banner-right-box.Christmas.Purple {
        top: 230px;
    }

    section#main-section .home_section1 .container {
        max-width: 790px;
    }

    .home_section1 .left-home-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-right-image.slide {
        text-align: right;
    }

    .home_section1 .left-home-content {
        min-height: 520px;
    }

    .home-right-image.slide img {
        max-width: 85%;
    }

    .features-left {
        width: 180px;
        min-height: 450px;
    }

    .features-mid {
        width: 48%;
        min-height: 415px;
    }

    .features-left-one.mar-bottom {
        margin-bottom: 40px;
    }

    .checkout-text {
        padding: 35px 0;
        width: 298px;
    }

    .checkout-text h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .checkout-right {
        width: 55%;
        height: 100%;
    }

    .checkout-right img {
        height: 100%;
    }


    .architectural-left-text {
        width: 345px;
    }

    .architectural-left-text {
        left: 40px;
    }

    .architectural-left-text h3 {
        font-size: 35px;
    }

    .download-app-left {
        min-height: 410px;
    }

    .download-app-left li {
        width: 45%;
    }

    .download-app-left li a img {
        max-width: 95%;
    }

    .footer-links.social li {
        margin-right: 0px;
        width: 32px;
    }

    .footer-links.social li a img {
        max-width: 85%;
    }

    .features-mid img {
        max-width: 100%;
    }

    .testimonial-box h3 {
        font-size: 16px;
    }

    .get-quote-right {
        width: 90%;
    }

    .get-quote-input {
        width: 50%;
    }




}


@media only screen and (max-width: 810px) {

    .home-banner-content {
        min-height: 355px;
    }


}




@media only screen and (max-width: 768px) {

    .home-banner-content {
        min-height: 330px;
    }

    .home-banner-content h1 {
        font-size: 35px;
        line-height: 42px;
    }

    .banner-right-box {
        top: 0;
    }

    .banner-right-box.Christmas {
        top: 115px;
    }

    .banner-right-box.Christmas.Purple {
        top: 220px;
    }

    .features-left {
        width: 170px;
        min-height: 420px;
    }

    .features-left h3 {
        font-size: 15px;
    }

    .checkout-text {
        width: 280px;
    }

    .checkout-right {
        height: 100%;
    }

    .checkout-right img {
             width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .checkout-text h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .checkout-text button {
        margin-top: 20px;
    }

    .home_section1 .left-home-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial-text h2 {
        font-size: 45px;
        line-height: 44px;
    }

    .testimonial-box span {
        width: 70px;
        height: 70px;
    }

    .testimonial-box h3 {
        font-size: 17px;
    }

    .architectural-left-text h3 {
        font-size: 35px;
    }

    .download-app-left {
        min-height: 430px;
    }

    .download-app-left h2 {
        font-size: 45px;
        line-height: 45px;
    }

    .download-app-left p {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .get-quote-left h2 {
        font-size: 34px;
        line-height: 45px;
        max-width: 100% !important;
    }

    .footer-links.social li {
        width: 30px;
    }



}



@media (max-width: 768px) {

    .container {
        width: 100%;
    }
    .ht-led-image {
    margin-left: 0 !important;
}
    .firefly-left {
    margin: auto;
}
    .amazing-features .feature-image {
    display: block !important;
    margin:auto;
}
.ht-mobile-layout .ht-text-content {
    margin: auto;
            padding: 30px !important;
}
.firefly-built-in {
    flex-wrap: wrap;
}
.firefly-built-in {
    padding: 0 !important;
    min-height: auto;
}
    .amazing-features {
        background-image: url(../images/color-bg.png) !important;
    }
.amazing-features .container {
    padding: 0 !important;
}
.amazing-features .firefly-left {
    padding: 0 30px !important;
}

.firefly-built-in h2 {
        font-size: 36px !important;
        text-align: center;
        max-width: 260px;
        margin: auto;
}
.ht-mobile-layout .ht-features li {
        font-size: 26px;
        margin-bottom: 12px;
        text-align: start;
        color: black;
        font-weight: 600;
    }


    #banner.home-banner .container {
        width: 100%;
    }

    .home-banner-right {
        display: none;
    }

    .open-nav img {
        max-width: 35px;
    }

    .home-banner.web {
        display: none;
    }

    .home-banner.mobile {
        float: left;
        width: 100%;
        position: relative;
        background: url(../images/hero-mobile-bg.jpg);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 120px;
    }

    .home-banner.mobile .home-banner-content {
        width: 100%;
        text-align: center;
        padding: 300px 0 100px;
    }

    .home-banner.mobile .home-banner-content h1 {
        max-width: 100%;
    }

    .home-banner.mobile .home-banner-content h1 {
        font-size: 38px;
        line-height: 60px;
    }

    .home-banner.mobile .home-banner-content p {
        font-size: 16px;
        line-height: 23px;
        padding: 0;
    }

    .home-banner.mobile .home-banner-content button {
        margin: 24px auto 0;
        width: 290px;
        height: 55px
    }

    .home_section1.mobile {
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
        background: url(../images/home_section1mobile-bg.png);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        overflow: hidden;
        background-size: auto;
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home-banner.mobile {
        display: block;
    }

    .home_section1.mobile .left-home-content {
        min-height: auto;
        text-align: center;
        padding: 35px 0;
        width: 100%;
    }

    .home_section1.mobile .home-right-image.slide {
        position: relative;
        right: -55px;
    }

    .home_section1.mobile h3 {
        width: 100%;
    }

    .home_section1.mobile .left-home-content h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .home_section1.mobile .left-home-content p {
        font-size: 15px;
        padding-right: 0;
    }

    .home_section1.mobile .home-right-image.slide img {
        max-width: 95%;
    }


    .amazing-features-top h3 {
        text-align: center;
        margin-right: 0;
        font-size: 14px
    }

    .amazing-features-top p {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin: 15px 0 0;
    }

    .features-left.web {
        display: none;
    }

    .features-mid.web {
        width: 100%;
    }

    .features-left.mobile {
        width: 100%;
        text-align: center;
        min-height: auto;
    }

    .features-left h3 {
        max-width: 100%;
        font-size: 22px;
    }

    .features-left p {
        width: 100%;
        font-size: 15px;
    }

    .features-mid.web img.web {
        display: none;
    }

    .features-mid img.mobile {
        display: block;
        max-width: 115%;
    }

    .features-left-one.mar-bottom {
        margin-bottom: 0;
    }

    .features-left.mobile {
        display: block;
    }


    .checkout-text {
        width: 100%;
        text-align: center;
        padding: 90px 30px;
    }

    .checkout-text h2 {
        font-size: 50px;
        line-height: 52px;
    }

    .checkout-text p {
        font-size: 15px;
    }

    .checkout-text button {
        width: 100%;
        height: 52px;
        margin-top: 45px;
    }

    .checkout-right {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .checkout .container {
        padding: 0
    }

    .testimonial-text {
        text-align: center;
        width: 100%;
    }

    .testimonial-text h3 {
        font-size: 15px;
    }

    .testimonial-text h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .testimonial-text p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px;
    }


    .testimonial .row.web {
        display: none;
    }

    .testimonial .mobile-testimonial {
        display: block;
    }

    .mobile-testimonial #carouselExampleControls {
        border-radius: 20px;
        box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
        padding: 30px;
        text-align: center;
        border-radius: 15px;
    }

    .mobile-testimonial .testimonial-box {
        padding: 15px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        text-align: left;
        margin: 10px;
                height: 285px;
    }




    .architectural-left-text {
        width: 80%;
    }

    .architectural-left-text h3 {
        font-size: 22px;
    }

    .architectural-left-text a {
        font-size: 14px;
    }

    .architectural-left.mobile {
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
        background: url(../images/architecturalmobile.png);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }

    .architectural-left.right.mobile {
        background: url(../images/architecturalmobile2.png);
    }


    .download-app-left {
        min-height: auto;
        text-align: center;
    }

    .download-app-left h3 {
        width: 100%;
        font-size: 15px
    }

    .download-app-left h2 {
        font-size: 55px;
        line-height: 52px;
    }

    .download-app-left p {
        font-size: 14px;
    }

    .download-app-left ul {
        width: 100%;
        text-align: center;
    }

    .download-app-left li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .download-app-left li a img {
        max-width: 45%;
    }

    .download-app-right {
        margin-top: 30px;
    }

    .download-app-right img {
        max-width: 100%;
    }

    .get-quote.mobile {
        background: url(../images/get-quote-mobile.png);
        height: 100% !important;
        padding: 130px 0;
    }

    .get-quote-left {
        text-align: center;
        padding: 0 0 50px;
    }

    .get-quote-left h2 {
        font-size: 40px;
        line-height: 50px;
        max-width:100% !important;
    }

    .get-quote-left p {
        font-size: 15px;
        max-width: 100%;
        line-height: 23px;
    }

    .get-quote-right {
        margin-top: 0;
    }

    .get-quote-right.mobile {
        border: 0;
        padding: 0;
        width: 100%;
    }

    .get-quote-right.mobile .get-quote-input {
        border: 1px solid #fff;
        width: 100%;
        border-radius: 50px;
        height: 55px;
        text-align: center;
    }

    .get-quote-right.mobile .submit-btn {
        width: 100%;
        height: 55px;
        margin-top: 30px;
    }

    .get-quote-right.web {
        display: block;
                width: 100% !important;
    }


    footer#footer {
        padding: 60px 0;
        text-align: center;
    }

    .footer-logo img {
        max-width: 80px;
    }

    .footer-logo {
        margin: 0 0 35px;
    }

    .footer-links li {
        margin-bottom: 15px;
    }

    .footer-links li a {
        font-size: 13px;
    }

    .footer-links li:last-child {
        margin-bottom: 20px;
    }

    .footer-links.social {
        margin-top: 35px;
    }

    .footer-links.social h4 {
        font-size: 13px;
    }

    .footer-links.social li a img {
        max-width: 90%;
    }

    .footer-links.social li {
        width: 40px;
        margin: 0 5px;
    }


    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #22202C;
        background-color: #22202C;
        overflow-y: hidden;
        transition: 0.5s;
    }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    .overlay-content {
        position: relative;
        top: 90px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    div#myNav button.btn.btn-outline-success.my-2.my-sm-0.login-btn {
        width: 307px;
        height: 60px;
        font-size: 18px;
        font-weight: 600;
        margin: 0px auto 0;
        position: relative;
        top: 50px;
    }

    .overlay a {
        padding: 0px;
        text-decoration: none;
        font-size: 14px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        font-weight: 600;
        line-height: 45px;
        margin: 0px 0 0 0;
    }

    .overlay-content a.navbar-brand img {
        width: 100px;
        margin-bottom: 20px;
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 36px;
        right: 36px;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    .overlay .closebtn img {
        -webkit-filter: invert(100%);
    }

    div#myNav {
        display: block;
    }

    div#navbarSupportedContent {
        display: none;
    }

    .open-nav {
        display: block;
    }

    .navbar-brand img {
        width: 65px !important;
    }

    nav.navbar.navbar-expand-lg {
        padding: 0;
    }

    .container {
        padding: 0 38px;
    }

    #banner.home-banner.Signup-page {
        background-image: none;
        margin-bottom: 82px;
    }

    .signup-banner-content h1 {
        font-size: 36px;
        margin-top: 95px;
    }

    .container {
        padding: 0 30px;
    }

    .signup-banner-content p br {
        display: none;
    }

    .signup-banner-content p {
        font-size: 15px;
        margin-top: 16px;
    }

    #banner.home-banner.Signup-page.login-page:before {
        display: none;
    }

    .signup-form {
        transform: inherit;
        -moz-transform: initial;
        -webkit-transform: initial;
        transform: initial;
    }

    #banner.home-banner.Signup-page.login-page .form-div,
    #banner.home-banner.Signup-page .form-div {
        margin: 70px 0 0;
    }

    #banner.home-banner.Signup-page.login-page .form-div,
    #banner.home-banner.Signup-page .form-div {
        text-align: center;
        margin: 70px 0 0;
    }

    .form-div .form-group label {
        font-size: 18px;
        color: #fff;
        margin: 0 0 5px 13px;
        font-weight: 300;
        text-align: left;
        float: left;
        width: 100%;
    }

    #banner.home-banner.Signup-page.login-page .form-div,
    #banner.home-banner.Signup-page .form-div {
        text-align: center;
        margin: 70px 0 0;
        padding: 40px 20px;
    }

    div#banner.home-banner.Signup-page.login-page:after {
        bottom: auto;
        width: 238px;
        height: 240px;
        top: 270px;
        left: -70px;
        right: auto;
    }



    ul.terms-list.address li:last-child a span.footer-icon {
        position: relative;
        top: -30px;
    }

    button.btn.signup-btn {
        width: 100%;
    }

    button.btn.login-with {
        width: 100%;
    }

    .form-div p {
        margin-bottom: 36px;
    }

    #banner.home-banner.Signup-page.login-page .form-div,
    #banner.home-banner.Signup-page .form-div {
        z-index: 1;
    }

    #banner.home-banner.Signup-page .form-div .row {
        display: block;
    }

    #banner.home-banner.Signup-page .form-div .col {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 0 20px;
    }

    label.signup-box {
        width: 210px;
        margin: 0 auto 32px;
        display: block;
        float: none;
        text-align: left;
        padding-left: 32px;
    }

    .Signup-page .signup-banner-content p {
        font-size: 18px;
        margin-top: 18px;
    }

    .form-div h3 {
        margin-bottom: 20px;
    }

    .checkmark {
        left: 2px;
    }

    #banner.home-banner.Signup-page:after {
        width: 150px;
        height: 311px;
        left: 0;
        top: 269.29px;
        background-size: 100%;
    }

    #banner.home-banner.Signup-page:before {
        display: none;
    }

    textarea.form-control.textarea {
        height: 160px;
    }

    .signup-form:after {
        display: none;
    }

    #banner.home-banner.Signup-page .form-div {
        z-index: 1;
        max-height: initial;
        padding-bottom: 180px;
    }

    button.btn.signup-btn {
        width: 100%;
        margin-top: 32px;
    }

    .home_section1 .row {
        display: block;
        width: 100%;
        float: left;
        margin: 0;
    }

    .home_section1 .row .col-7,
    .home_section1 .row .col-5 {
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 0;
    }


    .home-right-image.slideanim.slide img {
        width: 100%;
        max-width: 100%;
        margin-top: 41px;
        margin-left: 0;
        text-align: center;
    }

    .left-home-content {
        min-height: 335px;
        padding: 0;
        width: 100%;
        /* text-align: center; */
    }

    /*.home-page div#banner {
    background-color: #22202C;
    min-height: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

    #banner.home-banner:after {
        display: none;
    }

    /*#banner.home-banner {

    background-position: 0px 374px;
    background-size: 100% 84px;
}*/

    .home-banner-content p {
        font-size: 36px;
        line-height: 48px;
        margin-top: 30px;
        padding: 0 30px;
    }

    .home-banner-content {
        min-height: auto;
        margin-top: 20px;
    }

    #banner.home-banner:before {
        content: "";
        width: 222px;
        height: 336px;
        top: 555px;
    }

    .left-home-content {
        min-height: auto;
        padding: 0;
        width: 100%;
        /* text-align: center; */
        margin: 0;
    }

    .home_section1 {
        padding: 70px 0 0px;
    }

    section#main-section .home_section1 {
        max-width: 490px;
        background-image: url(../images/account-holder-bg-mobile.png);
        background-repeat: no-repeat;
        background-position: 0 45px;
        background-color: transparent;
        position: relative;
    }

    .home-right-image.slideanim.slide {
        float: left;
        width: 100%;
    }

    .left-home-content h2 {
        font-size: 36px;
        line-height: 48px;
        padding-right: 0;
    }

    .left-home-content p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        margin-top: 6px;
        padding-right: 20px;
    }

    .home-right-image.slideanim.slide {
        float: left;
        width: 100%;
        text-align: center;
    }

    .home-right-image.slideanim.slide img {
        width: 116%;
        max-width: 116%;
        margin-top: 41px;
        margin-left: -8%;
        text-align: center;
    }

    section#main-section .home-account-div.home_section1 {
        background: transparent;
        padding: 30px 0 0;
    }

    .home_section1:after {
        display: none;
    }

    .home_section1 .row .col-4 {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .home_section1 .row .col-8 {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-4.mobile {
        display: block;
    }

    .col-4.desktop {
        display: none;
    }

    .left-home-content.video-content {
        margin: 0;
        width: 103%;
    }

    .left-home-content.video-content p.aos-init.aos-animate {
        padding-right: 0;
    }

    .left-home-content.video-content p.aos-init.aos-animate {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .assa-video {
        float: left;
        position: relative;
        width: 100%;
    }

    .home-account-div.home_section1 .left-home-content.video-content {
        max-width: 100%;
        float: left;
        max-height: initial;
        padding: 0;
        width: 100%;
    }

    .home-account-div.home_section1 .left-home-content h2 {
        margin-bottom: 0;
        font-size: 36px;
        line-height: 48px;
        margin-left: 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    section#main-section .home-account-div.home_section1 {
        background: transparent;
    }

    .third-section-box {
        -moz-transform: initial;
        -webkit-transform: initial;
        transform: initial;
        margin-left: 0;
        margin-top: 0;
        z-index: 2;
        width: 100%;
        position: relative;
    }

    .count-box.two-box {
        margin-top: 48px;
    }

    .count-box {
        float: left;
        width: 100%;
    }

    .count-box.three-box {
        position: relative;
        right: 0;
        top: 48px;
        transform: translateY(-50%);
    }

    .count-box {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .count-box.one-box {
        margin-top: 48px;
    }

    .count-box.one-box .inner {
        width: 274px;
        height: 238px;
        /* background: rgba(255,255,255,0.19); */
        padding: 25px 25px;
        border-radius: 30px;
        position: relative;
        z-index: 2;
        /* border: 2px solid #fff; */
        background-image: url(../images/mobile-rect1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }

    .count-box.two-box .inner {
        width: 274px;
        height: 238px;
        padding: 25px 25px;
        border-radius: 30px;
        position: relative;
        background-image: url(../images/mobile-rect2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }

    .count-box.three-box .inner {
        width: 274px;
        height: 238px;
        padding: 25px 25px;
        border-radius: 30px;
        position: relative;
        background-image: url(../images/mobile-rect3.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }

    .count-image img {
        width: 76px;
        margin-left: 0;
    }

    .count-image {
        position: absolute;
        left: 17px;
        top: 29px;
        z-index: 1;
    }

    .count-box.two-box img {
        width: 128px;
        margin-left: 3px;
    }

    .count-box.two-box .count-image {
        left: 10px;
        top: 33px;
    }

    .count-box.three-box img {
        width: 126px;
        margin-left: 3px;
    }

    .count-box.three-box .count-image {
        left: 30px;
        top: 30px;
    }

    .thirs-section-girl-image {
        -moz-transform: initial;
        -webkit-transform: initial;
        transform: initial;
        position: initial;
        margin-top: 65px;
        text-align: center;
        width: 100%;
    }

    .thirs-section-girl-image img {
        max-width: initial;
        width: 293px;
        margin-bottom: -17px;
    }

    .video-main-div span.play-btn {
        width: 63px;
    }

    section#top-header-section {
        width: 100%;
        overflow: hidden;
    }

    span.mobile-gradient {
        position: absolute;
        bottom: -130px;
        left: 0;
        display: block;
    }

    section#main-section .video-secdtion.home_section1 {
        background-image: none;
    }

    section#main-section .home-account-div.home_section1 {
        background-image: url(../images/last-home-section.png);
    }

    section#main-section .home-account-div.home_section1 {
        background-image: url(../images/last-home-section.png);
        background-position: 0 140px;
        background-repeat: no-repeat;
    }

    .vault-banner-content.mobile.aos-init.aos-animate {
        display: block;
    }

    .vault-banner-content.aos-init.aos-animate {
        display: none;
    }

    .vault-banner-content h3 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 90px;
    }

    .vault-banner-content.mobile.aos-init.aos-animate {
        display: block;
        text-align: center;
    }

    span.down-arrow {
        margin: 17px 0 13px;
        float: left;
        width: 100%;
    }

    .vault-banner-content p {
        font-size: 36px;
        margin-top: 0;
        line-height: 48px;
    }

    div#banner.vault-banner {
        max-height: initial;
        min-height: auto;
        background: transparent;
    }

    .banner-btm-content .app-image img {
        width: auto;
    }

    .banner-btm-content .app-image {
        float: left;
        position: relative;
        z-index: 3;
        text-align: center;
        width: 100%;
    }

    .banner-btm-content {
        margin-top: 75px;
        /* transform: scale(0.75); */
    }

    .banner-right-content-vault.mobile {
        display: block;
    }

    .banner-right-content-vault {
        display: none;
    }

    .banner-btm-content .banner-right-content-vault {
        float: left;
        padding-left: 0;
        padding-top: 0;
    }

    .banner-btm-content .banner-right-content-vault h4.aos-init.aos-animate {
        background: url(../images/fintech-valut1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .banner-btm-content .banner-right-content-vault {
        float: left;
        padding-left: 0;
        padding-top: 0;
        background: url(../images/fintech-valut1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 30px;
        width: 338px;
        margin: 0 auto 40px;
        float: none;
        overflow: hidden;
        height: 224px;
    }

    .banner-btm-content .banner-right-content-vault h4.aos-init.aos-animate {
        background: none;
        background-repeat: no-repeat;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        font-size: 36px;
        line-height: 48px;
        margin-top: 71px;
    }

    span.forever-img.aos-init.aos-animate {
        display: none;
    }

    .vault-wave-top,
    div#banner.vault-banner:after {
        display: none;
    }

    section#top-header-section.vault-main-page {
        background-image: url(../images/vault-vertical-wave.png);
        background-size: 100%;
        background-position: 0 573px;
        background-repeat: no-repeat;
    }

    div#banner.vault-banner:before {
        position: absolute;
        width: 99px;
        height: 265px;
        right: 0;
        top: 136.29px;
    }

    .vault-main-page section#main-section.home-main-section {
        padding: 0;
        background: transparent;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section .banner-btm-content {
        margin-top: 70px;
        float: left;
        width: 100%;
        text-align: center;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section .banner-btm-content .banner-right-content-vault {
        float: left;
        padding-left: 0;
        padding-top: 0;
        background: url(../images/fintech-valut2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 30px;
        width: 338px;
        margin: 31px auto 40px;
        float: none;
        overflow: hidden;
        height: 244px;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section.vault-btm-sec .banner-right-content-vault.mobile {
        display: block;
        margin: 0px auto 0;
        float: left;
        padding-left: 0;
        padding-top: 0;
        background: url(../images/fintech-valut3.png);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 30px;
        width: 338px;
        /* margin: 31px auto 40px; */
        float: none;
        overflow: hidden;
        height: 274px;
    }

    .banner-btm-content .app-image img {
        width: 93%;
        margin: 0 auto;
    }

    .valut-app-page .cor-main-div {
        background: transparent;
    }

    .cor-main-div .core-inner-div {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        padding: 21px 0;
        width: 79%;
    }

    .cor-main-div .core-inner-div p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 8px;
    }

    button.btn.waitlist-btn {
        width: 80%;
        height: 46px;
        font-size: 16px;
        margin-bottom: 11px;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section.vault-btm-sec .banner-right-content-vault {
        display: none;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section .banner-btm-content .banner-right-content-vault h4.aos-init.aos-animate {
        padding-top: 30px;
    }

    section#main-section.home-main-section.valut-app-page .container .vault-top-section.vault-btm-sec .banner-btm-content .banner-right-content-vault h4.aos-init.aos-animate {
        padding-top: 60px;
        height: auto;
    }

    .vault-top-section .banner-btm-content .banner-right-content-vault span.forever-img {
        display: none;
    }

    .cor-main-div {
        padding: 106px 0;
    }

    .vault-shadow1 {
        position: absolute;
        left: 0;
        height: 366px;
        width: 187px;
        top: 395px;
    }

    .vault-shadow2 {
        position: absolute;
        right: 0;
        width: 196px;
        height: 473px;
        bottom: 910px;
    }

    .banner-btm-content.top-vault-sec:before {
        position: absolute;
        width: 146px;
        height: 220px;
        right: -33px;
        bottom: -90px;
        background: url(../images/mobile-valult-Path1.png);
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        top: auto;
    }

    .container.control-data .vault-top-section:before {
        position: absolute;
        width: 251px;
        height: 341px;
        right: -33px;
        bottom: -220px;
        background: url(../images/mobile-valult-Path2.png);
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        top: auto;
    }

    div#banner.vault-banner {
        max-height: initial;
        min-height: auto;
        background: transparent;
        position: relative;
    }

    .vault-shadow2 {
        display: none;
    }

    .container.control-data .vault-top-section.vault-btm-sec:before {
        display: none;
    }

    .container.control-data .vault-top-section.vault-btm-sec:after {
        position: absolute;
        width: 217px;
        height: 381px;
        left: -33px;
        bottom: -164px;
        background: url(../images/mobile-valult-Path3.png);
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        top: auto;
    }

    div#banner.home-banner.fintech-banner .home-banner-content h2 {
        font-size: 36px;
        line-height: 48px;
        font-weight: 700;
        margin-top: 0;
        padding: 0 14px;
    }

    div#banner.home-banner.fintech-banner {
        height: auto;
        position: relative;
        background-position: 0px 245px;
        padding: 72px 0 0;
        background-image: url(../images/mobile-fintech-wave.png);
        background-size: 100%;
        background-color: #22202c;
        height: 875px;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand span.desktop {
        display: none;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand span.mobile {
        display: block;
    }

    div#banner.home-banner.fintech-banner .home-banner-content h2.aos-init.aos-animate {
        display: none;
    }

    div#banner.home-banner.fintech-banner .home-banner-content h2.aos-init.aos-animate.mobile {
        display: block;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand {
        position: relative;
        bottom: 0;
        left: 0px;
        float: left;
        width: 100%;
        margin: 62px 0 0;
        z-index: 1;
    }

    .main-clean-inner-box h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 7px;
    }

    .main-clean-inner-box p {
        color: #fff;
        font-size: 18px;
        margin-top: 0;
        float: left;
        width: 100%;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand.right-hand {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        top: -147px;
        float: left;
        width: 100%;
        margin: 0 0 0;
        z-index: 0;
    }

    .shadow-div img {
        width: 191px;
    }

    .shadow-div {
        position: absolute;
        right: 0;
        top: -940px;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand .mobile img {
        width: auto;
    }

    .fintech-page header#header {
        background: #22202c;
    }

    div#banner.home-banner.fintech-banner .left-girl-hand.right-hand:before {
        content: "";
        background: url(../images/mobile-fintech-shadow-banner.png);
        width: 164px;
        height: 419px;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: -80px;
        z-index: -1;
    }

    section#main-section.home-main-section.fintech-main-section {
        padding: 48px 0 0;
    }

    .main-clean-box-main {
        margin-top: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .main-clean-inner-box {
        padding: 21px 13px 25px 24px;
        margin-top: 24px;
        left: 0;
        max-width: 100%;
        min-height: auto;
        border-radius: 2px;
        width: 100% !important;
        height: auto;
        position: initial;
        float: left;
        background-size: 420px 268px;
        max-height: initial;
    }

    .main-clean-inner-box p {
        display: none;
    }

    .main-clean-inner-box p.mobile {
        display: block;
    }

    .main-clean-inner-box p {
        color: #fff;
        font-size: 18px;
        margin-top: 4px;
        float: left;
        width: 100%;
        line-height: 29px;
    }

    .main-clean-inner-box h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .clean-main-icon.aos-init.aos-animate img {
        width: 110px;
    }

    div.clean-main-icon {
        position: absolute;
        right: 58px;
        z-index: 9;
        top: -18px;
    }

    .fintech-wave-top img {
        display: none;
    }

    .fintech-wave-top {
        position: absolute;
        left: 0;
        top: 297px;
        width: 100%;
        background-image: url(../images/mobile-fintech-wave.png);
        height: 120px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 120px;
    }

    .integration-box {
        margin-top: 55px;
        display: block;
        float: left;
        width: 100%;
    }

    .integration-box .main-clean-inner-box.integration-content-box {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: initial;
        min-height: auto;
        background: url(../images/integration-box.png);
        background-size: 100% 262px;
        background-repeat: no-repeat;
        padding-bottom: 50px;
    }

    span.integration-right-image {
        float: right;
        position: relative;
        right: 0;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 66px;
    }

    span.integration-right-image img {
        width: 100%;
        max-width: 100%;
        margin: 0px 0 0;
        float: right;
    }

    .shadow-div2 img {
        display: none;
    }

    .shadow-div2 img.mobile {
        display: block;
    }

    .shadow-div2 img.mobile {
        width: auto;
    }

    .shadow-div2 {
        position: absolute;
        left: 0;
        bottom: auto;
        top: 510px;
    }

    .shadow-div3 img {
        width: 127px;
        display: none;
    }

    .main-clean-inner-box h2 {
        display: none;
    }

    .main-clean-inner-box h2.mobile {
        display: block;
    }

    span.revenue-left-image img {
        width: 308px;
        max-width: initial;
        display: none;
    }

    .main-clean-inner-box.revenue-box {
        max-width: initial;
        right: 0;
        margin: 0;
        left: auto;
        height: 268px;
        width: 100% !important;
        background-size: 100% 268px;
        position: initial;
    }

    span.revenue-left-image.mobile.aos-init.aos-animate img {
        display: block;
        width: 100%;
    }

    span.revenue-left-image.aos-init.aos-animate {
        margin-top: 0;
        position: relative;
        text-align: center;
        left: 0;
        margin-top: 50px;
    }

    .shadow-div3 img.mobile {
        width: auto;
        display: block;
    }

    .shadow-div3 {
        position: absolute;
        right: auto;
        bottom: auto;
        left: 0;
        top: 870px;
    }

    .waitlist-section {
        padding: 50px 0 74px;
        text-align: center;
        background-size: 100%;
        margin-top: 20px;
        background: url(../images/newletter-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .join-waitlist h1 {
        font-size: 68px;
        font-weight: 800;
        height: 55px;
        white-space: nowrap;
    }

    .join-waitlist h3 {
        font-size: 36px;
        font-weight: 800;
        margin-top: 7px;
        margin-bottom: 13px;
    }

    button.btn.waitlist-btn {
        width: 77%;
        height: 60px;
        font-size: 18px;
        margin-bottom: 11px;
        margin-top: 20px;
    }

    /* Gagan css start 10/08/2021 */

    .second-main-div .col-4 {
        display: none;
    }

    .second-main-div .col-4.mobile {
        display: block;
    }

    .third-main-div .col-4 {
        display: none;
    }

    .third-main-div .col-4.mobile {
        display: block;
    }

    .left-main-icon.slideanim.slide {
        margin-bottom: 0;
    }

    .first-main-div.third-main-div {
        margin-bottom: 3.5rem;
    }

    .second-main-div {
        margin-bottom: 3.5rem;
    }

    .third-main-div {
        margin-bottom: 3.5rem;
    }

    .fourth-main-div.second-main-div {
        margin-bottom: 3.5rem;
    }

    .left-banner-content p>span {
        font-size: 34px;
        line-height: 40px;
        display: block;
    }

    .left-banner-content {
        float: none;
        width: 100%;
        text-align: center;
    }

    .left-banner-content span {
        display: none;
    }

    /*div#banner {
    background-position: 0px 155px;
}*/
    div#banner-right-image {
        width: 90%;
    }

    div#banner-right-image {
        margin-top: 50px;
    }

    div#banner:after {
        width: 400px;
        height: 312.5px;
        top: 402.29px;
    }

    .first-main-div.third-main-div .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .second-main-div .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .third-main-div .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .fourth-main-div.second-main-div .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .Asa-Core-Processors .main-section-content h1 {
        font-size: 35px;
        margin: 10px 0px 0;
        line-height: 48px;
    }

    .main-section-content p {
        font-size: 16px;
        padding-top: 8px;
        line-height: 25.22px;
    }

    span.gradient-box1 img {
        display: none;
    }

    span.gradient-box1 img.mobile {
        display: block;
    }

    .Asa-Core-Processors span.gradient-box3 {
        width: 120px;
        height: 320px;
        position: absolute;
        right: 0;
        bottom: 330px;
        z-index: 9;
    }

    .Asa-Core-Processors .main-section-content p {
        font-size: 18px;
        padding-top: 8px;
        line-height: 25.22px;
    }

    .Asa-Core-Processors .main-section-content p br {
        display: none;
    }

    .left-main-icon.slideanim.slide {
        text-align: left;
    }

    .left-main-icon.slideanim.slide img {
        width: 80px;
        margin-bottom: 15px;
    }

    span.gradient-box2 {
        bottom: 235px;
        position: absolute;
        width: 80px;
        height: 50px;
        left: 0;
        z-index: 99999;
    }

    /* Gagan css end 10/08/2021 */
    div#banner.financial-inst {
        background-size: 100%, 100%;
        background-position: 0px 140px, 0px 10px;
        background-color: #22202c;
    }

    div#banner-right-image {
        margin-top: 32px;
        margin-right: -62px;
    }

    .left-banner-content {
        padding-top: 91px;
    }

    section#top-header-section.Asa-Core-Processors header#header {
        background: #22202c;
    }

    section#top-header-section.Asa-Core-Processors div#banner {
        background-color: #22202c;
    }

    .vector-image.slideanim.slide img {
        width: 218px;
    }

    .vector-image {
        position: absolute;
        right: 0;
        top: 520px;
    }

    div#banner.financial-inst:before {
        content: "";
        position: absolute;
        left: 0;
        top: 370px;
        background: url(../images/instutuional-banner-shadow.png);
        background-repeat: no-repeat;
        width: 267px;
        height: 375px;
    }

    div#banner.financial-inst {
        background-size: 100%, 100%;
        background-position: 0px 140px, 0px 10px;
        background-color: #22202c;
        padding-bottom: 40px;
    }

    .financial-shadow1 {
        position: absolute;
        right: -60px;
        top: -110px;
    }

    .monetize-icon span.icon-img img {
        width: 80px;
    }

    .monetize-icon span.icon-img {
        position: absolute;
        left: -8px;
        top: 8px;
    }

    .financial-shadow2 img {
        width: 89px;
        display: none;
    }

    .Financial-institution-page section#main-section.home-main-section.fintech-main-section {
        padding: 63px 0 0;
    }

    .montize-data h2 {
        line-height: 48px;
        font-size: 36px;
        margin-bottom: 6px;
    }

    .montize-data p {
        float: left;
        font-weight: 500;
        line-height: 27.22px;
        font-size: 18px;
    }

    .financial-shadow1 img {
        WIDTH: 210PX;
    }

    span.icon-box {
        width: 80px;
        height: 80px;
        border-radius: 14px;
    }

    .Financial-institution-page .fintech-wave-top {
        display: none;
    }

    .financial-top-section.sell-more {
        padding-right: 0;
        margin-top: 75px;
        justify-content: end;
    }

    .financial-top-section.newest {
        float: left;
        width: 100%;
        margin-top: 75px;
    }

    .col-12.financial-graphics.aos-init.aos-animate img {
        width: 100%;
    }

    .col-12.financial-graphics {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 110px;
    }

    .financial-shadow3 img {
        width: 130px;
        display: none;
    }

    .financial-shadow4 img {
        width: 176px;
    }

    .financial-shadow4 {
        position: absolute;
        bottom: 200px;
        left: -20px;
    }

    .col-12.financial-graphics {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .integrate-content h1 {
        font-weight: 700;
        font-size: 36px;
        color: #fff;
        line-height: 48px;
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .integrate-main-div {
        padding: 52px 0 52px;
        background-position: 0px 65px;
        background-size: 100% 112px;
    }

    .cor-main-div:after {
        width: 124px;
        height: 252px;
        background-image: url(../images/institutional-right-btm.png);
        right: 0;
        top: -10px;
    }

    .cor-main-div:before {
        content: "";
        background: url(../images/institutional-left-btm.png);
        background-repeat: no-repeat;
        width: 68px;
        height: 133px;
        position: absolute;
        left: 0px;
        bottom: 0;
        z-index: 0;
    }

    span.gradient-box1 {
        top: 20px;
        left: auto;
        right: -120px;
    }

    .Asa-Core-Processors section#main-section {
        padding: 77px 0 150px;
    }


}



/*@media only screen and (max-width: 414px) {*/

/*    .home-banner.mobile .home-banner-content {*/
/*        width: 100%;*/
/*        padding: 145px 0 0px;*/
/*    }*/


/*}*/


@media only screen and (max-width: 390px) {

    .home-banner.mobile .home-banner-content h1 {
        font-size: 38px;
        line-height: 55px;
    }

    .home-banner.mobile .home-banner-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .home-banner.mobile .home-banner-content button {
        width: 230px;
        height: 48px;
    }

    .home_section1.mobile .left-home-content p {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
    }

    .amazing-features-top p {
        font-size: 14px;
    }

    .features-left p {
        font-size: 13px;
    }

    .checkout-text p {
        font-size: 14px;
    }

    .testimonial-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .architectural-left-text p {
        line-height: 20px;
    }

    .download-app-left h2 {
        font-size: 52px;
        line-height: 50px;
    }

    .get-quote-left p {
        font-size: 14px;
        line-height: 22px;
    }


}


@media only screen and (max-width: 375px) {

    .home-banner.mobile .home-banner-content h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .home-banner.mobile .home-banner-content {
        padding: 300px 0 80px;
    }

    .home_section1.mobile .left-home-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .amazing-features-top p {
        font-size: 13px;
    }

    .checkout-text h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .checkout-text p {
        font-size: 13px;
    }

    .testimonial-text h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .download-app-left h2 {
        font-size: 50px;
        line-height: 50px;
    }




}


@media only screen and (max-width: 360px) {

    .home-banner.mobile .home-banner-content {
        padding: 100px 0 75px;
    }

    .home-banner.mobile .home-banner-content h1 {
        font-size: 32px;
        line-height: 50px;
    }

    .home_section1.mobile .left-home-content h2 {
        font-size: 38px;
        line-height: 45px;
    }


}




input.form-control::placeholder {
    opacity: 0.3;
    color: #000;
}






/*  */

@media only screen and (max-width: 1544px) {
    .navbar-brand img {
        width: 110px;
        height: auto;
        /* position: absolute; */
        top: 30px;
        left: 40px !important;
        z-index: 10;
    }
}

/* phone section */
.phone-home_section1 {
    background-image: url(../images/phone-bg.jpg);
    background-size: cover;
    padding-top: 90px;
    clear: both;
}

.phone-left-home-content {
    animation: fadeInUp 0.8s ease-out;
}

.phone-left-home-content h2 {
    font-size: 39px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}

.phone-left-home-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.phone-app-store-btn {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.phone-app-store-btn img {
    margin-right: 15px;
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.phone-app-store-btn:hover img {
    transform: translateY(-2px);
}

.phone-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    max-width: 100%;
}

.phone-container {
    position: relative;
    /*height: 600px;*/
    overflow: visible;
    padding: 0; 
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 40px;
    flex-wrap: nowrap;
}

.phone-mockup {
    /*position: absolute;*/
    bottom: 0;
    transition: transform 0.3s ease;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.phone-mockup:hover {
    transform: translateY(-10px);
}

.phone-mockup.phone-left {
    left: 20px;
    z-index: 2;
}

.phone-mockup.phone-right {
    right: 20px;
    z-index: 1;
    animation-delay: 0.5s;
}

/* Mode Labels */
.phone-mode-label {
    position: absolute;
    top: -40px;
    left: 39%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .phone-left-home-content h2 {
        font-size: 65px;
        line-height: 75px;
        letter-spacing: 0px;
    }

    .phone-image {
        width: 240px;
        height: 490px;
    }


}

@media (max-width: 992px) {
    .phone-left-home-content h2 {
        font-size: 55px;
        line-height: 65px;
        letter-spacing: 0px;
    }

    .phone-image {
        width: 220px;
        height: 450px;
    }

    .phone-container {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .phone-home_section1 {
        /* padding: 40px 0; */
    }
    .get-quote-left .main-phone {
            font-size: 32px;
        font-weight: bold;
        line-height: 46px;
}
.image-over-main .image-over-content h2 {
    font-size: 36px;
}
.main-phone {
    font-size: 20px;
    line-height: 40px;
}
.image-over-main .image-over-content {
    top: 30% !important;
}

    .phone-left-home-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .phone-left-home-content h2 {
        font-size: 45px;
        line-height: 55px;
        text-align: center;
        letter-spacing: 0px;
    }

    .phone-left-home-content p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: white !important;
    }

    .phone-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        padding: 0 20px;
    }

    .phone-mockup {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .phone-mockup.phone-left,
    .phone-mockup.phone-right {
        position: relative;
        left: auto;
        right: auto;
    }

    .phone-image {
        width: 250px;
        height: 500px;
    }

    .phone-mode-label {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 700;
    }
}

@media (max-width: 576px) {
    .phone-left-home-content h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .newsletter-main button {
    width: 100%;
}
    .get-quote-left h2 {
        font-size: 32px;
        max-width: 220px !important;
        margin: auto;
        line-height: 50px;
    }
.ht-features li::before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 2rem;
    color: black !important;
}
    .firefly-built-in ul {
    font-size: 20px;
}
    .phone-container {
        padding: 0 !important;
    }
    .get-quote-right.web {
    float: none !important;
    border: none !important;
}
    .submit-btn {
        width: 100%;
        padding: 15px;
        font-size: 13px;
        height: auto !important;
    }
.get-quote-input {
        width: 100%;
        border: 1px solid white;
        border-radius: 100px;
        padding: 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    .phone-image {
        width: 100%;
        height: 100%;
        margin-left:25px;
    }

    .phone-container {
        gap: 60px;
    }

    .phone-mode-label {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .phone-left-home-content h2 {
        font-size: 38px;
        line-height: 46px;
        letter-spacing: 0px;
    }
    .phone-home_section1 {
    background-image: url(../images/our-app-bg.png);
    padding-top:40px;
}
img.ht-led-image
 {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}

    .phone-image {
        width: 100%;
        height: 100%;
    }

    .phone-app-store-btn img {
        height: 40px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* phone section end */
/* 3rd section start */
.amazing-features {
    background-image: url('../images/3-section-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.firefly-built-in {
    background-image: url('/path/to/your/image.png');
    /* replace with your actual path */
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 100px 50px;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 600px;
}

.firefly-left {
    max-width: 400px;
}

.firefly-built-in h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 30px;
}

.firefly-built-in h2 strong {
    font-weight: 700;
}

.firefly-built-in ul {
list-style: disc;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.8;
    FONT-WEIGHT: 600;
    COLOR: BLACK;
}

/* 3rd section end*/

@media (max-width: 480px) {
    .testimonial-text h2 {
        font-size: 34px;
        line-height: 50px;
    }
    .firefly-left {
    max-width: 100%;
    width: 100% !important;
    margin:auto !important;
}
    .firefly-built-in h2 {
        font-size: 36px !important;
        max-width: 100%;
    }
        .image-over-main .image-over-content h2 {
        font-size: 32px;
        max-width: 220px;
        margin: auto;
        font-weight: bold;
        line-height: 50px;
    }
.image-over-main .image-over-content .main-phone {
    font-size: 32px;
    font-weight: bold;
}
}

/* led section */

/* LED section styles */
.ht-container {
    max-width: 100%;
    width: 100%;
    clear: both;

}

.ht-desktop-layout {
display: block;
    position: relative;
    padding: 0;
    max-width: 100%;
    margin: auto;
}
.overly-image-div {
    position: relative;
}

.ht-text-content {
    max-width: 500px;
    margin-left: auto;
    position: absolute;
    top: 20%;
    right: 10%;
}

.ht-led-image {
    margin-left: 287px;
    max-width: 64%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ht-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
}

.ht-image-placeholder svg {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    opacity: 0.6;
}

/* Mobile Layout */
.ht-mobile-layout {
    display: none;
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
    background: white;
    border-radius: 20px;
}

.ht-mobile-layout .ht-text-content {
    margin-bottom: 10px;
    position: static;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
}

.ht-mobile-layout .ht-visual-content {
    min-height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.ht-mobile-layout .ht-led-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ht-heading {
    font-size: 46px;
    font-weight: 800;
    color: BLACK;
    margin-bottom: 25px;
    line-height: 1.2;
}

.ht-features {
    list-style: none;
}

.ht-features li {
    font-size: 22px;
    color: black;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
}

.ht-features li::before {
    content: '•';
    color: black !important;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

/* LED Components */
.ht-led-assembly {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Main curved cable */
.ht-main-cable {
    position: absolute;
    width: 10px;
    height: 180px;
    background: linear-gradient(45deg, #1a202c, #2d3748);
    border-radius: 5px;
    top: 30px;
    left: 20%;
    transform: rotate(35deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Gear-like connector */
.ht-connector {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fef3c7, #f59e0b);
    border-radius: 50%;
    top: 10px;
    left: 15%;
    transform: translateX(-50%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
}

.ht-connector::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #1a202c;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ht-connector::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, transparent 40%, #f59e0b 40%, #f59e0b 45%, transparent 45%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* LED Module with transparent housing */
.ht-led-module {
    position: absolute;
    width: 100px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.ht-led-lights {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 6px;
}

.ht-led-light {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: ht-pulse 2s infinite;
    box-shadow: 0 0 20px currentColor;
}

.ht-led-light:nth-child(1) {
    background: radial-gradient(circle, #93c5fd, #3b82f6);
    animation-delay: 0s;
}

.ht-led-light:nth-child(2) {
    background: radial-gradient(circle, #7dd3fc, #06b6d4);
    animation-delay: 0.3s;
}

.ht-led-light:nth-child(3) {
    background: radial-gradient(circle, #a7f3d0, #10b981);
    animation-delay: 0.6s;
}

.ht-led-light:nth-child(4) {
    background: radial-gradient(circle, #fde68a, #f59e0b);
    animation-delay: 0.9s;
}

/* Curved cables */
.ht-cable-curve {
    position: absolute;
    width: 8px;
    height: 150px;
    background: linear-gradient(45deg, #1a202c, #2d3748);
    border-radius: 4px;
    bottom: 60px;
    left: 45%;
    transform: rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.ht-cable-curve-2 {
    position: absolute;
    width: 8px;
    height: 120px;
    background: linear-gradient(45deg, #1a202c, #2d3748);
    border-radius: 4px;
    bottom: 50px;
    right: 25%;
    transform: rotate(15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Purple connector */
.ht-purple-connector {
    position: absolute;
    width: 45px;
    height: 30px;
    background: linear-gradient(135deg, #c084fc, #9333ea);
    border-radius: 6px;
    bottom: 20px;
    right: 15%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    position: relative;
}

.ht-purple-connector::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 20px;
    background: linear-gradient(135deg, #ddd6fe, #c084fc);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes ht-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px currentColor;
    }

    50% {
        transform: scale(1.2);
        box-shadow: 0 0 20px currentColor;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .ht-desktop-layout {
        display: none;
    }

    .ht-mobile-layout {
        display: flex;
    }

    .ht-mobile-layout .ht-heading {
        font-size: 2.5rem;
        margin-bottom: 30px;
        font-weight:bold;
    }

    .ht-mobile-layout .ht-features li {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ht-main-cable {
        height: 130px;
        transform: rotate(30deg);
        left: 18%;
    }

    .ht-connector {
        width: 50px;
        height: 50px;
        left: 12%;
    }

    .ht-led-module {
        width: 85px;
        height: 55px;
        bottom: 70px;
    }

    .ht-led-light {
        width: 15px;
        height: 15px;
    }

    .ht-cable-curve {
        height: 110px;
        left: 42%;
    }

    .ht-cable-curve-2 {
        height: 90px;
        right: 22%;
    }

    .ht-purple-connector {
        width: 40px;
        height: 25px;
        right: 12%;
    }
}

@media (max-width: 480px) {
    .ht-container {
        margin: 10px;
        border-radius: 15px;
    }

    /*.ht-mobile-layout {*/
    /*    padding: 30px 20px;*/
    /*}*/

    .ht-heading {
        font-size: 2rem;
    }

    .ht-features li {
        font-size: 1rem;
        padding-left: 20px;
    }

    .ht-visual-content {
        min-height: 250px;
    }
}