/*
Theme Name: MDFA
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #23499E; 
    text-decoration: none; 
}
a, button { 
    color: #23499E; 
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
button{
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input { 
    color: #23499E; 
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
img{
	max-width:100%;
}
.wp-block-image img{
	height:auto;
}
strong{ 
	font-weight: 700;
}
iframe{
	width: 100%;
	border: none;
	display: block;
}
p {
	margin: 0 0 15px;
	font-size: 18px; 
}
a:focus, .btn:focus, button:focus{
  outline: #323A45 solid 4px !important;
}
.btn:focus{
  color: #fff;
}
body.using-mouse .nice-select:focus {
  outline: none !important;
}
.nice-select:focus{
	outline: #323A45 solid 4px !important;
}
body.using-mouse :focus {
  outline: none !important;
}
*::-moz-selection { 
    background: #23499E; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #23499E; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #23499E; 
    color: #fff; 
    text-shadow: none; 
}
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
	font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 6px 20px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #23499E;
    font-size: 16px;
	height: 50px;
    outline: none;
    line-height: 1.5;
}
textarea.form-control{
	border: 1px solid #23499E;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
	padding: 8px 45px;
	border-radius: 30px;
	font-size: 21px;
	border:2px solid transparent;
	font-weight: bold;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {
	color: #fff;
}
textarea:focus, input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"], 
input[type="search"], 
input[type="tel"]:focus, 
input[type="color"]:focus {
	outline: #323A45 solid 4px !important;
}
body.using-mouse textarea:focus, body.using-mouse input[type="text"]:focus, 
body.using-mouse input[type="password"]:focus, 
body.using-mouse input[type="datetime"]:focus, 
body.using-mouse input[type="datetime-local"]:focus, 
body.using-mouse input[type="date"]:focus, 
body.using-mouse input[type="month"]:focus, 
body.using-mouse input[type="time"]:focus, 
body.using-mouse input[type="week"]:focus, 
body.using-mouse input[type="number"]:focus, 
body.using-mouse input[type="email"]:focus, 
body.using-mouse input[type="url"], 
body.using-mouse input[type="search"], 
body.using-mouse input[type="tel"]:focus, 
body.using-mouse input[type="color"]:focus {
	outline: none !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}
body { font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #53575C;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'Montserrat', sans-serif; 
	margin-bottom: 20px; 
	font-weight: 600; 
	color: #23499E;
}
h1 { font-size: 45px; line-height: 50px;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 25px; margin-bottom: 20px; }
h5 { font-size: 18px; line-height: 20px; font-weight: 400;}
h6 { font-size: 16px; line-height: 18px; font-weight: normal;}

#mobile-header, #nav-mobile{
	display: none;
}
#wrapper{
	overflow: hidden;
	max-width: 1920px;
	margin:0 auto;
}

/*skip content*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#mainContent[tabindex="-1"]:focus {
  outline: 0;
}

/**--header--**/
header.header{
	height:217px;
}
.header.checkout-header{
	height:auto;
	display: inline-flex;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
#header{
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0;
}
#logo{
	float: left;
	margin-top:9px;
}
#logo img{
	max-width: 100%;
	height: 90px;
}
.header-extra{
	float: right;
}

/** topmenu**/
#topmenu{
	display:table;
	margin-bottom:15px;
	float: right;
}
#topmenu > ul {
	margin: 0;
	padding: 0;
	float: right;
	font-size:16px;
}
#topmenu > ul > li {
	display: inline-block;
	position: relative;
}
#topmenu > ul > li > a{
	padding: 0 5px;
	display: inline-block;
	margin-right: 10px;
}
#topmenu > ul > li:last-child a{
	margin-right:0;
}
#topmenu .btn{
	font-size:15px;
	line-height: inherit;
	padding: 4px 15px;
	background: #23499E;
}
#topmenu .btn:hover{
	background:#1A3572;
}
#topmenu .btn.btn-border{
	background: transparent;
	border-color:#23499E;
	color: #23499E;
}
#topmenu .btn.btn-border:hover{
	background: #23499E;
	color:#fff;
}

/**--secondary menu--**/
#secondarymenu{
	clear: both;
	position: relative;
	display: flex;
	padding: 0;
	align-items: baseline;
}
#secondarymenu > ul {
	margin: 0;
	padding: 0;
	float: right;
}
#secondarymenu > ul > li {
	display: inline-block;
	position: relative;
}
#secondarymenu > ul > li > a{
	padding: 10px 15px 6px 15px;
	display: inline-block;
	border-bottom:6px solid transparent;
	color: #23499E;
	text-transform: uppercase;
}
#secondarymenu > ul > li > a:hover{
	border-color:#43D0C2;
}
#secondarymenu > ul > li.current-menu-ancestor > a{
	border-color:#43D0C2;
	font-weight: bold;
}
#secondarymenu > ul > li.has-submenu > a::after {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 4px;
	float: right;
}
#secondarymenu > ul > li.has-submenu > ul{
	z-index: 13;
	position: absolute;
	width: 200px;
	background: #EFEFEF;
	float: left;
	margin: 0;
	padding: 0;
	border:1px solid #EFEFEF;
	font-size: 16px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
	left: 0;
	border-radius: 0;
}
#secondarymenu > ul > li.has-submenu:hover > ul{ 
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
	display: block;
}

#secondarymenu > ul > li.has-submenu.show > ul.show{
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
	display: block;
}
/*#secondarymenu > ul > li.has-submenu > ul{
	z-index: 13;
	position: absolute;
	width: 200px;
	background: #EFEFEF;
	float: left;
	margin: 0;
	padding: 0;
	border:1px solid #EFEFEF;
	font-size: 16px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
	left: 0;
}
#secondarymenu > ul > li.has-submenu:hover > ul{ 
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}*/
#secondarymenu > ul > li.has-submenu > ul li{
	display: block;
	text-align: left;
}
#secondarymenu > ul > li.has-submenu > ul li a{
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	line-height: 1.4;
}
#secondarymenu > ul > li.has-submenu:hover > a, #secondarymenu > ul > li.current_page_item > a{
	border-color:#43D0C2;
}
#secondarymenu > ul > li.has-submenu > ul li a:hover, #secondarymenu > ul > li.has-submenu > ul li.current-menu-item > a, #secondarymenu > ul > li.has-submenu > ul li.current-menu-ancestor > a {
	color: #234b9c;
	background:#fff;
}
#secondarymenu > ul > li > ul > li{
	display: inline-block;
	position: relative;
}
#secondarymenu > ul > li > ul > li.has-submenu > a::after {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: 4px;
	float: right;
}
#secondarymenu > ul > li > ul > li > ul{
	display: none;
	z-index: 11;
	position: absolute;
	width: 200px;
	background: #EFEFEF;
	float: left;
	margin: 0;
	padding: 0;
	border:1px solid #EFEFEF;
	left: 100%;
	top:-1px;
}
#secondarymenu > ul > li > ul > li.has-submenu:hover ul{ 
	display:block;
}
#secondarymenu > ul > li > ul > li.has-submenu:hover > a{
	background:#fff;
}

/**--**/
.d-hidden{
	display: none !important;
}
.risk-d-hidden{
	display: none !important;
}

/**--**/
.rt-contact {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 16px;
    padding: 0 0 0 8px;
    height: 50px;
    line-height: 50px;
}
.header-icons .header-search-link a {
    position: relative;
    border-radius: 50%;
    font-size: 15px;
    height: 38px;
    width: 38px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
	border:2px solid #23499E;
}
.header-icons .header-search-link a i {
    transform: rotate(90deg);
}
.header-icon {
	float: right;
    margin-left: 17px;
    line-height: 50px;
}
.search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #EFEFEF;
    border-top: 6px solid #43D0C2;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 2;
}
.search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.search-overlay .w-search-form-row:before {
    position: absolute;
    right: 9px;
    top: -11px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #43D0C2;
    content: " ";
}
.search-overlay .site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 40px;
    border: none;
    border-radius: 0;
   	box-shadow: none!important;
    color: #23499E;
    width: 85%;
    line-height: 1.3em;
    float: left;
	background:#fff;
}
.search-overlay .site-searchform button {
    font-size: 21px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
    float: left;
	background:#23499E;
}
.search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search-wrapper{
	position:relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.search-wrapper .sitesearch{
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 12;
	left: 0;
	padding: 20px 0;
	background:#fff;
}
.search-wrapper.st-show::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	z-index: 11;
}
.search-wrapper.st-show .sitesearch{
	display:block;
}
.sitesearch .w-search-input{
	display: flex;
	align-items: center;
}
.sitesearch .searchform-s{
	padding: 0 10px;
	margin-right: 10px;
	line-height: inherit;
	border-radius:0;
	border:0 !important;
	border-bottom:1px solid #23499E !important;
	color: #23499E;
	font-size: 26px;
	font-weight: bold;
}
.sitesearch button{
	padding: 0;
	height: 64px;
	width: 64px;
	background:transparent;
	border:0;
	color: #23499E;
	font-size: 28px;
}
.sitesearch button i{
	transform: rotate(90deg);
}
.sitesearch ::placeholder {
  	color: #23499E;
  	opacity: 1;
	font-size: 26px;
	font-weight: bold;
}

.sitesearch :-ms-input-placeholder { 
 	color: #23499E;
	font-size: 26px;
	font-weight: bold;
}

