@import url(../font/Blinker-L.css);
@import url(../font/Blinker-SL.css);
@import url(../font/Blinker-R.css);
@import url(../font/Blinker-SB.css);
@import url(../font/Blinker-B.css);

body{
  font-family: Blinker;
  background-color: #000;
  font-size: 0;

}
h1{
  font-family: Blinker-B;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
h2{
  font-family: Blinker-B;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
p{
  font-family: Blinker-R;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.dpl_esc{
  display: none;
}
.dpl_mov{
  display: block;
}
/****** Style Menu *******/
.menu_nav{
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_nav{    
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
#main_nav .row{
  margin-left: 0;
  width: 100%;
}
.smoothScroll{
  font-family: Blinker-R;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.36px;
  text-align: left;
  color: #fff;
  position: relative;
}
.smoothScroll:hover{
  color: #db00f8;
  font-family: 'Blinker-SB';
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
.isStuck .smoothScroll{
  color: #fff;
}
/*
.current::before{
  content: '';
  background: url(../img/flama_menu.svg);
  position: absolute;
  width: 100%;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  top: -27px;
  background-size: 19px;
}
*/
.isStuck .smoothScroll:hover{
  color: #db00f8;
  font-family: 'Blinker-SB'; */
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
#topnav{
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: all .4s;
}
.isStuck{
  background: #000;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.current{
  color: #90ff3c;
  font-family: 'Blinker-SB';
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
.isStuck .current{
  color: #90ff3c;
  font-family: 'Blinker-SB';
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
#main_nav li{
  width: max-content;
  margin-left: 50px;
}
.img_logo{
 /*position: absolute;
  top: 0;*/
}


/******* Fin Style Menu ********/

/******* Portada ********/
#portada{
  background: url(../img/Slider_mov.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
/******* Fin Portada ********/

/******* Servicios ********/
#servicios{
  background: #fff;
  padding: 40px 0 65px 0;
}
.mrg_titser{
  margin-bottom: 10px;
}
.mrg_servicios{  
  padding-right: 35px;
  padding-top: 30px;
}
.txt_servicios{
  font-family: Blinker-B;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #db00f8;
  margin: 10px 0 7px 0;
}
.div_irr_s{  
  position: absolute;
  margin-top: 65px;
}
/******* Fin Servicios ********/
/******* Portafolio ********/
#portafolio{
  background: #000;
  padding: 70px 0 55px 0;
}
.no_pd{
  padding-right: 0px;
  padding-left: 0px;
}
.btn_tabgal{
  font-family: Blinker-SB;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.14px;
  text-align: left;
  color: #fff;

  align-self: center;
  /*min-width: max-content;*/
  padding: 5px 0;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
.tabActGal{
  color: #db00f8;
  border-bottom: solid 3px;
}
.pad_r{
  padding-right: 7px;
  padding-left: 7px;
}
.pad_rl{
  padding-left: 7px;
  padding-right: 7px;
}
.pad_l{
  padding-left: 7px;
  padding-right: 7px;
}
.pad_lt{
  padding-left: 15px;
}
/****** HOVER ******/
.grid {
  clear: both;
  padding: 15px 0 4em;
}
.img_grid{
  width: 100%
}
figure {
    margin: 0 0 0;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #db00f8;
  text-align: center;
  /*cursor: pointer;*/
}
.grid figure img {
  max-width: 100%;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
/* Individual effects */
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(144, 255, 60);*/
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-apollo img.img_ir {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-apollo:hover img {
  opacity: 0.25;
  transform: scale3d(1.05,1.05,1);
  -webkit-transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-apollo:hover img.img_ir {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/*-------FIN HOVER----------*/
/*------- ZOOM MODAL-----*/
.img_zoom{
  width: 100%;
}
.fancybox-content {
  background: transparent !important;
  /*transform: translateX(10%) !important;
  width: 80% !important;
  height: 2891px !important;*/
}


/*
.fancybox-slide--image {
  overflow: auto !important;
}*/







/* Style the Image Used to Trigger the Modal */
.myImg {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}

.myImg:hover {
  opacity: 0 !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 70px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  /*max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  z-index: 999999;
  position: fixed;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}







/*-------FIN ZOOM MODAL -----*/
.img_ir{
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.desimg{
  font-family: Blinker-SB;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 45px;
  left: 20px;
}
.des2img{
  font-family: Blinker-R;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.img_area{
  width: 100%;
  margin-top: 15px;
}
.div_irr_p{  
  position: absolute;
  margin-top: 45px;
}
/******* Fin Portafolio ********/

/******* Clientes ********/
#clientes{
  background: #fff;
  padding-top: 90px;
}
#marcas{
  background: #fff;
  padding-bottom: 80px;
}
.div_marca{  
  max-height: 50px;
  max-width: 70px;
}
.img_clie{
  height: auto;
  width: auto;
  max-width: 140px;
}
/**/
.col_marca{
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  text-align: -webkit-center;
  padding: 50px 0;
  place-self: baseline;
}
.pad_rm{
  padding-right: 10px;
}
.pad_lm{
  padding-left: 10px;
}
.pad_rlm{
  padding-left: 12px;
  padding-right: 12px;
}
.arrow_gal_r{
  right: 0;
}
.arrow_gal_l{
  left: 0;
}
.arrow_gal_r:after, .arrow_gal_l:after{
  display: none;
}
.arrow_rl{
  display: none;
  font-size: 40px;
  color: #000;
}
.mrg_tgal{
  margin-top: 0;
}
/**/
.swiper_cliente{  
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.slide_cliente{
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 3);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.arrow_area_l, .arrow_area_r{
  margin-top: 0;
  color: #000;
}
.arrow_area_r{
  right: -36px;
}
.arrow_area_l{
  left: -36px;
}
#personas{
  background: #f6f6f6;
  padding: 0 0;
}
.container_personas{  
  padding-right: 15px;
  padding-left: 15px;
}
.bg_persona{  
  padding: 69px 0 87px 0;
  background: inherit;
}
.img_persona{
  margin-left: 0;
}
.mrg_txtpersona{  
  margin-left: 0;
}
.txt_persona{
  font-family: Blinker-B;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.txt_persona2{
  font-family: Blinker-R;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.max_despersona{
  max-width: 240px;
  text-align: center;
}
.swiper_personas{  
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slide_personas{
  height: 100%;
  display: block;
  text-align: -webkit-center;
  text-align-last: center;

  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.div_persona{
  display: block;
}
.mrg_persona{
  padding-left: 15px;
}
.pag_clientes{
  left: 0;
  right: 0;
  margin: 0 9px;
}
.pag_marcas{
}
.pag_personas{  
  bottom: 40px !important;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  display: inline-block;
  border-radius: inherit;
}
.swiper-pagination-bullet-active {
    background: #db00f8;
}
.div_irr_cm{  
  position: absolute;
  margin-top: 70px;
  left: inherit;
}
.div_irr_c{  
  position: absolute;
  margin-top: -5px;
  left: inherit;
}
.img_botmov{
  max-width: 340px;
}
/******* Fin Clientes ********/

/******* Contacto ********/
#contacto{
  background: #000;
  padding: 50px 0;
}
.mrg_titcont{  
  margin-bottom: 20px;
}
.frm_centrado{
  text-align: -webkit-center;
}
.ipt_form{
  font-family: Blinker-R;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.16px;
  text-align: left;
  color: #fff;

  background: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 15px;
  margin-bottom: 30px;
  resize: none;
}
.ipt_form::placeholder {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.ipt_form:hover, .ipt_form:focus, .ipt_form:active:focus {
  color: #db00f8;
  outline: none;
  border-bottom: 1px solid #db00f8;
}
.ipt_form:hover::placeholder, .ipt_form:focus::placeholder, .ipt_form:active:focus::placeholder {
  color: #db00f8;
  position: relative;
}
.ipt_form:focus::placeholder, .ipt_form:active:focus::placeholder {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* The contenedor */
.contenedor {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-family: Blinker-R;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #c7c7c7;
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contenedor:hover{  
  color: #db00f8;
}

/* Hide the browser's default checkbox */
.contenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: solid 2px #fff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/*
.contenedor:hover input ~ .checkmark {
  background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.contenedor input:checked ~ .checkmark {
  background-color: #db00f8;
  border: none;
  height: 18px;
  width: 18px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_env{
  font-family: Blinker-SB;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.36px;
  text-align: center;
  color: #fff;

  background: #000;
  border: solid 1px #fff;
  padding: 15px 60px;
  cursor: pointer;
  /*box-shadow: 3px 3px #90ff3c, -3px -3px #db00f8;*/
  width: auto;
}
.btn_env:hover{
  color: #90ff3c;
  border: solid 1px #90ff3c;
  transition-duration: 0.5s;
}
.ico_enviar{  
  font-size: 25px;
  padding-left: 10px;
  transform: rotate(45deg);
}

/******* Footer ********/
footer{
  background: #000;
  padding: 50px 0 20px 0;
}
.txt_titfot{
  font-family: Blinker-R;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #90ff3c;
}
.mrg_fotsub{
  padding-left: 16px;
}
.mrg_fotsub2{
  margin-bottom: 10px;
}
.fot_contacto{
  color: #fff;
}
.fot_contacto:hover{
  color: #db00f8;
}
.cont_fotico{
  font-size: 20px;
  margin-right: 5px;
}
.ico_redesfot{
  color: #fff;
  font-size: 28px;
  margin-right: 5px;
}
.ico_redesfot:hover{
  color: #db00f8;
}
.txt_desfot{
  font-family: Blinker-R;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.13px;
  text-align: left;
}
.div_cr{  
  position: inherit;
  margin-top: 40px;
}
.txt_cr{
  font-family: Blinker-R;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #636363;
}
.mrg_fotsub_mov{
  margin-top: 30px;
  padding-left: 50px;
}
.f_mov{  
  justify-content: center;
}
/******* Fin Footer ********/
.rc-anchor-light.rc-anchor-normal {
    border: none;
}
.rc-anchor-light {
    background: transparent;
    color: #fff;
}


.btn_flot_movil{
  font-family: Blinker-R;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
      
  background: #db00f8;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15.5px 0;
  box-shadow: 0 5px 32px 0 rgba(219, 0, 248, 0.6);
  z-index: 9999;
  transition: all 3s;
}
.btn_flot_movil:hover{
  color: #fff;
}

.info_num{
    position: fixed;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}
.div_btn_pal{
    position: fixed;
    height: 80px;
    width: 80px;
    right: 0;
    z-index: 999;
    bottom: 0;
}
.div_btn_pal .info_num{
        opacity: 0;
        transition: all .5s;
}
.div_btn_pal:hover .info_num{
    padding: 7px 10px 7px 10px;
    margin-left: -160px;
    margin-top: 1px;
    opacity: 1;
}
.txt_num_hover{
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.img_wht_avz{
    position: relative;
    z-index: 999;
    width: 40px;
}
.fab_cont{
    color: #fff;
    font-size: 35px;
}
.btn_wht_escr{
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    margin-left: -34px;
    margin-top: -10px;
    background: #db00f8;
    padding: 10px 10px;
    border-radius: 50%;
}
@keyframes latidos {
    0% { 
        transform: none; 
        opacity: 1;
    }
    100% { 
        transform: scale(2.5); 
        opacity: 0;

    }
}

.palpitar {
    display: inline-block;
    font-size: 150px;
    background: #db00f8;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    animation: latidos .9s infinite;
    transform-origin: center;
    position: fixed;
    z-index: 9;
    margin-left: -23px;
}

.alertcaptcha {
    color: red;
    font-family: HelveticaLTStd-Roman;
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    transition: .2s;
}
.imgkommo{
	width: 100px;
    margin-top: -12px;
}
#SliderMarcas img {
    max-width: 130px;
}
.minh{
	min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_infoaut {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(255,255,255,.6);
}
.divjc {
    position: relative;
    text-align: center;
}
.close_terq {
    position: absolute;
    top: 0;
    color: #db00f8;
    right: 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    background: #FFFFFF;
    padding: 3px 11px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.divjc a {
    justify-content: center;
}
.imgpa{
	max-height: 75vh;
}

.linkwahts{
    position: fixed;
    right: 60px;
    bottom: 120px;
    border-radius: 40px;
    box-shadow: 0px 8px 8px 0px rgba(36, 53, 71, 0.24);
    z-index: 9;
    cursor: pointer;
    animation: latidoswht .5s infinite;
}
@keyframes latidoswht {
    0% {
        box-shadow: 0 0 5px 0 rgba(18, 175, 10, 0.2);
    }
    50% {
        box-shadow: 0 0 15px 10px rgba(18, 175, 10, 0.4);
    }
    100% {
        box-shadow: 0 0 5px 0 rgba(18, 175, 10, 0.2);
    }
}
.dv-input{
    position: relative;
}
h3{
    color: #000;
    font-family: Blinker-B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.lblinput{
    margin: 0;
    position: absolute;
    color: #000000;
    font-family: Blinker-R;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: #FFFFFF;
    top: -9px;
    padding: 0 9px;
    left: -2px;
}
.ipt-form{
    border: 1px solid #5B5B5B;
    padding: 11px 10px;
    width: 100%;
    color: #5B5B5B;
    font-family: Blinker-R;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    resize: none;
}
.lblreq{
    color: #000000;
    font-family: Blinker-R;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.close-modal{
    position: absolute;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    margin: 0;
    top: 10px;
}