.fixed {
  position: fixed;
}
.cc-contactpop { 
  background-color:#e1e4e3;
  color:rgb(3, 3, 3);
  width:300px;
  bottom: 0;
  right: 50px;
  border-radius: 6px 6px 0px 0px;
}
.cc-contactpop h3 {
  border-radius: 6px 6px 0px 0px;
  text-align:left;
  color:rgb(252, 252, 252);
  text-shadow:none;
  font-size:16px;
  font-weight:600;
  background-color:#0c2e8a;
  margin:0;
  padding:15px;
  cursor:pointer;
}

.cc-contactpop h3 span {
    font-style: oblique;
}
.cc-contactpop p {
  text-align:center;
  padding:10px 15px;
}
.cc-contactpop i {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 29px;
	padding: 15px;
	cursor: pointer;
	background: #0c2e8a;
}
.cc-contactpop form {
  padding:0px 15px;
}
.cc-contactpop input {
  font-family: "PT Sans",sans-serif;
  font-size: 0.875em;	
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: rgb(10, 10, 10);
  border: solid 1px #0c2e8a;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop input:hover {
  background: #f4f7f6;
}

.cc-contactpop textarea {
  font-family: "PT Sans",sans-serif;
  font-size: 0.875em;	
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: rgb(14, 12, 12); 
  border: solid 1px #0c2e8a;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop textarea:hover {
  background: #f6faf9;
}

.cc-contactpop button {
	font-family: "PT Sans",sans-serif;
	font-size: 0.875em;	
	padding:10px;
	background:#0c2e8a;
	width: 100%;
	color: #fff;
	outline:none;
	cursor: pointer;
	border: solid 1px #0c2e8a;
  margin-top:10px;
  margin-bottom:10px;
}

.cc-contactpop button:hover {
  background:#0c2e8a;
}
