body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}
/* -----------------------common css--------------------- */
.readmorebtn {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 6px 10px;
}
.sectionpaddingtop {
	padding-top: 80px;
}
.sectionpaddingbottom {
	padding-bottom: 80px;
}
.sectionpaddingy {
	padding: 80px 0;
}
.commonheading {
	font-size: 28px;
	font-weight: 600;
}
.heading4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.border-radius10 {
	border-radius: 10px;
}
.imageboxdesign {
	border-radius: 10px;
	border: 1px solid #e1e3e1;
	padding: 10px;
	cursor: pointer;
}
.imageboxdesign img {
	border-radius: 10px;
	border: 1px solid #e1e3e1;
}
.imageboxdesign img:hover {
	transform: scale(1.01);
	transition: .4s ease;
	box-shadow: 0 0 7px 1px rgb(180 194 169 / 84%);
}
.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	align-items: center;
}
.ctmdrpdp .dropdown-toggle:focus {
	background: #fff !important;
}
.ctmdrpdp.open a {
	background: #ffff !important;
}
.ctmdrpdp .dropdown-menu {
	margin-top: 15px !important;
	border-radius: 10px !important;
}
.ctmdrpdp .dropdown-menu:before {
	position: absolute;
	display: inline-block;
	content: "";
	top: -7px;
	right: 20px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}
.ctmdrpdp .dropdown-menu li {
	border-bottom: 1px solid gray;
}
.ctmdrpdp .dropdown-menu li:last-child {
	border-bottom: none;
}
.ctmdrpdp .dropdown-menu > li > a {
	padding: 10px 10px;
	border-radius: 10px;
}
.ctmdrpdp .dropdown-menu:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: -6px;
	right: 20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
