	/*
	Theme Name:   Twenty Twenty Child
	Theme URI:    https://diviextended.com/
	Description:  A child theme of Twenty Twenty WordPress theme.
	Author:       Elicus Technologies
	Author URI:   https://elicus.com
	Template:     twentytwenty
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	*/

	@import url("../twentytwenty/style.css");

	/**********Global CSS************/
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
	.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	}
	.banner-outer-main.text-center {
	display: none;
	}
	body {
	background: transparent;
	margin: 0;
	font-family: "Rubik", sans-serif;
	color:#4E5661;
	}
	.entry-content h1, .entry-content h2, .entry-content h3 {
	margin: 0;
	}
	h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif !important;
	color:#201D1D;
	margin:0;
	}
	h1 {
	font-size: 60px;
	}
	h2{
	font-size:32px;
	}
	h1, h2, h3, h4 {
	font-weight: 700;
	}
	ul {
	margin: 0;
	}
	p, li {
	font-size: 16px;
	color: #000000;
	font-family: "Rubik", sans-serif;
	line-height: 26px;
	font-weight: 400;
	}
	a.bg-btn-custom {
	background: #111;
	padding: 15px 40px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	outline: none;
	border: 2px solid transparent;
	border-radius: 5px;
	transition: all ease-in-out 0.5s;
	display: inline-block;
	text-align:center;
	text-transform:capitalize;
	}
	a.bg-btn-custom br {
	display: none;
	}
	a.bg-btn-custom:hover {
	border-color: #111;
	background: transparent;
	transition: all ease-in-out 0.5s;
	color: #111;
	}
	a.transparent-btn {
	padding: 15px 40px;
	color: #111;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	outline: none;
	border: 2px solid #111;
	border-radius: 5px;
	transition: all ease-in-out 0.5s;
	}
	a.transparent-btn:hover {
	background: #111;
	color: #fff;
	}
	.banner-btn a {
	display: inline-block;
	}
	.banner-btn a.bg-btn-custom {
	margin-right: 20px;
	}
	/**********Header CSS start**********/
	.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
	}
	#site-header .header-inner {
	display: flex;
	padding: 0px 15px;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	position: relative;
	/* flex-wrap: wrap; */
	align-items: center;
	}
	#site-header .header-inner .header-titles-wrapper {
	width: auto;
	max-width: 299px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	margin-left: -4px;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 70%;
	flex-wrap: wrap;
	}

	.top-header-right .email-icon img, .top-header-right .phone-icon img {
	width: 21%;
	max-height: 46px;
	max-width: 51px;
	display: inline-block;
	vertical-align: middle;
	min-width: 51px;
	}
	.top-header-right .email-icon .content-area, .top-header-right .phone-icon .content-area {
	width: 76%;
	padding-left: 16px;
	display: inline-block;
	vertical-align: middle;
	}
	.top-header-right .phone-icon {
	margin-left: 20px;
	}
	.content-area span {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	display: block;
	}
	.content-area span.email-text {
	margin-bottom: 5px;
	}
	.content-area span.content {
	font-weight: normal;
	font-size: 16px;
	}
	.content-area span.content a {
	color: #000;
	text-decoration: none;
	}
	#site-header.header-footer-group {
	position: relative;
	background-color: #fff;
	}
	/*
	#site-header.header-footer-group::before {
	content: "";
	position: absolute;
	left: -6%;
	background: #f7f7f7;
	top: 0;
	height: 93px;
	transform: skew(-40deg);
	-webkit-transform: skew(-40deg);
	-ms-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	width: 41%;
	z-index: -1;
	}
	*/
	.btn.focus, .btn:focus{
	box-shadow: none;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right > div, #site-header .header-inner .header-titles-wrapper .top-header-right > div > div {
	width: 100%;
	}
	.top-header-right .custom-html-widget {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .email-icon {
	flex: 0 0 35%;
	max-width: 35%;
	line-height: normal;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul {
	margin: 0;
	justify-content: flex-start;
	letter-spacing: 0;
	display: block;
	padding:0px 0 0;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li {
	margin: 0 10px 0;
	display: inline-block;
	}

	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a {
	text-transform: capitalize;
	color: #201d1d;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	}
	#site-header .header-toggles.hide-no-js {
	display: none;
	}
	.top-header-right .custom-html-widget {
	display: flex;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon {
	flex: 0 0 29%;
	max-width: 29%;
	line-height: normal;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a,
	#site-header .header-inner .header-titles-wrapper .top-header-right .email-icon{
	display: inline-block;
	width: 100%;
	}
	.slider-dropdown .dropdown {
	list-style: none;
	margin: 0;
	}


	/****************Footer CSS*************/



	.primary-menu .icon::before, .primary-menu .icon::after, body:not(.overlay-header) .primary-menu ul, .primary-menu ul{
	background:#000 !important;
	}
	body:not(.overlay-header) .primary-menu > li > ul::after {
	border-bottom-color: #1e3b88 !important;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu{
	padding: 0;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul .sub-menu li a{
	color: #fff;
	font-size: 14px;
	}
	#site-header .sub-menu li, #site-header .sub-menu li a{
	display:block !important;
	margin: 0 !important;
	/* 	overflow:hidden; */
	}
	#site-header .header-navigation-wrapper .sub-menu li:hover > a{
	background: #2ba7de;
	color: #000;
	}
	body:not(.overlay-header) .primary-menu ul ul::after {
	border-left-color:#1e3b88 !important;
	}
	.primary-menu ul > li .icon::before, .primary-menu ul > li .icon::after{
	background:#fff !important;
	}
	button.sub-menu-toggle {
	border-left: none;
	}

	.column-two:last-child ul li img {
	position: absolute;
	left: 0;
	top: 6px;
	}
	.footer-custom-main .sub-menu {
	display: none;
	}

	footer#site-footer {
	padding: 35px 0px 35px 0px;
	margin-top: 0;
	/* background: transparent; */
	background-color: #111111;
	}
	#site-footer .section-inner .footer-credits .footer-top.has-social-menu{
	padding: 0;
	}
	#site-footer .section-inner{
	align-items: center;
	}
	.column-two ul li a span {
	color: #fff;
	}
	.copyright {
	text-align: right;
	color:#000;
	}
	#site-footer p{
	color: #000;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	}
	.footer-top.has-social-menu .footer-social-wrapper ul li {
	margin: 0 10px 0 0;
	line-height: normal;
	}
	.footer-nav-widgets-wrapper.header-footer-group .container p {
	margin: 0;
	line-height: 22px;
	font-size: 14px;
	}
	.full-width-copywrite h6 {
	margin-bottom: 15px;
	font-size: 14px;
	}
	#site-footer a{
	background: transparent;
	width: auto;
	height: auto;
	}
	ul.footer-social {
	margin: 0;
	}
	.footer-nav-widgets-wrapper ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	.footer-top.has-social-menu .footer-social-wrapper ul li a:hover {
	color: #000;
	}

	/***********Body CSS**********/
	.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: inherit;
	width: 100%;
	}
	.container {
	max-width: 1170px;
	margin: 0 auto;
	padding:0px 15px;
	}
	.post-inner {
	padding: 0;
	}
	.footer-custom-main .header-footer-group .footer-inner.section-inner .footer-widgets {
	margin-left: 0;
	width: calc(33% - 20px);
	}
	.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper, .reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0 !important;
	background: transparent;
	margin: 0;
	}
	.footer-widgets-outer-wrapper {
	padding: 0 !important;
	}
	.footer-widgets-outer-wrapper {
	padding: 0 !important;
	border: none !important;
	}
	.footer-custom-main .footer-widgets-wrapper {
	margin: 0;
	width: 100%;
	}
	.footer-inner.section-inner {
	padding: 0px 30px;
	}
	.footer-inner.section-inner .widget-content h2 {
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 24px;
	letter-spacing: 0.2px;
	}
	.widget-content ul li a {
	font-size: 16px !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	transition: all .5s;
	}
	.footer-nav-widgets-wrapper ul li a:hover {
	color: #fff;
	text-decoration: none;
	padding-left:15px;
	}
	.widget-content ul li a:hover::before {
	opacity: 1;
	}
	.widget-content ul li a:before {
	content: '';
	height: 5px;
	width: 5px;
	background: #DC0E0E;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 100%;
	opacity: 0;
	transition: all .5s;
	}
	.widget-content ul li a:hover::before {
	opacity: 1;
	}
	.full-width-copywrite {
	background-color: #111111;
	padding: 35px 0px 15px 0px;
	color: #fff;
	}
	.full-width-copywrite {
	background-color: #111111;
	padding: 35px 0px 15px 0px;
	color: #fff;
	position: relative;
	top: 26px;
	}
	section#shadow-host-companion {
	padding: 0;
	}
	.full-width-copywrite * {
	text-align: center;
	color: #fff;
	}
	/*===================19-april-2024==================*/
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a img, #site-header .header-inner .header-titles-wrapper .top-header-right .email-icon img {
	max-width: 32px;
	}
	.top-header-right .email-icon .content-area, .top-header-right .phone-icon .content-area {
	width: auto;
	padding-left: 16px;
	display: inline-block;
	vertical-align: middle;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon {
	flex: 0 0 100%;
	max-width: 100%;
	line-height: normal;
	display: flex;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:last-child img {
	max-width: 100% !important;
	width: auto;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a, #site-header .header-inner .header-titles-wrapper .top-header-right .email-icon {
	display: flex;
	width: 100%;
	align-items: center;
	}
	.top-header-right .email-icon img, .top-header-right .phone-icon img {
	width: 24%;
	max-height: max-content;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	min-width: auto;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:first-child {
	flex: 1 0 auto;
	margin-right: 0;
	width: auto;
	justify-content: center;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:last-child {
	flex: 1 0;
	justify-content: flex-end;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .email-icon {
	justify-content: flex-start;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon h6 {
	display: flex;
	align-items: center;
	margin: 0px 3px;
	font-size: 24px;
	font-weight: bold;
	}
	/*=========20-april-2024============*/
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:last-child img {
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 100%;
	min-width: 120px;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .email-icon a {
	display: flex;
	align-items: center;
	}
	/*=========20-april-2024============*/



	/*===============25-april-2024-new-css==============*/
	.left-content a.bg-btn-custom {
	display: flex;
	width: max-content;
	align-items: center;
	}
	.left-content a.bg-btn-custom img {
	max-width: 36px;
	margin-right: 15px;
	}
	.contact-call {
	background-color: #201D1C;
	padding: 30px 40px 30px 40px;
	text-align: center;
	}
	.contact-call h2 {
	color: #FFDA47;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	line-height: 24px;
	letter-spacing: -0.15px;
	margin-bottom:15px;
	}
	.contact-call p {
	color: #fff;
	margin: 0;
	}
	/*
	.banner-outer-main-new {
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2020/10/couple.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 90px 0px 49px;
	}
	.banner-outer-main-new:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	}
	*/
	div#banner-slider {
	position: relative;
	}
	.banner-outer-main-new {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	background: #fcfbfbcf;
	padding-top: 34px;
	}

	.banner-left-content h1 {
	color: #201D1D;
	margin: 10px 0px 15px 0px;
	font-family: "Open Sans", Sans-serif;
	font-size: 60px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 72px;
	padding-right: 84px;
	margin-bottom: 30px;
	}
	.banner-left-content h3 {
	color: #DC0E0E;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	position: relative;
	}
	.banner-left-content h3:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #DC0E0E;
	position: absolute;
	margin-left: 20px;
	top: 12px;
	}
	.banner-col-bg {
	background-color: #ffffffd1;
	padding: 60px 25px 30px 25px;
	border-radius: 8px 8px 0px 0px;
	text-align:center;
	}
	.banner-col-bg h3 {
	margin: 0;
	font-size: 16px !important;
	text-transform: capitalize;
	color:#201D1D;
	}
	.banner-col-bg h2 {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	margin: 10px 0px 20px;
	}
	.banner-right-three-column {
	gap: 38px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0;
	margin-top: 70px;
	margin-bottom:20px;
	}
	.banner-col {
	box-shadow: 0px 0px 9px 0px rgba(133, 133, 133, 0.5);
	border-radius: 8px;
	padding: 0px;
	width: calc(33% - 25px);
	}

	.banner-right-content a {
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 800;
	/* margin: 12px auto !important; */
	padding: 34px 10px 10px;
	display: flex;
	/* position: absolute; */
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	color: #151515;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	line-height: normal;
	position: relative;
	flex-direction: column;
	}
	.banner-col a img {
	max-width: 26px;
	margin-top: 10px;
	}
	a.transparent-btn span {
	margin-right: 15px;
	}
	.banner-left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	h2.sec-heading {
	color: #201D1D;
	margin: 13px 200px 30px 200px;
	font-size: 46px;
	font-weight: 800;
	text-transform: none;
	line-height: 54px;
	margin-bottom: 50px !important;
	text-align:center;
	}
	.insurance-column {
	padding: 50px 40px 110px 40px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #9f9f9f;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	min-height: 394px;
	box-shadow: 0px 0px 3px 3px #ddd;
	margin-bottom:30px;
	}
	.insurance-column .btn-wraper-custom {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 60px;
	}
	.insurance-column h3 {
	font-size: 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: 0;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
	font-weight: 800;
	text-transform: uppercase;
	}
	.insurance-column p {
	color: #656565;
	}
	.green-btn-custom, .btn-top-sec a {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block !important;
	color: #fff !important;
	position: relative;
	display: inline;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #008640;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	}
	.green-btn-custom br {
	display: none;
	}
	.think-insurance-sec {
	padding: 100px 0px;
	}
	.left-content h2 {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 44px;
	letter-spacing: -1.08px;
	color: #111;
	margin-bottom: 20px;
	}
	.left-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.left-content p {
	color: #5a5a5a;
	}
	.instant-quote-sec {
	padding: 100px 0px;
	}
	.instant-quote-sec {
	padding: 100px 0px;
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/quote_form_image.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.instant-quote-sec:before {
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	opacity: 0.5;
	left: 0;
	}
	.instant-quote-sec .container{
	position:relative;
	z-index:2;
	}
	.sec-top-content p {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
	}
	.btn-top-sec {
	display: flex;
	gap: 10px;	
	justify-content: center;
	margin: 20px 0px;
	flex-wrap:wrap;
	}
	.sec-main-heding h2 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
	}
	.icon-top-content {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 20px !important;
	}
	.main-click-box svg path {
	fill: #008640;
	}
	.main-click-box svg {
	width: 60px !important;
	height: 60px;
	margin-bottom: 10px;
	}
	.main-click-box p {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	}
	/*===============25-april-2024-new-css==============*/


	/*===============26-april-2024-new-css==============*/



	.reduce-padd-custom {
	padding-left: 10px;
	padding-right: 10px;
	}
	.why-choose-sec {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/Life-Insurance-1.jpg);
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	}
	.why-choose-sec:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1;
	}
	.why-choose-sec .container {
	position: relative;
	z-index: 2;
	}
	.why-shoose-heading h2 {
	color: #111 !important;
	font-size: 46px;
	font-weight: 800;
	margin: 0px 0px 50px;
	}
	.choose-us-colummn {
	padding: 40px 50px 35px 50px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
	}
	.row-custom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	}
	.bg-white-custom {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #edeff2;
	background: #fff;
	}
	.choose-us-colummn p {
	color: #5a5a5a;
	margin: 0;
	}
	.choose-us-colummn span {
	display: flex;
	justify-content: center;
	width: 90px;
	height: 90px;
	/* padding: 18px; */
	border: dotted 2px #000;
	border-radius: 100%;
	overflow: hidden;
	align-items: center;
	margin: 0 auto;
	}
	.choose-us-colummn span img {
	border-radius: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	}
	.why-choose-sec .container > p {
	display: none;
	}
	.testimonial-sec .container > p {
	display: none;
	}
	.choose-us-colummn h3 {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: -0.72px;
	margin: 15px 0px 20px;
	}

	.testimonial-sec {
	padding: 100px 0px 0px;
	}

	.top-title {
	text-align: center;
	margin-bottom: 30px;
	}
	.top-title h3 {
	color: #008640;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 28px;
	margin: 0px 0px 7px 0px;
	}
	.top-title h2 {
	color: #201D1D;
	margin: 10px 180px -30px 180px;
	font-size: 46px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 54px;
	}
	.testimonial-sec button.slick-prev.slick-arrow {
	padding: 0;
	background: transparent;
	font-size: 0;
	border: none;
	top: 12%;
	position: absolute;
	}
	.testimonial-inner-slider button.slick-prev.slick-arrow {
	/* content: ""; */
	/* width: 0; */
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/right-arrow.png);
	position: absolute;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 30px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	padding: 0;
	top: 40%;
	font-size:0;
	left:0;
	outline: none;
	}
	.testimonial-inner-slider button.slick-next.slick-arrow {
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/right-arrow.png);
	position: absolute;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 30px;
	background-repeat: no-repeat;
	/* transform: rotate(180deg); */
	padding: 0;
	top: 40%;
	right: 0;
	font-size: 0;
	right:0;
	outline: none;
	}
	.testimonial-inner-slider {
	padding: 30px 40px 0px;
	}
	.testimonial-slides p {
	font-size: 15px;
	line-height: 28px;
	color: #4E5661;
	}
	.testimonial-slides strong.auther-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0px;
	color: #000;
	margin-top: 12px !important;
	display: inline-block;
	}
	.testimonial-slides p {
	font-size: 15px;
	line-height: 28px;
	color: #4E5661;
	margin:0;
	}
	.testimonial-slides.slick-slide.slick-current.slick-active span.quoted-iocn {
	color: #FFDA47;
	}
	.testimonial-slides span.quoted-iocn {
	font-size: 40px;
	color: #E6ECF2;
	}
	.logo-inner {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-items: center;
	}
	.logo-left-content h2 {
	color: #008640;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
	padding-left: 20px;
	position: relative;
	}
	.logo-right-slider {
	width: 80%;
	}
	.logo-left-content h2:before {
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	background: #008640;
	left: 0;
	}

	.logo-right-slider .slick-track {
	display: flex !important;
	align-items: center;
	}
	.logo-slides.slick-slide {
	align-items: center;
	margin:0px 5px;
	}
	.logo-left-content {
	width: 20%;
	}
	.logo-right-slider p {
	display: none !important;
	}
	.logo-right-slider .slick-slide img {
	max-width: 166px;
	}
	.left-content a.bg-btn-custom:hover img {
	filter: invert(1);
	}
	a.green-width-icon {
	display: flex !important;
	align-items: center;
	}
	a.green-width-icon img {
	max-width: 16px;
	margin-right: 10px;
	object-fit: contain;
	}

	.news-blogs-inner {
	display: flex;
	gap: 20px;
	margin-top: 90px;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.news-blogs-inner > p {
	display: none;
	}
	.news-blogs-column {
	width: calc(100%/3 - 14px);
	}
	.news-blogs-column iframe {
	height: 315px !important;
	max-height: 315px !important;
	width:100% !important;
	}
	.news-blogs-sec .top-title h3 {
	color: #DC0E0E;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	}
	.contact-call-sec {
	background-color: #090909;
	padding: 30px 50px 30px 50px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-top: 55px;
	border-radius: 5px;
	}
	.light-contenttwo-four {
	position: absolute;
	right: 0;
	}
	.light-contenttwo-four {
	position: absolute;
	right: 0;
	}
	span.tewnty-four-gray {
	font-family: "Open Sans", Sans-serif;
	font-size: 70px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.07px;
	color: rgba(255,255,255,0.07);
	}
	.contact-call-left, .contact-call-right {
	width: calc(50% - 15px);
	}
	.contact-call-right {
	text-align: right;
	}
	.contact-call-sec p a {
	align-self: center;
	padding-left: 5px;
	font-family: "Open Sans", Sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #F1C232 !important;
	transition: color 0.3s;
	display: flex !important;
	text-decoration: none;
	}
	.contact-call-sec p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	}
	.testimonial-slides.slick-slide p {
	padding: 0px 10px;
	}
	.right-content img {
	width: 100%;
	}
	.logo-slides.slick-slide img {
	margin: 0 auto;
	}
	.footer-custom-main {
	background-color: #201D1D !important;
	padding: 57px 0px 0px 0px;
	}
	.choose-us-colummn span img {
	width: auto;
	max-width: 50px;
	}



	/*==============29-04-2024===============*/
	.topBar {
	background-color: #EFEFEF;
	padding: 9px 10px 9px 10px;
	}

	.topBar ul {
	display: flex;
	max-width: 1430px;
	margin: 0 auto;
	padding: 0px 15px;
	align-items: center;
	}

	.topBar ul li {
	list-style: none;
	margin: 0;
	}
	.topBar ul li a {
	color: #fff;
	border-radius: 10%;
	display: flex;
	padding: 7px 7px;
	align-items: center;
	text-decoration: none !important;
	}
	.topBar ul li:first-child a {
	background: #3b5998;
	}

	.topBar ul li + li {
	margin-left: 6px;
	}
	.topBar ul li:nth-child(2) a {
	background-color: #262626;
	}
	.topBar ul li:nth-child(3) a {
	background-color: #cd201f;
	}
	.topBar ul li:nth-child(4) a {
	background-color: #0077b5;
	}


	.footer-inner.section-inner .f-socials ul li {
	list-style: none;
	margin: 0;
	}

	.footer-inner.section-inner .f-socials ul {
	display: flex;
	}

	.footer-inner.section-inner .f-socials ul li + li {
	margin-left: 7px;
	}

	.footer-inner.section-inner .f-socials ul li a {
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 !important;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #413F3F;
	}

	.footer-inner.section-inner .f-socials ul li:first-child a {
	background: #3b5998;
	color: #fff;
	padding: 0 !important;
	}

	.footer-inner.section-inner .f-socials ul li a:hover {
	border-color: #fff;
	}

	.footer-widgets.footerContactInfo {
	margin: 0;
	width: 100%;
	margin-bottom: 50px;
	}
	.footer-inner.section-inner .f-socials > img {
	max-width: 233px;
	margin-top: 30px;
	}
	.header-navigation-wrapper {
	width: 60%;
	}
	.box-body {
	background-color: #008640;
	padding: 25px 1px 25px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #02010100;
	border-radius: 0px 0px 0px 0px;
	}
	.box-body h3.elementskit-info-box-title {
	font-family: "Rubik", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	line-height: 22px;
	letter-spacing: -0.15px;
	color: #fff;
	}
	.box-body p {
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.15px;
	color: #fff;
	margin: 0;
	}

	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a {
	position: relative;
	transition: all ease-in-out 0.5s;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a:after {
	content: "";
	width: 15px;
	height: 5px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all ease-in-out 0.5s;
	top: 40px;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a:hover::after {
	width: 50px;
	transition: all ease-in-out 0.5s;
	background-color:#008640;
	}


	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu li a {
	color: #000;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	padding: 12px 15px 12px 15px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.53);
	}

	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu li a:after{
	display:none !important;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu {
	padding: 0;
	background-color: #f4f4f4 !important;
	top: calc(100%  - -30px);
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu:before, #site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu:after {
	display: none !important;
	}
	.top-header-right .ekit-wid-con {
	display: flex;
	background: #008640;
	align-items: center;
	padding: 0px 20px;
	}
	.top-header-right .ekit-wid-con .info-box-icon.text-center {
	max-width: 56px;
	background: #fff;
	border-radius: 100%;
	padding: 7px;
	margin-right: 15px;
	}

	.widget_text.widget.widget_custom_html .icon-wrapper a {
	height: 100%;
	display: flex;
	align-items: center;
	}
	.widget_text.widget.widget_custom_html .icon-wrapper img {
	max-width: 30px;
	margin-left: 50px;
	height:30px;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul.sub-menu li a:hover {
	background: #fff;
	color: #008640;
	}



	form .MuiInputBase-root input[type="text"], form .MuiInputBase-root input[type="password"], form .MuiInputBase-root input[type="email"], form .MuiInputBase-root input[type="url"], form .MuiInputBase-root input[type="date"], form .MuiInputBase-root input[type="month"], form .MuiInputBase-root input[type="time"], form .MuiInputBase-root input[type="datetime"], form .MuiInputBase-root input[type="datetime-local"], form .MuiInputBase-root input[type="week"], form .MuiInputBase-root input[type="number"], form .MuiInputBase-root input[type="search"], form .MuiInputBase-root input[type="tel"], form .MuiInputBase-root input[type="color"], form .MuiInputBase-root textarea {
	border: none;
	}
	form .MuiInputBase-root fieldset {
	border-color: #008640;
	}
	form .MuiInputBase-root fieldset {
	border-color: #008640 !important;
	}
	form .Mui-checked {
	color: rgb(0 134 64) !important;
	}
	form button.btn.btn-primary, button.send-quote-send-btn.btn.btn-primary, button.btn.btn-outline-primary {
	background: #008640;
	font-size: 16px;
	padding: 15px 20px;
	border: none !important;
	box-shadow: none !important;
	color: #fff;
	text-decoration:none !important;
	}
	form * {
	font-family: "Rubik", sans-serif !important;
	}
	form button.btn.btn-primary:hover, button.send-quote-send-btn.btn.btn-primary:hover, button.btn.btn-outline-primary:hover {
	background-color: #09713a;
	}
	form > div div {
	width: auto !important;
	display: inline-block;
	}

	form .pill.border {
	width: 24px;
	height: 24px;
	font-size: 14px;
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	form > div div svg path {
	fill: #008640;
	}
	#resultQuotes .wrapper-meta {
	max-width: 100%;
	}
	#resultQuotes svg path {
	fill: #008640;
	}
	#resultQuotes fieldset {
	border-color: #008640;
	}
	#resultQuotes .pill.border {
	width: 24px;
	height: 24px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.footer-top-inner .widget_text p, .footer-top-inner .widget_text ol, .footer-top-inner .widget_text ul, .footer-top-inner .widget_text dl, .footer-top-inner .widget_text dt, 
	.footer-top-inner .widget-content .rssSummary {
	letter-spacing: normal;
	font-family: "Rubik", sans-serif;
	}
	.f-socials h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	}
	.footer-widgets .widget {
	border-top: none;
	margin-top: 40px;
	padding-top: 0;
	}
	/*==============29-04-2024===============*/

	/*==============30-04-2024===============*/

	button.MuiButtonBase-root {
	outline: none !important;
	}
	#resultQuotes button.cta-details-buy.btn.btn-primary, 
	div#planDetails button.btn.btn-primary, div#resultQuotes button.btn.btn-primary {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block !important;
	color: #fff !important;
	position: relative;
	display: inline;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #008640 !important;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	border: none !important;
	}
	div#planDetails a.cta-client-phone.btn.btn-outline-secondary {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	position: relative;
	display: inline-block;
	line-height: 1;
	/* color: #008640; */
	/* border-color: #008640 !important; */
	text-decoration: none !important;
	font-family: "Rubik", sans-serif;
	background: #008640;
	color: #fff;
	}

	#resultQuotes button.quote-summary-btn.btn.btn-outline-secondary {
	border-radius: 5px;
	font-size: 15px;
	padding: 11px 30px;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	border-color: #008640;
	}
	#resultQuotes .bg-white.border-bottom {
	border: none !important;
	}
	#planDetails .quote-cost .pill.border {
	width: 24px;
	height: 24px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	#planDetails span.MuiTypography-root.MuiTypography-h2.amount-primary {
	font-size: 18px;
	font-weight: bold;
	}
	.planSubmit.planDetails .css-1eofix.Mui-selected {
	color: #008640;
	text-decoration: none;
	}
	button.quote-summary-btn.btn.btn-outline-secondary {
	margin: 10px 0px;
	}
	.planSubmit.planDetails  span.MuiTabs-indicator {
	background-color: rgb(0 134 64);
	}
	#resultLifeCriticalIllnessQuotes fieldset {
	border-color: #008640;
	}
	#resultLifeCriticalIllnessQuotes *, div#planDetails *, #resultQuotes * {
	font-family: "Rubik", sans-serif;
	}
	#resultLifeCriticalIllnessQuotes {
	max-width: 1200px !important;
	min-width: auto;
	width: 100%;
	padding:15px 30px;
	}
	#resultLifeCriticalIllnessQuotes .lci-quotes.lci-quotes-headings {
	background-color: #008640 !important;
	align-items: center;
	padding: 15px;
	}
	#resultLifeCriticalIllnessQuotes .lci-quotes.lci-quotes-records .lci-quotes-clm.lci-quotes-clm-quote {
	background: #008640 !important;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
	#resultLifeCriticalIllnessQuotes .lci-quotes.lci-quotes-records .lci-quotes-clm.lci-quotes-clm-quote h5 {
	margin-bottom: 0;
	font-size: 20px;
	}
	.lci-quotes-cta.lci-quote-cta-apply a.btn.btn-primary {
	background: #008640;
	font-size: 16px;
	padding: 15px 15px;
	border: none !important;
	margin-top: 15px;
	box-shadow: none !important;
	text-decoration: none;
	}
	.lci-quotes-clm.lci-quotes-clm-cta .lci-quotes-cta.lci-quote-cta-call a {
	font-size: 14px;
	color: #008640;
	min-width: max-content;
	display: inline-block;
	}
	#planDetails {
	width: 100%;
	}
	#resultLifeCriticalIllnessQuotes .lci-quotes-clm.lci-quotes-clm-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.contact-call-left svg, .contact-call-right svg {
	max-width: 28px !important;
	}
	.alternate-inner {
	display: flex;
	flex-wrap: wrap;
	}
	.alternate-left-content {
	width: 70%;
	padding-right: 48px;
	}
	.alternate-inner-common.alternate-right-img {
	width: 30%;
	padding-left: 0;
	position: relative;
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/bg-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	border-radius:5px;
	}
	.overlay-box-body * {
	color: #fff;
	margin: 0;
	}
	.overlay-box-body {
	position: relative;
	z-index: 1;
	}
	.alternate-column {
	padding: 70px 0px;
	width: 100%;
	}
	.alternate-right-img img {
	width: 100%;
	}
	.alternate-left-content h2 {
	color: #008640;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif !important;
	margin-bottom: 15px;
	}
	.alternate-inner-common.alternate-right-img:after {
	background-image: -webkit-gradient(linear, left top, right top, from(#003478), to(#7f99bb));
	background-image: -o-linear-gradient(left, #003478 0%, #7f99bb 100%);
	background-image: linear-gradient(90deg, #003478 0%, #7f99bb 100%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	opacity: 0.85;
	}
	.overlay-box-body h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
	}
	.overlay-box-body a {
	margin: 15px 0px 0px 0px;
	background-color: #7f99bb;
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	font-family: "Rubik", sans-serif;
	}
	.alternate-left-content a.bg-btn-custom {
	margin-top: 15px;
	}
	.visitore-right-img img {
	margin: 0;
	}
	.visitore-left-content, .visitore-right-img img {
	margin-bottom: 40px;
	}
	div#resultQuotes {
	max-width: 100%;
	width: 100%;
	padding: 0px 20px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 3px;
	}
	.contact-call-right a {
	justify-content: flex-end;
	}


	.slider {
	position: relative;
	width: 100%;
	}

	.items {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	}

	.item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	}
	.item.current {
	opacity: 1;
	}
	.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
	div#banner-slider ul.items li {
	margin: 0;
	}
	/*==============30-04-2024===============*/


	/*==============01-may-2024===============*/

	div#resultQuotes button.btn.btn-outline-primary{
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block !important;
	color: #fff !important;
	position: relative;
	display: inline;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #008640 !important;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	border: none !important;
	}

	a.green-btn-custom:hover {
	background-color: #09713a;
	}
	#resultQuotes button.quote-summary-btn.btn.btn-outline-secondary:hover, 
	div#planDetails a.cta-client-phone.btn.btn-outline-secondary:hover, 
	#resultQuotes button.cta-details-buy.btn.btn-primary:hover, 
	div#planDetails button.btn.btn-primary:hover, 
	form button.btn.btn-primary:hover, 
	button.send-quote-send-btn.btn.btn-primary:hover, div#resultQuotes button.btn.btn-primary:hover, 
	div#resultQuotes button.btn.btn-outline-primary:hover {
	border-color: #09713a !important;
	background-color: #09713a !important;
	color: #fff !important;
	}
	.compare-list ul li {
	list-style: none;
	}
	.compare-items-container .compare-item {
	flex: 1 0 auto;
	}
	.compare-items-container .compare-item .item-cell.itemLogo {
	max-width: 160px;
	margin: 0 auto;
	}
	.item-cell.itemQuote {
	text-align: center;
	font-size: 18px;
	}
	.compare-items-container .compare-item * {
	text-align: center;
	/* font-size: 16px; */
	/* font-weight: 500; */
	}
	.compare-items-container .compare-item .quote-couple span.MuiTypography-root.MuiTypography-h2.amount-primary {
	font-size: 22px;
	}
	.compare-items-container .compare-item .item-cell {
	font-size: 16px !important;
	}
	.compare-items-container .compare-item * {
	text-align: center;
	font-size: 14px !important;
	}
	.MuiDateCalendar-root button.MuiPickersYear-yearButton {
	padding: inherit !important;
	border: none !important;
	text-decoration: none;
	box-shadow: none !important;
	outline: none !important;
	}
	.compare-items-container .compare-item b {
	color: #6b7280;
	}
	.compare-items-container .compare-item span.text-success b {
	color: #28a745 !important;
	}
	body div#compareContainer {
	color: #4E5661;
	}

	div#resultQuotes .quotes-item.border span {
	font-size: 18px;
	}

	.claim-page-main {
	padding: 70px 0px 0px;
	}
	.claim-page-main h2.main-heading-two {
	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #111;
	text-align: center;
	}
	.colum-claim {
	text-align: center;
	}
	.colum-claim span.icon-image img {
	margin: 0 auto;
	max-width: 62px;
	min-width: 62px;
	}
	.claim-inner-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: baseline;
	gap: 30px;
	}
	.colum-claim h2 {
	font-weight: 700;
	font-size: 24px;
	color: #008640;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif !important;
	min-height: 65px;
	}
	.contact-section {
	padding-top: 70px;
	}
	.contact-cloumn {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 10px;
	background: #fff;
	margin-bottom: 60px;
	min-height: 620px;
	}
	.contact-cloumn h2 {
	font-weight: 700;
	font-size: 30px;
	color: #008640;
	}
	.contact-cloumn ul li {
	list-style: none;
	position: relative;
	padding-left: 0 !important;
	display: block;
	line-height: normal;
	margin-top: 15px;
	margin-left: 0 !important;
	padding-left: 24px !important;
	position: relative;
	}
	.contact-cloumn ul li:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #008640;
	position: absolute;
	left: 0px;
	font-size: 14px;
	}
	li.location:before {
	content: "\f3c5";
	}
	.contact-cloumn ul li.contact:before {
	content: "\f879";
	}
	.contact-cloumn ul li.conatct-tel:before {
	content: "\f1ac";
	}
	.contact-cloumn ul li.gmail:before {
	content: "\f658";
	}
	.contact-form.quote-right-area form .form-group {
	width: 100%;
	min-width: 100%;
	}
	h2.contact-main-heading {
	text-align: center;
	margin-bottom: 30px;
	color: #008640;
	text-transform: uppercase;
	font-size: 30px;
	}
	.contact-form.quote-right-area form .form-group input[type="submit"] {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block !important;
	color: #fff !important;
	position: relative;
	display: inline;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #008640 !important;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
	border: none !important;
	}
	.contact-form-sec .contact-details.column-two img {
	margin: 0;
	}
	.contact-form-sec input, .contact-form-sec textarea {
	outline: none !important;
	border: 1px solid #ddd !important;
	text-transform:capitalize;
	}
	.media-main-blog-sec .news-blogs-inner {
	width: 100%;
	}
	.media-main-blog-sec .row {
	margin: 0;
	}
	.media-banner-sec {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	padding: 100px 0px 100px 0px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.claim-banner-sec {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.contact-banner-sec {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.about-banner-sec {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Super-visa-insurance {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.visitors-insurance-bg {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Term-life-insurance-bg {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Whole-Life-Insurance-bg {
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Universal-Life-Insurance-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.student-insurance-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Critical-illness-insurance-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Travel-Insurance-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.resp-banner-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.health-dental-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.Permanent-Insurance-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.rrsp-tfsa-bg{
	background-image: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/05/banner_bg-1.jpg);
	}
	.media-banner-sec:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	}
	.media-banner-sec .banner-inner{
	position:relative;
	z-index:1;
	}
	.media-banner-sec .banner-inner h2 {
	font-size: 50px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	.about-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: center;
	/* row-gap: 30px !important; */
	margin-bottom: 50px;
	}
	.about-right-img img, .about-right-img img {
	width: 100%;
	}
	.about-left-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #008640;
	margin-bottom: 10px;
	}
	.about-main-sec {
	padding-top: 70px;
	}
	.about-main-sec h1.main-heading {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #008640;
	margin-bottom: 30px;
	}
	.about-left-content h4 {
	margin: 0;
	font-size: 20px;
	color: #008640;
	font-weight: 500;
	}
	.send-quote span.MuiTypography-root.MuiTypography-caption.css-16vbyop {
	display: none;
	}
	div#resultQuotes .css-vubbuv {
	width: 40px;
	height: 30px;
	}
	/*==============01-may-2024===============*/



	/*=========08-may-2024===========*/
	div#resultQuotes .quotes-item:hover {
	box-shadow: 0 0 8px 1px rgba(38, 166, 154, 0.6);
	}
	#planDetails form > div div {
	width: 100% !important;
	}

	.buy-direct-btn a.cta-buy-directly {
		border-radius: 5px;
		font-size: 15px;
		padding: 11px 30px;
		display: inline-block !important;
		color: #fff !important;
		position: relative;
		background: #000;
		border-color: #000;
		text-decoration: none;
		box-shadow: none !important;
	}
	.buy-direct-btn a.cta-buy-directly:hover {
		background: #222 !important;
		border-color: #222 !important;
	}
	div#planDetails button.btn.btn-primary, .buy-direct-btn a.cta-buy-directly, div#planDetails a.cta-client-phone.btn.btn-outline-secondary {
		margin: 7px 0px;
	}
	#resultQuotes .bg-white.border-bottom select {
		padding-left: 5px;
		font-size: 13px;
		width: auto !important;
	}
	div#frmOrder form > div div {
		width: 100% !important;
		display: inline-block;
	}
	.contact-form-sec {
    padding: 15px;
}
a.review-footer-link {
    margin-top: 20px;
    display: inline-block;
    max-width: 250px;
}
	/*=========08-may-2024===========*/


	@media(max-width:1300px){
	.top-header-right .ekit-wid-con .info-box-icon.text-center {
		max-width: 40px;
	}
	.box-body p {
		font-size: 14px;
	}

	}
	
	
	
	
	@media(max-width:1234px){
	.top-header-right {
    width: 37%;
}
	}


	@media(max-width:1200px){
	.banner-left-content h1 {
	font-size: 46px;
	line-height: normal;
	}
	.banner-right-content a {
	font-size: 16px;
	}
	h2.sec-heading, .why-shoose-heading h2, .top-title h2{
	font-size: 36px;
	}
	.icon-top-content {
	min-height: 174px;
	}
	.choose-us-colummn h3 {
	font-size: 20px;
	}
	.logo-right-slider .slick-slide img {
	max-width: 126px;
	}
	.top-header-right .ekit-wid-con .info-box-icon.text-center {
	max-width: 40px;
	}

	}




	@media(max-width:999px){
	.top-header-right{
	display:none;
	}
	.widget-content ul li a {
	font-size: 14px !important;
	}
	.footer-inner.section-inner .widget-content h2 {
	font-size: 16px;
	}
	.showing-menu-modal:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.5;
	}
	.showing-menu-modal {
	overflow: hidden;
	}
	.showing-menu-modal .site-logo img {
	max-width: 185px;
	transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
	position: relative;
	top: -40px;
	}
	.showing-menu-modal button.close-nav-toggle .toggle-text {
	margin-right: 2.1rem;
	display: none;
	}
	.showing-menu-modal button.toggle.search-toggle.mobile-search-toggle {
	display: none;
	}
	.toggle-inner .toggle-text{
	display:none;
	}
	.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle {
	color: #000000;
	outline: none !important;
	outline: none !important;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-size: 2.4rem;
	padding: 2.5rem 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 26px;
	color: #201D1D;
	padding: 9px 10px 10px 10px;
	}
	.showing-menu-modal .nav-toggle .toggle-inner {
	opacity: 0;
	visibility: hidden;
	}
	#site-header .header-inner {
	padding: 15px 15px;
	}
	button.close-nav-toggle .toggle-text {
	margin-right: 2.1rem;
	display: none !important;
	}
	button.toggle.nav-toggle.mobile-nav-toggle {
	background: url(https://www.ezsupervisa.ca/wp-content/uploads/2024/04/hamburger.png);
	height: 24px;
	background-size: 24px;
	width: 60px;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	}
	.showing-menu-modal button.toggle.nav-toggle.mobile-nav-toggle {
	opacity: 0;
	visibility: hidden;
	}
	.nav-toggle .toggle-inner span.toggle-icon svg {
	opacity: 0;
	visibility: hidden;
	}
	.modal-menu {
	position: relative;
	left: 0;
	width: 100%;
	}
	.menu-modal.show-modal {
	display: flex;
	width: 100%;
	max-width: 350px;
	}
	.header-inner .toggle svg {
	display: none;
	}
	}

	@media(max-width:991px){
	.banner-left-content h1 {
	font-size: 34px;
	line-height: normal;
	}
	.banner-col {
	width: calc(33% - 5px);
	}
	.banner-right-three-column {
	gap: 9px;
	}
	a.bg-btn-custom, a.transparent-btn {
	padding: 15px 25px;
	font-size: 14px;
	}
	h2.sec-heading, .why-shoose-heading h2, .top-title h2 {
	font-size: 30px;
	margin-left: 0;
	margin-right: 0;
	line-height: normal;
	}
	.insurance-column {
	padding: 30px 15px;
	}
	.left-content h2 {
	font-size: 30px;
	}
	.choose-us-colummn {
	padding: 30px 15px;
	}
	.news-blogs-column {
	width: calc(100%/2 - 14px);
	}
	.insurance-column p{
	font-size:14px;
	}
	.insurance-column h3 {
	font-size: 18px;
	}
	.alternate-inner-common.alternate-left-content, .alternate-inner-common.alternate-right-img {
	width: 100%;
	}
	.alternate-left-content {
	padding-right: 0;
	}
	.alternate-right-img {
	margin-top: 30px;
	}
	.alternate-inner-common.alternate-right-img{
	padding:20px;
	}
	.banner-right-three-column {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.banner-col-bg {
	padding: 15px 25px 2px 25px;
	}
	.banner-right-content a {
	font-size: 14px;
	padding: 10px 10px 10px;
	}
	.banner-col-bg h2 {
	font-size: 22px;
	}
	.contact-call h2 {
	font-size: 20px;
	}
	.media-banner-sec .banner-inner h2 {
	font-size: 34px;
	}
	.news-blogs-inner {
	margin-top: 60px;
	}
	.about-inner {
	grid-template-columns: repeat(1, 1fr);
	}
	.inner-two-about {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
	}
	.about-right-img {
	width: 100%;
	margin-bottom: 30px;
	}
	.claim-inner-main {
	grid-template-columns: repeat(2, 1fr);
	}
	}



	@media(max-width:767px){
	ul.items {
	padding-bottom: 100vh;
	}
	.banner-col-bg{
	padding:15px 0px;
	}
	.banner-right-content a {
	font-size: 14px;
	padding: 10px 10px 10px;
	padding: 34px 10px 10px;
	}
	.row-custom {
	grid-template-columns: repeat(2, 1fr);
	}
	.think-insurance-sec {
	padding: 40px 0px;
	}
	.instant-quote-sec, .why-choose-sec {
	padding: 60px 0px 40px;
	}
	.logo-left-content {
	width: 100%;
	}
	.logo-right-slider {
	width: 100%;
	}
	.footer-custom-main .header-footer-group .footer-inner.section-inner .footer-widgets {
	margin-left: 0;
	width: calc(50% - 20px);
	}
	.footer-inner.section-inner {
	padding: 0;
	}
	a.bg-btn-custom, a.transparent-btn {
	padding: 15px 13px;
	font-size: 14px;
	}
	.banner-left-content h1{
	padding-right:0;
	}
	.banner-right-three-column {
	margin-top: 30px;
	}
	.left-content {
	text-align: center;
	}
	.left-content p {
	text-align: center;
	display: flex;
	justify-content: center;
	}
	.logo-left-content h2 {
	text-align: center;
	width: max-content;
	margin: 0 auto;
	}
	.insurance-column {
	min-height: auto;
	}
	.insurance-column .btn-wraper-custom {
	position: static;
	}
	div#resultLifeCriticalIllnessQuotes .lci-quotes.lci-quotes-records .lci-quotes-clm.lci-quotes-clm-quote {
	width: auto;
	}
	div#resultLifeCriticalIllnessQuotes .lci-quotes-clm.lci-quotes-clm-details {
	text-align: center;
	}
	div#resultLifeCriticalIllnessQuotes .lci-quotes-clm.lci-quotes-clm-details li {
	list-style: none;
	}
	div#resultLifeCriticalIllnessQuotes .lci-quotes-clm.lci-quotes-clm-cta {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	}
	.claim-inner-main {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: baseline;
	gap: 30px;
	}
	.colum-claim h2{
	min-height:auto;
	}
	.planSubmit.planDetails .MuiBox-root.css-19kzrtu {
		padding: 0;
	}
	}



	@media(max-width:699px){
	button.toggle.nav-toggle.mobile-nav-toggle {
	top: 34px;
	}
	.showing-menu-modal .site-logo img {
	top: -70px;
	}
	.banner-col {
	width: calc(50% - 5px);
	}
	.contact-call-left, .contact-call-right {
	width: 100%;
	text-align: center;
	}
	.contact-call-right {
	text-align: center;
	margin-top: 20px;
	}
	.contact-call-sec p, .contact-call-sec p a {
	font-size: 16px;
	justify-content: center;
	}
	.banner-left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: center;
	text-align: center;
	}
	.banner-left-content h3:after {
	width: 30px;
	margin-left: 10px;
	}
	.banner-left-content h1 {
	font-size: 30px;
	line-height: normal;
	}
	a.bg-btn-custom, a.transparent-btn {
	padding: 9px 13px;
	font-size: 14px;
	}
	}

	@media(max-width:639px){
	.row-custom {
	grid-template-columns: repeat(1, 1fr);
	}
	.news-blogs-column {
	width: calc(100%/1 - 14px);
	}
	.footer-custom-main .header-footer-group .footer-inner.section-inner .footer-widgets {
	margin-left: 0;
	width: 100%;
	}
.contact-form.quote-right-area {
    margin-bottom: 30px;
}
	}


	/*===============26-april-2024-new-css==============*/









	@media(max-width:1024px){
	.content-area span {
	font-size: 18px;
	}
	}

	@media(max-width:999px){
	.content-area span.content {
	display: none;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:first-child {
	flex: 1 0 auto;
	margin-right: 0;
	width: fit-content;
	justify-content: flex-end;
	margin: 0px 0px 0px 6px;
	}

	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a, #site-header .header-inner .header-titles-wrapper .top-header-right .email-icon {
	justify-content: flex-end;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a img, #site-header .header-inner .header-titles-wrapper .top-header-right .email-icon img {
	max-width: 40px;
	min-width: 40px;
	}
	.top-header-right .custom-html-widget {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .email-icon a {
	display: flex;
	align-items: center;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon h6 {
	font-size: 18px;
	}

	}

	@media(max-width:767px){
	#resultQuotes .bg-white.border-bottom {
	position: static !important;
	}
	.quote-form .container .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
	.container .container {
	padding: 0;
	}
	}


	@media(max-width:639px){
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a:last-child img {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	min-width: 50px;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon a img, #site-header .header-inner .header-titles-wrapper .top-header-right .email-icon img {
	max-width: 30px;
	min-width: 30px;
	}
	form > div div .px-2.pt-3 {
	width: auto !important;
	min-width: 30px !important;
	}

	form > div div .fld-age-text {
	/* font-size: 14px; */
	width: 40px !important;
	}
	form button.btn.btn-primary, button.send-quote-send-btn.btn.btn-primary, button.btn.btn-outline-primary {
	margin-top: 20px;
	}
	.fld-age-text {
	font-size: 16px;
	}
	ul.items {
	padding-bottom: 110vh;
	}
div#resultQuotes .quotes-item.border span {
    font-size: 14px;
}
	}

	@media(max-width:420px){
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon h6 {
	font-size: 10px;
	}
	}

	@media(max-width:370px){
	#resultQuotes button.cta-details-buy.btn.btn-primary, 
	div#planDetails button.btn.btn-primary, div#resultQuotes button.btn.btn-primary, #resultQuotes button.quote-summary-btn.btn.btn-outline-secondary {
	font-size: 14px;
	padding: 15px 15px;
	}
	#resultQuotes button.quote-summary-btn.btn.btn-outline-secondary {
	padding: 11px;
	}
	}



	@media(max-width:350px){
	form .MuiInputBase-root input[type="text"], form .MuiInputBase-root input[type="password"], form .MuiInputBase-root input[type="email"], form .MuiInputBase-root input[type="url"], form .MuiInputBase-root input[type="date"], form .MuiInputBase-root input[type="month"], form .MuiInputBase-root input[type="time"], form .MuiInputBase-root input[type="datetime"], form .MuiInputBase-root input[type="datetime-local"], form .MuiInputBase-root input[type="week"], form .MuiInputBase-root input[type="number"], form .MuiInputBase-root input[type="search"], form .MuiInputBase-root input[type="tel"], form .MuiInputBase-root input[type="color"], form .MuiInputBase-root textarea {
		padding-left: 5px;
		padding-right: 0;
		font-size: 14px;
	}
	.MuiFormControl-root label {
		font-size: 14px;
	}
	}
	/*===================19-april-2024==================*/





