* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	outline: none;
}

.attachments {
    margin-bottom: 20px;
}

#homeSliderNav .slick-slide,
.home-slider-nav-wrap .slick-track {
    width: auto !important;
}

a#back-to-top {
    display: none;
}

/* width */
::-webkit-scrollbar {
   width: .375rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#dc2a28 !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@font-face {
	font-family: "PoppinsLight";
	src: url("../fonts/PoppinsLight.eot");
	src: url("../fonts/PoppinsLight.eot") format("embedded-opentype"), url("../fonts/PoppinsLight.woff2") format("woff2"), url("../fonts/PoppinsLight.woff") format("woff"), url("../fonts/PoppinsLight.ttf") format("truetype"), url("../fonts/PoppinsLight.svg#PoppinsLight") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "PoppinsRegular";
	src: url("../fonts/PoppinsRegular.eot");
	src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "PoppinsMedium";
	src: url("../fonts/PoppinsMedium.eot");
	src: url("../fonts/PoppinsMedium.eot") format("embedded-opentype"), url("../fonts/PoppinsMedium.woff2") format("woff2"), url("../fonts/PoppinsMedium.woff") format("woff"), url("../fonts/PoppinsMedium.ttf") format("truetype"), url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "PoppinsSemiBold";
	src: url("../fonts/PoppinsSemiBold.eot");
	src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("../fonts/PoppinsSemiBold.woff2") format("woff2"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "PoppinsBold";
	src: url("../fonts/PoppinsBold.eot");
	src: url("../fonts/PoppinsBold.eot") format("embedded-opentype"), url("../fonts/PoppinsBold.woff2") format("woff2"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
	font-display: swap;
}
body {
	font-family: "PoppinsRegular" !important; 
	font-size: 16px;
	color: #000000;
	overflow-x: hidden;
	font-display: swap;
}
p {
	font-size: 16px;
	color: #000000;
	line-height: 27px;
}
a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
	outline: none;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input,
textarea,
select,
button {
	border: none;
	background-color: transparent;
	outline: none;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
a:focus,
button:focus,
input[submit]:focus {
	outline: none;
}
:root {
	--primary-color: #f47328;
}
.text-14 p, .text-14 li {
	font-size: 14px;
	line-height: 25px;
}
.transition {
	transition: all 0.4s ease;
}
.checkbox {
	display: block;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	font-family: "PoppinsSemiBold";
	font-size: 16px;
	color: #333333;
}

.checkbox label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #999999;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	border-radius: 3px;
	top: -1px;
}
.checkbox input:checked + label {
	color: var(--primary-color);
}
.checkbox input:checked + label:before {
	border-color: var(--primary-color);
}
.checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 5px;
	height: 9px;
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*=====PRELOADER START=====*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 999999;
	opacity: 1;
}
.preloader-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader-wrap .text {
	display: inline-block;
	margin-left: 5px;
}
/*=====PRELOADER START=====*/
.max-container {
	max-width: 1180px;
	position: relative;
}
.wrapper {
	min-height: calc(100vh - 304px);
}
.inner-page-wrapper {
	padding-top: 94px;
}
.custom-breadcrumb li {
	font-family: "PoppinsRegular";
	font-size: 12px;
	text-transform: uppercase;
}
.custom-breadcrumb li.breadcrumb-item.active {
	color: #000000;
}
.custom-breadcrumb li a {
	color: #999999;
	text-decoration: none;
}
.custom-breadcrumb li a:hover {
	color: var(--primary-color);
}

.error {

	color: #ee0101;
	font-size: 13px;
	display:none;
	
}

.errormsg {
	position: absolute;
	bottom: -25px;
	left: 0;
	padding: 1px 5px;
	display: none;
	color: #fff;
	font-size: 13px;
	background: #00c1ff;
}
.errormsg:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid #00c1ff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
}
.pleasewait {
	display: none;
}
.tab-mnu li a {
	cursor: pointer !important;
}
.horizonal-tab ul li {
	display: inline-block;
	margin-left: 36px;
	margin-right: 36px;
	position: relative;
	top: 1px;
}
.horizonal-tab ul li a {
	text-transform: uppercase;
	padding-bottom: 14px;
	display: block;
	color:#000;
	text-decoration:none;
}
.horizonal-tab ul li a:hover,
.horizonal-tab ul li.active a {
	color: #dc2a28 !important;
}
.horizonal-tab ul li.active a {
	border-bottom: 1px solid #dc2a28;
}
/* HEADER START */
#header {
	position: fixed;
	/*top: 0;*/
	/*left: 0;*/
	width: 100%;
	/*z-index: 999;*/
	/*padding-top: 46px;*/
	top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header.header-up {
	top: -122px;
}
.header-inner {
	padding: 11px 20px 0 9px;
	display: flex;
	justify-content: space-between;
}
.header-top {
	/*float: right;*/
}
.header-top ul li {
	margin-left: 47px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}
.header-top ul li a {
	color: #000;
	text-decoration: none;
}
.header-top ul li a:hover {
	color: var(--primary-color);
}
.user-login button {
	background: transparent !important;
	color: rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.user-login button:hover {
	color: var(--primary-color);
}
.user-login button span {
	padding-left: 12px;
	padding-right: 12px;
	color:grey;
}

.user-login .dropdown-toggle::after{
    color:grey;
}

.navbar-nav > li {
	padding: 20px 23px 0 23px;
}
.navbar-nav > li > a {
	padding: 0 0 15px 0;
	font-size: 14px;
	color: #000;
	position: relative;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar-nav > li > a:hover {
	color: #dc2a28;
}
.navbar-nav > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #dc2a28;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.navbar-nav > li > a:hover:after {
	width: 100%;
	opacity: 1;
}

.header-top .dropdown-menu li {
    margin: 0;
}

.header-top .dropdown-menu li a {
    padding: 0.8rem 1rem;
}

.header-top ul li a.dropdown-item.active, .header-top ul li a.dropdown-item:active,
.header-top ul li a.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #ffff;
}

/*HEADER END*/
h1 {
	font-family: "PoppinsBold";
	font-size: 40px;
}
.home-slide {
	position: relative;
}
.home-slide img {
	width: 100%;
}
.home-slide-caption {
	position: absolute;
	width: 37%;
	top: 40%;
	right: 14%;
	transform: translateY(-40%);
}
.home-slide-caption h1 {
	animation: fadeOutUp 0.5s both;
}
.slick-slide.slick-active .home-slide-caption h1 {
	animation: fadeInDown 0.5s both 0.5s;
}
.home-slide-caption p {
	animation: fadeOutDown 0.5s both;
	margin-top: 7px;
	margin-bottom: 14px;
}
.slick-slide.slick-active .home-slide-caption p {
	animation: fadeInUp 0.5s both 0.6s;
}
.home-slide-caption div {
	animation: fadeOutDown 0.5s both;
}
.slick-slide.slick-active .home-slide-caption div {
	animation: fadeInUp 0.5s both 0.7s;
}
.home-slider-nav-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--primary-color);
}
#homeSliderNav .slick-slide {
	cursor: pointer;
}
.home-slide img {
	display: inherit;
}
.home-slide-nav {
	padding-top: 25px;
	padding-bottom: 25px;
}
.home-slide-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 24px;
	padding-left: 24px;
	border-left: 1px solid #b94822;
	width: 100%;
	height: 57px;
}
#homeSliderNav .slick-slide[data-slick-index="0"] .home-slide-nav-inner {
	border-left: none;
}
.home-slide-nav-inner img {
	opacity: 0.4;
}
.home-slide-nav-inner > div {
	font-size: 29px;
	color: #ffffff;
	padding-right: 18px;
}
.home-slide-nav-inner > div span {
	display: block;
	font-size: 16px;
	color: #ffffff;
}
.slick-current .home-slide-nav {
	background-color: #ffffff;
}
.slick-current .home-slide-nav .home-slide-nav-inner {
	border-left: none;
}
.slick-current .home-slide-nav .home-slide-nav-inner > div,
.slick-current .home-slide-nav .home-slide-nav-inner > div span {
	color: #7f1d1c;
}
.slick-current .home-slide-nav .home-slide-nav-inner img {
	opacity: 1;
	filter: invert(58%) sepia(86%) saturate(6333%) hue-rotate(350deg) brightness(97%) contrast(86%);
}
.slick-current .home-slide-nav {
	box-shadow: 10.625px 15.752px 20.16px 0.84px rgba(0, 0, 0, 0.4);
	position: relative;
	top: -15px;
	left: -11px;
}
#homeSliderNav .slick-list {
	overflow: inherit;
}
.custom-btn {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 11px;
	position: relative;
	text-transform: uppercase;
	background: #dc2a28;
	background: -webkit-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	display: inline-block;
	transition: all 0.4s ease;
}
.custom-btn:hover {
	color: #ffffff;
	background: #f47328;
	background: -webkit-linear-gradient(to right, #f47328 30%, #dc2a28 100%);
	background: -moz-linear-gradient(to right, #f47328 30%, #dc2a28 100%);
	background: linear-gradient(to right, #f47328 30%, #dc2a28 100%);
}
.home-one-portal-features ul {
	font-size: 0;
	margin-right: -13px;
	margin-left: -13px;
}
.home-one-portal-features ul li {
	width: 16.6666666667%;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
}
.home-one-portal-features ul li a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease;
}
.features-list {
	background-color: #e3e6e8;
	padding: 2px;
	height: 147px;
	text-align: center;
	transition: all 0.4s ease;
}
.features-list:hover {
	transform: scale(1.1);
}
.features-list > div {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.features-list > div > div {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features-list span {
	font-size: 14px;
}
.home-one-portal-features ul li .view-all-features > div {
	background-color: #e3e6e8;
}
.home-one-portal-features ul li a .view-all-features > div > div {
	height: auto;
	padding-bottom: 15px;
}
.home-one-portal-features ul li a .view-all-features > div span {
	color: #dc2a28;
}

.home-one-portal-features ul li a .view-all-features > div p {
    font-size: 13px;
}

.features-list:hover > div,
.view-all-features:hover > div {
	background-color: transparent !important;
}
.features-list:before,
.home-admin-policies-box:before,
.meet-team-lists figure:before,
.abg-meta-list:before,
.meet-team-lists figure.profile-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: all 0.4s ease;
	background: #dc2a28;
	background: -webkit-linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
}
.features-list:hover:before,
.home-admin-policies-box:hover:before,
.meet-team-lists figure:hover:before,
.abg-meta-list:hover:before,
.meet-team-lists figure.profile-active:before {
	width: 100%;
}
.features-list:hover {
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
}

.meet-team-lists figure:hover:before{
        height: 250px;
}

.features-list:hover,
.home-one-portal-features ul li a:hover .view-all-features > div span,
.home-one-portal-features ul li a:hover .view-all-features > div p{
	color: #ffffff;
	font-weight: bold;
}
.features-list:hover img {
	filter: brightness(0) invert(1);
}
.app-icon a {
	display: inline-block;
}
h4 {
	font-family: "PoppinsSemiBold";
	font-size: 24px;
	position: relative;
}
.title-line h4:after {
	content: "";
	position: relative;
	background-color: rgb(220, 42, 40);
	width: 38px;
	height: 2px;
	display: block;
	margin-top: 6px;
}
.home-about .text p {
	margin-top: 20px;
	line-height:22px;
}
.home-about .text h6 {
	margin-top: 25px;
	margin-bottom: 25px;
}
h6 {
	font-family: "PoppinsMedium";
	font-size: 18px;
}
.app-icon a {
	display: inline-block;
}
.app-icon a:first-child {
	margin-right: 17px;
}
.tag {
	font-size: 12px;
	color: #ffffff;
	background-color: var(--primary-color);
	padding: 5px 10px;
	border-radius: 8px;
}
.publish-info,
.like-cmmt span {
	font-size: 13px;
	color: #a3a3a3;
	margin:0 0 0 10px;
}
.view-all-btn {
	display: inline-block;
	/*color: #9a1113 !important;*/
	    color: rgb(154, 17, 19);
	font-size: 14px !important;
	text-transform: uppercase;
	text-decoration:underline !important;
}
.view-all-btn:hover {
	color: var(--primary-color);
}
.home-admin-update-wrap ul li {
	margin-bottom: 27px;
}
.home-admin-update-wrap ul li > div {
	display: flex;
}
.home-admin-update-img img {
	max-width: 100px;
}
.home-admin-update-wrap ul li > div > div:nth-child(2) {
	padding-left: 36px;
}
.home-admin-update-wrap ul li > div p {
	margin-bottom: 7px;
	line-height:1.5;
	font-weight:500;
}
.home-admin-update-wrap,
.home-latest-news-list-wrap,
.home-video-posts-list-wrap {
	max-width: 341px;
	width: 100%;
}

.home-video-posts-list-wrap{
max-width:100%;    
}


.video-post-thumb:after {
	content: "";
	position: absolute;
	top: 31%;
	left: 0;
	right: 0;
	width: 48px;
	height: 49px;
	margin: auto;
	background: url(../../img/play-btn.png) center no-repeat;
}
.video-post-thumb .video-post-thumb-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
}
.video-post-thumb .video-post-thumb-caption h6 {
	color: #ffffff;
}
.video-btn {
	cursor: pointer;
}
.video-popup .close {
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
.video-popup .modal-dialog {
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 25px;
}
.video-popup .modal-content {
	border-radius: 0;
}
.home-admin-policies-box {
	background: #e3e6e8;
	height: 232px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
	transition: all 0.4s ease;
	position: relative;
}
.home-admin-policies-box:hover {
	transform: scale(1.1);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
}
.home-admin-policies-box a {
	text-decoration: none;
	position: relative;
}
.home-admin-policies-box a div {
	height: 67px;
}
.home-admin-policies-box a h6 {
	color: #000;
}
.home-admin-policies-box a p {
	font-size: 14px;
}
.home-admin-policies-box:hover img {
	filter: brightness(0) invert(1);
}
.home-admin-policies-box:hover a h6,
.home-admin-policies-box:hover a p {
	color: #ffffff;
}
.home-abg-discounts-wrap ul li {
	margin-bottom: 20px;
}
.home-abg-discount-list-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
}
.home-abg-discount-list-info img,
.our-internal-network-list div:nth-child(2) img {
	transition: all 0.4s ease;
	position: relative;
	left: 0;
}
.home-abg-discount-list-info:hover img,
.our-internal-network-list:hover div:nth-child(2) img {
	position: relative;
	left: 10px;
}
.home-abg-discount-list-info div {
	padding-right: 100px;
}
.home-abg-discount-list-info div p {
	color: #ffffff;
}
.home-abg-discount-list-info div h5 {
	font-family: "PoppinsMedium";
	font-size: 22px;
	color: #ffffff;
	line-height: 27px;
	margin-bottom: 0;
}
.home-helpline-info-wrap {
	background: #dc2a28;
	background: -webkit-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	padding: 23px;
	text-align: center;
	font-family: "PoppinsMedium";
	font-size: 26px;
	color: #ffffff;
}
.center-line h4:after {
	margin-left: auto;
	margin-right: auto;
}
.our-internal-network-list {
	display: flex;
	align-items: flex-start;
	padding-right: 36px;
	padding-left: 36px;
	border-left: 1px solid #cccccc;
	min-height: 120px;
}
.our-internal-network-list div:nth-child(1) img {
	max-width: 55px;
}
.our-internal-network-list div:nth-child(2) {
	padding-left: 36px;
	min-height: 120px;
}
.our-internal-network-list div:nth-child(2) p {
	min-height: 54px;
}
.our-internal-network-list a {
	text-decoration: none;
}
.our-internal-network-list a h6 {
	color: #000;
}
#footer {
	padding-top: 55px;
	padding-bottom: 30px;
	background-color: #1e2224;
}
.footer-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#footer a {
	text-decoration: none;
}
#footer h6 {
	color: var(--primary-color);
	margin-bottom: 15px;
}
.footer-col {
	padding-left: 15px;
	padding-right: 15px;
	width:26%;
}

#footer .footer-logo h6 {
    margin-bottom: 0.3rem;
}

.footer-menu.footer-col h6 {
    margin-bottom: 25px !important;
}