/*-------------------header section-------------------------*/
.transparent-index {
	background-color: #21409a00;
	border: 0;
	padding: 15px 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.logo {
	text-align: left;
	padding: 0 15px;
}
.logo .logo-content-normal {
	display: inline-block;
	padding: 10px 0;
	max-width: 100%;
	height: 60px;
}
.logo img {
	height: 100%;
}
.logo img {
	height: 50px;
	margin: 5px 0;
}
.transparent-index .navbar-update .navbar-nav .mr-li {
	margin: 0 20px 0 0;
}
.transparent-index .navbar-default {
	background-color: #ffffff00;
	border-color: none;
}
.transparent-index .navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.transparent-index .navbar-nav > li > a {
	padding: 6px 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.transparent-index .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.transparent-index .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: none;
}
.transparent-index .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #21409a !important;
	background-color: #fff;
	border-radius: 25px;
	padding: 6px 30px;
}
.transparent-index #navbar .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin: 20px 0px;
	overflow: visible;
}
.sticky-active {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	transition: .5s !important;
}
/* -----------------------dark header with sticky--------------------------------- */
/* -----------------------dark header with sticky--------------------------------- */
.countryflag {
	height: 20px;
	width: 27px;
	border-radius: 5px;
	border: solid 1px #edf2fa;
	margin-bottom: 0px;
	margin-right: 5px;
	    margin-left: 5px;
}
.selected-flag {
	height: 26px;
	width: 26px;
	border-radius: 50%;
}
.country-btn {
	padding-top: 0 !important;
}
.country-btn span {
	background: #ffffff !important;
	border-radius: 25px;
	color: #0274c5 !important;
	padding: 6px 10px !important;
	min-width: 125px;
	/* display: inline-block; */
	position: relative;
	font-size: 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #0274c5;
}
/*--------------------------------------- Dropdown menu styling--------------- */
.b2b-drp-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	z-index: 1000;
	padding: 0;
	list-style: none;
	width: max-content;
	margin: 10px 0 10px;
}
.b2b-drp-menu::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -8px;
	right: 10px;
}
.b2b-drp-menu li {
	padding: 0 0px;
}
.b2b-drp-menu > li > a {
	display: flex;
	gap: 10px;
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.b2b-drp-menu li:last-child a {
	border-bottom: none;
}
.b2b-drp-menu > li > a:hover {
	color: #21409a;
}
.ctm-dropdown {
	position: relative;
}
.ctm-dropdown a i {
	transition: transform 0.3s;
	font-size: 16px;
	margin-left: 4px;
}
.ctm-dropdown.active .dropdown-toggle-icon i {
	transform: rotate(180deg);
}
.headerdropdown {
	height: 50px;
}
.megamenubar.b2b-drp-menu {
	max-width: 991px;
	display: flex;
	top: 49px !important;
	min-height: 120px;
	display: none;
	width: 100%;
	top: 100%;
	width: 75vw;
	right: 0;
}
.megamenubar-bar {
	display: flex;
	gap: 10px
}
.megamenubar .megamenubar-bar ul h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.megamenubar .megamenubar-bar ul {
	padding: 5px 10px;
	list-style: none;
}
.megamenubar .megamenubar-bar ul li a {
	display: flex;
	gap: 5px;
	padding: 6px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}
/*--------------------------------------- Dropdown menu styling end--------------- */
/* ----------------------------banner slider----------------------------- */
.slick-arrow.slick-prev.banner-prev-btn {
	padding: 10px;
	background: #01ace7 !important;
	height: 50px !important;
	width: 40px !important;
	z-index: 2;
	left: 0;
	border-radius: 0px 5px 5px 0px;
}
.slick-arrow.slick-next.banner-next-btn {
	padding: 10px;
	background: #01ace7 !important;
	height: 50px !important;
	width: 40px !important;
	z-index: 2;
	right: 0;
	border-radius: 5px 0px 0px 5px;
}
.bannerslider {
	position: relative;
}
.bannerimg {
	height: 600px;
}
.bannerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerimg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 43%);
	z-index: 1;
}
.centered-text {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 999;
	top: 50%;
	margin: 0 auto;
	width: 100%;
	transform: translateY(-50%);
}
.centered-text h4 {
	font-size: 36px;
	font-weight: 600;
}
.centered-text p {
	font-size: 16px;
	font-weight: 600;
}
.centered-text .bannerclickbtn {
	border-radius: 25px;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 30px;
	border: 1px solid rgb(255, 255, 255);
	background: transparent;
	color: #fff;
	transition: .1s ease-in;
}
.centered-text .bannerclickbtn:hover {
	color: #fff;
	background: #01ace7;
	border: 1px solid #01ace7;
}
/* ------------------------------------------end--------------------------------- */

