
/* =================================HOME-ABOUT.HTML==================================  */

.form-holder {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
   
}

.form-holder .form-content {
    position: relative !important;
    text-align: center !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    padding: 20px 30px 30px 20px !important;
}

.form-content .form-items {
    background-color: #393b3c91;
    border: 3px solid #fff;
    /* padding: 10px 20px 20px 20px; */
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    display: inline-block;
    width: 100% !important;
    /* min-width: 540px; */
    min-width: 343px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

h3 {
  color: #F89820 !important;
}
.form-content p {
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;

    /* margin-bottom: 15px; */
}


.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
}

.form-content input[type=text],
.form-content input[type=password],
.form-content input[type=email],
.form-content select,
.kgh,
.custom-textarea-height {
    width: 100%;
    padding: 9px 15px !important;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 7px !important;
    line-height: 13px;
    height: 30px;
}



.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 15px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 70px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 7px;
}

.form-content textarea:hover,
.form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}



.invalid-feedback {
    color: #32B67A;
}

.valid-feedback {
    color: #2acc80;

}

.fw-boldd {
    font-family: var(--primary-font) !important;
    font-size: 35px !important;
    color: var(--primary-color) !important;
    
}

/* Mobile styles */
@media (max-width: 575.98px) {
    .form-holder {
        padding: 20px;
    }

    .form-content {
        padding: 20px;
        min-width: auto;
        width: 100%;
    }

    .form-items {
        min-width: 340px;
        padding: 10px;
    }

    .form-items h3 {
        text-align: start;
        font-size: 24px;
    }

    .form-items p {
        text-align: start;
        font-size: 14px;
    }

    .form-content .form-items input[type=text],
    .form-content .form-items input[type=password],
    .form-content .form-items input[type=email],
    .form-content .form-items select {
        font-size: 14px;
    }

    .form-content textarea {
        font-size: 14px;
        height: 100px;
    }

    .form-content .btn-primary {
        font-size: 14px;
        padding: 10px 20px;
    }

}

/* ===================================== BANNER HOME ======================================== */




@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

header .item {
    position: relative;
    height: 85vh;
    text-align: center;
    color: #32B67A;
    /* Green color for text */
    background-color: #fff;
    /* Adjust background color if needed */
    transition: transform 0.5s ease;
    /* Example transition */
}

header .item h2,
header .item h3,
header .item h4,
header .item p {

    font-weight: 500;
    /* Adjust as needed */
}


header .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    display: flex;
    align-items: center !important;
}


header .item .cover .header-content {
    position: relative;
    /* padding: 56px; */
    overflow: hidden;



}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);

}

header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    font-family: var(--primary-font);

}

header .item .cover .header-content h3 {
    font-size: 35px;
    font-weight: 550;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;

}

header .item .cover .header-content h4 {
    font-size: 15px;
    font-weight: 250;
    line-height: 36px;
    color: #fff;

}







header .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    line-height: 2px;
    color: #fff;
    
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    line-height: 2px;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.bounceInLeft {
    text-align: left;
    font-family: var(--primary-font);

}

.findbt:hover {
    color: red;
}

.tgt {
    border-bottom: 1px solid rgb(245, 241, 241);
    width: 40%;  
}

@media (max-width: 779px) {
    header .item .cover .header-content h3 {
        font-size: 25px;
        font-weight: 550;
        margin: 5px 0 20px;
        word-spacing: 3px;
        color: #fff;
        width: 100% !important;
    }

    header .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 25px;
        color: #fff;
        font-family: var(--primary-font);
    }

    header .item {
        height: 600px;
        position: relative;
    }

    header .item .cover .header-content {
        position: relative;
        padding: 36px;
        overflow: hidden;
        top: 30px;
    }

    header .item .cover .header-content h4 {
        font-size: 15px;
        font-weight: 300;
        line-height: 36px;
        color: #fff;
    }
}

.span-color {
    color: #2acc80;
}

.explore{
    font-family: "Great Vibes", cursive !important;
}

.con3,
.row-quotes,
.col-quotes,
.quotes-header,
form {
    margin: 3px;

}



.con3 {
    position: absolute;
    z-index: 10;
    top: 28%;
    right: 1%;
    /* display: none; */
    /* to display on click */
    display: flex;
    height: 50% !important;
    /* background: linear-gradient(to bottom, #f0ffff, #ffffff); */
    border-radius: 15px !important;

}




