.cust_fs{
    overflow-y: hidden;
}
/* sliding Front page marquee */
/* Basic styles */
.bg_dark_blue {
    background-color: #003366; /* Dark blue background */
    position: relative;
    width: 100%; /* Make the container full width */
    height: 50px; /* Set a height */
}

.sliding_carousel > span {
    display: inline-block; /* Make the text block-level to allow it to move */
    white-space: nowrap; /* Prevent text from wrapping */
    color: #ffffff; /* White color for text */
    animation: slide-left 50s linear infinite; /* Apply animation */
}

/* Define the sliding animation */
@keyframes slide-left {
    100% {
        transform: translateX(-100%); /* Start the text offscreen to the right */
    }
    0% {
        transform: translateX(100%); /* Move the text completely offscreen to the left */
    }
}

/* sliding Front page marquee */
.text-20{
    font-size: 20px !important;
}
.video-container {
    position: relative;
    width: 100%;
    height: 95vh;
    /* Full viewport height */
    overflow: hidden;
    /* Hide overflow */
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover the container */
}

.overlay {
    justify-content: center !important;
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
    /* Additional styles for the overlay content */
}

.text {
    text-align: center;
    font-size: 24px;
    color: aliceblue;
    margin: 50px;
    display: flex;
    gap: 20px;
}

#main-text,
#animateWord {
    display: block;
    opacity: 0;
}

.text {
    position: absolute;
    bottom: 10%;
    /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 40%;
    /* Adjust to ensure proper placement */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 24px;
    gap: 20px;
}
#main-text,
#animateWord {
    display: block;
    opacity: 0;
}

.wisteria {
    color: #14416b;
}

.btn-video {
    position: absolute;
    bottom: 100px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background-color: #00ADEE;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-video:hover {
    transition: background-color 0.8s;
    background-color: #14416b;
}
.custom_video_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.custom_modal_dialog {
    position: relative;
    width: 90%;
    max-width: 800px;
}

