/*
 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=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
body {
    background: transparent;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, li, div, span {
	font-family: 'Montserrat', sans-serif !important;
}
h1 {
	font-size: 35px;
	line-height: 40px;
}
h2{
	font-size:32px;
}
h1, h2, h3, h4 {
	color: #05386B;
	font-weight: 700;
}
ul {
	margin: 0;
}
p, li {
	font-size: 16px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	font-weight: 400;
}

/**********Header CSS start**********/
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
}
#site-header .header-inner {
	display: block;
	padding: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
#site-header .header-inner .header-titles-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#site-header .header-inner .header-titles-wrapper .header-titles {
	width: 30%;
}
#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: transparent;
	margin-bottom: -60px;
}
#site-header.header-footer-group::before {
	content: "";
	position: absolute;
	left: -10%;
	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;
	flex-wrap: wrap;
	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:35px 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:first-child {
	margin-left: 0;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight:600;
	font-size: 16px;
}
#site-header .header-toggles.hide-no-js {
	display: none;
}
.top-header-right .custom-html-widget {
	display: flex;
	flex-wrap: wrap;
}
#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*************/
.footer-top-inner {
	margin-bottom: -100px;
	margin-top: 40px;
	padding: 0 35px;
}
.footer-top-inner .row {
	background: #05386B;
	padding:24px 35px;
	position: relative;
	z-index: 1;
}
.footer-top-inner .container{
	position: relative;
}
.footer-top-inner .container::after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 140px solid #05386B;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	height: 0;
	left: -27px;
	right: -27px;
	bottom: -20px;
	z-index:0 ;
}
.footer-top-inner .f-content-left h3 {
	font-size: 22px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: normal;
}
.footer-top-inner .f-content-left p{
	color:#fff;
}
.footer-top-inner .call-button-right a {
	border-radius: 0;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	background: #5CDB95;
	border: 0;
	width: 100%;
	padding:14px 10px;
    font-weight: bold;
	line-height: normal;
	display: inline-block;
	text-align: center;
	max-width: 232px;
	text-decoration: none;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.footer-top-inner .call-button-right a:hover {
    background-color: #fff;
	color: #000;
}
.footer-custom-main {
	background-color: #5CDB95;
	background-image: url("images/footer-back.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 147px 0 20px;
}
.footer-nav-widgets-wrapper.header-footer-group{
	border:0;
}
.footer-custom-main .header-footer-group .footer-inner.section-inner {
	width: 100%;
	flex-wrap: wrap;
    justify-content: center;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
}
.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets {
	width: 17%;
	margin-left: 160px;
}
.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:first-child{
	margin-left: 0;
	width: 38%;
}
.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:last-child {
	width: 20%;
	margin-left: 130px;
}
.column-one img{
	margin: 0 0 12px;
    max-width: 140px;
}
.column-one p{
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left !important;
}
.footer-nav-widgets-wrapper .widget-title{
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: normal;
	letter-spacing: 0.4px;
}
.column-two ul{
    margin:0;
}
.column-two ul li{
	margin: 0 0 5px;
    line-height: normal;
    font-size: 14px ;
    font-weight: 400;
    list-style: none;
    color:#fff;
}
.column-two ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.column-two ul li:last-child{
	margin:0;
}
.column-two:last-child ul li {
	line-height: 22px;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
}
.primary-menu .icon::before, .primary-menu .icon::after, body:not(.overlay-header) .primary-menu ul, .primary-menu ul{
	background:#05386B !important;
}
body:not(.overlay-header) .primary-menu > li > ul::after {
	border-bottom-color: #05386B !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: #5CDB95;
	color: #000;
}
body:not(.overlay-header) .primary-menu ul ul::after {
	border-left-color:#05386B !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;
}
#site-footer .section-inner .footer-credits {
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
#site-footer .section-inner .footer-credits .footer-top.has-social-menu {
	width: 50%;
	border: 0;
}
#site-footer .section-inner .footer-credits {
	width: 50%;
	margin: 0;
	text-align: right;
}
.footer-nav-widgets-wrapper, #site-footer{
    background-color: transparent;
}
.footer-nav-widgets-wrapper.header-footer-group {
	margin: 0;
	background-color: transparent;
}
.footer-nav-widgets-wrapper .footer-inner.section-inner, #site-footer .section-inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-outer-wrapper {
	padding: 0;
	border: 0;
}
.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper {
	margin: 0;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-custom-main .header-footer-group .footer-inner.section-inner{
    margin: 0 auto 10px !important;
}
.footer-nav-widgets-wrapper.header-footer-group .container {
	padding: 0;
}
footer#site-footer {
	padding: 10px 0;
	margin-top: 0;
	background: transparent;
}
#site-footer .section-inner .footer-credits .footer-top.has-social-menu{
    padding: 0;
}
#site-footer .section-inner{
    align-items: center;
}
.widget_text *{
    font-family: 'Montserrat', sans-serif !important;
}
.column-two ul li a span {
	color: #fff;
}
.copyright {
    text-align: right;
    color:#fff;
}
#site-footer p{
    color: #fff;
    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;
}
#site-footer a{
    background: transparent;
    width: auto;
    height: auto;
}
ul.footer-social {
	margin: 0;
}
.footer-nav-widgets-wrapper ul li a:hover {
    color: #5CDB95;
    text-decoration: none;
}
.footer-top.has-social-menu .footer-social-wrapper ul li a:hover {
	color: #5CDB95;
}

/***********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;
}
.post-inner {
	padding: 0;
}


/***********Banner section********/

.banner-outer-main {
	background-image: url(images/banner-images.jpg);
	padding: 75px 0;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	margin: 0 !important;
}
.home .banner-outer-main {
	padding: 135px 0 115px;
	background-position: top;
}
.home .banner-outer-main.text-center {
	display: none;
}
.banner-left-content h1 {
	margin: 0;
	letter-spacing: 0.4px;
}
.banner-left-content ul {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}
.banner-left-content ul li {
	margin: 7px 0;
	background-image: url("images/list-arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	line-height: normal;
}
.right-inner {
	margin: 0 !important;
	background: #05386B;
	padding:40px;
	box-shadow: 0 0 11px #888;
	text-align: center;
}
.banner-right-content a {
	background: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	display: block;
	width: 100%;
	margin: 20px 0 !important;
	padding: 22px 10px;
	line-height: normal;
	border-radius: 10px;
}
.banner-right-content a:first-child{
    margin-top: 0 !important;
}
.banner-right-content a:last-child {
	margin-bottom: 0 !important;
}
.banner-right-content a.visitor-btn, .banner-right-content a:hover {
	background: #5CDB95;
	color: #000;
}
.banner-right-content a.visitor-btn:hover {
	filter: brightness(110%);
}
#app {
	font-size: 16px;
}

/*********Super visa CSS***********/
.home h2{
	font-size:41px;
	margin:0 0 15px;
}
.super-visa-main {
	padding: 100px 0 75px;
}

