html, body { height: 100%;  padding: 0px; margin: 0px;  background-color:#F5F5F5; }
h1{ font-size: 34px}
h2{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
}

.container {
    max-width: 1200px;
    overflow-x: hidden;
    overflow: visible;
}

.p5{
  padding-top:4px;
}
.more:hover{
  cursor: pointer;
}
#hamburger span { 
    width: 30px;
    height: 4px;
    display: block;
    margin: 6px 0;
    transition: 0.4s;
    background-color: black;
    cursor: pointer;  
  }
 @media only screen and (max-width: 1050px) {     
    .onclick{
      background-color:white!important;
    }
  }
  button.navbar-toggler:focus,button.navbar-toggler:active {
   outline: none !important;
   box-shadow: none!important;
  }

  .change .b1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 4px);
    transform: rotate(-45deg) translate(-7px, 4px);
  } 
  .change .b2{
    opacity: 0;
  }
  .change .b3{
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
    transform: rotate(45deg) translate(-9px, -9px);
  }
.navbar .navbar-nav{
  font-family: 'Montserrat', sans-serif!important; 
  font-size: 14px;
  line-height: 17px
}
a.navbar-brand img{
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
}
a.navbar-brand{
  padding-bottom: 0px;
}
.navbar .navbar-nav>li>a:not(.no):hover, .navbar.navbar-nav>li>a:focus {
  color: black;
  border-bottom: 2px solid black;
  font-weight: bold!important;  
}
/*efect meniu*/
.navbar {
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar{
	padding: 25px 100px 35px 100px;
    background-color: transparent;
    background-color: none;
}
  
.navbar.navbar-nav>li{
    color:black;
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.navbar .navbar-nav>li>a {
   
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px;
  padding-top: 5px;
  color: #595959;
  font-weight: bold;
  margin-right: 10px!important;
  margin-left: 10px!important;
  margin-bottom:0px;
  cursor: pointer;
}
.about-link{
  margin-right: 20px!important; 
  border-right:1px solid black;
}
.play{
  padding-left: 20px;
}

.navbar-scroll{
    padding-top:0px;
    margin-top:-10px;
    padding-bottom: 0px;
    background-color:white;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.7);
}
   
.bgimg-1 {
  
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.app-header {
    position: absolute;
    top: 67%;
    right: 0;
    transform: translateY(-50%);
}


    
.navbar-brand{
  width: 180px;
  margin-left:-20px;
}
#top{
  padding-top: 1px; 
  height: 85%;
}
.second-top{
  color: black;
  margin-top:200px;
    overflow-x: visible;
}

.entry{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 34px;
  line-height: 41px;
  color:#333333;
  /*padding-left: 100px;*/
}
.first-entry{
  padding-right: 110px;
    max-width: 542px;
}
.first-entry h1 {
    font-size: 36px;
    line-height: 1.5;
}
.second-entry{
    max-width: 436px;
  font-weight: 100!important;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}
.third-entry{
  font-weight:bolder!important;
  font-size: 16px;
}
.fourth-entry{
  margin:auto;
  width: 100%;
}
.header-btn {
    display: inline-block;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #25A9E0;
    border-radius: 8px;
}

.header-btn:hover {
    text-decoration: none;
}

.header-btn span {
    margin-left: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 70px;
    font-weight: bold;
    color: #FFFFFF;
}
.larger{
  width:170px;
}
.meet{
   font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important; 
 position: relative;
 padding-right: 75px;
 padding-left: 75px;
 padding-top: 0px;
 margin-top: 10px; 
}
.meet img.cover{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.more{
  margin-top: -20px;
  padding-bottom: 30px;
}
/*NEW SECTION - GALERIE*/
.galerie{
  background-color:white; 
  border-radius: 15px;
  max-width: 1200px;
  margin-bottom:30px;
  overflow: hidden;
  padding-bottom: 0px;
  margin-left:auto;
  margin-right: auto;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.item-galerie{
  width: 100%;
  margin-bottom: 0px;
}
.img-galerie{
  width: 100%;
}
.left-prev{
  position: absolute;
  left:5px;
  top: 25%;
  margin-top:auto;
  margin-bottom: auto;
}
.right-next{
  position: absolute;
  right:5px;
  top: 25%;
}
.box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  margin-bottom: 0px!important;
}

div.box div.title{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 34px;
  padding-bottom: 25px;
  line-height: 41px;
  max-width: 660px;
  margin:auto;
}
.meet-text{
  max-width: 750px;
  margin:auto;
  padding:10px;
  text-align: center;
  font-weight: 400!important;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}
  
/*Milluu is*/
.milluu{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 75px;
  padding-left: 75px;
    overflow-x: hidden;
}
.milluu-row{
  padding: 0px;
}
.title{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 34px;
  line-height: 41px;
  color:#333333;
  padding-bottom: 30px;
}
.features{
  padding: 10px 15px 10px 15px;
  margin: auto;
  width: 100%;
}
.features-second{
  padding: 10px 15px 10px 15px;
  width: 65%;
}
.title-features{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 24px;
  line-height: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
 }
 .text-features{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
  font-size: 16px;
  line-height: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
 }
 /*how it works*/
 .howitworksdiv {
    background-color: #FAAF40;
    padding-bottom: 100px;
}

.howitworksh2 {
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
     padding-bottom: 60px;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 900!important;
    font-size: 34px;
    line-height: 49px;
}
.works-title{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 900!important;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 1px;
    padding-left:10px;
    padding-top: 10px;
    padding-right: 35px;
    position: relative;
}

.textbox {
    background-color: #ffffff;
    border: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 15px;
    word-wrap: break-word;
    min-height: 290px!important;
    position: relative;
    z-index: 90;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);

}

.howitworkscontainer {
   max-width: 1350px;
   margin:auto;
    overflow: hidden;
}

.text-card {
    padding: 10px;
    word-wrap: break-word;
    text-align: left;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
    font-size: 16px;
    line-height: 23px;
}

.img-circle1 {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50px;
}

.img-circle2 {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    right: 50px;
}

.img-circle3 {
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 50px;
}

.img-circle4 {
    position: absolute;
    z-index: 99;
    left: 50px;
    bottom: 0px;
}
.img-square{
    position: absolute;
    z-index: 1;
    left: 342px;
    bottom: 212px;
}
.img-green-circle{
    position: absolute;
    z-index: 1;
    left: 184px;
    bottom: 248px;
}
.img-red-rectangle{
     position: absolute;
    z-index: 1;
    left: 274px;
    bottom: -30px;
}
.img-triangle{
    position: absolute;
    z-index: 99;
    left: 730px;
    bottom: 260px;
}
.img-red-circle{
    position: absolute;
    z-index: 1;
    left: 900px;
    bottom: -30px
}
.img-square-blue{
    position: absolute;
    z-index: 1;
    left: 1050px;
    bottom: 305px
}
.arrow-image-lg{
   position: absolute; 
   right: 15px;
   top: 15px; 
}
.arrow-image-sm{
  display: none;
}
.arrow-step-image-sm{
  display: none;
}
/*listers*/
.listers .title{
  margin-bottom: -25px;
  margin-top: 80px;
}
.photo{
    background-image: url('../images-milluu/capture.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*for listers & for tenants*/
.general-title{
    padding: 60px 0px 10px 20px; 
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 900!important;
    font-size: 34px;
    line-height: 41px;
    text-align: left;
}
.general-text{
    padding: 10px 40px 10px 20px; 
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
    font-size: 16px;
    line-height: 23px;
    color:#666666;
}
/* section step-road map*/
.five-steps{
  background-color: white;
}
.five-steps .title{
  padding-top: 40px;
}
.road{
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
    overflow: hidden;
}
.step{
  padding: 40px 0px 40px 0px;
   background-color:#F5F5F5;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  text-align: center; 
  margin-bottom: 10px;
  min-height: 280px;

}
.step-text{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
    margin-top: 5px;
    font-size: 16px;
    line-height: 23px;
    color:#666666;
    padding-left:10px; 
    padding-right:10px;

}
.five-steps .title{
  margin-bottom: 20px;
}
.col-half-offset{
    margin-left:4.166666667%;
}
.nr_1{
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 15px
}
.left-step{
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 25px
}
.with-milluu{
  min-height: 182px;
  background-color: #F15A29;
}
.with-milluu-title{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 900!important;
    font-size: 34px;
    line-height: 41px;
    color:#FFFFFF;
    text-align: center;
    padding-top: 35px;
    padding-left:10px;
    padding-right: 10px;
}
.with-milluu-container{
  max-width: 1000px;
  margin: auto;
  padding-top:15px;
}
/*footer*/
.footer{
  max-width: 1450px;
  margin:auto;
  min-height: 150px;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
  font-size: 12px;
  line-height: 18px;
  color:#666666;
  padding-top: 20px;
}
.footer-text{
  margin-bottom: 5px;
}
.footer img{
  padding: 0px 5px 15px 5px;
}
ul.footer-menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -ms-flexbox !important; 
  display: flex !important;
  -ms-flex-pack: end !important;
 justify-content: flex-end !important;
 
}
ul.footer-menu li {
    display: block;
    text-align: left;
}
ul.footer-menu li a {
  color:#666666;
  padding: 0px 8px 0px 8px;
  text-align: right;
  cursor: pointer;

}
.social a:hover{
  text-decoration: none;
}


ul.footer-menu li:not(:last-child) {
    border-right: 1px solid #666666;
}
/*contact-section*/
.contact-section{
  margin-top: 150px;
  width: 100%;
 
  margin-left:auto;
  margin-right: auto;
}
.contact-container{
  margin:auto; 
  max-width: 1200px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
}
.c-formular{
 background-color: white;
 padding-top: 15px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 20px;
 box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
 border-radius: 5px;
}
.c-formular h1{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 34px;
  line-height: 41px;
}
.c-info{
  padding-top: 30px;
}
.c-info h4{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;  
}
ul.info-list{
  list-style-type: none;
  padding-left: 20px;
  margin-top: 20px;
  }
ul.info-list li a {
  color: #333333;
}
ul.info-list li {
  padding-bottom: 10px;
}
ul.info-list li img{
  padding-right: 5px;
}
.contact-container form input{
  display: block;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
  border:none;
  border-bottom: 1px solid #999999;
}
.contact-container  form textarea{
  height: 130px;
  width: 100%;
  border:none;
  border-bottom: 1px solid #999999;
  padding-top: 20px;
}
@media (aspect-ratio: 768/1024) {
   /*#top{*/
   /*   height: 46%!important;*/
   /*}*/
}
@media (aspect-ratio: 1280/950) {
   #top{
      height: 66%!important;
   }
}
@media only screen and (max-width: 1450px) {
      #top{
      height: 96%;
    }
}
@media only screen and (min-height: 899px) and (min-width: 1399px) {
      #top{
      height: 95%!important;
    }
}
@media only screen and (height: 950px) and (width: 1280px) {
      #top{
      height: 46%!important;
    }
}

