/*@media screen and (min-width: 320px) {
  form{
    padding-top: 90%;
  }
}
@media screen and (min-width: 768px) {
  form{
    padding-top: 70%;
  }
}
@media screen and (min-width: 1440px) {
  form{
    margin-top: 70%;
  }
}
@media screen and (min-width: 1824px) {
  form{
    margin-top: 95%;
  }
}*/
.vertical-fix {
display: table-cell;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
}
 .phone-img{
    height:80vh;
    width: auto;
  }
@media screen and (orientation:portrait) and (max-width:500px)  {
   .ipad-margin{
    margin-top: 30px;
   
  }
      .phone-img{
    padding-top:0%!important;
  }
}
@media screen and (max-width: 520px) {
  .phone-img{
    max-width: 260px!important;
     margin-right: 0!important;
       height:auto;
  }
  #main{
    height: 100vh;
  }
}
@media screen and (max-width: 575px) {
  .phone-img{
       padding-top:0%!important;
     margin-right: 0!important;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .ipad-margin{
  margin-left:6%
  }
 .phone-img{
width:-moz-available;
width:-webkit-fill-available;
   height:auto;
  }
}
@media screen and (max-width: 1224px) {
  .phone-img{
 
  }
  .h-100{
    height: auto!important;
  }
}
@media(min-width:1280px)  {
   .phone-img{
 
  }
}
@media screen and (min-width: 1300px) {
 .ipad-margin{
   
  }
   .phone-img{

  }

}

@media screen and (min-width: 1440px) {
.phone-img{
  
  }
}



@media screen and (min-width: 1889px) {
  .phone-img{

  }
 
}



@media  (-webkit-min-device-pixel-ratio:0)  and (min-width: 1889px) {
  .phone-img{
    
  }
}

 /* Ipad 2 pro styles*/
@media only screen and (width: 1024px) and (orientation: portrait) { 
 .phone-img{
  width:49vw;
  /* width:-webkit-fill-available;*/
  height:60vh;
  }
  .ipad-margin{
  margin-left:7%
  }
}

@font-face {
  font-family: "ORKNEY REGULAR";
  src: url("../fonts/ORKNEY-REGULAR.OTF");
}
@font-face {
  font-family: "ORKNEY LIGHT";
  src: url("../fonts/ORKNEY-LIGHT.OTF");
}
.index-1{
  z-index: 1;
}
.bg-transparent{
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-footer{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.sign-up-form{
  bottom: 100%;
  left: 0; right: 0;
  margin: auto;
  width: 300px;
}
.logo{
  left: 0; right: 0;
  margin: auto;
}
.title_faq{
  font-weight: 700;
  text-align: center;
  font-size: 45px;
}
.subtitle_faq{
  margin: 70px 0 40px;
  font-weight: 700;
  font-size: 32px;
}
.accordion_panel{
  border-bottom: 1px solid #ddd;
}
.accordion {
  border-top:1px solid #ddd!important;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 37px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  font-family: "ORKNEY LIGHT";
  background: url('../images/down_arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.accordion:focus{
  outline: none!important;
}
.accordion.active{
  background: url('../images/up_arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  opacity: 0;
  padding: 0px 37px;
  background-color: white;
  font-family: "ORKNEY LIGHT";
}
.panel.show {
  opacity: 1;
  padding: 20px 37px;
  max-height: 700px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
.link_to_privacy{
    position: absolute;
    right: 5%;
    top: 38px;
}
.link_to_privacy a{
  color: #fff;
  margin:0 30px;
  font-family: "ORKNEY REGULAR";
}
@media only screen and (max-width: 1130px){
   .ipad-margin{
   
  }
  .phone-img{
    
  
   
  }
  .link_to_privacy {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .link_to_privacy a{
    margin:0 10px;
  }
}

.blueBody {
    background-color: #0093FA;
    background-repeat: repeat;
}

.nav-item-text {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}

.nav-link{
  color: #0093FA!important;
  font-weight: 500;

}
.text-white{
    text-align: center;
}

