<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Static Pages */

html {
    font-display: optional;
}

.sTitle {
    font-size: 22px;
    color: #111;
    margin: 0 0 20px 0;
}

#region_list {
    position: absolute;
    z-index: 1050;
    width: 100%;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.region-item {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.region-item:hover {
    background-color: #f0f0f0;
}

.brandcard {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000029;
    margin: 15px auto;
    padding: 10px;
}

.brandcard .btn-primary {
    font-family: inherit;
    font-size: 14px;
    border-radius: 4px;
}

.brandcard img {
    margin-bottom: 8px;
    max-width: 300px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e0e0e0ad;
}

.sDescription h1,
.sDescription h2 {
    color: #333;
    font-size: 18px;
}

.sDescription p {
    color: #444;
    font-size: 16px;
}

.sDescription ul {
    padding: 0 15px;
}

.sDescription P &gt; ul li {
    list-style-type: none !important;
}

.sDescription ul li {
    list-style-type: disc;
    color: #444;
    font-size: 14px;
}

.cardAdvertsement {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000029;
    margin: 0 0 30px 0;
    padding: 25px;
}

.cardAdvertsement h1 {
    font-size: 26px;
}

.cardAdvertsement h2 {
    font-size: 22px;
}

.cardAdvertsement h3 {
    font-size: 18px;
}

.cardAdvertsement p {
    font-size: 14px;
}

.cardAdvertsement h4 {
    font-size: 16px;
}

.agentcard-title {
    background: #f6ffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px 6px 0 0;
    padding: 12px 25px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: -5px;
}

.agentCard2 {
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 25px 25px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.agentCard2 p {
    color: #707070;
    font-size: 14px;
    margin: 10px;
}

.agentCard2 h6 {
    font-weight: 500;
    color: #484848;
    font-size: 16px;
}

.agentCard2 h3 {
    font-size: 20px;
    color: #484848;
}

.howTo .agentCard2 p {
    line-height: 1.4;
}

.howTo .agentCard2 {
    height: 350px;
}

.howTo .agentCard2::after {
    content: "";
    height: 80px;
    width: 80px;
    border-right: 3px solid #00999a;
    border-bottom: 3px solid #00999a;
    right: 28px;
    position: absolute;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    bottom: 45px;
}

.agentCard2 .form-group {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.agentCard2 .form-group label {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.wid80 {
    width: 75%;
    margin: auto;
}

.agentCard2 .form-group input,
.agentCard2 .form-group select,
.agentCard2 .form-group textarea,
.agentCard2 .form-group .form-control {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    display: block;
    width: 100%;
    min-height: 45px;
    border: 1px solid #ebebeb;
    padding: 6px 15px;
}

.star ul li {
    list-style-type: none !important;
    padding-left: 10px;
    color: #00999a !important;
    margin-right: 10px;
}

.tableBox {
    margin: 25px 0;
}

.tableBox th {
    font-size: 16px;
}

.tableBox td {
    color: #333;
    font-size: 14px;
}

.tableBox td b {
    font-size: 16px;
}

.tableBox tr th:not(:first-child),
.tableBox tr td:not(:first-child) {
    text-align: center;
}

/* Accordian */

#accordion .panel .panel-title {
    margin-bottom: 0;
    font-size: 22px;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    background: #00999a;
    border: 1px solid #00999a;
    padding: 15px 50px 15px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 4px 4px 0 0;
}

#accordion .panel-title a.collapsed {
    background: #fff;
    border-color: #ddd;
    color: #444;
    border-radius: 4px;
}

#accordion .panel-title a:before {
    content: "\2212";
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: 30%;
    right: 20px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    content: "\002B";
}

#accordion .panel-body {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    border: 2px solid #00999a;
    padding: 4px 12px;
    border-radius: 0 0 4px 4px;
}

.sDescription textarea {
    resize: none;
    padding: 5px;
    font-size: 14px;
}

.sDescription ol li {
    list-style-type: inherit;
    color: #333;
    letter-spacing: 1;
    font-size: 14px;
    padding-left: 5px;
}

.cListTable table {
    margin-bottom: 20px;
}

.cListTable table th {
    background-color: #ebebeb;
}

.cListTable table td {
    color: #333;
}

.cListTable table th,
.cListTable table tr,
.cListTable table td {
    border: 1px solid #7e7e7e;
}

/* ------------------------------------- */

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
</pre></body></html>