@media only screen and (max-width: 1300px) {
    .more{
      margin-top: -40px;
    }

   .entry{
     padding-left: 40px;
   }
   .img-square {
    position: absolute;
    z-index: 1;
    left: 307px;
    bottom: 242px;
    }
   .img-triangle {
    position: absolute;
    z-index: 99;
    left: 725px;
    bottom: 280px;
   }
   .img-square-blue{
    position: absolute;
    z-index: 1;
    left: 1050px;
    bottom: 335px
}
   .img-green-circle {
    position: absolute;
    z-index: 1;
    left: 184px;
    bottom: 260px;
} 
   .navbar{ padding-left: 30px;} 
    #top{
      height: 96%;
    }
   /*.second-top{*/
   /* margin-top:150px;*/
   /* }*/
    .milluu{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  } 
   .road{
  padding-left: 10px;
  padding-right: 10px;
  }
  .textbox {
    min-height: 400px;
  }


}
@media only screen and (max-width: 1250px) {.hide{display: none;}}
@media only screen and (max-width: 1100px) {
  .bgimg-1 {
     background-position: right top;
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
  }

    .app-header {
        max-width: 120%;
        top: 63%;
    }
   .entry{
     padding-left: 50px;
     font-size: 22px;
   }
   /*.first-entry{*/
   /*   padding-right: 50px;*/
   /* }*/
   .second-entry{
      font-size: 14px;
      padding-right: 90px;
    }
    .third-entry{
      font-size: 14px;
    }
  .navbar-brand{
      width: 150px;
      margin-left:-15px;
      margin-top:-10px;
    }
    .navbar-toggler{
      margin-top:-10px;
    }
    h1{
      font-size: x-large;
    }
  .navbar{ padding-right: 35px; padding-left: 55px; padding-top: 20px;} 
   #top{
      height: 600px;
      }
  .second-top{
    margin-top:140px;
    }
    /*meet section*/
    .left-prev{
      top: 15%;
      width: 30px;
    }
    .right-next{
      width: 30px;
      top: 15%;
    }

   div.box div.title{
    font-size: 25px;
    max-width: 450px;
  }
   .meet-text{
    font-size: 14px;
    text-align: justify!important;
   } 
    .meet{
     padding-top:40px;
      padding-left: 40px;
      padding-right: 40px;
    }
   .millu{
      padding-left: 0px;
      padding-right: 0px;     
   }
   /*the general two sections*/
   .road{
    padding-left: 20px;

   }
   .general-title{
    padding: 60px 80px 10px 20px; 
    }
    .general-text{
        padding: 10px 0px 10px 20px; 
    } 
    .step{
      width: 250px;
      min-height: unset;
    }
    .col-half-offset{
    margin-left:16.666666668%;
   }

}
@media only screen and (max-width: 1000px){
  .col-md-2 {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  }
        .col-half-offset{
          margin-left:unset;
         }
             .step{
            width: unset;
          }  
          .more{
        display: none;
      }   
      .textbox {
        min-height: 250px;
      }     
      .howitworksdiv {
          margin-top: 35px;
      }
}

