
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #252525;
  background-color: #f1f1e8 !important;
}

a {
  color: #252525;
  text-decoration: none;
}

a:hover {
  color: #252525;
  text-decoration: none;
}
a:focus{
	outline: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Poppins', sans-serif;
}

p {
	line-height: 1.6;
	text-align: justify;
}
/*--------------------------------------------------------------
# Common CSS
--------------------------------------------------------------*/

.btn{
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: #252525;
	border: 2px solid #252525;
	min-width: 7rem;
	padding: 0.4rem 1rem !important;
	text-align: center;
    line-height: 1.5 !important;
}
.btn:hover{
  background: none;
  border-color: #252525;
}
.btn:active,
.btn:focus{
	color: #fff !important;
	background-color: #252525 !important;
	border: 2px solid #252525 !important;
}
.btn-orange { 
  color: #fff;
  background-color: #ec7c32 !important;
  border: 2px solid #ec7c32 !important;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{
	color: #ec7c32 !important;
	background-color: #ec7c3200 !important;
	border: 2px solid #ec7c32 !important;
}
.btn-white {
  color: #252525 ;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus{
	color: #fff !important;
	background-color: #ec7c3200 !important;
	border: 2px solid #fff !important;
}
.btn-rounded{
  border-radius: 50px !important;
}

.text-orange{
  color: #ec7c32;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ec7c32;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #252525;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  box-shadow: 0px 0px 16px 8px #97979782;
}
.header-topbar {
  position: relative;
  background-color: #fff;
  border-top: 4px solid #222935;
  transition: all 0.5s;
}
.header-topbar .header-topbar-content {
  background: #222935;
  position: relative;
  text-align: center;
  padding: 0.6rem;
  border-radius: 0 0 6px 6px;
}
.header-topbar .header-topbar-content .social_icons{
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.header-topbar .header-topbar-content .social_icons li{
  margin-right: 10px;
}
.header-topbar .header-topbar-content .social_icons li a {
    background: #4f5662;
    height: 31px;
    width: 31px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
}
.header-topbar .header-topbar-content .user-use-buttons li {
  color: #fff;
  margin: 0 0.5rem;
  display: inline-block;
}

.header-topbar .user-use-buttons {
  justify-content: center;
  align-items: center;
}

.header-navbar .header-logo .navbar-brand {
    max-width: 130px;
    display: block;
    transition: 0.3s;
}
.sticky-top .header-logo .navbar-brand {
    max-width: 130px;
}
.header-navbar .header-logo img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.header .navbar ul .dropdown .dropdown-menu li a:hover,
.header .navbar ul .dropdown .dropdown-menu li.active:hover,
.header .navbar ul .dropdown .dropdown-menu li:hover>a {
  background-color: #ec7c32 !important;
}

.header-topbar .header-topbar-content .dropdown .dropdown-toggle .userprofile_head {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    margin-right: 7px;
}
.header-topbar .header-topbar-content .dropdown .dropdown-menu li a {
    padding: 4px 8px!important;
    height: auto;
    display: block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.header .header-navbar .navbar {
  padding: 0;
}
.header .header-navbar .navbar .navbar-toggler {
	box-shadow: none;
	background: none;
	border-color: #222934;
}
.header .header-navbar .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.header .header-navbar .navbar ul li.nav-item {
  position: relative;
  width: 100%;
}

.header .navbar ul .nav-item a,
.header .navbar ul .nav-item a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem !important;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #98989836;
  color: #4e4039;
  white-space: nowrap;
  transition: 0.3s;
}

.header .navbar ul li.nav-item a:hover,
.header .navbar ul li.nav-item .active,
.header .navbar ul li.nav-item .active:focus,
.header .navbar ul li.nav-item:hover>a {
  	color: #ec7c32;
	border-color: #222935 !important;
}

.header .navbar ul .dropdown .dropdown-menu{
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	margin-top: 5px;
	padding: 0;
	z-index: 99;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.header .navbar ul .dropdown .dropdown-menu li {
	min-width: 200px;
	margin-left: 0;
}

.header .navbar ul .dropdown .dropdown-menu li .dropdown-item{
	padding: 10px 20px !important;
	font-size: 15px;
	border-bottom: 1px solid #ddd !important;
	text-transform: none;
}

.header .navbar ul .dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0 !important;
}
.header .navbar ul .dropdown .dropdown-menu li a:hover,
.header .navbar ul .dropdown .dropdown-menu li.active:hover,
.header .navbar ul .dropdown .dropdown-menu li:hover>a {
	color: #ffffff;
	background: #ec7c32;
}

.header .navbar ul .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header .navbar ul .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.header .navbar ul .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .header .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .header .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 1199px) {
	.header .navbar #navbarSupportedContent{
		position: absolute;
		top: 4.6rem;
		width: 100%;
		background: #fff;
		z-index: 9;
	}

}


