.heading-con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 2%;
    padding-top: 10%;
}

.heading-font1-port {
    font-size: 60px;
    font-family: var(--font1);
    color: var(--brown-color);
    font-weight: 400;
    padding-left: 5%;
}

.heading-font2-port {
    font-size: 60px;
    font-family: var(--font1);
    color: var(--black-color);
    font-weight: 400;
    padding-left: 0%;
}

.numeric-para {
    font-family: "Microsoft YaHei";
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    width: 55%;
    text-align: left;
}

.serve-img-align {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 86%;
    margin: auto;

    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 30px;
}

.img-serve {
    height: auto;
    width: 100%;
}

/* large screens */

@media screen and (min-width: 1600px) {
    .heading-con {
        padding: 2% 6%;
        /* Increase padding for extra-large screens */
        padding-top: 8%;
        /* Slightly adjust top padding for balance */
    }

    .heading-font1-port {
        font-size: 80px;
        /* Increase font size for better visibility on larger screens */
        padding-left: 4%;
        /* Adjust padding for alignment */
    }

    .heading-font2-port {
        font-size: 80px;
        /* Increase font size for consistency */
        padding-left: 2%;
        /* Adjust padding for alignment */
    }

    .numeric-para {
        width: 60%;
        /* Reduce width to use more screen space */
        font-size: 24px;
        /* Increase font size for readability */
        line-height: 28px;
        /* Increase line height for better readability */
    }

    .img-serve {
        height: auto;
        width: 100%;
    }

    .serve-img-align {
        padding-bottom: 40px;
        justify-content: space-evenly;
        /* Increase padding-bottom for better spacing on larger screens */
    }
}

