@-moz-document url-prefix(){
  #mount .duble .fa-chevron-up,
  #mount .duble .fa-chevron-down  {
    display: none!important;
    
  }
}
#mount .tab-content label{
    color: #777474!important;
    font-size: 15px;
    padding-left: 17px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

#mount .progress-bar{
    height: 6px;
    background: #5e4896;  
   }
#mount  .gq-nav .nav-link.active{
  	background:  #5e4896;
    font-size: 18px;   
    padding: 10px 28px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
  }
#mount  .gq-nav .nav-link{
  	border: none;
  	outline: none;
  	color: #000;
    font-size: 18px;
  } 
#mount  .gq-nav .nav-tabs {
    border-bottom: 2px solid  #5e4896;
  }
/*#mount  .gq-form-cont{
  	padding: 90px 90px 30px 90px;
  }*/
 #mount  .gq-form-cont{
    padding: 50px 60px 30px 60px;
  }
 #mount .border-orang,
 #mount .border-purple{
    border: 1px solid #5E4896;
    border-radius: 25px;
    padding: 20px 30px 20px 30px
  }
  #mount .border-none{
    padding: 20px 30px 20px 30px
  }
  #mount .tab-content .label-purple{
    color: #5E4896!important;
  }
  #mount .gq-form-cont input[type="text"],
  #mount .gq-form-cont input[type="email"],
  #mount .gq-form-cont textarea{
  	border-radius: 50px;
    border: none;
    outline: none;
    background: #fff;
    padding: 25px 20px;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 0;
  }

  #mount .gq-form-cont.second-step input[type="text"].red-pill,
  #mount .gq-form-cont.third-step input[type="text"].red-pill {
    z-index: 1;
    background: transparent;
    border: 2px solid #E36969A3!important;
    padding: 23px 20px;
  }

  #mount .gq-form-cont input[type="text"]:focus,
  #mount .gq-form-cont input[type="email"]:focus,
  #mount .gq-form-cont textarea:focus{  	
    border: none;
    outline: none;
    box-shadow: none;
    
  }
#mount  .gq-container{
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 10px #f6f7fa;
    overflow-y: auto;
    background: #f6f7fa;
    
  }
#mount  .gq-container .next-btn{
  	background: #5e4895;
    max-width: 180px;
    margin: 40px auto 0px;
    padding: 10px;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
  }
#mount .errorField, #mount .select.errorField{
 	border: 2px solid #E36969A3!important;
  border-radius: 50px;
 }

#mount .error-messag { 
 	font-size: 12px;
	padding-left: 20px;
	color: #E36969A3;	
  text-align: left; 
 }
#mount .width1{ 	
 	width: 50%;
 	transition:  width 1s;
 }
#mount .width2{
   width: 100%;
   transition:  width 1s;
 }
#mount .width3{
   width: 100%;
   transition:  width 1s;
 }
#mount .vdp-datepicker__calendar header .up{
    background: #cdc3e4;
    color: #fff;
}
#mount .vdp-datepicker__calendar header .up:not(.disabled):hover {
    background: #5e4896;
}
#mount span.cell.day.disabled{
   background: #cdc3e4;
   color: #fff;
} 
#mount .day {
    background: #5e4896;
    color: #fff;   
}
#mount .vdp-datepicker__calendar .cell {   
    padding: 0 5px;     
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;

}
#mount .vdp-datepicker__calendar:not(:first-child) .disabled {
    color: #cdc3e4;
    cursor: default;
}
#mount .vdp-datepicker__calendar:not(:first-child) {
    color: #5e4896;
}
 #mount .vdp-datepicker,
 #mount .vdp-datepicker div,
 #mount .vdp-datepicker input[type="text"] {
 	width: 100%;
 	
 }

#mount .vdp-datepicker__calendar{
   z-index: 999999999999;
 }
#mount .vdp-datepicker{ 
	position: relative;
 }
#mount .vdp-datepicker .fas
{
 	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 23px;
    color: #fff;
    background: #5e4896;
    padding: 13px 16px;
    border-radius: 26px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}
#mount .vdp-datepicker__calendar .cell.selected {
    background: #FF9600!important;
}
#mount .select{
    border-radius: 20px;
    border: none;
    outline: none;
    background: transparent;
    padding: 15px 20px;
    font-family: 'Roboto';
    width: 100%;
    position: relative;
    color: #6C757D;
    height: 51px; 
    z-index: 9;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
#mount .multiselect, #mount .multiselect__input, 
#mount .multiselect__single {
    font-size: 16px!important;
}
#mount .multiselect__tags{ 
    border-radius: 20px;
    border: none!important;
    outline: none;   
    padding: 15px 20px 10px 20px;
    font-family: 'Roboto';
    color: #6C757D; 
    background: #fff; 
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    text-indent: 1px!important;
    text-overflow: ''!important;
    margin-bottom: 0px;
} 
#mount .multiselect__tags:before{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
} 
#mount .multiselect__tags .multiselect__single{
	color: #6C757D; 
    background: transparent; 
}
 #mount  .multiselect__tag{
 	background: #5e4896;
 	color: #fff;
 }
  #mount .multiselect__tag-icon
 {
 	background: #fff;
 	color: #5e4896;
 }
