body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0px;
}



/* TOP LINE CSS STARTING*/
.headerup {
    display: flex;
    height: fit-content;
    justify-content: space-around;
    background-color: #f5f5f5;
}

.headerup-p {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
}

.box-3 {
    display: flex;
    /* justify-content: space-around */
}

.icons-image {
    width: 28.8px;
    height: 28.8px;
    margin: 2px;
    padding: 2px;
    box-sizing: border-box;
}

.icons-image:hover {
    transform: translateY(-4px);
}

/* TOP LINE CSS ENDING*/
/* NAVBAR CSS STARTING */
.navbar {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.logo-image {
    width: 170px;
    height: 55.65px;
    margin-left: 30px;
    margin-top: 10px;
}

.navbar-ul {
    display: flex;
    float: right;
    list-style-type: none;
    margin-right: 20px;
    margin-block-start: 5px;
}

.navbar-a {
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    line-height: 60px;
}

.navbar-a:active {
    color: rgb(0, 173, 238);
}

.navbar-a:hover {
    color: rgb(0, 173, 238);
}

.checkbtn {
    font-size: 30px;
    float: right;
    line-height: 80px;
    cursor: pointer;
    margin-right: 40px;
    display: none;
}

#check {
    display: none;
}

@media(max-width:900px) {
    .headerup {
        display: none;
    }

    .logo-image {
        width: 138px;
        height: 43.65px;
        margin-left: 19px;
        padding: 4px;
    
    }

    .navbar-a {
        color: #333333;
        font-size: 1.05rem;
        text-decoration: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding: 10px;
        line-height: 60px;
    }
}

