section.products-overview-tile {
    margin-top: -5%;
    position: relative;
}

.widget_products-overview-tile {
	    position: relative;
	
}
/* .widget_products-overview-tile .container {
    max-width: 900px;
} */
.widget_products-overview-tile .tile {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    /*min-height: 200px;*/
}
.widget_products-overview-tile .anchor-set {
    border-bottom: 1px solid rgba(82, 86, 95,0.5);
}
.widget_products-overview-tile .anchor-set > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget_products-overview-tile .anchor-set a.anchor-set-button {
    display:none;
}

.widget_products-overview-tile .anchor-set ul {
    list-style-type: none;
    padding: 10px 20px 0px;
    display: flex;
    margin-bottom: 0;
}
.widget_products-overview-tile .anchor-set ul li {}
.widget_products-overview-tile .anchor-set ul li a {
    text-decoration: none;
    color:rgb(38, 38, 41);
    display: block;
    padding: 5px 15px 10px;
    text-transform: capitalize;
}
.widget_products-overview-tile .anchor-set ul li:hover,
.widget_products-overview-tile .anchor-set ul li.active {
    border-bottom: 3px solid rgb(234, 23, 119);
}
.widget_products-overview-tile.sticky .anchor-set {
    position: fixed;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    width: 100%;
    top: 120px;
    left: 0;
    border-bottom: none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.widget_products-overview-tile.sticky .anchor-set > div {
    max-width: 1100px;
    margin: 0 auto;
}
.widget_products-overview-tile.sticky .anchor-set ul {
    padding: 20px 20px 0px;
}
.widget_products-overview-tile.sticky .anchor-set ul li {
    padding-bottom: 5px;
}
.widget_products-overview-tile.sticky .anchor-set a.anchor-set-button {
    margin-right: 20px;
    display:block;
}
.widget_products-overview-tile .anchor-set ul.mobile-list,
.widget_products-overview-tile .anchor-set .mobile-list-viewer {
    display:none;
}
.widget_products-overview-tile .widget-content .info,
.widget_products-overview-tile .widget-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 190px;
    padding-top: 20px;
}
.widget_products-overview-tile .widget-content .content img.award-icon {
    max-width:123px;
}
.widget_products-overview-tile .widget-content .info {
    border-right: 1px solid rgba(82, 86, 95,0.5);
}
.widget_products-overview-tile .widget-content .info h3 {
    font-size: 24px;
}
.widget_products-overview-tile .widget-content .info .rates {
    display: flex;
    border-bottom: 1px solid #262629;
    padding-bottom:10px;
}
.widget_products-overview-tile .widget-content .info .rates div {
    display: flex;
    flex-direction: column;
}
.widget_products-overview-tile .widget-content .info .rates div span.rate {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.widget_products-overview-tile .widget-content .info .rates div span.rate i {
    font-size: 35px;
    line-height: 50px;
}
.widget_products-overview-tile .widget-content .info .rates div:first-child span.rate i {
    border-right: 1px solid #262629;
    margin-right: 10px;
    padding-right: 7px;
}
.widget_products-overview-tile  .repayment-info {
    padding: 10px 0;
    text-align: center;
}
.widget_products-overview-tile .repayment-info p sup {
    color: rgb(255, 0, 0);
}
.widget_products-overview-tile  .repayment-info p b {
    font-size:24px;
    font-weight: 700;
    margin-left:10px;
}
.widget_products-overview-tile .anchor-set ul.mobile-list,
.widget_products-overview-tile .repayment-option{
    -webkit-transition: max-height 500ms;
    -moz-transition: max-height 500ms;
    -ms-transition: max-height 500ms;
    -o-transition: max-height 500ms;
    transition: max-height 500ms;
    overflow: hidden;
    max-height: 0;
}
.widget_products-overview-tile .anchor-set ul.mobile-list.show,
.widget_products-overview-tile .repayment-option.show {
    max-height: 700px;
}
.widget_products-overview-tile .form-group .mat-btn-group.btn-group .btn {
    padding: 11px 25px;
    min-width: 100px;
}

 @media only screen and (min-width: 1200px) {
	 
	.widget_products-overview-tile {
		margin-top: -5%;
	}

 }

@media(max-width:991px){
	
	.widget_products-overview-tile {
		margin-top: -5%;
	}
	
    .widget_products-overview-tile.sticky .anchor-set {
        top: 60px;
    }
}
@media(max-width:767px){
	
	
	.widget_products-overview-tile {
		margin-top: 0;
	}
	
    section.products-overview-tile {
        margin-top: 0;
        position: unset;
    }
    .widget_products-overview-tile .container {
        padding: 0;
    }
    .widget_products-overview-tile .tile {
        box-shadow: none;
        border-radius: 0;
    }
    .widget_products-overview-tile .anchor-set {
        border-bottom:none;
    }
    
    .widget_products-overview-tile .anchor-set > div {
        flex-direction: column;
    }
    .widget_products-overview-tile .anchor-set > div > div {
        display: flex;
        justify-content: space-between;
        padding: 15px 10px;
        align-items: center;
        width: 100%;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    }
    .widget_products-overview-tile .widget-content {
        padding: 0 15px;
    }
    .widget_products-overview-tile .widget-content .info {
        border-right: none;
        border-bottom:1px solid rgba(82, 86, 95,0.5);
    }
    .widget_products-overview-tile .anchor-set .mobile-list-viewer,
    .widget_products-overview-tile .anchor-set ul.mobile-list {
        display:flex;
    }
    .widget_products-overview-tile .anchor-set ul.mobile-list {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .widget_products-overview-tile .anchor-set ul.mobile-list li a {
        padding: 15px 10px;
        border-bottom: 1px solid rgba(82, 86, 95,0.5);
    }
    .widget_products-overview-tile .anchor-set ul.mobile-list li:hover {
        border-bottom: none;
    }
    .widget_products-overview-tile .anchor-set a.anchor-set-button {
        display: block;
    }

    .widget_products-overview-tile .mobile-list-viewer a {
        text-transform: capitalize;
    }
    .widget_products-overview-tile .mobile-list-viewer a i {
        color: rgb(234, 23, 119);
        font-size:25px;
    }
}
/*awards section specific*/
.widget_products-overview-tile.our-awards .anchor-set > div.mobile-list {
    display: none;
}
@media(max-width:767px){
    .widget_products-overview-tile.our-awards .anchor-set > div {
        display: none;
    }
}

/*landing pages with overview tiles*/
.landing-page .widget_products-overview-tile.sticky .anchor-set {
    top: 79px;
}
@media(max-width:576px){
   .landing-page .widget_products-overview-tile.sticky .anchor-set {
    top: 59px;
} 
}
/*special cases for large monitors*/
@media(min-width:2300px){
    section.products-overview-tile {
        margin-top: 4%;
    }
}