.wp-editor-wrap {
    position: relative;
    margin: 65px;
    display: inline;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 3rem 0;
  overflow: hidden;
}
.section-bg {
  background-color: #fef8f5;
}
.section-header{
  border-image-slice: 1;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(91deg, #ffffff00 5%, #ec7c32 60%, #ffffff00 95%);
}
.section-heading .section-title {
  color: #252525;
  font-weight: 700;
}
.section-heading .section-title span{
  color: #f22d2d;
}
.section-heading .section-description {
  color: #252525;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{
  font-size: 1rem;
  color: #969ea7;
  background-color: #252525;

}
.footer ul {
	padding-left: 0;
	margin: 0;
}
.footer ul li{
  color: #a0a0a0;
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  list-style-type: none;
}

.footer ul li a{
  color: #a0a0a0;
}
.footer ul li a:hover{
  color: #fff;
}
.footer .footer-about .footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}
.footer .footer-about p {
	color: #a0a0a0;
	margin-bottom: 1.5rem;
}

.footer .footer-menulinks .footer-contact-info li {
  position: relative;
  padding-left: 35px;
  margin-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #969ea7;
}
.footer .footer-menulinks .footer-contact-info li:before{
	display: none;
}
.footer .footer-menulinks .footer-contact-info li i {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.1rem;
}
.footer .footer-menulinks .footer-menulinks-title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer .footer-menulinks ul li{
  padding-left: 25px;
  position: relative;
  display: block;
}
.footer .footer-menulinks ul li:before{
  content: '>';
  position: absolute;
  top:0;
  left: 0;
}
.footer .footer-menulinks .footer-social-links a {
  color: #252525 ;
  height: 31px;
  width: 31px;
  font-size: 18px;
  padding: 0.5rem;
  background: #e5f2fa;
  display: inline-flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.footer .footer-menulinks .footer-social-links a:hover{
  background-color: #ec7c32;
  color: #fff;
}
.footer .copyright {
	border-top: 1px solid #363636;
	color: #a0a0a0;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.broker-searchbar-content .form-inline .input-group .form-control {
	box-shadow: none;
	border-width: 2px;
	font-size: 16px;
}
.broker-searchbar-content .form-inline .input-group .form-control:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #252525;
  border-style: solid !important;
  outline-width: 0;
}
/*---- Top Popular Brokers ----*/
.top-broker-wrapper-sec .broker-col-box {
	background: #222934;
    border-radius: 20px;
	min-height: 95%;
	overflow: hidden;
    box-shadow: 0px 0px 30px 0px #97979782;
}
.top-broker-wrapper-sec .broker-col-box .broker-col-box-img {
	background-color: #fff;
	overflow: hidden;
}
.top-broker-wrapper-sec .broker-col-box .broker-col-box-img img{
	height: 100%;
	object-fit: contain;
}
.top-broker-wrapper-sec .broker-col-box .card-body {
    border-top: 1px solid #222933;
}
.top-broker-wrapper-sec .broker-col-box .card-body .card-title a {
	color: #fff	;
}
.top-broker-wrapper-sec .broker-col-box .card-body .card-title a:hover {
	color: #ec7c32;
}
.top-broker-wrapper-sec .broker-col-box .top-broker-tags {
  background: #222935;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.top-broker-wrapper-sec .broker-col-box .card-footer{
	border-top-color: #b9b9b92e;
}
.top-broker-wrapper-sec .broker-col-box .card-footer .br-review-wrap,
.top-broker-wrapper-sec .broker-col-box .card-footer .br-review-wrap small{
	color: #fff !important;
}

.top-broker-wrapper-sec .broker-col-box .start-rating-img {
  max-width: 110px;
}

.top-trader-wrapper-sec .card .card-header .br-start-ratingus small,
.top-trader-wrapper-sec .card-body{
   color: #fff !important;;
}
.top-trader-wrapper-sec .broker-col-box .card-footer {
	background: #f1f1e9;
}
.top-trader-wrapper-sec .broker-col-box .card-footer a{
	font-size: 1rem;
    font-weight: 600;
	color: #222933 !important;;
}

/*---- Recent Bonus ----*/
.broker-recent-bonus-wrapper-sec .broker-recent-bonus-box{
  box-shadow: 0 0 10px 2px color(srgb 0.71 0.71 0.71 / 0.4);
  border: 0;
}
.broker-recent-bonus-box .broker-recent-bonus-box-img{
  transition: 0.3s;
  overflow: hidden;
}
.broker-recent-bonus-box .broker-recent-bonus-box-img .img-fluid{
  transition: 0.3s;
}
.broker-recent-bonus-box:hover .broker-recent-bonus-box-img .img-fluid {
  transform: scale(1.1);
}