.footer-menu {
	width: 50%;
}
.footer-menu ul {
	font-size: 0;
}
.footer-menu ul li {
	width: 33.33%;
	vertical-align: top;
	display: inline-block;
}
.footer-menu ul li a {
	font-family: "PoppinsMedium";
	font-size: 15px;
	color: #ffffff;
	display: block;
	margin-bottom: 20px;
}
.footer-menu ul li a:hover {
	opacity: 0.7;
}
.footer-socials {
	width: 22%;
}
.footer-socials a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
}
.footer-socials a img {
	transition: all 0.4s ease;
}
.footer-socials a:hover img {
	filter: brightness(0) invert(1);
	opacity: 0.1;
}
.footer-logo {
	padding-left: 0;
}
.footer-socials {
	padding-right: 0;
}
.chat-msg {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 9999;
}

.copyright span{
    padding:0 5px;
}

.footer-inner{
    border-color: rgba(255, 251, 239, 0.502)!important;
} 

.copyright span,
.copyright a,
.copyright p {
  font-size: 14px; 
  color: rgba(255, 251, 239, 0.502);
}



.fixed-header {
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;
}
.page-not-found h4 {
	margin-top: 25px;
	margin-bottom: 35px;
	font-weight: 400;
}
.page-not-found h4 span {
	color: #dc2a28;
}
.page-not-found-500 h4 {
	color: #999999;
	font-family: "PoppinsRegular";
}
.page-not-found-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.six-show-slider .slide-box {
	padding-left: 7px;
	padding-right: 7px;
}
.key-features-lists .slick-track {
	padding-top: 20px;
}
.key-features-lists a {
	text-decoration: none;
	color:#fff;
}
.key-features-lists span {
	font-family: "PoppinsSemiBold";
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin-top:1rem;
	transition: all 0.4s ease;
}
.key-features-lists .features-list {
	height: auto;
}

.key-features-lists .features-list:hover span a,
.key-features-lists .features-list:hover span {
	color: #fff !important;
}
.six-show-slider .slide-box .features-list > div {
	padding-top: 17px;
	padding-bottom: 17px;
}
.six-show-slider .slide-box {
	padding-bottom: 30px;
}
.six-show-slider .slide-box .features-list:hover {
	box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 50%);
}
.six-show-slider .slick-list {
	margin-left: -7px;
	margin-right: -7px;
}
.locator-key-features-lists .features-list > div > div {
	width: 81px;
	min-height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	border-radius: 81px;
}
.locator-key-features-lists .features-list > div > div {
	background-color: #ffffff;
}
.locator-key-features-lists .features-list:hover img,
.filter-none img {
	filter: none !important;
}
.features-list > div > div.thumb-action-arrow img {
	transition: all 0.4s ease;
	position: relative;
	bottom:0;
	transition-delay: 0.2;
}
.features-list:hover > div > div.thumb-action-arrow img {
	position: relative;
	bottom: 0;
}
.slider-arrow .slick-arrow {
	width: 25px;
	height: 17px;
}
.middle-arrow .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slider-arrow .slick-prev {
	background: url(../../img/slider-left-arrow.png) no-repeat;
	left: -17px;
}
.slider-arrow .slick-prev:hover {
	background: url(../../img/slider-left-arrow-h.png) no-repeat;
}
.slider-arrow .slick-next {
	background: url(../../img/slider-right-arrow.png) no-repeat;
	right: -17px;
}
.slider-arrow .slick-next:hover {
	background: url(../../img/slider-right-arrow-h.png) no-repeat;
}
.mobile-app-slider .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}
.mobile-app-slide {
	padding-left: 6px;
	padding-right: 6px;
}
.mobile-app-slide img {
	margin-left: auto;
	margin-right: auto;
    height: 370px;
    width: 100%;
    border-radius: 1.2rem;
}
.slick-dots li button:before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #cccccc;
	border-radius: 9px;
	opacity: 1 !important;
}


.full-width-silder-wrap .slick-dots li.slick-active button {
    border-radius: 100%;
    border: 1px solid #dc2a28;
}

.full-width-silder-wrap .slick-dots li button {
    height: 0.9rem;
    width: 0.9rem;
}

.full-width-silder-wrap .slick-dots li button:before {
content: "";
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 9px;
    opacity: 1 !important;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
}

.slick-dots li.slick-active button:before {
	background-color: #dc2a28;
}
.mobile-app-text h6 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.dots-hide {
	margin-bottom: 0 !important;
}
.dots-hide .slick-dots {
	display: none !important;
}
.service-lists .features-list {
	height: 161px;
	transition: all 0.4s ease;
	overflow: hidden;
}
.overlay-text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.service-lists .slick-track {
	display: flex;
	align-items: center;
}
.service-lists .features-list:hover {
	height: 215px;
}
.service-lists .features-list ul {
	list-style: none;
	padding-left: 0;
	font-family: "PoppinsRegular";
	font-size: 13px;
	font-weight: normal;
	margin-top: 8px;
	position: absolute;
	bottom: -100%;
	width: 100%;
	transition: all 0.4s ease;
	padding-left: 15px;
	padding-right: 15px;
}
.service-lists .six-show-slider .slide-box .features-list > div {
	bottom: 0;
	position: relative;
	transition: all 0.4s ease;
}
.service-lists .six-show-slider .slide-box .features-list > div > div {
	display: flex;
	align-items: center;
}
.service-lists .six-show-slider .slide-box .features-list:hover > div {
	bottom: 50px;
}
.service-lists .features-list:hover ul {
	bottom: 0;
    display: grid;
    align-items: center;
    height: 5rem;
    flex-shrink: 0;
}

