@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.ttf); 
  font-style: normal;
}

@font-face {
  font-family: Helvetica Bold;
  src: url(../fonts/Helvetica-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Helvetica Light;
  src: url(../fonts/helvetica-light-587ebe5a59211.ttf); 
  font-style: normal;
  font-weight: 300;
}
.slick-prev:before, .slick-next:before{
  content: "";
}
body {
 font-family: Helvetica, arial, helvetica, sans-serif;
 margin: 0;
 padding: 0;
 width: 100%; 
 overflow-x: hidden;
 color: #000000;
}

div.input_error {  
  position: absolute;
  font-size: 13px;
  color: #343434;
  text-align: left;
  float: left;
  /* font-weight: 600; */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*bottom: -19px;*/
  top: 52px;
  left: 0px;
}
.form_input_field{
  font-family: Helvetica, arial, helvetica, sans-serif; 
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
a,a:hover,a:focus {
  text-decoration: none;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline: none;
} 
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
label.custom_form_label.label_button{
  padding-top: 10px;
}
.veadhik_wrapper {
  min-height: 100vh;
  position: static;
  max-width: 1600px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  
  /*box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);*/
}
.veadhik_content_wrapper {
  min-height: calc(100vh - 385px);
  float: left;
  width: 100%;
  position: relative;

}
.slick-slide img {
  width: 100%;
}
.veadhik_wrapper_section{
  width: 100%;
  float: left;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  min-height: 100vh;
} 
.mandatory{
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 60px;
  right: 25px;
  bottom: 60px;
}
.mCSB_scrollTools .mCSB_dragger{
  height:60px !important;
}
.button{
  width: auto;
  float: left;
  margin: 10px 0 0px;
  text-align: center;
  color: #d55321;
  transition: all 0.5s;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  line-height: 15px;
  padding: 0;
} 
.button span{
  vertical-align: middle;
}
.button span img{
  width: 18px;
  padding-top: 3px;
  display: inline-block;
}

.left-image img{
  min-height: calc( 100vh - 50px );
}
.mob-image{
  display: none;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
  background-color: #D55321; 
  width: 1px;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width: 1px;
  background-color: transparent;
}
.custom_scrollbar {
  position: relative;
  width: 100%;
  float: left;

}
.custom_scrollbar:before{
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 25px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: 99;
}
@media only screen and (min-width:1600px){
 .veadhik_content_wrapper {
  min-height: 800px;
}
.veadhik_wrapper_section{
  max-height: 800px;
  min-height: 800px;
}
.veadhik_wrapper {
  max-height: 800px;
  max-width: 1600px;
  overflow: hidden;
  min-height: 845px;
  box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);
}
.inside-wrap{
        height: calc( 826px - 305px );
   }
}
@media only screen and (max-width:1000px){
  .mob-image{
    display: block;
    width: 100%;
    float: left;
  }
  .mob-image img{
    width: 100%;
  }
  .right-side{
    display: none;
  }
  .veadhik_wrapper_section{
    max-height: none;
  }
  .loading,
  .inside-wrap p{
    opacity: 1;
    visibility: visible;
  }
  .inside-wrap h4{
    bottom: 0;
  }
  .left-side {
    padding: 50px  0px 0 0px;
    width: 100%;
  }
  .custom_scrollbar:before{
    display: none;
  }
  .slider-nav{
    display: none;
  }
  .mandatory{
    font-size: 11px;
  }
}