.compare-container {
	display: flex;
	gap: 20px
}

.compare-selected-box {
    max-width: 380px;
    padding: 30px;
    border-radius: 10px;
    background-color: #003863;
    color: #ffffff;
    box-shadow: 4px 4px 4px 0px rgba(0, 56, 99, 0.1);
}

.compare-selected-box h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.compare-selected-box button {
    font-family: 'GC-bold';
    background-color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    color: #3FB778;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.compare-selected-box button.active {
    background-color: #3FB778;
    color: #ffffff;
    border: 1px solid #3FB778;
}

.compare-selected-box .selected-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #003863;
    font-family: 'GC-bold';
    border-radius: 30px;
    padding: 10px 20px;
}

.compare-selected-box .selected-item button {
    background: none;
    border: none;
    font-size: 12px;
    color: #C4C4C4;
    font-family: 'GC-medium';
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.service-item {
    padding: 30px;
    border-radius: 10px;
    background-color: #F1F5F9;
    box-shadow: 4px 4px 4px 0px rgba(0, 56, 99, 0.1);
    margin-bottom: 30px;
}

.service-item h3 {
    color: #003863;
    text-transform: uppercase;
    font-size: 20px;
}

.service-item .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.service-item a {
    border: #414042 1px solid;
    font-size: 13px !important;
    line-height: 1;
    color: #414042;
    font-family: 'GC-medium';
    padding: 11px 20px;
    border-radius: 30px;
}

.service-item a:hover {
    background-color: #3FB778;
    color: #fff;
    border: #3FB778 1px solid;
    cursor: pointer;
    text-decoration: none;
}

.service-item button {
    font-size: 13px !important;
    font-family: 'GC-medium';
    line-height: 1;
    color: #414042;
    border: #414042 1px solid;
}

.service-item button:hover {
    background-color: #3FB778;
    color: #fff;
    border: #3FB778 1px solid;
    cursor: pointer;
}

.service-item button.disabled {
    background-color: #3FB778;
    color: #fff;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .compare-container {
        flex-flow: column;
		gap: 24px;
    }
	.compare-selected-box {
		padding: 16px;
		font-size: 14px;
	}
	.compare-selected-box h3 {
		font-size: 16px;
	}
	.compare-selected-box button#compare-btn {
		width: 100%
	}
	
	.service-item {
		padding: 16px;
		font-size: 14px;
		margin-bottom: 24px;
	}
	.service-item h4 {
		font-size: 16px;
	}
	
}




.compare-table-ss tbody {
    border: none;
}

.compare-table-ss thead th {
    border: 1px solid #fff !important;
    padding: 2px;
}

.compare-table-ss td {
    border: none;
    vertical-align: middle;
    background-color: #fff !important;
    padding: 14px;
}

.compare-table-ss .group-row td {
    background: #ECEBE8 !important;
    text-align: left;
    font-family: 'GC-bold';
    border-radius: 5px;
    height: 50px;
}

.compare-table-ss td span {
    color: #3FB778;
}

.compare-table-ss .ds {
    background: #003863;
    color: #fff;
    font-size: 20px;
    font-family: 'GC-bold';
    border-radius: 10px;
    height: 110px;
	padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-table-ss .goi {
    background: #3FB778;
    color: #fff;
    font-size: 20px;
    font-family: 'GC-bold';
    border-radius: 10px;
    height: 110px;
    padding-left: 20px;
    padding-right: 20px;
	margin-left: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.compare-table-ss .goi a {
    font-size: 13px;
    line-height: 1;
    background: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    color: #3FB778;
    border: 1px solid #3FB778;
}

.compare-table-ss .btn-booking {
    line-height: 1;
    font-family: 'GC-medium';
    background: #3FB778;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #3FB778;
    margin-top: 10px;
}

@media (max-width: 767px) {
	.compare-table-ss {
		overflow: scroll;
	}
	.compare-table-ss .ds, .compare-table-ss .goi {
		font-size: 16px;
		height: 84px;
		min-width: 260px;
	}
	.compare-table-ss tbody {
		font-size: 14px;
	}
}

































.compare-table {
	min-width: 900px;
}

.compare-table table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table tbody {
    border: none;
}

.compare-table thead th {
    border: 1px solid #fff !important;
    padding: 2px;
}

.compare-table thead th span {
    background: #3FB778;
    color: #fff;
    font-family: 'GC-bold';
    text-align: center;
    padding: 15px;
    height: 50px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0, 56, 99, 0.1);
}

.compare-table thead th > div {
	background: #3FB778;
    color: #fff;
    font-family: 'GC-bold';
    text-align: center;
    padding: 15px;
    height: 50px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0, 56, 99, 0.1);
}

.compare-table td {
    border: none;
    vertical-align: middle;
    background-color: #fff !important;
    padding: 14px;
}

.compare-table .group-row td {
    background: #ECEBE8 !important;
    text-align: left;
    font-family: 'GC-bold';
    border-radius: 5px;
    height: 50px;
}

.compare-table .check {
    text-align: center;
    color: #24a148;
}

.compare-table .dash {
    text-align: center;
    color: #999;
}

@media (max-width: 767px) {
	.compare-table h2 {
		font-size: 20px;
	}
	.compare-table td {
		padding: 10px;
		font-size: 14px;
	}
}