.super-left-content p {
	margin-bottom: 30px;
}
.super-visa-main h3{
	margin: 0;
	font-size: 20px;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: normal;
}
.super-visa-main h2{
	margin: 10px 0 30px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.super-visa-main a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: #05386B;
	border-radius: 10px;
	border: 0;
	background-image: none;
	padding:15PX 20PX;
	display: inline-block;
	vertical-align: middle;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	text-decoration: none;
}
.slider-dropdown {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.super-visa-main a:hover{
	background-color: #5CDB95;
    color: #000;
}
.super-right-image {
	padding-left: 50px;
}
.four-boxes {
	padding:100px 0 60px;
}
.page-super-visa-insurance-in-toronto-canada .four-boxes, .page-visitors-visa-insurance-in-toronto-canada .four-boxes{
	padding-bottom:0;
}
.coverage-box {
	margin: 0 20px 0;
	text-align:center;
	position:relative;
}
.coverage-box a {
	display: flex;
	height: 100%;
	width: 100%;
	padding: 20px 30px 30px;
	flex-direction: column;
	text-decoration: none;
	justify-content: center;
	outline:none;
}
.coverage-box img {
	margin: 0 auto;
	max-width: 80px;
	transition:height ease-in-out .3s;
	-webkit-transition:height ease-in-out .3s;
	-ms-transition:height ease-in-out .3s;
	-o-transition:height ease-in-out .3s;
	height:80px;
}
.coverage-box {
	margin:0 40px 0;
	text-align: center;
	border: 5px solid #05386B;
	border-radius: 50%;
	width: 170px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
}
.coverage-box span {
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	color: #05386B;
	text-transform: uppercase;
	font-weight: 800;
}
.coverage-box:hover img {
	height: 0;
}
.coverage-box:hover{
	background:#05386B;
}
.coverage-box:hover a{
	padding:30px;
}
.coverage-box:hover span{
	color: #fff;
}


/**********Request Quote CSS************/
.request-quote{
	background:url(images/request-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding: 20px 0;
}
.quote-inner-main .quote-left-area {
	padding-right: 30px;
	margin-top: 35px;
}
.quote-right-area {
	border: 2px solid #05386B;
	box-shadow: 0 0 10px #000000bd;
	background-color: #f9f9f9;
	padding: 40px 45px;
}

/**********blog section CSS********/
.columns-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column-post {
	flex: 0 0 31.6%;
	max-width: 31.6%;
	padding: 0;
	box-shadow: 2px 0 4px #00000073;
	margin-right: 29px;
	margin-bottom: 30px;
	margin-top:60px;
	border: 0;
	border-top: 1px solid #dcd7ca;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.column-post:hover{
	box-shadow: 0 0 15px #00000070;
}
.column-post:last-child{
	margin-right:0;
}
.column-post a {
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.4px;
	text-align: left;
	display: block;
	text-decoration: none;
}
.column-post p {
	line-height: 25px;
	margin: 15px 0;
	min-height: 100px;
}

/*********Testimonial section CSS*******/
.testimonial-main-section{
	background:url(images/testional-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0 30px;
}
.testimonial-main-section h3, .accordion-right h3 {
	margin: 0 0 5px ;
	font-size: 20px;
	color: #000000 ;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: normal;
	max-width: 100% ;
}
.testimonial-main-section h2, .accordion-section-main .accordion-right h2{
	margin: 0;
}
.sp-testimonial-free {
	background: #ffff;
	border-radius: 10px;
	box-shadow: 0 0 15px #00000070;
	text-align: left;
	padding: 70px 70px 65px;
	position: relative;
	margin: 15px 25px;
}
.sp-testimonial-free-section .tfree-client-testimonial {
	font-size: 16px;
	line-height: 26px;
	text-transform: none;
	text-align: center;
	letter-spacing: normal;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 20px 0px;
	color: #333333;
	margin-bottom: 35px;
}
/* .testimonial-main-section .slick-list.draggable {
	padding: 30px 0 10px;
} */
.sp-testimonial-free .tfree-client-testimonial p {
	line-height: 27px;
}
.sp-testimonial-free .sp-tfree-client-image {
	width: 17%;
	margin-right: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.sp-testimonial-free-section .tfree-client-testimonial p.tfree-testimonial-content {
	display: inline;
	margin: 0;
	padding: 0;
}
.sp-testimonial-free .c-content::before {
	content: "";
	background-image: url("images/qoutes.png");
	background-repeat: no-repeat;
	width: 51px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.sp-testimonial-free .c-content {
	position: relative;
	padding-right: 52px;
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.sp-testimonial-free .c-content .tfree-client-name {
	font-size: 20px;
	color: #05386B !important;
	font-weight: 600;
	margin: 0;
	line-height: normal;
}
.sp-testimonial-free .tfree-client-designation {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	font-weight: 400;
	color: #444444;
	font-style: normal;
}
.tfree-client-testimonial {
	margin-bottom: 30px;
}
.slick-dots {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	margin: 0 2px;
	overflow: inherit;
	height: auto;
	display: inline-block;
	border: 0;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #000 !important;
	margin: 0;
	line-height: normal;
	text-indent: -999px;
	padding: 0;
}
.slick-dots li.slick-active button {
	background: #05386B !important;
}
.regular.slider.sp-testimonial-free-wrapper{
	padding: 0;
	margin-top: 50px;
}


/*********Accordion CSS************/
.accordion-section-main {
	background-color: #f5f5f5;
	padding: 100px 0;
}
.accordion-section-main .accordion-right {
	padding-left: 40px;
	padding-top: 20px;
}
.accordion > .card > .card-header{
	margin:15px 0 0;
}
.accordion > .card > .card-header h2 button{
	background: #fff;
	position: relative;
	padding: 0;
	border: 0;
}
.accordion > .card .collapse.show {
	margin-top: 15px;
}
.card-body {
	background: #fff;
	font-size: 16px;
	line-height: 25px;
}
.accordion > .card{
	border:0;
	background: transparent;
}
.accordion > .card > .card-header h2 button span{
	border-radius: 0;
	border: 0;
	background-image: none !important;
	font-weight: 600;
	color: #05386B;
	margin: 0 0 15px;
	font-family: 'Montserrat', sans-serif !important;
	padding: 8px 10px;
	margin-top: 0;
	font-size: 20px;
	line-height: normal;
	position: relative;
	text-transform: none;
	letter-spacing: 0;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.accordion > .card .collapse {
	background: #fff;
}
.accordion > .card > .card-header{
	border: 0;
	padding: 0;
}
.accordion-main .accordion-right .ui-accordion .ui-accordion-header .ui-accordion-header-icon, .accordion-right .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	height: 40px;
	width: 36px;
	background-image: none;
	left: 0;
	top: 0;
	margin: 0;
}
.accordion > .card > .card-header button .open-close {
	border-radius: 0;
	background: #05386B;
	width: 36px;
	height: 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.accordion > .card > .card-header button.collapsed .open-close::after, .accordion > .card > .card-header button .open-close::after, .accordion > .card > .card-header button .open-close::before {
	content: "";
	position: absolute;
	left: 0;
	right:0;
	top: 0;
	bottom: 0;
	height: 3px;
	width: 20px;
	background: #fff;
	margin: auto;
	
}

.accordion > .card > .card-header button.collapsed .open-close::after {
	transform: rotate(90deg);
}

/***********Tabbing CSS********/
.quote-right-area .nav-tabs {
	border-bottom: none;
	margin: 0;
}
.nav-tabs .nav-item{
	margin: 0;
}
 .nav-tabs .nav-link.active {
	background: #05386B;
	color: #fff;
	 border:0;
}
.nav-tabs .nav-item a {
	text-decoration: none;
	padding: 13px 10px;
	font-size: 20px;
	text-transform: capitalize;
}
.nav.nav-tabs > li {
	width: 50%;
	text-align: center;
}
.nav.nav-tabs > li > a{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	border-radius: 0 !important;
	border: 0;
	background-image: none;
	padding: 13px 10px;
	display: inline-block;
	border-radius: 0;
	float: none;
	width: 100%;
	letter-spacing: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	display:none !important;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
}
.quote-right-area .tab-content > div{
	padding:0;
}
.quote-right-area input{
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	height: 45px;
	padding: 0 22px;
	margin: 20px 0 0;
	background-color: #ffff;
	border:1px solid transparent;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
}
.quote-right-area input:focus, .quote-right-area textarea:focus{
	border:1px solid #05386B;
}
.quote-right-area textarea {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	height: 110px;
	padding: 10px 22px;
	margin: 20px 0;
	background-color: #ffff;
	border:1px solid transparent;
}
.quote-right-area form button{
	width: 100%;
	height: auto;
	padding: 20px 10px;
	background-color: #05386B;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	border:none;
}
.quote-right-area form button:hover {
	background-color: #5CDB95;
}
.quote-right-area input[type="submit"], .quote-right-area input[type="submit"]:focus{
	border:none;
}

/***********Single page CSS*******/
#app {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	min-width: 600px;
}
.jss1.quotes-root{
	margin: 110px auto 0;
}

#app .MuiFormLabel-root.Mui-focused{
	color:#05386B;
}
#app .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{
	border-color:#05386B;
}
#app .quotes-item-deductible + div > button{
	border: 1px solid #05386B !important;
	background: #05386B;
	color: #fff;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	text-decoration: none;
}
#app .quotes-item-deductible + div > button:hover{
	background-color: #5CDB95;
	color: #000;
	border-color:#5CDB95 !important;
}
#app .jss11::before, #app .jss11::after{
	background-color: #05386B;
}
#app button.MuiButton-outlinedPrimary {
	background-color: #05386B;
	color: #fff;
	text-decoration:none;
}
#app button{
	outline: none;
}
#app .jss5::before, #app .jss5::after{
	background-color: #05386B;
}
#app p{
	letter-spacing:0 !important;
}
#app .MuiStepIcon-root.MuiStepIcon-active {
	color: #05386B;
}
.page-couple .quote-form{
	padding: 0;
}
.quote-form h2 {
	color: #05386B;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
}

