/**======= AIRSIM CSS=======***/
.airsim-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(241, 241, 241, 0.25);
}

.float {
  -webkit-animation-name: Floating;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floating {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, -0px);
  }
}

.ballon {
  margin: 0 auto;
  width: 300px;
  /**height:300px;**/
  position: relative;
  z-index: 9;
  top: -200px;

  &:before {
    content: '';
    display: block;
    /**height:100px;**/
    position: absolute;
    background: #E5E5E5;
    top: 115px;
    left: -45px;
    width: 95px;
    transform: rotate(45deg);
    border-top: 5px solid #2c3e50;
  }
}

.airsim-fl {
  text-align: left;
}

.airsim-fr {
  text-align: right;
}

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

.body-bg {
  background-image: url("../img/bg-as.jpg");
  background-position: center top;
  background-size: cover;
  background-color: #fff;
}

.airsim-bg {
  background: #fff;
  -webkit-box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
}

.adv-bg {
  background-image: url("../img/kkdaybg1.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.airsim-header {
  padding: 30px 10px;
}

.airsim-mobile-no {
  display: block;
}

.airsim-mobile-yes {
  display: none;
}

.airsim-header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

.airsim-header ul li {
  display: inline-block;
  padding: 10px 0px 10px 40px;
}

.airsim-header ul li a {
  color: #fff;
}

.airsim-header ul li a span {
  background: rgba(255, 255, 255, 0.35);
  padding: 15px 30px;
  border-radius: 30px;
}

.airsim-header ul li a span i {
  padding-right: 10px;
}

/**** Banner ****/

/**table**/
.airsim-tb-p {
  padding: 0px 30px;
}

.airsim-tb {
  padding: 0px 30px;
  background: #fff;
  -webkit-box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 17px 70px -10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999;
  top: -200px;
}

.airsim-tb-l-bg {
  background-image: url("../img/tb-l-bg.jpg");
  background-position: left center;
  background-size: cover;
  background-color: #0451a5;
}

.airsim-tb-l {
  padding: 50px 20px;
  color: #fff;
}

.airsim-tb-l h1 {
  font-size: 28px;
  padding-bottom: 20px;
}

.airsim-tb-l p {
  font-size: 16px;
  padding-bottom: 0px;
}

.airsim-tb-l p a {
  color: #bbf7ea;
  text-decoration: underline;
}

.airsim-tb-l p a:hover {
  color: #83ffcf;
  text-decoration: none;
}

.airsim-tb-l ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.airsim-tb-l ul h2 {
  font-size: 16px;
  padding-top: 10px;
}

.airsim-tb-l ul li {
  list-style: decimal;
  font-size: 12px;
  padding-bottom: 5px;
  margin-left: 12px;
}

.airsim-tb-l .disclaimer {
  font-size: 12px;
  padding-bottom: 12px;
}

.airsim-tb-l .disclaimer a {
  color: #fff;
}

.airsim-tb-r {
  padding: 60px 10px;
  color: #fff;
}

.airsim-tb-r h2 {
  font-size: 20px;
  color: #0071bc;
  letter-spacing: 2px;
}

.airsim-tb-r h3 {
  font-size: 16px;
  color: #0071bc;
  letter-spacing: 2px;
}

.airsim-tb-r input {
  height: 50px;
  border: 1px #0071bc solid;
  border-radius: 0px;
  background: #f8f8f8;
}

.airsim-button {
  color: #fff;
  background: #0071bc;
  padding: 15px 30px;
  border-radius: 50px;
  float: right;
  margin-bottom: 30px;
}

.airsim-button a {
  color: #fff;
}

.airsim-tb-r textarea {
  border: 1px #0071bc solid;
  border-radius: 0px;
  background: #f8f8f8;
}

.airsim-tb-r select {
  height: 50px !important;
  border: 1px #0071bc solid;
  border-radius: 0px !important;
  background: #f8f8f8;
  font-size: 14px;
  color: #666;
}

.airsim-why {
  position: relative;
}

.s-why {
  z-index: 999;
  position: relative;
  top: -80px;
  padding: 0px 10px 30px 10px;
}

.airsim-why h1 {
  font-size: 30px;
  color: #333;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 30px;
}

.airsim-why .box {
  -webkit-box-shadow: 9px 21px 50px -2px rgba(0, 113, 188, 0.37);
  -moz-box-shadow: 9px 21px 50px -2px rgba(0, 113, 188, 0.37);
  box-shadow: 9px 21px 50px -2px rgba(0, 113, 188, 0.37);
  color: #fff;
  font-size: 16px;
}

.why1 {
  background-image: url("../img/why1.jpg");
  background-position: center bottom;
  background-size: cover;
  background-color: #0071bc;
}

.why2 {
  background-image: url("../img/why2.jpg");
  background-position: center bottom;
  background-size: cover;
  background-color: #0071bc;
}

.why3 {
  background-image: url("../img/why3.jpg");
  background-position: center bottom;
  background-size: cover;
  background-color: #0071bc;
}

.airsim-why .box h1 {
  font-size: 30px;
  color: #fff;
  padding: 40px 0px 0px 0px;
  line-height: 60px;
}

.airsim-why .box p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 10px 15px 30px 15px;
  line-height: 20px;
}

