
.mobile_scroll_left_icon {
	position: absolute;
	width: 100%;
}

@media (max-width: 981px) and (min-width: 768px) {
       .vtd_latest_image {
		padding: 40px;
	}
 
}

        #vtd_top_header .vtd_open_mega_menu.active {
                color: #5A7EEF;
        }

 .disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.desktop_scroll_left_icon .move_top_header {
	background-color: #5A7EEF;
        border-radius: 21px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 32px;
        color: #fff;
}

.mobile_scroll_left_icon {
	margin-bottom: 10px;
	text-align: center;
}

.desktop_scroll_left_icon {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#vtd_lower_header {
	width: 90%;
	max-width: 1080px;
	background-color: #F8F8F8 !important;
	margin-left: auto;
	margin-right: auto;	
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

#vtd_lower_header::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}
	
	#vtd_lower_header a {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 10px;
		font-weight: bold;
		display: inline-block;
		border-bottom: 5px solid #f8f8f8;	
	}

	#vtd_lower_header a:hover {
		background-color: #EBEBEB !important;
		border-bottom: 5px solid #111111;
	}

	#vtd_lower_header {
	
	}
 
@media (max-width: 767px) {

        #mega-menu-cont .search1 {

                height: 40px;
                padding-top: 10px !important;
                padding: 5px;
                background-color: white;
                font-weight: bold;
                float: left;
                color: #111111;
                width: 25px;
        }

        #mega-menu-cont .search1 .et-pb-icon { font-size: 16px !important; }
        #mega-menu-cont .search2 input {
                padding: 5px;
                width: 100%;
                border: 0px;
                height: 100%;
        }

        #mega-menu-cont .search2 {
                height: 40px;
                color: #111111;
                width: calc(100% - 80px);
                padding: 5px;
                background-color: white;
                float: left;
        }

        #mega-menu-cont .search3 a { font-weight: bold !important; font-size: 12px; }
        #mega-menu-cont .search3 {
                height: 40px;
                padding-top: 10px;
                padding-left: 5px;
                padding-right: 5px;
                background-color: white;
                font-weight: bold;
                float: left;
                color: #111111;
                width: 55px;
        }

        /* Disabled state for search button */
        #mega-menu-cont .search3 a.disabled {
                opacity: 0.5;
                cursor: not-allowed;
                pointer-events: none;
        }

        #mega-menu-cont .title {
                color: #5A7EEF !important;
                font-weight: bold !important;
                padding-top: 7.5px;
                padding-bottom: 7.5px;
                margin-bottom: 10px !important;
                border-bottom: 1px solid #A6A8AA;
                display: block !important;
        }

        #mega-menu-cont a {
                margin-bottom: 10px !important;
                margin-right: 0px !important;
                font-weight: 400 !important;
                margin-left: 0px !important;
                display: block !important;
        }


        #mega-menu-cont a {
                margin-bottom: 10px !important;
                margin-right: 0px !important;
                font-weight: 400 !important;
                margin-left: 0px !important;
                display: block !important;
        }

        #mega-menu-cont {
                grid-gap: 0px;
                padding: 20px;
                background-color: #F8F8F8;
                margin-top: 20px;
                margin-bottom: 20px;
                column-gap: 0px;
                width: 100%;
                display: grid;
                grid-template-columns: [col1-start] 50% [col2-start] 50% [col2-end];
                grid-template-rows: [row1-start] auto [row2-start] auto [row3-start] auto [row3-end];
                align-items: start;
                justify-items: start;
        }
        #mega-menu-cont .search-box {
                border-top: 1px solid #A6A8AA;
                padding-top: 10px;
                margin-top: 10px;
                grid-column: col1-start / span 4;
                grid-row: row3-start;
                width: 100%;
        }

        #mega-menu-cont .col1 { margin-bottom: 15px !important; grid-column: col1-start !important; grid-row: row1-start !important; text-align: center !important; width: 100%; height: auto !important; padding-top: 0px !important; }
        #mega-menu-cont .col2 { margin-bottom: 15px !important; grid-column: col2-start !important; grid-row: row1-start !important; text-align: center !important; width: 100%; height: auto !important; padding-top: 0px !important;}
        #mega-menu-cont .col3 { grid-column: col1-start !important; grid-row: row2-start !important; text-align: center !important; width: 100%; height: auto !important; padding-top: 0px !important; }
        #mega-menu-cont .col4 { grid-column: col2-start !important; grid-row: row2-start !important; text-align: center !important; width: 100%; height: auto !important; padding-top: 0px !important; }

        #vtd_top_header .vtd_open_mega_menu {
                display: inline-block;
                margin-left: 5px;
        }

        #vtd_top_header .vtd_open_mega_menu .et-pb-icon {
                font-size: 32px !important;
        }

        #vtd_top_header .vtd_open_mega_menu:hover {
                color: #5A7EEF;
        }
	#vtd_top_header .vtd_open_mega_menu {
		display: inline-block;
		margin-left: 5px;
	}

	#vtd_top_header .vtd_open_mega_menu .et-pb-icon {
		font-size: 24px !important;	
	}

	#vtd_top_header .vtd_open_mega_menu:hover {
		color: #5A7EEF;	
	}

	#vtd_top_header a:hover {
		text-decoration: underline;
	}
		
	#vtd_top_header {
		z-index: 9999;
	}

	#vtd_top_header .col1 img {
		height: 45px;	
	}

	#vtd_top_header .hide_mobile { display: none !important; }
	#vtd_top_header .blue_button_mobile {
		background-color: #5A7EEF;
		border-radius: 21px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 32px;
		color: #fff;	
	}

	
	#vtd_top_header .grid-cont {

                column-gap: 0px;
                width: calc(100% - 20px);
                margin-left: auto;
                margin-right: auto;
                display: grid;

                grid-template-columns: [col1-start] auto [col2-start] auto [col3-start] auto [col3-end];
                grid-template-rows: [row1-start] auto [row1-end];

  		align-items: center;
  		justify-items: center;	
	}

	#vtd_top_header .col2 a {
		display: inline-block;
		font-weight: bold;
	}

	#vtd_top_header .col2 {
		height: 32px;
		width: 100%;
		text-align: left;
		grid-column: col1-start;	
	}
		
	#vtd_top_header .col3 {
		grid-column: col3-start;
		padding-top: 5px;
		height: 42px;
		width: 100%;
		text-align: right;
	}

	#vtd_top_header .col1 {
		text-align: center;
		width: 100%;
		grid-row: row1-start;	
		grid-column: col2-start;	
	}

	#vtd_top_header.fixed {

		filter: drop-shadow(1px 1px 2px #000000);
	
		width: 100%;
		/* max-width: 1080px;
		margin-left: auto;
		margin-right: auto; */
		top: 0px;
		position: fixed !important;
	}
	.admin-bar #vtd_top_header.fixed {
		/* top: 46px !important; */
	}
}
@media (min-width: 768px) {

	#mega-menu-cont .search1 {
	
		height: 40px;
    		padding-top: 10px !important; 	
		padding: 5px;
		background-color: white;
		font-weight: bold;
		float: left;
		color: #111111;
		width: 25px;	
	}

	#mega-menu-cont .search1 .et-pb-icon { font-size: 16px !important; }
	#mega-menu-cont .search2 input {
		padding: 5px;
		width: 100%;
		border: 0px;	
		height: 100%;	
	}

        #mega-menu-cont .search2 {
                height: 40px;
		color: #111111;
		width: calc(100% - 80px);
		padding: 5px;
		background-color: white;
                float: left;
        }

	#mega-menu-cont .search3 a { font-weight: bold !important; font-size: 12px; }
        #mega-menu-cont .search3 {
		height: 40px;
		padding-top: 10px;
        	padding-left: 5px;
		padding-right: 5px;
		background-color: white;
        	font-weight: bold;
        	float: left;
        	color: #111111;
        	width: 55px;
        }

	/* Disabled state for search button */
	#mega-menu-cont .search3 a.disabled {
		opacity: 0.5;
		cursor: not-allowed;
		pointer-events: none;
	}

	#mega-menu-cont .title {
		color: #5A7EEF !important;
		font-weight: bold !important;
		padding-top: 7.5px;
		padding-bottom: 7.5px;
		margin-bottom: 10px !important; 	
		border-bottom: 1px solid #A6A8AA;
		display: block !important;
	}

	#mega-menu-cont a {
		margin-bottom: 10px !important;	
		margin-right: 0px !important;
		font-weight: 400 !important;
		margin-left: 0px !important;
		display: block !important;
	}

	#mega-menu-cont {
		grid-gap: 0px;

		padding: 20px;	
		background-color: #F8F8F8;	
		margin-top: 20px;
		margin-bottom: 20px;
		column-gap: 0px;
        	width: 100%;
        	display: grid;
        	grid-template-columns: [col1-start] 20% [col2-start] 20% [col3-start] 20% [col4-start] 20% [col4-end];
        	grid-template-rows: [row1-start] auto [row2-start] auto [row1-end];
        	align-items: start;
        	justify-items: start;
	}
	#mega-menu-cont .search-box {
		border-top: 1px solid #A6A8AA;
		padding-top: 10px;
		margin-top: 10px;
        	grid-column: col1-start / span 5;
        	grid-row: row2-start;	
		width: 100%;	
	}

	#mega-menu-cont .col1 { text-align: left !important; width: 100%; height: auto !important; padding-top: 0px !important; }
        #mega-menu-cont .col2 { text-align: left !important; width: 100%; height: auto !important; padding-top: 0px !important;}
        #mega-menu-cont .col3 { text-align: left !important; width: 100%; height: auto !important; padding-top: 0px !important; }
        #mega-menu-cont .col4 { text-align: left !important; width: 100%; height: auto !important; padding-top: 0px !important; }
		#mega-menu-cont .col5 { text-align: left !important; width: 100%; height: auto !important; padding-top: 0px !important; }

	#vtd_top_header .vtd_open_mega_menu {
		display: inline-block;
		margin-left: 5px;
	}

	#vtd_top_header .vtd_open_mega_menu .et-pb-icon {
		font-size: 32px !important;	
	}

	#vtd_top_header .vtd_open_mega_menu:hover {
		color: #5A7EEF;	
	}

	#vtd_top_header a:hover {
		text-decoration: underline;
	}
		
	#vtd_top_header {
		z-index: 9999;
	}

	#vtd_top_header .col1 img {
		height: 75px;	
	}

	#vtd_top_header .blue_button_desktop {
		background-color: #5A7EEF;
		border-radius: 21px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 42px;
		color: #fff;	
	}

	
	#vtd_top_header .grid-cont {

                column-gap: 0px;

                margin-left: auto;
                margin-right: auto;
                display: grid;

                grid-template-columns: [col1-start] auto [col2-start] auto [col3-start] 80px [col3-end];
                grid-template-rows: [row1-start] auto [row1-end];

  		align-items: center;
  		justify-items: center;	
	}

	#vtd_top_header .col2 a {
		display: inline-block;
		margin-left: 10px;
		font-weight: bold;
		margin-right: 10px;
	}

	#vtd_top_header .col2 {
		height: 42px;
		width: 100%;
		text-align: right;
	}
		
	#vtd_top_header .col3 {
		padding-top: 5px;
		height: 42px;
		width: 100%;
		text-align: right;
	}

	#vtd_top_header .col1 {
		width: 100%;
		text-align: left;
	}

	#vtd_top_header.fixed {
	
