#home {
    display: flex;
    justify-content: center; 
    align-items: center; 
} 
#home .container{
    display: flex;
    align-items: center;
    gap: 20px; 
    width: 100%;
    padding-right: 0;
    
 }
.homeIntro {
    flex: 1; 
    font-size: 1.2em;
    color: #333;
    position: relative;
    opacity: 0;
    margin-left: 5%;
    left: -80px;
    transition: left 0.2s linear,opacity 0.2s linear;
    
}
.homeImg {
    flex: 1; 
    text-align: right;
    background: linear-gradient(to right, rgb(255, 255, 255) 80%, #96cbff54 100%);
}

.homeImg img {
    width: 80%;    
    border-radius: 10px; 
}
#home h1{
    font-weight: 700;
    font-size: 77px;
    color: #000000;
    margin: 0;
   
}
#home h2{
    font-weight: 700;
    /*font-size: 36px;*/
    font-size: 30px;
    margin: 10px 0 10px 0;
    color: #96CBFF;
    text-shadow: 0 0 1px #aaa;
}

#home p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    color: #000000;
}
.button_Explore {
    padding: 0 20px;
    /*width: 200px;*/
    height: 52px;
    background-color: #003399;
    border-radius: 47px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.button_Explore .material-symbols-outlined.exp {
    font-size: 1.8rem; /* Make icon scale with text */
}
#home span.exp{
    border: 2px solid white;
    font-size: 20px;
    border-radius: 50px;
    padding: 2px;
    margin-left: 10px;
}
.button_Explore:hover{
    background-color: #96CBFF;    
    transition: background-color 0.3s ease-in-out; 
 }

.texth2{
    font-weight: 700;
    font-size: 32px;
    /*line-height: 100%;*/
    letter-spacing: 0%;
    color: #96CBFF;
    margin: 10px 0 10px 0;
    text-shadow: 0 0 1px #aaa;
}
.texth1{
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin: 0;
    margin: 15px 0 50px 0;
}

.subheadingText{
    margin: 0;
    text-align: center;
}

/* services section start   */
 /*h2{
    color: #96CBFF;
    font-size: 32px;
    margin: 10px 0 10px 0;
}*/
#services .container,#aboutUs .container,#product .container,#contactUs .container{
    width: 100%;
    padding: 0 20px;
    padding-top: 65px;
    padding-bottom: 65px;
    margin: 0 auto;
    box-sizing: border-box; 
}
#contactUs .container{
    padding-top: 0 !important;
}


#services  .texth1{
    margin: 15px 0 15px 0;
}
#services .services-text{
    margin: 0 5%;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.2s linear;
    position: relative;
}
#services .services-content{
    margin: 0 5%;
    margin-top: 50px;
    display:flex;
    gap:20px;
}
.text{
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
    text-align: center;
}
/*.text h1{
    width: 72%;
    font-size: 48px;
    margin: 0;
}*/
/*#services p{*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 100%;*/
/*    letter-spacing: 0%;*/
/*    margin:0;*/
/*    text-align: left;*/
/*}*/
#services  .texth1{
    margin: 15px 0 15px 0;
}
#services .services-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0%;
    margin:0;
    text-align: left;
}
#services h3{
    font-weight: 700;
    font-size: 24px;
    /*line-height: 100%;*/
    letter-spacing: 0%;
}
.services-left {
    width: 65%;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next row */
    gap: 20px; /* Adds spacing between items */
}
.webAppUi {
    border-radius: 10px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 42%;
}
.webAppUi img {
    height: 200px;
    width: 200px;
}
.app-web-container{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    left: -80px;
    opacity: 0;
    transition: left 0.2s linear,opacity 0.5s linear;
    position: relative;
}
.web-dev-container{
    background-color: rgba(245, 245, 245, 0.7);
}
.app-dev-container{
    background-color: rgba(150, 203, 255, 0.2);
}
.ui-ux-container{
    display:flex;
    background-color: rgba(150, 203, 255, 0.2);
    width: calc(94% - -30px);
    padding: 35px;
    justify-content: center;
    border-radius: 10px;
    text-align: justify;
    gap: 20px;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.5s linear;
    position: relative;
}
.ui-ux-text{
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ui-ux-img{
    width: 50%;
    
}
.ui-ux-img img{
    width: 100%;
}
.ecom-container{
    background-color: rgba(245, 245, 245, 0.7);
    width: 35%;
    border-radius: 10px;
    right: -180px;
    opacity: 0;
    transition: right 0.2s linear,opacity 0.5s linear;
    position: relative;

}
.ecom-text{
    padding: 35px;
}
.ecom-container img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
/* services section End   */


/* about us  start */
#aboutUs .container{
    border: none;
}
#aboutUs .why-choose-us-text{
    margin: 0 5%;
    text-align: center;
    display: grid;
    gap: 10px;
    top: 50px;
    position: relative;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear; 
}
#aboutUs .why-choose-us-text h3{
    color: #96CBFF;
    font-size: 1.6em;
    text-shadow: 0 0 1px #aaa;
}
#aboutUs .why-choose-us-text h1{
    color: #FFFFFF;
    margin-bottom: 50px;
}
#aboutUs {
    background-color: #003399;
    /*padding: 40px 0;*/
    /*margin: 50px 0;*/
    color: #fff
}


