.floating-wpp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
	z-index: 99999;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    background: #f0f0f0 !important;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.floating-wpp-button {
    width: 52px !important;
    height: 52px !important;
}
.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-button img {
    width: 42px !important;
}
.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #001a8d;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgb(60 60 60 / 25%);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    right: 0;
    opacity: 1;
    background: url(../images/whtup.jpg);
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
	font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
	background-color: #fd1c79 !important;
	    font-size: 20px !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -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;
	height: 44px !important;
	font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
.green-btn{
  background-color: #ffffff;
}
.goog-te-combo{
	background-color: #181717;
    border: 2px solid #fff;
    color: #ffffff;
    height: 38px !important;
    margin: 0px!important;
    margin-top: 4px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    padding-left: 7px !important;
    font-weight: 500;
        font-size: 20px !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
}
.goog-logo-link {
  display:none !important;
}
.select-language{
  max-height: 0px;
}
.goog-te-gadget{
  color: transparent !important;
      overflow: hidden;
    margin-bottom: -32px;
}
.services{
	padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-image: url(https://bfoundr.com/wp-content/uploads/2020/05/Popular-Services-8-min-compressor.jpg?id=25449) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px !important;
}
.services h3 a{
	color:#fff;
}
.service-style2 .service-butn {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 19px;
    padding-right: 19px;
    border: 2px solid #fff;
}