@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,500;0,600;0,700;0,900;1,400;1,600&display=swap');
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1262px !important;
    margin: 0 auto;
}
body{
	background-color: #121216;
	font-family: 'Inter', sans-serif !important;
}
span.req{color:#f47321}
.dark{
	background-color: #1D1D1E;
}
ul, li{
	list-style: none;
}
input:focus {
  outline: none;
  box-shadow: none!important;
}
.wht_colr{
	color: #fff;
}
.p_color{
	color: #f47321 !important;
}
p{
font-weight: 400;
font-size: 16px;
line-height: 1.4;
color: #D2D2D2;
}
h6{
font-weight: 600;
font-size: 22px;
line-height: 20px;
color: #FFFFFF;
}
::placeholder {
  color: #8E8E8E;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8E8E8E;
}
::-ms-input-placeholder {
  color: #8E8E8E;
}
img {
	max-width: 100%;
}
.all_sec{
	padding: 60px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
li.top_actv {
    position: relative;
    padding-right: 20px;
}
li.top_actv::after {
    content: "|";
    position: absolute;
    left: 89px;
    top: 0;
    width: 5px;
    height: 5px;
    color: #fff;
}
.blk_span{display: block;}
a.nav-link.active, a.nav-link:hover {
    color: #f47321 !important;
}
.header_nav dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
	padding-left: 0rem;
}
a.nav-link {
	margin-right: 14px;
	text-align: right;
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
}
 a.nav-link.btn_primary:hover{
	color: #fff !important;
}
.btn_secondry {
    mix-blend-mode: normal;
    border: 1px solid #F47321;
    border-radius: 5px;
    color: #F47321;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 19px !important;
    text-align: center !important;
    display: inline-block;
    padding: 7px;
	font-family: 'Inter', sans-serif !important;
}

.btn_primary {
    background: #E66411;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #E66411;
    padding: 7px 15px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left !important;
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
}
.btn_primary:hover {
    background: #c96728;
}
a:hover{
	color: #c96728 !important;
}
.btn_primary.cta {
    padding: 14px 15px !important;
}
.top_bar a {
    color: #fff;
    text-decoration: none;
    padding-right: 28px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.carousel-caption {
	position: absolute;
    left: 9%;
    right: unset;
    top: 2rem;
    /*top: 3.25rem;*/
    padding-top: 1.25rem;
    color: #fff !important;
    text-align: left;
    width: 50%;
}
.slider_custm h5{
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #F47321;
}
.slider_custm h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 73px;
	/*display: flex;
	align-items: center;*/
	color: #FFFFFF;
	width: 100%;
}
.slider_custm h1 span.lineone {
	display: block;
}
.bnr_cnnt {
    gap: 26px;
    padding: 10px 0 45px 0;
}
.bnr_cnnt p{
	font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.bnr_cnnt span{
	padding-right: 11px;
}
.floting_img {
    padding-top: 33px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #9B5425;
}
.carousel-indicators {
	bottom: -10px;
}
.carousel-indicators button.active {
    background-color: #ffffff !important;
}
.abut_img {
position: relative;
z-index: 5;
}
.abut_img::after{
	content: "";
	background: url(../images/graph.png);
    background-position: bottom;
    background-repeat: no-repeat;
    left: 12px;
    bottom: -114px;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index: -1;
}
.video {
    position: relative;
}
.video .play a{
	position: absolute;
		left: 215px;
		right: 0;
		top: 106px;
		width: 20px;
		height: 20px;
}
.video img {
    max-width: 555.7px;
}
.play {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_cntnt h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F47321;
}
 h2{
	font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 55px;
color: #FFFFFF;
}
.about_feat {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.about_feat li {
    background: #232328;
    border-radius: 4px;
    width: 48%;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.clients {
    background: #111111;
}
.client_logo {
    width: 16%;
}
.client_logo img {
    max-width: 138px;
}
.about.all_sec {
	padding-bottom: 0;
}
.counter-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 30px 50px;
  }
  
  .counter {
	font-size: 60px;
  }
.counter{
	background-image: url("../images/happy-customer.png");
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;

}

.count_inr span {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
	position: relative;
}
/*.count_inr span#count2 {
    padding-left: 47px;
}*/
.count_inr span#count2::before{
    /* content: "US$"; */
    font-size: 24px;
	left: -33px;
    bottom: -2px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.count_inr span::after {
    /* content: "+"; */
    font-size: 24px;
    right: -66px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
section.counter p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #BBAEA4;
    text-align: center;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-nav span {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
  .owl-nav button:focus {
	  outline: none;
  }
  .item h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 15px;
}
.item p{
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #8E8E8E;
}
.comn_hd {
    padding-bottom: 15px;
}
.comn_hd a{
	align-items: center;
}


.cards img {
    width: 379.28px;
    height: 222.14999999999998px;
}

.evaluation {
    background: #1E1E20;
    padding: 20px;
    width: 24%;
	border-top: 2px solid #e5621100;
}
.evaluation:hover {
    background: #29292B;
    border-top: 2px solid #e56411;
}
.evaluation h6{
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 15px;
}
.evaluation p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.evaluation a{
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #E56411;
text-decoration: unset;
}
.selling_cta {
    background: #111111;
}

.selling_cta  h4{
	font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #FFFFFF;
}
.footer {
    background: #1A1A1D;
}
.footer_social {
    gap: 10px;
    padding-bottom: 20px;
}
section.footer p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #C5C5C5;
}
section.footer p a{
	color: #C5C5C5;
}
.about_cntnt.inr_cntnt{
	width: 75%;
}
.slider_custm{
	position: relative;
}
 .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
	cursor: pointer;
}
 .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
	 .client-logo img {
		width: 120px !important;
		height: 54px;
		object-fit: contain;
		opacity: 0.8;
		z-index: 5;
		margin: 10px 0;
}
.floting_img {
	position: absolute;
    bottom: 60px;
    left: 140px;
    z-index: 55;
}
@media (max-width:1450px) {
.floting_img {
    bottom: 33px;
    left: 123px;
}
}
@media (max-width:1300px) {
	.floting_img {
		left: 30px;
		bottom: 20px;
		/*bottom: 38px;*/
	}
}
@media (max-width:1367px) {

	.carousel-caption {
		/*top: 3.25rem;*/
		top: 2rem;
		left: 30px;
	}
	.slider_custm h5 {
		font-size: 18px;
	}
	.slider_custm h1 {
		font-size: 50px;
		line-height: 63px;
	}
	.bnr_cnnt {
		padding: 10px 0 20px 0;
	}
	.bnr_cnnt p {
		font-size: 18px;
	}
	.top_bar {
		padding-left: 20px !important;
		padding-right:20px !important;
	}
	.pd{
		padding-left: 20px !important;
		padding-right:20px !important;
	}
	.all_sec{
		padding: 60px 20px;
	}
}
@media (max-width:1240px) {
	.count_inr span {
		font-size: 35px;
	}
}
@media (max-width:1200px) {
	.carousel-caption {
		top: 0.25rem;
		left: 30px;
	}
	.slider_custm h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.bnr_cnnt {
		padding: 0px 0 20px 0;
	}
	.bnr_cnnt p {
		font-size: 16px;
	}
	.slider_custm h5 {
		font-size: 18px;
		line-height: 16px;
	}
	a.nav-link {
		margin-right: 6px;	
		font-size: 12px;;
	}
	.btn_secondry {
		font-size: 12px !important;
	}
	a.nav-link.btn_primary{
		font-size: 12px !important;
	}
	.cards img {
		width: 100%;
		height: 100%;
		max-width: 500px;
	}
	.floting_img {
		left: 30px;
		bottom: 31px;
	}
	.count_inr span {
		font-size: 30px;
	}
	.count_inr img {
		max-width: 28px;
	}
}
@media (max-width:1100px) {
	.carousel-caption {
		bottom: -13.75rem;
	}
	.slider_custm h1 {
		font-size: 42px;
		line-height: 52px;
	}
	.bnr_cnnt {
		padding: 10px 0 20px 0;
	}
	.floting_img {
		padding-top: 20px;
	}
	.about_feat li {
		width: 47%;
	}
	img.res_abt {
		width: 100%;
	}
}
@media (max-width:1024px) {
	a.nav-link {
		margin-right: 6px;
		font-size: 11px !important;
	}
	.carousel-caption {
		bottom: -11.75rem;
	}
	

	.slider_custm h1 {
		font-size: 28px;
		line-height: 28px;
		width: 100%;
	}
	.bnr_cnnt p {
		font-size: 16px;
		line-height: 24px;
	}
	.bnr_cnnt {
		gap: 20px;
		padding: 3px 0 15px 0;
	}
	.count_inr span {
	    font-size: 25px;
	}
}
@media (max-width:992px) {
	.evaluation {
		width: 49%;
	}
	.carousel-caption {
		bottom: -13.75rem;
	}
	.about_cntnt.inr_cntnt{
		width: 100%;
	}
	.obt_outr {
		flex-direction: column-reverse;
		text-align: center;
	}

	img.res_abt {
		width: 100%;
	}
	.abut_img::after {
       display: none;
	}
	.selling_cta  h4 {
		padding-bottom: 15px;
		text-align: center;
	}
	a.nav-link.btn_secondry {
		max-width: 223px;
		margin-bottom: 10px;
	}
	a.nav-link.btn_primary {
		max-width: 223px;
		text-align: center !important;
		margin-bottom: 10px;
	}
	a.nav-link {
		margin-right: 0px;
		font-size: 14px;
	}
	.all_sec {
		padding: 30px 20px;
	}
	.floting_img {
		left: 30px;
		bottom: 14px;
	}
    /* 23-12-22 */
    ul.bs_menu li {
        padding: 10px 0px !important;
    }
    .business_center_tbl.step_bsness {
        width: 100% !important;
        padding-top: 25px;
    }
    .count_inr {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 10px;
	}
	.count_inr img {
	    max-width: 18px;
	}
	.count_inr span {
	    font-size: 20px;
	    line-height: 34px;
	}
	section.counter p {
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.evaluation {
		width: 100%;
	}
	.cards img {
		width: 100%;
		height: 100%;
	}

	.client_logo {
		width: 49%;
		text-align: center;
	}
	.client_logo img {
		max-width: 100%;
	}
	h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.res_abt{
		width: 100%;
	}
	.evaluation {
		width: 100%;
		text-align: center;
	}
	.carousel-caption {
		bottom: -9.75rem;
		text-align: center;
		width: 100%;
		left: 0;
	}
	.slider_custm h1 {
	    justify-content: center;
    line-height: 37px;
	}
	.bnr_cnnt {
		gap: 20px;
		padding: 3px 0 15px 0;
		justify-content: center;
	}
}
@media (max-width:600px) {
	section.footer p {
		line-height: 28px;
	}
	.footer_social {
		flex-wrap: wrap;
	}
	.about_feat li {
		width: 100%;
	}
	.client_logo {
		width: 49%;
	}
	img.carousel_itemimg {
		height: 300px;
		width: 1000%;
		object-fit: cover;
	}
	.carousel-caption {
		bottom: -9.75rem;
	}
}
@media (max-width:400px) {
	h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.carousel-caption {
		bottom: -10.75rem;
	}
	.bnr_cnnt {
		flex-wrap: wrap;
		gap: 10px;
	}
}



/* Login css */


.login {
    background: linear-gradient(180deg, rgba(244, 115, 33, 0.015) 0%, rgba(0, 0, 0, 0.15) 100%);
    border: 1px solid rgba(198, 176, 170, 0.2);
    box-shadow: 0px 3px 4px rgb(0 0 0 / 25%);
    border-radius: 30px;
    padding: 40px 80px;
    width: 80%;
    margin: 0 auto;
}
.login_lft h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.login_lft p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 20px;
}
input.input_cntrl, textarea {
    background: #FFFFFF;
    border: 1px solid #C4C2C2;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
	font-size: 14px;
}

input:focus-visible, textarea:focus-visible {
    outline: none;
}
.form_control {
    padding-bottom: 20px;
}
.form_control:last-child {
    padding-bottom:0px;
}
.login_lft {
    padding-right: 72px;
}
p.link a {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #8E8E8E;
    display: block;
}
button.btn_primary.form_btn {
    width: 100%;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 25px;
    text-align: center !important;
    color: #FFFFFF;
}
p.register_now{
	font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #8E8E8E;
    padding-top: 20px;
    text-align: center;
    display: block;
}
p.register_now a{
	color: #E56411;
}
.login_ryt {
    text-align: center;
}
.login_ryt h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
	padding-bottom: 15px;
}
.login_ryt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.login_ryt p a {
    color: #FFFFFF;
}

.pass_word{
	position: relative;
}
.eye {
    top: 10px;
    position: absolute;
    right: 14px;
    cursor: pointer;
}
.form_reg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_reg .form_control{
	width: 100%;
}
.form_reg .form_control.wdth_fifty{
	width: 49%;
}
.form_control .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.form_control  select.form-select {
    border: 1px solid #C4C2C2;
    border-radius: 8px;
    padding: 10px 15px;
    color: #575757;
	font-size: 14px;
}
.form-check-input:checked {
    background-color: #e66411;
    border-color: #e66411;
}

.form-check {
    padding-top: 20px;
    padding-bottom: 15px;
}

label.form-check-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8E8E8E;
}
label.form-check-label a {
	color: #8E8E8E;
}