.broker-ads-box {
    position: relative;
}
.broker-ads-box .broker-ads-box-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
}
.broker-ads-box:hover .broker-ads-box-content{
  width: 100%;
  
}



/*--------------------------------------------------------------
# Add A New Broker Register
--------------------------------------------------------------*/

.new-broker-content-aboutinfo .new-broker-info-points li {
	line-height: 30px;
	text-align: justify;
	margin-bottom: 10px;
}
.broker-trader-common-box-wrapper {
  position: relative;
  padding: 2rem;
  background: #fff;
  border-radius: 3rem;
  box-shadow: 0 0 10px 2px #bbbbbb52;
}
.broker-trader-form-content fieldset{
	padding: 0;
	border: 0;
}
.broker-trader-form-content fieldset:not(:first-of-type) {
  display: none
}
.broker-trader-form-head .broker-trader-form-head-title {
  padding-bottom: 1rem;
  border-image-slice: 1;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(91deg, #ffffff00 5%, #949494 60%, #ffffff00 95%);
}
.broker-trader-form-content .form-group {
  position: relative;
}
.broker-trader-form-content .form-group .fieldlabels {
  position: absolute;
  top: -10px;
  left: 15px;
  background-color: white;
  padding: 0 8px;
}
.broker-trader-form-content .form-group input,
.broker-trader-form-content .form-group textarea,
.broker-trader-form-content .form-group .form-select {
  padding: 0.8rem 1.2rem 0.7rem;
  border: 2px solid #d9d9d9;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  color: #252525;
  background-color: #ffffff;
  font-size: 1rem;
}
.broker-trader-form-content .form-group .form-select{
	padding-right: 2.2rem !important;
}

.broker-trader-form-content .form-group input:focus,
.broker-trader-form-content .form-group textarea:focus,
.broker-trader-form-content .form-group .form-select:focus{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid #ec7c32;
  outline-width: 0;
}
.broker-trader-form-content .form-checkbox-options {
  padding-left: 2.2rem;
}
.broker-trader-form-content .form-checkbox-options .form-check input {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #222935;
  border-color: #222935;
  box-shadow: none;
}
.broker-trader-form-content .form-checkbox-options .form-check input:checked{
  background-color: #ec7c32 !important;
  border-color: #ec7c32 !important;
}
.broker-trader-form-content fieldset .next{
  float: right;
}


/*--------------------------------------------------------------
# Broker Details
--------------------------------------------------------------*/
 .breadcrumb {
  padding: 1rem;
  border-radius: 2px;
  margin-left: 0;
}
.breadcrumb .breadcrumb-item a{
	color: #ec7c32;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.table_cell .top-broker-tags {
    background: #222935;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.br-details-write-rating {
  display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0;
}
.br-start-ratingus .fa-star {
    font-size: 18px;
}
.br-start-ratingus .fa-star.checked {
    color: #ec7c32;
}
.br-details-trader-description p{
	text-align: justify;
}
.br-details-trader-description ul {
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.2rem;
}
.br-details-write-rating .img-fluid {
  max-width: 130px;
}
.broker-details-sec .table tr th{
	font-weight: 600;
	min-width: 180px;
}
.broker-details-sec .table tr td{
	min-width: 80px;
}

.broker_form_details .table {
  display: block;
}
.broker_form_details .table_row {
  display: table-row;
}
.broker_form_details .theader {
  display: table-row;
}
.broker_form_details .table_small {
  display: table-cell;
}
.broker_form_details .table_row > .table_small > .table_cell:nth-child(odd) {
  font-weight: 500;
  background: #ededed;
  color: #484848;
}
.broker_form_details .table_row > .table_small > .table_cell {
	min-width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5b5b5b;
	border: #ccc 1px solid;
	vertical-align: text-top;
	word-break: break-word;
}


.broker_form_details .table_row:nth-child(2n+3) {
  background: #e9e9e9;
}

.broker_form_details .table_row:nth-child(2n+3) {
  background: none;
}

.broker_form_details .table_cell {
	display: inline-block;
	width: 50%;
}
.broker_form_details .table_row {
  display: table;
  width: 100%;
  border-collapse: separate;
  padding-bottom: 10px;
  margin: 0 auto ;
}
.broker_form_details .table_small {
  display: table-row;
}
.broker-preview-logoimage {
    max-width: 400px;
    margin: auto;
}
.broker-details-basic-sec {
	background-color: #f37840;
}
.broker-basic-detailsinfo {
	border-left: 2px solid #fff;
	padding-left: 30px;
	height: 100%;
}
.broker-details-basic-sec:nth-child(2) .broker-basic-detailsinfo{
	padding-left: 0;
	border-left: 0 !important;
}
.broker-basic-detailsinfo ul li {
	font-size: 18px;
}

.broker_rating_profile-logo {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	border: 1px solid;
	overflow: hidden;
	background: #fff;
	margin: auto;
	margin-bottom: 2rem;
}
.broker_rating_profile-logo img {
	object-fit: contain;
}


.br-details_add-new-review-form{
  display: none;
}
.br-details_add-new-review-form .rating {
  border: none;
  float: left;
}

.br-details_add-new-review-form .rating > label {
  color: #90A0A3;
  float: right;
}
.br-details_add-new-review-form .rating > label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.br-details_add-new-review-form .rating > input {
  display: none;
}

.br-details_add-new-review-form .rating > input:checked ~ label,
.br-details_add-new-review-form .rating:not(:checked) > label:hover,
.br-details_add-new-review-form .rating:not(:checked) > label:hover ~ label {
  color: #ec7c32;
}

.br-details_add-new-review-form.rating > input:checked + label:hover,
.br-details_add-new-review-form .rating > input:checked ~ label:hover,
.br-details_add-new-review-form .rating > label:hover ~ input:checked ~ label,
.br-details_add-new-review-form .rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}