.service-lists a .features-list ul li a,
.service-lists a .features-list ul li {
	color: #ffffff;
}
.service-lists .features-list ul li {
	border-top: 1px solid #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}
.travel-service-ads .overlay-text img {
	position: relative;
	left: 0;
	transition: all 0.4s ease;
}
.travel-service-ads:hover .overlay-text img {
	position: relative;
	left: 10px;
}
.travel-features-wrap {
	background-color: #f5f5f5;
	max-width: 541px;
	width: 100%;
	padding: 40px;
}
.travel-features-slide {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10;
}
.travel-features-slide img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
}
.travel-features-slide > div:last-child {
	font-family: "PoppinsSemiBold";
	min-height: 39px;
}
.travel-features-slider .slick-dots {
	bottom: inherit;
	top: -41px;
	text-align: right;
}
.abg-meta-list {
	padding: 1px;
	transition: all 0.4s ease;
	background: #cccccc;
	margin-bottom: 7px;
	height: 100%;
	position: relative;
}
.abg-meta-list.active {
	background-image: -moz-linear-gradient(180deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
	box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
}
.abg-meta-list a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	background: #ffffff;
	padding: 13px 30px;
	height: 100%;
	position: relative;
}
.abg-meta-list div:nth-child(1) {
	max-width: 80px;
	width: 100%;
}
.abg-meta-list div:nth-child(2) {
	font-family: "PoppinsSemiBold";
	padding-left: 17px;
	padding-right: 25px;
	width: calc(100% - 60px);
	/*position: relative;*/
	word-break: break-word;
}
.abg-meta-list div:nth-child(2):after,
.adminee-accessibility-lists .abg-meta-list div:nth-child(2):after {
	content: "";
	position: absolute;
	top: 50%;
	right:0;
	width: 29px;
	height: 19px;
	background: url(../../img/right-arrow.png) right center no-repeat;
	transform: translateY(-50%);
	transition: all 0.4s ease;
	transition-delay: 0.2s;
}
.abg-meta-list div:nth-child(2) span {
	font-family: "PoppinsRegular";
	font-size: 13px;
    font-family: "PoppinsRegular";
    font-size: 13px;
    margin-top: 10px;
    width: 220px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.abg-meta-list:hover img {
	filter: brightness(0) invert(1);
}
.abg-meta-list:hover a {
	color: #ffffff;
	background: transparent;
}
.abg-meta-list:hover div:nth-child(2):after,
.adminee-accessibility-lists .abg-meta-list:hover div:nth-child(2):after {
	right: 10px;
	background: url(../../img/white-right-arrow.png) right center no-repeat;
}
.full-width-caption-slide {
	position: relative;
}
.white-text * {
	color: #ffffff;
}
.full-width-caption-slide .overlay-text {
	padding-left: 88px;
	max-width: 510px;
	width: 100%;
}
.v-middle-arrow .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}
.relative-dots .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}
.font-16 {
	font-size: 16px;
}
.full-border-field {
	border: 1px solid #f47328;
	border-radius: 7px;
	padding: 14px 25px;
}
.dd-icon {
	position: relative;
	padding-right: 40px;
}
.dd-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url(../../img/dd-icon.png) no-repeat;
	width: 8px;
	height: 7px;
}
.travel-hotel-lists .thumb-overlay-slide {
	padding-left: 10px;
	padding-right: 10px;
}
.travel-hotel-lists .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.thumb-overlay-slide > div {
	position: relative;
}
.thumb-overlay-slide > div div {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 20px;
}
.meet-nav-lists ul {
	margin-top: 20px;
}
.meet-nav-lists ul li a {
	text-decoration: none;
	color: #000;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	cursor: pointer;
}
.meet-nav-lists ul li a:hover,
.meet-nav-lists ul li.active a {
	color: #dc2a28 !important;
	font-weight: bold;
}
.meet-team-lists figure {
	background-color: #e3e6e8;
	padding: 2px;
	text-align: center;
	transition: all 0.4s ease;
	position: relative;
}
.meet-team-lists figure:hover,
.meet-team-lists figure.profile-active {
	/*transform: scale(1.1);*/
	box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
}
.meet-team-lists figure > a {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	transition: all 0.4s ease;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 10px;
}
.meet-team-lists figure:hover > a,
.meet-team-lists figure.profile-active > a {
	background-color: transparent;
}
.meet-team-lists figure .team-img {
	position: relative;
}
/*.meet-team-lists figure:hover .team-img {
    width: 170px;
    height: 170px;
}*/
.meet-team-lists figure .team-img > div {
	width: 81px;
	height: 81px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.4s ease;
	position: relative;
}
.meet-team-lists figure a:before,
.meet-team-lists figure a:after {
	content: "";
	position: absolute;
	height: 170px;
	width: 170px;
	top: 41px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	border: 2px solid transparent;
}
.meet-team-lists figure a:before {
	border-left-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.meet-team-lists figure:hover a:before,
.meet-team-lists figure.profile-active a:before {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.meet-team-lists figure a:after {
	border-right-color: transparent;
	border-top-color: transparent;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.meet-team-lists figure:hover a:after,
.meet-team-lists figure.profile-active a:after {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.meet-team-lists figure:hover .team-img > div,
.meet-team-lists figure.profile-active .team-img > div {
	width: 118px;
	height: 118px;
}
.meet-team-lists figure .team-img > div img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.meet-team-lists figure:hover .team-img > div img,
.meet-team-lists figure.profile-active .team-img > div img {
	opacity: 0.43;
}
.meet-team-lists figure figcaption {
	margin-top: 28px;
	transition: all 0.4s ease;
}
.meet-team-lists figure:hover figcaption,
.meet-team-lists figure.profile-active figcaption {
	display: none;
}
.meet-team-lists figure figcaption h6 {
	font-family: "PoppinsBold";
	color: #000;
}
.meet-team-lists figure figcaption p {
	font-size: 13px;
	line-height: 19px;
}
.meet-team-lists figure .team-img:after {
	content: "";
	position: absolute;
	bottom: -44px;
	right: 15px;
	width: 43px;
	height: 43px;
	background: url(../../img/circle-arrow.png) no-repeat;
	opacity: 0;
	transform: scale(0);
}
.meet-team-lists figure:hover .team-img:after,
.meet-team-lists figure.profile-active .team-img:after {
	opacity: 1;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	transform: scale(1);
}
.omp-logo-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 50px;
}
.omp-logo-slider.relative-dots .slick-dots {
	margin-top: 0;
}
.omp-logo-slider .slick-slide > div {
	padding: 10px 15px;
}
.omp-logo-slide {
	/* background-color: #e3e6e8; */
	background-color: #fff;
	padding: 2px;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.omp-logo-slide:hover {
	/* background-image: -moz-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);*/
	box-shadow: 0px 23px 46px 0px rgba(0, 0, 0, 0.5);
}
.omp-logo-slide .omp-logo-slide-inner {
	padding: 10px;
	background-color: #ffffff;
}
.omp-logo-slide .omp-logo-slide-inner > div {
	width: 100%;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.omp-logo-slide:hover .omp-logo-slide-inner {
	background-color: transparent;
}
.field-name,
.custom-form-wrap h6 {
	font-family: "PoppinsSemiBold";
}
.field-name {
	color: #333333;
	display: block;
	margin-bottom: 20px;
}
.custom-field-wrap {
	border-bottom: 1px solid #999999;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.custom-field {
	font-family: "PoppinsRegular";
	font-size: 14px;
	color: #333333;
	width: 100%;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333333;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #333333;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #333333;
}
.partner-regsiter-form-wrap {
	background-color: #f5f5f5;
}
.our-partner-list {
	height: 227px;
}
.our-partner-list .our-partner-img {
	height: 63px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*margin-bottom: 20px;*/
	margin:2rem 0;
}
.our-partner-lists .our-partner-list .our-partner-img {
	width: 63px;
	margin-bottom: 40px;
	border-radius: 50%;
}
.our-partner-lists .our-partner-list .our-partner-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.our-partner-lists ul{
	font-size: 0;
	margin-right: -15px;
	margin-left: -15px;
}

.vertical-service-lists ul{
	
	font-size: 0;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    justify-content: center; /* Horizontally center the list items */
    align-items: center; /* Vertically center the list items */
    flex-wrap: wrap;
} 
.our-partner-lists ul li,
.vertical-service-lists ul li {
	width: 20%;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}
.our-partner-lists ul li a,
.vertical-service-lists ul li a {
	text-decoration: none;
	color: inherit;
}
.our-partner-lists ul li span,
.vertical-service-lists ul li span {
	font-size: 16px;
}
.thumb-action-arrow {
	margin-top: 10px;
	height: auto !important;
}
.abg-meta-smal-box .abg-meta-list div:nth-child(1) {
	max-width: 55px;
}
.view-map-btn {
	text-decoration: none;
	color: #000;
}
.view-map-btn:hover {
	color: #dc2a28;
}
.know-abg-plant-detail-row {
	margin-bottom: 13px;
}
.know-abg-plant-detail-row > div div ul li {
	padding-bottom: 10px;
}
.know-abg-plant-detail-row > div div:first-child {
	width: 55%;
	padding-right: 15px;
}
.know-abg-plant-detail-row h6 {
	color: #dc2a28;
	margin-bottom: 3px;
}
.know-abg-plant-detail-row p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.top-right-arrow .slick-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.top-right-arrow .slick-prev {
	right: 40px;
	left: inherit;
}

.know-abg-plants-slider .top-right-arrow .slick-prev {
    top: 14rem;
    left: -1rem;
    right: unset;
}

.know-abg-plants-slider .top-right-arrow .slick-arrow {
    top: 14rem;
    right: -1rem;
}

.plant-project-more-info h6 {
	color: #dc2a28;
	margin-bottom: 13px;
}
.open_popup {
	background: tomato;
	border: none;
	padding: 5px 15px;
	color: #fff;
}
.popup_body {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
	z-index: 99999999;
}
.popup_body_show {
	display: flex;
	align-items: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}
.popup_back {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.popup_contain {
	position: relative;
	background: #fff;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding:20px;
	box-shadow: 0px 0px 133px 0px rgba(0, 0, 0, 0.36);
}

.fancybox__content {
    background: unset;
    padding: 0;
}

.popup_close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.profile-popup {
	position: relative;
	padding:2rem;
}


.one-abg-admins-details ul li {
	border: 0;
	margin: 0 2rem;
	padding: 1rem 0.5rem 0;
}

.one-abg-admins-details ul li img {
	position: absolute;
	left: -1.4rem;
}


.profile-popup button.carousel__button.is-close {
	top: 0.6rem !important;
	right: 1rem !important;
}

.profile-popup button.carousel__button.is-close svg {
	font-size: 4rem !important;
	width: 5rem;
	height: 5rem;
}

.profile-pic {
	max-width: 220px;
	height: 220px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}
.profile-pic img {
	max-width: 320px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.profile-details {
	padding-left: 0;
}

/*.profile-details ul li {*/
/*    padding-left: 0 !important;*/
/*}*/

.profile-details ul li img {
    position: unset;
/*    left: 0 !important;*/
}

.about-us-profile ul li img{
    position:absolute !important;
}

.profile-details ul li {
    border-bottom: 1px solid #ccc;
    margin:2rem 0;
    padding-left:0;
}

.profile-box {
	padding:2em 2em 5em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.profile-details h4 {
	font-family: "PoppinsMedium";
	font-size: 30px;
}
.profile-details h6 {
	font-family: "PoppinsRegular";
	font-size: 16px;
	color: #dc2a28;
	margin-top: 15px;
	margin-bottom: 12px;
}
.profile-details ul {
	padding-bottom: 12px;
	border-bottom: 1px solid #dc2a28;
}
.profile-details ul li {
	position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 7px;
    margin-right: 0;
}
.profile-details ul li img {
	/* position: absolute;
	left: 0; */
	display: block;
	margin: 0px auto;
}

.profile-details li {
	/*border-bottom: 1px solid #ccc;*/
	padding:2px;
}

.one-abg-admins-details li{
    	border-bottom: 1px solid #ccc;
	padding:15px 2px;
}

.one-abg-admins-details li.pfr-dob-icon, .one-abg-admins-details ul{
    border:unset;
}

.one-abg-admins-details ul li.pfr-email-icon img, .one-abg-admins-details ul li.pfr-phone-icon img {
    margin-top: 12px;
}

.profile-details ul li,
.profile-details ul li a {
	font-family: "PoppinsRegular";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.pfr-user-icon img {
	top: 1px;
}
.pfr-phone-icon img {
	top: 2px;
}
.pfr-email-icon img {
	top: 3px;
}
.profile-details p {
	font-size: 13px;
	line-height:1.7;
}
.profile-socials .profile-socials-inner div {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.profile-socials .profile-socials-inner div a {
	font-family: "PoppinsRegular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-top:7px;
}
.prf-para {
	max-height: 200px;
	overflow-y: scroll;
}
.profile-socials {
    max-width: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: unset;
    margin: 20px 20px 0;
}
.profile-details ul li a:hover,
.profile-socials .profile-socials-inner div a:hover {
	color: var(--primary-color);
}
.profile-pic-img {
	display: inline-block;
}

.file-upload {
	display: none;
}
.profilepic-circle {
	width: 149px;
	max-height: 149px;
	margin: auto;
}
.profilepic-circle .profile-pic-img-block {
	border-radius: 100% !important;
	overflow: hidden;
}
.profilepic-circle .profile-pic-img-block img {
	max-width: 100%;
	height: 149px;
	object-fit: cover;
	object-position: center;
	border-radius: 100% !important;
}
.p-image {
    position: absolute;
    bottom: -0.8rem;
    right: 0;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    background: #dc2a28;
    width: 2rem;
    padding: 0.5rem;
    border-radius: 100%;
}
.p-image:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
	font-size: 1.2em;
}
.upload-button:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #999;
}
.profile-sidebar,
.profile-main-info-wrap {
	background-color: #f7f7f7;
	padding: 20px;
}
.profile-sidebar-inner,
.profile-main-info {
	border-bottom: 1px solid #cccccc;
}
.profile-sidebar-inner .profile-sidebar-pic {
	padding-bottom: 20px;
}
.profile-main-info h4 {
	font-family: "PoppinsMedium";
}
.profile-main-info h6 {
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 0;
}
.profile-main-info .profile-details ul li {
	margin-bottom: 15px;
	word-break: break-word;
}
.profile-main-info .profile-details ul li:last-child {
	margin-bottom: 0;
}
.profile-main-info .profile-details {
	padding-left: 40px;
	border-left: 1px solid #cccccc;
	display: flex;
	align-items: center;
}
.profile-edit-icon {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.2;
	cursor: pointer;
}
.profile-edit-icon:hover {
	opacity: 1;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu {
	padding-left: 5px;
	padding-right: 5px;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li {
	display: flex;
	align-items: center;
	padding: 13px 17px;
	margin-bottom: 15px;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li.active {
	background: #dc2a28;
	background: -webkit-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	border-radius: 11px;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li a span:nth-child(1) {
	display: inline-block;
	width: 35px;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li.active a img {
	filter: brightness(0) invert(1);
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li.active a,
.profile-part-2 .profile-sidebar-menu .tab-mnu li.active a:hover {
	color: #ffffff;
	font-weight: bold;
}
.profile-part-2 .profile-sidebar-menu .tab-mnu li a:hover {
	color: #dc2a28;
}
.profile-part-2 .tab-cont {
	padding-top: 20px;
}
.business-form-field.choose-file {
    height: 9.5rem;
    /*display: flex;*/
    /*align-items: center;*/
    padding:0;
    border:0;
}

.business-form-field {
	border: 1px solid #cccccc;
	padding: 14px 15px 10px 15px;
	margin-bottom: 20px;
	transition: all 0.4s ease;
	height: 4.5rem;
	position:relative;
}

.upload-file-icon{
      bottom: 1rem !important;
    right: 1rem !important;
}

.medical-checkbox .form-check {
    padding-bottom: 1.2rem;
}

.gurdian-info h5 {
    font-weight: 600;
    font-size: 1.2rem;
    text-shadow: unset;
}

.business-form-field-inner snall {
    font-size: 0.8rem;
    margin-left: -1rem;
    margin-bottom:2rem;
}


.gurdian-info p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 1rem;
    color: grey;
}

.account-agree label a,
.account-agree label{
    font-size:1rem !important;
    color:grey;
    text-decoration: none;
}

.business-form-field-inner .form-select{
    background-image: url('/img/select-arrow.png');
    background-size:inherit;
}

.gurdians-edit-icons{
        background-image: url('/img/gurdian-edit-icons.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: right 30%;
}


.business-form-field label {
	font-size: 12px;
	color: #666666;
	display: block;
	margin-bottom: 5px;
}
.business-form-field .input-field {
	width: 100%;
	color: #333333;
	font-family: "PoppinsMedium";
}
.business-form-field:focus-within {
	border-color: #dc2a28;
}
.outline-btn {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding: 11px 22px;
	border-radius: 11px;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #000000;
	transition: all 0.4s ease;
}
.outline-btn:hover {
	background-color: #000;
	color: #ffffff;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active {
	background: #dc2a28;
	background: -webkit-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to right, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to right, #dc2a28 30%, #f47328 100%);
}
.codered-service-lists .features-list {
	height: 180px;
}
.codered-service-lists .features-list > div > div {
	height: 86px;
}
.codered-covid-supprt-section {
	background-color: #f5f5f5;
	padding: 45px 0;
}
.codered-covid-supprt-section .travel-features-slide > div:last-child {
	min-height: initial;
}
.codered-covid-supprt-section .travel-features-slide {
	padding-top: 0;
}
.expert-advice-video-slider p {
	width: calc(100% - 50px);
}
.raise-request-slide .abg-meta-list {
	height: 114px;
	margin-bottom: 0;
}
.raise-request-slide .abg-meta-list div:nth-child(2):after {
	display: none;
}
.raise-request-slide .abg-meta-list div:nth-child(2) {
	font-family: "PoppinsSemiBold";
	color: #dc2a28;
	padding-left: 0;
	padding-right: 0;
}
.raise-request-slide .abg-meta-list:hover div:nth-child(2),
.raise-request-slide .abg-meta-list:hover div:nth-child(2) span {
	color: #ffffff;
}
.raise-request-slide .abg-meta-list div:nth-child(2) span {
	color: #333333;
	margin-top: 0;
	margin-bottom: 7px;
}
.raise-request-slide {
	padding-left: 20px;
	padding-right: 20px;
}
.raise-request-slider .slick-list {
	margin-left: -20px;
	margin-right: -20px;
}
.raise-request-slide .abg-meta-list div:nth-child(1) {
	max-width: 70px;
	width: 100%;
}
.raise-request-slide .home-admin-policies-box a div img {
	margin: auto;
}
.raise-request-slide .home-admin-policies-box a p {
	line-height: normal;
	margin-bottom: 10px;
}
.raise-request-slide .home-admin-policies-box a span {
	background: url(../../img/slider-right-arrow-h.png) center no-repeat;
	display: block;
	padding: 9px;
	margin-top: 15px;
	transition: all 0.4s ease;
}
.raise-request-slide .home-admin-policies-box:hover a span {
	background: url(../../img/white-right-arrow-2.png) center no-repeat;
}
.know-your-eligibility-slider .home-admin-policies-box a div {
	height: 112px;
}
.dd-column {
	width: 20%;
}
.load-more-btn span {
	font-family: "PoppinsBold";
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.load-more-btn button img {
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}
.load-more-btn button:hover img {
	top: 10px;
}
.facility-management-team-lists figure {
	margin-bottom: 2rem;
}
.abg-workspace-tool-text h6 {
	font-family: "PoppinsRegular";
	margin-top: 15px;
	margin-bottom: 15px;
}
.abg-workspace-tool-text p a {
	color: #dc2a28;
	text-decoration: none;
}
.abg-workspace-tool-text div a.custom-btn {
	max-width: 253px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.resources-tab ul {
	display: flex;
	justify-content: space-between;
	overflow:hidden;
}

.carousel__button svg {
    color: #dc2a28;
}

.text.text-14 ol {
    padding: 0 14px;
}

.resources-tab ul li {
	margin-left: 0;
	margin-right: 0;
}
.resources-tab ul li {
	transition: all 0.4s ease;
}
.resources-tab ul li.active a {
	border-bottom: 2px solid #dc2a28;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border-bottom: 2px solid #dc2a28 !important;
        color:#dc2a28 !important;
        border-color:#dc2a28 !important;
        border:0 !important;
}

.resource-search-icon {
	padding-right: 40px;
}
.resource-search-icon:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../../img/search-icon.png) no-repeat;
}
.resource-thumb-box {
	margin-bottom: 30px;
}

.resource-thumb-box .res-img{
  flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 342px!important;
    height: 240px;
    object-position: top;
}

.res-gallery-img img {
    background-color: rgba(0,0,0,1.5);
    filter: brightness(0.5);
    object-fit: cover;
        width: 342px!important;
    height: 240px;
    object-position: top;
}

.res-gallery-img img.res-gallery-icon {
    background-color: unset;
    filter: unset;
    object-fit: unset;
    height:auto;
    width:auto !important;
}

.res-gallery .nav-link h4 {
    font-weight: 500 !important;
    margin-top: 20px;
}

.resource-title h3 {
    font-family: "PoppinsSemiBold";
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
    /*line-height: 1.0;*/
    /*font-weight: 700;*/
}
.resource-title .share a {
	font-family: "PoppinsRegular";
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.resource-title .share a span {
	padding-left: 10px;
}
.back-next-btn a {
	font-family: "PoppinsRegular";
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
.back-next-btn a:hover {
	color: #9a1113;
	text-decoration: underline;
}

.single-show-slider.top-right-dots .slick-dots {
	bottom: inherit;
	top: 50%;
	left: 4%;
	text-align: left;
	width: auto;
}

.single-show-slider.top-right-dots .slick-dots li {
	display: block;
}

.single-show-slider.top-right-dots {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #f3f3f3;
}

.li-pointer li {
	position: relative;
	padding-left: 31px;
	font-size: 14px;
	line-height: 22px;
}
.li-pointer li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #dc2a28;
}
.adminee-accessibility-lists .abg-meta-list div:nth-child(2) {
	padding-bottom: 28px;
	position: relative;
}
.adminee-accessibility-lists .abg-meta-list div:nth-child(2):after {
	top: inherit;
	transform: translateY(0);
	right: inherit;
	bottom: 0;
	left: 25px;
}
.adminee-accessibility-lists .whatsapp-bg:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 88px;
	max-height: 88px;
	width: 100%;
	height: 100%;
	background: url(../../img/whatsapp-bg.png) no-repeat;
	background-size: 100%;
}
.adminee-accessibility-lists .ms-team-bg:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 85px;
	max-height: 90px;
	width: 100%;
	height: 100%;
	background: url(../../img/ms-team-bg.png) no-repeat;
	background-size: 100%;
}
.office-details h6 {
	font-family: "PoppinsSemiBold";
	font-size: 18px;
	color: #dc2a28;
}
.office-details .add-icon {
	padding-left: 27px;
	background: url(../../img/map-pin.png) no-repeat;
}
.office-details ul {
	margin-left: -7px;
	margin-right: -7px;
}
.office-details ul li {
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}
.office-details ul li span {
	display: block;
	font-size: 13px;
	margin-top: 8px;
}
.attachements-wrap a {
	font-size: 13px;
	color: #191d22;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.attachements-wrap a span {
	padding-left: 7px;
}
.attachements-wrap a:hover {
	color: #dc2a28;
}
.attachements-wrap > div div {
	margin-right: 25px;
}
.office-list .../img img {
	width: 100%;
}

.admin-polices .form-check-input:checked {
	background-color: #fff;
	border-color: #d61314;
	background-image: url("../../img/radio-btn.png") !important;
}

.admin-polices label {
	vertical-align: middle;
	font-size: 14px;
}

.admin-polices input[type="radio"]:checked + label {
	color: #d61314;
}

.admin-polices .form-switch .form-check-input {
	width: 3.5em;
	height: 1.7em;
	background-color: #999999;
	border-color: #999999;
}

.admin-polices .form-switch label {
	margin: 5px 0 0 10px;
	font-size: 16px;
	color: #999999;
}

.admin-polices .form-switch .form-check-input:checked {
	background-color: #d61314;
	border-color: #d61314;
	background-image: url("../../img/switch-btn.png") !important;
	background-size: 70%;
}

.admin-polices .form-switch input[type="checkbox"]:checked + label {
	color: #000 !important;
}

.admin-polices h5.card-title {
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.admin-polices a {
    text-decoration: none;
    color: #000;
}

.admin-polices .card-body {
	padding: 2em 2em 0;
	position: relative;
}

.admin-polices .card-body h6 {
	font-size: 13px;
	position: relative;
	color: #f47328;
}

.policies-date {
	border: 2px solid #000;
	border-right: 0;
	border-left: 0;
	margin: 1em 0;
	padding: 1em 0.4em 0;
	position: relative;
}

.policies-date ul {
	padding: 0;
	list-style: none;
	position: relative;
}

.policies-date li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.policies-date span {
	color: #f47328;
	font-size: 12px;
	position: relative;
}

.attachments ul {
	list-style: none;
	padding: 0.5em 0;
	position: relative;
}

.attachments li {
	margin-bottom: 20px;
	position: relative;
}

.attachments a {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    word-break: break-all;
}

.attachments img {
	margin-right: 10px;
	position: relative;
}

.attachments :last-child {
	margin-bottom: 0;
}

.admin-polices .card-footer {
	background: unset;
	border: 0;
	position: relative;
}

.admin-polices .card-footer svg {
	font-size: 30px;
	margin: 18px;
	color: #f47328;
	position: relative;
}

.admin-polices .card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: all 0.4s ease;
	background: #dc2a28;
	background: -webkit-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to top, #dc2a28 30%, #f47328 100%);
}

.admin-polices .card:hover:before {
	width: 100%;
}
.admin-polices .card:hover {
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
}

.admin-polices .card:hover img {
	filter: brightness(0) invert(1);
}

.admin-polices .card:hover ul li a,
.admin-polices .card:hover svg,
.admin-polices .card:hover span,
.admin-polices .card:hover .policies-date,
.admin-polices .card:hover ul,
.admin-polices .card:hover li,
.admin-polices .card:hover h5,
.admin-polices .card:hover h6 {
	color: #ffffff;
	background: transparent;
	border-color: #fff;
}

.abg-meta-admin a {
	padding: 1.6em;
}

.abg-meta-admin div:nth-child(2):after {
	content: unset;
}

.abg-meta-smal-box .abg-meta-admin div:nth-child(1) {
	max-width: 20px;
}

.graphical-process .card .card-body {
	padding: 1.5em 2em;
}
.graphical-process .card img {
	padding: 2em 2em 0;
}

.graphical-process h5.card-title {
	font-size: 18px;
	text-align: center;
}

.graphical-process .card-footer {
	background: unset;
	border: 0;
	text-align: right;
}

.graphical-process svg {
	font-size: 30px;
	margin: 0 0 10px;
	color: #dc2a28;
	position: relative;
}

.deals-img {
	border: 1px solid grey;
	padding: 2em;
	height: 120px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.deals-img img{
    object-fit: scale-down;
    width: 50px;
    height: 50px;
}

.deals-tab span {
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    width: 120px;
    text-align: center;
    justify-content: center;
}

.deals-tab :before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 120px;
	transition: all 0.4s ease;
	background: #dc2a28;
	background: -webkit-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to top, #dc2a28 30%, #f47328 100%);
}

.deals-img:hover:before {
	width: 100%;
}
.deals-img:hover {
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
}

.deals-img:hover img,
.deals-tab ul li .active .deals-img img {
	filter: brightness(0) invert(1);
}

.deals-img:hover ~ .deals-tab .active {
	color: #dc2a28;
}

.deals-tab ul li .active {
	border: unset;
}

.deals-tab .active {
	color: #dc2a28;
	text-decoration: none;
}

.deals-tab ul li .active .deals-img {
	background-image: url(../../img/deals-icon.png);
	background-color: #dc2a28;
	background: url(../../img/deals-icon.png), -webkit-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: url(../../img/deals-icon.png), -moz-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: url(../../img/deals-icon.png), linear-gradient(to top, #dc2a28 30%, #f47328 100%) !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
}

.deals-offer span {
	color: #dc2a28;
}

.homebrand-slider ul.slick-dots {
	left: 0;
	text-align: left;
	bottom: -40px;
}

a#nav-electronic-tab {
	color: #000;
	text-decoration: none;
}

.discountinnr-slider a.badge {
	position: absolute;
	top: 0;
	border-radius: 0;
	text-decoration: none;
	padding: 0.5em 1em;
	font-size: 20px;
	font-weight: 600;
}

.discountinnr-slider ul.slick-dots {
	position: absolute;
	bottom: 2%;
	left: 5%;
	text-align: left;
}

.discountinrr-sidebar {
	border: 1px solid #cccccc;
	padding: 1.08em 1em;
	margin-bottom: 20px;
	height: auto;
	position: relative;
	background: #fff;
}

.discountinrr-sidebar:hover h4,
.discountinrr-sidebar:hover span {
	color: #fff !important;
	position: relative;
}

.discountinrr-sidebar span {
	font-size: 14px;
}

.discountinrr-sidebar h4 {
	margin-bottom: 5px;
	color: #e13928;
	font-size: 20px;
}

.text-red {
	color: #e13928;
}

.discountinrr-list li {
	margin: 10px 0;
	font-weight: 500;
}

.exp-content {
	border: 1px solid #cccccc;
	padding: 2em;
	text-align: center;
	height: 100%;
}

.exp-content h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 20px;
}

.abg-popup .profile-details ul li {
	margin: 20px 0;
}

.abg-popup .profile-details ul {
	border: unset;
}

.res-events h4 {
	font-size: 18px;
    font-family: 'PoppinsRegular';
}

.res-events .datepicker {
	padding: 0;
}

/*.res-events p {*/
/*	font-size: 14px;*/
/*	color: #a3a3a3;*/
/*}*/

.res-dwnl p{
 color: #a3a3a3;
}

.res-events .full-border-field {
	padding-left: 12px;
}

.res-events .full-border-field select,
.res-events .full-border-field ::placeholder {
	font-size: 13px;
}

.res-gallery-img {
	position: relative;
}

.res-gallery-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.res-gallery ul#pills-tab {
	justify-content: center;
}

.res-gallery .nav-pills .nav-link {
	color: grey;
}

.res-gallery .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: unset;
	color: #dc2a28;
}

.res-gallery svg {
	font-size: 40px;
	margin: 0 30px;
}

.res-pres p {
	font-size: 14px;
}

.slider-two .slick-slide {
	padding: 0 8px;
	box-sizing: border-box;
}

.slcikslider-one li.prev.slick-arrow,
.slcikslider-one li.next.slick-arrow {
	position: absolute;
	top: 40%;
}

.slcikslider-one li.prev.slick-arrow {
	left: -6px;
	border-radius: 50%;
	padding: 13px 15px;
}

.slcikslider-one li.next.slick-arrow {
	right: -6px;
	border-radius: 50%;
	padding: 13px 15px;
}

.report-user h5 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
}

.abg-locator-list li {
	margin-bottom: 30px;
	font-weight: 600;
	    display: flex;
    align-items: center;
        font-size: 14px;
    /*padding: 0 0 0 0.8rem;*/
}

.abg-locator-list img {
	padding-right: 20px;
}

.accounts-contact td {
	padding: 1em;
	text-align:left;
}

.accounts-contact table > :not(:last-child) > :last-child > * {
	border-bottom: 1px solid #cccccc;
}
.accounts-contact table,
.accounts-contact tbody {
	border: 1px solid #cccccc;
}

tr.table-tr th {
	color: grey;
	font-weight: 500;
}

.accounts-contact .pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link {
	border: unset;
}

.accounts-contact .pagination li a {
	border: unset;
	color: #000;
	font-weight: 600;
}

.accounts-contact table img {
	margin-right: 10px;
}

.accounts-contact .pagination-lg .page-item:last-child .page-link {
	border-radius: 50px;
}

.accounts-contact .page-item.active .page-link,
.accounts-contact .pagination li a:hover {
	background: #dc2a28;
	color: #fff;
	background: -webkit-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to top, #dc2a28 30%, #f47328 100%);
	border-color: #dc2a28;
	border-radius: 50px;
padding: 0.5rem 1rem;
    margin-top: 0.3rem;
}

.points-note .abg-meta-list div:nth-child(2):after,
.adminee-accessibility-lists .abg-meta-list div:nth-child(2):after {
	content: unset;
}

.points-note .abg-meta-list div:nth-child(2) span {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

/* .mice-faq .accordion {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
} */

.mice-faq .accordion-item {
	border: unset;
	/* border-top: 1px solid #000; */
	/* border-bottom: 1px solid #000; */
}

.mice-faq .accordion-flush .accordion-item .accordion-button {
	font-weight: 600;
	border: unset;
	border-top: 1px solid #000;
	padding-left: 50px;
}

.mice-faq .accordion-button::after {
	position: absolute;
	left: 0;
}

.mice-faq .accordion-button:not(.collapsed) {
	background-color: #ffff;
	color: #dc2a28;
	border-top: 2px solid #dc2a28 !important;
}

.mice-faq .accordion-flush .accordion-item .accordion-button {
	font-weight: 600;
}

.mice-faq .accordion-body, .mice-faq .accordion-body li {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: left;
	width: 80%;
	padding-left: 50px;
}

.accordion-button::after {
	background-image: url(../../img/plus.png);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../../img/minus.png);
	top: 8px;
}

.bg-grey {
	background-color: #f5f5f5;
}

.raise-req .accordion-button,
.raise-req .accordion-item,
.raise-req .accordion-button:not(.collapsed) {
	background-color: #f5f5f5;
}

.raise-req .dd-icon {
	width: 50%;
	background-color: #fff;
}

.raisereq-content .nav-pills .nav-link {
	color: #000;
	margin: 0 20px;
	font-weight: 600;
}

.raisereq-content .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: unset;
	color: #dc2a28;
	border-bottom: 1px solid #dc2a28;
	border-radius: 0;
}

.raise-req .accordion-body {
	width: 100%;
}

.raise-req .form-check {
	margin: 10px 0;
	word-break: break-all;
}

#collapseTwo1 .form-control {
	background: unset;
	border: unset;
	border-bottom: 1px solid #000;
	border-radius: 0;
	margin-bottom: 30px;
	width: 90%;
}

#collapseTwo1 label {
	font-weight: 600;
	vertical-align: sub;
	font-size: 15px;
}

#collapseTwo1 label span {
	color: #dc2a28;
}

#collapseTwo1 .form-check.form-check-inline {
	margin: 20px 20px 20px 0;
}

#collapseTwo1 ::placeholder {
	color: #ccc;
	font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: url(../../img/form-date.png) no-repeat;
}

div#accordionExample1 {
	border-bottom: 1px solid #000;
}

.mice-faq .custom-btn {
	padding: 15px 60px;
	font-size: 16px;
}

.contact-content {
	text-align: left;
}

.contact-content ul li {
	text-align: left;
	margin: 20px 0;
}

.contact-content img {
	margin-right: 5px;
}

.contact-content a {
	text-decoration: none;
	color: #000;
}

.vertical-emailid .col-md-4 {
	font-weight: 500;
}

.raise-query h4 {
	color: #7a7a7a;
}

.raise-query .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: unset;
	color: #000 !important;
}

.raise-query .nav-pills .nav-link.active h4,
.nav-pills .show > .nav-link h4 {
	color: #000 !important;
}

.raise-query .nav-pills .nav-link.active:after,
.nav-pills .show > .nav-link:after {
	content: "";
	position: relative;
	background-color: rgb(220, 42, 40);
	width: 38px;
	height: 2px;
	display: block;
	margin-top: 6px;
}

.raise-query .form-select {
	background-color: unset;
	border: unset;
	border-bottom: 1px solid #000;
	border-radius: 0;
	margin-bottom: 30px;
	width: 90%;
	padding-left:0;
}

.raise-query label.error {
    margin-bottom: 2rem;
    font-size: 1rem;
    color: red;
    font-weight: 500;
}

.raise-query .form-control {
	background-color: unset;
	border: unset;
	border-bottom: 1px solid #000;
	border-radius: 0;
	margin-bottom: 30px;
	padding-left:0;
}

.raise-query label {
	font-weight: 600;
	margin-bottom: 20px;
}

.raise-query span {
	color: #e13928;
}

.raise-query .form-select.error, .raise-query #exampleFormControlTextarea1 {
    margin-bottom: 1rem;
}

