body {
  margin:0;
  padding:0; 
  color:#000;
  font-family: "PT Sans",sans-serif;
}

.cc-wraper {
  background-color: #f2f2f2; 
  height:300px; 
  overflow:hidden;
}
.fixed {
  position: fixed;
}
.cc-contactpop { 
  background-color:#fff;
  color:#000;
  width:350px;
  bottom: 0;
  right: 50px;
  border-radius: 6px 6px 0px 0px;
  z-index:2000;
}
.cc-contactpop h1 {
  border-radius: 6px 6px 0px 0px;
  text-align:center;
  color:#fff;
  text-shadow:none;
  font-size:15px;
  font-weight:600;
  background-color:#02A85B;
  margin:0;
  padding:10px;
  cursor:pointer;
}

.cc-contactpop h1 span {
    font-style: oblique;
}
.cc-contactpop p {
  text-align:center;
  padding:10px 15px;
  font-size:12px;
  
}
.cc-contactpop i {
  position:absolute; 
  top:0px; 
  right:0px;
  color: #fff;
  font-weight: 500;
  font-size: 15px; 
  padding:14px;
  cursor:pointer;
}
.cc-contactpop form {
  padding:0px 15px;
}
.cc-contactpop input {
  font-family: "PT Sans",sans-serif;
  font-size: 0.875em;	
 /* width: 90%;
  height: 50px; */
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #fff;
  border: solid 1px #eb6166;
  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: #eb6166;
}*/

.cc-contactpop textarea {
  font-family: "PT Sans",sans-serif;
  font-size: 0.875em;	
  width: 90%;
  max-width: 100%;
  height: 70px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #000; 
  
  
  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: #eb6166;
}*/

.cc-contactpop button {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;	
	padding:10px;
	background:#ddd;
	width: 100%;
	color: #000;
	outline:none;
	cursor: pointer;
	border:none;
	border-top:0;
}

.cc-contactpop button:hover {
  background:#02A85B;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.cc-contactpop {
    background-color: #fff;
    color: #000;
    width: 300px !important;
    bottom: 0;
    right:10px !important;
    border-radius: 6px 6px 0px 0px;
    z-index: 2000;
}
}
@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
.cc-contactpop {
    background-color: #fff;
    color: #000;
    width: 310px !important;
    bottom: 0;
    right:24px !important;
    border-radius: 6px 6px 0px 0px;
    z-index: 2000;
}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.cc-contactpop {
    background-color: #fff;
    color: #000;
    width: 325px !important;
    bottom: 0;
    right:25px !important;
    border-radius: 6px 6px 0px 0px;
    z-index: 2000;
}
.signin-ff {
    width: 100%;
    z-index: 1;
}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
.cc-contactpop {
    background-color: #fff;
    color: #000;
    width: 325px !important;
    bottom: 0;
    right:44px !important;
    border-radius: 6px 6px 0px 0px;
    z-index: 2000;
}
.signin-ff {
    width: 100%;
    z-index: 1;
}
}