/* smaller screens */
@media screen and (min-width: 1020px) and (max-width: 1280px) {
    .heading-con {
        padding: 2% 4%;
        /* Adjust padding for the screen size */
        padding-top: 12%;
        /* Maintain the top padding adjustment */
    }

    .heading-font1-port {
        font-size: 60px;
        /* Maintain the original font size */
        padding-left: 4%;
        /* Adjust padding for alignment */
    }

    .heading-font2-port {
        font-size: 60px;
        /* Maintain the original font size */
        padding-left: 2%;
        /* Adjust padding for alignment */
    }

    .img-serve {
        height: auto;
        width: 90%;
    }

    .numeric-para {
        width: 65%;
        /* Adjust width for better text fit */
        font-size: 20px;
        /* Maintain the original font size */
        line-height: 24px;
        /* Maintain the original line height */
    }

    .serve-img-align {
        padding-bottom: 30px;
        /* Maintain the original padding */
        gap: 15px;
        margin-left: 8%;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .heading-con {
        flex-direction: column;
        align-items: center;
        padding: 5%;
        margin-top: 12%;
        width: 85%;
    }

    .heading-font1-port,
    .heading-font2-port {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
    }

    .numeric-para {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: center;
    }

    .serve-img-align {
        flex-direction: column;
        align-items: center;
    }

    .serve-img-align div {
        margin-bottom: 20px;
    }

    .serve-img-align img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}


/* section2 */
.services-con {
    background-color: #000000;

    width: 100%;
    height: 70vh;
    border-radius: 20px;
    margin-top: 5%;

}

.services-head {
    color: #ffffff;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}

.serv-card {
    background-color: white;
    width: 100%;
    height: 300px;
    display: flex;
    padding: 2%;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    justify-content: space-evenly;
    box-shadow: 6px 6px 10px rgba(255, 255, 255, 0.1), -6px 6px 10px rgba(255, 255, 255, 0.1), 6px 12px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.serv-card:hover {
    transform: translateY(-2px);
    box-shadow: 8px 8px 20px rgba(255, 255, 255, 0.3), -8px 8px 20px rgba(255, 255, 255, 0.3), 8px 16px 30px rgba(255, 255, 255, 0.3);
}

.cards-align {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2%;
    width: 85%;
    margin: auto;
    margin-top: 2%;
}

.serv-h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.serv-p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}

.sub-serv-heading {
    font-size: 36px;
    font-weight: 400;
    padding-left: 10%;
    font-family: "Microsoft YaHei";
}

.sub-serv-para {
    font-size: 20px;
    width: 80%;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    color: var(--brown-color);
    margin: auto;
}

.list-con-bottom {
    margin-top: -2%;
    padding: 2%;
    margin-right: 50px;
    ;
}

#project-list {
    list-style: none;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 2%;
    padding: 5px;
    /* Remove default padding */
    cursor: pointer;
    overflow: hidden;
}

.project-item {
    padding: 10px;
    /* Adjusted padding for better spacing */
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    border-bottom: 1px solid black;
    color: black;
    /* Set text color to black */
    background-color: #ffffff;
    /* Optional: Set a white background */
    width: auto;
    /* Ensure full width of the parent container */
    text-align: center;
    opacity: 1;
    /* Ensure the item is visible */
    position: relative;
    margin-bottom: 10px;
    /* Relative positioning to ensure natural flow */
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

/* Optional: Add hover effect */
.project-item:hover {
    background-color: #f0f0f0;
    /* Light gray background on hover */
    transform: translateX(5px);
    /* Slight shift on hover */
}

.service-each {
    width: 92%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around !important;
}

/* large screen */

@media screen and (min-width: 1600px) {
    .services-con {
        height: fit-content;
        /* margin-top: 2%; */
        padding-bottom: 4%;
        border-radius: 25px;
    }

    .services-head {
        font-size: 48px;
        /* Increase font size for visibility on large screens */
        padding-top: 20px;
        /* Adjust padding for spacing */
    }

    .serv-card {
        height: 350px;
        /* Increase height for better content fit */
        padding: 3%;
        /* Increase padding for improved spacing */
    }

    .cards-align {
        width: 90%;
        /* Adjust width to fit larger screens */
        margin-top: 3%;
        /* Adjust top margin for spacing */
        gap: 3%;
        /* Increase gap between cards */
    }

    .serv-h1 {
        font-size: 24px;
        /* Increase font size for readability */
    }

    .serv-p {
        font-size: 20px;
        /* Increase font size for readability */
    }

    .sub-serv-heading {
        font-size: 48px;
        /* Increase font size for headings */
    }

    .sub-serv-para {
        font-size: 20px;
        /* Increase font size for readability */
    }

    #project-list {
        width: 85%;
        /* Adjust width for a better fit */
        margin-top: 8%;
        /* Adjust top margin for spacing */
    }

    .project-item {
        font-size: 22px;
        /* Increase font size for readability */
        padding: 12px;
        /* Increase padding for better spacing */
    }
}

/* smaller screens */
@media screen and (min-width: 1020px) and (max-width: 1280px) {
    .services-con {
        height: 100%;
        /* Adjust height for better fit */
        margin-top: 4%;
        padding-bottom: 4%;
        /* Adjust top margin for spacing */
        border-radius: 15px;
        /* Adjust border-radius for a balanced look */
    }

    .services-head {
        font-size: 40px;
        /* Slightly increase font size for better visibility */
        padding-top: 20px;
        padding-bottom: 20px;
        /* Adjust padding for spacing */
    }

    .serv-card {
        height: 350px;
        /* Increase height for a better fit */
        width: 100%;
        padding: 2%;
        /* Increase padding for better content spacing */
    }

    .cards-align {
        width: 80%;
        /* Adjust width to fit the container */
        margin-top: 3%;
        margin: auto;
        /* Adjust top margin for spacing */
        gap: 3%;
        /* Increase gap between cards */
    }

    .serv-h1 {
        font-size: 22px;
        /* Increase font size for better readability */
    }

    .serv-p {
        font-size: 20px;
        /* Increase font size for better readability */
    }

    .sub-serv-heading {
        font-size: 40px;
        /* Slightly increase font size for headings */
    }

    .sub-serv-para {
        font-size: 20px;
        /* Increase font size for better readability */
    }

    #project-list {
        width: 85%;
        /* Adjust width for better fit */
        margin-top: 8%;
        /* Adjust top margin for spacing */
    }

    .project-item {
        font-size: 22px;
        /* Increase font size for better readability */
        padding: 12px;
        /* Increase padding for better spacing */
    }
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .services-con {
        height: auto;
        width: 93%;
        margin-top: 10%;
        border-radius: 8px;
        padding: 15px;
    }

    .services-head {
        font-size: 24px;
        /* Slightly smaller font size for better fit */
        padding-top: 15px;
        /* Adjust padding for spacing */
        padding-bottom: 15px;
    }

    .cards-align {
        flex-direction: column;
        gap: 15px;
        margin: 0;
        width: 100%;
        margin: auto;
    }

    .serv-card {
        width: 90%;
        height: auto;
        padding: 10px;
        align-items: center;
        border-radius: 10px;
    }

    .serv-h1 {
        font-size: 14px;
        /* Slightly smaller heading size */
    }

    .serv-p {
        font-size: 14px;
        /* Reduce paragraph size for better readability */
        text-align: center;
    }
    .list-con-bottom {
        margin-top:0;
        padding: 2%;
        margin-right: 0;
    }
    .service-each {
        flex-direction: column;
        /* Stack content vertically */
        align-items: center;
        /* Align content to the left */
        justify-content: center;
        /* Adjust justification */
        padding: 0;
        /* Add padding for better spacing */
    }

    .sub-serv-heading {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .sub-serv-para {
        font-size: 14px;
        /* Reduce paragraph size */
        color: var(--brown-color);
        /* Maintain color */
        text-align: center;
    }

    #project-list {
        width: auto;
        /* Ensure list takes full width */
        margin-top: 5%;
        /* Adjust top margin */
    }

    .project-item {
        text-align: center;
        font-size: 14px;
        /* Reduce list item size */
        padding: 8px;
        /* Reduce padding */
        border-bottom: 1px solid #ccc;
        /* Adjust border color for visibility */
    }

    .project-item:hover {
        background-color: #e0e0e0;
        /* Slightly darker background on hover */
        transform: translateX(0);
        /* Remove shift on hover for better UX */
    }
}