.custom_modal_content {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.custom_modal_header {
    padding: 10px;
    text-align: right;
}

.custom_modal_body {
    padding: 20px;
}

.btn-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Thumbnail Styling */
.thumbnail {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
}

/* Safari-specific fixes */
@media not all and (min-resolution: 0.001dpcm) {
    .thumbnail {
        -webkit-border-radius: 10px;
    }
}

.aboutusSection {
    height: 80vh !important;
    margin-top: 5%;
}

@media (min-width: 750px) and (max-width: 800px) {


/* footer */
.quick_links {
width: 30% !important;
}

.leagal {
width: 30% !important;
}

.contact_footer {
width: 40% !important;
}

.special {
position: absolute;
right: 23%;
width: 155px !important;
font-size: 12px !important;
}

}


@media (min-width: 820px) and (max-width: 920px) {
/* footer */
.quick_links {
width: 30% !important;
}

.leagal {
width: 30% !important;
}

.contact_footer {
width: 40% !important;
}

.special {
right: 23%;
width: 165px !important;
font-size: 14px !important;
}
}
.mycustlink{
margin-top: 50% !important;
}
@media (min-width: 900px) and (max-width: 1030px) {
.my_cust_paragraph{
font-size: 15px;
}
.row_excel{
    margin-top: 10% !important;
} 

}
.bg_dark_blue{
background: #14416b;
height: 4vh;
display: flex;
align-items: center;
color: #fff;
}   
@media (max-width: 570px) {
    html{
        overflow-x: hidden !important;
    }
    .special{
        right: 0;
    }
}

@media (min-width: 340px) and (max-width: 360px){
    .overlay {
        top: 5% !important;
    }
.bg_dark_blue{
    height: 5vh !important;
}
.index_head{
    font-size: 25px;
}
.cust_fs{
    font-size: 16px;
}
    .video-container {
        height: 90vh !important;
    }
    .text {
        display: block !important;
        left: 0 !important;
    }

    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .text-40{
        font-size: 25px !important;
    }
    .btn-video {
        bottom: 250px !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .text-responsive{
        font-size: 30px !important;
        text-align: start !important;
        /* margin-top: 20% !important; */
    }
    
    .video-container{
        height: 60vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 13px !important;
    }
    .major-paragraph{
        font-size: 14px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 400px !important;
    }
    .my-col1{
        margin-top: 45% !important;
        height: 150px !important;
    }
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
}
/* iphone 1 SE iphone 12pro max */
@media (min-width: 360px) and (max-width: 395px){
    .overlay {
        top: 5% !important;
    }
    .index_head{
        font-size: 25px;
    }
    .bg_dark_blue{
        height: 7vh !important;
    }
    .cust_fs{
        font-size: 18px;
    }
    .video-container {
        height: 90vh !important;
    }
    .text-40{
        font-size: 25px !important;
    }
    .text-responsive {
        font-size: 40px !important;
        text-align: start !important;
        font-size: 30px !important;
    }
    .text {
        display: block !important;
        left: 0 !important;
    }

    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 250px !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 13px !important;
    }
    .major-paragraph{
        font-size: 16px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 400px !important;
    }
    .my-col1{
        margin-top: 45% !important;
        height: 150px !important;
    }
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
}
@media (min-width: 410px) and (max-width: 435px){
    .overlay {
        top: 5% !important;
    }
    .index_head{
        font-size: 30px;
    }
    .text-40{
        font-size: 14px !important;
    }
    .bg_dark_blue{
        height: 5vh !important;
    }
    .cust_fs{
        font-size: 16px;
    }
    .video-container {
        height: 90vh !important;
    }
    .text-40{
        font-size: 25px !important;
    }
    .text-responsive {
        font-size: 40px !important;
        text-align: start !important;
        font-size: 30px !important;
    }

    .text {
        display: block !important;
        left: 0 !important;
    }


    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 250px !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 13px !important;
    }
    .major-paragraph{
        font-size: 16px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 400px !important;
    }
    .my-col1{
        margin-top: 45% !important;
        height: 150px !important;
    }
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
}
@media (min-width: 460px) and (max-width: 550px){
    .overlay {
        top: 5% !important;

    }
    .index_head{
        font-size: 30px;
    }
    .video-container {
        height: 90vh !important;
    }
    .text-40{
        font-size: 14px !important;
    }
    .text-responsive {
        font-size: 40px !important;
        text-align: start !important;
        font-size: 30px !important;
    }

    .text {
        display: block !important;
        left: 0 !important;
    }

    .text-40{
        font-size: 25px !important;
    }
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 250px !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 13px !important;
    }
    .major-paragraph{
        font-size: 16px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 400px !important;
    }
    .my-col1{
        margin-top: 45% !important;
        height: 150px !important;
    }
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
}
@media (min-width: 600px) and (max-width: 790px){
    html{
        overflow-x: hidden !important;
    }
    .row_excel{
        margin-top: 10% !important;
    }  
    .col_video{
        width: 22rem !important;
        height: 20vh !important;
    }
    .overlay {
        top: 5% !important;

    }
    .cust_set_form{
        width: 50rem !important;
        display: flex;
    }
    .card_contact{
        width: 43rem !important;
        margin-left: 10px;
    }
.my_cust_paragraph{
    font-size: 11px;
}
.bg_dark_blue{
    height: 6vh !important;
}
.text-40{
    font-size: 25px !important;
}
.cust_fs{
    font-size: 19px;
}
    .video-container {
        height: 100vh !important;
    }

    .text-responsive {
        text-align: center !important;
        font-size: 35px !important;
    }
    .text-40{
        font-size: 25px !important;
    }
    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 35% !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 13px !important;
    }
    .major-paragraph{
        font-size: 14px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 150px !important;
    }
 
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
    .col_video{
        width: 14rem !important;
        height: 20vh;
    }
}
/* ipad air */
@media (min-width: 800px) and (max-width: 830px){
    .overlay {
        top: 5% !important;
    }
    .cust_set_form{
        width: 50rem !important;
        display: flex;
    }
    .card_contact{
        width: 43rem !important;
        margin-left: 10px;
    }
    .text-40{
        font-size: 25px !important;
    }
    .index_head{
        font-size: 34px;
    }
    .my_cust_paragraph{
        font-size: 11px;
    }
    .bg_dark_blue{
        display: flex;
        align-items: center !important;
        height: 5vh !important;
    }
    .cust_fs{
        font-size: 25px;
    }
    .my_cust_paragraph{
        font-size: 12px;
    }
    
    .video-container {
        height: 100vh !important;
    }

    .text-responsive {
        text-align: center !important;
        font-size: 35px !important;
    }

    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 35% !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 50px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 14px !important;
    }
    .major-paragraph{
        font-size: 14px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 150px !important;
    }
 
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
    .col_video{
        width: 14rem !important;
        height: 20vh;
    }
}
@media (min-width: 840px) and (max-width: 890px){
    .overlay {
        top: 5% !important;
    }
    .cust_set_form{
        width: 50rem !important;
        display: flex;
    }
    .card_contact{
        width: 43rem !important;
        margin-left: 10px;
    }
    .video-container {
        height: 100vh !important;
    }
    .bg_dark_blue{
        height: 5vh !important;
    }
    .text-40{
        font-size: 30px !important;
    }
    .text-responsive {
        text-align: center !important;
        font-size: 45px !important;
    }
    .text{
        font-size: 35px !important;
    }
    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 50% !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 150px !important;
        width: 15rem;
    }
    .major-paragraph{
        font-size: 18px !important;
    }
    .text-22{
        font-size: 16px !important;
    }
    .download_btn{
        width: 10rem;
        font-size: 16px;
    }
    .text-25{
        font-size: 18px !important;
        width: 25rem !important;
    }
    .col_video{
        width: 15rem !important;
    }
}
/* ipad pro */
@media (min-width: 900px) and (max-width: 1030px){
    .overlay {
        top: 10% !important;

    }
    .cust_set_form{
        width: 50rem !important;
        display: flex;
    }
    .card_contact{
        width: 43rem !important;
        margin-left: 10px;
    }
    .bg_dark_blue{
        height: 5vh !important;
    }
    .cust_fs{
        font-size: 30px;
    }
    .video-container {
        height: 100vh !important;
    }

    .text-responsive {
        text-align: center !important;
        font-size: 35px !important;
    }

    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-video {
        bottom: 50% !important;
    }

    .heading {
        font-size: 35px !important;
    }
    .video-container{
        height: 50vh !important;
    }
    .btn-video{
        bottom: 150px !important;
        width: 15rem;
    }
    .paragraph{
        font-size: 14px !important;
    }
    .major-paragraph{
        font-size: 14px !important;
    }
    .excel-sec-2{
        height: 20px !important;
    
    }
    #about{
        height: 150px !important;
    }
 
    .download_btn{
        font-size: 10px !important;
    }
    .heading{
        font-size: 27px !important;
    }
    .col_video{
        width: 16rem !important;
        height: 20vh;
    }
    .special {
        right: 23%;
        width: 165px !important;
        font-size: 14px !important;
    }
}


