@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



.bb-review-section {
    background: #38acc9;
    margin: 0;
}

.bb-review-section .review-title {
    font-size: 36px;
    color: #fff;
    margin: 10px 0 5px;
}

.btn-review,
.btn-rating {
    background: #f1c40f;
    border: 0;
    padding: 4px 20px 4px 20px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    margin: 11px 0;
    display: inline-block;
}

.btn-review:hover {
    color: #fff;
}

.reviewbox-container {
    text-align: left;
}

.reviewbox-container ul {
    width: 100%;
}

.reviewbox-container ul li {
    margin: 0 7px 7px 0;
    float: left;
    width: 24.5%;
}

.reviewbox-container ul li:nth-child(4n + 4) {
    margin-right: 0;
}

.review-box {
    background: #fff;
    color: #666;
    padding: 5px 10px;
    font-size: 12px;
    overflow: hidden;
}

.review-box .ellipsis_text {
    display: inline-block;
}

.review-box .review-bank-title {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    line-height: 1.7;
}

.review-box .review-bank-title img {
    height: 20px;
    float: left;
    padding: 5px 5px 0 5px;
}

.user-review-comment {
    color: #3aabc9;
    padding: 0 0 2px;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.review-score-container {
    display: inline-block;
}

.review-user-score img {
    width: 11px;
}

.review-user-desc {
    padding-top: 10px;
    height: 100px;
    overflow-y: auto;
}

.ellipsis_text {
    padding: 10px 0 0 0;
    line-height: 15px;
}

.review-desc-more {
    height: 91px;
    overflow-y: auto;
    margin-top: 10px;
    line-height: normal;
}

.review-desc-more::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.review-desc-more::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.review-desc-more::-webkit-scrollbar-thumb {
    background-color: #999;
}

.text_here {
    min-height: 91px;
}

.review-filter-dropdown .clearfix:before,
.review-filter-dropdown .clearfix:after {
    content: normal;
}

.review-box .review-submitted {
    border: 1px solid #0a9c48;
    color: #0a9c48;
    padding: 0 3px;
    margin-top: 10px;
    min-height: 21px;
    font-size: 11px;
    line-height: 18px;
}

.review-more-link {
    padding-top: 2px;
}

.review-question {
    padding: 10px 0 5px 0;
    min-height: 31px;
}

.review-yes-btn {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
    padding: 0 7px;
    background: linear-gradient(to bottom, #7bbc60 0, #6ba454 100%);
    border: 1px solid #6ba353;
    color: #fff;
    outline: 0;
    margin-left: 5px;
}

.read-more-button .apply {
    height: auto;
    width: auto;
    background-color: #ed4a13 !important;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 700;
}

.review-likes-box:before {
    background-image: url(https://static.bankbazaar.com/images/common/left-arrow.png);
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -5px;
    top: 5px;
}

.review-likes-box {
    padding: 2px 8px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-left: 6px;
    position: relative;
}

.reviewer-profile {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 32px;
    text-transform: capitalize;
}

.reviewer-profile span {
    display: inline-block;
}

.reviewer-pic {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    text-transform: capitalize;
}

.reviewer-pic-opacity {
    opacity: 0.5;
}

.reviewer-pic img {
    float: left;
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.profile-pic-shadow:before {
    background-image: url(https://static.bankbazaar.com/images/common/customer-review-shadow.png);
    background-size: 100% 100%;
    height: 62px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 62px;
}

.review-tick-img:after {
    background-image: url(https://static.bankbazaar.com/images/common/review-tick.png);
    background-size: 100% 100%;
    height: 15px;
    position: absolute;
    content: "";
    top: 0;
    width: 15px;
    right: 4px;
}

.pagination-review {
    padding: 11px;
    float: right;
}

.pagination-review span {
    padding: 0 8px 0 8px;
}

.pagination-review a {
    padding: 0 8px 0 8px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.review-filter-section,
.review-pagination {
    background: #0a7d9c;
    margin: 0 0 13px 0;
    color: #fff;
    text-align: right;
    padding: 0;
}

.review-filter-section .review-filter-dropdown {
    background-color: #68b9d0;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 200px;
    height: 26px;
    position: relative;
    padding: 0;
}

.review-filter-section .select .btn {
    min-width: 120px;
    height: 26px;
    background-color: #68b9d0;
    padding: 4px 4px 4px 30px;
    width: 100%;
    outline: 0;
}

.review-dd-bg {
    outline: 0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 15px;
    text-decoration: none;
    transition: border 0.25s linear 0s, color 0.25s linear 0s,
    background-color 0.25s linear 0s;
}

.sprite-review-icons {
    background: url(https://static.bankbazaar.com/images/sprite/cl-filter-icon.png) no-repeat;
    padding: 2px 5px 5px 30px;
    float: left;
    width: 95%;
    height: 26px;
}

.bbicons-rate {
    background-position: 4px -44px;
}

.bb-review-section .bbicons-bank {
    background-position: 4px -21px;
}

.bbicons-location {
    background-position: 4px 2px;
}

.bbicons-product {
    background-position: 4px -66px;
}

.review-rating-filter button,
.review-city-filter button,
.review-bank-filter button,
.review-product-filter button {
    background: url(https://static.bankbazaar.com/images/sprite/cl-filter-icon.png) no-repeat;
}

.review-rating-filter button {
    background-position: 4px -44px;
}

.review-city-filter button {
    background-position: 4px 2px;
}

.review-bank-filter button {
    background-position: 4px -21px;
}

.review-product-filter button {
    background-position: 4px -66px;
}

.review-filter-section .select .btn .filter-option {
    font-size: 14px;
    height: auto;
    left: 0;
    overflow: hidden;
    position: inherit;
    right: 0;
    text-align: left;
    top: 2px;
    line-height: 18px;
    max-width: 150px;
    text-overflow: ellipsis;
    display: inline-block;
    min-width: 150px;
    color: #fff;
    white-space: nowrap;
}

.review-filter-section .select {
    display: inline-block;
    margin-bottom: 10px;
}

.review-filter-section .caret {
    border-width: 8px 6px;
    border-bottom-color: #fff;
    border-top-color: #fff;
    border-style: solid;
    border-bottom-style: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    float: right;
    margin-top: -15px;
}

.bb-review-section .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.bb-review-section .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.bb-review-section .dropdown-menu li > a::after {
    clear: both;
}

.bb-review-section .dropdown-menu li.selected > a {
    background-color: #ccc;
    color: #333;
}

.bb-review-title {
    font-size: 28px;
}

.bb-review-question {
    font-weight: bold;
    padding-top: 10px;
    font-size: 18px;
}

.bb-review-desc {
    font-size: 13px;
    padding: 10px 0 10px 0;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .bb-rates-reviews,
    .bb-user-review-section,
    .bb-bank-review-section {
        padding: 10px;
    }

    .bb-review-title {
        font-size: 20px;
    }

    .bb-review-question {
        font-size: 14px;
        padding-left: 10px;
    }

    .bb-review-desc {
        padding: 10px;
    }

    .social-media-icons {
        display: none;
    }

    .review-filter-section .caret {
        margin-top: 6px;
        position: absolute;
        right: 8px;
    }

    .reviewbox-container ul li {
        width: 96%;
        margin: 0 auto 7px;
        float: none;
    }

    .reviewbox-container ul li:nth-child(4n + 4) {
        margin: 0 auto 7px;
    }
}

.review-title-section {
    margin: 10px 0 10px 0;
}

.bb-bank-review-title {
    font-size: 28px;
    vertical-align: middle;
}

.rating-table {
    background: #f4f5f7;
    border-radius: 6px;
    padding-bottom: 5px;
}

.rating-table-head {
    background: #38acc9;
    border-radius: 6px 6px 0 0;
    color: #fff;
}

.rating-table-head .user-rating {
    display: inline-block;
}

.user-rating .rate-msg {
    float: left;
    clear: both;
}

.user-rating .rating-circle-img {
    float: left;
    padding: 0 5px;
}

.cc-card-block .user-rating .rate-msg {
    color: #34495e;
}

.rating-section .micro-rating img,
.rating-circle-img img {
    height: 14px;
    padding: 0;
    width: 14px;
    display: inline;
}

.rating-section .rating {
    width: 72px;
}

.text-capitalize {
    text-transform: capitalize;
}

.product-review-link a {
    text-decoration: underline;
    color: #fff;
}

.bb-review-section .read-more-button,
.bb-review-section .loader-image {
    text-align: center;
    clear: both;
    padding: 5px;
}

.product-review-link {
    display: inline-block;
    padding: 0 10px;
    float: right;
}

.rating-table {
    font-size: 12px;
}

.bb-bank-review-section .rating-section,
.bb-user-review-section .rating-section,
.review-page-holder .rating-section {
    padding: 0;
}

.user-review-bank-logo {
    width: 60px;
    padding-top: 7px;
}

.user-reviewer-profile {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    position: relative;
}

.user-reviewer-pic {
    float: left;
    position: relative;
}

.user-reviewer-pic img {
    float: left;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.user-profile-pic-shadow {
    background-size: 100% 100%;
    height: 91px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 91px;
}

.user-review-tick-img {
    background-image: url(https://static.bankbazaar.com/images/common/review-tick.png);
    background-size: 100% 100%;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    right: 10px;
}

.user-reviewer-details {
    float: left;
    padding: 10px 15px 0 15px;
    width: 90%;
    font-size: 13px;
}

.review-date-details {
    padding-top: 5px;
}

.review-full-desc {
    height: 105px;
}

.review-box .stand-alone-review {
    color: #34495e;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .user-reviewer-details {
        width: 86%;
    }
}

@media only screen and (max-width: 767px) {
    .user-reviewer-details {
        width: 70%;
    }

    .bb-bank-review-title {
        font-size: 20px;
    }

    .review-box {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .review-desc-more {
        height: 103px;
    }

    .review-full-desc {
        height: 118px;
    }

    .reviewbox-container ul li {
        width: 24.4%;
        overflow: hidden;
    }

    .reviewbox-container ul li:nth-child(4n + 4) {
        margin-right: 0;
    }

    .review-box .user-review-comment {
        width: 220px;
        display: block;
    }

    .review-box {
        min-height: 250px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .reviewbox-container ul {
        width: 100%;
    }

    .reviewbox-container ul li {
        width: 49.4%;
    }

    .reviewbox-container ul li:nth-child(even) {
        margin-right: 0;
    }

    .bb-review-section .review-title {
        font-size: 30px;
    }

    .review-desc-more {
        height: 63px;
    }

    .review-full-desc {
        height: 73px;
    }
}

@media only screen and (max-width: 767px) {
    .review-filter-dropdown {
        padding-left: 0;
        width: 100%;
    }

    .review-filter-section .review-filter-dropdown {
        width: 95%;
    }

    .bb-review-section .review-title {
        font-size: 18px;
        color: #fff;
        padding-left: 10px;
    }

    .btn-review {
        font-size: 14px;
    }

    .reviewbox-container ul {
        width: 100%;
    }

    .mobile-center {
        text-align: center;
        width: 100%;
    }

    .review-full-desc,
    .review-desc-more {
        height: auto;
    }
}

.show_hide {
    display: none;
}

.caret {
    border-bottom: 8px none #0a7d9c;
    border-style: solid solid none;
    border-top: 8px solid #0a7d9c;
    border-width: 8px 6px;
    transition: all 0.25s ease 0s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.bb-review-section .open > .dropdown-arrow {
    margin-top: 11px;
    opacity: 1;
    border-color: transparent transparent #f3f4f5;
    border-style: solid;
    border-width: 0 8px 7px;
}

.bb-review-section .dropdown-arrow {
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 19px;
    top: 100%;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    border-style: none;
}

.bb-review-section .open > .dropdown-menu {
    display: block;
    margin-top: 18px;
    visibility: visible;
    width: 100%;
}

.bb-review-section .dropdown-menu li.selected > a {
    background-color: #ccc;
    color: #333;
}

.bb-review-section .dropdown-menu li.selected > a:hover {
    background: #ccc;
    color: #333;
}

.bb-review-section .dropdown-menu li > a::after,
.bb-review-section .dropdown-menu li > a::before {
    content: " ";
    display: table;
}

.bb-review-section .dropdown-menu li > a {
    color: rgba(52, 73, 94, 0.75);
    padding: 6px 15px 8px;
    text-decoration: none;
    display: block;
    line-height: 1.42857;
    text-align: left;
}

.bb-review-section .dropdown-menu li > a:hover,
.bb-review-section .dropdown-menu li > a:active,
.bb-review-section .dropdown-menu li > a:focus {
    background: #ccc;
    color: #333;
}

#reviewsFilter .dropdown-menu {
    max-height: 186px !important;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding: 0;
}

.bb-review-section .dropdown-menu {
    z-index: 10002;
}

.bb-review-section {
    position: relative;
    margin-top: 20px;
}

.bb-review-section:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #38acc9;
    border-width: 20px;
    margin-left: -20px;
}

.bb-rates-reviews .pull-right.social-media-icons {
    height: 30px;
}

.review-top-arrow {
    margin-top: 0 !important;
}

.review-top-arrow:after {
    border: 0;
}

.bb-review-section .review-filter-section .select .btn .filter-option {
    top: 0;
}

.bb-review-section .reviewbox-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-review {
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}

.micro-ratings {
    padding: 0;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    .bb-review-section .review-filter-dropdown .caret {
        width: 0 !important;
    }

    .review-filter-section .select .btn .filter-option {
        max-width: 93%;
        float: left !important;
    }

    .cl-user-review-section .container {
        overflow: visible;
    }

    .review-filter-section-one {
        width: 100%;
        margin-top: 10px;
    }

    .review-filter-section .review-filter-dropdown {
        margin-top: 0;
    }

    .rating-table-head {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .text_here {
        min-height: 0;
    }

    .bb-review-section {
        padding: 0 10px;
    }

    .cl-slider-condent .tab-content .cl-user-review-section {
        padding-right: 0;
    }

    .bb-review-section .read-more-button,
    .bb-review-section .loader-image {
        margin-bottom: 10px;
    }

    .title-review {
        width: 100%;
        text-align: center;
    }
}

.social-like-share img {
    cursor: pointer;
    padding: 1px 2px;
}

#gplus-one {
    vertical-align: middle !important;
    padding: 0 1px !important;
}

.cc-loan-landing .breadcrumb > li::after {
    content: none;
}

.cl-slider-condent .cl-user-review {
    background: #38acc9;
}

.bb-review-section .review-bank-filter .filter-option {
    text-transform: uppercase;
}

.bb-review-section .review-bank-filter .dropdown-menu li > a {
    text-transform: uppercase;
    line-height: normal;
}

.bb-review-section .title-review {
    padding-top: 10px;
    margin: 12px 0;
}

.user-ratings {
    padding: 0;
    background: #38acc9;
}

.bb-review-rating-section {
    padding: 25px 0;
}

.bb-review-rating-header {
    margin-bottom: 10px;
}

.btn-rating {
    background: #ef4a48;
}

.review-filter-section-one {
    padding-left: 10px;
}

.user-ratings .bb-bank-review-title {
    font-weight: bold;
}

.bb-review-rating-section .review-title {
    color: #fff;
    float: left;
}

.bb-review-rating-section .review-title h1 {
    margin-bottom: 10px;
}

.review-rating-section {
    border-right: 1px dashed #fff;
    color: #fff;
    margin-top: 10px;
    min-height: 160px;
    display: table-cell;
}

.review-rating-section:first-child {
    padding-left: 0;
}

.review-rating-section:last-child {
    border: 0;
}

.review-progress-section {
    margin: 0 auto;
    display: table;
}

.review-write-section {
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.review-rating-section .review-breakdown {
    clear: both;
}

.review-rating-section .review-summary {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.review-rating-section .review-breakdown-heading {
    padding-bottom: 5px;
}

.review-rating-section .review-progress {
    width: 122px;
    margin: 8px 10px;
}

.review-rating-section .progress {
    background-color: #a2c2e8;
    border-radius: 0;
    height: 10px;
    overflow: hidden;
}

.review-rating-section .progress-bar {
    background-color: #f0c22f;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 13px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.review-rating-section .profile-content,
.review-rating-section .progress-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e1e4e5 #e1e4e5;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 15px 20px;
}

.review-sm-text {
    font-size: 12px;
}

.review-sm-text i {
    font-weight: normal;
}

.star-review-rating {
    padding: 0 8px 0 16px;
    color: #fff;
    float: left;
}

.star-review-rating .over-all-users {
    display: inline-block;
    vertical-align: middle;
}

.star-review-rating .star-rating-num {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #fff;
    padding: 0 6px;
    margin: 2px 4px 0;
    display: inline-block;
    vertical-align: middle;
}

.review-rating-sm,
.review-rating-md {
    background: url(https://static.bankbazaar.com/images/sprite/review-star-rating.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 130px;
}

.review-rating-sm-5-0 {
    background-position: 0 -273px;
}

.review-rating-sm-4-5 {
    background-position: 0 -246px;
}

.review-rating-sm-4-0 {
    background-position: 0 -219px;
}

.review-rating-sm-3-5 {
    background-position: 0 -192px;
}

.review-rating-sm-3-0 {
    background-position: 0 -164.5px;
}

.review-rating-sm-2-5 {
    background-position: 0 -137.5px;
}

.review-rating-sm-2-0 {
    background-position: 0 -110.5px;
}

.review-rating-sm-1-5 {
    background-position: 0 -84px;
}

.review-rating-sm-1-0 {
    background-position: 0 -57px;
}

.review-rating-sm-0-5 {
    background-position: 0 -29px;
}

.review-rating-sm-0-0 {
    background-position: 0 -2px;
}

.review-rating-md {
    background-image: url(https://static.bankbazaar.com/images/sprite/review-star-rating-big.png);
    height: 34px;
    width: 184px;
}

.review-rating-md-5-0 {
    background-position: 0 -411px;
}

.review-rating-md-4-5 {
    background-position: 0 -370px;
}

.review-rating-md-4-0 {
    background-position: 0 -329px;
}

.review-rating-md-3-5 {
    background-position: 0 -288px;
}

.review-rating-md-3-0 {
    background-position: 0 -247px;
}

.review-rating-md-2-5 {
    background-position: 0 -206px;
}

.review-rating-md-2-0 {
    background-position: 0 -165px;
}

.review-rating-md-1-5 {
    background-position: 0 -124px;
}

.review-rating-md-1-0 {
    background-position: 0 -83px;
}

.review-rating-md-0-5 {
    background-position: 0 -42px;
}

.review-rating-md-0-0 {
    background-position: 0 -1px;
}

.bb-review-section .review-header {
    margin: 0 auto 20px;
    font-size: 2em;
    color: #fff;
}

.bb-review-section .review-filter-section .review-filter-dropdown {
    margin-left: 0;
    margin-right: 10px;
}

.review-section-bg {
    background: #fff;
    padding: 25px 0;
    color: #5d5d5d;
    vertical-align: middle;
}

.review-section-bg p {
    padding: 5px 0;
    line-height: 24px;
    font-size: 16px;
}

.review-section-bg .bb-bank-review-title img {
    padding-right: 10px;
}

.reviewer-info {
    width: 21%;
}

.reviewer-info .profile-pic {
    border: 2px solid #fff;
    border-radius: 300px;
    vertical-align: middle;
    display: table-cell;
    height: 78px;
    width: 78px;
    position: relative;
}

.reviewer-info .profile-pic img {
    width: 100%;
}

.reviewer-info .profile-pic > img {
    border-radius: 35px;
    box-shadow: 0 0 7px #ddd;
}

.reviewer-info .profile-name {
    display: table-cell;
    padding: 8px 10px;
    text-transform: capitalize;
    font-weight: bold;
}

.reviewer-info img {
    margin-bottom: 10px;
}

.reviewer-comments {
    width: 79%;
}

.reviewer-comments h3 {
    font-weight: bold;
    font-size: 22px;
}

.reviewer-comments h4 {
    padding: 8px 0;
    font-size: 16px;
}

.bb-review-section .review-title-mini {
    font-size: 26px;
}

.review-pagination {
    padding: 0 10px;
    font-size: 14px;
    margin-top: 13px;
}

.review-pagination a {
    color: #fff;
}

.review-pagination span {
    padding: 0 5px;
}

@media only screen and (max-width: 1200px) {
    .bb-review-rating-section,
    .review-section-bg {
        padding: 20px;
    }

    .existing-review {
        padding: 0 10px;
    }

    .reviewer-info {
        width: 24%;
    }

    .reviewer-comments {
        width: 76%;
    }
}

@media only screen and (max-width: 1024px) {
    .review-rating-section .review-progress {
        width: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .bb-review-rating-section {
        padding-bottom: 0;
    }

    .bb-review-rating-section .review-title,
    .bb-review-section .review-header,
    .bb-bank-review-title {
        font-size: 1.5em;
    }

    .bb-review-rating-section .review-title {
        margin: 5px 0;
    }

    .review-rating-section:nth-child(2) {
        border: 0;
    }

    .review-rating-section .review-progress {
        width: 110px;
    }

    .review-rating-section {
        margin-top: 30px;
    }

    .reviewer-info {
        width: 35%;
    }

    .reviewer-comments {
        width: 65%;
    }
}

@media only screen and (max-width: 990px) {
    .reviewer-info {
        width: 30%;
    }

    .reviewer-comments {
        width: 70%;
    }
}

@media only screen and (max-width: 820px) {
    .reviewer-info {
        width: 33%;
    }

    .reviewer-comments {
        width: 67%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-email {
        display: none;
    }

    .bb-review-rating-section .review-title,
    .star-review-rating {
        float: none;
        padding: 5px 0;
        text-align: center;
    }

    .star-review-rating .star-rating-num {
        font-size: 12px;
    }

    .review-rating-section,
    .review-rating-section:nth-child(2) {
        border-bottom: 1px dashed #fff;
        border-right: 0;
        padding: 0;
        margin: 10px 0;
        min-height: 170px;
    }

    .bb-review-section .review-filter-section .review-filter-dropdown {
        margin-left: 10px;
        margin-right: 0;
    }

    .review-write-section {
        padding: 10px 0 20px;
    }

    .review-rating-section {
        text-align: center;
    }

    .review-summary-section {
        width: 60%;
        margin: 0 auto;
    }

    .reviewer-info,
    .reviewer-comments {
        width: 100%;
        padding: 5px 0;
    }

    .reviewer-comments h3 {
        font-size: 18px;
    }

    .review-pagination {
        text-align: center;
    }

    .review-section-bg p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .review-summary-section {
        width: 80%;
        margin: 0 auto;
    }

    .review-filter-section-one {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .bb-review-rating-section .review-title,
    .bb-review-section .review-header,
    .bb-bank-review-title {
        font-size: 1.2em;
    }

    .review-summary-section {
        width: 100%;
    }

    .footer-email-inner .btn-danger {
        margin-top: 5px;
    }

    .user-ratings .bb-bank-review-title img {
        height: 22px;
    }
}

@media only screen and (max-width: 360px) {
    .review-summary .review-text {
        font-size: 12px;
    }
}

.tabbable-one ul {
    text-align: center;
}

.tabbable-one .nav-tabs > li {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.tabbable-one .nav-tabs > li.dontshow {
    display: none;
}

.active-tabs .tabbable-one li a {
    height: 166px;
    padding: 8px 12px;
    display: block;
    border-width: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #7f8c9a;
    border-radius: 6px 6px 0 0;
    transition: none;
    cursor: pointer;
}

.active-tabs .tab-sec {
    min-width: 196px;
    padding: 10px 28px;
}

.active-tabs .active .disable-click {
    cursor: default;
}

.cobrand-cl-landing .tab-sec span {
    border: 5px solid #fff;
    border-radius: 45px;
    float: none;
    height: 90px;
    margin: 0 auto;
    width: 90px;
    display: block;
}

.tab-sec span {
    background-image: url(https://static.bankbazaar.com/images/landing/tab-sprite-image-v3.png);
    background-position: 0 100px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .tab-sec span {
        background-image: none;
    }
}

.quick-quote .quotes span {
    background-color: transparent;
    border: 0 none !important;
    margin: 0;
    border-radius: 0;
    left: 19px;
    position: absolute;
    top: 3px;
    width: 50px;
    height: 100px;
}

.quick-quote .quotes {
    background-color: #e54f4f;
    background-image: none;
    position: relative;
}

.custom-quote span {
    background-color: #4f3c5c;
    background-position: 2px -140px;
}

.hungry-more span {
    background-color: #60abe2;
    background-position: 16px -317px;
}

.user-review span {
    background-color: #f1c30e;
    background-position: 9px -231px;
}

.ct-score span {
    background-color: #6bb0e1;
    background-position: -1px -478px;
}

.quick-quote .quotes span {
    background-position: 2px -11px;
}

.compare-view span {
    background-color: #7abd91;
    background-position: 10px -393px;
}

.insurance-content .custom-quote span {
    background-color: #62b49e;
    background-position: 12px -575px;
}

.insurance-content .hungry-more span {
    background-color: #dd4e79;
    background-position: 10px -669px;
}

.custom-free {
    position: absolute;
    top: -20px;
    right: -44px;
}

.tab-sec p {
    color: #2a4a59;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
}

.active-tabs .tabbable-one li a:hover span,
.active-tabs .tabbable-one li a.active span {
    border: 5px solid #ddd;
}

.active-tabs .tabbable-one li a.active span {
    border: 5px solid #ddd;
}

.tabbable-one li.active .arrowup {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #38acc9;
    position: absolute;
    bottom: 0;
    left: 39%;
    display: block;
}

.tabbable-one li.active .custom-quote .arrowup,
.cobrand-cl-landing .tabbable-one li.active .custom-quote .arrowup {
    border-bottom-color: #40e0d0;
}

.tabbable-one li.active .quick-quote .arrowup {
    border-bottom-color: #eee;
}

.mobile .tabbable-one li.active .quick-quote .arrowup {
    border-bottom-color: #5dade2;
}

.cobrand-cl-landing .tabbable-one li.active .compare-view .arrowup {
    border-bottom-color: #eee;
}

.ct-landing .tabbable-one li.active .arrowup {
    border-bottom-color: #40e0d0;
}

@media only screen and (max-width: 1130px) and (min-width: 961px) {
    .active-tabs .tab-sec {
        min-width: 160px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
    .active-tabs {
        padding-left: 1%;
    }

    .tabbable-one {
        margin: 0 auto;
        width: 100%;
    }

    .active-tabs .tab-sec {
        padding: 10px 10px;
        float: left;
        min-width: 145px;
    }

    .tabbable-one li.active .arrowup {
        bottom: -3px;
    }

    .active-tabs .tabbable-one li a {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .tabbable-one {
        background: #0e5478 !important;
    }

    .active-tabs {
        padding: 0;
    }

    .active-tabs .tabbable-one li:last-child {
        border-right: 0;
    }

    .custom-free {
        display: none;
    }

    .tab-sec p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .active-tabs .tab-sec {
        min-width: inherit;
    }

    .tabbable-one ul {
        width: 100%;
        display: table;
    }

    .active-tabs .tabbable-one li {
        border-right: 1px solid #426173;
        display: table-cell;
    }

    .active-tabs .tabbable-one li a,
    .active-tabs .tabbable-one li a:hover,
    .active-tabs .tabbable-one li a.active {
        border: 0 none;
        height: 40px;
        padding: 0;
        margin: 0;
    }

    .top-slider-mobile .tab-sec {
        background-color: #e54f4f;
        background: none !important;
        background-position: 5px center;
        background-repeat: no-repeat;
        background-size: auto 80%;
        display: block;
        float: none;
        height: auto;
        padding: 0;
    }

    .active-tabs .tabbable-one li a span {
        display: none;
    }

    .active-tabs .tabbable-one .mobile-three-tab li {
        width: 33.3% !important;
    }

    .tabbable-one li.active .arrowup {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #38acc9;
    }

    .cobrand-cl-landing .tabbable-one li.active .compare-view .arrowup {
        border-bottom-color: #fff;
    }

    .ct-landing .tabbable-one li.active .hungry-more .arrowup {
        border-bottom-color: #fff;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .tab-sec p {
        line-height: 13px;
        padding: 7px 5px;
    }
}

@media only screen and (min-width: 768px) {
    .ct-landing .tabbable-one li.active .tab-sec.hungry-more .arrowup {
        width: 48px;
        height: 32px;
        overflow: hidden;
        display: block;
        border: 0;
        margin-bottom: -10px;
        z-index: 9999;
    }

    .ct-landing .tabbable-one li.active .tab-sec.hungry-more .arrowup:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: #fff;
        transform: rotate(45deg);
        top: 10px;
        left: 0;
        box-shadow: inset 0 -1px 13px -2px rgba(0, 0, 0, 0.3);
    }

    .ct-landing .tab-pane.hungry-for-more.active {
        box-shadow: 10px 12px 5px -10px rgba(0, 0, 0, 0.2) inset;
        margin-top: 2px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 340px) {
    .tab-sec p {
        padding: 7px 3px;
    }
}

.tab-loader {
    position: relative;
}

.tab-loader-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9;
}

.tab-loader-sec > img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.primary-txt,
.primary-txt p,
.news-widget li,
.tab-left-section,
.tab-right-section {
    font-size: 16px;
}

.primary-txt,
.primary-txt p,
.news-widget li,
.news-widget li p,
.tab-left-section,
.tab-right-section,
.primary-txt ul li,
.primary-txt ol li,
.tab-right-section p {
    line-height: 1.8;
}

.primary-txt h1,
.primary-txt h2,
.primary-txt h3,
.primary-txt h4,
.primary-txt h5 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.primary-txt h1,
.product-head h1,
.landingpage-h1-title {
    font-size: 24px;
    font-weight: 700;
}

.primary-txt h2 {
    font-size: 22px;
    font-weight: 700;
}

.primary-txt h3 {
    font-size: 20px;
    font-weight: 700;
}

.primary-txt h4 {
    font-size: 18px;
    font-weight: 700;
}

.primary-txt h5 {
    font-size: 17px;
    font-weight: 700;
}

.primary-txt p {
    margin: 0 0 10px;
}

.primary-txt u {
    margin: 0 0 10px;
    display: inline-block;
}

.primary-txt .em {
    font-style: italic;
}

.primary-txt .border-rt {
    border-right: 1px solid #ddd !important;
}

.primary-txt .img-center img {
    max-width: 100%;
}

.primary-txt .list-alpha {
    list-style-type: lower-alpha;
}

.primary-txt .tax-img-responsive img {
    max-width: 100%;
}

.primary-txt .img-responsive {
    max-width: 100%;
    padding-bottom: 10px;
}

.primary-txt .modal.in .close {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.primary-txt .txt-buttercup {
    color: #f1c40f;
}

.primary-txt .text-white {
    color: #fff;
}

.primary-txt .pad-10,
.primary-txt .tax-img-responsive {
    padding: 10px;
}

.primary-txt .tb-pad-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.primary-txt .btm-pad-10 {
    padding-bottom: 10px;
}

.primary-txt .top-pad-10 {
    padding-top: 10px;
}

.primary-txt .rt-pad-10 {
    padding-right: 10px;
}

.primary-txt .lt-pad-10 {
    padding-left: 10px;
}

.primary-txt .col-md-12 .col-md-12 {
    padding-left: 0;
}

.adsbygoogle {
    margin: 15px 0;
}

.primary-txt .lp-widget-panel a,
.primary-txt a.btn,
.primary-txt .bb-products-invest a {
    text-decoration: none;
}

.primary-txt a {
    text-decoration: underline;
}

.product-review-link a {
    color: #fff;
}

a[href="#disqus_thread"] {
    display: none !important;
}

.bank-prod-page .eligibility-criteria .link-section a,
.bank-prod-page .link-section-green a {
    background-color: #1abc9c;
    border-radius: 4px;
    box-shadow: 0 1px 1px #1abc9c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 18px 0 0;
    padding: 12px 45px;
    text-decoration: none;
}

.list-group-custom-links {
    text-align: right;
}

.table-view-more .viewless,
.table-view-more.link .viewmore {
    display: none;
}

.table-view-more.link .viewless {
    display: inline-block;
}

.bb-products-invest a {
    display: block;
    text-align: center;
}

.bb-products-invest a span {
    clear: both;
    display: block;
    color: #34495e;
    padding: 6px 0;
}

.credit-score-sticky a {
    background: #ff5a5f;
    border-radius: 4px;
    padding: 3px 4px;
    color: #fff;
    margin-left: 1px;
}

.text-underline {
    text-decoration: underline;
}

.primary-txt ul,
.primary-txt ol {
    padding-left: 20px;
    margin: 0 0 10px 15px;
}

.primary-txt ol {
    display: block;
    list-style-type: decimal;
    line-height: 1.8;
    font-weight: 400;
}

.primary-txt ul {
    padding: 0 0 0 7px;
    display: block;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.8;
}

.primary-txt .style-letter li {
    list-style-type: decimal;
}

.primary-txt .style-disc li {
    list-style-type: disc;
}

.primary-txt .style-circle li {
    list-style-type: circle;
}

.primary-txt .style-square li {
    list-style-type: square;
}

.primary-txt .style-alpha li {
    list-style-type: lower-alpha;
}

.primary-txt .style-roman li {
    list-style-type: lower-roman;
}

.primary-txt .style-none li {
    list-style: none;
}

.primary-txt .style-none {
    padding-left: 10px;
}

.primary-txt .list-group {
    margin: 0;
    padding-left: 0;
}

.primary-txt .list-group li {
    list-style: none;
}

.primary-txt .list-group li ul {
    margin: 0 0 0 5px;
}

.primary-txt .list-group-item p {
    padding-left: 15px;
}

.primary-txt .list-group-item {
    background-color: #f4f5f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 0 10px;
    padding: 10px 15px;
}

.primary-txt .list-group-blue {
    border-bottom: 5px solid #38acc9;
}

.primary-txt .list-group-orange {
    border-bottom: 5px solid #ffa952;
}

.primary-txt .list-group-green {
    border-bottom: 5px solid #35be7a;
}

.primary-txt .list-group-meroon {
    border-bottom: 5px solid #f08261;
}

.primary-txt .list-group-dkgreen {
    border-bottom: 5px solid #29999a;
    margin-bottom: 0;
}

.primary-txt .list-group-item ul li {
    list-style: circle;
}

.primary-txt .list-group-item-head {
    background: #000;
    border: 0 solid;
    padding: 0;
    text-align: left;
}

.primary-txt .list-group-item-head h4 {
    padding: 0;
}

.primary-txt .bb-products-invest ul {
    text-align: center;
    word-break: normal;
}

.mf-terms {
    padding: 10px;
}

.mf-terms ol li {
    list-style-type: upper-alpha;
}

.mf-terms ol li li {
    list-style-type: lower-roman;
}

.mf-terms ol li li li {
    list-style-type: lower-alpha;
}

.eligibility-criteria ul ul li {
    margin-left: 25px;
    list-style-type: circle;
}

.eligibility-criteria.document-list-group-blue {
    border: 1px solid #ddd;
    border-bottom: 6px solid #38acc9;
    padding: 20px 25px;
    margin-bottom: 45px;
    border-radius: 3px;
}

.document-list-group-blue ul li {
    margin-bottom: 10px;
}

.document-list-group-blue ul li ul li {
    margin-bottom: 0;
}

.document-list-group-blue div {
    border-right: 1px solid #ddd;
    padding-left: 60px;
}

.document-list-group-blue div:first-child {
    padding-left: 35px;
}

.document-list-group-blue div:last-child {
    border-right: 0;
}

.document-list {
    border: 1px solid #e6e6e6;
    padding: 20px 0 15px;
}

.document-list ul li,
.document-list ol li {
    margin-bottom: 10px;
    vertical-align: middle;
}

.document-list .list-group-custom-links {
    margin: 0 15px 0 auto;
}

.document-list blockquote {
    border-left: none;
    border-right: 1px solid #e6e6e6;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}

.document-list .last blockquote {
    border-right: 0;
}

.bb-products-invest {
    background-color: #fff;
    padding: 20px 0;
}

.bb-products-invest ul {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

.bb-products-invest li {
    list-style-type: none;
    display: table-cell;
    padding: 0 5px;
    vertical-align: top;
}

.bb-products-two li {
    width: 50%;
}

.bb-products-three li {
    width: 33%;
}

.bb-products-four li {
    width: 25%;
}

.bb-products-five li {
    width: 20%;
}

.bb-products-six li {
    width: 16%;
}

.bb-products-invest .border-right {
    border-right: 1px solid #ddd;
}

.bank-prod-page .ln-articles.list-group-item p,
.ln-articles p,
.primary-txt .ln-articles.list-group-item p {
    padding-left: 0;
}

.primary-txt .bg-blue {
    background-color: #eef5fd;
}

.primary-txt .bg-yellow {
    background-color: #fef9e7;
}

.primary-txt .bg-pink {
    background-color: #f9eef3;
}

.primary-txt .bg-green {
    background-color: #e8f8f5;
}

.primary-txt .bg-tory-blue {
    background-color: #116a9e;
}

.primary-txt .bg-buttercup {
    background-color: #f1c40f;
}

.primary-txt .bg-mulberry {
    background-color: #c3598a;
}

.primary-txt .bg-mountain-meadow {
    background-color: #1abc9c;
}

.primary-txt .bg-sinbad {
    background-color: #a0c3d8;
}

.primary-txt .bg-mint-tulip {
    background-color: #cdf0f6;
}

.primary-txt .bg-marzipan {
    background-color: #f9e79f;
}

.primary-txt .bg-melanie {
    background-color: #e7bdd0;
}

.primary-txt .bg-morning-glory {
    background-color: #a3e4d7;
}

.primary-txt .bg-pelorous {
    background-color: #38acc9;
}

.primary-txt .bg-cornflower {
    background-color: #8eb1e7;
}

.primary-txt .bg-atomic-tangerine {
    background-color: #fe9e5a;
}

.primary-txt .bg-pickled-blue {
    background-color: #34495e;
}

.primary-txt .bg-white {
    background-color: #fff;
}

.primary-txt ul table {
    word-break: normal;
}

.primary-txt table {
    margin: 10px 0;
}

.primary-txt table tr td {
    padding: 5px 10px;
}

.primary-txt .table-curved {
    background: #f4f5f7;
    text-align: center;
    border-collapse: separate;
    border-width: 0 1px 1px;
    border-style: none solid solid;
    border-color: #ddd;
    border-radius: 0 0 6px 6px;
}

.primary-txt .table.table-curved {
    margin: 10px auto;
}

.primary-txt .table-curved > thead > tr > th,
.primary-txt .table-curved > tbody > tr > th,
.table-curved > tfoot > tr > th,
.primary-txt .table-curved > thead > tr > td,
.primary-txt .table-curved > tbody > tr > td,
.primary-txt .table-curved > tfoot > tr > td {
    border-top: 1px solid #ddd;
    padding: 9px 15px;
    text-align: left;
    vertical-align: middle;
}

.primary-txt .table-curved > :first-child > :first-child > :first-child {
    border-top-left-radius: 0;
}

.primary-txt .table-curved > :first-child > :first-child > :last-child {
    border-top-right-radius: 0;
}

.primary-txt .table-curved > tbody > tr > td {
    border-right: 1px solid #ddd;
}

.primary-txt .table-curved > tbody > tr > td:last-child {
    border-right: 0;
}

.primary-txt .table-curved > tbody > tr > td ol {
    margin: 0;
    padding-left: 16px;
}

.primary-txt .table-curved ol {
    padding-left: 0;
}

.primary-txt .col-md-12 .col-md-12.product-hl-table-head {
    padding-left: 15px;
}

.primary-txt .js-hungry-table .table {
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
}

.primary-txt .js-hungry-table .table-view-more {
    border-radius: 0 0 6px 6px;
    color: #38acc9;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f4f5f7;
}

.primary-txt .js-hungry-table .table-view-more span {
    color: #38acc9;
}

.tb-white .table-striped > tbody > tr:nth-of-type(even),
.tb-white .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.tb-no-border table tr td,
.tb-no-border table tr th {
    border: 0;
}

.fd-section table {
    width: 100%;
}

.fd-section table th,
.fd-section table td {
    border: 1px solid #ccc;
    padding: 10px 4px 5px !important;
}

.fd-section table th {
    text-align: center;
}

.fd-section table td {
    text-align: center;
}

.fd-section table img {
    max-height: 30px;
}

.fd-section .inner-lft {
    float: none;
    width: auto;
}

.primary-txt .bb-hungry-more-section .ir-section .table.table-curved {
    margin: 0;
}

.bb-banner-icons {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
}

.bb-banner-icons img {
    top: 24px;
    position: relative;
}

.banner-cc .bb-banner-icons img {
    top: 20px;
}

.bb-banner-loans {
    padding: 345px 0 0;
    text-align: center;
    position: relative;
}

.bb-banner-loans li {
    display: inline-block;
    margin: 0 15px;
}

.bb-banner-loans .op-bg {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/menu-bg-op.png) repeat scroll center center;
    border-radius: 50px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    display: inline-block;
}

.bb-banner-loans h2 {
    text-transform: uppercase;
    margin: 5px 0;
}

.bb-banner-loans .banner-hl:hover .bb-banner-icons {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/bb-home-icon.gif) no-repeat scroll center center;
}

.bb-banner-loans .banner-cl:hover .bb-banner-icons {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/bb-car-icon.gif) no-repeat scroll center center;
}

.bb-banner-loans .banner-pl:hover .bb-banner-icons {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/bb-pl-icon.gif) no-repeat scroll center center;
}

.bb-banner-loans .banner-cc:hover .bb-banner-icons {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/bb-cc-icon.gif) no-repeat scroll center center;
}

.bb-banner-loans .banner-fd:hover .bb-banner-icons {
    background: rgba(0, 0, 0, 0) url(/images/new_gateway_page_images/bb-fd-icon.gif) no-repeat scroll center center;
}

.sh-hl,
.sh-cl,
.sh-pl,
.sh-cc,
.sh-fd {
    display: none;
    text-align: right;
    text-transform: uppercase;
}

.banner-hl a:hover .sh-hl,
.banner-cl a:hover .sh-cl,
.banner-pl a:hover .sh-pl,
.banner-cc a:hover .sh-cc,
.banner-fd a:hover .sh-fd {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 120px;
    color: #fff;
}

.cc-pg .bank-prod-page .product-landing-btn-block .link-section {
    text-align: center;
}

.cc-pg .bank-prod-page .product-landing-btn-block .link-section a,
.cc-pg .animation-target,
.bank-prod-page .link-section span a.animation-target {
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ff5a5f;
    color: #fff;
    text-decoration: none;
}

.insur-apppage .container.primary-txt {
    background-color: #fff;
    padding-top: 20px;
}

.btn-orange,
a.btn-orange {
    color: #fff;
}

.news-widget .btn-orange,
.bank-prod-page .infographics .ln-articles .btn-orange,
.ln-articles .btn-orange {
    background-color: #ed4a13;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
}

.articles-btn {
    display: block;
    margin: 0 10px 10px;
}

.bb-landing-banner .cta-btn {
    display: inline-block;
    padding-top: 6px;
    text-align: center;
}

.bb-landing-banner .cta-btn .btn {
    color: #fff;
    background-color: #ff5a5f;
    display: inline-block;
    margin-left: 66px;
    padding: 10px 32px;
}

.primary-txt .cta-section {
    display: inline-block;
    margin: 0 auto;
}

.product-section .primary-txt .cta-section,
.bank-prod-page .primary-txt .cta-section {
    margin: 0 auto 10px;
}

.product-section .primary-txt .link-cta-btn,
.primary-txt .link-cta-btn {
    background-color: #eef5fd;
    border: 2px solid #ddd;
    border-radius: 6px;
    margin: 0 auto;
    padding: 7px 15px;
}

.primary-txt .link-cta-btn {
    margin: 10px auto;
}

.primary-txt .cta-yellow .link-cta-btn {
    background-color: #fff;
    border: 2px solid #f5d34b;
}

.primary-txt .link-cta-btn a {
    background: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
}

.primary-txt .link-cta-btn.link-cta-btn-1,
.product-section .primary-txt .link-cta-btn.link-cta-btn-1 {
    border: 2px solid #34495e;
    margin: 0;
}

.link-cta-btn .left-box,
.link-cta-btn .right-box {
    display: table-cell;
    vertical-align: middle;
}

.link-cta-btn .left-box {
    text-align: right;
    color: #fff;
}

.link-cta-btn .right-box {
    min-width: 160px;
}

.link-cta-btn strong {
    color: #fff;
}

.primary-txt .link-cta-btn-1.bg-pickled-blue {
    background-color: #34495e;
}

.primary-txt .link-cta-btn.link-cta-btn-1 a {
    position: relative;
    overflow: hidden;
    display: block;
}

.link-cta-btn-1 {
    display: table;
}

.link-cta-btn-1 .btn-animation-type-1 a:after {
    content: "";
    width: 45px;
    height: 100px;
    position: absolute;
    left: -25px;
    top: -10px;
    transform: rotate(20deg);
    background: -moz-linear-gradient(
            right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
            right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    -webkit-animation: btn-slide infinite 2s linear;
    animation: btn-slide infinite 2s linear;
}

@keyframes btn-slide {
    from {
        margin-left: -20px;
    }
    to {
        margin-left: 250px;
    }
}

.cta-banner {
    position: relative;
    display: block;
}

.cta-banner a {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 170px;
    margin: 0 auto;
}

.primary-txt .border-blue {
    border: 1px solid #a0c3d8;
}

.primary-txt .border-yellow {
    border: 1px solid #f9e79f;
}

.primary-txt .border-pink {
    border: 1px solid #e7bdd0;
}

.primary-txt .border-green {
    border: 1px solid #a3e4d7;
}

.primary-txt .border-gallery {
    border: 1px solid #eee;
}

.primary-txt .border-top-blue {
    border-top: 5px solid #116a9e;
}

.primary-txt .border-btm-blue {
    border-bottom: 5px solid #116a9e;
}

.primary-txt .border-left-blue {
    border-left: 5px solid #116a9e;
}

.primary-txt .border-top-yellow {
    border-top: 5px solid #f1c40f;
}

.primary-txt .border-btm-yellow {
    border-bottom: 5px solid #f1c40f;
}

.primary-txt .border-left-yellow {
    border-left: 5px solid #f1c40f;
}

.primary-txt .border-top-pink {
    border-top: 5px solid #c3598a;
}

.primary-txt .border-btm-pink {
    border-bottom: 5px solid #c3598a;
}

.primary-txt .border-left-pink {
    border-left: 5px solid #c3598a;
}

.primary-txt .border-top-green {
    border-top: 5px solid #1abc9c;
}

.primary-txt .border-btm-green {
    border-bottom: 5px solid #1abc9c;
}

.primary-txt .border-left-green {
    border-left: 5px solid #1abc9c;
}

.primary-txt .border-top-malibu {
    border-top: 5px solid #8cc0fc;
}

.primary-txt .border-btm-malibu {
    border-bottom: 5px solid #8cc0fc;
}

.primary-txt .border-left-malibu {
    border-left: 5px solid #8cc0fc;
}

.primary-txt .border-top-golden-glow {
    border-top: 5px solid #fee793;
}

.primary-txt .border-btm-golden-glow {
    border-bottom: 5px solid #fee793;
}

.primary-txt .border-left-golden-glow {
    border-left: 5px solid #fee793;
}

.primary-txt .border-top-carnation-pink {
    border-top: 5px solid #fea1cc;
}

.primary-txt .border-btm-carnation-pink {
    border-bottom: 5px solid #fea1cc;
}

.primary-txt .border-left-carnation-pink {
    border-left: 5px solid #fea1cc;
}

.primary-txt .border-top-charlotte {
    border-top: 5px solid #aaf8e9;
}

.primary-txt .border-btm-charlotte {
    border-bottom: 5px solid #aaf8e9;
}

.primary-txt .border-left-charlotte {
    border-left: 5px solid #aaf8e9;
}

.primary-txt .border-top-dodger-blue {
    border-top: 5px solid #1ba1ef;
}

.primary-txt .border-btm-dodger-blue {
    border-bottom: 5px solid #1ba1ef;
}

.primary-txt .border-left-dodger-blue {
    border-left: 5px solid #1ba1ef;
}

.primary-txt .border-top-hot-toddy {
    border-top: 5px solid #a78809;
}

.primary-txt .border-btm-hot-toddy {
    border-bottom: 5px solid #a78809;
}

.primary-txt .border-left-hot-toddy {
    border-left: 5px solid #a78809;
}

.primary-txt .border-top-disco {
    border-top: 5px solid #971652;
}

.primary-txt .border-btm-disco {
    border-bottom: 5px solid #971652;
}

.primary-txt .border-left-disco {
    border-left: 5px solid #971652;
}

.primary-txt .border-top-disco {
    border-top: 5px solid #971652;
}

.primary-txt .border-btm-disco {
    border-bottom: 5px solid #971652;
}

.primary-txt .border-left-disco {
    border-left: 5px solid #971652;
}

.primary-txt .border-top-surfie-green {
    border-top: 5px solid #0f8c73;
}

.primary-txt .border-btm-surfie-green {
    border-bottom: 5px solid #0f8c73;
}

.primary-txt .border-left-surfie-green {
    border-left: 5px solid #0f8c73;
}

.primary-txt .border-top-wedgewood {
    border-top: 5px solid #437999;
}

.primary-txt .border-btm-wedgewood {
    border-bottom: 5px solid #437999;
}

.primary-txt .border-left-wedgewood {
    border-left: 5px solid #437999;
}

.primary-txt .border-top-malibu {
    border-top: 5px solid #69dff3;
}

.primary-txt .border-btm-malibu {
    border-bottom: 5px solid #69dff3;
}

.primary-txt .border-left-malibu {
    border-left: 5px solid #69dff3;
}

.primary-txt .border-top-golden-grass {
    border-top: 5px solid #dab626;
}

.primary-txt .border-btm-golden-grass {
    border-bottom: 5px solid #dab626;
}

.primary-txt .border-left-golden-grass {
    border-left: 5px solid #dab626;
}

.primary-txt .border-top-deep-blush {
    border-top: 5px solid #e4619c;
}

.primary-txt .border-btm-deep-blush {
    border-bottom: 5px solid #e4619c;
}

.primary-txt .border-left-deep-blush {
    border-left: 5px solid #e4619c;
}

.primary-txt .border-top-puerto-rico {
    border-top: 5px solid #44c2a9;
}

.primary-txt .border-btm-puerto-rico {
    border-bottom: 5px solid #44c2a9;
}

.primary-txt .border-left-puerto-rico {
    border-left: 5px solid #44c2a9;
}

.primary-txt .border-top-matisse {
    border-top: 5px solid #1b8099;
}

.primary-txt .border-btm-matisse {
    border-bottom: 5px solid #1b8099;
}

.primary-txt .border-left-matisse {
    border-left: 5px solid #1b8099;
}

.primary-txt .border-top-indigo {
    border-top: 5px solid #4076c9;
}

.primary-txt .border-btm-indigo {
    border-bottom: 5px solid #4076c9;
}

.primary-txt .border-left-indigo {
    border-left: 5px solid #4076c9;
}

.primary-txt .border-top-orange-roughy {
    border-top: 5px solid #cc6115;
}

.primary-txt .border-btm-orange-roughy {
    border-bottom: 5px solid #cc6115;
}

.primary-txt .border-left-orange-roughy {
    border-left: 5px solid #cc6115;
}

.primary-txt .border-top-monza {
    border-top: 5px solid #d6040b;
}

.primary-txt .border-btm-monza {
    border-bottom: 5px solid #d6040b;
}

.primary-txt .border-left-monza {
    border-left: 5px solid #d6040b;
}

.tabular-data {
    display: table;
    width: 100%;
    position: relative;
    box-shadow: 0 8px 6px -6px #d4d0d0;
    margin-bottom: 15px;
}

.tabular-title {
    box-shadow: none;
    margin: 35px auto;
}

.tabular-data .tabular-column {
    display: table-cell;
    border: 1px solid #d4d0d0;
    padding: 10px 15px;
    position: relative;
    border-right: 0;
    vertical-align: middle;
    text-align: center;
    float: none;
    width: 20%;
}

.tabular-section .tb-priority {
    background-color: #eef5fd;
}

.tabular-section .tabular-data:nth-child(2) .tabular-column {
    border-top: 0;
}

.tabular-data .tabular-column:last-child {
    border-right: 1px solid #d4d0d0;
}

.tabular-title .tabular-column {
    background-color: #116a9e;
    color: #fff;
    padding: 7px 15px;
}

.tabular-data .grid-col-1 {
    width: 20%;
}

.tabular-data .grid-col-2 {
    width: 40%;
}

.tabular-data .tabular-column img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.tabular-data .tabular-column span {
    clear: both;
    color: black;
    display: block;
    padding-bottom: 10px;
    opacity: 0.8;
}

.tabular-data .tabular-column .bbicons-help,
.tabular-data .tabular-column .bbicons-flash {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-offers-common-desktop-v20.png);
    background-repeat: no-repeat;
}

.tabular-data .tabular-column .bbicons-help {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    width: 16px;
    vertical-align: middle;
    background-position: 1px -1209px;
}

.tabular-data .tabular-column .bbicons-flash {
    display: inline-block;
    height: 15px;
    width: 20px;
    vertical-align: middle;
    background-position: 4px -342px;
}

.tabular-data .tabular-column .btn-primary {
    padding: 9px 16px 9px 12px;
    display: inline-block;
    border: 1px solid #1abc9c;
    color: #fff;
}

.list-group-item.list-group-blue.lp-widget {
    border-bottom: 1px solid #ddd;
    padding: 25px 15px;
    background: #faf8f3;
}

.lp-widget-details {
    padding: 20px;
}

.lp-widget-details a {
    color: #fff;
}

.lp-widget-table {
    display: table;
}

.lp-widget-table .lp-widget-panel {
    display: table-cell;
    float: none;
}

.lp-widget .lp-widget-details:hover {
    box-shadow: 0 2px 10px 5px #ddd;
}

.lp-widget-details {
    padding: 5px;
    margin-bottom: 15px;
}

.lp-widget-table,
.lp-widget-table .lp-widget-panel {
    display: block;
    float: none;
}

.bb-home-intro {
    text-align: center;
    margin-bottom: 20px;
}

.bb-advantage {
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 20px;
}

.bb-advantage-items {
    margin: 20px 0;
}

.bb-home-intro h2,
.bb-advantage h2 {
    margin: 30px 0 10px;
}

.ratings-new-design {
    overflow: hidden;
    padding-bottom: 20px;
}

img.product-img {
    max-width: 100%;
}

.eligibility-criteria h2 {
    margin-bottom: 20px;
    text-align: center;
}

.eligibility-criteria ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.eligibility-criteria .sprite-eligibility {
    display: block;
    margin: 0 auto 15px;
    padding-left: 20px;
    text-align: left;
}

.sprite-eligibility {
    background-image: none;
    background-repeat: no-repeat;
}

.sprite-eligibility:before {
    background-image: url(https://static.bankbazaar.com/images/common/sprite-landing-elig-icon.png);
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 40px;
}

.legally-adult-icon:before {
    background-position: -5px -12px;
}

.sf-years-old-icon:before {
    background-position: -5px -47px;
}

.pay-check-icon:before {
    background-position: -5px -80px;
}

.basic-buck-icon:before {
    background-position: -5px -115px;
}

.minimum-income-icon:before {
    background-position: -5px -149px;
}

.max-loan-icon:before {
    background-position: -6px -184px;
}

.emi-other-loans-icon:before {
    background-position: -6px -224px;
}

.cc-outstanding-icon:before {
    background-position: -4px -261px;
}

.longer-tenure-icon:before {
    background-position: -4px -295px;
}

.credit-score-sticky {
    width: 100%;
    background-color: #ebcbb2;
    padding: 5px;
    border-bottom: 1px solid #34495e;
    border-top: 1px solid #34495e;
}

.credit-score-sticky-top {
    position: fixed;
    top: 0;
    z-index: 999;
}

.credit-score-sticky .credit-score-free {
    background-image: url(https://static.bankbazaar.com/images/common/credit-score-free-top-sticky.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 34px;
    float: left;
    margin: 1px 5px 1px 0;
    height: 20px;
    display: block;
    position: relative;
}

.ln-articles {
    padding: 10px 15px;
}

.primary-txt .bg-persimmon {
    background-color: #ff5a5f;
}

.terms-txt .truste-seal {
    float: right;
}

.terms-txt .policy-seals {
    padding-right: 150px;
}

.terms-txt address {
    margin-bottom: 10px;
}

.bb-landing-banner {
    background-color: #116a9d;
    display: block;
    color: #fff;
    margin: 0 0 10px 0;
}

.bb-landing-banner .landing-banner-container {
    display: table;
    padding-bottom: 0;
    min-height: 290px;
    width: 100%;
}

.bb-landing-banner .column-left,
.bb-landing-banner .column-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.bb-landing-banner .column-left {
    text-align: right;
}

.bb-landing-banner .column-right {
    padding: 0 0 0 4%;
}

.bb-landing-banner .column-right li {
    margin: 0 0 16px;
    list-style: none;
    display: table;
}

.bb-landing-banner .column-right li span {
    display: table-cell;
}

.bank-prod-page .bb-landing-banner .desc {
    color: #fff;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.simplified-landing-banner-icons {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-landing-banner-v6.png);
    background-position: 0 100px;
    height: 48px;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.sa-instant-money {
    background-position: -9px -16px;
}

.sa-atm-withdrawl {
    background-position: -9px -89px;
}

.sa-attractive-interest {
    background-position: -9px -164px;
}

.dc-online {
    background-position: -7px -236px;
}

.dc-quick-atm {
    background-position: -7px -311px;
}

.dc-bonus-points {
    background-position: -7px -385px;
}

.lp-banner {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f4f5f7;
}

.lp-banner a {
    width: 100%;
    padding: 10px;
    color: #34495e;
    text-decoration: none;
    display: table;
}

.lp-banner img {
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 120px;
    padding: 5px;
}

.lp-banner p {
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lp-banner div {
    height: 90px;
    overflow: hidden;
}

.lp-banner .lp-more-details {
    color: #38acc9;
    text-align: right;
    display: block;
    text-decoration: underline;
}

.lp-banner h2,
.lp-banner h3 {
    margin: 3px 0;
}

.bq-section,
.primary-key-details,
.jumbotron,
.container .jumbotron {
    margin: 15px 0;
    padding: 15px;
    position: relative;
}

.bq-section {
    background-color: #eef5fd;
    border: 1px solid rgba(17, 106, 158, 0.2);
    border-top: 5px solid #116a9e;
}

.how-to-use-inner .bq-section p,
.bq-section p {
    padding: 0 30px;
    position: relative;
}

.bq-section p:before,
.bq-section p:after {
    position: absolute;
    color: #fff;
    font-family: Cochin, Georgia, "Times New Roman", serif;
}

.bq-section p:before {
    content: "\201C";
    left: 4px;
    top: 0;
}

.bq-section p:after {
    content: "\201D";
    right: 4px;
    bottom: 0;
}

.primary-txt .bq-section a,
.bq-section a {
    text-align: right;
    float: right;
    color: #116a9e;
    text-decoration: underline;
}

.bq-section p:last-child,
.primary-key-details p:last-child,
.jumbotron p:last-child,
.bank-prod-page .product-content .primary-key-details p:last-child,
.primary-txt .primary-key-details p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bank-prod-page .bq-section h4,
.bank-prod-page .jumbotron h4 {
    padding: 0;
}

.primary-key-details {
    background-color: #fef9e7;
    border: 1px solid rgba(241, 196, 15, 0.2);
    border-left: 5px solid #f1c40f;
}

.primary-key-details h4,
.primary-key-details strong {
    color: #f1c40f;
}

.lp-related-info {
    border-radius: 6px;
    background-color: #f4f5f7;
    padding: 0 15px 15px;
    border: 1px solid #ddd;
    margin: 0 0 15px;
    border-bottom: 5px solid #35be7a;
    width: 100%;
    display: block;
}

.lp-related-info .lp-related-head {
    background-color: #35be7a;
    white-space: normal;
    border-radius: 6px;
    width: 85%;
    padding: 14px;
    color: #fff;
    display: block;
    margin: 0;
    border: 1px solid #ddd;
    position: relative;
    top: -15px;
    left: -17px;
}

.lp-related-info ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.lp-related-sm ul,
.lp-related-md ul,
.lp-related-lg ul {
    overflow-y: scroll;
}

.lp-related-sm ul {
    max-height: 290px;
}

.lp-related-md ul {
    max-height: 390px;
}

.lp-related-lg ul {
    max-height: 490px;
}

.lp-related-info li a {
    color: #2465bc;
    margin: 0 0 5px 5px;
    display: block;
}

.article-txt h1,
.article-txt h2,
.article-txt h3,
.article-txt h4,
.article-txt h5,
.article-txt > div,
.article-txt .hungry-table {
    margin-bottom: 10px;
}

.simplified-banner {
    background-color: #417bb9;
}

.simplified-banner .simplified-title {
    color: #fff;
    padding-top: 25px;
    display: block;
    text-align: center;
}

.simplified-banner .benefits {
    max-width: 990px;
    margin: 0 auto;
    padding: 10px;
    display: block;
}

.simplified-banner .desc {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    max-width: 74%;
    vertical-align: top;
    padding-top: 16px;
    text-align: left;
}

.simplified-banner .col-sm-4 {
    padding: 0 5px;
}

.simplified-banner-icons {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-insurance-banner-icons-v2.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 62px;
    width: 62px;
    margin-right: 10px;
    vertical-align: middle;
}

.simplified-banner .rupee {
    background: url(https://static.bankbazaar.com/images/sprite/rupee_symbol_bg_v2.png) no-repeat scroll 0 0;
    display: inline-block;
}

.simplified-banner .rp-wht-sml {
    background-position: -13px -49px;
    height: 16px;
    width: 10px;
}

.simplified-banner .conditions-apply {
    color: #87a7ce;
    text-align: right;
    margin-top: 108px;
}

.simplified-banner .row {
    margin: 0 auto;
    padding-top: 30px;
}

.simplified-banner h1 {
    text-align: center;
    color: #fff;
    padding: 14px 0;
    margin: 0;
}

.li-simplified-banner {
    text-align: left;
}

.simplified-banner .btn-danger {
    box-shadow: 0 1px 1px #d70007;
    font-size: 22px;
    padding: 10px 50px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.simplified-banner .btn-danger:after {
    content: "";
    width: 38px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -5px;
    transform: rotate(-20deg);
    background: -moz-linear-gradient(
            right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
            right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0) 1%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    -webkit-animation: btn-slide infinite 2.5s linear;
    animation: btn-slide infinite 2.5s linear;
}

@keyframes btn-slide {
    from {
        margin-left: -60px;
    }
    to {
        margin-left: 310px;
    }
}

.ci-simplified-banner {
    background: url(https://static.bankbazaar.com/images/sprite/ci-simplified-banner.png) repeat-x bottom center #417bb9;
    min-height: 358px;
}

.hi-simplified-banner {
    background: url(https://static.bankbazaar.com/images/sprite/hi-simplified-banner.png) no-repeat bottom center #417bb9;
    min-height: 358px;
}

.li-simplified-banner {
    background: url(https://static.bankbazaar.com/images/sprite/li-simplified-banner.png) no-repeat bottom center #417bb9;
    min-height: 358px;
}

.twi-simplified-banner {
    background: url(https://static.bankbazaar.com/images/sprite/twi-simplified-banner.png) repeat-x bottom center #417bb9;
    min-height: 358px;
}

.sm-ci-simplified-banner {
    background: url(https://s3-ap-southeast-1.amazonaws.com/bankbazaar-image/) repeat-x bottom center #417bb9;
    min-height: 358px;
}

.sm-hi-simplified-banner {
    background: url(https://s3-ap-southeast-1.amazonaws.com/bankbazaar-image/) no-repeat bottom center #417bb9;
    min-height: 358px;
}

.sm-li-simplified-banner {
    background: url(https://static.bankbazaar.com/images/common/sm-li-simplified-banner.png) no-repeat bottom center #417bb9;
    min-height: 358px;
}

.sm-twi-simplified-banner {
    background: url(https://s3-ap-southeast-1.amazonaws.com/bankbazaar-image/) repeat-x bottom center #417bb9;
    min-height: 358px;
}

.hi-discounts {
    background-position: -164px 0;
}

.hi-offers {
    background-position: -164px -124px;
}

.hi-garages {
    background-position: -164px -248px;
}

.li-discounts {
    background-position: -82px 0;
}

.li-offers {
    background-position: -82px -124px;
}

.li-garages {
    background-position: -82px -248px;
}

.ci-discounts {
    background-position: 0 0;
}

.ci-offers {
    background-position: 0 -124px;
}

.ci-garages {
    background-position: 0 -248px;
}

.twi-garages {
    background-position: 0 -371px;
}

.container-full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49.3%;
}

.container-full-width .container {
    padding: 10px 15px 0 22px;
}

.insurancePrimaryContent .insurance-content .primary-txt {
    min-height: 320px;
    padding: 0 10px;
}

.landingPage .insurance-content .container .container {
    min-height: 699px;
}

.landingPage .primary-txt.terms-txt p {
    margin: 15px 0;
    display: block;
}

.insurance-weekpick {
    margin-top: 5px;
}

.insurance-weekpick ul li.news-green .news-head {
    font-size: 20px;
    width: 190px;
}

.insurance-weekpick .insurance-weekpick-title a {
    text-decoration: none;
    font-size: 16px;
    padding: 0;
}

.insurance-weekpick ul .link-section {
    font-size: 12px;
    padding: 0;
}

.cl-lp .news-widget ul li.news-green .news-head,
.insurance-pg .news-widget ul li.news-green .news-head {
    width: 60%;
}

.cl-lp .news-widget ul li p,
.insurance-pg .news-widget ul li p {
    margin-bottom: 10px;
}

.cl-lp .news-widget ul li .pull-right p,
.insurance-pg .news-widget ul li .pull-right p,
.ins-pg .news-widget ul li .pull-right p,
.cc-loan-landing .news-widget ul li .pull-right p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.news-widget h3,
.news-widget h2 {
    font-size: 18px;
    margin-bottom: 25px;
}

.news-widget h3 a,
.news-widget h2 a {
    text-decoration: none;
}

.news-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-widget ul li {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f4f5f7;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 15px 0 30px;
}

.news-widget ul li ul li {
    border: 0;
    margin: 0;
    margin-left: 30px;
    list-style: disc;
}

.news-widget ul li p,
.news-widget ul li li {
    position: relative;
}

.news-widget ul li .news-head {
    width: 50%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
    margin: 0;
    border: 1px solid #ddd;
    position: relative;
    top: -25px;
    left: -17px;
}

.news-widget ul li .news-head a {
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.news-widget ul li a {
    font-weight: bold;
    text-decoration: underline;
    padding: 0 0 0 10px;
}

.news-widget ul li.news-blue .news-head {
    background-color: #38acc9;
}

.news-widget ul li.news-blue {
    border-bottom: 5px solid #38acc9;
}

.news-widget ul li.news-orange .news-head {
    background-color: #ffa952;
}

.news-widget ul li.news-orange {
    border-bottom: 5px solid #ffa952;
}

.news-widget ul li.news-green .news-head {
    background-color: #35be7a;
    white-space: normal;
}

.news-widget ul li.news-green {
    border-bottom: 5px solid #35be7a;
}

.news-widget ul li.news-meroon .news-head {
    background-color: #f08261;
}

.news-widget ul li.news-meroon {
    border-bottom: 5px solid #f08261;
}

.news-widget ul li.news-dkgreen .news-head {
    background-color: #29999a;
}

.news-widget ul li.news-dkgreen {
    border-bottom: 5px solid #29999a;
}

.news-widget .lp-blog-post ul {
    margin-left: 0 !important;
}

.news-widget .lp-blog-post li {
    list-style: none !important;
}

.news-widget .lp-blog-post ul li {
    width: 48.5%;
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.news-widget .lp-blog-post ul li p {
    height: 40px;
    top: 0;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-widget .lp-blog-post a {
    width: 100%;
    padding: 10px;
    color: #34495e;
    text-decoration: none;
    display: table;
}

.lp-blog-post ul li:nth-child(even),
.lp-blog-get-app {
    float: right;
}

.lp-blog-post ul li img {
    float: left;
    margin-right: 10px;
    width: 90px;
    height: 70px;
}

.lp-blog-post {
    clear: both;
}

.lp-blog-post ul li .lp-more-details {
    color: #38acc9;
    text-align: right;
    display: block;
    text-decoration: underline;
}

.lp-blog-get-app .app-title,
.lp-blog-get-app .bbicons-android,
.lp-blog-get-app .bbicons-ios {
    display: inline-block;
    height: 32px;
    margin: 0 auto;
    vertical-align: middle;
}

.lp-blog-get-app .app-title {
    margin-right: 8px;
}

.lp-blog-get-app .app-sprite {
    background-image: url(https://static.bankbazaar.com/images/common/sprite-lp-blog-app-icons-v1.png);
    width: 106px;
    background-position: 0 100px;
    background-repeat: no-repeat;
}

.lp-blog-get-app .bbicons-android {
    background-position: 0 -3px;
    margin-right: 6px;
}

.lp-blog-get-app .bbicons-ios {
    background-position: -119px -3px;
}

.news-widget .lp-blog-post ul {
    margin-left: 0 !important;
}

.news-widget .lp-blog-post li {
    list-style: none !important;
}

.lp-blog-post {
    clear: both;
}

.insurance-pg .news-widget .lp-blog-post ul li,
.news-widget .lp-blog-post ul li {
    width: 48.5%;
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 0;
}

.lp-blog-post ul li:nth-child(even),
.lp-blog-get-app {
    float: right;
}

.news-widget .lp-blog-post ul li p {
    height: 40px;
    top: 0;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.lp-blog-post ul li img {
    float: left;
    margin-right: 10px;
    width: 90px;
    height: 70px;
}

.news-widget .lp-blog-post a {
    width: 100%;
    padding: 10px;
    color: #34495e;
    font-weight: normal;
    text-decoration: none;
    display: table;
}

.lp-blog-post ul li .lp-more-details {
    color: #38acc9;
    font-weight: normal;
    text-align: right;
    display: block;
    text-decoration: underline;
}

.lp-blog-get-app .app-title,
.lp-blog-get-app .bbicons-android,
.lp-blog-get-app .bbicons-ios {
    display: inline-block;
    height: 32px;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 1.8;
}

.lp-blog-get-app .app-title {
    margin-right: 8px;
}

.lp-blog-get-app .app-sprite {
    background-image: url(https://static.bankbazaar.com/images/common/sprite-lp-blog-app-icons-v1.png);
    width: 106px;
    background-position: 0 100px;
    background-repeat: no-repeat;
}

.lp-blog-get-app .bbicons-android {
    background-position: 0 -3px;
    margin-right: 6px;
}

.lp-blog-get-app .bbicons-ios {
    background-position: -119px -3px;
}

.bb-landing-banner {
    background-color: #116a9d;
    display: block;
    color: #fff;
    margin: 0 0 10px 0;
}

.bb-landing-banner .landing-banner-container {
    display: table;
    padding-bottom: 0;
    min-height: 290px;
    width: 100%;
}

.bb-landing-banner .column-left,
.bb-landing-banner .column-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.bb-landing-banner .column-left {
    text-align: right;
}

.bb-landing-banner .column-right {
    padding: 0 0 0 4%;
}

.bb-landing-banner .column-right li {
    margin: 0 0 16px;
    list-style: none;
    display: table;
}

.bb-landing-banner .column-right li span {
    display: table-cell;
}

.bank-prod-page .bb-landing-banner .desc {
    color: #fff;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

.bb-landing-banner .cta-btn {
    display: inline-block;
    padding-top: 6px;
    text-align: center;
}

.bb-landing-banner .cta-btn .btn {
    color: #fff;
    background-color: #ff5a5f;
    display: inline-block;
    font-size: 20px;
    margin-left: 66px;
    padding: 10px 32px;
    font-weight: normal;
}

.simplified-landing-banner-icons {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-landing-banner-v6.png);
    background-position: 0 100px;
    height: 48px;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.sa-instant-money {
    background-position: -9px -16px;
}

.sa-atm-withdrawl {
    background-position: -9px -89px;
}

.sa-attractive-interest {
    background-position: -9px -164px;
}

.dc-online {
    background-position: -7px -236px;
}

.dc-quick-atm {
    background-position: -7px -311px;
}

.dc-bonus-points {
    background-position: -7px -385px;
}

.bq-section,
.primary-key-details,
.jumbotron,
.container .jumbotron {
    margin: 15px 0;
    padding: 15px;
    position: relative;
}

.bq-section {
    background-color: #eef5fd;
    border: 1px solid rgba(17, 106, 158, 0.2);
    border-top: 5px solid #116a9e;
    font-style: normal;
}

.how-to-use-inner .bq-section p,
.bq-section p {
    padding: 0 30px;
    position: relative;
}

.bq-section p:before,
.bq-section p:after {
    position: absolute;
    color: #fff;
    font-family: Cochin, Georgia, "Times New Roman", serif;
    font-size: 60px;
}

.bq-section p:before {
    content: "\201C";
    left: 4px;
    top: 0;
    line-height: 50px;
}

.bq-section p:after {
    content: "\201D";
    right: 4px;
    bottom: 0;
    line-height: 0;
}

.primary-txt .bq-section a,
.bq-section a {
    text-align: right;
    float: right;
    color: #116a9e;
    text-decoration: underline;
    font-weight: bold;
}

.bq-section p:last-child,
.primary-key-details p:last-child,
.jumbotron p:last-child,
.bank-prod-page .product-content .primary-key-details p:last-child,
.primary-txt .primary-key-details p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bank-prod-page .bq-section h4,
.bank-prod-page .jumbotron h4 {
    padding: 0;
}

.primary-key-details {
    background-color: #fef9e7;
    border: 1px solid rgba(241, 196, 15, 0.2);
    border-left: 5px solid #f1c40f;
}

.primary-key-details h4,
.primary-key-details strong {
    color: #f1c40f;
}

.container .jumbotron,
.jumbotron {
    background-color: #f9eef3;
    border: 1px solid rgba(195, 89, 138, 0.2);
}

.how-to-use-inner .jumbotron ul li,
.jumbotron li,
.primary-txt .jumbotron li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jumbotron li:before {
    background-color: #c3598a;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: 5px;
    top: 15px;
}

.primary-txt .jumbotron ul {
    padding-left: 0;
}

.bank-prod-page .jumbotron h4,
.jumbotron h4 {
    color: #34495d;
}

.bb-hungry-more-section {
    background: #fff;
}

.bank-prod-page {
    font-weight: 400;
}

.bank-prod-page .tab-right-section {
    width: 80%;
    padding: 0;
    float: right;
}

.bank-prod-page .tab-content {
    border: 0 solid #ddd;
    margin-bottom: 0;
}

.bank-prod-page .btm-pad {
    padding-bottom: 10px;
}

.bank-prod-page .row .col-md-12 {
    padding-right: 0;
}

.bank-prod-page .product-head {
    margin-top: 0;
}

.bank-prod-page .tcenter,
.banner .tcenter {
    text-align: center;
    margin-top: 0;
}

.bank-prod-page .tab-left-section {
    background: #f5f7f8;
    float: left;
    width: 20%;
    padding: 0;
}

.bank-prod-page .top-pad {
    padding-top: 15px;
}

.bank-prod-page span.product-logo-block {
    float: left;
}

.product-logo-block {
    float: left;
    padding-top: 4px;
}

.product-logo-block .product-logo {
    max-height: 32px;
    margin-right: 5px;
}

.social-media-section {
    display: inline;
    padding-left: 10px;
    float: right;
    padding-top: 5px;
}

.bank-prod-page hr {
    border-color: #ddd;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.bank-prod-page .arrow-down {
    position: relative;
    height: 20px;
}

.bank-prod-page .arrow-down:after,
.arrow-down:before {
    top: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bank-prod-page .arrow-down:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 17px;
    margin-left: -17px;
}

.bank-prod-page .arrow-down:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ddd;
    border-width: 18px;
    margin-left: -18px;
}

.bank-prod-page .previous-section-indicator,
.bank-prod-page .previous-section-indicator-bluebg {
    border-top: 1px solid #ddd;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.bank-prod-page .previous-section-indicator img,
.bank-prod-page .previous-section-indicator-bluebg img {
    margin-top: -10px;
}

.bank-prod-page .rating-section {
    padding-right: 0;
}

.rating-section .micro-ratings p {
    font-size: 12px;
    margin: 0;
}

.bank-prod-page .link-section {
    text-align: center;
    padding: 15px 0;
    font-weight: 300;
}

.bank-prod-page .link-section p {
    text-align: right;
}

.bank-prod-page .link-section span a,
.bank-prod-page .bluelink {
    margin-left: 10px;
    text-decoration: underline;
    color: #38acc9;
    font-weight: 700;
    font-size: 18px;
}

.bank-prod-page .link-section span a.animation-target {
    font-size: 12px;
    padding: 2px 15px;
}

.ie .bank-prod-page .pointer-view-blue {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-icon-pointer.png);
}

.ie .bank-prod-page .pointer-view-orange {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-icon-pointer.png);
}

.ie .bank-prod-page .pointer-view-meroon {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-icon-pointer.png);
}

.ie .bank-prod-page .pointer-view-green {
    background-image: url(https://static.bankbazaar.com/images/sprite/sprite-icon-pointer.png);
}

.bank-prod-page .pv-text-style {
    width: 47px;
    height: 56px;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #fff;
    line-height: 47px;
    text-shadow: 7px 5px 10px #000;
}

.bank-prod-page .pointer-view-blue {
    background-position: 0 0;
}

.bank-prod-page .pointer-view-orange {
    background-position: 0 -67px;
}

.bank-prod-page .pointer-view-meroon {
    background-position: 0 -135px;
}

.bank-prod-page .pointer-view-green {
    background-position: 0 -202px;
}

.bank-prod-page .tit {
    color: #488aae;
    font-size: 16px;
    margin: 10px 0 0;
}

.bank-prod-page .cl-title {
    font-size: 24px;
    font-weight: 300;
    margin: 30px 0 10px;
    text-align: center;
}

.ratings-new-design {
    background: #38acc9;
}

.ratings-new-design .container {
    position: relative;
    padding-top: 20px;
}

.ratings-new-design .review-heading {
    color: #fff;
    text-align: center;
    font-weight: lighter;
    margin: 0 auto 20px auto;
    width: 70%;
    position: relative;
}

.ratings-new-design .rating-section {
    margin: 0 auto;
    float: none;
    line-height: 1.8;
    width: 715px;
}

.ratings-new-design .review-heading .font-lgr {
    font-weight: normal;
}

.ratings-new-design .micro-ratings p {
    color: #fff;
    font-size: 12px;
}

.ratings-new-design .review-small-heading {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: lighter;
}

.ratings-new-design .review_btn {
    background: #eec64c;
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
}

.hungry-for-more .cl-social-icon {
    background: transparent;
}

.hungry-for-more .cl-social-icon .container,
.card-hungry-for-more .cl-social-icon .container {
    padding: 0;
    position: relative;
}

.card-hungry-for-more .cl-social-icon .container {
    padding-left: 10px;
}

.card-hungry-for-more .cl-social-icon {
    background: transparent;
}

.cl-social-icon a {
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
}

.cl-social-icon .fui-facebook:before,
.cl-social-icon .fui-twitter:before,
.cl-social-icon .fui-googleplus:before {
    background-image: url(https://static.bankbazaar.com/images/common/footer-sprite-v2.png);
    width: 24px;
    height: 21px;
    content: "";
    float: left;
}

.cl-social-icon .fui-facebook:before {
    background-position: -217px 0;
}

.cl-social-icon .fui-twitter:before {
    background-position: -240px 0;
}

.hungry-for-more .arrow-down-blue {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #38acc9;
    margin: 0 auto;
    display: inline-block;
}

.hungry-for-more .arrow-up-blue {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #38acc9;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 28%;
}

.ratings-new-design .social-media-icons {
    bottom: 0;
    right: 16px;
    position: absolute;
    z-index: 1;
}

.hungry-review-style {
    text-align: center;
}

.hungry-review-style span {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
}

.hungry-review-style .userrating {
    display: inline-block;
}

.ratings-new-design .rating-section {
    text-align: center;
}

.hungry-for-more .ratings-new-design .micro-ratings {
    padding-top: 10px;
}

.cc-loan-landing .video-frame {
    width: 560px;
    height: 315px;
}

.cc-loan-landing .tcenter {
    text-align: center;
}

.cc-loan-landing .primary-txt p.text-center,
.primary-txt p.text-center {
    text-align: center;
}

.hungry-for-more .news-widget ul li {
    list-style-type: none;
}

.hungry-for-more .news-widget ul li ul li {
    list-style: disc;
    padding: 0;
}

.hungry-for-more .news-widget .break-section {
    display: none;
}

.hungry-for-more .product-description .tabbertab h3 {
    font-weight: bold;
}

.hungry-for-more .product-description h4 {
    font-weight: 700;
    margin: 15px 0;
}

.tools-menu .row {
    width: 100%;
}

.tools-menu .col-md-6 .bottom-links a {
    color: #34495e;
    font-size: 16px;
    line-height: 1.8;
}

.tools-menu .col-md-6 .bottom-links a:hover,
.tools-menu .col-md-6 .bottom-links a:focus {
    color: #38acc9;
}

.tools-menu .col-md-6 .bottom-links {
    padding-bottom: 40px;
}

.tools-menu .bottom-menu .bottom-links {
    font-size: 14px;
    line-height: 1.8;
}

.tools-menu .bottom-links,
.bottom-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-txt .tools-menu ul li {
    list-style-type: none;
}

.accordion-mo-head {
    color: #16a085;
    padding: 10px;
}

.accordion-mo-head .caret {
    display: none;
}

.review-writing-tips {
    position: fixed;
    right: 0;
    cursor: pointer;
    z-index: 15;
    text-align: left;
}

.review-writing-tips.fixed.rw-sticky {
    z-index: 16;
}

.review-writing-tips.fixed {
    top: 380px;
}

.review-writing-tips-img,
.review-writing-tips-info {
    float: left;
}

.review-writing-tips-img {
    left: 24px;
    position: relative;
}

.review-writing-tips-info {
    background-color: #e7532d;
    color: #fff;
    margin-top: 9px;
    padding: 5px 5px 5px 36px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.review-writing-tips-modal .list-group-item i {
    margin-right: 5px;
    left: 0;
    position: absolute;
    top: 7px;
}

.sticky-top .row.container {
    margin: 0 auto;
}

.font-lgr {
    display: inline;
    font-size: 23px;
}

.primary-txt .breadcrumb {
    font-size: 12px;
}

.primary-txt .breadcrumb a {
    text-decoration: none;
}

.primary-txt .breadcrumb-section {
    padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .bb-products-invest {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .document-list-group-blue div,
    .document-list-group-blue div:first-child {
        padding-left: 20px;
        border-right: 0;
    }

    .simplified-banner .desc {
        padding-top: 10px;
    }

    .li-simplified-banner .col-sm-4 {
        padding-right: 0;
    }

    .simplified-banner-icons {
        background-size: 150px auto;
        height: 42px;
        margin-right: 10px;
        width: 42px;
    }

    .ci-discounts {
        background-position: 0 0;
    }

    .ci-offers {
        background-position: 0 -82px;
    }

    .ci-garages {
        background-position: 0 -164px;
    }

    .twi-garages {
        background-position: 0 -246px;
    }

    .hi-discounts {
        background-position: -108px 0;
    }

    .hi-offers {
        background-position: -108px -82px;
    }

    .hi-garages {
        background-position: -108px -164px;
    }

    .li-discounts {
        background-position: -54px 0;
    }

    .li-offers {
        background-position: -54px -82px;
    }

    .li-garages {
        background-position: -54px -164px;
    }

    .bank-prod-page .tab-right-section,
    .bank-prod-page .tab-left-section {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .ratings-new-design .review_btn {
        bottom: 5px;
        top: auto;
    }

    .ratings-new-design .new-write-review-btn {
        margin-top: 20px;
        text-align: center;
    }

    .ratings-new-design .review_btn {
        float: none;
        position: relative;
        right: auto;
        top: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-widget ul li a {
        color: #2465bc;
        font-weight: bold;
        text-decoration: underline;
        padding: 0 0 0 10px;
    }

    .insurance-weekpick {
        margin-top: 25px;
    }

    .insurance-weekpick ul li.news-green .news-head {
        top: -28px;
    }
}

@media (max-width: 767px) {
    .primary-txt,
    .primary-txt p,
    .news-widget li,
    .tab-left-section,
    .tab-right-section,
    .primary-txt ul {
        font-size: 14px;
    }

    .primary-txt h1,
    .product-head h1,
    .landingpage-h1-title {
        font-size: 18px;
    }

    .landingpage-h1-title {
        padding: 5px;
    }

    .primary-txt h2 {
        font-size: 16px;
    }

    .primary-txt h3 {
        font-size: 15px;
    }

    .primary-txt h4 {
        font-size: 14px;
    }

    .primary-txt h5 {
        font-size: 14px;
    }

    .ratings-new-design .review-heading {
        width: auto;
        margin-bottom: 0;
    }

    .hungry-for-more .overview-tab-review .product-logo,
    .card-hungry-for-more .overview-tab-review .product-logo {
        max-height: 20px;
    }

    .ratings-new-design .social-media-icons {
        display: block;
        float: none !important;
        position: relative;
        right: 1px;
    }

    .hungry-for-more .cl-social-icon .container,
    .card-hungry-for-more .cl-social-icon .container {
        text-align: center;
        margin-top: 0;
    }

    .cc-landing .hungry-for-more .cl-social-icon .container {
        text-align: center;
        margin-top: -25px;
    }

    .cc-landing .hungry-for-more .cl-social-icon {
        margin-top: 15px;
    }

    .review-writing-tips {
        display: none;
    }

    .sort-section {
        display: table;
        padding-top: 4px;
    }

    .sort-section .product-logo-block,
    .sort-section .sort-section-title {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
        line-height: 14px;
        padding-top: 0;
    }

    .accordion-mo-head {
        background: #38acc9;
        color: #fff;
        clear: both;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
        padding: 10px;
    }

    .accordion-mo-info {
        background: #f5f7f8;
        margin-bottom: 10px;
        border-radius: 6px;
        display: none;
    }

    .accordion-mo-head .caret {
        display: block;
        float: right;
        position: relative;
        top: 5px;
        border-bottom: 8px none #34495e;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid;
        transition: all 0.25s ease;
    }

    .col-md-6 .title.accordion-mo-head {
        color: #fff;
        font-size: 14px;
        padding: 15px 10px;
        font-weight: normal;
    }

    .tools-menu .container,
    .tools-menu .row {
        width: 100%;
    }

    .tools-menu .col-sm-6 {
        margin-bottom: 10px;
        padding: 0;
    }

    .tools-menu .col-md-6 .bottom-links a {
        font-size: 14px;
        display: block;
    }

    .tools-menu .col-md-6 .bottom-links {
        padding-bottom: 0;
    }

    .bottom-links.accordion-mo-info {
        border-radius: 6px;
        margin-bottom: 0;
        padding: 0 10px;
    }

    .card-hungry-for-more .cl-social-icon .container {
        padding-left: 0;
    }

    .ratings-new-design .review-heading .font-lgr {
        line-height: 1.8;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .bb-landing-banner {
        margin: 0 0 15px 0;
        padding: 35px 0;
    }

    .bb-landing-banner .landing-banner-container {
        padding: 0;
        min-height: inherit;
    }

    .bb-landing-banner .column-right {
        display: block;
        width: 100%;
        padding: 0 0 0 30px;
    }

    .bb-landing-banner .column-right ul {
        margin: 0;
        padding-left: 0;
    }

    .bb-landing-banner .column-right li {
        margin: 0 0 18px;
    }

    .bb-landing-banner .cta-btn .btn {
        font-size: 16px;
    }

    .news-widget ul li .news-head {
        width: 100%;
    }

    .insurance-pg .news-widget .lp-blog-post ul li,
    .news-widget .lp-blog-post ul li {
        width: 100%;
    }

    .lp-blog-post ul li .lp-more-details {
        display: none;
    }

    .lp-blog-post ul li img {
        width: 52px;
        height: 36px;
    }

    .news-widget .lp-blog-post ul li p {
        height: auto;
        margin-bottom: 0;
    }

    .lp-blog-get-app .app-title {
        display: block;
        text-align: center;
        height: 20px;
        line-height: 16px;
    }

    .lp-blog-get-app {
        display: block;
        width: 225px;
        margin: 0 auto;
        float: none;
    }

    .primary-txt .sub-title {
        margin: 10px 0 0;
    }

    .fd-section table img {
        max-height: 22px;
    }

    .banner-hl a:hover .sh-hl,
    .banner-cl a:hover .sh-cl,
    .banner-pl a:hover .sh-pl,
    .banner-cc a:hover .sh-cc,
    .banner-fd a:hover .sh-fd {
        display: none;
    }

    .bb-banner-loans {
        padding: 60px 0 0;
    }

    .primary-txt .jrt.table.table-curved {
        background: #fff;
        border: 0;
    }

    .primary-txt .jrt.table tr td {
        padding-left: 50%;
        border-right: 1px solid #ddd;
    }

    .primary-txt .jrt.table-curved > tbody > tr > td:last-child {
        border-right: 1px solid #ddd;
    }

    .jrt table,
    .jrt thead,
    .jrt tbody,
    .jrt th,
    .jrt td,
    .jrt tr {
        display: block;
        text-align: left;
    }

    .jrt thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .jrt tr {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        background: #f4f5f7;
    }

    .jrt td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .jrt td:before {
        position: absolute;
        top: 8px;
        left: 6px;
        width: 45%;
        text-align: left !important;
        padding-right: 0;
        white-space: pre;
        overflow: hidden;
    }

    .articles-btn {
        margin: 0 0 10px;
    }

    .ln-articles .pull-right {
        float: none !important;
    }

    .eligibility-criteria .col-md-4 {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

    .eligibility-criteria .sprite-eligibility {
        margin: 0 auto 5px;
        padding-bottom: 8px;
        padding-left: 35px;
    }

    .bank-prod-page .eligibility-criteria .link-section a {
        margin: 25px auto 0;
    }

    .document-list-group-blue div:first-child {
        border-bottom: 0;
        border-right: 0;
        padding-left: 0;
    }

    .eligibility-criteria.document-list-group-blue .col-md-4 {
        border-bottom: 0;
        border-right: 0;
        padding: 0;
    }

    .document-list-group-blue div {
        padding-left: 35px;
    }

    .bank-prod-page .eligibility-criteria .link-section a,
    .bank-prod-page .link-section-green a {
        padding: 12px 30px;
    }

    .primary-txt .product-description .list-group-item.list-group-blue {
        padding-left: 10px;
    }

    .terms-txt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bb-landing-banner {
        margin: 0 0 15px 0;
        padding: 35px 0;
    }

    .bb-landing-banner .landing-banner-container {
        padding: 0;
        min-height: inherit;
    }

    .bb-landing-banner .column-right {
        display: block;
        width: 100%;
        padding: 0 0 0 30px;
    }

    .bb-landing-banner .column-right ul {
        margin: 0;
        padding-left: 0;
    }

    .bb-landing-banner .column-right li {
        margin: 0 0 18px;
    }

    .news-widget .lp-blog-post ul li {
        width: 100%;
    }

    .lp-blog-post ul li .lp-more-details {
        display: none;
    }

    .lp-blog-post ul li img {
        width: 52px;
        height: 36px;
    }

    .news-widget .lp-blog-post ul li p {
        height: auto;
        margin-bottom: 0;
    }

    .lp-blog-get-app .app-title {
        display: block;
        text-align: center;
        height: 20px;
    }

    .lp-blog-get-app {
        display: block;
        width: 225px;
        margin: 0 auto;
        float: none;
    }

    .product-section .primary-txt .link-cta-btn,
    .primary-txt .link-cta-btn {
        text-align: center;
        padding: 6px 7px;
    }

    .primary-txt .link-cta-btn a {
        clear: both;
        display: table;
        margin: 10px auto 0;
    }

    .lp-banner a {
        width: 100%;
        padding: 10px;
        color: #34495e;
        text-decoration: none;
        display: table;
    }

    .lp-banner img {
        width: 90px;
        height: 90px;
        padding: 2px;
    }

    .lp-banner p {
        overflow-y: scroll;
        margin-bottom: 0;
    }

    .lp-banner .lp-more-details {
        display: none;
    }

    .tabular-data {
        display: block;
    }

    .tabular-title {
        display: none;
    }

    .tabular-section .tabular-data:nth-child(2) .tabular-column {
        border-top: 1px solid #d4d0d0;
    }

    .tabular-data .tabular-column {
        border-bottom: 0;
        padding: 7px;
    }

    .tabular-data .tabular-column:nth-last-child(2) {
        border-right: 1px solid #d4d0d0;
    }

    .tabular-data .bank-info {
        display: block;
        width: 100%;
        border-right: 1px solid #d4d0d0;
        text-align: left;
    }

    .tabular-data .tabular-column img {
        float: left;
        padding-bottom: 0;
        padding-right: 5px;
    }

    .tabular-data .apply-now {
        display: block;
        width: 100%;
        padding: 13px;
        border-right: 1px solid #d4d0d0;
        border-bottom: 1px solid #d4d0d0;
    }

    .tabular-data .tabular-column .btn-primary {
        width: 100%;
        border-radius: 0;
    }

    .mf-pg .product-head {
        display: table;
    }

    .mf-pg .bank-prod-page .sub-title,
    .mf-pg .bank-prod-page .product-logo-block {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .mf-pg .bank-prod-page .product-logo-block {
        padding-top: 5px;
    }

    .mf-pg .primary-txt {
        width: 100%;
        overflow: auto;
    }

    .cta-section.cta-section-1 {
        display: block;
        width: 100%;
    }

    .link-cta-btn .left-box {
        width: 100%;
    }

    .primary-txt .link-cta-btn.link-cta-btn-1 a {
        margin: 0 0 0 10px;
    }

    .conditions-apply {
        margin-top: 40px;
    }

    .simplified-banner {
        background: #417bb9;
    }

    .simplified-banner .col-xs-12 {
        float: none;
        padding: 6px;
        margin: 0 auto;
        clear: both;
        overflow: hidden;
    }

    .simplified-banner {
        min-height: 280px;
    }

    .simplified-banner .row {
        padding-top: 15px;
        padding-bottom: 1px;
    }

    .simplified-banner .desc {
        padding-top: 5px;
    }

    .container-full-width {
        left: 49.8%;
    }

    .landingPage .insurance-content .container .container {
        min-height: 500px;
    }

    .ct-img-web-banner img {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .insurance-weekpick {
        margin-left: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .cl-lp .news-widget ul li.news-green .news-head,
    .insurance-pg .news-widget ul li.news-green .news-head {
        width: 100%;
    }

    .insurance-weekpick {
        margin-top: 25px;
    }

    .insurance-weekpick ul li.news-green .news-head {
        top: -28px;
    }

    .news-widget .js-short-content .readmore,
    .news-widget .js-short-content .readless,
    .news-widget ul li a.morelink {
        color: #38acc9;
        display: block;
        font-weight: normal;
        margin: 0 auto;
        overflow: hidden;
        text-align: right;
        text-decoration: underline;
        width: 100%;
        cursor: pointer;
    }

    .cc-loan-landing .video-frame {
        width: auto;
        height: auto;
    }

    .ratings-new-design .rating-section {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    .simplified-banner .col-xs-12 {
        width: 75%;
    }
}

@media (max-width: 580px) {
    .bb-products-invest ul {
        display: block;
    }

    .bb-products-invest li {
        display: inline-block;
        width: 45%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .simplified-banner .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .link-cta-btn .right-box {
        min-width: 148px;
    }

    .primary-txt .link-cta-btn.link-cta-btn-1 a {
        margin: 0 0 0 6px;
        padding: 7px 2px;
    }

    .product-section .primary-txt .link-cta-btn.link-cta-btn-1,
    .primary-txt .link-cta-btn.link-cta-btn-1 {
        padding: 6px 4px;
    }
}

#sticky-top {
    left: auto;
    position: fixed;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.sticky-section {
    margin-top: -10px;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.sticky-logo {
    padding: 10px 0 0;
}

.sticky-button {
    font-size: 20px;
    text-align: center;
}

.sticky-button-mob {
    text-align: center;
}

.sticky-button-mob .btn-wide {
    background: none repeat scroll 0 0 #ff5a5f;
    border-radius: 0;
    box-shadow: 0 1px 1px #d70007;
    font-size: 18px;
    min-width: 180px;
}

.sticky-button .btn-wide {
    background: none repeat scroll 0 0 #ff5a5f;
    border-radius: 0;
    box-shadow: 0 1px 1px #d70007;
    min-width: 240px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 30px;
}

.sticky-top .content {
    color: #333;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    clear: none;
    border: 0;
}

.sticky-top {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 5px 5px #ccc;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 6px;
    position: fixed;
    top: -100px;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.sticky {
    opacity: 1;
    top: 0;
}

.search-mob-button {
    text-align: center;
}

.sticky-search-mob-button {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 15px 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.sticky-search-mob-button .btn-wide {
    width: 80%;
}

.sticky-top .row.container {
    margin: 0 auto;
}

.desktop_sticky_img {
    margin-top: 19px;
    height: 60px;
}

.desktop_sticky_app_img {
    background-repeat: no-repeat;
    display: inline-block;
    height: 72px;
}

.desktop_sticky_app_phone {
    background-position: 0 2px;
    width: 100px;
}

.desktop_sticky_app_android {
    background-position: -270px -8px;
    width: 135px;
    height: 40px;
    margin: 0 7px 22px;
}

.desktop_sticky_app_ios {
    background-position: -120px -8px;
    width: 135px;
    height: 40px;
    margin: 0 7px 22px 14px;
}

@media screen and (max-width: 700px) {
    .sticky-logo {
        display: none;
    }

    .sticky-top .content {
        font-size: 16px;
        padding: 10px 0;
        width: 80%;
    }

    .sticky-top .sticky-button {
        width: 80%;
    }

    .sticky-desktop-image-mob {
        background-repeat: no-repeat;
        background-position: 0 0;
        float: right;
        height: 66px;
        margin: 30px auto 0;
        width: 50px;
    }

    .sticky-tab-image,
    .sticky-desktop-image {
        display: none;
    }

    .sticky-button {
        display: none;
    }

    #sticky-top {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .mobile .sticky-top .content {
        width: 50%;
        float: left;
    }

    .mobile .sticky-top .sticky-button {
        display: inline-block;
        width: 40%;
        float: left;
        padding: 10px;
    }

    .mobile #sticky-top {
        display: block;
        padding: 10px 0 0 0;
    }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .sticky-top .content {
        padding: 20px 0 0;
    }

    .sticky-logo {
        display: none;
    }

    .sticky-top .sticky-button {
        padding: 35px 0 0;
    }

    .sticky-tab-image {
        background: url(https://static.bankbazaar.com/images/sprite/desktop_sticky_image.png) no-repeat scroll center top;
        float: right;
        height: 86px;
        margin: 10px auto 0;
        width: 55px;
    }

    .sticky-desktop-image {
        display: none;
    }

    .sticky-desktop-image-mob {
        display: none;
    }

    .sticky-button-mob {
        display: block;
    }

    .sticky-mob-button-bg {
        display: block;
    }

    .banner-icon img {
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 997px) {
    .sticky-tab-image {
        background: url(https://static.bankbazaar.com/images/sprite/desktop_sticky_image.png) no-repeat scroll 0 0;
        height: 86px;
        margin: 10px auto 0;
        width: 55px;
    }

    .sticky-desktop-image {
        display: none;
    }

    .sticky-logo {
        display: none;
    }

    .sticky-section {
        height: 73px;
    }

    .sticky-top .sticky-button {
        padding: 35px 0 0;
    }

    .sticky-top .content {
        padding: 30px 0 0;
    }

    .sticky-desktop-image-mob {
        display: none;
    }

    .sticky-button-mob {
        display: block;
    }

    .sticky-search-mob-button .btn-wide {
        width: 50%;
    }

    .sticky-mob-button-bg {
        display: block;
    }
}

@media screen and (min-width: 998px) and (max-width: 1920px) {
    .sticky-tab-image {
        display: none;
    }

    .sticky-desktop-image {
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 66px;
        margin: 10px auto 0;
        width: 50px;
    }

    .sticky-top .content {
        padding: 20px 0 0 10px;
        font-size: 15px;
    }

    .sticky-top .sticky-button {
        padding: 24px 0 0;
    }

    .sticky-desktop-image-mob {
        display: none;
    }

    .sticky-button-mob {
        display: none;
    }

    .sticky-mob-button-bg {
        display: none;
    }
}

.sa-instant-money {
    background-position: -9px -16px;
}

.sa-atm-withdrawl {
    background-position: -9px -89px;
}

.sa-attractive-interest {
    background-position: -9px -164px;
}

.dc-online {
    background-position: -7px -236px;
}

.dc-quick-atm {
    background-position: -7px -311px;
}

.dc-bonus-points {
    background-position: -7px -385px;
}

.multiple-insurers {
    background-position: -9px -994px;
}

.save-premium {
    background-position: -9px -1069px;
}

.choose-own-idv {
    background-position: -9px -1146px;
}

.paperless-process-available {
    background-position: -9px -613px;
}

.choose-payout-option {
    background-position: -9px -690px;
}

.cashless-garage {
    background-position: -9px -917px;
}

.stage-of-cancer {
    background-position: -9px -766px;
}

.premium-discount {
    background-position: -9px -841px;
}

.choose-payout-option {
    background-position: -9px -690px;
}

.hospital-cashless-treatment {
    background-position: -9px -537px;
}

.compare-across-bank {
    background-position: -9px -1222px;
}

.li-claim-deduction,
.hi-claim-deduction {
    background-position: -11px -1830px;
}

.li-renewal-policy,
.twi-hassle-free-online {
    background-position: -11px -1678px;
}

.li-premium-payment {
    background-position: -11px -1754px;
}

.hi-cashless-treatment {
    background-position: -11px -1526px;
}

.hi-room-rent-limit {
    background-position: -11px -1602px;
}

.ci-third-party-coverage {
    background-position: -11px -1298px;
}

.ci-zero-deprecaiation {
    background-position: -11px -1374px;
}

.ci-cashless-garages {
    background-position: -11px -1450px;
}

.twi-comprehensive-cover {
    background-position: -11px -1906px;
}

.twi-cashless-garages {
    background-position: -11px -1982px;
}

.get-quotes-multiple-insurers {
    background-position: -9px -2057px;
}

.sa-instant-money {
    background-position: -9px -16px;
}

.sa-atm-withdrawl {
    background-position: -9px -89px;
}

.sa-attractive-interest {
    background-position: -9px -164px;
}

.dc-online {
    background-position: -7px -236px;
}

.dc-quick-atm {
    background-position: -7px -311px;
}

.dc-bonus-points {
    background-position: -7px -385px;
}

.multiple-insurers {
    background-position: -9px -994px;
}

.save-premium {
    background-position: -9px -1069px;
}

.choose-own-idv {
    background-position: -9px -1146px;
}

.paperless-process-available {
    background-position: -9px -613px;
}

.choose-payout-option {
    background-position: -9px -690px;
}

.cashless-garage {
    background-position: -9px -917px;
}

.stage-of-cancer {
    background-position: -9px -766px;
}

.premium-discount {
    background-position: -9px -841px;
}

.choose-payout-option {
    background-position: -9px -690px;
}

.hospital-cashless-treatment {
    background-position: -9px -537px;
}

.compare-across-bank {
    background-position: -9px -1222px;
}

.li-claim-deduction,
.hi-claim-deduction {
    background-position: -11px -1830px;
}

.li-renewal-policy,
.twi-hassle-free-online {
    background-position: -11px -1678px;
}

.li-premium-payment {
    background-position: -11px -1754px;
}

.hi-cashless-treatment {
    background-position: -11px -1526px;
}

.hi-room-rent-limit {
    background-position: -11px -1602px;
}

.ci-third-party-coverage {
    background-position: -11px -1298px;
}

.ci-zero-deprecaiation {
    background-position: -11px -1374px;
}

.ci-cashless-garages {
    background-position: -11px -1450px;
}

.twi-comprehensive-cover {
    background-position: -11px -1906px;
}

.twi-cashless-garages {
    background-position: -11px -1982px;
}

.get-quotes-multiple-insurers {
    background-position: -9px -2057px;
}

.footer-social-icons .bbicons-ft-tt {
    background-position: -84px -41px;
}

.footer-social-icons .bbicons-ft-in {
    background-position: -111px -41px;
}

.footer-social-icons .bbicons-ft-fb {
    background-position: -137px -41px;
}

.footer-social-icons .bbicons-ft-gp {
    background-position: -164px -41px;
}

.footer-social-icons .bbicons-ft-instg {
    background-position: -190px -41px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .tabular-data .grid-col-1 {
        width: 30%;
    }

    .apply-btn {
     padding: 8px 22px;
     font-size: 14px;
    }
    .apply div p {
      font-size: 13px;
    }
}

/* media only screen and width upto max width 858px  */
@media screen and (max-width: 858px){
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%!important;
    }

}