body{
    margin: auto;
}
* { box-sizing: border-box; }

#contactus-page {
    width: 90%;
	margin: 65px 5% 5%;
	
	}
.contactus-textfields {
	padding-left:30px !important;
	padding-right:22px !important
}
input[type="file"]{
	border:none;
	background-color: transparent;
}
.added_file{
	width:95%;
}
.data-left{
		float:left;
}
.feedback-bodycontainer{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:56px;
	position:absolute;
	z-index:-1;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,0,0,0.69);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.69);
}
.contactus-main-nav {
  height: 45px;
  width: 100%;
  font-size: 100%;
  font-family:'"cabin', regular;
  color: black;
  text-align: justify;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 16px;
  background-color: #FFF;
  transition: all 300ms ease-in-out;
}

.contactus-main-nav img {
  height: 100%;
  width: auto;
}

.contactus-small {
  height: 38px;  
}

.contactus-small img{ 
	height: 100%;
	width: auto;
}


.contactus-small #right, .contactus-small select{
  font-size: 80%;
  color: grey;
}

.contactus-small #right1{
  font-size: 80%;
  color: grey;
}


.contactus-small .dropdown .dropbtn{
  font-size: 80%;
  color: grey;
}

.contactus-main-nav #right:hover{
    background-color: #ff000000;
    color: grey;
    
  }

.contactus-main-nav #right1:hover{
    background-color: #ff000000;
    color: grey;
  }
  .contactus-main-nav #right2:hover{
    background-color: #ff000000;
    color: grey;
  }


.dropdown .dropbtn {
    font-size: 100%;    
    border: none;
    outline: none;
    color: grey;
    padding: 5px 16px;
    font-family: 'Gentium Basic',Georgia,"Times New Roman",serif;
    margin: 0;
}

.contactus-main-nav a:hover, .dropdown:hover .dropbtn {
    background-color: #ff000000;
    color: grey;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(224,224,224,0.67);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #bfbfbf;
}

.dropdown:hover .dropdown-content {
    display: block;
}
#right {
    
    position: absolute;
    right: 280px;
    font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
   padding-top: 5px;
}
#right1{
    position: absolute;
    right: 180px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-top: 5px;
   


}
#right2{
    position: absolute;
    right: 45px;
    }


.banner {

	background-image: url("contact-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:-1%;
    
 
}

#page-wrap { width: 100%; margin: 60px auto; padding-top: 5px;}
#page-wrap > div, #actual-table { min-width: 500px; }

#actual-table { border-collapse: collapse; }
        #actual-table td { 
            width: 30%; 
            padding-top: 15px; 
            vertical-align: top;
        }
        
#address {
    margin-left: 10%;
}
#phone {
	margin-left: -90%;

}
h1 {
	font-family: 'Alice', serif !important;
	font-size: 80px;
	font-weight: 800;
	color: black;
	padding-top: 28px;
	margin-left: 30px;

}
.banner h1{text-align:left}
#contactline {
	margin: 0 8%;
	width:9%;
	border-width: 2px;
	border-style: solid;
	color: black;
}
h4 {
	font-size: 16px;
	color: #757575;

}
p {
	font-size: 16px;
	color: #757575;
}
hr {
    margin-top: -2%;
    margin-left: 55%;
    margin-right:45%;
    border-width: 2px;
border-style: solid;
color: black;
}

h2 {

	font-family: 'Alice', serif;
	font-size: 40px;
	color: black;
	text-align: center;
}
#phone img {
    margin-left: 10%%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ff000000; 
}

@media screen and (max-width:999px){

#contactus-page {
  width: 88%;
  margin-top:45px; 
  }
  .banner{
    width: 100%;
  }
}

@media screen and (min-width:250px) and (max-width:640px){

#contactus-page {
  width: 100%;
  }

  .banner {
    width: 100%;
  }
}

@media screen and (max-width:767px){
	
	.contactus-formfield-margin{
			margin-bottom:5%;
	}
	.contactus-message{
		padding:0 30px!important;
}
}
.feedback-heading  {
	text-align:center;
	color:#0c71c3;
	text-transform:uppercase;
}
.contactus-email{
	color: #5b5b5b!important; width: 100%;margin-left:0!important
}
.float-left{
	float:left;
	}