@media only screen and (max-width: 800px) {
  .navbar-scroll{
    padding-bottom: 10px;
  }
   #top{
      height: 500px;
      }
    .second-top{
       margin-top:97px;
     }  
    .entry{
     padding-left: 50px;
     font-size: 18px;
     }
    .first-entry{
      padding-right: 30px;
     }
    .second-entry{
      font-size: 13px;
      /*padding-right: 40px;*/
     }
    .larger{
        width: 140px;
     }
     /*features*/
     .features-second{
      margin: auto;
     }
     .features-second{
      width: 90%;
     }
     .milluu .title, .general-title{
      font-size: 20px;
      line-height: 24px;
     }
     .title-features{
      font-size: 18px;
      line-height: 22px;
     } 
     .text-features{
      font-size: 14px;
      line-height: 20px;
     }
          /*how it works*/
     .img-circle1,.img-circle2,.img-circle3,.img-circle4 {
        top: 0px;
        left: 50px;
        width: 40px;
     }
     .howitworksh2 {
      font-size: 20px;
      line-height: 24px;
     }
     .works-title{
      font-size: 18px;
      line-height: 22px;
     }
     .text-card{
      font-size: 16px;
      line-height: 23px;
     }

      /*listers*/
      .listers .general-title{
        margin:auto!important;
        padding-right: 0px;
        text-align: unset;
      }
      .listers .container-fluid{
        padding-left: 0px;
        margin:auto;
      }
      .listers .general-text{
        padding-right: 0px;
        margin-right: 0px;
      }
      .listers{
        padding-right: 0px; 
        padding-left: 0px;
      }
      /*general-sections*/
      .general-text{
      font-size: 14px;
      line-height: 23px;
      }
      .underline-image{
        width:130px; 
      }
      /*steps*/
        .pre{
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center !important;
          align-items: center !important;
        } 
  .road{
    padding-left: 10px;
     padding-right: 10px;
        }
  .step-text{
    padding-left:0px; 
    padding-right:0px;
    margin:auto; 
     }
   /*with milluu*/
   .with-milluu-title{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
    color:#FFFFFF;
    text-align: center;
    padding-top: 35px;
}  
  /*contact*/
  .c-formular h1{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
}
.c-info h4{
  text-align: center;
  font-size: 25px;  
}
.contact-section{
  margin-top: 70px;
}
}