/* section3 */
.our-clint-say {
    padding-top: 25px;
    font-size: 36px;
    color: #000000;
    font-family: "Microsoft YaHei";
    text-align: center;
    font-weight: 400;
}

.section3 {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.test-aside2 {
    width: 57%;
    margin: 0 auto;
    /* Centers the container */
}

.test-content-parent,
.test-content-parent2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centers content inside the card */
}

.test-content {
    border: 1px solid black;
    border-radius: 30px;
    width: 85%;
    margin: auto;
    background-image: url(/Assets/Images/quote.png);
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 30px;
}

.content-holder {
    padding-top: 50px;
    padding-bottom: 20px;
}

.test-content-parent {
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}

.test-content-parent2 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 50px 30px;
}

#test-aside2-caresel .slick_btn {
    display: none !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 16px;
    font-weight: 900;
    padding-left: 0px;
    position: absolute;
    left: -80px;
    top: 300px;
    cursor: pointer !important;
}


#test-aside2-caresel .slick-dots li {
    list-style-type: none;
    width: 50%;
}

.text-content-parent2 {
    display: flex;
    flex-direction: row;
}

.name-of-person {
    font-size: 18px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}

.name-of-person-caption {
    font-size: 18px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}

#test-aside2-caresel .slick-dots {
    width: 85%;
    margin: auto;
    /* width: 1200px; */
    height: 15px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: row !important;
    background-color: #D9D9D9;
    /* border: 2px solid black; */
    gap: 0px;
    margin-bottom: 20px;
    ;
}

#test-aside2-caresel .slick-dots li button {
    /* width: 197px; */
    width: 94%;
    height: 8px;
    position: relative;
    top: -5px;
    left: 4px;
    color: transparent;
    /* color: red; */
    border-radius: 10px;
    border: none;
    background-color: #D9D9D9;
    font-size: 5px;
    transition: all 1s linear;
    cursor: pointer !important;
}

#test-aside2-caresel .slick-dots .slick-active button {
    /* margin-left: 10px; */
    /* color: red; */
    border-radius: 20px;
    border: none;
    background-color: black;
    font-size: 5px;
}


