@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'ModeratMedium';
    font-size: 1.6rem;
    color: #1E1917;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***********************************************index****************************************/
/*****************header****************/
.header-area {
    position: absolute;
    height: auto;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 4rem 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 99;
}
.header-wrap {
	padding: 0 5.2rem 0 4rem;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img{
	width: 13.8rem;
	margin-right: 10rem;
}
.header-area .navbar-expand-lg .nav-link{
	padding: 0;
	color: #fff;
	font-family: 'ModeratMedium';
	margin: 0 2.5rem;
	font-size: 1.8rem;
}
.header-area .navbar-expand-lg .nav-link:hover {
	color: #943131;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area-right ul {
	display: flex;
    align-items: center;
    justify-content: end;
}
.header-area li a {
	margin-right: 3.5rem;
}
.header-area li a img {
	width: 2.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.header-area li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.header-logo img {
	width: 14.7rem;
}
.header-area .border-btn {
	min-width: 31.8rem;
	margin-left: 1rem;
}
/*****************banner****************/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
}
.banner-content h1 {
	margin-bottom: 3.6rem;
}
.banner-content .border-btn {
	margin-left: 1.3rem;
}
/*****************about****************/
.about-sec {
	background-color: #181818;
	padding-top: 10%;
	position: relative;
}
.about-img {
	position: relative;
	z-index: 1;
}
.about-sec::after {
	content: '';
    position: absolute;
    background-color: #fff;
    left: 0%;
    bottom: 0px;
    height: 10.8rem;
    width: 100%;
}
.about-title h2 {
	margin-bottom: 9.7rem;
    margin-top: -7rem;
}
.about-content {
	padding-left: 9%;
    padding-bottom: 18%;
}
.about-content ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 3.7rem;
}
.about-content ul li:nth-child(even) {
	padding-left: 5rem;
}
.about-content ul li h6 {
	font-size: 1.8rem;
	font-family: 'ModeratRegular';
	color: #fff;
	position: relative;
	padding-left: 4rem;
}
.about-content ul li h6::after {
	content: '';
	position: absolute;
	background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: left top 0.3rem;
    background-size: 2.3rem;
	height: 2.3rem;
	width: 2.3rem;
	left: 0;
	top: 0;
}
/*****************middle-sec****************/
.middle-sec {
	padding: 6% 0;
}
.middle-sec h2 {
	color: #1E1917;
}
.middle-sec p {
	max-width: 58rem;
	width: 100%;
	margin-bottom: 5.3rem;
}
.middle-sec .txt-btn:hover {
	color: #1E1917;
}
.middle-sec .txt-btn:hover::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/*****************home-gallery-slider****************/
.home-gallery-slider {
	background-color: #181818;
	padding: 5% 0;
}
.home-gallery-slider-wrap {
	position: relative;
}
.home-gal-info p {
	color: #fff;
    max-width: 100% !important;
    text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-gallery-slider .swiper-slide::after {
	content: "";
	height: 100%;
	width: 100%;
	/* background-color: rgba(0, 0, 0, 0.55); */
	position: absolute;
	top: 0;
	right: 0;
}
.home-gallery-slider .swiper-slide-active::after {
	display: none;
}
.home-gallery-slider .swiper-button-next {
	right: 4rem;
}
.home-gallery-slider .swiper-button-prev {
	left: 4rem;
}
.home-gal-img {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.home-gallery-slider .swiper-slide-active .home-gal-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-gallery-slider .swiper-slide-active .home-gal-img:hover img {
	transform: scale(1.1);
}
.home-gallery-slider .before_the_flood_desc {
	margin: 0;
}
.home-gal-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4.5rem 6rem 4.5rem 3.6rem;
    width: 100%;
	opacity: 0;
	pointer-events: none;
	margin-bottom: 0 !important;
	text-align: left !important;
	visibility: hidden;
}
.home-gal-img:hover .before_the_flood_heading
{
	transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
.home-gal-info h5 {
	font-family: 'ModeratBold';
	margin-bottom: 1rem;
	word-break: break-word;
}
.home-gal-info::after {
	content: '';
    position: absolute;
    top: 41%;
    right: 3.6rem;
    background-image: url(../images/home-gal-slider-arrow.svg);
    background-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    border: 1px solid #fff;
    height: 4.6rem;
    width: 4.6rem;
    border-radius: 100%;
    transform: translateY(-50%);
}
/*.home-gallery-slider-wrap .swiper-slide-prev .home-gal-img::before, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-img::before,
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-img::after, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-img::after  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    content: '';
    background: #181818;
    height: 5.5rem;
    z-index: 1;
}
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-img::after,
.home-gallery-slider-wrap .swiper-slide-next .home-gal-img::after {
	top: 0;
	bottom: auto;
	background-color: #181818;
	height: 5.5rem;
}*/
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-info::before, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-info::before,
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-info::after, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-info::after {
	display: none;
}
.home-gallery-slider .swiper-slide-active .home-gal-info {
	opacity: 1;
	pointer-events: all;
	text-shadow: none;
	visibility: visible;
}
.home-gallery-slider .each_before_the_flood_block:after {
    opacity: 1;
    background: none;
}
.home-gallery-slider .each_before_the_flood_block {
	min-height: auto;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #000;
	opacity: 0.55;
	height: 100%;
	width: 100%;
}
.home-gallery-slider .swiper-slide-active .overlay{
	display: none;
}
/*****************home-benefit-sec****************/
.home-benefit-sec {
	background-attachment: fixed;
	padding: 8% 0;
}
.home-benefit-sec .common-bg {
	background-repeat: no-repeat;
}
.home-benefit-slider {
	position: relative;
	padding: 0 8rem;
}
.home-benefit-slider h4 {
	font-size: 3.6rem;
	font-family: 'ModeratMedium';
	margin-bottom: 3rem;
}
.home-benefit-slider p {
	color: #fff;
}
.home-benefit-slider .swiper-button-prev {
	top: 11rem;
    left: 0;
}
.home-benefit-slider .swiper-button-next {
	top: 11rem;
    right: 0;
}
/*****************home-btm-sec****************/
.home-btm-sec {
	padding: 7% 0;
}
.home-btm-sec p {
	margin: 3rem 0 8.5rem;
}
.home-btm-info {
	padding-right: 19%;
}
/*****************google-review****************/
.google-review {
	padding-bottom: 5rem;
}
.google-review-img {
	height: 50rem;
}
/*****************footer****************/
.footer-area {
	background-color: #181818;
	padding: 8.8rem 0 5rem;
}
.footer-wrap {
	padding-left: 7%;
	padding-right: 7%;
}
.footer-logo img {
	width: 15.8rem;
}
.footer-area h4 {
	margin: 7rem 0 5.7rem;
}
.footer-area .border-btn {
    border-color: transparent;
	color: #fff;
	font-family: 'ModeratMedium';
	font-size: 1.8rem;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin-right: 10px;
  	margin-bottom: 10px;
}
.footer-area .border-btn:not(.contact-button){
	max-width: unset;
  	width: auto;
}
.footer-area .border-btn:hover {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.footer-area .contact-button:hover{
	border-color: #943131 !important;
	background-color: #943131;
}
.footer-area .contact-button{
	max-width: 26rem;
}
.footer-area .border-btn img{
	width: 1.8rem;
	margin-right: 1.8rem;
}
.footer-right h5 {
	margin-bottom: 3rem;
	font-size: 2rem;
}
.footer-right h6 {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
}
.footer-right h6 span {
	font-family: 'ModeratBold';
}
.footer-area a {
	font-size: 1.6rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'ModeratRegular';
}
.footer-area a:hover{
	color: #943131;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social {
	margin-top: 8rem;
}
.footer-social li {
	display: inline-block;
	margin-right: 0.6rem;
}
.footer-social li a {
	height: 5.5rem;
	width: 5.5rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
	width: 2rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #943131;
}
.footer-social li a:hover img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.footer-credit {
	margin-top: 4rem;
}
.footer-credit p {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'ModeratRegular';
}
.footer-credit li a {
	font-size: 1.6rem;
}
.footer-credit li a:hover {
    color: #943131;
}
/***********************************************popup-start****************************************/
.modal-area .modal-dialog {
    max-width: 50%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.35);
	padding-right: 0 !important;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0.5rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
}
.modal-area .popup-content h2 {
	line-height: 0.9;
}
.modal-area .popup-content p {
    margin: 4rem 0 8.8rem;
}
.modal-area .popup-content {
	text-align: center;
    padding: 9% 18%;
    background-color: #f4f4f4;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #1E1917;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'ModeratMedium';
}
.close-img:hover {
	color: #fff;
}
/***********************************************bedankt****************************************/
.bedankt-banner-sec .banner-content {
    top: 62%;
}
/***********************************************diensten-list****************************************/
/****inner-banner****/
.inner-banner{
	padding: 16% 0 8% 0;
}
/****list-sec****/
.list-sec .list-content-block:nth-child(odd){
	background-color: #181818;
	position: relative;
	padding-top: 7%;
	padding-bottom: 2rem;
}
.list-sec .list-content-block:nth-child(odd)::after {
	content: '';
	position: absolute;
	height: 16%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.list-sec .list-content-block:nth-child(odd) .list-img{
	position: relative;
	z-index: 1;
	padding-left: 9rem;
}
.list-sec .list-content-block .container-fluid, 
.list-sec .list-content-block .common-wrap {
	padding-right: 0;
}
.list-sec .list-content-block:nth-child(odd) .list-content {
	padding-right: 21%;
	margin-top: -16rem;
}
.list-sec .list-content-block:nth-child(odd) .list-content h3,
.list-sec .list-content-block:nth-child(odd) .list-content p  {
	color: #fff;
}
.list-sec .list-content-block:nth-child(even) .list-content {
	padding: 0 23% 0 11%;
}
.list-sec .list-content-block:nth-child(even) {
	padding-bottom: 7%;
}
.list-sec .list-content-block:nth-child(even) .list-img {
    padding-right: 9rem;
}
.list-content p {
	margin: 4rem 0 8.4rem;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/***********************************************diensten-dtl****************************************/
/****bk-btn-sec******/
.bk-btn-sec {
	background-color: #181818;
	padding-top: 22rem;
}
/****dtl-top-blk******/
.dtl-top-blk {
	background-color: #181818;
}
.dtl-top-blk-info {
	padding: 10% 25% 15% 0;
}
.dtl-top-blk-info h3 {
	margin-bottom: 2.6rem;
	color: #fff;
}
.dtl-top-blk-info p {
	color: #fff;
}
/****dtl-about-sec****/
.dtl-about-sec {
	background-color: #fff;
	padding-top: 7%;
}
.dtl-about-sec .about-title h2 {
	color: #1E1917;
	margin-top: 0;
	margin-bottom: 7.8rem;
}
.dtl-about-sec .about-content li h6 {
	color: #1E1917;
}
.dtl-about-sec .about-content ul{
	max-width: 370px;
}
.dtl-about-sec .about-content ul li h6 {
	padding-left: 3.5rem;
}
.dtl-about-sec .about-content {
    padding-left: 23%;
    padding-bottom: 10%;
}
.dtl-about-sec .about-content ul li:nth-child(even) {
    padding-left: 0;
}
.dtl-about-sec .about-content ul li {
    width: 100%;
	margin-bottom: 3.3rem;
}
.dtl-about-sec p {
	margin-top: 4rem;
}
.dtl-about-sec.about-sec::after {
	display: none;
}
/****form-sec****/
.form-sec {
	padding: 7% 0;
}
.form-title h3 {
	margin-bottom: 6.2rem;
}
.form-img {
    height: calc(100% - 6.5rem);
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
.form-sec .form-styl {
	resize: none;
	background-color: #f3f3f3;
	border-radius: 0;
	font-size: 1.4rem;
	border: 0;
    color: rgba(30, 25, 23, 0.69);
	padding: 2.2rem 4rem;
	font-family: 'ModeratLight';
}
.form-main {
	padding-right: 19%;
}
.form-group {
	padding: 1.3rem 0;
}
.foto_upload{
	margin: 1.3rem 0;
}
.form-styl:placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl:-ms-input-placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl::placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl:focus {
    box-shadow: none;
	background-color: #f3f3f3;
    color: #1E1917;
   opacity: 0.69;
}
.form-sec .textarea-control {
    min-height: calc(100% - 9.4rem);
}
.form-sec textarea.form-styl {
	min-height: 25rem;
}
.form-sec .txt-btn {
	border: 0;
	background-color: transparent;
	margin-top: 2.5rem;
}
.form-sec .txt-btn:hover {
    color: #1E1917;
}
.form-sec .txt-btn:hover::after {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
/****diensten-dtl-gallery-slider****/
.diensten-dtl-gallery-slider h3 {
	color: #fff;
	margin-bottom: 7.2rem;
}
/***********************************************contact****************************************/
/****contact-map****/
.contact-map {
	padding-top: 6%;
	background-color: #181818;
}
.contact-map .content-img {
	height: 69.7rem;
}
.contact-map-info {
	padding-left: 22%;
}
.contact-map-info h3 {
	color: #fff;
    margin-bottom: 6rem;
}
.contact-map-info p {
	color: rgba(255, 255, 255, 0.5);
	margin-top: 4.1rem;
	margin-bottom: 8.8rem;
	max-width: 56rem;
	width: 100%;
  }
.contact-map-info li {
	margin-bottom: 3.5rem;
}
.contact-map-info li img {
	width: 3.1rem;
	margin-right: 1.7rem;
	margin-left: 0.3rem;
}
.contact-map-info li a {
	font-size: 1.8rem;
	font-family: 'ModeratMedium';
	color: rgba(255, 255, 255, 0.6);
}
.contact-map-info li a:hover {
	color: #943131;
}
.each-contact h5 {
	font-size: 1.7rem;
	margin-bottom: 2.7rem;
	margin-left: 4.8rem;
}
.each-contact h6 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.each-contact h6 a, .each-contact h6 span {
	color: rgba(255, 255, 255, 0.5);
}
.each-contact h6 a:hover {
	color: #943131;
}
.each-contact img {
	width: 2.4rem;
	margin-right: 2.3rem;
	margin-left: 0.3rem;
}
/****contact-benefit-sec****/
.contact-benefit-sec h3 {
	color: #fff;
}
.contact-benefit-sec h6 {
	font-size: 1.7rem;
}
.contact-benefit-sec h6 span {
	color: rgba(255, 255, 255, 0.8);
}
.contact-benefit-sec p {
	margin-top: 3.2rem;
	max-width: 64rem;
    width: 100%;
	color: rgba(255, 255, 255, 0.8);
}
.contact-benefit-sec .home-benefit-slider {
	padding-left: 9rem;
}
/***********************************************over-ons****************************************/
/****over-ons-top****/
.over-ons-top {
	padding-top: 6%;
}
.over-ons-right {
	height: 98%;
}
.over-ons-right img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-right .col-lg-6:last-child .over-ons-right-part{
	position: relative;
	z-index: 1;
	height: calc(100% + 11rem);
}
.over-ons-top-right {
	padding-left: 4rem;
}
.over-ons-top-info {
	padding-right: 14%;
}
.over-ons-top-info h3 {
	margin-bottom: 4.2rem;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
	padding-top: 19.2rem;
}
/****over-ons-gallery-slider****/
.over-ons-gallery-slider {
	background-color: #181818;
	padding-top: 8.7rem;
}
.over-ons-gal-title h3 {
	color: #fff;
}
.over-ons-gal-title p {
	color: #fff;
	margin: 2rem 0 8.3rem;
}
.over-ons-gallery-slider-wrap {
	position: relative;
}
.over-ons-gallery-slider .swiper-button-next {
	right: 5rem;
}
.over-ons-gallery-slider .swiper-button-prev {
	left: 5rem;
}
.over-ons-gal-info h5{
	text-transform: none;
	font-family: 'ModeratMedium';
	margin-bottom: 0.8rem;
}
.over-ons-gal-info p{
	text-transform: none;
}
.over-ons-gal-img {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.over-ons-gal-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.4rem 8rem 2.4rem 4.3rem;
    width: 100%;
    opacity: 1;
    pointer-events: none;
    text-align: left !important;
}
.over-ons-gallery-slider .over-ons-gal-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-gallery-slider .swiper {
	padding: 5.8rem 0 0;
}
.over-ons-gallery-slider .over-ons-gal-img:hover img {
	transform: scale(1.1);
}
.over-ons-gal-img:hover .before_the_flood_heading {
	transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
.over-ons-gallery-slider .each_before_the_flood_block:after {
    display: none;
}
.over-ons-gallery-slider .each_before_the_flood_block {
	min-height: 0;
	height: 100%;
}
.over-ons-gallery-slider .before_the_flood_desc {
    margin: 0;
}
.over-ons-gallery-slider .before_the_flood_heading {
    margin-bottom: 1rem;
    text-shadow:none;
}
/****over-ons-form-sec****/
.over-ons-form-sec {
	padding-bottom: 5%;
}
/****over-ons-btm-slider****/
.over-ons-btm-slider {
	padding-bottom: 2.7rem;
}
.over-ons-btm-slider-wrap {
	padding-left: 2rem;
	padding-right: 2rem;
}
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.error_top{
	background: #000;
	padding-top: 18rem;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'MontserratRegular';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'MontserratRegular';
}
.cookie_div button{
	color: #3c935c;
	background: #dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'MontserratRegular';
}
.form-1, .form-2{
	display:none;
}
.privacy_section p{
	word-break: break-word;
}
.privacy_section{
	padding-bottom: 4rem;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.right-button {
	border: 1px solid #943131;
	color: #943131;
}
.right-button:hover {
    background-color: #181818;
    border-color: #181818;
}
.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:1.4rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.header-area.privacy-header{
	position: relative;
	background: #000;
}
.footer-social .whatsapp_btn a{
	background-color: #25D366;
}
.footer-social .whatsapp_btn a img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}