html{
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}


.header_sticky,
.header__docs {
    box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    background-color: #343a40;
}

.header img {
    max-width: 200px;
}
#home-section,
.hero__calculator {
	background-image: url("../images/bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.hero__calculator {
	padding-top: 220px;
	padding-bottom: 40px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg.webp");
}
.hero__calculator .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hero__calculator h1 {
	font-size: 4rem;
	font-weight: 400;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.hero__calculator p {
	font-size: 1.4rem;
	font-weight: 300;
	color: white;
		font-size: 1rem;
		line-height: 1.5;
}



.footer {
	padding: 80px 0 32px 0;
}


.footer img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 8px;
	display: block;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
}

.copyright {
	text-align: center;
	color: #fff;
	padding-top: 32px;
	border-top: 1px solid #cacaca
}


.wrapper {
    padding: 140px 0 45px 0;
}

.wrapper h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: calc(1rem + 1.5vw);

}


.wrapper p:last-child {
    margin-bottom: 0;
}

.wrapper p:not(:last-child) {
    margin-bottom: 16px;
}

.wrapper a {
    text-decoration: none;
    cursor: pointer;
}

.img__desc {
	display: block;
}
.img__mob{
	display: none !important;
}

.calculator-msg__section {
	padding-top: 160px;
	padding-bottom: 45px;
}


.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;

}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}


@media (max-width: 767.98px) {
    .header{
    padding: 8px 0px;
    }
    .header .container {
        flex-direction: column;
    }
		.header .container img{
				max-width: 180px;
		}


}
@media (max-width: 575.98px){
	#home-section {
			background-image: url("../images/bg-mob.webp");
		}
		.hero__calculator {
			padding: 100px 0 10px 0;
			background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg-mob.webp");
		}
				.hero__calculator h1{
					font-size: 20px;
				}
	.img__desc {
			display: none !important;
		}
	
		.img__mob {
			display: block !important;
		}
}


.for__newsteller .form-control:active,
.for__newsteller .form-control:focus {
	border: 1px solid #20623C !important;
}

.for__newsteller .form-control:hover,
.for__newsteller .form-control:active,
.for__newsteller .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a:hover{
	color:#ac960b
}
#cookPopup{display:none;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:15px;left:50%;width:900px;max-width:90%;transform:translateX(-50%);padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:9999}
    #cookPopup p{margin:0;text-align:left}
		#cookPopup a{color:#20623C;}
    .cookPopup_btn{padding:7px 15px;cursor:pointer;border:0;background:#20623C;border-radius:4px;font-weight:800;color:#fbe34c}
    .cookPopup_btn:hover{background:#fbe34c; color: #20623C;}
    @media(min-width:576px){
        #cookPopup.show{display:flex;align-items:center}}
    @media(max-width:575px){
    #cookPopup.show{display:block;text-align:left; padding: 10px;}.cookPopup_btn{margin:10px 0 0 0; width: 100%;}}
    .cookPopup_title{font-size:16px;font-weight:700}
    .cookPopup_desc{font-size:16px}.show{display:flex !important}