/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .our-clint-say {
        font-size: 20px;
    }

    .content-holder {
        padding-top: 0;
        margin-top: -20px;
    }

    .test-text {
        font-size: 14px;
    }

    .test-aside2 {
        width: 90%;
        /* Reduce width for better fit on mobile */
        margin: 0 auto;
        /* Center the container */
    }

    .test-content {
        width: 90%;
        /* Ensure the testimonial card takes full width */
        margin: 50px auto;
        /* Add margin for spacing */
        border-radius: 20px;
        /* Reduce border-radius for better appearance on mobile */
        background-size: 15%;
        /* Reduce background size for better fit */
    }

    .test-content-parent {
        padding: 15px 20px;
        /* Reduce padding for better fit */
        font-size: 16px;
        /* Slightly reduce font size */
        text-align: center;
        /* Keep text centered */
    }

    .test-content-parent2 {
        flex-direction: column;
        /* Stack the image and text vertically */
        gap: 20px;
        /* Reduce gap between image and text */
        padding: 20px 20px;
        /* Reduce padding */
        text-align: center;
        /* Center-align the text and image */
    }

    .test-content-parent2 img {
        width: 80px;
        /* Resize image for mobile view */
        height: 80px;
        /* Maintain aspect ratio */
    }

    .name-of-person {
        font-size: 14px;
        /* Reduce font size slightly */
        font-weight: 500;
        /* Adjust font weight */
    }

    .name-of-person-caption {
        font-size: 14px;
        /* Reduce font size slightly */
    }

    #test-aside2-caresel .slick_btn {
        height: 30px;
        /* Reduce size of buttons */
        width: 30px;
        /* Reduce width of buttons */
        left: -40px;
        /* Adjust position of the left button */
        top: 150px;
        /* Adjust vertical position */
        font-size: 14px;
        /* Adjust font size */
    }

    #test-aside2-caresel .slick-dots {
        width: 90%;
        height: 10px;
        margin-top: -49px
    }

    #test-aside2-caresel .slick-dots li button {
        height: 5px;
        /* Reduce height of each dot */
        border-radius: 5px;
        /* Adjust border radius for a smaller look */
    }

    #test-aside2-caresel .slick-dots .slick-active button {
        background-color: black;
        /* Keep the active dot visible */
    }
}

/* section5(contact from) */
.section5 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    /* margin-bottom: -10%; */
}

.section6-contactus {
    padding-top: 0px;
    width: 100%;
    margin: auto;
    margin: 0;
    margin-top: -15px;
}

.section-contact {
    width: auto;
    height: 100%;
    padding: 30px;
    margin: auto;
    margin-left: 4%;
    display: flex;
    flex-direction: row;
    /* border-radius: 40px; */
    background-image: url(/Assets/Images/form\ bgc.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-contact {
    width: 40% !important;
    height: 500px;
    object-fit: cover;
}

.footer-image-container {
    width: 100%;
}

.footer-images {
    width: 100%;
    height: 72vh;
    border-radius: 40px;
    margin-top: 0%;
}

.form-container {
    width: 50%;
    padding-left: 30px;
}

.form-heading {
    font-family: var(--font2);
    font-weight: 700;
    font-size: 36px;
    color: #E2DDD0;
}

.form-caption {
    color: #E2DDD0;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 400;
    padding-top: 5px;
}

.label1 {
    color: #E2DDD0;
    font-family: var(--font2);
    font-size: 20px;
}

.fullName {
    width: 570px;
    /* height: 52px; */
    border-radius: 15px;
    padding: 15px;
    color: white;
    background: transparent;
    border: 1.2px solid #E2DDD0;
    font-family: var(--font2);
    font-size: 18px;
}

.form-block {
    padding-top: 20px;
}

.fullName::placeholder {
    padding: 10px;
    font-size: 16px;
}

.comment {
    width: 570px;
    height: 50px;
    border-radius: 15px;
    background: transparent;
    border: 1.2px solid #E2DDD0;
}

.send {
    width: 120px;
    height: 40px;
    border: 1px solid #E2DDD0;
    border-radius: 15px;
    background: transparent;
    color: white;
    cursor: pointer !important;
    margin-top: -20px;
}

#sendimage {
    position: relative;
    top: 7px;
}

#formpre {
    position: relative;
    top: -12px;
    font-family: var(--font2);
    font-size: 20px;
    color: #E2DDD0;
    margin-top: -3px;
}


/* -----------------------------------mail dialog box----- */
.mail-success-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    object-fit: cover;
    display: none;
}

.mail-notification-block {
    border: 2px solid black;
    background-image: url(./Images/form\ bgc.png);
    background-position-y: -50px;
    background-position-x: 0px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    padding: 20px;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#mail-message {
    color: white;
    font-family: var(--font1);
    font-size: 40px;
    font-weight: 200;
}

#mail-message-caption {
    color: white;
    font-family: var(--font2);
}

.close {
    background-color: rgb(4, 19, 4);
    color: white;
    margin-top: 20px;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid black;
}

