/*----------Contact-----------*/
.mobile-cont{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.mobile-cont ul{
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
  flex-direction: row;
  display: table;
  width: 100%;
}
.mobile-cont ul li{
  width: 20%;
  position: relative;
  display: table-cell;
  background: #fff;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 5px 0;
}
.mobile-cont ul li p{
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-top: 8px;
}
.mobile-cont ul li:nth-child(2){
  border-top-right-radius: 15px;
}
.mobile-cont ul li:nth-child(3) {
  border: 2px solid #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-top: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 -3px 20px 0 #959595;
  box-shadow: 0 -3px 20px 0 #959595;
  background: #57a8e9;
  color: #fff;
}
.mobile-cont ul li:nth-child(3) p{
  color: #fff;
}
.mobile-cont ul li:nth-child(4){
  border-top-left-radius: 15px;
}
.form-nav-toggle .mobile-nav-toggle{
  outline: 0px;
  position: relative;
  padding: 0px;
  padding-top: 5px;
  background: #fff;
  color: #000;
}
.form-nav-toggle .mobile-nav-toggle span{
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.form-nav-toggle .mobile-nav-toggle i{
  font-size: 25px;
}
@media only screen and (min-width: 768px){
  .mobile-cont{
    display: none;
  }
} 
/*--------Contact-End---------*/
/*------Contact-Icon-------*/
.desktop-sticky-icon {
  margin: 0;
  padding: 0;
  width: 210px;
  position: fixed;
  right: -165px;
  bottom: 2%;
  z-index: 130;
}
.desktop-sticky-icon ul li {
  border-radius: 50px 0 0 50px;
  background: #549cf0;
  height: 45px;
  text-align: left;
  margin: 5px 0;
  padding-left: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .8s;
  color: #fff;
  letter-spacing: 0.50px;
  transition: all .8s;
  position: relative;
}
.desktop-sticky-icon ul li:hover{
  margin-left: -125px;
  transition: all .8s;
}
.desktop-sticky-icon ul li:nth-child(1){
  padding-top: 15px;
}
.desktop-sticky-icon ul li:nth-child(2){
  background: #269946;
}
.desktop-sticky-icon ul li a{
  font-size: 15px;
  line-height: 16px;
  margin-left: 5px;
  width: auto;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -.5px;
}
.desktop-sticky-icon ul li img{
  position: absolute;
  left: 0;
  top: 0;
}
.desktop-sticky-icon ul li span {
  position: absolute;
  left: 50px;
  top: 4px;
  font-size: 12px;
}
@media only screen and (max-width: 768px){
   .desktop-sticky-icon{
    display: none;
   }
} 
/*-----Contact-Icon-End-----*/
/*------ Form --------*/
.popub-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.popub-model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.popub-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.popub-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.popub-model-open .popub-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.popub-model-open .popub-bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.popub-bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.popub-close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  z-index: 99;
  font-size: 25px;
  color: #999;
}

@media screen and (min-width:800px){
  .popub-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .popub-model-inner{margin-top: 45px;}
}
.popub-form{
  margin-bottom: 30px;
}
.popub-form p {
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  color: #000;
  padding-top: 10px;
  text-align: center;
}
.popub-input-group {
  position: relative;
  margin-bottom: 30px;
}
.popub-input-group label {
  color: #525252;
  position: absolute;
  top: -8px;
  left: 15px;
  font-size: 13px;
  background: #fff;
  padding: 0px 5px;
}
.popub-input-group input {
  width: 100%;
  font-size: 14px;
  padding: 5px 15px 0 15px;
  color: #000;
  border-radius: 8px;
  outline: none;
  height: 40px;
  border: 1px solid #ced4da;
}
.popub-input-group textarea {
  width: 100%;
  font-size: 14px;
  padding: 5px 15px 0 15px;
  color: #000;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ced4da;
}
.popub-input-btn {
  margin: 0 auto;
  display: table;
  position: relative;
  top: -5px;
}
.popub-input-btn .cnt-btn{
  width: 180px;
  background: #3e63ac;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
/*---- Form End ------*/