html {
	scroll-behavior: smooth;
}

.myHeader{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 8px;
  }

  .myHeader img{
    max-width: 250px;
  }

  .list-reset {
		list-style: none;
		padding-left: 0px;
	}
  .myHeader p{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    text-align: right!important;
  }

  @media (max-width: 767.98px){
    .myHeader{
      flex-direction: column;
    }
    .myHeader p{
      text-align: center;
    }
  }

  .header__fixed {
    width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		/* background-color: #4FC242; */
		animation-name: header;
		animation-duration: .2s;
		z-index: 1000;
	}

	@keyframes header {
		0% {
      opacity: 0;
			top: -100px
		}
		100% {
			opacity: 1;
			top: 0px
		}
	}

.banner {
  min-height: 840px;
}	
/* .banner__title {
	margin-bottom: 20px;
} */

.banner__item {
	display: flex!important;
	flex-direction: column;
	align-items: center!important;
	justify-content: center;
	gap: 50px!important;
}

.banner-title {
	top: 13.1%;
}

.banner-title .callbacks_container {
	min-height: 730px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px!important;
}


.banner__btn {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #fff;
	outline: none;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 20px;
	transition: all .3s ease-in-out;
}	

.banner__btn:focus-visible {
	background-color: rgba(84, 179, 174, 0.99);
	border: 1px solid #fff;
	color: #fff;
}

.banner__btn:hover:not(:focus-visible) {
  background-color: rgba(84, 179, 174, 0.99);
	border: 1px solid #fff;
	color: #fff;
}

.banner__btn:active:not(:focus-visible) {
  background-color: rgba(84, 179, 174, 0.99);
	border: 1px solid #fff;
}

.testimonial-left {
	padding-left: 15px;
}

.services-grids-info {
	min-height: auto;
}

.testimonials {
	margin-bottom: 135px;
}

.testionals__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	
}

.testimonial-right {
	padding: 5px 25px;
	order: -1;
}

.slider__text {
	color:#fff!important;
	font-size: 22px;
}

.contact {
	padding-top: 100px!important;
	padding-bottom: 150px!important;
}

/*form*/
.submitBnt{
  font-family: inherit;
  border: none;
  border-radius: 8px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
}

.custom-form-group label a{
  color: #007bff;
	transition: color .3s ease-in-out;
}

.custom-form-group label a:focus-visible {
	color: #fff;
}
.custom-form-group label a:hover:not(:focus-visible) {
	color: #fff;
}
.custom-form-group label a:active:not(:focus-visible) {
	color: #007bff;
}
.custom-form-control{
	width: 100%!important;
  margin-bottom: 15px;
  padding-left: 20px!important;
	padding-right: 30px!important;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 30px;
}




.custom-form-group label{
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
  font-style: italic;
	display: inline-block;
}

.mandatory{
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
	padding-top: 3px;

}

.contact-left input[type="tel"] {
  outline: none;
}

.custom-form-group{
	display: flex;
	margin-top: 16px;
	align-items: center;
}

