p{
    font-size: 20px;
    text-align: justify;
}
.p-20{
    padding: 20px !important;
}
.blinking-border {
    border: 1px solid #f47d7d;
    color: #ae3e3e;
}
#header.header-effect-shrink,body{
    background-color: var(--body1) !important;
}
.glassDiv {
    background: rgba(255, 255, 255, 0.2) !important;
    /*border-radius: 16px !important;*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(6.3px) !important;
    -webkit-backdrop-filter: blur(6.3px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#mainUpA {
    background: rgb(125, 219, 255);
    /*background: linear-gradient(51deg, rgba(125, 219, 255, 1) 0%, rgba(26, 202, 203, 1) 76%);*/
    /*background: linear-gradient(51deg, rgb(47 173 127) 0%, rgb(76 255 190) 76%);*/
    background: linear-gradient(51deg, rgb(47 173 127) 0%, rgb(76 255 190 / 8%) 76%);
    display: flex;
    align-items: center;
}
.mobileOnly{
    display: none;
}
@media screen and (max-width: 768px) {
    #mainUpA .img-fluid{
        width: 200px;
    }
    .diverBoxSp1{
        padding: 10px;
    }
    p{
        font-size: 17px;
    }
    .feature-box.p-20 {
        padding: 5px !important;
    }
    section.section {
        padding-top: 5px !important;
        margin: 5px 0 !important;
    }
    #postFeatureDiv .col-md-6{
        padding: 0 25px !important;
    }
    .mobileOnly{
        display: block;
    }
    #parallaxDiv img{
        border-radius: 20px !important;
    }
    #parallaxDiv .parallax-background{
        background: #f4f3f3 !important;
    }
}
#mainUpA h1 {
    font-size: 3.2em;
    font-weight: 600;
    margin-top: 20px;
}

#mainUpA .mainUpAH2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

#mainUpA .mainUpAH2 h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
}

#mainUpA .mainUpAH2 span {
    border-radius: 10px;
    background-color: var(--body1);
    color: var(--gray-750);
    padding: 5px;
    height: min-content;
    font-size: 0.8em;
    margin-right: 10px;
}

#otherCompanies .spanS1 {
    place-items: center;
}
#otherCompanies .spanS1 {
    font-size: 20px;
    width: 100%;
    display: flex;
    min-height: 100px;
}
#otherCompanies .flexSp1 a *{
    color: var(--black);
}
#otherCompanies .flexSp1 a img{
    object-fit: contain;
    height: 70px;
}
#otherCompanies .flexSp1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#otherCompanies .flexSp1 .flex-columni {
    width: 150px;
    height: 100px;
    justify-content: space-between;
    margin: 5px 15px;
}
@media (max-width: 400px) {
    #otherCompanies .flexSp1 .flex-columni {
        width: 60px;
        height: auto;
        justify-content: space-between;
        margin: 5px 15px;
    }
    #otherCompanies .flexSp1 .flex-columni span{
        font-size: 10px;
    }
}
.diverBoxSp1{
    border-radius: 20px;
    background-color: #f7f7f7;
    color: var(--black);
    padding: 25px;
}
#sectionIntro1 .feature-box-info{
    font-size: 20px;
    margin-top: 20px;
}
#sectionIntro1 .feature-box-info p{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
#sectionIntro1 .feature-box-info span{
    background-color: var(--white);
    padding: 5px;
    border-radius: 10px;
    color: var(--black);
    margin: 5px 10px;
}
.divImgBox{
    height: fit-content;
    border-radius: 20px;
    padding: 10px;
    background-color: var(--white);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.divImgBox img{
    border-radius: 20px;
}
.brainDiv{
    min-height: 500px;
    border-radius: 20px;
    padding: 20px;
}
.tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link {
    font-size: 14px;
    font-weight: 600;
}
#featuresDiv h3{
    margin-bottom: 5px;
}
#preOrderDiv label{
    flex: 1;
    display: flex;
    place-content: center;
}
#preOrderDiv .cardSp1{
    width: 96%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--body1);
    padding: 10px;
}
#preOrderDiv .cardSp1 img{
    border-radius: 20px;
}
#preOrderDiv .cardSp1 h5{
    margin-right: 20px !important;
    font-size: 20px;
    margin-bottom: 0;
}
#preOrderDiv .cardSp1 h6{
    background-color: var(--white);
    padding: 10px;
    border-radius: 20px;
    width: fit-content;
    font-size: 12px;
    margin-left: 5px;
}