.sitesearch ::-ms-input-placeholder { 
 	color: #23499E;
  	opacity: 1;
	font-size: 26px;
	font-weight: bold;
}
.removesearchTerm, .removesearchTerm2{
	margin:0 15px;
	cursor: pointer;
}
.search-page-label{
	min-height: auto;
	padding: 20px 0;
	text-align: left;
	background: #fff;
}
.border-bottom{
	border-bottom: 1px solid #23499E !important;
}
.border-top{
	border-top: 1px solid #23499E !important;
}
.search-page-title h1{
	font-size:32px;
	border-bottom: 1px solid #23499E;
	width: 100%;
	margin-right: 15px;
	font-weight: bold;
}
.search-page-label{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-page-close{
	cursor:pointer;
}
.searchpage{
	padding:20px 0;
	min-height: 104px;
}
.searchpage .w-search-input{
	display: flex;
	align-items: center;
}
.searchpage .searchform-s{
	padding: 0 10px;
	margin-right: 10px;
	line-height: inherit;
	border-radius:0;
	border:0 !important;
	border-bottom:1px solid #23499E !important;
	color: #23499E;
	font-size: 26px;
	font-weight: bold;
}
.searchpage button{
	padding: 0;
	height: 64px;
	width: 64px;
	background:transparent;
	border:0;
	color: #23499E;
	font-size: 28px;
}
.searchpage button i{
	transform: rotate(90deg);
}
.searchpage ::placeholder {
  	color: #23499E;
  	opacity: 1;
	font-size: 26px;
	font-weight: bold;
}
.searchpage :-ms-input-placeholder { 
 	color: #23499E;
	font-size: 26px;
	font-weight: bold;
}
.searchpage ::-ms-input-placeholder { 
 	color: #23499E;
  	opacity: 1;
	font-size: 26px;
	font-weight: bold;
}
/*mobile search*/
.mm-menu .mm-search{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.mm-menu .mm-search input{
	font-size:21px;
	color: #23499E;
	padding-left: 10px;
	margin-left: 10px;
}
.mm-menu .mm-search .searchsubmit{
	background: transparent;
	padding: 0;
	margin-left: 15px;
}
.mm-menu .mm-search ::placeholder {
  	color: #23499E;
  	opacity: 1;
	font-size: 21px;
}
.mm-menu .mm-search :-ms-input-placeholder { 
 	color: #23499E;
	font-size: 21px;
}
.mm-menu .mm-search ::-ms-input-placeholder { 
 	color: #23499E;
  	opacity: 1;
	font-size: 21px;
}
.mm-navbars-bottom .mm-navbar{
	height: 50px;
}

/**--primarymenu--**/
#primary-menu{
	background: #23499E;
	width: 100%;
	display: block;
	float: left;
	font-size: 18px;
	animation-duration: 0.5s;
    transition: 0.5s;
}
.menu-toggle{ 
	float: right;
}
.menu-toggle input[type=checkbox] {
	display: none; 
}
#primary-menu.fixed-header{
	position: fixed;
	top: 0;
	z-index: 99;
	max-width: 1920px;
}
body.admin-bar #primary-menu.fixed-header{
	top: 32px;
}
#site-navigation .menu > ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#site-navigation .menu > ul > li {
	display: flex;
	position: relative;
	flex: 1 1 auto;
}
#site-navigation .menu > ul > li > a{
	padding: 16px 10px 22px 10px;
	display: inline-block;
	border-top:6px solid transparent;
	color: #fff;
	width: 100%;
	text-align: center;
}
#site-navigation .menu > ul > li a:focus{
	outline-color: #fff !important;
	visibility: visible;
	z-index: 9999999;
}
#site-navigation .menu > ul > li > a:hover, #site-navigation .menu > ul > li.current_page_item > a, #site-navigation .menu > ul > li.current-menu-item > a, #site-navigation .menu > ul > li.current-page-ancestor > a{
	background:#1A3572;
	border-color:#43D0C2;
}
#site-navigation .menu > ul > li.has-submenu > a::after {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 4px;
	float: right;
}
#site-navigation .menu > ul > li.has-submenu > ul{
	z-index: 13;
	position: absolute;
	width: 340px;
	background: #1A3572;
	float: left;
	margin: 0;
	padding: 0;
	border:0;
	font-size: 16px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
	left: 0;
	border-radius:0;
}
#site-navigation .menu > ul > li.has-submenu:hover > ul{ 
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
	display: block;
}
#site-navigation .menu > ul > li.has-submenu.show > ul.show{
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
	display: block !important;
}
#site-navigation .menu > ul > li.has-submenu > ul li{
	display: block;
	text-align: left;
}
#site-navigation .menu > ul > li.has-submenu > ul li a{
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	color: #fff;
}
#site-navigation .menu > ul > li > ul > li.has-submenu > a::after {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: 4px;
	float: right;
}
#site-navigation .menu > ul > li > ul > li{
	position:relative;
}
#site-navigation .menu > ul > li > ul > li.has-submenu > ul{
	display: none;
	z-index: 11;
	position: absolute;
	width: 340px;
	background: #1A3572;
	float: left;
	margin: 0;
	padding: 0;
	border:0;
	font-size: 16px;
	left: 340px;
	top: 0;
}
#site-navigation .menu > ul > li > ul > li.has-submenu:hover > ul{ 
	display:block;
}
#site-navigation .menu > ul > li.has-submenu:hover > a, #site-navigation .menu > ul > li.current-menu-ancestor > a {
	background:#1A3572;
	border-color:#43D0C2;
}
#site-navigation .menu > ul > li.has-submenu > ul > li > a:hover, #site-navigation .menu > ul > li.has-submenu > ul > li.current_page_item > a, #site-navigation .menu > ul > li.has-submenu > ul > li.current-menu-item > a{
	background:#23499E;
}
#site-navigation .menu > ul > li.has-submenu > ul > li.btn > a:hover, #site-navigation .menu > ul > li.has-submenu > ul > li.current_page_item.btn > a{
	background:transparent;
}
#site-navigation .menu > ul > li > ul > li.has-submenu > ul > li > a:hover, #site-navigation .menu > ul > li > ul > li.has-submenu > ul > li.current_page_item > a{
	background:#23499E;
}
#site-navigation .menu > ul > li > ul > li.current-menu-ancestor > a{
	background:#23499E;
}
#site-navigation .menu > ul li .btn {
	font-size:16px;
	margin: 8px 10px !important;
	line-height: 8px;
	text-align: center;
}
#site-navigation .menu > ul li .btn > a {
	text-align: center;
}

/**--page title--**/
.page-title{
	background: #EFEFEF;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	text-align: center;
	min-height: 350px;
	display: flex;
	align-items: center;
}
.page-title.design-2{
	padding: 50px 0;
	min-height: auto;
}
.check-icon{
	background-image: url(images/check-icon.svg);
	background-repeat: no-repeat;
	width:115px;
	height: 115px;
	display: inline-block;
	line-height: 115px;
}
.post-page-title{
	min-height: auto;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #23499E;
	background:#fff;
}
.post-page-title h1 span::after{
	display: none;
}
.post-search{
	border-bottom: 1px solid #23499E;
	margin-bottom:20px;
}
.post-search h3{
	font-size: 28px;
	font-weight: 700;
}
.post-search h3 mark{
	background:transparent;
	font-weight: 900;
	color: inherit;
	padding: 0;
}
.post-search p{
	font-size: 18px;
	word-break: break-all;
}
.post-search p mark{
	background:transparent;
	font-weight: bold;
	color: inherit;
	padding: 0;
}
.post-search-parent-link{
	font-size:16px !important;
	margin-bottom: 10px;
}
.page-title h1{
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
.page-title span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.page-title h1 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.page-title p{
	font-size: 18px;
	font-weight: 100;
}
.page-title-bg{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 0;
	height: 100%;
}
.page-title-bg > div{
	height:100%;
}
.page-title-content{
	z-index:9;
}
.page-title-bg::after{
	position: absolute;
	content: '';
	left: -87px;
	top: -10%;
	height: 120%;
	background: #EFEFEF;
	width: 150px;
	border-radius: 50%;
}
.page-title img{
	width:100%;
	max-width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
}
/*search list*/
.searchResult{
	
}
.searchResutl_list, .searchResutl_list2{
	margin: 0;
	padding: 0;
}
.searchResutl_list li, .searchResutl_list2 li{
	border-bottom:2px solid #707070;
	color: #23499e;
	padding: 15px 0;
	font-size: 18px;
}
.searchResutl_list li:first-child, .searchResutl_list2 li:first-child{
	margin-top: 20px;
	border-top:1px solid #707070;
}
.searchResutl_list li:last-child{
	border-bottom:0;
	padding-bottom: 0;
}
.searchResutl_list li strong, .searchResutl_list2 li strong{
	margin-right:20px;
}
.searchResutl_list li mark, .searchResutl_list2 li mark{
	color: inherit;
	background:transparent;
	padding: 0;
	font-weight: bold;
}
/*page-title-2*/
.page-title-2{
	background: #001b58;
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 400px;
}
.page-title-2 h1{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	color: #fff;
}
.page-title-2 h1 span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.page-title-2 h1 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 80%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.page-title-2 .slider-content{
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	flex-direction: column;
	padding-right: 90px;
}
.page-title-2 p{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 30px;
	color: #fff;
}
.page-title-2 .slider-bg{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	height: 100%;
}
.page-title-2 .slider-content{
	z-index:9;
}
.page-title-2 .slider-bg::after{
	position: absolute;
	content: '';
	right: -120px;
	top: -5%;
	height: 110%;
	background: #001b58;
	width: 210px;
	border-radius: 50%;
}
.page-title-2 .slider-bg img{
	width:100%;
	max-width: 100%;
	height:100%;
	object-fit: cover;
}

/*mainheading*/
.mainheading{
	width: 100%;
	background:#efefef;
	padding:50px 0;
	position: relative;
	z-index: -1;
}
.mainheading::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(images/heading-left.png) left bottom no-repeat;
	z-index: 1;
}
.mainheading::after{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(images/heading-right.png) right top no-repeat;
	z-index: 1;
}

.mainheading h1{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin-bottom:6px;
}
.mainheading h1 span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.mainheading h1 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

