/***Start Extra CSS***/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Arimo", sans-serif;
	scroll-behavior: smooth;
}


html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Arimo", sans-serif;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    font-family: 'Arimo', sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
	background-color: #008a00;
	color: #fff;
}

.container {
	max-width: 1270px !important;
}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
    color: #020101;
}

ol, ul{padding-left:0 !important;}


.spacer {
	clear: both;
}

a:hover {
	text-decoration: none !important;
	color:#F9CA0D;
}

a {text-decoration: none !important;}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

p {
	margin-bottom: 15px;
	color: #020101;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
    transition: all .5s ease;}

b, strong {font-weight: bolder;}

.btn-all-typo{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    color: #ffffff;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all .5s ease;
    background: #008a00;
    text-transform: uppercase;
}

.btn-all-typo:hover {
	background: #222222 !important;color:#fff !important;
}

.btn-typo-2{background:#F9CA0D;}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sec-title h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #008A00;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 55px;
}

.sec-title h5:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
   background: #fff;
   left: 0;
}

.sec-title h2{position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #222;
    font-weight: 700;
}
.padding-both-side{
    padding: 0 90px;
}
/***End Extra CSS***/   

h1,h2,h3,h4,h5,h6{font-family: "Roboto", Sans-serif;}
.all-section-space{padding: 70px 0;}

/* header */
top-header{padding: 5px 0;}
header .top-logo img{width: 273px;}
header .top-header-num {
    border: 1px solid;
    border-radius: 30px;
    background: #008a00;
    color: #fff;
    padding: 9px 29px;
	font-size: 18px;
	font-weight: 700;}
