

  #mytable{
           border-collapse: separate;
           border-spacing: 12px;
         }

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 0px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  color:#ff0000;
}

/* The Close Button */
.close {
  color: #222222;
  float: right;
  font-size: 48px;
  font-weight: bold;
  background-color: #ff1111;
}

.close:hover,
.close:focus {
  /*color: #ffffff;
  text-decoration: none;
  cursor: pointer;*/
}
ul.checkmark {
	li {
		&::before {
      content: ""; 
      position: absolute; 
      left: 2px; 
      top: 5px; 
      width: 3px;
      height: 6px;
      border: solid ff6600;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
		}
	}
}
.sky-form *{
	margin: 0;
     padding:none !important;
    box-sizing:none !important; 
}
.sky-form {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}
.sky-form header {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(248,11,11,.9);
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
}
.sky-form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.form-bordered .form-group {
  
    border-bottom:none !important;
}

.field-icon {
  float: right;
  margin-left: -25px; 
  margin-top: -24px;
  position: relative;
  margin-right: 5px;   
  z-index: 2;
}
.error{
	color:red;
}
.rs-menu{
    margin: 0px !important;
}
.slider-main .owl-nav .owl-prev {
    position: absolute;
    left: 23px;
    text-align: center;
}
.slider-main .owl-nav .owl-next {
    position: absolute;
    right: 23px;
    text-align: center;
}
 footer .copyright{
	position: relative;
    clear: both;
    padding: 24px 0 0;
    margin: 0px 0px 65px;
	}
footer .container .social-icon {
    padding: 0px 0 126px;
}

footer .container .address {
    line-height: 26px;
    padding-left: 4px;
}
footer .container .address:before {
    content: "\f041";
    font-family: FontAwesome;
    opacity: 1;
    transition: all 0.5s ease 0s;
    font-size: 20px;
    line-height: 20px;
    position: absolute;

    top: 50px;
   
}
footer .container .social-icon ul li a i {
    width: 32px;
    height: 32px;
    line-height: 35px;
    background: #101010;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s ease 0s;
    text-align: center;
}

  
