 @font-face {
    font-family:"Myriad Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro"), url(../../fonts/myriadpro-light.otf) format("opentype");   
}



*,body,.popup-heading,.custom-two-fm, 
.h1, .h2, .h3, .h4, .h5, .h6, .home .cover-headline, 
.main-navigation-overlay nav ul li a, [data-font=custom-two], h1, h2, h3, h4, h5, h6,button, input, select, textarea, .order-id-serch button,.button, button, input[type=submit], .btn, .btn-primary, button.action
 {
	font-family:"Myriad Pro";
}
.icon.icon-bin::before {
line-height:35px;

}
.fa.fa-rupee {
margin-right:3px;

}
.input.message.enq:focus {
    border-color: #313130;
}


.form-overlay {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  background: #000;
  transition: background 1s, opacity 0.4s, width 0s 0.4s;
}

.show-form-overlay .form-overlay {
  width: 100%;
  opacity: 0.7;
  z-index: 999;
  transition: background 1s, opacity 0.4s, width 0s;
}
.show-form-overlay.form-submitted .form-overlay {
  background: #119DA4;
  transition: background 0.6s;
}

#form-container {
    cursor: pointer;
    color: #383838;
    z-index: 1000;
    position: fixed;
    /*margin: 0 auto;
    left: 0;*/
    right: 80px;
    bottom: 22px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    width: 50px;
    max-width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
   
}

@keyframes animatezoom_product{
0% {
    transform: translate(-50%,-50%) scale(0);
}

100% {
    transform: translate(-50%,-50%) scale(1);
}
}
.animate_product {
    -webkit-animation: animatezoom_product .6s;
    animation: animatezoom_product .6s;
}
 .modal-content.animate_product.my-mdcnt.my-enq-new-form{
        max-width: 600px;
        max-height: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1) ;
            overflow: hidden;
    }
/*#form-container.expand {
  cursor: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
  border-radius:5px;
  width: 70%;
  height: 550px;
  overflow-y:scroll;
  max-width: 610px;
  padding: 0;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
}*/


#form-close {
  cursor: pointer;
    position: absolute;
    top: -12px;
    right: 8px;
	z-index: 999;
}

.icon::before {
  cursor: pointer;
  font-size: 25px;
  line-height: 50px;
  display: block;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon:hover::before {
  -webkit-animation: wiggle 0.1s linear infinite;
          animation: wiggle 0.1s linear infinite;
}

.fa-pencil::before {
  display: block;
}

.fa-close::before {
  display: none;
}

.expand.fa-envelope::before {
  display: none;
}

.expand.fa-close::before {
  display: block;
  -webkit-animation: none;
          animation: none;
}

#form-content {
  font-family: Roboto, sans-serif;
  /*-webkit-transform: translateY(150%);
          transform: translateY(150%);
  width: 100%;
  opacity: 0;*/
  text-align: left;
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index:5;
}
/*#form-content.expand {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
     background-color: #fff;
     overflow:hidden;
}*/
#form-content form {
  color: #383838;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
  height: calc(100% - 94px);
}

#form-head {
  font-size: 100%;
  padding: 0;
  margin: 0 20px;
  color: #383838;
  text-align: center;
  transition: all 0.8s 0.6s;
  padding-top: 5px;
  display:inline-block;
}
#form-head h1, #form-head p {
  padding: 0;
  margin: 0;
}
#form-head .pre {
    display: block;
    position: relative; 
    font-size:20px; 
    margin-bottom:0px;
}
    #form-head .pre:before {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #383838;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    }
#form-head .pre h3{
	margin-bottom:0px;
}
#form-head .post {
  display: none;
}

.form-submitted#form-head {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
}
.form-submitted#form-head .pre {
  display: none;
}
.form-submitted#form-head .post {
  display: block;
}

.input.enq {
  background: transparent;
  display: block;
  height: 30px;
  width: 100%;
  margin: 5px 0;
  padding: 0 10px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
	border-bottom: 1px solid #dedede;
        text-transform: capitalize;
            font-family: "Myriad Pro";
}

.input.email.enq {
text-transform: unset;}


::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color:rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

/* Firefox 18- */
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}

/* Edge */
::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}

/* Default */
:placeholder-shown {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}

/*.col-12{
	width:100%;
	float:none;
}

.col-6{
	width:49%;
	float:left;
	padding:0px 2px;
}
*/



input.enq, select.enq, textarea.enq {
  color: #383838;
}

.input.message.enq {
  resize: none;
 /* height: 150px;*/
  padding: 6px 10px;;
      height: 35px;
}

.input.submit.enq {
  background-color: #383838;
  color: #fff;
  font-size: 16px;
  /*height: 80px;*/
  /*box-shadow: 0 5px rgba(0, 0, 0, 0.5);*/
  transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
  margin-bottom: 20px;
  transition:0.5s;
}
.input.submit.enq:hover {
background:#000;

}
.submit.enq{
	border-bottom:0px;
}
.input.submit.enq:active {
  margin-top: 15px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}

/*.input.form-error {
  -webkit-animation: error 0.8s ease;
          animation: error 0.8s ease;
}*/

/*select option {
  background: #f72f4e;
  color: #FFF;
  border: none;
  box-shadow: none;
  outline: none;
}
*/
/*select option:disabled {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  font-size: 90%;
}
*/
.input.enq {
  transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
  transition: transform 0s 1s, -webkit-transform 0s 1s;
}
.form-submitted .input.enq {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
  transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.form-submitted .input.enq:nth-child(1) {
  transition-delay: 0.1s;
}
.form-submitted .input.enq:nth-child(2) {
  transition-delay: 0.2s;
}
.form-submitted .input.enq:nth-child(3) {
  transition-delay: 0.3s;
}
.form-submitted .input.enq:nth-child(4) {
  transition-delay: 0.4s;
}
.form-submitted .input.enq:nth-child(5) {
  transition-delay: 0.5s;
}

input .enq:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.sbmt{
	position: unset;
	z-index:-9;
}

.multi-select-images{
    
padding: 0;
    
height: auto;
    
max-height: 300px;
    
overflow: auto;
    }
.multi-select-images .img-contnr-div{
        overflow: auto;
        height: calc(100% - 65px);
    }

@media (max-width: 600px) {
    #form-container.expand {
        height: 100%;
        width: 100%;
        max-width: 100%;
        overflow: initial;
        overflow-x: hidden;
        bottom: 0;
    }



    .icon:hover::before {
        -webkit-animation: none;
        animation: none;
    }

    .form-overlay {
        display: none;
        transition: none;
    }
.multi-select-images{
    height:    calc(100% - 260px);
}
}
@-webkit-keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}





/*-----------Multi select-------------*/
.nopad {
	/*padding-left: 0 !important;
	padding-right: 0 !important;*/
   padding: 1px;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
    .image-checkbox img {
    padding:0;

    }
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color:#383838;
}
.image-checkbox .fa {
position: absolute;
    color: #383838;
    background-color: transparent;
    padding: 0;
    top: 8px;
    right: 8px;
}
.image-checkbox-checked .fa {
    display: block !important;
    visibility: visible!important;

}

.pd-0{
	padding:0px;
}
.pr-2{
	padding-right:7px;
	}
.pl-2{
	padding-right:7px;
	}

/*-----------Multi select end-------------*/

@media (max-width:550px) {
    .my-enq-new-form .close2 {
    font-size:16px;

    }
}