:root {
    --main-bg-color: #009d63;
    --main-text-color: #009d63;
    --second-text-color: #bbbec5;
    --second-bg-color: #c1efde;
  }
  
  .primary-text {
    color: black;
  }
  
  .second-text {
    color: var(--second-text-color);
  }
  
  .primary-bg {
    background-color: var(--main-bg-color);
  }
  
  .secondary-bg {
    background-color: var(--second-bg-color);
  }
  
  .rounded-full {
    border-radius: 100%;
  }
  
  #logo {
      width: 103px;
      height: 91px;
    
  }

  div.border-bottom {
    border-bottom: none!important;
}
  
  #view{
    text-decoration: none;
  }
  
  .list-group-item{
    color: #9b9b9b;
  }
  
  .list-group-item:hover{
      background-color: #0361fe;
      color: #ffffff;
  }
  
  /* #img1:hover{
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
      -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
      color: #888888;
  } */
  
  #Support {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    left: 28px;
    top: 5px;
}

  #icon{
    margin-left: -37px;
    margin-top: -20px;
    width: 24px;
    height: 24px;
  }
  
  .searchbar {
    width: 50%;
    height: 42px;
    border-radius: 5px;
    background: #ffffff;
    padding-top: 11px;
    margin-left: 22px;
    outline:none;
  
  }
  
  .searchtext {
    width: 425px;
    height: 36px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    color: rgba(0,0,0,0.5);
    border: none;
    outline: none;
    background-color: transparent;
    align-items: flex-end;
    display: flex;
    display: flex;
    margin: 10px;
    padding: 21px;
    margin-top: -39px;
    margin-left: 21px;
  }
  
  .ic {
    width: 13px;
    height: 13px;
    color: #888888;
    margin-top: -16px;
    margin-left: 12px;
  }
  
  
  
  
  #Add{
      text-decoration: none;
  }
  
  #Box1{
     position: relative;
     display: flex;
     height: 169px;
     width: 1180px;
  }
  button.btn#searchbtn {
    width: 215.57px;
    height: 49px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #0361FE;
    color: #FFFFFF;
}
.textsearch{
  color: #9B9B9B;

}


a
{
    text-decoration: none;
}
.product-card {
    width: 380px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 50px auto;
    background: #fafafa;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 50px;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}


.container-box {
    background-color: #ffffff; /* White background */
    padding: 20px; /* Add padding for spacing */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
    /* width: 90%; */
}
.container#container-12{
    background-color: #ffffff;
}

.text1{
  font-family: Poppins;
font-size: 18px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
}

div.text1{
  width: 218px;
height: 30px;
}

.hr1{
  color: #FF2C00;
  ;
}

#row2.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1REM;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}


p.card-text{
  width: 110%;
  font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #00000080;

}
h5.card-title{
  font-family: Poppins;
font-size: 15px;
font-weight: 500;
line-height: 23px;
letter-spacing: 0em;
text-align: left;
color: #000000;

}
/* span#st{
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
} */

input#inquirybtn {
  width: 100%;
  height: 32px;
  position: relative;
  border: 1px solid #0361FE;
  color: #0361FE;
  background-color: #ffffff;
  font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0em;

}
input#inquirybtn:hover{
  background: #0361FE;
  color: black;

}

button#log.btn {
  width: 92px;
  height: 40px;
  position: relative;
  color: #0361FE;
  border-color: #0361FE;
}
.text-end {
  text-align: right !important;
  /* margin-left: -54px; */
}



.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}
form-group{
  width: 20%;
}

.dropdown-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px; /* Adjust as needed */
  transform: translateY(-50%);
  pointer-events: none;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}


.custom-select {
  width: 215.57px;
  height: 36px;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
}

button#btnsrc {
  width: 215.57px;
  height: 51px;
  border-radius: 3px;
  position: relative;
  top: -24px;
}

button#btnsrc1 {
width: 138.57px;
height: 40px;
border-radius: 30px;
position: relative;
/* top: -24px; */
}

.form-group {
margin-bottom: 1rem;
width: 19%;
margin-left: 8px;
}
h6.va {
  width: 60px;
  position: relative;
  left: 0;
  top: -5px;
  color: #FF2C00;
}