.raise-query label.error#feedbackcomment-error {
    margin-top: 1rem;
}

.raise-query form {
	padding: 30px;
}


.contact-popup {}

.contact-popup .modal-header {
    border: 0;
       
}

.contact-popup .modal-body {
    padding: 2rem;
}

.contact-popup .modal-body h4 {
    padding: 1rem;
    font-size: 36px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    line-height: 1.2;
}

.contact-popup .modal-body h5 {font-size: 22px;font-family: "Poppins";color: rgb(220, 42, 40);line-height: 1.2;}

.contact-popup .modal-body p {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    text-align: center;
}

.contact-popup .modal-body .custom-btn {
    padding: 12px 50px;
}

.contact-popup .modal-header .btn-close {
    background: unset;
     opacity: unset;
    height: 100%;
    width: 100%;
    text-align: end;
}

.star-rating {
	line-height: 32px;
	font-size: 1.25em;
	margin-bottom: 20px;
}

.three-star label {
	margin-bottom: 10px;
}

.star-rating .fa-star {
	color: #f47328;
}

.three-star {
	/*margin: 5px 30px;*/
}
/* 
.three-star .form-control {
	border: 1px solid #f47328;
	width: 40%;
	height: 150px;
	background-color: #fff;
} */

.social-buzz {
	text-align: center;
}

.social-buzz li {
	display: inline-block;
	margin: 5px;
}

.mice-faq .accordion-flush .accordion-item .accordion-button span {
	color: #000;
	margin-left: 10px;
}

.hotel-accordian h4 {
	font-size: 14px;
	color: grey;
	word-break: break-all;
}

.hotel-accordian h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.hotel-accordian .accordion-body .col-md-2 {
	padding: 0 10px;
}

.hotel-accordian .accordion-body {
	width: 100%;
	padding: 20px 0;
}

/*NEW PAGES CSS START*/

.custom-icon-tab ul.tab-mnu li {
	margin-left: 34px;
	margin-right: 34px;
	opacity: 0.5;
	cursor: pointer;
	text-transform: uppercase;
}
.custom-icon-tab ul.tab-mnu li span {
	padding-top: 8px;
}
.custom-icon-tab ul.tab-mnu li.active {
	opacity: 1;
	color: #dc2a28;
}
.custom-icon-tab ul.tab-mnu li.active img {
	filter: invert(31%) sepia(90%) saturate(1397%) hue-rotate(335deg) brightness(80%) contrast(114%);
}
.link {
	color: #dc2a28 !important;
}
.code-support-section .medical-emergency-info span {
	font-family: "PoppinsRegular";
	font-size: 14px;
	color: #191d22;
	padding-top: 11px;
	padding-bottom: 7px;
}
.code-support-section .medical-emergency-info div {
	font-family: "PoppinsSemiBold";
	font-size: 24px;
	color: #dc2a28;
}
.code-support-section .domestic-service-lists {
	padding-left: 50px;
}
.code-support-section .domestic-service-lists ul li {
	display: flex;
	align-items: center;
}
.code-support-section .domestic-service-lists ul li span {
	display: block;
	padding-left: 25px;
}
.domestic-service-lists ul {
	border-top: 1px solid #cccccc;
}
.domestic-service-lists ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
}
.table-lists thead tr th {
	font-family: "PoppinsBold";
	font-size: 13px;
	color: #333333;
	opacity: 0.5;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.table-lists tbody tr td {
	font-family: "PoppinsMedium";
	font-size: 14px;
	color: #333333;
	/* padding: 11px 20px; */
	padding: 2em 1rem;
	border: 1px solid #cccccc;
}
.table-lists tbody tr td div {
	display: flex;
	align-items: center;
}
.table-lists tbody tr td div span {
	display: inline-block;
}
.table-lists tbody tr td div span.icon {
	min-width: 38px;
	border-right: 1px solid #cccccc;
	margin-right: 15px;
}
.covid-testing-lists img {
	filter: invert(31%) sepia(90%) saturate(1397%) hue-rotate(335deg) brightness(80%) contrast(114%);
	height: 26px;
}
.covid-testing-lists.table-lists tbody tr td {
	vertical-align: top;
}
.covid-testing-lists.table-lists tbody tr td:last-child,
.home-care-lists.table-lists tbody tr td:last-child {
	width: 166px;
}
.covid-testing-lists.table-lists tbody tr td div span.icon {
	border-right: none;
}
.li-pointer li {
	margin-bottom: 9px;
}
.abg-codered-partners-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 1px solid #cccccc;
}
.abg-codered-partners-lists .abg-codered-partners-list:last-child {
	border-bottom: 1px solid #cccccc;
}
.abg-codered-partners-list div:first-child {
	border-right: 1px solid #cccccc;
	padding-right: 20px;
	max-width: 140px;
	width: 100%;
}
.abg-codered-partners-list div:last-child {
	padding-left: 35px;
	padding-right: 15px;
	width: calc(100% - 140px);
}
.abg-codered-partners-list div:last-child p {
	margin-bottom: 0;
}
.guidelines-lists ul li > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px 18px 30px;
	background: url(../../img/pdf-icon.png) left no-repeat;
	border-top: 1px solid #cccccc;
	background-position-y: 19px;
}
.guidelines-lists ul li:last-child > div {
	border-bottom: 1px solid #cccccc;
}
.guidelines-lists ul li p {
	padding-left: 20px;
	margin-bottom: 0;
	font-family: "PoppinsMedium";
	font-size: 14px;
	color: #333333;
}
.view-icon {
	display: inline-block;
	font-family: "PoppinsMedium";
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
	text-decoration: none;
	padding-right: 37px;
	background: url(../../img/eye-icon.png) right center no-repeat;
}
.view-icon:hover {
	color: #333333;
}
.home-care-lists-section .know-abg-plant-fields > div:first-child {
	margin-left: 0 !important;
}
.responsive-map {
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
	height: 0;
}
.responsive-map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.accordion-content.default {
	display: block;
}
.accordion-content {
	display: none;
}
.download-btn {
	font-family: "PoppinsRegular";
	font-size: 14px;
	color: #dc2a28 !important;
	text-decoration: none;
	padding-right: 25px;
	background: url(../../img/down-arrow.png) right center no-repeat;
}
.mediclaim-support-details .accordion-lists {
	border-bottom: 1px solid #cccccc;
}
.mediclaim-support-details h2 {
	font-family: "PoppinsMedium";
	font-size: 18px;
	color: #000000;
	background: url(../../img/plus-icon.png) left center no-repeat;
	border-top: 1px solid #cccccc;
	margin-bottom: 0;
	padding: 13px 13px 13px 25px;
}
.mediclaim-support-details h2.active {
	color: #dc2a28;
	background: url(../../img/minus-icon.png) left center no-repeat;
}
.mediclaim-support-details .accordion-content {
	padding-top: 15px;
}
.mediclaim-support-details ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.mediclaim-support-details ul li {
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 34px;
}
.mediclaim-support-details ul li span {
    display: block;
    font-size: 14px;
    /*word-break: break-all;*/
    width: 15rem;
    line-height: 1.5;
}