/*--buttons extras--*/
.btn, .wp-block-button__link{
	background:#3578BB;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 21px;
	border:2px solid transparent;
	font-weight: bold;
	display: inline-block;
}
.btn.btn-border, .is-style-outline .wp-block-button__link{
	background:#fff;
	color: #3578BB;
	border-color: #3578BB;
}
.btn.btn-border:hover, .wp-block-button__link.is-style-outline:hover{
	background:#3578BB !important;
	color: #fff !important;
	border-color: transparent !important;
}
.btn-border-risk{
	background:#fff;
	color: #3578BB;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 21px;
	border:2px solid transparent;
	font-weight: bold;
	display: inline-block;
	border-color: #3578BB;
	line-height: 1.5;
}
.btn-border-risk:hover{
	background:#3578BB;
	color: #fff;
	border-color: transparent;
}
.btn-border-risk:active {
  opacity: 1;
  transition: 0s;
  background: #03A595 !important;
  color: #fff !important;
  border-color: #03A595 !important;
}
.btn.btn-lg, .btn-border-risk{
	padding: 4px 50px;
	border-radius: 50px;
	font-size: 30px;
	font-weight: bold;
	min-width: 198px;
}
.btn:hover,  .btn.active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link.active{
	background:#23499E;
	color: #fff;
}
body.page-template-template-risk-assessment-response .btn, .cmm-risk .btn{
	max-width:330px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
body.page-template-template-risk-assessment-response #blogslider .owl-nav{
	min-height: 25px;
}
.btn-icon{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn-icon i{
	padding-right:10px;
	font-size: 26px;
	font-weight: bold;
}
.btn-green{
	background:#1A847A;
}
.btn > img{
	width:28px !important;
	filter:brightness(9);
	margin-right: 5px;
	display: inline-block !important;
}
.btn:hover img{
	filter:brightness(9);
	opacity:1;
}
.btn-mw{
	min-width:310px;
}
.wp-block-button.btn-mw a.wp-block-button__link{
	width:100%;
}
.btn-with-arrow{
	color: #3578BB;
	font-size: 21px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.btn-with-arrow i{
	width:44px;
	height: 43px;
	border:2px solid #3578BB;
	color: #3578BB;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-align: center;
	justify-content: center;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
	margin-left: 10px;
}
.btn-with-arrow:hover i{
	border-color:transparent;
	color: #fff;
	background: #3578BB;
}
.btn-size-150 i{
	width:150px;
	height: 150px;
	font-size: 84px;
}
.btn2{
	background:#3578BB;
	color: #fff;
	padding: 12px 2px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	border:2px solid transparent;
	text-align: center;
}
.btn2:hover{
	background:#23499E;
	color: #fff;
	outline: 0;
	box-shadow:none;
}
.wp-block-button{ margin-bottom: 15px; }
.m-sm-hidden{ 
	display:inline-block;
}
.d-sm-hidden{ 
	display:none;
}
.btn.d-sm-hidden{ 
	display:none;
}
.navbar-trigger {
  display: none;
  margin-left: auto;
}

/**--home slider--**/
#homeslider{
	/*float: left;*/
	width: 100%;
	padding: 0;
}
#homeslider .owl-item{
	background: #EFEFEF;
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 350px;
}
#homeslider .owl-item .item, #homeslider .owl-item .item .container{
	height: 100%;
}
#homeslider h1{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
#homeslider h1 span{
	position: relative;
	display: inline-block;
	text-align: center;
}
#homeslider h1 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 80%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#homeslider .slider-content{
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
	flex-direction: column;
	padding-right: 90px;
}
#homeslider p{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 30px;
}
#homeslider .slider-bg{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	height: 100%;
}
#homeslider .slider-content{
	z-index:9;
}
#homeslider .slider-bg::after{
	position: absolute;
	content: '';
	right: -87px;
	top: -10%;
	height: 120%;
	background: #EFEFEF;
	width: 150px;
	border-radius: 50%;
}
#homeslider .slider-bg img{
	width:100%;
	max-width: 100%;
	height:100%;
	object-fit: cover;
}

/**--owl nav and dots--**/
.owl-nav .owl-prev, .owl-nav .owl-next{
	position: absolute;
	width:64px;
	height: 64px;
	line-height: 62px;
	text-align: center;
	border-radius: 50%;
	/*border:3px solid #23499E !important;
	background: #EFEFEF !important;*/
	font-size: 42px !important;
	color: #23499E;
	top: 48%;
    transform: translateY(-50%);
}
.owl-nav i{
	color: #23499E;
}
.owl-nav .owl-prev{
	left: 20px;
	background:#EFEFEF url(images/back-arrow.svg) no-repeat !important;
}
.owl-nav .owl-next{
	right: 20px;
	background:#EFEFEF url(images/next-arrow.svg) no-repeat !important;
}
.owl-dots {
	text-align: center;
	padding-top: 0;
}
.owl-dots button.owl-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	margin: 0 4px;
	border:2px solid #23499E;
}
.owl-dots button.owl-dot.active {
	background: #23499E;
}
.owl-dots button.owl-dot:focus {
	outline: none;
}

.thankyou-style-1{
	border-bottom:4px solid #EFEFEF;
	padding:20px 0;
}
.thankyou-style-1 .result-content{
	position: relative;
	padding-left: 170px;
	min-height: 130px;
}
.thankyou-style-1 .result-content p:last-child{
	margin-bottom:0;
}
.thankyou-style-1 .result-content img{
	position: absolute;
	left: 0;
}
.thankyou-style-1 h4{
	font-size: 21px;
	line-height: 28px;
}
.thankyou-style-1 h3{
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
}

/**icon box**/
.row.icons-box{
	justify-content: center;
}
.icons-box .col{
	max-width:280px;
}
.icons-box a span{
	width:149px;
	height: 149px;
	line-height: 140px;
	/*border:4px solid #4D9CEB;
	font-size:72px;
	border-radius:50%;*/
	text-align: center;
	display: inline-block;
	color: #4D9CEB;
	margin-bottom: 10px;
	-webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.icons-box a span + span{
	display: none;
}
.icons-box a:hover span{
	/*background:#4D9CEB;
	color:#fff;*/
	display: none;
}
.icons-box a:hover span + span{
	display: inline-block;
}
.icons-box .icon-green span{
	border:4px solid #03A595;
	color: #03A595;
}
.icons-box .icon-green a:hover span{
	background:#03A595;
	color:#fff;
}
.icons-box a h5{
	font-size: 21px;
	font-weight: 600;
}
.fancybox-is-open .icons-box a, .fancybox-is-open .fancybox-content a{
	outline:none !important;
}

/**--breadcrumb--**/
.breadcrumb{
	background:#fff;
	margin: 0;
}
.breadcrumb ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.breadcrumb ul li{
	padding:0 5px;
}
.breadcrumb ul li a{
	padding-right: 15px;
	position: relative;
}
.breadcrumb ul li a::after{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right:0;
	top: -6px;
}
/*breadcrumb2*/
.breadcrumb2{
	width: 100%;
	background:#efefef;
	padding:20px 0;
	position: relative;
	z-index: 9;
}
.breadcrumb2::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(images/heading-left.png) -5% bottom no-repeat;
	z-index: 1;
	background-size:15%;
}
.breadcrumb2::after{
	position: absolute;
	content: '';
	right: -5%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(images/heading-right.png) right top no-repeat;
	z-index: 1;
	background-size:17%;
}
.breadcrumb2 ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 18px;
	position: relative;
	z-index: 99;
	margin-bottom:6px;
	justify-content: center;
}
.breadcrumb2 ul li{
	padding:0 5px;
}
.breadcrumb2 ul li a{
	padding-right: 15px;
	position: relative;
}
.breadcrumb2 ul li a::after{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right:0;
}
.breadcrumb2 ul li:last-child a::after{
	content: "";
	font-family: 'FontAwesome';
	position: absolute;
	right:0;
}
/**--section part--**/
.section{
	width:100%;
	padding: 50px 0;
	display: block;
	float: left;
}
.section-title{
	position: relative;
	width: 100%;
}
.section-title h2{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin-bottom: 35px;
}
.section-title h3{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin-bottom: 35px;
}
.section-title span{
	position: relative;
	display: inline-block;
	text-align: center;
	padding-bottom: 6px;
}
.section-title h2 span::after, .section-title h3 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 96%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.bg-grey {
	background: #EFEFEF;
}
.wp-block-image figcaption{
	text-align:left;
	font-weight: bold;
	font-size: 18px;
}

.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

/* featured-box*/
.featured-box{
	position: relative;
	text-align: center;
}
.featured-box img{
	border-radius:50%;
	object-fit: cover;
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
.featured-box h3{
	color: #23499E;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 28px;
}
.featured-box h6{
	color: #23499E;
	font-size: 26px;
	line-height: 30px;
}
.featured-box p{
	color: #53575C;
	font-size: 18px;
}
.featured-box.left-align{
	position: relative;
	text-align: left;
	padding-left: 270px;
	min-height: 260px;
}
.featured-box.left-align img{
	position: absolute;
	left: 0;
	top: 0;
}


.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}

/*Download X Resources*/
.dxresources{
	background: #EFEFEF;
	position: relative;
	float: left;
	width: 100vw;
	padding: 40px 0;
	min-height: 350px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	margin-top:40px;
}
.dxresources .dxresources-img{
	width:480px;
	height: 480px;
	border-radius: 50%;
	object-fit: cover;
	transform: scale(1.3);
	max-width: 100%;
	max-height: 100%;
}
.dxresources > .container > .row{
	flex-direction:row-reverse;
}
.dx_img::after{
	
}

