:focus {
    text-decoration: none;
    outline: 0!important
}

body {
    font-family: Ubuntu,sans-serif;
    background-image: url(../images/background_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff
}

a {
    color: #fff;
    text-decoration: underline
}

a:hover {
    color: #000
}

header {
    background-color: #323232
}

.custom_nav {
    padding: .5rem 0
}

.navbar-light .navbar-toggler {
    border: 1px solid #fff
}

.navbar-light .navbar-toggler-icon {
    background-image: none!important
}

.navbar-light .navbar-toggler-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    display: inline-block;
    padding: 5px 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #fff
}

.menubar ul {
    margin: 0;
    padding: 0
}

.menubar ul li {
    padding: 0 30px;
    transition: .5s;
    border-bottom: 2px solid transparent
}

.menubar ul li:hover {
    background-color: #2d2d2d;
    border-bottom: 2px solid #db3259
}

.menubar ul li .menu_icon {
    margin-left: 20px
}

.menubar ul li a {
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none
}

.custom_dropdown {
    left: -48px;
    padding: 10px 0;
    background-color: #212529
}

.menubar .custom_dropdown li {
    padding: 10px 20px;
    width: 300px;
    border: none!important
}

.menubar .custom_dropdown li:hover {
    border: none!important;
    background-color: none!important
}

.menubar .custom_dropdown li a:hover {
    color: #db3259!important
}

.menubar .custom_dropdown li a {
    text-transform: capitalize;
    word-wrap: break-word;
    white-space: normal;
    position: relative;
    font-size: 14px
}

.menubar .custom_dropdown li a i {
    font-size: 10px;
    position: absolute;
    left: -13px;
    top: 6px
}

.dropdown2 {
    position: absolute;
    left: 150%;
    width: 150%;
    top: 0;
    flex-wrap: wrap;
    transition: .2s;
    visibility: hidden
}

.menubar .custom_dropdown li .dropdown2 li {
    background-color: #212529;
    list-style: none;
    padding: 30px 10px
}

.custom_dropdown li:hover .dropdown2 {
    top: 1%;
    left: 100%;
    visibility: visible
}

.main_wrapper {
    padding: 20px 0 40px 0
}

.breadcrumb {
    background-color: transparent;
    padding: .75rem 0
}

.breadcrumb li a {
    color: #323232
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #323232
}

.breadcrumb-item.active {
    color: #000
}

.content_up h1 {
    font-weight: 700;
    font-size: 36px;
    color: #fff
}

.all_reviews h2 {
    font-weight: 700;
    font-size: 32px;
    color: #fff
}

.all_reviews h2:before,.content_up h1:before,.content_up h3:before,.content_up h4:before,.middle_content h3:before,.middle_content h4:before,.ordered_list h3:before {
    content: '';
    background: url(../images/card_icon.png) no-repeat;
    background-size: 85%;
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.content_up p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    text-align: justify
}

.all_reviews h1 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 50px 0 35px 0
}

.all_reviews h1 img {
    margin-right: 15px
}

.single_review_wrapper {
    padding: 5px;
    border: 1px solid #323232;
    margin-bottom: 15px
}

.m-0 {
    padding: 0
}

.single_review {
    background-color: #323232;
    padding: 15px 10px
}

.review_logo {
    float: left;
    width: 110px;
    margin-left: 0
}

.review h3 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.review ul li {
    display: inline-block;
    list-style: none
}

.match_bonus {
    float: left;
    padding-top: 20px
}

.match_bonus p {
    font-weight: 500;
    font-size: 25px;
    color: #fff
}

.match_bonus .colorfull {
    font-weight: 700;
    font-size: 30px;
    color: #db3259
}

.match_bonus .small {
    font-size: 24px;
    color: #db3259
}

.match_bonus .black_white {
    font-weight: 700;
    font-size: 25px
}

.single_review button {
    margin-left: 35px
}

.list-btns {
    text-align: right
}

.single_review .black_white_btn,.single_review .color_btn {
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    clear: both;
    display: inline-block;
    text-align: center;
    max-width: 186px;
    text-decoration: none
}

