
.mb_50{
    margin-bottom: 50px;
}
input[type=text],
input[type=tel],
input[type=mail],
input[type="email"],
select,
textarea{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 45px;
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: transparent;
    &::placeholder {
        color: #000;
    }
}
p:last-child{
    margin-bottom: 0px;
}
.btnWrap, .btnWrap_2 {
    position: relative;
    margin: 0 auto;
    display: inline-flex;
    padding-right: 13px;
    margin-top: 15px;
}
.btnWrap::before {
    position: absolute;
    top: 0;
    height: 0;
    background-color: #000;
    width: 8px;
    right: 0;
    content: "";
    transition: 0.5s;
    border-radius: 0 15px 15px 0;
}
.btnWrap::after {
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #fdbb05;
    width: 8px;
    right: 0;
    content: "";
    border-radius: 0 15px 15px 0;
    transition: 0.5s;
}
.btnWrap .btnOne {
    display: block;
    padding: 13px 30px;
    background-color: #202020;
    color: var(--orange);
    line-height: 1.3;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
}

.btnWrap:hover{
    &::before{
        height: 100%;
    }
    &::after{
        height: 0;
    }
    .btnOne{
        background-color: var(--orange);
        color: #000;
    }
}
.customBlock{
    padding: 70px 0;
}
.transparentH{
    font-size: 70px;
    color: #fff0;
    -webkit-text-stroke: 1px rgb(253 187 5 / 50%) !important;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.secH{
    font-weight: 700;
    color: #000;
    font-size: 44px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    line-height: 55px;
    &.top_20{
        margin-top: -30px;
    }
}
::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
:-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  box-shadow: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: var(--orange);
  box-shadow: var(--orange);
}

.container-max{
    width: 100%;
    padding: 0 50px;
}

/*===brandsSec start==*/
.brandsSec{
    background-color: #f7f7f7;
    overflow: hidden;
    .brandsLogoWrap{
        .col-1 {
            flex: 0 0 auto !important;
            width: 10% !important;
        }
        .brandsLogo {
            margin: 10px 0;
            padding: 4px 15px 10px 15px;
            background-color: #fff;
            border-radius: 15px;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
            position: relative;
            border: 1px solid #cecece52;
            box-shadow: 0 0 10px 0px #cccccc54;
            img{
                width: 100%;
                height: auto;
                margin-bottom: 8px;
            }
            span {
                font-size: 14px;
                display: inline-block;
            }
        }
    }
}

/*===productcard start===*/
.productTab {
    text-align: center;
    margin-bottom: 20px;
    ul{
        display: flex;
        justify-content: center;
        align-items: center;
        li{
            padding: 0 7px;
            position: relative;
            display: inline-block;
            a{
                padding: 0 15px;
                background-color: #000;
                color: var(--orange);
                line-height: 50px;
                display: block;
                transition: 0.5s;
                border-radius: 10px;
                &:hover{
                    background-color:  var(--orange);
                    color: #000;
                }
            }
            &.active{
                a{
                    background-color:  var(--orange);
                    color: #000;
                }
            }
        }
    }
}
.featuredSlider{
    .slick-list{
        padding-bottom: 10px;
    }
    .slick-slide{
        margin:0 10px;
    }
}
.productTabContent{
    display: none;
    
    &.active{
        display: block;
    }
}
.featuredCards{
    background-color: var(--orange);
    position: relative;
    padding: 0;
    border-radius: 25px;
    transition: 0.5s;
    box-shadow: 0 0 10px 0px #c6c6c6;
    .cardMain{
        margin-bottom: 15px;
        .productTop{
            padding: 0px 0 10px;
            text-align: center;
            margin-bottom: 5px;
            border-bottom: 1px solid #16161633;
            h4{
                font-size: 16px;
            }
        }
        .productImg{
            position: relative;
            figure{
                width: 100%;
                border-radius: 10px;
                overflow: hidden;
                border-radius: 20px;
                margin-bottom: 10px;
                img{
                    width: 100%;
                }
            }
        }
        .featuredInfo{
            ul{
                display: flex;
                flex-wrap: wrap;
                li{
                    text-align: center;
                    padding: 5px;
                    position: relative;
                    width: 33.33%;
                    flex: 0 0 33.33%;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    &:nth-last-child(1), &:nth-last-child(2), &:nth-last-child(3){
                        margin-bottom: 0px;
                        padding-bottom: 0px;
                        &::before{
                            display: none;
                        }
                    }
                    &::after{
                        width: 1px;
                        height: 70%;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        content: "";
                        right: 0;
                        background-color: #0000003b;
                    }
                    &::before{
                        width: 70%;
                        height: 1px;
                        position: absolute;
                        bottom:0;
                        transform: translateX(-50%);
                        content: "";
                        left: 50%;
                        background-color: #0000003b;
                    }
                    &:nth-child(3n){
                        &::after{
                            display: none;
                        }
                    }
                    .productfeat{
                        img{
                            height: 30px;
                            filter: brightness(0) invert(0.1);
                            margin: 0 auto;
                            margin-bottom: 5px;
                        }
                        h5{
                            margin-bottom: 5px;
                            font-size: 14px;
                            font-weight: 500;
                        }
                    }
                    h6{
                        font-size: 12px;
                        min-height: 30px;
                    }
                }
            }
        }
        .productPrice{
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: #ffffff;
            color: #000000;
            padding: 6px 14px;
            border-radius: 10px;
            font-weight: 600;
            border: 1px solid #fdbb0596;
        }
    }
    .productBtnSec{
        padding: 10px 10px 13px;
        padding-top: 10px;
        border-top: 1px solid #54545442;
        .productBtnBottom{
            display: flex;
            gap: 5px;
            .proBtn{
                width:calc((100% - 45px) / 2);
                a{
                    background-color: #000;
                    color: #fff;
                    font-size: 16px;
                    display: flex;
                    align-items: center;
                    height: 40px;
                    justify-content: center;
                    text-align: center;
                    border-radius: 10px;
                }
            }
            .productBtnArrow{
                a{
                    width: 40px;
                    height: 40px;
                    border-radius: 10px;
                    background-color: #000;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 16px;
                    svg{
                        transform: rotate(-40deg);
                    }
                }
            }
        }
    }
    .brandLogo{
        width: 100px;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        left: 10px;
        top: 10PX;
        box-shadow: 0px 0px 4px 0px #ccc;
        img{
            width: 100%;
        }
    }
    
}
.detailslInkWrap{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    .btnOne{
        margin: 0 auto;
    }
}
.woocommerce.row{
    row-gap: 20px;
}

