@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('assets/fonts/ProximaNovaRegular.eot');
    src: url('assets/fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('assets/fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('assets/fonts/ProximaNovaRegular.woff') format('woff'),
         url('assets/fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('assets/fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('assets/fonts/ProximaNovaSemibold.eot');
    src: url('assets/fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
         url('assets/fonts/ProximaNovaSemibold.woff2') format('woff2'),
         url('assets/fonts/ProximaNovaSemibold.woff') format('woff'),
         url('assets/fonts/ProximaNovaSemibold.ttf') format('truetype'),
         url('assets/fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('assets/fonts/ProximaNovaBold.eot');
    src: url('assets/fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('assets/fonts/ProximaNovaBold.woff2') format('woff2'),
         url('assets/fonts/ProximaNovaBold.woff') format('woff'),
         url('assets/fonts/ProximaNovaBold.ttf') format('truetype'),
         url('assets/fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-style: normal;
    font-weight: normal;
}

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
body {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaRegular';
}
ul,ol { list-style:none; }
img,fieldset { border:none; }
a {text-decoration:none;}
a:hover { text-decoration:none; }
.skip { position:absolute; left:-9999px; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure { margin:0; padding:0; }
.clearfix {
    clear: both;
    height:0;
    width:100%;
    overflow:hidden;
}
embed, iframe, object, video { max-width: 100%; }
input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; display: block; }
a {
    -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
p {
    color: #1d1d1d;
    font-size: 17px;
    line-height: 1.471;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.center-content {
    max-width: 1120px;
    margin: 0 auto;
}
.center-content1 {
    max-width: 1088px;
    margin: 0 auto;
}
.center-content2 {
    max-width: 940px;
    margin: 0 auto;
}

.aligncenter, img.aligncenter {
    margin: 0 auto 15px;
    max-width: 100%;
}
.alignright {
    clear: right;
    float: right;
    margin: 2px 0 10px 15px;
    max-width: 100%;
}

/* #df */
.author-col,
.author-col-area {
    display: -webkit-flex;
    display: flex;
}
.two-input-wrap,
.contact-from-wrapper,
.our-cal-col-area,
.prop-trader-area,
.home-banner-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-input-wrap,
.contact-from-wrapper,
.home-banner-area {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.home-banner-area {
    -webkit-align-items: center;
    align-items: center;
}

/*--------------------------------*/
/*  header-container              */
/*--------------------------------*/
.bh-header-container {
    background-color: #fff;
    padding-top: 26px;
    position: relative;
    z-index: 99999;
}
.bh-header-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bh-logo {
    max-width: 185px;
}
.bh-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bh-main-menu ul {
    padding-top: 3px;
}
.bh-main-menu ul > li {
    color: #1d1d1d;
    font-size: 16px;
    padding: 0 5px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.bh-main-menu ul > li > a {
    color: #1d1d1d;
}
.bh-main-menu ul > li > a strong {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.bh-main-menu > ul > li > a::after {
    padding: 2px;
    right: -6px;
    border-color: #1d1d1d;
}
.bh-main-menu > ul > li:hover > a::after {
    border-color: #1d1d1d;
}
.bh-main-menu > ul > li:hover > a,
.bh-main-menu > ul > li a:hover,
.bh-main-menu > ul > li.current-menu-item > a {
    background: transparent;
    color: inherit;
    border-color: #c65224;
}

/* new header -- bh-header-container */
.bh-main-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bh-main-menu ul > li > a {
    color: #1d1d1d;
    padding: 20px 16px 18px 6px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
}
.bh-main-menu > ul > li:hover > a,
.bh-main-menu > ul > li a:hover,
.bh-main-menu > ul > li.current-menu-item > a {
    /*background: #2e3a4e;
    color: #fff;
    border-color: #2e3a4e;*/
}
.bh-main-menu > ul > li.menu-item-has-children > a:after {
    content: '';
    border: solid #1d1d1d;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    right: -6px;
    top: -3px;
    z-index: 1;
}
.bh-main-menu > ul > li.menu-item-has-children:hover > a:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 1px;
}
.bh-main-menu ul > li.menu-item-active > a {
    background: #2e3a4e;
    color: #fff;
    border-color: #2e3a4e;
}
.bh-main-menu ul > li > ul {
    background-color: #fff;
    position: absolute;
    left: auto; top: 100%;
    display: none;
    padding: 21px 15px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
}
.bh-main-menu ul > li.menu-item-active > ul {
    display: block;
}
.bh-main-menu ul li ul li {
    color: #1d1d1d;
    padding: 0;
}
.bh-main-menu ul > li > ul > li > a {
    color: #1d1d1d;
    font-size: 15px;
    display: block;
    padding: 3px 16px;
    line-height: 32px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.bh-main-menu ul > li > ul > li > ul {
    position: static;
    padding: 0;
    display: block;
}
.bh-main-menu ul li ul li ul {
    overflow: inherit;
}

/*  sub-menu-wrap  */
.bh-main-menu ul li.sub-menu-wrap ul {
    display: none;
}
.bh-main-menu ul li.menu-item-active.sub-menu-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bh-main-menu ul li.sub-menu-wrap ul li {
    width: 48%;
}
.bh-main-menu ul li.sub-menu-wrap ul li ul li {
    width: 100%;
}
.bh-main-menu ul li.sub-menu-wrap ul li ul,
.bh-main-menu ul li ul li ul {
    display: block;
}
.bh-main-menu ul li ul li a {
    color: #1d1d1d;
    font-size: 14px;
    display: block;
    border-bottom: 0;
    padding: 3px 16px;
    line-height: 26px;
    display: -webkit-flex;
    display: flex;
    flex-direction: -webkit-row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bh-main-menu ul li ul li a strong,
.bh-main-menu ul li ul li ul li a strong {
    font-weight: normal;
}
.bh-main-menu ul li ul li a:hover {
    background-color: #edf3fd;
    color: #1d1d1d;
}
.bh-main-menu ul li ul li a.menu-border-bottom {
    color: #1e293b;
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 2px solid #e5e7eb;
    margin: 0 16px 8px 16px;
    padding: 0 15px 11px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
.bh-main-menu ul li ul li a.menu-border-bottom:after { display: none; }
.bh-main-menu ul li ul li a.menu-border-bottom strong { font-weight: 600; }
.bh-main-menu ul li ul li a.menu-border-bottom:hover {
    background-color: transparent;
    color: #1e293b;
}
.bh-main-menu ul li ul li a span {
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
}
.bh-main-menu ul li ul li a span span.bg-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.bh-main-menu ul li ul li.bh-big-icon {
    margin-bottom: 5px;
}
.bh-main-menu ul li ul li.bh-big-icon a span {
    width: 48px;
    height: 48px;
}
.bh-main-menu ul li ul li.bh-big-icon a span span.bg-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 48px;
}

/* menu-with-des */
.bh-main-menu ul li ul li a .menu-with-des {
    max-width: 147px;
    line-height: 1;
}
.bh-main-menu ul li ul li a .menu-with-des strong {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-weight: 600;
}
.bh-main-menu ul li ul li a .menu-with-des small {
    font-size: 10px;
    display: block;
}

/* bottom-link */
.bh-main-menu ul li ul li ul li.bottom-link-1 a {
    background: url(assets/images/bgr-bh-awards-btn.png) no-repeat right center;
    color: #0050db;
    font-size: 15px;
    line-height: inherit;
    display: inline-block;
    margin-top: 40px;
    -webkit-transition: inherit;
    transition: inherit;
    font-weight: 600;
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a strong,
.bh-main-menu ul li ul li ul li.bottom-link-1 a strong {
    font-weight: 600;
}
.bh-main-menu ul li ul li ul li.bottom-link-1 a:hover {
    background: url(assets/images/bgr-bh-awards-btn.png) no-repeat right center;
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a {
    background: #0050db;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin: 38px 0 0 16px;
    padding: 0 18px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
    -webkit-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a:hover {
    -webkit-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
}

.bh-main-menu li:hover > ul {
    display: block;
}
.bh-main-menu li:hover.sub-menu-wrap > ul {
    display: flex;
}

/* bh-back */
.bh-back {
    background: #fff url(bgr-bh-back.png) no-repeat 20px center;
    padding: 15px 40px 20px 40px;
    display: none;
    cursor: pointer;
}
.bh-back span {
    color: #000;
    font-size: 12px;
    display: inline-block;
    border-bottom: 2px solid #fdad00;
}

/* bh-mobile-btn */
.bh-mobile-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
    display: none;
}
.bh-mobile-icon {
    width: 16px;
    height: 16px;
    margin: 0 auto;
}
.bh-mobile-btn span {
    display: block;
    color: #333;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 3px;
    text-transform: uppercase;
}
.bh-bg-overlay {
    background-color: rgba(31, 41, 55, .5);
    width: 100vw;
    height: 100vw;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}
.overlay-active {
    visibility: visible;
    opacity: 1;
}

/* bh-back */
.bh-back {
    background: #fff url(assets/images/bgr-bh-back.png) no-repeat 20px 17px;
    padding: 15px 40px 20px 40px;
    display: none;
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0; top: 53px;
    z-index: 9999;
}
.bh-back span {
    color: #000;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid #2e3a4e;
}

.bh-main-menu ul li .menu-item-wrap .menu-item-wrap-info {
    position: relative;
    z-index: 20;
}
.bh-mob-menu {
    display: none;
}

.navigation {
    background-color: #fff;
    height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

/*--------------------------------*/
/* banner-container               */
/*--------------------------------*/
.main-wrap {
    padding-top: 95px;
}
.home-banner-container {
    background: #2c2c2c;
}
.home-banner-area {
    padding: 78px 0 123px 0;
}
.home-banner-left-cont {
    width: 47%;
    color: #fff;
}
.home-banner-right {
    width: 52%;
}
.home-banner-right img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}
.home__banner-content__title {
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0;
    padding-bottom: 5px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.home__banner-content__title br {
    display: none;
}
.home__banner-content__title span {
    color: #68dec7;
}
.home__banner-content__title strong {
    color: #c65224;
}
.home-banner-left-cont p {
    color: #fff;
    font-size: 26px;
    line-height: 1.23;
    padding-bottom: 9px;
    font-family: 'ProximaNovaRegular';
}
.home-banner-select {
    width: 100%;
    max-width: 302px;
}
.home-banner-select form .banner-select {
    background: #c65224 url(assets/images/pop-select.png) no-repeat right 20px center;
    max-width: 302px;
    -webkit-appearance: none;
    color: #fff;
    font-size: 18px;
    padding: 12px 35px 12px 13px;
    margin-top: 14px;
    border: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

/*--------------------------------*/
/*  home-slider-container         */
/*--------------------------------*/
.home-slider-container .center-content {
    overflow: hidden;
    margin-top: -52px;
    padding: 5px 0;
}
.home2-carousel-area {
    position: relative;
    z-index: 1;
}
.home2-carousel {
    background: transparent;
    box-shadow: none;
    height: auto;
    padding: 0 0 30px 10px;
}
.home2-carousel .carousel-cell {
    width: 210px;
    height: 136px;
    margin-right: 14px;
    background: #c65224;
    padding: 12px 5px 10px 5px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    box-shadow: 0px 0px 13px rgba(148,148,148,.42);
}
.carousel-cell:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.home2-carousel .carousel-cell:last-child {
    margin-right: 0;
}
.home2-carousel .carousel-cell span {
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    display: block;
    padding-top: 8px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.home2-carousel .carousel-cell .ff-icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*--------------------------------*/
/* banner-bottom-cont-container   */
/*--------------------------------*/
.banner-bottom-cont-container {
    padding-top: 20px;
    padding-bottom: 32px;
}
.banner-bottom-cont h2 {
    color: #c65224;
    font-size: 30px;
    text-align: center;
    padding-bottom: 16px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.banner-bottom-cont p {
    color: #2e353f;
    font-size: 17px;
    line-height: 1.471;
    padding-bottom: 27px;
}

/*--------------------------------*/
/*   home-feature-container       */
/*--------------------------------*/
.home-feature-container {
    background: #2c2c2c;
    padding-top: 57px;
    padding-bottom: 50px;
}
.home-feature-container h2 {
    color: #c65224;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    padding-bottom: 8px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.home-feature-broker {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.home-feature-broker-col {
    width: 50%;
    padding: 52px 12px 12px 12px;
}
.home-feature-broker-item {
    background: #fff;
    height: 100%;
    padding: 60px 16px 10px 16px;
    padding-right: 16px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
.feature-broker-icon {
    width: 70px;
    position: absolute;
    top: -32px;
    left: 0; right: 0;
    margin: 0 auto;
}
.home-feature-broker-item h3 {
    color: #c65224;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    position: relative;
    text-align: center;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.home-feature-broker-item h3:after {
    background-color: #c65224;
    width: 170px;
    height: 5px;
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: 0 auto;
}
.home-feature-broker-item p {
    color: #1d1d1d;
    font-size: 17px;
    line-height: 1.65;
    padding-top: 5px;
    padding-bottom: 8px;
}
.home-feature-broker-item p a {
    color: #1d1d1d;
}

/*--------------------------------*/
/*   broker-com-container         */
/*--------------------------------*/
.broker-com-container {
    padding-top: 48px;
    padding-bottom: 80px;
}
.broker-com-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.broker-com-cont-left {
    width: 42%;
    padding: 4px;
}
.broker-com-cont-left img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    box-shadow: 0px 0px 13px rgba(148,148,148,.42);
}
.broker-com-cont {
    width: 54%;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
}
.broker-com-cont h3 {
    color: #c65224;
    font-size: 30px;
    padding-bottom: 11px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.broker-com-cont p {
    padding-bottom: 11px;
}
.broker-com-cont p a {
    color: #1d1d1d;
}
.broker-com-cont ul {
    padding: 15px 0 15px 15px;
    margin-bottom: -5px;
}
.broker-com-cont ul li {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 23px;
    list-style: disc;
    margin-left: 18px;
    font-family: 'ProximaNovaRegular';
}
.broker-com-cont ol {
    padding: 15px 0 15px 15px;
}
.broker-com-cont ol li {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 23px;
    list-style: decimal;
    margin-left: 18px;
    font-family: 'ProximaNovaRegular';
}

/*--------------------------------*/
/*    footer-container            */
/*--------------------------------*/
.footer-container {
    background-color: #f2f2f2;
    padding-top: 34px;
    padding-bottom: 25px;
}
.footer-logo {
    max-width: 184px;
    margin: 26px auto 27px;
}
.footer-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.footer-menu ul {
    text-align: center;
    padding: 10px 0 12px 0;
}
.footer-menu ul li {
    color: #1d1d1d;
    font-size: 15px;
    padding: 0 10px 10px 10px;
    line-height: normal;
    display: inline-block;
    position: relative;
    font-family: 'ProximaNovaBold';
    font-weight: 400;
}
.footer-menu ul li a {
    color: #1d1d1d;
    position: relative;
}
.footer-menu ul li a::after {
    background-color: #000;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}
.footer-menu ul li a:hover {
    color: #d43241;
}
.footer-menu ul li a:hover::after {
    visibility: visible;
    opacity: 1;
}

.footer-bottom-container {
    background-color: #2c2c2c;
    padding: 11px 15px 10px 15px;
}
.footer-bottom-cont {
    text-align: center;
}
.footer-bottom-cont p {
    color: #999;
    font-size: 12px;
    font-family: 'ProximaNovaRegular';
}

/* back-top */
.back-top {
    background: #2e353f url(assets/images/bg-backtop.png) no-repeat center;
    right: 10px;
    width: 41px;
    height: 41px;
    padding: 0;
    text-indent: -9999px;
    z-index: 99999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    padding: 1rem;
    position: fixed;
    text-align: center;
    top: 50%;
}

/*--------------------------------*/
/*   breadcrumbs                  */
/*--------------------------------*/
.breadcrumbs {

}
.breadcrumbs {
    background-color: #1d1d1d;
    color: #b3b3b3;
    font-size: 13px;
    padding-top: 14px;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-family: 'ProximaNovaRegular';
}
.breadcrumbs a {
    color: #b3b3b3;
    font-weight: 400;
}

/*--------------------------------*/
/*   banner-container             */
/*--------------------------------*/
.banner-container {
    background-color: #1d1d1d;
    padding-top: 35px;
    padding-bottom: 13px;
}
.banner-cont h1 {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    padding-top: 13px;
    padding-bottom: 20px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.banner-cont p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 13px;
    line-height: 24px;
    font-family: 'ProximaNovaRegular';
}

.cfx-top-author .author-info p {
    font-size: 10px;
    line-height: 17px;
    padding-bottom: 0;
}
.cfx-top-author .author-info strong {
    font-size: 12px;
}
.cfx-top-author .author-info .author-des-area p {
    font-size: 14px;
    text-transform: none;
}
.cfx-top-author .author-info .author-des-area p a {
    color: #c65224;
}
.cfx-top-author .author-info .author-checked {
    color: #c65224;
    font-weight: 400;
}
.cfx-top-author .author-info .author-checked svg path,
.cfx-top-author .author-info .author-checked svg {
    fill: #c65224;
}
.cfx-top-author .author-info .author-checked svg {
    fill: #c65224 !important;
}

/* cfx-top-author */
.cfx-top-author { width: 100%; }
.banner-cont .cfx-top-author {
    padding-top: 7px;
}
.cfx-top-author .top-author .author-img {
    width: 43px;
    margin-right: 7px;
    display: block;
}
.cfx-top-author .top-author .author-img > strong {
    width: 42px;
    height: 42px;
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.cfx-top-author .top-author .author-img > strong img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 45px;
}
.cfx-top-author .author-info strong {
    font-size: 12px;
    display: block;
    line-height: 16px;
    text-transform: capitalize;
}
.cfx-top-author .author-info strong span {
    color: #007daf;
    text-decoration: underline;
}
.cfx-top-author .author-info p {
    margin: 0;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
.cfx-top-author .author-popup-des-left {
    width: 64px;
    display: block;
}
.cfx-top-author .author-popup-des-left > strong {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}
.cfx-top-author .author-popup-des-left > strong img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cfx-top-author .author-description {
    left: 50%;
    transform: translateX(-50%);
}
.cfx-top-author .author-popup-des-right p {
    padding-bottom: 4px;
    font-size: 13px;
    text-transform: unset;
    font-weight: 500;
}
.cfx-top-author .author-popup-des-right p strong {
    display: block;
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: 600;
}
.cfx-top-author .author-popup-des-right p small {
    font-size: 12px;
}
.cfx-top-author .author-description p {
    font-size: 13px;
    line-height: 20px;
    text-transform: unset;
}
.cfx-top-author .author-info strong {
    font-size: 12px;
}
.author-col a.bio-btn {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 12px;
    display: inline-block;
}
.author-info .author-update-date {
    color: #fff;
    font-size: 14px;
    padding: 0 5px 0 0;
    display: inline-block;
}
.author-des-area {
    padding-bottom: 6px;
}
.comp-fee {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.comp-fee-des {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    top: 27px;
    left: 50%;
    width: 260px;
    padding: 15px;
    position: absolute;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
}
.comp-fee-des::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.comp-fee-des a {
  color: #000;
}
.comp-fee-des a:hover {
  text-decoration: underline;
}
.comp-fee-des p {
    font-size: 13px;
}
.author-col-area {
    padding-bottom: 10px;
    max-width: 497px;
}
.author-col .author-info {
    padding: 3px 0 0 0;
    position: relative;
    margin-right: 10px;
}
.author-col:last-child .author-info {
    margin-right: 0;
}
.author-col .author-info .author-mob {
    display: none;
}

.banner-bottom-text p {
    color: #ccc;
    font-size: 14px;
    padding-bottom: 13px;
    line-height: 24px;
    font-family: "ProximaNovaRegular";
}
.banner-bottom-text p a {
    color: #ccc;
    text-decoration: underline;
}
.banner-bottom-text p a:hover {
    text-decoration: none;
}

/*--------------------------------*/
/*   forex-trading-container      */
/*--------------------------------*/
.forex-trading-container {
    padding-top: 30px;
}
.reg-unreg-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
	padding-right: 10px;
    margin: 0 -10px;
}
.reg-unreg-left-col {
    width: 56%;
    padding: 0 10px 0 10px;
}
.reg-unreg-right-col {
    width: 44%;
    position: relative;
}
.reg-unreg-area h4 {
    color: #1d1d1d;
    font-size: 22px;
    padding-bottom: 8px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.top-forex-trading-area ul {
    padding: 10px 0 10px 18px;
}
.top-forex-trading-area ul li {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 8px 5px;
    list-style-type: decimal;
}
.top-forex-trading-area ul li a {
    color: #1d1d1d;
    text-decoration: underline;
}
.top-forex-trading-area ul li a:hover {
    text-decoration: none;
}
.reg-unreg-right-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.mob-hide-img img {
	margin-left: auto;
}
/*--------------------------------*/
/*   yellow-box-content           */
/*--------------------------------*/
.yellow-box-content {
    background: #c65224;
    padding: 22px 25px 15px 25px;
    margin-bottom: 25px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.yellow-box-content h2 {
    color: #fff;
    font-size: 30px;
    padding-top: 0;
    padding-bottom: 18px;
}
.yellow-box-content p {
    color: #fff;
    padding-bottom: 10px;
}

/*----------------------*/
/* entry-content        */
/*----------------------*/
.entry-content {
    width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #2e353f;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.entry-content h1 {
    font-size: 36px;
    padding-bottom: 20px;
}
.entry-content h2 {
    font-size: 30px;
    padding-bottom: 18px;
}
.entry-content h3 {
    color: #2e353f;
    font-size: 24px;
    padding-bottom: 8px;
}
.entry-content h4 {
    font-size: 18px;
    padding-bottom: 8px;
}
.entry-content h5 {
    font-size: 16px;
    padding-bottom: 15px;
}
.entry-content h6 {
    font-size: 14px;
    padding-bottom: 15px;
}
.entry-content p {
    color: #000;
    font-size: 15px;
    line-height: 1.471;
    padding-bottom: 8px;
}
.entry-content span {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.entry-content ul {
    padding: 0 0 25px 0;
    margin-bottom: -5px;
}
.entry-content ul li {
    list-style: disc;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 7px 0;
    margin-left: 18px;
}
.entry-content ol {
    list-style: decimal;
    padding: 0 0 20px 20px;
}
.entry-content ol li {
    list-style: decimal;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
}
.entry-content ol li a {
    padding: 15px 0;
}
.entry-content a {
    color: #007daf;
}
.entry-content .pic_content {
    margin: 10px 0;
}
.entry-content blockquote {
    display: block;
    position: relative;
    margin: 0 0 20px;
}
.entry-content blockquote p {
    font-size: 26px;
    color: #657073;
    font-weight: 200;
    line-height: 1.3em;
    display: inline-block;
    vertical-align: top;
    border-top: 5px solid #e4e4e4;
    border-bottom: 5px solid #d0d0d0;
    padding: 20px 0 20px 40px;
}
.entry-content blockquote p:before {
    content: open-quote;
    font-size: 60px;
    position: absolute;
    left: 10px;
    opacity: 0.8;
    top: 30px;
    color: #224a56;
}
.entry-content blockquote p:after {
    content: close-quote;
    font-size: 60px;
    position: absolute;
    opacity: 0.5;
    bottom: 10px;
    margin-left: 8px;
    color: #224a56;
}
.entry-content table {
    border-collapse: collapse;
    width: 100%;
}
.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid #dfe9f2;
    color: #42423a;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px 0;
}

/*----------------------*/
/* best-cfdtp-container */
/*----------------------*/
.best-cfdtp-container h3 {
    padding: 30px 0;
}
.best-cfdtp-item {
    background: #fff;
    padding: 20px 20px 30px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 37px;
}
.entry-content .label-tag {
    display: inline-block;
    background: #e7f0f9;
    color: #1d1d1d;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 9px 12px 8px 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.best-cfdtp-item-inner .label-tag {
    background: none;
    padding: 0;
    padding-right: 75px;
    text-transform: unset;
}
.best-cfdtp-item-inner strong {
    background: #c65224;
    color: #fff;
    font-size: 15px;
    padding: 9px 12px 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.best-cfdtp-item-inner .invisible {
    display: none;
}
.cfdtp-item-img {
    position: absolute;
    top: 35px;
    right: 20px;
    width: auto;
    height: auto;
}
.cfdtp-item-img img {
    max-width: 100%;
    height: 67px;
}
.best-cfdtp-item span {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 25px;
    display: block;
}
.best-cfdtp-item span:not(.post-tooltip, .tooltip-content, .invisible), .best-cfdtp-item h4:not(.post-tooltip, .tooltip-content) {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 25px;
    display: block;
}
.best-cfdtp-item span a, .best-cfdtp-item h4:not(.post-tooltip, .tooltip-content) a {
    color: #000;
}
.best-cfdtp-info-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
}
.best-cfdtp-info {
    width: 75%;
}
.best-cfdtp-info-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.best-cfdtp-info-col {
    width: 23%;
    padding-right: 40px;
    position: relative;
}
.best-cfdtp-info-col:before {
    background-color: #e2e2e2;
    content: '';
    width: 2px;
    height: 80px;
    position: absolute;
    left: -35px; top: 2px;
}
.best-cfdtp-info-col:nth-child(2):before,
.best-cfdtp-info-col:first-child:before { display: none; }
.best-cfdtp-info-col:first-child {
    width: 26%;
}
.best-cfdtp-info-col:nth-child(3) {
    width: 28%;
}
.best-cfdtp-info-col:first-child .best-cfdtp-info-cont {
    max-width: 120px;
}
.best-cfdtp-info-col p {
    font-size: 15px;
    line-height: 25px;
}
.best-cfdtp-info-col p:last-child {
    padding-bottom: 0;
}
.best-cfdtp-info h6, .best-cfdtp-info p.colheads {
    color: #000;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 14px;
}
.best-cfdtp-rating {
    color: #343f53;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0 0 0;
}
.best-cfdtp-rating-icon {
    max-width: 114px;
    padding-top: 5px;
}
.best-cfdtp-rating-icon img {
    width: 100%;
}

.best-cfdtp-btn-area {
    width: 100%;
    max-width: 255px;
}
.best-cfdtp-btn {
    display: block;
    background: #303b4f;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    padding: 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.best-cfdtp-btn:hover {
    background: #5a6d8e;
}

.accordion-item {
    border-bottom: 1px solid #e6e6e6;
}
.accordion-title {
    background: url(assets/images/acc-arrow-hide.jpg) no-repeat center right 6px / 10px;
    font-weight: normal;
    padding: 15px 0;
    cursor: pointer;
    color: #5a6d8e;
}
.accordion-title.accordion-show,
.accordion-title.active {
    background: url(assets/images/acc-arrow-show.jpg) no-repeat center right 6px / 14px;
}
.accordion-title.accordion-show.active {
    background: url(assets/images/acc-arrow-hide.jpg) no-repeat center right 6px / 10px;
}
.accordion-content {
    max-height: 0;
    line-height: 25px;
    overflow: hidden;
}
.accordion-title.accordion-show + .accordion-content {
    max-height: inherit;
}
.accordion-title.accordion-show.active + .accordion-content {
    max-height: 0 !important;
}
.accordion-content p {
    font-size: 15px;
    line-height: 25px;
    padding: 2px 0 22px 0;
}
.cfb-pros-cons-area {
    max-width: 752px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cfb-pros-cons {
    width: 50%;
    padding: 0 10px;
}
.cfb-pros-cons span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 28px;
}
.cfb-pros-cons ul {
    margin-bottom: 0;
    padding-bottom: 25px;
}
.cfb-pros-cons ul li {
    list-style: none;
    background: url(assets/images/pros-icon.jpg) no-repeat top 5px left / 16px;
    margin-left: 0;
    padding: 0 0 0 33px;
    font-size: 15px;
    line-height: 24px;
}
.cfb-pros-cons.cfb-cons-list ul li {
    background: url(assets/images/cons-icon.jpg) no-repeat top 6px left 5px / 12px;
}

/* best-cfdtp-rating-icon */
.best-cfdtp-rating-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.best-cfdtp-rating-icon small {
    width: 16px;
    margin-right: 7px;
    display: block;
}
.best-cfdtp-rating-icon small:last-child {
    margin-right: 0;
}

/* coupon-code */
.coupon-code {
    text-align: right;
    margin-bottom: 13px;
}
.coupon-code a {
    background: #68dfc7;
    color: #2e343e;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.7px;
    border: 1px dashed #2e343e;
    font-weight: 600;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.coupon-code a .coupon-val {
    color: #2e343e;
    font-size: 14px;
    line-height: 1.3;
    padding: 14px 11px 14px 15px;
    display: inline-block;
    -webkit-transition: all .3s ease-out; 
    transition: all .3s ease-out;
}
.coupon-code a .copy-text {
    background: #2e343e url(assets/images/bg-file1.png) no-repeat 15px center / 15px 20px;
    color: #d8ba72;
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 13px 15px 37px;
    border: 1px dashed #fff;
    display: inline-block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.coupon-code a:hover .copy-text {
    background: #d8ba72 url(assets/images/bg-pdf2-ho.png) no-repeat 15px center / 15px 20px;
    color: #2e343e;
}
.best-cfdtp-btn-area .best-cfdtp-btn {
    color: #fff;
    font-size: 17px;
    padding: 18px 16px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.best-cfdtp-bottom-btn-area {
    max-width: 228px;
    margin: 0 0 0 auto;
}

/* accordion-item */
.accordion-item {
    border-bottom: 1px solid #e6e6e6;
}
.accordion-title {
    background: url(assets/images/acc-arrow-hide.jpg) no-repeat center right 6px / 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 15px 20px 15px 0;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    line-height: 25px;
}
.accordion-title.accordion-show,
.accordion-title.active {
    background: url(assets/images/acc-arrow-show.jpg) no-repeat center right 6px / 14px;
}
.accordion-title.accordion-show.active {
    background: url(assets/images/acc-arrow-hide.jpg) no-repeat center right 6px / 10px;
}
.accordion-content {
    max-height: 0;
    line-height: 25px;
    overflow: hidden;
}
.accordion-title.accordion-show + .accordion-content {
    max-height: inherit;
}
.accordion-title.accordion-show.active + .accordion-content {
    max-height: 0;
}
.accordion-content p {
    font-size: 15px;
    line-height: 25px;
    padding: 2px 0 22px 0;
}
.accordion-content p a {
    color: #000;
}

/*----------------------*/
/* tablepress table     */
/*----------------------*/
table.tablepress thead tr th {
    background-color: #d7d6d1;
}
table.tablepress thead th {
    border-top: unset;
    text-transform: unset;
}
table.tablepress tbody td,
table.tablepress thead th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    /*background: #ffffff;*/
    padding: 16px 12px;
    font-size: 15px;
    color: #36383d;
    text-align: center;
}
table.tablepress td:first-child {
    font-weight: bold;
}
table.tablepress:not(.dtfc-has-left) tbody tr td.column-1 {border-right:3px solid #eee;}
table.tablepress tbody tr:nth-child(2n+2) {
    background: #f9f9f7;
}
table.tablepress tbody tr {
    border-bottom: 1px solid #e4e4eb;
}
table.tablepress tbody tr:hover {
    background: #edd29d;
}

.webvisitbtn-area {
    clear: both;
}
.webvisitbtn-green {
    background: #c65224;
    border: 0;
    color: #fff !important;
    font-size: 20px;
    display: inline-block;
    padding: 15px 30px 13px 30px;
    margin: 20px auto 30px;
    text-transform: none;
    text-decoration: none !important;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

/* CONTENT AND SIDEBAR */
.popular-cont-container {
    padding-bottom: 40px;

}
.sidebar_and_content {
    margin-top: 2rem;
    width: 100%;
    display: inline-block;
}
.sidebar {
    height: 100%;
    margin-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 82px;
    width: 210px;
}

ul.easy-feature-sidebar-list {
    background: #fff;
}
ul.easy-feature-sidebar-list li {
    font-size: 18px;
    font-weight: 600;
    color: #5a6d8e;
    list-style: none;
    position: relative;
    padding: 11px 0 10px 25px;
}
ul.easy-feature-sidebar-list li::before {
    content: '';
    background: url(assets/images/sidebar-icon.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 0;
    top: 15px;
}
ul.easy-feature-sidebar-list li a {
    color: #5a6d8e;
}
ul.easy-feature-sidebar-list li a:hover {
    background: none;
}
.sidebar_and_content .popular-content {
    flex: 1;
    overflow: hidden;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .sidebar_and_content .popular-content {
        float: right;
        width: calc(100% - 242px);
    }
}
@media only screen and (max-width: 767px) {
    .sidebar_and_content .popular-content {
        width: 100%;
    }
}

/* sidebar .textwidget */
.sidebar .textwidget {
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
}
.content-sidebar-title,
.sidebar-widget-content h2 {
    background: #d0e9ff;
    border-radius: 4px 4px 0 0;
    color: #18304b;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    padding: 10px;
    text-align: center;
}
.sidebar-widget-content p,
.sidebar-widget-content ul li {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}
.sidebar-widget-content a {
    color: #0e4d8b;
}
.sidebar-widget-content a:hover {
    background: #e6f3ff;
    text-decoration: underline;
}
.sidebar-widget-content ul.linked-list {
    padding-top: 5px;
}
.sidebar-widget-content ul,
.sidebar-widget-content ol {
    padding-bottom: 10px;
}
.linked-list.numbered-list {
    list-style-type: decimal;
}
.sidebar-widget-content ul.numbered-list li a {
    padding-left: 0;
}

/* content-sidebar */
.content-sidebar-title {
    background: #c65224;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px 9px 14px;
    padding-bottom: 9px;
    text-align: left;
    font-weight: normal;
}
ul.easy-feature-sidebar-list {
    padding: 19px 0 0 14px;
}
ul.easy-feature-sidebar-list li {
    font-size: 18px;
    color: #000;
    padding: 8px 0 7px 29px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
ul.easy-feature-sidebar-list li::before {
    background: url(assets/images/pop-sidebar-icon.png) no-repeat 0 0;
    width: 10px;
    height: 12px;
    top: 14px;
}
ul.easy-feature-sidebar-list li a {
    color: #000;
}

/* popular-content */
.popular-content h2 {
    position: relative;
}
.popular-content h2::before,
.popular-content h2::after {
    background-color: #ddded9;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
}
.popular-content h2::before {
    background-color: #c65224;
    width: 90px;
    z-index: 5;
}
.popular-content p {
    font-size: 17px;
    padding-bottom: 20px;
}
.popular-content p a {
    color: #000;
    text-decoration: underline;
}
.popular-content p a:hover {
    text-decoration: none;
}
/* prop-trad-area */
.featured-content-groups {
/*    padding-top: 30px;*/
}
.prop-trad-area {
    padding-bottom: 20px;
}
.prop-trad-col {
    background-color: #f2f2f2;
    padding: 15px 25px 10px 23px;
    margin-bottom: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.prop-trad-col p {
    line-height: 1.647;
}
.prop-trad-col p:last-child {
    padding-bottom: 0;
}

/* pnumber-cont */
.pnumber-cont {
    position: relative;
    padding: 0 0 5px 50px;
}
.pnumber-cont h3 {
    color: #2e353f;
    font-size: 22px;
    padding-top: 10px;
}
.pnumber-cont p {
    padding-bottom: 10px;
}
.pnumber-cont span {
    width: 50px;
    position: absolute;
    top: 16px; left: 0;
    color: #c65224 !important;
    font-size: 45px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.pnumber-cont ul {
    padding-bottom: 15px;
}
.pnumber-cont ul li {
    list-style-type: none;
    line-height: 25px;
    position: relative;
    color: #1d1d1d;
    font-size: 17px;
    list-style-type: disc;
    padding: 0 0 0 4px;
    font-family: 'ProximaNovaRegular';
}
.pnumber-cont ul li a {
    color: #1d1d1d;
    text-decoration: underline;
}
.pnumber-cont ul li a:hover {
    text-decoration: none;
}

.prop-trader {
    padding: 30px 0 40px 48px;
}
.prop-trader h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

/* prop-trader-area */
.prop-trader-col {
    width: 49.5%;
    padding-right: 5px;
}
.prop-trader-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
}
.prop-trader-row small {
    background-color: #d0e9ff;
    width: 47px;
    height: 30px;
    line-height: 30px;
    flex: 0 0 auto;
    color: #212c33;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.prop-trader-row p {
    line-height: 1.3;
    padding: 5px 0 5px 15px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

/* pros and cons*/
.pros-cons-area {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    margin: 20px auto 30px;
}
.pros-cons {
    background-color: #f2f2f2;
    padding: 21px 15px 29px 21px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.pros-cons span.title {
  font-size: 22px;
  margin-bottom: 24px;
  color: #2e353f;
  display: block;
  font-family: 'ProximaNovaBold';
  font-weight: normal;
}
.pros-cons ul {
    padding-bottom: 3px;
}
.pros-cons ul li {
    color: #1d1d1d;
    font-size: 17px;
    list-style: none;
    position: relative;
    margin-left: 25px;
    padding-bottom: 18px;
    line-height: 25px;
}
.pros-cons ul li a {
    color: #1d1d1d;
}
.pros-cons ul li:last-child {
    padding-bottom: 0;
}
.pros-cons ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -25px;
    height: 18px;
    width: 18px;
    background: url(assets/images/pop-pros.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.left-check .pros-cons ul li::before {
    background: url(assets/images/pop-pros-check.png);
}
.pros-cons ul.cons-list li::before {
    background: url(assets/images/pop-cons.png);
}

/* faq */
.faq-container {
    padding-top: 15px;
    padding-bottom: 30px;
}
.faq-container h2.header-sideline {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.faq-item {
    padding: 10px 15px 5px 15px;
    margin-right: 0;
    margin-bottom: 12px;
    border-bottom: 0;
    background: #f2f2f2;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.faq-item h3::after {
    content: "";
    background: url(assets/images/pop-faq-arrow2.png) no-repeat center center;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 9px;
    right: 3px;
}
.faq-item.active_faq h3::after {
    content: "";
    background: url(assets/images/pop-faq-arrow.png) no-repeat center center;
}
.faq-item .collapse {
    display: none;
    border: 0;
    padding: 2px 0 5px 5px;
    margin-bottom: 0;
}
.faq-item.active_faq h3.collapsed + .collapse {
    display: block;
}
.faq-item h3 {
    color: #1d1d1d;
    font-size: 22px;
    padding: 5px 29px 7px 5px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.faq-item p {
    color: #1d1d1d;
    padding-bottom: 5px;
}
.faq-item p a {
    color: #1d1d1d;
    text-decoration: none;
}

/* footer-top-author-area */
.footer-top-author-area {
    background-color: #c65224;
    padding: 26px 35px 18px 24px;
    margin: 47px 0 45px 0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.footer-top-author-area .entry-content h2 {
    color: #fff;
    padding-bottom: 9px;
}
.footer-top-author-area .entry-content h2:before,
.footer-top-author-area .entry-content h2:after {
    display: none;
}
.footer-top-author-area p {
    color: #fff;
}
.footer-top-author-area p a {
    color: #fff;
}
.author-wrapper {
    padding: 6px;
}
.author-data {
    display: -webkit-flex;
    display: flex;
    max-width: 750px;
}
.author-img {
    width: 90px;
    flex: 0 0 auto;
}
.author-img img {
  width: 90px;
  height: 90px;
}
.footer-top-author-area .author-info strong {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.footer-top-author-area .author-info strong a {
    color: #fff;
}
.footer-top-author-area .author-info strong span {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.footer-top-author-area .author-info strong span:hover {
    border-bottom: 2px solid transparent;
}
.footer-top-author-area .author-img {
    margin-right: 25px;
}
.footer-top-author-area .author-img img {
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.author-social {
    margin: 60px 0 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.author-social li {
    width: 50px;
    margin-right: 14px;
}

.author-social li a {
    border-radius: 50%;
    border: 1px solid #000000;
    color: #000;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.author-social li img {
    width: 28px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}

/*comparison-partners*/
.comparison-partners {
    padding: 15px 6px 0 4px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.comparison-partners h2 {
    clear: both;
    width: 100%;
    margin: 5px 0 20px 10px;
    color: #2e353f;
    font-size: 28px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.comparison-partners h2::after,
.comparison-partners h2::before {
    display: none;
}
.com-single-partner {
    width: 33.333%;
    padding: 0 10px 24px;
    box-sizing: border-box;
}

/*--------------------------*/
/*  review page             */
/*--------------------------*/
.landing-container {
    background-color: #f9f9f7;
    padding: 0;
    position:sticky;
    top:83px;
    z-index:9999;
}
.pn-ProductNav_Wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: transparent !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
.landing-container.header-sticky-img-none .pn-ProductNav_Wrapper {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
.pn-ProductNav {
    overflow: inherit !important;
}
.pn-ProductNav_Wrapper > span {
    width: 74px;
    flex: 0 0 auto;
    font-size: 12px;
    color: #2e353f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.pn-ProductNav_Link {
    width: auto !important;
    font-size: 16px !important;
    color: #2e353f !important;
    display: inline-block !important;
    float: none !important;
    text-transform: capitalize;
    padding: 8px 18px 3px 19px !important;
    margin: 0 9px !important;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 5px rgba(148,148,148,.42);
    box-shadow: 0px 0px 5px rgba(148,148,148,.42);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.pn-ProductNav_Link:hover,
.pn-ProductNav_Link.active {
    background: #c65224;
    color: #fff !important;
}
.pn-ProductNav_Link.active::before {
    display: none;
}
.pn-ProductNav_Link span strong {
    padding-bottom: 0 !important;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

.landing-container.header-sticky-img-none .pn-ProductNav_Wrapper {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.bh-menu-area {
    width: 100%;
    position: relative;
    z-index: 9;
}
.pn-ProductNav_Wrapper {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 0;
    min-height:30px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    box-shadow: 0px 3px 5px rgba(148,148,148,.42);
}
 .pn-ProductNav {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.pn-ProductNav_Contents {
    width: max-content;
}
.js .pn-ProductNav {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}
.pn-ProductNav_Contents {
    float: left;
    min-height:30px;
    transition: transform 0.2s ease-in-out;
}
.pn-ProductNav_Contents-no-transition {
    transition: none;
}
.pn-ProductNav_Link[aria-selected="true"] {
    color: #111;
}
.pn-Advancer {
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
}
.pn-Advancer:focus {
    outline: 0;
}
.pn-Advancer:hover {
 cursor: pointer;
}
.pn-Advancer_Left {
    left: 0;
    background: #fff;
    padding-left: 5px;
    -webkit-box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
    -moz-box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
    box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    display: block;
}
.pn-Advancer_Right {
    right: 0;
    background: #fff;
    padding-right: 5px;
    -webkit-box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
    -moz-box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
    box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
     display: block;
}
.pn-Advancer_Icon {
    width: 20px;
    height: 44px;
    fill: #bbb;
}

.pn-Advancer span {
    background-color: #73cae8;
    width: 25px;
    height: 25px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pn-Advancer span:hover {
    background-color: #66bbd9;
}
.pn-Advancer span img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0;
    padding-top: 7px;
}

/* pn-ProductNav_Link */
.pn-ProductNav_Link { 
    width: 122px;
    float:left;
    display: block; 
    height: 100%;
    padding: 10px 0 3px 0;
    margin: 0 15px;
    text-align: center;
    color: #5f5f5f;
    font-size: 14px;
    position: relative;
    border-bottom: 3px solid transparent;
}
.header-sticky-img-none .pn-ProductNav_Link {
    width: 130px;
}
.pn-ProductNav_Link.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.4rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #7e8da9;
}
.pn-ProductNav_Link small {
    display: block;
    height: 40px;
}
.pn-ProductNav_Link span {
    display: block;
    margin: 0 auto;
}
.pn-ProductNav_Link span {
    position: relative;
 }
 .pn-ProductNav_Link span img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;  
 }
.pn-ProductNav_Link span .icon-hover {
    position: absolute;
    left: 0; top: 0;
    visibility: hidden;
    opacity: 0;
}
.pn-ProductNav_Link.active span .icon-hover,
.pn-ProductNav_Link:hover span .icon-hover {
    visibility: visible;
    opacity: 1;
}
.pn-ProductNav_Link span strong {
    padding-bottom: 5px;
    display: inline-block;
}
.bottom-header-fixed .pn-ProductNav_Link span {
    width: 68%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-feature-sticky {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 999;
}
.stickyBannerPT {
    padding-top: 100px;
}
.header-sticky-img-none .bh-menu-area {
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    box-shadow: 0px 3px 5px rgba(148,148,148,.42);
}
.header-sticky-img-none .pn-ProductNav_Wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-sticky-img-none .pn-ProductNav_Link span img {
    display: none;
}

/*Skip ahead for mobile*/
.toc-close,
.jump-to-btn {
    display: none;
}
.forexhead {
    color: #2e353f !important;
    font-size: 30px !important;
    padding-top: 15px;
    padding-bottom: 39px !important;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.table-with-video {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: inherit;
    padding-bottom: 28px;
}
.table-with-icon {
    width: 59%;
    float: none;
}
.right-video {
    float: none;
    width: 39%;
    padding: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 12px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 12px rgba(148,148,148,.42);
    box-shadow: 0px 0px 12px rgba(148,148,148,.42);
}
.right-video iframe {
    width: 100%;
    height: 207px;
    padding-left: 0;
    display: block;
}
.table-with-video .right-video img {
    height: auto;
}

table.tablepress tbody td {
    background: transparent !important;
}
table.tablepress tbody tr:nth-child(2n+2) {
    background: #f9f9f7 !important;
}
table.tablepress tbody tr:hover {
    background: #edd29d !important;
}
table.tablepress thead tr {
    border-bottom: 0;
}
table.tablepress thead tr th {
    background-color: #d7d6d1 !important;
}

.table-with-icon table tbody tr:nth-child(2n+1) {
    background: #e2a891;
}
.table-with-icon table tbody tr:last-child {
    background: #d7b771;
    border-top: 1px solid #fff;
}
.table-with-icon table tbody tr:last-child {
    background: #c65224;
    border-top: 1px solid #fff;
}
.table-with-icon table tbody tr td {
    color: #2e353f;
    font-size: 17px;
    padding: 6px 0;
    line-height: 28px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.table-with-icon table tbody tr th:first-child,
.table-with-icon table tbody tr td:first-child {
    text-align: left;
    padding-left: 10px;
}
.table-with-icon table tbody tr td strong {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.table-with-icon table tbody tr:last-child td {
    color: #fff;
}

/* star tablepress */
table.tablepress {
    margin-bottom: 20px;
}
.dt-scroll .tablepress {
    padding: 0 !important;
    margin: 0 !important;
}

.yellow-box-content {
    background: #c65224;
    padding: 17px 25px 5px 25px;
    margin-top: 40px;
    margin-bottom: 25px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.yellow-box-content .forexhead {
    color: #fff !important;
    font-size: 26px !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.yellow-box-content p {
    color: #fff;
    font-size: 17px;
    padding-bottom: 10px !important;
}
.yellow-box-content p a {
    color: #fff;
}
.yellow-box-content .forexhead .promo-code {
    background-color: #d17550;
    color: #f9f9f7;
    font-size: 24px;
    display: inline-block;
    padding: 2px 8px 2px 10px;
    border: 1px dashed #f9f9f7;
    cursor: pointer;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

/* pf-tabs */
#pf-tabs * {
    margin: 0;
    padding: 0;
}
#pf-tabs {
    max-width: 1240px;
    width: 98%;
    margin: 1%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#pf-tabs #pf-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#pf-tabs .pf-tab {
    display: none;
}
#pf-tabs #pf-tab1 {
    display: block;
}
#pf-tabs #pf-top img {
    width: 250px;
    height: auto;
    max-width: 50%;
}
#pf-tabs #pf-top p {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 20pt !important;
    line-height: 1em;
    font-weight: 700;
    color: #2d394e;
}
#pf-tabs #pf-top p span {
    display: block;
    font-size: 14pt;
    font-weight: 400;
    font-style: italic;
    color: #9aa4b8;
}
#pf-tabs #pf-buttons {
    display: grid;
    column-gap: 0.7%;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
}
#pf-tabs #pf-buttons a {
    text-align: center;
    padding: 20px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #687895;
    font-size: 10pt !important;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#pf-tabs #pf-buttons a span {
    font-size: 10pt !important;
    line-height: 1em !important;
}
#pf-tabs #pf-buttons a span {
    color: #fff !important;
}
#pf-tabs #pf-buttons a.active,
#pf-tabs #pf-buttons a:hover {
    background-color: #cb6064;
}
#pf-tabs #pf-buttons a.pf-green {
    background-color: #3b672e;
}
#pf-tabs .pf-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#pf-tabs #pf-tab1 img.pf-answer {
    width: 25px;
}
#pf-tabs #pf-tab1 div p {
    color: #2d394e;
    font-size: 11pt !important;
    line-height: 23px !important;
    font-weight: 700;
}
#pf-tabs #pf-tab1 div p span {
    font-size: 10pt !important;
    line-height: 23px !important;
}
#pf-tabs #pf-tab1 > div > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#pf-tabs #pf-tab1 > div:nth-child(1) {
    display: grid;
    column-gap: 1.33%;
    grid-template-columns: 24% 24% 24% 24%;
    margin: 10px 0;
}
#pf-tabs #pf-tab1 > div:nth-child(2) {
    display: grid;
    column-gap: 1.25%;
    grid-template-columns: 22% 27% 12% 35.25%;
    margin: 10px 0;
}
#pf-tabs #pf-tab1 #pf-logo-container {
    text-align: center;
}
#pf-tabs #pf-tab1 #pf-logo-container .pf-logo {
    display: block !important;
    margin: 0 auto;
}
#pf-tabs #pf-tab1 .dx-img .pf-logo {
    display: block !important;
    margin: 0 auto;
}
#pf-tabs .pf-tab > div > div {
    padding: 10px;
    background-color: rgba(154, 164, 184, 0.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#pf-tabs #pf-tab1 > div > div p,
#pf-tabs #pf-tab2 > div > div p {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    text-align: right !important;
}
#pf-tabs #pf-tab2 > div > div p span {
    text-align: left !important;
}
#pf-tabs .pf-tab > div > div .bold {
    font-size: 20pt;
    font-weight: 700;
}
#pf-tabs #pf-tab2 > div {
    display: grid;
    column-gap: 1%;
    grid-template-columns: 35% 12% 12% 12% 12% 12%;
    margin: 10px 0;
}
#pf-tabs #pf-tab2 > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#pf-tabs #pf-tab2 > div img {
    width: 25px;
}
#pf-tabs #pf-tab2 > div img.pf-logo {
    display: block;
    width: 50px;
    margin: 0 auto;
}
#pf-tabs #pf-tab2 > div img.pf-answer {
    display: block;
    margin: 10px auto;
}
#pf-tabs #pf-tab2 > div > div p {
    font-size: 10pt;
    line-height: 23px !important;
    font-weight: 700;
    color: #2d394e;
}
#pf-tabs #pf-tab2 > div > div p span {
    font-size: 10pt !important;
    line-height: 23px !important;
}
#pf-tabs #pf-tab3 > div:nth-child(1) {
    display: grid;
    column-gap: 1%;
    grid-template-columns: 32.67% 32.67% 32.67%;
    margin: 10px 0;
}
#pf-tabs #pf-tab3 > div:nth-child(1).full {
    grid-template-columns: 100%;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div {
    padding: 15px 10px;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div:nth-child(1) {
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 0;
    min-height: 150px;
    box-sizing: border-box;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div:nth-child(1) img {
    width: 100%;
}
#pf-tabs #pf-tab3 #pf-coupon,
#pf-tabs #pf-tab3 #pf-promo {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
#pf-tabs #pf-tab3 #pf-promo {
    background-image: url(../images/no-promo1.png);
    background-size: 99%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px 0 0;
}
#pf-tabs #pf-tab3 #pf-promo p {
    font-size: 10pt;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    padding: 0 5px;
}
#pf-tabs #pf-tab3 #pf-coupon p {
    font-family: Roboto;
    font-size: 12pt;
    font-weight: 700;
    color: #2d394e;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div:nth-child(2),
#pf-tabs #pf-tab3 > div:nth-child(1) > div:nth-child(3) {
    display: grid;
    grid-template-columns: 30% 70%;
}
#pf-tabs #pf-tab3 > div > div > div {
    position: relative;
    width: 85%;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div img {
    width: 85%;
}
#pf-tabs #pf-tab3 > div > div:nth-child(2) > div img,
#pf-tabs #pf-tab3 > div > div:nth-child(3) > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div .badge p {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #3b672e;
    font-size: 10pt;
    font-weight: 700;
    padding: 5px 0;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div .badge p span {
    font-size: 10pt !important;
    color: #3b672e !important;
    line-height: 25px !important;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div .badge p:nth-child(1) {
    display: block;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: 700;
    color: #2d394e;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div .badge p.pf-red span {
    color: #cb6064 !important;
}
#pf-tabs #pf-tab3 > div:nth-child(1) > div .badge p span:nth-child(2) {
    text-align: center;
}

.entry-content span {
  color: #000;
}

/*  pf-buttons  */
#pf-tabs #pf-top {
    margin-bottom: 20px;
}
#pf-tabs {
    margin-top: .5%;
    margin-bottom: 42px;
    padding: 20px 10px 18px 17px;
}
#pf-tabs #pf-buttons {
    column-gap: 1.3%;
    grid-template-columns: 24% 24% 24% 24%;
}
#pf-tabs #pf-buttons a {
    text-align: center;
    padding: 17px 3px 13px 3px;
    letter-spacing: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #2e353f;
}
#pf-tabs #pf-tab1 > div:nth-child(1) {
    margin: 0 0 10px 0;
}
#pf-tabs #pf-tab3 > div:nth-child(1),
#pf-tabs #pf-tab2 > div {
    margin-top: 0;
}
#pf-tabs .pf-tab > div > div {
    padding: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#pf-tabs #pf-buttons a.active,
#pf-tabs #pf-buttons a {
    background-color: #1d1d1d;
}
#pf-tabs #pf-buttons a:hover {
    background-color: #c65224;
}
#pf-tabs #pf-buttons a.pf-green:hover,
#pf-tabs #pf-buttons a.pf-green {
    background-color: #c65224;
    color: #fff;
}
#pf-tabs #pf-buttons a.pf-green span {
    color: #fff !important;
}
#pf-tabs #pf-buttons a span {
    font-size: 16px !important;
}
#pf-tabs #pf-tab1 > div:nth-child(1) > div:nth-child(1) p {
    -webkit-justify-content: start;
    justify-content: start;
    text-align: left !important;
}
#pf-tabs #pf-tab2 > div img,
#pf-tabs #pf-tab1 img.pf-answer {
    width: 14px;
}
#pf-tabs #pf-tab1 > div:nth-child(1) > div:nth-child(1) p img {
    margin-right: 7px;
}
#pf-tabs #pf-tab1 div p {
    color: #2e353f;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
}

/*CSS for animate highlited text*/
.animate-highlight {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#eecbbd 0);
    background-size: 200%;
    background-position: 0;
    transition: background-position 2s;
}
.animate-highlight.highlighted {
    background-position: -100%;
    color: #000 !important;
    font-weight: 400;
}
.entry-content span.animate-highlight {
    font-size: inherit !important;
    display: inline-block !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

/* rating-box-area */
.rating-box-area {
    background: #f9f9f7;
    padding: 25px 20px 11px 20px;
    border: 0;
    margin-bottom: 52px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.rating-title-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.rating-title-left {
    width: 60%;
}
.rating-title-right {
    width: 235px;
    margin-top: 8px;
}
.rating-title-left h3,
.rating-title-left strong {
    color: #5a6d8e;
    font-size: 30px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.rating-title-left p {
    color: #000;
    font-size: 15px;
    line-height: normal;
    padding-bottom: 12px;
    font-style: italic;
}
.rating-title-bar .counter {
    background: #545556;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: -5px;
    top: -14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    border-radius: 50%;
}
.rating-title-bar {
    position: relative;
}
.rating-title-bar .line-skill {
    height: 20px;
    border: none;
    border-radius: 0 !important;
}
.rating-title-bar .line-skill .fill {
    background: #52a5f8 !important;
    border-radius: 0 !important;
}
.line-skill small {
    position: absolute;
    right: 0;
    top: -28px;
    display: inline-block;
    font-size: 18px;
    color: #526689;
    text-align: right;
    z-index: 2;
    font-weight: 600;
}
.rating-col-area {
    margin: 0 -9px 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.rating-col {
    width: 33.333%;
    padding: 10px 9px 9px 10px;
}
.rating-bar-area {
    background: #fff;
    padding: 8px 10px 0;
    position: relative;
    border: 1px solid #e5e6e7;
    border-top: 0;
    border-left: 0;
}
.rating-bar-area .line-skill {
    height: 5px;
    border: none;
    border-radius: 0 !important;
}
.rating-bar-area .line-skill .fill {
    background: #52a5f8 !important;
    border-radius: 0 !important;
}
.rating-bar-area.rtn-green-bg .line-skill .fill {
    background: #8ac63c !important;
}
.rating-bar-area.rtn-orange-bg .line-skill .fill {
    background: #f38522 !important;
}
.rating-bar-area .counter {
    background: none;
    position: absolute;
    right: 34px;
    top: -28px;
    font-size: 18px;
    color: #526689;
    text-align: right;
    z-index: 2;
    font-weight: 600;
}
.rating-bar-area strong {
    color: #526689;
    font: 600 16px "Open Sans", sans-serif;
    display: block;
    padding-bottom: 4px;
}

/* rating-tbl-area */
.rating-tbl-area {
    background: #f9fafb;
    border-right: 1px solid #e4eaed;
    display: flex;
    flex-wrap: wrap;
}
.rating-tbl-col {
    width: 38.3%;
}
.rating-tbl-col:first-child {
    width: 23.4%;
}
.rating {
    max-width: 232px;
    padding: 8px 12px 0;
}
.rating ul li {
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    min-height: 46px;
    border-top: 1px solid #e4eaed;
    display: block;
    padding-top: 13px;
    box-sizing: border-box;
}
.rating-sign {
    padding: 8px 18px 0;
    border-left: 1px solid #e4eaed;
}
.rating-sign ul li {
    height: 46px;
    border-top: 1px solid #e4eaed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rating-sign ul li:first-child,
.rating ul li:first-child {
    border-top: 0;
}
.rating-sign ul li span {
    background: url(../images/sign.png) no-repeat center center;
    width: 23px;
    height: 23px;
    display: block;
    margin: 0 auto;
}
.rating-sign ul li.cross span {
    background: url(../images/crose.png) no-repeat center center;
}

.rating-table table tr td .exclamation,
.rating-table table tr td .crossmark,
.rating-table table tr td .checkmark {
    width: 18px;
    height: 19px;
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
}
.line-skill {
    width: 100%;
    height: 10px;
    position: relative;
    margin-bottom: 8px;
    background: #eceef2;
    border: 1px solid #eceef2;
    border-radius: 4px;
}
.line-skill .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background: #56dc61 !important;
    z-index: 1;
    border-radius: 4px;
}
.line-skill-wrap strong {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.line-skill .tipWrap {
    display: none;
}
.line-skill .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 14px;
    color: #555;
    left: 0;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    display: none;
}

/* rating-box-area */
.rating-box-area {
    background: #f9f9f7;
    padding: 25px 20px 11px;
    border: 0;
    margin-bottom: 52px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.rating-title-left {
    padding: 8px 0 15px 0;
}
.rating-title-right {
    margin-top: 13px;
}
.rating-title-left p,
.rating-title-left strong {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.rating-title-bar.rtn-green-bg .line-skill .fill {
    background: #66d9c1 !important;
}
.rating-bar-area.rtn-green-bg .line-skill .fill {
    background: #66d9c1 !important;
}
.rating-bar-area .line-skill small,
.rating-bar-area .counter,
.rating-bar-area strong {
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
}

/* content-group */
.content-group {
    margin-top: 50px;
}
.content-group ul li {
    color: #2e353f;
    font-size: 17px;
    font-family: 'ProximaNovaRegular';
}
.content-group table.tablepress {
    font-size: 14px;
    line-height: 18px;
}
.content-group table.tablepress tbody td,
.content-group table.tablepress thead th {
    font-size: 14px;
}
.entry-content table.tablepress caption a {
    color: #000;
}
.content-group h3 {
    color: #2e353f;
    font-size: 25px;
    padding-top: 20px;
    margin-bottom: 12px;
}
.tablepress th.column-1,
.tablepress td.column-1 {
    text-align: left !important;
}

/* acfb-popular-table-area */
.acfb-popular-table-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px -4px rgba(0,0,0,.2);
    box-shadow: 0 0 13px -4px rgba(0,0,0,.2);
}
.acfb-popular-table-left {
    background-color: #2e353f;
    width: 35%;
}
.acfb-popular-table-right {
    width: 65%;
}
.acfb-popular-table-cont {
    padding: 25px 30px 20px 19px;
}
.acfb-popular-table {
    padding: 30px 30px 20px 30px;
}
.acfb-popular-table-cont h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
    padding-top: 0;
}

/* acfb-popular-table */
.acfb-popular-table table {
     border: 0;
}
.acfb-popular-table table tr {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}
.acfb-popular-table table tr:first-child {
    border-top: 1px solid #f0f0f0;
}
.acfb-popular-table table tr td {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    border: 0;
}
.acfb-popular-table table tr td:first-child {
    text-align: left;
    padding-right: 5px;
}
.acfb-popular-aimg img {
    max-width: 21px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.acfb-popular-aimg {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.acfb-popular-table table tr td .acfb-popular-aimg span {
    width: 21px;
    margin-right: 12px;
}
.acfb-popular-aimg strong {
    color: #000;
    font-size: 15px;
    display: inline-block;
}
.acfb-popular-table table tr td span {
    color: #000;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
.acfb-popular-table table tr td .acfb-price {
    position: relative;
    padding-right: 40px;
}
.acfb-popular-table table tr td .acfb-price small {
    width: 40px;
    color: #c3c3c3;
    font-size: 15px;
    position: absolute;
    top: 1px;
    right: 5px;
}
.acfb-popular-table table tr td small sup {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.load-btn {
    background: linear-gradient(90deg, rgba(47,59,79,1) 0%, rgba(90,109,141,1) 100%);
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    padding: 20px 10px 15px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.load-btn:hover {
  background: linear-gradient(90deg, rgba(90,109,141,1) 0%, rgba(47,59,79,1) 100%);
}
.load-btn span {
    background: url(../images/bg-load-btn.png) no-repeat right center / 12px;
    color: #fff !important;
  font-size: 18px;
    display: inline-block;
    padding-right: 20px;
}
.acfb-table-area {
    padding: 5px 5px 35px 5px;
}
.acfb-table-first {
    display: none;
}
.acfb-table-area.acfb-table-active .acfb-table-first {
    display: block;
}
.acfb-table-area.acfb-table-active .acfb-table-last {
    display: none;
}

/* carousel */
.carousel {
    background: #fff;
    overflow: hidden;
    padding: 5px 0 30px 10px;
}
.flickity-slider {
    transform: translateX(0) !important;
}
.carousel-cell {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 23px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 11px 0 rgba(37, 24, 29, 0.15);
    box-shadow: 0px 2px 11px 0 rgba(37, 24, 29, 0.15);
    text-align: center;
    transition: 0.5s cubic-bezier(0, 0.7, 0.2, 1);
    transform: scale(1);
    transform-origin: 50% 50%;
    border: 3px solid #fff;
    padding: 18px 0 15px 0;
    overflow: hidden;
}
.carousel-cell:hover,
.carousel-cell:active {
    background: #f4f7f5;
    transform: scale(1.025);
    box-shadow: 5px 5px 20px 0 rgba(37, 24, 29, 0.2);
}
.ff-icon {
    width: 100px;
    margin: 0 auto;
}
.carousel-cell h4 {
    font-size: 16px;
    color: #c53030;
    line-height: 18px;
    padding-top: 12px;
}
.carousel-cell h4 {
    position: relative;
    display: inline-block;
}
.carousel-cell h4::after {
    background: url(assets/images/pop-bw-a1.png) no-repeat 0 0;
    width: 6px;
    height: 7px;
    content: '';
    display: inline-block;
    margin-left: 5px;
}

/*------------------------*/
/*  careers page          */
/*------------------------*/
.careers-banner .banner-area {
    max-width: 690px;
    margin: 30px auto 26px;
}
.careers-banner .banner-cont h1 {
    text-align: center;
}
.careers-banner .banner-cont p {
    text-align: center;
    margin-bottom: 10px;
}

/* our-calculators-area */
.careers-container {
    padding-top: 32px;
    padding-bottom: 15px;
}
.our-calculators-area {
    padding-top: 17px;
    padding-bottom: 20px;
}
.our-cal-col-area {
    margin: 0 -9px;
}
.our-cal-col {
    width: 33.333%;
    padding: 0 9px 20px 9px;
}
.our-cal-info {
    background-color: #c65224;
    padding: 22px 27px 10px 27px;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 13px rgba(148,148,148,.42);
    box-shadow: 0px 0px 13px rgba(148,148,148,.42);
}
.our-cal-col-img a {
    display: block;
}
.our-cal-col-img a img {
    margin-bottom: 11px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.our-cal-col-img h5 {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 5px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.our-cal-col-img h5 a {
    color: #fff;
}
.our-cal-col-cont {
    padding-top: 0;
}
.our-cal-col-cont p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
    font-family: 'ProximaNovaRegular';
}

/* our-cal-bottom-cont */
.our-cal-bottom-cont {
    background: none;
    padding-top: 32px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0;
}
.our-cal-bottom-cont h2 {
    color: #2e353f !important;
    font-size: 30px;
    line-height: 1.2;
    padding-top: 7px;
    padding-bottom: 18px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.contact-container .our-cal-bottom-cont h2::before,
.contact-container .our-cal-bottom-cont h2::after,
.careers-container .our-cal-bottom-cont h2::before,
.careers-container .our-cal-bottom-cont h2::after {
    display: none;
}
.our-cal-bottom-cont p {
    color: #2e353f !important;
    padding-bottom: 18px;
    font-family: 'ProximaNovaRegular';
}
.our-cal-bottom-cont p a {
    color: #2e353f !important;
	text-decoration: underline;
}
.our-cal-bottom-cont p a:hover {
	text-decoration: none;
}

/*------------------------*/
/*  careers page          */
/*------------------------*/
.contact-container {
    padding-bottom: 15px;
}
.contact-container .our-cal-bottom-cont {
    max-width: 100%;
}
.popcon-bg-gray-area {
    padding-top: 29px;
}
.popcon-bg-gray-area h2 {
    margin-bottom: 3px;
}
.contact-container .prop-trad-col,
.popcon-bg-gray {
    background-color: #f2f2f2;
    padding: 13px 19px 15px 19px;
    margin-bottom: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.contact-container .prop-trad-col h3,
.popcon-bg-gray h3 {
    color: #1d1d1d;
    font-size: 24px;
    margin-bottom: 10px;
}
.contact-container .prop-trad-col p:last-child,
.popcon-bg-gray p:last-child {
    padding-bottom: 0;
}
.contact-from-wrapper {
    padding: 26px 0 60px 0;
}
.get-in-contact {
    width: 25%;
}
.main-form {
    width: 66%;
}
.contact-form {
    padding: 31px 26px 28px 26px;
    border: 2px solid #e3a992;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.input-filed-half {
    width: 49.1%;
}
.input-filed-full {
    width: 100%;
}
.contact-form p {
    padding-bottom: 14px;
}
.contact-form label {
    display: block;
    color: #000;
    font-size: 16px;
    padding-bottom: 4px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="color"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="number"],
.contact-form input[type="time"] {
    background-color: #ebebe7;
    width: 100%;
    height: 51px;
    color: #808080;
    font-size: 17px;
    padding: 0 16px;
    border: 0;
    resize: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'ProximaNovaRegular';
}
.contact-form textarea:focus-visible,
.contact-form input:focus-visible {
    border: none;
    outline: none;
}
.contact-form textarea {
    height: 175px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder { color: #808080 !important; opacity: 1 !important; }
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder { color: #808080 !important; opacity: 1 !important; }
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder { color: #808080 !important; opacity: 1 !important; }
.input-filed-submit {
    padding-top: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.input-filed-submit p {
    padding-bottom: 0;
}
.input-filed-submit input[type="submit"] {
    margin-left: 0;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 13px 46px;
    background: #c65224;
    color: #fff;
    border: 0;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input-filed-submit input[type="submit"]:hover {
    background: #d7b771;
}

/*------------------------*/
/*  profile page          */
/*------------------------*/
.prop-bio-cont {
    padding-top: 12px;
    padding-bottom: 20px;
}
.profile-banner {}
.profile-banner .banner-area {
    width: 100%;
    padding-top: 22px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.profile-banner .banner-cont {
    width: 71%;
    padding-bottom: 40px;
}
.profile-banner .alignright {
    width: 282px;
    height: 282px;
    padding-top: 0;
    margin-top: 18px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.banner-cont h6 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.profile-banner .banner-cont p {
    margin-bottom: 5px;
}

.prop-bio-cont .center-content {
    max-width: 895px;
    margin: 0 auto;
}
.prop-bio-cont .entry-content h2 {
    position: relative;
    padding-top: 36px;
}
.prop-bio-cont .entry-content h2::before,
.prop-bio-cont .entry-content h2::after {
    background-color: #ddded9;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
}
.prop-bio-cont .entry-content h2::before {
    background-color: #c65224;
    width: 90px;
    z-index: 5;
}
.prop-bio-cont .entry-content p {
    font-size: 17px;
}
.prop-bio-cont .entry-content p a {
   color: #000;
	text-decoration: underline;
}
.prop-bio-cont .entry-content p a:hover {
	text-decoration: none;
}
.prop-bio-cont .entry-content ul {
    padding-top: 10px;
    padding-bottom: 15px;
}
.prop-bio-cont .entry-content ul li {
    font-size: 17px;
    margin: 0 0 3px 0;
    padding-left: 17px !important;
    position: relative;
    list-style-type: none;
}

.prop-bio-cont .entry-content ul li::before {
    background-color: #000;
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.prop-bio-cont .entry-content ul li a {
    color: #000;
    text-decoration: underline;
}
.prop-bio-cont .entry-content ul li a:hover {
    text-decoration: none;
}
.prop-workteam {
    background-color: #c65224;
    padding: 26px 21px 26px 21px;
    margin: 37px 0 60px 0;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}
.prop-bio-cont .entry-content .prop-workteam h2 {
    padding-top: 0;
}
.prop-workteam h2:before,
.prop-workteam h2:after {
    display: none;
}
.prop-workteam p {
    padding-bottom: 19px;
}
.prop-workteam h2,
.prop-workteam p,
.prop-bio-cont .entry-content .prop-workteam p a {
    color: #fff;
	text-decoration: none;
}
.prop-bio-cont .entry-content .prop-workteam p a:hover {
    text-decoration: underline;
}

/*------------------------*/
/* review directory page  */
/*------------------------*/
.backed-prop-firms-wrap {
    background: #c65224 url(assets/images/b-prop-firms-wrap.png) no-repeat center bottom;
    padding: 16px 10px 30px 10px;
    margin: 44px 0 30px 0;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    position: relative;
    z-index: 5;
}
.browse-categories h3 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 21px;
}
.browse-categories ul {
    padding-bottom: 30px;
}
.backed-prop-firms-wrap h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.backed-prop-firms-wrap ul {
    max-width: 694px;
    margin: 0 auto;
    padding-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.backed-prop-firms-wrap ul li {
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    list-style-type: none;
}
.browse-categories ul li .browse-categories-cont {
    background: #fff;
    height: 100%;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 8px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 0px 8px rgba(148,148,148,.42);
    box-shadow: 0px 0px 8px rgba(148,148,148,.42);
}
.browse-categories ul li .browse-categories-cont p {
    color: #c65224;
    font-size: 18px;
    line-height: 23px;
    border-top: 0;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.browse-categories ul li .browse-categories-cont p a {
    color: #c65224;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.browse-categories ul li .browse-categories-cont p a:after {
    background: url(assets/images/pop-bw-a1.png) no-repeat 0 0;
    width: 6px;
    height: 7px;
    content: '';
    display: inline-block;
    margin-left: 5px;
}

.backed-prop-firms-wrap ul li .browse-categories-cont p a {
    text-transform: uppercase;
}
.reviews-btm-cont {
    padding-bottom: 15px;
}
.reviews-btm-cont p {
    font-size: 17px;
    padding: 10px 6px;
}
.reviews-btm-cont p a {
    color: #000;
}

.browse-categories ul {
    margin: 0 -6px;
    padding-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.browse-categories ul li {
    width: 20%;
    margin-left: 0;
    text-align: center;
    list-style: none;
    padding: 8px 6px;
    /*display: -webkit-flex;
    display: flex;*/
}
.browse-categories ul li img {
    margin: 0 auto 14px !important;
    max-width: 100%;
    height: auto;
}
.backed-prop-firms-wrap ul {
    max-width: 694px;
    margin: 0 auto;
}
.backed-prop-firms-wrap ul li {
    width: 33.333%;
}

/* pf-two-col-area */
.pf-two-col-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 36px;
}
.pf-bg-gray {
    margin-bottom: 22px;
}
.pf-two-col {
    width: 48.5%;
    padding: 12px 15px 9px 21px;
    border: 1px solid #dfdfd9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.pf-bg-gray .pf-two-col {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.pf-two-col h5 {
    color: #000;
    font-size: 20px;
    padding-bottom: 8px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.entry-content .pf-two-col ul li {
    color: #000;
    font-size: 17px;
    list-style-type: none;
    line-height: 1.471;
    position: relative;
    padding-bottom: 6px !important;
}
.entry-content .pf-two-col ul li:last-child {
    padding-bottom: 0 !important;
}
.entry-content .pf-two-col ul li:before {
    background-color: #000;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    top: 12px; left: -18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.entry-content .pf-two-col ul li a {
    color: #000;
}

/*----------------------*/
/*  information page    */
/*----------------------*/
/*Content Of Table*/
.table-of-content-area {
    padding-bottom: 20px;
}
.table-of-content {
    padding: 25px 20px 20px 25px;
    background: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.table-of-content h4,
.table-of-content p {
    font-size: 28px;
    color: #2e353f;
    line-height: 1.1;
    padding-bottom: 15px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.table-of-content ol {
    padding-left: 20px;
    padding-bottom: 0 !important;
    column-count: 2;
    column-gap: 50px;
    list-style: decimal;
}
.table-of-content ol li {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 12px 0 !important;
    position: relative;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.table-of-content ol li a,
.table-of-content ol li {
    color: #2e353f;
}
.table-of-content ol li a {
/*    padding: 0 !important;*/
    text-decoration: underline;
}
.table-of-content ol li a:hover {
    text-decoration: none;
}

@media screen and ( max-width: 580px ) {
    .table-of-content ol {
        column-count: 1;
        column-gap: 0;
    }
}

.postvideo {
    float: right;
    width: 50%;
}
.table-with-video .postvideo {
    float: none;
    width: 39%;
}
.erd-youtube-responsive > div {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    clear: both;
    padding: 0;
    padding-bottom: 0px;
    overflow: hidden !important;
    padding-bottom: 56.25%;
}
.erd-youtube-responsive > div > *,
.erd-ytplay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    cursor: pointer;
}
.erd-youtube-responsive .erd-ytplay::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    max-width: 150px;
    transform: translate(-50%,-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAABqCAMAAABpj1iyAAAAeFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/////QkL/np7/W1v/1dX/vb3/Hx//hIT/c3P/MjL/9PT/5eX/EBB+ElYfAAAAGnRSTlMAy+LXvZp8NaTxj6xySuoRCVxnUisiGodBtPI+S4AAAAMzSURBVGjezduJVtswEAXQJ1ny7nhL7GTKVhro//9hLQJHUEOhHhnP/QHewZPRjq9q6vqwT45V33ZlGY95bm1aFCdjjHKiZ8oxk6JIrc3zMY7Lru2rY7I/DHUDtmZIqi7OU2Omv6n1LiO2LNPaJTdFHnfV8fBfKYdqCnNSO1pdpkxq4/6AT7VW0beL0rLGx4ZY00ayfI8PlBltaWzwjtrQxvQeM/sdba/HXw4kQoU3agn/KyfBa4qEyBp4HYmR+lQDCXLEi5wEUXjWZCRJIq+yHIuLlERRuIhIlkFSg/c6iaVFVEgsLSIla+B5oeFokqaW10xfxp89idMB6EmcHEBM4pwAWBJHAdh8wTMXSWxbRJo1UP+klWQNp5ve3F7ROgZgR0td/fhxfaY1JKhpIRdrcv+bwqsYTX6K5Tz8ouBaJLSYi+WEL7ESFS3iYzl3gUtsREsLuVjeddASsyhpKRfLewxZYunCkdrH8m5vKBSDkZaZxwrYxQxnAuFj+WBhBiTFWPfMYoXrYgoFLTOPFbCLKRhaxMeau2N/yYgx3ZrFYnSxVWN5D/fEodeIxe9imjE5nWL9092C2l8zFr+LacaceYr1qYVdbLdOLO9xQYmtFItf+/xYjA+5VawFS5DVYvGnOvxYvM61Qd9iTKP5sVij4gZjIm9yw4+1ylRQB50G+s7OFOFEi10F6lRzEXOJsdLaR/EXZPNOxacY59Q+VvB1teEv9uedis/wt0bmRcVXsDeSfFEFZJnbbr5TBZWzNymdewqs5G/puqIKrWNvgN+dKbwKDeO4wHeqwBLW4YpfPQR24BxFnc+0jqwRe3An9JhT6KGwwCN0A6AlcSyAhMQpAdQkTiXz6s8g+KJUQcJEcEoS5gRI/CmWEHndbQ+JxRVhIm/4STGR11ArQOBX1JjI+y22kHiPX+GJtB5xACDvM7Z4oyIRYrwm5VZsjJlk+4dRPd5RW9qUSfC+Y0GbMT0+luSGNqBshU8MfWwL9U2FlqmTHdsDvmw49uX49HpZ6ywjjvkjZqVMOsate8LM0NSDe+nddu6dt02L05T2IpromWiiLow5FanNx6dH3+7Nd/2lJH8AfOrnc7irt7oAAAAASUVORK5CYII=) no-repeat center center scroll transparent;
    background-size: auto;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* two-col-grey-wrap */
.two-col-grey-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.grey-left {
    background-color: #f2f2f2;
    width: 48.5%;
    padding: 15px 20px 10px 20px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.content-group ol li {
    padding: 0;
}

/*  Promo code page */
.promo-code-banner .banner-area {
    max-width: 840px;
    text-align: center;
}
.dsc-calculators-container {
    background-color: #f2f2f2;
    padding-bottom: 15px;
}
.dsc-calculators-container .our-cal-col-area {
    margin: 0;
    padding: 21px 0 15px 0;
}
.dsc-calculators-container .our-cal-col {
    background-color: #fff;
    width: 100%;
    padding: 27px 35px 40px 35px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 42px -20px rgba(0,0,0,0.6);
    box-shadow: 0 0 42px -20px rgba(0,0,0,0.6);
}
.pop-our-cal-col-info {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.pop-our-cal-left {
    width: 28.80%;
}
.pop-our-cal-mid {
    width: 46.20%;
    padding: 0 10px;
    text-align: left;
}
.pop-our-cal-right {
    width: 25%;
}
.pop-off {
    color: #c65224;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    padding: 22px 0 15px 0;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.pop-cal-bg-black {
    background-color: #1d1d1d;
    padding: 12px 10px 15px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}
/* skill circle progress */
.pop-pie-area {
    display: -webkit-flex;
    display: flex;
   -webkit-align-items: center;
    align-items: center;
    gap: 7px;
}
.pop-pie-area h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'ProximaNovaRegular';
    font-weight: normal;
}
.circle-skill {
    width: 35px;
    position: relative;
}
.pie_progress__number {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
}
.circle-skill .circle-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.pop-our-cal-mid h3 {
    color: #2e353f !important;
    font-size: 30px;
    line-height: 1;
    text-align: left;
    padding-bottom: 8px;
    font-weight: normal;
}
.pop-our-cal-mid p {
    color: #000;
    text-align: left;
    font-size: 17px;
    padding-bottom: 10px;
}
.pop-our-cal-mid p:last-child {
    padding-bottom: 0;
}
.pop-our-cal-mid p a {
    color: #000;
    text-decoration: underline;
}
.pop-our-cal-mid p a:hover {
    text-decoration: none;
}
.pop-our-cal-mid .webvisitbtn-green {
    display: none;
}
.pop-cal-col-img-wrap {
    max-width: 238px;
}
.pop-cal-col-img img {
    max-width: 100%;
    height: auto;
}
.pop-our-cal-mid h5 {
    color: #999;
    font-size: 19px;
    padding-bottom: 23px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.pop-our-cal-mid h5 a {
    color: #999;
}
.pop-our-cal-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.pop-our-cal-right .best-cfdtp-btn-area {
    width: 100%;
    max-width: 262px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.pop-our-cal-right .coupon-code {
    text-align: right;
    margin-bottom: 13px;
/*  margin-left: auto;*/
}
.pop-our-cal-right .best-cfdtp-bottom-btn-area {
    width: 100%;
    max-width: 235px;
    margin-left: auto;
}
.pop-our-cal-right .best-cfdtp-bottom-btn-area a {
    display: block;
}

.pop-our-cal-col-info .coupon-code a {
    background: #c65224;
    color: #fff;
}
.pop-our-cal-col-info .coupon-code a .coupon-val {
    color: #fff;
    padding: 14px 9px 14px 20px;
}
.pop-our-cal-col-info .coupon-code a .copy-text {
    background: #2e343e url(assets/images/bg-file1.png) no-repeat 12px center / 15px 20px;
    color: #fff;
    padding: 15px 13px 15px 40px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/*.coupon-code a .copy-text {
  background: #2e343e url(../images/bg-file1.png) no-repeat 12px center / 15px 20px;
  color: #d8ba72;
  font-size: 14px;
  padding: 15px 13px 15px 40px;
  border-left: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}*/
/*.coupon-code a {
    background: #68dfc7;
    color: #2e343e;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.7px;
    border: 1px dashed #2e343e !important;
    font-weight: 600;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.coupon-code a .coupon-val {
    color: #2e343e;
    line-height: 1.3;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.coupon-code a:hover .coupon-val,
.coupon-code a .coupon-val {
    font-size: 14px;
    padding: 14px 9px 14px 20px;
}
.post-content .coupon-code a:hover .copy-text,
.coupon-code a .copy-text {
    background: #2e343e url(../images/bg-file1.png) no-repeat 12px center / 15px 20px;
    color: #d8ba72;
    font-size: 14px;
    padding: 15px 13px 15px 40px;
    border-left: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.coupon-code a:hover .copy-text {
    background: #d8ba72 url(../images/bg-pdf2-ho.png) no-repeat 12px center / 15px 20px;
    color: #2e343e;
}*/
/*.pop-our-cal-col-info .best-cfdtp-btn-area .best-cfdtp-btn {
    background: #2e353f !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    padding: 18px 20px 18px 20px;
    margin-top: 0;
    font-family: 'ProximaNovaRegular';
    font-weight: normal;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}*/
.pop-our-cal-col-info .best-cfdtp-btn-area .best-cfdtp-btn {
    background: #1d1d1d;
}
.pop-our-cal-col-info .best-cfdtp-btn-area .best-cfdtp-btn span {
    background: url('assets/images/pop-arrow.png') no-repeat right center / 5px;
    padding-right: 11px;
}
.pop-our-cal-col-info .best-cfdtp-btn-area .best-cfdtp-btn:hover {
    background: #c65224 !important;
}


/* our-calculators-area-bottom */
.calculators-bottom-container .our-cal-bottom-cont h2 {
    position: relative;
}
.our-cal-bottom-cont h2::before,
.our-cal-bottom-cont h2::after {
    background-color: #ddded9;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
}
.our-cal-bottom-cont h2::before {
    background-color: #c65224;
    width: 90px;
    z-index: 5;
}
.calculators-bottom-container .our-cal-bottom-cont p a {
    text-decoration: underline;
}
.calculators-bottom-container .our-cal-bottom-cont p a:hover {
    text-decoration: none;
}
.calculators-bottom-container .our-cal-bottom-cont ol {
    padding: 10px 0 15px 15px;
}
.calculators-bottom-container .our-cal-bottom-cont ol li {
    color: #2e353f;
    font-size: 18px;
    list-style-type: decimal;
    padding-bottom: 15px;
}
.calculators-bottom-container .our-cal-bottom-cont ol li a {
    color: #2e353f;
}
.calculators-bottom-container .our-cal-bottom-cont ol li  strong {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

.pop-bg-gray {
    background-color: #f2f2f2;
    padding: 20px 19px 15px 29px;
    margin-bottom: 7px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.pop-bg-gray p:last-child {
    padding-bottom: 0;
}
.calculators-bottom-container {
    padding-top: 25px;
    padding-bottom: 15px;
}
.calculators-bottom-container .our-cal-bottom-cont h3 {
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 18px;
}
.our-cal-bottom-cont ul {
    padding-left: 15px;
}
.our-cal-bottom-cont ul li {
    color: #2e353f;
    font-size: 18px;
    list-style-type: disc;
    padding-bottom: 15px;
}
.our-cal-bottom-cont ul li a {
    color: #2e353f;
}
.pop-ds-social ul {
    padding: 5px 0 8px 0 !important;
    margin-left: -4px;
}
.pop-ds-social ul li {
    display: inline-block;
    padding: 0 7px 15px 4px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}
.pop-ds-social ul li a {
    background-color: #c65224;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: block;
    padding: 14px 25px 12px 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.calculators-bottom-container .our-cal-bottom-cont .faq-item h3 {
    font-size: 22px;
    padding-bottom: 7px;
}