@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');

body {
    font-family: 'Open Sans', sans-serif !important;
}

a {
    background-color: transparent;
    color: #000;
}

a:active, a:visited, a:hover, a:active, a:focus, button:hover, button:active, button:visited {
    text-decoration: none;
    outline: none;
}

body a:hover {
    color: #950000;
}

img {
    max-width: 100%;
}

a {
    transition: all .5s ease-in-out;
}

.custom_container {
    max-width: 1170px;
    margin: 0 auto;
}

.mt-40 {
    margin-top: 60px;
}

.white_bc {
    background: transparent !important;
}

.border_none {
    border: none !important;
}

.border_bottom {
    border-bottom: 1px solid rgb(183, 183, 183);
}

.font-size_15 {
    font-size: 15px;
}

.font-weight-600 {
    font-weight: 600;
}

p:empty {
    display: none;
}

.fa-check {
    color: #950000;
}

/* Button Start herer */

.main_btn, .swal-button--confirm {
    background: #950000;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    min-width: 135px;
    display: inline-block;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    outline: none !important;
    border: 1px solid #950000;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.main_btn:hover, .main_btn:active, .main_btn:focus, .small_btn:hover, .small_btn:active, .swal-button--confirm:hover, .swal-button--confirm:active, .swal-button--confirm:focus {
    text-decoration: none;
    background: #168f58 !important;
    color: #fff;
    border-color: #168f58 !important;
}

.greenBtn {
    min-width: 100%;
    min-height: 60px;
    line-height: 56px;
    padding: 0;
    font-size: 16px;
    border-radius: 5px;
    background: #950000;
    border: 1px solid #950000;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.greenBtn:hover {
    background: #168f58;
    color: #fff;
    border-color: #168f58;
}

.home .read-more a {
    display: inline-block;
}

