@media (max-width: 767px) {
  body {
      font-size: 10pt;
  }
  h5{
    font-size: 12pt;
  }
}
.yatra-one-regular {
  font-family: "Yatra One", serif;
  font-weight: 400;
  font-style: normal;
}
.carousel-inner{
    width: 100%;
    height: 100%;
  }
  #skills .content h3{
    font-weight: 400;
    font-size: 34px;
    color: #37517e;
  }
h1{
  font-size: 28px;
}
h2{
  font-size: 24px;
}
  #skills .content .btn-learn-more, #faq .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
  }

  #skills .content .btn-learn-more:hover, #faq .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

.faqs li{
  padding: 10px !important;
  list-style: circle;
  position: relative;
} 

.why-us .accordion-list li {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
}

.services .icon-box h4 a {
  font-size: 25px;
}

#demo h2{
font-size: 36px;
color: #fff;
}

@media only screen and (max-width: 480px) {

  #demo .carousel-item{
    padding: 20px;
    }
  #demo h2{
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    }

    #demo h3{
      font-size: 20px;
      color: #fff;
      }
      #hero {
        align-items: start;
        height: 50vh;
        background-position: right top;
      }
}
.about .content h3 {
  font-weight: 500;
  font-size: 18px;
  color: #37517e;
  text-transform: uppercase;
}

.bg-yellow {
  background-color: #f1f8fc;
}

/* Timeline CSS */
.timeline {
  border-left: 3px solid #37517e;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(245, 239, 239, 0.09);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 95%;
  margin-left: 80px;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 90%;
      padding: 25px;
      margin-left: 30px;
      font-size: 0.95em;
  }
  .section-title h2 {
      font-size: 24px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #37517e;
}

.timeline .event {
  border-bottom: 1px dashed #b3c2db;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  /* .timeline .event {
      /* padding-top: 30px; 
  } */
  .timeline h2,
.timeline h3 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #37517e;
}
.timeline ul{
  margin-left: -50px;
}
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -120px;
  content: attr(data-date);
  text-align: center;
  font-weight: 600;
  font-size: 1.0em;
  min-width: 50px;
  background-color: #cde4fa;
  border-radius: 5px;
  
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: -75px;
      text-align: center;
      font-size: 0.8em;
      min-width: 35px;
  }
  .fixed-top-nav {
    position: fixed;
    right: 0;
    /* bottom: 0; */
    left: 0;
    top:70px;
    z-index: 15;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #37517e;
  box-shadow: 0 0 0 3px #37517e;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }

}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #37517e;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}
/* Timeline CSS Ends */
.shade{
  background-color: #6c93ac;
  background-image: linear-gradient(135deg, #6c93ac 0%, #95cce2 100%);
}

.icon-box:hover {
  background: #37517e;
  color: #fff !important;
}

.icon-box:hover h4 a{
  color: #f5a244 !important;
}
.light-bg{
  background-image: url(../img/light_blue.jpg);
  background-position: top center;
  background-size: cover;
}

.mb-6{
  margin-bottom: 80px;
}
.sidepanel{
  position:fixed;
  top:100px;
  left: 125px;
  bottom: 0;
  /*right: 0;*/
  z-index: 999;
  width: 260px;
  height: 100%;
  color: #333 !important;
}
.sidepanel li{
  background: rgba(40, 58, 90, 0.9);
  color: #fff;
  font-size: 9.8pt;
  font-weight: 600;

}
.sidepanel li a{
  color: #fff;
}
.sidepanel li:hover a{
  color: #161616;
}
.sidepanel li:hover{
  color: #333 !important;
  background-color: #F6B17A;
  

}

.sidepanel .active_page{
  color: #333;
  background-color: #F6B17A;

}

#clear {
  clear: both;
}
#navbarSupportedContent .nav-link{
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
#navbarSupportedContent .active{
color: #37517e;
font-weight: 600;
}

.text-sm{
  font-size: 13px !important;
}

/*@media (min-width: 1281px) {*/
/*  .sidepanel{*/
/*      left: 21%;*/
/*  }*/
/*}*/
/*@media (max-width: 1280px) {*/
/*  .sidepanel{*/
/*      left: 7%;*/
/*  }*/
/*}*/

@media (min-width:1400px) and (max-width:1680px) {
  .sidepanel {
    left: 14% !important;
  }
}

@media (width > 1680px) {
  .sidepanel {
    left: 21% !important;
  }
}
@media (max-width <=1280px) {
  .sidepanel {
    left: 7% !important;
  }
}

.text-image{
  float:left;
  width: 200px;
  height: auto;
  border: 8px solid #eeecec;
  border-radius: 10px;
  margin-right:20px;
}

@media (max-width: 768px) {
  .text-image{
    width: 50%;
  }
  .sidepanel{
    display: none;
  }
}