.login_ryt.reg  img, svg {
    vertical-align: middle;
    max-width: 100%;
}

.cretor {
    padding-top: 2rem;
}
.login_lft.creator h4{
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 20px 0 15px;
}
.login_ryt.creator{
	text-align: left;
}
.crator_lst_cntnt h4{
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.crator_lst_cntnt ul li {
    list-style: disc;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #D2D2D2;
}
.crator_lst_cntnt ul {
    padding-left: 20px;
}
.crator_lst_cntnt p{
	text-align: left;
}
.crator_lst:last-child{
	padding-bottom: 00px;
}
.crator_lst_cntnt p{
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D2D2D2;
    padding-bottom: 0 !important;
}
.crator_lst {
	align-items: self-start;
    gap: 20px;
    padding-bottom: 40px;
}

.login_ryt.creator p {
    text-align: left;
    line-height: 22px;
}

/* ECRID: Business Center css */

.profile_heading {
    padding: 30px 0;
}
.profile_heading h3 {
	font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
}
.profile_heading p {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-align: right;
    color: #FFFFFF;
}
ul.credit_lst, ul.make_mny {
    padding: 20px 0;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
	flex-wrap: wrap;
}
ul.credit_lst li, ul.make_mny li {
    display: flex;
    align-items: center;
    justify-content: start;
	gap: 7px;
    padding: 0 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
	cursor: pointer;
}
ul.make_mny{
	border-top: unset;
}
ul.credit_lst li h5{
	font-weight: 700;
font-size: 20px;
line-height: 24px;
padding: 0;
margin: 0;
color: #FFFFFF;
}


.choose_profile figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.choose_profile figure {
    width: 200px;
    height: 200px;
    position: relative;
	margin: auto;
}

.choose_profile figure  .choose_here {
    position: absolute;
    right: -7px;
    bottom: 4px;
    background: #e66411;
    width: 50px;
    height: 50px;
    padding: 9px;
    border-radius: 50%;
}
.choose_profile figure .choose_here img {
    border-radius: unset;
}
.choose_profile figure .choose_here input[type="file"] {
	width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: 0;
    opacity: 0;
}
.user_profile h6{
	font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 23px;
}
.user_profile  p{
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #B1B1B1;
text-align: center;

}
ul.inr_profile li {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.hjkzgdh {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 28px;
    padding-top: 20px;
}
ul.inr_profile li span {
    color: #fff;
    font-size: 17px;
}
.hjkzgdh button.btn_primary.form_btn {
    width: auto;
}
.inr_profile_outr {
    padding-left: 40px;
}
.login.profile_dtl {
    width: 100%;
}
.form_control label {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.edit_profile {
    width: 50%;
}
table.table, .table th, .table td {
    border-color: rgba(198, 176, 170, 0.2);
    box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
    border: 1px solid rgba(198, 176, 170, 0.2);
    border-collapse: collapse;
    color: #DDDDDD;
}
table.table tr.active {
    background: #1F1F22;
}
table.table, .table th, .table td{
    padding: 14px !important;
}
table.table, .table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
table.table, .table th, .table td{
font-weight: 400;
font-size: 14px;
line-height: 17px;
}
.business_center p {
    width: 50%;
    margin: 0 auto;
}
.business_center_tbl h6 {
    padding: 43px 0 18px 0;
    text-align: center;
}
.business_center p {
    text-align: center;
}
.tdactive{
	background: linear-gradient(0deg, #37373A, #37373A), linear-gradient(0deg, rgba(198, 176, 170, 0.2), rgba(198, 176, 170, 0.2));
}
.business_center_tbl.new_creator h6 {
    padding: 0 0 17px 0;
    text-align: left;
}
.past_due {
	background: #1F1F22;
    border: 1px solid rgba(198, 176, 170, 0.2);
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
}
.past_due h6 {
    font-size: 16px;
    line-height: 20px;
}
.past_due p{
	font-size: 14px;
line-height: 20px;
padding: 0;
}
.past_due ul {
    padding-left: 17px;
    padding-top: 5px;
}
.past_due ul li {
    list-style: disc;
    color: #fff;
    font-size: 14px;
}
.form_control.dollor  {
    position: relative;
}
.form_control.dollor::before{
    content: "$";
    left: 10px;
    top: 3px;
    position: absolute;
    width: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}
.form_control p {
    font-size: 14px;
    display: block;
    padding-top: 10px;
	padding-bottom: 0;
}
.form_control.dollor .input_cntrl {
    padding-left: 32px;
}

.option_step {
    position: relative;
}
.option_step p{
	position: relative;
}
.option_step p span {
	position: absolute;
    left: -26px;
    top: 4px;
    width: 20px;
    height: 20px;
    color: #fff;
    border: 1px solid #f45318;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
}
.obr {
    text-align: center;
    padding-bottom: 40px;
}
.option_step p {
    padding: 0px 0 10px 0;
    font-size: 14px;
}
.login_lft.paythree {
    padding-left: 25px;}

table.table.paybill td p {
	font-size: 12px;
    text-align: left;
    padding: 0 20px;
    line-height: 21px;
}
.business_center_tbl.payment_history {
    padding-top: 50px;
}
.business_center_tbl.payment_history h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.login_lft.creator.credit_report p {
    font-size: 14px;
}

.apply_check .form-check {
    padding: 0;
    padding-bottom: 15px;
}
.apply_check .form-check input.form-check-input {
    background: #121216;
    border: 1px solid #fff;
}
.apply_check  .form-check-input:checked {
    background-color: #e66411 !important;
    border-color: #e66411 !important;
}
.apply_check label.form-check-label {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}
.step_laon ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: #fff;
    padding: 8px 0;
}
.step_laon ul li span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e66411;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_laon ul li.active span {
    background: #e66411;
}
.internl_hd {
    background: linear-gradient(98.64deg, #000000 0%, rgba(5, 5, 5, 0) 100%);
	padding: 40px 20px;
}
.about_cntnt_internal {
    padding-right: 40px;
}
.faq_hd p {
    width: 50%;
    margin: 0 auto;
}
.faq .accordion-button.collapsed::after {
	background-image: url("../images/accordian-arrow.svg");
  }
  .faq .accordion-button:not(.collapsed)::after{
	background-image: url("../images/accordian-arrow.svg");
  }
  .faq button.accordion-button {
	background: #37373A !important;
    border: none !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF !important;
}
.faq .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #6a6a6a;
}
.faq .accordion-item {
    background: #37373A !important;
    border: 1px solid rgba(198, 176, 170, 0.2) !important;
    border-radius: 5px !important;
    color: #fff;
    margin-bottom: 20px;
}
.faq .accordion-button:focus {
    border-color:unset;
    box-shadow:unset;
}
.faq .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.faq .faq_list {
    padding-top: 40px;
}
.find_us_add h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.find_us {
    padding-bottom: 20px;
}
.faq .faq_list p {
    line-height: 24px;
}
.refferal_program ul li {
    padding-bottom: 30px;
}
.refferal_program ul li h5 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
}
.refferal_program p {
    line-height: 26px;
}



/* new css */
.form-check input[type="radio"] {
    width: 20px;
    height: 15px;
}
.stp_radio  input.form-check-input {
    width: 15px !important;
    height: 15px !important;
}
.form-check.form-check-inline.stp_radio {
    padding-top: 1px;
    padding-bottom: 0;
    margin-left:10px;
}
.only_mortgage{margin-top:10px;}
.form-area.step_right {
    width: 56%;
    float: right;
}
label.radio_item {
    line-height: normal;
}
.formtab {
    display: none;
    margin: 20px 0 0 0;
  }

  .apply_loan .progress-area {
    float: left;
  }

  .apply_loan .form-area .select {
    -webkit-appearance: auto;
  }

  .apply_loan .form-area label {
    font-weight: bold;
  }
  .apply_loan .form-area .accordion label {
    font-weight: 400;
  }



  .apply_loan .prev-button,
  .apply_loan .next-button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ff5b00;
    border-radius: 50px;
    padding-top: 17px;
    padding-right: 60px;
    padding-bottom: 17px;
    padding-left: 60px;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.93333333333333rem;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    float: right;
    font-weight: bold;
  }

  .apply_loan .prev-button {
    color: #000 !important;
    background: #ddd !important;
    border: 1px solid #ddd !important;
  }

  .apply_loan .prev-button {
    margin-right: 20px;
  }

  .apply_loan .coborrower-btn {
    float: left;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply_loan .co-borrower-form {
    margin-bottom: 20px;
  }

  .apply_loan .self_employed {
    float: left;
    /* width: 100%; */
  }

  .apply_loan .progress-area ul li {
    height: 50px;
  }

  .apply_loan .progress-area ul li.active,
  .apply_loan .progress-area ul li.visited {
    color: #f47321 !important
  }

  .apply_loan .progress-area ul li.active .number {
    background: #f47321;
    color: #fff;
  }

  .apply_loan .progress-area ul li.visited {
    /*boder-left:1px solid #f47321;*/
  }

  .apply_loan .progress-area ul li.visited {
    cursor: pointer;
  }

  .apply_loan .progress-area li span.number {
    border: 1px solid;
    padding: 5px 10px 5px 10px;
    border-radius: 100%;
  }

  .apply_loan  .progress-area li.active span.number,
  .apply_loan .progress-area li.visited span.number {
    border: 1px solid #f47321;
  }


  .apply_loan .group {
    /* width: 30%; */
    float: left;
    margin-right: 10px;
  }

  .apply_loan span.info {
    font-weight: normal;
    font-size: 13px;
    color: #999
  }

  .apply_loan label.checkbox {
    width: auto;
    padding: 5px
  }

  .apply_loan label.checkbox.error {
    border: 1px solid red;
    display: block !important;
  }


  .apply_loan label.radio_item {
    margin: 5px 8px 0px 0;
    color: #fff;
  }

  .apply_loan span.label {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 0 0;
    float: left;
  }

  .apply_loan .width100 {
    float: left;
    /* width: 100px; */
  }
  
.apply_loan .error input[type="radio"] {
    border: 3px solid #ff0000;
}
.apply_loan .form-check input[type="radio"] {
    width: 15px;
    height: 15px;
}
.apply_loan .input_cntrl.error{
	border: 3px solid #ff0000 !important;
}
.apply_loan .apply-for-loan label.error {
    display: none !important;
  }

  .apply_loan .apply-for-loan input.error {
    border-color: red;
  }

  .apply_loan  .apply-for-loan select.error {
    border-color: red;
  }
  .apply_loan .form-select.error{
  	border: 3px solid #ff0000 !important;
  }
  .apply_loan .radio_item.refinance {
    float: left;
    width: 105px;
    margin: 12px 0px 0 5px;
  }

  .apply_loan .form-area p {
    padding: 5px 5px;
  }
  .apply_loan .form-area h2 {
    font-size: 30px;
  }
  .apply_loan.radio_item span {
    color: #ffffff;
}
.apply_loan .form-area label.checkbox {
    color: #ffffff;
}
.apply_loan li.step7 {
    margin: 10px 0;
}
@media (max-width:1200px) {
	.login.creator_outr {
		padding: 28px !important;

	}
	ul.credit_lst li, ul.make_mny li {
		justify-content: center;
	}
	.login_ryt.creator {
		text-align: left;
		padding-left: 44px;
	}
	.login_lft {
		 padding-right: 0px; 
	}
	ul.credit_lst, ul.make_mny {
		gap: 15px;
	}
	table.table, th, td {
		white-space: nowrap;
	}
}


@media (max-width:992px) {
	.business_center p {
		width: 100%;
		margin: 0 auto;
	}
	.login_ryt.creator {
		padding-left: 0;
	}
	.business_center_tbl h6 {
		padding: 27px 0 8px 0;
	}
	.login_lft {
		padding-right: 0px;
	}
	.container-md.login.creator_outr {
		
		padding: 28px !important;

	}
	#msform {
		padding-bottom: 15px;
	}
	.inr_profile_outr {
		padding-left: 0px; 
		padding-top: 20px;
	}
	.hjkzgdh {
		flex-wrap: wrap;
		gap: 15px;
		padding-top: 20px;
	}

	.hjkzgdh button.btn_primary.form_btn {
		width: 100% !important;
	}
	.edit_profile {
		width: 100%;
	}
	table.table.paybill {
		margin-top: 25px;
	}
	.obr {
		text-align: center;
		padding-bottom: 30px;
	}
	.about_cntnt_internal {
		padding-right: 0px;
	}
	.faq_hd p {
		width: 100%;
	}
}
@media (max-width:767px) {
    .form-area.step_right {
        width: 100%;
        float: left;
    }
	.login {
     width: 100%;
		padding: 40px;
	}
	.login_ryt.creator {
		padding-left: 0;
		padding-top: 10px;
	}
	.login_lft.creator .apply_check h4 {
		padding: 0px 0 5px;
	}
	.login_lft h2 {
		font-size: 27px;
	}
	.internl_hd {
		padding: 10px 20px;
	}
}
@media (max-width:600px) {
	.login {
		padding: 20px;
	}
	.crator_lst {
		gap: 20px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	.login_ryt.creator p {
		line-height: 22px;
	}
	.profile_heading h3 {
		font-size: 20px;
		line-height: normal;

	}
	.profile_heading p {
		font-size: 18px;
		line-height: normal;;
	}
	ul.credit_lst li, ul.make_mny li {
		justify-content: left;
		width: 100%;
	}
	.refferal_program ul li h5 {
		font-size: 20px;
		line-height: 26px;
	}
}
/*form styles*/
#msform {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.container-md.login.creator_outr {
    padding: 93px;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
    text-transform: uppercase;
    width: 19.33%;
    float: left;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #D1D1CF;
}
#progressbar li p{
	padding-bottom: 10px;
}
.step {
    position: relative;
}
#progressbar .step:before {
	content: counter(step);
    counter-increment: step;
    width: 27px;
    line-height: 25px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #4B4B4B;
    border: 1px solid #282828;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    color: #fff;
}

