/*
	App by FreeHTML5.co
	Twitter: http://twitter.com/fh5co
	URL: http://freehtml5.co
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "sans-serif";
}

html {
  overflow-x: hidden;
}

body{
  background-color: #FEFCD6;
}

.download-btn-first {
  background: #f7f7f7;
}

.download-btn-first:hover {
  background: #234197;
  color: #fff !important;
}

.features-btn-first {
  font-weight: 700;
}

.features-btn-first:hover {
  background: #f7f7f7 !important;
  color: #234197 !important;
}

#fh5co-hero-wrapper {
  height: 800px;
  width: 100%;
  background: url("../img/top.png") no-repeat center;
  border-radius: 0 0 50% 50% / 4%;
}

.main-navbar-nav .navbar-brand {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  top: -5px;
  font-weight: 500;
}

.main-navbar-nav {
  color: #fff !important;
}
.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #234197 !important;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}
.main-navbar-nav .active {
  color: #fff !important;
  opacity: 1 !important;
}
.main-navbar-nav a {
  color: #fff !important;
}
.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 35px;
  font-size: 14.5px;
  font-weight: 500;
}

/*   */

.fh5co-hero-inner {
  margin-top: 110px;
  position: relative;
}
.fh5co-hero-inner > h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 2px;
}
.fh5co-hero-inner > p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}
.fh5co-hero-inner .download-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
}
.fh5co-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 8px 13px;
  font-weight: 400;
  background: #234197;
  color: #fff;
  margin-left: 10px;
}
.fh5co-hero-inner .fh5co-hero-smartphone {
  position: absolute;
  right: 0px;
  top: 120px;
  height: 650px;
}
/* ==========================================================================================================
										Header
   ========================================================================================================== */
.top-wrapper {
  position: relative;
  /* background: url("../img/トップ背景.png") no-repeat; */
  background-size:  cover;
}
.top-img1 {
  width: 100%;
}
.top-logo {
  display: flex;
  position:absolute;
  top: 2%;
  left: 3%;
}
.top-logo p {
  color: #FFF;
  font-size: 2em;
  margin-left: 30px;
  font-weight: bold;
}
.top-icon {
  position:absolute;
  top: 2.2%;
  right: 3%;
}
.fab {
  font-size: 2em;
  color: #FFF;
  margin: 0 10px;
}
.top-letter {
  width: 40%;
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 2;
}
.top-house {
  width: 45%;
  position: absolute;
  top: 40%;
  right: -3%;
  z-index: 1;
}

@media screen and (max-width:993px) { 
  .top-wrapper {
    height: auto;
  }
  .taisei {
    margin-top: 15px;
  }
  .top-logo p {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-left: 30px;
  }
  /* .top-icon {
    margin-top: 15px;
    margin: 70px auto;
    right: 30%;
    font-size: 1.5rem;
  } */
  .top-letter {
    width: 70%;
    margin-left: 0;
    margin: 30px auto;
  }
}
/* @media screen and (max-width:700px) { 
  .top-icon {
    left: 50%;
    transform: translateX(-50%);
    margin: 70px auto;
    font-size: 1.3rem;
  }
  .top-letter {
    margin: 30px auto;
  } 
  .costs-outer .main-text {
    margin-top: 120px;
  }
} */
@media screen and (max-width:520px) { 
  .top-wrapper {
    height: auto;
  }
  .taisei {
    width: 44px;
    height: 40px;
    margin-top: 10px;
  }
  .top-logo p {
    font-size: 1.15rem;
    margin-top: 10px;
    margin-left: 20px;
  }
  .top-letter {
    margin: 15px auto;
  }
  /* .top-icon {
    left: 50%;
    transform: translateX(-50%);
    margin: 70px auto;
    font-size: 0.8rem;
  } */
}

/* ==========================================================================================================
										Construction costs
   ========================================================================================================== */
.main-text {
  text-align: center;
  padding: 20px 0 40px; 
  margin-top: 100px;
}
.main-text h1{
  font-weight: bold;
  color: #E95513;
}
.main-text small{
  font-size: 1.2em;
  color: #3E3A39;
  opacity: 0.4;
}

.box img {
  width: 99%;
  height: auto;
  margin: auto;
}
   .box {
  display: flex;
  width: 100%; 
  height:auto;
  margin: 5px auto; 
  padding:5px;
  /* background-color: black; */
}

