/* Mobile NAV collapse */

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #d63163;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/*Make it so there is a scroll wheel if needed*/
.et_mobile_menu {   
    overflow-y: scroll !important;
    max-height: 75vh !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
}

/* Default button colour*/
.wp-core-ui .button-primary {
	background: #d63163 !important;
	border-color: #d63163 !important;
	color: #ffffff;        
}
.wp-core-ui .button-primary:hover {
	background: #d63163 !important;             
border-color: #d63163 !important; 
	color: #ffffff;
}

/* Remove wordpress thank you*/
#footer-thankyou{
	display: none;
	 visibility: hidden;
}

/* Hide disable slider buttons site wide */
.swiper-button-disabled{
	visibility: hidden !important;
	display: none !important;
}


.dsm_progress_bar .dsm-progress-bar-tracker-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eeeeee;
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: flex;
  width: 80.72%;
}

.dsm_progress_bar
  .dsm-progress-bar-tracker-horizontal
  .dsm-current-progress-percentage {
  inset-inline-end: 0.5em;
  inset-inline-start: auto;
  position: absolute;
}

/***for circle css******/

.circle {
  fill: transparent;
  transform-origin: 0px 0px;
}

.current-progress {
  fill: transparent;
  display: block;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  display: block;
}

.dsm_breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

#left-area ul.dsm_breadcrumbs,
.entry-content ul.dsm_breadcrumbs,
.et-l--header ul.dsm_breadcrumbs,
.et-l--body ul.dsm_breadcrumbs,
.et-l--footer ul.dsm_breadcrumbs,
.comment-content ul.dsm_breadcrumbs,
body.et-pb-preview #main-content .container ul.dsm_breadcrumbs {
    padding: 0;
    list-style-type: none;
}

.dsm_breadcrumbs a,
.dsm_breadcrumbs strong {
    display: inline-block;
}

.dsm_breadcrumbs .dsm_home_text_wrapper {
    display: flex;
    align-items: center;
}

.dsm_breadcrumbs>li {
    margin-left: 10px;
    display: flex;
    align-items: center;
    border-style: solid;
}

.dsm_breadcrumbs>li:first-child {
    margin-left: 0;

}

.dsm_home_item .dsm_home_icon,
.et-db #et-boc .et-l .dsm_home_icon {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.dsm_breadcrumbs_separator {
    width: auto;
}

.dsm_breadcrumbs_separator .dsm_separator_icon,
.et-db #et-boc .et-l .dsm_separator_icon {
    font-size: 18px;
    font-weight: 700;
}
@-webkit-keyframes dnxt-text-highlight-headline-dash{0%{stroke-dashoffset:1500}15%{stroke-dashoffset:0}85%{opacity:1}90%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:1500;opacity:0}}@keyframes dnxt-text-highlight-headline-dash{0%{stroke-dashoffset:1500}15%{stroke-dashoffset:0}85%{opacity:1}90%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:1500;opacity:0}}.dnxt-text-highlight-animated-wrapper{overflow:visible;position:relative}.dnxt-text-highlight-animated-text{z-index:1;position:relative}.dnxt-text-highlight-animated-wrapper svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.dnxt-text-highlight-animated-wrapper path{stroke-linecap:round;stroke-linejoin:round}.dnxt-text-highlight-animated-wrapper svg path{fill:none;stroke-dasharray:1500;stroke-dashoffset:1500;-webkit-animation:10s infinite dnxt-text-highlight-headline-dash;animation:10s infinite dnxt-text-highlight-headline-dash}.dnxt-highlight-intro{display:block!important}.dnext_highlight_alignment_left{text-align:left}.dnext_highlight_alignment_center{text-align:center}.dnext_highlight_alignment_right{text-align:right}@media (max-width:980px){.dnext_highlight_alignment_tablet_left{text-align:left}.dnext_highlight_alignment_tablet_center{text-align:center}.dnext_highlight_alignment_tablet_right{text-align:right}}@media (max-width:767px){.dnext_highlight_alignment_phone_left{text-align:left}.dnext_highlight_alignment_phone_center{text-align:center}.dnext_highlight_alignment_phone_right{text-align:right}}
.dsm-faq-container .dsm-faq-item-wrapper {
  border: 1px solid #d9d9d9;
  padding: 20px;
  transition: all 0.2s ease;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon span,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon span,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
  opacity: 0;
  position: absolute;
  line-height: 1em;
}

.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_open_icon
  span,
.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_faq-item-open_icon
  span,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_faq-item-open_icon {
  opacity: 1;
  position: relative;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon span,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon span,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
  opacity: 1;
  position: relative;
  line-height: 1em;
}

.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_close_icon
  span,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_faq-item-close_icon
  span,
.dsm-faq-container
  .dsm-faq-item-wrapper.dsm-faq-item-active
  .dsm_faq-item-close_icon {
  opacity: 0;
  position: absolute;
  line-height: 1em;
}

.dsm-faq-container.dsm-front .dsm-faq-item-wrapper {
  overflow: hidden;
}
.dsm-faq-container .dsm-faq-item-wrapper {
  align-self: flex-start;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_image {
  display: none;
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_image {
  display: block;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
  display: flex;
  align-items: center;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon {
  flex-shrink: 0;
}

