.google-review-5-stars-review-svg-sm {
  width: 70px;
  height: 25px;
}
.rating-text-sm {
  font-size: 14px;
}


  @media (min-width: 768px) {
    .tag-strip-wrapper{
      position:relative;
    }
    .carousel-arrow.nav-carousel-arrow-prev{
     position: absolute;
    left: 0px;
      top: 10px;
    }
    .carousel-arrow.nav-carousel-arrow-next{
      position: absolute;
      right: 0px;
      top: 10px;
    }
    
  }


.broker-tip-box-a {
  background-color: #fff6f6;
  border-radius: 7px;
  border: 1px solid #ff8181;
}
a.breadcrumb-home-link:hover {
  background-color: transparent;
  text-decoration:none;
}
.breadcrumb-home-icon path {stroke:#777777; transition:fill 0.3s ease}

a.breadcrumb-home-link:hover .breadcrumb-home-icon path{stroke:#e00000}
.filter-grayscale {filter: grayscale(100%);}

.p-sm-text-line-height{line-height: 17px}
@media (max-width: 478px) {
	.sm-icon {
	  width: 27px;
	  height: auto;
	}
}
.form-control-input{
	flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
	outline: 0;
	    display: block;
height: calc(2.5em + .75rem + 2px);
  padding: 5px;
    padding-left: 5px;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.scroll-btn:not(:disabled) {
  opacity: 1 !important;
  cursor: pointer !important;
}

.scroll-btn {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: none;
    box-shadow:none;
    background-color: transparent;
    margin: 0 4px;
}
a.tbo-link {
transition: all 0.15s ease;

  border-radius: 30px;
  padding: 2px 15px;
  text-decoration:underline;
  color: #666666;
}
a.tbo-link:hover{
  color: #e00000;
  text-decoration: none;
   background: transparent;
  transform: translateY(-5px);
  border-color: #333333;
  background-color:#ffffff;
}

/** tag container +scroll **/
/* Tag Container with Custom Scrollbar */
.tag-container-scroll {
  display: flex;

  overflow-x: scroll;
  padding: 16px 0;
  scrollbar-width: thin;
  scrollbar-color: #777777;
}

/* Custom Scrollbar for Webkit Browsers */
.tag-container-scroll::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 10px;
  margin: 0 20%;
}
.tag-container-scroll::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 10px;
  margin: 0 20%;
}

.tag-container-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.tag-container-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #4f46e5, #7c3aed);
}



