*,
*::before,
*::after {
  box-sizing: border-box;
} 



body {
 
  margin: 0 auto;
  font-family: "Poppins", sans-serif;


}



.cont::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
 
}


.contsub {

  position: relative;
  border: 0px solid #003366;
  width: 1100px;
  height: auto;
  margin: auto;


}


textarea[name="comment"]{
  position: relative;
  display: inline-block;
  margin: auto;
  width: 500px;
  height: 220px;
  bottom: 55px;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
  outline: none;
  
 

}


textarea[name="comment"]::placeholder, input[name=namecont]::placeholder {
   font-size: 15px;
   color: grey; 
   opacity: 0.62;
   font-family: "Poppins", sans-serif;
}




input[name=namecont] {
  position: relative;
  bottom: 70px;
  width: 500px;
  padding: 12px 20px;
  margin: 8px 0px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
}



.contlable1 {
 position: relative;
 border: 0px solid red;
 width: 500px;
 bottom: 65px;
 text-align: left;
 padding: 10px;
 font-size: 20px;
 font-weight: bold;


}

.contlable2 {
 position: relative;
 border: 0px solid red;
 width: 500px;
 text-align: left;
 bottom: 60px;
 padding: 10px;
 font-size: 20px;
 font-weight: bold;


}

.errortext {
 position: relative;
 border: 0px solid red;
 margin-left: 20px;
 font-size: 14px;
 font-weight: normal;
 color: red;

}

/*chekcbox*/

/* Layer over the natural checkbox: we can not style input[checkbox] directly */



.round {
  position: relative;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 50px;
  padding: 5px;
  text-align: left;
}


.round label {
  position: absolute;
  border-radius: 20%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  bottom: 75px;
  left: -223px;

 
}



.round label:after {
  border: 2px solid white;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}


.round input[name="fbback"] {
  visibility: hidden;
}



.round input[name="fbback"]:checked + label:after {
  opacity: 1;
}



#hilit {

position: relative;
display: block;
border:  0px solid red;
left: -180px;
bottom:  110px;
width: 300px;
font-style: italic;

}

/*rating*/

.rating {
    position: relative;
    margin: auto;
    float: right;
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 15em;
    border: 0px solid red;
    bottom: 28px;
    left: 0px;
    right: 0;
    z-index: 1;
    text-align: right;
   
}

.rating input {
    position: absolute;
    left: -999999px;

}

.rating label {
    position: relative;
    display: inline-block;
    font-size: 0;
    cursor: pointer;  

}

.rating > label:before {
    position: relative;
    font: 28px/1 FontAwesome;
    padding-right: 5px;
    display: block;
    content: "\f005";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #003366;
  color:white;
}

/* Caption text */
.text {
  position: absolute;
  top: 50%;
  color: #003366;
  font-size: 15px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
 
  
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;

}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.condiv1 {
 display: block;
 position: relative;
 top:  160px;
 float: left;
 margin: auto;
 border: 0px solid #003366;
 font-family: "Poppins", sans-serif;
 border-radius: 5px;
 padding: 20px;
 width: 500px;
 height: 330px;


}


.condiv2 {
 position: relative;
 top:  160px;
 float: right;
 margin: auto 5px 5px;
 border-radius: 5px;
 padding: 20px;
 width: 500px;
 height: 330px;
 font-family: "Poppins", sans-serif;
 text-align: left;
 


}

.rightdiv1 {

position: relative;
top:  0px;
font-size: 23px;
font-weight: bold;



}

.rightdiv2 {

position: absolute;
top:  80px;
font-size: 23px;
border: 0px solid red;
font-weight: bold;


}


.rightdiv3 {
position: absolute;
top:  180px;
font-size: 23px;
font-weight: bold;


}

#emailad {

position: relative;
top: 80px;
font-size: 20px;
font-weight: initial;

}


#iconssvg {
  position: relative;
  top:150px;
  margin: auto;
  border: 0px solid red;
  padding: 0px;
  display: inline-block;

}

.favi{
  
  padding-right: 10px;
}
.favi:hover {
    opacity: 0.7;
}

.favi2 {
width: 60px;

}



 .consubheader {
position: relative;
top: 100px;
left: 25px;
color: #003366;
font-size: 28px;


}



.sendbtndiv {

position: relative;
top: 230px;
border:0px solid red; 
margin: left;
left: 200px; 
width: 320px;
text-align: right;

}

input[name=sendbtn] {

    color: #003366;
    font-size: 20px;
    padding: 10px;
    width: 180px;
    border:none; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; 
    background-color: #ffcc00;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  
    
}
input:hover[name=sendbtn] {

  background-color: #003366;
  color: #fafafafa;
  
}

.contactact {

position: relative;
display: block;
top: 170px;
width: 90%;
padding: 50px;
border: 0px solid red;


}

.mrman {
  float: right;
  height: 300px;
}


.actlinks {
position: relative;
display: inline-block;
text-decoration: none;
font-size: 22px;
padding: 15px;
margin: 10px;
border-radius: 10px;


}


.actlinks:hover { color: #ffcc00;}


/* Media screens */