filter: drop-shadow(1px 1px 2.5px #000000);
	
		width: 100%;
		/* max-width: 1080px;
		margin-left: auto;
		margin-right: auto; */
		top: 0px;
		position: fixed !important;
	}
	.admin-bar #vtd_top_header.fixed {
		top: 32px !important;
	}
}
 
/* ===== Base Styles ===== */
.vtd_footer_menus a {
    color: #fff;
}
.vtd_footer_menus a:hover,
.vtd_final_footer a:hover {
    text-decoration: underline;
}
.vtd_footer_menus .title {
    font-family: 'Fustat', Helvetica, Arial, Lucida, sans-serif;
    color: #fff;
}
.vtd_footer_menus .menuitem2 {
    display: block;
}

/* ===== Mobile (max 767px) ===== */
@media (max-width: 767px) {
    .vtd_footer_menus {
        border: 0 !important;
        padding: 10px 0 !important;
    }
    .vtd_footer_icons {
        border: 0 !important;
        padding: 10px 0 !important;
    }
    .vtd_footer_menus .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 10px;
    }
    .vtd_footer_menus .et_pb_column:last-child {
        border-bottom: 1px solid #fff;
    }
    .vtd_footer_menus .title {
        display: block;
        padding-top: 10px;
        border-top: 1px solid #fff;
        position: relative;
    }
    .vtd_footer_menus .title:after {
        content: "C";
        font-family: ETmodules !important;
        position: absolute;
        right: 0;
        font-size: 24px;
        cursor: pointer;
    }
    .vtd_footer_menus .titledown:after {
        content: "B" !important;
    }
    .vtd_footer_menus .menuitem2 {
        margin-top: 10px;
    }
    .vtd_footer_menus .menuitem2:nth-child(n+3) {
        margin: 10px 0;
    }
}