/*checkbox design*/
.cbox-design {
	margin: 0 0 20px 0;
}
.cbox-design [type="checkbox"]:not(:checked),
.cbox-design [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cbox-design [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.cbox-design [type="checkbox"]:checked + .wpcf7-list-item-label, .cbox-design [type="checkbox"]:not(:checked) + .cbox-label,
.cbox-design [type="checkbox"]:checked + .cbox-label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
	display: inline-block;
	/*display: flex;
	flex-wrap: wrap;*/
}
.cbox-design [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.cbox-design [type="checkbox"]:checked + .wpcf7-list-item-label:before, .cbox-design [type="checkbox"]:not(:checked) + .cbox-label:before,
.cbox-design [type="checkbox"]:checked + .cbox-label:before {
	content:'';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #23499E;
	padding: 0;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	left: 0;
}
.cbox-design [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.cbox-design [type="checkbox"]:checked + .wpcf7-list-item-label:after, .cbox-design [type="checkbox"]:not(:checked) + .cbox-label:after,
.cbox-design [type="checkbox"]:checked + .cbox-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 11px;
  width: 7px;
  height: 21px;
  border: solid #23499E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) !important;
}
.cbox-design [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after, .cbox-design [type="checkbox"]:not(:checked) + .cbox-label:after {
  opacity: 0;
  transform: scale(0);
}
.cbox-design [type="checkbox"]:checked + .wpcf7-list-item-label:after, .cbox-design [type="checkbox"]:checked + .cbox-label:after {
  opacity: 1;
  transform: scale(1);
}
.cbox-design [type="checkbox"]:disabled:not(:checked) + .wpcf7-list-item-label:before,
.cbox-design [type="checkbox"]:disabled:checked + .wpcf7-list-item-label:before, .cbox-design [type="checkbox"]:disabled:not(:checked) + .cbox-label:before,
.cbox-design [type="checkbox"]:disabled:checked + .cbox-label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.cbox-design [type="checkbox"]:disabled:checked + .wpcf7-list-item-label:after, .cbox-design [type="checkbox"]:disabled:checked + .cbox-label:after {
  color: #999;
}
.cbox-design [type="checkbox"]:disabled + .wpcf7-list-item-label, .cbox-design [type="checkbox"]:disabled + .cbox-label {
  color: #aaa;
}
.cbox-design [type="checkbox"]:checked:focus + .wpcf7-list-item-label:before,
.cbox-design [type="checkbox"]:not(:checked):focus + .wpcf7-list-item-label:before, .cbox-design [type="checkbox"]:checked:focus + .cbox-label:before,
.cbox-design [type="checkbox"]:not(:checked):focus + .cbox-label:before {
  outline: #323A45 solid 4px;
}
body.using-mouse .cbox-design [type="checkbox"]:checked:focus + .wpcf7-list-item-label:before,
body.using-mouse .cbox-design [type="checkbox"]:not(:checked):focus + .wpcf7-list-item-label:before, body.using-mouse .cbox-design [type="checkbox"]:checked:focus + .cbox-label:before,
body.using-mouse .cbox-design [type="checkbox"]:not(:checked):focus + .cbox-label:before {
  outline: none;
}
.cbox-design .wpcf7-not-valid [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.cbox-design .wpcf7-not-valid [type="checkbox"]:checked + .wpcf7-list-item-label:before, .cbox-design .wpcf7-not-valid [type="checkbox"]:not(:checked) + .cbox-label:before,
.cbox-design .wpcf7-not-valid [type="checkbox"]:checked + .cbox-label:before{
	border-color: #cd2026;
}


/*radio design*/
.radio {
  margin: 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label, .radio input[type="radio"] + .wpcf7-list-item-label {
	content: '';
	background: #fff;
	border-radius: 30px;
	border: 2px solid #3578BB;
	display: inline-block;
	width: 100%;
	height: 56px;
	position: relative;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	font-size: 21px;
	font-weight: bold;
	color: #3578BB;
	line-height: 53px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.radio input[type="radio"]:checked + .radio-label, .radio input[type="radio"]:checked + .wpcf7-list-item-label {
	background-color: #3578BB;
	box-shadow: none;
	color: #fff;
}
.radio input[type="radio"]:focus + .radio-label:before, .radio input[type="radio"]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3578BB;
}
.radio input[type="radio"]:disabled + .radio-label:before, .radio input[type="radio"]:disabled + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before, .radio input[type="radio"] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.radio input[type="radio"]:focus + .radio-label:before, .radio input[type="radio"]:focus + .wpcf7-list-item-label:before{
	outline: #323A45 solid 4px;
}
.radio-half .wpcf7-radio{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.radio-half .wpcf7-radio .wpcf7-list-item{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.radio-half .wpcf7-radio .wpcf7-list-item > label {
position: relative;
width: 100%;
}

/*radio2 design*/
.radio2 {
  margin: 0;
	font-weight: bold;
}
.radio2 input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio2 input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 2px solid #23499E;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio2 input[type="radio"]:checked + .radio-label:before {
  background-color: #23499E;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio2 input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #23499E;
}
.radio2 input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio2 input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radio2 input[type="radio"]:focus + .radio-label:before{
	outline: #323A45 solid 4px;
}
body.using-mouse .radio2 input[type="radio"]:focus + .radio-label:before{
	outline: none;
}
#cboxcontent{
	margin-bottom:30px;
}
/*checkbox new design*/
.checkbox {
  margin: 0;
}
.checkbox .wpcf7-checkbox{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.checkbox .wpcf7-checkbox .wpcf7-list-item{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.checkbox.w-100 .wpcf7-checkbox .wpcf7-list-item{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.checkbox .wpcf7-checkbox .wpcf7-list-item > label{
	position: relative;
	width: 100%;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label, .checkbox input[type="checkbox"] + .checkbox-label {
	content: '';
	background: #fff;
	border-radius: 30px;
	border: 2px solid #3578BB;
	display: inline-flex;
	width: 100%;
	height: 56px;
	position: relative;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	font-size: 21px;
	font-weight: bold;
	color: #3578BB;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label, .checkbox input[type="checkbox"]:checked + .checkbox-label {
	background-color: #3578BB;
	box-shadow: none;
	color: #fff;
}
.checkbox input[type="checkbox"]:disabled + .wpcf7-list-item-label:before, .checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label:empty:before, .checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}
body.using-mouse .checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label, body.using-mouse  .checkbox input[type="checkbox"]:focus + .checkbox-label{
	outline: none !important;
}
.checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label, .checkbox input[type="checkbox"]:focus + .checkbox-label{
	outline: #323A45 solid 4px !important;
}

/*quantity button design*/
.quantity {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: center;
	max-width: 310px;
	border:2px solid #23499E;
	background:#fff;
	border-radius:30px;
	min-height: 51px;
	margin: 0 auto 15px;
	overflow: hidden;
	line-height: 28px;
}
.quantity .input-text{
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 10% !important;
	align-self: stretch;
	border-radius:0;
	border-top:0 !important;
	border-bottom:0 !important;
	padding: 0;
	color: #23499E;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	height: 49px;
}
.quantity .wpcf7-form-control-wrap{
	width: 80px;
}
.quantity .wpcf7-number{
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100% !important;
	align-self: stretch;
	border-radius:0;
	border-top:0 !important;
	border-bottom:0 !important;
	padding: 0;
	color: #23499E;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	height: 49px;
}
.quantity .qty-button{
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 10px;
	font-size: 0;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: center;
}
.quantity .qty-button:hover{
	background:#23499E;
	color:#fff;
}
.quantity .qty-button:hover svg{
	filter:brightness(9);
}
.qty-button:hover, .qty-button:active, .qty-button:focus {
  color: white;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  display: none;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.bg-dark{
	background:#3578BB !important;
	color:#fff !important;
}
.bg-dark h2, .bg-dark h3, .bg-dark h4{
	color:#fff;
}
.bg-dark .btn-border:hover{
	border-color:#fff;
}
.bg-dark .btn:hover{
	background-color:#23499E !important;
}

/* Accordion */
.accordion-content, .accordion > li i:before, .accordion > li i:after {
	transition: all 0.25s ease-in-out;
}
.accordion {
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}
.accordion > li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.accordion li h3{
	color: #23499E;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	display: block;
}
body.using-mouse .accordion li input[type=checkbox]:focus ~ h3 {
  outline: none;
}
.accordion li input[type=checkbox]:focus ~ h3 {
  outline: #323A45 solid 4px !important;
}
.accordion > li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 13px;
	right: 5px;
}
.accordion-content {
	position: relative;
	overflow: hidden;
	max-height: 4600px;
	opacity: 1;
	transform: translate(0, 0);
	z-index: 2;
}
/* Accordion */
	.accordion > li {
		border-bottom:2px solid #23499E;
	}
	.accordion  >li i:before, .accordion > li i:after {
		content: "";
		position: absolute;
		background-color: #23499E;
		width: 2px;
		height: 8px;
	}
	.accordion > li i:before {
		transform: translate(-2px, 0) rotate(45deg);
	}
	.accordion > li i:after {
		transform: translate(2px, 0) rotate(-45deg);
	}
	.accordion.accordion-open > li i:before {
		transform: translate(-2px, 0) rotate(-45deg);
	}
	.accordion.accordion-open > li i:after {
		transform: translate(2px, 0) rotate(45deg);
	}
	.accordion > li input[type=checkbox] {
		cursor: pointer;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.accordion > li input[type=checkbox]:checked ~ .accordion-content {
		margin-top: 0;
		max-height: 0;
		opacity: 0;
	}
	.accordion > li input[type=checkbox]:checked ~ i:before {
		transform: translate(2px, 0) rotate(45deg);
	}
	.accordion > li input[type=checkbox]:checked ~ i:after {
		transform: translate(-2px, 0) rotate(-45deg);
	}
	.accordion.accordion-open > li .accordion-content{
		max-height: 0 !important;
		opacity: 0 !important;
	}
	.accordion.accordion-open > li input[type=checkbox]:checked ~ .accordion-content {
		max-height: 800px !important;
		opacity: 1 !important;
	}
	.accordion.accordion-open > li input[type=checkbox]:checked ~ i:before {
		transform: translate(2px, 0) rotate(-45deg);
	}
	.accordion.accordion-open > li input[type=checkbox]:checked ~ i:after {
		transform: translate(-2px, 0) rotate(45deg);
	}

/*--list style 1--*/
.list-style-1{
	margin: 0;
	padding: 0;
}
.list-style-1 li{
	position: relative;
	padding-left: 100px;
	color: #23499E;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 15px;
}
.list-style-1 li::before{
	content: '\f00c';
	position: absolute;
	font-family: 'Fontawesome';
	width: 67px;
	height: 67px;
	line-height: 66px;
	border:2px solid #03A595;
	color: #03A595;
	border-radius: 50%;
	text-align: center;
	left: 0;
	top:0;
}

/*--list style 2--*/
.list-style-2{
	margin: 0 0 15px 0;
	padding: 0;
}
.list-style-2 li{
	position: relative;
	color: #23499E;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 12px;
}
.list-style-2 li a:hover{
	color: #3578BB;
}

/**--**/
.risk-panel{
	border:2px solid #3578BB;
	border-radius: 12px;
}
.risk-panel-heading{
	font-size:32px;
	font-weight: bold;
	color: #fff;
	background:#3578BB;
	padding: 15px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
}
.risk-panel-heading img{
	width: 66px;
	height: 66px;
	background: #3578BB;
	border-radius: 50%;
	margin-right: 20px;
}
.risk-panel-content{
	padding:30px;
	color: #3578BB;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
}
.risk-panel-content-2{
	padding:30px;
	line-height: 1.4;
}
.risk-panel-content-2 ul{
	padding: 0;
}
.risk-panel-content-2 ul li{
	position: relative;
	padding-left: 20px;
}
.risk-panel-content-2 ul li::before{
	content: '\f111';
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 4px;
	color: #23499E;
	font-size: 10px;
}
.section-spec .progress {
	width: 90%;
	height: 9px;
	background-color: #23499E;
	border-radius: 16px;
	padding: 0;
	overflow: visible;
	margin: 100px auto 50px;
}

.section-spec .progress .bar {
	background-color: #43D0C2;
	height: 18px;
	border-radius: 16px;
	animation-name: increase;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-top: -4px;
}

.progress-extra{
	position: relative;
}
.progress-extra .progress-btn{
	width:64px;
	height: 64px;
	text-align: center;
	line-height: 1;
	border:2px solid #23499E;
	border-radius: 50%;
	background:transparent;
	color: #23499E;
	padding: 0;
	font-size: 34px;
	position: absolute;
	left: 28%;
	top:-20px;
}

/**icon box**/
.icon-box a span{
	width:149px;
	height: 149px;
	line-height: 140px;
	border:4px solid #03A595;
	font-size:72px;
	border-radius:50%;
	text-align: center;
	display: inline-block;
	color: #03A595;
	margin-bottom: 10px;
	-webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.icon-box a:hover span{
	background:#4D9CEB;
	color:#fff;
}
.icon-box a.noHover:hover span{
	background:unset !important;
	color:#03A595;
}
.icon-box a.noHover:focus{
	outline:0;
}

.icon-box a h5{
	font-size: 21px;
}

/*--banner style--*/
.banner-style-1{
	background: #fff;
	position: relative;
	float: left;
	width: 100vw;
	overflow: hidden;
	padding: 30px 0;
	border-top:0;
	min-height: 370px;
	display: flex;
	align-items: center;
	margin-bottom: -50px;
}
body.home .banner-style-1, body.single-product .banner-style-1{
	margin-bottom: 0;
}
.banner-title h3{
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
.banner-title span{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.banner-title h3 span::after{
	content: '';
	position: absolute;
	height: 4px;
	background: #43cfc2;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}
.banner-title.text-center h3 span::after{
	margin: 0 auto;
}
.banner-bg{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 54%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.banner-style-1 p{
	z-index:9;
	position: relative;
}
.banner-bg img{
	width:100%;
	max-width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
}
.banner-bg::after{
	position: absolute;
	content: '';
	left: -1px;
	top:-10%;
	height: 120%;
	background: url(images/round.svg) no-repeat;
	width: 90px;
}

/*--share listen print--*/
.slp{
	position:relative;
}
.slp > ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
	padding: 0;
}
.slp > ul li{
	width: 100%;
	max-width: 160px;
}
.slp.cmm_slp > ul li{
	max-width: 327px;
	margin-right: 0 !important;
}
.slp.cmm_slp > ul{
	justify-content: center;
}
.slp.cmm_slp #sshare{
	left:0;
	right: 0;
	margin: auto;
}
.slp > ul li:nth-child(1){
	margin-right: 11px;
}
.slp > ul li:nth-child(3){
	margin-left: 11px;
}
.slp > ul li a{
	border:2px solid #3578BB;
	font-size: 18px;
	min-width: 100px;
	padding: 10px 12px;
	border-radius: 30px;
	color: #3578BB;
	font-weight: bold;
	display: flex;
	background:#fff;
	align-items: center;
	justify-content: center;
}
.slp > ul li a:hover{
	color: #fff;
	background:#3578BB;
}
.slp > ul li a img{
	width: 22px;
	margin-right:8px;
}
.slp > ul li a:hover img{
	filter:brightness(9);
}

#sshare{
	width:320px;
	background: #EFEFEF;
	border:2px solid #3578BB;
	position: absolute;
	left: 0;
	top: 140%;
	display: none;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	z-index: 9;
	text-align: center;
}
#slisten{
	width:100%;
	background: #EFEFEF;
	border:2px solid #3578BB;
	position: absolute;
	left: 0;
	top: 140%;
	display: none;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	z-index: 9;
	text-align: center;
}
#sshare.open, #slisten.open {
	display: block !important;
}
#sshare h3, #slisten h3{
	color:#367ABE;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 700;
}
#sshare .remove, #slisten .remove{
	color: #3578BB;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
	font-weight: 100;
}
#sshare ul, #slisten ul{
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
#sshare ul li a, #slisten ul li a{
	width: 70px;
	height: 70px;
	border:3px solid #3578BB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #3578BB;
}

/*popupshare*/
ul.popupshare{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.popupshare li{
	margin: 30px 10px;
}
ul.popupshare li a{
	width: 70px;
	height: 70px;
	border:3px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
}

/*--parent menu--*/
.parent-menu{
	margin:0;
	padding: 0;
	width: 100%;
	display: block;
	z-index: 1;
}
.parent-menu li ul{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	float: none;
}
.parent-menu > li > a{
	font-size:35px;
	border-bottom: 2px solid #23499E;
	padding: 10px 0;
	display: block;
}
.parent-menu > li.current_page_item > a{
	font-weight: bold;
}
.parent-menu > li > ul > li{
	position: relative;
	border-bottom: 2px solid #23499E;
	padding: 10px 0;
}
.parent-menu li ul li a{
	color: #23499E;
	font-size: 24px;
	display: block;
}
.parent-menu li ul li.has-submenu > a{
	padding-right: 40px;
}
.parent-menu li ul li.current_page_item > a, .parent-menu li ul li.current_page_ancestor > a{
	font-weight: bold;
}
.parent-menu li ul li ul{
	display: none;
	margin: 10px 0;
	padding: 0;
}
.parent-menu li ul li ul li{
	padding: 5px 0;
	position: relative;
}
.parent-menu li ul li ul li .submenu-button{
	height: 37px;
}
.parent-menu li ul li ul li .submenu-button::before{
	height: 37px;
	line-height: 35px;
}
.parent-menu li ul li ul li a{
	font-size: 18px;
}
.parent-menu li ul li ul.active{
	display: block;
}
.parent-menu li ul li ul li ul li a{
	padding-left: 20px;
}
/*.parent-menu .current_page_ancestor > ul, .parent-menu .current_page_item > ul{
	display:block;
}*/
.parent-menu .current_page_ancestor > ul.active, .parent-menu .current_page_item > ul.active{
	display:block;
}
.submenu-button {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 1px;
	display: block;
	height: 47px;
	width: 100%;
	cursor: pointer;
	background: transparent;
	font-size: 24px;
	text-align: right;
	transform: rotate(0deg);
	transition: transform .6s;
}
.submenu-button::before {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	line-height: 47px;
	width: 46px;
	text-align: center;
	height: 47px;
	color: #23499E;
	right: 0;
	transition: transform .2s;
}
.submenu-opened.submenu-button::before, .parent-menu .current_page_item > .submenu-button::before, .parent-menu .current_page_ancestor > .submenu-button::before, .parent-menu .dropdown.show > .submenu-button::before {
	transform: rotate(-180deg);
}
.parent-menu .current_page_ancestor > .submenu-button.submenu-opened::before, .parent-menu .current_page_item > .submenu-button.submenu-opened::before {
	transform: rotate(0deg) !important;
}

blockquote{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	color: #23499E;
	position: relative;
	padding:32px 0 32px;
	margin: 30px 0 0 0;
}
blockquote p{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 0;
	max-width: 90%;
}
blockquote cite{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	text-align: right;
	display: block;
	font-style: normal;
	max-width: 90%;
}
blockquote cite::before{
	content: '-';
	position: relative;
	top: 0;
	padding-right: 10px;
}
blockquote::before{
	content: '';
	background: url(images/blockquote.svg);
	position: absolute;
	top: 0;
	left: 0;
	color: #43D0C2;
	width: 108px;
	height: 82px;
	z-index: -1;
}
.wp-block-column blockquote{
    max-width:100%;
}
.wp-block-image img{
	width: 100%;
}
.wp-block-image.size-full img{
	width: 100%;
}
.wp-block-image.is-resized img{
	width: inherit;
}
.wp-block-image.h-auto img{
	height:auto !important;
}
blockquote.style2{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	color: #23499E;
	position: relative;
	padding:20px 0 20px 30px;
	margin: 45px 0;
}
blockquote.style2::before{
	content: '';
	background: #23499E;
	position: absolute;
	top: 0;
	left: 0;
	color: #43D0C2;
	width: 5px;
	height: 100%;
	z-index: -1;
}



/*--audio player--*/
.audio-player{
	width:100%;
	border:2px solid #EFEFEF;
	margin-bottom: 20px;
}
.audio-player .audio-title{
	background:#EFEFEF;
	color: #3578BB;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 20px;
}
.audio-player .audio-title img{
	width:50px;
	height: 50px;
	margin-right: 20px;
}
.audio-player .audio-body{
	padding: 0;
	display: table;
	width: 100%;
}
.audio-player .audio-body .audio-img{
	max-width:209px;
	width: 209px;
	display: inline-block;
	float: left;
	margin-right: 0;
	max-height: 209px;
}
.audio-player .audio-body .audio-img img{
	height:209px;
	object-fit: cover;
	width: 100%;
}
.audio-player .meta-container{
	display:flex;
}
.audio-player .meta-container2{
	display:inline-block;
	padding: 20px;
}
.audio-player .meta-container h3{
	font-size: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.audio-player .audio-player-playpause {
	width: 90px;
	height: 90px;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
.audio-player .control-container{
	padding:0 20px;
	display: flex;
	align-items: center;
}
.audio-player .audio-player-playpause::before {
	content: '\f04b';
	font-family: 'Fontawesome';
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #3578BB;
	border:2px solid #3578BB;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	padding-left: 9px;
}
.audio-player.audio-player-playing .audio-player-playpause::before {
	content: '\f04c';
	font-family: 'Fontawesome';
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #3578BB;
	border:2px solid #3578BB;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	padding-left: 0;
}
.time-container {
	font-size: 18px;
	color: #23499E;
	font-weight: bold;
	padding: 20px;
	width: 100%;
	display: grid;
}
.time-container span.current-time {
	float: left;
	margin-left: 5px; 
}
.time-container span.duration {
	float: right;
	margin-right: 5px; 
}
.time-container .durfl{
	display: flex;
	justify-content: space-between;
}
.podcast-control{
	display: flex;
	align-items: center;
}
.podcast-volume-container{
	padding-bottom:20px;
}
.podcast-control .btn{
	padding:12px 45px;
}
.audio-player-bar{
	height: 20px;
	cursor: pointer;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	margin-top: 0;
	position: relative;
}
.audio-desc{
	padding:0 20px 20px;
	display: flex;
	font-weight: 100;
	font-size: 16px;
	color: #23499E;
	flex-wrap: wrap;
}
.audio-player-bar div{
	width: 0;
	height: 4px;
	position: relative;
	left: 0;
}
.audio-player-bar-loaded{
	background-color: #3578BB;
	z-index: 1;
	height: 4px;
	top: 8px;
}
.audio-player-bar-played{
	background: #1A3572;
	z-index: 2;
	height: 4px;
	top: 4px;
}
.audio-player-bar-played::after{
	position: absolute;
	content: '';
	height: 13px;
	width: 13px;
	background-color: #1A3572;
	border-radius: 50%;
	display: block;
	margin-top:0;
	right: -8px;
	cursor: pointer;
	top: -5px;
}
.audio-player-volume{
	width: 100%;
	display: flex;
	height: auto;
	text-align: left;
	cursor: pointer;
	z-index: 2;
}
.audio-player-volume-button{
	width: 100%;
	height: 100%;
}
.audio-player-volume-adjust{
	height: 4px;
	width: 100%;
	cursor: default;
	background: #3578BB;
	margin: 12px 11px 0;
	border-radius: 4px;
}
.audio-player-volume-adjust > div{
	width: 100%;
	height: 28px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	margin: 0;
	top: -11px;
}
.audio-player-volume-adjust > div > div{
	width: 100%;
	height: 4px;
	position: relative;
	background: #23499E;
	top: 11px;
}
.audio-player-volume-adjust > div > div::after{
	position: absolute;
	content: '';
	height: 22px;
	width: 22px;
	background-color: #1A3572;
	border-radius: 50%;
	display: block;
	margin-top:3px;
	right: 0px;
	cursor: pointer;
	top: -11px;
}
.btn-listen .btn{
	display: block;
}
.p-20{
	padding:20px;
}


/*--blog--*/
#blogslider .owl-nav{
	position: relative;
}
#popularslider .owl-nav{
	position: relative;
	min-height: 64px;
}
#blogslider .owl-stage{
	display:flex;
}
#blogslider .owl-nav .owl-prev, #popularslider .owl-nav .owl-prev{
	left: 0;
}
#blogslider .owl-nav .owl-next, #popularslider .owl-nav .owl-next{
	right: 0;
}
#blogslider .owl-nav .owl-prev, #blogslider .owl-nav .owl-next, #popularslider .owl-nav .owl-prev, #popularslider .owl-nav .owl-next{
	position: absolute;
	width:64px;
	height: 64px;
	text-align: center;
	border-radius: 50%;
	/*border:3px solid #23499E !important;
	background: #fff !important;*/
	font-size: 42px !important;
	color: #23499E;
	top: 0;
    transform: translateY(20%);
}
#blogslider .owl-nav .owl-next::before{
	content: 'More articles';
	position:absolute;
	font-size: 21px !important;
	font-weight: bold;
	left: -160px;
	top: 19px;
}
#popularslider .owl-nav .owl-next::before{
	content: 'More popular articles';
	position:absolute;
	font-size: 21px !important;
	font-weight: bold;
	left: -240px;
	top: 19px;
}
#popularslider.eventslider .owl-nav .owl-next::before{
	content: 'More featured events' !important;
}
#blogslider .owl-nav button.disabled, #popularslider .owl-nav button.disabled {
	opacity: 0.3;
	pointer-events: none;
}
#popularslider .owl-item, #blogslider .owl-item{
	padding-bottom: 10px;
}
#popularslider .blog-grid{
	border:1px solid #EFEFEF;
}
#popularslider .blog-grid .blog-thumb{
	margin-left:-1px;
	margin-right: -1px;
}
#popularslider .owl-stage{
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
#popularslider .owl-item:nth-child(odd){
	-webkit-flex: 2 1;
    -ms-flex: 2 1;
	flex: 2 1;
}
#popularslider .owl-item:nth-child(even){
	-webkit-flex: 1 1;
    -ms-flex: 1 1;
	flex: 1 1;
}
#popularslider .blog-grid .blog-link{
	background:transparent;
}
.blog-grid a.btn{
	
	min-width:185px;
}