.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.btn-light:hover {
  color: #fff;
  background-color: #777;
  border-color: #999;
}
.hero-sm-text {
  font-size: 18px;
} 
a.hero-phone-no {color:#e00000; text-decoration: none;}
a:hover.hero-phone-no {text-decoration: underline; background-color: transparent;}


.author-photo {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}


    .provider-logo-img {
   height: auto;
  display: block;
  object-fit: cover;
  max-width: 135px;
}
.hero-sm-text {
  font-size: 17px;
}
.p-link a {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 768px) {
.p-link a {
  font-size: 13px;
  font-weight: normal;
}
}
.hero-image-container{
   top: 31%;
   left:0;
   right:0;
  z-index: -9999;
  display: block;
}
  .hero-illust{width: 100%;
  height: 565px;
  display: block;
  object-fit: cover;
}

@media (max-width:439px) {
	.provider-logo-img {
	  width: 80px;
	  height: auto;
	}
}
.author-badge-container {
		border: 1px solid #e8e8e8;
	border-left:3px solid #e00000;
		}
		
		
		@media (max-width:767px) {
.red-line-btw-text.red-line-none {display:none;}

.author-name-width {
    width: 100%;
    display: block;
  }
}

	.author-p-detail .text-muted {color:#000000; font-size: 16px}
	.author-p-detail {position: relative;}
.author-p-detail .text-muted:not(:first-child) {
  position:relative;
  margin-left:16px
}
.author-p-detail .text-muted:not(:first-child):before {
  content:"❘";
 font-size: 16px;
 color:#e00000;
  position:absolute;
  left:-10px;
  top: 0px;
 line-height: 1.3;
}
.author-p-detail .text-muted:nth-child(2) {
  position: relative;
  margin-left: 0px;
}
.author-p-detail .text-muted:nth-child(2):before {
		display:none;
	}
@media (min-width: 442px) {
	.author-p-detail .text-muted:nth-child(2):before {
		display:block;
	}
	.author-p-detail .text-muted:nth-child(2) {
  position: relative;
  margin-left: 16px;
}
}
@media (max-width: 441px) {
.d-xs-block {display:block}
}
@media (max-width: 337px) {
.author-p-detail .text-muted {color:#000000; font-size: 16px}
}
.author-p-detail a, .author-p-detail a:hover{font-weight:400;}

.author-p-detail {line-height: 1.4}
    .red-line-btw-text {
  color: #e00000;
  display:inline;
  font-weight: bold;
    }


.compare-section {
    padding: 0px 0;
    text-align: center;
}

.c-section-title{
    font-size: 27px;
    font-weight: bold;
    margin:0;
}

.compare-step-card {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 32px 24px 24px;
    background: #fff;
    height: 100%;
    text-align: left;
}
.div-box-md{
    width: 991px;
    max-width: 100%;
    margin:0 auto;
}
.step-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #666666;
  color: #fff;
  font-weight: bold;
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (min-width: 768px) {
  .step-badge {
position: absolute;
  top: -38px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #666666;
  font-size: 30px;
  }
}

.step-title {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.step-body {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}


.compare-subtext {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: #444;
}

.btn-compare {
    background: #e60000;
    border-color: #e60000;
    padding: 10px 32px;
    font-weight: 600;
    font-size: 1rem;
}

.btn-compare:hover {
    background: #cc0000;
    border-color: #cc0000;
}


@media (max-width: 768px) {
    .compare-step-wrapper {
      margin-bottom: 20px;
    }
    .c-section-title{
        font-size: 25px;
        font-weight: bold;
        margin:0;
    }
}
.new-type-C.stepNo-icon {
  width: 90px;
}

.cta-container{
	background-color: #f8f8f8;
    border-radius: 0px;
    border: 1px solid #efefef;
	max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
 @media (min-width: 768px) {
    .cta-container{
        border-radius: 10px;
        max-width: 100%;
        width: 1148px;
    }
}
/***5 star review */
/* ===== Heading ===== */
.google-reviews .reviews-header { margin-bottom: 32px; }
.google-reviews .reviews-rating-score { font-size: 38px; font-weight: 800; line-height: 1; }
.google-reviews .reviews-rating-stars { color: #e60000; font-size: 20px; }
.google-reviews .reviews-rating-text { font-size: 15px; color: #555; }
.google-reviews .reviews-rating-link { font-size: .9rem; font-weight: 600; color: #e60000; }
.google-reviews .reviews-rating-summary { border-left: 0px solid #e1e1e1; padding-left: 0px; }
@media (min-width:768px){
  .google-reviews .reviews-rating-summary { border-left: 1px solid #e1e1e1; padding-left: 20px; }
}


.google-reviews .review-card{
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background: #fff;
  height: 200px;
  overflow: hidden;
}
.google-reviews .review-card .card-body{
  height: 100%;
  overflow-y: auto;
  padding: 12px;
  box-sizing: border-box;
}
.google-reviews .review-avatar { width: 60px; height: 60px; border-radius: 50%; }
.google-reviews .review-name { font-size: 14px; font-weight: bold; line-height: 15px; }
.google-reviews .review-date { font-size: 12px; color: #777; margin-bottom: 6px; }
.google-reviews .review-stars { color: #e60000; font-size: .9rem; margin-top: -14px; }
.google-reviews .review-text { font-size: .85rem; color: #444; margin-bottom: 0; }

/* ===== Carousel: ALWAYS single row ===== */
.google-reviews .reviews-carousel-viewport{ overflow: hidden; }
.google-reviews .reviews-carousel-track{
  display: flex;
  flex-wrap: nowrap;         /* ✅ 무조건 한 줄 */
  transition: transform 260ms ease;
  will-change: transform;
}
.google-reviews .reviews-carousel-item{
  flex: 0 0 100%;            /* mobile: 1 card */
  padding: 0 8px;
  box-sizing: border-box;
}

/* tablet: 2 cards */
@media (min-width:576px){
  .google-reviews .reviews-carousel-item{ flex-basis: 50%; }
}

/* desktop: 4 cards */
@media (min-width:992px){
  .google-reviews .reviews-carousel-item{ flex-basis: 25%; }
}

/* ===== Nav ===== */
.carousel-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.carousel-arrow:hover {
  border: 1px solid #acaaaa;
  background: #f8f8f8;
}
/* Arrows via ::before (JS가 클릭 이벤트만 붙이면 됨) */
.carousel-arrow{
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  position: relative;
  padding: 20px;
}
.carousel-arrow::before{
  position: absolute;
  inset: -7px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  color: #333;
  content: "";

}
.carousel-arrow-prev::before{ content: "‹"; }
.carousel-arrow-next::before{ content: "›"; }

/* Dots */
.carousel-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6d6d6;
  border: 0;
  margin: 0 6px;
  cursor: pointer;
  padding: 0;
}
.carousel-dot.is-active{
  width: 10px;
  height: 10px;
  background: #9e9e9e;
}

/***End 5 star review */


.quick-facts-source {
    font-size: 13px;
    margin-top: 16px;
    color: #666;
}


  /* static box */
.quick-facts-stats {
    margin-top: 32px;
}

.quick-stat {
    border-right: 1px solid #d7d7d7;
}

.quick-stat:last-child {
    border-right: none;
}
.quick-stat-value {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}
  @media (min-width: 768px) {
    .quick-stat-value {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 4px;
}
  }


.quick-stat-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}


  @media (max-width: 768px) {
    .quick-stat {
        margin: 2%;
        width: 30%;
        flex: 1 1 auto;
        border: 1px solid #ececec;
        border-radius: 12px;
        background-color: #fdfdfd;
        padding: 12px;
    }
  }
  .bg-linear-gradient-type-a {

  background: hsla(0, 0%, 97%, 1);
  background: linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 46%, hsla(0, 0%, 100%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 46%, hsla(0, 0%, 100%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 46%, hsla(0, 0%, 100%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F8F8F8", endColorstr="#F8F8F8", GradientType=1 );
}
 .qick-fact-container > .quick-facts-image-container { display: flex; min-height: 200px;
}

	.quick-facts-image {
		border-radius: 10px 10px 0px 0px;
		width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
	}
  @media (min-width: 768px) {
	.quick-facts-image {
		border-radius: 20px;

	}
}

/** Recent quotes widget */
  @media (max-width: 768px) {
.savings-container {
 background-color: #efefef;
  color: #000000;
  border-radius: 12px;
  border: 1px solid #ddd;
  line-height: 1.2;
  margin: 0 -10px;
}
  }
        .savings-container {
        background-color: #efefef;
        color: #000000;
        border-radius: 12px;
        border: 1px solid #ddd;
        line-height: 1.2;
        margin: 0;

        }
  

  .recent-quotes-title {
    font-weight: bold;
    margin-bottom: 27px;
  }

  .recent-quotes-card {
    border-radius: 16px;
    background: #fbfbfb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    border: 10px solid #ffffff;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }
.wider-widget-container{
    max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
  .quote-meta-label {
      font-size: 16px;
        text-transform: uppercase;
        color: #000000;
  }

  .quote-meta-value-location, .quote-meta-value-vehicle {
    font-size: 14px;
    font-weight:bold;
  }
.quote-company {
  height: 166px;
}
  .quote-company.best {
    border: 2px solid #e60000;
    background: #fff;
    position: relative;
  }
    .quote-company {
        border-radius: 12px;
        background: #ffffff;
        padding: 14px 18px;
        border: 1px solid #e4e4e4;
        
    }
  @media (min-width: 1200px) {
     .quote-company, {height:150px}
    .quote-company {
        border-radius: 12px;
        background: #ffffff;
        padding: 14px 18px;
        border: 1px solid #e4e4e4;
        text-align: center;
    }
  }

  .quote-company-best-badge {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #e60000;
    color: #fff;
    font-size: .7rem;
 padding: 2px 12px;
  border-radius: 50px;
  }

.dotted-line 
{ 
    border-top: 1px dotted #000; margin: 0;padding: 6px 0;
    
}

.quote-company-name {
  font-size: 16px;
  margin-top: 4px;
  line-height: 1.4;
  height: 56px;
  font-weight: bold;
  line-height: 1.2 !important;
  align-items: center;
  display: inline-flex;

}

.quote-company-price {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2 !important;
}



.quote-company-price-mth {
font-size: 16px;
font-weight: bold;
}

@media (min-width:421px) {

.quote-company-price {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2 !important;
}
.quote-company-price-mth {
font-size: 18px;
font-weight: bold;
}

}

  .quote-company-price small {
    font-size: 13px;
    font-weight: bold;
  }


  .quote-savings-label {
    font-size: 18px;
    color: #333333;
  }

  .quote-savings-value {
    font-size: 29px;
    font-weight: bold;
  }

.row > .recent-quotes-image {
  display: flex;
  min-height: 200px;
}


  .recent-quotes-image img {
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
  }


  .quotes-slider {
    position: relative;
  }


  .quotes-slider input[type="radio"] {
    display: none;
  }

  .quotes-slides {
    position: relative;
  }

  .quote-slide {
    display: none;
  }

  .quote-slide-active {
    display: block;
  }

  /*(dots) */
  .quotes-dots {
    text-align: center;
    margin-top: 16px;
  }

  .quotes-dots label {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
  }

  

	
/** End Recent quotes widget */

/** new table */
.pc-table{
    width: 100%;
    background-color: transparent;
}
.pc-table tbody:first-of-type tr:first-child td {
  border-top: 0 !important;
}
 .pc-table tr:hover {
  background-color: #f4f4f4;
}

.pc-table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.pc-note{ margin:0 0 10px; font-size:16px; color: rgba(0,0,0,.75); }

.pc-state{
    display:block;
    height:0;
    overflow:hidden;
    position:relative;
    top:-12px;
}
.pc-shell{
    border-radius: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.pc-clip{
    overflow:hidden;
    max-height: 206px;
    transition: max-height .35s ease;
}

#pc-more:target ~ .pc-shell .pc-clip{ max-height: 2000px; }
#pc-less:target ~ .pc-shell .pc-clip{ max-height: 206px; }


.pc-table{ margin:0; }
.pc-table thead th{
    background: #ffffff;
    border-bottom: 2px solid #e00000;
    font-weight: 700;
    color: rgba(0,0,0,.75);
    padding: 14px 18px;
    white-space: nowrap;
    border-top: 0;
    text-align: left;
}
.pc-table tbody td{
    border-top:1px solid rgba(0,0,0,.10);
    padding:14px 18px;
    color:rgba(0,0,0,.78);
    vertical-align:middle;
    text-align:left
}
.pc-footer{
    padding:12px 18px 16px;
}

.pc-btn{
    cursor: pointer;
    padding: 0.3%;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #777777;
    border-radius: 7px;
    width: 100%;
    max-width: 175px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.pc-btn:hover{ color: #e00000;
    text-decoration: none;
    background-color: #ffffff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
}

/* toggle button */
.pc-btn.less{ display:none; }
#pc-more:target ~ .pc-shell .pc-btn.more{ display:none; }
#pc-more:target ~ .pc-shell .pc-btn.less{ display:inline-block; }
#pc-less:target ~ .pc-shell .pc-btn.more{ display:inline-block; }
#pc-less:target ~ .pc-shell .pc-btn.less{ display:none; }
.pc-source{
    margin:10px 0 0;
    font-size:14px;
    color:rgba(0,0,0,.6);
    font-style: italic;
}
@media (max-width: 576px){
    .pc-table thead th, .pc-table tbody td{ padding:12px; text-align:left; }
  
    .pc-clip{ max-height: 360px; }
    #pc-less:target ~ .pc-shell .pc-clip{ max-height: 360px; }
}


.box-shadow-container{
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid #efefef;
    border-radius: 5px;
}
.checkmark {
     width: 20px;
    height: auto;
}
.checkmark-sm{
    width: 12px;
    height: auto;
}
.check-item{
  margin-bottom:34px;
}
.check-badge{
			width: 25px;
		  height: 25px;
		  border-radius: 50%;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  background: #e00000;
		  color: #fff;
		  font-weight: bold;
		  flex: 0 0 25px;
		}
.wrapping-container{
	  border: 1px solid #dbdbdb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.border-top-red-7px {
  border-top: 7px solid #e00000;
}

		.check-item-desc{
		  font-size:16px;
		  color:rgba(0,0,0,.65);
		  line-height:1.45;
		  margin:0;
		}
a.borker-linkedin-link:hover {
background-color:transparent;
}
@media (max-width: 576px){
.borker-linkedin-icon {
  width: auto;
  height: 18px;
}
}	

.bc-clip{
  overflow:hidden;
  transition: max-height .35s ease;
  max-height: 480px
}

/* "more"target */
#bc-more:target ~ .pc-shell .bc-clip{
  max-height: 2000px;
}

/* */
.bc-more-row{
  display:none;
}

/*  */
#bc-more:target ~ .pc-shell .bc-more-row{
  display:table-row;
}



/**/
#bc-more:target ~ .pc-shell .pc-btn.more{ display:none; }
#bc-more:target ~ .pc-shell .pc-btn.less{ display:inline-block; }



.discount-container {margin-bottom: 0px;}
@media (min-width: 576px) {
.discount-container {margin-bottom: 30px;}
}
.discounts-product-icon{
	width: 100%;
max-width: 100px;
height:60px;
}
.card.discount-card {position:relative; overflow:hidden}
.discounts-section{
  padding: 60px 0;
  background: #fff;
}
.discount-card{
  border: 0px solid #efefef;
  border-radius: 10px;              
  overflow: hidden;
  position: relative;
  height: 100%;
}

.discount-card .card-body{
 padding: 18px 18px 18px 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.discount-heading a{
  font-size: 18px;
  color: #e00000;                    
  text-decoration:none;
}
  .discount-heading a:hover{
  font-size: 18px;
  color: #e00000;                   
  text-decoration:underline;
  background-color: transparent;
}
.discount-sub{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.72);
  line-height: 1.35;
 
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.why-icon {
  width: 200px;
  height: 70px;
  width: auto;
}


/**tabs */

@media (max-width: 576px) {
    .pc-table.fixed-width-mobile thead th {
        width: 62%;
        table-layout: fixed;
        white-space: normal;
    }
}
#inside-contents-tabs-accordion .lt-tab:after{
  content: "▾";
  display:flex;
  position: absolute;
  top:50%;
  right:20px;
  font-size: 21px;
  line-height: 1;
  transform:translateY(-50%);
  transform-origin: 50% 50%;
}
  #inside-contents-tabs-accordion .lt-tab.active::after{ 
  transform: translateY(-50%) rotate(180deg)

}




.tabs-button-h3, .tabs-button {
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
  font-size: 16px;
  text-wrap: wrap;
}
#inside-contents-tabs-accordion .lt-card{
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  overflow:hidden;
  padding: 5px;
}



#inside-contents-tabs-accordion .lt-tab{
 position: relative;
  display:flex;
  align-items:left;
  justify-content:left;
  white-space:nowrap;
margin-bottom: -1px;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px 5px 5px 5px ;
 border: 1px solid transparent;
  margin-bottom: 5px;
  /*! text-align: left; */
}
@media (min-width: 991px) {
  #inside-contents-tabs-accordion .lt-tab:after{
display:none;
}
#inside-contents-tabs-accordion .lt-tab.less::after {
display:none;}
  #inside-contents-tabs-accordion .lt-tabs{
  display:flex;
  gap: 5px;
}

  .tabs-button-h3, .tabs-button {
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  border-radius: 12px 12px 0 0;
  margin: 0;
  font-size: 16px;
  text-wrap: wrap;
}
  


  #inside-contents-tabs-accordion .lt-tab{
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
margin-bottom: -1px;
  width: 24.6%;
  background-color: #efefef;
  border-radius: 12px 12px 0 0;
 border: 1px solid transparent;
}

}

#inside-contents-tabs-accordion .lt-tab:hover{ 
color: #e00000;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none; 
border: 1px solid  #e9ecef;

}
#inside-contents-tabs-accordion .lt-tab.active{
background-color: #444444;
  border: 1px solid #444444;
}
#inside-contents-tabs-accordion .lt-tab.active:hover{ 
color: #ffffff;
background-color: #333333;
}
#inside-contents-tabs-accordion .lt-body{
  padding: 0px;
}

#inside-contents-tabs-accordion .lt-card-padding{
  padding: 15px;
}
@media (min-width: 991px) {
#inside-contents-tabs-accordion .lt-card-padding{
  padding: 34px 34px 28px;
}
}

.lt-tab {
  color: #000; 
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}

.lt-panel {
  display: none;
}
.lt-panel.active {
  display: block;
}
.lt-tab.active {
  background:#444444;
  color:#fff;
  box-shadow:none;
}

    /**end tabs */


    /** on this table */
    .slide-menu {
  width: 100%;       
   
background-color: #ececec;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border: 1px solid #ececec;
  overflow: hidden;
  font-size: 14px;
}

 

.sidebar-right{
position: sticky;
  top: 70px;
  left: 0;
  max-width:100%;
  z-index:+99999999;	
  height: 0;
  display: block;	
    margin: 20px 0 60px 0;				
}

@media (min-width:992px) {
/***sticky ***/
.slide-menu {   
  overflow: hidden;
  font-size: 14px;
  border-radius: 0.25rem;
  max-width: 200px;
  left: 0;
    top: 0;
 position: sticky;
}
}

a.breadcrumb-home-link {
   text-decoration: none;
}



@media (min-width:1200px) {
.sidebar-right{
  max-width:200px;	
    left: 0;
    top: 0;
  position: sticky;		
}
}

@media (min-width:1920px) {
.sidebar-right{
	  left: 0;
    top: 0;
position: sticky;
  max-width:300px;				
} 
}



@media (min-width:3840px) {
.sidebar-right{
position: sticky;
  left: 15%;
  max-width:400px;
  margin: 0;				
} 
}

 .sticky-content {position: relative;}



/* hide check box*/
.menu-toggle {
  display: none;
}

/* toc menu header click */
.menu-header {
  padding: 10px 14px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0;
  color:#333;
}

/*hover */
.menu-header:hover {
  background:#ccc;
}

/* arrow shap */
.menu-header .chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ffffff; 
  transition: transform 0.25s ease;
}

/* arrow  */
.menu-toggle:checked + .menu-header .chevron {
  transform: rotate(180deg);
}

/* slider default: closed slider */
.menu-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* slide down if checked */
.menu-toggle:checked ~ .menu-body {
  max-height: 400px; 
  overflow-y: auto;
}

/* toc menu item style */
.menu-item {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width:768px) {
.menu-item {
  font-size: 14px;
}
}
a.menu-item:hover {
  background:transparent;
  text-decoration: underline;
  color:#e00000;
}
   /**end on this table */


.badge-img {
  width: 19px;
  height: 19px;
}
 .title-wrapper{
  width: 100%;
  padding: 10px 20px;
  background-color: #777777;
  border-radius: 10px 10px 0 0;
  color: #fff;
 }
 @media (min-width:768px) {  
 .title-wrapper{
  width: 80%;
  padding: 10px 20px;
  background-color: #777777;
  border-radius: 30px 100px 0 0;
  color: #fff;
 }
}
 @media (min-width:1200px) {    
 .title-wrapper{
  width: 50%;
  padding: 10px 20px;
  background-color: #777777;
  border-radius: 30px 100px 0 0;
  color: #fff;
 }
  }
.pc-shell.no-border-radius-lr {
  border-radius: 0 0 10px 10px;
}
.extra-mb {
  margin-bottom:7%;
}
.quote-savings-value small {
  font-size: 16px;
  font-weight: bold;
}

 .advisor-call {display: block;
  flex-direction: column;
  align-items: flex-start;
  gap:2px;
  white-space: normal;
 font-size:18px;
}

advisor-text, .advisor-call {display: block; line-height: 1.7}
@media (min-width:485px){
.advisor-call {
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  white-space: nowrap;
  font-size:20px;
  flex-direction: initial;
}
}

 @media (max-width:361px) {    
.call-num.black-txt.xs-mobile{
  font-size: clamp(16px, 10vw, 16px);
}
}
 @media (max-width:343px) {    
.call-num.black-txt.xs-mobile{
  font-size: clamp(16px, 10vw, 17px);
}
}
.phone-icon.md-phone {
  position: relative;
  top: 4px;
  left: unset;
}
.no-absolute-p-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

:root {
  --content-width: 1200px;
  --left-width: 260px;
  --gap: 24px;
}

/* ===== Desktop layout ===== */
.page {
  display: grid;
  grid-template-columns:
    minmax(var(--left-width), 1fr)
    minmax(0, var(--content-width))
    1fr;
  width: 100%;
  position: sticky;
    top: 70px;
    z-index: 10000;
    align-self: start;
}

.main-content {
  grid-column: 2;
}

/* Left box never overflows */
.left-box {
  grid-column: 1;
  justify-self: end;
  width: var(--left-width);
  margin-right: var(--gap);
}


@media (max-width: calc(1180px + 260px + 48px)) {
  .page {
    display: block;
  }

  .left-box {
    width: 100%;

  }

  .main-content {
    max-width: 1180px;
    margin: 0 auto;
  }
}

	.vc-clip {
  overflow: hidden;
  max-height: 464px;
  transition: max-height .35s ease;
}
	.cc-clip {
  overflow: hidden;
  max-height: 464px;
  transition: max-height .35s ease;
}
    	#vc-more:target ~ .pc-shell .vc-clip{ max-height: 2000px; }
#vc-less:target ~ .pc-shell .vc-clip{ max-height: 464px; }
#vc-more:target ~ .pc-shell .pc-btn.more{ display:none; }
#vc-more:target ~ .pc-shell .pc-btn.less{ display:inline-block; }
#vc-less:target ~ .pc-shell .pc-btn.more{ display:inline-block; }
#vc-less:target ~ .pc-shell .pc-btn.less{ display:none; }
@media (max-width: 576px){
    #vc-less:target ~ .pc-shell .vc-clip{ max-height: 464px; }
}

    	#cc-more:target ~ .pc-shell .cc-clip{ max-height: 2000px; }
#cc-less:target ~ .pc-shell .cc-clip{ max-height: 464px; }
#cc-more:target ~ .pc-shell .pc-btn.more{ display:none; }
#cc-more:target ~ .pc-shell .pc-btn.less{ display:inline-block; }
#cc-less:target ~ .pc-shell .pc-btn.more{ display:inline-block; }
#cc-less:target ~ .pc-shell .pc-btn.less{ display:none; }
@media (max-width: 576px){
    #cc-less:target ~ .pc-shell .cc-clip{ max-height: 464px; }
}

.report-h3{background-color: #f6f6f6; border-left: 3px solid #e00000;}
.red-dot-top-line{
  border-top: 2px dotted #e00000;
  margin-top: 2rem;}
.section-type-top-red-border{
	position: relative;
	background: #fff;
	padding: 30px 15px;
	margin-top: 30px;
	border-top: 3px solid #e00000;
  border-bottom: 3px solid #e00000;
}
.call-info {
	font-weight: 700
}
@media (min-width:768px) {
	.section-type-top-red-border {
		padding: 40px 50px;
		margin-top: 0;
	}
}

  #vc-less:target ~ .pc-shell .vc-clip {
  max-height: 378px;
}
.vc-clip {
  overflow: hidden;
  max-height: 378px;
  transition: max-height .35s ease;
}

  #cc-less:target ~ .pc-shell .cc-clip {
  max-height: 378px;
}
.cc-clip {
  overflow: hidden;
  max-height: 378px;
  transition: max-height .35s ease;
}
  #pc-less:target ~ .pc-shell .pc-clip {
  max-height: 393px;
}
  .pc-clip {
  overflow: hidden;
  max-height: 393px;
  transition: max-height .35s ease;
}
  .quick-facts-image {
  border-radius: 20px;
  width: 100%;
  max-height:360px;
  height: 100%;
  object-fit: cover;
  display: block;
}
  .border-radius-10px {
  border-radius: 10px;
}
.bg-graph {background-image: url('https://think-dev.ca/pre-staging/images/graph-background-1.png'), linear-gradient(180deg,rgb(241, 241, 241) 0%, rgb(209, 209, 209) 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: 70% 30%, cover;
  background-color: #f2f2f2;
  background-position: bottom center;
}
.key-container{border-radius: 10px;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  margin: 0 auto
}
@media (min-width: 1200px) {
  .title-wrapper {
    width: 85%;
    padding: 10px 20px;
    background-color: #777777;
    border-radius: 30px 100px 0 0;
    color: #fff;
  }
}
.accent-container{
  background-color: #f8f8f8;
  border-radius: 5px;
}
.sticky-wrapper {
  position: sticky;
  top:70px;
  z-index: 10000;
  width:100%;
}
@media (min-width:992px) {
/***sticky ***/
.slide-menu {   
  overflow: hidden;
  font-size: 14px;
  border-radius: 0.25rem;
  max-width: 200px;
  left: 15px;
    top: -10px;
 position: absolute;
}
}
@media (max-width: 991px){
.navbar-menu {
position: fixed;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
background-color: #fff;
z-index: 9999999;
top: 0;
}
}
.check-item {
    margin-bottom: 25px;
}
  .bg-linear-gradient-type-a {

background: hsla(0, 0%, 97%, 1);

background: linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 60%, hsla(0, 0%, 100%, 1) 60%, hsla(0, 0%, 100%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 60%, hsla(0, 0%, 100%, 1) 60%, hsla(0, 0%, 100%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(0, 0%, 97%, 1) 0%, hsla(0, 0%, 97%, 1) 60%, hsla(0, 0%, 100%, 1) 60%, hsla(0, 0%, 100%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F8F8F8", endColorstr="#F8F8F8", GradientType=1 );
}
/** remove .sidebar-right in modular.css */
.hero-image-container {
  top: 18%;
  left: 0;
  right: 0;
  z-index: -9999;
  display: block;
}

.recent-quotes-card {
    border-radius: 16px;
    background: #fbfbfb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    border: 10px solid #ffffff;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 421px) {
    .quote-company-price {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2 !important;
    }
}
@media (min-width: 1200px) {
    .quote-company {
        height: 170px;
        border-radius: 12px;
        background: #ffffff;
        padding: 14px 18px;
        border: 1px solid #e4e4e4;
        text-align: center;
    }
}
.quote-savings-value {
    font-size: 25px;
    font-weight: bold;
}

@media (min-width: 1500px) {
.g-bg-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
}
html {
    overflow-x: clip;
}
@media (min-width: 992px) {
.wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns:1fr minmax(0px,1200px) minmax(220px, 1fr);
    grid-template-areas:
    "header header header"
    "hero hero hero"
    "... main sidebar"
    "footer footer footer";
    
}


.div-box {
    max-width:1180px;
    width:auto;
    min-width: 0;
}



.sidebar {
  grid-area: sidebar;
  align-self: start;
  position: sticky;
  top: 20px;
}

  .main{
    grid-area: main;
    min-width:200px;
  }

 
  
  .header {
    grid-area: header;
  }
  .hero {
    grid-area: hero;
  }

  .footer {
    grid-area: footer;
  }
  
}

@media (max-width: 992px) {
.author-margin-fix 
{
    padding-bottom:20px;
}
}

caption {

 padding-top: 0;
 padding-bottom: .75rem;
 font-size: 17px;
 font-weight: bold;
 color: #000000;
 text-align: left;
 caption-side: top;
}

@media (max-width:576px) {
h2 {
    scroll-margin-top: 130px;
}
}


.sm-image{
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    float:none;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .sm-image{
        height: auto;
        display: block;
        padding: 20px;
        float: right;
    }
}

.menu-header {
 padding: 10px 14px;
 cursor: pointer;
 font-weight: bold;
 margin-bottom: 0;
 color: #ffffff;
 background-color: #777777;
}



.menu-header .chevron {
 display: inline-block;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 7px solid #ffffff;
 transition: transform 0.25s ease;
}
.menu-item {
 display: block;
 padding: 8px 14px;
 text-decoration: none;
 color: #333;
 border-top: 1px solid #f0f0f0;
 font-size: 16px;
 font-weight: normal;
 line-height: 1.3;
}



.slide-menu {
 width: 100%;
 background-color: #777777;
 border-radius: 0px;
 box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.16);
border: 1px solid #cccccc;
 overflow: hidden;
 font-size: 14px;
}
.menu-header:hover {
 background: #e5e5e5;
color:#444444;
}
.menu-header:hover .chevron {
 display: inline-block;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 7px solid #444444;
 transition: transform 0.25s ease;
}



@media (min-width:992px) {
.slide-menu {
 width: 100%;
 background-color: #ffffff;
 border-radius: 0px;
 box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; 
 border: 1px solid #c5c5c5;
 overflow: hidden;
 font-size: 14px;
 box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.16);
border:1px solid #cccccc;
}
.menu-header {
 padding: 10px 14px;
 cursor: pointer;
 font-weight: bold;
 margin-bottom: 0;
 color: #333;
 background-color: #ffffff;
}


.menu-header .chevron {
 display: inline-block;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 7px solid #000000;
 transition: transform 0.25s ease;
}
.menu-item {
 display: block;
 padding: 8px 14px;
 text-decoration: none;
 color: #333;
 border-top: 1px solid #f0f0f0;
 font-size: 16px;
 font-weight: normal;
 line-height: 1.3;
}



}

.sm-imgage{
	max-width: 250px;
   	width: 100%;
	border-radius: 7px;
	height: auto;
	border: 1px solid #d1d1d1;
}
.sl-imgage{
	max-width: 360px;
   	width: 100%;
	border-radius: 7px;
	height: auto;
	border: 1px solid #d1d1d1;
}

@media (max-width:576px) {
.advisor-phone-button {
	font-size: 16px!important;
}
    .advisor-call-num {

        padding-left: 0px !important;
    }
}

.sticky-footer-fix
{
    margin-left:20px;
}

/* insurance hub page*/
.insurance-needs-section {
    background: #f6f7f9;
  }

  .insurance-needs-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 100%;
  }

  .insurance-needs-icon {
    width: 80px;
    height: 80x;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
  }

  .insurance-needs-icon img {
    max-width: 80px;
    max-height: 80px;
  }


  @media (max-width: 767.98px) {
    .insurance-needs-card {
      border-radius: 10px;
    }

    .insurance-needs-icon {
      width: 60px;
      height: 60px;
      flex: 0 0 60px;
    }

    .insurance-needs-icon img {
      max-width: 60px;
      max-height: 60px;
    }
  }
