.card-body{
	background-color: #fff4e9;
}
.card h4{
	margin: 0;
}
.card-header{border-radius: 15px 15px 0 0 !important;}
.mobilepage {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 90px;
	background-color: #FFF;
}
.card-body input, .card-body textarea{
	border:solid 1px #CCC;
	border-radius: 0px;
	margin-bottom: 10px;
}
.card-body [type="submit"]{
	 border-radius: 0px;
	    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 3px;
}
.footercallus {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.footercallus i{
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}


/*.footercallus .fa.fa-phone {
  animation: tilt-shaking 0.6s;
  animation-iteration-count: infinite;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(20deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-20deg); }
  100% { transform: rotate(0deg); }
}*/

.footercallus .fa.fa-phone {
  animation: tilt-shaking 0.3s infinite;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}






.call-icon {     
    border-radius: 0px;   
    padding: 10px;
    width: 100%;
}

.call-icon .fa{
  border: 2px solid #fff;
  border-radius: 50%;
  padding:7px 10px;
  font-size: 29px;
}


.call-icon a {
  color: #FFF;
  margin: 0 0 0 10px;
  line-height: 48px;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
   vertical-align: top;
}


.searchengine{
  position: relative;
  margin-top: 20px;
}

.search-engine .form-control, .search-engine .pagebutton, .call-request .form-control, .call-request .pagebutton {margin-top: 10px;}


.searchengine .card{
  padding: 15px;
  border-radius: 0px;
}

.offer {margin-left: 15px; margin-right: 15px;}

.card, .card-header:first-child{ border-radius: 0px;}

.fa.fa-percent{
    border-radius: 50%;
    font-size: 10px;
    padding: 5px;
   }


 .pagebutton{
    border-radius: 8px;
    padding: 5px 10px;
    border: 0px;
 }   

.searchengine .dropdown-toggle{width: 100%; text-align: left;}

.call-back-request, .help-center, .needhelp {
  position: relative;
  margin-top: 15px;
}

.zoom-in-zoom-out {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #1ACC21;
  border-radius: 100%;
  display: inline-block;
  animation: zoom-in-zoom-out 1.5s ease-out infinite
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(1.5, 1.5)
  }
  100% {
    transform: scale(1, 1)
  }
}

.offer{
   padding-top: 15px;
}

.callus{
    position: relative;
    padding: 15px;
    margin-bottom: 0;
}

.callus img {
    display: inline-block;
    margin-right: 5px;
    width: 100%;
    max-width: 80px;
    border-radius: 100%;
	margin-top: -10px;
}

.callus p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
	    padding-top: 20px;
}

.whycallus{
  padding-top: 15px;
}


.whycallus ul{
  padding: 0px;
  margin: 0;
}

.whycallus li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  margin-left: -25px;
  padding-right: 10px;
}


.whycallus ul li{
  list-style: none;
  padding: 0px;
  line-height: 1.7;
  padding-left: 22px;
}

.testimonialbox{
	border:1px solid #ccc; 
	padding-top: 20px;
	background-color: #fff4e9;
	border-radius:15px 15px 0 0 !important; 
}
.testimonialbox h2{
	margin-bottom: 0;
}
.help-center ul{
  padding: 0px;
  margin-bottom: 0px;
}

.help-center ul li{
  list-style: none;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}

.help-center ul li.none{
  border-bottom: 0px dashed #ccc;
}

.section-title {
    text-align: center;
    padding-bottom: 0px;
    position: relative;
}

.padding-tb20{
  padding-top:20px; padding-bottom:20px;
}

.padding-tb30{
  padding-top:30px; padding-bottom:30px;
}

.margin-b20{margin-bottom: 20px;}

.margin-b20{margin-bottom: 20px;}

.skills{vertical-align: middle;}

.skills-txt{padding-top: 50px;}


.testimonials {margin-left: 15px; margin-right: 15px;}






/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;

  svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}



.buttonsection{
  margin: 30px 0px;
  padding: 50px 0px;
 background-image: url("../../assets/pageimg/backgroundimg.jpg") ;
 background-repeat: no-repeat;
 background-position: top center;
}

.buttonsection .swiper-wrapper{padding: 30px 0px;}


.buttonsection .swiper-container {
  position: relative;
  width: auto;
}

.buttonsection .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.buttonsection .swiper-slide {
  height: 50px;
  display: flex;
  background:#fa4358;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}


.buttonsection .swiper-slide.swiper-slide-active {
  transform: scale(1);
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.buttonsection .swiper-slide__content {
  height: 100px;
}
.buttonsection h2{
	font-size: 32px;
	color: #FFF;
}