
.content-div .block {
    padding: 24px 30px 16px;
    border-radius: 8px;
    box-shadow: rgb(98 98 102 / 13%) 0px 0px 12px 0px;
    background-color: rgb(255, 255, 255);
}

.content-div .block h2 {
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.45;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    color: rgb(63, 63, 71);
}

.content-div input, .content-div select {
    height: 50px;
    padding: 0 20px !important;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    outline: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
}

.sel-bg1 {
    background: #ed2020 !important;
}

.sel-bg1 h2 {
	font-size:25px;
}

.content-div input[type="file"] {
    padding: 14px 12px !important;
}


.content-div input:focus {
    border-color: #ed2020;
}


.content-div .disc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgb(120, 120, 135);
    margin-top: 0px;
    margin-bottom: 20px;
	display:inline-block;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 30px;
    width: auto;
    color: #ed2020;
}

.toggle-password.fa-eye-slash span.s1 {
	display:none;
}

.toggle-password.fa-eye-slash span.s2 {
	display:inline-block;
}

.toggle-password span {
    padding-left: 3px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.toggle-password span.s2 {
	display:none;
}

.content-div .btn.btn-square {
    width: 100%;
    background: #ed2020;
    border-color: #ed2020;
    font-size: 14px;
    padding: 10px 25px;
    margin: 0;
    border-radius: 4px;
}

.tp-text {
    margin: 12px auto;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: rgb(157, 157, 166);
}

.tp-text a {
    color: #ed2020e3;
    text-decoration: none;
    cursor: pointer;
}

.content-div .sp-left {
    padding: 40px;
}

.d-flex {
	display:flex;
}

.content-div .content .bordr {
	display:inline-block;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(215, 215, 224, 0), rgba(215, 215, 224, 0.5), rgb(215, 215, 224), rgba(215, 215, 224, 0.5), rgba(215, 215, 224, 0));
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-div .nsell {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

.content-div .nsell li i {
    color: #fff;
    background: rgb(56, 185, 122);
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin-right: 4px;
    padding: 5px;
    border-radius: 50%;
}


.content-div h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgb(63, 63, 71);
}

.content-div .content h5 {
	display:flex;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgb(120, 120, 135);
}

.content-div .content h5 span {
    width: 200px;
    margin-left: 12px;
}

.content-div .content h5 strong {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgb(63, 63, 71);
}

.content-div .content h5 img {
    max-height: 56px;
    max-height: 41px;
    margin-top: 2px;
}

.color-black {
	color:#000;
}

.color-red {
	color:#ed2020;
}

.content-div .d-info p {
	margin-bottom:10px;
}

.content-div .counter {
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
	width:100%;
	font-size:15px;
}

.text-primary, .text-primary:hover, a, a:hover, a:focus, a.text-primary, a.text-primary:hover, a.text-primary:focus {
	color:#ed2020;
}


.nav.navbar-nav-custom > li > a:hover {
    color: #ed2020;
	background:none;
}

.ul-info {
	display:inline-block;
	width:100%;
	position:relative;
	padding:0;
	margin-bottom:25px;
}

.ul-info li {
	display:inline-block;
	width:33.33%;
	float:left;
	position:relative;
}

.ul-info li:nth-child(2) {
	text-align:center;
}

.ul-info li:nth-child(2):after {
    left: 46%;
}

.ul-info li:nth-child(2):before {
    width: 100%;
    left: 0;
}

.ul-info li:before {
    content: '';
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    height: 1px;
    width: 91%;
    position: absolute;
    bottom: -7px;
    left: 15px;
}

.ul-info li:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    bottom: -12px;
    left: 11px;
}


.ul-info li:last-child:before {
    width: 92%;
    left: -2px;
}

.ul-info li:last-child:after {
    left:auto;
    right: 11px;
}


.ul-info li.active:after {
    background: green;
}

.ul-info li span {
	display:inline-block;
	color:#000;
	font-weight:500;
	font-size:16px;
}

.ul-info li:last-child {
	text-align:right;
}

.ul-info li.active span {
	color:green;
}

@media screen and (max-width: 767px) {

.d-flex {
    display: block;
}

.sp-none-mobile {
	padding-left:0px;
	padding-right:0px;
}

.content-div .sp-left {
    padding: 40px 0;
}

.content-div .block {
    padding: 24px 20px 16px;
}

.ul-info li span {
    font-size: 14px;
}

}


@media screen and (min-width: 768px) and (max-width: 1280px) {
}