/* Shared
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.button {
  border-radius: 100px;
}

/* Sections
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}


/* Help
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

.dubaiphone {
	height: 450px
}

.tinylogo {
  height: 22px;
}

.logotop {
	padding: 1rem 0 1rem;
}


.header {
  text-align: right;
	padding: 1rem 0 1rem;
}  

.footer {
	padding: 1rem 0 1rem;
}  


a {
	color: white;	
}

.bluesection {
	color: white;
	background-color: #002768;
}
.redsection {
	color: white;
	background-color: #bf0b32;
}
.whitesectionred {
	color: #bf0b32;
	background-color: white;
}
.whitesectionblue {
	color: #002768;
	background-color: white;
}
.blacksection {
	color: white;
	background-color: black;
}
.topbar {
	padding : 0px;
	font-weight: 600;
}


.toplogo {
	text-align: center;
	vertical-align: middle;
}

.leftalign {
text-align: left;
}

.rightalign {
text-align: right;
}

/*form*/

.form-box {
  margin: auto;
  text-align: left;
  padding: 50px;
}


input, textarea {
  width: 100%;
  color: black;	
  height: auto;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.centermiddle {
	text-align: center;
	vertical-align: middle;
}

p {
	font-size: 1.15em;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}


/* Bigger than 550 */
@media (min-width: 550px) {
	.header {
	  text-align: right;
	  height: 120px;
	}    
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .toplogo {
	text-align: center;
	vertical-align: middle;
  }  
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}