:root {
    --primary-color: #03747E;
    --secondary-color: #725ff020;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Anek Malayalam", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #b3e0ff;
    background: linear-gradient(to top right, #b3e0ff, #ffffff);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
}

footer {
    background: var(--primary-color);
    padding: 30px;
    color: #fff;
}

.thumber {
    margin-top: 20px;
}

.thumber img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

#cropper_image {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.thumb {
    width: 150px;
    height: 200px;
    margin: 30px auto 10px auto;
}

.thumb img {
    width: 150px;
    height: 200px;
    border-radius: 10px;
}

.thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}

main {
    min-height: calc(100vh - 165px);
    display: flex;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    font-weight: 700;
    font-size: 32px;
}

h2,
h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
}

.btn_list {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn_list .btn,
.btn {
    background: var(--primary-color);
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn_list svg {
    color: #fff;
    fill: #fff;
}

.quote {
    background: url(../images/quote.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.quote.first {
    transform: rotate(180deg);
}

.quote.last {
    margin-left: auto;
}

.testimonial p {
    text-align: justify;
}

.home-contact-input {
    padding: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    line-height: 1.7;
}

@media only screen and (max-width: 576px) and (min-width: 300px) {
    .heading-size {
        font-size: 23px;
    }
}

.title {
    font-size: 21px;
    font-weight: 700;
    color: #646464;
    margin-bottom: 7px;
    text-align: center;
}

.subtitle {
    font-size: 14px;
}

.colored {
    color: var(--primary-color);
}

.clients .thumb img {
    width: 200px;
    object-fit: contain;
    max-width: 100%;
}

.list-unstyled li {
    display: flex;
    align-items: center;

}

.list-unstyled li img {
    width: 30px;
    margin-right: 10px;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 5px;
    display: block;
}

.form-control {
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

.promo img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

h2,
h3 {
    margin-bottom: 25px;
    text-align: center;
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 12px;
    font-size: 17px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2px;
}

.iti {
    margin-right: 5px;
}

.iti--inline-dropdown .iti__dropdown-content {
    min-width: 220px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--show-selected-dial-code .iti__flag-container {
    border-radius: 10px;
    min-width: 100%;
}

.rank {
    color: #000;
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 4px;
    background-size: 30px;
    object-fit: cover;
    background-position: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.errorlist {
    margin-bottom: 0;
}

.bradius {
    border-radius: 10px;
}

.promo {
    border: 2px solid var(--primary-color)01;
    border-radius: 10px;
}

.countdown_wrapper {
    border: 1px solid var(--primary-color);
    width: 100%;
    display: block;
    padding: 8px 16px;
    border-radius: 10px;
    margin-bottom: 22px;
    background: var(--secondary-color);

}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

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

.fw-500 {
    font-weight: 500;
}

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

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

.fw-800 {
    font-weight: 800;
}

.form-check-input {
    width: 100%;
    gap: 10px;
    border: 0;
    height: 100%;
    background: transparent;
}

.form-check-input:active {
    filter: unset;
}

.form-check-input>div {
    width: 50%;
}

.form-check-input>div label {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    background: #fff;
}

.form-check-input[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 20px 10px 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px 20px 0 0;
}

.curved {
    border-radius: 20px;
}

.btn-list {
    text-align: center;
}

.btn-list a {
    text-decoration: none;
    display: inline-block;
}

.notice {
    background: #03747e0a;
    padding: 20px;
    border-radius: .25rem;
    border: 1px solid #03747e;
}

.badged {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: .25rem;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 4px 0;
    display: inline-block;
}

.badged:hover {
    text-decoration: none;
    color: #fff;
}