.quote-form .jss6:last-child {
	padding-right: 0;
}
.box h3 {
	font-size: 16px;
	margin:0 0 20px 0;
}
.box-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 10px
}
.box-image {
	flex: 0 0 20%;
	max-width: 20%;
}
.box-content {
	flex: 0 0 80%;
	max-width: 80%;
	padding-left: 20px;
}
.box-inner a{
	color: #05386B;
	text-decoration: none;
}
.box {
    margin-bottom: 30px;
}
.wrap-inner {
	box-shadow: 0px 0 7px 0 #00000073;
	padding: 20px 30px;
}
.four-boxes h2 {
	margin-top: 0;
}
.boxes-section {
	margin-top: 40px;
}

/*********Plan page CSS********/
#app .planSubmit.planSubmitForm p {
	display: inline-block;
}
#app .planSubmit.planDetails button:hover, #app .planSubmit.planDetails button:focus {
	text-decoration: none;
}
#app .planSubmit.planDetails .jss13 {
	background-color: #05386B !important;
}
#app .planSubmit.planSubmitForm .jss31 {
	padding: 0;
}
#app .planSubmit.planDetails .jss11 > h3{
	margin-top:0;
	font-size:18px;
	font-weight: bold;
	color: #05386B;
}
#app .planSubmit.planDetails h3{
	font-size:18px;
	margin-top:20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#app .planSubmit.planDetails .jss11 div{
	padding: 0;
}
#app .planSubmit.planDetails p{
	color:#000;
}
body a{
	color:#5CDB95;
}

/******Single page*********/
.quote-form {
	padding: 20px 0 0;
}

/********Faq page******/
.page-faq .accordion-section-main .accordion-right {
	padding-left: 0;
	padding-top: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.page-faq .accordion-section-main{
	padding: 80px 0;
}

/*****Blog page********/
.post-section {
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 0;
	justify-content: space-between;
}
.post-section article{
	flex: 0 0 31%;
	max-width: 31%;
	padding: 0 !important;
	margin-bottom: 40px;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
}
.post-section article:hover{
	box-shadow: 0 0 15px #00000070;
}
.post-section .category-posts article{
	margin-right: 3%;
}
.category-posts .featured-media {
	margin-top: 0;
}
.post-section .category-posts article:nth-child(3n) {
	margin-right: 0;
}
.blog .featured-media-inner.section-inner{
	max-width:100%;
	width:100%;
}
.blog article .featured-media, .category article .featured-media, .author article .featured-media {
	margin-top: 0;
	position:relative;
	max-height: 272px;
	overflow: hidden;
}
.blog article .featured-media:after, .category article .featured-media:after, .author article .featured-media:after{
	position:absolute;
	content:"";
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#05386B;
	opacity:0;
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
}
.blog article .featured-media:hover:after, .category article .featured-media:hover:after, .author article .featured-media:hover:after{
	opacity:.4;
}
.more-link, input[type="submit"] {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: #05386B !important;
	border-radius: 10px;
	border: 0;
	background-image: none;
	text-decoration:none;
	width: auto !important;
	padding: 12px 35px;
	display: inline-block;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	text-decoration: none;
}
input[type="submit"]:focus{
	text-decoration: none;
}
.more-link:hover, input[type="submit"]:hover{
	text-decoration:none !important;
	background:	#5CDB95 !important;
	border:none;
	color:#000 !important;
}
.blog article .entry-title, .category article .entry-title, .author article .entry-title, .category-posts article .entry-title{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	min-height: 50px;
}
.blog .entry-content p, .category .entry-content p, .author .entry-content p, .category-posts .entry-content p {
	font-size: 15px;
	min-height: 90px;
}
.blog article .entry-title a, .category article .entry-title a, .author article .entry-title a, .category-posts .entry-title a {
	color:#05386B;
	line-height: 24px;
	font-weight: 600;
}
.post-meta-single-top .post-meta, .entry-categories-inner {
	justify-content: flex-start;
}
.screen-reader-text{
	display: none;
}
.entry-categories {
	margin-bottom: 1rem;
}
.post-meta-wrapper {
	margin-top: 1rem;
}
.section-inner.medium {
	max-width: 100%;
	width: 100%;
}
.entry-header {
	margin-bottom: 10px;
}
.entry-categories-inner {
	margin: 0;
}
.post-inner {
	padding: 20px;
}
.entry-categories a{
	color: #05386B;
	text-decoration:none;
	border: none;
	margin:0;
}
.post-meta .meta-wrapper{
	font-size: 13px;
}
.read-more-button-wrap{
	text-align: left;
}
.more-link span{
	background:none;
	padding:0;
	text-decoration: none;
	font-size:inherit;
}
.more-link span:hover{
	border:none;
	text-decoration:none;
}

/**********Contact page CSS********/
.contact-section {
	padding: 80px 0;
}
.contact-section .column-two ul li, .contact-section .column-two ul li a{
	color:#000;
}
.contact-section .column-two ul li a:hover{
	color:#5CDB95;
}
.contact-details.column-two {
    padding-left: 70px;
}
.contact-form.quote-right-area h2 {
	margin: 0;
	font-size: 20px;
}
.quote-list > li:nth-child(2n) > div {
	background-color: #eee;
}

#app .MuiSlider-root, #app p{
	color: #05386B;
}
.map iframe {
	height: 500px !important;
}
.heading-section h2 {
	margin-top: 0;
	margin-bottom: 40px;
}
.form-column-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-column-2 > div {
	max-width: 48%;
	flex: 0 0 48%;
	margin: 0;
}
.contact-form.quote-right-area input{
	height: 35px;
}
.form-control:focus{
	box-shadow: none;
}
.contact-form.quote-right-area textarea{
	padding: 10px 22px;
}

