﻿html {
    height: auto;
}

body {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 0.9118rem + 0.3922vw, 1.5rem);
    color: #333333;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
}

a {
    color: #00995b;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }

header .navbar {
    padding: 1rem 1.5rem;
    justify-content: space-between;
}

.navbar-brand {
    width: 12.708333333333332%;
    margin-right: 0;
}

#page-nav > ul > li a {
    color: #1c1c1d;
    line-height: 1;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}

#page-nav > ul > li a {
    border-bottom: 4px solid transparent;
}

#page-nav > ul > li.active a, #page-nav > ul > li:hover a {
    border-bottom: 4px solid #1c1c1d;
}

.social-icon {
    font-size: 2rem;
    border-radius: 5px;
    color: #ffffff;
}

.carousel-indicators {
    margin-bottom: 10px;
}

    .carousel-indicators li {
        width: 15px;
        height: 15px;
        border: 0;
        opacity: 1;
        border-radius: 50%;
        background: #ffffff;
    }

        .carousel-indicators li.active {
            background: #00995b;
        }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000000;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.page-heading,
.page-subheader {
}

.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #00995b;
    border-radius: 25px;
    padding: 0.5rem 3rem;
    white-space: normal;
    font-weight: 700;
    border: none;
}

    .default-btn:hover {
        background-color: #333333;
        color: #fff;
    }

input#btnUploadImage {
    padding: 0.5rem 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header, section {
        height: 100%;
    }
}

#htp-section {
    background-color: #f0f0f0;
}

    #htp-section img {
        width: 50px;
    }

footer {
    background-color: #000000;
    color: #ffffff;
    margin-top: auto;
    font-size: 90%;
}

#footer-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

    #footer-nav li + li:before {
        color: #fff;
        margin-right: 7px;
    }

    #footer-nav li a {
        color: #ffffff;
    }

.footer-social-nav .list-inline > li {
    vertical-align: middle;
}

.footer-social-nav .social-icon:hover {
    color: #00995b;
}

@media screen and (max-width: 575px) {
    footer {
        text-align: center;
    }

    .footer-left {
        width: 100%;
        order: 2;
    }

    #footer-nav li.list-inline-item {
        display: block;
        margin-bottom: 5px;
    }

    #footer-nav li + li:before {
        content: "";
        margin-right: 0px;
    }
}
/* ==========================================================================
   mobile menu toggler Style
   ========================================================================== */
header .navbar .navbar-toggler {
    padding: 0px;
    border-color: #000000;
    border-width: 0px;
}

.navbar-toggler {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 3px;
        background: #000000;
        transform: translateY(-10px);
        box-shadow: 0 10px #000000;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 3px;
        background: #000000;
        transform: translateY(10px);
        transition: 0.5s;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #ffffff;
        background: #ffffff;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
        background: #ffffff;
    }

/* ==========================================================================
   Upload-page Style
   ========================================================================== */
#txtPhoto, #txtPhoto-2 {
    width: 0px;
    height: 0px;
    text-indent: -300em;
    position: fixed;
    top: -20px;
}

.form-control {
    color: #333333;
    overflow: hidden;
    border-color: #d1d6dc;
}
/* ==========================================================================
   Upload-page image preview screen Style
   ========================================================================== */
.instructions .step {
    background-color: #000000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 60px;
    padding: 15px 0px;
    float: left;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}

#previewImageContainer, #previewImageContainer-2 {
    max-width: 300px;
}

.previewImageList li + li {
    border-top: 1px solid #dee2e6;
}

.previewImageName {
    font-size: 12px;
}

.deleteIcon {
    font-size: 20px;
    color: #dc3545;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.has-error {
    border-color: #dc3545;
}

.hide {
    display: none;
}

input[disabled] {
    cursor: not-allowed;
}

