/*      Custom tour start           */
/*          Tour Tabs start             */
body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels,
body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container,
body.wpb-js-composer .custom-tour.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel-body {
    background: #FFF !important;
    background-color: #FFF !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
    flex: 0 0 25% !important
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:not(:last-child) {
    margin-bottom: 0 !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
    min-height: 3rem !important;
    padding: .5rem 0 !important;
    border-radius: 0 !important;
    padding-left: 5px !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
    background: #FFF !important;
    background-color: #FFF !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a::before {
    background: url('/wp-content/uploads/2025/01/2023-Cube-50x50-1.png');
    background-size: cover;
    width: 50px !important;
    height: 50px !important;
    position: relative !important;
    left: 0 !important;
    content: '';
    display: block;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a .vc_tta-title-text,
body .vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-title-text {
    color: #006FBA;
    font-size: 1rem;
    font-weight: bold;
}
/*          Tour Tabs end             */

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-top: 25px !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel-body > .vc_row {
    margin: 0;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body > .vc_row:first-child {
    padding: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    width: 100%;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body > .vc_row:last-child {
    display: flex;
    position: relative;
    width: 100%;
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    background: #006FBA;
    bottom: 0;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child .vc_column-inner {
    padding: 0 15px;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child .vc_column-inner img {
    margin-top: 25px;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body > .vc_row:last-child .vc_column_container .vc_column-inner {
    padding: 0;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body > .vc_row:last-child .vc_column_container .vc_column-inner {
    padding-left: 20px !important;
}

body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body h4 {
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child .vc_column_container:first-child .vc_column-inner {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1024px) {    
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
        margin-top: 0 !important;
    }
    
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child {
        padding-top: 30px !important;
        flex-direction: row;
    }
    
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child .vc_column-inner img {
		margin-top: 0 !important;
	}

    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body > .vc_row:last-child {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
	body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel-body > .vc_row:first-child .vc_col-sm-6 {
		width: 100%;
	}
	
	body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row.vc_row-fluid .vc_col-sm-6:last-child .vc_column-inner {
		padding: 0 !important;
	}
	
	body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child {
		position: initial;
	}
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child {
        display: flex;
        flex-direction: column;
    }
    
    body .custom-tour.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row:first-child .vc_column-inner img {
        width: 100%;
    }
}

/*      Custom tour end           */