/*===compare sec start===*/
.compareSec{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.compareCardContent{
    display: none;
    &.active{
        display: block;
    }
}
.compareSlider{
    .slick-list{
        padding: 15px 0
    }
    .slick-slide{
        margin: 0 10px;
        
    }
    .compareBox{
        background-color: #fff;
        padding: 10px;
        border-radius: 30px;
        position: relative;
        box-shadow: 0 0 15px 0px #7f7f7f5e;
        padding-bottom: 20px;
        .vs{
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #fff;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 65px;
            background-color: var(--orange);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
        }
        .compareBoxInner{
            display: flex;
            .compareItem{
                width: 50%;
                .compareImg{
                    border-radius: 20px;
                    overflow: hidden;
                    padding: 10px;
                    background-color: #efefef;
                    a{
                        border-radius: 12px;
                        overflow: hidden;
                        display: block;
                        img{
                            width: 100%;
                            height: auto;
                            object-fit: contain;
                        }
                    }
                }
                .compareContent{
                    padding: 10px 0;
                    .companyName{
                        font-weight: 500;
                        color: var(--orange);
                        font-size: 13px;
                        display: block;
                    }
                    .productTitle {
                        margin-bottom: 5px;
                        min-height: 40px;
                        font-size: 16px;
                    }
                    .ratingWrap{
                        display: none;
                    }
                    .compareBoxInnerPrice {
                        span{
                            font-weight: 400;
                            font-size: 14px;
                            color: #838383;
                            display: block;
                            margin-bottom: 5px;
                        }
                    }
                    .compareBoxInnerWeight{
                        span{
                            font-weight: 400;
                            font-size: 14px;
                            color: #838383;
                            display: block;
                        }
                    }
                }
                &:first-child{
                    .compareImg{
                        border-radius: 20px 0 0 20px;
                        padding-right: 5px;
                    }
                }
                &:last-child{
                    .compareImg{
                        border-radius: 0 20px 20px 0;
                        padding-left: 5px;
                    }
                    .compareContent{
                        padding-left: 10px;
                        border-left: 1px solid #8d8d8d52;
                    }
                }
            }
        }
        .compareBtn{
            text-align: center;
        }
    }
}


/*===FinanceSec start==*/
.FinanceSec{
    background-color: #fdbb0521;
}
.financeWrap{
    border-radius: 30px;
    padding: 20px;
    background-color: #000;
    .bankingLogoItem{
        height: 282px;
        overflow: hidden;
    }
    .homeFinanceHead{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: space-between;
        .secH{
            margin-bottom: 0px;
            color: #fff;
            font-weight: 500;
            font-size: 34px;
        }
        span{
            color: #fff;
        }
    }
    .bankingLogoBox{
        .bankingLogo{
            display: flex;
            flex-wrap: wrap;
            margin-left: -10px;
            margin-right: -10px;
            row-gap: 20px;
            .bankLogoImg{
                width: 33.33%;
                padding: 0 10px;
                a{
                    width: 100%;
                    display: block;
                    background-color: #fff;
                    border-radius: 20px;
                    padding: 10px;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }
}
.homeFinanceBtnWrap {
    padding: 15px 0 0px;
    border-top: 1px solid #8f8f8f;
    margin-top: 15px;
    ul {
        display: flex;
        gap: 15px;
        li{
            width: calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
            .btnWrap{
                width: 100%;
                margin-top: 0px;
                .btnOne{
                    text-align: center;
                    &.financeBtn{
                        background-color: var(--orange);
                        color: #000;
                        &:hover{
                            background-color: #fff;
                        }
                    }
                    &.financeBtn{
                        background-color: var(--orange);
                        color: #000;
                        &:hover{
                            background-color: #fff;
                        }
                    }
                } 
            }
            &:first-child{
                .btnWrap {            
                    &::before{
                        background-color: var(--orange);
                    }
                    &::after{
                        background-color: #fff;
                    }
                }    
            }
            &:last-child{
                .btnWrap {     
                    .btnOne{
                        background-color: #fff;
                        color: #000;
                    }
                    &::before{
                        background-color: var(--orange);
                    }
                    &:hover{
                        .btnOne{
                            background-color: var(--orange);
                            color: #000;
                        }
                        &::before{
                            background-color:#fff;
                        }
                    }
                }    
            }
        }
    }
}

/*===blog start===*/
.blogSec{
    height:775px;
    overflow: hidden;
}
.blogSLider{
    .slick-slide{
        margin: 10px 15px ;
    }
}
.blogBox{
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #cecece;
    .blogImg{
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 10px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .blogContent{
        padding: 0 20px;
        .blogContentTop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
            .dateWrap {
                span {
                    font-size: 14px;
                    line-height: 25px;
                    color: #6e6e6e;
                    padding-left: 20px;
                    position: relative;
                    &::before {
                        content: "\f073";
                        position: absolute;
                        top: -1px;
                        left: 0;
                        font-size: 14px;
                        font-family: "FontAwesome";
                        color: #6e6e6e;
                    }
                }
            }
            .authorName {
                padding-left: 20px;
                position: relative;
                span {
                    color: #6e6e6e;
                }
                &::before {
                    content: "\f508";
                    position: absolute;
                    left: 0;
                    top: -1px;
                    font-family: "FontAwesome";
                    font-size: 14px;
                    color: #6e6e6e;
                }
            }
        }
        
        .blogTitle {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px;
            line-height: 1.5;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .blogTxt{
            padding-bottom: 15px;
            p{
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
        }
        .blogContent p {
            font-size: 15px;
            line-height: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
    }
}


/*===faqSec start===*/
.faqSec{
    background-color: #f7f7f7;
    .faqContent{
        .faqAcc{
            margin-bottom: 20px;
            box-shadow: 0 5px 10px 0px #aeaeae42;
            border-radius: 20px;
            &:last-child{
                margin-bottom: 0px;
            }
            .faqAcc-head{
                padding: 20px;
                cursor: pointer;
                padding-right: 30px;
                background-color: #d7d7d7cf;
                border-radius: 15px;
                position: relative;
                &::after{
                    position: absolute;
                    right: 20px;
                    content: "\f107";
                    font-size: 20px;
                    color: #000;
                    font-family: "FontAwesome";
                    top:50%;
                    transform: translateY(-50%);
                    transition: 0.5s;
                }
                h4{
                    font-size: 20px;
                }
            }
            .faqAcc-content{
                padding: 20px;
                display: none;
                .faqAccTxt{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 27px;
                    letter-spacing: 0.5px;
                    color: #fff;
                    p{
                        color: #fff;
                        &:last-child{
                            margin-bottom: 0px;
                        }
                    }
                }
            }
            &.active{
                background-color: #2b2b2b;
                border-radius: 20px;
                .faqAcc-head{
                    background-color: #000000;
                    border-bottom: 1px solid #fdbb057d;
                    h4{
                        color:  var(--orange);
                    }
                    &::after{
                        transform: rotate(180deg) translateY(-50%);
                        color: var(--orange);
                        top: 20%;
                    }
                }
            }
        }
    }
}


/*===brandStoriesSec start===*/
.brandStoriesSec{
    height: 735px;
    overflow: hidden;
    .brandStoryWrap{
        border: 1px solid #cecece;
        border-radius: 20px;
        background-color: #fff;
        .storyTab {
            height: 100%;
            padding: 15px;
            background-color: #e6e6e6;
            border-radius: 20px 0 0 20px;
            ul{
                li {
                    margin-bottom: 10px;
                    display: block;
                    a{                        
                        background-color: #000;
                        padding: 20px 30px;
                        border-radius: 10px;
                        color: #fff;
                        font-size: 18px;
                        position: relative;
                        display: block;
                    }
                    &:last-child{
                        margin-bottom: 0px;
                    }
                    &.active{
                        a{
                            background-color: var(--orange);
                            color: #000;
                        }
                    }
                }
            }
        }
        .storyBrandTabWrap {
            padding: 20px;
            padding-left: 0;
            .tagContent{
                height: 500px;
                overflow: auto;
                padding-right: 10px;
                .brandStoriesTxtInner {
                    margin-bottom: 0;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 5px 0;
                    gap: 7px;
                    margin-bottom: 10px;
                    span {
                        font-weight: 500;
                        font-size: 16px;
                        color: #000;
                        margin-bottom: 0;
                        line-height: 1;
                    }
                    a {
                        color: #717171;
                        padding-right: 10px;
                        margin-bottom: 0px;
                        position: relative;
                        display: inline-block;
                        font-size: 13px;
                        line-height: 1;
                        &::after {
                            width: 1px;
                            height: 12px;
                            content: "";
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            background-color: #717171;
                        }
                    }
                }
            }
        }
    }
}
.mob_991 {
    display: none;
}
.view_1024{
    display: none;
}

/*===arrow css===*/
.featuredSlider, .blogSLider, .compareSlider{
    position: relative;    
}

.slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    border: 1px solid var(--orange);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    font-size: 0px;
    transition: 0.5s;
    z-index: 2;
    &:hover{
        color: #000;
        background-color: var(--orange);
        border-color: #000;
        &:before{
            color: #000;
        }
    }
    &::before{
        font-size: 16px;
        content: "";
        position: absolute;
        font-family: "FOntAwesome";
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        top: 0;
    }
    &.slick-prev{
        left: -35px;
        &:before{
            content: "\f104";
        }
    }
    &.slick-next{
        right: -35px;
        &:before{
            content: "\f105";
        }
    }
}

/*===hidden css start===*/

/*====coockies start===*/
.stickyDisclaimer {
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: 10px;
    bottom: 135px;
    padding: 10px;
    background-color: #000;
    z-index: 22;
    border: 1px solid var(--orange);
    color: var(--orange);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.2;}
}

/*==chatbox style start===*/
#chatbase-bubble-button {
    z-index: 99 !important;
    img{
        width: 100% !important;
        height: 100% !important;
    }
}
#chatbase-message-bubbles {
    z-index: 999 !important;
    bottom: 100px !important;
    right: 80px !important;
    position: relative;
}
#chatbase-bubble-button, #chatbase-bubble-button * {
    bottom: 115px !important;
    right: 20px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 2px solid var(--orange);
}

/*===disclaimer start===*/
.disclaimerPopWrap {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000a6;
    z-index: 99999999;
    backdrop-filter: blur(10px);
    display: none;
    border-radius: 30px 30px 0 0;
    border-top: 7px solid #fcba2a;
    .disclaimerPopInner {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 40px;
        border-radius: 10px 10px 0 0;
        .disClosePop {
            position: absolute;
            right: 8px;
            top: 8px;
            width: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000;
            color: #fff;
            height: 28px;
            border-radius: 7px;
            cursor: pointer;
        }
        .disclaimerPopcontent{
            h2 {
                margin-bottom: 20px;
                color: #fff;
            }
            p {
                color: #fff;
            }
        }
    }
    .btnWrap {
        .btnOne {
            background-color: #fff;
            color: #000;
        }
    }
}


/*===login pop style===*/

.close-btn, .close-modal-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
    font-size: 20px;
    color: #000;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    z-index: 99 !important;
    h2 {
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 30px;
    }
    .custom-modal-content {
        background-color: #fff;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
        text-align: center;
        position: relative;
        border-radius: 15px;
        padding-top: 40px !important;
    }
    .close-btn {
        font-size: 18px;
        font-weight: 700;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        color: var(--orange) !important;
        background-color: #000;
        padding: 5px 8px;
        border-radius: 5px;
    }
    .customModalTab{
        ul{
            display: flex;
            li{
                width: auto;
                margin-bottom: 0;
                margin-right: 10px;
                a {
                    padding: 0 20px;
                    display: block;
                    line-height: 40px;
                    border-radius: 10px 10px 0 0;
                    color: #000;
                    &.active{
                        background-color: #f1f1f1;
                        color: #fdbb05;
                    }
                }
            }
        }
    }
    .customModalInner {
        padding: 15px;
        background-color: #f1f1f1;
        border-radius: 0 0 15px 15px;
        label {
            width: 100%;
            margin-bottom: 10px;
            display: block !important;
            text-align: left;
        }
        input {
            width: 100%;
            border: 1px solid #ccc;
            height: 45px;
            margin-bottom: 10px;
            border-radius: 5px;
            padding: 0 15px;
        }
    }
    .countryFormWrap {
        position: relative;
        select {
            width: 70px;
            height: 38px;
            background-color: #eaeaea;
            border-radius: 5px;
            position: absolute;
            top: 3px;
            left: 5px;
        }
        .select2-container {
            width: 90px !important;
            position: absolute;
            border: none;
            left: 4px;
            top: 5px;
            .select2-selection {
                display: flex;
                border: none;
                background-color: #e2e2e2;
                height: 100%;
            }
        }
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: normal;
    }
    .termsCheckBox {
        display: flex;
        padding-top: 10px;
        flex-wrap: wrap;
        .checkInput {
            width: 15px;
            height: 20px;
            border-radius: 2px;
            border: 1px solid #f1f1f1;
            margin-right: 10px;
            margin-top: 0;
        }
        label {
            width: calc(100% - 25px);
            a{
                color: var(--orange);
            }
        }
    }
}
#consent-message {
    color: #ff3400;
    text-align: left;
    display: block;
}
.custom-modal-content input[type="submit"] {
    width: auto;
    padding: 10px 40px;
    border: none;
    background-color: #000;
    color: var(--orange);
    margin-left: 0;
    display: flex;
    margin-top: 12px;
}
figure{
    margin-bottom: 0px;
}


