@import url("https://fonts.googleapis.com/css?family=Quicksand|Questrial:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}	
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: darkgrey;
}
a:link{
  color: #000000;
}
a:hover{
  color: #90979b;
}
a:visited {
  color: black;
}
h1
{
  font-family: "Quicksand", sans-serif;
}
.container{
  max-width: 3000px;
  align-items: center;
  margin: 0 auto;
  width: 50%;
}
h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 10px 0 0 13%;  
}
.contentcontainer{
  position: relative;
  width: 100%;
  max-width: 5000px;
  margin: 0 auto;
  background: #ffffff;
}
.contentrow{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 3000px;
  width: 100%;
  margin: 0 auto;
}
.contentcontainerc{
  position: relative;
  width: 85%;
  max-width: 5000px;
  margin: 0 auto;
  background: #ffffff;
}
.contentrowc{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 3000px;
  width: 100%;
  margin: 0 auto;
}
.logocontainer{
  width: 100%;
  max-width: 3000px;
  margin: 0 auto;
}
.rowlogo{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 3000px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  align-items: center;
}
.columnlogo{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0px 3px 5px 3px;
}
.columnlogo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.contenttext{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
  width: 90%;

}
.contenttext p{
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  text-align: justify;
  color: #353738;
  line-height: 115%;
  font-weight: 300;
  padding: 10px 0px 10px 0px;

}
.contenttext h2{
  font-family: "Quicksand", sans-serif;
  padding: 10px 0px 0px 0px;
  font-size: 26px;
  text-align: justify;
  color: #353738;
  font-weight: 600;

}
.contenttext h3{
  padding: 10px 0px 0px 0px;

}
.contentform{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
  padding: 0px 10px 10px 10px;
}
.contentformc{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
  padding: 0px 10px 10px 10px;
}
.contentimg{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0px;
  width: 100%; 
}
.contentimg img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.contentimgc{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0px;
  width: 50%; 
}
.contentimgc img{
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.contentimgmap{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0px 8px 8px 8px;
  width: 50%; 
}
.contentimgmap img{
  object-fit: contain;
  height: 90%;
  width: 90%;
  margin: 0 auto;
}
.logo {
  margin: 10px 20px 20px 10px;
  float: left;
  width: 209px;
  height: 80px;
  background: url(img/icons/logo1a.jpg) no-repeat center;
  alt: Paul Davies Personal Trainer;
}
.infobar h1{

  font-family: "Quicksand", sans-serif;
  padding: 10px 0px 10px 0px;
  font-size: 22px;
  text-align:center;
  color: #000000;
  line-height: 115%;
  font-weight: 500;
  border-top: 2px solid #353738;
  border-bottom: 2px solid #353738;
}
body {
  background: #ffffff;
  overflow-x: hidden;
}

nav {
  background: #ffffff;
  display: block;
  padding: 20px 0px 0px 0px;
}
nav ul li a.current{
	
	color:#000000;
	font-weight: 650;
   border-bottom: 1px solid #000000;
}

nav:after {
  content: "";
  clear: both;
  display: table;
}
nav ul {
  float: right;
  margin-right: 20px;
  list-style: none;
  position: relative;
}
nav ul li {
  
  display: inline-block;
  background: #ffffff;
  margin: 0 12px;
  z-index:200;
}
nav ul li a {
  color: #000000;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 6px 6px 6px 6px;
  
  font-family: "Quicksand", sans-serif;
}
nav ul li a:hover {
  color: grey;
}
nav ul ul {
  position: absolute;
  top: 90px;
  border-top: 3px solid #000000;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}
nav ul li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;

}
nav ul ul li {
  position: relative;
  margin: 0px;
  width: 200px;
  float: none;
  display: list-item;
  border-bottom: 1px solid #000000;
  
}
nav ul ul li a {
  line-height: 50px;
  
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 150px;
}
.show,
.icon,
input {
  display: none;
}
.fa-plus {
  font-size: 1px;
  margin-left: 40px;
}
.wrapper {
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    background: #ffffff;
}
/** Main Content**/
.maincontent {
    position: relative;
    width: 100%;
    padding: 15px 10px 20px 10px;
}
.maincontent p {
    font-size: 24px;
    margin-bottom: 30px;
	color: #000000;
	text-align:justify;
	padding: 0 10px 0 0;
}
.containercmain {
  max-width: 1700px;
  display: flex;
  flex-direction: row;
  width: 75%;
  margin: 0 auto;
}
.containerc {
  height: 2%;
  display: flex;
  width: 75%;
  flex-direction:row;
  align-items: left;
  max-width: 75%;

}
.item1 {
  object-fit: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 9%;
  height: 9%;
}
.item2 {
  padding: 20px 30px 20px 20px;
  color: #000000;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
}
.testboxl {
  width:70%;
  border-radius: 15px;
  background:#FFF;
  margin:20px auto;
}
.testboxm {
  width:70%;
  border-radius: 15px;
  background:#FFF;
  margin:20px auto;
}
.testboxs {
  width:70%;
  border-radius: 15px;
  background:#FFF;
  margin:20px auto;
}
.testimonialcontainer {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.testimonialitem
{ 
  margin: o auto;
  position:relative;
  margin-bottom: 10px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.testimonialitem:before, .testimonialitem:after
{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(11, 12, 11, 0.8);
    -moz-box-shadow:0 0 20px rgba(11, 12, 11, 0.8);
    box-shadow:0 0 20px rgba(51, 56, 51, 0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.testimonialitem:after
{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.testimonialrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.testimonialcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1
}
.right-testimonialcolumn {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.testimonialhead{
  height: 50px;
  width: 90%;
  font-family: "Quicksand", sans-serif;
  color: #0a110a;
  font-size: 24px;
  padding-top: 20px;
}
.testimonialtext{
  padding-top: 5px;
  height: 150px;
  width: 90%;
  color: #353738;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
}
.left-testimonialcolumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 20px 20px 30px;
  width: 12%;
  height: 12%;
}
.double-testimonialcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2
}
.testimonialcontainer .testbox .testimonialitem .testimonialrow .left-testimonialcolumn .logo2 {
  background: url(img/icons/logodbell2.jpg) no-repeat center;
  alt: Paul Davies Personal Trainer Dumbell Image;
}
/** Footer **/
.footer {
    border-top: 2px solid #ffffff;
	position: relative;
    padding-top: 40px;
    background: #000000;
	width:100%;
  align-items: center;
}
.footer .footercontact,
.footer .footer-link {
    position: relative;
    margin-bottom: 15px;
}
.footer .footercontact h2,
.footer .footer-link h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .footercontact h2::after,
.footer .footer-link h2::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    border-radius: 0 100% 100% 0; 
}

.footer .footercontact p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
}

.footer .footercontact p i {
    width: 20px;
}
.footer .footercontact,
.footer .footer-link {
    padding: 0 30px;
}
.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff; 
    text-decoration: none; 
}

.footer .footer-link a::before {
    position: relative;
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #90979b;
}

.footer .copyright {
    padding: 5px;
    border-top: 1px solid #ffffff;
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footer .copyright .colmain1:last-child p {
    text-align: left;
}

.footer .copyright p a {
    color: #ffffff;
}
@media (max-width: 1921px)
{
  .left-testimonialcolumn
  {
    width: 12%;
    height: 12%;
    
  }
  .testboxl{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
}

@media (max-width: 1900px)
{
  h3 {
    text-align: left;
    padding: 10px 0 0 12.5%;
  }
  .headsmall h4{
    padding: 0px 0px 5px 12.5%;
  
  }
  .left-testimonialcolumn
  {
    width: 12%;
    height: 12%;
  }
  .testboxl{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
}
@media (max-width: 1800px)
{
  
}
@media (max-width: 1700px)
{
  
}
@media (max-width: 1600px)
{
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 12%;
    height: 12%;
  }
  .testboxl{
    height: 230px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
}
@media (max-width: 1500px)
{ 
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 12%;
    height: 12%;
  }
  .testboxl{
    height: 230px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
}
@media (max-width: 1400px)
{
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 12%;
    height: 12%;
  }
  .testboxl{
    height: 250px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
}

@media (max-width: 1280px)
{
  h3 {
    padding: 10px 0 0 9%;
  }
  .headsmall h4{
    padding: 0px 0px 5px 9%;
  }
  .logo {
    margin: 25px 5px 10px 10px;
    float: left;
    width: 261px;
    height: 79px;
    background: url(img/icons/logos1.jpg) no-repeat center;
  }
  .info {
    float: right;
    padding: 20px 30px 20px 20px;
    color: #000000;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
  }
  .maincontent p {
    font-size: 16px;
  }
  nav ul li a {
    color: #000000;
    line-height: 70px;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 8px;
    font-family: "Quicksand", sans-serif;
  }
  .maincontent .maincontainer h3 {
    padding: 0px;
  }
  h3 {
    padding: 10px;
  }
  .testimonialhead{
    font-size: 20px;
  }
  .testimonialtext{
    font-size: 18px;
  }
  .left-testimonialcolumn
  {
    width: 20%;
    height: 20%;
  }
  .testboxl{
    height: 300px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 220px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 80%;
  }
  .item1 {
    width: 12%;
    height: 12%;
  }
  .item2 {
    padding: 20px 30px 20px 20px;
    color: #000000;
    font-size: 22px;
    font-family: "Quicksand", sans-serif;
  }
  .projectstext{
    font-size: 95%;
  }
}
@media(max-width:1101px)
{
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 22%;
    height: 22%;
  }
  .testimonialhead{
    font-size: 20px;
  }
  .testimonialtext{
    font-size: 18px;
  }
  .testboxl{
    height: 350px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 230px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 210px;
    margin:10px auto;
    width: 80%;
  }
  .contentcontainer{

    width: 90%;
 
  }
  .contentcontainerc{

    width: 90%;
 
  }
  .item2 {
    font-size: 20px;
    padding: 10px 30px 30px 20px;
  }
}
@media(max-width:1001px)
{
  .contenttext{
    font-size: 85%;
  }
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 22%;
    height: 22%;
  }
  .testimonialhead{
    font-size: 20px;
  }
  .testimonialtext{
    font-size: 18px;
  }
  .testboxl{
    height: 370px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 270px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 210px;
    margin:10px auto;
    width: 80%;
  }
  .item1 {
    width: 14%;
    height: 14%;
  }
  .item2 {
    font-size: 20px;
  }
  .projectstext{
    font-size: 85%;
  }
}

@media(min-width: 992px) 
{
  h3 {
    text-align: left;

  }
  .footer .container:first-child {
        max-width: 960px;
        margin-bottom: 30px;
    }
    
    .footer .footercontact,
    .footer .footer-link {
        padding: 0 30px;
    }
    .testimonialtext{
      font-size: 18px;
    }
    .testimonialhead{
      font-size: 20x;
    }
}
@media (max-width: 938px)
{
  
  .info {
    width: 100%;
    text-align:center;
    padding: 10px 10px 10px 10px;  
    }
   nav{
    margin-left: 8%;
    margin-right: 8%;
    }
    .logo {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 85%;
      background: url(img/icons/logo1s.jpg) no-repeat center;
  }
}
@media(max-width:901px)
{
  h3 {
    text-align: left;

  }
  .left-testimonialcolumn
  {
    width: 30%;
    height: 30%;
  }
  .testimonialhead{
    font-size: 18px;
  }
  .testimonialtext{
    font-size: 16px;
  }
  .testboxl{
    height: 350px;
    margin:10px auto;
    width: 80%;
  }
  .testboxm{
    height: 250px;
    margin:10px auto;
    width: 80%;
  }
  .testboxs{
    height: 200px;
    margin:10px auto;
    width: 80%;
  }
}
@media (max-width: 801px) 
{
  
  .logo {
    margin: 5px 0px 10px 0px;
    float: left;
    width: 95px;
    height: 79px;
    background: url(img/icons/logos1.jpg) no-repeat center;
  }
  h3 {
    padding: 0px 0px 5px 0px;
    text-align: center;
  }
 
  .contentcontainerc{

    flex-direction: column;
    width: 90%;
  }
  .containerc{
    flex-direction:column;
    align-items: center;
  }
  .containercmain{
    flex-direction: column;
    align-items: center;
  }
  .item1 {
    flex-direction: column;
    align-items: center;
  }
  .item2 {
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    padding: 10px 0px 10px 0px;
  }
  .contentform{
    width: 100%;
  }
  .contentcontainer{
    width: 100%;

  }
  .contentformc{
    width: 100%;
  }
  .logocontainer{
    width: 110%;
    max-width: 3000px;
    margin: 0 auto;
  }
  .columnlogo{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 3px 5px 3px;
  }
  .rowlogo{
    width: 90%;
    padding: 0px 0px 0px 2%;
  }
  .contentrow{
    flex-direction: column;
  }
  .contentrowc{
    flex-direction: column;
  }
  .contenttext p{
    width: 100%;
    font-size: 20px;
  }
  .contenttext{
    width: 100%;
  }
  .container{
    width: 100%;
  }
  .containerc{
    width: 80%;
  }
  .infobar h1{
    font-size: 18px;
  }
  .contenttext h2{
    font-size: 22px;
  }
  .contentimg{
    width: 100%;
  }
  .contentimgc{
    width: 100%;
  }
  nav ul {
    margin-right: 80px;
    float: left;
  }
  nav .logo {
    padding-left: 30px;
    width: 100%;
  }
  .show + a,
  ul {
    display: none;
  }
  nav ul li,
  nav ul ul li {
    display: block;
    width: 100%;
  }
  .show {
    display: block;
    color: #000000;
    font-size: 18px;
    padding: 0px 0px 0px 10px;
    line-height: 50px;
    cursor: pointer;
  }
  .show:hover {
    color: #90979b;
  }
  .icon {
    display: block;
    color: #90979b;
    position: absolute;
    top: 10px;
    right: 40px;
    line-height: 30px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    padding-left: 10px;
  }
  nav ul ul ul a {
    padding-left: 10px;
  }
  nav ul ul ul li {
    position: static;
  }
  [id^="btn"]:checked + ul {
    display: block;
  }
  nav ul ul li {
    border-bottom: 0px;
  }
  nav ul ul li a {
    line-height: 30px;
  }
  nav ul li a {
    line-height: 30px;
  }
  span.cancel:before {
    content: "\f00d";
  }
  
  .footer .footercontact p {
    margin-bottom: 4px;
    font-size: 12px;
    color: #ffffff;
}
.footer .footercontact,
.footer .footer-link {
    padding: 0 10px;
}
.footer .footer-link a {

    margin-bottom: 5px;
    font-size: 12px; 
}
.left-testimonialcolumn
{
  width: 20%;
  height: 20%;
}
.testimonialhead{
  font-size: 18px;
  padding: 10px 0px 0px 0px;
}
.testimonialtext{
  font-size: 16px;
  padding: 0px 0px 10px 0px;
}
.testboxl{
  height: 300px;
  margin:10px auto;
  width: 95%;
}
.testboxm{
  height: 210px;
  margin:10px auto;
  width: 95%;
}
.testboxs{
  height: 170px;
  margin:10px auto;
  width: 95%;
}
}
@media (max-width: 701px) {
  
  .footer .copyright p,
  .footer .copyright .colmain1:last-child p {
      margin: 5px 0;
      text-align: center;
  }
  .item2 {
    font-size: 24px;
    padding: 10px 0px 10px 0px;
  }
  .left-testimonialcolumn
  {
    width: 20%;
    height: 20%;
  }
  .testimonialhead{
    font-size: 28px;
  }
  .testimonialtext{
    font-size: 16px;
  }
  .testboxl{
    height: 420px;
    margin:10px auto;
    width: 95%;
  }
  .testboxm{
    height: 310px;
    margin:10px auto;
    width: 95%;
  }
  .testboxs{
    height: 240px;
    margin:10px auto;
    width: 95%;
  }
}
@media (max-width: 680px)
{
  .left-testimonialcolumn
  {
    width: 20%;
    height: 20%;
    padding: 20px 3px 3px 3px;
  }
  .right-testimonialcolumn
  {
    padding: 0px;
    height: 170px;
  }
  .testimonialhead{
    font-size: 16px;
    padding: 3px 3px 3px 3px;
  }
  .testimonialtext{
    font-size: 14px;
    padding-top: 1px;
  }
  .testboxl{
    height: 270px;
    margin:10px auto;
    width: 95%;
  }
  .testboxm{
    height: 200px;
    margin:10px auto;
    width: 95%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 95%;
  }
}
@media (max-width: 526px)
{
  .logo {
    margin: 5px 0px 10px 0px;
    float: left;
    background: url(img/icons/logos1.jpg) no-repeat center;
  }

}
@media (max-width: 524px)
{
  .infobar {

    font-size: 30px;
    height:60px;
    padding-bottom: 20px;
  
  }
  .infobars {
  
    height: 70px;
    padding:20px 10px 10px 10px;
  }
  h3 {
    padding: 3px 0px 0px 8px;
    font-size: 20px;
    text-align: center;
  }
  .maincontent {
    
      padding: 5px 5px 5px 10px;
  }
  .icon {
      right: 10px;
      top: 10px;
  
    }
    .left-testimonialcolumn
    {
      width: 0%;
      height: 0%;
      padding: 30px 3px 3px 3px;
    }
    .right-testimonialcolumn
    {
      padding: 0px;
    }
    .testimonialhead{
      font-size: 16px;
      padding: 3px 3px 0px 3px;
    }
    .testimonialtext{
      font-size: 14px;
      padding-top: 1px;
    }
    .testboxl{
      height: 300px;
      margin:10px auto;
      width: 95%;
    }
    .testboxm{
      height: 200px;
      margin:10px auto;
      width: 95%;
    }
    .testboxs{
      height: 180px;
      margin:10px auto;
      width: 95%;
    }
}
@media (max-width: 455px)
{
	.containerc{
    width:100%
  }
  h3 {
    padding: 3px 0px 0px 3px;
    font-size: 20px;
    text-align: center;
  }
  .infobar {
    font-size: 30px;
    height:75px;
    padding-bottom: 20px;
  }
  .infobars {
    height: 40px;
    padding:10px;
  }
  .maincontent { 
    padding: 5px 5px 5px 15px;
}
.icon {
    right: 10px;
    top:10px;
  }
  .left-testimonialcolumn
  {
    width: 0%;
    height: 0%;
    padding: 0px 3px 3px 3px;
  }
  .right-testimonialcolumn
  {
    padding: 0px;
  }
  .testimonialhead{
    font-size: 16px;
    padding: 3px 3px 0px 3px;
  }
  .testimonialtext{
    font-size: 14px;
    padding-top: 1px;
  }
  .testboxl{
    height: 310px;
    margin:10px auto;
    width: 95%;
  }
  .testboxm{
    height: 220px;
    margin:10px auto;
    width: 95%;
  }
  .testboxs{
    height: 170px;
    margin:10px auto;
    width: 95%;
  }

}
@media (max-width: 400px)
{	
  h3 {
    padding: 3px 0px 0px 10px;
    font-size: 18px;
    text-align: center;
  }
  .infobar {
    font-size: 30px;
    height:75px;
    padding-bottom: 20px;
  }
  .infobars {
    height: 60px;
    padding:10px;
  }
  .maincontent {
    padding: 5px 5px 5px 10px;
}
.icon {
    right: 10px;
    top: 10px;
  }
  .left-testimonialcolumn
  {
    width: 0%;
    height: 0%;
    padding: 5px 3px 3px 3px;
  }
  .right-testimonialcolumn
  {
    padding: 0px;
  }
  .testimonialhead{
    font-size: 16px;
    padding: 5px 3px 5px 3px;
  }
  .testimonialtext{
    font-size: 14px;
    padding-top: 1px;
  }
  .testboxl{
    height: 360px;
    margin:10px auto;
    width: 95%;
  }
  .testboxm{
    height: 260px;
    margin:10px auto;
    width: 95%;
  }
  .testboxs{
    height: 200px;
    margin:10px auto;
    width: 95%;
  }
  
}
@media (max-width: 360px)
{	

.logo {
    margin: 3px 0px 0px 0px;
    float: left;
    background: url(img/icons/logos1.jpg) no-repeat center;
  	}
    h3 {
      padding: 3px 0px 0px 6px;
      font-size: 17px;   
    }
    .infobar {
  
    font-size: 20px;
    height:75px;
    padding: 3px 0px 10px 0px;
  }
  .contentcontainerc{
    width: 95%;
  }
  .containerc {
    width: 95%;
    max-width: 95%;
  
  }
  .contenttext{
    padding: 0px 2px 0px 2px;
    width: 100%;
  
  }
  .maincontent { 
      padding: 2px 5px 5px 10px;
  }
  .infobars {
    height: 42px;
    padding:17px 0px 10px 0px;
    font-size: 15px;
  }
    .maincontent img {
          margin: 0px;
          border-radius: 5px;
      }	
    .footer {
      padding-top: 10px;
    }
    .fa fa-bars{
      float:right;	
    }
    .icon {
      right: 10px;
      top: 10px;
    }
    .footer .footercontact h2,
  .footer .footer-link h2 {
      padding-bottom: 5px;
  }
  .left-testimonialcolumn
    {
      width: 0%;
      height: 0%;
      padding: 0px 3px 3px 3px;
    }
    .right-testimonialcolumn
    {
      padding: 0px;
      height: 170px;
    }
    .testimonialhead{
      font-size: 16px;
      padding: 5px 3px 5px 3px;
    }
    .testimonialtext{
      font-size: 14px;
      padding-top: 1px;    
    }
    .testboxl{
      height: 400px;
      margin:10px auto;
      width: 95%;
    }
    .testboxm{
      height: 290px;
      margin:10px auto;
      width: 95%;
    }
    .testboxs{
      height: 230px;
      margin:10px auto;
      width: 95%;
    }
 
} 
@media (max-width: 320px) 
{
  .infobar {
  
    font-size: 20px;
    height:100px;
    padding: 3px 0px 10px 0px;
  }
}
.fcf-body {
  margin: 10px 10px 10px 10px auto;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  max-width: 100%;
}
.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #000000;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 2px solid grey;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: "Quicksand", sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: lightgrey;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) 
{
  .fcf-btn {
      transition: none;
  }
}

.fcf-btn:hover {
  color: #ccd4da;
  text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #000000;
}

.fcf-btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: darkgrey;
  border-color: darkgrey;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(221, 233, 225, 0.733);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
  width: 100%;
}
