.floating-wpp {
	position: fixed;
	bottom: 15px;
	left: 15px;
	font-size: 14px;
	transition: bottom .2s;
	z-index: 9999;
}
.floating-wpp .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden
}
.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}
.floating-wpp:hover {
	bottom: 17px
}
.floating-wpp:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60,60,60,.4)
}
.floating-wpp .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60,60,60,.25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out, opacity .2s ease-out;
	transform-origin: bottom
}
.floating-wpp .floating-wpp-popup.active {
	padding: 0 12px 12px;
	width: 260px;
	height: auto;
	bottom: 82px;
	opacity: 1
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	opacity: 0;
	transition: opacity .2s
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
	text-align: right;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer
}
.floating-wpp .floating-wpp-input-message {
	background-color: #fff;
	margin: 10px -15px -15px;
	padding: 0 15px;
	display: flex;
	align-items: center
}
.floating-wpp .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none
}
.floating-wpp .floating-wpp-btn-send {
	margin-left: 12px;
	font-size: 0;
	cursor: pointer
}


#myModal {
	z-index: 999998;
}

#cookieNotice.display-right {
	right: 0px;
	bottom: 0px;
	width: 100%;
}
#cookieNotice.light {
	background-color: #fff;
	background-color: #fff;
	color: #393d4d;
	border-top: 1px solid #c40a0b;
	box-shadow: 0 0 18px rgba(0,0,0,.2);
}
#cookieNotice {
	box-sizing: border-box;
	position: fixed;
	padding: 20px;
	border-radius: 0px;
	box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
	font-family: inherit;
	z-index: 999997;
}
#cookieNotice #closeIcon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #bfb9b9;
	overflow: hidden;
	opacity: .85;
	z-index: 999999;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
#cookieNotice .title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
	padding-left: 45px;
	height: 40px;
}
#cookieNotice .title-wrap svg {
	margin-right: 10px;
}
#cookieNotice h4 {
	font-family: inherit;
	font-weight: 700;
	font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
	/*color: #393d4d;
	color: var(--cookieNoticeProDark);*/
}
#cookieNotice p, #cookieNotice ul {
	font-size: 12px;
	line-height:21px;
	color:#696969;
	margin-bottom: 0px;
	width: 55%;
	float: left;
}
#cookieNotice .btn-wrap {
	font-weight: 700;
	margin: 0 -5px 0 -5px;
	width:45%;
	float:left;
}
#cookieNotice .btn-wrap button {
	float:right;
	flex-grow: 1;
	padding: 0 7px;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	min-width: 130px;
	line-height: 36px;
	background-color:#c40a0b;
	border: none;
	font-family: inherit;
	font-size: 13px;
	transition: box-shadow .3s;
}
#cookieNotice button {
	outline: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
#cookieNotice .btn-wrap button:hover {
	transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
	transform: translate3d(0,-1px,0);
}
/*.btn-primary{
	color:#ffffff;
	background-color:#c40a0b;
	border: 1px solid #c40a0b;
}*/