span#rs{
  color: #FF2C00;
}
 
  
  
  .fs-5 {
      font-size: 15px!important;
  }
  
  @media (min-width: 1200px){
  .h4, h4 {
    font-size: 16px;
    margin-top: -31px;
    /*width: 108px;*/
    height: 25px;
  }
  .fs-2 {
    font-size: 2rem!important;
    margin-left: 40px;
    margin-top: 15px;
  }
  }
  
  #add{
    margin-left: 8px;
    margin-top: 4px;
  }
  
  
  
  
  
  #wrapper {
    overflow-x: hidden;
    background-image: linear-gradient(
      to right,
      #baf3d7,
      #c2f5de,
      #cbf7e4,
      #d4f8ea,
      #ddfaef
    );
  }
  
  #sidebar-wrapper {
    min-height: 660px;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
  }
  
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    /* width: 15rem; */
    width: 13rem;
  }
  
  #page-content-wrapper {
    min-width: 100vw;
    min-height: 100vh;
    background-color: #f4f9ff;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }
  
  #menu-toggle {
    cursor: pointer;
  }
  
  .list-group-item {
    padding: 20px 30px;
    border-left: none;
    border-right: none;
}
  
  .list-group-item {
    position: relative;
    overflow: hidden;
  }
  
  
  .num {
    border-radius: 100%;
    background: rgba(3, 97, 254, 1);
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 53px;
    position: relative;
    top: 1px;
  }
  
  .active{
    color: #009951;
  }
  
  .deactive{
    color: #ff2c00;
  }
  
  
  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }
  
    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }
  
    #wrapper.toggled #sidebar-wrapper {
      margin-left: -15rem;
    }
  }
  
  #a1{
    font-size: 20px;
   text-decoration: none;
    margin-left: 27px;
  }


  
  
  
  /* pop-7 */
  
  
  #overlayinquiry {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .popup7 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1001;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    width: 333px;
    height: 481px;
  }
  
  #inqcon {
    margin-left: -22px;
    margin-top: -8px;
}
  
  .closeBtn7 {
    position: absolute;
    top: 0px;
    right: 50px;
    cursor: pointer;
    font-size: 20px;
  }
  
  .open-popup7{
    display: block;
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 333;
    height: 481px;
    z-index: 15;
    padding-top: 12px;
  }
  .name_head_popup7{
   margin-left: 25px;
    margin-top: 14px;
    position: absolute;
    font-size: 1rem;
  }
  .popup7 i {
      width: 100px;
      margin-top: 10px;
      border-radius: 50%;
      color: #0361fe;
      margin-left: 820px;
      cursor: pointer;
  }
  
  .popup7 p {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 10px;
  }
  
  .pop_head7{
    background-color: rgba(255,175,48,1);
    height: 51px;
  }
  .open-popup7 {
      display: block;
      top: 50%;
      transform: translate(-50%,-50%) scale(1);
      width: 333px;
      height: 481px;
  }
  
  .text1{
    width: 138px;
    height: 30px;
  }
  
  .form1 {
    position: relative;
    top: 8px;
    left: 60px;
    width: 801px;
    height: 36px;
  }
  #name {
    font-size: 20px;
    position: relative;
    left: 754px;
    top: 10px;
  }
  .box{
    margin-top: 37px;
  }
  
  #pop-btn1 {
    width: 801px;
    height: 36px;
    margin-top: 27px;
    font-size: 20px;
    font-weight: 400;
    background: #0361fe;
    color: #ffffff;
  }
  
  .upload-area-title{
      font-size: 20px;
      font-weight: 400;
      width: 111px;
      height: 30px;
      margin-left: 38px;
  }
  
  .uploadlabel{
    width: 801px;
    height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed rgba(0,0,0,0.5);
    margin-left: 42px;
    margin-top: 18px;
    font-size: 20px;
  }
  
  #Inquiry {
    width: 75px;
    height: 33px;
    position: relative;
    top: 28px;
    left: 25px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
  }
  #admin{
    color: #ff2c00;
    width: 54px;
    height: 24px;
    font-stretch: Poppins;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 25px;
  }
  #admin1{
    color: #ff2c00;
    width: 54px;
    height: 24px;
    font-stretch: Poppins;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: -51px;
    left: 25px;
  }
  #admin2{
    color: #ff2c00;
    width: 54px;
    height: 24px;
    font-stretch: Poppins;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: -130px;
    left: 25px;
  }
  
  
  #Delivery {
    width: 65px;
    height: 24px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #059555;
    top: -91px;
    position: relative;
    left: 25px;
  }
  
  #date{
    width: 78px;
    height: 18px;
    font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  left: 190px;
  position: relative;
  top: -32px;
  }
  
  #date1{
    width: 78px;
    height: 18px;
    font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  left: 190px;
  position: relative;
  top: -69px;
  }
  #date2 {
    width: 78px;
    height: 18px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    left: 190px;
    position: relative;
    top: -110px;
  }
  
  #date3{
    width: 78px;
    height: 18px;
    font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  left: 190px;
  position: relative;
  top: -151px;
  }
  
  #para {
    width: 283px;
    height: 54px;
    position: relative;
    top: -46px;
    left: 25px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000094;
  }
  #para1 {
    width: 283px;
    height: 54px;
    position: relative;
    top: -79px;
    left: 25px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000094;
  }
  #para2 {
    width: 283px;
    height: 54px;
    position: relative;
    top: -112px;
    left: 25px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000094;
  }
  #para3 {
    width: 283px;
    height: 54px;
    position: relative;
    top: -158px;
    left: 25px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000094;
  }
  
  @media (max-width: 767px) {
    /* Styles for screens smaller than 767px (e.g., phones) */
    #popup7 {
        max-width: 90%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    /* Styles for screens between 768px and 991px (e.g., tablets) */
    #popup7{
        max-width: 70%;
    }
  }
  
  @media (min-width: 992px) {
    /* Styles for screens larger than 991px (e.g., desktops) */
    #popup7 {
        max-width: 60%;
    }
  }
  
  
  
  /* -------------------------------------------------------------------------- */
  /* Profile Popup Styles */
  #overlayin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  #profilepopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1001;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    width: 518px;
  height: 556px;
  
  }
  
  .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
  }
  
  
  #profileBtn{
    border: none;
    background: none;
  }
  
  .closeBtn:hover,
  .closeBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    border: none;
  }
  
  
  
  @media (max-width: 575.98px) {
    /* Additional styles for extra small devices go here */
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #profilepopup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      z-index: 1001;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      display: none;
      width: 355px;
      height: 556px;
  }
  .boxpro1 {
    width: 150px;
    height: 40px;
    top: -44px;
    left: -47px;
    border-radius: 5px;
    background: rgba(29, 33, 40, 1);
    margin-top: 60px;
    margin-left: 40px;
    position: relative;
  }
  .contact_card {
    width: 12px;
    height: 24px;
    top: 9px;
    left: -19px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-left: 50px;
    position: relative;
    text-decoration: none;
  }
  .boxpro2 {
    width: 150px;
    height: 40px;
    top: -84px;
    left: -87px;
    border-radius: 5px;
    background: rgba(29, 33, 40, 1);
    margin-left: 248px;
    margin-top: -34px;
    position: relative;
  }
  .email_card {
    width: 224px;
    height: 24px;
    top: 6px;
    left: 0px;
    font-family: Poppins;
    font-size: 9px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: inline;
    color: rgba(255, 255, 255, 1);
    margin-left: 13px;
    position: relative;
    text-decoration: none;
  }
  .box3 {
    width: 277px;
    height: 114px;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: 1px;
    color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    margin-left: 26px;
    position: relative;
  }
  .num1 {
    width: 99px;
    height: 24px;
    top: -8px;
    left: -141px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    margin-left: 303px;
    margin-top: -23px;
    position: relative;
  }
  .photo1 {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 6px;
    position: relative;
  }
  .keta {
    width: 123px;
    height: 27px;
    top: 34px;
    left: -7px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
  }
  .last {
    width: 187px;
    height: 24px;
    top: 13px;
    left: -46px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    color: #00000080;
  }
  .editpf h4 {
    width: 72px;
    height: 24px;
    top: 71px;
    left: 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .acinfo h4 {
    width: 89px;
    height: 24px;
    top: 71px;
    left: 60px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .otherinfo h4 {
    width: 69px;
    height: -20px;
    top: 110px;
    left: 167px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 0;
    margin-top: 0;
    position: relative;
  }
  }
  
  /* Media query for screens between 576px and 767.98px (small devices) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .boxpro1 {
      width: 237px;
      height: 54px;
      top: -44px;
      left: -47px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-top: 60px;
      margin-left: 40px;
      position: relative;
    }
    .boxpro2{
      width: 237px;
      height: 54px;
      top: 17px;
      left: -244px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-left: 248px;
      margin-top: -34px;
      position: relative;
    }
    .contact_card{
      width: 12px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color:  rgba(255, 255, 255, 1);
      margin-left: 50px;
      position: relative;
      text-decoration: none;
    }
    .email_card{
      width: 224px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      display: inline;
      color:rgba(255, 255, 255, 1);
      margin-left: 13px;
      position: relative;
      text-decoration: none;
    }
    .box3 {
      width: 384px;
      height: 114px;
      top: 0;
      left: 0;
      border-radius: 5px;
      border: 1px;
      color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),linear-gradient(0deg, #FFFFFF, #FFFFFF);
      border: 1px solid rgba(0, 0, 0, 0.25);
      margin-top: 40px;
      margin-left: 26px;
      position: relative;
  }
  .num1   {
    width: 99px;
    height: 24px;
    top: -8px;
    left: -45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    margin-left: 303px;
    margin-top: -23px;
    position: relative;
  }
  .photo1 {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 52px;
    position: relative;
  }
  .keta {
    width: 123px;
    height: 27px;
    top: 34px;
    left: 37px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
  }
  
  .last{
      width: 187px;
      height: 24px;
      top: 13px;
      left: 7px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      position: relative;
      color: #00000080;
  }
  
  .editpf h4{
    width: 72px;
    height: 24px;
    top: 71px;
    left: 24px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .acinfo h4 {
    width: 89px;
    height: 24px;
    top: 71px;
    left: 123px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  
  .otherinfo h4 {
    width: 69px;
    height: -20px;
    top: 29px;
    left: 319px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 0;
    margin-top: 0;
    position: relative;
  }
  
  }
  
  /* Media query for screens between 768px and 991.98px (medium devices) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .boxpro1 {
      width: 237px;
      height: 54px;
      top: -44px;
      left: -47px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-top: 60px;
      margin-left: 40px;
      position: relative;
    }
    .boxpro2{
      width: 237px;
      height: 54px;
      top: 17px;
      left: -244px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-left: 248px;
      margin-top: -34px;
      position: relative;
    }
    .contact_card{
      width: 12px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color:  rgba(255, 255, 255, 1);
      margin-left: 50px;
      position: relative;
      text-decoration: none;
    }
    .email_card{
      width: 224px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      display: inline;
      color:rgba(255, 255, 255, 1);
      margin-left: 13px;
      position: relative;
      text-decoration: none;
    }
    .box3 {
      width: 384px;
      height: 114px;
      top: 0;
      left: 0;
      border-radius: 5px;
      border: 1px;
      color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),linear-gradient(0deg, #FFFFFF, #FFFFFF);
      border: 1px solid rgba(0, 0, 0, 0.25);
      margin-top: 40px;
      margin-left: 26px;
      position: relative;
  }
  .num1   {
    width: 99px;
    height: 24px;
    top: -8px;
    left: -45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    margin-left: 303px;
    margin-top: -23px;
    position: relative;
  }
  .photo1 {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 52px;
    position: relative;
  }
  .keta {
    width: 123px;
    height: 27px;
    top: 34px;
    left: 37px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
  }
  
  .last{
      width: 187px;
      height: 24px;
      top: 13px;
      left: 7px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      position: relative;
      color: #00000080;
  }
  
  .editpf h4{
    width: 72px;
    height: 24px;
    top: 71px;
    left: 24px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .acinfo h4 {
    width: 89px;
    height: 24px;
    top: 71px;
    left: 123px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  
  .otherinfo h4 {
    width: 69px;
    height: -20px;
    top: 29px;
    left: 319px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 0;
    margin-top: 0;
    position: relative;
  }
  
  }
  
  /* Media query for screens between 992px and 1199.98px (large devices) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .boxpro1 {
      width: 237px;
      height: 54px;
      top: -44px;
      left: -47px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-top: 60px;
      margin-left: 40px;
      position: relative;
    }
    .boxpro2{
      width: 237px;
      height: 54px;
      top: 17px;
      left: -244px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-left: 248px;
      margin-top: -34px;
      position: relative;
    }
    .contact_card{
      width: 12px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color:  rgba(255, 255, 255, 1);
      margin-left: 50px;
      position: relative;
      text-decoration: none;
    }
    .contact_card{
      width: 12px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color:  rgba(255, 255, 255, 1);
      margin-left: 50px;
      position: relative;
      text-decoration: none;
    }
    .email_card{
      width: 224px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      display: inline;
      color:rgba(255, 255, 255, 1);
      margin-left: 13px;
      position: relative;
      text-decoration: none;
    }
    .box3 {
      width: 384px;
      height: 114px;
      top: 0;
      left: 0;
      border-radius: 5px;
      border: 1px;
      color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),linear-gradient(0deg, #FFFFFF, #FFFFFF);
      border: 1px solid rgba(0, 0, 0, 0.25);
      margin-top: 40px;
      margin-left: 26px;
      position: relative;
  }
  .num1   {
    width: 99px;
    height: 24px;
    top: -8px;
    left: -45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    margin-left: 303px;
    margin-top: -23px;
    position: relative;
  }
  .photo1 {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 52px;
    position: relative;
  }
  .keta {
    width: 123px;
    height: 27px;
    top: 34px;
    left: 37px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
  }
  
  .last{
      width: 187px;
      height: 24px;
      top: 13px;
      left: 7px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      position: relative;
      color: #00000080;
  }
  
  .editpf h4{
    width: 72px;
    height: 24px;
    top: 71px;
    left: 24px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .acinfo h4 {
    width: 89px;
    height: 24px;
    top: 71px;
    left: 123px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  
  .otherinfo h4 {
    width: 69px;
    height: -20px;
    top: 29px;
    left: 319px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 0;
    margin-top: 0;
    position: relative;
  }
  
  }
  
  /* Media query for screens 1200px and larger (extra large devices) */
  @media (min-width: 1200px) {
    .boxpro1 {
      width: 237px;
      height: 54px;
      top: -44px;
      left: -47px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-top: 60px;
      margin-left: 40px;
      position: relative;
    }
    .boxpro2{
      width: 237px;
      height: 54px;
      top: 17px;
      left: -244px;
      border-radius: 5px;
      background: rgba(29, 33, 40, 1);
      margin-left: 248px;
      margin-top: -34px;
      position: relative;
    }
    .contact_card{
      width: 12px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color:  rgba(255, 255, 255, 1);
      margin-left: 50px;
      position: relative;
      text-decoration: none;
    }
    .email_card{
      width: 224px;
      height: 24px;
      top: 16px;
      left: 19px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      display: inline;
      color:rgba(255, 255, 255, 1);
      margin-left: 13px;
      position: relative;
      text-decoration: none;
    }
    .box3 {
      width: 384px;
      height: 114px;
      top: 0;
      left: 0;
      border-radius: 5px;
      border: 1px;
      color: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),linear-gradient(0deg, #FFFFFF, #FFFFFF);
      border: 1px solid rgba(0, 0, 0, 0.25);
      margin-top: 40px;
      margin-left: 26px;
      position: relative;
  }
  .num1   {
    width: 99px;
    height: 24px;
    top: -8px;
    left: -45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    margin-left: 303px;
    margin-top: -23px;
    position: relative;
  }
  .photo1 {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 52px;
    position: relative;
  }
  .keta {
    width: 123px;
    height: 27px;
    top: 34px;
    left: 37px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
  }
  
  .last{
      width: 187px;
      height: 24px;
      top: 13px;
      left: 7px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      position: relative;
      color: #00000080;
  }
  
  .editpf h4{
    width: 72px;
    height: 24px;
    top: 71px;
    left: 24px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  .acinfo h4 {
    width: 89px;
    height: 24px;
    top: 71px;
    left: 123px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 20px;
    margin-top: 40px;
    position: relative;
  }
  
  .otherinfo h4 {
    width: 69px;
    height: -20px;
    top: 29px;
    left: 319px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 5);
    margin: 0;
    margin-top: 0;
    position: relative;
  }
  
  }
  
  
  
  
  .men-prof{
    width: 76px;
    height: 33px;
    top: -90px;
    left: -16px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px;
    text-align: start;
    margin-top: -25px;
    position: relative;
  }
  
  .men-prof h4:hover {
    background: none;
    border-bottom: 4px solid #0361FE;
    ;
  }
  
  .mob{
    width: 116px;
    height: 24px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 19px;
    margin-left: 12px;
  }
  
  .addr{
    width: 73px;
    height: 24px;
    top: -9px;
    left: 0px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 19px;
    margin-left: 12px;
    position: relative;
  }


  /* ------------------------------footer------------------------------------ */
  
  footer {
    background-color: black;
    padding: 20px 0;
    color: #495057;
    height: auto;
  }

  #footlogo{
    width: 141px;
    height: 121px;
    top: 1236px;
    left: 100px;
    
  }
  p#follow{
    font-family: Poppins;
font-size: 18px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
color: #ffffff;
  }

  #iconf1 {
    margin-left: 0px;
    width: 44px;
    padding: 5px;
}

  .footlink{
    color: #ffffff;
  font-size: 14px;
  }

  .cont1 p{
    color: #FFFFFF;
  }
  #coicon1
  {
      width: 24px;
  }

  .post1{
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    margin-top: 12px;
  }

  #posticon{
    width: 60px;
    height: 60px;
  }