.products-icon-sm {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}
  .shopping-section {
    background: #ffffff;
  }

  .shopping-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
  }

  .shopping-table th {
    background: #ffffff;
    border-bottom: 2px solid #e00000;
    font-weight: 700;
    color: rgba(0, 0, 0, .75);
    padding: 14px 18px;
    white-space: nowrap;
    border-top: 0;
    text-align: center;
  }
.shopping-table tr:nth-child(1) td {
        background-color: #f8f8f8;
    }
  .shopping-table td {
    padding: 24px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    vertical-align: top;
    line-height: 1.65;
  }

  .shopping-table tr:first-child td {
    border-top: none;
  }


  .shopping-table strong {
    font-weight: 700;
  }

  @media (max-width: 767.98px) {
    .shopping-table {
      min-width: 680px;
    }

    .shopping-table th,
    .shopping-table td {
      padding: 16px;
    }
  }
}
  .products-list-section {
background: #ffffff;
}

.product-category-heading {
display: flex;
align-items: center;
margin-bottom: 22px;
}


.product-list-item {
background: #ffffff;
border: 1px solid #dee2e6;
border-radius: 10px;
height: 100%;
}
/** conpany logos' slider **/
 .provider-logo-inner {
        min-width: max-content;
    }
  a.sm-a-btn {
    font-weight:normal;
    text-decoration:none;
}
  a:hover.sm-a-btn {
    text-decoration:none;
}
.provider-logo-wrapper {
  width: 100%;
 }