.app {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQYV2NkwARSjGhiUgwMDM+QBcECIEUwQbgATBBFACQIAKXmBCB/aloqAAAAAElFTkSuQmCC) repeat;
}

.app a {
  text-decoration: none;
}

.app .p-30 {
  padding: 50px 20px 30px 20px;
  text-align: center;
}

.app h1 {
  color: #414040;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 60px;
}

.app p {
  padding: 30px 20px 10px 20px;
}

.app p span {
  padding: 0px 10px;
}

footer {
  background: #0071bc;
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

footer a {
  color: #fff
}

footer a:hover {
  color: #eee;
}

footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

footer ul li {
  display: inline-block;
  padding: 10px;
}

.section-mockup {
  padding-top: 50px;
  background-image: url("../img/mock-bg.png");
  background-position: center bottom;
  background-color: #fff;
  background-repeat: repeat-x;
}

.section-mockup .text {
  padding: 50px 20px;
  text-align: center;
}

.section-mockup .text h2 {
  font-size: 30px;
  color: #414040;
  line-height: 50px;
}

.section-mockup .text h3 {
  font-size: 24px;
  color: #414040;
  line-height: 50px;
}

.section-mockup .text h4 {
  font-size: 26px;
  color: #414040;
  line-height: 50px;
  letter-spacing: 1px;
}

/***Mobile***/
@media (min-width: 350px) {
  .airsim-mobile-no {
    display: none;
  }

  .airsim-mobile-yes {
    display: block;
  }

  .airsim-tb-p {
    padding: 0px 30px;
  }

  footer {
    border-bottom: 0;
  }

  /*  .section-mockup .text h2
{
  font-size: 18px;
  color: #414040;
  line-height: 50px;
}

.section-mockup .text h3
{
  font-size: 18px;
  color: #414040;
  line-height: 50px;
}

.section-mockup .text h4
{
  font-size: 18px;
  color: #414040;
  line-height: 50px;
  letter-spacing: 1px;
}*/
}

/**Popup**/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup h2 {
  margin-top: 0;
  color: #0071bc;
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
  display: none;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 9;
}

.overlay .popup {
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: fixed;
  top: 20%;
  left: 35%;
  padding: 25px;
  margin: 70px auto;
  z-index: 10;
  border: 7px solid #0071bc;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.overlay:target .popup {
  top: -100%;
  left: -100%;
}

.blueCrossTabs .nav-link {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
}

.blueCrossTabs a.nav-link, .blueCrossTabs a.nav-link:hover {
  color: #495057;
}

.blueCrossTabs.nav-tabs .nav-link {
  transition: all 0.2s linear;
}

.blueCrossTabs.nav-tabs .nav-link:focus, .blueCrossTabs.nav-tabs .nav-link:hover {
  transition: all 0.3s linear;
}

.blueCrossContent.tab-content {
  border: #ddd 1px solid;
}

.blueCrossTabs.nav-tabs .nav-item.show .nav-link, .blueCrossTabs.nav-tabs .nav-link.active {
  color: #212529;
}

.blueCrossTabs.nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 1199px) {
  .blueCrossTabs .nav-link {
    word-break: break-word;
    width: 140px;
  }
}

@media screen and (max-width: 991px) {
  .blueCrossTabs .nav-link {
    word-break: break-word;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  
  .overlay .popup {
    width: 90%;
    left: 5%;
    top: 5%
  }
}

@media screen and (max-width: 767px) {
  .blueCrossTabs .nav-link {
    width: inherit;
  }
}
@media screen and (max-width: 355px) {
  .blueCrossTabs .nav-link {
    width: 130px;
  }
  
}
