

/* best-rated-companies-sec*/
.best-rated-companies-sec{
    background-color: #314635;
}
.best-rated-companies-sec .idb-title h2{
    color: #fff;
}
.best-rated-companies-box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: ease-in-out .4s;
}
.best-rated-companies-box:hover{
    background-size: 110%;
}
.best-rated-companies-box:hover h3{
    color: #ddd;
}
.best-rated-companies-wrapper-content{
    position: absolute;
    bottom: 22px;
    left: 24px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}
.best-rated-companies-box a {
    width: 100%;
    height: 100%;
    display: block;
}
.best-rated-companies-box span{
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 7px;
    color: #fff;
}
.best-rated-companies-box h3{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.best-rated-companies-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 480px;
}
.best-rated-companies-list .collist {
    flex: 0 0 100%;
}
.best-rated-companies-list .collist:nth-child(1){
    height: 424px;
    padding: 0 12px 0 0;
    width: 60%;
}
.best-rated-companies-list .collist:nth-child(2),
.best-rated-companies-list .collist:nth-child(3),
.best-rated-companies-list .collist:nth-child(4) {
    flex: 0 0 40%;
    max-height: 160px;
    padding: 0 0 0 12px;
    width: 40%;
}
.best-rated-companies-list .collist:nth-child(2),
.best-rated-companies-list .collist:nth-child(3){
    padding-bottom:12px;
}
.best-rated-companies-list .collist:nth-child(3),
.best-rated-companies-list .collist:nth-child(4){
    padding-top:12px;    
}
.best-rated-companies-list .collist:nth-child(2) .best-rated-companies-box h3,
.best-rated-companies-list .collist:nth-child(3) .best-rated-companies-box h3,
.best-rated-companies-list .collist:nth-child(4) .best-rated-companies-box h3 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    padding-bottom: 0;
}
.best-rated-companies-wrapper {
    margin-bottom: 60px;
}
.explore-more {
    justify-content: center;
}
.best-rated-companies-list .best-rated-companies-box:hover img{
    transform: scale(1.1);
    border-radius: 10px;
}
.best-rated-companies-box:hover .best-rated-bg-image {
    transform: scale(1.1);
}
.best-rated-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.2s ease-in-out;
    background-position: center;
}
.best-rated-companies-box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.tips-articles-box-image,
.tips-articles-box-image img{
    border-radius: 10px;
}
.tips-articles-box .tips-articles-box-image a {
    width: 100%;
    height: 100%;
}
.tips-articles-box-image img{
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.2s;
    width: 100%;
}
.tips-articles-box-image{
    position: relative;
    height: 236px;
    overflow:hidden;
}
.tips-articles-box-image a:hover img{
    transform:scale(1.1);
    z-index:1;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.15);
}
.tips-articles-box-image a:hover::before{
    opacity: 0.4;
}
.tips-articles-box-image a::before{
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    z-index: 2;
}
.tips-articles-box-content {
    padding: 23px;
}

.tips-articles-box-content h3 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 31px;
    border-bottom:1px solid #DDDDDD;
    padding-bottom:13px;
}
.tips-articles-box-content h3 a{
    color: #000000;
}
.tips-articles-box-content h3 a:hover{
    color: #545151;
}
.tips-badge-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 23px;
}
.tips-articles-box-content .article-description {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #DDDDDD;
}
.tips-articles-box-content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 25px;
    color: #888888;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.tips-link,
span.tips-date {
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 20px;
}
a.tips-link{
    color: #666666;
}
a.tips-link:hover{
    color: #000;
}
span.badge.tips-badge {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
    background-color: #F03E40;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    line-height: 130%;
}
span.tips-date {
    color: #999999;
}
.get-inbox{
    background-color: #F5F5F5;
    padding: 50px 0;
}
.get-inbox-wrapper-form .fa-location-arrow{
    transform: rotate(45deg);
    color: #fff;
    font-size: 35px;
}
.get-inbox-wrapper-form{
    max-width: 800px;
    margin: auto;
}
.get-inbox-wrapper-form .input-group{
    box-shadow: 0px 22px 50px rgb(0 0 0 / 5%);
    border-radius: 50px;
    position: relative;
}
.get-inbox-wrapper-form .input-group input[type='email']{
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;  
    text-align: center;
    color: #999999;
    min-height: 60px;
    border: none;
    z-index: 1;
}
.get-inbox-wrapper-form .input-group input[type='email']::placeholder{
    color:#999999
}
.get-inbox-wrapper-form .form-control:focus{
    box-shadow: none;
}
.get-inbox-wrapper-form .input-group-append{
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    z-index: 2;
}
.get-inbox-wrapper-form .input-group-append .input-group-text{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #E61E4D;
    justify-content: center;
    align-items: center;
}
.get-inbox-wrapper-content {
    max-width: 627px;
    margin: auto;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
}
.pricing-footer{
    background-color: #787878;
    padding: 12px 0;
}

.copyright-area p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.ul-list{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.ul-list.footer-nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.footer-nav li:not(:first-child) a{
    padding-left: 14px;
}
.footer-nav li{
    position: relative;
}
.footer-nav li:not(:last-child)::before {
    content: '';
    width: 1px;
    height: 40%;
    background-color: #fff;
    top: 50%;
    bottom: 0;
    right: -3px;
    position: absolute;
    transform: translateY(-50%);
}
.social-icons-lists {
    display: flex;
    flex-wrap: wrap;
}
.social-icons-lists li a {
    width:25px;
    height:25px;
    background-color:#fff;
    display:block;
    border-radius:50%;
    margin-left:5px;
}