html {
	scroll-behavior: smooth;
}

@media (max-width:393px) {

	.blog-col {
		width: 90% !important;
	}

}

.panel-body a {
	text-decoration: underline;
	color: #1393f5;
	font-weight: bold;
}

@media (max-width:414px) {

	.blog-col {
		width: 90% !important;
	}

}

@media (max-width:767px) {
	.blog-content-row h1 {
		font-size: 24px !important;
	}
}


@media (max-width:479px) {

	.blog-list-ol,
	.blog-list-ol li {
		line-height: 30px;
	}

	.blog-content {

		margin-top: 18% !important;
	}

	.blog-col {
		width: 92%;
	}

	.blog-col-main {
		width: 92% !important;
	}

}


.blog-row {

	margin-top: 10%;
}

.blog-content-row {

	margin-top: 0%;

}

.blog-col {

	background: #fff;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	border: 1px solid #c6b6b6ba;
	margin: 16px;
	width: 46%;
}

.blog-col img {

	width: 100%;
	border-radius: 5px 5px 0px 0px
}

.blog-col section {

	padding: 15px;
	min-height: 240px;
}

.blog-col section p {

	color: #000;
	text-align: justify;
	text-justify: inter-word;
}

.blog-col section p:nth-child(1) {

	font-size: 19px;
	text-align: left;
	font-weight: 400;
	font-family: raleway-bold;
	text-align: justify;
	text-justify: inter-word;

}

.blog-col section p:nth-child(3) {

	text-align: left;
	font-size: 15px;
	font-family: SohoGothicW04-Light;
	text-align: justify;
	text-justify: inter-word;

}

.font-weight {
	font-weight: 600;
	margin-bottom: 8px;

}

.blog-row h1 {

	text-align: center;
	font-weight: 400;
	font-size: 30px;
	font-family: raleway-bold;
}

.blog-content-row h1 {

	/*	text-align: center;*/
	font-size: 30px;
	font-weight: 600;
	color: #1393f5;
	font-family: raleway-bold;
}

.blog-content-row h1 span {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 6px;
	font-family: Raleway-Bold;
}

.blog-content-row p {

	font-size: 15px;
	color: #000;
	font-family: SohoGothicW04-Light;
	text-align: justify;
	text-justify: inter-word;

}

.blog-content h2,
.blog-content h2 a {

	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 6px;
	font-family: Raleway-Bold
}

.blog-content h3,
.blog-content h3 a {

	font-size: 17px;
	font-weight: 400;
	color: #000;
	margin-top: 5px;
	margin-bottom: 6px;
	font-family: Raleway-Bold;
}


.blog-content p,
li,
.blog-content p a {

	font-size: 15px;
	color: #000;
	font-family: SohoGothicW04-Light;
	text-align: justify;
	text-justify: inter-word;

}

.blog-content p a {

	text-decoration: underline;
	font-weight: bold;
	color: #1393f5;
}

.blog-list-ol a {

	text-decoration: underline;
	color: #1393f5;
	font-weight: bold;
}

.blog-list li a {

	text-decoration: underline;
	color: #1393f5;
	font-weight: bold;
}

.blog-list,
.blog-list li {

	list-style: block;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 30px !important;

}

.blog-list-ol,
.blog-list-ol li {

	list-style: block;
	/*	margin-left: 20px;*/
	line-height: 30px !important;

}

.blog-bread {

	left: 175px !important;
}

.blog-form {
	margin-top: 16px !important;
	/*	right: 0px!important;*/
	background: #74bef5 !important;
	position: relative !important;
	margin-left: 30px;
}

.blog-form form button {
	background: #112b3e !important;
	border: 6px solid #112b3e !important;
}

.side-heading {
	/*
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	font-family: raleway-bold;*/
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 6px;
	font-family: Raleway-Bold;
	text-align: center;
}

.recent-blog {

	border: 1px solid #c6b6b6ba;
	padding: 14%;
	border-radius: 3px;
	/*	font-weight: bolder;*/
	color: #000;
	font-size: 15px;
	font-family: SohoGothicW04-Light;

}

.recent-blog:hover {

	border: 1px solid #c6b6b6ba;
	padding: 14%;
	border-radius: 3px;
	/*	font-weight: bolder;*/
	color: #fff;
	background: #000;
	font-size: 15px;
	font-family: SohoGothicW04-Light;
}

.blog-content {

	margin-top: 14%;
}



.blog-col-main {
	width: 30%;
}

.blog-table {

	width: 100%;
}

.blog-table th,
.blog-table td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 10px;
	color: #000;
	font-family: SohoGothicW04-Light;
}

.blogH3 {
	font-size: 15px;
	color: #000;
	font-family: SohoGothicW04-Light;
	text-align: justify;
	text-justify: inter-word;
}

/* <!--accordian--> */


.panel-title>a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

.panel-title>a.collapsed:before {
	float: right !important;
	content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 15px;
	color: #000;
	font-family: SohoGothicW04-Light;
	text-align: justify;
}

.panel-heading h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* <! accordiaon--> */

.toc-container {
	/* width: 100%;
    max-width: 400px; */
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #f9f9f9;
	font-family: Arial, sans-serif;
	padding: 0.5em;
}

details {
	border-radius: 8px;
}

details summary {
	list-style: none;
	/* Remove default arrow */
	padding: 0.5em;
	cursor: pointer;
	border-radius: 4px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #1393f5;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

details summary:hover {
	background-color: #f0f0f0;
}

details summary::after {
	content: '+';
	/* Default symbol */
	font-size: 1.2em;
	font-weight: bold;
	color: #007BFF;
	position: absolute;
	right: 20px;
	transition: transform 0.3s ease;
}

details[open] summary::after {
	content: '-';
	/* Symbol changes to _ when open */
}

.toc-content {
	padding: 0.5em 1em;
	/* background-color: #ffffff;
    border: 1px solid #ddd; */
	border-radius: 4px;
	margin-top: 0.5em;
}

.toc-content ul {
	list-style: none;
	padding-left: 0;
}

.toc-content ul li {
	margin: 0.5em 0;
	list-style: inside;
}

.toc-content ul li a {
	color: #007BFF;
	text-decoration: none;
}

.toc-content ul li a:hover {
	text-decoration: none;
}

/* new-code */