.vol-tabs.nav-pills .nav-link {
    color: #a3a3a3;
}

.vol-tabs.nav-pills .nav-link img {
    margin-bottom: 1rem;
    height: 2rem;
}


.hotel-title.title-line h1:after {
    content: "";
    position: relative;
    background-color: rgb(220, 42, 40);
    width: 38px;
    height: 2px;
    display: block;
    margin-top: 6px;
}


.vol-tabs.nav-pills .nav-link.active img {
    filter: invert(31%) sepia(90%) saturate(1397%) hue-rotate(335deg) brightness(80%) contrast(114%);
}


.vol-tabs.nav-pills .nav-link.active, .vol-tabs.nav-pills .nav-link:hover, .nav-pills .show > .nav-link{
    color: #dc2a28;
    background-color: #fff;
}

.mediclaim-support-details ul li span:first-child {
	opacity: 0.5;
	padding-bottom: 5px;
}
.usage-guidance-lists ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.usage-guidance-lists ul li {
	width: 50%;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.usage-guidance-lists ul li > div {
	border: 1px solid #cccccc;
	padding-left: 50px;
	background-position-x: 28px;
}
.usage-guidance-lists ul li > div p {
	line-height: 19px;
	font-family: "PoppinsRegular";
	padding-right: 15px;
}
.last-mile-delivery p {
	margin-bottom: 0;
}
.pdf-view {
	color: rgba(51, 51, 51, 0.5);
	text-decoration: none;
	font-size: 12px;
	font-family: "PoppinsMedium";
}
.pdf-view:hover {
	color: #333333;
}
.pdf-view span {
	padding-left: 10px;
}
.oxygen-locate-lists .oxygen-locate-list {
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 10px;
}
.oxygen-locate-lists .oxygen-locate-list div {
	padding: 0 15px;
}
.oxygen-locate-lists .oxygen-locate-list div ul {
	margin-bottom: 0;
}
.oxygen-locate-lists .oxygen-locate-list div ul li {
	width: auto;
	padding: 5px 15px 15px 15px;
	margin-bottom: 0;
}
.oxygen-locate-lists .oxygen-locate-list div ul li:nth-child(1) {
	width: 24%;
}
.oxygen-locate-lists .oxygen-locate-list div ul li:nth-child(2) {
	width: 14%;
}
.oxygen-locate-lists .oxygen-locate-list div ul li:nth-child(3) {
	width: 22%;
}
.oxygen-locate-lists .oxygen-locate-list div ul li:nth-child(4) {
	width: 15%;
}
.stress-managment-lists table tr th,
.stress-managment-lists table tr td {
	width: 33.33%;
}
.expert-advice-video .slick-list {
	border: 1px solid #909090;
}
.expert-advice-video .single-slide > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.video-post-thumb-caption {
	padding: 30px;
}
.video-post-thumb-caption h6 {
	font-family: "PoppinsRegular";
	font-size: 22px;
	line-height: 31px;
}
.video-post-thumb-caption h6 span {
	color: #d42817;
}
.expert-advice-video p {
	width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: normal;
}
.video-post-thumb-caption a,
.incident-report-slider .single-slide a {
	position: absolute;
	top: 15px;
	right: 15px;
}
.video-post-thumb:after {
	top: 50%;
	transform: translateY(-50%);
}
.bottom-right-arrow .slick-arrow {
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 1;
}
.bottom-right-arrow .slick-prev {
	right: 60px;
	left: inherit;
}
.expert-advice-video .slick-slide img {
	display: initial;
}
.incident-report-slider .single-slide {
	position: relative;
}
.incident-report-slider .single-slide .incident-report-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 34px 124px 34px 34px;
}
.incident-report-slider .single-slide .incident-report-caption h6 {
	font-family: "PoppinsRegular";
	font-size: 22px;
	color: #ffffff;
	padding-top: 16px;
}
.slider-white-arrow .slick-prev {
	background: url(../../img/white-arrow-slider-prev.png) no-repeat;
}
.slider-white-arrow .slick-prev:hover {
	background: url(../../img/white-arrow-slider-prev.png) no-repeat;
	opacity: 0.5;
}
.slider-white-arrow .slick-next {
	background: url(../../img/white-arrow-slider-next.png) no-repeat;
}
.slider-white-arrow .slick-next:hover {
	background: url(../../img/white-arrow-slider-next.png) no-repeat;
	opacity: 0.5;
}
.sticky-help-line {
	font-size: 16px;
	position: absolute;
	bottom: -71px;
	width: 252px;
	padding: 6px 43px 6px 25px;
	margin: 0 auto;
	right: 0;
	left: 0;
	border-radius: 47px;
}
.sticky-help-line span {
	font-family: "PoppinsRegular";
	font-size: 10px;
	padding-bottom: 4px;
}
.sticky-help-line div {
	padding-left: 40px;
	background: url(../../img/white-call-icon.png) left center no-repeat;
}
.custom-radio-btn .form-check-input:checked {
	background-color: #fff;
	border-color: #d61314;
	background-image: url("../../img/radio-btn.png") !important;
}
.custom-radio-btn label {
	vertical-align: middle;
	font-size: 14px;
}
.custom-radio-btn input[type="radio"]:checked + label {
	color: #d61314;
}
.custom-radio-btn .form-check {
	margin-right: 90px;
}
.custom-radio-btn .form-check .form-check-input[type="radio"] {
	margin-top: 3px;
}
.incident-report-form {
	max-width: 722px;
	width: 100%;
	margin: 0 auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.incident-report-form.show {
	display: block;
}
.popup-custom-form {
	padding: 50px 50px 40px 50px;
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.79);
	background-color: #fff;
	position: relative;
}
.popup-custom-form .field-label-name {
	padding-bottom: 9px;
	font-size: 14px;
	color: #000000;
}
.popup-custom-form .business-form-field {
	margin-bottom: 16px;
}
.popup-custom-form .close-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popup-custom-form .input-field::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.2);
}
.popup-custom-form .input-field::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.2);
}
.popup-custom-form .input-field:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.2);
}
.popup-custom-form .input-field:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.2);
}
.view-all-btn {
	cursor: pointer;
}
.custom-popup .modal-dialog {
	width: 100%;
	max-width: 100%;
}
.custom-popup .modal-body {
	display: flex;
	flex-wrap: wrap;
}
.custom-popup .modal-body .modal-body-column {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
.popup-custom-form .checkbox input:checked + label {
	color: #dc2a28;
}
.popup-custom-form .checkbox input:checked + label:before {
	border-color: #dc2a28;
}
.popup-custom-form .checkbox input:checked + label:after {
	border: solid #dc2a28;
	border-width: 0 2px 2px 0;
}
.abg-meta-list div:nth-child(2) {
	padding-right: 40px;
}
.modal.fade .modal-dialog {
	/*margin: 0;*/
}
.travel-wallet-lists ul li > div {
	background: none;
	padding-left: 0;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:first-child {
	display: flex;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:first-child span {
	display: inline-block;
	min-width: 30px;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:last-child a {
	display: inline-block;
	margin-left: 30px;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:last-child a:first-child {
	margin-left: 0;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:last-child a img {
	opacity: 0.3;
	transition: all 0.4s;
}
.travel-wallet-lists ul li > div.travel-wallet-lists div:last-child a:hover img {
	opacity: 1;
}
.our-internal-network-list-wrap .row .col-md-4:first-child .our-internal-network-list {
	border-left: 0;
}
.abmcpl-offices-slider .slick-list {
	margin-left: -31px;
	margin-right: -30px;
}
.abmcpl-offices-slide {
	padding-left: 31px;
	padding-right: 30px;
}
.abmcpl-offices-slide img {
	width: 100%;
}
.abmcpl-offices-slide h5 {
	font-family: "PoppinsSemiBold";
	font-size: 16px;
	margin-top: 12px;
}
.abmcpl-offices-slide h6 {
	font-family: "PoppinsRegular";
	color: #dc2a28;
	font-size: 14px;
}
.abmcpl-offices-slide p {
	font-size: 14px;
	padding-left: 20px;
	background: url(../../img/prf-address-icon.png) no-repeat;
	background-position-y: 4px;
}
.abmcpl-offices-slider .slick-arrow {
	top: 30%;
}

.abg-workspace-benifits .abg-meta-list div:nth-child(2) {
	padding-right: 0;
	padding-left: 0;
 width: 230px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-left: 1rem;
}

.abg-workspace-benifits .abg-meta-list div:nth-child(2):after{
        right: -2rem;
}

.abg-workspace-benifits .abg-meta-list:hover div:nth-child(2):after{
            right: -3rem;
}

/*.abg-workspace .abg-meta-list div:nth-child(1) {*/
/*	max-width: 100%;*/
/*	display: none;*/
/*}*/

.abg-workspace .abg-meta-list div:nth-child(2):after {
	/*content: unset;*/
}

.abg-workspace-benifits .abg-meta-list a {
	padding: 13px 15px;
	height:8rem;
}

.abg-workspace .abg-meta-list div:nth-child(2) img {
	padding: 20px 0 0;
}

.fouraddress li {
	display: inline-block;
	margin: 0 80px 0 0;
}

.fouraddress h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.fouramities ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0;
}

.fouramities li {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 500;
}

.courier-services-content {
	border: 1px solid #ccc;
	margin: 20px 0px;
	padding: 30px 0;
	text-align: center;
}

.courier-services-content {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.courier-services-content:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	box-shadow: 0px 23px 46px 0px rgba(0, 0, 0, 0.5);
}

div#myModal .modal-header {
    border: unset;
    position: absolute;
    right: 0.5rem;
    z-index: 9999;
    top: 0.5rem;
}

div#myModal .modal-body {
	padding: 0;
}

.popup-slider .slick-dots {
left: 6rem;
    bottom: 3.4rem;
}

.popup-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 40px !important;
}

.travel-thailand .accordion-item {
	margin: 20px 0;
	border-radius: 0;
}

.travel-thailand button.accordion-button.collapsed {
    border: 1px solid #EDF1F4 !important;
    border-radius: 0;
    width: 100%;
        height: 4.5rem;
    background: #EDF1F4;
    font-weight: 700;
}


.travel-thailand button.accordion-button.collapsed img {
    height:40px;
    width: 40px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.travel-thailand .accordion-button:not(.collapsed) {
	transition: all 0.4s ease;
	/* background: #dc2a28; */
	color: #fff;
	border-radius: 0 !important;
	background: unset;
	border: unset;
}
.travel-thailand .accordion-item {
	transition: all 0.4s ease;
	background: #dc2a28;
	background: -webkit-linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
	background: -moz-linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
	background: linear-gradient(to bottom, #dc2a28 30%, #f47328 100%);
	color: #fff;
	border-radius: 0 !important;
	border: unset;
}

.travel-thailand .accordion-button:not(.collapsed) img {
	filter: brightness(0) invert(1);
}

.travel-thailand .accordion-button:not(.collapsed){
    box-shadow:none;
}

.travel-thailand .current .thaaccordion-header {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	background: unset;
}

.travel-thailand .accordion-collapse.show {
	/*display: inline-block;*/
	/*width: 40%;*/
}

.travel-thailand .accordion-button:not(.collapsed)::after {
	position: absolute;
	right: -650px;
}

.travel-thailand .accordion-body {
	padding: 2rem;
}

.travel-thailand .accordion-body li {
	margin:0 0 1rem;
}

.travel-thailand .accordion-body a {
	color: #fff;
}

.profile-wrapper .nav-link {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
}

.profile-wrapper .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #dc2a28;
	background-color: unset;
	border-bottom: 2px solid #dc2a28;
	border-radius: 0;
}

.profile-content h6 {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	margin: 0 0 10px;
}

.online-checkin .col-md-3 {
	text-align: center;
	margin: 1rem;
}

.online-checkin span {
	display: block;
	margin: 30px 0;
	font-size: 18px;
	color: #000;
}

.online-checkin button {
	font-size: 18px;
	color: #000;
	margin: 0 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.online-checkin .nav-pills .nav-link.active,
.online-checkin .nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
	color: #dc2a28;
	background-color: #fff;
}

.online-checkin .nav-pills .nav-link.active.active img {
	filter: invert(31%) sepia(90%) saturate(1397%) hue-rotate(335deg) brightness(80%) contrast(114%);
}

.online-checkin button img {
	display: block;
	text-align: center;
	margin: 10px auto;
}

.online-checkin-content:hover {
	box-shadow: 0px 23px 46px 0px rgb(0 0 0 / 50%);
}

.online-checkin-content {
	border: 1px solid #ccc;
	padding: 2em;
}

.online-checkin-content img {
	height: 130px;
}



.gst-content span {
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.gst-content h5{
    font-size: 16px;
    font-weight:500;
	word-break: break-word;
}

.gst-content ul{
  border-bottom:2px solid #ccc;
  padding:0 0 10px;
}


#aboutus-page button.carousel__button.is-close{
    top: 20px !important;
    right: 20px !important;
}

#aboutus-page button.carousel__button.is-close svg {
    color: #dc2a28;
    height: 40px;
    width: 40px;
}

.load-more-btn li{
    list-style:none;
}

.admin-polices .card-footer a:focus,
.admin-polices .card-footer a:hover{
    border: unset;
    outline: 0;
    box-shadow: unset;
}

.admin-polices .card-footer a {
    padding: 0;
}

.policies-date {
    padding: 1em 0 0;
}

.policies-playbtn svg {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin: 0 auto;
    font-size:60px;
}

.policies-playbtn {
    position: relative;
}


	
	.discount-main-slider{
	display:block !important;    
	    padding-bottom: 30px;
	}
	
   ::-webkit-scrollbar{
	    height:5px;
	}
	
	.like-btn p, .like-btn a {
    display:inline-block;
    margin:auto;
}

.profile-pic.admin-profile-img {
    border-radius: 25%;
}


.home-abg-discount-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s ease;
}


.home-abg-discount-list:hover:before {
    width: 100%;
    background: rgb(220 42 40 / 80%);
}

.card-polices .card-footer img {
    padding-bottom: 1rem;
}

.resource-thumb-box h4 {
    font-family: "PoppinsRegular";
    font-size: 18px;
}

.one-abg-admins-details ul li {
    border: 0;
    margin: 0 2rem;
    padding: 1rem 0.5rem 0;
}

.one-abg-admins-details ul li img {
    position: absolute;
    left: -1.4rem;
}


/*.mobile-app-slide {*/
/*    background: url('/img/mobile-screen-cover.png') no-repeat;*/
/*    background-position: center;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-size: contain;*/
/*}*/

/*.mobile-app-slide img{*/
/*    padding: 0.5rem;*/
/*}*/

.workspace-details img {
    position: absolute !important;
    left: -2rem !important;
}

.workspace-details ul {
    padding-left: 1.2rem;
    /*border: 0;*/
}

.workspace-details li {
    border: 0 !important;
}
.profile-socials-inner img {
    position: unset !important;
}

.popup_close{
    z-index:999;
}

.workspace-details li {padding: 0;margin: 1rem !important;}

.home-news-img, .home-video-img{
    height:280px;
}

.office-img img{
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height:350px;
}

.office-icons img{
    height:40px;
    width:40px;
        margin: auto;
}

button.accordion-button.thaaccordion-button:not(.collapsed) {
    background: none;
    color: #000;
    display: none;
    border:0;
}

.travel-thailand .accordion-collapse.show img {
    filter: brightness(0) invert(1);
}

div#travelpopup .modal-content {
    padding: 2rem 2rem 1rem;
}

div#travelpopup .modal-content .form-control {
    width: 17rem;
    border-radius:10px;
}

div#travelpopup .modal-content .form-label {
    color: grey;
    font-size:14px;
}

div#Marriottpopup button.btn-close,
div#travelpopup button.btn-close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 3rem;
    color: rgb(220, 42, 40);
    background: unset;
    font-weight: normal !important;
    opacity: 1;
    border: 0;
    border-radius: 0;
    	font-family: "PoppinsLight";
}

.profile-popup-container .prf-info img {position: absolute;left: -2rem;}

.profile-popup-container .prf-info li {
       margin: 0.4rem 2rem;
    border: 0;
}

