.modal {
	position: static;
}

.modal-content{
	max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.modal-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	z-index: 2000;
	margin: 0;
}

@media (max-height: 769px) {
	.modal-header {
		padding-bottom: 3rem;
	}
}

.modal-bg {
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    width: 100%;
    z-index: 2000;
    position: fixed;
    height: 100%;
}

.navbar-logo {
    max-height: 40px;
}

.footer-logo {
    height: 33px;
    margin-top: -43px;
    margin-bottom: -45px;
    margin-left: 8px;
}

.footerclass {
    padding: 40px;
}

.install-scroll-fix {
	margin-top: -100px;

}

.new-social {
    margin-top: -10px;
    padding: 0px;
}

.lowkey {
	line-height: 0px;
    font-weight: 800;
    color: red!important;
    font-size: 30px;
    top: 3px;
    position: relative;
}

.hero-content {
    background-color: #1da1f20f;
    height: 335px;
    width: 380px;
    border-style: hidden;
    border-radius: 15px;
    padding-top: 28px;
    padding-bottom: 35px;
    padding-left: 26px;
    padding-right: 26px;
    margin-left: 10px;
}

.hero-cam {
	margin-left: 40px;
	margin-top: 40px;
}

.hero-content h1 {
	margin-bottom: -3px;
	font-weight: 500;
}

.hero-content p {
	margin-top: 15px;
}

.nice-bg-full-center{
	background-color:#1da1f20f;
	width: 86%;
	margin-top: 10%;
	left: 50%;
	transform: translateX(-50%)!important;
    height: 360px;
    border-radius: 18px;
    z-index: -1;
    position: absolute; 
}
@media (min-width: 1500px) {
	.nice-bg-full-center{
		margin-top: 138px;
	}
}

.nice-bg-full-center-faq{
	background-color: #1da1f20f;
    width: 92%;
    margin-top: 95px;
    left: 50%;
    transform: translateX(-50%)!important;
    height: 395px;
    border-radius: 18px;
    z-index: -1;
    position: absolute;
}

.specs h4 {
	font-size: 22px;
}

.specs table {
	font-size: 18px;
}

.specs .modal-dialog {
	width: 390px;
}

.contact label {
	font-size: 18px;
}

.contact .content-details {
	padding: 30px;
}

.contact .form {
	padding: 30px;
}

.promo-section i {
	font-weight: 800;
	margin-bottom: 15px;
}

.promo-section h3 {
	margin-top: 18px;
}

.promo-content {
	background-color: white;
}


.steps .enclousure {
	padding: 12px;
}

.steps img {
	padding: 15px;
}

.steps h4 {
	font-size: 22px;
}

.steps h5 {
	font-size: 17px;
	border-top-style: solid;
	border-width: 1px;
	border-color: lightgrey;
	padding-top: 8px;
}

.steps li {
	font-size: 16px;
}

.steps .modal-dialog-3 {
	width: 74%;
}

.steps .modal-dialog-2 {
	width: 49%;
}

.steps .modal-dialog-1 {
	width: 33%;
}

.steps .middle-col {
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: lightgrey;
}

.steps .right-col {
	border-left-style: solid;
	border-width: 1px;
	border-color: lightgrey;
}

.benefits{
	padding: 65px 0;
}

.benefits .col-md-6 h3 {
	padding: 0 65px;
	font-weight: 400;
	line-height: 22px;
}

.benefits .support {
    background-color: #1da1f20f;
    border-style: hidden;
    border-radius: 15px;
    height: 475px;
    width: 450px;
    left: 50%;
    margin-top: 12px;
    transform: translateX(-50%)!important;
    position: absolute;
}

@media (min-width: 768px) {
	.promo-wrap img {
	border-top-style: inherit;
	border-color: inherit;
	border-width: inherit;
	margin: 5px 0px;
    padding: 10px 0px;
	}
	.feature-wrap svg.left{
		width: 120px;
	    position: absolute;
	    top: 0px;
	    right: -130px;
	    fill:red;
	}

	.feature-wrap svg.right{
		width: 120px;
	    position: absolute;
	    top: 9px;
	    left: -130px;
	    fill:red;
	}

	.announcer {
		bottom: 149px;
	    right: -66px;
	    position: absolute;
	    width: 120px;
	    text-align: center;
	    background: #f2fafe;
	    border-radius: 12px;
	    padding: 10px;
	    border: dashed;
	    border-width: 2px;
	    border-color: #002f75;
	}

	.announcer h3 {
		line-height: 25px;
	    margin: 0;
	    color: #002f75;
	    font-weight: bolder;
	}

	.promo-wrap p {
		margin-bottom: -17px!important;
	}

	#instalation .container a {
		color: white;
	    margin-top: 40px;
	    font-weight: 400;
	    font-size: 13px;
	}
}
@media (min-width: 769px) { 
	.onlymobile {
		display: none;
	}
}

