body{
  line-height:28.8px;
}
.concierge h1, .concierge h2{
  font-family: 'Sen', sans-serif;
  line-height:58px;
  font-size:80px;
}

.concierge h3,.concierge h4, .concierge h5{
  line-height:38px;
  font-family: 'Sen', sans-serif;
}

.img-responsive{
  margin:0 auto;
}

ul#header-menu li.dropdown.nav-li:nth-child(2) {
    border-bottom: 2px solid #1a73e8;
    min-height: 75px;
}

ul#header-menu li.dropdown.nav-li:first-child {
    border-bottom: none !important;
}

.container{
  margin-bottom:0px;
  padding:0 16px;
}

.concierge p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
}


.wrapper{
    width:calc(1200px + 32px);
    max-width:100%;
    margin:0 auto;
    padding:0 16px;
  }



.text-center{
  text-align:center;
}

.secondary-text{
  color:#E36D00;
}

.hero-section{
  background:url('../../img/concierge/hero-bg.jpg') repeat top center;
  padding:30px 0;
}

.hero-banner .wrapper{
  width:100%;
}


.hero-banner{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.hero-banner img {
  width:calc(100% - 680px);
  height: auto;
  margin: 0 auto;
}



/*sec-2*/
.sec-2 {
    background: #AFD45E;
    padding: 70px 0;
}

.sec-2 .wrapper{
  width:1395px;
}

.sec-2 h2 {
    font-size: 110px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 73px;
}

.sec-2 .wrap-box {
    background: #fff;
    padding: 60px 95px 32px;
    border-radius: 50px;
}

.sec-2 .wrap-box h3 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}

.sec-2 .wrap-box p{
  margin:24px 0;
}

/*sec 3 */
.sec-3{
  background:#FAF8EE;
  padding: 70px 0;
}

.sec-3 h2{
  color:#F97F0E;
}

.sec-3 h2 span{
  display:block;
  font-size:26px;
  color:#222;
  font-weight:bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top:15px;
}

.sec-3 .sec-3-flex {
    display: flex;
    padding: 20px;
    border-radius: 50px;
    justify-content: center;

   
}

.sec-3 .sec-3-flex .text {
    flex: 55%;
    background: #fff;
    flex-shrink: 1;
    padding: 50px 60px;
    border-radius: 50px;
    position: relative;
}

.sec-3 .sec-3-flex  .text:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 193px 36px;
    border-color: transparent transparent #FFFFFF transparent;
    transform:rotate(70deg);
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 0;
}


.sec-3 .sec-3-flex .pic{
  flex:45%;
}

.sec-3-flex h3{
 font-size:26px;
 font-weight:bold;
 font-family: 'Zen Maru Gothic', serif;
 margin:0;
}

.sec-3-flex p{
  margin-top:26px;
}


/*sec-4 */
.sec-4-top {
    background:url('../../img/concierge/sec-4-top-bg.png') #FAF8EE no-repeat top center;
    height:260px
}

.sec-4 {
    background: #68c279 no-repeat top center;
    padding: 10px 0 0;
    margin-top: -1px;
}

.sec-4 .wrapper {
    transform: translate(0px, -150px);
    width: 1470px;
}

.sec-4 h2{
  color:#CCF76D;
}

.sec-4 h2 span{
  font-size:26px;
  display:block;
  color:#fff;
  font-weight:bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top:15px;
}

.sec-4 h2 small{
  font-size:26px;
  display:inline-block;
  color:#fff;
  font-family: 'Zen Maru Gothic', serif;
  font-weight:bold;
}

.sec-4 .sec-4-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    gap: 55px;
}


.sec-4 .sec-4-flex .column {
    flex-grow: unset;
    flex:1;
}

.sec-4 .sec-4-flex .column:last-child{
  flex:2;
}

.sec-4 .sec-4-flex .column p{
  font-size:24px;
  color:#fff;
  margin:20px 0 0px;
}



/*sec-5 */
.sec-5{
  background:#E4F1D4;
  padding:70px 0;
}