/* large screens */
@media screen and (min-width: 1600px) {
    .section5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section6-contactus {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }

    .section-contact {
        width: 75%;
        /* Adjusted for large screens while maintaining the layout */
        height: auto;
        margin: auto;
        padding: 30px;
        display: flex;
        flex-direction: row;
        background-image: url(/Assets/Images/form\ bgc.png);
        background-size: cover;
        /* Ensures the background image covers the section */
        background-repeat: no-repeat;
        background-position: center;
        /* Center the background image */
        border-radius: 40px;
        /* Optional: Add border-radius if needed for design consistency */
    }

    .slider-contact {
        width: 45%;
        /* Adjusted width to fit larger screens */
        height: 500px;
        /* Fixed height for consistency */
        object-fit: cover;
        /* Ensures images cover their container */
    }

    .footer-image-container {
        width: 100%;
    }

    .footer-images {
        width: 100%;
        height: 58vh;
        /* Adjusted height to fit well within the container */
        border-radius: 40px;
        object-fit: cover;
        /* Ensures images cover their container */
    }

    .form-container {
        width: 50%;
        padding-left: 30px;
    }

    .form-heading {
        font-family: var(--font2);
        font-weight: 700;
        font-size: 32px;
        color: #E2DDD0;
    }

    .form-caption {
        color: #E2DDD0;
        font-family: var(--font2);
        font-size: 20px;
        font-weight: 400;
        padding-top: 5px;
    }

    .label1 {
        color: #E2DDD0;
        font-family: var(--font2);
        font-size: 20px;
    }

    .fullName,
    .comment {
        width: 100%;
        max-width: 570px;
        /* Ensures form fields don't exceed desired width */
        border-radius: 15px;
        padding: 15px;
        background: transparent;
        border: 1.2px solid #E2DDD0;
        font-family: var(--font2);
        font-size: 18px;
    }

    .fullName::placeholder {
        font-size: 16px;
    }

    .comment {
        height: 100px;
        /* Increased height for better usability on larger screens */
    }

    .send {
        width: auto;
        max-width: 157px;
        height: 40px;
        border: 1.5px solid #E2DDD0;
        border-radius: 15px;
        background: transparent;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sendimage {
        width: 20px;
    }

    #formpre {
        font-family: var(--font2);
        font-size: 14px;
        color: #E2DDD0;
        padding-top: 25px;
    }
}

/* small screens */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .section5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section6-contactus {
        width: 100%;
    }

    .section-contact {
        width: 92%;
        height: auto;
        margin: auto;
        padding: 30px;
        flex-direction: row;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .slider-contact {
        width: 40% !important;
        height: auto;
        /* Adjust height based on content */
    }

    .footer-images {
        width: 100%;
        height: 400px;
    }

    .form-container {
        width: 50%;
        padding-left: 30px;
    }

    .fullName,
    .comment {
        width: 100%;
        height: 15px;
    }

    .send {
        width: auto;
    }

    #sendimage {
        position: relative;
        /* top: 7px; */
        width: 20px;
    }

    #formpre {
        position: relative;
        top: -15px;
        font-family: var(--font2);
        font-size: 14px;
        color: #E2DDD0;
    }
}

/* mobile view  */
@media (max-width: 767px) {
    .section5 {
        padding: 5%;
        margin-bottom: 0;
    }

    .section6-contactus {
        padding-top: 0px;
    }

    .section-contact {
        flex-direction: column;
        height: auto;
        padding: 25px;
        background-size: cover;
        background-position: center;
        border-radius: 40px;
    }

    .slider-contact {
        width: 100% !important;
        height: auto;
    }

    .footer-images {
        height: 200px;
        border-radius: 20px;
    }

    .form-container {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }

    .form-heading {
        font-size: 20px;
        padding-top: 15px;
    }

    .form-caption {
        font-size: 14px;
    }

    .fullName,
    .comment {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }

    .comment {
        height: auto;
        font-size: 14px;
    }

    .send {
        width: 30%;
        height: auto;
        padding: 5px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    #sendimage {
        position: relative;
        top: 3px;
        width: 20px;
    }

    #formpre {
        position: relative;
        top: 0;
        font-size: 20px;
        padding-top: 5px;
    }

    /* Mobile view for mail dialog box */
    .mail-notification-block {
        width: 90%;
        padding: 15px;
    }

    #mail-message {
        font-size: 24px;
    }

    #mail-message-caption {
        font-size: 14px;
    }
}