.fancybox__content>.carousel__button.is-close {
    top: 1.9rem;
    right: 1.6rem;
}

.fancybox__content>.carousel__button.is-close svg {
    height: auto;
    width: auto;
}

.about-popup .profile-popup-container .prf-para{
    max-height: 150px;
}

.about-popup .profile-details {
    padding-left: 3rem;
}

.about-popup .profile-socials-inner div{
    margin-bottom:1rem !important;
}

.about-popup .profile-socials-inner {
    margin-top: 2rem;
}

.fancybox__container .fancybox__backdrop,
.fancybox__container .fancybox__backdrop{
    /*background:unset;*/
}

.abg-admin-popup.profile-popup-container .prf-info li {
    margin: 0 2rem !important;
    line-height: 1.3;
}

.abg-admin-popup .profile-details {
    padding-left: 1rem;
}

#pills-guardian .form-select{
    border:0;
    padding-left:0;
    background-image:url('/img/select-icon.png');
       background-size: 10px;
}

#pills-guardian .gurdian-field{
        background-image:url('/img/plus-icon-input.png');
          background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px;
}

.medical-checkbox {
    margin: 2rem 0.5rem;
}

.medical-checkbox label {
    display: block;
    margin-bottom: 1rem;
}

.medical-checkbox .form-check-label {
    margin-bottom: 0;
    margin-top: 0.1rem;
    font-size: 1rem;
}

.comman-popup .popup-content p{
    color:grey;
    margin-top:1.2rem;
    line-height:25px;
    font-size:14px;
}

.comman-popup .popup-content h4{
    line-height:32px;
}

.upload-icon {
    position: absolute;
    bottom: 2.4rem;
    right: 3rem;
}

.col-md-4.access-fileupload {
    position: relative;
}

.slider-equal .slick-initialized .slick-slide{
    height:17rem;
}

.personal-wrapper.business-form-field label{
    position:relative;
}

.personal-wrapper.business-form-field .upload-icon{
    bottom:0;
    right:0.5rem;
}

.personal-wrapper.business-form-field input#file-input{
    display: none;
}

.personal-wrapper.business-form-field .upload-icon span{
    text-decoration:underline;
    margin-left:0.5rem;
    font-size:1rem;
    color:#000;
}

.remove-files {padding-left: 2.5rem;padding-top: 2rem;}

.remove-files span {
    margin-left:0.5rem;
    font-size: 1rem;
    color: grey;
}

.remove-files img {
    height: 16px;
    width: 16px;
}

.file-photo label{
    font-size:1rem;
    margin:0 0 0.5rem;
}

.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled]{
    background-color:unset !important;
}

#flightModal button.btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}

#flightModal a.custom-btn {
    margin-top: 1rem;
}

.travel-content .abg-meta-list{
    height:4.3rem;
}

.pincode-select{
    width: 4rem;
    position: absolute;
    top: 2rem;
}

.mob-no-field input{
  margin-left:4rem;
}

.t-n-c p {
    line-height: 1.5;
    text-transform:capitalize;
}

.t-n-c li {margin: 1rem 0;line-height: 1.5;}

.t-n-c label {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
}


.vendor-reg span {
     display: block;
     font-size: 1rem;
     margin-bottom: 0.5rem;
     color: #000;
}

.vendor-reg li {
     margin-bottom: 3rem;
     color: rgb(220, 42, 40);
}

.vendor-reg .bg-grey {
     margin-top: 1rem;
}

#collapseTwo1 span,
#collapseTwo1 label span {
     display: inline-block;
     margin-left: 0.4rem;
}

#collapseTwo1 span {
     color: #dc2a28;
}

.litigation-type {
     margin: 2rem 0;
}

.litigation-type .form-check.form-check-inline {
     margin-top: 0 !important;
     margin-bottom: 1rem !important;
}

.locations-details .btn {
     width: 7rem;
}

.locations-details .red-btn {
     background: #dc2a28;
     border: 0;
     outline: 0;
     box-shadow: unset;
}

.locations-details .grey-btn {
     background: #ababab;
     border: 0;
     outline: 0;
     box-shadow: unset;
     margin-left: 1rem;
}

.privacy-policy h4 {
     margin: 3rem 0 1rem;
}


.temrs-content {
     margin-top: 3rem;
}

.temrs-content button.accordion-button {
     border-top: 1px solid #000;
     font-weight: 700;
     font-size: 1.5rem;
     padding-left: 4rem;
     background-color: unset !important;
     color: #000;
}

.temrs-content .accordion-item {
     border: 0;
}

.temrs-content div#accordionFlushExample {
     border-bottom: 1px solid #000;
}

.temrs-content .accordion-button::after {
     margin-right: auto !important;
     margin-left: -13rem;
}

.points-note .abg-meta-list a {
    padding: 0 !important;
    padding-left: 1rem !important;
}

.points-note span {
    width: 100% !important;
}

.points-note .abg-meta-smal-box .abg-meta-list div:nth-child(1){
    max-width:30px !important;
}

.points-note .abg-meta-list div:nth-child(2){
    padding-right:0 !important;
}

.points-note .abg-meta-list {
    height: 6rem;
}

.wrap{
    /*padding: 14px 0px;*/
    /*border:0;*/
}