#myModal {
	background-color: rgba(199, 199, 199, 0.9);
}
.modal-box2{ font-family: 'Montserrat', sans-serif; }
.modal-box2 .show-modal{
    color: #4C5B67;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box2 .show-modal:hover,
.modal-box2 .show-modal:focus{
    color: #4C5B67;
    border: none;
    outline: none;
    text-decoration: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box2 .modal-dialog{
    width: 500px;
    margin: 50px auto 0;
}
.modal.fade .modal-dialog{
    transform: skew(20deg);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.modal.in .modal-dialog{ transform: skew(0); }
.modal-box2 .modal-dialog .modal-content{
    color: #4C5B67;
    background: #fff;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-box2 .modal-dialog .modal-content .mod_header {
	width:100%;
	float:left;
	border: 1px solid #eaeaea;
	padding-bottom: 2%;
	background-color:#fff;
}

.modal-box2 .modal-dialog .modal-content .mod_header .mod_logo {
	width:50%;
	float:left;
}

.modal-box2 .modal-dialog .modal-content .mod_header .mod_logo img {
	width: 46%;
	float: left;
	padding: 3% 0% 0% 4%;
}

.modal-box2 .modal-dialog .modal-content .mod_header .mod_close {
	width:50%;
	float:left;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close{
    font-size: 35px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 10px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box2 .modal-dialog .modal-content .mod_header .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-content .mod_header .close:hover{ color: #4C5B67; }
.modal-box2 .modal-dialog .modal-content .modal-body .mod_sub_box {
	width:100%;
	float:left;
	margin-bottom: 2%;
}
.modal-box2 .modal-dialog .modal-content .modal-body .mod_sub_box .mod_sb1 {
	width:60%;
	float:left;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 17px;
}
.modal-box2 .modal-dialog .modal-content .modal-body .mod_sub_box .mod_sb2 {
	width:40%;
	float:left;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 17px;
	text-align:right;
}
.modal-box2 .modal-dialog .modal-content .modal-body{ 
	overflow-y: scroll;
	height:300px;
	padding: 20px 30px 10px !important; 
}
.modal-box2 .modal-dialog .modal-content .modal-body .title{
    font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #141414;
}
.modal-box2 .modal-dialog .modal-content .modal-body .description{
    font-size: 11px;
	font-weight: 400;
	margin: 0 0 20px;
	color: #000;
	line-height: 17px;
}
.mod_button {
	width:100%;
	float:left;
	background-color:#fff;
	border: 1px solid #eaeaea;
}
.mod_button button {
	float:right;
	flex-grow: 1;
	padding: 0 7px;
	margin: 20px 28px 20px 5px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	min-width: 130px;
	line-height: 36px;
	background-color:#c40a0b;
	border: none;
	font-family: inherit;
	font-size: 13px;
	transition: box-shadow .3s;
}
.mod_button button {
	outline: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.mod_button button:hover {
	background-color:#c40a0b;
	transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
	transform: translate3d(0,-1px,0);
}
.mod_footer {
	width:100%;
	float:left;
	background-color:#eaeaea;
	padding: 1% 0%;
}
.mod_footer img {
	padding: 0px;
	text-align: right;
	margin-right: 28px;
	float: right;
}
@media only screen and (max-width: 767px){
    .modal-box2 .modal-dialog{ width: 95% !important; }
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.mod_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.mod_slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .mod_slider {
  background-color: #2196F3;
}

input:focus + .mod_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .mod_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.mod_slider.round {
  border-radius: 34px;
}

.mod_slider.round:before {
  border-radius: 50%;
}








@media (min-width: 980px) and (max-width: 1023px) {
	


.mod_button button {
  margin: 10px 14px 10px 5px;
  min-width: 130px;
  line-height: 36px;
  font-size: 12px;
}

.modal-box2 .modal-dialog .modal-content .modal-body {
  height: 250px;
  padding: 20px 15px 10px !important;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close {
  font-size: 35px;
  right: 10px;
  top: 9px;
}

#myModal {
	z-index: 999998;
}

#cookieNotice .btn-wrap button {
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  min-width: 77px;
  line-height: 24px;
  font-size: 11px;
  margin-top: 3%;
}	
	
#cookieNotice .btn-wrap {
  width: 35%;
}

#cookieNotice p, #cookieNotice ul {
  font-size: 11px;
  line-height: 16px;
  width: 65%;
}

#cookieNotice {
  padding: 10px;
  z-index: 999997;
}

}


@media (min-width: 768px) and (max-width:979px) {
	


.mod_button button {
  margin: 10px 14px 10px 5px;
  min-width: 130px;
  line-height: 36px;
  font-size: 12px;
}

.modal-box2 .modal-dialog .modal-content .modal-body {
  height: 250px;
  padding: 20px 15px 10px !important;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close {
  font-size: 35px;
  right: 10px;
  top: 9px;
}

#myModal {
	z-index: 999998;
}

#cookieNotice .btn-wrap button {
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  min-width: 77px;
  line-height: 24px;
  font-size: 11px;
  margin-top: 3%;
}	
	
#cookieNotice .btn-wrap {
  width: 45%;
}

#cookieNotice p, #cookieNotice ul {
  font-size: 11px;
  line-height: 16px;
  width: 55%;
}

#cookieNotice {
  padding: 10px;
  z-index: 999997;
}

}


@media (min-width: 640px) and (max-width:767px) {
	


.mod_button button {
  margin: 10px 14px 10px 5px;
  min-width: 130px;
  line-height: 36px;
  font-size: 12px;
}

.modal-box2 .modal-dialog .modal-content .modal-body {
  height: 250px;
  padding: 20px 15px 10px !important;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close {
  font-size: 35px;
  right: 10px;
  top: 9px;
}

#myModal {
	z-index: 999998;
}

#cookieNotice .btn-wrap button {
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  min-width: 77px;
  line-height: 24px;
  font-size: 11px;
  margin-top: 3%;
}	
	
#cookieNotice .btn-wrap {
  width: 100%;
}

#cookieNotice p, #cookieNotice ul {
  font-size: 11px;
  line-height: 16px;
  width: 100%;
}

#cookieNotice {
  padding: 10px;
  z-index: 999997;
}

}



@media (min-width: 480px) and (max-width:639px) {
	


.mod_button button {
  margin: 10px 14px 10px 5px;
  min-width: 130px;
  line-height: 36px;
  font-size: 12px;
}

.modal-box2 .modal-dialog .modal-content .modal-body {
  height: 250px;
  padding: 20px 15px 10px !important;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close {
  font-size: 35px;
  right: 10px;
  top: 9px;
}

#myModal {
	z-index: 999998;
}

#cookieNotice .btn-wrap button {
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  min-width: 77px;
  line-height: 24px;
  font-size: 11px;
  margin-top: 3%;
}	
	
#cookieNotice .btn-wrap {
  width: 100%;
}

#cookieNotice p, #cookieNotice ul {
  font-size: 11px;
  line-height: 16px;
  width: 100%;
}

#cookieNotice {
  padding: 10px;
  z-index: 999997;
}

}


@media (min-width: 360px) and (max-width:479px) {
	


.mod_button button {
  margin: 10px 14px 10px 5px;
  min-width: 130px;
  line-height: 36px;
  font-size: 12px;
}

.modal-box2 .modal-dialog .modal-content .modal-body {
  height: 250px;
  padding: 20px 15px 10px !important;
}

.modal-box2 .modal-dialog .modal-content .mod_header .close {
  font-size: 35px;
  right: 10px;
  top: 9px;
}

#myModal {
	z-index: 999998;
}

#cookieNotice .btn-wrap button {
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  min-width: 77px;
  line-height: 24px;
  font-size: 11px;
  margin-top: 3%;
}	
	
#cookieNotice .btn-wrap {
  width: 100%;
}

#cookieNotice p, #cookieNotice ul {
  font-size: 11px;
  line-height: 16px;
  width: 100%;
}

#cookieNotice {
  padding: 10px;
  z-index: 999997;
}

}