.spinner-border-bg {
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.spinner-border {
    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.field-validation-error,
.field-validation-valid {
    color: #de324c;
    font-size: 90%;
}

/* ==========================================================================
   Support-page Style
   ========================================================================== */
#accordionFAQ > .card {
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px solid #b4bbc6;
}

    #accordionFAQ > .card > .card-header {
        padding: 0px;
        background: transparent;
    }

        #accordionFAQ > .card > .card-header.active, #accordionFAQ > .card > .card-header.active + div {
            background: #333;
            color: #fff;
        }

            #accordionFAQ > .card > .card-header.active button {
                color: #fff;
                border:0;
            }

        #accordionFAQ > .card > .card-header.active {
            border-bottom: 1px solid #fff;
            margin: 0;
        }

#accordionFAQ .btn-link {
    font-size: clamp(1rem, 0.9118rem + 0.3922vw, 1.5rem);
    color: #000;
    font-weight: 400;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

    #accordionFAQ .btn-link:focus,
    #accordionFAQ .btn-link.focus,
    #accordionFAQ .btn-link:hover {
        text-decoration: none;
    }

#accordionFAQ > .card > .card-header h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23b4bbc6' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
}

#accordionFAQ > .card > .card-header.active h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
}

.toogle-country-list ul {
    padding: 0;
    margin: 0;
}

.list-inline {
    list-style: none;
    overflow-wrap: break-word;
}

.toogle-country-list ul li.active {
    border-bottom: 1px solid #48657c;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.toogle-country-list ul li a {
    font-weight: 700;
    color: #48657c;
    text-transform: uppercase;
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.toogle-country-list {
    margin: 0 0 0 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

hr {
    margin: 1rem -2rem;
    border-color: #000000;
}

form hr {
    margin: 1rem 0;
}

.custom-control-label::before, .custom-control-label::after {
    top: 7px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#h_captcha_field {
    display: none;
}

#divProcessingLoader {
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    hr {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    hr {
        margin: 1rem 0;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 3px;
    }

    .navbar-brand {
        width: 25%;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        z-index: 9999;
    }

    .toogle-country-list.d-none {
        display: none !important;
    }

    .toogle-country-list {
        display: flex !important;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 4;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    button.navbar-toggler {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .navbar-collapse {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    #page-nav > ul > li + li {
        margin-left: 0px;
    }

    #page-nav > ul > li a {
        color: #ffffff;
    }

    ul.navbar-nav {
        position: fixed;
        top: 0;
        right: 0; /* anchor to right instead of left */
        height: 100vh;
        width: 100%;
        background: #000000;
        z-index: 999;
        padding: 100px 0 0;
        text-align: center;
        /* Slide-from-right */
        transform: translateX(100%);
        transition: transform 0.2s ease;
    }

    .navbar-collapse.justify-content-end.collapse.show ul.navbar-nav {
        transform: translateX(0);
    }

    header .navbar .navbar-toggler {
        z-index: 999999;
    }

    #page-nav > ul > li.active a, #page-nav > ul > li:hover a {
        border-bottom: 4px solid #ffffff;
        display: inline-block;
    }

    footer {
        text-align: center;
        margin-top: -2px;
    }

    .footer-right {
        width: 100%;
    }

    div#upload-image {
        margin-top: 1rem;
    }

    .top-social-nav li:first-child {
        padding-left: 0;
    }

    body.no-scroll {
        overflow: hidden;
    }

    #htp-section p {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 576px) {
    header .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        width: 40%;
    }

    .top-social-nav {
        margin-top: 5px;
    }

    .container {
        max-width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 1px;
    }

    small {
        font-size: 14px;
    }

    #accordionFAQ .btn-link {
        padding: 1rem;
    }

    #accordionFAQ > .card > .card-header h2 .btn-link:before, #accordionFAQ > .card > .card-header.active h2 .btn-link:before {
        width: 20px;
    }

    .footer-social-nav ul li:first-child {
        display: block;
        margin-bottom: 5px;
    }

    #footer-nav {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