.select-dropdown {
  /*position: relative;*/
  display: inline-block;
  max-width: 100%;
  width:100%;
  margin: 0 15px 0 0;
  font-size:0.9rem;
}
.select-dropdown::last-child {
  margin-right: 0px;
}
.select-dropdown__button {
  cursor: pointer;
  width:100%;
  text-align: left;
   /*border: 1px solid #f47328;*/
    border-radius: 7px;
    /*padding: 0 25px;*/
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    border-radius: 7px;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
 width:100%;
 top:3.2rem;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  transition: all 0.4s ease;
    background: #dc2a28;
    background: -webkit-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
    background: -moz-linear-gradient(to top, #dc2a28 30%, #f47328 100%);
    background: linear-gradient(to top, #dc2a28 30%, #f47328 100%);
    color:#fff;
}

.raise-query button.select-dropdown__button {
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 50px;
    width: 80%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url(/img/select-arrow.svg);
}

.raise-query button.select-dropdown__button span {
    color: #000;
    padding-bottom: 0.5rem;
}

.codered-covid-supprt-section .travel-features-slide a {
    text-decoration:none;
    color:#000;
}

.popup-custom-form  .business-form-field,
.uploadPopup .business-form-field{
    height:auto;
}

.profile-btn{
    border: 1px solid #fff;
    padding: 0.5rem;
    margin-top: 0rem;
    color: var(--primary-color) !important;
}

.meet-team-lists figure:hover .team-img > div {
    height:250px;
    width: 100%;
    border-radius:unset;
}

.meet-team-lists figure .team-img:after {
    bottom: 2rem;
    right: 5rem;
}

.meet-team-lists figure .team-img > div img{
    border-radius:unset;
}

.meet-team-lists figure:hover {
    /*z-index: 9999;*/
    padding: 0;
}

.meet-team-lists figure:hover a {
    padding: 0;
}


/*NEW PAGES CSS END*/

/* ======MEDIA QUERY START====== */

@media (min-width: 1600px) {
	.responsive-container {
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.home-slide img {
		object-fit: cover;
		height: 73vh;
		object-position: 17%;
	}
	.dd-column {
		width: 25%;
	}
	.attachements-wrap > div {
		flex-direction: column;
	}
	.attachements-wrap > div div {
		width: 100%;
		margin-bottom: 10px;
	}
	.attachements-wrap > div div {
		margin-right: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.header-inner {
		flex-direction: column-reverse;
		background-color: #fff;
		padding: 0;
	}
	.header-top {
		padding: 5px 10px;
		background-color: #dc2a28;
	}
	.header-top ul li {
		margin-left: 0;
		color: rgba(255, 255, 255, 0.7);
	}
	.header-top ul li a,
	.user-login button span {
		/*color: #ffffff;*/
	}
	.user-login {
		margin-right: 10px;
		margin-left: 40px;
	}
	.user-login img {
		filter: brightness(0) invert(1);
	}
	.user-login button span {
		padding-left: 8px;
		padding-right: 8px;
		color:grey !important;
	}
	.user-login .dropdown-toggle::after {
		border-top-color: #ffffff;
	}
	.logo img {
		height: 50px;
	}
	.brand-and-icon {
		position: absolute;
		right: 15px;
		top: 30px;
		border: none;
	}
	.footer-inner {
		flex-direction: column;
	}
	.footer-col {
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
		text-align: center;
	}
	.footer-socials a {
		margin-left: 8px;
		margin-right: 8px;
	}
	.footer-menu {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-slider-wrap {
		padding-top: 75px;
	}
	.home-slider-nav-wrap {
		position: relative;
	}
	.home-slide img {
		object-fit: cover;
		height: 68vh;
		object-position: 17%;
	}
	.home-slide-caption {
		position: absolute;
		max-width: 380px;
		width: 100%;
		top: 50%;
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(-50%);
		text-align: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.3);
	}
	h1 {
		font-size: 30px;
	}
	.slick-current .home-slide-nav {
		left: 0;
		top: 0;
	}
	.home-one-portal-features ul li {
		width: 33.33%;
		margin-bottom: 15px;
	}
	.home-admin-update-wrap,
	.home-latest-news-list-wrap,
	.home-video-posts-list-wrap {
		max-width: 100%;
		width: 100%;
	}
	.home-abg-discount-list-img img {
		object-fit: cover;
		height: 150px;
	}
	.our-internal-network-list {
		display: block;
		text-align: center;
		height: 100%;
	}
	.our-internal-network-list div:nth-child(2) {
		padding-left: 0;
		margin: 15px 0 25px 0;
	}
	.our-internal-network-list-wrap .row .col-md-4 {
		padding: 0 !important;
	}
	.chat-msg img {
		width: 50px;
	}
	.meet-nav-wrap {
		text-align: center;
	}
	.meet-nav-wrap.title-line h4:after {
		margin-left: auto;
		margin-right: auto;
	}
	
	.meet-nav-lists ul li {
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.abg-locator-list ul li img{
	    height:auto;
	}
	.mobile-app-text img {
		height: 45px;
	}
	.overlay-image img {
		height: 150px;
		object-fit: cover;
	}
	.travel-features-wrap {
		max-width: 100%;
		margin-bottom: 25px;
	}
	#homeSliderNav .slick-list {
		overflow: auto;
	}
	.business-form-field .input-field {
		font-size: 14px;
	}
	.business-form-field {
		margin-bottom: 24px;
	}
	.raise-request-slide .abg-meta-list a {
		flex-direction: column;
		text-align: center;
	}
	.raise-request-slide .abg-meta-list div:nth-child(1) {
		margin: 0 auto 10px auto;
	}
	.raise-request-slide .abg-meta-list div:nth-child(1) img {
		margin: auto;
	}
	.raise-request-slide .abg-meta-list {
		height: 135px;
	}
	.resource-title h3 {
		font-size: 24px;
	}
	.attachements-wrap > div {
		flex-direction: column;
	}
	.attachements-wrap > div div {
		width: 100%;
		margin-bottom: 10px;
	}
	.attachements-wrap > div div {
		margin-right: 0 !important;
	}
	.resources-tab ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.resources-tab ul li:first-child {
		margin-left: 0;
	}
	.resources-tab ul li:last-child {
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.home-admin-policies-box a div {
		height: 60px;
	}
	.home-admin-policies-box h6 {
		font-size: 16px;
	}
	.home-admin-policies-box a p {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.our-partner-lists ul li,
	.vertical-service-lists ul li {
		width: 25%;
	}
	.abg-meta-list a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.abg-meta-list div:nth-child(2) {
		padding-left: 10px;
	}
	.dd-column {
		width: 33.33%;
	}
}

@media (max-width: 767.98px) {
	.home-slide-nav-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 10px;
		padding-left: 10px;
		border-left: 1px solid #b94822;
		width: 100%;
		height: 94px;
		flex-direction: column-reverse;
		text-align: center;
	}
	.home-slide-nav-inner {
		padding-right: 10px;
		padding-left: 10px;
		height: 77px;
		flex-direction: column-reverse;
		text-align: center;
	}
	.home-slide-nav-inner > div {
		font-size: 22px;
		padding-right: 0;
	}
	.home-slide-nav-inner > div span {
		font-size: 13px;
	}
	.home-slide-nav-inner img {
		height: 26px;
	}
	.home-admin-update-img img {
		max-width: 70px;
	}
	.home-admin-update-wrap ul li > div > div:nth-child(2) {
		padding-left: 25px;
	}
	.home-abg-discount-list-img img {
		object-fit: cover;
		height: 150px;
	}
	.home-abg-discount-list-info div {
		padding-right: 25px;
	}
	.home-abg-discount-list-info div h5 {
		font-size: 17px;
		line-height: 23px;
	}
	.home-abg-discount-list-info div p {
		color: #ffffff;
		margin-bottom: 5px;
	}
	.our-internal-network-list {
		border-left: none;
	}
	.mobile-app-text {
		text-align: center;
		margin-top: 20px;
	}
	.full-width-caption-slide img {
		object-fit: cover;
		height: 300px;
	}
	.full-width-caption-slide .overlay-text {
		padding-left: 40px;
	}
	.know-abg-plants-slider {
		margin-top: 30px;
	}
	.know-abg-plants-slider .inside-tabslider {
		padding-top: 30px;
	}
	.know-abg-plant-details {
		margin-top: 30px;
	}
	.profile-details {
		padding-left: 0;
		margin-top: 25px;
		text-align: center;
	}
	.profile-details.title-line h4:after {
		right: 0;
		margin:1rem auto;
	}
	.prf-info {
		display: flex;
		justify-content: center;
	}
	.prf-para {
		padding-top: 12px;
		border-top: 1px solid #dc2a28;
		max-height: inherit;
		overflow-y: auto;
	}
	.profile-details ul {
		text-align: left;
		border-bottom: none;
		padding-bottom: 0;
	}
	.popup_contain {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile-popup-container {
		height: 90vh;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-right: 15px;
		margin-top: 25px;
	}
	.profile-socials {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	
	.profile-details h4 {
    margin-bottom: 1rem;
}

	.profile-main-info-wrap,
	.profile-main-info,
	.profile-details {
		height: auto !important;
	}
	.profile-main-info .profile-details {
		padding-left: 0;
		border-left: none;
	}
	.profile-main-info {
		border-bottom: none;
	}
	.our-internal-network-list div:nth-child(2) p {
		min-height: auto;
	}
	.abg-meta-list a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.know-abg-plant-fields {
		flex-direction: column;
	}
	.dd-column {
		width: 100%;
	}
	.abg-workspace-tool-text,
	.office-details {
		margin-top: 25px;
	}
	.raise-req .dd-icon {
		width: 100%;
	}

	.raisereq-content .nav-pills .nav-link {
		margin: 20px 3px;
	}

	.raise-req .accordion-body {
		padding-left: 0;
	}
	.contact-content li {
		width: 100% !important;
	}

	.raise-query li {
		display: inline-block;
		width: 50%;
		padding: 0;
		margin: 0;
	}

	.raise-query .nav-link h4 {
		font-size: 20px;
	}

	.three-star .form-control {
		width: 100%;
	}

	.fouraddress li {
		margin-bottom: 30px;
	}

	.fouraddress h5 {
		margin-bottom: 10px;
	}

	.hotel-accordian h5 {
		margin-bottom: 30px;
	}

	.popup-content {
		padding: 0em;
		text-align: center;
		margin: 0 auto;
	}
	

	.popup-content img {
		margin: 0 auto;
	}

	.popup-slider .title-line h4:after {
		text-align: center;
		margin: 10px auto;
	}

	.popup-slider .slick-dots {
    margin: 0 auto;
    text-align: center;
    bottom: 1rem;
    left: 0;
	}
	
	.profile-details ul li, .profile-details ul li a{
	    text-align:left;
	}
	
	.meet-nav-lists ul::-webkit-scrollbar {
    height: 0.3rem;
}
	.profile-details li {
		text-align: center;
	}
	.profile-details {
		padding: 0;
	}
	
		.meet-nav-lists ul,
	.horizonal-tab ul {
		margin-top: 20px;
		white-space: nowrap;
		overflow-x: scroll;
		text-align: center;
		overflow-y: hidden;
	}
	.points-note .abg-meta-list {
    height:auto;
}
}

@media (min-width: 576px) and (max-width: 768px) {
	.our-partner-lists ul li,
	.vertical-service-lists ul li {
		width: 33.33%;
	}
}

@media (max-width: 575.98px) {
	.footer-menu ul li {
		width: 100%;
	}
	.home-one-portal-features ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	.app-icon a:first-child {
		margin-right: 10px;
	}
	.app-icon a img {
		height: 40px;
	}
	.our-partner-lists ul li,
	.vertical-service-lists ul li {
		width: 50%;
	}
	.our-partner-filters {
		flex-direction: column;
	}
	.our-partner-filters .full-border-field {
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.office-details ul {
		flex-wrap: wrap;
		justify-content: flex-start !important;
	}
	.office-details ul li {
		width: 33.33%;
		margin-bottom: 15px;
	}
	.res-gallery .nav-pills .nav-link.active,
	.nav-pills .show > .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 516px) {
	.brand-and-icon {
		top: 45px;
	}
	.home-slider-wrap {
		padding-top: 89px;
	}
	.home-slide-nav-inner {
		width: 100%;
	}
	.know-abg-plant-detail-row > div {
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.our-partner-lists ul li,
	.vertical-service-lists ul li {
		width: 100%;
	}
}
/* ======MEDIA QUERY END====== */

/*=====NEW MEDIA QUERY START=====*/

@media (min-width: 992px) and (max-width: 1100px) {
	.oxygen-locate-lists .oxygen-locate-list div ul li,
	.mediclaim-support-details ul li {
		width: 25% !important;
		padding-bottom: 15px;
	}
	.oxygen-locate-lists .oxygen-locate-list div {
		padding: 0 15px;
	}
	.mediclaim-support-details ul li {
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.middle-arrow .slick-prev {
		left: -10px;
	}
	.middle-arrow .slick-next {
		right: -10px;
	}
	.abg-meta-list div:nth-child(1) {
		max-width: 53px;
	}
	.expert-advice-video {
		margin-bottom: 30px !important;
	}
	.custom-popup .modal-body {
		flex-direction: column;
	}
	.custom-popup .modal-body .modal-body-column {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.incident-report-form {
		top: initial;
		bottom: 0;
		left: 0;
	}
	.usage-guidance-lists ul li {
		width: 100%;
	}
	.oxygen-locate-lists .oxygen-locate-list div ul li,
	.mediclaim-support-details ul li {
		width: 33.33% !important;
		padding-bottom: 15px;
	}
	.oxygen-locate-lists .oxygen-locate-list div {
		padding: 0 15px;
	}
	.guidelines-lists ul li p {
		padding-left: 10px;
		padding-right: 15px;
	}
	.mediclaim-support-details ul li {
		margin-bottom: 0;
	}
	.code-support-section .domestic-service-lists {
		padding-left: 25px;
	}
	.abmcpl-offices-slider .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.abmcpl-offices-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767.98px) {
	.table-lists table tr th,
	.table-lists table tr td {
		min-width: 280px;
	}
	.oxygen-locate-lists .oxygen-locate-list div ul li,
	.mediclaim-support-details ul li {
		width: 50% !important;
		padding-bottom: 15px;
	}
	.custom-icon-tab ul.tab-mnu li {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 14px;
	}
	.code-support-section .domestic-service-lists {
		padding-left: 0;
	}
	.travel-wallet-lists ul li > div.travel-wallet-lists {
		flex-direction: column;
		align-items: flex-start;
	}
	.travel-wallet-lists ul li > div.travel-wallet-lists div:last-child {
		padding-left: 40px;
		padding-top: 10px;
	}
}

@media (max-width: 576.98px) {
	.expert-advice-video .single-slide > div {
		flex-direction: column;
	}
	.expert-advice-video .single-slide > div .w-50 {
		width: 100% !important;
	}
	.video-post-thumb-caption {
		padding-bottom: 60px;
	}
	.incident-report-slider .single-slide .incident-report-caption {
		padding: 24px 94px 24px 24px;
	}
	.incident-report-slider .single-slide .incident-report-caption h6 {
		font-size: 19px;
		margin-bottom: 0;
	}
	.oxygen-locate-lists .oxygen-locate-list div ul li,
	.mediclaim-support-details ul li {
		width: 100% !important;
	}
}

.home-latest-news-div, .home-admin-update-wrap a {

font-size: 16px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;

}

.like-cmmt {
    margin: 0;
    padding: 0;
}

.publish-info, .like-cmmt span {
    margin: 0 10px 0 0;
}


.publish-info, .like-cmmt span img {
    vertical-align: initial;
}

    .micform-box {overflow-x: auto;height: 250px;margin-top: 20px;width: 250px;}

.micform-box .form-check {margin-bottom: 20px;}

.micform-box::-webkit-scrollbar{
    width: 4px !important;
}

.eventform-row .form-control{
    margin-bottom:10px;
}

.eventform-row .form-label{
    font-weight: 600;
    vertical-align: sub;
    font-size: 15px;
    
}



/*=====NEW MEDIA QUERY END=====*/

.mobile-screen-wrapper{
 height: 30rem;
    background-image: url(/img/mobile-scrrens-slider.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.mobile-app-slide {
    height:100%;
}

.mobile-app-slider {
    width: 40rem;
    position: absolute;
    top: -15.1rem;
    left: -8.2rem;
    right: 0;
    padding: 14.4rem;
    overflow: hidden;
}

.mobile-screen-wrapper .slick-dots li{ 
    margin: 0 2px;
}

@media (max-width:767px){
.mobile-screen-wrapper {
    position: unset;
}

.mobile-app-slider {
    left: -7.4rem;
}
    
}


       .vendor-table th,
       td {
            text-align: center;
            padding: 15px !important;
            vertical-align: middle;
       }

       .location-blue li {
            margin: 1rem 0;
       }

       .location-blue .form-check {
            display: flex;
            align-items: center;
       }

       .location-blue label.form-check-label {
            margin-left: 1rem;
       }
	   
	   
	   .resource-thumb-box {
    position: relative;
}

.discount-brand-logo {
   position: absolute;
    bottom: 0;
}

.discount-brand-logo img {
    width: 10rem;
}
.travel-hotel-lists .thumb-overlay-slide img {
    height: 300px;
    object-fit: cover;
    object-position: left;
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
}

div#myModalupload .modal-header {
    border: 0;
    position: absolute;
    right: 0;
    z-index:999;
}

div#myModalupload .modal-header button.btn-close {
    background-image: unset;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.travel-wallet-pin-active img {
    opacity: 1 !important;
}

.sign-up-box {
    padding: 3rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
        margin-bottom: 2rem;
}

.sign-up-box h4 {
    margin-bottom: 2rem;
}

.sign-up-box .text-center span a,
.sign-up-box .text-center span {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(102, 102, 102);
    line-height: 2.083;
    text-decoration: none;
}

.business-form-field-inner {
    position: relative;
}

#icon-click {
    display: block;
    height: 1rem;
    width: 1rem;
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 9999;
}

.welcome-screen{
     background-image: url(/img/welcome-screen-bg.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}

.welcome-screen h1{
       font-size: 35px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
}

.welcome-screen p{
  font-size: 26px;
  font-family: "Poppins";
  color: rgb(247, 219, 87);
  font-style: italic;
  line-height: 1.2;
}

.welcome-screen span {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
    padding-top: 1rem;
    display: block;
    padding-bottom: 1rem;
}

.welcome-screen .welcome-screen-btn {
    display: flex;
    width: 32rem;
    margin: 1rem auto;
    justify-content: space-between;
}

.welcome-screen .yellow-btn{
     background-color: #f7db57;
       font-size: 16px;
  font-family: "Poppins";
}

.welcome-screen .red-btn{
     background-color: #d41f25;
     color: #fff;
       font-size: 16px;
  font-family: "Poppins";
}

.welcome-screen button{
         padding: 0.7rem 1.5rem;
    border-radius: 10px;
}


.sign-up-box span.timmer{
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(240, 102, 40);
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  margin-bottom: 1rem;
}

.sign-up-box small{
     cursor: pointer;
}

div#thankyoupage button.btn-close ,
div#resetpwd button.btn-close ,
div#forgetpwd button.btn-close {
    opacity: unset;
    background: unset;
    height: 100%;
    position: absolute;
    right: 1rem;
    width: 32px;
    margin-top: 1rem;
}

.modal-content.sign-up-box.p-2.sucess-box h4 {
    margin: 1rem;
}

.modal-content.sign-up-box.p-2.sucess-box span {
    display: block;
    margin: 1rem;
    font-size: 22px;
    font-family: "Poppins";
    color: rgb(220, 42, 40);
    line-height: 1.2;
}

.reset-pwd span {
    text-align: center;
    display: block;
    margin: 2rem;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    text-decoration: underline;
    color: grey;
}

.complete-profile .modal-content.sign-up-box.p-2.sucess-box h4{
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}

.complete-profile .modal-content.sign-up-box.p-2.sucess-box span{
display: block;
  font-size: 12px;
  font-family: "Poppins";
  color: rgb(102, 102, 102);
  line-height: 2.083;
}

.isolation-table.table-lists tbody tr td div span {
    display: block;
    padding: 0.5rem 0 0;
}

.isolation-table.table-lists tbody tr td div {
    flex-wrap: wrap;
    justify-content: center;
}

.table-lists thead tr th{
  /* text-align: center  ; */
}

.table-lists tbody tr td{
  text-align: left;
}

.isolation-table.table-lists a.btn.filled-btn {
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0;
}


     
     table.dataTable thead td.select-checkbox:before, table.dataTable thead th.select-checkbox:before {
             content: " ";
          margin-top: -10px;
          margin-left: -6px;
          width: 16px;
          height: 16px;
          border: 1px solid #cdcdcd !important;
          border-radius: 3px;
          display: inline-block;
          position: absolute;
          background: #f7f7f7;
     }
     table.dataTable thead td.select-checkbox.selected:before, table.dataTable thead th.select-checkbox.selected:before {
          background: #f47328;
          border-color:  #f47328 !important;
     }
     table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
          border: 1px solid #cdcdcd !important;
          width: 16px !important;
          height: 16px!important;
          margin-top: 15px!important;
          background: #f7f7f7;
     }
     
     table.dataTable tr th.select-checkbox.selected::after {
          position: absolute;
          margin-left: -4px !important;
     }
     table.dataTable tr th.select-checkbox.selected::after{
          text-shadow: none !important;
     } 
     table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
          text-shadow: none !important;
          margin-top: 8px !important; 
          font-size: 16px !important;
          color: #fff !important;
          margin-left: -4px !important;
     }
     table.dataTable tr.selected td.select-checkbox:before, table.dataTable tr.selected th.select-checkbox:before {
          background: #f47328 !important;
          border-color: #f47328 !important;
     }
     .data-main_length{
          display: none;
     }
     .data-main_filter{
          float: left;
     }
     .data-main_filter label{
          display: none;
     }
     .form-control.custom-search{
        font-size: 13px;
     padding: 6px 9px 7px;
    background: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 97% 7px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #dbdada;
     }
     .form-control.custom-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
       opacity: 0.4; /* Firefox */
     }

     .form-control.custom-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
       opacity: 0.4;
     }

     .form-control.custom-search::-ms-input-placeholder { /* Microsoft Edge */
       opacity: 0.4;
     }
     
     
     table.dataTable tr th.select-checkbox.selected::after {
    content: "âœ”";
     color: #fff;
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}


.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
      padding: 4px 0;
      display: none;
      margin: 0;
      border-top: none;
      box-shadow: 1px 1px 4px -1px #d2d1d1;
}

.dropdown-check-list ul.items li {
    list-style: none;
      padding: 8px 10px 7px;
       font-size: 13px;
       margin: 1px 0;
       color: #929292;
}

.dropdown-check-list.visible .anchor {
  color: #929292;
}

.dropdown-check-list.visible .items {
  display: block;
}

     
     .dropdown-check-list {
    display: inline-block;
    position: absolute;
    left: 36.2%;
    top: 246px;
    width: auto !important;
}
.filter{
     position: absolute;
    left: 31%;
    top: 254px;
     color: gray;
     font-size: 13px;
}
.dropdown-check-list .anchor{
     border: none !important;
     font-size: 13px;
    color: gray;
     margin-top: 3px;
}
.no-arrow.dropdown-check-list .anchor:after{
     display: none;
}
.dropdown-check-list.visible .items {
    background-color: #fff;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before{
     display: none !important;
}
.data-main thead th{
     padding: 2rem 0 !important;
         background: #efefef;
    font-size: 14px;
    color: gray !important;
    font-weight: 600 !important;
     text-align: center;
     border-bottom: none !important;
} 

.data-main tbody td{
     padding: 2rem;
     color: gray;
    font-size: 13px;
    font-weight: 400;
     text-align: center;
      vertical-align: baseline;
}
.data-main tbody td:first-child, .data-main thead th:first-child{
     padding: 2rem 10px;
}
.data-main tbody td:nth-child(2), .data-main thead th:nth-child(2){
     padding: 2rem 10px;
     text-align: left;
}
.data-main thead th:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.data-main thead th:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
table.data-main thead th .head-div{
         border-right: 2px solid #c3c3c3;
    padding: 3px 0;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 2px solid rgb(166 166 166 / 15%) !important;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none !important;
}

.current-logged-btn{
     color: #39C49E;
    border: 1px solid #5ee1bd;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #39c49e30;
}

table.data-main.dataTable.stripe>tbody>tr.odd>*, table.data-main.dataTable.display>tbody>tr.odd>*, table.data-main.dataTable.display>tbody>tr.even>.sorting_1, table.data-main.dataTable.order-column.stripe>tbody>tr.even>.sorting_1, table.dataTable tbody tr.selected>*, table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none !important;
}
.dataTables_wrapper.data-main_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper.data-main_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{
     background: #686868 !important;
    color: #fff !important;
    border: none !important;
    padding: 0.3rem 0.9rem !important;
    font-weight: 300 !important;
     margin: 0 6px !important;
}
#myCustomSearchBox{
         width: 28%;
    margin-bottom: 1rem;
}
.dropdown-check-list{
     z-index: 1;
}

.add-admin .table-div{
     margin-bottom: 2rem;
     justify-content: center;
}
.add-admin .table-div table{
     background: rgb(255, 255, 255);
    padding: 16px 16px 12px;
    border-radius: 8px;
    border-bottom: none !important;
     margin-bottom: 30px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #706d6d !important;
    padding-left: 2rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 6px !important;
     width: 2.2rem;
}
.export-btn{
         float: right;
    margin-top: -3.3rem;
    border: none;
    background: #dc2a28;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 17px 8px 15px;
    border-radius: 5px;
     margin-right: 1.5rem;
}

.highlight-box{
    border-radius: 6px;
    padding: 7px;
     margin-left: -10px;
     margin-bottom: 10px;
}
.highlight-box h6{
     font-size: 15px;
    margin-bottom: 4px;
    font-weight: 400;
}
.highlight-box p{
     font-size: 13px;
    margin-bottom: 0;
}
.pink-highlight-box{
     background: #FFE9E9;
}
.yellow-highlight-box{
     background: #FBFFD0;
}
.blue-highlight-box{
     background: #E9F3FF;
}
.green-highlight-box{
     background: #ECF8E6;
}
.dropdown-check-list.alone {
    left: 30%;
}
.data-main.no-check tbody td:nth-child(2), .data-main.no-check thead th:nth-child(2){
     text-align: center;
}
.data-main.no-check tbody td:nth-child(3){
     text-align: left;
}
.view-btn{
     background: #fff;
    padding: 8px 24px 5px;
    color: gray;
    border: 1px solid #b7b4b4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
}
.dropdown-check-list .checked-bg{
     background: #efefef;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Styling checkbox */
  width: 16px;
  height: 16px;
  background-color: #f7f6f6;
    margin-bottom: -3px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
  background-color: #dc2a28;
  border-color:  #dc2a28;
}
input[type="checkbox"]:checked:after{
     content: '';
    margin-top: 3px;
    position: absolute;
    color: #fff;
    margin-left: 1px;
    /* background: url(/img/check-mark.png); */
        background-image: url(../../img/check-mark.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.employee-table.hotel tbody tr td{
     padding-bottom: 40px;
}
.text-left{
     text-align: left;
     display: block;
}
.action-dropdown .dropdown-toggle::after{
     display: none;
}
.action-dropdown .btn-light{
         background: #eaeaea;
    border-color: #eaeaea;
    color: #aeacac;
    font-size: 28px;
    line-height: 17px;
    padding: 0 6px 15px;
}
.action-dropdown .btn-check:focus+.btn-light, .action-dropdown .btn-light:focus, .action-dropdown button:focus:not(:focus-visible){
         background: #eaeaea;
          box-shadow: none;
    color: #aeacac;
}
.action-dropdown .dropdown-item{
     font-size: 13px;
    font-weight: 300;
     padding: 5px 12px;
     cursor: pointer;
}
.action-dropdown .dropdown-item span{
     width: 15px;
     display: inline-block;
}
.action-dropdown .dropdown-item:last-child span img{
     margin-top: -5px;
}
.action-dropdown .dropdown-menu{
     border: 1px solid rgb(188 187 187 / 15%);
    border-radius: 0.35rem;
    box-shadow: 2px 2px 3px -1px #d8d8d8;
     min-width: 7rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f47328 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
     background-color: #efefef;
}
.display-ib{
     display: inline-block;
}
.float-right{
     float: right;
}
.sos-form-content .row>*{
     padding-right: 10px;
     padding-left: 10px;
}
.sos-form-content .bg-white{
     border-radius: 10px;
     padding: 25px 15px;
}
.sos-form-content .bg-white h6{
         font-size: 17px;
    font-weight: 600;
    color: #626060;
}
.sos-form-content .col-3{
     width: 20%;
}
.sos-form-content .col-5{
     width: 40%;
}
.sos-form-content .bg-white .data-main thead th{
     text-align: left !important;
     color: #727272;
     font-size: 14px;
     padding: 12px 15px !important;
}
.sos-form-content .bg-white .data-main tbody td:first-child{
     padding: 1rem 10px 1rem 14px !important;
}
.sos-form-content .bg-white .data-main tbody td{
     vertical-align: top;
     padding: 1rem 15px !important;
     text-align: left;
     color: #727272;
     font-size: 14px;
}
.sos-form-content .bg-white .data-main{
     margin-bottom: 0;
     padding: 0;
}
.sos-form-content .bg-white .dataTables_info, .sos-form-content .bg-white .dataTables_paginate { 
     display: none;
}
.sos-form-content a{
     color: #F47328;
     font-size: 13px;
}
.sos-form-content .data-div{
     color: #6b6b6b;
     font-size: 15px;
}
.sos-form-content .data-div span{
         color: darkgray;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
}
.sos-form-content hr{
     width: calc(100% + 30px);
    margin-left: -15px;
    height: 2px !important;
    background: #b7b7b7;
}
.sos-form-content .accordion-button{
     padding:  0rem 0;
     color: #6b6b6b;
}
.sos-form-content .accordion-body{
     padding: 0;
}
.sos-form-content .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.sos-form-content .accordion-button:not(.collapsed){
        color: #6b6b6b;
    background-color: transparent;
    box-shadow: none;
}
.sos-form-content .accordion-button::after{
    background-image: url(../img/select-arrow.png);
         background-size: 11px;
    background-position-y: 6px;
     opacity: 0.4;
}
.sos-form-content .accordion-button:not(.collapsed)::after{
    background-image: url(../img/select-arrow.png);
     background-position-y: 8px;
}
.sos-form-content .accordion-collapse.collapse{
     max-height: 390px;
    overflow-y: scroll;
     margin-right: 4px;
}
/* width */

.sos-form-content ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.sos-form-content ::-webkit-scrollbar-track { 
  border-radius: 10px;
}
 
/* Handle */
.sos-form-content ::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); 
  border-radius: 10px;
}

/* Handle on hover */
.sos-form-content ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.sos-form-content form .form-group{
     padding-bottom: 1.2rem;
}

form .form-group label, .sos-form-content form label {
    color: gray;
    font-size: 15px;
     width: 100%;
}
form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 93%;
}
 form .form-group select, form .form-group input {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 9px 10px;
    border-radius: 5px;
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 300;
     background-color: #fff;
}
 form .form-group select option{
      color: #999999;
      font-weight: 300;
 }
form .time-form input {
    border: 1px solid #ced4da;
    padding: 10px 20px;
    border-radius: 5px;
    width: 60px;
     margin: 3px;
}
form .form-group textarea {
    border: 1px solid #ced4da;
    padding: 9px 10px;
    border-radius: 5px;
    width: 100%;
     height: 70px;
     resize: none;
     font-weight: 300;
    font-size: 17px;
}
 form .form-group input {
      color: gray;
 }
form .form-group select:focus-visible,  form .form-group input:focus-visible,  form .time-form input:focus-visible {
    outline: none;
}
form .form-group input::placeholder, form .time-form input::placeholder, form .form-group textarea::placeholder {
  color: #cdcdcd;
  opacity: 1; /* Firefox */
}

form .form-group input::-ms-input-placeholder, form .time-form input::-ms-input-placeholder, form .form-group textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cdcdcd;
}

form .form-group input::-ms-input-placeholder, form .time-form input::-ms-input-placeholder, form .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #cdcdcd;
}
.form .form-group select.big-select{
     background-position: 98%;
}
.check-text{
     font-size: 14px;
     color: gray;
}
.orange-btn{
     background: #f47a34;
    border: 1px solid #f47a34;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
     margin-right: 5px;
}
.white-btn{
     background: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 10px;
    color: gray;
    border: 1px solid #b3b3b3;
}
.status-block{
     padding: 25px 12px 0;
    color: gray;
}
.status-block h6{
     padding-left: 1px !important;
}
.status-block .highlight-box{
     margin-left: 0;
}
.bottom-btn-div{
     display: flex;
     justify-content: center;
     margin-top: 1rem !important;
}
.bottom-btn-div .red-border-btn{
     color: #f0444a;
    border: 2px solid #f0444a;
    padding: 5px 40px;
    margin-right: 15px;
}
.bottom-btn-div .orange-btn{
     color: #ffffff;
    border: 2px solid #f47a34;
    background: #f47a34;
    padding: 5px 40px;
    font-weight: 300;
}
table.dataTable tbody tr.selected>*{
     color: gray!important;
}
#body .dataTables_wrapper .dataTables_paginate .paginate_button.current, #body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
     color: #ffffff !important;
     background: #686868 !important;
     border: none !important;
    padding: 0.3rem 0.9rem !important;
    font-weight: 300 !important;
    margin: 0 6px !important;
}
.dataTables_length, .dataTables_filter{
     display: none;
}
table.dataTable thead th, table.dataTable thead td{
     text-align: center !important;
     border-bottom: none !important;
}
.sos-nav{
     margin-left: 41%;
}
.sos-nav .nav-tabs {
    border-bottom: 3px solid #cbced1;
}
.sos-nav .nav-link {
    padding: 0.5rem 3rem;
     color: #cecfd1;
}
.sos-nav .nav-link:focus, .sos-nav .nav-link:hover {
    color: #f3762a;
}
.sos-nav .nav-tabs .nav-item.show .nav-link, .sos-nav .nav-tabs .nav-link.active {
    color: #f47a34;
    font-size: 17px;
     background: transparent;
    font-weight: 700;
     border: none;
         border-bottom: 3px solid #f47a34;
    margin-bottom: -3px;
}
.sos-nav .nav-tabs .nav-link.active .assistance{
     color: #f47a34;
     background: #ffe0cf;
    border: 1px solid #f47a34;
}
.assistance{
         color: #cecfd1;
    background: #cccccc2b;
    border: 1px solid #cecfd1;
    border-radius: 4px;
    padding: 1px 3px 1px;
    font-size: 9px;
    display: table;
    margin: auto;
}
.right-options{
     display: inline-flex;
     justify-content: end;
}
.right-options .export-btn{
     height: fit-content;
}
.right-options .export-btn img{
     margin-top: -2px;
}
.right-options .tools-drpd{
     margin-top: -3.3rem;
}