#popularslider .owl-item:nth-child(odd) .blog-grid{
	overflow: hidden;
	position: relative;
}
#popularslider .owl-item:nth-child(odd) .blog-content{
	bottom: 0;
	position: absolute;
	background: rgba(255,255,255,0.9);
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: space-between;
}

#popularslider .owl-item:nth-child(odd) .blog-content .blog-link{
	flex: 2 1;
}
#popularslider .owl-item:nth-child(odd) .blog-thumb img{
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
}
#popularslider .owl-item:nth-child(even) .blog-content a.btn{
	display: none;
}
#popularslider .owl-item:nth-child(odd) .blog-link{
	display: none;
}
#popularslider .owl-item:nth-child(even) .blog-link a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.blog-grid{
	height: 100%;
	background:#fff;
	display: grid;
	display: -webkit-grid;
	align-content: space-between;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
}
.blog-grid.style2{
	display: flex !important;
	align-content: space-between;
}
.blog-grid.style2 > .blog-thumb{
	max-width: 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	position: relative;
}
.blog-grid:hover img{
	opacity:0.5;
}
.blog-grid:hover .btn{
	background:#23499E;
}
.blog-grid:hover .btn-border{
	background:#fff;
	color: #3578BB;
	border-color:#3578BB;
}
.blog-grid:hover .btn img{
	opacity:1;
}
.blog-thumb img{
	width:100%;
	max-width:100%;
	height: auto;
	height: 246px;
	object-fit: cover;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
}
.blog-thumb-play{
	position: relative;
	border:1px solid rgba(112,112,112,0.5);
}
.blog-thumb-play::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: url(images/play-icon.svg) no-repeat;
	margin: auto;
}
.blog-grid-blank{
	box-shadow:none !important;
	border:none !important;
}
.blog-content{
	background:#fff;
	padding: 20px;
}
.blog-content h3{
	font-size:24px;
	color: #3578BB;
}
.blog-grid .blog-content p{
	margin-bottom: 0;
}
.blog-grid .blog-link{
	padding: 0 20px 20px;
	background:#fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog-grid.style-2{
	padding:11px;
	background:#EFEFEF;
	height: auto;
}
.blog-grid.broucher .blog-thumb{
	text-align: center;
	background: #EFEFEF;
	padding: 10px;
}
.blog-grid.broucher .blog-thumb img{
	height: 342px;
	object-fit: contain;
	max-width:275px;
	margin: 0 auto;
}
.blog-grid.broucher .blog-content p {
	display: none;
}

