@media only screen and (min-width: 300px) and (max-width: 767px) {
    
    
  /* ribbon design */

  .cr {
    width: 300px;
    padding: 2px;
     position: absolute; 
    text-align: center;
    color: #f0f0f0;
}

 .cr-sticky {
    position: fixed;
} 

/* Positions */

.cr-top {
    top: 133px;
    left: -98px;
}

.cr-top a {
    color: white;
    text-decoration: none;
    animation: blink-animation 0.9s infinite; /* Blinking animation */
    font-size: 0.9rem;
    font-weight: bold;
}

/* Center the text within the ribbon */
 .cr a {
    display: inline-block;
} 

/* Rotations */

.cr-top.cr-left {
    transform: rotate(-38deg);
}

/* Colors */

.cr-red {
    background-color: grey;
}

/* Blinking animation */
@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  /* cp design */

  .partnersection1 {
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 105vh;
    display: flex;
    flex-direction: column;
  }

  .partnersection1 img {
    width: 15rem;
  }

  .partnersection1 h1 {
    font-size: 1.3rem;
    text-align: center;
  }

  .partnersection1 h2 {
    font-size: 1rem;
    text-align: center;
  }

  .contact-box {
    max-width: 100%; /* Set the maximum width to 100% for smaller screens */
    grid-template-columns: 1fr; /* Stack columns on small screens */
  }

  .right {
    padding: 25px 10px; /* Reduce padding for small screens */
  }

  .feild {
    width: 100%; /* Set the input field width to 100% for smaller screens */
  }

  .left h4 {
    font-size: 1rem;
  }

  /* blog page design */
  .blog-card img {
    max-width: 100% !important;
    height: 60% !important;
  }

  .blog-card p {
    font-size: 0.7rem;
  }

  .blog-card h5 {
    text-align: center;
  }

  .flex-part2 p {
    display: flex;
    flex-direction: column;
  }

  .blog_flex {
    display: flex;
    flex-direction: column;
  }

  .flex-part1 {
    width: 100%;
  }
  .flex-part2 {
    padding-left: 0px;
    width: 100%;
  }
  .flex-part1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .flex-part2 ul {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
  }

  .blogsection1 {
    padding-top: 7rem;
    padding-bottom: 1rem;
  }

  .blogsection1 h1 {
    font-size: 1.5rem;
  }

  .blogsection1 h6 {
    font-size: 0.8rem;
  }

  /* ------------------------------- */

  .homesection1 {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 105vh;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }

  .homesection1 h1 {
    padding-top: 6rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .homesection1 h2 {
    font-size: 1.3rem;
    text-align: center;
  }
  


  .homesection2 {
    padding: 2.5rem;
  }

  .homesection2 h2 {
    font-size: 1.7rem;
  }

  .homesection2 p {
    font-size: 1rem;
    padding-bottom: 0.8rem;
  }

  .homesection2 a {
    text-decoration: none;
    padding: 0.5rem;
    font-size: 0.8rem;
    border-radius: 10px;
  }

  .homesection3 {
    padding: 1.8rem;
  }

  .homesection3 h2 {
    color: #105d76;
    font-size: 1.9rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 1.5rem;
  }

  .homesection3 .card i {
    font-size: 2rem;
    color: blue;
  }

  .homesection3 .card .card-body .card-title {
    font-size: 1.2rem;
  }

  .homesection3 .card .card-body .card-text {
    font-size: 0.8rem;
  }

  .homesection4 {
    padding: 1.8rem;
  }

  .homesection4 h2 {
    color: #105d76;
    font-size: 1.3rem;
  }

  .homesection4 p {
    color: #105d76;
    font-size: 0.8rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 1.5rem;
  }

  .homesection4 .card i {
    font-size: 1.3rem;
    color: blue;
  }

  .homesection4 .card .card-body .card-title {
    font-size: 1.1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .homesection7 {
    padding: 2rem;
    background-image: url(images/world\ map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 94vh;
    max-width: 100%;
  }

  .col .card i {
    font-size: 1.2rem;
  }

  .col .card .card-title {
    font-size: 1.5rem;
  }

  .col .card .card-text {
    color: black;
    font-size: 1.1rem;
  }

  .homesection6 {
    padding: 1rem;
  }

  .homesection6 h2 {
    font-size: 1.5rem;
  }

  .homesection6 .swiper-slide p {
    font-size: 1.1rem;
  }

  /* feature page design */

  .featuresection1 {
    padding-top: 9rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 115vh;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .featuresection1 h1 {
    padding-top: 4rem;
    color: #105d76;
    font-size: 1.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .featuresection1 h2 {
    color: #0096c7;
    font-size: 1rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 1rem;
  }

  .featuresection1 a {
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    background-color: grey;
    border-radius: 5px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding: 0.6rem;
  }

  /**features design page**/

  .amid h1 {
    font-size: 1.7rem;
    margin-bottom: 0.9rem;
  }

  .amid h2 {
    font-size: 1.2rem;
  }

  .amid .abtn {
    margin-top: 1.3rem;
  }

  .amid .abtn a.aborder {
    font-size: 15px;
    padding: 8px 8px;
  }

  /**anroid section2 design**/

  .amid1 .anroidrow1 {
    display: flex;
    flex-direction: column;
    padding: 0.7rem;
  }

  .anroidrow1 .hcd {
    padding: 1rem;
    font-size: 0.9rem;
    padding-left: 2rem;
  }

  .anroidrow1 .hcd i {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }

  .anroidrow1 .agm {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .anroidrow1 .agm i {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }

  .anroidrow1 .ccr {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .anroidrow1 .ccr i {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }

  .ascreen1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 1rem;
    padding-top: 0.7rem;
    text-align: center;
  }

  .screen1 h1 {
    text-align: center;
    font-size: 2rem;
  }

  .screen1 p {
    text-align: center;
    font-size: 1rem;
  }

  .screen1 i {
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0.1rem;
    align-items: center;
  }

  .screen1 a.sborder {
    font-size: 10px;
    padding: 8px 8px;
    align-items: center;
  }

  .screenimg1 img {
    padding-top: 1rem;
    width: 250px;
    height: 240px;
    align-items: center;
  }

  .ascreen2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 2rem;
    padding-top: 0.2rem;
  }

  .screen2 h1 {
    text-align: center;
    font-size: 2rem;
  }

  .screen2 p {
    text-align: center;
    font-size: 1rem;
  }

  .screen2 a.s2border {
    font-size: 10px;
    padding: 8px 8px;
    margin-left: 2rem;
  }

  .screen2 a.s2pborder {
    font-size: 10px;
    padding: 6px 6px;
    margin-left: 1rem;
  }

  .screenimg2 img {
    padding-top: 1rem;
    width: 250px;
    height: 240px;
    align-items: center;
  }

  .ascreen3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 1rem;
    padding-top: 0.7rem;
    text-align: center;
  }

  .screen3 h1 {
    text-align: center;
    font-size: 2rem;
  }

  .screen3 p {
    text-align: center;
    font-size: 1rem;
  }

  .screen3 a.s3border {
    font-size: 10px;
    padding: 9px 9px;
    align-items: center;
    margin-left: 1.3rem;
  }

  .screenimg3 img {
    padding-top: 1rem;
    width: 250px;
    height: 240px;
    align-items: center;
  }

  .ascreen4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 2rem;
    padding-top: 0.2rem;
  }

  .screen4 h1 {
    text-align: center;
    font-size: 2rem;
  }

  .screen4 p {
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
  }

  .screenimg4 img {
    padding-top: 1rem;
    width: 250px;
    height: 240px;
    align-items: center;
  }

  /**playstore section**/

  .playstore {
    padding: 3rem;
  }

  .pstore h1 {
    font-size: 2rem;
    padding-bottom: 0.9rem;
  }

  .pstore a.pstoreborder {
    font-size: 10px;
    padding: 8px 8px;
  }

  .featureslider {
    padding: 1rem;
  }

  .featureslider h2 {
    font-size: 1.5rem;
  }

  .featureslider .swiper-slide p {
    font-size: 1.1rem;
  }

  .supportsection1 {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 105vh;
    display: flex;
    flex-direction: column;
  }

  .supportsection1 h1 {
    padding-top: 6rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .supportsection1 h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  /**Whats new design page**/

  .wnew {
    padding: 2rem;
  }

  #wnew-1 h1 {
    padding-bottom: 0.5rem;
    font-size: 2rem;
  }

  #wnew-1 h2 {
    font-size: 1rem;
  }

  #wnew-1 h3 {
    font-size: 1rem;
  }

  #wnew-1 .wnewcontent1 {
    width: 80%;
  }

  #wnew-1 .close-btn {
    top: 10px;
  }

  #whatsnew {
    font-size: 1rem;
    align-items: center;
    margin-left: 2rem;
  }

  /**youtube video design 2**/

  .viyoutube {
    background: white;
    padding-top: 1rem;
  }

  .viyoutube h1 {
    font-size: 1.7rem;
  }

  .vi1container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 1rem;
  }

  .vi1container .main-video {
    background: white;
    border-radius: 5px;
    padding: 10px;
  }

  .vi1container .main-video .video h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2a3958;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }

  .video-list .vid .youtubetitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2a3958;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }

  .vi1container .main-video .video {
    width: 100%;
    border-radius: 5px;
  }

  .vi1container .main-video .video iframe {
    width: 100%;
    height: 50%;
  }

  .vi1container .video-list::-webkit-scrollbar {
    width: 7px;
  }

  .vi1container .video-list .vid iframe {
    width: 200px;
    height: 200px;
    border-radius: 5px;
  }

  .vi1container .video-list .vid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: white;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    cursor: pointer;
  }

  .vi1container .video-list .vid:hover {
    background: rgb(235, 202, 202);
  }

  .sub {
    padding: 2rem;
  }

  .sub h3 {
    font-size: 1.2rem;
  }

  .sub a {
    font-weight: 300;
    padding: 5px 5px;
  }

  .sub .bn a {
    font-weight: 2rem bold;
    font-size: 15px;
    padding: 8px 8px;
  }

  .ct1 {
    padding: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .ct1 .form h2 {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }

  .ct1 .form form {
    width: 100%;
  }

  .ct1 .form form input {
    width: 95%;
    padding: 13px;
  }

  .ct1 .form form textarea {
    width: 95%;
    padding: 22px;
  }

  .ct1 .form form button {
    width: 95%;
    padding: 10px;
  }

  /* career page design */

  .careersection1 {
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .careersection1 h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .careersection1 h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  /* Hide the table headers */
  .table-responsive table thead {
    display: none;

  }

  /* Style the table data for mobile view */
  .table-responsive table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Style the content cells */
  .table-responsive table tbody td {
    padding: 8px;
    width: 100% !important;
    border: none !important;
    text-align: center;
  }

  .table-responsive table tbody td ul li{
    text-align: left !important;
  }

  /**career form design page**/

  .careerform1 {
    padding: 1rem;
  }

  .careerform1 .cform {
    width: 100%;
  }

  .careerform1 .cform h2 {
    font-size: 1.7rem;
  }

  .careerform1 .cform form input {
    width: 95%;
    padding: 15px;
  }

  .careerform1 .cform form textarea {
    width: 95%;
    padding: 25px;
  }

  .careerform1 .cform form button {
    width: 95%;
    padding: 15px 0;
  }

  /* product page design */

  .productsection1 {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-bottom: #2a3958 3px solid;
  }

  .productsection1 h1 {
    padding-top: 1rem;
    color: #105d76;
    font-size: 1.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .productsection1 h2 {
    color: #0096c7;
    font-size: 0.7rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .productsection2 {
    padding-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 3rem;
  }

  .productsection2 h2 {
    color: #105d76;
    font-size: 1.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .productsection2 h3 {
    color: #105d76;
    font-size: 1rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.2rem;
    font-weight: bold;
  }

  .productsection2 .productcard1 {
    margin: 1rem;
    text-align: center;
    padding-bottom: 1.2rem;
  }

  .productsection2 .productcard2 {
    margin: 1rem;
    text-align: center;
    padding-bottom: 1.2rem;
  }

  .productsection2 .productcard3 {
    margin: 1rem;
    text-align: center;
    padding-bottom: 1.2rem;
  }

  /**License details design page**/

  .lkey {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(76, 65, 65);
    padding: 1rem;
  }

  #lkey-1 h1 {
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 0.3rem;
    font-size: 1.5rem;
    text-align: center;
  }

  #lkey-1 h2 {
    color: #105d76;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 1rem;
  }

  #lkey-1 h3 {
    color: #105d76;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 0.5rem;
  }

  #lkey-1 .lk2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
  }

  #lkey-1 .lkcontent1 {
    top: 60%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: white;
    z-index: 1;
    text-align: left;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.5rem;
    padding: 15px;
    box-sizing: border-box;
    width: 88%;
    border-radius: 15px;
  }

  #lkey-1 .close-btn {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    background: #222;
    color: #fff;
    font-size: 22px;
    font-weight: 600px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
  }

  #lkey-1.active .lk2 {
    display: block;
  }

  #lkey-1.active .lkcontent1 {
    transition: all 300m ease-in-out;
    transform: translate(-50%, -50%) scale(1);
  }

  #lk {
    font-size: 1.2rem;
    border: none;
    background: none;
    font-weight: bold;
    color: black;
    padding-left: 2rem;
  }

  #lk:hover {
    color: black;
  }

  .lkey #lk {
    padding: 0.3rem;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    border-radius: 5px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.8rem;
  }

  .lkey #lk:hover {
    background-color: white;
    color: orangered;
  }

  /**brochure design page**/

  .brochure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background: black;
  }

  .bc h2 {
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }

  .bc .bc1 a {
    color: white;
    text-decoration: none;
    font-size: 0.6rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: rgb(240, 150, 65);
    padding: 0.5rem;
    border-radius: 20px;
  }

  /**product detail table design**/

  .ptable {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .thead {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
  }

  .thead h2 {
    font-size: 1.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #105d76;
    font-weight: bold;
    text-align: center;
  }

  .table1 {
    text-align: left;
  }

  .table1 td i {
    color: blue;
    font-size: 0.9rem;
  }

  .fa-solid fa-xmark {
    font-size: 0.9rem;
  }

  .table1 .th2 {
    text-align: center;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.5rem;
  }

  .table1 td {
    padding: 0.5rem;
    border-bottom: 2px solid grey;
  }

  tr th {
    color: #105d76;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom: 2px solid grey;
    font-size: 0.7rem;
  }

  tr th p {
    padding: 0rem;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.7rem;
  }

  .ptable .apply {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 1.8rem;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  /* store design */

  .storesection1 {
    padding-top: 9rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 55vh; */
    align-items: center;
    text-align: center;
  }

  #cartbtndesign {
    margin-bottom: 0.8rem;
  }

  .storesection1 h1 {
    padding-top: 5rem;
    color: blue;
    font-size: 2.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .storesection1 i {
    text-align: center;
    color: blue;
  }

  .storesection2 {
    padding-top: 2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: 3rem;
    background-color: rgb(76, 65, 65);
  }

  .storesection2 h2 {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .storesection2 .storecard1 {
    margin: 1rem;
    text-align: center;
  }

  .storesection2 .storecard1 .storebody {
    background-color: rgb(200, 47, 78);
  }

  .storesection2 .storecard1 .storebody h5 {
    color: white;
    font-size: 1.1rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .storesection2 .storecard1 .storebody p {
    color: white;
    font-size: 0.7rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  .storesection2 .storecard1 .storebody ul li {
    color: white;
    list-style-type: none;
    font-size: 0.7rem;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }

  .storesection2 .storecard1 .storebody .quote {
    text-decoration: none;
    background-color: blue;
    border-radius: 10px;
    color: white;
    font-size: 0.6rem;
    padding: 0.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    border: 2px solid white;
    margin-right: 1rem;
  }

  .storesection2 .storecard1 .storebody .quote:hover {
    color: orangered;
  }

  .storesection2 .storecard1 .storebody .pdf {
    text-decoration: none;
    background-color: blue;
    border-radius: 10px;
    color: white;
    font-size: 0.6rem;
    padding: 0.5rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    border: 2px solid white;
  }

  .storesection2 .storecard1 .storebody .pdf:hover {
    color: orangered;
  }

  /* conatct page design */

  .contactsection1 {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 105vh;
    display: flex;
    flex-direction: column;
  }

  .contactsection1 h1 {
    padding-top: 6rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .contactsection1 h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  .contactsection2 {
    padding: 2.5rem;
  }

  .contactsection2 h2 {
    font-size: 1.7rem;
  }

  .contactsection2 p {
    font-size: 1rem;
    padding-bottom: 0.8rem;
  }

  .contactsection3 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .contactsection3 .form {
    border: 2px solid #2a3958;
    padding: 1rem;
    width: 100%;
  }

  .contactsection3 .form h2 {
    font-size: 1.3rem;
  }

  .contactsection3 .form form {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .contactsection3 .form form input {
    width: 100%;
    padding: 12px;
    border-bottom: 3px solid #2a3958;
    margin: 11px 0;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  .contactsection3 .form form textarea {
    width: 100%;
    padding: 12px;
    border-bottom: 3px solid #2a3958;
    margin: 11px 0;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  .contactsection3 .form form button {
    width: 100%;
    padding: 12px 0;
    background: #2a3958;
    color: white;
    font-size: 1rem;
    margin: 11px 0;
    border-radius: 30px;
    cursor: pointer;
  }

  .contactsection3 .map {
    padding-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .contactsection3 .map iframe {
    width: 100%;
  }

  .contactsection3 .map h2 {
    font-size: 1.3rem;
  }

  .contactsection3 .map p {
    font-size: 0.9rem;
  }

  /*Branches*/

  .contactbranch {
    border-top: 3px solid #2a3958;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  .contactbranch .Office {
    width: 100%;
  }

  .contactbranch .Office h2 {
    font-size: 1.3rem;
  }

  .contactbranch .Office h4 {
    font-size: 1rem;
  }

  .contactbranch .phone {
    padding-top: 1.2rem;
    width: 100%;
    border-left: none;
  }

  .contactbranch .phone i {
    font-size: 1.5rem;
  }

  .contactbranch .phone p {
    font-size: 0.8rem;
  }

  .contactbranch .phone h3 {
    font-size: 1rem;
  }

  /* footer design */

  .footer {
    padding: 2rem;
    background-color: #2a3958;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer .company h3 {
    font-size: 1.3rem;
  }

  .footer .company h6 a {
    font-size: 0.8rem;
  }

  .footer .ourproducts h3 {
    font-size: 1.3rem;
  }

  .footer .ourproducts h5 a {
    font-size: 0.8rem;
  }

  .footer .ourpartners h3 {
    font-size: 1.3rem;
  }

  .footer .ourpartners h5 {
    font-size: 0.8rem;
  }

  .footer .Online h3 {
    font-size: 1.3rem;
  }

  .footer .workinghours h3 {
    font-size: 1.3rem;
  }

  .footer .workinghours h5 {
    font-size: 0.8rem;
  }

  /**Copyrights page**/

  .copy h3 {
    font-size: 0.9rem;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    color: black;
    font-weight: bold;
  }

  /* policies design */

  .footer .ourpolicy h3 {
    padding-top: 1rem;
  }

  .privacypolicy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .refundpolicy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .shippingpolicy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .termsofservice {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* policy design end */
}



/* CSS for iPhone 14 */
@media only screen and (max-device-width: 2532px) and (max-device-height: 1170px) {
  /* Adjust the CSS properties for the images that have issues on the iPhone 14 */
  .problematic-image {
    width: 100%; /* Adjust the width as needed */
    max-height: auto; /* Maintain aspect ratio */
  }
}