@media (max-width: 768px) {

	.onlydesktop {
		display: none;
	}

	.onlymobile {
		display: inherit;
	}

	.feature-wrap svg {
		display: none;
	}

	.hero-content {
		border-width: 2px;
    	margin: 10px;
    	margin-top: -15px;
    	width: auto!important;
    	height: auto!important;
    	margin-top: -30px;
    	margin-bottom: 0px;
	}

	.hero-content h1 {
	margin-bottom: -3px;
	font-weight: 800;
	font-size: 38px!important;

	}

	.announcer {
		margin: 0 40px;
	    text-align: center;
	    background: #f2fafe;
	    border-radius: 12px;
	    padding: 10px;
	    border: dashed;
	    border-width: 2px;
	    border-color: #002f75;
	}
	.announcer h3 {
	line-height: 25px;
    margin: 0;
    color: #002f75;
    font-weight: bolder;
	}

	.hero-cam {
		margin: 0px;
		margin-top: 35px;
		padding: 0 10px;
	}
	.specs h4 {
		font-size: 18px;
	}

	.specs table {
		font-size: 14px;
	}
	.specs .modal-dialog {
	width: 330px;
	}
	.feature-section  .container {
		padding: 20px 40px;
	}
	.feature-section .section-heading {
    	margin-bottom: 0px;
	}
	.feature-content h3 {
	    font-size: 18px;
	    font-weight: 500;
	    margin-bottom: 0;
	}
	.feature-content .lilfixmobile {
		width: 90px;
	}
	.navbar-brand {
		padding-left: 15px;
	}
	.nice-bg-full-center {
		width: 90%;
		height: 70%;
		margin-top: 0px;
	}

	.modal-dialog-1 {
		width: 80%!important;
    	height: 80%;
	}
	.modal-dialog-2 {
		width: 80%!important;
    	height: 80%;
	}
	.modal-dialog-3 {
		width: 80%!important;
    	height: 80%;
	}
	.modal-header {
		padding-bottom: 1rem!important;
	}
	.modal-title {
	    margin-bottom: 0;
	    line-height: 1.5;
	    font-size: 18px!important;
	    text-align: center;
	    margin-left: 2rem;
	}
	.steps .middle-col{
		border-right:0px;
		border-left:0px;
		border-top:3px;
		border-bottom:3px;
		border-top-style: solid;
    	border-bottom-style: solid;
    	border-color:grey;
    	margin-top: 15px;
    	padding-bottom: 15px;
	}
	.steps .right-col{
		border-right:0px;
		border-left:0px;
		border-top:3px;
		border-bottom:0px;
		border-top-style: solid;
    	border-color:grey;
    	margin-top: 15px;
	}

	.default-btn.littlefixmobile {
		margin-top: 20px;
	}
	.benefits .support {
		height: 100%;
		width: 90%;
	}
	.benefits .col-md-6 {
		margin: 15px 0;
	}
	.benefits img {
		padding: 0 2rem;
	}
	.benefits .col-md-6 h3 {
		padding: 0 40px;
   		font-size: 15px;
	}
	.benefits .mb-40 {
		margin-bottom: 0;
	}

	.faq-section .col-md-6 {
		padding:10px 34px;
	}
	.nice-bg-full-center-faq {
		width: 90%;
		height: 10.33%;
	}

	.contact {
		padding: 0;
	}
	.contact .align-right {
		text-align: left;
	}
	.contact .content-details {
		padding-bottom: 0px;
	}
	.contact .form {
		padding-top: 10px;
	}

	.footer-section .onlymobile{
		display: inline;
	}


}

@media(max-width: 425px) {
		.nice-bg-full-center-faq {
		width: 90%;
		height: 9.63%;
	}
}

@media(max-width: 375px) {
		.nice-bg-full-center-faq {
		width: 90%;
		height: 10.33%;
	}
}

@media(max-width: 325px) {
	h2 {
		font-size: 30px;
	}
	.nice-bg-full-center-faq {
		width: 90%;
		height: 12.33%;
	}
	.feature-content h3 {
		font-size: 16px;
	}
	.lowkey {
		font-size: 24px;
	}
	.feature-content p {
		font-size: 11px;
    line-height: 18px;
	}
	.contact label {
		font-size: 15px;
		margin-bottom: 3px!important;
	}
	.benefits .col-md-6 h3 {
		font-size:13px;
	}
}