.col-quotes {
    border-radius: 30px;
    padding: 2% 5% 2% 5% !important;
    background-color: #f4f4f4d1;
    width: 67%;

}


.header-h2 {
    text-align: center;
    
    font-weight: 550;
    font-family: var(--primary-font) !important;
    color: #273A50 !important;
    text-transform: uppercase;
   

}

.quote-input {
    display: flex;
    margin: 0 !important;
    width: 100% !important;
}


.quote-i {
    margin-top: 2% !important;
    width: 130% !important;
    border: 1px solid #b4afaf;
    font-size: 12px;
    padding: 3px 3px 3px 9px !important;
    border-radius: 3px !important;
    background-color: #f4f4f4;
    font-weight: 400;

}

.quote-i2 {
    margin-top: 2%;
    margin-left: 0;
    width: 103% !important;
    border: 1px solid #b4b1b1 !important;
    font-size: 12px !important;
    line-height: 12px;
    height: 80% !important;
    border-radius: 3px;
    background-color: #f4f4f4 !important;
    font-weight: 400;
    color: gray;
}

#quote-button {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #32B67A;
    height: 30px;
    margin-bottom: 6%;
    padding: 4px 20px 4px 20px;
    position: relative;
    color: white;
    border-radius: 15px;
    width: 60% !important;
    margin-left:  20%;
}




span.span1 {
    font-weight: 600;
    align-items: start;
    align-content: start;
    color: #32B67A !important;
}


.c-socials {
    position: fixed;
    bottom: 0;
    left: -2%;
    background-color: white;
    padding: 1.8rem 1.8rem 0.8rem 1.8rem;
    z-index: 2;
}

.c-socials__list-item {
    margin-bottom: 1rem;

}

.c-socials__list-item a svg {
    width: 21px;
    height: 21px;
}

.c-socials__list {

    list-style: none;
}

@media (max-width: 400px) {

    header .item {
        height: 70vh !important;
    }
}



#whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    /* WhatsApp green color */
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#whatsapp-button:hover {
    background-color: #128C7E;
    /* WhatsApp dark green color on hover */
}

#whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


/* =============================card-carousel home============================== */


.card {
    /* border-radius: 25px; */
    border-radius: 0px !important;
    background-color: #fff;
  
}

.card-height-mid {
    width: 100%;
    height: 300px !important;
    /* min-height: 500px !important; */
}

.slide-content {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
    padding: 10%;
    overflow: hidden;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0px;
}
.mb-1.small.fs-6,
.inr{
    margin-right: 2% !important;
}
/* .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #bebd00;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #bebd00;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
} */

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #cccccc;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #004754;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #004754;
    margin: 0 0 10px 0;
}

.description {
    font-size: 14px;
    color: #004754;
    text-align: center;
}

.button {
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    background-color: #004754;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #bebd00;
}

.swiper-navBtn {
    transition: color 0.5s ease;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 20px;
}

.swiper-button-next {
    right: 0 !important;
    color: #bebd00 !important;
}

.swiper-button-next:hover {
    color: #004754 !important;
}

.swiper-button-prev {
    left: 0 !important;
    color: #bebd00 !important;
}

.swiper-button-prev:hover {
    color: #004754 !important;
}

.swiper-pagination-bullet {
    background-color: #000000 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #bebd00 !important;
}

.swiper-pagination-bullet {
    color: #ffffff !important;
}

.card-img-overlay-top {
    display: flex;
    flex-direction: column;
    justify-content: start;
    top: 0;
}

.card-img-overlay-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
    bottom: 0;
}




.bg-gradient {
    background: rgb(0, 0, 0);
    /* background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 576px) {
  
    .swiper-navBtn {
        display: none !important;
    }

    .slide-content {
        margin-left: 1.5rem !important;
        margin-right: 1.8rem !important;
        /* padding: 20px 10px; */
        overflow: hidden;
    }
}

.card-img-overlay-top {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    top: 0;
}


.card-img-overlay-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
    bottom: 0;
}


.card-out {
    width: 100%;
    /* height: 400px !important;
        min-height: 400px !important; */
}





.bg-gradient {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)) !important;
}


.discount-text {
    position: absolute;
    right: 15% !important;
    top: -5% !important;

}

.tg {
    color: #32B67A !important;
}

.tt {
    color: #6C757D;
}

.gg {
    color: #6C757D;
}

/* .slider-card {
    min-height: 10rem !important;
    width: 25% !important;
} */