/********Single post page CSS*********/
.single-post-content {
	padding: 80px 0 0;
}
.singular .featured-media-inner{
	left: 0;
	width: auto;
}
.singular .featured-media img{
	width: 100%;
}
.singular .section-inner {
	max-width: 100%;
	width: 100%;
	text-align: left;
}
.singular .entry-categories-inner{
	margin: 0;
	justify-content: left;
}
.singular .entry-categories a{
	margin:0;
}
.single-post-content .container {
	max-width: 760px;
}
.singular .entry-header {
	padding: 20px 0 0;
	margin-bottom: 20px !important;
}
.single-post.singular .entry-content p {
	display: inline;
}
.singular .entry-categories {
	margin-bottom: 0;
	color:#05386B;
}
.singular .entry-title {
	margin: 20px 0;
	font-size: 28px;
}
.singular .post-meta-wrapper{
	margin: 0;
}
.post-meta-single-top .post-meta {
	justify-content: flex-start;
}
.post-meta a {
	color: #6d6d6d;
}
.singular .entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}
.singular .entry-categories a, .pagination-single a{
	color:#05386B !important;
	text-decoration:none;
	border: none;
}
.pagination-single a{
	font-size: 18px;
}
.comment-reply-title {
	font-size: 28px;
	line-height: normal;
	margin-bottom: 20px;
	text-align: left;
}
.comment-respond p.comment-notes, .comment-respond p.logged-in-as {
	margin:0 0 20px;
	text-align: left;
}
.comment-respond p:not(.comment-notes) {
	max-width: 100%;
}

/*******Error page CSS******/
.error404 #site-content {
	padding-top: 11rem;
}