.single_review .color_btn {
    background-color: #db3259;
    color: #fff;
    border-bottom: 4px solid #ae2847;
    padding: 7px 49px
}

.single_review .color_btn i {
    font-size: 10px;
    color: #db3259;
    background-color: #fff;
    padding: 2px 3px;
    border-radius: 10px;
    margin-right: 10px
}

.single_review .color_btn:hover {
    background-color: #981835;
    border-color: #981835;
    text-decoration: none
}

.single_review .black_white_btn {
    border-bottom: 4px solid #959595;
    padding: 7px 16px;
    color: #323232;
    background-color: #fff;
    clear: both
}

.single_review .black_white_btn span,.single_review .color_btn span {
    font-size: 14px
}

.single_review .black_white_btn:hover {
    background-color: #797272;
    border-color: #797272;
    text-decoration: none;
    color: #fff
}

.middle_content img {
    margin-right: 15px
}

.middle_content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-top: 40px
}

.middle_content h4 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: 40px
}

.middle_content h4 img {
    width: 30px
}

.middle_content p {
    font-size: 15px;
    color: #fff;
    text-align: justify
}

.ordered_list h3 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-top: 40px
}

.ordered_list h3 img {
    margin-right: 15px
}

.ordered_list table {
    color: #fff;
    font-size: 14px
}

.table {
    width: 100%
}

.table tbody tr td {
    border: none!important
}

.table td,.table th {
    padding: 6px 7px
}

.ordered_list table tr td p {
    font-size: 14px;
    margin: 0;
    text-align: justify
}

.ordered_list table tr td img {
    margin-top: 10px
}

