html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #221E1F;
	background-color: #fff;
	position: relative;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #2F5596;
}

p a {
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #EE1C23;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
}

.btn-plain {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	border-radius: 0;
	padding: 0;
	background: none;
}

.pt-150 {
	padding-top: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-32 {
	margin-bottom: 32px;
}

.fs-36 {
	font-size: 36px;
}

.tx-primary {
	color: #EE1C23 !important;
}

.bg-none {
	background: none !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fs-36 {
    font-weight: 600;
    text-transform: capitalize;
    color: #EE1C23;
    text-align: center;
	font-size: 36px;
}

.fw-600 {
	font-weight: 600 !important;
}

.fs-24 {
	font-size: 24px !important;
}

.tx-white {
	color: #fff !important;
}

.block-box-shadow {
	box-shadow: 0px 4px 8px rgba(96, 179, 255, 0.1);
}

.p-30 {
	padding: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-24 {
	margin-bottom: 24px;
}

@media (max-width: 1399px) {
	.pt-150 {
		padding-top: 110px;
	}
	
	.pb-150 {
		padding-bottom: 110px;
	}

	.pt-120 {
		padding-top: 100px;
	}
	
	.pb-120 {
		padding-bottom: 100px;
	}

	.mt-150 {
		margin-top: 110px;
	}

	.mb-150 {
		margin-bottom: 110px;
	}
	
	.mb-48 {
		margin-bottom: 43px;
	}

	.mb-32 {
		margin-bottom: 30px;
	}

	.fs-36 {
		font-size: 34px;
	}

	.fs-24 {
		font-size: 22px !important;
	}

	.p-30 {
		padding: 28px;
	}

	.pl-40 {
		padding-left: 35px;
	}

	.mb-36 {
		margin-bottom: 34px;
	}

	.mb-24 {
		margin-bottom: 22px;
	}
}

@media (max-width: 1199px) {
	.pt-150 {
		padding-top: 100px;
	}
	
	.pb-150 {
		padding-bottom: 100px;
	}

	.pt-120 {
		padding-top: 80px;
	}
	
	.pb-120 {
		padding-bottom: 80px;
	}

	.mt-150 {
		margin-top: 100px;
	}

	.mb-150 {
		margin-bottom: 100px;
	}
	
	.mb-48 {
		margin-bottom: 40px;
	}

	.mb-32 {
		margin-bottom: 25px;
	}

	.fs-36 {
		font-size: 32px;
	}

	.fs-24 {
		font-size: 20px !important;
	}

	.p-30 {
		padding: 25px;
	}

	.pl-40 {
		padding-left: 30px;
	}

	.mb-36 {
		margin-bottom: 32px;
	}

	.mb-24 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.pt-150 {
		padding-top: 80px;
	}
	
	.pb-150 {
		padding-bottom: 80px;
	}

	.pt-120 {
		padding-top: 50px;
	}
	
	.pb-120 {
		padding-bottom: 50px;
	}

	.mt-150 {
		margin-top: 80px;
	}

	.mb-150 {
		margin-bottom: 80px;
	}
	
	.mb-48 {
		margin-bottom: 35px;
	}

	.mb-32 {
		margin-bottom: 20px;
	}

	.fs-36 {
		font-size: 28px;
	}

	.fs-24 {
		font-size: 18px !important;
	}

	.p-30 {
		padding: 20px;
	}

	.pl-40 {
		padding-left: 25px;
	}

	.mb-36 {
		margin-bottom: 30px;
	}

	.mb-24 {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.pt-150 {
		padding-top: 50px;
	}
	
	.pb-150 {
		padding-bottom: 50px;
	}

	.pt-120 {
		padding-top: 30px;
	}
	
	.pb-120 {
		padding-bottom: 30px;
	}

	.mt-150 {
		margin-top: 50px;
	}

	.mb-150 {
		margin-bottom: 50px;
	}
	
	.mb-48 {
		margin-bottom: 30px;
	}

	.fs-36 {
		font-size: 25px;
	}

	.fs-24 {
		font-size: 16px !important;
	}

	.pl-40 {
		padding-left: 20px;
	}

	.mb-36 {
		margin-bottom: 28px;
	}

	.mb-24 {
		margin-bottom: 16px;
	}
}

@media (max-width: 575px) {
	.mb-48 {
		margin-bottom: 25px;
	}

	.fs-36 {
		font-size: 18px;
	}

	.fs-24 {
		font-size: 14px !important;
	}

	.p-30 {
		padding: 15px;
	}

	.pl-40 {
		padding-left: 15px;
	}

	.mb-36 {
		margin-bottom: 25px;
	}

	.mb-24 {
		margin-bottom: 15px;
	}
}

/* home page started */

/* header started */

.header {
	box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
	background-color: #fff;
	position: relative;
    z-index: 5;
}

.header-upper-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 114px;
	padding: 15px 0;
}

.header-logo {
	flex-shrink: 0;
}

.header-logo a {
	display: inline-block;
}

.header-logo a img {
	max-height: 62px;
}

.header-mid {
    flex-grow: 1;
	text-align: center;
	margin: 0 10px;
	max-width: 440px;
}

.header-contact {
	flex-shrink: 0;
}

.a-contact {
	display: flex;
	align-items: center;
	background: rgba(59, 59, 59, 0.1);
	border-radius: 4px;
	height: 56px;
	padding: 0 20px 0 18px;
	font-size: 20px;
	font-weight: 600;
	color: #000 !important;
	transition: 0.2s ease-in-out 0s;
	flex-shrink: 0;
}

.a-contact span {
	white-space: nowrap;
}

.a-contact img {
	margin-right: 10px;
}

.a-contact:hover,
.a-contact:focus {
	background: rgba(59, 59, 59, 0.2);
}

.header-lower {
	border-top: solid 1px #CFCFCF;
}

.header-lower-block {
	min-height: 90px;
}

.header-lower-block .nav-item {
	margin: 0 40px;
}

.header-lower-block .nav-link {
	display: inline-block;
	padding: 0 !important;
	font-weight: 500;
	font-size: 24px;
	color: #221E1F;
	transition: 0.2s ease-in-out 0s;
}

.header-lower-block .nav-link:hover,
.header-lower-block .nav-link:focus,
.header-lower-block .nav-link.active {
	color: #EE1C23;
}

.navbar-brand {
	max-width: 200px;
}

.navbar-brand img {
	max-height: 30px;
}

.navbar-toggler {
	box-shadow: none !important;
	transition: 0.2s  ease-in-out 0s;
}

.navbar-toggler:hover {
	border-color: #EE1C23;
}

.navbar-toggler:hover i {
	color: #EE1C23;
}

.offcanvas-header {
	box-shadow: 0px 5px 16px rgb(8 15 52 / 6%);
}

.offcanvas-title img {
	max-height: 50px;
}

@media (max-width:1399px){
	.header-upper-block {
		min-height: 100px;
		padding: 10px 0;
	}
	
	.header-logo a {
		max-width: 95%;
	}

	.header-mid img {
		max-width: 90%;
	}

	.a-contact {
		height: 50px;
		padding: 0 16px 0 14px;
		font-size: 18px;
	}

	.a-contact img {
		margin-right: 6px;
		width: 34px;
	}

	.header-lower-block {
		min-height: 80px;
	}

	.header-lower-block .nav-item {
		margin: 0 30px;
	}

	.header-lower-block .nav-link {
		font-size: 21px;
	}
}

@media (max-width:1199px){
	.header-mid img {
		max-width: 80%;
	}

	.header-lower-block .nav-item {
		margin: 0 20px;
	}

	.header-lower-block .nav-link {
		font-size: 18px;
	}
}

@media (max-width:991px){
	.header-upper-block {
		min-height: 80px;
		padding: 5px 0;
	}

	.header-logo {
		flex: 1 0 170px;
	}

	.header-logo a {
		max-width: 100%;
	}

	.header-logo a img {
		max-height: 50px;
	}

	.a-contact {
		height: 44px;
		padding: 0 14px 0 12px;
		font-size: 16px;
	}

	.a-contact img {
		margin-right: 4px;
		width: 30px;
	}

	.header-lower-block {
		min-height: 50px;
	}

	.header-lower-block .nav-item {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.header-logo {
		flex: 1 0 160px;
	}
}

@media (max-width: 575px) {
	.header-upper-block {
		flex-direction: column;
		padding: 10px 0;
	}
	
	.navbar-brand {
		max-width: 150px;
	}

	.header-logo {
		flex: 0;
		margin: 0 0 15px;
	}

	.header-mid {
		max-width: 270px;
		margin-bottom: 15px;
	}

	.a-contact {
		height: 40px;
		padding: 0 12px 0 10px;
		font-size: 14px;
	}

	.a-contact img {
		width: 24px;
	}

	.header-lower-block .nav-item {
		margin: 0 0 15px;
	}

	.header-lower-block .nav-link {
		font-size: 16px;
	}
}
/* header ended */

.home-banner-area {
	background-color: #F8F8F8;
	padding: 62px 0 44px;
}

.home-banner-block {
	position: relative;
}

.home-banner-main {
	text-align: center;
	display: table;
    margin: auto;
}

.home-banner-img1 {
	position: absolute;
	top: 10px;
	left: 0;
}

.home-banner-img2 {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.map-block h1 {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	margin-bottom: 48px;
	text-align: center;
}

.map-content {
	height: 626px;
}

.map-content iframe {
	width: 100%;
	height: 100%;
}

.item-trunk-wrap:nth-child(even) {
	background-color: #F8F8F8;
}

.item-trunk-block {
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 8px 4px rgba(96, 179, 255, 0.2);
	transition: 0.3s ease-in-out 0s;
	position: relative;
}

.item-trunk-block:hover {
	box-shadow: 0px 0px 10px 5px rgba(96, 179, 255, 0.3);
	transform: scale(1.01);
}

.link-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.item-trunk-img {
	margin-right: 130px;
	flex-shrink: 0;
}

.item-trunk-img a {
	display: inline-block;
}

.item-trunk-img a img {
	transition: 0.2s ease-in-out 0s;
}

.item-trunk-img a:hover img,
.item-trunk-img a:focus img {
	transform: scale(1.02);
}

.item-trunk-dtl h2 {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	margin-bottom: 32px;
}

.item-trunk-dtl h2 a {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	transition: 0.2s ease-in-out 0s;
}

.item-trunk-dtl h2 a:hover,
.item-trunk-dtl h2 a:focus {
	color: #ce1117;
}

.item-trunk-dtl p {
	font-size: 24px;
	line-height: 36px;
	color: #221E1F;
}

@media (max-width: 1399px) {
	.home-banner-area {
		padding: 50px 0 40px;
	}

	.home-banner-main img,
	.home-banner-img1 img,
	.home-banner-img2 img {
		max-width: 80%;
	}

	.map-block h1 {
		font-size: 34px;
		margin-bottom: 42px;
	}

	.map-content {
		height: 600px;
	}

	.item-trunk-img {
		margin-right: 90px;
		max-width: 322px;
	}

	.item-trunk-dtl h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.item-trunk-dtl h2 a {
		font-size: 34px;
	}

	.item-trunk-dtl p {
		font-size: 23px;
		line-height: 35px;
	}
}

@media (max-width:1199px){
	.map-block h1 {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.map-content {
		height: 550px;
	}

	.item-trunk-img {
		margin-right: 70px;
		max-width: 258px;
	}

	.item-trunk-dtl h2 {
		font-size: 30px;
		margin-bottom: 22px;
	}

	.item-trunk-dtl h2 a {
		font-size: 32px;
	}

	.item-trunk-dtl p {
		font-size: 18px;
		line-height: 33px;
	}
}

@media (max-width: 991px) {
	.home-banner-area {
		padding: 40px 0 30px;
	}
	
	.home-banner-img1 img,
	.home-banner-img2 img {
		max-width: 60%;
	}

	.map-block h1 {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.map-content {
		height: 500px;
	}

	.item-trunk-img {
		margin-right: 50px;
    	max-width: 200px;
	}

	.item-trunk-dtl h2 {
		font-size: 28px;
    	margin-bottom: 16px;
	}

	.item-trunk-dtl p {
		font-size: 17px;
    	line-height: 28px;
	}
}

@media (max-width: 767px) {
	
	.home-banner-area {
		padding: 30px 0 20px;
	}
	
	.home-banner-img1 img,
	.home-banner-img2 img {
		max-width: 40%;
	}

	.map-block h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.map-content {
		height: 400px;
	}

	.item-trunk-block {
		flex-direction: column;
	}

	.item-trunk-img {
		max-width: 180px;
		margin: 0 auto 30px;
	}

	.item-trunk-dtl {
		width: 100%;
	}

	.item-trunk-dtl h2 {
		font-size: 25px;
		margin-bottom: 15px;
		text-align: center;
	}

	.item-trunk-dtl h2 a {
		font-size: 25px;
	}

	.item-trunk-dtl p {
		font-size: 14px;
    	line-height: 26px;
	}
}

@media (max-width: 575px) {
	.item-trunk-img {
		max-width: 160px;
		margin: 0 auto 20px;
	}

	.item-trunk-block {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px;
	}

	.item-trunk-dtl h2 {
		font-size: 18px;
	}
	
	.item-trunk-dtl p {
		font-size: 13px;
		line-height: 22px;
	}
}

@media (max-width: 300px) {
	.item-trunk-block {
		padding: 10px;
	}

	.item-trunk-dtl p {
		font-size: 12px;
	}
}



/* footer started */

.footer {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.footer-upper-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #D9D9D9;
	padding: 22px 0;
}

.footer-logo img {
	max-width: 230px;
}

.footer-menu {
	flex-grow: 1;
}

.footer-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	gap: 10px 48px;
	justify-content: flex-end;
}

.footer-menu ul li a {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: #221E1F;
	transition: 0.2s ease-in-out 0s;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
	color: #EE1C23;
}

.footer-lower-block {
	padding: 24px 0;
}

.footer-lower-block p {
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

.body-content {
	padding-bottom: 72px;
}

@media (max-width:1399px){
	.footer-upper-block {
		padding: 18px 0;
	}
	
	.footer-logo img {
		max-width: 200px;
	}

	.footer-menu ul {
		gap: 4px 40px;
	}

	.footer-menu ul li a {
		font-size: 18px;
	}

	.footer-lower-block {
		padding: 21px 0;
	}

	.footer-lower-block p {
		font-size: 15px;
	}

	.body-content {
		padding-bottom: 48px;
	}
}

@media (max-width:1199px){
	.footer-upper-block {
		padding: 16px 0;
	}
	
	.footer-logo img {
		max-width: 150px;
	}

	.footer-menu ul {
		gap: 4px 30px;
	}

	.footer-menu ul li a {
		font-size: 15px;
	}

	.footer-lower-block {
		padding: 15px 0;
	}

	.footer-lower-block p {
		font-size: 13px;
	}
}

@media (max-width: 991px){
	.footer-upper-block {
		flex-direction: column;
	}

	.footer-logo {
		margin: 0 auto 10px;
	}

	.footer-menu ul {
		gap: 4px 20px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-menu ul li a {
		font-size: 12px;
	}

	.body-content {
		padding-bottom: 30px;
	}
}

/* footer ended */

/* home page ended */


/* trunk room started */
.breadcrumb-sec {
	background-color: #F8F8F8;
}

.breadcrumb-block {
	display: flex;
	height: 250px;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.breadcrumb-block .breadcrumb {
	margin: auto;
	justify-content: center;
}

.breadcrumb-block .breadcrumb-item,
.breadcrumb-block .breadcrumb-item a,
.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	transition: 0.2s ease-in-out 0s;
}

.breadcrumb-block .breadcrumb-item a:hover,
.breadcrumb-block .breadcrumb-item a:focus {
	color: #EE1C23;
}

.breadcrumb-block .breadcrumb-item.active {
	color: #EE1C23;
}

.trunk-room-block {
	box-shadow: 0px 0px 8px rgba(96, 179, 255, 0.1);
	border-radius: 4px;
}

.trunk-room-chat {
	padding: 48px 30px;
}

.trunk-room-head h1 {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	text-align: center;
	margin-bottom: 0;
}

.item-room-chat-img {
	display: table;
}

.item-room-chat-img:nth-child(even){
	text-align: right;
	margin-left: auto;
}

.rm-cht-2 {
	margin-top: -80px;
}

.rm-cht-3 {
	margin-top: -90px;
}

.rm-cht-4 {
	margin-top: -80px;
}

.trunk-room-desc {
	background: #2F5596;
	padding: 26px 32px;
}

.trunk-room-desc p {
	font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	color: #FFFFFF;
}

@media (max-width:1399px){
	.breadcrumb-block {
		height: 220px;
	}

	.breadcrumb-block .breadcrumb-item, 
	.breadcrumb-block .breadcrumb-item a, 
	.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
		font-size: 23px;
	}

	.trunk-room-chat {
		padding: 40px 25px;
	}

	.trunk-room-head h1 {
		font-size: 34px;
	}

	.item-room-chat-img img {
		max-width: 85%;
	}

	.trunk-room-desc {
		padding: 24px 29px;
	}

	.trunk-room-desc p {
		font-size: 23px;
		line-height: 45px;
	}
}

@media (max-width:1199px){
	.breadcrumb-block {
		height: 200px;
	}

	.breadcrumb-block .breadcrumb-item, 
	.breadcrumb-block .breadcrumb-item a, 
	.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
		font-size: 22px;
	}

	.trunk-room-head h1 {
		font-size: 32px;
	}

	.trunk-room-chat {
		padding: 35px 20px;
	}

	.rm-cht-2,
	.rm-cht-3,
	.rm-cht-4 {
		margin-top: -60px;
	}

	.rm-cht-2 {
		margin-top: -40px;
	}

	.item-room-chat-img img {
		max-width: 70%;
	}

	.rm-cht-3 img {
		max-width: 63%;
	}

	.rm-cht-4 img {
		max-width: 80%;
	}

	.trunk-room-desc {
		padding: 20px;
	}

	.trunk-room-desc p {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width:991px){
	.breadcrumb-block {
		height: 160px;
	}

	.breadcrumb-block .breadcrumb-item, 
	.breadcrumb-block .breadcrumb-item a, 
	.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
		font-size: 20px;
	}

	.trunk-room-head h1 {
		font-size: 28px;
	}

	.rm-cht-2 {
		margin-top: -60px;
	}

	.rm-cht-1 img {
		max-width: 85%;
	}

	.rm-cht-2 img {
		max-width: 65%;
	}

	.rm-cht-3 img {
		max-width: 60%;
	}

	.rm-cht-4 img {
		max-width: 86%;
	}

	.trunk-room-desc p {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width:767px){
	.breadcrumb-block {
		height: 140px;
	}

	.breadcrumb-block .breadcrumb-item, 
	.breadcrumb-block .breadcrumb-item a, 
	.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
		font-size: 18px;
	}

	.trunk-room-head h1 {
		font-size: 25px;
	}

	.trunk-room-chat {
		padding: 30px 15px;
	}

	.rm-cht-1 img,
	.rm-cht-2 img,
	.rm-cht-3 img {
		max-width: 100%;
	}

	.rm-cht-2, 
	.rm-cht-3, 
	.rm-cht-4 {
		margin-top: -70px;
	}

	.trunk-room-desc p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width:575px){
	.breadcrumb-block {
		height: auto;
    	padding: 40px 0;
	}

	.breadcrumb-block .breadcrumb-item, 
	.breadcrumb-block .breadcrumb-item a, 
	.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
		font-size: 15px;
	}

	.trunk-room-head h1 {
		font-size: 22px;
	}

	.trunk-room-desc p {
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 540px) {
	.trunk-room-chat {
		padding: 30px 10px;
	}

	.item-room-chat-img img {
		max-width: 85%;
	}

	.rm-cht-2 {
		margin-top: -80px;
	}

	.rm-cht-3 {
		margin-top: -45px;
	}

	.rm-cht-4 {
		margin-top: -80px;
	}
}

@media (max-width: 440px) {
	.item-room-chat-img img {
		max-width: 72%;
	}

	.rm-cht-4 img {
		max-width: 80%;
	}

	.rm-cht-2 {
		margin-top: -70px;
	}

	.rm-cht-3 {
		margin-top: -40px;
	}

	.rm-cht-4 {
		margin-top: -70px;
	}
}

@media (max-width: 350px) {
	.item-room-chat-img img {
		max-width: 65%;
	}

	.rm-cht-4 img {
		max-width: 78%;
	}

	.rm-cht-2 {
		margin-top: -45px;
	}

	.rm-cht-3 {
		margin-top: -30px;
	}

	.rm-cht-4 {
		margin-top: -60px;
	}
}

/* trunk room ended */

/* container room started */

.storage-examples-sec {
	background: #FAFAFA;
	border-radius: 4px;
	padding: 48px 32px 32px;
}

.storage-examples-sec > h2 {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	text-align: center;
}

.item-storage-sec > h3 {
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	color: #EE1C23;
}

.storage-block {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 32px;
}

.item-storage-list {
	border-bottom: solid 1px #E3E3E3;
	padding: 26px 0;
}

.item-storage-list:last-child {
	border-bottom: none;
}

.item-storage-list h4 {
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	color: #EE1C23;
	margin-bottom: 20px;
}

.item-storage-list p {
	font-size: 24px;
	text-transform: capitalize;
	color: #000000;
}

.storage-point {
	font-size: 24px;
	text-transform: capitalize;
	color: #000000;
}

.table-head p {
	font-size: 18px;
	line-height: 36px;
	text-transform: capitalize;
	color: #000000;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.table-block {
	box-shadow: 3px 3px 8px -3px rgb(96 179 255 / 10%);
	position: relative;
}

.table-outer {
	margin-bottom: 5px;
	min-width: 550px;
}

.table-outer > thead > tr > th,
.table-outer > thead > tr > td,
.table-outer > tbody > tr > th,
.table-outer > tbody > tr > td {
	padding: 0;
	border: none;
}

.table-outer > tbody > tr > th {
	font-weight: 600 !important;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	vertical-align: middle;
	width: 258px;
	padding-left: 32px;
	padding-right: 15px;
}

.table-outer > tbody > tr:nth-child(odd) th {
	background-color: #2F5596;
}

.table-outer > tbody > tr:nth-child(even) th {
	background-color: #8FABDD;
}

.table-outer > thead > tr .table-inner th {
	background-color: #EE1C23;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	vertical-align: middle;
	height: 94px;
	border: solid 1px #E3E3E3;
	white-space: nowrap;
}

.table-outer > tbody > tr .table-inner td {
	font-size: 18px;
	text-transform: capitalize;
	color: #000000;
	vertical-align: middle;
	height: 94px;
	padding-left: 32px;
	padding-right: 32px;
	border-top: solid 1px #E3E3E3;
    border-left: solid 1px #e3e3e3;
	border-bottom: none;
	background-color: #fff;
}

.table-inner {
	border: none;
	margin: 0;
	table-layout: fixed;
}

.degree-area {
	display: flex;
	background: #FAFAFA;
	border-radius: 4px;
	padding: 30px;
	gap: 30px;
}

.item-degree-img {
	height: 300px;
	margin-bottom: 24px;
}

.item-degree-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.item-degree {
    flex: 1 0 0;
}

.item-degree p {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}

.w-opr {
	width: 358px;
}

.w-gap {
	width: 30px;
}

.bg-prpl {
	background: #2F5596 !important;
}

.table-block-company .table-outer {
	min-width: 650px;
}

.table-block-company {
	box-shadow: 3px 1px 8px -3px rgb(96 179 255 / 10%);
}

.table-block-company .table-outer .table-inner tbody td:first-child {
	box-shadow: 3px -1px 8px -3px rgb(96 179 255 / 10%);
}

.table-block-company .table-outer .table-inner tbody td:last-child {
	box-shadow: -3px -1px 8px -3px rgb(96 179 255 / 10%);
}

.table-block-company .table-outer > tbody > tr:last-child .table-inner td:first-child,
.table-block-company .table-outer > tbody > tr:last-child .table-inner td:last-child {
	box-shadow: 0px 3px 8px -3px rgb(96 179 255 / 10%);
}

.tbl-img {
	position: absolute;
	top: -111px;
	z-index: -1;
}

@media (max-width: 1399px){
	.storage-examples-sec {
		padding: 43px 30px 30px;
	}

	.storage-examples-sec > h2 {
		font-size: 34px;
	}

	.storage-block {
		padding-left: 30px;
		padding-right: 30px;
	}

	.item-storage-list {
		padding: 22px 0;
	}

	.item-storage-list h4 {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.item-storage-list p,
	.storage-point {
		font-size: 22px;
	}

	.item-storage-sec > h3 {
		font-size: 21px;
	}

	.degree-area {
		padding: 28px;
		gap: 28px;
	}

	.item-degree-img {
		height: 269px;
		margin-bottom: 22px;
	}

	.item-degree p {
		font-size: 16px;
	}

	.table-head p {
		font-size: 17px;
		line-height: 34px;
	}

	.table-outer > tbody > tr > th {
		font-size: 22px;
		width: 230px;
		padding-left: 28px;
	}

	.table-outer > thead > tr .table-inner th {
		font-size: 22px;
		line-height: 33px;
		height: 88px;
	}

	.table-outer > tbody > tr .table-inner td {
		font-size: 17px;
		height: 88px;
		padding-left: 28px;
		padding-right: 28px;
	}

	.w-opr {
		width: 340px;
	}

	.w-gap {
		width: 25px;
	}

	.tbl-img {
		top: -66px;
	}

	.tbl-img img {
		width: 280px;
	}
}

@media (max-width: 1199px){
	.storage-examples-sec {
		padding: 40px 25px 25px;
	}

	.storage-examples-sec > h2 {
		font-size: 32px;
	}

	.storage-block {
		padding-left: 25px;
		padding-right: 25px;
	}

	.item-storage-list {
		padding: 20px 0;
	}

	.item-storage-list h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.item-storage-list p, 
	.storage-point {
		font-size: 20px;
	}

	.item-storage-sec > h3 {
		font-size: 20px;
	}

	.degree-area {
		padding: 25px;
		gap: 25px;
	}

	.item-degree-img {
		height: 180px;
		margin-bottom: 20px;
	}

	.item-degree p {
		font-size: 14px;
	}

	.table-head p {
		font-size: 16px;
		line-height: 32px;
	}

	.w-opr {
		width: 270px;
	}

	.w-gap {
		width: 20px;
	}
}

@media (max-width: 991px){
	.storage-examples-sec {
		padding: 35px 20px 20px;
	}

	.storage-examples-sec > h2 {
		font-size: 28px;
	}

	.storage-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.item-storage-list {
		padding: 18px 0;
	}

	.item-storage-list h4 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.item-storage-list p, 
	.storage-point {
		font-size: 18px;
	}

	.item-storage-sec > h3 {
		font-size: 19px;
	}

	.degree-area {
		flex-direction: column;
	}

	.item-degree-img {
		text-align: center;
		height: auto;
		margin-bottom: 15px;
	}

	.item-degree-img img {
		max-height: 100%;
		object-fit: unset;
		width: auto;
		height: auto;
	}

	.item-degree p {
		font-size: 13px;
	}

	.table-head p {
		font-size: 14px;
		line-height: 28px;
	}

	.table-outer > thead > tr .table-inner th {
		font-size: 15px;
		line-height: 22px;
		height: 66px;
	}

	.table-outer > thead > tr .table-inner th {
		font-size: 15px;
		line-height: 22px;
		height: 66px;
	}

	.table-outer > tbody > tr > th {
		font-size: 18px;
		width: 160px;
		padding-left: 20px;
	}

	.table-outer > tbody > tr .table-inner td {
		font-size: 12px;
		height: 66px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.w-opr {
		width: 160px;
	}

	.w-gap {
		width: 15px;
	}

	.tbl-img {
		top: -15px;
	}

	.tbl-img img {
		width: 150px;
	}

	.degree-area {
		padding: 20px;
		gap: 20px;
	}
}

@media (max-width: 767px){
	.storage-examples-sec {
		padding-top: 30px;
	}

	.storage-examples-sec > h2 {
		font-size: 25px;
	}

	.item-storage-list {
		padding: 16px 0;
	}

	.item-storage-list h4 {
		font-size: 16px;
	}

	.item-storage-list p, 
	.storage-point {
		font-size: 16px;
	}

	.item-storage-sec > h3 {
		font-size: 18px;
	}

	.table-outer > tbody > tr > th {
		padding-left: 15px;
	}

	.item-degree-img {
		margin-bottom: 10px;
	}

	.item-degree p {
		font-size: 12px;
	}

	.table-block-company .table-responsive {
		position: relative;
	}

	.tbl-img {
		top: 0;
	}

	.tbl-img img {
		width: 120px;
	}
}

@media (max-width: 575px){
	.storage-examples-sec {
		padding-top: 25px;
	}

	.storage-examples-sec > h2 {
		font-size: 22px;
	}
}

@media (max-width: 420px){
	.table-head h5 {
		font-size: 16px !important;
	}
}

@media (max-width: 350px){
	.table-head h5 {
		font-size: 14px !important;
	}
}

@media (max-width: 300px){
	.table-head h5 {
		font-size: 13px !important;
	}
}


/* container room ended */




/* contract flow started */
.apply-area {
	background: #FAFAFA;
	border-radius: 4px;
	padding: 30px;
}

.item-apply {
	display: flex;
	background-color: #fff;
	padding: 30px 24px;
}

.item-apply:not(:last-child) {
	margin-bottom: 30px;
}

.item-apply-img {
	flex-shrink: 0;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(34, 30, 31, 0.05);
	margin-right: 24px;
}

.apply-dtl {
	flex-grow: 1;
}

.step-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
	gap: 12px;
}

.step-head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	background: #2F5596;
	border-radius: 28px;
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 0 25px;
	white-space: nowrap;
}

.step-head h3 {
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	color: #EE1C23;
	margin-bottom: 0;
}

.apply-dtl h4 {
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 24px;
}

.apply-dtl p {
	font-size: 18px;
	line-height: 36px;
	text-transform: capitalize;
	color: #000000;
}

.apply-dtl p:not(:last-child) {
	margin-bottom: 24px;
}

.apply-dtl h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.ul-step {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.ul-step li {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 16px;
}

.rm-flow-2 {
	margin-top: -80px;
}

@media (max-width:1399px) {
	.apply-area {
		padding: 28px;
	}

	.item-apply {
		padding: 28px 23px;
	}

	.item-apply:not(:last-child) {
		margin-bottom: 28px;
	}

	.item-apply-img {
		width: 144px;
		height: 144px;
		margin-right: 22px;
	}

	.item-apply-img img {
		max-width: 75px;
	}

	.step-head {
		margin-bottom: 14px;
		gap: 10px;
	}

	.step-head span {
		height: 53px;
		border-radius: 27px;
		font-size: 22px;
		padding: 0 24px;
	}

	.step-head h3 {
		font-size: 23px;
	}

	.apply-dtl h4 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 20px;
	}

	.apply-dtl h5 {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 14px;
	}

	.ul-step li {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 14px;
	}

	.apply-dtl p {
		font-size: 17px;
		line-height: 34px;
	}

	.apply-dtl p:not(:last-child) {
		margin-bottom: 22px;
	}
}

@media (max-width:1199px){
	.rm-flow-2 {
		margin-top: -60px;
	}
	
	.rm-flow-2 img {
		max-width: 70%;
	}
}

@media (max-width:991px) {
	.apply-area {
		padding: 25px;
	}

	.item-apply {
		padding: 25px 20px;
	}

	.item-apply:not(:last-child) {
		margin-bottom: 25px;
	}

	.item-apply-img {
		width: 130px;
		height: 130px;
		margin-right: 15px;
	}

	.item-apply-img img {
		max-width: 65px;
	}

	.step-head {
		margin-bottom: 12px;
	}

	.step-head span {
		height: 46px;
		border-radius: 25px;
		font-size: 18px;
		padding: 0 20px;
	}

	.step-head h3 {
		font-size: 19px;
	}

	.apply-dtl h4 {
		font-size: 19px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.apply-dtl h5 {
		font-size: 15px;
		line-height: 20px;
	}

	.ul-step li {
		font-size: 15px;
		line-height: 20px;
	}

	.apply-dtl p {
		font-size: 15px;
		line-height: 30px;
	}

	.apply-dtl p:not(:last-child) {
		margin-bottom: 18px;
	}

	.rm-flow-1 img,
	.rm-flow-2 img {
		max-width: 85%;
	}
}

@media (max-width: 767px) {
	.item-apply {
		flex-direction: column;
	}

	.item-apply-img {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px;
	}
	
	.item-apply-img img {
		max-width: 50px;
	}

	.step-head {
		flex-direction: column;
	}

	.rm-flow-1 img,
	.rm-flow-2 img,
	.rm-flow-3 img {
		max-width: 100%;
	}

	.rm-flow-2 {
		margin-top: -70px;
	}

}

@media (max-width: 500px){
	.rm-flow-1 img,
	.rm-flow-2 img {
		max-width: 80%;
	}
}

@media (max-width: 320px){
	.rm-flow-2 {
		margin-top: -50px;
	}
}
/* contract flow ended */



/* company profile started */
.block-head {
	background: #2F5596;
}

.block-head {
	padding: 25px 30px;
}

.block-head h2 {
	margin-bottom: 0;
}

.item-cmpny-prf-list {
	display: flex;
	align-items: center;
	padding: 30px;
}

.item-cmpny-prf-list:nth-child(even){
	background-color: #FAFAFA;
}

.cmpny-img {
	flex-shrink: 0;
	margin-right: 24px;
	width: 80px;
	height: 80px;
	background: rgba(34, 30, 31, 0.05);
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.cmpny-cnt {
	flex-grow: 1;
}

.cmpny-cnt h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #EE1C23;
	margin-bottom: 4px;
}

.cmpny-cnt p {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #221E1F;
}

@media (max-width: 1399px){
	.block-head {
		padding: 22px 27px;
	}

	.block-head {
		padding: 20px 25px;
	}

	.item-cmpny-prf-list {
		padding: 27px;
	}

	.cmpny-img {
		margin-right: 20px;
		width: 75px;
		height: 75px;
	}

	.cmpny-cnt h2 {
		font-size: 23px;
		line-height: 34px;
	}

	.cmpny-cnt p {
		font-size: 23px;
		line-height: 34px;
	}
}

@media (max-width: 991px){
	.block-head {
		padding: 17px 23px;
	}

	.item-cmpny-prf-list {
		padding: 20px;
	}

	.cmpny-img {
		margin-right: 15px;
		width: 60px;
		height: 60px;
		padding: 18px;
	}

	.cmpny-cnt h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.cmpny-cnt p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 767px){
	.block-head {
		padding: 14px 20px;
	}

	.item-cmpny-prf-list {
		padding: 15px;
	}

	.cmpny-img {
		margin-right: 12px;
		width: 56px;
		height: 56px;
	}

	.cmpny-cnt h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.cmpny-cnt p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width:575px){
	.block-head {
		padding: 10px 15px;
	}
}

/* company profile ended */


/* act started */
.act-cnt th,
.act-cnt td {
	border: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #221E1F;
	height: 120px;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

.act-cnt th {
	white-space: nowrap;
	position: relative;
}

.act-cnt th:after {
	content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #EEEEEE;
    border-radius: 1px;
}

.act-cnt tr:nth-child(even) {
	background-color: #FAFAFA;
}

@media (max-width: 1399px){
	.act-cnt th, 
	.act-cnt td {
		font-size: 23px;
		line-height: 34px;
		height: 112px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 991px) {
	.act-cnt th, 
	.act-cnt td {
		font-size: 18px;
		line-height: 30px;
		height: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.act-cnt th {
		white-space: normal;
		width: 280px;
	}
}

@media (max-width: 767px) {
	.act-cnt th, 
	.act-cnt td {
		font-size: 16px;
		line-height: 24px;
		height: 70px;
	}

	.act-cnt th {
		width: 220px;
	}
}

@media (max-width: 575px) {
	.act-cnt th, 
	.act-cnt td {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.act-cnt th {
		width: 150px;
	}
}

/* act ended */


/* privacy site policy started */
.div-normal p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #221E1F;
}

.div-sm p {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #221E1F;
}

.div-normal p:not(:last-child),
.div-sm p:not(:last-child) {
	margin-bottom: 24px;
}

.item-info-list {
	display: flex;
	padding: 14px 48px;
	min-height: 100px;
	align-items: center;
}

.inner-item-info {
	display: flex;
}

.item-info-list:nth-child(odd) {
	background-color: #FAFAFA;
}

.spn-num-info {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 11px 16px 0 0;
	width: 20px;
	height: 20px;
	background: #221E1F;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
}

.item-info-list p {
	flex-grow: 1;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #221E1F;
}

.item-personal-info {
    position: relative;
}

.item-personal-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    background: #EEEEEE;
}

.item-personal-info:last-child::after {
	display: none;
}

@media (max-width: 1399px){
	.div-normal p {
		font-size: 22px;
		line-height: 34px;
	}

	.div-sm p {
		font-size: 17px;
		line-height: 34px;
	}

	.div-normal p:not(:last-child),
	.div-sm p:not(:last-child) {
		margin-bottom: 22px;
	}

	.item-info-list {
		padding: 13px 43px;
		min-height: 94px;
	}

	.item-info-list p {
		font-size: 17px;
		line-height: 34px;
	}

	.spn-num-info {
		margin: 10px 14px 0 0;
		font-size: 13px;
	}

	.item-personal-info:after {
		left: 28px;
		right: 28px;
	}
}

@media (max-width: 1199px){
	.div-normal p {
		font-size: 20px;
		line-height: 32px;
	}

	.div-sm p {
		font-size: 16px;
		line-height: 32px;
	}

	.div-normal p:not(:last-child),
	.div-sm p:not(:last-child) {
		margin-bottom: 20px;
	}

	.item-personal-info:after {
		left: 25px;
		right: 25px;
	}
}

@media (max-width: 991px){
	.div-normal p {
		font-size: 18px;
		line-height: 30px;
	}

	.div-sm p {
		font-size: 15px;
		line-height: 30px;
	}

	.div-normal p:not(:last-child),
	.div-sm p:not(:last-child) {
		margin-bottom: 19px;
	}

	.item-info-list {
		padding: 12px 30px;
		min-height: 90px;
	}

	.item-info-list p {
		font-size: 15px;
		line-height: 30px;
	}

	.spn-num-info {
		margin: 10px 12px 0 0;
		font-size: 11px;
		width: 18px;
		height: 18px;
	}

	.item-personal-info:after {
		left: 20px;
		right: 20px;
	}
}

@media (max-width: 767px){
	.div-normal p {
		font-size: 16px;
		line-height: 28px;
	}

	.div-sm p {
		font-size: 14px;
		line-height: 28px;
	}

	.div-normal p:not(:last-child),
	.div-sm p:not(:last-child) {
		margin-bottom: 18px;
	}

	.item-info-list {
		padding-left: 20px;
		padding-right: 20px;
		min-height: 80px;
	}
}

@media (max-width: 575px){
	.div-normal p {
		font-size: 14px;
		line-height: 26px;
	}

	.div-normal p:not(:last-child),
	.div-sm p:not(:last-child) {
		margin-bottom: 16px;
	}

	.item-personal-info:after {
		left: 15px;
		right: 15px;
	}

	.item-info-list {
		min-height: 70px;
	}
}

/* privacy site policy ended */



/* faq started */
.faq-sec {
	padding-top: 72px;
}

.qs-list .row {
	gap: 30px 0;
}

.qs-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(47, 85, 150, 0.1);
	border-radius: 4px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #221E1F;
	height: 72px;
	transition: 0.2s ease-in-out 0s;
	padding: 5px;
}

.qs-list a:hover,
.qs-list a:focus {
	background: rgba(47, 85, 150, 0.2);
}


.item-faq-dtl-sec:not(:last-child) {
	margin-bottom: 72px;
	padding-bottom: 72px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);;
}

.item-faq-block:not(:last-child) {
	margin-bottom: 72px;
}

.item-faq-block {
	background: #FAFAFA;
	padding: 48px 30px 32px;
}

.faq-content .accordion-item {
	border: none !important;
	border-radius: 4px;
	margin-bottom: 16px;
	overflow: hidden;
}

.faq-content .accordion-button {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	display: flex;
	align-items: flex-start;
	color: #221E1F;
	padding: 24px 30px;
	justify-content: space-between;
}

.faq-content .accordion-button:hover {
	background: #e9e8e8 !important;
}

.faq-content .accordion-body {
	padding: 0 30px 24px;
}

.faq-content .accordion-body p {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #221E1F;
}

.faq-content .accordion-body p:not(:last-child) {
	margin-bottom: 20px;
}

.faq-content .accordion-button:not(.collapsed)::after {
    transform: none !important;
}

.faq-content .accordion-button:not(.collapsed)::after {
	content: "\f068";
}

.faq-content .accordion-button::after {
    width: 48px;
    height: 48px;
    background: #221E1F;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b";
}

.faq-content .accordion-button.collapsed .spn-accordion {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1399px) {
	.qs-list .row {
		gap: 20px 0;
	}

	.faq-sec {
		padding-top: 65px;
	}

	.qs-list a {
		font-size: 20px;
		height: 66px;
	}

	.item-faq-block {
		padding: 43px 28px 27px;
	}

	.faq-content .accordion-button {
		font-size: 20px;
		line-height: 32px;
		padding: 22px 28px;
	}

	.faq-content .accordion-body {
		padding: 0 28px 22px;
	}

	.faq-content .accordion-button::after {
		width: 46px;
		height: 46px;
	}

	.faq-content .accordion-body p {
		font-size: 17px;
		line-height: 33px;
	}

	.item-faq-dtl-sec:not(:last-child) {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	
	.item-faq-block:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.faq-sec {
		padding-top: 60px;
	}

	.item-faq-dtl-sec:not(:last-child) {
		margin-bottom: 55px;
		padding-bottom: 55px;
	}
	
	.item-faq-block:not(:last-child) {
		margin-bottom: 55px;
	}
}

@media (max-width: 991px) {
	.faq-sec {
		padding-top: 50px;
	}

	.qs-list a {
		font-size: 14px;
		height: 52px;
	}

	.item-faq-block {
		padding: 38px 25px 22px;
	}

	.faq-content .accordion-button {
		font-size: 17px;
		line-height: 26px;
		padding: 20px 25px;
	}

	.faq-content .accordion-body {
		padding: 0 25px 20px;
	}

	.faq-content .accordion-body p {
		font-size: 15px;
		line-height: 30px;
	}

	.faq-content .accordion-button::after {
		width: 34px;
		height: 34px;
	}

	.item-faq-dtl-sec:not(:last-child) {
		margin-bottom: 45px;
		padding-bottom: 45px;
	}
	
	.item-faq-block:not(:last-child) {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.faq-sec {
		padding-top: 40px;
	}

	.item-faq-block {
		padding: 35px 20px 19px;
	}

	.faq-content .accordion-button {
		font-size: 15px;
		line-height: 24px;
		padding: 17px 15px;
	}

	.faq-content .accordion-body {
		padding: 0 15px 17px;
	}

	.faq-content .accordion-body p {
		font-size: 14px;
		line-height: 28px;
	}

	.faq-content .accordion-button::after {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.item-faq-dtl-sec:not(:last-child) {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	
	.item-faq-block:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.faq-sec {
		padding-top: 30px;
	}

	.item-faq-dtl-sec:not(:last-child) {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	
	.item-faq-block:not(:last-child) {
		margin-bottom: 35px;
	}
}

/* faq ended */


/* contact started */
.contact-cnt .table {
	min-width: 580px;
}

.contact-cnt tbody tr:not(:last-child) {
	background-color: #FAFAFA;;
}

.contact-cnt tr th,
.contact-cnt tr td {
	border: none !important;
	height: 140px;
	vertical-align: middle;
	position: relative;
	padding-top: 30px;
    padding-bottom: 30px;
}

.contact-cnt tr th:after,
.contact-cnt tr td:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #EEEEEE;
}

.contact-cnt tr th:after {
	left: 30px;
	right: 0;
}

.contact-cnt tr td:after {
	right: 30px;
	left: 0;
}

.contact-cnt tr th {
	padding-left: 30px;
	padding-right: 25px;
	width: 460px;
}

.contact-cnt tr td {
	padding-left: 25px;
	padding-right: 30px;
}

.contact-cnt tbody tr:last-child th,
.contact-cnt tbody tr:last-child td,
.contact-cnt tbody tr:nth-last-child(2) th,
.contact-cnt tbody tr:nth-last-child(2) td {
	border-bottom: none;
}

.div-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div-label p {
	font-weight: 500;
	font-size: 24px;
	color: #221E1F;
}

.div-label span {
	background: #EE1C23;
    border-radius: 22px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 4px 22px;
	white-space: nowrap;
}

.contact-cnt .form-control,
.contact-cnt .form-select {
	min-height: 80px;
	box-shadow: 0px 4px 4px rgba(47, 85, 150, 0.05);
	border-radius: 1px;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}

.contact-cnt textarea.form-control {
	font-size: 20px;
	padding-top: 30px;
}

.check-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
}

.contact-cnt .form-check {
    padding-left: 40px;
}

.contact-cnt .form-check .form-check-input {
    margin-left: -40px;
	width: 28px;
	height: 28px;
}

.contact-cnt .form-check-input:checked {
    background-color: #2F5596;
    border-color: #2F5596;
}

.form-check-label {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #221E1F;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(34, 30, 31, 0.5) !important;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(34, 30, 31, 0.5) !important;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(34, 30, 31, 0.5) !important;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(34, 30, 31, 0.5) !important;
}

.terms-box {
	border: 1px solid #2F5596;
	border-radius: 4px;
	padding: 36px 30px;
}

.terms-box p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #221E1F;
}

.terms-box p a {
	color: #2F5596 !important;
	text-decoration: underline !important;
}

.submit-area {
	display: flex;
	justify-content: flex-end;
}

.btn-submit {
	height: 100px;
	padding: 10px 50px;
	background: #2F5596 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF !important;
	border: none !important;
}

.btn-submit:hover,
.btn-submit:focus {
	background: #1d3d72 !important;
}

.btn-submit:disabled {
	background: #A7A7A7 !important;
	opacity: 1 !important;
}


@media (max-width: 1399px) {
	.contact-cnt tr th, .contact-cnt tr td {
		height: 120px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.contact-cnt tr th {
		padding-left: 25px;
		padding-right: 20px;
		width: 400px;
	}

	.contact-cnt tr td {
		padding-left: 20px;
		padding-right: 25px;
	}

	.contact-cnt tr th:after {
		left: 25px;
	}

	.contact-cnt tr td:after {
		right: 25px;
	}

	.div-label p {
		font-size: 22px;
	}

	.div-label span {
		font-size: 22px;
		padding: 3px 20px;
	}

	.contact-cnt .form-control, .contact-cnt .form-select {
		min-height: 70px;
		font-size: 22px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.form-check-label {
		font-size: 22px;
		line-height: 32px;
	}

	.check-outer {
		gap: 20px 0;
	}

	.contact-cnt .form-check .form-check-input {
		width: 26px;
		height: 26px;
	}

	.contact-cnt textarea.form-control {
		font-size: 18px;
		padding-top: 25px;
	}

	.terms-box {
		padding: 30px 25px;
	}

	.terms-box p {
		font-size: 22px;
		line-height: 32px;
	}

	.btn-submit {
		height: 90px;
		padding: 10px 44px;
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.contact-cnt tr th, .contact-cnt tr td {
		height: 90px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.contact-cnt tr th {
		padding-left: 20px;
		padding-right: 15px;
		width: 250px;
	}

	.contact-cnt tr td {
		padding-left: 15px;
		padding-right: 20px;
	}

	.contact-cnt tr th:after {
		left: 15px;
	}

	.contact-cnt tr td:after {
		right: 15px;
	}

	.div-label p {
		font-size: 18px;
	}

	.div-label span {
		font-size: 16px;
		padding: 3px 15px;
	}

	.contact-cnt .form-control, .contact-cnt .form-select {
		min-height: 50px;
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.form-check-label {
		font-size: 18px;
		line-height: 28px;
	}

	.check-outer {
		gap: 15px 0;
	}

	.contact-cnt .form-check .form-check-input {
		width: 22px;
		height: 22px;
	}

	.contact-cnt textarea.form-control {
		font-size: 16px;
		padding-top: 20px;
	}

	.terms-box {
		padding: 25px 20px;
	}

	.terms-box p {
		font-size: 18px;
		line-height: 28px;
	}

	.btn-submit {
		height: 70px;
		padding: 5px 30px;
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.contact-cnt tr th, .contact-cnt tr td {
		height: 80px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.contact-cnt tr th {
		padding-left: 15px;
		padding-right: 10px;
		width: 250px;
	}

	.contact-cnt tr td {
		padding-left: 10px;
		padding-right: 15px;
	}

	.contact-cnt tr th:after {
		left: 10px;
	}

	.contact-cnt tr td:after {
		right: 10px;
	}

	.div-label p {
		font-size: 15px;
	}

	.div-label span {
		font-size: 14px;
		padding: 3px 10px;
	}

	.contact-cnt .form-control, .contact-cnt .form-select {
		min-height: 40px;
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-check-label {
		font-size: 16px;
		line-height: 26px;
	}

	.check-outer {
		gap: 10px 0;
	}

	.contact-cnt .form-check .form-check-input {
		width: 20px;
		height: 20px;
	}

	.contact-cnt textarea.form-control {
		font-size: 15px;
		padding-top: 15px;
	}

	.terms-box {
		padding: 20px 15px;
	}

	.terms-box p {
		font-size: 16px;
		line-height: 24px;
	}

	.btn-submit {
		height: 50px;
		padding: 5px 20px;
		font-size: 20px;
	}

	.alert {
		font-size: 14px;
	}

	.contact-cnt table,
	.contact-cnt tbody {
		display: block;
	}

	.contact-cnt .table {
		min-width: 100px;
	}

	.contact-cnt tbody tr {
		display: flex;
		flex-direction: column;
	}

	.contact-cnt tr th, 
	.contact-cnt tr td {
		height: auto;
		padding: 15px;
		width: 100%;
	}

	.contact-cnt tr td .row {
		gap: 10px;
	}
}

/* contact ended */