/*===form wrap===*/
.phFrmWrap{
    position: relative;
    .select2-container {
        width: 80px !important;
        position: absolute !important;
        left: 4px;
        top: 3px;
        background-color: #fff0;
        z-index: 1;
        height: 40px;
        /* transform: translateY(-50%); */
        background: #dfdfdf;
        border-radius: 7px;
        display: flex;
        align-items: center;
        padding-left: 5px;
    }
    input[type=tel]{
        padding-left: 100px !important;
    }
    p{
        br{
            display: none;
        }
    }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 10px !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.inputBoxWrap{
    margin-bottom: 15px;
    p{
        margin-bottom: 5px;
        .inputH{
            margin-bottom: 5px;
        }
    }
}
.fancybox-close-small{
    svg{
        display: none !important;
    }
}
.userInfoPopupForm{
    .inputBox{
        margin-bottom: 15px;
        .submit_btn{
            background-color: var(--orange);
            padding: 8px 30px;
            color: #000;
            font-weight: 600;
            border-radius: 10px;
        }
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: normal;
        padding: 0px;
        background-color: transparent;
        background: transparent;
    }
    input[type=tel]{
        height: 50px;
    }
    .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 7px;
    }
    .fancybox-close-small:after {
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background-color: transparent;
        transition: background-color 0.25s;
        box-sizing: border-box;
        z-index: 2;
        background-color: #000;
    }
}