/*******Category page*******/
.reduced-spacing .archive-header {
	padding: 0;
	width: 100%;
	text-align: left;
}
.section-inner.medium {
	max-width: 100%;
	width: 100%;
}
.archive-header > div {
	padding: 0;
	margin-bottom: 30px;
}
.archive-title {
	font-size: 20px;
}
.archive-title span.color-accent{
	color:#ffb380;
}
.post-inner {
    padding: 0;
}
.singular .entry-content > *{
	margin-bottom: 0;
}
.blog-section-main {
	text-align: center;
	padding: 60px 0 50px;
}
.post-content {
	text-align: left;
	padding:30px;
}
.widget_text *{
	color:transparent;
}
#app .jss35{
	border: 0;
}
.post-section .post-inner{
	padding: 20px;
}
.banner-outer-main.text-center h1 {
	text-transform: capitalize;
}
#app .quote-list .MuiGrid-spacing-xs-2 > .MuiGrid-item .MuiButton-label{
	font-size: 13px;
}
.section-inner.thin {
	max-width: 100%;
}
#app .MuiTypography-root.MuiTypography-body2 {
	max-width: 100%;
}
#app .wrapper-meta{
	margin-top: 0;
	padding: 20px;
}
#app .wrapper-meta-adjust {
	padding: 10px 0;
}
#app .MuiFormHelperText-root.Mui-error, #app .MuiTypography-colorError{
	color: #e53935 !important;
	font-size: 14px;
	margin: 5px 0 0;
}
.wrapper-meta-adjust .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl {
	width: 240px;
}
/*#app .jss3, #app .jss12 .jss9{
	width: 80px;
*/
#app .jss3, #app .jss12 .jss9
{
	width:100%;
}
}
#app .MuiButton-containedPrimary:hover{
	color:#fff;
	background-color:#05386B;
}
.quote-form #app {
	width: 100%;
	padding: 0;
}
.quote-form #app .jss1.quotes-root {
	margin: 0 auto;
}
.quote-form #app form {
	max-width: 600px;
	margin: 0 auto;
}
.post-content a{
	transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
}
.post-content a:hover{
	color:#05386B;
}
.column-post a.more-link {
	color: #fff;
	line-height: normal;
	font-size: 14px;
	padding:10px 20px;
	width: auto !important;
	display: inline-block;
}
.column-post .featured-image img {
	width: 100%;
}
.contact-form.quote-right-area input[type="submit"] {
	height: 45px;
	padding: 0 35px;
}
.home .form-column-2{
	display:block;
}
.home .form-column-2 > div{
	max-width:100%;
}
div.wpcf7 .ajax-loader{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
.slider-dropdown .dropdown-menu {
	top: 0;
	left: 100%;
	padding-top: 25px;
	margin: 0;
	min-width: 220px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	padding-bottom:0;
}
.slider-dropdown .close {
	position: absolute;
	right: 10px;
	color: #000 !important;
	opacity: 1;
	top: 3px;
	font-size: 28px;

}
.super-visa-main .slider-dropdown li .dropdown-menu a{
	background:none;
	color:#05386B;
	padding: 6px 20px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	font-size: 14px;
	border-radius: 0;
	width: 100%;
}
.slider-dropdown .dropdown-menu > li > a:focus, .slider-dropdown .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #05386B;
}
.dropdown-menu li {
	margin: 0;
}
.slider-dropdown .dropdown-tab {
	padding: 15px 20px;
	font-size: 14px;
}
.slider-dropdown .dropdown {
	border: 0;
	line-height: normal;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.logo-section {
	padding-top: 40px;
}
.logo-section .item {
	margin:10px 20px;
}
.logo-section .item a {
	display: flex;
	height: 120px;
	width: 100%;
	align-items: center;
	box-shadow: 0 0 4px 5px #f5f5f5;
	padding: 15px;
	border-radius: 50%;
	max-width: 120px;
	margin: 0 auto;
}
.modal-content .btn-primary{
	font-size: 18px;
	text-decoration:none;
	background-color: #05386B;
	border-color: #05386B;
	padding:10px 30px;
}
.modal-content .btn-primary:hover{
	background: #5CDB95;
	border-color: #5CDB95;
	color:#000;
}
.modal .modal-dialog {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	display: flex;
	align-items: center;
	max-width: 600px;
}
.modal-content{
	padding: 0 0 40px;
}
.modal-header{
	border:none;
}
.modal-header .close{
	font-size: 30px;
}
.logo-section h2 {
	text-transform: capitalize;
    font-size: 24px !important;
}
.logo-phase {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.logo-phase .item {
	flex: 0 0 30%;
	max-width: 30%;
	margin: 10px;
	box-shadow: 0 0 8px #00000070;
}
.insurance-section h2 {
	margin-bottom: 40px;
	margin-top: 0;
}
.logo-phase .item img {
	padding: 10px 20px;
	background: #fff;
	margin: 0 auto;
}
.insurance-section {
	padding: 70px 0;
	background: #f5f5f5;
}

.icompany {
	padding: 80px 0;
	width:100%;
	background: #f5f5f5 ; 
	margin-top: 70px;
}
.logo-phase .item a {
	display: flex;
	align-items: center;
	height: 100%;
	background: #fff;
}
.circle {
  border-radius: 50%;
  background-color: #000;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
	-webkit-animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
	left: 0;
	right: 0;
	margin: auto;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .3;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .3;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.logo-center img{
	margin:0 auto;
}
.logo-center h2 {
	margin-top: 0;
}
.logo-center {
	padding-top: 10px !important;
}
.icompany h2{
	margin-top:0;
}
.quote-summary li {
	line-height: 1.2;
	font-size: 14px;
    position:relative;
    list-style: none;
    padding-left: 25px;
    margin-left: 0;
}
.quote-summary li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    transition:all ease-in-out .3s;
    -webkit-0 transition:all ease-in-out .3s;
    -ms- transition:all ease-in-out .3s;
    -o- transition:all ease-in-out .3s;
}

.quotes-item{
	transition:all ease-in-out .3s !important;
    -webkit-0 transition:all ease-in-out .3s !important;
    -ms- transition:all ease-in-out .3s !important;
    -o- transition:all ease-in-out .3s !important;
    }
.quotes-item:hover{
    border: solid 3px #26a69a;
    box-shadow: 0 0 8px 1px rgba(38,166,154,0.6);
}
.page-child .banner-outer-main, .page-plan .banner-outer-main, .page-template-single-company-page .banner-outer-main {
        display:none;
}
.page-child #site-header.header-footer-group,  .page-plan #site-header.header-footer-group, .page-template-single-company-page #site-header.header-footer-group{
        margin-bottom: 30px;
}
.planDetails .MuiExpansionPanelSummary-content p {
	font-size: 16px;
	font-weight: 600;
}   
.planDetails svg{
    font-size: 30px;
}
.planDetails .MuiExpansionPanel-rounded{
	margin-bottom: 20px;
}
.quote-summary {
	margin-top: 10px;
}
.brand-img img {
	margin: 0 auto;
}
.call-us-btn {
    margin: 0 !important;
} 
.call-us-btn h4 {
	margin: 20px auto;
}
.quote-clm {
    margin-top: 50px;
}
#compareContainer .label-title {
	color: #000;
	font-weight: bold;
}
.compare-nav-back svg, .compare-nav-next svg{
    width: 40px;
    height: 40px;
}
.page-super-visa-insurance-in-toronto-brampton-ontario-canada .banner-outer-main, .page-student-insurance .banner-outer-main, .page-visitors-insurance-in-ontario-brampton-vancouver-mississauga-canada .banner-outer-main {
	display: none;
}
.page-student-insurance #site-content{
    padding-top: 80px;
}
.coverage-row {
    margin-bottom: 40px;
}
.planSubmit.planDetails table tr td:first-child{
    font-weight:bold;
    color:#000 !important;
}
.quote-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.quote-cta-wrap > div {
	flex: 0 0 35%;
	max-width: 35%;
    margin: 0 0 10px;
}
.planSubmit.planDetails table{
    margin:0 !important;
}
.entry-content .planSubmit.planDetails h1, .entry-content .planSubmit.planDetails h2, .entry-content .planSubmit.planDetails h3 {
	margin: 0;
}
.right-inner h3 {
	color: #fff;
	font-size: 22px;
    display:none;
}
.entry-content .planSubmit.planSubmitForm h1, .entry-content .planSubmit.planSubmitForm h2, .entry-content .planSubmit.planSubmitForm h3, .entry-content .planSubmit.planSubmitForm h4, .entry-content .planSubmit.planSubmitForm h5, .entry-content .planSubmit.planSubmitForm h6 {
	margin: 0;
}
.planSubmit.planSubmitForm {
	padding-left: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.23);
}
.send-quote div.active {
	padding: 0 30px 40px;
}
body .brand-img {
    margin: 0;
}
.quote-cta-wrap > div h4 {
	margin-top: 0;
    margin-bottom: 3px;
    font-size: 16px;
    display: none;
}
body a{
    outline:none;
}
.quote-cta-wrap > div.buy-direct-btn a{
    background: #ec293c;
}
.quote-cta-wrap > div a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.quote-cta-wrap > div.call-us-btn a {
    background: #004771;
}
.call-us-btn a, .call-us-btn a:hover {
	background: #004771;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/**********Responsive start*************/
@media (max-width:1279px){
    #app .MuiContainer-fixed {
        max-width: 100%;
    }
    #app .compare-nav-back {
        width: 40px;
        padding: 0;
        left: -10px;
    }
    #app .compare-nav-next {
        width: 40px;
        padding: 0;
        right: -10px;
    }
    #compareContainer {
        padding: 0 20px;
    }
}
@media (max-width:1200px){
	h1 {
		font-size: 38px;
		line-height: 45px;
	}
	.home h2 {
    	font-size: 34px;
	}
	.home .banner-outer-main h1{
		padding: 0;
	}
		.container, .footer-custom-main .header-footer-group .footer-inner.section-inner, #site-footer .section-inner, #site-header .header-inner {
		max-width: 970px;
		padding:0 15px;
	}
	.quote-form .container{
		max-width:calc(100% - 4%);
	}
	.banner-right-content{
		margin-top: 0 !important;
	}
	.nav.nav-tabs > li > a{
		font-size: 16px;
	}
	.quote-right-area .tab-content {
		padding: 0;
	}
	.column-post{
		margin-right: 24px;
	}
	.column-post a{
		font-size: 20px;
		line-height: 28px;
	}
	.sp-testimonial-free{
		padding: 45px;
	}
	.sp-testimonial-free .c-content{
		width: 73%;
	}
	.sp-testimonial-free .c-content .tfree-client-name{
		font-size: 18px;
	}
	.sp-testimonial-free .tfree-client-designation{
		font-size: 14px;
	}
	.accordion > .card > .card-header h2 button span{
		font-size: 16px;
	}
	.card-body{
		font-size: 14px;
		line-height: 22px;
	}
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:last-child,
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets{
		margin-left: 102px;
		width: 20%;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon{
		flex: 0 0 36%;
		max-width: 36%;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon{
		display: flex;
		align-items: center;
	}
	.footer-custom-main .header-footer-group .footer-inner.section-inner{
		padding: 0 15px 40px;
	}
	.box h3{
		min-height: 37px;
	}
	.banner-outer-main h1{
		margin:0 auto;
		padding: 0 15px;
	}
	#app button{
		font-size: 13px;
	}
	#app .MuiGrid-grid-md-2{
		max-width: 50%;
		flex-basis: 50%;
	}
	.blog article .featured-media, .category article .featured-media, .author article .featured-media{
		max-height: 226px;
	}
	.logo-section .item a{
		height: 120px;
	}
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul li a,
	#site-header .header-navigation-wrapper .primary-menu-wrapper ul .sub-menu li a{
		font-size: 13px;
	}
	.logo-phase .item{
		margin: 8px;
	}
    .footer-nav-widgets-wrapper.header-footer-group .container {
        padding: 0 15px;
    }
}