/* --------------------------slider area start----------------------- */
.sliderheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.textdivslider {
	margin-bottom: 10px;
}
.textdivslider h4 {
	font-size: 28px;
	font-weight: 600;
}
.textdivslider p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 27px;
}
.textdivslider button {
	border: 1px solid #0272be;
	color: #0372be;
	border-radius: 5px;
	background: none;
	font-size: 12px;
}
.allslidebtn {
	border-radius: 6px;
	border: 1px solid #0272be;
	color: #0372be;
	padding: 9px 15px;
	text-align: center;
	white-space: nowrap;
}
/* ---------------------------------------slider design css ------------------------------------------ */
.ctmslidernextbtn {
	right: 0;
	background: #2b4695;
}
.ctmsliderprevbtn {
	left: 0;
	background: #2b4695;
}
.ctmslidernextbtn::after, .ctmsliderprevbtn::after {
	font-size: 14px;
	color: #fff;
}
.ctmslider-container {
	width: 100%;
	padding: 40px 0;
}
.ctmslider-slide {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	cursor: pointer;
}
.ctmslider-slide:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}
.ctmslider-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}
.ctmslider-content {
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(360deg, rgb(33 64 154) 0%, rgba(0, 212, 255, 0) 75%);
	text-align: left;
	height: 60%;
	place-content: end;
}
.ctmslider-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #ffffff;
}
.ctmslider-price {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}
.ctmslider-btn {
	display: inline-block;
	padding: 8px 16px;
	background: #2196f3;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.ctmslider-btn:hover {
	background: #1976d2;
}
/* --------------------------tab slider button------------------------- */
#customTabContent {
	padding: 15px;
	border: 1px solid #0274c4;
	border-radius: 5px;
}
.custom-tab-slider #customTab {
	gap: 15px;
}
.custom-tab-slider .nav-item button {
	color: #000;
	border: 1px solid gray;
}
.custom-tab-slider .nav-item:hover button {
	color: #0274c4;
	border: 1px solid #0274c4;
}
.custom-tab-slider .nav-item .nav-link.active {
	background: #0274c4 !important;
	border: 1px solid #0274c4;
	color: #fff;
}
.tab-img {
	border-radius: 10px;
}
.header-text-tab h4 {
	font-size: 27px;
	font-weight: 600;
}
.header-text-tab p {
	font-size: 16px;
	font-weight: 600;
}
.more-learn {
	border: none;
	border: 1px solid gray;
padding: 0;
	border-radius: 5px;
	background: #ffffff00;
}
.more-learn a {
	text-decoration: none;
	color: #000;
		padding: 9px 15px;
		display: inline-block;
}
.more-learn:hover {
	transition: 0.2s ease;
	border: 1px solid #0274c4;
	background: #0274c4;
	color: #fff;
}
.more-learn:hover a {
	color: #fff;
}
.radius-img {
	border-radius: 10px;
}
.imgovercolor {
	position: relative;
}
.sectionbgp {
	background: #f5faff;
}
.imgovercolor-wrapper {
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}
.imgovercolor-img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.imgovercolor-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 18%);
	transition: background 0.3s ease;
	z-index: 1;
	border-radius: 10px;
}
.imgovercolor-wrapper:hover {
	transform: translateY(-15px);
	transition: .5s ease;
}
.imgovercolor-wrapper:hover::after {
	background: rgb(3 4 5 / 24%);
}
.imgovercolor-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	background: linear-gradient(360deg, rgb(0 33 56) 0%, rgba(0, 212, 255, 0) 75%);
	text-align: center;
	font-family: Arial, sans-serif;
	z-index: 2;
	height: 60%;
	place-content: end;
	border-radius: 10px;
	padding: 5px;
}
.imgovercolor-title {
	font-size: 16px;
	font-weight: 500;
	margin: 4px 0;
	color: #fff;
}
.imgovercolor-price {
	font-size: 14px;
	margin: 4px 0;
	color: #fff;
}
.imgovercolor-btn {
	display: inline-block;
	margin-top: 6px;
	padding: 6px 12px;
	background: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s ease;
}
.imgovercolor-btn:hover {
	background: #0056b3;
}
/* -----------------------------------season-heading ------------------------- */
.season-text-tab {
	border: 1px solid #cbced1;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	min-height: 100px;
	padding: 10px;
}
.season-text-tab p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.season-heading {
	margin-bottom: 50px;
}
.season-heading h4 {
	text-align: center;
}
.season-tab-slider .nav-pills {
	gap: 20px;
	justify-content: center;
}
.season-tab-slider .nav-pills .nav-item .season-tab-link {
	color: #000;
	border: 1px solid gray;
}
.season-tab-slider .nav-pills .nav-item .season-tab-link.active {
	color: #ffffff;
	border: 1px solid #0056b3;
	background: #0056b3;
}
/* -----------------------month breakdown------------------------------ */
.monthbreakdownsection {
	position: relative;
	background: url('../images/banner-monthbreak-1.jpg') no-repeat center center/cover;
	color: #fff;
	padding: 80px 0;
}
.monthbreakdownsection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 71 143 / 26%);
	z-index: 1;
}
.monthbreakdownsection .container {
	position: relative;
	z-index: 2;
}
.contentmonthbreak {
	padding-bottom: 15px;
}
.contentmonthbreak h4 {
	font-size: 28px;
	font-weight: 600;
}
.contentmonthbreak p {
	font-size: 16px;
	margin-bottom: 0;
}
.montbreakdownul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.montbreakdownul li {
	text-align: center;
	box-shadow: 0 0 0px rgb(0 0 0 / 68%);
	cursor: pointer;
	flex: 0 0 calc((100% - (40px * 5)) / 6);
	border-radius: 10px;
	place-content: center;
	background: #f1f1f117;
	border: 1px solid #ffffff38;
	backdrop-filter: blur(1px);
	padding: 15px;
}
.montbreakdownul li:hover {
	transform: translateY(-10px);
	transition: .5s ease;
}