#mount  .multiselect__tag-icon:after {
 	color: #5e4896;
 }
  #mount .multiselect__tag-icon:hover
 {
 	background: #5e4896;
 	color: #fff;
 }
 #mount .arrow .fas{
 	position: absolute;
    top: 0px;
    right: 1px;
    font-size: 23px;
    color: #fff;
    background: #5e4896;
    padding: 13px 16px;
    border-radius: 26px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}
#mount .arrow .icon-container{
	position: absolute;
    display: block;
    border-radius: 20px;    
    width: 100%;
  /*  max-width: 465px;*/
    height: 51px;
    top: 0;
    z-index: 1;
    background: #fff;
}/*
#mount .multi .icon-container{
	position: absolute;
    display: block;
    border-radius: 20px;    
    width: 100%;    
    max-width: 465px;
    height: 50px;
    top: 0;
    z-index: 1;
    background: #fff;
}*/
#mount select::-ms-expand {
    display: none;
}/*
#mount  .multi .fas{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 23px;
    color: #fff;
    background: #5e4896;
    padding: 13px 16px;
    border-radius: 26px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}*/

#mount .multiselect--active{
    z-index: 999999;
}

#mount .multi .multiselect__input{
	display: block;
    width: 75%!important;
    padding: 15px!important;
    left: -20px;
}
#mount .multiselect__select {
    width: 52.13px;
    right: 0;
    top: 0;
    padding: 0;
}
#mount .multiselect__select:before
 {
    position: relative;
    right: 0;
    top: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    color: #fff;
    background: #5e4896;
    padding: 13px 16px;
    margin-top: 0!important;
    border:none;
    border-radius: 26px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
}
#mount .multiselect__element:hover,
#mount .multiselect__element span:hover,
#mount .multiselect__option--highlight
{
  background: #5e4896;
}
#mount .second-step .next-btn,
#mount .third-step .next-btn{
  	background: #5e4895;
  	width: 180px;
  	text-align: center;
    max-width: 180px;
    margin: 70px 10px;   
    padding: 10px;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
  }
  #mount .second-step .prev-btn,
  #mount .third-step .prev-btn{
  	background: #fff;
  	width: 180px;
  	text-align: center;
    max-width: 180px;
    margin: 70px 10px;   
    padding: 10px;
    border-radius: 32px;
    color: #5e4895;
    border: 1px solid #5e4895;
    cursor: pointer;
  }
 #mount .chack{
  	display: inline-block;
  }
 #mount .unchack{
  	display: none;
  }
  #mount  .fa-check-circle{        
    margin-right: 10px;
    color: #5e4895;
  }
 #mount input[type="time"]{
 	  border-radius: 50px;
    border: none;
    outline: none;
    background: transparent;
    padding: 15px 70px 10px 15px;
    font-family: 'Roboto';
    width: 100%;
    position: relative;
    color: #6C757D;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    z-index: 2;
 }
  #mount .submit-btn
 {
 	background: #5e4895;   
    max-width: 215px;
    margin-left: 20px;    
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
 }
#mount .duble .fa-chevron-down{      
    top: 25px;
    border-radius: 0px 0px 26px 0px;
    border: 1;
    display: block;
    height: 27px;
    padding: 1px 17px 3px 8px;
}
#mount .duble .fa-chevron-up{      
    top: 0px;
    border-radius: 0px 26px 0px 0px;
    border: 1;
    display: block;
    height: 27px;
    padding: 6px 17px 3px 8px;
}
#mount input[type=time]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}    
#mount input[type=time]:hover::-webkit-inner-spin-button { 
    top: 0;
    width: 30px;
    height: 50px;
    padding: 4px;
    position: absolute;
    right: 4px;
    border-radius: 28px;
}

#mount .fade-gq:not(.show) {
    opacity: 0;
}

#mount .fade-gq {
    transition: opacity .15s linear;
}
#mount .submit-text{
    color: #000;
    font-size: 18px;

}
#mount .success-msg{
    position: fixed;
    top: 42%;
    border-radius: 25px;
    background: #fff;
    right: 0;
    left: 0;
    margin: auto;
    padding: 60px 20px;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0px 0px 10px 10px #f6f7fa70;
    z-index: 999999999;
    
}
#mount  .success-msg .submit-text{
  font-size: 24px;
  text-align: center;
}

#mount input[type=time]::-webkit-inner-spin-button{ 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}    
#mount input[type=time]:hover::-webkit-inner-spin-button{    
    top: 0;
    width: 30px;
    height: 50px;
    padding: 4px;
    position: absolute;
    right: 4px;
    border-radius: 28px;
}

.slide-fade-enter-active {
  transition: all .8s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}
