@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
/* font-family: "Noto Color Emoji", sans-serif; */

figure {
	margin: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #fff;
	color: #2e2e2e;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #4393a8;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #4393a8;
}

/* Common Style Start */
.main-title {
	font-size: 51px;
	line-height: normal;
	font-weight: 800;
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.banner-text {
	font-size: 29px;
	line-height: normal;
	font-weight: 800;
}

.banner-text * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.banner-list ul {
	padding: 0;
	margin: 0;
}

.banner-list ul li {
	font-size: 39px;
	line-height: normal;
	font-weight: 800;
	list-style-type: none;
}

.process-detail {
	font-size: 21px;
	line-height: normal;
	font-weight: 800;
	color: #373f45;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.process-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.form-title {
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	color: #222222;
}

.form-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.btn, .form-btn button {
	font-size: 21px;
	line-height: normal;
	font-weight: 400;
	padding: 12px 50px;
	border: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.btn-green, .form-btn button {
	background-color: #7cb342;
	color: #ffffff;
}

.btn-green:hover,
.btn-green:active,
.form-btn button:hover,
.form-btn button:active {
	background-color: #4393a8 !important;
	color: #ffffff !important;
}

.btn-white {
	background-color: #fff;
	color: #939393;
}

.btn-white:hover,
.btn-white:active {
	background-color: #939393 !important;
	color: #fff !important;
}


/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #4393a8;
	padding: 28px 0 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header.sticky_header {
	padding: 18px 0 10px;
}

.header.sticky_header .navbar-brand {
	max-width: 250px;
}

.content {
	padding: 113px 0 0;
}

.header .navbar {
	padding: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 10px 0 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	line-height: normal;
	font-weight: 800;
	padding: 9px 19px;
	width: 160px;
	max-width: 100%;
	text-align: center;
	background-color: #85a3ab;
	color: #fff;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
}

.header .navbar-nav .nav-item .nav-link:hover {
	background-color: #36cef3;
	color: #fff;
}

.header .navbar-nav .nav-item .nav-link.active {
	background-color: #fff;
	color: #312923;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	max-width: 287px;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* Banner Start */
.banner-wrp {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 197px 0 160px;
	position: relative;
	z-index: 9;
	border-bottom: 4px solid #2a393f;
}

.banner-wrp::after {
	content: "";
	-moz-background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
}

.banner-main .main-title {
	color: #4393a8;
	margin: 0 0 13px;
}

.banner-main .banner-list {
	margin: 0 0 28px;
}

.banner-main .banner-list ul li {
	padding: 0 0 10px;
}

.banner-main .banner-list ul li:last-child {
	padding-bottom: 0;
}

.banner-main {
	max-width: 600px;
	width: 100%;
}

.banner-main .banner-text {
	max-width: 400px;
	width: 100%;
	color: #27b3d5;
}
/* Banner End */

/* Process Start */
.process-icon {
	max-width: 145px;
	width: 100%;
	margin: 0 auto 29px;
}

.process-block {
	display: block;
	text-align: center;
}

.process-block:hover .process-detail {
	color: #27b3d5;
}

.process-main {
	max-width: 785px;
	width: 100%;
	margin: 0 auto;
}

.process-wrp {
	margin: -56px 0 40px;
    position: relative;
    z-index: 9;
}

.inner-content {
	background-color: #e1e4e3;
}

.sell-details-wrp {
	padding: 70px 0;
}

.sell-details-left .banner-text {
	font-size: 31px;
	font-weight: 600;
	color: #4393a8;
	margin: 0 0 45px;
}

.sell-details-left .process-detail {
	font-weight: 500;
	color: #000;
}

.sell-details-left .process-detail p {
	margin: 0 0 48px;
}

.sell-details-left .process-detail p span {
	font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
}

.sell-details-left {
	text-align: justify;
	max-width: 482px;
	width: 100%;
}

.sell-details-right {
	max-width: 715px;
	width: 100%;
	margin-left: auto;
	padding: 43px 34px;
	border: 2px solid #4393a8;
	background-color: #edefee;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.sell-details-main {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}

.form-btn {
	padding: 15px 0 0;
}

.form-btn .btn-white {
	max-width: 226px;
	width: 100%;
}
/* Process End */

/* Benefits Start */
.benefits-main ul {
	padding: 0;
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits-main ul li {
	font-size: 29px;
	line-height: normal;
	font-weight: 600;
	color: #211b15;
	list-style-type: none;
	padding: 0 18px;
	display: flex;
	align-items: center;
}

.benefits-main ul li span {
	margin: 0 10px 0 0;
	flex: 0 0 auto;
}

.benefits-main ul li span,
.benefits-main ul li span figure {
	display: flex;
	/* font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif; */
}

.benefits-wrp {
	padding: 75px 0;
}

.form-select,
.form-control {
	font-size: 21px;
	line-height: normal;
	font-weight: 500;
	padding: 14px 32px;
	box-shadow: none;
	color: #18130d;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.form-control::placeholder {
	color: #18130d;
}

.form-group {
	margin: 0 0 27px;
}

.form-select {
	padding: 14px 62px 14px 32px;
	background-image: url("../images/select-arrow.webp");
	background-repeat: no-repeat;
	background-size: 19px 17px;
	background-position: 86% center;
}

div.sell-details-block input#company {
	display:none;
}


.btn-green {
	width: 100%;
}

.sell-details-right .form-title {
	margin: 0 0 28px;
}

.sell-progress .banner-text {
	font-weight: 500;
	color: #4393a8;
	margin: 0 0 20px;
}

.sell-progress .progress {
	background-color: #fff;
	height: 28px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.sell-progress .progress .progress-bar {
	background-color: #4393a8;
}

.sell-progress {
	margin: 0 0 40px;
}
/* Benefits End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #85a3ab;
	padding: 42px 0 58px;
}

.footer-block p,
.footer-block ul li {
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	margin: 0;
	list-style-type: none;
}

.footer-block ul {
	padding: 0;
	margin: 0;
}

.footer-block ul li {
	padding: 0 0 8px;
}

.footer-block ul li span {
	display: inline-block;
}

.footer-block ul li:last-child {
	padding-bottom: 0;
}

.footer-block ul li a:hover {
	color: #2e2e2e;
}

.footer-address {
	display: flex;
	justify-content: center;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