.discount-bg {
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-image: url(/static/images/circle.png) !important;
    background-repeat: no-repeat;
    object-fit: contain;
    padding: 15px 20px 5px 5px;
}

/* .card-body{
    filter: blur(10px);
    -webkit-filter: blur(10px); 
    position: relative;
    z-index: -2;
} */












.btn-primare {
    height: 34px !important;
    width: 135px !important;
    background-color: #F89820 !important;
    color: white !important;
    font-size: 14px !important;
    /* line-height: 18px !important; */
    
}



.btn-primare:hover {
    background-color: #32B67A !important;
    color: white;

}
.btn-primaree {
    height: 34px;
    width: 130px;
    background-color: #32B67A !important;
    color: white !important;
    font-size: 14px !important;
    /* line-height: 18px !important; */
   
}

.btn-primaree:hover {
    background-color: #F89820 !important;
    color: white;

}
@media (max-width: 567px) {
    .btn-primare {
        height: 34px !important;
        width: 125px !important;
        background-color: #F89820 !important;
        color: white !important;
        font-size: 14px !important;
        /* line-height: 18px !important; */
        
    }
    .btn-primaree {
        height: 34px !important;
        width: 125px !important;    
        background-color: #32B67A !important;
        color: white !important;
        font-size: 14px !important;
        /* line-height: 18px !important; */
       
    }
}




.text-dangerr {
    color: #f79216;
}

.card-text {
    font-size: 15px;
}

/* Mobile styles */
@media (max-width: 638px) {
    .slider-card {
        min-height: 100% !important;
        width: 300px !important;
    }
}


/* ===================================SIX CARD . HTML=================================== */


.card-img-overlay-top {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    top: 0;

}

.card-img-overlay-top,
.card-img-overlay-bottom {
    position: absolute;
    z-index: 2;
    /* Higher z-index */
}

.tg{
    color: #2CB679 !important;
}
.text-dangerr{
    color: #ff8f06;
}

.six-card {
    color: var(--primary-color) !important;
}

.card-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    height: 100%;

}




.card-img-overlay-bottom {
    display: flex;
    flex-direction: column !important;
    justify-content: end;
    margin-bottom: -5% !important;
    transform: translateX(-2%);
    object-fit: cover;
}


.card-image {
    width: 100%;
    /* height: 400px !important;
    min-height: 400px !important; 

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1))!important ; */
}

.card-height-out {
    width: 100%;
    height: 300px !important;
    min-height: 300px !important;
}

.card-mid {
    width: 100%;

}

.card-mid {
    position: relative;
}

.card-mid::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.card-height-mid {
    width: 100%;
    height: 400px !important;
    min-height: 400px !important;
}

.bg-grad {
    /* background: radial-gradient(circle, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)) !important; */
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)) !important; */
    background-color: red !important;
}


.discount-text {
    position: absolute;
    right: 15% !important;
    top: -5% !important;

}

.card-notify-year {
    width: 70px !important;
    height: 70px !important;
    position: absolute;
    text-align: center;
    font-size: 13px !important;
    font-weight: 400;
    background-image: url(/static/images/corpler.png) !important;
    background-repeat: no-repeat;
    object-fit: contain;
    padding: 10px 15px 2px 2px;
}
.card-notify-year {
top: -10px;
width: 70px;
height: 70px;
position: absolute;
text-align: center;
font-size: 13px;
font-weight: 600;
background: #ff444400;
background-image: url("{% static 'images/corpler.png' %}");
background-size: cover;
object-fit: contain;
padding: 15px 0px 5px 3px;
}

.six-crd {
    margin-top: 0px;

}

.card-out {
    position: relative;
}

.card-out::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    /* Lower z-index */
}

.card-title {
    font-size: 20px;
    font-weight: bold;
}
.fas.fa-clock{
    color: #2CB679;
}

/* Mobile styles */
@media (max-width: 575.98px) {}