.sec-5 h2{
  color:#31AB48;
}

.sec-5 h2 span{
  display:block;
  color:#222;
  font-size:26px;
  font-weight:bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top:15px;
}

.sec-5-flex{
  display:flex;
  justify-content:start;
  align-items:center;
  gap:30px;
  margin:20px 0;
  padding:0 50px;
}

.sec-5 .wrap-box .head-title{
  background:#419851;
  text-align:center;
  border-radius:10px;
  margin: 50px 0;
}

.sec-5 .wrap-box{
  margin:50px 0;
}
.sec-5 .wrap-box .head-title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0;
}

.sec-5 .sec-5-flex .text{
    background: #fff;
    padding: 20px 30px;
    border-radius: 30px;
    width: 100%;
    position: relative;
}

.sec-5 .wrap-box .sec-5-flex .text:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 30px 16px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(282deg);
    display: block;
    position: absolute;
    left: -20px;
    bottom: 20px;
}

.sec-5 .wrap-box .sec-5-flex:last-child .text:first-child:before {
  content:unset;
}

.sec-5 .wrap-box .sec-5-flex:last-child .text:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 46px 26px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(48deg);
    display: block;
    position: absolute;
    right: -11px;
    bottom: 40px;
}


/*sec-6 */
.sec-6{
  background:url('../../img/concierge/hero-bg.jpg') repeat top center;
  padding:70px 0 120px;
}
 .sec-6 h2{
  color:#F97F0E;
 }
.sec-6 h2 span{
  display:block;
  color:#222;
  font-size:26px;
  font-weight:bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top:15px;
}
.sec-6-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align:center;
    gap:60px;
    margin-top:50px;
}

.sec-6-flex .column{
  flex:30%;
  background:#F5EFD5;
  padding:40px 20px;
  border-radius:20px;
  flex-grow:unset;
}

.sec-6-flex h4{
  font-family: 'Zen Maru Gothic', serif;
  font-weight:bold;
  font-size:28px;
}


.sec-6-flex p{
  font-size:20px;
  text-align:left;
}

.sec-6-flex .column .circle {
    font-size: 70px;
    font-family: 'Zen Maru Gothic', serif;
    letter-spacing: -7px;
    display: block;
    transform: translate(0px, -30px);
}

.sec-6-flex .column:nth-child(odd) .circle {
  color: #FCA95C;
}
.sec-6-flex .column:nth-child(even) .circle {
  color: #4ECE7E;
}

/*sec-7 */
.sec-7{
  background:#E4F1D4;
  padding:70px 0;
}

.sec-7 h2{
  color:#31AB48;
  margin-top:-100px;
}

.sec-7 h2 span{
  display:block;
  color:#222;
  font-size:26px;
  font-weight:bold;
  font-family: 'Zen Maru Gothic', serif;
  margin-top:10px;
}

.sec-7-flex{
  display:flex;
  justify-content:center;
  text-align:center;
  gap:50px;
  margin:50px 0;
}

.sec-7-flex .column{
  flex-grow:unset;
  width:40%;
}

.sec-7-flex h4{
  font-size:35px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight:bold;
}

.sec-7-flex p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.sec-7 .wrap-box {
    background: #fff;
    border-radius: 80px;
    padding: 78px 180px;
    margin-top: 70px;
}

.sec-7 .wrap-box h4 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    font-family: 'Zen Maru Gothic', serif;
    margin-bottom: 19px;
    padding: 0;
    position: relative;
    width: 68%;
    margin: 0 auto 19px;
}

.sec-7 .wrap-box h4 span{
  font-weight:bold;
}

.sec-7 .wrap-box h4:before{
  content:url('../../img/concierge/left-icon.svg');
  position:absolute;
  left:0px;
  top:0;
}

.sec-7 .wrap-box h4:after{
  content:url('../../img/concierge/right-icon.svg');
  position:absolute;
  right:0px;
  top:0;
}