#preOrderDiv .title{
    color: var(--black);
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

#preOrderDiv .cardSp1 .insideDiv{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#preOrderDiv .hr{
    margin: 20px 0;
    border-bottom: 2px solid var(--body1);
}

#preOrderDiv .form-control{
    padding: 20px;
    border-radius: 20px;
}

.mapWelcome{
    border-radius: 20px;
}
.spanS2{
    width: fit-content;
    border-radius: 20px;
    padding: 10px;
    color: white;
    background-color: #2fad7f;
}
.spanS3{
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    padding: 20px;
    background-color: white;
}
#CustomersDiv a.owl-item{
    padding: 20px;
    background-color: var(--body1);
    border-radius: 20px;
}

#CustomersDiv .owl-nav button{
    border: none;
}
#preOrderDivMain a,.spButton{
    padding: 20px 40px;
    border-radius: 30px;
    font-size: 24px;
}
input[type=checkbox]
{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    accent-color: #2fad7f;
}
.checkboxtext
{
    font-size: 110%;
    display: inline;
}
.header-btn-collapse-nav{
    display: none !important;
}
.checkedBox{
    box-shadow: 0px 0px 10px 0px rgba(47, 173, 127, 0.47);
}
.lastPriceDiv1 span{
    font-size: 16px;
    color: #2fad7f;
    font-weight: 600;
}
.lastPriceDiv1 .bold{
    position: relative;
}
.lastPriceDiv1 .yearTag{
    position: sticky;
    top: 0;
    font-size: 18px;
    color: #f4f4f4;
    background-color: #2fad7f;
    padding: 5px;
    border-radius: 10px;
}

.lastPriceDiv1 .year2Tag{
    font-size: 14px;
    margin: 10px 2px;
}
.baseLine{
    align-items: baseline;
}
.specialAlert1{
    background-color: #2fad7f;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px;
}
.specialText1{
    color: #2fad7f;
    border-radius: 10px;
    font-size: 25px;
    padding: 10px;
}

img {
    -webkit-user-drag: none; /* For Safari */
    -moz-user-drag: none;    /* For Firefox */
    -o-user-drag: none;      /* For Opera */
    user-drag: none;         /* Non-prefixed version, for other browsers */
    pointer-events: none;    /* Optional: Prevents any mouse events on the image */
}
.colRowImg img.img-fluid{
    display: block;
    width: 100%;
    border-radius: 10px;
}
#customersDiv .poRelative{
    position: relative;
}
#customersDiv .heigher1{
    height: 100%;
    width: auto;
}
#customersDiv .heigher1 .img-cus-icon{
    left: 35px;
}

@media screen and (max-width: 768px) {
    #customersDiv .heigher1{
        padding: 5px 1.8rem;
    }
}
#customersDiv .img-cus-icon{
    position: absolute;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 15px;
    border-radius: 10px;
    bottom: 10px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    z-index: 10; /* above the image */
    gap: 6px;
}
#customersDiv .img-cus-icon span{
    color:var(--brand);
}
#customersDiv .img-cus-icon img{
    width: 60px;
}
#customersDiv a img.img-fluid {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    z-index: 1; /* behind the .img-cus-icon */
    cursor: pointer;
}
#customersDiv a:hover img{
    transform: scale(0.99);
    filter:brightness(80%);
    rotate: 1deg;
}
.col-md-6.colRowImg.poRelative.mt-1 {
    position: relative;
    overflow: visible; /* Important to allow zoom to overflow */
}
.img-cus-icon img {
    object-fit: cover;
}
.Cus1{
    font-size: 20px;
    color: var(--danger);
}
.highlight-red {
    color: var(--danger);
}