.row .col{
    margin-bottom:20px;
}
#news_response, #resource_response{
	border-top:15px solid #fff;
}
/*card*/
.card-page{
	height: 100%;
	background:#EFEFEF;
	display: grid;
	align-content: space-between;
	border:0;
	border-radius:0;
}
.card-page:hover img{
	opacity:0.5;
}
.card-page:hover .btn{
	background:#23499E;
}
.card-page img{
	width:100%;
	max-width:100%;
	height: auto;
	min-height: 240px;
    max-height:240px;
	object-fit: cover;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
}
.card-page .card-title{
	font-size:24px;
	color: #3578BB;
}
.card-page .card-page-link{
    padding: 0 20px 20px;
}

/*pagination*/
.pagination .nav-links{
	margin:0 auto;
}
ul.page-numbers{
	display: flex;
	margin:30px 0;
	padding: 0;
}
ul.page-numbers li{
	width:64px;
	height: 64px;
	margin: 5px;
	font-size:21px;
}
ul.page-numbers li a{
	width: 100%;
	height: 100%;
	display: grid;
	text-align: center;
	border-radius:50%;
	background: transparent;
	color: #23499E;
	align-items: center;
	border:2px solid transparent;
}
ul.page-numbers li a.next, ul.page-numbers li a.prev{
	font-size:42px;
}
ul.page-numbers li span, ul.page-numbers li .prev, ul.page-numbers li .next{
	width: 100%;
	height: 100%;
	display: grid;
	text-align: center;
	border-radius:50%;
	background: #fff;
	color: #23499E;
	align-items: center;
	border:2px solid #23499E;
}
ul.page-numbers li span.dots{
	border:0;
	background:transparent !important;
}

