/*
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
*/
/*---------------- container ----------------*/
.container {
    max-width: 1200px; }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  
  
  /*======= action-btns ========*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .d-flex {
      display: block !important; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .d-flex {
      display: block !important; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .pr-5 {
      padding-right: 0 !important; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .pr-5 {
      padding-right: 0 !important; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .flex-grow-1.pr-5 {
      padding-bottom: 30px; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .flex-grow-1.pr-5 {
      padding-bottom: 30px; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .list-items {
      padding-right: 0 !important; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .list-items {
      padding-right: 0 !important; } }
  
  
  
  
  /*===== traveler-form ======*/
  @media (max-width: 1366px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  
  @media (max-width: 1366px) {
    .traveler-form .col-lg-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  
  /*===== package-area ======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px; } }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  
  /*===== post-tag-wrap ======*/
  @media (max-width: 375px) {
    .post-tag-wrap {
      display: block !important; } }
  
  .post-tag-wrap .post-share ul li .icon-element {
    margin-right: 0; }
  
  @media (max-width: 375px) {
    .post-author-wrap .author-content .d-flex,
    .post-navigation {
      display: block !important; } }
  
  @media (max-width: 375px) {
    .post-author-wrap .author-content .author-img {
      margin-right: 0 !important;
      margin-bottom: 15px; } }
  
  
  
  
  .main{
    align-items: center;
    justify-content: center;
    background-color : #d9d9d9;
    background-position: center;
    position : relative;
    /*background-size: cover;*/
  }
  
  /* .image{
    position: relative;
    height: 150px;
    width: 150px;
  } */
  /* .image .profile-pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
  } */
  .data{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .data {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
  .data h2{
    color: #fff;
    font-size: 33px;
    font-weight: 600;
  }
  
  .data span{
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 800;
  }
  
  .row{
    color: #f5f5f5;
    -ms-flex: 0 0 100%;
    align-items: center;
    margin-top: 30px;
    position :50%;
  }
  .row .info{
    text-align: center;
    padding: 0 20px;
  }
  .buttons{
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .buttons .btn{
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 18px;
    white-space: nowrap;
    /*background: linear-gradient(to left, #33ccff 0%, #ff99cc 100%);*/
    background: linear-gradient(to left, yellow 0%, red 100%);
  }
  .buttons .btn:hover{
    box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);
  }
  
 
  /*======= list-items ========*/
  .list-items li {
    margin-bottom: 6px;
    color: #dfdfdf; 
    font-weight:300;
  }
  
    .list-items li a {
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .list-items li a:hover {
        color: #fff;
        }
        
        /*======= list--items ========*/
  .list--items a {
    position: relative;
    display: inline-block; }
    .list--items a::before {
      position: absolute;
      content: "";
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      /* adr eom*/
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
  }
  
    .list--items a:hover::before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  
  /*======= list-items-2 ========*/
  .list-items-2 li span {
    display: inline-block;
    width: 150px;
    color: #0d233e;
    font-weight: 300; 
  }
    
    
  /*=== theme-btn ====*/
  .theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #007bff;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #287dfa;*/
    border: 1px solid #22225a;
    font-weight: 300; }
    .theme-btn:hover {
      background-color: #fff;
      color: #287dfa; }
  
  /*=== theme-btn-small ====*/
  .theme-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px; }
  
  
  
  .theme-btn-return {
    line-height: 35px;
    /*background-image: url("images/return-btn.png");*/
    background-repeat: no-repeat;
    background-size: 35px 35px;
   }
  .theme-btn-return:hover {
    line-height: 35px;
    /*background-image: url("images/return-btn-hoover.png");*/
    background-repeat: no-repeat;
    background-size: 38px 38px;
   }
   
   
  .container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  line-height:33px;
  }
  /* h1, h2, h3 {
  color: #333;font-family:calibri;
  } */
  .apply-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  }
  .apply-button:hover {
  background-color: #0056b3;
  }
  /* ul {
  padding-left: 20px;
  } */
  
  .orange {
  color: #fd871d;
  font-family:Tahoma;
  }
  
  /* li {
    list-style-image: url("images/tik.png");
    list-style-type: "→ ";
  } */
  
  .badge {
        
        background-color: #df871d;
        top: -10px;
        left: 20px;
        padding: 6px 11px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-weight: 500;
        z-index: 1;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; 
}