body {
    background-color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 400;
     /* color: #7a7d82; 
     color: #5c5f65; */
     color: #3e4146;
     
  
}

.col-md-8 p {
    font-size: 17px !important;
    line-height: 22px;
}

p {
    font-size: 17px !important;
}

.hpmain {
    width: 97%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.search-filter-box {
    width: 420px;
    padding: 30px;
    background-color: #ffffff;
    margin-top: 0px;
}

.search-input,
.search-select {
  width: 100%;
  padding: 12px 14px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background-color: #f9f9f9;
  outline: none;
}

.search-input::placeholder {
  color: #888;
}

.slider-container {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.distance-slider {
  width: 100%;
  margin-top: 5px;
  accent-color: #e60028;
}


.search-btn {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: 16px;
  background-color: #e60028;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background-color: #c00020;
}


.searchiconcont {
  display: none;
}



.input-with-icon {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .input-with-icon i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
  }
  
  .input-with-icon input {
    width: 100%;
    padding: 12px 12px 12px 40px; /* left padding for icon space */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
  }
  
  .select-with-icon {
    position: relative;
    width: 100%;
  }
  
  .select-with-icon i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 16px;
  }
  
  .select-with-icon select.search-select {
    width: 100%;
    padding: 12px 12px 12px 40px; /* padding-left for the icon */
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background-color: #f9f9f9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  





.listing-card {
    max-width: 336px;
    height: 495px !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(196, 196, 196, 0.3), -3px -3px 5px rgba(196, 196, 196, 0.3);
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
  /* Your styles for larger screens */
  .listing-card {
    max-width: 420px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(196, 196, 196, 0.3), -3px -3px 5px rgba(196, 196, 196, 0.3);
    margin-bottom: 30px;
}

}


.hpinfotxt {
    font-size:14px;
    line-height:13px;
}

.imageandlogocont {
    width: 100% !important;
    height: 224px !important;
    background-color: #ffffff !important;
    overflow: hidden;
    position: relative;
    
}
    
.homepagegalleryimg {
    width: 100%;
    height: 224px;
    overflow:hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}


.homepagegalleryimg img {
    min-width: 100%;
    min-height: 224px;
    aspect-ratio: auto !important; 
}

.homepagelogo {
    width:70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right:20px;
}

.homepagelogoimg {
    height: 70px !important;
    display: flex;
    justify-content: center
}    


.listing-content {
padding: 0px 20px 20px 20px;
margin-bottom: 21px !important;    
}


.listing-content h5 {
    font-size: 19px !important;
    line-height: 19px;
    margin:0px !important;
    font-weight: bold;
}

.listing-content h5 a {
color: #0e1217 !important;
text-decoration: none !important;
}

.hptagline {
    font-size:13px !important;
    margin-top:2px;
}
.hp {
    font-size:12px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
}

.hp a {
color: #757677 !important;
text-decoration: none !important; 
}


.ratingscontainer {
    width:48%;
    height: 20px;
    float: left;
}


.likescontainer {
    width:50%;
    height: 20px;
    text-align: right;
    float: left;
}

.hpiconcont {
    width: 56px;
    height: 56px;
    float: left;
}

.hpphoneandemail {
    width: 175px;
    height: 56px;
    float: left;
}

.clear {
    width: 100%;
    height: 2px;
    overflow: hidden;
}


.listing-meta-icons {
    border-top:solid 1px #d1d2d2;
    padding-top:10px;
}







.button-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .icon-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .icon-btn:hover {
    background: #e0e0e0;
  }

  .icon-btn i {
    font-size: 18px;
    color: #111;
  }

  .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e30613;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .icon-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .icon-btn:hover {
    background: #e0e0e0;
  }

  .icon-btn i {
    font-size: 18px;
    color: #111;
  }

  .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e30613;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*************************************************************************/

.mobileonly {
  display: none !important;
}
.menumaincont {
    width: 100%;
    height:105px;
    background-color: #ffffff;
    overflow: hidden;
    
}

.logocont {
    width: 315px;
    height: 98px;
    float: left;
    margin: 25px 20px 0px 20px;
}
.logo {
    width:245px !important;
}

.headerconnectcont {
    width: 250px;
    height:20px;
    overflow: hidden;
    margin-left:20px;
}
.headerconnecttxt {
    font-size:12px;
    line-height:0px;
    color:#c0c0c0;
    text-decoration: none;
    font-weight: bold;
    margin-top: -5px !important;
}

.headerconnecttxt:hover {
    color:#ffffff;
}

.headerenvilopecont {
    width:25px;
    height: 20px;
    float: left;
}

.headerconntxtcont {
    width:200px;
    height: 12px;
    margin-top: -2px;
    float: left;
}


.headerauth {
    font-size:13px !important;
    font-weight: bold;
    margin-right: 20px;
}

.headerauth a {
    color:#fff !important;
    text-decoration: none!important;
}


.menuitems-cont {
    width: 56%;
    margin-top:35px;
    padding-top:7px;
    float: right;
    font-weight: bold;
}

.menuitems-cont li {
    font-size:14px !important;
    display:inline;
    margin-right: 25px !important;
}

.menuitems-cont li a {
    color: #0e1217 !important;
    text-decoration: none;
}


.addbusinesscont {
    min-width:126px;
    height: 49px;
    margin-top:35px;
    margin-right: 20px;
    font-size: 15px;
    float: right;
}

.addbusinesscont a {
    font-weight: bold;
    text-decoration:none;
    padding: 12px 21px 14px 21px;
    border-radius: 22px;
    background-color: #e90b35;
    color: #ffffff;
}




.clear {
    width: 100%;
    height:1px;
    overflow: hidden;
    clear:both;
}



/*******************************Login**************************************/

.logincontainer {
    width: 500px;
    min-height: 420px;
    background-color: #ffffff;
    border: solid 1px #ebeced;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 2px 5px 10px #dedfdf;
    padding: 10px 20px;
    text-align: center;
}

.regcontainer {
    width: 500px;
    min-height: 504px;
    background-color: #ffffff;
    border: solid 1px #ebeced;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 2px 5px 10px #dedfdf;
    padding: 10px 20px;
    text-align: center;
}

.logincontainer a, .regcontainer a {
    text-decoration: none;
    color: #2a8151;
}

.loginbtn {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 49px;
    margin-top:7px;
    margin-bottom:15px;
    background-color:#2b8a56;
    border:solid 1px #2a8151;
    border-radius:21px;
    color: #ffffff;
}

.regloginput {
    width: 80%;
    height: 49px;
    padding:3px 7px;
    border: solid 1px #cacdd0;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

.beloggedin {
    font-size:20px;
    line-height:28px;
    font-weight: bold;
    color:#2b8a56;
    margin-top:10px;
    margin-bottom: 21px;
}



/*****************************USER****************************************/
.user_sidebar {
    width: 315px;
    padding: 30px;
    border-radius: 14px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}
.user_sidebar h2 { font-size: 18px; margin-top: 0; }
.user_sidebar a { display: block; margin: 10px 0; text-decoration: none; color: #333; }


.main { 
    width: 70%;
    min-height: 375px;
    border-radius: 14px;
    background-color: #ffffff;
    float:left;
    margin-left: 35px; 
    padding: 20px; 
}
.dashboard-title { font-size: 24px; margin-bottom: 20px; }
.grid { display: flex; flex-wrap: wrap; gap: 20px; }
.card { flex: 1 1 calc(33.333% - 10px); min-width: 150px; padding: 20px; color: white; border-radius: 8px; text-align: center; }
.green { background: #28a745; }
.blue { background: #007bff; }
.navy { background: #001f3f; }
.red { background: #dc3545; }
.yellow { background: #ffc107; color: #000; }

.user-dashboard { padding: 20px; }
.user-dashboard table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.user-dashboard th, .user-dashboard td { padding: 10px; border: 1px solid #ccc; text-align: left; }
.user-dashboard form { margin-top: 20px; }
.user-dashboard label { display: block; margin-bottom: 10px; }


.myprofile_left {
    width: 35%;
    height:105px;
    margin-right: 25px;
    margin-bottom: 0px;
    overflow: hidden;
    float: left;
}

.userdashinput {
    width: 91%;
    height: 49px;
    padding:3px 7px;
    border: solid 1px #cacdd0;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
}



/*-----------------------------------------------DETAIL------------------------------------------------------------------------*/


.detailgalcont {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #888;
}

.galimagecont {
    width: 420px;
    height:300px;
    margin-left: 2px;
    overflow: hidden;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.galimage {
    width: 420px;
}


.gallery-scroll-wrapper {
  position: relative;
}
.gallery-scroll {
  display: flex;
  overflow-x: auto;
  gap: 3px;
  scroll-behavior: smooth;
}
.gallery-scroll::-webkit-scrollbar {
  display: none;
}
.gallery-item {
  flex-shrink: 0;
  width: 357px;
}
.gallery-item img {
  width: 100%;
  height: 329px;
  object-fit: cover;
/*     border-radius: 5px; */
}
.gallery-item1 {
  flex-shrink: 0;
  width: 476px;
}
.gallery-item1 img {
  width: 100%;
  height: 329px;
  object-fit: cover;
/*     border-radius: 5px; */
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.scroll-left { left: 10px; }
.scroll-right { right: 10px; }

.detailclogomain {
    width: 100%;
    height: 162px;
    padding-top: 1px;
    padding-bottom: 2px;
    background-color: #F0F0F0;

}

.detailscompanylogo {
    display: flex;
    width:119px;
    height:112px;
    box-shadow: 2px 2px 5px rgba(196, 196, 196, 0.3), -3px -3px 5px rgba(196, 196, 196, 0.3);
    float: left;
    margin: 0px 20px 0px 0px;
    border-radius: 7px;
    background-color: #ffffff;
    justify-content: center; /* Horizontal */
    align-items: center;     /* Vertical */
}

.detailscompname {
    width: 40%;
    height: 40px;
    float: left;
    padding: 10px 0px 0px 0px;
}

.detailscompname h3 {
    font-size: 30px !important;
    line-height: 23px !important;
    color: #202529;
}

.detailscompname p {
    line-height: 14px !important;
    margin-bottom: 0px !important;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f3f3f3;
  color: #222;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
.social-icon:hover {
  background-color: #e0e0e0;
  color: #000;
}


.complogo {
    width: 105px;
}

.rightsidetxt {
    color: #888 !important;
}

.submitheader {
    font-size: 21px;
    line-height: 10px;
    text-transform: uppercase;
}

/******************************************Submit-Form*****************************/

.submitformleft {
    width:49%;
    height:70px;
    margin-bottom: 22px;
    float: left;
}

.submitformright {
    width:49%;
    height:70px;
    margin-bottom: 22px;
    float: right;
}

.opentimescont {
    margin-bottom: 25px !important;
}

.timescont {
    margin-top: 7px !important;
}

.sublisting {
    padding: 10px 42px;
    margin: 10px auto 0px auto;
}

/*=============================================
                        Pricing Table
=============================================*/

.border-radius-5 {border-radius:5px;}
.border-radius-10 {border-radius:10px;}
.border-radius-15 {border-radius:15px;}
.border-radius-20 {border-radius:20px;}
.border-radius-25 {border-radius:25px;}


.pricing-table {
    margin: 40px 0;
}
.pricing-box {
  
    border: solid 1px #cbcccd;
    padding: 40px 42px;
    text-align: center;
    background: #fff;
	transition: all 0.2s ease;
}
.pricing-box i {
    font-size: 40px;
    color: #212121;
}

.pricing-box:hover {
    box-shadow: 0 8px 12px 5px rgba(17,21,23,.1);
}

.pricing-box h4 {
    font-size: 21px;
    letter-spacing: 0px !important;
    text-transform:uppercase;
    font-weight: 700;
}
.pricing-box h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #d42e22;
    font-size: 37px;
    font-weight: 700;
}
.pricing-box h2 sup {
  font-size: 18px;
  line-height: 0px;
  padding-right: 2px;
  margin-top: -5px;
}


.pricing-box ul{margin:20px 0;padding:0;}
.pricing-box li{display:block;margin-bottom:10px;list-style:none;font-size: 16px;}

.pricing-box-bottom{margin-top:40px;}

.pricing-table-featured {
    margin: 5px 0;
}

.pricing-table-featured .pricicng-feature {
    min-height: 180px;
}

.submitbusines {
    font-weight: bold;
    text-decoration:none;
    padding: 12px 35px 14px 35px;
    border-radius: 28px;
    background-color: #e90b35;
    color: #ffffff;
}

.submitbusines:hover {
    font-weight: bold;
    text-decoration:none;
    padding: 12px 35px 14px 35px;
    border-radius: 28px;
    background-color: #1ca94a;
    color: #ffffff;
}

.section-heading {
    width: 100%;
    margin: 35px auto 0px auto;
    text-align: center;
    font-size: 21px !important;
}



.gotosubmit {
    font-weight: bold;
    text-decoration:none;
    padding: 12px 35px 14px 35px;
    margin: 25px 0px 7px 0px;
    border-radius: 28px;
    background-color: #2a8151;
    color: #ffffff;
}



.gotodash {
    font-weight: bold;
    text-decoration:none;
    padding: 12px 35px 14px 35px;
    border-radius: 28px;
    background-color: #333;
    color: #ffffff;
}


.thankyoucontainer {
    width: 40%;
    min-height: 350px;
    margin: 80px auto 0px auto;
}


.thankyoucontainer a {
    color: #333;
    text-decoration: none;
}

.thankyoucontainer a:hover {
    color: #333;
    text-decoration: underline;
}


.gotosubmit a {
    color: #ffffff !important;
}

.gotosubmit a:hover {
    text-decoration: none !important;
}


.detailscontactcont {
    width: 100%;
    min-height: 200px;
    box-shadow: 2px 2px 5px rgba(196, 196, 196, 0.3), -3px -3px 5px rgba(196, 196, 196, 0.3);
    padding:20px;
    margin-top: -4px;
    margin-bottom: 25px;
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.detailscontactcont a {
    color: #187336;
    text-decoration: none;
}
.dccleft {
    width: 40px;
    height: 42px;
    margin-top: 7px;
    color: #e90b35;
    float: left;
}

.dccright {
    width: 80%;
    height: 42px;
    margin-top: 7px;
    float: left;
}


.contact-form-wrapper {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    margin-bottom: 25px;
  }
  
  .contact-form-wrapper h5 {
    font-size: 21x !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    color: #202529;
  }
  
  .contact-form-wrapper input,
  .contact-form-wrapper textarea {
    width: 100%;
    padding: 16px 16px;
    margin-bottom: 20px !important;
    border: none;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-size: 16x;
    color: #444;
    box-sizing: border-box;
    outline: none;
  }
  
  .contact-form-wrapper textarea {
    min-height: 147px;
    margin-top:-15px !important;
    resize: vertical;
  }
  
  .contact-form-wrapper button {
    background-color: #ec0e39;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 7px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .contact-form-wrapper button:hover {
    background-color: #c00c30;
  }
  
  .line {
    width: 100%;
    height: 2px;
    margin: 35px auto;
    overflow: hidden;
    border-top: solid 1px #c0c0c0;
  }

  .workinghours {
    width: 100%;
    padding: 20px;
  }

  .ohdevider {
    width: 100%;
    height: 14px;
    overflow: hidden;
    clear: both;
  }

  .contsocialscontainer {
    width: 91%;
    min-height: 56px;
    margin: 3px auto 0px auto;
  }

  .contsocialscontainer a {
    color: #202529;
  }


  /*------------------------------FOOTER-------------------------------------------*/
  .footercont {
    width: 100%;
    height: 56px;
    padding-top: 15px;
    background-color: #000;
    color: #F5F5F5;
  }

  .footercont a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }

  .footerinner {
    width: 84%;
    padding: 28px auto;
    margin: 0px auto;
    text-align: center;
  }

  .footercatname {
    text-transform: capitalize;
  } 

    
  .footer-bottom {
    border-top: 1px solid #222;
    background-color: #000;
    margin-top: 0px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-bottom p {
    margin-bottom: 10px;
    font-size: 12px !important;
  }

  .footer-bottom p a {
    text-decoration: none;
    color: #7a7d82;
    font-size: 13px !important;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    font-size: 16px;
  }
  
  .social-icons i {
    background-color: #111;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: background 0.3s;
  }
  
  .social-icons i:hover {
    background-color: #e60028;
  }
  
  .fseccont {
      width: 189px;
      height:84px;
      margin: 10px auto;
  }
  
  .fsec {
      width: 189px;
  }
  

  /*-------------------------------------------------------------------------------*/

  .sectionsheadercont {
    width: 100%;
    min-height: 42px;
    padding: 10px 0px;
    border-top: solid 1px #9ea8ae;
    border-bottom: solid 1px #9ea8ae;
    margin-bottom: 20px;
  }

  .sectionsheadercont h1 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #71797E !important;
  }



  /*-----------------------------------------------Share Button------------------------------*/

  .share-container {
    width: 178px;
    height: 84px;
    float: right;
    position: relative;
    display: inline-block;
  }
  
  .share-main-button {
    background-color: #e60023;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .share-popup {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 999;
  }
  
  .share-popup::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  
  .share-icon {
    display: inline-block;
    margin: 0 5px;
    background: #eee;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  


  /**************************Stars*******************************/

  .star-rating .fa-star {
    font-size: 15px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }

  .star-rating {
    direction: ltr;
  }
  
  .avg-rating-text {
    margin-left: 8px;
    font-size: 14px;
    color: #656;
  }
  
.aboutcontainer {
  width: 98%;
  margin: 21px auto 0px auto;
  padding: 30px 10px 10px 10px;
  border-top: solid 1px #E5E4E2;
  color: #41424c !important;
}


.aboutleft {
    width: 46%;
    float: left;
}

.aboutcontainer h2 {
  font-size: 28px;
  font-weight: bold;
}

.aboutcontainer h3 {
  font-size: 25px;
  margin-top: 35px;
}

.aboutcontainer h4 {
  font-size: 19px;
  font-weight: bold;
  margin-top: 21px;
}

.aboutcontainer a {
  text-decoration: none;
  font-weight: bold;
  color: #187336;
}

.mobisearchcont {
  display: none;
  visibility: hidden;
}

.contactcont {
  width: 56%;
  min-height: 560px;
  border-radius: 21px;
  padding: 28px;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin: 20px auto; */
}



/************************REASONS PAGE********************************/

.reasonscontainer {
  width: 91%;
  margin: 21px auto 0px auto;
  padding: 30px 10px 10px 10px;
  border-top: solid 1px #E5E4E2;
  color: #41424c !important;
}

.reasonscontainer h2 {
  font-size: 28px;
  font-weight: bold;
}

.reasonscontainer h4 {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 21px;
}

.reasonscontainer a {
  text-decoration: none;
  font-weight: bold;
  color: #187336;
}


.reasonsleft {
  width: 60%;
  float: left;
}

.latestlistings {
  width: 30%;
  margin-left: 5%;
  float: right;
}


.social-login {
  width: 50%;
  margin: 0px auto;
  color: #ffffff;
}
.social-login a {
  color: #ffffff;
  margin-bottom: 15px;
}

.blackcnt {
  color: #000;
}

.regmanually {
  width: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: -20px auto 20px auto;
  border: none;
  border-radius: 7px;;
  background-color: #1ca94a;
  color: #ffffff;
}
.calcheadleft {
  width: 84%;
  height: 40px;
  float: left;
}

.calcheadleft h1 {
  text-transform: capitalize;
  font-size: 28px;
}

.calcheadright {
  width: 30%;
  height: 70px;
  float: left;
  margin-left: 3%;
}

.calculatorsleft {
  width: 47%; 
  padding: 0px;
  margin-left: -20px;
  float: left; 
}

.calculatorsleft h3 {
  color: #000;
}

.calculatorsleft h4 {
  color: #000;
  margin-top: 35px;
}

.calculatorcontainer {
  width: 99%; 
  padding: 28px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #001f3f;
  color: #ffffff;
}

.calculatorsleft a {
  color: #28a745;
  font-weight: bold;
  text-decoration: none;
}




.calculatorsright {
  width: 49%; 
  height: 2225px;
  padding-left: 20px;
  border-left: solid 1px #e5e6eb;
  margin-left: 70px;
  margin-bottom: 20px;
  float: left; 
  text-align: left !important;
}

.calculatorsright h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left !important;
}

.calcnote {
  font-size: 13px !important;
  font-style: italic;
  margin-top: 20px;
}
.age1 {
  width: 105px;
  height: 35px;
  float: left;
}

.age2 {
  width: 203px;
  height: 35px;
  float: left;
}

.age3 {
  width: 105px;
  height: 35px;
  float: left;
}

.calculatorsright .col-md-6 {
  flex: 0 0 48%;      /* ✅ two per row */
  max-width: 48%;
  box-sizing: border-box;
}

.artimg {
  width: 100%;
  max-width: 700px;
}

.artimg img {
  width: 100%;
}


/* --- Mobile Quick Add (+) button --- */
.mobile-add-btn{
  display:inline-flex;
  align-items:center; justify-content:center;
  width:28px; height:28px;
  border-radius:50%;
  background:#e90b35;           /* red */
  text-decoration:none;
  margin-left:12px;
}
.mobile-add-btn i{ color:#fff; font-size:14px; line-height:1; }

/* --- Slide panel under logo (mobile only) --- */
.mobile-add-panel{
  background:#fff;
  border-top:1px solid #e9ecef;
  border-bottom:1px solid #e9ecef;
  overflow:hidden;
  max-height:0;                 /* collapsed */
  transition:max-height .35s ease;
}

/* Big pill button style (match your brand) */
.mobile-add-cta{
  background:#e90b35; border:0; color:#fff;
}
.mobile-add-cta:hover,
.mobile-add-cta:focus{ background:#cc0a30; color:#fff; }

/* Responsive visibility */
@media (min-width: 992px){        /* lg and up */
  .mobile-add-panel{ display:none !important; }
}



































  /************************* MOBILE *******************************/

  @media only screen and (max-width: 600px) {


    .aboutcontainer {
      width: 95%;
      margin: 0px auto;
      padding: 30px 10px 10px 10px;
      border-top: solid 1px #E5E4E2;
    }
    
    .aboutleft {
    width: 99%;
    float: left;
}
    
.reasonscontainer {
  width: 96%;
  margin: 21px auto 0px auto;
  padding: 30px 10px 10px 10px;
  border-top: solid 1px #E5E4E2;
  color: #41424c !important;
}

.reasonsleft {
  width: 99%;
  float: none;
}

.latestlistings {
  width: 99%;
  margin-left:0;
  float: none;
}


    .deskheader, .addbusinesscont, .menuitems-cont {
        display: none !important;
    }

    .deskonly {
      display: none;
    }

    .mobileonly {
        display:block !important;
      }

      .mobilenav {
        text-align: right;
      }

      .mobilenav a {
        color: #ffffff;
        text-decoration: none;
      }

      .mobilenav li {
        margin: 11px;
      }

      .mobilenavbtn {
        margin-right: 10px !important;
        stroke: none !important;
        border: none !important;
      }

      .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
      }      

      .rightfloat {
        float: right !important;
      }

      .searchiconcont {
        display: block;
        width: 100%;
        height: 42px;
        padding-right: 17px;
        padding-top: 7px;
        padding-bottom: 5px;
        text-align: right;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
      }
      .searchiconst {
        font-size: 23px;
        color: #ccc;
        margin-top: 5px;
        margin-left: 8px;
      }

      .detailscompname h3 {
        font-size: 16px;
      }

      .mobisearchcont {
        display: block;
        visibility: visible;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 96%;
      }

      
.listing-card {
  max-width: 350px;
  margin: 0px auto 30px auto;
}


.logincontainer {
  width: 357px;
  min-height: 420px;
  background-color: #ffffff;
  border: solid 1px #ebeced;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 2px 5px 10px #dedfdf;
  padding: 10px 20px;
  text-align: center;
}

.regcontainer {
  width: 357px;
  min-height: 560px;
  background-color: #ffffff;
  border: solid 1px #ebeced;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 2px 5px 10px #dedfdf;
  padding: 10px 20px;
  text-align: center;
}

.regloginput {
  width: 90%;
  height: 49px;
  padding:3px 7px;
  border: solid 1px #cacdd0;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
}



.mobile-search-form {
  margin-top: -40px;
  margin-bottom:5px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease-in-out;
}

/* Show state */
.mobile-search-form.show {
  max-height: 1000px; /* High enough to fit content */
  opacity: 1;
}

.pricing-table {
width: 98% !important;
margin: 10px auto;
}

.mobileprodcont {
  width: 91px;
}

.myprofile_left {
  width: 99% !important;
  height:105px;
  margin-right: 25px;
  margin-bottom: 0px;
  overflow: hidden;
  float: left;
}



.calculatorsleft {
  width: 100%; 
  padding: 20px;
  margin-left: 0px;
  margin-bottom: 35px;
  border-radius: 21px;
/*  background-color: #dee0ea;*/
  background-color: #001f3f;
  color: #ffffff;
  float: left; 
}

.calculatorsleft h3, .calculatorsleft h4 {
  color:#ffffff;
}

.calculatorcontainer {
  width: 100%; 
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #001f3f;
  color: #ffffff;
}

.calcheadleft {
  width: 84%;
  height: 70px;
  float: left;
}

.calculatorsright {
  width: 100%; 
  height: 4500px;
  padding-left: 0px;
  border-left: none;
  margin-left: 0;
  float: left; 
  text-align: left !important;
}

.calculatorsright .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
  }