@charset "UTF-8";

/*
Theme Name: insuredcan
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Bold.eot');
    src: url('fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metropolis-Bold.woff2') format('woff2'),
        url('fonts/Metropolis-Bold.woff') format('woff'),
        url('fonts/Metropolis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Regular.eot');
    src: url('fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metropolis-Regular.woff2') format('woff2'),
        url('fonts/Metropolis-Regular.woff') format('woff'),
        url('fonts/Metropolis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Light.eot');
    src: url('fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metropolis-Light.woff2') format('woff2'),
        url('fonts/Metropolis-Light.woff') format('woff'),
        url('fonts/Metropolis-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




ul#mega-menu-primary .mega-sub-menu li {
    padding: 10px !important;
    background: #ffffff00 !important;
}
#mega-menu-primary .mega-sub-menu {
    background: #0157b7 !important;
}
#mega-menu-primary .mega-sub-menu  li a{
   background: #ffffff00 !important;
	    color: white !important;
}

.mr-30{margin:30px;}
.cmp-bottom-part {
    box-shadow: 0.1rem 0.1rem 0.9rem rgb(0 0 0 / 33%);
}

.request-a-call-back-form .form-control {
    height: auto !important;
}
ul.mega-sub-menu ul {
    width: auto !important;
}

ul.mega-sub-menu {
    width: 500px !important;
}
.widget .menu li {
    display: inherit;
    margin-bottom: 10px;
}
.widget .menu li a {
    color: var(--text-light-gray);
    position: relative;
    padding-left: 25px;
}
.widget .menu li a:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-banner {
    padding: 70px 0;
}
.main-banner-left h2 span {
    color: #0157b6;
    display: block;
}
.main-banner-left h2 {
    color: #333;
}
.main-banner-left .left-txt i {
   font-size: 24px;
    color: #776BFD;
    border: 2px solid;
    padding: 10px;
    border-radius: 50px;
}
.main-banner-left .left-txt p{
	 color: #776BFD;
	 font-weight: 400;
    line-height: 20px;
    font-size: 15px;
}
.main-banner-left .left-txt {
     display: flex; 
     gap: 20px; 
	    padding: 20px 0;
}
.main-banner-left .left-txt p {
    display: flex;
    gap: 20px;
	align-items: center;
}
.main-banner-left .left-txt p:nth-child(2) strong {
    color: #FF9B2C !important;
    font-weight: 400;
    line-height: 20px;
    font-size: 15px;
}
.main-banner-left .left-txt p:nth-child(2) i {
    color: #FF9B2C !important;
	border-color: #FF9B2C !important;

}
.main-banner .main-banner-right img {
    height: 200px;
	object-fit: cover;
}
.main-banner  .main-banner-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-banner  .right-txt span {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}
.main-banner .right-txt p {
    padding: 10px 0;
    font-size: 28px;
    line-height: 38px;
}
.inner-banner { min-height: 190px; background-position: center center; background-attachment: scroll; position: relative; background-repeat: no-repeat; background-size: cover; }
.inner-banner:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.inner-banner h2 {
    position: absolute;
    bottom: -30px;
    left: 0;
    background: #0156b5;
    width: auto;
    color: #fff;
    padding: 10px 40px;
    font-size: 40px;
    line-height: 50px !important;
}
.prd-icon {
    text-align: center;
	box-shadow: 0.1rem 0.1rem 0.9rem rgb(0 0 0 / 15%);
    padding: 15px 0;
    margin-bottom: 20px;
}
.prd-icon p a {
    font-size: 13px;
	font-weight: 700;
    color: #0157b7;
}

.prd-icon p {
    margin: 10px 0px 0;
}
.prd-icon .shadowHandlerBox img {
    width: 50px;
	    height: 50px;
	transition: .5s ease-in-out;
}
.prd-icon:hover img {
    transform: scale(1.2);
}
.mid-inner {
    padding: 50px 0;
}
.sidebar .widget {
    box-shadow: 0.1rem 0.1rem 0.9rem rgb(0 0 0 / 33%);
    padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.sidebar form .col-lg-6 {
    width: 100%;
}
.sidebar form .form-control {
    height: auto !important;
	padding: 10px;
}
.sidebar h2 {
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 30px;
    color: #0156b5;
}
.sidebar .widget-title:after{display:none;}
.sidebar .menu li a {
    color: #0162ca;
}
.sidebar .menu li {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.sidebar .wpcf7-form-control {
    padding: 10px;
    width: 200px;
}

.sidebar .menu {
    padding-bottom: 20px;
	    padding-top: 30px;
}
.sidebar .elementor-widget-wp-widget-nav_menu {
    background: #0156b5;
}
.sidebar .elementor-widget-wp-widget-nav_menu h5 {
    color: #fff !important;
    text-align: left !important;
}
body, p {
    font-family: 'Metropolis', sans-serif;
}
.ser-bx {
    border-radius: 18px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #7080FA;
    display: flex;
    align-items: center;
    padding: 20px;
	position: relative;
	z-index:2;
}
.ser-bx.sky {
    background: #3CBBDA;
}
.ser-bx.pink {
    background: #FF9898;
}
.ser-bx .copy {
    color: #fff;
}
.service-bx-area {
    background: #f6f7fc;
    padding: 50px 0;
    margin-top: 40px;
}
.ser-bx .copy span {
    font-size: 24px;
    font-weight: 600;
}
.ser-bx img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    object-fit: contain;
}
.ser-bx:after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2022/09/insurance-bg.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 406px;
	left: 0;
    right: 0;
	z-index:-2;
}
.footer-main-area p, .footer-main-area li a, .footer-main-area p, .footer-main-area a {
    color: #fff !important;

}
.footer-main-area p{text-align: justify;}
.footer-main-area li a{font-weight:700;}
.features-section, .about-section, .request-a-call-back, .frm-hm-sec{padding:50px 0 !important;}
.footer-bottom-area { background: #0157b7 !important; }
.footer-bottom-area span{color:#fff !important;}
.header-top-area{padding:0px !important;}
.prd-icon:hover {background: #eee;}
.request-a-call-back-form .form-control{padding:10px !important;}
.request-a-call-back-form .col-lg-6 {width: 100% !important;}
.footer-main-area {background: #0162ca !important;z-index: 2; position: relative;}
.footer-main-area .social-list li i {color: #fff;}
.footer-main-area:before { content: ''; background: url(/wp-content/uploads/2022/10/world-map-png-35418.png); width: 100%; height: 100%; z-index: -2; top: 0; left: 0; position: absolute; opacity: .2; }
.contact-info-text h5 { color: #fff !important; }

.request-a-call-back-form { padding: 20px 30px 10px 30px !important;}
.cnt-box { box-shadow: 0.1rem 0.3rem 0.8rem rgb(0 0 0 / 33%); padding: 20px; }
.cnt-box i { color: #0156b5; }
.cnt-frm {box-shadow: 0.1rem 0.3rem 0.8rem rgb(0 0 0 / 33%);padding: 20px;}
.cnt-frm .col-lg-6{width:100% !important;}
.cnt-frm input, .cnt-frm select{width:100% !important;padding:10px !important;height:auto;}

#custom_html-3 img { background: #fff; padding: 10px 20px; border-radius: 20px; }
.footer-main-area .widget-title { color: #fff; font-weight: 700; font-size: 24px; }
.footer-main-area .widget-title:after{background:#fff !important;}
.footer-contact-info .contact-info-icon i:before{background: #ea0020 !important;}
.footer-bottom-area a { color: #fff; text-decoration: underline; }
.social-list li a { background: #ea0020;}

.partner-logo img{box-shadow: 0.1rem 0.3rem 0.9rem rgb(0 0 0 / 33%) !important;height:120px !important;object-fit:contain;padding: 20px 10px;}
.page-id-289 .partners-sec {display:none;}
.wts-fixed img {width: 50px;border-radius: 10px;padding: 5px;background: #fff;}
.wts-fixed {position: fixed;bottom: 20px;right: 30px;z-index: 2;}
.wts-fixed a {display: block;margin-bottom: 10px;}

.partner-ft .cmp-bottom-part img { height: 100px; object-fit: contain; padding: 10px;}
.footer-main-area li a:hover { color: #ea0020 !important;}
.header-top-area .header-top-right-part .social-links::after{display:none;}
#mega-menu-primary .mega-sub-menu li a:hover {color: #ea0020 !important;}

div[class*='kursor'].kursor--1 + .kursorChild, div[class*='kursor'].kursor--1{display:none !important;}
.thank-box h2 {
    color: #ea0020;
}

.menu-btn a {
    background: #0157b7 !important;
    color: #fff !important;
    height: auto !important;
}
.logo {
    padding: 15px 0 !important;
}
span.address a {
    color: #fff;
}
.blog .post .entry-header {position: relative;}
.blog .post .entry-header span {position: absolute;bottom: 10px;background: #ea0020;color: #fff;left: 10px;padding: 5px 15px;}
.blog  .post {box-shadow: 0px 0 20px 0px rgb(152 152 152 / 16%);}
.blog .post .entry-content{padding:32px 25px 31px;}
.blog .post .entry-content h3 { margin: 0px 0 10px;font-size: 24px;}
.blog .post .entry-header img {height: 200px !important;object-fit: cover;}

.pagination .current, .pagination a { background: #ea0020;margin-right: 10px;padding: 10px;color: #fff;text-decoration: none;}
.pagination {padding-top: 20px;gap: 10px;}
.pagination .nav-links a:hover { background: #0162ca; }

.single-post .entry-header{position:relative;}
.single-post .entry-header span{position: absolute;bottom: 10px;background: #bb0017;color: #fff;left: 10px;padding: 5px 15px;}
.single-post .entry-content h3 {padding: 10px 0;}

.header-top-left-part a {text-decoration: none;}
.header-top-left-part .phone a:first-child { margin-right: 10px; }

.sidebar .widget_nav_menu { background: #ea0020;padding: 0px;}
.sidebar .widget_nav_menu h2 { padding: 10px 0 10px; text-align: center; font-size: 30px; color: #0156b5; background: #fff; border-left: 5px solid #0156b5; }
.sidebar .widget_nav_menu li a{color:#fff;}
.sidebar .widget_nav_menu .menu{padding:0px;}
.sidebar .widget_nav_menu  .menu li{padding:10px;margin-bottom:0px;}
.sidebar  .widget_nav_menu .menu li a:before{top:-6px;}
.sidebar .widget_nav_menu .menu li:hover { background: #0162ca; }
.fixed {
    position: fixed !important;
    top:0; left:0;
    width: 100%; }
#easy-sticky-sidebar-1 .sticky-sidebar-image {
    display: none;
}
#easy-sticky-sidebar-1.easy-sticky-sidebar .sticky-sidebar-button {
    color: #fff !important;
    background-color: #ea0020 !important;
}
.sticky-content-inner input, .sticky-content-inner select {
    height: 47px;
    padding: 10px;
}
#easy-sticky-sidebar-1.easy-sticky-sidebar .sticky-sidebar-call-to-action{background:#fff;}
#easy-sticky-sidebar-1.easy-sticky-sidebar .sticky-sidebar-button{font-size:16px;}

#popmake-727 {
    background: #0157b7;
    padding: 30px 30px 0;
}
#popmake-727 .wpcf7-submit {
    background: #ea0020 !important;
}
#popmake-727 span.wpcf7-spinner{
	margin:0px !important;
}
div#popmake-727 h3 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
#popmake-727 input, #popmake-727 select{border-radius:0px !important;padding:15px 20px !important;height:50px !important;}
#popmake-727 .col-lg-12:last-child p {text-align: center;}
#popmake-727 .col-lg-6{width: 100%;}



@media (min-width:320px) and (max-width:767px){
	
	.inner-banner {
    min-height: 100px !important;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
	.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    position: relative !important;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 4px 4px !important;
    background-color: #fff !important;
}
	.header-top-area{display:block !important;}
	.logo { padding-top: 10px; }
	.logo img {width: 170px !important;height: auto;}
	#mobile-menu-right {display: block !important;}
	#mega-menu-wrap-primary .mega-menu-toggle{background:transparent !important;top: 10px !important;position: relative;}
	.mega-toggle-animated-inner, span.mega-toggle-animated-inner:before, span.mega-toggle-animated-inner:after { background-color: #333333 !important; }
	.main-banner-left .left-txt { flex-wrap: wrap; }
	.main-banner  .right-txt span {  padding: 6px; font-size: 9px;  }
	.ser-bx { margin-bottom: 20px;}
	.cs-btn-one{padding: 18px 16px;}
	.header-top-left-part span{font-size:14px;}
	.header-top-right-part {text-align: center !important;}
	.header-top-left-part{display:flex;justify-content:center;}
	.inner-banner h2{font-size:24px;}
	.easy-sticky-sidebar{bottom:0px;}
	
	.sec-ins-left h2{font-size:30px !important;text-align: center;}
	.sec-ins-left ul { padding: 10px 0 10px;}
	.sec-ins-left ul li{line-height: 25px !important;}
	.sec-ins-left p{line-height:20px;text-align:center;}
	.sec-ins-left span{display: block;text-align: center;}
	
	
}

.inner-banner h2 {
    position: absolute;
    bottom: -30px;
    display: none;
    left: 0;
    background: #0156b5;
    width: auto;
    color: #fff;
    padding: 10px 40px;
    font-size: 40px;
    line-height: 50px !important;
}
.inner-banner {
    min-height: 300px;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner:before {
    position: absolute;
    content: '';
    background: #0000 !important;
    width: 100%;
    height: 100%;
    opacity: .5;
}


.send-sec-ins {
    position: relative;
    padding: 50px 0px;
}

.send-sec-ins:before { position: absolute; content: ''; background: url(https://insuredcan.ca/wp-content/uploads/2022/09/cropped-INSUREDCAN-1.png); width: 100%; height: 100%; background-repeat: no-repeat; top: 0;background-size: contain; z-index: -2; opacity: .1; opacity: .06; left: -10%;}
.sec-ins-left h2 span { display: block; color: #ea0020; font-weight: 900;text-transform:capitalize; }
.sec-ins-left h2 { color: #808080; font-size: 50px; }
.sec-ins-left .btn { background: #ea0020;color: #fff; text-transform: uppercase;border-radius: 50px;padding:10px 40px;}
.sec-ins-left ul {padding: 20px 0 40px;}
.sec-ins-left ul li { display: block;position:relative;padding-left: 40px;line-height: 40px;}
.sec-ins-left ul li:first-child:before { content: ''; background-image: url('/wp-content/uploads/2022/12/umer-icon.png'); width: 30px; height: 30px; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 0; }
.sec-ins-left ul li:last-child:before { content: ''; background-image: url('/wp-content/uploads/2022/12/clock-icon.png'); width: 30px; height: 30px; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 0; }
.sec-ins-left p{color:#0157b7;}
.sec-ins-left span{color:#ea0020;text-transform: uppercase; font-weight: 700;}


.footer-main-area #custom_html-3 img{max-width:300px;}
.footer-contact-info1 {
    padding-top: 20px;
}
.page-id-31 .entry-content p {
    text-align: justify;
}


.entry-content p {
  text-align: justify;
  color: #000;
  font-size: 18px;
}
.testimonial-style2 .testimonial-item .testimonial-content .comments {
    position: relative;
    margin-top: 78px !important;
}
.sidebar .widget_nav_menu li a:hover {
    color: #ea0020 !important;
}
.sidebar .widget_nav_menu li {
    background: #fff !important;
}
b, strong {
    color: #000000 !important;
}
.sidebar .widget_nav_menu li a {
    color: #000 !important;
}
.mid-inner {
    padding: 10px !important;
}
.sidebar .menu li {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd !important;
}

.header-style-two .header-wrapper .header-navigation-area {
    background: #ffffff !important;
    position: relative;
    z-index: 5;
}
#mega-menu-primary .mega-sub-menu {
    background: #ffffff !important;
}
#mega-menu-primary .mega-sub-menu li a {
    background: #ffffff00 !important;
    color: #000 !important;
}
.single-post .entry-content h3 {
    padding: 10px 0;
    font-size: 25px !important;
    color: #ea0020;
	font-weight: 600;
}
.blog .post .entry-content h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
    color: black;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    position: relative !important;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 25px 5px !important;
    background-color: #ffffff !important;
}


.blog .post .entry-header span {
    position: absolute;
    bottom: 10px;
    background: #ea0020;
    color: #fff;
    left: 10px;
    padding: 5px 15px;
    display: none;
}
.blog .post .entry-content {
    padding: 15px 15px 15px;
    margin-bottom: 25px;
}
.blog .post .entry-header img {
    height: 200px !important;
    object-fit: cover;
 
}



#mega-menu-primary .mega-sub-menu li a {
    line-height: 19px !important;
    text-transform: capitalize !important;
    background: #ffffff00 !important;
    color: #000 !important;
    font-size: 15px !important;
	font-family: 'Metropolis',sans-serif !important;
}
#mega-menu-primary .mega-sub-menu {
    background: #fff !important;
    width: 600px !important;
}
.pum-theme-725 .pum-content+.pum-close, .pum-theme-content-only .pum-content+.pum-close {
    position: absolute;
    height: 30px !important;
    width: 30px !important;
    left: auto;
    right: 7px;
    bottom: auto;
    top: 7px;
    padding: 0;
    color: #fff !important;
    font-family: inherit;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 25px;
    background: red !important;
}
p.elementor-icon-box-description {
    text-align: center;
}
h2.mrb-35 {
    font-size: 32px;
    font-weight: 600;
    color: #ee364e;
}
.sec-ins-left h2 {
    color: #0157b7;
    font-size: 44px;
}

.entry-content p {
    text-align: justify;
    color: #000;
    font-size: 16px !important;
}

.partner-logo img {
    box-shadow: 0.1rem 0.3rem 0.9rem rgb(0 0 0 / 0%) !important;
    height: 120px !important;
    object-fit: contain;
    padding: 20px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #555;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    display: none !important;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: block;
    border: 0;
}

h4 {
    font-size: 22px;
    line-height: 1.2;
    color: #ea0020 !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

li {
    font-family: 'Metropolis',sans-serif;
    text-align: justify;
    color: #000;
    font-size: 16px !important;
    margin-bottom: 13px;
}