a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

:focus {
    outline: none;
}

/*vertical inquery*/

.contasb-vertical {
background-color: #dd121a;
    color: #fff;
    padding: 0px 4px 0px 8px;
	font-family:arial;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 140px;
    height: 32px;
    position: fixed;
    font-size: 20Px;
    right: -58px;
    bottom: 40%;
	z-index:99;
}

.contasb-vertical:hover
{
	background-color:#3ab63b;
}



/*vertical inquery*/


/* footer link */

.contafooter-link {
    font-size: 18px;
    border-bottom: none !important;
    border: 2px solid #221c1c;
    z-index: 9999;
    font-weight: bold;
    position: fixed;
    cursor: pointer;
    right: 12px;
    bottom: 0px;
    background: #dd121a;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae275f', endColorstr='#ae275f');
    color: white;
	text-align: center;
}

/* footer link */

/* Scroll */

.contaback-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 55px;
  background: #a71e22;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.contaback-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 12px;
}

.contaback-to-top:hover {
  color: #fff;
  background: #3ab63b;;
  transition: background 0.2s ease-in-out;
}

/* Scroll */


/* The Modal Popup CSS (background) */

.contamodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* 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.4); /* Black w/ opacity */

}

/* Modal Content */
.contamodal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.contamodal-dialog {
    position: relative;
    width: auto;
	max-width:400px;
    margin: 1.75rem auto;
    pointer-events: none;
}


.contamodal-title {
    margin-bottom: 0;
    line-height: 1.5;
	color:#fff; text-align:center; width:100%;
}

.contamodal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
	background: #020401;
	color:#fff; 
	text-align:center;
}

.contamodal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
	}


.contaform-control {
    display: block;
    width: 93%;
    height: calc(1em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.contaform-group {
    margin-bottom: 1rem;
}


.input {
    margin-top: 2%;
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Close Button */
.contaclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.contaclose:hover,
.contaclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* END  Model Popup CSS Button */