.why-choose-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* equal left/right */
    gap: 130px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 40px 20px;
    color: #fff;
    border-radius: 8px;
}

/* Column containers */
.why-choose-us-content > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Vertical divider */
.why-choose-us-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2.5px;
    background: #f5f5f5;
    transform: translateX(-50%);
    z-index: 1;
}

/* Each info block */
.info-div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 40px;
}

/* Icon */
.info-div img {
    /*width: 50px;
    height: 50px;
    object-fit: contain;*/
    width: 112px;
    height: 112px;
    top: 2745px;
    left: 334px;
}

/* Text content */
.aboutContent-text h3, 
.productContent h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    /*margin: 0;*/
}
.productContent  h3 {
    color: #003399;
}
.aboutContent-text p,
.productContent p{
    margin: 10px 0 0;
    color: #CCCCCC;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
}
.productContent  p{
    color: #ADADAD;
}
.why-choose-us-content > div > .info-div:first-child {
    border-bottom: 2.5px solid #f5f5f5;
}
.why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
    margin-top: 100px;
}

/* Initial state */
.choose-us {
  opacity: 0;
  transform: translateY(40px);  /* not visible on screen */
  transition: transform 1s ease, opacity 1s ease;
}
.left-col {
    transform: translateY(40px);
}
.right-col {
    transform: translateY(-40px);
}

.animate {
  opacity: 1;
  transform: translateY(0);  /* slide into place */
}


/* about us  end */


/* product start */

#product .texth1{
    margin: 15px 0 15px 0;
}
#product .subheadingText{
    padding: 0 40px;
}
.productContent {
    margin: 0 5%;
    display: flex;
    justify-content: space-between; /* Ensures equal spacing */
    align-items: stretch; /* Makes all items the same height */
    gap: 20px; /* Space between items */
    padding: 20px;
    top: 50px;
    opacity: 0;
    transition: top 0.4s linear,opacity 0.5s linear;
    position: relative;
    margin-top: 20px !important;
    padding-bottom: 0 !important;
    /*flex-wrap: wrap;  Ensures responsiveness on smaller screens */
}

.productContent div {
    border-radius: 20px;
    width: 24%; 
    padding: 20px;
   /* text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps content balanced */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.productContent div:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 4px 10px rgb(150, 203, 255);*/
    box-shadow: 0 4px 10px #8888;
}

.productContent img {
    /*width: 270px; 
    height: auto;
    margin: 10px auto; 
    width: 380px;
    height: 380px;*/
    top: 3419px;
    left: 90px;
    border-radius: 20px;
    margin-top: 15px;

}
.our-products-text{
    margin: 0 5%;
    top: 50px;
    opacity: 0;
    transition: top 0.2s linear,opacity 0.5s linear;
    position: relative;
}
/* product end */


/* contactus start */

#contactUs .contact-us-container{
    display: flex;
    padding: 80px 0 0 0;
    justify-content: center;
}

#contactUs .map-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contactUs .map-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
#contactUs .map-chat{
    position: absolute;
    opacity: 0;
    top: 180px;
    transition: top 0.3s linear,opacity 0.3s linear;
}
#contactUs .contact-us-text{
    text-align: center;
    display: grid;
    gap: 10px;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.2s linear, opacity 0.3s linear;
}
#contactUs .contact-us-text h3 {
    color: #3393F1;
    font-size: 1.6em;
}
#contactUs .contact-us-text h1 {
    font-size: 3em;
}
#contactUs .contact-us-form{
    display: flex;
    width: 40%;
    justify-content: end;
    align-items: center;
    position: relative;
    opacity: 0;
    top: 180px;
    transition: top 0.3s linear,opacity 0.3s linear;
}
#contactUs .contact-us-form form{
    width: 85%;
}
#contactUs .contact-us-form ul li{
    margin-bottom: 20px;
}
#contactUs .contact-us-form ul li label{
    display: none;
}
#contactUs .contact-us-form input[type=text]{
    width: 95%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
}
#contactUs .contact-us-form textarea{
    height: 70px;
    width: 95%;
    padding: 5px;
    border: 1px solid #ADADAD;
    outline: none;
    max-height: 70px;
    max-width: 95%;
}
#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;
}