@media only screen and (max-width: 768px) {

    #top {
        height: auto;
        background-size: 85% auto;
    }

    header .entry {
        width: 100%;
        max-width: 100%;
        flex: auto;
        /*text-align: center;*/
    }

    /*header .row {*/
    /*    flex-wrap: nowrap;*/
    /*}*/

    .first-entry,
    .second-entry {
        text-align: left;
        max-width: 100%;
    }
    .second-entry {
        margin-bottom: 0;
    }
    .first-entry {
        margin-top: 30px;
    }
    .first-entry br {
        display: none;
    }
    .first-entry h1 {
        margin-bottom: 10px;
    }
    header .order-first {
        width: 100%;
        max-width: 100%;
        flex: auto;
        order: -1;
    }
    
    header .app-header {
        display: block;
        position: relative;
        top: auto;
        transform: initial;
        max-width: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        left: 7px;
    }

    .button-m1,.button-m2,.button-m3{
  position: absolute;
  top:190px;
  }
  .button-m1{
    left:20%;
    transform: translateY(-50%, -50%);
  }
  .button-m2{
    left:45%;
    transform: translateY(-50%, -50%);
  }
  .button-m3{
    left:70%;
    transform: translateY(-50%, -50%);
  }
  .navbar-nav{
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 715px) {

   #top{

      }
      h2{
        font-size: 20px;
      }
    .second-top{
       margin-top:100px;
     }  
    .entry{
     padding-left: 50px;
     font-size: 15px;
     line-height: 25px;

     }
    .first-entry{
      padding-right: 30px;
     }
    .second-entry{
      font-size: 10px;
      padding-right: 40px;
     }
     .textbox {
      min-height: 240px!important;
    } 
     /*meet section*/ 
     .box{
       padding-left:10px;
       padding-right: 10px;
     } 
     .galerie{
       padding-bottom: 0px!important;
     }
      div.box div.title{
          font-size: 20px;
          max-width: 400px;
        }

     /*features*/
     .features-second{
      margin: auto;
      width: 100%;
     }
     /*steps*/
     .five-steps .title{
        font-size: 20px;
        line-height: 24px;
        max-width: 400px; 
        padding-bottom: 0px; 
        margin:auto;   
     }
     /*footer*/
     .footer{
      min-height: 280px;
     }
     ul.footer-menu{
     -ms-flex-direction: column !important;
     flex-direction: column !important;
     margin-bottom: 20px;
     }
    ul.footer-menu li:not(:last-child) {
       border-right:none;
    }
}
@media only screen and (max-width: 690px) {
  .navbar .navbar-nav>li>a:not(.no):hover, .navbar.navbar-nav>li>a:focus {
  color: black;
  border-bottom: 0px solid black;
  font-weight: bold!important;  
}
    .navbar-nav{
      padding-top: 20px;
      padding-left: 10px;
      border-top:1px solid #D9D9D9;
    } 
  .hide-md{
        display: none;
    }
        .navbar-nav li a{
      text-align: center;
      padding-left: 0px!important;
      padding-right: 0px!important;
    }
         .arrow-step-image-sm{
        display: block;
        position: absolute;
        bottom:25px;
        right: 15px;
      }  
       .about-link{
      padding-right: 0px!important; 
      margin-right: 0px!important;
      border-right:0px solid black;
      }

}
@media only screen and (max-width: 575.98px) {

      #top{
      height: auto;
      }

      /*.rightc{*/
      /*  height: 250px;*/
      /*}*/
      .navbar{
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      }
      .entry{
       padding-left: 50px;
       font-size: 20px;
       line-height: 25px;
       padding-left: 15px;
       padding-right: 15px;
       }
      .first-entry{
        padding-right: 0px;
       }
      .second-entry{
        font-size: 14px;
        padding-right: 0px;
       }
       .fourth-entry{
        text-align: center;
       } 
      /*.meet{*/
      /*  margin-top: 360px;*/
      /*}*/
      /*meet section*/
      .bot-mobile{
        display: block;
        position: absolute;
        top:25%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 35%;
      }
      .meet{
        padding-left: 10px;
        padding-right: 10px;
      }
      .box-sm{
        display: block;
        padding: 10px 10px 10px 10px;
        
      }
      .box-sm div.title{
        font-size: 22px;
        line-height: 24px;
        color:#333333;
        padding-right: 20px;
        padding-left: 20px;

      }


  }
 @media only screen and (max-width: 361px) {  
  .second-top{
    /*padding-right: 0px;*/
  }  
  .navbar{
    padding-left: 10px;
  }
   }