/*Picture*/
/* Basic modal overlay */
 .custom_video_modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1050; /* Ensure it is on top */
    align-items: center;
    justify-content: center;
}

/* Custom modal dialog */
.custom_modal_dialog {
    width: 90%; /* Make the modal responsive and smaller on mobile */
    max-width: 50%; /* Max width of the modal */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Modal header (Close button at the top) */
.custom_modal_header {
    display: flex;
    justify-content: flex-end;  /* Align close button to the right */
    padding: 1rem;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;  /* Optional: add a small border between header and body */
}

/* Modal content wrapper */
.custom_modal_content {
    width: 100%;
}

/* Modal body (where the video will be) */
.custom_modal_body {
    padding: 20px;
    text-align: center;  /* Center the video */
}

/* Video iframe to take full width of modal */
#modalVideo {
    width: 100%;    /* Set iframe width to 100% of the modal's width */
    height: 450px;  /* Fixed height for the video */
    border: none;   /* Remove border around the iframe */
}

/* Show modal */
.custom_video_modal.show {
    display: flex;
}
.dg_text_40{
    font-size: 40px;
}
.text-19{
    font-size: 19px;
}
.dg_text_60{
    font-size: 60px;
}
/* For smaller screens (like mobile devices) */
@media (max-width: 768px) {
    /* Adjust the modal width and iframe height for smaller screens */
    .custom_modal_dialog {
        width: 100%;
    }
    .text-19{
        font-size: 15px;
    }
    .dg_text_60{
        font-size: 35px;
    }
    #modalVideo {
        height: 300px; /* Adjust the iframe height for smaller screens */
    }
    .height_80{
        height: 80vh;
    }
}