#progressbar .step:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #D1D1CF;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}
#progressbar .step.first::after {
	content: none; 
}

#progressbar .step.active:before,  #progressbar .step.active:after{
	background: #E56411;
    color: white;
}

/* 23-12-22 */
.business_center_tbl .form_control label {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
}
ul.bs_menu li {
    padding: 10px 30px;
}
ul.bs_menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9px;
}
ul.bs_menu li a.active{
    color:#E56411;
}
.business_center_tbl.step_bsness {
    width: 70%;
}
.hometabhead {
    background: #f47321ab;
    border-radius: 50px;
    font-weight: 800;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    padding: 13px 40px;
    color: #ffffff;
    transition: 0.6s all;
    margin: 0;
}
.hometabhead_outr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.hometabhead_outr  .hometabhead_link {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.hometabhead_link a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-right: 10px;
    font-weight: 500;
}
.hometabhead_link a:not(:last-child):after {
    content: "|";
    right: -5px;
    position: absolute;
    color: #fff;
}
/* style add on 230323 */
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
}
.video iframe {
	position: absolute;
	top:0;
	left:0;
	width: 100%!important;
	height: 100%!important;
}
/* style end on 230323*/
/* start progress bar bloack on 300323 */
.qscore-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.qscore-title {
		font-size: 30px;
		margin-bottom: 25px;
	}
}
/* progress bar style start */
.wrapper-range {
	margin-bottom: 50px;
}
.field{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.field .value{
  position: absolute;
  top:22px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.field .value.left{
  left: 0;
}
.field .value.right{
  right: 0;
}
.field input {
  flex: 1 1 auto;
}
.sliderValue{
  position: relative;
  width: 91%;
  left:5px;
}
.sliderValue span{
  position: absolute;
  background-color: #000; 
  transform: translateX(-45%) scale(1);
  font-size: 14px;
  font-weight: 600;
  top: 22px;
  /*width: 40px;*/
  width: 60px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease-in-out;
  z-index: 9;
}
.wrapper-range input[type='range'] {
  -webkit-appearance: none;
  height: 14px;
  border:2px solid #fff;
  border-radius: 10px;  
}
.wrapper-range input[type='range']::slider-thumb {
  width: 20px;
  -webkit-appearance: none;
  height: 20px;
  background: #E56411;
  border:4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}  
.wrapper-range input[type='range']::-webkit-slider-thumb {
  width: 20px;
  -webkit-appearance: none;
  height: 20px;
  background: #E56411;
  border:4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}

@media (min-width:540px) {
	.sliderValue {
		width: 94%;
	}
}
@media (min-width:880px) {
	.wrapper-range {
		margin-bottom: 60px;
	}
	.sliderValue {
		width: 97%;
	}
}
/* progress bar style end */
.progress-step p {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.progress-step p span {
	display: block;
	color: #999;
	font-weight: 400;
	padding-bottom: 3px;
}

@media (min-width:768px) {
	.progress-step p {
		width: 18%;
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.progress-step p {
		font-size: 15px;
	}
}
/* end progress bar bloack on 300323 */
/* start application form style on 030423 */
.app-form-cont {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 27%, rgba(47,45,41,1) 100%);
	padding: 0;
}
.app-form-cont.app-form-mainbg {
	background: #ad4300;
	background: -moz-linear-gradient(left,  #ad4300 0%, #010101 98%);
	background: -webkit-linear-gradient(left,  #ad4300 0%,#010101 98%);
	background: linear-gradient(to right,  #ad4300 0%,#010101 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4300', endColorstr='#010101',GradientType=1 );
}
.app-form-cont.app-form-mainbg1 {
background: -moz-linear-gradient(left,  #740205 0%, #016611 98%);
background: -webkit-linear-gradient(left,  #740205 0%,#016611 98%);
background: linear-gradient(to right,  #740205 0%,#016611 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740205', endColorstr='#016611',GradientType=1 );
}
.app-form-main {
	background:url("../images/map-bg.png") no-repeat 50% 50%;
	background-size: cover;
	padding: 60px 20px;
}
.app-form-main.app-form-main-bg {
	background-image:url("../images/app-form-bg.png");
}
.app-form-cont h2 {
	font-size: 25px;
	line-height: 1.2;
}
.app-form-block {
	width: 100%;
	padding: 15px 20px 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 1) 100%);
}
.app-form-cont input,
.app-form-cont select,
.app-form-cont textarea {
	font-size: 14px;	
}
.app-form-cont input[type=text],
.app-form-cont input[type=email],
.app-form-cont textarea,
.app-form-cont select {
	padding-top:8px;
	padding-bottom: 8px;
}
.app-form-check {
	padding-top:0;
	padding-bottom: 0;
}
.app-form-check .form-check-input {
	width: 21px;
	height: 21px;
	margin-right: 10px;
	position: relative;
    margin-top: -2px;
}
.app-form-main .container-md {
	padding: 0;
}
.ipo-news-block {
	padding:25px 10px 30px;
}
.ipo-news-block p span {
	font-weight: 600;
}
.app-form-cont .app-submit-btn,
.ipo-news-block a {
	background-color: #E56411;
	font-weight: 500;
	color: #fff;
  padding: 11px 15px 10px;
  background-image: radial-gradient(#fff 0,#fff 50%,transparent 0,transparent 100%);
  background-repeat: no-repeat;
  background-size: 275% 500%;
  background-position: -50% 25%;
  transition: .3s ease;
  z-index: 999;
}
.app-form-cont .app-submit-btn {
	font-size: 18px;
	height: 52px;
}
.ipo-news-block a {	
	font-size: 14px;
	text-decoration: none;
	padding:10px 20px;
	position: relative;
  display: inline-block;  
}
.btn-primary {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	background-color: #E56411;
	color: #fff;
  padding: 16px 30px 15px;
  background-image: radial-gradient(#fff 0,#fff 50%,transparent 0,transparent 100%);
  background-repeat: no-repeat;
  background-size: 275% 500%;
  background-position: -50% 25%;
  transition: .3s ease;
  z-index: 999;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.ipo-news-block a:hover,
.app-form-cont .app-submit-btn:hover,
.btn-primary:hover {
	background-position: 50% 25%;
	color: #000!important;
}

@media (max-width:992px) {
	.app-form-main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width:768px) {	
	.app-form-cont h2 {
		font-size: 30px;
	}
	.app-form-block {		
		padding: 25px 30px 30px;
	}
	.ipo-news-block p {
		font-size: 16px;
	}
	.ipo-news-block {
		padding-left: 0;
		padding-right: 0;
	}
	.ipo-news-block p,
	.ipo-news-block a {
		margin:0 10px;
	}
}
@media (min-width:992px) {
	.btn-primary {
		font-size: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.app-form-block {
		width: 85%;
		padding: 40px 60px 60px;
	}
	.app-form-cont input[type=text],
	.app-form-cont input[type=email],
	.app-form-cont textarea,
	.app-form-cont select {
		padding-top:12px;
		padding-bottom: 12px;
	}
	.ipo-news-block {
		padding-top:40px;
		padding-bottom:40px;
	}
	.ipo-news-block p {
		font-size: 20px;
	}
	.ipo-news-block a {
		font-size: 20px;
		padding-left: 30px;
		padding-left: 30px;
	}
	.ipo-news-block p,
	.ipo-news-block a {
		margin:0 15px;
	}
}
@media (min-width:1200px) {
	.ipo-news-block p {
		font-size: 25px;
	}
	.ipo-news-block p,
	.ipo-news-block a {
		margin:0 25px;
	}
}
/* end application form style on 030423 */
.strip {
	background-color: #E56411;
}
.strip p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
@media (min-width:768px) {
	.strip p {
		font-size: 24px;
	}
}
@media (min-width:960px) {
	.strip p {
		font-size: 30px;
	}
}

/* style starts on 11.05.23 */
.ec-hb-block {
	position: absolute;
	top: 61%;
  right: 10%;
  background-color: #282828;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ec-hb-block p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.ec-hb-block a {
	text-decoration: none;
	transition: all 0.3s;
}
.ec-hb-block a:hover {
	color: #fff!important;
	background-color: #c96728;
}
.ec-hb-block p a.hb-tel {
  color: #fd7e14!important;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
}
.ec-hb-block p a.hb-tel:hover {
	color: #fff!important;
	background-color: inherit;
}

@media (max-width:1139px) {
	.ec-hb-block p {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.ec-hb-block p a.hb-tel {
		font-size: 30px;
	}
}
@media (max-width:900px) {
	.ec-hb-block {
		right:5%;
		border-radius: 10px;
    padding: 10px 20px
	}
	.ec-hb-block p a.hb-tel {
		font-size: 20px;
	}
	.ec-hb-block a.btn_primary {
		font-size: 14px!important;
    padding-top: 3px!important;
    padding-bottom: 4px!important;
	}
}

/* Ecridleadform modal box style start */
.ecridleadform .modal-dialog:after {
  content: "";
  width: 608px;
  height: 524px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/popup-graphics.png) no-repeat 0 0;
  display: block;
}
.ecridleadform .modal-content {
	color: #fff;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  background: rgb(65,37,4);
  background: linear-gradient(342deg, rgba(65,37,4,1) 0%, rgba(209,103,10,1) 55%);
}
.ecridleadform .form-control {
	width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}
.ecridleadform .btn_primary.cta.submitbtn {
	padding: 10px 30px!important;
}
.ecridleadform .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #D9D9D9;
  opacity: 1;
  text-align: center;
}
.ecridleadform .modal-title {
	font-size: 20px;
  font-weight: 600;
}
.ecridleadform .form-label {
	font-weight: 600;
}
@media (max-width: 767px) {
	.ecridleadform .btn-close {
	    top: 4px;
	    right: 2px;
	}
}
/* Ecridleadform modal box style end */
/* style end on 11.05.23 */