@media(max-width:750px) {
    ul {
        position: fixed;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        top: 70px;
        left: -100%;
        text-align: left;
    }

    nav ul li {
        display: block;
        width: 100%;
        line-height: 20px;
    }

    nav ul li a {
        font-size: 20px;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~ul {
        left: 0;
    }

    .logo-image {
        width: 136px;
        height: 47.65px;
        margin-left: 20px;
        padding: 3px;
    }
}





/* <!-- CONTACTUS PART-1 STARTING -->  */
.contactus-1 {
    background-image: url("/images/slider.png");
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
}

.contactus-1-content {
    text-align: center;
    padding-top: 120px;
}

.contactus-1-h2 {
    font-size: 6.5rem;
    font-weight: 700;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.contactus-1-h3 {
    font-size: 3rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/* CONTACTUS PART-1 ENDING */

/* CONTACTUS PART-2 STARTING */

.contactus-2{
    display: flex;
    margin-top: 70px;
    justify-content: space-evenly;
}
.contactus_div_down{
    display: flex;
    margin: 40px;
    justify-content: space-around;
}
.loc-icon{
    width: 79.81px;
    height: 80px;
    padding: 15px;
}
.contactus-2-div_1{
     width: 373.12px;
     height: 420px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius:0.375rem;
}
.contactus-2-div_2{
     width: 373.12px;
     height: 420px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius:0.375rem;
}
.contactus-2-div_3{
     width: 373.12px;
     height: 420px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius:0.375rem;
}
.contactus_h3{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333;
    font-size: 1.3rem;
}
.contactus_p_1{
    color: #1999d8;
    text-align: center;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:700;
    word-spacing: 2px;
    margin-top: 10px;
}
.contactus_p_2{
 text-align: center;
 font-size: 1.1rem;
 line-height: 28px;
 font-weight: 500;
 font-family: Arial, Helvetica, sans-serif;
}
.contactus_span_2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: rgb(36, 91, 208);
}
.msg-icon{
    padding: 20px;
    width: 121.45px;
    height: 80px;
}
.phone-icon{
    width: 87.67px;
    height: 80px;
    padding: 20px;
}
/* CONTACTUS PART-2 ENDING*/

/* CONTACTUS PART-3 STARTING */


.contactus-3{
    background-image: url(/images/form_bg.png);
    background-size: cover;
    width: 100%;
    height: 95vh;
    background-attachment: fixed;
    margin-top: 90px;
}

.contactus-3-div{
    float: right;
    margin-right: 40px;
}

.contactus-3-h2_1{
    color: #fff;
    font-size: 3.5rem;
    font-family: Arial, Helvetica, sans-serif;

}
.contactus-3-div-1{
        margin-top: 1rem;
    }
    .contactus-3-div-1-div{
        display: flex;
        gap: 0.9rem;
    }
.contactus-3-h2_2{
    color: #148bfb;
    font-size: 3.5rem;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 10px solid #148bfb;
}
.contactus-3-h2_3{
    color: #148bfb;
    font-size: 3.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-input {
    width: 80%;
padding: 15px;
margin: 15px;
background-color: #ffffff;
border: none;
border-radius: 10px;
font-size: 14px;
color: #000000;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.custom-input:focus {
outline: 2px solid #1999d8;
outline-offset:-5px;
border-radius: 12px;
}
.custom-textarea {
height: 112px; 
width: 80%;
margin: 15px;
padding: 15px;
background-color: #ffffff;
border: none;
border-radius: 10px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.custom-textarea:focus {
outline:2px solid #1999d8; 
outline-offset:-5px;
border-radius: 12px;
}
.contactus-3-div-3{
display: flex;
margin-top: 1rem;
justify-content:space-around;
margin-right: 80px;
}
.custom-button-CU{
border: 2px solid #1999d8;
border-radius: 1.5rem; 
/* height: 40px; */
padding: 0.8rem  1rem;
background-color:#1999d8 ;
color: #ffffff;
font-size:large;
font-weight:600;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.custom-button-CU:hover {
background-color: #ffffff; 
color: #1999d8;
}
.box-2-CU{
    display: flex;
}
.icons-image-CU{
width: 42px;
height: 42px;
margin: 2px;
padding: 2px;
transition: transform 0.3s ease;
}
.icons-image-CU:hover{
    transform: translateY(-10px);
}

.contactus-3-div-2{
    display: flex;
    flex-direction: column;
    gap: 0rem;
    margin-top: 1rem;
}

/* CONTACTUS PART-3 ENDING */

/* <!-- CONTACTUS PART-4 STARTING --> */
/* <!-- CONTACTUS PART-4 ENDING --> */










 /* FOOTER CSS STARTING */

.footer {
    background-image: url(/images/footer_bg.png);
    background-size: cover;
    width: 100%;
    height: fit-content;
    padding: 10px 0px;
}

/* FOOTER UP CSS */
.footer-main1 {
    display: flex;
    justify-content: space-around;
}

.footer-line1 {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo {
    width: 238px;
    height: 80px;
    padding-left: 40px;
    padding-top: 30px;
}

.box {
    display: flex;
}

.icons-image {
    width: 42px;
    height: 42px;
    margin: 2px;
    padding: 2px;
    transition: transform 0.1s ease;
}

.icons-image:hover {
    transform: translateY(-10px);
}

.footer-p-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: larger;
    padding: 3px;
    color: #ffff;
}

.footer-p-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: larger;
    color: #ffff;
    width: 450px;
    line-height: 40px;
}

.footer-up-heading {
    color: #ffff;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-a {
    color: #ffff;
    text-decoration: none;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px;
}

.footer-line2 {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.footer-line2-location {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

/* FOOTER DOWN CSS */

.footer-middle {
    display: flex;
    gap: 1rem;
}

.footer-main-2 {
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}

.footer-main-2 span {
    color: rgb(0 173 238);

}

.footer-main-2-head {
    margin-top: 20px;
}

@media(max-width:1200px) {
    .logo {
        width: 180px;
        height: 60px;
    }

    .icons-image {
        width: 38px;
        height: 38px;

    }

    .footer-p-2 {
        font-size: 16px;

    }

    .footer-p-1 {
        font-size: 16px;
        width: 450px;

    }

    .footer-a {
        font-size: 16px;
    }

    .footer-line2 h3 {
        font-size: 20px;
    }

    .footer-a {
        padding: 16px 0px;
    }

    .footer-line1 {
        padding-left: 10px;
    }

    .footer-main-2 {
        font-size: 14px;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1050px) {
    .footer-main-2 {
        font-size: 12px;
        flex-direction: column-reverse;
        text-align: center;
        gap: 14px;
        margin-top: 20px;
    }

    .footer-main-2 h3 {
        margin: 0;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1000px) {
    .footer-middle {
        gap: 10px;
        margin-right: 10px;
    }

    .footer-main1 {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .footer-p-1 {
        width: 362px;
        font-size: 15px;

    }

    .footer-p-2 {
        font-size: 15px;

    }

    .footer-a {
        font-size: 15px;
    }

    .footer-line2 h3 {
        font-size: 17px;
    }

    .footer-a {
        padding: 16px 0px;
    }

    .footer-line1 {
        padding-left: 1px;
    }

    .footer-main-2 {
        font-size: 10px;
    }

    .logo {
        width: 180px;
        height: 80px;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }

}

@media(max-width:860px) {
    .footer-main1 {
        flex-direction: column;
    }

    .footer-middle {
        justify-content: space-evenly;
    }

    .footer-line1 {
        margin: 0px 80px;
    }
}

@media(max-width:790px) {

    .footer-line1 {
        margin: 0px 75px;
    }
}

@media(max-width:670px) {

    .footer-line1 {
        margin: 0px 50px;
    }
}

@media(max-width:640px) {
    #footer-line2-location {
        display: none;
    }

    .footer-line1 {
        margin: 0px 20px;
    }
}

@media(max-width:520px) {
    #footer-line2-location {
        display: none;
    }

    .footer-line1 {
        margin: 0px 10px;
    }

    .footer-main1 {
        margin-top: 0;
        padding-top: 0;
    }

    .footer-p-1 {
        width: 320px;
        font-size: 13px;

    }

    .footer-p-2 {
        font-size: 13px;

    }

    .footer-a {
        font-size: 13px;
    }

    .footer-line2 h3 {
        font-size: 14px;
    }

    .footer-a {
        padding: 11px 0px;
    }

    .footer-line1 {
        padding-left: 1px;
    }

    .footer-main-2 {
        font-size: 8px;
    }

    .logo {
        width: 160px;
        height: 73px;
    }

    .icons-image {
        width: 37px;
        height: 37px;
    }

}

@media(max-width:360px) {
    .footer-middle {
        flex-direction: column;
        gap: 3px;
        margin: 1px auto;


    }

    .footer {
        margin-left: 0;
        padding-left: 2px;
    }

    .footer-line2 h3 {
        font-size: 20px;
    }

    .footer-a {
        font-size: 16px;
    }

    .footer-main-2 {
        font-size: 9px;
        text-align: center;
    }

    .logo {
        width: 230px;
        height: 93px;
    }

    .footer-p-1 {
        font-size: 15px;
        width: 100%;

    }

    .footer-p-2 {
        font-size: 15px;

    }

    .footer-main1 {
        padding: 3px;
    }
}

.current-page {
    color: #00adee;
  }
  