/* ===== Tablet (768px - 980px) ===== */
@media (min-width: 768px) and (max-width: 980px) {
    .vtd_footer_menus .et_pb_column_1_4 {
        width: 20.875% !important;
        margin-bottom: 0 !important;
    }
    .vtd_footer_menus .et_pb_column_2_tb_footer {
        margin-right: 5.5% !important;
    }
    .vtd_footer_menus .title {
        display: block;
        margin-bottom: 15px;
    }
    .vtd_footer_menus .menuitem2 {
        margin: 5px 0 0;
    }
}

/* ===== Desktop (min-width: 981px) ===== */
@media (min-width: 981px) {
    .vtd_footer_menus .title,
    .vtd_footer_menus .menuitem2 {
        font-size: 20px;
    }
    .vtd_footer_menus .menuitem2 {
        margin: 15px 0;
    }
}

@media (max-width: 1083px) {
	#vtd_top_header .grid-cont {width:90%;}
}

@media (min-width: 1084px) {
#vtd_top_header .grid-cont {calc(100% - 20px);}
}

@media (min-width: 596px) and (max-width:1081px) {
#vtd_lower_header a {
  padding-left: 10px;
	padding-right: 10px;}
}

@media (max-width:600px) {
	#mega-menu-cont {display: block;}
}