.ordered_list table tr td p span {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

footer {
    color: #666;
    background-color: #262626;
    padding: 35px 0 20px 0
}

.footer_menu {
    border-bottom: 1px solid #666;
    width: 35%;
    margin: 0 auto;
    padding: 0
}

.footer_menu ul {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: table;
    text-align: center
}

.footer_menu ul li {
    list-style: none;
    display: inline-block
}

.footer_menu ul li a {
    color: #666;
    padding: 0 8px
}

.footer_menu ul li a:hover {
    color: #db3259!important
}

.custom_footer_nav {
    width: 30%;
    margin: 0 auto;
    border-bottom: 1px solid #666;
    padding: 0 0
}

.custom_footer_menu ul li span {
    margin-top: 5px!important
}

.custom_footer_menu ul li a {
    color: #666!important;
    padding: 0 10px
}

.fa {
    color: #db3259;
    font-size: 16px
}

.sidebarmenu h2 {
    color: #fff
}

.sidebarmenu ul {
    list-style: none;
    padding-left: 0;
    background-color: #323232;
    padding: 0 10px;
    border: 1px solid #323232;
    border-radius: 5px
}

.sidebarmenu ul li {
    padding: 5px 0
}

.sidebarmenu ul li a {
    text-decoration: none;
    color: #fff
}

@media (max-width: 575.98px) {
    .menubar ul li {
        padding:0
    }

    .footer_menu {
        width: 100%
    }

    .custom_dropdown {
        background-color: transparent!important
    }

    .logo img {
        width: 200px!important
    }

    .menubar ul li .menu_icon {
        display: none
    }

    .content_up h1 {
        font-size: 24px
    }

    .content_up h1 img {
        width: 30px;
        margin-right: 10px
    }

    .content_up p {
        font-size: 14px;
        margin-top: 10px
    }

    .all_reviews h1 {
        font-size: 25px;
        margin: 15px 0
    }

    .all_reviews h1 img {
        width: 30px;
        margin-right: 10px
    }

    .single_review {
        text-align: center
    }

    .review_logo {
        float: none;
        width: 100px
    }

    .review {
        float: none;
        margin-left: 0;
        margin-top: 10px
    }

    .review h3 {
        font-size: 22px
    }

    .review ul {
        margin: 0;
        padding: 0;
        margin-left: 0
    }

    .review ul li {
        float: none;
        display: inline-block
    }

    .match_bonus {
        float: none
    }

    .match_bonus p {
        font-size: 17px
    }

    .match_bonus .colorfull {
        font-size: 20px
    }

    .match_bonus .small {
        font-size: 17px
    }

    .match_bonus .black_white {
        font-size: 20px
    }

    .single_review button {
        margin-left: 0
    }

    .single_review .color_btn {
        width: 100%
    }

    .middle_content h2 {
        font-size: 20px;
        margin-top: 15px
    }

    .middle_content img {
        margin-right: 10px;
        width: 30px
    }

    .middle_content p {
        font-size: 14px
    }

    .middle_content h4 {
        font-size: 16px;
        margin-top: 15px
    }

    .ordered_list h3 {
        font-size: 25px;
        margin-top: 15px
    }

    .ordered_list h3 img {
        width: 30px;
        margin-right: 10px
    }

    .ordered_list table tr td img {
        margin-top: 5px
    }

    .ordered_list table tr td p span {
        font-size: 18px
    }

    .ordered_list table tr td p {
        font-size: 14px
    }

    .custom_footer_nav {
        width: 100%
    }

    .custom_footer_nav ul li span {
        display: none
    }

    footer {
        padding: 30px 0
    }

    .footer_content p {
        margin-top: 10px
    }

    .list-btns {
        text-align: center
    }

    .breadcrumb {
        padding: 0
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .breadcrumb {
        padding:0
    }

    .menubar ul li {
        padding: 0
    }

    .footer_menu {
        width: 100%
    }

    .custom_dropdown {
        background-color: transparent!important
    }

    .logo img {
        width: 130px!important
    }

    .menubar ul li .menu_icon {
        display: none
    }

    .review {
        margin-left: 5%
    }

    .review_logo {
        margin-left: 19%;
        margin-bottom: 10px
    }

    .review h3 {
        font-size: 24px
    }

    .single_review {
        text-align: center
    }

    .match_bonus {
        float: none;
        margin-top: 15px
    }

    .match_bonus .colorfull {
        font-size: 36px
    }

    .match_bonus .black_white {
        font-size: 36px
    }

    .match_bonus p {
        font-size: 25px
    }

    .single_review button {
        margin-left: 0
    }

    .single_review .color_btn {
        width: 45%;
        margin-bottom: 0
    }

    .single_review .black_white_btn {
        width: 45%
    }

    .custom_footer_nav {
        width: 100%
    }

    .custom_footer_nav ul li span {
        display: none
    }

    .custom_footer_menu ul li a {
        padding: 10px 10px;
        float: left
    }

    .footer_content p {
        margin-top: 10px
    }

    .list-btns {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .menubar ul li {
        padding:0
    }

    .footer_menu {
        width: 50%
    }

    .custom_dropdown {
        background-color: transparent!important
    }

    .menubar ul li .menu_icon {
        display: none
    }

    .review {
        margin-left: 5%
    }

    .review_logo {
        margin-left: 21%;
        margin-bottom: 10px
    }

    .review h3 {
        font-size: 24px
    }

    .match_bonus {
        float: left;
        margin-top: 15px
    }

    .match_bonus .colorfull {
        font-size: 36px
    }

    .match_bonus .black_white {
        font-size: 36px
    }

    .match_bonus p {
        font-size: 25px
    }

    .single_review button {
        margin-left: 0
    }

    .single_review .color_btn {
        width: 45%;
        margin-bottom: 0
    }

    .single_review .black_white_btn {
        width: 45%
    }

    .custom_footer_nav {
        width: 100%
    }

    .custom_footer_nav ul li span {
        display: none
    }

    .custom_footer_menu ul li a {
        padding: 10px 10px;
        float: left
    }

    .footer_content p {
        margin-top: 10px
    }

    .list-btns {
        text-align: center
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .review_logo {
        margin-left:20%;
        margin-bottom: 10px
    }

    .match_bonus {
        float: left;
        margin-top: 15px
    }

    .single_review button {
        margin-left: 0
    }

    .single_review .color_btn {
        width: 40%;
        margin-bottom: 0
    }

    .single_review .black_white_btn {
        width: 40%
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px
    }

    .footer_menu ul {
        padding: 0
    }

    .review h3 {
        padding-top: 40px
    }
}

@media (min-width: 1200px) {
    .review h3 {
        padding-top:40px
    }
}
