.slide-down-enter-active {
  transition: all 0.5s ease;
}
.slide-down-leave-active {
  transition: all 0.5s ease;
}
.slide-down-enter, .slide-down-leave-to{
  transform: translateY(300px);
  opacity: 0;
}

.fade-enter-active {
  transition: all 0.5s ease;
}
.fade-leave-active {
  transition: all 0s;
}
.fade-enter, .fade-leave-to{
  opacity: 0;
}

/*tab animation*/
.line {
  position: absolute;
  bottom: 0;
  transition: left 0.5s ease-in-out, width 0.5s 0.10s;
  height: 4px;
  background-color: rgb(116, 153, 177);
  left: 0;
  width: 100px;
  pointer-events: none;
}

.nav-item{
  cursor: pointer;
}

.nav-item.selected{
	color: #242D61;	
}

#contact-us-wrapper{
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1001;
  font-family: sans-serif;

}

/* contact us : desktop */
#contact-us-box{
  height: 512px; 
  width: 400px; 
  right: 0px; 
  bottom: 0px; 
  position: absolute; 
  /*background-color: white;*/
  /*border-radius: 16px; */
  padding: 10px;  
}

/* contact us : mobile */
@media only screen and (max-width: 575px) {
  #contact-us-box{
    width: 100vw; 
    height: 85vh; 
  }
  #contact-us-box .contact-us-select-container .col-12,
  #contact-us-box .contact-us-select-container .col-6,
  #contact-us-box .contact-us-select-container .col-4{
    padding-left: 0px;
    padding-right: 0px;
  }
}

#contact-us-box .color-grey{
color: #646464;
}
#contact-us-box .font-weight-300{
  font-weight: 300;
}
#contact-us-box .slider-background{
  position: relative;
  top: -1px;
  border-top: 1px solid grey;
  margin-left: -10px;
  margin-right: -10px;
}

#contact-us-box .box-border{
  border-radius: 16px; 
  padding: 10px;
  height: 100%;
}

.circle-box{
  position: absolute; 
  top:-20px; 
  right:20px; 
  width: 20px;
  height: 20px;
  border-radius: 100px;
  cursor: pointer;
}

#contact-us-box .box-border,.circle-box{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-us-entry{
  width: 160px;
  background-color: rgb(116, 153, 177);
  font-size: 20px;
  border-radius: 16px;
  padding: 5px 8px;
  color: white;
  cursor: pointer; 
  position: absolute;
  right:15px; 
  bottom: 15px; 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#contact-us-entry .circle-icon{
  border: 3px solid white; 
  height: 40px; 
  width: 40px; 
  border-radius: 999px;

}
#contact-us-entry .phone-icon{
  position: relative;bottom: -9px;left: 3px;
}
#contact-us-entry .phone-text{
  position: absolute;top: 10px;
  left: 24px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;

}
#contact-us-entry .contact-us-text{
  font-size: 16px; 
  font-weight: 600;
  margin-left:10px;
}
#contact-us-box .input-text{
  border: 1px lightgrey solid;
  border-radius: 4px;
}
#contact-us-box .flex-1{
  flex: 1;
}
#contact-us-box .flex-5{
  flex: 5;
}
#contact-us-box .submit-button,#contact-us-box .whatsapp-button,#contact-us-box .fb-messenger-button,#contact-us-box .white-button,#contact-us-box .line-button{  
  font-size: 16px;
  border-radius: 4px;
  color: white;
  cursor: pointer; 
  border: 0;
}

#contact-us-box button.has_line {  
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#contact-us-box .submit-button{
  background-color: rgb(116, 153, 177);
}
#contact-us-box .whatsapp-button{
  background-color: #56BA6A;
}

#contact-us-box .line-button {
  background-color: rgb(57, 174, 65);
}

#contact-us-box .fb-messenger-button{
  background-color: #0084FF;
}
#contact-us-box .white-button{
  background-color: white;
  border: 1px #242D61 solid;
}
#contact-us-box .whatsapp-icon-style{
  background-color: #56BA6A; 
  border: 0px;
  border-radius: 999px;
  height: 20px;
  color: white;
  width: 20px;
  text-align: center;
  line-height: 1.4;
}
#contact-us-wrapper .cursor-pointer{
  cursor: pointer;
}
#contact-us-wrapper .text-navy{
  color: #242D61; 
}
#contact-us-box button.submit-button:disabled{
  cursor: wait;
  background-color: rgba(116, 153, 177, 0.5);
}