.custom-form-group input{
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 0 0 3px 0;
  box-shadow: inset 0 3px 2px #EEE;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
}

	/*footer*/
	.footer {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.footer__box {
		display: flex;
		gap: 30px;
		margin-bottom: 68px;
	}
	
	.footer__left {
		width: 30%;
	}
	
	.footer__contact {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
	.footer__center {
		width: 45%;
		display: flex;
		flex-direction: column;
		padding-top: 22px;
	}
	
	.footer__txt {
		color: #000;
		margin-bottom: 15px;
	}

	.footer__right {
		width: 20%;
		padding-top: 61px;
	}
	
	.document__link {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	.footer-logo {
		margin-bottom: 20px;
	}
	
	
	 .footer p {
		font-size: 18px;
		line-height: 32px;
	}
	
	.footer__link {
		font-size: 17px;
		transition: color .3s ease-in-out;
	}
	.footer__link:focus-visible {
		color: #5784f7;
	}
	.footer__link:hover:not(:focus-visible) {
		color: #5b85f1;
	}
	.footer__link:active:not(:focus-visible) {
		color: #031d5e;
	}
	
	.copy-right-content {
		font-size: 25px;
	} 

	/*cookie-block*/
#cookie_notification {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
	position: fixed;
	gap: 10px;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 60%;
	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;}  
  

	#cookie_notification p {
		margin-bottom: 15px;
	  text-align: left;
	}  

	.cookie_notificationTitle {
	  font-size: 16px;
	  font-weight: 700;
		display: flex;
		justify-content: center;
	}  
	.cookie_notificationText {
		font-size: 16px;
	}

	.cookie_accept {
	  padding: 7px 15px;
	  cursor: pointer;
	  border: 1px solid rgba(84, 179, 174, 0.99);
		outline: none;
	  background-color: rgba(84, 179, 174, 0.99);
	  border-radius: 4px;
	  color: #fff;
	  transition: all .3s ease-in-out;
	}  
	.cookie_accept:hover {
	  background-color: #fff;
		color: rgba(84, 179, 174, 0.99);
	}
  .cookie_accept:active {
		background-color: #fff;
		color: rgba(84, 179, 174, 0.99);
	}

	.cookie__btn-box  {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.cookie__link svg path {
		transition: all .3s ease-in-out;
	}
	
	.cookie__link svg path:focus-visible {
		stroke :#35742e;
		transform: translateX(10%);
	}
	
	.cookie__link svg path:hover:not(:focus-visible) {
		stroke :#35742e;
		transform: translateX(10%);
	}
	
	
	.cookie__link svg path:hover:not(:focus-visible) {
		stroke :#35742e;
	 
	}

	/*document*/

.document__container h2, h3 {
  margin-bottom: 20px;
}

.cookie__span {
  font-weight: 600;
}
.text-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.document__container p {
  margin-bottom: 10px;
}


.document__container {
	padding-top: 150px;
	padding-bottom: 100px;
}


.document__title {
	text-align: center;
	margin-bottom: 40px;
}

.main__document {
	min-height: 100%;
}

.thanks__container {
	height: 100vh;
}

.thanksWrapper {
	display: flex;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
	gap: 50px;
	align-items: center;
	justify-content: center;
}

.mycontainer {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.thanks__icon {
  width: 350px;
}

.thanksText {
	font-size: 27px;
  line-height: 49px;
	font-weight: 600;
}

.document__padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.terms__list {
	padding-left: 25px;
} 

.thanks__img-box {
  margin-bottom: 50px;
}


@media(max-width: 991.98px)	{

	
	.services-grids-info:nth-child(2) {
		margin-bottom: 15px;
	}
	.services-grids-info {
		float: left;
		width: 50%;
	}

	.contact__box {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.footer__box {
		flex-direction: column;
		gap: 20px;
	}

	.footer__left {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.footer__logo {
		width: 250px;
	}

	.footer__center {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		padding-top: 0px;
	}
	
	
	.footer__right {
		width: 100%;
		padding-top: 0px;
		display: flex;
		flex-direction: column;
		text-align: left;
	}
}


@media (max-width: 767px) {
  .banner-title {
    right: 0;
    width: 100%;
    bottom: 0%;
    top: initial!important;
  }

	.banner-title .callbacks_container {
     min-height: unset!important; 
  }

	.banner__btn {
		width: 50%;
	}

}

@media (max-width: 767.98px) {

	.banner {
    background-position: -331px -3px;
  }
	
  .testionals__container {
	  flex-direction: column-reverse;
	  gap: 0px;
  }

	.testimonial-left {
    width: 100%;
    border: none!important;
    padding: 0;
	}
}

@media(max-width: 557.98px) {

	.myHeader {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.myHeader p {
    font-size: 15px;
	}

	.myHeader img{
    max-width: 150px;
  }

	.footer__logo {
		max-width: 150px;
	}

	.about-info {
    float: none;
    width: 100%;
    padding: 0;
		margin-bottom: 20px;
  }

	.about-info:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }

	.document__container {
    padding-top: 100px;
  }

	.thanksWrapper {
		gap: 5px;
	}

	.thanks__icon {
    width: 160px;
  }
}
	
@media(max-width: 479.98px) {

	h3, p {
		text-align: center ;
	}
	.footer p,
	.footer h3 {
		text-align: left !important;
	}
	.document__container p {
		text-align: left!important;
	}

	.banner__item {
    gap: 20px!important;
  }

	.banner__btn {
		width: 100%!important;
	}

	.banner {
    background-position: -331px -3px;
  }

	.slider__text {
    font-size: 16px;
  }

	.testimonials {
    margin-bottom: 40px;
  }

	.submitBnt {
		width: 100%!important;
	}

	.contact-grids {
    margin-top: 0px!important;
  }

	.contact {
    padding-top: 60px!important;
    padding-bottom: 50px!important;
  }

	.cookie__btn-box {
		flex-direction: column;
	}

	.cookie_accept {
		width: 100%;
	}

	.footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }

	.footer__title-mini {
		font-size: 20px;
	}

	small, .small {
    font-size: 65%;
  }

	.document__title {
		font-size: 25px!important;
	}


	.document__container h3 {
		text-align: left!important;
		font-size: 20px;
	}

	.thanksText {
		font-size: 14px;
		line-height: 32px;
	}

	.thanksWrapper {
    padding-top: 100px;
	}

	
}

@media(max-width:320px) {
	/* .services-grids-info:nth-child(2) {
		margin-right: 10px;
	} */

	.services-grids-info:nth-child(2),
	.services-grids-info:nth-child(3)
	 {
    padding-right: 10px;
  }

}

	