/*FAQ SECTION*/
/*contact-section*/
.faq-section{
  margin-top: 150px;
  max-width: 1350px;
  margin-left:auto;
  margin-right: auto;
}
.faq-top h2{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900!important;
  font-size: 26px;
  line-height: 41px;
  color: #333333;
  margin-bottom: 30px;
}
.faq-subsection h3{
  font-weight: 500;
  font-size:18px;
  padding-bottom: 10px;
}
.faq-box{
  background-color: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.faq-box >.first-level{
  position: relative;
  width: 100%;
  padding:0px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
  font-size: 16px;
  color: #666666; 
  border-bottom:1px solid #D9D9D9; 
}
.first-level{
  text-transform: none;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  overflow: hidden;
}
.first-level p{
  padding:15px 45px 15px 10px; /**/
  margin:0px!important;
  cursor:pointer;
  text-transform: none;
  text-align: justify;
  overflow: hidden;
}
.first-level p:hover{
  color:black;
}
p.answer:hover{
  cursor:auto!important;
}
.arrow-down {
  position: absolute;
  right: 20px;
  top:25px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c4c4c4;
}
.arrow-up {
  position: absolute;
  right: 20px;
  top:25px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #494949;
  display: none;
}
.second-level{
  background-color: #F5F5F5;
  display: none;
}
.second-level-group{
  padding-left: 30px; 
  padding-top: 0px;
  position: relative;
}
.special-one{
  border-top:1px solid #D9D9D9;
  padding-top: 10px;
}
.second-level >.second-level-group:not(:first-of-type){
  border-top:1px solid #D9D9D9;
}
.answer{
  padding-top: 0px!important;
  display: none;
}
.paddingLeft{
  padding-left:10px;
}
@media only screen and (max-width: 715px) {
  .faq-top h2{
    margin-top:-50px;
    font-size: 24px;
    line-height: 41px;
    color: #333333;
    margin-bottom: 30px;
  }

  .faq-subsection h3{
    font-weight: 500;
    font-size:16px;
    padding-bottom: 10px;
  }
  .faq-box >.first-level{
    font-size: 14px;
  }
  .arrow-up {
    right: 15px; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #494949;
  }
.arrow-down{
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c4c4c4;
}
.second-level-group{
  padding-left: 15px;
}
.paddingLeft{
  padding-left:5px;
}

}
.show-lang{
  display:block;
}
.hide-lang{
  display: none;
}
#lang a:hover{
  border-bottom: none!important;
  
}


