.single-blog ol, .single-blog ul{
    list-style: auto; 
	    padding: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;            
    margin: 0;            
}

footer.bg-custom-gradient-four.relative.border-t.border-gray-200.py-24.px-5.z-30 ul {
    list-style: none;   
    padding-left: 0;     
    margin-left: 0;      
}
header ul.flex.flex-col.mt-4.text-base.font-medium.md\:flex-row.md\:mt-0.md\:space-x-8 {
    list-style: none;   /* Remove bullets or numbering from <ul> in the header */
    padding-left: 0;     /* Remove any left padding */
    margin-left: 0;      /* Remove any left margin */
}

@media only screen and (min-device-width: 280px) and (max-device-width: 480px) {
    .cf7-form .half-width-field p {
        flex-direction: column;
    }
	
	form.wpcf7-form {
    width: 76%;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 32px;
}
}


.wpcf7 input::placeholder {    
    font-size: 13px; 
}

/* Style the placeholder text in textarea fields */
.wpcf7 textarea::placeholder {    
    font-size: 13px;
}

/* Optional: Style placeholder text when focused */
.wpcf7 input:focus::placeholder,
.wpcf7 textarea:focus::placeholder {    
    font-style: normal;
}

/* Custom font for Contact Form 7 select dropdown */
.wpcf7 select {
    font-size: 13px;  /* Adjust the font size */
    }

/* Optional: Change the font for options inside the select dropdown */
.wpcf7 select option {
    font-size: 13px;
    }
.gptw_spin img {
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


	/* Videos page css start */
	.tab_v3 {
		max-width: 1200px;
		margin: auto;
		background: #fff;
		margin-top: 48px;
	}

	.tab_v3 .tabs_block {
		display: flex;
		border-bottom: 2px solid #eee;
		width: 100%;
	}

	.tab_v3 .tab_btn {
		flex: 1;
		padding: 8px 12px;
		background: none;
		border: none;
		cursor: pointer;
		font-size: 20px;
		transition: background 0.3s;
		border-bottom: 3px solid transparent;
		background-color: #f0f0f0;
	}

	.tab_v3 .tab_btn:hover {
		background-color: #f0f0f0;
	}

	.tab_v3 .tab_btn.active {
		border-bottom: 3px solid #9d5bf1;
		font-weight: 600;
		color: #fff;
		background-color: #9d5bf1;
	}

	.tab_v3 .tab_content {
		padding: 20px 0px;
		margin-top: 28px;
	}

	.tab_v3 .tab_panel {
		display: none;
	}

	.tab_v3 .tab_panel.active {
		display: block;
	}

	/* Modal CSS */

	.blogVideoCard {
		cursor: pointer;
	}

	.modal_v3 {
		display: none;
		position: fixed;
		z-index: 19999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		justify-content: center;
		align-items: center;
	}

	.modal_v3 .modal-header {
		padding: 0px 18px 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 14px;
		border-bottom: 1px solid #dddddd;
	}

	.modal-header h5 {
		font-size: 18px;
		font-weight: 500;
	}

	.modal_v3 .modal-content {
		position: relative;
		background-color: #fff;
		border-radius: 10px;
		max-width: 1058px;
		width: 90%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		padding: 16px 0px 54px;
	}

	.modal_v3 .video-wrapper {
		width: 100%;
		height: 100%;
	}

	.modal_v3 iframe {
		width: 100%;
		height: 100%;
		border: none;
		padding: 0px 18px 18px;
		border-radius: 8px;
		overflow: hidden;
	}

	.modal_v3 .close-btn {
		font-size: 28px;
		font-weight: bold;
		color: #333;
		cursor: pointer;
		z-index: 10;
		}

	.modal_v3 .close-btn:hover {
	color: red;
	}

	/* broucher table css start  */
	table.broucher_table {
		border: 1px solid #ccc;
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		width: 100%;
		table.broucher_table-layout: fixed;
	}

	table.broucher_table caption {
		font-size: 1.5em;
		margin: .5em 0 .75em;
	}

	table.broucher_table tr {
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		padding: .35em;
	}

	table.broucher_table th, table.broucher_table td {
		padding: .625em;
		text-align: left;
		font-size: 15px;
	}

	table.broucher_table th {
		font-size: .85em;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-weight: 600;
		background-color: #f3f3f3;
	}

	th.attchement_col {
		width: 120px;
		white-space: normal;
	}
	td.attch_text {
		display: inline-block;
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}

	.broucher_table td a svg {
		width: 18px;
		color: #fff;
		fill: #fff;
	}

	table.broucher_table th.title_col {
		width: 138px;
		white-space: normal;
	}
	td.bs_btn {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.bs_btn a.view-btn {
		background-color: #167f0e;
		color: #fff;
		border-radius: 4px;
		width: 30px;
		height: 30px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bs_btn a.download_btn {
		background-color: #9d5bf1;
		color: #fff;
		border-radius: 4px;
		width: 28px;
		height: 28px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	a.videos-view-btn {
		background-color: #9d5bf1;
		color: #fff;
		padding: 10px 20px;
		text-decoration: none;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		transition: background-color 0.3s ease;
		display: inline-block;
		text-align: right;
	}

	.bs_tabs {
		display: block;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	.cta_contact a.btn-primary {
		background-color: #e71e4a;
		border-color: #e71e4a;
	}

	/* div#contactModal {
		display: flex !important;
	} */

	.modal_v3 form.wpcf7-form {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		padding: 20px 20px;
	}

	#contactModal .modal-content {
		max-width: 512px;
		width: 90%;
		padding: 16px 0px 16px;
		height: 520px;
		/* overflow-y: auto; */
	}

	section.pageHeader.bs_page_banner {
		/* padding: 78px 0px 37px; */
		padding: 0px;
	}

	.cta_contact {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 26px 0px 42px;
	}

    .page-id-15024 .header {
        display: none;
    }

	/* media query start  */
	@media screen and (max-width: 600px) {
		table.broucher_table {
			border: 0;
		}

		table.broucher_table caption {
			font-size: 1.3em;
		}
	
		table.broucher_table thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		table.broucher_table tr {
			background-color: #ffffff;
			border: 1px solid #ddd;
			padding: .35em;
		}
	
		table.broucher_table td {
			border-bottom: 1px solid #ddd;
			display: block;
			font-size: .8em;
			text-align: right;
		}
	
		table.broucher_table td::before {
			/*
			* aria-label has no advantage, it won't be read inside a table
			content: attr(aria-label);
			*/
			content: attr(data-label);
			float: left;
			font-weight: bold;
			text-transform: uppercase;
		}
	
		table.broucher_table td:last-child {
			border-bottom: 0;
		}
	}

    @media only screen and (max-width: 767px) {
        .tab_v3 .tab_btn {
            font-size: 18px;
        }
    }
	/* media query end  */
	/* videos page css end  */