.read-more a {
    display: none;
    background-color: #0051f5;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

/* Button End herer */

h1 {
    font-size: 42px;
    font-weight: 900;
    color: #000;
    letter-spacing: -2px;
    line-height: 64px;
    margin-bottom: 8px;
}

h2 {
    color: #000;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 64px;
    margin-bottom: 8px;
    position: relative;
}

h3 {
    font-weight: 900;
    color: #000;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.colorful_txt {
    color: #950000;
    font-weight: 700;
    font-size: 18px;
}

.custom_container {
    max-width: 1180px;
}

/* Header Start here */

.main_header {
    padding: 0px 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
    margin-top: 62px;
}

.main_header_reviews {
    padding: 0px 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
}

.primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.primary-menu li a {
    transition: none;
    font-size: 16px;
    text-transform: capitalize;
    padding: 25px 10px;
    display: inline-block;
    color: #18304b;
    font-weight: 800;
}

.menu_list:hover > a, .primary-menu li a:hover {
    background: #b9defe;
}

.dropdown-menu .dropdown-item:hover {
    background: #b9defe;
    color: #000;
}

.dropdown-menu .dropdown-item {
    padding: 10px 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.menu_list .dropdown-menu {
    background: #fff;
    width: 200px;
    top: 70px !important;
    border: 0px solid #fff;
    padding: 0px 0px 0;
    border-radius: 0;
    box-shadow: 0 10px 25px 0 rgba(36, 42, 45, .15);
    transform: none !important;
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px 10px 20px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 0 10px 0px !important;
    white-space: pre-wrap;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    width: 100%;
}

.menu_list:hover .dropdown-menu {
    display: block;
}

.primary-menu li a::after {
    vertical-align: 2px;
}

.navbar-toggler {
    display: none;
}

.collapse.primary-menu {
    display: block;
}

.custom-logo-link {
    padding: 24px 0;
}

.mobile_drop_dowm {
    display: none !important;
}

.deshk_logo {
    display: block;
}

.mobile_logo {
    display: none
}

.primary-menu li:last-child .dropdown-menu {
    left: -50px;
}

.home {
    padding-top: 65px;
}

.top_bar_header {
    background: #950000;
    text-align: center;
    padding: 19px 0;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.home .top_bar_header {
    display: block;
}

.top_bar {
    position: relative;
    font-family: 'Gotham-Book';
}

.top_bar__text {
    color: #fff;
    font-weight: 800;
}

.top-bar__cross {
    position: absolute;
    right: 0;
    background-color: #175cea;
    border: 1px solid #175cea;
    display: block;
    text-align: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.top-bar__cross:hover {
    color: #fff;
    background: #c33434 !important;
    border-color: #b02c2c !important;
}

a.top_bar__text:hover {
    color: #000;
}


.ftpage_header {
    background-color: #283e4a;
    padding: 50px 0;
}

.ftpage_header .row {
    align-items: center;
}

.banner_content {
    max-width: 100%;
    color: #fff;
}

.heading_bg {
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.ftsub_heading {
    font-size: 18px;
    max-width: 100%;
    line-height: 1.5;
    color: #fff;
}

.ftauthor_details {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.ftauthor_name {
    font-size: 16px;
    font-weight: 800;
    margin: 0 10px;
    color: #ffffff;
}

.ftauthor_update {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    color: #fff;
}

.ftbanner_img {
    text-align: right;
    max-width: 70%;
    margin-left: auto;
}

.banner_btn {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.banner_btn {
    align-items: flex-start;
    margin-top: 40px;
}

.banner_btn .ftmain_btn:not(:last-child) {
    margin-right: 20px;
}

.ftmain_btn, .btn_button {
    display: block;
    background: #950000;
    min-width: 110px;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.ftmain_btn {
    min-width: 280px;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 22px 26px;
    font-weight: 800;
    border: none;
    cursor: pointer;
}

.ftmain_btn:hover, .btn_button:hover {
    background: #5febab;
    color: #fff;
}

button:hover, button:active, button:focus {
    outline: none;
    box-shadow: none;
}

.table_btn:hover {
    background: #5febab
}

.ftmain_btn_2 {
    background: #175cea;
    color: #fff;
}

.ftmain_btn_2:hover {
    background: #c33434;
}

.mobile_sorting {
    display: none;
}

.mobile_sorting button {
    border: 0;
    width: 100%;
    text-align: left;
    background: #2d3f9a;
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.mobile_sorting button i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.mobile_sorting button span {
    display: block;
    font-size: 10px;
}

.mobile_sorting button span:first-child {
    font-size: 14px;
}

.sort_mobile_list {
    border: 1px solid #283e4a;
    border-top: 0;
    border-bottom: 0;
}

.sort_mobile_list li {
    border-bottom: 1px solid #283e4a;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600;
    cursor: pointer;
}

.table_content thead tr th {
    background: transparent;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 15px 15px 15px 5px;
    font-weight: 800;
    flex: 0 0 14%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 1.3;
    min-height: 66px;
}

.sort_th {
    background-image: none !important;
}

.table_content thead tr th.upper_toggle {
    background-image: url(../images/topArrow.gif) !important;
    background-position: right 55%;
}

.table_content thead tr th.down_toggle {
    background-image: url(../images/downArrow.gif) !important;
}

.table_content thead tr th.active {
    background-color: #eeeef1;
    color: #000;
}

.table_content thead tr th:last-child {
    flex: 0 0 18%;
}

.table_content thead tr {
    background-color: #283e4a;
}

.table_content, .table_content thead, .table_content tbody, .table_content tr {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    width: 100%;
}

.table_content tr {
    justify-content: space-between;
    align-items: center;
}

.table_content tbody tr td {
    border: 0;
    text-align: center;
    flex: 0 0 14%;
    padding: 0 10px;
    max-width: 17%;
    font-size: 13px;
    font-weight: 600;
}

.table_content tbody tr td.width_100 {
    flex: 0 0 100%;
    padding-bottom: 0;
    min-width: 100%;
    text-align: left;
    max-width: 100%;
    padding: 0 15px 0 25px;
}

.table_content thead tr th:first-child {
    min-width: 100px;
    flex: 0 0 15%;
    text-align: left;
    height: 100%;
    justify-content: flex-start;
    padding: 2px 15px 0 25px;
}

.table_content tbody tr td:nth-child(2) {
    min-width: 60px;
    flex: 0 0 15%;
    text-align: left;
    padding: 0 0 0 25px;
}

.table_content thead tr th:last-child {
    background-image: none;
    margin-right: -1px;
}

.table_content tbody tr td.button_td {
    flex: 0 0 25%;
    text-align: center;
    width: 100%;
    position: relative;
}

.table_img img {
    max-width: 100px;
}

.table_link a {
    font-size: 16px;
    color: #0071dd;
    font-weight: 800;
}

.table_link {
    padding: 15px 0 5px;
}

.table_txt {
    font-size: 14px;
}

.table_content tbody tr {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border: 1px solid #eeeef1;
    border-top: 0px solid #283e4a;
}

.table_content tbody tr.data_list.active {
    background: #fff6c8;
}

.sticky thead tr {
    position: fixed;
    top: 0;
    z-index: 1;
    max-width: 920px;
}

.table_content.sticky tbody {
    margin-top: 67px;
}

.table_content {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.table_btn:hover {
    background: #5febab
}

.more_info {
    font-size: 14px;
    font-weight: 800;
    margin-top: 4px;
    display: inline-block;
}

/* Header End here */

.container_content {
    max-width: 960px;
}

/* Home page start here */

/* .banner {background-color: #323031;padding: 133px 0;color: #fff;position: relative;
background-image: url(http://localhost/FTNG/wp-content/uploads/2019/05/earth.jpg);
background-size: cover;background-attachment: fixed;}
.banner_heading{font-size: 60px;}
.banner_sub_heading{font-weight: 600;font-size: 22px;line-height: 1.4}
.box_area {background: #e7e7e7;padding: 17px 20px;font-size: 14px;border-radius: 30px 0 30px 0px;color: #000;font-weight: 600;	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.35);}
.banner_img{position: absolute;right: 0px;top:  36px;max-width: 400px;}
.banner_img img {width: 100%;} */

.margin_top {
    margin-top: 100px;
}

.section {
    padding: 20px 0;
}

.section_ft {
    padding: 20px 0 30px 0;
    border-top: solid 1px #e4e4e4;
    margin-top: 40px;
    background-color: #f6f6f6;
}

.section_cl {
    background: #00986e;
    position: relative;
}

.banner::after {
    position: absolute;
    bottom: -29px;
    width: 100%;
    height: 40px;
    background: white;
    content: "";
    transform: rotate(1deg);
}

.banner {
    padding-bottom: 40px;
}

.banner_title {
    position: relative;
}

.min_heading {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0px;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'Conv_Gotham Bold';
}

.banner_heading {
    display: block;
    line-height: 1;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0;
    text-align: center;
    color: #fff;
}

.banner_sub_heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #fff; /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Gotham-Book';
    text-align: left;
}

.underline {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    right: 0;
    display: block;
    margin: 0 auto;
    opacity: .5
}

/* .underline::before,.underline::after {position: absolute;left: -6px;content: "";width: 15px;height: 15px;background: #eee;border-radius: 50%;top: -7px;box-shadow: 0px 0px 5px 1px rgba(108, 108, 108, 0.9);}
.underline::after{left: initial;right: -6px;} */
.white_section {
    background: #fff;
    border-radius: 10px;
    padding: 35px 60px;
    margin: 40px 0 20px;
}

.white_section h2 {
    margin: 0 auto 50px;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0px;
    font-family: 'Roboto';
}

.white_img {
    margin: 0;
}

.white_img img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.icon_btn {
    width: 100%;
    font-size: 19px;
    font-weight: 40;
    padding: 18px 0;
    overflow: hidden;
    margin-top: 20px;
    background: #175cea;
    border-color: #175cea;
    font-weight: 600;
}

.icon_btn span {
    position: absolute;
    right: -2px;
    width: 60px;
    background: #ef0f32;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_btn:hover, .icon_btn:active, .icon_btn:focus {
    background: #c33434 !important;
    border-color: #b02c2c !important;
}

.pdf_box {
    margin: 0 auto 50px;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0px;
    font-family: 'Roboto';
    font-weight: 800;
    display: block;
}

.feature_img {
    margin-bottom: 20px;
}

.white_section p {
    font-size: 18px;
    font-family: 'Roboto';
}

.heading_md {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #000;
    font-size: 38px;
    font-weight: 900;
}

#contest-section .heading_md {
    margin-top: 20px;
}

.contest-box {
    margin-top: 15px;
    font-family: 'Roboto';
}

.contest-box p {
    text-align: center;
    font-family: 'Roboto';
    margin: 0;
}

.contest-box .chapter_txt {
    font-weight: 800;
    text-transform: uppercase;
}

.contest-box a, .contest-box a:hover {
    color: #000;
}

.contest_img {
    margin-top: 40px;
}

.normal_txt p { /* font-family: 'Open Sans', sans-serif; */
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Gotham-Book';
    text-align: left;
}

figure {
    margin-bottom: 0;
}

.section_cl_chapter1 {
    background-color: #2fa9b7;
}

.section_cl_chapter3 {
    background-color: #4482c3;
}

.section_cl_chapter5 {
    background-color: #00b8ae;
}

.section_cl_chapter6 {
    background-color: #2e2251;
}


.min_chapter {
    background: #f2f2f2;
}

.white_chapter {
    background-color: #fff;
}

.white_chapter {
    background-color: #fff;
    padding: 50px 50px;
    margin: 0px 0;
}

.white_chapter_gray {
    background: #fbfbfb;
}

.white_chapter_blue {
    background-color: #13456b;
}

.white_chapter_blue h2, .white_chapter_blue p {
    color: #fff;
}

.heading_chapter {
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: 0px;
}

.share_icon {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 8px 5px;
    margin-left: -110px;
    border-radius: 0px;
    transition: all .5s ease-in-out;
    z-index: 1
}

.share_icon_txt span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.share_icon_txt span:first-child {
    margin-bottom: -5px;
    color: #950000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.share_icon .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}

.share_icon .icon .fab.fa-twitter {
    margin: 10px 0;
    color: #219bcf;
}

.active1 {
    background: #8db1ff;
    color: #000;
}

.active1 .share_icon_txt span:first-child {
    color: #fff;
}

.share_icon.active1 .icon i {
    color: #fff !important;
}

.chapter_heading_md {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.mobile_pdf {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 1;
}

.contest_img img {
    width: 90%;
}

.big_img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.banner figure img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.color-yellow {
    background: #ffe980;
    font-size: 18px;
    padding: 5px 5px;
}

.color-yellow a {
    text-decoration: underline;
}

.box_contnet {
    padding: 30px 30px;
    background: #fdfdfd;
    border: 1px solid #d8d8d8;
}

.box_contnet ul {
    list-style: disclosure-closed;
    padding-left: 30px;
}

.box_contnet ul li {
    margin-bottom: 20px;
}

.box_contnet_btn {
    margin: 30px 0 0
}

.box_contnet_btn .main_btn {
    min-width: 280px;
    background: #175cea;
    border: 1px solid #175cea;
}

.box_contnet_btn .main_btn:hover, .box_contnet_btn .main_btn:active, .box_contnet_btn .main_btn:focus {
    background: #c33434 !important;
    border-color: #b02c2c !important;
}

.last-section {
    margin-bottom: -50px;
}

.padding_right_50 {
    padding-right: 50px;
}

.col_width_left {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}

.col_width_right {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.disbled_btn {
    opacity: .5;
    pointer-events: none;
}

.swal-icon--success__line {
    background-color: #18a27c;
}

/*.swal-icon--success__ring{border: 4px solid hsl(163.5, 74.2%, 36.5%);}*/
.swal-icon--success {
    border-color: #950000;
}

/* Home page end here */

/* Review page start here */
.top_content {
    margin: 30px 0 30px;
}

.sub_heading {
    font-size: 21px;
    width: 100%;
    color: #848484;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.rating_three {
    padding: 40px 20px;
    margin: 30px 0;
    background: #ecf1ff;
}

.rating_name {
    font-size: 16px;
    font-weight: 400;
}

.three_rating_logo {
    flex: 0 0 200px;
    max-width: 100%;
    margin-right: 40px;
    text-align: center;
}

.three_rating_logo figure {
    margin: 0;
}

.three_rating_logo .rating {
    margin: 10px 0;
}

.three_rating_box {
    justify-content: space-between;
    flex: 1;
}

.three_rating_heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.three_rating_rating {
    font-size: 28px;
    font-weight: 700;
}

.three_rating_txt {
    font-size: 14px;
    color: #000;
}

.review_text {
    flex: 0 0 80%;
    font-weight: 600;
}

.review_strip_link {
    color: #0056b3;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.review_strip {
    padding: 15px 20px;
    background: #fff1a8;
    margin-bottom: 30px;
}

.three_btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
}

.index_now_w-100 {
    max-width: 370px;
}

.sidebar_review_heading {
    margin: 0;
    text-align: center;
    font-size: 22px;
    padding: 10px 10px;
    background: #b9defe;
    color: #18304b;
    cursor: default;
    border-radius: 4px 4px 0 0;
    pointer-events: none;
}

.sidebar_review_content {
    background: #fafafa;
    padding: 9px 0;
}

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

.sidebar_review_content ul a {
    padding: 10px 2px 10px 27px;
    font-size: 15px;
    color: #0e4d8b;
    display: block;
    width: 100%;
}

.sidebar_review_content ul a:hover {
    background-color: #e6f3ff;
}

.review_navigation, .sidebar_review_heading i {
    display: none;
}

.heading_rating {
    position: relative;
    width: 100%;
}

.heading_rating h2 {
    display: inline-block;
}

.star_rating {
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
    margin-bottom: 0;
}

.star_rating > i {
    color: #f9be23;
}

.rating_1 i:not(:first-child), .rating_2 i:nth-child(3), .rating_2 i:nth-child(4), .rating_2 i:nth-child(5), .rating_3 i:nth-child(4), .rating_3 i:nth-child(5), .rating_4 i:nth-child(5) {
    color: #b1b1b1 !important;
}

.author_content {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.author_img {
    max-width: 32px;
    border-radius: 100%;
}

.author_details {
    margin-left: 10px;
}

.author_name {
    font-weight: 600;
    font-size: 16px;
}

.authir_post_date {
    font-size: 16px;
    color: #9d9d9d;
}

.author_details a {
    color: #2bb073;
    text-decoration: underline;
}

.score_block {
    margin: 20px 0;
    background: #ecf1ff;
}

.score_block_box {
    text-align: center;
    padding: 40px 20px;
    height: 100%;
}

.score_block_box_rht {
    background: #cbe1f5;
    padding: 20px 20px;
}

.logo_rating_img img {
    max-width: 200px;
}

.rating_based p {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.rating_based span {
    font-weight: 600;
}

.rating_score {
    font-weight: 600;
    color: #950000;
    margin: 0 5px;
}

.rating_score.rating_nagtive {
    color: red;
}

.pros_cons_rating {
    margin: 5px 0 0;
}

.score_rating_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
}

.score_rating_list li::after {
    position: absolute;
    bottom: -5px;
    width: 80%;
    height: 1px;
    background: #ecf1ff;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.rating_score_star {
    display: flex;
    align-items: center;
}

.rating_score_star .star i {
    font-size: 14px;
    color: gold;
}

.score_rating_total {
    margin-left: 5px;
    font-weight: 500;
}

.score_block_box h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.rating_based {
    margin-top: 60px;
}

.review_sidebar {
    position: sticky;
    top: 100px;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.review_sidebar {
    position: sticky;
    top: 100px;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.sidebar_overall_rating {
    font-size: 16px;
    font-weight: 800;
    color: #950000;
    text-align: center;
}

.sidebar_based_rating {
    font-size: 14px;
    text-align: center;
}

.sidebar_based_rating a {
    font-weight: 600;
    color: #008aff;
    text-decoration: underline;
}

.sidebar_account_minimum {
    margin: 30px 0px;
}

.sidebar_account_minimum span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.sidebar_account_minimum .sidebar_account_minimum_price {
    font-weight: 900;
    font-size: 50px;
    color: #950000;
}

.sidebar_review_list li {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    color: #7b7777;
}

.sidebar_text {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.sidebar_disclosure_txt {
    margin: 15px -10px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    border-top: 1px solid #cfc9c9;
    padding: 10px 10px 0;
}

.sidebar_disclosure_txt p{
    margin: 15px -10px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    border-top: 1px solid #cfc9c9;
    padding: 10px 10px 0;
}

.three_rating_logo .brokerfeature_img {
    max-width: 140px;
}

.sidebar_logo {
    margin-bottom: 20px;
}

.sidebar_logo img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.feature_box_link {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.feature_box_link .go_to_section {
    text-decoration: underline;
    color: #008aff;
}

.star_heading {
    display: inline-block;
}

.review_text_box {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.review_text_box p {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.mobile_btn {
    display: none;
}

.review_content .form-group {
    margin-bottom: 20px;
}

.review_content .comment_textarea {
    order: 3;
    margin-bottom: 30px;
}

/* Review page end here */

/* Forex Table start here */

.breadcrum {
    margin: 6px 0 30px;
}

.breadcrum li {
    display: inline-block;
}

.breadcrum li a {
    color: #353eff;
}

.forex_tabel {
    text-align: center;
}

.col_width .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col_width .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.table_top {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.forex_tabel td {
    width: 115px;
    font-size: 14px;
    line-height: 1.5;
    padding: 9px;
    border: 1px solid #eee;
    font-weight: 600;
    color: #000;
}

.forex_tabel thead th {
    border: 2px solid #f7f7f7;
    background: #f7f7f7;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    line-height: normal;
}

.forex_tabel th:last-child {
    border-radius: 0 5px 0px 0px;
}

.forex_tabel th:first-child {
    border-radius: 5px 0 0 0;
}

.order_number {
    font-weight: 700;
    font-size: 18px !important;
}

.forex_tabel tbody tr:nth-child(2n+2) {
    background: #f5f5f5;
}

.forex_tabel td:first-child {
    background: transparent;
    color: #000;
}

.rated_list {
    border: solid 1px #cacaca;
    padding: 30px;
    background: #f1f1f1;
    border-top: solid 11px #1e62b7;
    margin-bottom: 20px;
}

.rated_order li {
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    position: relative;
}

.list_image img {
    max-height: 140px;
}

.list_image {
    margin-top: 6px;
}

.index_heading {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.5;
}

.overall_rating {
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.broker_img {
    min-width: 140px;
    max-width: 140px !important;
}

.rated_list .broker_img {
    min-width: 200px;
    max-width: 200px;
}

.broker_trade {
    margin: 0;
    font-weight: 500;
    color: #999;
    font-size: 16px;
    text-align: left;
    line-height: normal;
}

.rank {
    background: gold;
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    color: #000;
    font-weight: 800;
    border-radius: 0;
    margin: 10px 0 10px;
    font-size: 14px;
}

.broker_review {
    font-size: 21px;
    /*box-shadow: 1px solid;*/
    text-decoration: underline;
    font-weight: 600;
}

.contene_table_show {
    cursor: pointer;
    color: #950000;
}


/* Forex Tabel End here */


/* Side Bar Start here */

.sidebar {
    border: 1px solid rgb(183, 183, 183);
    border-radius: 5px;
    padding-bottom: 10px;
    position: sticky;
    top: 100px;
}

.sidebar_heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
}

.sidebar_small_heading {
    text-align: center;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.sidebar_btn {
    color: #950000;
    font-weight: 700;
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    text-decoration: underline;
}

.sidebar_rank > a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 12px 10px;
    border-radius: 5px;
    background: #f6f6f6;
    min-width: 150px;
}

.side_heading {
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
    color: #950000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}


.sidebar_blue {
    background: #1d4792;
    padding: 20px 15px;
    margin-top: 35px;
    border-radius: 5px;
    text-align: center;
}

.sidebar_blue_heading {
    font-size: 22px;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.sidebar_blue ul {
    padding-left: 10px;
    list-style: disclosure-closed;
}

.sidebar_blue ul li {
    color: #fff;
    margin: 10px 5px 10px 10px;
    text-align: left;
}

.sidebar_blue__editor {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar_blue__editor span i {
    font-size: 14px;
    color: gold;
}

.sidebar_blue .icon_btn {
    font-size: 18px;
    padding: 15px 12px;
    text-align: left;
    font-weight: 700;
}

/* Side Bar End here */

/* Instruments start here */

.instrument_table {
    border-top: 4px solid #950000;
}

.instrument_table th {
    padding: 6px 0;
    font-size: 18px;
    background: #950000;
    color: #fff;
}

.instrument_table td {
    background: #f9f9f9;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid white;
}

/* Instruments end here */

/*  Inner Page Start here  */

.grey_bc {
    background: #f5f5f5;
}

.sticky_post {
    background: #950000;
    position: fixed;
    width: 100%;
    top: -90px;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
    padding: 10px 0;
}

.mobile_styiky {
    display: none;
}

.sticky_down {
    top: 0;
}

.right_sticky {
    position: relative;
    padding: 10px 20px;
    display: flex;
    background: #1e1f23;
    align-items: center;
}

.right_sticky .small_btn {
    min-width: 125px !important;
    height: 35px;
    position: static;
}

.right_sticky > a {
    padding: 0;
    display: block;
    background: #1e1f23;
    min-width: auto;
}

.sticky_heading {
    color: #ffff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.right_sticky p {
    color: #fff;
    white-space: nowrap;
    padding: 0;
    margin: 0 20px 0 0;
}

.small_btn {
    position: absolute;
    right: 15px;
    top: 23px;
    display: inline-block !important;
    min-width: auto !important;
    background: #950000 !important;
    padding: 6px 15px !important;
}

.icon {
    font-size: 14px;
}

.data_table {
    border-top: 5px solid #950000;
}

.data_table td {
    background: #f9f9f9;
    padding: 15px 15px;
    border-bottom: 2px solid #fff;
}

.data_table td:nth-child(2n+1) {
    background: #e9e9e9;
    font-weight: 600;
    border-right: 2px solid #fff;
    color: #000;
}

.feature_item {
    column-count: 3;
}

.feature_item li {
    padding: 5px 0;
}

.feature_table {
    background: #ecf1ff;
    padding: 35px 25px 25px 0;
}

.rating {
    background: #ffde00;
    display: inline-block;
    padding: 14px 25px;
    width: 95%;
    border-radius: 3px;
}

.rating_txt {
    font-size: 16px;
    font-weight: 600;
    color: #21211f;
    vertical-align: top;
}

.rating_value {
    font-size: 18px;
    font-weight: 700;
    color: #21211f;
    display: inline-block;
    margin-left: 5px;
}

.index {
    border: 1px solid #dad7d7;
    border-radius: 5px;
    display: block;
    padding: 20px 30px;
    width: 100%;
    background-color: #f2f2f2;
    border-top: solid 10px #1e62b7;
}

.index_number {
    list-style: decimal;
    padding-left: 15px !important;
}

.index_number li {
    position: relative;
    padding: 4px 2px;
    font-family: 'Open Sans', sans-serif !important;
}

.featured_box {
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
    background-color: #ffed8e;
    margin-bottom: 10px;
    font-weight: 700;
}


/* Alternatives Table Start here  */
.invester_table td {
    text-align: center;
    border-right: 2px solid #fff;
    background-color: #f9f9f9 !important;
    width: 27%;
}

.invester_table td:nth-child(2n+1) {
    background-color: #f9f9f9;
    font-weight: normal;
}

.invester_table td:last-child {
    border-right: 0;
}

.invester_table .table_left_side {
    width: 150px;
    text-align: left;
    background-color: #e9e9e9 !important;
    font-weight: 600 !important;
}

.progress_txt {
    font-size: 16px;
    font-weight: 700;
}

.progress_bar {
    display: block;
    width: 100%;
    background: #d5d5d5;
    height: 11px;
    border-radius: 5px;
    overflow: hidden;
}

.progress_bar span {
    background: #950000;
    width: 80%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    float: left;
}

.invester_table a {
    color: #950000;
    font-weight: 600;
}

.numaric_list {
    padding-left: 17px;
}

.numaric_list {
    line-height: 2.1;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
}

.numaric_list li:not(:last-child) {
    margin-bottom: 24px;
}

.heading_underline {
    margin-bottom: 30px;
    position: relative;
}

.heading_underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #950000;
    height: 3px;
    width: 100%;
}

/* Slider Start here */

.slider_bar {
    background: #e9e9e9;
    padding: 20px 40px;
}

.dots {
    opacity: 1 !important;
    cursor: pointer;
}

.dots span {
    background-color: #950000;
    opacity: 1 !important;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background-size: 16px;
    text-align: center;
    background-position: 6px 7px;
}

.screenshot_text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.slide_count {
    font-size: 18px;
    font-weight: 600;
}

.total_count {
    color: #950000;
}

.dots .carousel-control-next-icon {
    background-position: 8px 7px;
}

.slider_bar .carousel-item span {
    display: block;
    background: #000;
    padding: 10px 11px;
    color: #fff;
}

.counter_slider {
    position: relative;
    z-index: 1;
}

/* Slider End here */

/* Pros And Cons here */

.pros_and_cons {
    background: #dffff0;
}

.cons {
    background: #fee4e4;
}

.pros_cons_heading {
    font-weight: 600;
    font-size: 22px;
    color: #950000;
}

.cons .pros_cons_heading {
    color: #ff5a00;
}

.pros_and_cons li:not(:last-child) {
    margin-bottom: 15px;
}

/* Pros And Cons End here */

/* Alternatives Table End here  */

/*  Inner Page End here  */

/* Table of contents */
.table_indexfx {
    background: #e6f4fc;
    border-radius: 5px;
    padding: 20px 20px;
    margin-top: 30px;
    color: #fff;
    border-top: 5px solid #0e95e0;
}

.table_indexfx_heading {
    font-size: 21px;
    color: #000;
}

.table_indexfx_list li {
    margin-bottom: 5px;
}

.table_indexfx_list a {
    color: #0e95e0;
    font-size: 18px;
}

.table_indexfx_list a:hover {
    opacity: 0.8;
}

/* Comment Form Start here */
#review_form {
    display: none;
}

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

.review_content .comment-notes, .review_content .comment-form-cookies-consent,
.review_content .comment-awaiting-moderation, .review_content .says {
    display: none !important;
}

.review_content .comment-reply-title {
    font-size: 0;
    margin: 0;
}

.review_content .comment-reply-title a {
    display: block;
    font-size: 16px;
    text-align: center;
    background: #000;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.review_content .comment-reply-title a:hover {
    background: #4e4e4e;
}

.review_content .comment-meta {
    display: flex;
}

.review_content .comment-metadata {
    margin-left: 10px;
    border-left: 1px solid #a5a5a5;
    padding-left: 10px;
    position: absolute;
    top: 30px;
    left: 147px;
}

.heading_line {
    display: flex;
    align-items: baseline;
}

.review_heading {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}

.heading_line span {
    display: block;
    height: 1px;
    border: 1px solid #dedede;
    flex-grow: 1;
    margin-left: 20px;
}

.review_heading span {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
}

.review_content form {
    display: flex;
    flex-direction: column;
}

.review_content form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.review_content form input, .review_content form textarea {
    border: 1px solid #d6d6d6;
    display: block;
    border-radius: 5px;
    width: 100%;
    min-height: 45px;
    padding: 0 15px;
    background: #f8f8f8;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.review_content form input:focus, .review_content form textarea:focus {
    outline: none;
    border-color: #950000 !important;
}

.review_content .form-submit {
    order: 4;
    margin-bottom: 30px;
}

.review_content form textarea {
    height: 120px;
    padding: 10px 15px;
}

.comment-list {
    background: #e7e7e7;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #ababab;
}

.review_content .comment-author img {
    border-radius: 100%;
    object-fit: cover;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.review_content .comment-author .fn {
    font-weight: 600;
}

.review_content .comment-author .fn, .review_content .comment-content {
    margin-left: 65px;
}

.comment-metadata a {
    color: #b9b9b9;
    font-size: 14px;
}

.review_content .comment-content {
    border-top: 0px dotted #b3b3b3;
    background: #e9e9e9;
    padding: 45px 15px 15px;
    margin: 50px 0 0px;
    border-radius: 6px;
}

.review_content .comment-list {
    background: transparent;
    padding: 20px 0px;
    border-radius: 10px;
    position: relative;
    clear: right;
    border: 0;
}

.review_content .comment-content p {
    line-height: 1.5;
    font-size: 15px;
    color: #7a7a7a;
    margin: 0px;
}

.review_content .form-submit .submit {
    background: #950000;
    color: #fff;
    min-height: 55px;
    line-height: 55px;
    padding: 0;
    border-color: transparent;
    cursor: pointer;
}

.review_content .form-submit .submit:hover {
    background: #168f58;
    color: #fff;
    border-color: #168f58;
}

.review_content .comment-body {
    position: relative;
}

.review_content .reply {
    position: absolute;
    right: 15px;
    bottom: 10px;
    display: none;
}

.review_content .reply a {
    color: #ff9d00;
    font-size: 13px;
    font-weight: 600;
}

.review_content .reply a:hover {
    color: #950000;
}

.review_content .comments-rating > span {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: auto;
    justify-content: flex-end;
    flex-direction: row-reverse;
    max-width: 130px;
    position: relative;
}

.review_content .comments-rating > span input {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    line-height: normal;
    min-height: auto;
    width: 18px;
    opacity: 0;
    cursor: pointer;
}

.review_content .comments-rating > span label i {
    font-size: 16px;
    color: gold;
}

.review_content .comments-rating > span label {
    margin: 0 10px 0 0px;
    position: relative;
    font-size: 0;
}

.review_content .comment-list > .comment {
    background: transparent;
}

.review_content .comment-list > .comment:not(:first-child) {
    margin-top: 30px;
}

.review_content .comment-list > .comment > .comment .fn {
    margin-left: 55px;
}

.review_content .comment-list > .comment > .comment .fn p {
    margin: 0;
    top: 34px;
    left: 55px;
    font-size: 16px;
}

.review_content .comment-list > .comment > .comment .comment-content p {
    margin-top: 0px;
}

.review_content .comment-list > .comment > .comment {
    background: #f4f5f6;
    padding: 18px 15px;
    margin-left: 30px;
}

.review_content .comment-list > .comment > .comment {
    background: #f5f5f5;
    padding: 10px 10px;
    margin: 0px;
    border-top: 1px dotted #c7c7c7;
}

.review_content .comment-list > .comment > .comment .reply {
    bottom: 10px;
    font-size: 14px;
}

.review_content .comment-list > .comment > .comment .comment-content p {
    font-size: 14px;
}

.review_table {
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #d8e1e6;
    border-bottom-color: rgb(216, 225, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 5px solid #950000;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.review_table td {
    border-bottom: solid 1px #eaf1f5;
    vertical-align: top;
    padding: 10px;
}

.review_table tr:nth-child(2n) {
    background: #b9defe;
}

.review_content .comment-list > .comment > .comment .comment-author img {
    min-width: 40px;
    min-height: 40px;
}

.review_content .comment-list > .comment > .comment .comment-content {
    margin: 0px;
    background: transparent;
    padding: 65px 0px 10px;
}

.review_content .comment-list > .comment > .comment .comment-content .star, .review_content .comment-list > .comment > .comment .reply {
    display: none;
}

.review_content .comment-list > .comment > .comment .comment-metadata {
    margin: 0;
    left: 55px;
    padding: 0;
    border: 0;
    top: 20px;
}

.review_content .comment-list > .comment > .comment .comment-author img {
    min-width: 40px;
    min-height: 40px;
}

.review_content .comment-list > .comment > .comment .review_title {
    top: 60px;
    left: 0;
}

.review_content form .error {
    font-size: 14px;
    color: red;
    font-weight: 400;
}

.review_content .comment-list form > label, .review_content .comment-list form .comments-rating {
    display: none;
}

.sumbit_button {
    float: right;
    margin-top: 15px;
    border: 0px;
    min-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 32px;
    font-weight: 600;
    background: #950000;
    color: #fff;
    cursor: pointer;
}

.review_content .stars i {
    color: #950000;
    font-size: 12px;
}

.review_content .stars {
    margin: 0 !important;
    position: absolute;
    left: 75px;
    top: 35px;
}

.review_content .stars span, .review_content .comments-rating > span label[for="rating-0"], .review_content .comments-rating > span input[value="0"] {
    display: none;
}

.review_title {
    position: absolute;
    left: 15px;
    top: 90px;
    font-style: normal;
}

.comment_rating_4 label:nth-child(1) i, .comment_rating_4 label:nth-child(2) i, .comment_rating_4 label:nth-child(3) i, .comment_rating_4 label:nth-child(4) i, .comment_rating_3 label:nth-child(1) i, .comment_rating_3 label:nth-child(2) i, .comment_rating_3 label:nth-child(3) i, .comment_rating_2 label:nth-child(1) i, .comment_rating_2 label:nth-child(2) i, .comment_rating_1 label:nth-child(1) i {
    color: #b1b1b1 !important;
}

.review_content .comments-rating > span .rating_txt {
    color: red;
    font-weight: 400;
    line-height: 10px;
    position: absolute;
    left: 110%;
    white-space: pre;
}

.review_content .comments-rating > .comment_rating_2 .rating_txt {
    color: #000;
}

.review_content .comments-rating > .comment_rating_0 .rating_txt, .review_content .comments-rating > .comment_rating_1 .rating_txt {
    color: #950000;
    font-weight: 600;
}

.hide_rating {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    margin-top: 0px;
    top: 0;
}

.review_content .comment-content .star {
    position: absolute;
    left: 65px;
    top: 30px;
    margin: 0;
}

.star i {
    color: #f9be23;
}

/* Comment Form End here */


/* Footer Section Start here */

.footer {
    background: #1e1f23;
    padding: 40px 0 0;
    margin-top: 50px;
}

.footer_heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.footer_link a {
    color: #d7d7d7;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
}

.footer_link li {
    padding: 10px 0;
}

.footer_tag {
    font-weight: 700;
}

.copyright {
    background: #000;
    padding: 10px 0px;
    margin-top: 30px;
    color: #fff;
}

.effactive_txt {
    margin: 0 0 15px;
    text-align: left;
    font-size: 14px;
    color: #f5f5f5;
}

.effactive_txt:last-child {
    margin: 0;
}

.effactive_txt span {
    font-size: 15px;
    color: #fff;
}

.effactive_txt_link {
    display: block;
    margin-top: 3px;
}

.effactive_txt_link a {
    color: #fff;
    font-size: 14px;
}

.effactive_txt_link a::after {
    padding: 0 5px;
}

.footer a {
    font-size: 14px;
}

.social_icon {
    margin: 20px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.social_icon li {
    margin: 0 20px 10px 0;
}

.social_icon a {
    width: auto;
    height: auto;
    color: #950000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 16px;
}

.social_icon a:hover {
    color: #fff;
}

/* Footer Section End here */

/* Review Listing Page start here */
.review_listing_baner {
    border-top: 1px solid #DADADA;
    text-align: center;
}

.review_listing_baner p {
    text-align: center;
}

.review_listing_baner h1 {
    font-size: 46px;
    font-weight: 800;
}

.brokers_grid_box {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2), inset 0px 0px 0px 1px rgba(0, 0, 0, .1);;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px;
    display: flex;
    min-height: 140px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 0 0 100%;
    width: 100%;
}

.brokers_grid_content .col-md-3 {
    display: flex;
    margin: 0 0 30px;
}

.brokers_grid_box_img {
    max-width: 120px;
    margin: 0 auto;
}

.brokers_grid_box span {
    border-top: 1px solid #DADADA;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
    white-space: pre-line;
    word-break: break-all;
}

/* Review Listing Page end here */


/* Guides Listing Page start here */

.small_container {
    max-width: 900px;
    margin: 0 auto;
}

.resource_banner {
    border-top: 1px solid #dadada;
    text-align: center;
    background: #eaeaea;
    padding: 130px 0 !important;
}

.comparisons_list li {
    margin-bottom: 10px;
}

.comparisons_list a {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 800;
}

/* Guides Listing Page ends here */


.popups-content {
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    visibility: hidden;
    z-index: 11111;
}

.popups-box {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .3s ease-in-out;
    transform-origin: 0 100%;
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    background: #fff;
    opacity: 0;
    color: #000;
    padding: 35px 20px 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 111;
}

.popups-content.show {
    visibility: visible;
}

.show .popups-box {
    opacity: 1;
    transform: translateY(0%) rotateX(0deg);
}

.close-popup {
    position: absolute;
    right: -10px;
    width: 24px;
    top: 0px;
    height: 24px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    color: #000;
    line-height: 24px;
    font-weight: 800;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.18);
}

.popups_hd {
    font-size: 22px;
    font-weight: 600;
    text-shadow: none;
}

.mail-content figure img {
    width: 240px;
    margin: 11px auto;
}

.mail-content p {
    color: #000;
    line-height: normal;
    font-size: 16px;
    text-align: center;
}

.mail-field .main_btn {
    min-width: 100%;
    margin: 20px 0 0;
    padding: 16px 10px;
    font-size: 16px;
    background: #0051f5;
    border-color: #0051f5;
}

.mail-field .main_btn:hover, .mail-field .main_btn:active, .mail-field .main_btn:focus {
    background-color: #b02c2c !important;
    border-color: #b02c2c !important;
}

.mail-field .form-control {
    min-height: 45px;
    outline: none;
    box-shadow: none;
    border: 1px solid #797979;
    margin-bottom: 10px;
}

.mail-field .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    border: 1px solid #797979;
}

.input_range {
    position: absolute;
    left: 5%;
    width: 90%;
    right: 5%;
    top: 20px;
    background: #ddd;
    height: 10px;
    border-radius: 5px;
    border: 0;
}

.input_range span {
    position: absolute;
    background: #00986e;
    height: 100%;
    width: 50%;
    left: 0;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.error_msg {
    color: red !important;
    font-size: 14px !important;
    margin: 0;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    text-align: left !important;
}

.mail-field {
    position: relative;
}

.pdf_txt {
    margin: 20px -20px 0;
    text-align: center;
    background: #00b8ae;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}


.calculation_table {
    margin-top: 40px;
    margin-bottom: 0;
}

.calculation_table:not(:first-child) {
    margin-top: 0px;
}

.calculation_table th {
    background: #cbd7ef;
    font-size: 16px;
    padding: 18px 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
}

.calculation_table th:first-child, .calculation_table td:first-child {
    border-left: none;
}

.calculation_table td {
    position: relative;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    font-weight: 500;
    border-right: none;
    padding: 18px 8px;
}

.red_txt {
    color: red;
}

.feature_boxr {
    background-color: #f7faff;
    padding: 30px;
    border: solid 2px #ecf3ff;
}

/* Responsive section Start here */

@media screen and (max-width: 1199px) {
    .index {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .container, .custom_container {
        max-width: 100%;
    }

    .primary-menu li {
        display: inline-block;
        margin: 0 0px;
    }

    .primary-menu li a {
        font-size: 15px;
        padding: 15px 7px;
    }

    .main_heading {
        font-size: 40px;
    }

    .mt-40 {
        margin-top: 60px;
    }

    .index {
        width: 70%;
    }

    .feature_table {
        padding: 35px 0px 25px 0;
    }

    .responsive-table {
        width: 100%;
        overflow-x: auto;
        display: block;
    }

    .banner {
        padding: 60px 0;
    }

    h2 {
        font-size: 30px;
    }

    .custom-logo-link {
        padding: 14px 0;
    }

    .heading_rating h2 {
        display: block;
    }

    .heading_rating {
        padding-bottom: 20px;
    }

    .star_rating {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        position: static;
    }

    .padding_right_50 {
        padding-right: 20px;
    }

    .col_width_left {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col_width_right {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .banner_content_order {
        order: 1;
    }

    .heading_bg {
        line-height: 1.3;
    }

    .ftauthor_details {
        margin-top: 25px;
    }

    .ftbanner_img {
        max-width: 50%;
        margin: 0 auto 20px;
    }

    .banner_btn {
        margin-top: 25px;
    }

    .main_ftbtn {
        min-width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .ftpage_header {
        padding: 30px 0;
    }

    .heading_bg {
        font-size: 36px;
    }

    .ftauthor_details {
        flex-wrap: wrap;
    }

    .ftauthor_update {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px;
    }

    .banner_btn {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .banner_btn a.main_ftbtn {
        width: 100%;
        display: block;
    }

    .banner_btn .main_ftbtn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .mobile_sorting {
        display: block;
    }

    .sort_mobile_list, .table_content thead {
        display: none;
    }

    .table_content tbody tr td.button_td {
        flex: 0 0 100%;
        text-align: center;
        width: 100%;
        max-width: 100%;
        position: static;
        margin-top: 5px;
        order: 5;
    }

    .table_content tbody tr.data_list.active .button_td {
        text-align: left;
    }

    .table_content tbody tr td.width_100, .table_content tbody tr td:nth-child(2) {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }

    .table_content tbody tr td.width_100.mobile_order {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .table_img img {
        max-width: 110px;
    }

    .table_content tbody tr {
        align-items: self-start;
        border: 1px solid #283e4a;
        border-top: 0;
        position: relative;
    }

    .table_link {
        padding: 0 0 5px;
    }

    .table_content tbody tr td {
        flex: 0 0 100%;
        padding: 10px 10px 0;
        max-width: 100%;
        font-size: 14px;
        font-weight: 500;
        padding-top: 15px !important;
    }

    .more_info {
        margin-top: 10px;
    }

    .hide_scroll {
        overflow: hidden;
    }

    .deshk_logo {
        display: none;
    }

    .mobile_logo {
        display: block
    }

    .sticky_post {
        top: initial;
        bottom: -110px;
    }

    .sticky_down {
        top: initial;
        bottom: 0;
    }

    .mobile_styiky {
        display: block;
    }

    .custom-logo-link {
        padding: 17px 0px 15px;
        z-index: 11111;
    }

    .mobile_styiky a {
        display: block;
        background: #f05858;
        width: 55%;
        margin: 15px auto;
        padding: 10px 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        font-size: 15px;
        text-align: center;
    }

    .mobile_styiky a:hover, .mobile_styiky a:active {
        color: #fff;
        background: #168f58;
    }

    .main_header {
        padding: 0px 0;
        min-height: 54px;
        background-color: #14ab66;
        margin-top: 0;
    }

    .navbar-toggler, .navbar-collapse.primary-menu.show {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .menu_list:hover .dropdown-menu, .desktop_stiky {
        display: none !important;
    }

    .menu_list .dropdown-menu.dropdown_show {
        display: block !important;
    }

    .primary-menu {
        position: fixed;
        left: -100%;
        width: 100%;
        background: #666;
        top: 57px;
        z-index: 1;
        transition: all .5s ease-in-out;
        display: block !important;
        height: 100%;
        z-index: 11;
        top: 0px;
    }

    .mobile_drop_dowm {
        background: #950000;
        min-height: 53px;
        display: block !important;
    }

    .toggleMenu .primary-menu {
        left: 0;
    }

    .primary-menu li {
        display: block;
        margin: 0px 0px;
        position: relative;
        border-bottom: 1px solid #828282;
        width: 100%;
        float: left;
    }

    .primary-menu li:last-child {
        border: 0;
    }

    .menu_list .dropdown-menu {
        transform: none !important;
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: #666;
        box-shadow: none;
        position: static;
    }

    .menu_list:hover > .dropdown-toggle, .primary-menu > li > .dropdown-toggle:hover {
        background: red !important;
    }

    .dropdown-menu .dropdown-item {
        padding: 3px 5px 3px 30px;
        margin: 0 0 4px 0px !important;
        border-radius: 5px;
        width: 100%;
        font-size: 14px;
        color: #fff;
    }

    .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #950000;
    }

    .primary-menu li a {
        font-size: 15px;
        padding: 13px 15px;
        color: #ffff;
        display: block;
    }

    .menu_list:hover > a {
        color: #000;
    }

    .toggleMenu .custom-logo-link {
        position: fixed;
        z-index: 111;
        top: 0;
        left: 15px;
    }

    .navbar-toggler {
        position: absolute;
        top: 13px;
        background: transparent;
        right: 15px;
        padding: 0 4px 0;
        width: 35px;
        height: 30px;
        z-index: 111;
    }

    .toggleMenu .navbar-toggler {
        position: fixed;
    }

    .navbar-toggler span {
        background: #fff;
        height: 2px;
        display: block;
        margin: 5px auto;
        transition: all .5s ease-in-out;
    }

    .toggleMenu .navbar-toggler span:first-child {
        transform: translate(0px, 7px) rotate(37deg);
    }

    .toggleMenu .navbar-toggler span:last-child {
        transform: translate(0px, -7px) rotate(-39deg);
    }

    .toggleMenu .navbar-toggler span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler .navbar-toggler-icon {
        width: 20px;
        height: 14px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        display: inline-block;
        position: relative;
        vertical-align: initial;
    }

    .navbar-toggler .navbar-toggler-icon::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        background: white;
        left: 0;
        top: 4px;
    }

    .navbar-collapse.primary-menu {
        display: none;
    }

    .mt-40 {
        margin-top: 25px;
    }

    h2 {
        font-size: 27px;
        margin-bottom: 15px;
        border-width: 4px;
        border-radius: 10px;
        line-height: 1.4;
    }

    h3 {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 48px;
        margin-bottom: 0;
    }

    .footer {
        margin-top: 50px;
        padding: 20px 0 0;
    }

    .footer_heading {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .footer_link li {
        padding: 4px 0;
    }

    .breadcrum {
        margin: 6px 0 20px;
    }

    .broker_img {
        display: block;
        margin: 0 auto;
    }

    .broker_list {
        margin-top: 25px;
    }

    .rated_list {
        padding: 15px 10px;
    }

    .rank {
        padding: 4px 10px;
    }

    .forex_tabel thead th {
        padding: 10px;
    }

    .effactive_txt {
        width: 50%;
    }

    .index {
        width: 80%;
    }

    .breadcrum li a, .breadcrum li {
        font-size: 14px;
    }

    .index {
        width: 100%;
        padding: 15px 15px;
    }

    .slider_bar {
        padding: 10px;
    }

    .slider_bar .carousel-item span {
        display: block;
        background: #000;
        padding: 5px 10px;
        color: #fff;
        font-size: 14px;
    }

    .pros_and_cons ul {
        padding-left: 15px;
    }

    .sticky_post .broker_img {
        width: 50px;
        padding-top: 5px;
    }

    .rating_value {
        font-size: 16px;
    }

    .rating_txt {
        font-size: 14px;
    }

    .right_sticky {
        width: 100%;
    }

    .sticky_post .rating {
        padding-right: 0;
    }

    .right_sticky > a {
        min-width: 100%;
        padding: 5px 10px;
    }

    .right_sticky h6 {
        font-size: 15px;
    }

    .right_sticky p {
        font-size: 14px;
    }

    .small_btn {
        right: 9px;
        top: 13px;
        padding: 2px 5px !important;
    }

    .col_width .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col_width .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .broker_review {
        font-size: 16px;
    }

    .rated_order li {
        margin: 0 0 5px;
    }

    .bache_img {
        width: 200px;
    }

    .banner {
        padding: 30px 0;
    }

    .banner_sub_heading {
        font-size: 16px;
        text-align: left;
    }

    .index_heading {
        font-size: 18px;
    }

    .instrument_table th {
        padding: 6px 6px;
    }

    .instrument_table td {
        padding: 10px 6px;
    }

    .box_area {
        padding: 10px 10px;
    }

    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    ol {
        padding-left: 25px;
    }

    .banner_heading {
        font-size: 40px;
    }

    .top_content {
        margin: 10px 0 30px;
    }

    .main_heading {
        font-size: 32px;
        line-height: normal;
    }

    .sub_heading {
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
    }

    .three_rating_logo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #d7e2ff;
    }

    .rating_three {
        padding: 20px 0px;
        box-shadow: none;
        border: 1px solid #ecf1ff;
        border-radius: 0;
    }

    .three_rating_content {
        flex: 0 0 100%;
        border-bottom: 1px solid #d5e0ff;
        position: relative;
        align-items: flex-start !important;
        background: #ecf1ff;
        padding-left: 100px;
        min-height: 70px;
        justify-content: center;
    }

    .three_rating_heading {
        font-size: 15px;
        font-weight: 800;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: #e0e8ff;
        padding: 5px 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .three_rating_rating {
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }

    .three_rating_txt {
        font-size: 13px;
        color: #000;
        padding: 0 10px;
    }

    .three_rating_logo img {
        max-width: 210px;
    }

    .three_rating_box {
        flex-wrap: wrap;
    }

    .three_btn {
        padding: 0 20px;
    }

    .review_text {
        flex: 0 0 100%;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .review_strip {
        padding: 10px;
        flex-direction: column;
    }

    .review_navigation {
        width: 100%;
        padding: 10px 15px;
        border: 0;
        border-radius: 4px;
        text-align: left;
        font-weight: 600;
        display: flex;
        color: #0e4d8b;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin: 20px 0 10px;
    }

    .sidebar_review_heading {
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 15px;
        padding: 6px 10px;
        pointer-events: all;
    }

    .sidebar_review_heading i {
        display: block;
        margin-right: 5px;
    }

    .sidebar_review, .sidebar_review_content {
        display: none;
    }

    .sidebar_review_content ul a {
        padding: 5px 2px 5px 27px;
        font-size: 14px;
    }

    .numaric_list {
        line-height: 1.8;
        font-size: 15px;
    }

    .review_table td {
        font-size: 14px;
    }

    .review_box {
        padding: 0px;
    }

    .review_heading {
        font-size: 24px;
        margin: 0;
    }

    .review_content .comment-reply-title {
        margin: 0;
    }

    .review_content .comment-meta {
        display: block;
    }

    .review_content .comment-metadata {
        border-left: 0px solid #a5a5a5;
        padding-left: 0px;
        margin-left: 0px;
        top: 45px;
        left: 65px;
    }

    .review_content .comment-list > .comment > .comment {
        padding: 10px 10px;
        margin: 0px;
    }

    .review_content .comment-list > .comment > .comment .fn {
        margin-left: 0px;
    }

    .review_content .comment-list > .comment > .comment .comment-content {
        border: 0;
        margin: 0;
    }

    .review_content .comment-list > .comment > .comment .comment-metadata {
        left: 0;
    }

    .review_content .comment-list > .comment > .comment .comment-metadata a {
        font-size: 12px;
    }

    .review_content .comment-list > .comment > .comment .review_title {
        font-size: 15px;
    }

    .review_content .comment-list > .comment > .comment .comment-author img {
        display: none;
    }

    .sumbit_button {
        float: inherit;
        margin-top: 0;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .review_title {
        top: 85px;
    }

    .review_content .stars {
        left: inherit;
        top: 78px;
        right: 0;
    }

    .review_content .comment-list > .comment > .comment .fn p {
        top: 55px;
        left: 0;
        border-top: 2px dotted #d1cbc9;
        width: 100%;
    }

    .star_heading {
        display: block;
        margin-bottom: 0;
    }

    .star_rating {
        margin: 0 0 10px;
    }

    .review_content .comment-content .star {
        top: 25px;
    }

    .feature_box_link {
        margin-bottom: 15px;
    }

    .heading_line span {
        display: none;
    }

    .review_heading span {
        display: inline-block;
    }

    .heading_line {
        margin-bottom: 15px;
    }

    .review_content .comment-list {
        padding: 0 0px 20px;
    }

    .banner_img {
        display: none;
    }

    .section_cl {
        background: #038460;
        padding: 40px 0 20px;
    }

    .banner_heading {
        font-size: 28px;
        line-height: normal;
        margin-top: 5px;
    }

    .contest_img {
        margin-top: 10px;
    }

    .margin_top {
        margin-top: 40px;
    }

    .min_heading {
        font-size: 21px;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .underline {
        width: 100%;
        bottom: -15px
    }

    .normal_txt p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.7;
        text-align: justify;
    }

    .banner_sub_heading {
        font-size: 16px;
        text-align: justify;
        margin: 0 0 10px;
    }

    .white_section {
        padding: 15px 10px;
        margin: 40px 0 15px;
    }

    .white_section h2 {
        margin: 0 auto 20px;
        font-size: 22px;
        line-height: 1.3;
    }

    .white_section p {
        font-size: 16px;
        margin-top: 30px;
    }

    .icon_btn {
        font-size: 20px;
        text-align: left;
        padding: 12px 0 12px 20px;
        margin: 0;
        font-weight: 800;
    }

    .heading_md {
        font-size: 30px;
    }

    .banner figure {
        margin: 10px 0 20px;
    }

    .banner figure.white_img {
        margin: 0;
    }

    .contest-content {
        margin-bottom: 25px;
    }

    .white_chapter {
        padding: 20px 10px;
    }

    figure .pl-lg-5 {
        margin-top: 50px;
    }

    .chapter_heading_md {
        margin-top: 0;
    }

    .chapter_heading_md {
        font-size: 20px;
    }

    .popups_hd {
        font-size: 18px;
    }

    .popups-content {
        width: 95%;
        margin: 0 auto;
    }

    .mail-content figure img {
        width: 110px;
    }

    .mail-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .close-popup {
        right: 0;
        top: -17px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .contest_img img, figure.pl-lg-5 {
        width: 70%;
        margin: 0 auto;
    }

    .sec_order_0 {
        order: 0;
    }

    .sec_order_1 {
        order: 1;
    }

    .sec_order_2 {
        order: 2;
    }

    .mobile_pdf {
        display: block;
        width: 100%;
        background: #1b1c1d;
        padding: 15px 20px;
        text-align: center;
    }

    .mobile_pdf p {
        margin: 0 0 11px;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        position: relative;
        color: #fff;
        display: inline-block;
    }

    .mobile_pdf p::before, .mobile_pdf p::after {
        content: "";
        position: absolute;
        left: -20px;
        width: 0;
        height: 0;
        border-left: 12px solid #950000;
        top: 3px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .mobile_pdf p::after {
        left: initial;
        right: -20px;
        border-right: 12px solid #950000;
        border-left: 0;
    }

    .mail-field .main_btn {
        min-width: 100%;
        margin: 10px 0 0;
    }

    .pdf_txt {
        margin: -58px -20px 0;
        padding: 17px 0;
        position: relative;
    }

    .big_img {
        max-width: 70%;
    }

    .popups-box {
        padding: 44px 20px 20px;
    }

    .input_range {
        top: 27px;
    }

    .top_bar_header {
        bottom: 0;
        top: auto;
        text-align: left;
        display: none;
    }

    .home {
        padding-top: 0;
    }

    .home .top_bar_header {
        display: block;
    }

    .top_bar_header .top_bar__text {
        width: 60%;
        display: inline-flex;
    }

    .top_bar_header .top-bar__cross {
        padding: 8px 12px;
    }

    .color-yellow {
        padding: 1px 6px;
        display: block;
        text-align: left;
    }

    .box_contnet {
        padding: 15px 10px;
    }

    .box_contnet_btn .main_btn {
        min-width: 100%;
    }

    .box_contnet ul {
        padding-left: 20px;
    }

    .box_contnet ul li {
        margin-bottom: 15px;
    }

    .padding_right_50 {
        padding-right: 15px;
    }

    .col_width_left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col_width_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .author_name {
        font-size: 14px;
    }

    .author_content {
        align-items: flex-start;
    }

    .author_details {
        margin-left: 5px;
        font-size: 0;
    }

    .authir_post_date {
        font-size: 13px;
        color: #9d9d9d;
        flex: 0 0 100%;
        padding-left: 20px;
        margin-top: -4px;
    }

    .mobile_pdf {
        display: block;
        width: 100%;
        background: #1b1c1d;
        padding: 15px 20px;
        text-align: center;
    }

    .mobile_pdf p {
        margin: 0 0 11px;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        position: relative;
        color: #fff;
        display: inline-block;
        padding: 0 20px;
    }

    .mobile_pdf p::before, .mobile_pdf p::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 0;
        height: 0;
        border-left: 12px solid #950000;
        top: 3px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .mobile_pdf p::after {
        left: initial;
        right: 0px;
        border-right: 12px solid #950000;
        border-left: 0;
    }

    .green_pdf p::before, .green_pdf p::after {
        display: none !important;
    }

    /*.green_pdf p::before{border-left: 12px solid #000;}
    .green_pdf  p::after{border-right: 12px solid #000;} */
    .green_pdf {
        background: #950000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
    }

    .green_pdf p {
        margin: 0 10px 0 0px;
        padding: 0;
    }

    .green_pdf .icon_btn {
        width: auto;
        min-width: auto;
        text-align: center;
        padding: 10px 30px 10px 30px;
    }

    .review_listing_baner h1 {
        font-size: 36px;
        font-weight: 800;
    }

    .review_listing_baner, .review_listing_baner p {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {

    .broker_list {
        display: block;
    }

    .mobile_styiky a {
        width: 85%;
    }

    .broker_list dd:not(:last-child) {
        margin-bottom: 15px;
    }

    .list_image img {
        display: block;
        margin: 0 auto;
    }

    .list_image {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .row .col-md-4 {
        margin-bottom: 5px;
    }

    .effactive_txt {
        width: 100%;
    }

    .dots span {
        width: 24px;
        height: 24px;
        background-size: 11px;
        text-align: center;
        background-position: 5px 7px;
    }

    .three_rating_logo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .dots .carousel-control-next-icon {
        background-position: 7px 7px;
    }

    .banner_sub_heading br {
        display: none;
    }
}

/* Responsive section End here */

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
}