#mount .nav-tabs .nav-link.active:hover{
  color: #fff!important;
}
#mount .errorFieldData{
    position: absolute;
    display: block;
    border-radius: 50px;
    width: 100%;
    max-width: 465px;
    height: 51px;
    top: 0;
    z-index: 0;
    background: #fff;
}

#mount .multiselect__tags-wrap{
   max-width: 90%;
   display: block;
}
#mount .btn-margin{
  margin-top: 3rem!important;
}
#mount .multiselect--active .multiselect__select{
  -webkit-transform:unset;
    transform:unset;
}
 @media only screen and (max-width: 1200px) {
/*  #mount .arrow .icon-container,*/
  #mount .multi .icon-container{
  	 max-width: 373px;
  }  

}
 @media only screen and (max-width: 991px) {
/*  #mount .arrow .icon-container,*/
  #mount .multi .icon-container{
  	  max-width: 538px;
  }  
  #mount .gq-nav .nav-tabs{
    display: flex!important;
  }

}
@media only screen and (max-width: 767px) {
/*  #mount .arrow .icon-container,*/
  #mount .multi .icon-container{
  	 max-width: 360px;

  }  
  #mount .second-step .prev-btn,
  #mount .third-step .prev-btn {
     margin: 25px 10px!important;
  }
  #mount .second-step .next-btn,
  #mount .third-step .next-btn {
     
     margin: 25px 10px!important;

  }

}
@media only screen and (max-width: 600px) {
  #mount .gq-container{
      width: 100%!important;
  }  

}
@media only screen and (max-width: 545px) {
/*  #mount .arrow .icon-container,*/
  #mount .multi .icon-container{
     max-width: 407px;

  }
 /* #mount  .gq-form-cont{  
    padding: 30px 30px 0px 30px;
  } */
   #mount .gq-form-cont {
     padding: 30px 10px 0px 10px;
  }

}
@media only screen and (max-width: 528px) {
/*  #mount .arrow .icon-container,*/
  #mount .multi .icon-container{
      max-width: 92%;
      
  }
   #mount .multiselect__tags {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 440px) {
  #mount .tab-content label{   
    font-size: 16px; 
 }
 #mount .tab-content .mb-4{
    margin-bottom: 0.5rem!important;
  }
  #mount .arrow .icon-container,
  #mount .multi .icon-container{
  	  
      height: 35px;
  }
  #mount .arrow .fas,
  #mount .multiselect__select:before,
  #mount .vdp-datepicker .fas {
    font-size: 20px;
    padding: 7px 9px;
    
  }/*
  #mount .multiselect__select:before{    
    right: 13px;
  }*/
  /*
   #mount .vdp-datepicker .fas  {    
    right: 2px;
  }*/
  /*#mount .gq-form-cont{ 
        padding: 30px 20px 0px 20px;
  }*/
  #mount .gq-form-cont{
     padding: 30px 0px 0px 0px;
  }

  .avada-html-layout-wide .fusion-fullwidth {
    padding-right: 5px!important;
   
    padding-left: 5px!important;
  } 
  #mount input[type="time"],
  #mount .gq-form-cont input[type="text"],
  #mount .gq-form-cont input[type="email"],
  #mount .select{
    font-size: 16px!important;
    height: 35px;
    padding: 0px 14px;
  }
  #mount .gq-form-cont textarea{
    font-size: 16px!important;
  }
 #mount .btn-margin{
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
 }
 #mount .multiselect__tags .multiselect__single {
    font-size: 16px!important;
    line-height: 2.55em;
    height: 35px!important;
    padding: 0!important;

    margin-bottom: 0!important;
 }
 #mount .multiselect__select {
    height: 35px!important;
    width: 36px;
   
 }

  #mount .multiselect {    
    min-height: 35px!important;  
 }
 #mount .multiselect__tags {
/*    height: 35px!important;*/
    min-height: 35px!important;
    margin-bottom: 0px;
    padding: 0px 10px 0 12px!important;
}

 
}
@media only screen and (max-width: 377px){
	/*#mount .arrow .icon-container.xl{
	  top: 50px;
	}*//*
  #mount .multiselect__select:before {
    right: 6px;
}*/
.multiselect__select {    
    width: 30px;
  }
  /*
 #mount .vdp-datepicker .fas {
    right: -3px;
} */

}
 @media only screen and (max-width: 360px){
  /*
  #mount .vdp-datepicker .fas  {    
    right: -5px;
  }*/
/*   #mount .multiselect__select:before{    
    right: 7px;
  }*/
  #mount .second-step .next-btn,
  #mount .third-step .next-btn {
     
     margin: 0px 10px!important;

  }/*
  #mount .arrow .icon-container.long{
     top: 50px;
  }*/
  .multiselect__select {    
    width: 25px;
  }
} 
 @media only screen and (max-width: 320px){
/*  #mount .multiselect__select:before{    
    right: 3px;
  }*/
  /*
    #mount .vdp-datepicker .fas  {    
    right: -5px;
  }*/
  #mount .gq-nav .nav-link.active,
  #mount .gq-nav .nav-link{
    font-size: 16px;
    padding: 8px 15px;
  }
}  

