﻿
body-for-sticky {
    padding-bottom: 6rem !important; /* Adjust this value to create more space */
}
body {
    overflow-x: hidden;
}
.row {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.cols {
    width: 50%;
    text-align: end;
}


.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .form-group label {
        margin-bottom: 5px;
    }

.input-row {
    padding: 10px;
    display: flex;
    width: 75%;
    gap: 10px; /* Adds space between the textboxes */
    /* You can also use justify-content: space-between; for even spacing */
}


.div-row {
    padding: 10px;
    display: flex;
    width: 100%;
    gap: 50px; /* Adds space between the textboxes */
    /* You can also use justify-content: space-between; for even spacing */
}

.input-row input {
    flex: 1; /* Makes both textboxes take up equal space */
    padding: 8px;
    border: 1px solid;
    border-radius: 4px;
    width: 130%;
}

.txtarea {
    width: 100%;
    border-radius: 4px;
}

.button-row {
    padding: 10px;
    display: flex;
    width: 75%;
    gap: 10px;
}

.formdiv {
    width: 50%;
}

.txtstyle {
    height: 40px;
}
.txtconf {
    color: forestgreen;
    font-size: 20px;
}



@media only screen and (max-width: 768px) {
    .div-row {
        display: block !important;
        padding: 0px;
    }
}



@media only screen and (max-width: 768px) {
    .cols {
       width: 90%;
    }
}
.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .container2 {
        width: auto;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}
.imgcr {
    margin-top: 80px;

}
@media only screen and (max-width: 768px) {

    .imgcr {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .input-row {
        display: block;
        /*  width: 200%;*/
        padding: 1px;
    }
    }


.clsrt {
    margin-right: 15%;
    width: 38%;
}
.clslt {
    margin-right: 15%;
    width: 38%;
}
@media only screen and (max-width: 768px) {
    .clsrt {
        width: 140% !important;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 768px) {
    .clslt {
        width: 140% !important;
        margin-right: 1%;
    }
}
.txtar {
    border-radius: 6px;

}
.input-row1 {
   
    margin-right: 12px;
    margin-left: 1%;
    border-radius: 3px;
}
@media only screen and (max-width: 768px) {
    .title {
        width:150%
    }
}
@media only screen and (max-width: 768px) {
    .txt {
        width: 150%
    }
}

@media only screen and (max-width: 768px) {
    .txtstyle {
        width: 155% !important;
    }
}

img { 
    width: 80%;
    height: 100%; 
    border-radius: 30px;
}
@media only screen and (max-width: 768px) {
    img {
        width: 100%;
    }
}
textarea {
    border-radius: 6px;
    width: 78%;
    margin-left: 1%;
    border-color: black;
   
}
    @media only screen and (max-width: 768px) {
        textarea {
            border-radius: 6px;
            width: 182%;
            margin-left:1%;
            border-color: black;
        }
    }

.inputbtn {
    width: 100% !important;
    height: 40px !important;
    background-color: #da4d4d;
    border-radius: 4px !important;
    
}

@media only screen and (max-width: 768px) {
    .inputbtn {
        width:111% !important;
    }