.action-dropdown.tools-drpd .dropdown-toggle::after{
     content:'';
     background: url(../img/select-arrow.png);
     margin-top: 15px;
     display: inherit;
     border: none;  
     width: 16px;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 8px;
     margin-bottom: -4px;
}
.action-dropdown.tools-drpd .btn-light{
     border: 2px solid #a3a3a3;
    font-size: 15px;
    padding: 0px 12px 9px;
    color: gray;
    background: #fff;
}
.action-dropdown.tools-drpd .btn-check:focus+.btn-light, .action-dropdown.tools-drpd .btn-light:focus, .action-dropdown.tools-drpd button:focus:not(:focus-visible){
     background: #fff;
}
.orange-highlight {
    color: #f47328;
    border: 1px solid #f47328;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #f4732830;
}
.yellow-highlight {
    color: #E1CB07;
    background:  #F4F0DA;
    border: 1px solid #E1CB07;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 12px;
}
.pink-highlight {
    color: #ED1C24;
    border: 1px solid #ED1C24;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #ed1c2424;
}
.blue-highlight {
        color: #0897FF;
    border: 1px solid #0897FF;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #0897ff21;
}
.admin-active-table td .text-left {
   padding-left: 15px; 
}
.table-delete .flex-box>img{
     background: #D41F25;
    border-radius: 50%;
     padding: 12px;
}
.modal2.table-delete .click-link{
         display: inline;
    text-align: right;
    cursor: pointer;
    margin-top: -20px;
}
.modal2.table-delete .modal-content .flex-box span {
    padding: 20px 27px 10px !important;
}
.modal2.table-delete .cancel-btn {
    padding: 8px 55px !important;
    border: 2px solid gray;
    color: #5c5c5c !important;
    background: #fff !important;
    font-size: 19px !important;
    margin-right: 20px !important;
}
.modal2.table-delete .delete-btn {
    padding: 8px 57px !important;
    border: 2px solid #d41f25;
    color: #fff !important;
    background: #d41f25 !important;
    font-size: 19px !important;
}
#myCustomSearchBox.mid-search{
     width: 100%;
}
.form-control.custom-search.mid-search{
     font-size: 17px;
     padding: 8px 12px 9px 15px;
    background-position: 97% 10px;
     background-size: 20px;
}
.data-main.no-check.all-center tbody td{
     text-align: center;
}
.ambulance-table-div{
     background: #fff;
    padding-top: 16px;
    border-radius: 8px;
    min-height:750px;
}
.add-admin .table-div.ambulance-table-div table{
     padding: 0;
}
.add-admin .table-div.ambulance-table-div table tbody tr:last-child td{
     border-bottom: 2px solid rgb(166 166 166 / 15%) !important;
}
.add-admin .table-div table.home-care-table{
     padding: 16px 10px 10px;
}
.search-group .form-control.custom-search{
     background: none;
     background-color: #fff;
     border-right: 0;
}
.search-group .btn-search{
     padding: 8px 24px 8px;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
     background-color: #fff;
    background-size: 20px;
    border: 2px solid gainsboro;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}
.no-result-div h5{
     font-size: 19px;
     color: gray;
}
td.emp-contact-info ul li{
     padding-top: 15px;
}
td.emp-contact-info ul li img{
     margin-right: 7px;
}
td.emp-contact-info ul{
     list-style: none;
     text-align: left;
     padding-left: 7px;
}
th .align-left{
     text-align: left !important;
     padding-left: 15px !important;
}
td.align-left{
     text-align: left !important;
     padding-left: 15px !important;
}
table.dataTable.business-employee-table tbody td.select-checkbox:before, table.dataTable.business-employee-table tbody th.select-checkbox:before{
     top: 1.1rem;
}
.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  border: none;
    background: transparent;
    color: gray;
    font-weight: 600;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.drop-options {
  display: none;
      background: #fff;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 3px -1px #d8d8d8;
}

.drop-options label input{
     margin-right: 5px;
}
.drop-options label {
  display: block;
    padding: 6px;
    font-weight: 400;
    line-height: 19px;
    font-size: 13px;
     margin-top: 1px;
}

.drop-options label:hover {
  background-color: #efefef;
}
.head-div.select-head{
     display: flex;
    justify-content: center;
    min-height: 27px;
}
.head-div.select-head .multiselect{
     position: absolute;
     width: auto;
     text-align: left;
}
.head-div.select-head .drop-options{
     min-width: 110px;
}
label.checked-bg{
     background: #efefef;
}
.head-div .dropdown-check-list{
     position: inherit;
}
.head-div .dropdown-check-list.visible .items{
     position: absolute;
     min-width: 120px;
}
.head-div .dropdown-check-list ul.items li{
     text-align: left;
     font-weight: 400;
     padding: 6px 10px;
}
.head-div .dropdown-check-list ul.items li input{
     margin-right: 2px;
}
.head-div .dropdown-check-list .anchor {
     padding: 0;
     font-size: 14px;
     color: gray;
     font-weight: 600;
}
.head-div .dropdown-check-list .anchor img{
     width: 13px;
    margin-left: 8px;
}
.table-lists thead tr th.opacity-none {
    opacity: unset;
}

.table-lists thead tr th.opacity-none span {
    opacity: 0.5;
}

@media only screen and (max-width: 999px) {
.welcome-screen .welcome-screen-btn{
        flex-direction: column;
    width: 20rem;
}
 
.welcome-screen .welcome-screen-btn .red-btn{
     margin-top: 1rem;
}
.table-lists table tr th, .table-lists table tr td{
  position: relative;
}
}
.mice-column .form-check {
    width: 33%;
    padding-bottom: 1rem;
    flex: 0 0 auto;
}

.mice-column {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.mice-column .form-check .admin-polices label{
    vertical-align:sub;
}

div#reason_show .form-check-input{
    display: none;
}

div#reason_show .form-check{
    padding-left:0;
}

@media only screen and (max-width: 768px) {
    .mice-column .form-check {
    width: 100%;
}
}


.alert-success{
	
	text-align:center ;
}

.alert.hidden{
	
	display:none; 
	 transition: all 2s linear;
}

.codered-select{
    width:50%;
}

.online-checkin a{
    color:#000;
    text-decoration:none;
}

.international-partners.nav-pills .nav-link.active{
    background-color:unset;
}

.international-partners.nav-pills .nav-link.active img{
    border-bottom: 2px solid #dc2a28;
    border-radius: 0;
}


/* Medical Wallet Css */
.medical-wallet-box .card {
  padding: 1rem;
  border-width: 1px;
  border-color: rgb(244, 115, 40);
  border-style: solid;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
} 
.medical-wallet-box .card small {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(244, 115, 40);
  line-height: 2.143;
  text-align: left;
  /*padding-left: 1rem;*/
}
.medical-wallet-box .card .card-title {
  font-size: 21px;
  font-family: "Poppins";
  color: rgb(25, 29, 34);
  line-height: 2;
  text-align: left;
}
.medical-wallet-box .card span {
  display: block;
  font-size: 12.315px;
  font-family: "Poppins";
  color: rgb(25, 29, 34);
  line-height: 2.143;
  text-align: left;
}
.medical-wallet-tab-section .horizonal-tab ul li.active a {
  border-bottom: unset !important;
}
.medical-wallet-tab-section .horizonal-tab ul li a:hover,
.medical-wallet-tab-section .horizonal-tab ul li.active a {
  color: rgb(244, 115, 40) !important;
}
.medical-wallet-tab-section .horizonal-tab ul li a {
  font-size: 16px;
  font-family: "Poppins";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
}
.medical-reports-section .slick-dots li.slick-active button:before {
     background-color: rgb(244, 115, 40) !important;
}
.medical-reports-section .slick-slide.slick-current.slick-active .medical-wallet-items:before {
     content: "";
     border-radius: 50%;
     background-image: -moz-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
     background-image: -webkit-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
     background-image: -ms-linear-gradient(90deg, rgb(244, 115, 40) 0%, rgb(220, 42, 40) 100%);
     height: 100px;
     width: 100px;
     display: block;
     position: absolute;
     z-index: -1;
     right: 1.6rem;
     bottom: 2.9rem;
     box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 50%);
}
.medical-reports-section .slick-slide {
     padding: 1rem;
     position: relative;
}
.medical-wallet-items a, .medical-wallet-items small {
    text-decoration: none;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
.medical-reports-section .slick-slide.slick-current.slick-active .medical-wallet-items:before {
  right: 0.7rem;
}
.upload-btn {
  text-align: end;
}
}