h1{
  font-size: 48px !important;
}
h2{
   font-size: 32px !important; 
}
h3{
   font-size: 24px !important;
}
/*p{*/
/*   font-size: 20px !important;*/
/*}*/
p {
  font-size: 18px;
  line-height: 1.35;
}

body{
    font-family:Roboto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

.error {
    background: #ffe7e8;
    border: 1px solid red !important;
}
.headContainer .hImgDiv{
    padding-left: 20px;
}
.headContainer nav{
    padding-right: 20px;
}
.headContainer .hamburger{
    padding-right: 20px;
}
header{
    background-color: #ffffff;
    color:#000000;   
    min-height: 70px;  /*if screen is adjust and text or logo goes down then hight auto increase*/
    transition: 0.6s;
    height: 100px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e3e3e38a;
    
}
/*.container{*/
/*    width: 90%;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    border-bottom: 1px solid #dcdcdc;*/
/*    padding: 20px 0px;*/
/*}*/

.container {
    width: 100%;
    padding: 0 20px; /* same as earlier padding */
    margin: 0 auto;
    box-sizing: border-box;
}

   /*header Start  */
 /*.headContainer{*/
 /*   display: flex;*/
 /*   align-items: center;*/
 /*   justify-content: space-between;*/
 /*   border-bottom: unset;*/
    /*transition: all 0.5s ease-in-out;*/
 /*   transition: all 0.8s ease-in-out;*/
 /*   position: fixed;*/
 /*   position: relative;*/
 /*   z-index: 10;*/
 /*}*/
/* .headContainer{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    border-bottom: unset;*/
/*    transition: transform 1.5s ease-out, opacity 1.5s ease-out;*/
    /*transition: all 0.3s ease;*/
/*    position: fixed;*/
/*    position: relative;*/
/*    z-index: 10;*/
/* }*/

/*.sticky{*/
    /*pa dding: 10px 0;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    z-index: 50;*/
/*    top:0;*/
/*    position: fixed;*/
/*    border-bottom: 1px solid #e3e3e38a;*/
/*    padding: 0 20px;*/
/*    height: 100px;*/
/*}*/


.headContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    /*transition: all 0.4s ease;*/
    z-index: 10;
    background-color: transparent;
    transform: translateY(0px);
    transition: transform 0.8s ease, opacity 0.8s ease
}

.sticky {
    position: fixed;
    top: -100px; /* Start hidden above */
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    height: 100px;
    z-index: 50;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transform: translateY(100px); /* Slide down */
    transition: transform 0.8s ease, opacity 0.8s ease;
}



.sticky-font{
    font-size: 16px;
}
.sticky-image{
    width: 235px;
    height: 65px;
}
.hImgDiv img{
    width:300px;
    height:80px;
}

 header a{
    color:#000000;
    text-decoration: none;    
    font-size: 16px;
}
header ul{
    display: flex;
    gap: 20px;
    list-style: none;
 }

header li{
    float: left;
    display: inline;
    padding: 8px 20px 8px 20px ;    
 }
 header .current a{
    color:#ffffff;    
 }
 header .current {
    background-color: #003399;
    border-radius: 30px;      
 }
 header li:hover{
    background-color: #96CBFF;      
    border-radius: 30px;     
    transition: background-color 0.3s ease-in-out; 
 }
 header a:hover{
    color: #ffffff;
    text-shadow: 0 0 1px #8888;
 }
 body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .hamburger{
    display:none;
}
nav {
    transition: all 0.3s ease;
    /*background: #fff; */
    z-index: 999;     /* make sure it's on top */
}

@media only screen  and (max-width: 883px) {
     .footerContent {
        display: flex;
        justify-self: unset; 
        column-gap: 32px;
    }
    .hImgDiv img {
        width: 300px;
        height: 80px;
    }
    .headContainer .hImgDiv {
       padding-left: 0px; 
    }
    /* .headContainer{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    border-bottom: unset;*/
    /*    transition: unset;*/
        /*position: fixed;*/
    /*    position: relative;*/
    /*    z-index: 10;*/
    /*}*/
    /*.sticky {*/
    /*    padding: 10px 0;*/
    /*    background-color: #fff;*/
    /*    width: 100%;*/
    /*    margin: auto;*/
    /*    z-index: 50;*/
    /*    top: 0;*/
    /*    position: fixed;*/
    /*    border-bottom: 1px solid #e3e3e38a;*/
    /*}*/
    header li:hover{
        background-color: #96CBFF;      
        border-radius: 0px;     
        transition: background-color 0.3s ease-in-out; 
    }
    header .current {
        background-color: #003399;
        border-radius: 0px;
    } 
    header ul {
        display: flex;
        gap: 0px;
        list-style: none;
    }
    header .hamburger{
        display:block;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 10px;
    }
    nav {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 80px; 
        left: 0;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-top: 20px;
    }
    .headContainer{
        height: 105px;
        width: 100%;
     }
    
    .hImgDiv {
        position: absolute;
        top: 15px; 
        left: 20px;
    }
    nav.open {
        display: block;
    }

    nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }
}
@media only screen and (min-width: 0px) and (max-width:400px) {
    .hImgDiv img {
        width: 250px;
        object-fit: contain;
    }
}
@media only screen and (min-width: 884px) and (max-width:1024px) {
     header .hamburger{
        display:none;
    }
    nav {
        display:block;
    }
}