.sec-7 .wrap-box .btn-submit{
  max-width: 800px;
  width: 100%;
  padding:30px 0;
  flex-shrink: 0;
  background:#F97F0E;
  border-radius: 80px;
  margin:0 auto;
  display:block;
  color: #FFF;
text-align: center;
font-family: "Zen Maru Gothic";
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 100%;
position: relative;
text-decoration:none;
-webkit-box-shadow: 0px 10px 0px -3px #B35D0E;
-moz-box-shadow: 0px 10px 0px -3px #B35D0E;
box-shadow: 0px 10px 0px -3px #B35D0E;
border-radius: 80px;

}

.sec-7 .wrap-box .btn-submit::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 38px;
}

.navbar-fixed-top{
  overflow: unset !important;
}

.mobile-display{
  display:none;
}



/*media*/

@media only screen  and (max-width: 1700px) 
and (min-width: 300px) {

  .hero-banner img {
    width:calc(100% - 350px);
    height: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1300px) {
  .sec-2 h2 {
    font-size: 80px;
    line-height: 47px;
}
}

@media only screen and (max-width: 1250px) {
  .sec-6-flex{
    gap:30px;
  }

  .sec-7 .wrap-box h4:before{
    left:-15px
  }
  .sec-7 .wrap-box h4:after{
    right:-15px
  }


}

@media only screen and (max-width: 1200px) {


 
  .sec-2 h2 {
    font-size: 80px;
    line-height: 53px;
}

.sec-3 .sec-3-flex{
  padding:0;
}

.sec-4 .sec-4-flex .column {
    margin-bottom: 20px;
}

.sec-7 .wrap-box .btn-submit{
  font-size:30px;
}
.hero-banner img {
  width:100%;
}

}

@media only screen and (max-width: 1024px) {
  .concierge h2{
    font-size:50px;
    margin-bottom: 20px;
  }

  .sec-3 h2 span,.sec-4 h2 span,.sec-5 h2 span,.sec-6 h2 span,.sec-7 h2 span{
    margin-top:10px;
  }

  .sec-7 .wrap-box {
    padding: 78px 100px;
}
.sec-7 .wrap-box {
    padding: 50px;
}



}

@media only screen and (max-width: 991px) {
  .sec-6-flex .column{
    flex:40%
  }

  .sec-7 .wrap-box .btn-submit::after {
    right: 40px;
    top: 31px;
}

.sec-7 .wrap-box .btn-submit{
  font-size:25px;
}



}

@media only screen and (max-width: 820px) {
  .sec-3 .sec-3-flex{
    flex-direction:column;
    padding:0;
  }

  .sec-3 .sec-3-flex  .text:after {
    border-width: 0 0px 63px 37px;
    transform: rotate(212deg);
    right: unset;
    top: unset;
    bottom: -43px;
    left: 63%;
    z-index: 0;
}
.sec-7 .wrap-box .btn-submit {
    font-size: 20px;
}

}



@media only screen and (max-width: 640px) {

  .wrapper{
    padding:0 10px;
  }

.desktop-display{
  display:none;
}

.mobile-display{
  display:block;
}



.hero-section img {
     width: unset;
    height: auto;
}

.sec-2 .wrap-box {
    padding: 30px 20px 10px;
}



.sec-4-top {
    background:url('../../img/concierge/sec-4-top-bg-mobile.png') #FAF8EE no-repeat top center;
}

  .sec-4 .sec-4-flex .column {
    margin-bottom: 0px;
    flex:40%;
}
.sec-4 .sec-4-flex .column img{
  max-width: 100%;
  margin:0 auto;
}

.sec-4 .sec-4-flex .column p {
    font-size: 14px;
    margin: 5px 0 0px;
}

.sec-4 .sec-4-flex .column:last-child{
  flex:unset
}

.sec-4 h2 small{
  display:block;
  font-size: 18px;
    line-height: 20px;
}

.sec-5-flex {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding:0;
}

.wrap-box .sec-5-flex .image {
    order: 2;
    display: flex;
    margin: 20px auto;
    gap: 30px;
}

.wrap-box .sec-5-flex .image img{
  flex:1;
}

.wrap-box  .sec-5-flex .text {
    order: 1;
}
.wrap-box .sec-5-flex:last-child .image {
    order: 0;
    display: none;
}

.sec-5 .wrap-box .sec-5-flex .text:before {
    transform: rotate(138deg);
    left: 60px;
    bottom: -21px;
}

.sec-5 .wrap-box .sec-5-flex:last-child .text:after {
    transform: rotate(326deg);
    right:60px;
    top: -21px;
}

.sec-5 .wrap-box .head-title h3 {
    font-size: 21px;
}
.sec-5 .wrap-box .head-title{
  margin:0;
}

.sec-6-flex .column {
    flex: 100%;
    padding: 20px 15px;
}

.sec-6-flex h4{
  font-size:20px;
}

.sec-6-flex .column p{
  font-size:15px;
}

.sec-6 {
  padding:40px 0 80px
}

.sec-7-flex {
  flex-direction:column;
}

.sec-7-flex .column{
  width:100%;
}



.concierge h2{
  font-size:40px;
  line-height: 38px;
}
.sec-2 .wrap-box h3,.sec-3 .wrap-box h3,.sec-4 .wrap-box h3,.sec-5 .wrap-box h3,.sec-6 .wrap-box h3, .sec-3-flex h3,.sec-4-flex h3,.sec-5-flex h3, .sec-6-flex h3,.sec-7-flex h3{
  font-size:20px;
  text-align:center;
  line-height:26px
}

.concierge p{
  font-size:14px;
  line-height:22.4px
}

.sec-3 h2 span,.sec-4 h2 span,.sec-5 h2 span,.sec-6 h2 span,.sec-7 h2 span,.sec-8 h2 span{
 font-size:18px;
 line-height:26px;
 
}

.sec-3 .sec-3-flex .text{
  padding:20px;
}
.sec-3 .sec-3-flex h3{
  font-size:16px;
}

.sec-4-top {

    height:180px;
}

.sec-4 .sec-4-flex{
  gap:19px;
  margin-top:0;
}

.sec-5 {
    margin-top: -90px;
}
.sec-6-flex{
  margin-top:30px;
  gap:20px;
}

.sec-6-flex img{
  width:180px;
}

.sec-2,.sec-3, .sec-5{
  padding:40px 0;
}
.sec-7{
  padding:40px 0;
}

.sec-7-flex .column img {
    width: 230px;
}

.sec-7-flex h4 {
    font-size: 24px;
    margin: -10px 0 0;
}

.sec-7-flex .column p span{
  display: block;
}

.sec-7-flex p{
  font-size:15px;
  margin-top: 0;
}

.sec-7 h2 {
    margin-top: -58px;
}

.sec-7-flex {
    gap: 15px;
    margin:0;
}

.sec-7 .wrap-box {
    padding: 20px;
    border-radius: 20px;
    margin-top:50px;
}

.sec-7 .wrap-box h4{
  font-size:18px;
  line-height: 25px;
}

.sec-7 .wrap-box h4 span{
  display: block;
}

.sec-7 .wrap-box .btn-submit {
    font-size: 15px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 0px 9px 0px -5px #B35D0E;
}
.sec-7 .wrap-box .btn-submit::after {
    border-width: 4px 0 4px 10px;
    right: 24px;
    top: 18px;
}

.sec-7 .wrap-box h4:before, .sec-7 .wrap-box h4:after{
    top:10px
  }

}



.button-link {
  border: 2px solid #F97F0E;
  background: #FFF8F1;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color: #F97F0E;
  font-size: 14px;
  font-family: 'Zen Maru Gothic', serif;
  gap: 16px;
  line-height: 1.4;
  transition: 0.5s;
}

.button-link:hover {
  background: #F97F0E;
  text-decoration: none;
  color: #fff;
}
