  /* video bg styles */
  #video_bg {
    right: 0;
    bottom: 0;
    min-width: 100%; 
  }
  .inner_caption{
      height: 100%;
  }
  .video_overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_overlay .inner_caption h1{
    font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1600 - 320)));
    font-family: poppins-extralight, poppins, sans-serif;
  }
  .video_overlay .inner_caption p{
    font-size: calc(23px + (40 - 23) * ((100vw - 320px) / (1600 - 320)));
    font-family: poppins-extralight, poppins, sans-serif;
  }
  .packages{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  /* video bg styles End */

    #hash_content{
        background-color: #edf7fb;
    transition: all 0.55s linear;
        margin-bottom:10px;
        margin-left:0px;
        margin-right:0px;
    }
    .features_row{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px;
        background-color: #fffcf6;
    }
    .features_row .fa-first-aid{
    height: 72px;
    font-size: 52px;
    margin: auto;
    top: 50%;
    color: #e2674b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .package_boxes .packge_row .col-sm-4{
        margin-bottom: 20px;
    }
    .package_box{
        padding: 5px;
        border: 1px solid #0002;
        box-shadow: 0px 0px 8px 0px #0004;
        overflow: hidden;
    }
    .package_box img{
        width: max-content;
        max-width: -webkit-fill-available;
        height: 43vh;
        transition-duration: .9s;
        border-radius: 7px;
    }
    .package_box img:hover{
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2); 
    }
    .package_box p{
        padding: 10px;
        height: 50px;
    }
    .package_box .place_days{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 68px;
    }
    .package_box .place_days .days:before{
        content: "\f073";
        font-family: "Font Awesome 5 Free";
        margin-right: 5px;
        color: #e11c46;
    }
    .package_box .place_days h3:nth-child(1){
        padding-left: 10px;
        width: 55%;
        word-wrap: break-word;
        border-right: 3px solid #e11c46;
        font-family: sans-serif;
        font-size: calc(18px + (0.15vw + 0.15vh));
    }
    .package_box .place_days h3:nth-child(2){
        padding-left: 10px;
        width: 45%;
        font-size: calc(13px + (0.15vw + 0.15vh));
        font-family: 'opensans';
    }
    .package_box ul li{
        font-family: "open sans", sans-serif;
        list-style-type: none;
        color: rgb(134, 134, 134);
        font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1600 - 320)));
    }
    .package_box ul li::before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px;
        color: #e11c46;
    }
    .package_box .explore_box{
        padding: 6px;
        background-color: #e11c46;
    }
    .explore_box button{
        background-color: #0c2373;
        color: #ffffff;
        border: 1px solid #ffffff;
        transition-duration: .5s;
    }
    .explore_box button:hover{
        background-color: #ffffff;
        color: #0c2373;
        border: 1px solid #ffffff;
    }

    /* Individual Pages */
    .package{
        /* background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(77 198 226)); */
        background-color: #ffffff;
        margin: calc(15px + (30 - 15) * ((100vw - 320px) / (1600 - 320)));
        margin-top: 0px;
        box-shadow: 0px 0px 13px 0px #d4dce0;
    }
    .package h3:nth-child(1){
        font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
    }
    .package h3 span{
        color: #000000;
    }
    .package h3 span:before{
        content: '(';
    }
    .package h3 span:after{
        content: ' )';
    }
    .package_cols h3{
        font-weight: 800;
        text-decoration: underline;
    }
    .plan_section h3{
        text-align: center;
    }
    .plan_section h4{
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .plan_section h4 span{
        padding: 8px 13px;
        background-color: #e11c46;
        color: #ffffff;
    }
    .plan_section .col-sm-6 p{
        font-weight: 600;
        padding-left: 5px;
        text-align: center;
    }
    /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
    .incexc_section .inc p:before{
        content: "\f00c";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        padding-right: 7px;
        color: green!important;
    }
    .incexc_section .exc p:before{
        content: "\f00d";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        padding-right: 7px;
        color: red!important;
    }
    .incexc_section h4{
        font-weight: 600;
    }
    .incexc_section .inc h4{
        background-color: #08860d;
        color: aliceblue;
        padding: 6px;
    }
    .incexc_section .exc h4{
        background-color: #b91509;
        color: aliceblue;
        padding: 6px;
    }
    .incexc_section p{
        font-weight: 600;
        padding-left: 5px;
    }

    .package .btn-primary{
        background-color: #0c2373;
        color: #ffffff;
        border: 1px solid #ffffff;
        transition-duration: .5s;
        margin-bottom: 10px;
    }
    .package .btn-primary:hover{
        background-color: #ffffff;
        color: #0c2373;
        border: 1px solid #0c2373;
    }
    .slick-slide img {
        width: -webkit-fill-available;
        height: 270px;
    }
    .slick-dots li button:before{
        font-size: 39px;
        font-weight: 800;
        content: '.';
        opacity: .5;
        color: #283f90;
    }
    .slick-prev:before, .slick-next:before {
        color: #ffffff;
    }

    /* Package slider styles */
    .carousel-image{
        margin-bottom: 20px!important;
        padding-bottom: 0px!important;
    }
    .carousel-image div h3{
        margin: 0px;
        padding: 10px 5px;
        text-align: center;
        color: #ffffff;
        /* background-color: #0c2373; */
        background-image: linear-gradient(to right, rgb(116 175 222), rgb(12 35 115));
        border: 1px solid #0005;
    }
    /* Package slider styles End */


    @media (min-width:768px){
        .plan_section{
            height: 370px;
            overflow: auto;
            scrollbar-width: 5px;
        }
        .plan_section h4{
            text-align: left;
        }
        .plan_section .col-sm-6 p{
            text-align: left;
        }
        .plan_section h3{
            text-align: left;
        }
    }

    /* Individual Pages End */
