/* Button used to open the contact form - fixed at the bottom of the page */
body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}


.open-button {
    background-color: #06b5f6;
    color: white;
    padding: 4px 12px;
    border: none;
    /* border-radius: 3px; */
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 30px;
    right: 22px;
    width: 114px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;

}
.form-popup12 {
  display: none;
  position: fixed;
  top: 120px;
  width:100%;
 
  z-index: 9;
  border: none;
 
 text-align: center;
}


/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  align-items: center;

}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  /*background: #f1f1f1;*/
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=text]:focus {
  /*background-color: #ddd;*/
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  border-radius: 4px;
    padding: 0;
    margin-top: 15px;
    height: 40px;
    background: #E26F26;
    color: white;
    font-weight: bold;
    border: 0;
    width: 100%;
    border:1px solid #fff;



}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    /*background: #E26F26;*/
}

/*right side button for contact us */
.icop-bar {
    position: fixed;
    right: 0;
    top: 45%;
    z-index:10;
    margin-right: -58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(270deg);
}

.icop-bar a:before{
    content: "\f102";
    padding-right:5px;
    font-family: fontawesome;
  display:inline-block;
}



.fixed a{

display: none;
  position: fixed;
    bottom: 0;
    left: 0;
    background: #e34700;
    color: #fff;
   
    border: 1px solid;

border-top-left-radius: 5px;
    text-align: center;
    border-top-right-radius: 5px;
    padding: 5px 30px 7px 30px;
    transition: all 0.3s ease;
    
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;

     }

@media screen and (max-width: 600px) {
 .icop-bar {
    top: auto;
    transform: rotate(360deg);
    margin-right: 0px;
    position:fixed;
    bottom:0;
 /*  position: fixed;
  top: 94%;
  right:0;
  margin-left:auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(0deg);*/
  }


.fixed a{display: inline-block;}

#w{color:white;font-size:15px;margin:10px;font-weight: 600;}
#simf{/*padding:0 10px;*/color:white; margin: 10px 10px 10px 10px;}

/*
#simf{
    padding: 10px 10px;
    border: 1px solid white;
    margin: 5px 15px 15px 15px; 
    text-align: center;
    background: #e34700;
}

*/
.crik{
    border: 2px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
}
.icop-bar a {
    display: block;
    border-top-left-radius: 5px;
    text-align: center;
    border-top-right-radius: 5px;
    padding: 5px 10px 7px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    text-decoration:none;
    font-weight:normal;
}




#overlay{display: none; width: 100%; position: fixed;top: 0; bottom: 0; left: 0; right: 0; background: #000;opacity: 0.5;}