@media (max-width:1000px){
	#site-header.header-footer-group .toggle.mobile-nav-toggle {
		padding: 0;
		position: absolute;
		right: 0;
		justify-content: flex-end;
		width: auto;
		height: 30px;
		z-index: 9999;
		top: 0;
		bottom: 0;
		margin: auto;
		outline:none;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-inner {
		height: auto;
		padding: 0;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon::after {
		top: 12px;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon svg {
		display: none;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon::before, #site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon::after {
		content: "";
		position: absolute;
		height: 4px;
		width: 30px;
		background: #05386B;
		left: 0;
		right: 0;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon {
		height: 28px;
		width: 30px;
		position: relative;
		border-bottom: 4px solid #05386B;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-text, .toggle.search-toggle.mobile-search-toggle {
		display: none;
	}
	.top-header-right .email-icon .content-area, .top-header-right .phone-icon .content-area{
		text-align: left;
	}
	
}

@media (max-width:999px){
	p, li {
	font-size: 14px;
	line-height: normal;
}
	.container, .footer-custom-main .header-footer-group .footer-inner.section-inner, #site-footer .section-inner, #site-header .header-inner {
		max-width: 97%;
		padding:0 15px;
	}
	#site-header.header-footer-group{
		margin-bottom: 0;
	}
	#site-header .header-inner{
		padding: 0 4rem 0 0;
	}
	.top-header-right .email-icon .content-area, .top-header-right .phone-icon .content-area{
		width: 75%;
	}
	
	.menu-modal.header-footer-group {
		background: #05386B;
		z-index: 999;
	}
	.menu-modal.header-footer-group .menu-modal-inner {
	background-color: transparent !important;
}
	.menu-modal.header-footer-group .menu-modal-inner .menu-wrapper.section-inner {
	background: transparent;
	width: 100%;
}
	.menu-modal.cover-modal.header-footer-group .toggle.close-nav-toggle {
		padding: 15px;
		width: auto;
		margin-right: 0;
		margin-left: auto;
		outline: none;
	}
	.menu-modal.cover-modal.header-footer-group .toggle.close-nav-toggle svg {
	color: #fff;
}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul li {
	border: 0;
}
	.modal-menu .menu-item > .ancestor-wrapper {
		border-top: 1px solid #11688c;
	}
	.modal-menu .sub-menu .menu-item > .ancestor-wrapper {
		border: none;
	}
	.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul li a {
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background: #05386B;
	text-decoration: none;
}
	button.close-nav-toggle .toggle-text{
		display:none;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
		outline: none;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg{
		color:#fff;
	}
	.site-logo img{
		margin-left: 0;
	}
	.social-icons a{
		background: transparent !important;
		height: auto;
		width: auto;
	}
	button.sub-menu-toggle{
		border-left: 0.1rem solid #fff !important;
	}
	.menu-wrapper .mobile-menu > ul.sub-menu{
		background: #5CDB95;
	}
/* 	.modal-menu .sub-menu .ancestor-wrapper a{
		border-top: 1px solid rgba(255,255,255,.3) !important;
	} */
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul.sub-menu li .ancestor-wrapper a {
		background: #5CDB95;
		border-top: 1px solid rgba(255,255,255,.3);
		color:#000;
	}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul.sub-menu li .ancestor-wrapper a:hover{
		filter: brightness(110%);
	}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul li a{
		background: #05386B;
	}
	.column-post {
		margin-right: 20px;
	}
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:last-child, .footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets{
		margin-left: 100px;
	}
	.footer-custom-main .header-footer-group .footer-inner.section-inner {
		padding-bottom: 40px;
	}
	.home .banner-outer-main{
		padding: 115px 0;
	}
	.column-post p{
		min-height: 125px;
	}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul.sub-menu li ul {
		background:transparent;
	}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul.sub-menu li ul .ancestor-wrapper a{
		border-top: none;
		background:#05386B;
		color:#fff;
	}
	.menu-modal.cover-modal.header-footer-group .mobile-menu ul.sub-menu li ul .ancestor-wrapper{
		border-top: 1px solid rgba(255,255,255,.3);
	}
	button.sub-menu-toggle{
		position: absolute;
		right: 0;
		height: 27px;
		border-left: none !important;
		outline:none;
	}
}

@media (max-width:991px){
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .footer-top-inner{
        margin-top: 30px;
    }
    .banner-right-content a{
        font-size: 14px;
    }
	.container, .footer-custom-main .header-footer-group .footer-inner.section-inner, #site-footer .section-inner{
		max-width: 750px;
	}
	.top-header-right .email-icon img, .top-header-right .phone-icon img{
		width: 41px;
		min-width: 41px;
	}
	.content-area span.content{
		font-size: 14px;
	}
	#site-header .header-inner {
		padding: 0 50px 0 0;
	}
	.site-logo img{
		max-width: 180px;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.column-post {
		margin-right: 18px;
	}
	.accordion > .card > .card-header h2 button span {
		font-size: 14px;
		line-height: 14px;
	}
	.card-body {
		font-size: 13px;
		line-height: 18px;
	}
	.column-post a {
		font-size: 18px;
		line-height: 22px;
		min-height: 66px;
	}
	.column-post a.more-link{
		min-height:inherit;
	}
	.column-post p {
		min-height: 150px;
	}
	.blog-section-main {
		padding: 60px 0 0;
	}
	.slick-slider{
		padding: 30px 0;
	}
	.sp-testimonial-free .sp-tfree-client-image{
		margin-right: 15px;
	}
	.sp-testimonial-free .c-content .tfree-client-name {
		font-size: 15px;
	}
	.sp-testimonial-free .tfree-client-designation {
		font-size: 12px;
	}
	.sp-testimonial-free .c-content::before {
		width: 41px;
		height: 34px;
		top: 4px;
		background-size: contain;
	}
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:last-child, .footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets {
		margin-left: 40px;
		width: 25%;
	}
	.column-two:last-child ul li, .column-two ul li a{
		line-height: 22px;
		font-size: 14px;
	}
	.column-one p{
		font-size: 14px;
		line-height: 20px;
	}
	.column-one img {
		margin: 0 0 20px;
		max-width: 180px;
	}
	#site-footer p{
		font-size:14px;
	}
	.column-two ul li{
		margin: 0 0 10px;
	}
	.coverage-box{
		margin: 0 10px 40px;
		width: 180px;
		height: 180px;
	}
	.map iframe {
		height: 400px !important;
	}
	.contact-form.quote-right-area input{
		padding: 0 10px;
		font-size: 14px;
	}
	.contact-form.quote-right-area textarea{
		padding: 10px;
		font-size: 14px;
	}
	.blog article .featured-media, .category article .featured-media, .author article .featured-media {
		max-height: 176px;
	}
	.blog article .entry-title, .category article .entry-title, .author article .entry-title{
		min-height: 70px;
	}
	.post-meta-single-top .post-meta, .entry-categories-inner{
		min-height: 37px;
	}
	.slider-dropdown .dropdown-tab, .super-visa-main a{
		padding: 15px 12px;
		font-size: 13px;
	}
    .slick-slider.logo-slider {
        padding: 0 0 30px;
    }
    .footer-nav-widgets-wrapper .widget-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
	.logo-section .item a {
		height: 140px;
        max-width: 140px;
        margin: 0 auto;
	}
    #site-footer p {
        font-size: 12px;
    }
    .column-two:last-child ul li, .column-two ul li a{
        font-size: 13px;
    }
    .column-one img{
        max-width: 120px;
    }
    .column-one p {
        font-size: 12px;
        line-height: 20px;
    }
    .column-two ul li {
        margin: 0;
    }
    .footer-custom-main .header-footer-group .footer-inner.section-inner {
        margin-bottom: 30px !important;
    }
	.logo-section.slick-slider {
		padding: 30px 0 0;
	}
	.logo-phase .item {
		margin: 6px;
	}
	
}