.montbreakdownul li p {
	font-size: 16px;
	color: #0056b3;
	margin-top: 10px;
	color: #0056b3;
	padding: 0;
	margin-bottom: 0;
	line-height: normal;
}
.monthbreakicon {
	height: 150px;
	width: 150px;
	padding: 8px;
	place-content: center;
	background: #e6f7ff;
	border-radius: 50%;
	display: inline-block;
}
.monthbreakicon img {
	text-align: center;
	object-fit: cover;
	height: auto;
	width: auto;
}
/* -----------------------footer section--------------------------- */
.footer {
	background: #1c1c1c;
	color: #ccc;
	font-size: 15px;
}
.footer .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
	position: relative;
}
.footer .title::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #00ade7;
	margin-top: 8px;
}
.footer .footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .footer-menu li {
	margin-bottom: 8px;
}
.footer .footer-menu li a {
	color: #ccc;
	text-decoration: none;
	transition: color 0.3s ease;
}
.footer .footer-menu li a:hover {
	color: #00ade7;
}
.footer .description p {
	line-height: 1.6;
	color: #ccc;
}
.footer .divider {
	border-top: 1px solid #444;
}
.footer-logo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* -----------------------faq design-------------- */

.accordion-button {
	background-color: #ffffff;
	color: #333;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
	background-color: #0056b3;
	color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
	filter: invert(1);
	mix-blend-mode: plus-lighter;
}
.accordion-button:focus {
	box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}
