
.nav-logo img{
    width: 100%;
    max-width: 115px;
}

.hotline-info {
    background: #ff4838;
    color: #fff;
    border-radius: 50px;
    padding: 5px 12px;
}

.hotline-info a{
    color: #fff;
}

.hotline-info a img {
    width: 40px;
}

.video_box {
    width: 100%;
    background: #f0c5c1;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px 5px 20px 20px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.video_box video{
    width: 100%;
    height: 350px;
}

.video_box h4{
    font-size: 22px;
    padding: 10px;
    font-weight: 700;
}
.mb-30{
    margin-bottom: 30px;
}

.hero-single-slide1 img{
    width: 100% !important;
}

.terms-conditions-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff4838;
}

.terms-conditions-box p, .terms-conditions-box ul {
    font-size: 16px;
    margin-bottom: 15px;
}

.terms-conditions-box ul {
    padding-left: 20px;
}

.terms-conditions-box ul li {
    margin-bottom: 10px;
}

/* Table Styles for Cancellation Charges */
.terms-conditions-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.terms-conditions-box table th, .terms-conditions-box table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.terms-conditions-box table th {
    background-color: #ff4838;
    color: #fff;
    font-weight: bold;
}

.terms-conditions-box table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.terms-conditions-box table tbody tr:hover {
    background-color: #f1f1f1;
}

/* Safety Notice */
.terms-conditions-box strong {
    font-weight: 600;
    color: #ff4838;
}

.terms-conditions-box strong.important {
    color: #ff4838;
}
.second-level-menu {
    display: block;
}   
.second-level-menu ul {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.second-level-menu ul li {
    padding: 0px 20px;
    font-size: 16px;
}
.second-level-menu ul li a{
    color: #162b32;
    font-weight: 500;
}
.second-level-menu ul li:hover a{
    color: #ff4838;
    text-decoration: underline;
}
.note_sec{
    margin-top: 5px;
}

.note_sec p{
    font-size: 14px;
    font-weight: 600;
}
.discount_sec {
    background: #ff4838;
    color: #fff;
    border-bottom-right-radius: 50px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    padding-top: 20px;
    border-radius: 0 30% 50%;
    left: -20px;
}
.discount_sec p {
    font-size: 18px;
    font-weight: 600 !important;
    padding-top: 8px;
    padding-left: 15px;
    text-align: center;
    line-height: 22px;
    text-transform: UPPERCASE;
}
.discount_sec p span{
    font-size: 12PX;
}
.package-details-wrapper .badge {
    padding: 6px 10px;
    font-size: 14px;
    display: inline-block;
    margin: 4px;
    border-radius: 50px;
    background: #fff !important;
    color: #000;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.package-details-wrapper .badge:hover{
    color: #fff;
    background: #ff4838 !important;
}

.package-details-wrapper .badge.disabled {
    color: #fff;
    background: #ff4838 !important;
}
.package-details-wrapper .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
    margin-right: 8px;
}
.package-details-wrapper .nav-tabs .nav-item.show .nav-link, .package-details-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff4838;
    border-color: #dee2e6 #dee2e6 #fff;
}
.package-details-wrapper  .widget-body p{
    font-size: 16px;
    font-weight: 700;
    color: #ff4838;
    margin-bottom: 12px;
}
.package-details-wrapper .accordion-collapse{
    background: #fff;
    border-radius: 50px;
    padding: 25px 50px;
    margin-top: 15px;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
}
.package-details-wrapper .package-details-tabs .tab-content .tab-pane {
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 30px 35px 50px 35px;
    margin-top: 0 !important;
}

.package-details-wrapper .package-details-tabs .tab-content .tab-pane p
 {
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.package-details-wrapper .package-details-tabs .tab-content .tab-pane h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ff4838;
}
.package-details-wrapper .package-details-tabs .tab-content .tab-pane table{
    width: 100%;
    margin: 15px 0;
}
.package-details-wrapper .package-details-tabs .tab-content .tab-pane table tbody tr th{
    background: #ff4838;
    color: #fff;
}
.package-details-wrapper .package-details-tabs .tab-content .tab-pane ul {
    padding-left: 35px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.package-details-wrapper .package-details-tabs .tab-content .tab-pane ul li {
    line-height: 35px;
}
.main-nav{
    text-align: center;
}
.nav-logo{
    text-align: center;
}
.onlyformobiles{display: none;}
.about-tab-wrap h5{
    font-size: 20px;
    margin-bottom: 20px;
}

.about-tab-wrap  .about_chalo{

}

.about-tab-wrap .about_chalo ul {
    padding-left: 35px;
    list-style-type: disc;
    line-height: 40px;
    margin-bottom: 25px;
}
.about-tab-wrap.company_pro h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff4838;
    font-weight: 800;
}

/* Responsive Design for Mobile */
@media screen and (max-width: 991px) {
    .second-level-menu{
        display: none;
    }
    .onlyformobiles{
        display: block;
    }
    header .header-style-one .nav-right{
        justify-content: right;
    }
    .nav-logo{
        text-align: left;
    }
}

@media screen and (max-width: 768px) {

    .terms-conditions-box h3 {
        font-size: 20px;
    }

    .terms-conditions-box p, .terms-conditions-box ul {
        font-size: 14px;
    }
}