/**OWL DESIGN*/
.owl-carousel{
  z-index: unset!important;
  }	
/*cookie*/

.cookie-modal{ 
  
  z-index: 1110;
  position:fixed;
  bottom: 0;
  left:0;
  height: 150px;
  width: 100%;
}
.cookie-body{
  position: absolute;
  background-color: white;
  bottom:20px;
  max-width: 1250px;
  padding: 10px;
  border-radius: 5px; 
  left:50%;
  transform: translateX(-50%);
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.7);
}
.button1,.button2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  
}
.btn-accept, .btn-deny{
background-color: #25A9E0;
width: 129px;
text-align: center;
color:white;
padding: 10px 30px 10px 30px;
  
}
.btn-deny{
  background-color:  #999999;
}
.btn-deny:hover,.btn-accept:hover{
  text-decoration: none;
  color:white;
  cursor: pointer;
  -webkit-box-shadow: -1px 0px 12px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 12px 1px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 12px 1px rgba(0,0,0,0.75);
}
@media only screen and (min-width: 715px) {
  .padding-cookie{
    padding:10px 10px 0px 50px;
  }
  #groupama{
    min-height:500px;
  }
}
#groupama h2{
  padding-top:30px!important;
  padding-bottom: 30px;
}
#groupama a{
 color:#666666;
}

.btn {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    background-color: #27AAE1;
    border: none;
    box-shadow: none;
    padding: 13px 15px;
    display: inline-block;
    transition: background-color 0.1s ease-out;
}
.btn:hover {
    background-color: #0F80AE;
}


@media (max-width: 1200px) {
    .first-entry h1 {
        font-size: 24px;
    }
    .second-entry {
        font-size: 18px;
    }

    .header-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-btn span {
        line-height: 50px;
    }
}