@media (max-width:959px){
	#app .jss1.quotes-root {
		margin: 60px auto 0;
	}
	#app li{
		margin: 0;
	}
    .quote-clm {
        margin-top: 0;
    }
    .planSubmit.planSubmitForm {
        padding-left: 0;
        border-left: none;
    }
    .planSubmit.planSubmitForm > p {
        text-align: center;
        display: block !important;
    }
}

@media (max-width:767px){
    .banner-right-content a{
        position:relative;
        z-index: 0;
    }
    .planSubmit.planSubmitForm form > div {
        padding-bottom: 10px;
    }
   /* .banner-right-content a::after {
	content: "";
	position: absolute;
    z-index: -1;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}*/
.banner-right-content a::before {
	content: "";
	position: absolute;
    z-index: -1;
	display: block;
	width: 150%;
	height: 150%;
	box-sizing: border-box;
	margin-left: 0;
	margin-top: 0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
    .home .banner-right-content{
        display: flex;
        align-items: center;
        background: #05386B;
        box-shadow: 0 0 11px #888;
    }
    .banner-right-content a {
        font-size: 20px;
        padding: 22px 20px;
        height: 180px;
        border-radius: 50%;
        max-width: 180px;
        margin: 20px auto 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .right-inner {
        width:100%;
        box-shadow:none;
    }
    .right-inner h3 {
        display: block;
        text-transform: uppercase;
        margin-top: 0;
    }
    .banner-right-content a {
        font-size: 20px;

    }
    .four-boxes {
        padding: 60px 0;
    }
    .four-boxes h2{
        font-size: 20px;
    }
    .coverage-box{
        width: 150px;
        height: 150px;
    }
    .coverage-box img{
        max-width: 50px;
        height: auto;
    }
    .coverage-box span{
        font-size: 12px;
    }
    .home .banner-left-content{
        display: none;
    }
    .home .banner-outer-main .banner-left-content{
        background: none;
    }
    .home .banner-outer-main h1{
        margin: 20px 0;
    }
    .page-student-insurance #site-content{
        padding-bottom: 60px;
    }
	.slider-dropdown .dropdown-menu{
		top: 100%;
		left: 0;
	}
	.recent-post{
		width: 100%;
	}
	.wpcf7-form-control-wrap{
		text-align: left;
	}
	.home h2, h2, .singular .entry-title {
		font-size: 30px;
	}
	.sp-testimonial-free .tfree-client-testimonial p {
		line-height: 22px;
	}
	.sp-testimonial-free .c-content {
		width: 100%;
	}
	.top-header-right .email-icon .content-area, .top-header-right .phone-icon .content-area{
		display: none;
	}
	.container, .footer-custom-main .header-footer-group .footer-inner.section-inner, #site-footer .section-inner{
		max-width:100%;
	}
	#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{
		width: auto;
		max-width: inherit;
		flex: inherit;
	}
	#site-header .header-inner .header-titles-wrapper .top-header-right .phone-icon {
		flex: inherit;
		max-width: inherit;
	}
	.home .banner-outer-main {
		padding:0;
	}
	.banner-right-content {
        margin-top: 0 !important;
        padding: 0;
	}
	.super-visa-main {
		padding: 60px 0;
		text-align: center;
	}
/* 	.super-left-content p{
		text-align: center !important;
	} */
	.super-right-image {
		padding-left: 15px;
		text-align: center;
		margin-top: 40px;
	}
	.super-right-image img {
		margin: 0 auto;
	}
	.quote-inner-main .quote-left-area{
		padding-right: 15px;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.request-quote{
		padding: 60px 0;
		text-align: center;
	}
	.quote-inner-main .quote-left-area p {
		margin-bottom: 40px;
	}
	.quote-inner-main img {
		margin: 0 auto;
	}
	.quote-right-area{
		max-width: 90%;
		margin: 0 auto;
	}
	.column-post {
		max-width: 360px;
		margin: 30px auto;
	}
	.columns-3{
		display:block;
	}
	.column-post a, .column-post p{
		padding: 0;
		min-height: inherit;
	}
	.post-content{
		padding:20px;
	}
	.column-post:last-child {
		margin: 0 auto;
	}
	.blog-section-main, .accordion-section-main {
		padding: 60px 0;
	}
	.accordion-left-content img {
		margin: 0 auto;
	}
	.accordion-section-main .accordion-right {
		padding-left: 15px;
		padding-top: 30px;
	}
	.super-visa-main a{
		padding: 15px 35px;
		font-size: 16px;
	}
	.slider-dropdown .dropdown-tab{
		font-size: 16px;
	}
	.f-content-left{
		text-align: center;
	}
	.call-button-right{
		text-align: center !important;
		margin-top: 20px;
	}
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper{
		display: block;
	}
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:first-child,
	.footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets:last-child, .footer-nav-widgets-wrapper.header-footer-group .footer-widgets-wrapper .footer-widgets{
		width: 100%;
		margin-top: 30px;
		margin-left:0;
	}
	.footer-custom-main{
		padding: 120px 0 0;
    }
    .footer-custom-main .header-footer-group .footer-inner.section-inner {
        margin-bottom: 20px !important;
        padding-bottom: 10px;
    }
	.footer-top-inner .call-button-right a{
		font-size: 16px;
		padding: 15px 10px;
		max-width: 200px;
	}
	.quote-right-area form button{
		padding: 15px 10px;
		font-size: 16px;
	}
	.box:last-child{
		margin-bottom:10px;
	}
	.box h3 {
		min-height: inherit;
	}
	
	#app{
		min-width: inherit;
		padding: 0;
		max-width: 100%;
	}
	.quote-form .jss6:last-child{
		padding: 0;
	}
	#app input.MuiOutlinedInput-input{
		font-size: 14px;
	}
	#app .MuiTypography-body2{
		font-size: 13px;
	}
	.quote-form button[type="submit"]{
		padding: 15px 20px;
		font-size: 16px !important;
	}
	.page-couple .quote-form {
		padding: 60px 0 0;
	}
	.contact-details.column-two {
		padding-left: 15px;
		margin: 30px auto 0;
		max-width: 330px;
	}
	.contact-section, .page-faq .accordion-section-main {
		padding: 60px 0;
	}
	.post-section{
		padding: 60px 15px 0;
	}
	.post-section, .post-section .row{
		display:block;
	}
	.post-section article{
		max-width: 360px;
		margin: 0 auto 40px !important;
	}
	.reduced-spacing .archive-header{
		text-align: center;
	}
	.post-section article:last-child{
		margin:0 auto 10px !important;
	}
	.post-meta-single-top .post-meta, .entry-categories-inner,
	.blog article .entry-title, .category article .entry-title, .author article .entry-title,
	.blog .entry-content p, .category .entry-content p, .author .entry-content p, .category-posts article .entry-title{
		min-height: inherit;
	}
	#app .planSubmit.planDetails .MuiTabs-scrollButtonsDesktop {
		display: inherit;
	}
	.logo-section .container {
		max-width: 480px;
		margin: 0 auto;
	}
	/*
    .logo-section .item a {
		height: 180px;
	} */
	.logo-section {
		padding-top: 30px;
	}
	.modal-content{
		max-width: 90%;
		margin: 0 auto;
	}
	.insurance-section p {
		text-align: center;
	}
	.logo-phase{
		margin-top: 10px;
		justify-content: center;
	}
	.insurance-section h2 {
		margin-bottom: 20px;
	}
	#app .wrapper-meta, #app .wrapper-meta-adjust{
		background: #ddf4fc;
	}
	.wrapper-meta-adjust .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl {
		width: 140px;
	}
}

