.whatsapp-btn-container {
	position: fixed;
	right: 30px;
	bottom: -50px;
	opacity: 0;
	animation: fade-up 1000ms forwards;
	animation-delay: 1000ms;
	width: 100px;
	text-align: center;
}
@keyframes fade-up {
	100% {
		bottom: 10px;
		opacity: 1;
	}
}
.whatsapp-btn-container .whatsapp-btn {
	font-size: 40px;
	color: #25d366;
	display: inline-block;
	transition: all 400ms;
}
.whatsapp-btn-container .whatsapp-btn:hover {
	transform: scale(1.2);
}
.whatsapp-btn-container span {
	position: absolute;
	top: -10px;
	left: 4px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #075e54;
	/*transform: rotateZ(20deg) translate(10px);
	opacity: 0;
	transition: all 400ms;*/
}
/*.whatsapp-btn-container .whatsapp-btn:hover + span {
	transform: rotateZ(0deg) translate(0px);
	opacity: 1;
}*/

.service-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000;
}

.bysn-btn {
	width: 100%;
	font-weight: 700;
}
.services.services-2 .icon {
	background-color: #fc983c;
}
.services.services-2 .icon:hover {
	background-color: #ffffff;
}
.ftco-footer {
	padding: 3em 0;
}
.services.services-2 {
	box-shadow: 0px 0px 15px 5px #fc983c;
}
.services.services-2 .services-text {
	padding: 0 15px;
}
.services.services-2 .services-text p{
	text-align: justify;
}
/* ****************************************************************************************** */
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
	display: block;
	width: 90%;
	-webkit-transform-style: preserve-3d;
}
/* ****************************************************************************************** */
.dropdown-menu li {
position: relative;
}
.dropdown-menu > li:hover > .submenu {
display: block;
}
.dropdown-menu .submenu-left {
	right: 100%;
	left: auto;
	top: -7px;
}
.text-danger {
	font-size: 12px;
}

/* ****************************************************************************************** */
.switch-toggle input + label {
	min-width: 125px;
}
.switch-light.switch-candy input ~ span span:first-child, .switch-light.switch-candy input:checked ~ span span:nth-child(2), .switch-candy input:checked + label{
	background-color: #f7b71d;
	color: #ffffff;
}
.pplan-item-wrapper{
	padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.ppiw-header {
	font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
}
.ppiw-desc {
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    min-height: 75px;
}
.ppiw-price{
	font-size: 45px;
    text-align: center;
    min-height: 90px;
}
.ppiw-price .currency {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	font-size: 20px;
}
.ppiw-price .duration {
	font-size: 20px;
	text-transform: uppercase;
}
.ppiw-price .duration::before {
	content: '/';
	margin-right: 2px;
}
.ppiw-services {
	min-height: 225px;
}
.ppiw-services ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.ppiw-services ul li {
	float: none;
    width: auto;
    padding: 8px 15px;
}
.ppiw-book-btn {
    text-align: center;
}
.ppiw-book-btn a {
	font-size: 15px;
    text-transform: uppercase;
	color: #fff;
	text-decoration: none;
    border: 1px solid;
    border-radius: 30px;
    padding: 15px;
    margin: 15px 0;
    background-color: #ffbf27;
    border-color: #f7b71d;
    display: block;
    width: 100%;
}

.pplan-item-wrapper:hover {
	transform: scale(1.055);
	background-color: #f7b71d;
	color: #fff;
	box-shadow: 0px 0px 15px 3px #f7b71d;
	border: 1px solid #f7b71d;
}
.pplan-item-wrapper:hover .ppiw-book-btn a {
	background-color: #ffffff;
	color: #f7b71d;
	font-weight: 600;
}
.is-visible {
	display: block;
}
.is-hidden {
	display: none;
}
@media screen and (max-width: 600px) {
  .slider-text h1 {
    font-size: 35px;
  }
  .slider-text p {
      font-size: 18px;
  }
  .slider-text a {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
    .pt-md-4, .py-md-4 {
        padding-top: 15px !important;
    }
}
.switch-candy a {
    background-color: #2d3035;
}