/*search*/
.text_input[type="text"]{
    font-size: 18px !important;
}

/*html{*/
/*    overflow-x: hidden !important;*/
/*}*/
.text_58{
    font-size: 58px !important;
}
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: #fff;
        margin: 15% auto;
        padding: 20px;
        width: 100%;
        height: 25vh;
        max-width: 40%;
        text-align: center;
    }

    .close {
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .own_btn {
        padding: 10px 20px;
        cursor: pointer;
        background: #14416b;
        border: 3px solid #14416b;
        color: #fff;
        font-size: 18px !important;
    }
    .own_btn:hover {
        background: #fff;
        color: #14416b;
        transition: .9s;
    }
@media (min-width: 343px) and (max-width: 361px)
{
    .text_58{
        font-size: 20px !important;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
    }
    .modal-content {
        margin-top: 100% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 35vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 20px !important;
        margin-top: 15%;
        margin-bottom: 7%;
    }
    
}
@media (min-width: 361px) and (max-width: 380px)
{
    .text_58{
        font-size: 20px !important;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
    }
    .modal-content {
        margin-top: 60% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 39vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 20px !important;
        margin-top: 15%;
        margin-bottom: 7%;
    }
    
}
@media (min-width: 390px) and (max-width: 420px)
{
    .text_58{
        font-size: 20px !important;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
    }
    .modal-content {
        margin-top: 60% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 30vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 20px !important;
        margin-top: 15%;
        margin-bottom: 7%;
    }
    
}
@media (min-width: 420px) and (max-width: 450px)
{
    .text_58{
        font-size: 25px !important;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
    }
    .modal-content {
        margin-top: 60% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 30vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 20px !important;
        margin-top: 15%;
        margin-bottom: 7%;
    }
    
}

@media (min-width: 460px) and (max-width: 550px)
{
    .text_58{
        font-size: 25px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        background-color: #fff;
        margin: 50% auto;
        padding: 20px;
        width: 100%;
        height: 35vh;
        max-width: 70%;
        text-align: center;
    }
    .search_heading{
        font-size: 22px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}

@media (min-width: 760px) and (max-width: 821px)
{
    .text_58{
        font-size: 35px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        margin-top: 30% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 26vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 30px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media (min-width: 821px) and (max-width: 870px)
{
    .text_58{
        font-size: 35px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        margin-top: 30% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 26vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 30px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media (min-width: 880px) and (max-width: 950px)
{
    .text_58{
        font-size: 35px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        margin-top: 30% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 20vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 30px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media (min-width: 950px) and (max-width: 1050px)
{
    .text_58{
        font-size: 35px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        margin-top: 30% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 20vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 30px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media (min-width: 1150px) and (max-width: 1300px)
{
    .text_58{
        font-size: 35px !important;
    }
    .text_input[type="text"]{
        font-size: 18px !important;
        height: 50px;
    }
    .own_btn {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        margin-top: 30% !important;
        background-color: #fff;
        padding: 20px;
        width: 100%;
        height: 37vh    ;
        max-width: 85%;
        text-align: center;
    }
    .search_heading{
        font-size: 30px !important;
        margin-top: 5%;
        margin-bottom: 7%;
    }
    .close {
        color: #aaa;
        font-size: 58px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media (min-width: 910px) and (max-width: 980px)
{
    html{
        overflow-x: hidden !important;
    }
    .text_58{
        font-size: 35px !important;
    }
    .row{--bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;}
    .container{--bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;}
    .container-fluid{--bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;}
}