@media screen and (max-width:993px) { 
  .box {
    width: 75%; 
    margin: 20px auto; 
  }
}

@media screen and (max-width:520px) { 
  .main-text {
    margin-top: 75px;
    padding: 20px 0 10px; 
  }
  .main-text h1{
    font-size: 1.5rem;
  }
  .main-text small{
    font-size: 1em;
  }
     .box {
    width: 85%; 
    margin: 10px auto; 
  }
}

/* ==========================================================================================================
										Costs list
   ========================================================================================================== */
  .table1 {
  margin: 30px auto 80px;
  width: 100%;
  border: 1px solid #666;
}
.method-of-payment {
  width: 100%;
}
td, th {
  border: 1px solid #666;
  padding: 0.5em;
}
th {
  background-color: #DDD;
}
th, .processing-unit, .reference-price {
  text-align: center;
}
td {
  background-color: white;
}
.table1 td {
  text-align: left;
    padding-left: 30px;
}
.table1 .processing-unit {
  text-align: center;
  padding-left: 0;
}
.table1 .reference-price {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width:520px) { 
  .table1 {
    margin: 50px auto;
    width: 100%;
  }
  .method-of-payment {
    width: 100%;
  }
  th {
    padding: 5px auto;
    font-size: 0.9rem;
  }
  td {
    font-size: 0.9rem;
  }
  .table1 td {
      padding-left: 10px;
  }
  .table1 .processing-unit {
    text-align: center;
    padding-left: 0;
  }
  .table1 .reference-price {
    text-align: left;
    padding-left: 10px;
  }
}
/* ==========================================================================================================
										sub Footer
   ========================================================================================================== */
.sub-footer {
  background-size: cover;  
  background-image: url(../img/top_under.png);
}

.footer-text {
  color: #FFF;
  margin-top: 150px;
  margin-left: 20%;
  /* margin-bottom: 50px; */
}
.text1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.tel-flex {
  display: flex;
  height: 60px;
}
.text3 {
  font-size: 4rem;
  font-weight: bold;
  margin-left: 20px; 
  line-height: 60px;
}
.text4 {
  margin: 20px 0;
}
.line-flex {
  display: flex;
  height: 60px;
}
.text5 {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 20px;
  line-height: 60px;
}
.hand {
  height: auto;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 0;
}
.character-wrapper {
  margin: 100px auto 0;
  text-align: center;
}