/*===sidebar compare===*/
.compare_sidebar {
  width: 330px;
  background-color: #f7f7f7;
  position: fixed;
  right: -335px;
  transition: 0.5s all;
  top: 0;
  z-index: 99999;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 10px 0 #3d3d3d;
  
}
.compare_sidebar.show {
  right: 0;
  content-visibility: visible !important;
}
.comp_toggle {
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: var(--orange);
    border-radius: 5px 0 0 5px;
    top: 50%;
    position: absolute;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid;
    border-right: none;
    border-color: var(--orange);
}
.comp_header {
  margin-bottom: 15px;
}
.comp_header h2 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
.comp_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comp_list .comp_img {
  width: 100px;
}
.comp_list .comp_img img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}
.comp_info {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.comp_info_title {
  font-size: 14px;
}
.comp_delete {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #fdbb05;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4343;
  cursor: pointer;
}
.comp_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sidebar-comapre-mandate,
#sidebar-comapre-mandate-advise-mess {
  margin-bottom: 10px;
}
.comp_footer a {
  width: 50%;
  display: flex;
  justify-content: center;
  line-height: 45px;
  background-color: #fdbb05;
  border-radius: 5px;
}
.compbtn_danger {
  width: 48%;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #ff4343;
  color: #ff4343;
}
.comp_footer a#compare_link {
  width: 100%;
  padding: 1px 32px;
}
.comp_footer a#compare_link button {
  font-size: 14px;
  color: #fff;
  background: #fff0;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #c40606;
  margin-top: 0;
  padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #09bb17;
  margin-top: 0;
  padding: 0;
}
.comp_footer .comp_footerTxt {
  font-size: 12px;
  font-style: italic;
  padding-top: 15px;
}
#sidebar-comapre-mandate, #sidebar-comapre-mandate-advise-mess {
    margin-bottom: 10px;
}
.compareItemsInner h4 {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 15px; 
}
.compareItemsInner h4::after {
  position: absolute;
  content: "\f067";
  font-family: "FontAwesome";
  right: 0;
  top: 5px;
  font-size: 14px;
  transition: 0.5s;
}
.compareItemsInner h4.active::after {
  content: "\f068";
}