.accordion-body {
	background-color: #f8f9fa;
	animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.faq-icon {
	margin-right: 10px;
	color: #edbe00;
}
.accordion-item {
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e1e3e1 !important;
}
/* ----------------------------------------------------------------------- */

.slick-prev-tabbtn {
	left: -20px !important;
}
.slick-next-tabbtn {
	right: -20px !important;
}
.slick-next-tabbtn::before, .slick-prev-tabbtn::before {
	color: #0274c4 !important;
	opacity: 1 !important;
	font-size: 26px;
}
.tourtypeslider button {
	text-align: center;
}
.tourtypeslider button span {
	color: #000;
	border: 1px solid gray;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 6px;
	width: 90%;
}
.tourtypeslider button.active span {
	background: #0274c4 !important;
	border: 1px solid #0274c4;
	color: #fff;
	width: 90%;
}
.tourtypeinnerslide {
	margin-top: 30px;
}
.typetour-sliderbox {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-right: 10px;
	margin-left: 10px;
}
.typetour-slidercontent {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
	height: 300px;
}
.typetour-slidercontent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.typetour-slidercontent::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	transition: background 0.3s ease;
}
.typetourcontent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	z-index: 2;
}
.typetourcontent p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.typetourcontent .pricewithbutton {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.typetourcontent .pricewithbutton span {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}
.typetourcontent .pricewithbutton button {
	margin-top: 8px;
	padding: 4px 14px;
	background: #4f4f4f45;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.3s ease;
	border: 1px solid #ffffff;
}
.typetourcontent .pricewithbutton button:hover {
	background: #0274c4;
}
.typetour-slidercontent:hover img {
	transform: scale(1.05);
}
.more-text {
	display: none;
}


/* ---------------------------responsive media query start------------------------------------ */
@media (min-width: 992px) and (max-width: 1024px){
	.tourtypeslider button span {
    color: #000;
    border: 1px solid gray;
    padding: 8px 6px;
    display: inline-block;
    border-radius: 6px;
    width: 96%;
}
.tourtypeslider button.active span {
    background: #0274c4 !important;
    border: 1px solid #0274c4;
    color: #fff;
    width: 96%;
}
.slick-prev-ctm {
    left: 0px !important;
	 background: #0275c8d9 !important;
    color: #fff;
	        z-index: 9;
}

.slick-next-ctm {
    right: 0px !important;
    background: #0275c8d9 !important;
    color: #fff;
	        z-index: 9;
}
.slick-prev-ctm::before, .slick-next-ctm::before {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 26px;
}

}
@media (min-width: 768px) and (max-width: 991px){

	.navbar-toggler:focus{
	box-shadow: none;
}
	.navbar-expand-lg .navbar-nav{
		flex-direction: column;
		    align-items: self-start;
			        gap: 10px;
	}
	.headerdropdown{
		    height: auto;
    border-top: 1px dashed #f6e8e8;
    padding-top: 15px;
	}
	.transparent-index .navbar-nav > li > a{
		    padding: 6px 0px;
	}
	.megamenubar-bar {
    display: flex;
    gap: 10px;
    width: max-content;
    background: #fff;
    border-radius: 10px;
}
.megamenubar.b2b-drp-menu {
         min-height: 120px;
        display: none;
        width: 700px;
           top: 22px !important;
        left: 00%;
        right: 0;
        transform: translateX(00%);
}
.montbreakdownul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
	.tourtypeslider button span {
    color: #000;
    border: 1px solid gray;
    padding: 8px 6px;
    display: inline-block;
    border-radius: 6px;
    width: 96%;
}
.tourtypeslider button.active span {
    background: #0274c4 !important;
    border: 1px solid #0274c4;
    color: #fff;
    width: 96%;
}

}

@media (min-width: 320px) and (max-width: 767px){
	.navbar-expand-lg .navbar-nav{
		flex-direction: column;
		    align-items: self-start;
			        gap: 10px;
	}
	.headerdropdown{
		    height: auto;
    border-top: 1px dashed #f6e8e8;
    padding-top: 15px;
	}
	.transparent-index .navbar-nav > li > a{
		    padding: 6px 0px;
	}
	.megamenubar-bar {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
    width: max-content;
    background: #fff;
    border-radius: 10px;

}
.megamenubar.b2b-drp-menu {
         min-height: 120px;
        display: none;
         min-width: 320px;
        width: 100%;
        top: 15px !important;
        left: 00%;
        right: 0;
        transform: translateX(00%);
}

.slick-prev-tabbtn {
    left: -10px !important;
}
.slick-next-tabbtn {
    right: -10px !important;
}

.slick-prev-ctm {
    left: 0px !important;
	 background: #0275c8d9;
    color: #fff;
	        z-index: 9;
}

.slick-next-ctm {
    right: 0px !important;
    background: #0275c8d9;
    color: #fff;
	        z-index: 9;
}
.slick-prev-ctm::before, .slick-next-ctm::before {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 26px;
}
.imgovercolor{
	margin-top: 25px;
}
.more-learn {
	margin-bottom: 15px;
}
.border-radius10{
	margin-bottom: 10px;
}
.montbreakdownul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-around;
}
.monthbreakicon {
    height: 120px;
    width: 120px;
    padding: 8px;
    place-content: center;
    background: #e6f7ff;
    border-radius: 50%;
    display: inline-block;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.contetnt{
	margin-top: 10px;
}
.sliderheader {
	flex-wrap: wrap;
}
}