@charset "utf-8";
/* CSS Document */

body::-webkit-scrollbar {
  display: none;
}

.topmenu-booknow-btn-div {margin-top:28px;}
.stickTop {
	background-color:white;
	position: sticky;
	top: 0px;
	z-index:9999;
}

.change-svg-color-orange {filter: invert(75%) sepia(30%) saturate(6610%) hue-rotate(347deg) brightness(100%) contrast(94%);}
/*.navbar { background-color: #f78f1e !important; }  /*#D0E7DC*/

.text-orange {color: #f78f1e;}
.obi-bg-grey {background-color: #F8F9FA;}
/*.obi-section-bg {background-color:#F8EBE4;}/*D3D6F7*/

.li-lft-pad li {padding-left: 1em; }
.obi_li_bullet_inside {list-style-position: inside;}

.obi_showCleanAnchor a {
	text-decoration: none;
}
.obi_standardIconImg img {
	width: 25%;
	height: auto;
	padding-bottom: 10px;
}

.obi_standardImg img {
	width: 60%;
	height: auto;
	padding-bottom: 10px;
}

.smallTextItalic {
	font-size: 0.6em;
	font-style: italic;
}

.obi_image img {
	width: 95%;
	height: auto;
}

.obi_image_rounded img {
	border-radius: 50%;
	width: 50%;	
	height: auto;	
}


.obi_affiliates img {
	width: 150px; /*40%;*/
	height: auto;
	padding: 10px;
}

/*obi_iconsandText start ------------------- */
.parent {
	display: flex;
}
.child1 img {
	width: 120px;
	height: auto;
	padding-right: 25px;
}
/*obi_iconsandText end ------------------- */

.obi_socialBarTop img{
	width: 30px;
	height: auto;
	padding-right: 5px;	
}
.obi_socialBarTop a { 
	text-decoration: none;
	color: rgba(33,37,41,0.75);
}

.whyWithMeSection img {
	width: 30px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.obi_footer {background-color: #1550A5;}
/*.obi_footer p {color: gray;}*/
.obi_footer img {
	width: 30px;
	height: auto;
	padding-right: 5px;
}
.obi_footer a { 
	text-decoration: none;
	color: white;	/*color: rgba(33,37,41,0.75);*/
}

.btn-outline-primary {
    border-color: #f78f1e;
	color: #f78f1e;
}
.btn-outline-primary:hover {
	background-color: #f78f1e;
	border-color: #f78f1e;
	color:white;
}

.accordion {
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-bg: #f78f1e;
	--bs-accordion-active-color: white;
	/*--bs-accordion-btn-bg: yellow;*/
	/*--bs-accordion-bg: red;*/
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='orange'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}


@media (max-width:576px){
	/* For sub-menus */
	.dropdown-item::after{
		transform: rotate(90deg);
	}
}