.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font21{
    font-size: 21px!important;
}
.font22{
    font-size: 22px!important;
}
.font24{
    font-size: 24px!important;
}
.font30{
    font-size: 30px!important;
}
.font35{
    font-size: 35px!important;
}

.font40{
    font-size: 40px!important;
}
.font45{
    font-size: 45px!important;
}
.font50{
    font-size: 50px!important;
}
.font60{
    font-size: 60px!important;
}

.font70{
    font-size: 70px!important;
}

.font100{
    font-size: 100px!important;
}

.font200{
    font-weight: 200!important;
}
.font300{
    font-weight: 300!important;
}
.font400{
    font-weight: 400!important;
}

.font600{
    font-weight: 600!important;
}
.font700{
    font-weight: 700!important;
}


.min-vh-45 {
    min-height: 45vh !important;
}

.home-bg{
    background: #f8fbf6;
}

.pull-right{
    float: right!important;
}

.pull-left{
    float: left!important;
}



/*Contact Form*/
.contact-form-input, input.form-control.bg-transparent.contact-form-input:focus{
    border: 1px solid #00BBD1;
    border-radius: 50px;
    height: 3em;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #01122C0a;
}


.contact-form-text-area, .contact-form-text-area:focus{
    border: 1px solid #00BBD1;
    border-radius: 50px;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #01122C0a;
}


#loader {
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* Add more styling as needed */
}

button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.home-head{
    color: #00BBD1!important;
}

.home-section{
    padding: 25% 0 10% 0;
    min-height: 130vh;
}

.pt-3per{
    padding-top: 3% !important;
}

.home-pt-100per{
    padding-top: 100% !important;
}

.speech-bubble {
    padding: 20px;
    background: #EEEEEE;
    color: #000000;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px -3px;
    margin: 20px 0;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 8%;
    padding-right: 8%;
}
.speech-bubble:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0px;
    border-color: #EEEEEE;
}
.speech-bubble.speech-bubble-bottom-right {
    margin-bottom: 40px;
    border-radius: 4px;
}
.speech-bubble.speech-bubble-bottom-right:after {
    border-width: 0px 24px 38px 5px;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 43px;
    right: -8px;
    bottom: -20px;
    transform: rotate(330deg);
}
.speech-bubble.speech-bubble-join-now {
    color: #fff;
    background: #00BBD1;
    border: 1px solid #00BBD1;
}
.speech-bubble.speech-bubble-join-now:after {
    border-color: #00BBD1;
}


.about-img{
    animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down{
    from{
        transform: translatey(0px);
    }
    to{
        transform: translatey(-20px);
    }
}

.about-section{
    min-height: 30vh;
}

.feature-section{
    min-height: 106vh;
}

.feature-img{
    width: auto!important;
    height: auto!important;
    object-fit: cover;
}

/*box 2 animation*/
.content-box2 {
    position: relative; /* Ensure circles are positioned relative to this box */
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
}
.bordered-row2 {
    border-top: 4px solid #00BBD1;
    padding: 5px; /* Optional: Adds some padding inside the border */
}
.circle2 {
    position: absolute;
    top: -15px; /* Adjust to place the circle above the border */
    left: 50%;
    transform: translateX(-50%); /* Center the circle horizontally */
    width: 15px;
    height: 15px;
    background-color: #00BBD1;
    border-radius: 50%;
    z-index: 1; /* Ensure the circle is above the content */
}
.content-box2:hover {
    transform: scale(1.05); /* Slightly enlarge the content box on hover */
}

.feature-details-section{
    padding: 0% 0 40px 0;
    min-height: 25vh;
}

.ps-box{
    border: 1px solid #00bbd1;
    padding: 10%;
    padding-top: 8%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.3s;
}

.ps-box:hover {
    transform: scale(1.05); /* Slightly enlarge the content box on hover */
}


.why-choose-img{
    animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down{
    from{
        transform: translatey(0px);
    }
    to{
        transform: translatey(-20px);
    }
}


.polygon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

.polycon-box{
    transition: background-color 0.3s, transform 0.3s;
}

.polycon-box:hover {
    transform: scale(1.05); /* Slightly enlarge the content box on hover */
}

.tech-section{
    padding: 5% 0 16px 0;
    min-height: 50vh;
}