/*==popupFormWrap start===*/
.popupFormWrap, .userInfoPopup{
    max-width: 700px;
    width: auto;
    border-radius: 30px;
    margin: 0 auto;
}
.userInfoPopupInner{
    .formH{
        margin-bottom: 15px;
        padding-right: 30px;
        br{
            display: none;
        }
    }
}
#userInfoPopup{
    max-width: 700px;
    input[type=text]{
        height: 50px;
    }
}
.fancybox-button svg{
    display: none;
}
.blogTable table, th, td {
    border: 1px solid #9d9d9d;
    padding: 10px;
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
}
.wpcf7-list-item {
    display: inline-block !important;
    margin: 0 0 0 0em !important;
}
.fancybox-close-small:after {
    top: 10px !important;
    right: 10px !important;
    background-color: #000 !important;
    color: var(--orange) !important;
}
p{
    a{
        color: var(--orange);
    }
}
.userInfoPopupForm{
    .wpcf7-list-item-label{
        display: none !important;
    }
}
.checkInputBoxWrap{
    .checkBoxWrap{
        .checkBoxInner{
            p{
                display: flex;
                flex-wrap: wrap;
                gap: 5px;
            }
        }
    }
}
.privacyTerms {
    -webkit-box-shadow: 0 0 15px 0 #ccc;
    box-shadow: 0 0 15px 0 #ccc;
    border-radius: 20px;
    padding: 30px;
}
.privacyTerms h5 {
    text-transform: none;
    font-size: 24px;
    line-height: 1.4;
}
.privacyTerms ul li {
    font-size: 16px;
    line-height: 27px;
    list-style-type: square;
    padding: 5px;
}
.errorBanner {
    padding-top: 130px;
}
.errorpage_wrap {
    padding: 100px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.skipBtn{
    display: none;
}
.select2-container {
    z-index: 1 !important;
}
.fancybox-active, .logout-active{
    .select2-container {
        z-index: 999999 !important;
    }
}
#productscomparedform, #productscomparedformsidebar{
    max-width: 950px;
    border-radius: 30px;
    padding-top: 40px;
    .formH{
        margin-bottom: 20px;
    }
    input[type=text]{
        height: 50px;
    }
    input[type="email"]{
        height: 50px;
        width: 100%;
        font-size: 18px;
        color: #000;
        line-height: 45px;
        padding: 5px 20px;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: transparent;
    }
    .selected_product{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        .form-dynamic-product{
            width: calc((100% / 3) - 13px);
            font-size: 18px;
            color: #000;
            line-height: 40px;
            padding: 5px 20px;
            font-size: 15px;
            border-radius: 8px;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .selected_product_sidebar_form{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        .form-dynamic-product{
            width: calc((100% / 3) - 13px);
            font-size: 18px;
            color: #000;
            line-height: normal;
            padding: 5px 20px;
            font-size: 15px;
            border-radius: 8px;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .wpcf7-list-item-label {
        display: block !important;
        padding-left: 5px;
    }
    .checkInputBoxWrap{
        .wpcf7-checkbox, .wpcf7-list-item{
            display: flex;
            gap: 20px;
            label{
                display: flex;
                align-items: center;
            }
        }

    }
    .checkBoxInner{
        .wpcf7-list-item{
            display: flex;
            gap: 20px;
            label{
                display: flex;
                align-items: center;
            }
        }
        .wpcf7-checkbox{
            display: flex;
            gap: 20px;
        }
    }
    .captchaWrap{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        .captchaImg{
            height: 50px;
            display: flex;
            align-items: center;
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px 0px #ccc;
            img{
                width: 84px;
            }
        }
        .captchaField{
            width: calc(100% - 115px);
        }
    }
    .btnBox{
        .wpcf7-submit{
            height: 50px;
            padding: 0 30px;
            border-radius: 10px;
            background-color: var(--orange);
            color: #000;
            &:hover{
                background-color:#000 ;
                color: var(--orange);
            }
        }
    }
}
#form-name{
    margin-bottom: 20px;
    font-size: 24px;
    display: block;
}
#insurance-finance-form{
    .formH{
        margin-bottom: 20px;
        font-size: 24px;
    }
    input[type=text], input[type=tel], input[type="email"], input[type=mail], select, textarea {
        height: 45px;
        line-height: 45px;
    }
    textarea{
        height: 80px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: normal;
        padding: 0px;
        border: none;
        background-color: transparent;
    }
    .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }
    .wpcf7-spinner{
        position: absolute;
        right: 0;
        top: 0;
    }
}
.categoryItemSlider{
    .slick-dots{
        display: none;
    }
}
.wpcf7-spinner{
    position: absolute !important;
}
.errorBanner{
    padding-top: 0px !important;
}
.errorpage_wrap{
    padding: 50px 0;
}

@media (max-width: 1640px) {
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 12.5% !important;
            }
        }
    }
    .brandStoriesSec {
        .brandStoryWrap {
            .storyTab {
                ul {
                    li {
                        a {
                            background-color: #000;
                            padding: 20px 15px;
                            border-radius: 10px;
                            color: #fff;
                            font-size: 18px;
                            position: relative;
                            display: block;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 1560px) {
    .blogSec {
        height: 725px;
    }
}
@media (max-width: 1540px) {
    .featuredCards {
        .cardMain {
            .featuredInfo {
                ul {
                    li {
                        .productfeat {
                            h5 {
                                font-size: 12px;
                            }
                            h6 {
                                font-size: 11px;
                            }
                        }
                    }
                }
            }
        }
        .productBtnSec {
            .productBtnBottom {
                .proBtn {
                    a {
                        font-size: 13px;
                    }
                }
            }
            .productBtnBottom {
                .productBtnArrow {
                    a {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1440px) {
    .financeWrap {
        .bankingLogoItem {
            height: 250px;
            overflow: hidden;
        }
    }
}
@media (max-width: 1366px) {
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 14.2% !important;
            }
        }
    }
    .brandStoriesSec {
        .brandStoryWrap {
            .storyTab {
                ul {
                    li {
                        a {
                            padding: 20px 10px;
                        }
                    }
                }
            }
        }
    }
    .compareSlider {
        .compareBox {
            .compareBoxInner {
                .compareItem {
                    .compareContent {
                        .companyName {
                            font-size: 11px;
                        }
                        .productTitle {
                            font-size: 13px;
                            min-height: 34px;
                        }
                        .compareBoxInnerPrice {
                            span {
                                font-size: 12px;
                                min-height: 35px;
                            }
                        }
                        .compareBoxInnerWeight {
                            span {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
    .compareSlider {
        .compareBox {
            .vs {
                top: 40px;
            }
        }
    }
    .featuredCards {
        .cardMain {
            .featuredInfo {
                ul {
                    li {
                        .productfeat {
                            h5 {
                                font-size: 12px;
                            }
                            h6 {
                                font-size: 11px;
                            }
                        }
                    }
                }
            }
        }
        .productBtnSec {
            .productBtnBottom {
                .proBtn {
                    a {
                        font-size: 13px;
                    }
                }
            }
            .productBtnBottom {
                .productBtnArrow {
                    a {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1280px) {
    .blogBox {
        .blogImg {
            margin-bottom: 10px;
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 210px;
            overflow: hidden;
        }
    }
    .homeFinanceBtnWrap {
        ul {
            li {
                .btnWrap {
                    .btnOne {
                        padding: 13px 20px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1200px) {
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 16.5% !important;

            }
        }
    }
    .btnWrap {
        .btnOne{
            padding: 13px 20px;
        }
    }
    .FinanceSec{
        .col-lg-6{
            margin-bottom: 20px;
            width: 100%;
            &:last-child{
                margin-bottom: 0px;
            }
        }
    }
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 45px;
                }
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 410px;
        }
    }
}
@media (max-width: 1024px) {
    .container-max {
		width: 100%;
		padding: 0 30px;
	}
	.slick-arrow {
		width: 35px;
    	height: 35px;
		&.slick-prev {
			left: -10px;
		}
		&.slick-next {
			right: -10px;
		}
	}
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 20% !important;
            }
        }
    }
    .customBlock {
        padding: 40px 0;
    }
    .brandStoryWrap{
        .col-lg-2 {
            flex: 0 0 auto;
            width: 20%;
        }
        .col-lg-10{
            flex: 0 0 auto;
            width: 80%;
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 350px;
        }
    }
    .productTab{
      overflow: auto;
      ul {
        justify-content: flex-start;
        li {
          a {
            white-space: nowrap;
          }
        }
      }
      &::-webkit-scrollbar{
        height: 0px;
        background-color: transparent;
      }

      &::-webkit-scrollbar-thumb{
        border-radius: 0px;
        -webkit-box-shadow: none;
        background-color: transparent;
      }
	}
    .container-max, .container {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 25% !important;
            }
        }
    }
    .blogBox {
        .blogImg {
            height: 210px;
        }
    }
    .brandStoriesSec {
        height: auto;
        .brandStoryWrap {
            .storyTab {
                display: none;
            }
            .storyBrandTabWrap {
                padding: 15px;
                .tagContent{
                    height: auto;
                }
                .storyContent2{
                    .tagAcc{
                        padding: 15px 20px;
                        background-color: #d7d7d7cf;
                        border-radius: 10px;
                        color: #000;
                        font-size: 18px;
                        font-weight: 500;
                        padding-right: 25px;
                        position: relative;
                        &::after{
                            position: absolute;
                            right: 15px;
                            content: "\f107";
                            font-size: 20px;
                            color: #000;
                            font-family: "FontAwesome";
                            top: 50%;
                            transform: translateY(-50%);
                            transition: 0.5s;
                        }
                        &.active{
                            color: var(--orange);
                        }
                    }
                    .tagContent{
                        padding-top: 15px;
                        display: none;
                        .brandStoriesTxtInner {
                            margin-bottom: 0px;
                        }
                    }                    
                    &:not(:last-child){
                        margin-bottom: 15px;
                    }
                    &.active{
                        .tagAcc{
                            background-color: #000;
                            color: var(--orange);
                            &::after {
                                color: var(--orange);
                                font-size: 16px;
                                transform: rotate(180deg);
                                top: 15px;
                            }
                        }
                    }
                }
            }
            .col-lg-2 {
                display: none;
            }
            .col-lg-10 {
                flex: 0 0 auto;
                width: 100%;
            }
        }
    }
    .productCheckSec {
        .productCheckSecTxt {
            .secH {
                margin-bottom: 20px !important;
            }
        }
    }
    .secH{
        font-size: 36px;
        line-height: normal;
    }
    .network_slct{
        .brand-slt selectregion{
            margin-bottom: 20px;
        }
    }
}
@media (max-width: 950px) {
    .financeWrap {
        .bankingLogoItem {
            height: 325px;
        }
    }
}
@media (max-width: 820px) {
    .financeWrap {
        .bankingLogoItem {
            height: 280px;
        }
    }
    .blogSec {
        height: 710px;
        overflow: hidden;
    }
    .secH{
        font-size: 30px;
        line-height: normal;
    }
    #productscomparedform {
        max-width: 95%;
        padding: 10px;
        .selected_product {
            .form-dynamic-product {
                width: 100%;
            }
        }
    }
}
@media (max-width: 768px) {
    .blogBox {
        .blogImg {
            height: auto;
        }
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .transparentH{
        font-size: 40px;
    }
    .secH {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 40px;
    }
    .customBlock {
        padding: 50px 0;
    }
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 100px;
                }
            }
        }
    }
    .blogSec {
        height: 710px;
    }
    .blogSec{
        .detailslInkWrap {
            padding-top: 0;
        }
    }
}
@media (max-width:767px) {
    .bnd_overview_HdBx{
        text-align: center;
    }
    .bnd-overviewHd{
        width: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px #ccc;
        border-radius: 20px;
        max-width: 200px;
        padding: 15px;
        margin-bottom: 20px;
        img{
            width: 100%;
        }
    }
    #productscomparedform, #productscomparedformsidebar {
        max-width: 95%;
        .selected_product_sidebar_form {
            .form-dynamic-product {
                width: 100%;
                font-size:16px;
                height: 50px;
            }
        }
        .orText{
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }
    }
}
@media (max-width: 680px) {
    .brandsSec {
        .brandsLogoWrap {
            .col-1 {
                width: 33.33% !important;
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 235px;
        }
    }    
    .blogBox {
        .blogContent {
            .blogTitle {
                min-height: 40px;
            }
        }
    }    
    .secH{
        font-size: 24px;
        line-height: normal;
    }
}
@media (max-width: 580px) {
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 75px;
                }
            }
        }
    }
    .mediaSec {
        height: 320px;
    }
    .mediaSec {
        .headingWrap {
            padding: 0 10px;
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 235px;
        }
    }
    .blogSec {
        height: 730px;
    }
    .homeFinanceBtnWrap {
        ul {
            flex-wrap: wrap;
            li {
                width: 100%;
                flex: 0 0 100%;
            }
        }
    }
}
@media (max-width: 500px) {
    .brandsSec {
        .container-fluid{
            padding: 0 20px;
        }
        .brandsLogoWrap {
            .col-1 {
                width: 33.33% !important;
                padding: 0 5px;
                .brandsLogo {
                    margin: 5px 0;
                    padding: 4px 5px 10px 5px;
                    span {
                        font-size: 11px;
                    }
                }
            }
        }
    }
    .faqSec {
        .faqContent {
            .faqAcc {
                .faqAcc-head {
                    &::after {
                        right: 15px;
                    }
                }
            }
        }
    }
    
}
@media (max-width: 480px) {
    .secH {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .bannerWrap {
        .bannerFormWrap {
            width: 100%;
            right: auto;
            top: auto;
            padding: 0 15px;
            transform: none;
            bottom: 100px;
            .secH {
                font-size: 20px !important;
            }
        }
    }
    .financeWrap {        
        .bankingLogoBox {
            .bankingLogo {
                .bankLogoImg {
                    a {
                        width: 100%;
                        display: block;
                        background-color: #fff;
                        border-radius: 10px;
                        padding: 10px;
                    }
                }
            }
        }
        .homeFinanceHead {
            .secH {
                font-size: 24px;
            }
        }
    }
    .faqSec {
        .faqContent {
            .faqAcc {
                .faqAcc-head {
                    h4 {
                        font-size: 17px;
                        padding-right: 20px;
                    }
                }
            }
        }
    }
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 60px;
                }
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 235px;
        }
    }
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 50px;
                }
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 170px;
        }
    }
    .blogSec {
        height: 665px;
    }
    .compareCardContent{
        .slick-arrow {
            top: 38%;
        }
    }
    .compareSlider {
        .compareBox {
            .compareBoxInner {
                .compareItem {
                    .compareContent {
                        .productTitle {
                            margin-bottom: 5px;
                            min-height: 35px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .compareCardContent {
        .slick-arrow {
            top: 38%;
            &.slick-prev {
                left: -7px;
            }
            &.slick-next {
                right: -7px;
            }
        }
    }
    .faqSec {
        .faqContent {
            .faqAcc {
                .faqAcc-head {
                    &::after {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

@media (max-width: 450px) {
    .financeWrap {
        .bankingLogoItem {
            height: 150px;
        }
        .bankingLogoBox {
            .bankingLogo {
                display: flex;
                flex-wrap: wrap;
                margin-left: -5px;
                margin-right: -5px;
                row-gap: 10px;
                .bankLogoImg {
                    width: 33.33%;
                    padding: 0 5px;
                }
            }
        }
    }
    .compareSlider {
        .compareBox {
            .vs {
                top: 57px;
            }
        }
    }
    .customBlock {
        padding: 40px 0;
    }    
    .blogSec {
      height: 565px;
    }
}
@media (max-width: 420px) {
    .homeSec_4 {
        height: 865px !important;
    }
    .blogSec {
        height: 625px;
        overflow: hidden;
    }
    .homeSec_4 {
        height: 860px !important;
    }    
    .blogSec {
        height: 550px;
    }
}
@media (max-width: 400px) {
    .financeWrap {
        .bankingLogoItem {
            height: 135px;
        }
    }
    .homeSec_4 {
        height: 860px !important;
    }
}