/* ==================================TRAVEL_CHOICE.html ===================================================== */



        @media only screen and (max-width: 480px) {
            .tabb {
                font-size: 13px;
            }

            .details-container {
                padding: 0;
            }

            .insp {
                padding: 0;
            }

            .kkg {
                text-align: left !important;
                padding: 20px;
            }
        }

        .tabb {
            display: inline-block;
            padding: 7px 29px;
        }


        .details-container {
            display: none;
        }

        .details {
            margin-top: 10px;
        }

        .tabb.active {
            background-color: #2acc80;
            color: white;
            border-radius: 20px !important;

        }

        .tabbC {
            background-color: #e6eaec;
            border: 1px solid #2acc80;
            /* padding: 10px !important; */
            border-radius: 20px;
        }

        .tabb:hover {
            background-color: #F89820;
            color: white;
            border-radius: 20px !important;

        }
        @media (max-width: 768px) {
            .tabbC {
               margin-left: 8% !important;
            }
        }

        .bg-white {
            background-color: #fff !important;
        }

        .text-white {
            color: #fff;
        }

        .bg-grey {
            background-color: #bdb1b1 !important;
        }

        .text-grey {
            color: #bdb1b1;
        }

        .card-imagee::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) !important;
        }

        /* .card-image {
    position: relative;
    height: 500px !important;
    width: 500px;
    border-radius: 50%;
    background: #cccccc;
} */
        .cards {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;

        }

        .card-notify-year1 {
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
            background-color: #2acc80;
            color: #fff;
            height: 100vh;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0px;
            width: 122px;
            height: 87px;
            padding: 5px 0px 5px 37px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
        }

        .pk {

            font-size: 26px !important;
            flex: 1 1 auto;
            /* padding: 1.25rem; */
            position: absolute;
            bottom: 0px;
            color: white;
            width: 100%;
        }
    
    
        
        .form-holder {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            /* min-height: 100vh; */
        }

        .form-holder .form-content {
            position: relative;
            text-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            padding: 20px 30px 30px 30px;
        }

        .form-content .form-items {
            background-color: #393b3c91;
            border: 3px solid #fff;
            /* padding: 10px 20px 20px 20px; */
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            display: inline-block;
            width: 100%;
            /* min-width: 540px; */
            min-width: 343px !important;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            text-align: left;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .form-content h3 {
            color: #fff;
            text-align: left;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        

        .form-content p {
            color: #fff;
            text-align: left;
            font-size: 15px;
            font-weight: 300;
            line-height: 20px;

            /* margin-bottom: 15px; */
        }


        .form-content label,
        .was-validated .form-check-input:invalid~.form-check-label,
        .was-validated .form-check-input:valid~.form-check-label {
            color: #fff;
        }

        .form-content input[type=text],
        .form-content input[type=password],
        .form-content input[type=email],
        .form-content select {
            width: 100%;
            padding: 9px 15px;
            text-align: left;
            border: 0;
            outline: 0;
            border-radius: 6px;
            background-color: #fff;
            font-size: 13px;
            font-weight: 400;
            color: #8D8D8D;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin-top: 10px;
            line-height: 13px;
            height: 30px;
        }


        .btn-primary {
            background-color: #6C757D;
            outline: none;
            border: 0px;
            box-shadow: none;
        }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active {
            background-color: #495056;
            outline: none !important;
            border: none !important;
            box-shadow: none;
        }

        .form-content textarea {
            position: static !important;
            width: 100%;
            padding: 8px 15px;
            border-radius: 6px;
            text-align: left;
            background-color: #fff;
            border: 0;
            font-size: 13px;
            font-weight: 400;
            color: #8D8D8D;
            outline: none;
            resize: none;
            height: 70px;
            -webkit-transition: none;
            transition: none;
            margin-bottom: 7px;
        }

        .form-content textarea:hover,
        .form-content textarea:focus {
            border: 0;
            background-color: #ebeff8;
            color: #8D8D8D;
        }

        .kgh {
            height: 30px;
            font-size: 13px !important;

        }

        /* .mv-up {
            margin-top: -9px !important;
            margin-bottom: 8px !important;
        } */

        .invalid-feedback {
            color: #32B67A;
        }

        .valid-feedback {
            color: #2acc80;

        }

       

        /* Mobile styles */
        @media (max-width: 575.98px) {
            .form-holder {
                padding: 20px;
            }

            .form-content {
                padding: 20px;
                min-width: auto;
                width: 100%;
            }

            .form-items {
                min-width: 340px;
                padding: 10px;
            }

            .form-items h3 {
                text-align: start;
                font-size: 24px;
            }

            .form-items p {
                text-align: start;
                font-size: 14px;
            }

            .form-content .form-items input[type=text],
            .form-content .form-items input[type=password],
            .form-content .form-items input[type=email],
            .form-content .form-items select {
                font-size: 14px;
            }

            .form-content textarea {
                font-size: 14px;
                height: 100px;
            }

            .form-content .btn-primary {
                font-size: 14px;
                padding: 10px 20px;
            }

        }
    