#contactUs .contact-us-form li div.btn{
    display: flex;
    justify-content: center;
}
#contactUs .contact-us-form input[type="text"],
#contactUs .contact-us-form textarea,
#contactUs .contact-us-form input[type="button"] ,
#contactUs .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;
}
#contactUs .contact-us-form input[type="text"]:hover,
#contactUs .contact-us-form textarea:hover,
#contactUs .contact-us-form input[type="button"]:hover,
#contactUs .contact-us-form input[type="submit"]:hover {
    /*box-shadow: 0 4px 10px #96CBFF;*/
      box-shadow: 0 4px 10px #8888;
}
#contactUs .contact-us-form input[name=submitBtn]{
    width: 200px;
    border-radius: 30px;
}
#contactUs .contact-us-form li.SB{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/* media query */
@media only screen and (min-width: 0) and (max-width: 500px) {
    .container {
        width: 100%;
        padding: 0 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 auto;
        box-sizing: border-box;
        margin-right: 10px;
    }
    h1 {
        font-size: 35px !important;
        margin-right: 10px;
    }
    h2 {
        font-size: 25px !important;
        margin-right: 10px;
    }
    .app-web-container {
        display: flex;
        width: 100%;
        gap: 20px;
        justify-content: space-between;
        /* left: -80px; */
         opacity: 1; 
        transition: left 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .info-div {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .webAppUi {
        border-radius: 10px;
        text-align: justify;
        display: flex;
        flex-direction: column;
        padding: 35px;
        width: unset;
   }
   .ui-ux-img {
      width: unset;
    }
    #home h1{
        font-size: 2.5em;
    }
    #home h2 {
        font-size: 1.5em;
    }
    #home .homeImg{
         display: none;
     }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
    }
    #aboutUs .why-choose-us-text h1{
        font-size:  1.5em;
        color: #FFFFFF;
    }
    #contactUs .contact-us-text h1 {
        font-size:  1.5em;
    }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
        margin: 15px 0 15px 0!important;
    }
    
    #aboutUs .why-choose-us-content {
        grid-template-columns: 1fr;
    }
    #aboutUs .info-div {
        border-bottom: 1px solid #fff;
    }
    .productContent {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        gap: 20px;
        padding: 20px;
        top: 0px;
        opacity: 1;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .why-choose-us-content::before {
        background: #003399;
        z-index: 0;
    }
    .why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
        margin-top: 0px;
    }
    .why-choose-us-content{
        gap: 60px;
    }
    #product .subheadingText{
        padding: 0;
    }
    .productContent > div:nth-child(1) {
       grid-row: 1;
    }
    .productContent > div:nth-child(2) {
        grid-row: 3;
    }
    .productContent > div:nth-child(3) {
        grid-row: 2;
    }
    .productContent > div:nth-child(4) {
        grid-row: 4;
    }
    .productContent div {
        width: 90%;
        border-radius: 20px;
    }
    .productContent .grid-box h3{
        margin:0;
    }
    .productContent .grid-box {
        align-items: center;
        display: flex;
        justify-content: center;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
    }
    .productContent .grid-box h3 {
        order: 1;
    }
   .productContent  .grid-box p {
        order: 2;
    }
    .productContent .grid-box img {
        order: 3;
    }
    .productContent img {
        width: 250px;
        height: 250px;
    }
    #services .services-content{
        display:flex;
        gap:20px;
        flex-direction: column;
    }
     #services .services-left {
        width: 100%;
    }
     #services .ecom-container {
        right: -91px;
    }
    #services .ecom-container img {
        width: 100%;
    }  
    #services .app-web-container{
        display: flex;
        flex-direction: column;
        left: 0px;
    }
    #services .ui-ux-container{
        display:flex;
        flex-direction: column-reverse;
    }
    .ui-ux-text {
        width: 100%;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img{
        display:none;
    }
    #contactUs .contact-us-form {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
    .webAppUi {
        border-radius: 10px;
        text-align: justify;
        display: flex;
        flex-direction: column;
        padding: 35px;
        width: unset;
    }
    .ui-ux-img {
       width: unset;
    }
    .ui-ux-text {
        width: unset;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .ui-ux-container {
        display: flex;
        background-color: rgba(150, 203, 255, 0.2);
        width: calc(94% - -30px);
        padding: 35px;
        justify-content: center;
        flex-direction: column-reverse;
        border-radius: 10px;
        text-align: justify;
        gap: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.2s linear, opacity 0.5s linear;
        position: relative;
   }
    .app-web-container {
        display: flex;
        width: 100%;
        gap: 20px;
        flex-direction: column;
        justify-content: space-between;
        left: -80px;
        opacity: 0;
        transition: left 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    #services .services-content {
        margin: 0 5%;
        margin-top: 50px;
        display: flex;
        flex-direction:column;
        gap: 20px;
    }
    .services-left {
        width: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    #home h1{
        font-size: 2.5em;
    }
    #services h1 {
        font-size: 1.5em;
    }
    #aboutUs .why-choose-us-text h1{
        font-size:  1.5em;
        color: #FFFFFF;
    }
    #contactUs .contact-us-text h1 {
        font-size:  1.5em;
    }
    .text h1 {
        font-size: 1.5em;
        width: 100%;
    }
    #home h2,
    #services h2, 
    #product h2, 
    #contactUs h2, 
    #aboutUs h2 {
        font-size: 1.5em;
        line-height: normal;
    }
    .homeImg img {
        width: 100%;
    }
    /*.button_Explore {
        width:55%;
    }*/
    #aboutUs .why-choose-us-content {
        grid-template-columns: 1fr;
    }
    #aboutUs .info-div {
        border-bottom: 1px solid #fff;
    }
    .productContent {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        gap: 20px;
        padding: 20px;
        top: 0px;
        opacity: 1;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .why-choose-us-content::before {
        background: #003399;
        z-index: 0;
    }
    .why-choose-us-content .choose-us.left-col.lazy-load:first-of-type {
        margin-top: 0px;
    }
    .why-choose-us-content{
        gap: 60px;
    }
    
    .productContent > div:nth-child(1) {
       grid-row: 1;
    }
    .productContent > div:nth-child(2) {
        grid-row: 3;
    }
    .productContent > div:nth-child(3) {
        grid-row: 2;
    }
    .productContent > div:nth-child(4) {
        grid-row: 4;
    }
    .productContent div {
        width: 90%;
    }
    .productContent .grid-box h3{
        margin:0;
    }
    /*.productContent .grid-box {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
    }*/
    .productContent .grid-box {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 10px;
        text-align: center;
        justify-items: center; /* Centers children horizontally */
        align-items: center;   /* Centers children vertically */
    }
    .productContent img {
        width: 300px;
        height: 300px;
    }
    .productContent .grid-box h3 {
        order: 1;
    }
   .productContent  .grid-box p {
        order: 2;
    }
    .productContent .grid-box img {
        order: 3;
    }
    #services .services-content{
        display:flex;
        gap:20px;
        flex-direction: column;
    }
     #services .services-left {
        width: 100%;
    }
     #services .ecom-container {
        width: 100%;
    }
    .ecom-container img {
        width: 100%;
    }
    
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img{
        display:none;
    }
    #contactUs .contact-us-form {
        width: 90%;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 801px) and (max-width:1024px) {
    #services .services-content {
        margin: 0 5%;
        margin-top: 50px;
        display: flex;
        flex-direction:column;
        gap: 20px;
    }
    .services-left {
        width: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ecom-container {
        background-color: rgba(245, 245, 245, 0.7);
        width: unset;
        border-radius: 10px;
        right: -180px;
        opacity: 0;
        transition: right 0.2s linear, opacity 0.5s linear;
        position: relative;
    }
    .headContainer nav {
        padding-right: 0px;
    }
    header ul{
        gap: 4px;
    }
    .productContent img{
        width: 236px;
    }
    .productContent {
        margin: 0 5%;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
        gap: 20px;
        padding: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .productContent div {
        width: 68%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;   
        align-items: center;       
        text-align: center; 
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    .productContent > div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .productContent > div:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    #contactUs .contact-us-form {
        width: 43%;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img {
        width: 55%;
        height: 55%;
    }
     #services .ecom-container {
        right: 1px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .productContent img{
        width: 236px;
    }
    .productContent {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
        gap: 20px;
        padding: 20px;
        top: 50px;
        opacity: 0;
        transition: top 0.4s linear, opacity 0.5s linear;
        position: relative;
    }
    .productContent div {
        width: 68%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;   
        align-items: center;       
        text-align: center; 
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    .productContent > div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .productContent > div:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .productContent > div:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    #contactUs .contact-us-container{
        padding: 0;
    }
    #contactUs .map-img {
        width: 55%;
        height: 55%;
    }
    #services .ecom-container {
        right: -38px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .productContent img{
        width: 236px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .productContent img{
        width: 267px;
    }
}
@media only screen and (min-width: 1580px) {
    .productContent img{
        width: 303px;
    }
}