@media only screen and (min-width: 884px) and (max-width:1024px) {
     header .hamburger{
        display:none;
    }
    nav {
        display:block;
    }
}

/*new changes*/
/*.headContainer {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.headContainer img {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.headContainer nav ul li a {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*new changes*/


/* contactus start */
.contact-us .contact-us-container{
    display: flex;
    padding: 0;
    justify-content: center;
    max-width: 2000px;
    margin: auto;
    margin-top: 60px
}
.contact-us h2{
    color: #3393F1;
    font-size: 1.6em;
    margin-top: 0;
}
.contact-us h1{
    font-size: 3em;
    margin: 0;
}
.contact-us img {
    max-width: 100%;
}
.contact-us .contact-us-text{
    text-align: center;
    display: grid;
    gap: 10px;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us{
    padding: 65px 0 !important;
}
.contact-us .content{
    max-width: 90%;
    margin: auto;
    align-items: center;
}

.contact-us .map-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us .map-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.contact-us .map-chat{
    position: absolute;
    opacity: 0;
    top: 50px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us .contact-us-form{
    display: flex;
    width: 40%;
    justify-content: end;
    align-items: center;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.5s linear,opacity 0.3s linear;
}
.contact-us .contact-us-form form{
    width: 85%;
}
.contact-us .contact-us-form ul li:not(:last-child){
    margin-bottom: 20px;
}


/*.contact-us .contact-us-form ul li:nth-last-child(2),*/
/*.contact-us .contact-us-form ul li:nth-last-child(3) {*/
/*   display: none;*/
/*}*/
/*.contact-us .contact-us-form ul li:nth-last-child(2) {*/
/*     color: green;*/
/*    font-style: italic;*/
/*    font-size: 15px;*/
/*}*/
/*.contact-us .contact-us-form ul li:nth-last-child(3) {*/
/*    color: orange;*/
/*    font-style: italic;*/
/*    font-size: 15px;*/
/*}*/

/*.contact-us .contact-us-form ul li:nth-last-child(-n+2) {
  display: none;
}
.contact-us .contact-us-form ul li:nth-last-child(2) {
    color: orange;
    font-style: italic;
    font-size: 15px;
}

.contact-us .contact-us-form ul li:last-child {
    color: green;
    font-style: italic;
    font-size: 15px;
}*/

/*.contact-us .contact-us-form form section:nth-of-type(2) ,.contact-us .contact-us-form form section:nth-of-type(3) {*/
/*  display: none;*/
/*}*/

.contact-us .contact-us-form ul li label{
    display: none;
}
.contact-us .contact-us-form input[type=text]{
    width: 95%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
}
.contact-us .contact-us-form textarea{
    height: 70px;
    width: 95%;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
    max-height: 70px;
    max-width: 95%;
}
.contact-us .contact-us-form input[type=submit]{
    background-color: #003399;
    color: #ffff;
    width: 212px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}
.contact-us .contact-us-form li div.btn{
    display: flex;
    justify-content: center;
}
.contact-us .contact-us-form input[type="text"],
.contact-us .contact-us-form textarea,
.contact-us .contact-us-form input[type="button"],
.contact-us .contact-us-form input[type="submit"] {
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 1px solid #ccc;
    padding: 8px;
    outline: none;
    font-family: Roboto;
}
.contact-us .contact-us-form input[type="text"]:hover,
.contact-us .contact-us-form textarea:hover,
.contact-us .contact-us-form input[type="button"]:hover,
.contact-us .contact-us-form input[type="submit"]:hover {
    /*box-shadow: 0 4px 10px #96CBFF;*/
    box-shadow: 0 4px 10px #8888;
}

#contactUs .contact-us-form input[type=button],
#contactUs .contact-us-form input[type=submit]{
    background-color: #003399;
    color: #ffff;
    width: 212px;
    height: 45px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}

@media only screen and (min-width: 0) and (max-width: 500px) {
    .contact-us .map-img img {
        width: 80%;
        height: 100%;
        object-fit: contain;
        position: relative;
    }
    .contact-us .map-img > img{
        width: 100%;
    }
    .contact-us .map-chat{
        left: 28px;
    }
    .contact-us .contact-us-form {
        display: block;
        width: 100%;
        justify-content: end;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
    .contact-us .contact-us-form form {
        width: 100%;
    }
    .contact-us .contact-us-form input[type=submit] {
        width: 280px;
    }
    .contact-us .contact-us-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 48px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
    .contact-us .map-chat {
        left: 64px;
        top: 25px;
    }
    .contact-us .map-img img {
        width: 80%;
        height: 100%;
        object-fit: contain;
        position: relative;
    }
    
    .contact-us .contact-us-form {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
    .contact-us .contact-us-form form {
        width: 90%;
    }

    .contact-us .contact-us-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 48px;
    }
}
@media only screen and (min-width: 801px) and (max-width:1024px) {
    .contact-us .contact-us-container {
        display: flex;
        justify-content: space-between;
    }
    .contact-us .map-img{
        width: 54%;
        display: block;
    }
    .contact-us .contact-us-form{
        width: 44%;
    }
    .contact-us .map-chat{
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }
    .contact-us .contact-us-form form {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
 
    .contact-us .contact-us-form {
        display: flex;
        width: 70%;
        justify-content: end;
        align-items: center;
        position: relative;
        opacity: 0;
        top: 180px;
        transition: top 0.5s linear, opacity 0.3s linear;
    }
}

/* contactus end */