.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
 }

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body, div, p, li, a, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins' !important;
}
.zoom-in-out-box{
    background-color: #DD4545;
    border-radius: 30px;
    padding: 4px;
}
.zoom-in-out-box .bi-telephone-fill{
    background: #fff;
    color: #DD4545;
    padding: 6px 8px;
    border-radius: 20px;
}
.navbar {
    transition: background-color 0.3s, padding 0.3s;
  }
  .navbar.scrolled {
    background-color: #141414; 
    box-shadow: rgb(255 255 255 / 20%) 0px 0px 7px !important;
  }
  .navbar.scrolled img{
    width: 140px; 
  }
  .navbar.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#first-sec{
    padding: 10vw 0px 60px 0px;
    background-image: url(img/Hero-BG.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#first-sec .row{
    align-items: center;
}
#first-sec p{
    font-size: 20px;
}
#first-sec .line {
    color: #DD4545;
    font-weight: 700;
}
#first-sec img{
    width: 100%;
    height: auto;
}
#first-sec .form-control, #first-sec .form-select{
    background-color: #141414;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.form-select{
    background-image: url(img/White-Arrow.webp) !important;
}
#first-sec form ::placeholder{
    color: #fff;
    opacity: 1;
}
#first-sec form .formbtn{
    background: #DD4545;
    width: 160px;
    margin: auto;
    border-radius: 12px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#second-sec{
    padding: 40px 0px;
    background-color: #141414;
    color: #fff;
}
#second-sec .col-lg-6 p{
    text-align: end;
    font-size: 18px;
}
#second-sec .wrapper{
    width: calc(100% + 30px); 
    padding: 0 15px; 
    margin-left: -15px;
    overflow: hidden;
}
#second-sec .benefit{
    background-color: #191919;
    text-align: center;
    padding: 20px 0px;
    box-shadow: 4px 4px 14px 0px rgb(0 0 0 / 20%);
    border-radius: 6px;
    border: 1px solid #fff;
    width: 90%;
    margin: 20px auto;
    height: 180px;
}
#second-sec .benefit img{
    width: 70px;
    margin: auto auto 10px auto;
}
#second-sec .slick-arrow{
    display: none !important;
}
#second-sec .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
}

#third-sec{
    background-color: #141414;
    color: #fff;
}
#third-sec .container{
    background-image: url(img/iphone-bg.webp);
    background-size: cover;
    padding: 60px 40px;
    border: 2px dashed;
    border-radius: 20px;
}
#third-sec  button{
    background-color: #DD4545;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    padding: 6px 16px;
}

#fourth-sec{
    padding: 40px 0px;
    background-color: #141414;
    color: #fff;
}
#fourth-sec .shad{
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
    box-shadow:0 0 4px 1px rgba(0, 0, 0, 0.25);
    background-color: #ffffff66;
}
#fourth-sec .row{
    background-color: #141414;
    border-radius: 12px;
}
#fourth-sec .col{
    border-right: 2px solid #ffffff66;
}
#fourth-sec .container .card{
    background-color: #fff0;
    border: none;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
#fourth-sec .container .card img{
    width: 66px;
}

#fifth-sec{
    padding: 40px 0px;
    background-image: url(img/Testimonial-BG.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
}
#fifth-sec .head .col-lg-6 p{
    text-align: end;
    font-size: 18px;
}
#fifth-sec .wrapper{
    width: calc(100% + 30px); 
    padding: 0 15px; 
    margin-left: -15px;
    overflow: hidden;
}
#fifth-sec .review{
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
    background-color: #fff3;
    width: 95%;
    height: 100%;
    margin: auto;
}
#fifth-sec .test{
    display: flex;
    align-items: baseline;
    position: relative;
    margin-bottom: 10px;
}
#fifth-sec .test .test-img img{
    max-width: 100px;
    margin-right: 20px;
}
#fifth-sec .test .test-icon img{
    max-width: 80px;
    position: absolute;
    top: 0;
    right: 0;
}
#fifth-sec .review .star{
    letter-spacing: 3px;
    font-size: 20px;
}
#fifth-sec .slick-arrow{
    display: none !important;
}
#fifth-sec .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
}

#sixth-sec{
    padding: 40px 0px;
    background-color: #141414;
    color: #fff;
}
.accordion-flush .accordion-item {
    border-radius: 14px !important;
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%); 
    background-color: #fff0;
    border: 2px solid #fff !important;
}
#sixth-sec .accordion-button:focus{
    box-shadow: none;
}
#sixth-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #DD4545;
    font-weight: bold;
}
#sixth-sec .accordion-button {
    font-size: 18px;
    color: #fff;
    background-color: #fff0;
}
#sixth-sec .accordion-body{
    color: #fff;
}
#sixth-sec .accordion-button::after {
    background-image: url(img/White-Arrow.webp);
}
#sixth-sec .accordion-button:not(.collapsed)::after{
    background-image: url(img/Red-Arrow.webp);
}

#seventh-sec{
    padding: 40px 0px;
    background-color: #141414;
    color: #fff;
}
#seventh-sec .card-img-top{
    text-align: center;
    margin-top: 20px;
}
#seventh-sec .bi{
    background-color: #DD4545;
    border-radius: 50%;
    padding: 10px 16px;
    font-size: 30px;
    color: #fff;
}
#seventh-sec .card{
    border-radius:12px;
    background-color: #1e1e1e;
}
#seventh-sec .card-title{
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#seventh-sec .card-text{
    color: #fff;
    text-align: center;
}
#seventh-sec a{
    text-decoration: none;
    color: #fff;
}

#last-sec{
    background-color: #141414;
    padding-top: 40px;
    color: #fff;
}
#last-sec .blck{
    background-color: #1e1e1e;
    border-radius: 16px;
    padding: 10px;
}
#last-sec img{
    width: 100%;
    height: auto;
}
#last-sec .form-control, #last-sec .form-select{
    background-color: #141414;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
#last-sec form ::placeholder{
    color: #fff;
    opacity: 1;
}
#last-sec form .formbtn{
    background: #DD4545;
    width: 160px;
    margin: auto;
    border-radius: 12px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#last-sec .copywrite{
    text-align:center;
    padding: 20px 0px;
    font-weight: 500;
}
#last-sec .copywrite p{
    margin-bottom:0;
}
#last-sec .copywrite a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#disclaimer{
    background-color: #1e1e1e;
    color: #fff;
    padding: 20px 0px;
}
#disclaimer p{
    margin-bottom: 0;
}
#next_button {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: table
	}

	#next_button a {
		text-decoration: none;
	}


	.below-button-container {
		border-radius: 12px 12px 0px 0px;
		width: 90%;
		margin:auto;
		background-color: #dd4545;
		padding: 3%;
	}
@media (min-width:680px) {
	#next_button {
	  display: none
	}
  }

@media screen and (max-width:800px) {
    #first-sec{
        padding-top: 180px;
    }
    #fourth-sec .col{
        border-bottom: 2px solid #ffffff66;
    }
    #last-sec .col-lg-4{
        text-align: center;
    }
    #last-sec img {
        width: 60%;
        margin: auto auto 30px auto;
    }
}
@media screen and (max-width:680px) {
    .navbar .container{
       justify-content: center !important;
    }
    .navbar.scrolled {
        position:relative;
    }
    .navbar-nav{
        width: 95%;
    margin-left: auto;
    }
    .zoom-in-out-box {
        text-align:center;
    }
    #third-sec .container{
        width: 90%;
        margin: auto;
    }
    #fourth-sec .col{
        border-right: none;
    }
    #last-sec .copywrite {
        flex-direction: column;
    }
}