.short-by-stripe-wrapper {
  padding: 1rem;
  background: #222935;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.short-by-stripe-wrapper .short-by-stripe .sort-filter {
  border-radius: 2px;
  outline: none;
  box-shadow: none !important;
  margin-left: 0.5rem;
  background: none;
  color: #fff;
  cursor: pointer;
}
.short-by-stripe-wrapper .short-by-stripe .sort-filter option{
  color: #000;
}
.br-details-trader-tags .badge{
  color: #fff;
  border-color: #ec7c32 !important;
  background-color: #ec7c32;
  font-weight: 500;
}
.br-details-customer-feebback-box {
  padding: 1.5rem 2rem;
  background: #f7f7f7;
  border: 1px solid #b9beca;
}
.br-details-customer-feebback-box-head {
  display: flex;
  align-items: center;
}
.br-details-customer-feebback-box-head .customer-img {
  max-width: 40px;
  border-radius: 60px;
}
.br-details-customer-feebback-box .br-details-customer-feebback-box-head .br-details-customer-feebback-box-name a {
    color: #f37840;
    text-transform: capitalize;
}
.br-details-trader-faq {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Trader
--------------------------------------------------------------*/

.trader-form-sec .broker-trader-common-box-wrapper,
.thankyou-sec .broker-trader-common-box-wrapper{
  max-width: 700px;
  margin: auto;
}
.trader-form-sec .broker-trader-common-box-wrapper .broker-trader-form-content p{
	font-weight: 500;
}
.trader-form-sec .broker-trader-common-box-wrapper .broker-trader-form-content p a{
	color: #ec7c32 !important;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.inner-banner-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.inner-banner-wrapper .inner-banner-content {
  padding: 3rem 0;
  color: #fff;
}
.inner-banner-wrapper .inner-banner-content .inner-banner-title{
	color: #fff;
}
.inner-banner-wrapper .inner-banner-content .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.inner-banner-wrapper .inner-banner-content .breadcrumb li a{
  color: #fff;
}

.review-contact-banner{
  background-image: url(../img/review-contact-bnr.jpg);
}
.review-bottom-Coinfo-wrapper-sec .section-header{
  text-align: center;
}

.review-contactform-wrapper-sec .contact-information{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	box-shadow: 0 0 10px 2px #bbbbbb52;
}
.review-contactform-wrapper-sec .contact-information .contact-information-list {
  list-style-type: none;
  padding: 0;
  color: #222935;
  text-align: center;
}

.review-contactform-wrapper-sec .contact-information .contact-information-list i {
  font-size: 2rem;
  color: #ec7c32;
}
.review-contactform-wrapper-sec .contact-information .contact-information-list .contactnumbers-box-title {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.review-contactform-wrapper-sec .contact-information .contact-information-list p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.review-contactform-wrapper-sec .contact-information .contact-information-list a{
	color: #000;
}
.review-contactform-wrapper-sec .review-contactform-content{
	border-radius: 3rem;
	box-shadow: 0 0 10px 2px #bbbbbb52;
}

/*--------------------------------------------------------------
# Thank You
--------------------------------------------------------------*/

.thankyo-pageinfo .thank-youvector {
    max-width: 350px;
}

/*--------------------------------------------------------------
# Trader Review List
--------------------------------------------------------------*/
.trader-user-profile {
	border-radius: 5rem;
	box-shadow: 0 0 10px 2px #bbbbbb52;
}
.trader-user-profile .br-details-customer-feebback-box-head .customer-img {
    max-width: 80px;
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacypolicy-box p,
.privacypolicy-box ul li{
    color: #454554;
}
.privacypolicy-box h4{
	font-size: 1.2rem;
}