.provider-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

  .provider-logo-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

.review-see-all {
    white-space: nowrap;
    margin-top: 0px;
    text-align:center;
}
.review-see-all a.sm-a-btn:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #e00000;
}
.provider-logo-item img.custom-logo-img-intact{max-width:60px;
width:100%}
@media (min-width: 431px){
.provider-logo-item img.custom-logo-img-intact{max-width:80px;
width:100%}
}
    .provider-logo-item {
    width: 80px;
    flex: 0 0 80px;
    justify-content: left;
align-items: center;
  }

  .provider-logo-item img {
    max-width: 80px;
    height: auto;
  }
  .mobile-gray-bg{
    background-color: #f8f8f8;
}
@media (min-width: 431px) and (max-width: 1199px) {
  .mobile-gray-bg{
    background-color: #f8f8f8;
  }

  .provider-logo-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .provider-logo-inner {
    min-width: max-content;
    padding-bottom: 8px;
  }

  .provider-logo-row {
    flex-wrap: nowrap;
    gap: 0px;
  }

  .provider-logo-item {
    width: 140px;
    flex: 0 0 140px;
    justify-content: left;
align-items: center;
  }

  .provider-logo-item img {
    max-width: 90px;
    height: 24px;
  }

  .review-see-all {
    white-space: nowrap;
    margin-top: 0px;
    text-align: center;
  }

}
@media (min-width: 1200px) {
  .provider-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.provider-logo-item {
width: 150px;
display: flex;
justify-content: left;
align-items: center;
    flex: 0 0 150px;
}

.provider-logo-item img {
  width: 100%;
  max-width: 118px;
  height: auto;
  object-fit: contain;
  display: block;
}
.review-see-all {
text-align: center;
    white-space: nowrap;
    margin-top: 0px;
}
.mobile-gray-bg{
    background-color: #ffffff;
    box-shadow: none;
}
/** end company logos' slider **/
/** end insurance hub page **/	

                    
                    