@media (max-width:724px){
	.sp-testimonial-free .c-content {
		width: 100%;
	}
	.tfree-client-testimonial {
		margin-bottom: 20px;
	}
	.sp-testimonial-free .sp-tfree-client-image {
		margin: 0 auto 20px;
		width: 100%;
		text-align: center;
	}
	.slick-slide img{
		margin: 0 auto;
	}
	.tfree-client-testimonial{
		text-align: center;
	}
	.sp-testimonial-free {
		padding: 25px;
	}
}

@media (max-width:639px){
	h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.home h2, h2, .singular .entry-title {
		font-size: 28px;
	}
	#site-header .header-inner .header-titles-wrapper .header-titles {
		width: auto;
	}
	.sp-testimonial-free{
		max-width: 90%;
		margin: 20px auto;
	}
	.accordion > .card > .card-header h2 button span {
		font-size: 16px;
		line-height: normal;
	}
	.card-body {
		font-size: 14px;
		line-height: 22px;
	}
	.footer-top-inner .row{
		padding: 35px 10px;
	}
	.column-one img{
		max-width: 150px;
	}
	.coverage-row {
        display: block;
        margin-bottom: 40px;
	}
	.coverage-box{
		margin:10px auto;
	}
	.map iframe {
		height: 320px !important;
	}

	.singular .banner-outer-main{
		padding:80px 0;
	}
	.home.singular .banner-outer-main {
		padding:0;
	}
	#app .wrapper-meta{
		padding: 10px;
		margin-top: 0;
	}
	#app .wrapper-meta-adjust select{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
    }
    .four-boxes h2{
        margin: 0 0 10px;
    }
    .coverage-box {
        width: 130px;
        height: 130px;
    }
    .coverage-box a, .coverage-box:hover a{
        padding: 10px;
    }
}

@media (max-width:540px){
	.modal-content .btn-primary{
		margin-bottom: 20px;
	}
	.modal-content .btn-primary:last-child{
		margin-bottom:0;
	}
/* 	#app .meta-adjust-deductible{
		margin: 0 auto;
		display: block;
		width: 100%;
		text-align: center;
	} 
	#app .meta-adjust-coverage-1, #app .meta-adjust-coverage-2 {
		margin-top: 15px;
	}*/
}

@media (max-width:467px){
	.wrapper-meta-adjust .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl {
		width: 100%;
	}
}

@media (max-width:479px){
	h1 {
		font-size: 28px;
		line-height: 32px;
    }
    .four-boxes h2{
        margin: 0;
    }
	.home h2, h2, .singular .entry-title, .comment-reply-title {
		font-size: 24px;
	}
	.home.singular .banner-outer-main {
		padding:0;
	}
	.site-logo img, .column-one img {
		max-width: 120px;
	}
	.top-header-right .email-icon img, .top-header-right .phone-icon img {
		width: 30px;
		min-width: 30px;
	}
	.super-visa-main a{
        font-size: 16px;
        
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon::after {
		top: 10px;
	}
	#site-header.header-footer-group .toggle.mobile-nav-toggle .toggle-icon{
		height: 24px;
	}


	.nav.nav-tabs > li{
		width: 100%;
	}
	.quote-right-area{
		padding: 30px;
	}
	.quote-right-area input, .quote-right-area textarea{
		height: 50px;
		font-size: 14px;
		padding: 0 12px;
	}
	.quote-right-area textarea{
		padding:12px;
		height: 100px;
	}
	.form-column-2{
		display: block;
	}
	.form-column-2 > div{
		max-width:100%;
	}
	.quote-right-area input[type="submit"], .contact-form.quote-right-area input[type="submit"]{
		padding:0 20px;
	}
	.blog-section-main p{
		margin-bottom: 0;
	}
	.testimonial-main-section h3, .accordion-right h3{
		font-size: 18px;
	}
	.accordion > .card > .card-header h2 button span{
		font-size: 14px;
	}
	.footer-top-inner .f-content-left h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: normal;
	}
	#site-footer .section-inner{
		display: block;
	}
	#site-footer .section-inner .footer-credits{
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	.copyright{
		text-align: left;
	}
	.column-two:last-child ul li, .column-two ul li a {
		font-size: 13px;
	}
	.coverage-row {
		display: block;
	}
	#app .MuiGrid-grid-md-2 {
		max-width: 50%;
		flex-basis: 50%;
	}
	#app .MuiGrid-grid-xs-4, #app .MuiGrid-grid-xs-5{
		max-width: 50%;
		flex-basis: 50%;
	}
	.quote-list > li:last-child > div{
		margin-bottom: 0;
	}
	.quote-form h2{
		margin-bottom: 30px;
	}
	.page-child .banner-outer-main{
		padding: 80px 0;
	}
	.search-form{
		display: block;
		margin: 0;
	}
	.search-form .search-field, .search-form .search-submit {
		margin: 0;
	}
	.search-form .search-submit{
		margin-top: 10px;
	}
	.pagination-single a {
		font-size: 14px;
	}
	#app .quote-list .MuiGrid-spacing-xs-2 > .MuiGrid-item{
		margin: 0 auto;
		text-align: center;
	}
	#app .quote-list .MuiGrid-spacing-xs-2 > .MuiGrid-item .MuiTypography-h3{
		font-size: 18px;
	}
	#site-header.header-footer-group::before{
		left: -50px;
		width: 180px;
	}
	.super-visa-main a{
		display: block;
		max-width: 220px;
		margin: 0 auto 20px;
	}
	.slider-dropdown{
		margin-left: 0;
	}
	.slider-dropdown .dropdown-tab{
		margin: 0 auto;
	}
	.super-visa-main .slider-dropdown li .dropdown-menu a{
		margin: 0;
	}
	.super-visa-main a, .slider-dropdown .dropdown-tab {
		font-size: 14px;
		padding: 15px 27px;
	}
	.logo-phase{
		display: block;
	}
	.logo-phase .item{
		max-width: 200px;
		margin: 0 auto 15px;
	}
   .home .banner-outer-main{
    background-image:none;
    }
     .home .banner-outer-main .banner-left-content ul{
         padding-bottom: 30px;
     }
     .home .banner-right-content{
     margin-top:0 !important;
     }
     .page-quotes #site-header.header-footer-group{
        margin-bottom: 10px;
	}
}

@media (max-width:491px){
    .quote-cta-wrap > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:478px){
    .column-post a.more-link{
        margin-top: 15px;
    }
}


@media (max-width:395px){
	.wrapper-meta-adjust > div {
		margin: 0px 3px;
		flex: 0 0 31%;
		max-width: 31%;
	}
	.wrapper-meta-adjust > div > div {
		width: 100%;
	}
	#app .wrapper-meta-adjust select{
		font-size: 12px;
	}
	#app .wrapper-meta-adjust .MuiSelect-outlined.MuiSelect-outlined{
		padding-right: 18px;
	}
	#app .wrapper-meta-adjust .MuiFormLabel-root{
		font-size: 14px;
	}
    
}
@media (max-width:375px){
    .four-boxes h2{
        font-size: 18px;
    }
    body .quote-cta-wrap > div h4, body .quote-cta-wrap > div a {
        font-size: 14px !important;
    }
}3F