.top-header .border-right{border-right:1px solid #dee2e6;padding: 9px 20px;}
.top-header .header-icon-bar i{font-size: 18px;
color: #008a00;
margin-right: 10px;}

header .reviews-btn{position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
	border: 2px solid #008a00;
    padding: 7px 29px;
    border-radius: 30px;
    color: #008a00 !important;}

.header-right-btn .bcat-btn{
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
	border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 30px;color:#fff;}	

.header-right-btn .h-iq-btn{background: #F9CA0D;color: #008a00;padding: 15px 30px;}

	.navbar-light .navbar-toggler {
		color: #000;
		border: none;}
	
	.navbar-toggler:focus{box-shadow: none;}
	
	.header .navbar {background: #008a00; z-index: 1;}
	
	
.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
	padding: 0 18px;
    opacity: 1;}
    
    .header .navbar-light .navbar-nav .nav-link:focus{color:#ffffff;}
    
   .header .navbar-light .navbar-nav .nav-link.disabled-link{cursor: pointer;} 
    
	.header .navbar-light .navbar-nav .nav-link:hover{color: #F9CA0D;}
	.header .navbar-light .navbar-nav .nav-link:after{
		display:block;
		content: '';
		border-bottom: solid 1px #ffffff;  
		transform: scaleX(0);  
		transition: transform 250ms ease-in-out;}

	  .header .navbar-light .navbar-nav .nav-link:hover:after { transform: scaleX(1);}

	
	.header .navbar-nav>.nav-item {
		position: relative;
		padding: 15px 0;
	}
	
	.navbar-nav .nav-item .sub-menu {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 260px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	}
	
	.header .navbar-nav > li:hover > .sub-menu {display: block;}
	.header .navbar-nav > li > .sub-menu li > .inner-submenu{left: 100%;right: 0;top: 0;}
	.header .navbar-nav > li > .sub-menu li:hover > .inner-submenu{display: block;}
	
	
	header .dropdown{margin:10px 0;}
	
	.dropdown-menu{
		background: #fff;
		padding: 15px 0;
		top: 100%;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		z-index: 99;
		border-radius: 0 0 3px 3px;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
		min-width:100%;
	}
	
	header .dropdown .dropdown-item{white-space: break-spaces;}
	header .dropdown-toggle::after{display:none;}


	.navbar-nav .dropdown-menu a,
	.navbar-nav .nav-item .sub-menu a {
		color: #222;
		font-size: 15px;
		font-weight: 500;
		line-height: normal;
		padding: 7px 0;
		position: relative;
		transition: all .3s linear 0ms;
	}
	
	.navbar-nav .dropdown-menu a:hover,
	.navbar-nav .nav-item .sub-menu a:hover {
		color: #008a00;
	}
	.navbar-nav .dropdown-menu li,
	.navbar-nav .nav-item .sub-menu li {
	position: relative;
    width: 100%;
    padding: 11px 30px;
    border-bottom: 1px solid #eee;
	}
	
.navbar-nav .dropdown-menu a{padding: 0;background: unset;}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}

.navbar-toggler:focus {box-shadow: none !important;}

/* header end */

/* banner start */
.banner-section .carousel-item{height:585px;z-index: 0 !important;}
.banner-section .carousel-item img{height: 585px;object-fit: cover;object-position: top center;}
.banner-section .carousel-control-next i,.banner-section .carousel-control-prev i{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.15);}

.banner-section .carousel-control-next i:hover,.banner-section .carousel-control-prev i:hover{background: #F9CA0D;}
.banner-section .carousel-control-next,.banner-section .carousel-control-prev{opacity: 1;width: 10%;}	

.banner-section .btn-box .btn-all-typo{border-radius: 55px;}

.banner-section .content-box  h1{font-size: 66px;line-height: 60px;text-shadow: rgb(0 0 0) 2px 2px 2px;
    margin-bottom: 50px;font-weight: 600; font-family: "Roboto", sans-serif;}

.banner-section .content-box p{
    text-shadow: rgb(0 0 0) 1px 1px 1px;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;}

.banner-section .carousel-item .carousel-caption{left:10%;right: 10%;}
/* banner end */

/* start services */
.services-section{margin-top: -60px;position: relative;z-index: 1;}
.services-section .services-box{position: relative;height: 360px;width: 20%;}
.services-section .services-box img{position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: bottom center;}
.services-section .services-box .s-box-content{position: relative;padding: 20px 17px;}
.services-section .services-box .s-box-content h2 a{font-family: "Roboto", Sans-serif;color: #020101;font-size: 24px;font-weight: 600;line-height: 30px;}
.services-section .services-box .s-box-content p{color:#020101;}
/* end services */

/* start why us */
.testimonials,.why-us{background: linear-gradient(90deg, rgba(0, 138, 0, 1) 0%, rgba(249, 202, 13, 100) 100%);}
.why-us .single-item{margin-top: 10px;}
.why-us .single-item .single-item-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
color: #ffffff;
margin-bottom: 10px;}
.why-us .single-item .single-item-content p{color:#ffffff;}
.why-us .single-item .icon-box img{width: 50px;height: 50px; object-fit: contain;margin-right: 15px;}

.sec-title h5.center-text-divider{padding-right: 55px;}
.sec-title h5.center-text-divider:before{position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    top: 12px;
    background: #333;
    left: 15px;}

	.sec-title h5.center-text-divider:after{position: absolute;
		content: '';
		width: 30px;
		height: 2px;
		top: 12px;
		background: #333;
		right: 15px;}

.why-us .client-about-image {width: 100%;height: auto;}

/* end why us */

/* start OUR SUPPLIERS */

@media (max-width: 767px) {
   .our-suppliers .carousel-inner .carousel-item > div {
        display: none;
    }
    .our-suppliers  .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .banner-section .btn-box,.banner-section .content-box{text-align:center;} 
    .banner-section .carousel-item {height: 600px;}
    .services-section {margin-top: 0;}
    .services-section .services-box {width: 100% !important;}
    .why-us .client-about-image {width: 100% !important;}
    .banner-section .btn-box .btn-all-typo{margin-left:0;}
    .resp-tabs .nav-tabs .nav-link{min-width: 130px;}
    .resp-tabs .nav-tabs{flex-wrap: nowrap;
    overflow-x: scroll;}
    
    .right-part .social-icon-list-icon {width: 40px;height: 40px;}
    .get-a-quote-section {padding:50px 0;}
}

.our-suppliers .carousel-inner .carousel-item.active,
.our-suppliers .carousel-inner .carousel-item-next,
.our-suppliers .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .our-suppliers  .carousel-inner .carousel-item-end.active,
    .our-suppliers .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .our-suppliers .carousel-inner .carousel-item-start.active, 
    .our-suppliers .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.our-suppliers .carousel-inner .carousel-item-end,
.our-suppliers .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

#logs-carousel-two .card, #carousel-item-logos .card{border:none;}

.our-suppliers .carousel-control-next i,.our-suppliers .carousel-control-prev i{color:#000000;}
.our-suppliers .carousel-control-next,.our-suppliers .carousel-control-prev{width:5%;}
.our-suppliers .card img{width: 170px;height: 100px;object-fit: contain;}
.our-suppliers .card .card-img{text-align: center;}
/* end OUR SUPPLIERS */

/* start testimonials */

    .testimonials .testimonial-content .inner-box {
        position: relative;
        display: block
    }
    
    .testimonials .testimonial-content .inner-box .text {
        position: relative;
        display: block;
        padding: 37px 40px 54px;
        border: 1px solid #cdd8e6;
        border-radius: 10px;
        margin: 0 15px 45px 15px;
        transition: all .5s ease;
        background: #ffffff;
        height: 100%;
        text-align: left;
    }
    
    .testimonials .testimonial-content .inner-box .text:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 29px;
        height: 29px;
        left: 54px;
        bottom: -14px;
        transform: rotate(45deg);
        box-shadow: 1px 1px #cdd8e6
    }
    
    .testimonials .testimonial-content .inner-box .text i {
        position: absolute;
        right: 25px;
        bottom: 20px;
        color: #f9ca26;
        font-size: 40px;
        line-height: 50px
    }
    
    .testimonials .testimonial-content .inner-box .text p {
        line-height: 28px;
        color: #222;
        margin: 0
    }
    
    .testimonials .testimonial-content .inner-box .author-info {
        position: relative;
        margin-left: 40px;
        display: flex;
        align-items: center;
    }
    
    .testimonials .testimonial-content .inner-box .author-info .image-box {
        width: 50px;
        height: 50px;
        margin: 0;
    }
    
    .testimonials .testimonial-content .inner-box .author-info .image-box img {
        width: 100%;
        border-radius: 50%
    }
    
    .testimonials .testimonial-content .inner-box .author-info h5 {
        position: relative;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        color: #ffffff;
        margin: 0
    }
    
    .testimonials .testimonial-content .inner-box .author-info .designation {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;}


.testimonials .carousel-control-next:focus,.testimonials .carousel-control-next:hover,.testimonials .carousel-control-prev:focus,.testimonials .carousel-control-prev:hover{color:#000000;}

.testimonials .carousel-control-next,.testimonials .carousel-control-prev{width:5%;color:#000000;}

    @media (max-width: 767px) {
		.testimonials .carousel-inner .carousel-item > div {
			display: none;
		}
		.testimonials .carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.testimonials .carousel-inner .carousel-item.active,
	.testimonials .carousel-inner .carousel-item-next,
	.testimonials .carousel-inner .carousel-item-prev {
		display: flex;
	}
	
    
    .testimonials .carousel-inner{ display: flex;}
    .testimonials .carousel-inner .carousel-item{margin: 0; flex: 0 0 100%; transition: transform 0.5s ease-in-out;}

	/* medium and up screens */
	@media (min-width: 768px) {

		.testimonials .carousel-inner .carousel-item-end.active,
		.testimonials .carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.testimonials .carousel-inner .carousel-item-start.active, 
		.testimonials .carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.testimonials .carousel-inner .carousel-item-end,
	.testimonials .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}

/* end testimonials */


/* start cta */

.cta-section{padding: 50px 0;
background-image: linear-gradient(45deg,
rgba(0, 0,0, 0.7),
rgba(0, 0, 0, 0.7)), 
  url('../images/home/cta-bg-img.webp');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;}
.cta-wrapper .cta-item--title{
color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;}


.cta-section .ctn-social-icons a i{width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 25px;
    border-radius: 50px;
    color: #ffffff;
	margin-right:10px;
}

.cta-section .ctn-social-icons a .fa-whatsapp{background-color: #41bf50;}
.cta-section .ctn-social-icons a .fa-envelope{background-color: #ea4335;}
.cta-section .ctn-social-icons a .fa-instagram{background-color: #8a3ab9;}
.cta-section .ctn-social-icons a .fa-facebook-f{background-color:  #3b5998;}
.cta-section .ctn-social-icons a .fa-google{background-color: #4285F4;}

/* end cta */

/* start footer */
.footer{background: #fff;}
.footer .footer_in{padding: 40px 0;border-top: 1px solid #e1e1e1;}
.footer .footer-logo img{width:270px;}
.footer  .footer-heading{color: #000000;
font-family: "Roboto", Sans-serif;
font-size: 26px;
font-weight: 600;}
.footer ul li a{line-height: 30px;
font-size: 16px;
color: #54595F;
font-weight: 600;
display: flex;align-items: center;
transition: color .3s;
}

.footer ul li a:hover{color:#f9ca0d;}

.footer  ul li i{color:#008A00;}
.footer .footer-bottom{padding: 15px 0;background: #008a00;}
.footer .footer-bottom a, .footer .footer-bottom p{background: #008a00;color:#ffffff;}
/* end footer */

/*****START INNER PAGES*****/
.common-padding-inner-pages {
    padding: 50px 0;
  }
  .inner-banner-section{
    height: 270px;
    padding: 100px 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/service-page/inner-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inner-banner-header h2{
    text-shadow: 1px 2px 2px #000000;
    font-size: 48px;
    line-height: 70px;
    color: #ffffff;
    font-weight:500;
  }
  .main-inner-heading{
    font-size: 26px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .common-inner-heading{
    color: #008a00;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 50px;
    text-transform: capitalize;
  }
  .inner-page-btn a{
      background-color: #008a00;
      font-size: 16px;
      font-weight: 600;
      padding: 15px 30px;
      border-radius: 4px;
      color: #fff;
      text-align: center;
  }
  
.btn-contact-submit{
    background-color: #F9CA0D !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      border-radius: 4px !important;
      color: #008a00 !important;
      text-align: center !important;
}

.iic-app .btn-primary{
    background-color: #F9CA0D !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    color: #008a00 !important;
    text-align: center !important;
}

.iic-app .bg-primary {
    background-color: #008a00!important;
}

.iic-app legend {
    float: none;
}
.inner-page-btn a:hover{color: #fff;}
  .ins-ct-list-desc {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
  }
  .ins-ct-list-desc .fas{
    font-size: 13px;
    color: #008a00;
    margin-right: 10px;
  }
  .font-weight-bold{
    font-weight: 700;
  }
  
  /****Start About Us****/
  
  .bg-gray-color{
    background-color: #f6f6f6;
    padding: 50px 0;
  }
  .client-about-image{
      width: 284px;
      height: 300px;
      text-align: center;
  }
  .image-below-content{
      margin: -20px 0 0;
      padding: 10px;
      background-color: #f9ca0d;
      position: relative;
      z-index: 9;
  }
  .image-below-content h3{
      font-size: 22px;
      line-height: 32px;
      font-weight: 700;
      color: #222;
  }
  .image-below-content h5{
      font-weight: 400;
      color: #222;
      font-size: 1.25rem;
      line-height: 1.2;
  }
  .image-below-content p{
      font-size: 13px;
      line-height: 22px;
      font-weight: 600;
      color: #000;
  }
  
  /****End About Us****/
  
  /*****Start Inner Service Page*****/
  .bg-color-inner-heading{
    padding: 5px 5px 5px 10px;
      background-color: #008a00;
      text-align: left;
      color: #fff;
      font-size: 18px;
      font-style: normal;
      text-shadow: 0px 0px 10px rgba(0,0,0,.3);
      width: fit-content;
      text-transform: capitalize;}
  
  .bg-green-light{background-color:#F2F9F2;}

  .sub-heading-inner-pages{
    text-decoration: underline;
    color: #000;
    font-size: 18px;
      font-weight: 400;
      margin-bottom: 25px;
      margin-top: 30px;
  }
  .bg-life-insurance-inner{
    background-image: url(../images/service-page/Life-Insurance.webp);
    position: relative;
  }
  .bg-term-inner{
    background-image: url(../images/service-page/Term-LifeInsurance.webp);
  }
  .bg-permanent-inner{
      background-image: url(../images/service-page/Perment-LifeInsurane.webp);
  }
  .bg-universal-inner{
    background-image: url(../images/service-page/Universal-Lifeinsurance.webp);
  }
  .bg-participating-inner{
    background-image: url(../images/service-page/Participating-LifeInsurance.webp);
  }
  .bg-simplified-inner{
    background-image: url(../images/service-page/Simplified-Llife.webp);  
  }
  .health-insurance-bg-inner{
    background-image: url(../images/service-page/Health-Dental-Bg1.webp);
  }
  .bg-disability-inner{
    background-image: url(../images/service-page/disabilitybg.webp);
  }
  .disability-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/disability-insurance.webp);
    background-position: top !important;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-health-insurance-drugs-inner{
    background-image: url(../images/service-page/HealthDental-BG1-1-e1630065467605.webp);
    background-position: center !important;
  }
  .healthinsurance-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/Health-Dental-e1.webp);
    background-repeat: no-repeat;
  background-size: cover;
  }
  .supervisa-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/super-visa-banner05.webp);
    background-position: top;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-super-visa-inner{
    background-image: url(../images/service-page/super-visa-bg3.webp);
    background-position: center !important;
  }
  .visitor-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/Visitro-Insurance.webp);
    background-position: top;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-visitor-insurance-inner{
    background-image: url(../images/service-page/visitor-bg1.webp);
    background-position:top center !important;
  }
  .travel-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/travels.webp);
    background-position: center;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-travel-insurance-inner{
    background-image: url(../images/service-page/Travel-Bg-map.webp);
    background-position: center !important;
  }
  .bg-travel-two-inner{
    background-image: url(../images/service-page/Travel-Bg02.webp);
    background-position: center 40% !important;
  }
  .background-inner-same{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
  }
  .rrsp-tfsabg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/RRSP.webp);
    background-position: top;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-rrsp-tfsa-inner{
    background-image: url(../images/service-page/RRSP-BG.webp);
    background-position: left !important;
  }
  .bg-tfsa-inner{
    background-image: url(../images/service-page/TFSA-PageBg1.webp);
  }
  .resp-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/Backgrounds.webp);
    background-position: top;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-resp-inner-one{
    background-image: url(../images/service-page/RESP-TopBg.webp);
  }
  .bg-resp-inner-two{
    background-image: url(../images/service-page/RESP-BG2.jpg);
  }
  .bg-resp-inner-three{
    background-image: url(../images/service-page/RESP-BG1.webp);
    background-position: right;
    background-size: contain;
  }
  .contactusbg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-page/contact-us.webp);
    background-position: 29% 30%;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .internationalstudentbg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/InternationalStudent.webp);
    background-position:top;
    background-repeat: no-repeat;
  background-size: cover;
  }
  .bg-international-student-insurance-inner{
    background-image: url(../images/service-page/StudentBg-01.webp)
  }
  .object-cover{
    object-fit: cover;
  }
  .ul-bg-color{
    background-image: linear-gradient(180deg, #E3EFDE 0%, #FFFFFF 100%);
      padding: 20px !important;
      margin-bottom:0;
  }
  .inner-cta-section{
    background-color: #ebebeb;
    padding: 50px 0;
  }
  .inner-cta-section p{
    color: #008a00;
    font-size: 18px;
    font-weight: 600;
  }

  .cta-new-heading{
    color: #222 !important;
    margin-bottom: 5px;
    transition: all .5s ease !important;
    font-size: 16px !important;
    text-transform: uppercase;
  }
  /*****End Inner Service Page*****/

/* get a quote */
.get-a-quote-section{
  background-image: url(../images/get-a-quote/slide_bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.get-quote-title{
    color: #008a00;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.quote-boxs .quote-box{
padding:50px 10px;width:100%;margin:0 10px;}

.quote-boxs{display: flex;}

.quote-boxs .quote-box-one{background-color: #138FB1;}
.quote-boxs .quote-box-two{background-color: #f9ca0d;}
.quote-boxs .quote-box-three{background-color: #014783;}
.quote-boxs .quote-box-four{background-color: #84B8C5;}
.quote-boxs .quote-box-five{background-color: #E4E3E9;}

.quote-boxs .quote-box img{width:110px;height: 110px;object-fit: contain;margin-bottom:20px;}

.quote-boxs .quote-box .q-title a{
color: #020101;
font-family: "Roboto", Sans-serif;
font-size: 20px;
font-weight: 600;}

.quote-boxs .quote-box .q-title a:after{content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #047704;
    margin: 0 auto;
    margin-top: 10px;}

    .quote-boxs .quote-box-three .q-title a:after{background: #ffffff;}

.quote-boxs .quote-box .quote-btn a{
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-color: #f9ca0d;
    padding: 12px 24px;}

    .quote-boxs .quote-box .quote-btn.green-border a{border-color:#008a00;}

    .get-a-quote-section{}

/* get a quote */

/* start resp */

.resp-tabs .nav-tabs .nav-link{font-family: "Roboto", Sans-serif;font-weight: 600;
color: #008a00;font-size: 16px;padding: 10px 25px;}
.resp-tabs .tab-content{padding:20px;border: 1px solid #dee2e6;border-top: 0;}
.resp-tabs .tab-content>.tab-pane ul{
    margin-left: 15px;
    list-style-type: disc;}
/* end resp */

/* start inner page banner img */

.bg-inner-overlay{background-color: transparent;
    /*background-image: linear-gradient(180deg, #008a00 0%, #fff 100%);*/
    background-color: #008a00;
    opacity: .05;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;}


.about-bg{background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-page/AboutUs.webp);background-position: top center !important;background-repeat: no-repeat;
  background-size: cover;}
.lifeinsurancebg{background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/life-insu.webp); background-repeat: no-repeat;
  background-size: cover;background-position: center;}
.criticalinsurancebg{background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/service-page/critical-illness-banner.webp); background-repeat: no-repeat;
  background-size: cover;background-position: center;}
.bg-critical-insurance-inner{background-image: url(../images/service-page/critical-bg.webp);}
/* end inner page banner img */


/****Start Contact us****/
.inner-contact-us-wrapper{
    background-color: transparent;
    background-image: linear-gradient(-90deg, #fff 50%, #f9ca0d -70%);
    opacity: .85;
}
.form-control {
	border-color: #dedede;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px !important;
	color: #444 !important;
	font-size: 14px !important;
	background-color: #fff;
	border: 1px solid #dedede;
	color: #767677;
	padding: 6px 22px;
	line-height: normal;
	font-weight: 400 !important;
	height: 50px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	outline: none;
}
.contact-page form textarea {
	border-color: #dedede;
	border-radius: 6px;
	color: #444 !important;
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 6px 22px;
	font-weight: 400 !important;
	height: 140px;
	width: 100%;
}
.form-control:focus {
	border-color: #dadce1;
	box-shadow: none;
}

.form-group {
	margin-bottom: 28px;
}

.fa-icon {
    border-radius: 50%;
    font-size: 15px !important;
    width: 35px !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9ca0d;
    color: #fff !important;
}
.icon-list-text{
    color: #fff;
}
.contact-info h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.common-contact-heading{
    color: #008a00;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 35px;
}
.social-icon-list-icon{
    border-radius: 50%;
    background-color: #f9ca0da6;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.social-icon-list-icon:hover {
    opacity: .9;
    color: #fff;
}
.social-icon-list-icon i{
    font-size: 22px;
}
.left-part{
    background-color: #fff;
    padding: 50px;
}
.right-part{
    padding: 50px !important;
    background-image:linear-gradient(45deg,
                    rgba(0, 138, 0, 0.8),
                    rgba(0, 138, 0, 0.8)), 
     url('../images/contact-page/contact-us-side-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-list-items{
    margin-top: 20px;
    margin-bottom: 20px;}

.inner-contact-us-wrapper .form-control{font-size:16px !important;}

.inner-contact-us-wrapper .form-group{margin-bottom:30px !important;}



/****End Contact us****/


/*****Start Privcy Policy***/
.privacy-policy-inner-main-heading{
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 53px;
}
.privacy-policy-inner-main-heading::after{
    content: '';
    border-bottom: 2px solid #008a00;
    width: 180px;
    display: block;
    margin-top: 10px;
}
.privacy-policy-inner-sub-heading{
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 53px;
    margin-top: 30px;
}
.inner-privacy-policy-wrapper a:hover, .inner-privacy-policy-wrapper a{
    color: #008a00;
}
/*****End Privcy Policy***/
  /*****END INNER PAGES*****/





  /****MEDIA QUERY****/
@media(max-width:1025px){
  .header .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
  }
  .services-section .services-box img{
    object-position: initial !important;
  }

  .padding-both-side {
    padding: 0 30px;
  }
  .banner-br-none{
    display: none;
  }
}

@media(min-width:1025px){
.testimonials .carousel-control-prev{left:-30px;}
.testimonials .carousel-control-next{right:-30px;}   
.testimonials .testimonial-content .inner-box .text{min-height: 320px;}
}


  @media(max-width:992px){
    .margin-top-set-responsive{
        margin-top: 30px !important;
    }
    .main-inner-heading{
        line-height: 1.4;
    }
    .about-bg{
      background-position: right !important;
    }
    .lifeinsurancebg{
      background-position: left !important;
    }
    .disability-bg{
      background-position: left !important;
    }
    .inner-banner-header h2{
      font-size: 33px;
    line-height: 45px;
    }
    .travel-bg{
      background-position: left !important;
    }
    .mt-responsive{
      margin-top: 40px;
    }
    .supervisa-bg{
      background-position: left !important;
    }
    
    .visitor-bg{
      background-position: left !important;
    }
    .bg-rrsp-tfsa-inner{
      background-position: right !important;
    }
    .bg-resp-inner-three{
      background-image: unset;
    }
    .resp-bg{
      background-position: right !important;
    }
    .quote-boxs{
      flex-wrap: wrap;
    }
    
  .ctn-social-icons{
    justify-content: center;
  }
  .banner-section .carousel-item{
    z-index: unset;
  }
  .banner-section .btn-box .btn-all-typo{
    z-index: unset;
    padding: 11px 20px !important;
  }
  .btn-typo-2{
    margin-left: 30px;
  }
  .banner-section .content-box h1{
    font-size: 50px;
    line-height: 55px;
  }
 
  .navbar-light .navbar-toggler .fa-bars{
    color: #000 !important;
  }
 
 .ct-header-top-info{
    justify-content: space-between !important;
  }
 
}

 @media(max-width:991px){
     
.header-right-btn .bcat-btn{
    margin-bottom: 20px;
  }
  
   .mobile-toogle-bg-responsive{
   background-color: #fff !important; 
  }
  
   .top-header{
    background: #008a00;
  }
  
   .header-icon-bar{
    margin-bottom: 20px;
  }
  
   header .top-header-num{
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding: unset;
  }
  .top-header .border-right{
    border: unset;
    padding: unset;
  }
  
  .header .navbar-light .navbar-nav .nav-link{
    text-align: left !important;
    padding: 0 !important;
  }
  
   .header-right-btn .h-iq-btn{
    padding: 11px 20px;
  }
  
  .header .navbar{
    z-index: 111;
  }
  .header-icon-bar a{
    color: #fff;
  }
 
  .life-insurance-banner > img{object-position: right center !important;}
     
.services-section .services-box{
    width: 50%;
  }
  
 .why-us .client-about-image{width:500px;}
 
 #logs-carousel,#logs-carousel-two, #carouseltestimonials{padding: 0 30px;}
 .testimonials .testimonial-content .inner-box .text{min-height: 220px;}
 
 .footer .footer-logo img{width:100%;}
 .margin-top-responsive{margin-top:30px !important;}
 
 .object-cover{height:100%;}
 
 .navbar-collapse{
    position: absolute;
    top: 76px;
    background: black;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 30px;
    z-index: 111111;
  }
  
  .header .navbar-collapse .navbar-nav>.nav-item{padding: 10px 0;}
  
  .our-suppliers .card img{width: 130px;}
 }

@media(min-width:992px) and (max-width:1200px){
        .header-right-btn .bcat-btn {margin-bottom: 0px;}

.navbar-collapse{padding:0px;top:0;}

.header .navbar-nav>.nav-item{padding: 15px 7px;}

.header-right-btn .h-iq-btn{
    padding: 11px 20px;
  }
  
  .header .navbar-light .navbar-nav .nav-link{padding: 0;}
}


.inner-banner-section{text-align: center;} 

.inner-banner-section .inner-ct-breadcrumb{display:none !important;}

/*plugin custom css*/

.dhi-quote .grid-view-table-section .plan-section {height: 73% !important;}
.dhi-quote .btn:focus, .dhi-quote .btn.focus {
    box-shadow:none !important;
}

.dhi-quote .grid-view-table-section .plan-section img {
    height: 50px;
    width: 100% !important;
    object-fit: contain;
}

.dhi-quote .life-insurance-quotetwo-wrapper .go-btn-padding {padding-top: 35px !important;}
.dhi-quote .life-insurance-quotetwo-wrapper .go-btn-padding .quote-btn{border-radius:0;}
.dhi-quote .life-insrance-three-table td img{width:180px;}
table#rates-table {display: table !important;}



#print_data > table tr td[align="right"]{display:none;}
#print_data .quote-selection{width:100%}
#print_action_life_laravel{margin-bottom:30px;}
.life-insrance-three-table > .container .email-section{text-align:right;}