@media screen and (max-width:1251px) { 
  .tel-flex {
    height: 45px;
  }
  .tel {
    width: 45px;
    height: 45px;
  }
  .text3 {
    font-size: 2.5rem;
    line-height: 45px;
  }
  .line-flex {
    height: 45px;
  }
  .line {
    width: 45px;
    height: 45px;
  }
  .text5 {
    font-size: 1.5rem;
    line-height: 45px;
  }
}
@media screen and (max-width:993px) { 
  .hand {
    display: none;
  }

  .footer-text {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .text1 {
    font-size: 1.2rem;
  }
  .tel-flex {
    height: 30px;
  }
  .tel {
    width: 30px;
    height: 30px;
  }
  .text3 {
    font-size: 2rem;
    line-height: 30px;
  }
  .text4 {

  }
  .line-flex {
    height: 30px;
  }
  .line {
    width: 30px;
    height: 30px;
  }
  .text5 {
    font-size: 1rem;
    line-height: 30px;
  }
  .character-wrapper img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width:520px) { 
  .footer-text {
    margin: 0 30px;
  }
  .text1 {
    font-size: 1rem;
  }
  .text2 {
    font-size: 0.9rem;
  }
  .text3 {
    font-size: 1.5rem;
  }
  .text4 {
    font-size: 0.9rem;
  }
  .text5 {
    font-size: 0.9rem;
  }
}

/* ==========================================================================================================
										Construction flow
   ========================================================================================================== */
.Construction-flow{
  background-color: #E95513;
  border-radius: 10px;/*角の丸み*/
  width: 100%;
  height: auto;
  margin: 30px auto;
  padding: 20px 0;
}
.Construction-flow-element{
  width: 96%;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
  margin: 30px auto;
  background: #FFF;
  border-radius: 10px;/*角の丸み*/
}
.Construction-flow-title{
  display: inline-block;
  font-weight: bold;
  color: #1861AD;/*文字色*/
  vertical-align:  middle;
}
.flow{
  font-weight: bold;
  font-size: 8rem;
  color:#afb9c0;
}
.flow-text{
  padding-top: 1em;
  padding-left: 2em;
  padding-bottom: 1em;
}

.flow-text2 {
  padding-top: 20px;
}
.construction-flow-photo {
  padding-bottom: 1rem;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FAED00;
  margin: 0 auto;
}

@media screen and (max-width:993px) { 
  .flow {
    font-size: 4rem;
  }
  .Construction-flow-title {
    font-size: 1.5rem;
  }
  .flow-text {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .flow-text2 {
    padding-top: 10px;
  }
  .construction-flow-photo{
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  }
@media screen and (max-width:520px) { 
  .flow {
    font-size: 3rem;
  }
  .Construction-flow-title {
    font-size: 1.2rem;
  }
  .flow-text {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  .flow-text2 {
    font-size: 0.9rem;
    padding-top: 5px;
  }
  .Construction-flow-element{
    width: 90%;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    margin: 10px auto;

  }
}

/* ==========================================================================================================
										Trouble cases
   ========================================================================================================== */
.trouble {
  background-color: #FAED00;
  padding: 50px 0;
}
   .trouble-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em 1em;
    margin: 30px auto;
    background: #FFF;
}
.trouble-title {
    text-align: center; 
    margin-top: 50px;
}
.typhoon-text{
  font-size: 1.2em;
  color: #E95513;
}
.trouble-wrapper h1{
  font-weight: bold;
}
.trouble-wrapper h3 {
  text-align: center;
  font-size: 1.3em;
}
.flexbox {
  /* display: flex; */
  justify-content: space-around;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 80px auto;
}
.trouble1 {
  background-color: #E95513;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  margin: 10px 5px;
}
.trouble2 {
  background-color: #66AF30;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  margin: 10px 5px;
}
.trouble3 {
  background-color: #00A1B8;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  margin: 10px 5px;
}
.antenna-trouble {
  text-align: center;
}

.antenna-trouble h1 {
  font-size: 2.2em;
  color: #E95513;
}
.practice {
  display: flex;
}
.practice div{
  width: 50%;
  padding: 20px;
  margin: 5px;
  /* background-color: #ffc0cb; */
}
.practice img{
  width: 100%;
  background-color: #ffc0cb;
}
.flex1{
  margin-bottom: 100px;
}
.flex1 div {
  width: 100%;
  margin: 5px;
  /* background-color: #ffc0cb; */
}
.flex1 img {
  width: 100%;
  padding: 30px;
}
.trouble-text {
  padding: 30px;
  font-size: 1.1em;
  vertical-align: middle;
}
.flex1 div h1{
  font-size: 2em;
  color:#E95513;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
  }
.flex1 div span{
  color:#E95513;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}
.flex2{
  /* display: flex; */
  margin-bottom: 100px;
}
.flex2 div {
  width: 100%;
  margin: 5px;
  /* background-color: #ffc0cb; */
}
.flex2 img {
  width: 100%;
  padding: 30px;
}
.flex2 div h1{
  font-size: 2em;
  color:#66AF30;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
  }
.flex2 div span{
  color: #66AF30;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}
.flex3{
  /* display: flex; */
  margin-bottom: 100px;
}
.flex3 div {
  width: 100%;
  margin: 5px;
  /* background-color: #ffc0cb; */
}
.flex3 img {
  width: 100%;
  padding: 30px;
}
.flex3 div h1{
  font-size: 2em;
  color:#00A1B8;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
  }
.flex3 div span{
  color: #00A1B8;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 1650px) {
  .trouble-text {
    font-size: 1em;
    padding-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .trouble-text {
    font-size: 0.9em;
  }
  .flex1 div h1{
    font-size: 1.7em;
    margin-bottom: 30px;
    }
  .flex1 div span {
    font-size: 1.2em;
  }
  .flex2 div h1{
    font-size: 1.7em;
    margin-bottom: 30px;
    }
  .flex2 div span {
    font-size: 1.2em;
  }
  .flex3 div h1{
    font-size: 1.7em;
    margin-bottom: 30px;
    }
  .flex3 div span {
    font-size: 1.2em;
  }
}
@media screen and (max-width:993px) { 
  .trouble-title h1 {
    font-size: 2rem;
  }
  .trouble-title h3 {
    font-size: 1rem;
  }
  .antenna-trouble {
    font-size: 2rem;
  }
  .flex1 {
    margin-bottom: 0;
  }
  .flex2 {
    margin-bottom: 0;
  }
  .flex3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width:520px) { 
  .trouble-title h1 {
    font-size: 1.5rem;
  }
  .trouble-title h3 {
    font-size: 0.8rem;
  }
  .flexbox {
    font-size: 1.2rem;
  }
  .flex1 div h1 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .flex1 div span{
    font-size: 1.1em;
  }
  .flex2 div h1 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .flex2 div span{
    font-size: 1.1em;
  }

  .flex3 div h1 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .flex3 div span{
    font-size: 1.1em;
  }
  .trouble-text {
    line-height: 1.6rem;
  }
}

/* ==========================================================================================================
										Radio waves
   ========================================================================================================== */
.radiowaves {
    background-color: #66AF30;
    padding: 50px 0;
  }
.radiowaves-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    margin: 0 auto;
    background: #FFF;
}
.radiowaves h1{
  color:#66AF30;
  font-size: 2em;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 50px;
}
.flex4{
    justify-content:space-around;
  }
  .flex4 div{
    width: 100%;
  }
  .flex4 img{
    width: 100%;
    padding: 50px
  }
.flex4-text {
  padding: 50px 0 50px 50px;
  font-size: 1.1em;
}
@media screen and (max-width:993px) { 
  .radiowaves h1{
    font-size: 1.5rem;
  }
  .flex4-text {
    font-size: 1em;
    padding: 50px;
  }

}
@media screen and (max-width:520px) { 
  .radiowaves h1{
    font-size: 1.2rem;
    margin-left: 30px;
  }
  .flex4-text {
    padding: 30px;
    font-size: 0.9em;
  }
  .flex4 img{
    padding: 30px
  }
}
/* ==========================================================================================================
										Design antenna
   ========================================================================================================== */
.designantenna {
    background-color: #00A1B8;
    padding: 50px 0;
  }
.designantenna-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    margin: 0 auto;
    background: #FFF;
}

.designantenna h1{
  color:#00A1B8;
  font-size: 2em;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 50px;
}
.flex5{
    /* display: flex; */
    justify-content:space-around;
  }
  .flex5 div{
    width: 100%;
    /* background-color: #00A1B8; */
  }
  .flex5 img{
    width: 100%;
    padding: 50px;
  }
.flex5-text {
  padding: 50px 0 50px 50px;
  font-size: 1.1em;
}
@media screen and (max-width:993px) { 
  .designantenna h1{
    font-size: 1.5rem;
  }
  .flex5-text {
    font-size: 1em;
    padding: 50px;
  }

}
@media screen and (max-width:520px) { 
  .designantenna h1{
    font-size: 1.2rem;
    margin-left: 30px;
  }
  .flex5-text {
    padding: 30px;
    font-size: 0.9em;
  }
  .flex5 img{
    padding: 30px
  }
}
/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.bottom-inquiry{
  display: flex;
}
   .tel {
  display: flex;
}
.line {
  display: flex;
}
   .fh5co-bottom-outer {
  width: 100%;
  height: 572px;
  background: url("../img/top_under.png") no-repeat center;
  margin-top: 120px;
  overflow-x: hidden;
}
.fh5co-bottom-outer .fh5co-bottom-inner {
  margin-top: 270px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 img {
  margin-top: 25px;
}

   /* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.phone {
  color: #FFF;
}
.phone:hover {
  color: rgb(233, 177, 221);
}

   .company {
  display: inline-block;
  margin-left: 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.table2 {
  color: #FFF;
  width: 80%;
  table-layout: fixed;
  margin:0 auto;
}
.table2 td {
  background-color: #2f4c9c;
}
.table2 td {
  text-align: left;
}
.hp {
  color: #FFF;
}
.hp:hover {
  color: rgb(157, 229, 241);
}
.width1 {
  width: 20%;
}
.width2 {
  width: 80%;
}
   .img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 70px;
  height: 580px;
  background: #2f4c9c;
  overflow: hidden;
  /* display: flex; */
  justify-content: center; /*左右中央揃え*/
  align-items: center;     /*上下中央揃え*/
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
.footer-outer .column-1-3 {
  display: flex;
  width: 40%;
  float: left;
  height: 50px;
}
.footer-outer .column-1-3 h1 {
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  margin-left:20px;
}
.footer-outer .column-2-3 {
  width: 40%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 a {
  color: #fff;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  margin: 0 30px;
  font-size: 14px;
}
.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  border: 0.5px solid #fff;
  display: block;
  margin: 30px auto;
}
.footer-outer .copyright {
  color: #565b87;
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
}

.google-play-btn {
  margin-left: 10px;
}
@media (max-width: 993px) {
  .footer-outer .border-bottom-footer {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #FFF;
  display: block;
  }
  .footer-outer .column-1-3 h1 {
    font-size: 100%;
  }
  /* .footer-outer .column-1-3 {
    display: flex;
    width: 100%;
    float: left;
    height: 50px;
  }
  .footer-outer .column-2-3 {
    display: flex;
    width: 100%;
    height: auto;
  }
  .footer-outer .column-3-3 {
    display: flex;
    width: 100%;
    height: auto;
  } */
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }
@media screen and (max-width:520px) { 
  .table2 {
    width: 100%;
    /* border: #FFF; */
  }
  .width1 {
    width: 35%;
    font-weight: bold;
  }
  .width2 {
    width: 65%;
  }
  .taisei2 {
      display: none;
  }
}
/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 50px;
    top: 200px;
    height: 550px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: -15px;
    top: 200px;
    height: 550px;
  }
}
@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }

  #fh5co-hero-wrapper {
    height: 95vh;
  }

  .fh5co-hero-inner {
    margin-top: 30px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 270px;
    height: 460px;
    margin-top: 110px;
  }

  .fh5co-Construction costs-outer {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .fh5co-Construction costs-outer .fh5co-Construction costs-grid-columns .costs-inline-block .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .fh5co-Construction costs-outer .fh5co-Construction costs-grid-columns .costs-inline-block .grid-title {
    float: none;
    text-align: center;
  }

  .fh5co-Construction costs-outer .fh5co-Construction costs-grid-columns .costs-inline-block .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

  .antenna-costs list-outer .antenna-costs list-outer {
    margin-top: 0px;
  }

  .fh5co-features-outer {
    margin-top: -100px;
  }

  .fh5co-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  .fh5co-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .antenna-costs list-outer .carousel-right-arrow {
    position: absolute;
    right: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .antenna-costs list-outer .carousel-left-arrow {
    position: absolute;
    left: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .fh5co-features-outer .col-sm-6 .span-percent, .fh5co-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .fh5co-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .fh5co-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .fh5co-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .fh5co-Construction costs-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .fh5co-features-grid-columns .in-order-4 {
    order: 1;
  }
  .fh5co-features-grid-columns .in-order-3 {
    order: 2;
  }

  .fh5co-reviews-outer {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .fh5co-hero-inner > h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #fh5co-hero-wrapper {
    height: 800px;
  }

  .fh5co-Construction costs-outer .fh5co-Construction costs-grid-columns {
    margin-top: 40px;
  }

  .fh5co-Construction costs-grid-columns .costs-inline-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
  }

  .fh5co-Construction costs-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .antenna-costs list-outer {
    padding: 0;
  }

  .antenna-costs list-outer .carousel-left-arrow {
    left: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .antenna-costs list-outer .carousel-right-arrow {
    right: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .antenna-costs list-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 30px;
  }

  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
  }

  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }

  .footer-outer .copyright {
    margin-top: 30px;
    padding: 10px 0;
  }

  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #FFF;
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width: 520px) {
  #fh5co-hero-wrapper {
    height: 900px;
  }

  .fh5co-hero-inner > h1 {
    font-size: 40px;
  }

  .fh5co-hero-inner > p {
    width: 100%;
  }

  .fh5co-hero-inner {
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 450px;
    top: 420px;
    margin-top: 70px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .antenna-costs list-outer .carousel-left-arrow {
    left: 0;
  }

  .antenna-costs list-outer .carousel-right-arrow {
    right: 0;
  }

  .antenna-costs list-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-Construction costs-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-Construction costs-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.line{
    width: 330px;
    text-align: center;
    margin: 50px auto 0;
    display: block;
}
.line img {
    margin-bottom: 10px;
}