/**--footer--**/
#footer{
	background:#EFEFEF;
	width:100%;
	display: block;
	float: left;
	margin-top: 0;
}
.footer-top{
	padding:40px 0;
}
.f-helpline-btn > i{
	display: none;
}
.footer-widget{
	margin-bottom:20px;
}
.footer-widget h3{
	font-size:32px;
	font-weight: bold;
}
.footer-social{
	margin: 0;
	padding: 0;
}
.footer-social li{
	display: inline-block;
}
.footer-social li a{
	width:56px;
	height: 56px;
	display: inline-block;
	line-height: 52px;
	border:3px solid #3578BB;
	color: #3578BB;
	border-radius: 50%;
	font-size: 24px;
	margin: 5px;
}
.footer-social li a i{
	
}
.footer-social li a:hover{
	color:#23499E;
	border-color:#23499E;
}
.copyright{
	padding: 20px 0;
	background:#fff;
}
.copyright ul{
	margin: 0; padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.copyright ul li{
	padding:0 10px;
	color: #23499E;
	font-size: 13px;
	position: relative;
	border-right: 1px solid #23499E;
	line-height: 1;
}
.copyright ul li:last-child{
	border:none;
}
.copyright ul li a{
	color: #23499E;
	-webkit-font-smoothing:auto;
}

.tsize-32{
	font-size:32px;
}
.tsize-40{
	font-size:40px;
	font-weight: 100;
	color: #23499E;
}
/*helpline number*/
.helpline{
    margin: 30px 0;
}
.helpline .helpline-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.helpline .helpline-icon i{
    width: 145px;
    height: 145px;
    font-size: 84px;
    border: 4px solid #3578BB;
    color: #3578BB;
    display: flex;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
.helpline h3{
    font-size:34px;
}
.helpline .btn{
    min-width:320px;
}
.helpline.helpline-left{
    display: flex;
	align-items: center;
    margin:50px 0;
}
.helpline.helpline-left .helpline-icon{
    margin-bottom: 0;
	margin-right: 40px;
}
.helpline p{
    color: #23499E;
	font-size: 22px;
	font-weight: normal;
}
/*Video Player*/
.video-player{
	width:100%;
	min-height: 300px;
	position: relative;
	margin-bottom: 30px;
}
.wp-block-embed-youtube iframe{
	height: 500px;
}
.video-player > a{
	width:100%;
}
.video-player .video-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	min-height: 300px;
}
.overlay-play-icon{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.overlay-play-icon img{
	width:13%;
}
ul.bullet{
	font-size:18px;
	display: inline-block;
	width: 100%;
}
ul.bullet li{
	position: relative;
	padding-left: 25px;
}
ul.bullet li::before{
	position: absolute;
	left: 0;
	top: 1px;
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 11px;
	color: #23499E;
}
/*menu mobile*/
#nav-mobile .btn{
	margin:20px 20px;
	padding: 0 !important;
}
#nav-mobile .btn a{
	border-radius: 30px;
	color: #fff;
}
#nav-mobile .btn:hover a{
	background:#23499E !important;
	color: #fff !important;
}
#nav-mobile .btn.btn-border > a{
	background:#fff;
	color: #3578BB;
	border-color: #3578BB;
}

/*contact form 7 additional css*/
span.wpcf7-list-item{
	margin: 0;
}
.wpcf7-not-valid{
	border-color: #cd2026 !important;
}
.wpcf7-not-valid + div.nice-select{
	border-color: #cd2026 !important;
}
.wpcf7-not-valid-tip{
	color: #cd2026 !important;	
}
.wpcf7-form-control-wrap{
	width:100%;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip{
	width: 100%;
	height: 100%;
	top: 0 !important;
	left: 0 !important;
	border:0;
	background:transparent;
	position: relative;
	padding: 0;
}

/*blog filter*/
.blog-filter{
	width: 100%;
	background: #efefef;
	padding: 30px 0;
	box-shadow: 0px -5px 5px rgba(0,0,0,0.2);
}
.blog-filter label{
	color:#23499E;
	font-size:18px;
	font-weight: bold;
}

/*select design*/
select {
	display: none; 
}
.nice-select{
	color:#23499E;
	font-size: 18px;
}
.blog-filter .nice-select{
	color:#23499E;
	font-size: 18px;
	font-weight: 600;
}
.nice-select{
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border:1px solid #23499E;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	float: left;
	font-family: inherit;
	height: 50px;
	line-height: 1;
	/*line-height: 50px;
	display: block;
	white-space: nowrap;*/
	display: flex;
	align-items: center;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%; 
}
.nice-select:hover{
	border-color: #23499E;
}
.nice-select:active, .nice-select.open, .nice-select:focus, .nice-select:focus{
	border-color: #23499E; 
}
.nice-select:after{
	border: 7px solid transparent;
  border-color: #23499E transparent transparent transparent;
	content: '';
	display: block;
	height: 5px;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	transition: all 0.15s ease-in-out;
	width: 5px; 
}
.nice-select.open:after{
	border-color: transparent transparent #23499E transparent;
	top: 30%;
}
.nice-select.open .list{
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0); 
}
.nice-select.disabled{
	border-color: #ededed;
	color: #999;
	pointer-events: none; 
}
.nice-select.disabled:after{
	border-color: #cccccc; 
}
.nice-select .list{
	left: 0 !important;
	right: 0 !important; 
}
.nice-select.right{
	float: right; 
}
.nice-select.right .list{
	left: auto;
	right: 0; 
}
.nice-select.small{
	font-size: 12px;
	height: 36px;
	line-height: 34px; 
}
.nice-select.small:after{
	height: 4px;
	width: 4px; 
}
.nice-select.small .option{
	line-height: 34px;
	min-height: 34px; 
}
.nice-select .list{
	background-color: #fff;
	border-radius: 5px;
	border:1px solid #23499E;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9; 
}
.nice-select .list:hover .option:not(:hover){
	background-color: transparent !important; 
}
.nice-select .option{
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s; 
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: #efefef;
}
.nice-select .option.selected{
	background-color: #efefef;
}