.float-right{
	float:right;
}
.clearfix{
	clear:both;
	float:none;
}
input, .feedback-category{
	width:98%;
	padding:8px;
	border:1px solid lightgrey;
	background-color: rgba(26,26,26,0.08);
	color:#000;
}
.contactus-margin{
	margin-bottom:3%;
}
.contactus-message{
	padding-left:30px!important;
}
.contactus-padding{
	padding-right:37px!important;
}
.feedback-sendrequest{
	border-radius:10px;
	padding:10px;
	border:4px solid #3ba1da;
	background-color:#3ba1da;
    font-size: 25px;
    color: #fff;
    font-family: 'Gentium Basic',Georgia,"Times New Roman",serif!important;
}
textarea{
	width:98%;
	height:90px;
	border:1px solid lightgrey;
	padding:8px;
	background-color: rgba(26,26,26,0.08);
	color:rgba(0,0,0,0.69);
}
/*top-header*/
.main-nav {
  height: 55px !important;
  width: 100%;
  font-size: 16px !important;
  font-family:'"cabin', regular;
  color: black;
  text-align: justify;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 16px;
  background-color: #FFF;
  transition: all 300ms ease-in-out;
}
.main-nav img {
  height: 100% !important;
  width: auto;
}

.small {
  height: 40px;  
}
.small .dropdown .dropbtn{
  font-size: 80%;
  color: grey; 
}
.dropdown-content {
	margin-top:15%;
    display: none;
    position: absolute;
    background-color: rgba(224,224,224,0.67);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropbtn {
	background-color: #fff;
    color: grey;
    padding: 7px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
	cursor:pointer;
	float: right;
	margin-top:0.1%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
	font-size:14px;
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: grey;background-color:rgba(0, 0, 0, 0)}

.dropdown:hover .dropbtn:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: grey;text-decoration:underline}
.pointer {cursor: pointer;}
.remove_field img{
	float:right;
	width:20px;
	height:20px;
	margin-top:11px;
	margin-right:-20px;
}
.attachfile{
	padding-right:32px!important
}
@media screen and (min-width:250px) and (max-width:768px){
	.contactus-formfield-margin{
			padding-left: 0px !important;
			padding-right: 0px !important;
	}
	.menuicon img{
		width:26px;
	}
	.menuicon{
		float:right;
	}
	.float-left{
		padding:0!important;
	}
	.contactus-textfields{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.feedback-sendrequest{
		width:100%;
		padding:0;
	}
	h1{
		font-size: 1.5rem !important;
		margin-left: 0;
	}
	.personaldetails{
		padding-left:0px;
	}
	.added_file{
		width:90%;
	}
	.contactus-padding{
		padding-right: 0 !important
	}
}
@media screen and (min-width:320px) and (max-width:328px){
	#menu-display{
		margin-top:15.5%;
		margin-left:43.5%;
	}
	.small #menu-display{
		margin-top:9.5%;
	}
}
@media screen and (min-width:329px) and (max-width:367px){
	#menu-display{
		margin-top:13.5%;
		margin-left:50.5%;
	}
	.small #menu-display{
		margin-top:8.5%;
	}
}
@media screen and (min-width:368px) and (max-width:386px){
	#menu-display{
		margin-top:12%;
		margin-left:52.5%;
	}
	.small #menu-display{
		margin-top:8%;
	}
}
@media screen and (min-width:387px) and (max-width:395px){
	#menu-display{
		margin-left:54%;
	}
}
@media screen and (min-width:396px) and (max-width:405px){
	#menu-display{
		margin-left:55%;
	}
}
@media screen and (min-width:406px) and (max-width:412px){
	#menu-display{
		margin-top:12%;
		margin-left:56%;    
	}
	.small #menu-display{
		margin-top:7%;
	}
}
@media screen and (min-width:413px) and (max-width:423px){
	#menu-display{
		margin-top:12%;
		margin-left: 57%;
	}
}
@media screen and (min-width:424px) and (max-width:445px){
	#menu-display{
	margin-left: 59%;
	}
}
@media screen and (min-width:446px) and (max-width:457px){
	#menu-display{
		margin-left: 60%;
	}
}
@media screen and (min-width:458px) and (max-width:468px){
	#menu-display{
		margin-left: 61%;
	}
}
@media screen and (min-width:469px) and (max-width:478px){
	#menu-display{
		margin-left: 62%;
	}
}
@media screen and (min-width:479px) and (max-width:496px){
	#menu-display{
		margin-top:10%;
		margin-left: 63%;
	}
}
@media screen and (min-width:497px) and (max-width:515px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 64%;
	}
}
@media screen and (min-width:516px) and (max-width:529px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 65%;
	}
}
@media screen and (min-width:530px) and (max-width:543px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 66%;
	}
}
@media screen and (min-width:544px) and (max-width:562px){
	#menu-display{
		margin-top:6%;
		margin-left: 67%;
	}
}
@media screen and (min-width:563px) and (max-width:575px){
	#menu-display{
		margin-top:5.5%;
		margin-left: 68%;
	}
}