:root {
    --color-white: #fff;
    --color-black: #000;
    --clor-red: red;

}

.white-color {
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 15px;
    line-height: 1.4;

}

html,
body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}
div p a{
    color: #33b6bb;
}
p a{
    color: #33b6bb;
}

ul,
figure {
    margin: 0;
    padding: 0;
}

.container-sm {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-full {
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
}

/* p a,
li p a {
    color: #28b2b2 !important;
    font-weight: 600;

} */


.white-btn,
.whatsapp-btn,
.call-now {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 10px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.white-btn {
    border-radius: 30px;
}

.white-btn:hover {
    background-color: #000;
    color: #fff;

}

.blue-btn {
    border: 1px solid #0b3d91;
    background-color: #0b3d91;
    color: #fff;
}

.white-btn::after,
.white-btn::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: #fdde6a;
    border-radius: 30px 0 0 30px;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.white-btn::before {
    width: 50%;
    right: 0;
    left: auto;
    border-radius: 0 30px 30px 0;
    right: -50%;
}

.white-btn:hover::after {
    left: 1px;
}

.white-btn:hover::before {
    right: 0;
}

.blue-btn:hover {
    border: 1;
    background-color: transparent;
    color: #0b3d91;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    background-color: #08852a;
    border: 1px solid #08852a;
    color: #fff;
    padding: 10px 20px;
}

.whatsapp-btn:hover {
    background-color: #0cb83a;
}

.whatsapp-btn i {
    color: #fff;
    margin-right: 8px;
    font-size: 26px;
}

.call-now {
    display: flex;
    align-items: center;
    background-color: #11a9d7;
    color: #fff;
    border: 1px solid #11a9d7;
    padding: 10px 30px;
}

.call-now i {
    color: #fff;
    margin-right: 8px;
    font-size: 26px;
}

.call-now:hover {
    background-color: #0793bd;
}


/* .apply-btn {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(195deg, #F79420 0%, #F22929 100%);
    border-style: none;
    padding: 6px 14px 6px 14px;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-align: center;
    border-radius: 6px;
} */

.link-page-btn {
    font-size: 14px;
    text-decoration: underline;
}

.link-page-btn i {
    margin-left: 10px;
    transform: rotate(45deg);
}

/* common css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #02112a;
}

h1,
h2 {
    font-weight: 800;
}

h2,
h5 {
    font-weight: 600;
}

h3,
h4 {
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 1.3;
}

h2 {
    font-size: 42px;
    line-height: 1.4;
    transition: all 0.5s ease-in-out;
}

h3 {
    font-size: 24px;
    line-height: 1.3;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    position: relative;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .5px;
    color: #8c89a2;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    line-height: 23px;
    color: #555;
}

.main-title {}

.large-heading {
    font-size: 56px;
    font-weight: 800;
}

.common-heading {
    font-size: 24px;
}

.common-heading p {
    margin-top: 60px !important;
}

.small-heading {
    font-size: 16px;
    font-weight: 400;
}

.small-text {
    font-size: 14px;
    font-weight: normal;
}



.common-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: rgb(0 0 0 / 75%);
}

.relative {
    position: relative;
}

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

.col-half {
    width: 48%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 32%;
}

.col-4 {
    width: 24%;
}

.col-5 {
    width: 30%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 68%;
}


/* form css */

label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    font-size: 16px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

input[type="date"] {
    width: 100%;
    display: block;
}

select option {
    width: 100%;
    display: block;
    color: #000;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 88%;
}

.w-70 {
    width: 68%;
}

.w-50 {
    width: 48%;
}

.w-32 {
    width: 32%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 24%;
}

.w-20 {
    width: 19%;
}

.w-15 {
    width: 15%;
}

button {
    outline: none;
    border: none;
}

.bullts-list {
    padding-left: 30px;
    margin: 20px 0;
}

.number-list li {
    list-style: unset;
}

.bullts-list li {
    margin-bottom: 8px;
    list-style: disc;
    line-height: 1.6;
}

.bullts-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.bullts-list li ol li {
    list-style: unset;
}

.number-list li ul li {
    list-style: disc;
}
.text-hide {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}