/*filter popup*/
body.filter-open{
	overflow: hidden;
}
.filter-pop-up.open {
  visibility: visible;
  opacity: 1;
}
.filter-pop-up .close {
  	display: none;
	height: 70px;
	line-height: 70px;
	color: #23499E;
	font-size: 21px;
	text-align: left;
	padding-left: 18px;
	width: 100%;
	float: left;
	opacity: 1;
	font-weight: 600;
	border-bottom: 4px solid #EFEFEF;
}
.filter-pop-up .close > i {
  	font-size:32px;
	padding-right: 15px;
}
.filter-pop-up.open .close {
	display: flex;
	align-items: center;
	float: none;
	cursor: pointer;
}
.filter-spinner{
	width: 100%;
	height: calc(100vh);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:rgba(0,0,0,0.3);
	z-index: 9999;
}
/*donate*/
.donate-group{
	
}
.donate-group .card.active h3, .donate-group .card:hover h3{
	color: #fff;
}
.donate-group .card{
	border:2px solid #1A3572;
	border-radius:12px;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.donate-group .card.active, .donate-group .card:hover{
	color: #fff;
	background-color: #001B58;
}
.donate-group .card.active .btn, .donate-group .card:hover .btn{
	color: #23499E;
	background-color: #fff;
}
.donate-group .card-body{
	padding-right:2rem;
	padding-left: 2rem;
}
.donate-group .card-body img{
	margin-bottom: 20px;
}

/*resource products*/
.resource-price{
	font-size:24px;
	font-weight: bold;
	color: #23499E;
}
.resource-price span{
	font-size:45px;
}
/* loadmore */
.btn_loadmore{
	display: none;
}
.mr-n6{
	margin-right:-6rem!important;
}
.mr-n7{
	margin-right:-7rem!important;
}
.mr-n8{
	margin-right:-8rem!important;
}
.mr-n7 img{
	height: auto;
}

.wpcf7-response-output {
    display: none !important;
}
.text-blue{
	color:#23499E;
}
.text-grey{
	color:#53575C;
}
.font-weight-semibold{
	font-weight:600;
}
.font-size-18{
	font-size:18px !important;
}
.font-size-20{
	font-size:20px;
}
.font-size-22{
	font-size:22px;
}
.font-size-21{
	font-size:21px;
}
.font-size-45{
	font-size:45px;
}
/*topcart*/
.topcart{
	margin:0 50px 0 0;
}
.topcart > a{
	padding:10px 15px 6px 15px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom:6px solid transparent;
}
.topcart > a:hover{
	color:#1A847A;
}
.topcart.active > a{
	color:#1A847A;
	font-weight: 600;
}
.shopping-cart{
	background:#EFEFEF;
	border:0;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	width: 100%;
	border-radius:5px;
	padding: 20px;
}
.header-cart .shopping-cart{
	max-width:500px;
	position: absolute;
	top: 100%;
	right: 20px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
}
.header-cart:hover .shopping-cart{
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.shopping-cart h4{
	font-size:18px;
	font-weight: bold;
}
#secondarymenu .shopping-cart::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(239, 239, 239);
    border-image: none;
    border-style: solid;
    border-width: 13px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 89%;
    margin-left: -20px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.shopping-cart .shopping-cart-items{
	margin:0;
	padding: 0;
	color:#23499E;
	font-size: 18px;
	border-bottom:1px solid #23499E;
}
.shopping-cart .shopping-cart-items li{
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}
.shopping-cart .shopping-cart-items li > div{
	
}

.header-cart .shopping-cart .shopping-cart-items{
	max-height: 217px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.header-cart .shopping-cart .shopping-cart-items li{
	max-width:98%;
}
.header-cart .shopping-cart .shopping-cart-items li > div{
	max-width: 80%;
}
.header-cart .shopping-cart .shopping-cart-items li .item-name, .sidebar-sticky .shopping-cart .shopping-cart-items li .item-name{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	height: 60px; 
}

.shopping-cart-items .item-quantity{
	font-size:14px;
	display: block;
}
.shopping-cart-items .item-price{
	color:#53575C;
	text-align: right;
	width: 20%;
}
.shopping-cart .shopping-cart-items li img{
	width:80px;
	height: 80px;
	object-fit: cover;
	display: inline-block;
	margin-right: 10px;
	float: left;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.16);
}
/*mycart*/
.mycart{
	
}
.mycart .cart-item{
	margin-bottom: 30px;
}
.mycart .cart-item .product-thumbnail{
	background:#EFEFEF;
	border:1px solid #E0E0E0;
	text-align: center;
	padding: 10px;
}
.mycart .cart-item .product-thumbnail img{
	height:250px;
}
.product-remove{
	display:inline-block;
	margin: 30px 0;
	width: 100%;
}
.product-remove a.remove{
	font-size:18px;
	color: #23499E !important;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
}
.product-remove a.remove:hover{
	color: #23499E !important;
	background:transparent !important;
}
.product-remove a svg{
	margin-right:20px;
}

/*  product-remove2  */
.product-remove2{
	display:inline-block;
	margin: 30px 0;
	width: 100%;
}
.product-remove2 a.remove{
	font-size:18px;
	color: #23499E !important;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
}
.product-remove2 a.remove:hover{
	color: #23499E !important;
	background:transparent !important;
}
.product-remove2 a svg{
	margin-right:20px;
}
.mycart .cart-item .product-quantity .quantity{
	max-width:240px;
	margin: 0;
}
.d-text-right{
	text-align:right;
}
.expire-line{	
	position: relative;
}
.expire-line::before{	
	position: absolute;
	left: -4px;
	content: '/';
	top: 7px;
	color: #707070;
}

/*cvv popup*/
#cvv, .cvv_close{
	cursor:pointer;
}
.cvv_content{
	background:#3578BB;
	color: #fff;
	max-width:350px;
	padding: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
	border-radius:4px;
	text-align: center;
}
.cvv_content.open{
	visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.cvv_content p{
	text-align: left;
	font-size: 18px;
	margin-bottom: 0;
}
.cvv_inner_logo{
	margin-bottom: 20px;
	text-align: center;
}
.cvv_close{
	position: absolute;
	right: 10px;
	top: 10px;
}
.link-icon{
	
}
.link-icon i{
	padding-right: 10px;
	font-size:24px;
}
textarea{
	max-height: 102px;
}
.custom-quantity{
	position:relative;
}
.custom-quantity .quantity{
	position:inherit !important;
	overflow: visible;
}
.custom-quantity .wpcf7-form-control-wrap{
	position:inherit!important;
}
.custom-quantity .wpcf7-not-valid-tip{
	position: absolute;
	left: 15px;
}
.custom-quantity .dec{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.custom-quantity .inc{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#order_review #payment{	
	background: transparent !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	padding:20px 0 0 !important;
	border-bottom: 0 !important;
}
ul.wc_payment_methods > li.wc_payment_method{
	border-bottom:1px solid #23499E !important;
	margin-bottom: 30px !important;
}
ul.wc_payment_methods > li.wc_payment_method:last-child{
	border-bottom:0 !important;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
	line-height:inherit !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	font-size:inherit !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	padding-left:0 !important;
	padding-right: 0 !important;
	background: transparent !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border-color: transparent !important;
}
.woocommerce-validated > label{
	width:100%;
	display: block;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	display: none;
}
#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img{
	max-height: 30px !important;
}
#wc-bambora_apac-cc-form label{
	width:100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error{
	border-top:0 !important;
	padding: 0 !important;
	color: #cd2026 !important;
	background:transparent !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error::before{
	content: '' !important;
}
.myCart_item > a{
	display: flex !important;
	justify-content: space-between;
}
.wsp-posts-title, .wsp-pages-title{
	display:none;
}
ul.wsp-pages-list, ul.wsp-products-list, ul.wsp-newss-list, ul.wsp-education-sessionss-list, ul.wsp-general-eventss-list{
	list-style: disc;
	padding-left: 30px;
}
ul.wsp-pages-list li, ul.wsp-products-list li, ul.wsp-newss-list li, ul.wsp-education-sessionss-list li, ul.wsp-general-eventss-list li{
	display: list-item;
}
ul.wsp-pages-list li ul, ul.wsp-products-list li ul, ul.wsp-newss-list li ul, ul.wsp-education-sessionss-list li ul, ul.wsp-general-eventss-list li ul{
	list-style: circle;
	padding-left: 30px;
}

/*calendar*/
#datepicker{
	margin-bottom:30px;
}
.ui-datepicker {
	width: 100% !important;
	background:#EFEFEF !important;
	height: auto;
	margin: 0 !important;
	border-radius: 4px;
}
.error .ui-datepicker {
	border:1px solid #dc3545;
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	position: relative;
}
.ui-datepicker-title {
	text-align: center;
	color: #23499E;
	font-size: 32px;
	font-weight: bold;
	padding: 30px 0;
}
/*.ui-datepicker-header .ui-state-disabled{
	display:none;
}*/
.ui-datepicker-prev{
	position: relative;
	width:64px;
	height: 64px;
	cursor: pointer;
	top: 15px;
	left: 20px;
}
.ui-datepicker-next {
	position: relative;
	width:64px;
	height: 64px;
	cursor: pointer;
	top: 15px;
	right: 20px;
}
.ui-datepicker-prev::before, .ui-datepicker-next::before {
	position: absolute;
	width:64px;
	height: 64px;
	line-height: 58px;
	text-align: center;
	border-radius: 50%;
	/*border:2px solid #23499E !important;*/
	font-size: 40px !important;
	color: #23499E;
	font-family: 'FontAwesome';
	top: 0;
	background:#fff;
}
.ui-datepicker-prev::before{
	content: '';
	left: 0;
	background:#fff url(images/back-arrow.svg);
}
.ui-datepicker-next::before{
	content: '';
	right: 0;
	background:#fff url(images/next-arrow.svg);
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.ui-datepicker thead {
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 32px;
	padding: 5px 0;
	color: #23499E;
	text-align: center;
}
.ui-datepicker tbody td {
	padding: 15px 10px;
	text-align: center;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #53575C;
	font-size: 26px;
}
.ui-datepicker-calendar span.ui-state-default {
	color: #757575;
}
.ui-datepicker-calendar a.ui-state-default {
	/*color: #001B58;*/
	color: #53575c;
}
.ui-datepicker-calendar a.ui-state-hover {
	background: #23499E;
	color: #fff !important;
}
.ui-datepicker-calendar a.ui-state-active {
	background: #23499E;
	color: #fff !important;
}
.bg-blue{
	background:#005aa1 !important;
	color: #fff;
}
.bg-blue h3{
	 color:#fff;
}
.btn.btn-white {
	background: #fff;
	color: #3578BB;
	border-color: #fff;
}
.bg-blue .btn.btn-white{
	color: #3578BB;
}
.bg-blue .cbox-design .cbox-label::before{
	border-color:#fff !important;
	background: #fff !important;
}
.not-valid-tip {
	color: #cd2026;
	position: relative;
	bottom: 0px;
	padding-left: 15px;
}
.wp-block-columns{
	align-items: inherit !important;
}


.iconformtab{
	flex-wrap: nowrap;
}
.iconformtab .nav-item{
	width: 100%;
}
.iconformtab .nav-link{
	border-color: inherit;
	border-radius: 0;
	border-left-width: 0;
	height: 100%;
}
.iconformtab .nav-item:first-child .nav-link{
	border-left-width: 1px;
}
.iconformtab h5{
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 30px;
	width: fit-content;
	margin: 0 auto;
	background: #fff;
}
.iconformtab .nav-link:hover{
	background:#131a59;
}
.iconformtab .nav-link.active, .iconformtab .nav-link:hover{
	border-color: inherit;
}
.iconformtab .nav-link > div > span:nth-child(2){
	display: none;
}
.iconformtab .nav-link.active > div > span:nth-child(1){
	display: none;
}
.iconformtab .nav-link.active > div > span:nth-child(2){
	display: inherit;
}
.iconformtabcontent{
	margin-top: 30px;
}


/* validation for new forms work */
.error-message {
	color: red;
	font-size: 0.9em;
	margin-top: 5px;
	display: none;
}
.form-group {
	margin-bottom: 15px;
}

/* join eye connect */


/*--buttons extras--*/
.button-join-eye-connect{
	background:#ff6200;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 21px;
	border:2px solid transparent;
	font-weight: bold;
	display: inline-block;
}
/* .button-join-eye-connect, .btn-border{
	background:#fff;
	color: #ff6200;
	border-color: #ff6200;
}
.button-join-eye-connect:hover, .btn-border:hover{
	background:#ff6200 !important;
	color: #fff !important;
	border-color: transparent !important;
} */

