/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}
.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}
.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}
.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}
.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}
.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}
.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 10px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 40px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}


/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus, a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 50px;
  }
}
.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}
#navbarmain .nav-link {
  font-weight: 600;
  padding: 15px 15px;
  color: #fff;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.25s ease;
}
#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #e12454;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.header-top-bar {
  background: #fff;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-right-bar a span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.top-right-bar a i {
  color: #fff;
  font-size: 14px;
}


@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}
.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #e12454;
  background: #fff;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}
.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}
.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}
.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}
.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(225, 36, 84, 0.05);
  color: #e12454;
}
.navigation button:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-1 {
  background: url("../images/bg/122.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../") no-repeat;
  background-size: cover;
  min-height: 400px;
}
.banner .block {
  padding:10px 0px 20px;
}
.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
    
  }
  .banner {
    
    background: url("..") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
      
    background: url("..") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
      
    background: url("../") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .banner {
    background: url("../") no-repeat;
    background-size: cover;
  }
}
.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}
.appoinment-content img {
  width: 85%;
}
.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}
.appoinment-content .emergency h2 {
  color: #fff;
}
.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}
.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}
.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}
.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}
.feature-item h4 {
  color: #223a66;
}
.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}
.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(25px);
}
.counter-stat span {
  font-size: 70px;
  color: #fff;
}
.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}
.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.service .icon {
  float: left;
  margin-bottom: 10px;
}
.service i {
  color: #e12454;
}
.service h4 {
  padding-left: 20px;
}
.service .content {
  clear: both;
}

.service-block {
  border: 1px solid #eee;      /* light border */
  border-radius: 10px;         /* rounded corners */
  overflow: hidden;            /* makes image respect border radius */
  background: #fff;            /* optional, for clean look */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.service-block img {
  width: 100%;                 /* fill card width */
  height: 250px;               /* fixed height for uniformity */
  object-fit: cover;           /* crop image to fit box */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.img-box {
  position: relative;
  width: 100%;
  height: 250px;         /* fixed height for uniform grid */
  overflow: hidden;
  border-radius: 12px;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;           /* force full width */
  height: 100%;          /* force full height */
  object-fit: cover;     /* crop while filling */
  transition: opacity 0.5s ease;
}

.img-box .img-hover {
  opacity: 0;
}

.img-box:hover .img-hover {
  opacity: 1;
}

.img-box:hover .img-default {
  opacity: 0;
}

.department-service {
  margin-bottom: 40px;
}
.department-service li {
  margin-bottom: 10px;
}
.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}
.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}
.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}
.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}
.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}
.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}
.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.doctor-inner-box .doctor-profile .doctor-img {
  transition: all 0.35s ease;
}
.doctor-inner-box .doctor-profile .doctor-img:hover {
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}
.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
.cta {
  background: url("../images/bg/122.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 10px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../") no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0px 220px;
}

.testimonial {
  position: relative;
}
.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/about/testi.png") no-repeat 50% 50%;
}
.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}
.testimonial-block p {
  background: #fff;
  font-size: 18px;
}
.testimonial-block .client-info {
  margin-bottom: 20px;
}
.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}
.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: 0.08;
}
.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}
.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}
.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}
.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}
.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}
.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}
.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}
.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}
.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}
.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}
.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}
.details-sidebar .widget * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.details-sidebar .widget {
  padding: 10px; /* keep only what you want */
}

.sidebar-widget {
  margin-bottom: 10px;
  padding-bottom: 35px;
}
.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}
.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}
.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}
.sidebar-widget.latest-post .media p {
  font-size: 12px;
}
.sidebar-widget.category ul li {
  margin-bottom: 10px;
}
.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}
.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}
.sidebar-widget.category ul li span {
  margin-left: 10px;
}
.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}
.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}
.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}
.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}
.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #223a66;
}
.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}
.widget h4 {
  color: #223a66;
}
.widget .footer-menu a {
  color: #6F8BA4;
}
.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}
.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}
.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}
.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #223a66;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}
.backtop:hover {
  background-color: #e12454;
}
.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
#categories { margin-top:-85px; }
#categories .categories-wrapper { background:#FFF; padding:20px 30px; box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); }
#categories .owl-theme .owl-nav { position:relative; top:-85px; left:0; }
#categories .owl-theme .owl-nav div.owl-prev { float:left; margin-left:-50px; }
#categories .owl-theme .owl-nav div.owl-next { float:right !important; margin-right:-50px; }
#categories .owl-theme .owl-nav div { width:40px; height:40px; display:block !important; background:#E91E63 !important; text-align:center; display:inline-block; opacity:1 !important; border-radius:4px !important; box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; }
#categories .owl-theme .owl-nav div:hover { background:#F06292 !important; box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
#categories .owl-theme .owl-nav div i { color:#FFF; font-size:16px; line-height:40px; }
.category-icon-item { background:#f1f1f1; padding:20px; border-radius:4px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.category-icon-item .icon-box { text-align:center; }
.category-icon-item .icon-box .icon { margin-bottom:10px; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); transform:scale(0.8); -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.category-icon-item .icon-box .icon i { color:#FFF; font-size:42px; line-height:normal; width:auto; height:auto; }
.category-icon-item .icon-box h4 { font-size:15px; color:#333; line-height:15px; font-weight:500; margin-bottom:0; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.category-icon-item:hover { background:transparent; box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); }
.category-icon-item:hover h4 { color:#E91E63; }
.category-icon-item:hover .icon { -webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); }

.category-box { background-color:#fff; margin:30px 0; height:300px !important; box-shadow:1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius:0; position:relative; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -ms-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear; }
.category-box:hover { box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.category-box .icon { text-align:center; position:absolute; top:-45px; margin:0 auto; width:100%; }
.category-box .icon img { display:inline-block; font-size:22px; background:#E91E63; width:75px; height:75px; color:#FFF; line-height:48px; box-shadow:3px 6px 6px rgba(0, 0, 0, 0.25); border:#E5E5E5 1px solid; }
.category-box .category-header { background:#F8F8F8; width:100%; display:inline-block; text-align:center; padding:40px 15px 20px; border-bottom:1px solid #eee; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -ms-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear; }
.category-box .category-header:hover { background:#E91E63; }

.category-box .category-header h4 { font-size:16px; font-weight:500; margin-top:5px; margin-bottom:0; color:#333; }
.category-box .category-header h4 hover { color:#FFF; }
.category-box .category-header h4 a:hover { color:#FFF; }
.category-box .category-content { margin:0; padding:15px; }
.category-box .category-content li { list-style:none; margin-bottom:2px; font-weight:400; font-size:13px; }
.category-box .category-content li a { align-items:center; color:#888; }
.category-box .category-content li a:hover { color:#E91E63; }
.category-box .category-content li a span:first-child { flex-grow:1; }
.category-box .category-counter { margin-right:15px; }
.category-counter { font-size:12px; color:#888; float:right; }

.color-1 { background-color:#3498DB !important; }
.color-2 { background-color:#FF5353 !important; }
.color-3 { background-color:#1DD2AF !important; }
.color-4 { background-color:#FE4080 !important; }
.color-5 { background-color:#24A69A !important; }
.color-6 { background-color:#8E4162 !important; }
.color-7 { background-color:#9A63C1 !important; }
.color-8 { background-color:#512DA7 !important; }
.border-1 { border-bottom:2px solid #3498db; }
.border-2 { border-bottom:2px solid #FF5353; }
.border-3 { border-bottom:2px solid #1DD2AF; }
.border-4 { border-bottom:2px solid #FE4080; }
.border-5 { border-bottom:2px solid #24A69A; }
.border-6 { border-bottom:2px solid #8E4162; }
.border-7 { border-bottom:2px solid #9A63C1; }
.border-8 { border-bottom:2px solid #512DA7; }

#list-view .featured-box { display:inline-block; }
#list-view .featured-box figure { float:left; width:33%; }
#list-view .featured-box figure img { border:1px solid #E0E0E0;}
#list-view .featured-box .feature-content { float:left; text-align:left; padding:15px; width:64%; }
#list-view .featured-box .feature-content .dsc { margin-bottom:20px; }
#list-view .featured-box .feature-content .listing-bottom { padding:14px 0px 0px; }
#list-view .list-box figure { float:left; width:38%; }
#list-view .list-box figure img { height:218px; width:100%; }
#list-view .list-box .feature-content { float:left; text-align:left; padding:0px 0px 0px 0px; width:58%; margin-left:20px; }
.product-filter { box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); display:inline-block; width:100%; padding:5px 15px; }
.product-filter .nav-tabs { float:right; margin-right:10px; border:none; }
.product-filter .nav-tabs .nav-link { font-size:22px; border:none; padding:2px 10px; border-radius:4px; color:#999; background:transparent; }
.product-filter .nav-tabs .nav-item.show .nav-link,.product-filter .nav-tabs .nav-link.active { border:none; color:#FFF; color:#E91E63; }
.product-filter .short-name { display:inline-block; color:#999; margin-top:6px; }
.product-filter .short-name span { float:left; margin-right:5px; }
.product-filter .Show-item { float:right; line-height:26px; margin-top:6px; }
.product-filter .Show-item span { color:#999; display:inline-block; margin-right:5px; }
.product-filter .Show-item .woocommerce-ordering { float:right; }
.product-filter .Show-item .woocommerce-ordering label { margin:0; }
.product-filter .button, .product-filter select { font-size:14px; font-weight:400; color:#333; }
.categories-icon .icon-box { text-align:center; padding:15px; margin-bottom:30px; background:#FFF; border-radius:4px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.categories-icon .icon-box .icon { margin-bottom:15px; }
.categories-icon .icon-box .icon i { width:80px; height:60px; line-height:60px; display:inline-block; color:#999; font-size:48px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.categories-icon .icon-box h4 { font-size:16px; color:#484848; font-weight:500; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.categories-icon .col-xs-12 { width:50%; }
.categories-icon .icon-box:hover { background:#E91E63; box-shadow:0px 16px 20px 0px rgba(216, 216, 216, 0.75); }
.categories-icon .icon-box:hover .icon i { font-size:42px; color:#FFF; }
.categories-icon .icon-box:hover h4 { color:#FFF; }
.ad-categories-inner { position:relative; overflow:hidden; margin-bottom:30px; -webkit-transition:background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s; transition:background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s; -o-transition:background .3s,border .3s, border-radius .3s,box-shadow .3s; transition:background .3s,border .3s, border-radius .3s,box-shadow .3s; transition:background .3s,border .3s, border-radius .3s,box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s; }
.ad-categories-inner:before { content:''; left:0; top:0; width:100%; height:50%; background-image:-webkit-linear-gradient(top, #323031 0%, transparent 100%); background-image:-o-linear-gradient(top, #323031 0%, transparent 100%); background-image:linear-gradient(to bottom, #323031 0%, transparent 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0); position:absolute; -webkit-transition:all .2s ease-in-out 0s; -o-transition:all .2s ease-in-out 0s; transition:all .2s ease-in-out 0s; opacity:1; filter:alpha(opacity=100); }
.ad-categories-inner:after { content:''; width:100%; height:100%; position:absolute; background:#323031; -webkit-transition:all .2s ease-in-out 0s; -o-transition:all .2s ease-in-out 0s; transition:all .2s ease-in-out 0s; top:0; left:0; opacity:0; filter:alpha(opacity=0); }
.ad-categories-inner .ad-content-inner { position:absolute; top:30px; left:40px; z-index:2; }
.ad-categories-inner .ad-content-inner .info-title { font-size:20px; margin:0 0 5px; color:#FFF; font-weight:500; }
.ad-categories-inner .ad-content-inner .ad-number { color:#FFF; font-size:14px; }
.ad-categories-inner .icon { position:absolute; background:#E91E63; bottom:30px; right:30px; z-index:2; color:#FFF; width:52px; height:52px; text-align:center; border-radius:50%; line-height:52px; font-size:22px; }
.ad-categories-inner:active:after, .ad-categories-inner:hover:after { opacity:.6; filter:alpha(opacity=60); }
.page-sidebar .mt { margin-top:15px; }
.page-sidebar .widget { }
.page-sidebar .widget .widget-title { padding:17px 25px; margin-top:0; margin-bottom:0; font-size:20px; font-weight:500; border-bottom:1px solid #f1f1f1; }
.page-sidebar .categories-list { padding:20px; }
.page-sidebar .categories-list li { padding:7px 0; }
.page-sidebar .categories-list li a { text-decoration:none; color:#888; width:100%; display:inline-block; transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
.page-sidebar .categories-list li a:hover { color:#E91E63; }
.page-sidebar .categories-list li a i { margin-right:5px; }
.page-sidebar .categories-list li .category-counter { font-size:12px; }
.page-sidebar .add-box { padding:20px; }
.widget_search { margin-bottom:30px; }
.owl-carousel {border:1px solid #F0EDEE;}
.owl-carousel .item { margin:5px; text-align:center; vertical-align:middle; }
.owl-carousel.item img { display:block; width:50%; height:auto; }
.owl-carousel .owl-controls .owl-page { display:inline-block; }
.owl-carousel .owl-controls .owl-page span { background:none repeat scroll 0 0 #FFF; border-radius:2px; display:block; height:12px; margin:5px 7px; opacity:0.5; width:12px; }
.services-item { padding:30px 5px 40px 40px; background:#FFFFFF; margin-bottom:30px; box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); position:relative; margin-left:15px; transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; }
.services-item .icon { position:absolute; top:35%; left:-25px; }
.services-item .icon i { width:50px; height:50px; background:#FFF; text-align:center; display:inline-block; line-height:50px; font-size:24px; border-radius:4px; color:#E91E63; box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; }
.services-item .services-content h3 { margin-bottom:5px; line-height:35px; font-weight:500; }
.services-item .services-content h3 a { font-size:18px; color:#E91E63; }
.services-item:hover .icon i { background:#E91E63; color:#FFF; }
.works-item { text-align:center; position:relative; }
.works-item .icon-box { width:180px; height:180px; padding:18px; background:#FEFBFB; border-radius:50%; margin:0 auto; margin-bottom:20px; border:1px dotted #BBBBBB; }
.works-item .icon-box i { width:143px; height:143px; border-radius:50%; display:inline-block; line-height:143px; background:#FFF; font-size:42px; color:#E91E63; }
.works-item p { font-size:18px; font-weight:500; color:#333; line-height:35px; }
.works-line { border-top:1px dotted #BBBBBB; width:76%; margin-top:-140px; }
.ads-details-wrapper .product-img { position:relative; text-align:center; vertical-align:middle; }
.ads-details-wrapper .price { position:absolute; top:30px; left:5px; background:#E91E63; padding:10px 25px; font-size:20px; color:#FFF; font-weight:500; }
.ads-details-wrapper .owl-dots { text-align:center; margin-top:10px; }
.ads-details-wrapper .owl-dots .owl-dot { display:inline-block; }
.ads-details-wrapper .owl-dots span { display:block; width:12px; height:12px; margin:2px 4px; filter:alpha(opacity=50); opacity:1; border-radius:30px; background:#ddd; border:2px solid #FFF; box-shadow:0px 0px 3px rgba(66, 68, 67, 0.55); transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; }
.ads-details-wrapper .owl-dots span:hover { background:#E91E63; }
.ads-details-wrapper .owl-dots .active span { background:#E91E63 !important; }
.details-box { padding:25px 20px;}
.details-box .ads-details-info { margin-bottom:30;   }
.details-box .ads-details-info h2 { font-size:24px; font-weight:500; line-height:36px; color:#E91E63; }
.details-box .ads-details-info .details-meta span { display:inline-block; margin:11px 0 16px; }
.details-box .ads-details-info .details-meta span a { color:#999; margin-right:10px; }
.details-box .ads-details-info .details-meta span a:hover { color:#E91E63; }
.details-box .ads-details-info .details-meta span a i { margin-right:5px; }
.details-box .ads-details-info .title-small { font-size:18px; font-weight:500; }
.details-box .ads-details-info .list-specification { width:100%; display:inline-block; }
.details-box .ads-details-info .list-specification li { font-size:13px; width:48%; box-sizing:border-box; float:left; padding:2px; position:relative; margin-bottom:7px; margin-right:5px; }
.details-box .ads-details-info .list-specification li i { margin-right:5px; color:#E91E63; }
.details-box .tag-bottom { display:inline-block; width:100%; padding-top:30px; border-top:1px solid #f1f1f1; }
.details-box .advertisement li { display:inline-block; margin-right:10px; line-height:36px; }
.details-box .advertisement li p { color:#333; }
.details-box .advertisement li i { margin-right:5px; color:#333; }
.details-box .advertisement li a { color:#999; }
.details-box .share span { float:left; margin-right:12px; line-height:30px; font-size:16px; color:#333; font-weight:500; }
.details-box .social-link a { display:inline-block; color:#FFF; margin-right:5px; border-radius:4px; background:#fafafa; width:32px; height:32px; line-height:32px; text-align:center; }
.details-box .social-link .twitter { background:#55acee; }
.details-box .social-link .facebook { background:#3b5998; }
.details-box .social-link .google { background:#dd4b39; }
.details-box .social-link .linkedin { background:#007bb5; }
.details-sidebar { }
.details-sidebar .agent-inner { background-color:#fff; color:#999; padding:32px; transition:0.25s; }
.details-sidebar .agent-inner .agent-title { position:relative; display:inline-block; margin-bottom:30px; margin-top: 0;width:100%;  }
.details-sidebar .agent-inner .agent-phone { font-size:18px; border:1px solid #E91E63; text-align:center; margin:40px 0 20px 0; padding:8px; color:#E91E63; }
.details-sidebar .agent-inner .agent-phone i{ color:#000000;}

/* ✅ Fix alignment + padding on mobile */
.details-box,
.details-box * {
  text-align: left !important;
}

@media (max-width: 767px) {
  .details-box .ads-details-info .list-specification li {
    width: 100% !important;
    float: none !important;
  }

  .product-detail-container,
  .details-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .details-sidebar .agent-inner {
    padding: 20px !important;
  }
}

.agent-title .list-specification{ margin-top:10px;}
.agent-title .list-specification li {  display: inline-block; float:left; width:49%; font-size:14px; color:#000;}
.agent-title .list-specification li a { color:#000; text-decoration:none;}
.agent-title .list-specification li a:hover {color:#E80F12; }
.agent-title .list-specification li i{ color:#fff; background:#DC474A;  border-radius:50%; height:25px; width:25px; line-height:25px; text-align:center; margin-bottom:10px;}
.details-sidebar .agent-inner .agent-title .agent-photo { float:left; display:block; }
.details-sidebar .agent-inner .agent-title .agent-photo img { border-radius:50%; border:2px solid #E91E63; max-width:72px; }
.details-sidebar .agent-inner .agent-title .agent-details { margin-left:92px; display:block;  }
.details-sidebar .agent-inner .agent-title .agent-details h3 { font-size:16px; }
.details-sidebar .agent-inner .agent-title .agent-details h3 a { color:#333; margin:0px 0 6px 0; }
.details-sidebar .agent-inner .agent-title .agent-details span { color:#000; }
.details-sidebar .agent-inner .agent-title .agent-details span i { margin-right:5px; }
.details-sidebar .agent-inner .form-control { margin-bottom:20px; }
.details-sidebar .widget {margin-bottom:30px;  border-radius: 8px; border:1px solid #E8E8E8;}
.details-sidebar .widget .widget-title { padding:17px 25px; margin-top:0; margin-bottom:0; font-size:20px; font-weight:500; border-bottom:1px solid #f1f1f1; }
.details-sidebar .posts-list { padding:20px; }
.details-sidebar .posts-list li { padding-bottom:15px; display:inline-block; width:100%; }
.details-sidebar .posts-list .widget-thumb { float:left; }
.details-sidebar .posts-list .widget-thumb a { display:block; }
.details-sidebar .posts-list .widget-thumb a img { opacity:1; max-width:90px; margin:0px 15px 0 0; transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
.details-sidebar .posts-list .widget-thumb:hover img { opacity:0.7; }
.details-sidebar .posts-list .widget-content { margin-left:55px; }
.details-sidebar .posts-list .widget-content h4 { font-size:15px; font-weight:500; line-height:18px; margin-bottom:0; }
.details-sidebar .posts-list .widget-content a { color:#333; }
.details-sidebar .posts-list .widget-content a:hover { color:#E91E63; }
.details-sidebar .posts-list .widget-content span { color:#999; font-size:13px; display:block; margin:2px 0; }
.details-sidebar .posts-list .widget-content span i { padding-right:5px; }
.details-sidebar .posts-list .meta-tag { display:inline-block; }
.details-sidebar .posts-list .meta-tag span { float:left; margin-right:5px; color:#999; }
.details-sidebar .posts-list .meta-tag span a { color:#999; font-size:12px; }
.details-sidebar .posts-list .meta-tag span a:hover { color:#E91E63; }
.details-sidebar .posts-list .price { font-size:16px; color:#E91E63; }
.sidebar-box { width:100%; display:inline-block; box-shadow:0px 0px 10px rgba(175, 175, 175, 0.23); margin-bottom:30px; }
.sidebar-box .user { text-align:center; width:100%; padding:15px 20px; position:relative; margin-bottom:5px; background:#E91E63; }
.sidebar-box .user figure { margin:0; position:relative; }
.sidebar-box .user figure img { border-radius:50%; border:2px solid #FFF; }
.sidebar-box .user .usercontent { padding:15px 0px 0px; }
.sidebar-box .user .usercontent h3 { color:#FFF; font-size:15px; font-weight:700; line-height:16px; margin-bottom:8px; }
.sidebar-box .user .usercontent h4 { color:#f1f1f1; font-size:14px; font-weight:400; line-height:14px; }
.sidebar-box .navdashboard ul { width:100%; }
.sidebar-box .navdashboard ul li { margin:0; width:100%; float:left; position:relative; line-height:48px; border-bottom:1px solid #f1f1f1; }
.sidebar-box .navdashboard ul li a { color:#333; width:100%; float:left; line-height:inherit; }
.sidebar-box .navdashboard ul li a span { text-align:left; }
.sidebar-box .navdashboard ul li a i { width:58px; display:inline-block; font-size:20px; text-align:center; vertical-align:middle; }
.sidebar-box .navdashboard ul li a:focus,.sidebar-box .navdashboard ul li a:hover,.sidebar-box .navdashboard ul li a.active { background:#E91E63; color:#FFF; }
.sidebar-box .navdashboard ul li a:focus i,.sidebar-box .navdashboard ul li a:hover i,.sidebar-box .navdashboard ul li a.active i { color:#FFF; }
/*login_page css start*/
.login_page {background: #FFF; width: 31%; border-radius: 4px; border: #C4C4C4 1px solid; margin: 0px auto; overflow: hidden; text-align: center; margin-top: 7px;}
/*login_page css end*/
.login_logo .img-responsive{text-align: center; margin: 0px auto; margin-bottom: 5px; margin-top: 10px;}
/*login_page css start*/
.shipping {background: #FFF; width: 75%; border-radius: 4px; border: #C4C4C4 1px solid; margin: 0px auto; overflow: hidden; text-align: center; margin-top: 7px; }
.callback_inner {   padding:28px; }
.form-group { margin:11px 0; }
.callback_inner ::-webkit-input-placeholder { font-family:'Open Sans', arial, sans-serif; font-size:13px; color:#555;}
.callback_inner .form-group input { width:100%; border:#CCCCCC 1px solid; border-radius:4px; height:34px;} 
.callback_inner .form-group textarea { width:100%; border:#CCCCCC 1px solid; } 
.callback_inner .form-group input.code { float:right; width:40%; border:#CCCCCC 1px solid; margin-right:5px; }
.callback_inner .captcha { padding:9px; background:#FFF; border-radius:4px; border:#CCCCCC 1px solid; }
.callback_inner input[type=text]:focus { box-shadow:0px 0px 5px #2f92f8 !important; border:1px solid #2f92f8 !important; outline:none; }
.callback_inner textarea:focus { box-shadow:0px 0px 5px #2f92f8 !important; border:1px solid #2f92f8 !important; outline:none; }
/*btn div end*/
/*header div start*/
.user { font-family:'Roboto Slab'; color:#000; font-size:14px; text-align:center; }
.user span {  color:#535353; font-size:14px; text-align:center; padding:0 5px 0 5px;}
.user a { color:#535353; text-decoration:none;}
.user a:hover { color:#ed1c24;}
/*header div end*/
/*btn div start*/
.logoutt {
  background-color: white;
  border: 1px solid #EEE;
  border-radius: 25px;
  vertical-align: middle;
  text-decoration: none;
  color: white;
  padding: 10px 23px;
  cursor: pointer;
  margin-top: 25px;
  line-height: 14.4px;
      display: inline-block;
      margin-left:10px;
}
/* Search bar styles */
.topbar-search form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.topbar-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 8px 14px;
  font-size: 15px;
  min-width: 0;
  
}
.topbar-search input:focus {
  outline: none;
  box-shadow: none;
  border:none;
}
.topbar-search button {
  background: #f33a69;
  border: none;
  padding: 14px 16px;
  cursor: pointer;
  color: #fff;
  transition: background 0.3s;
}
.topbar-search button:hover {
  background: #e12454;
}
.navbar-toggler .icofont-navigation-menu {
  color: #fff;   /* brand color */
  font-size:18px;  /* make icon larger */
}

@media (max-width: 991px) {
  .product-row {
    display: flex;
    flex-direction: column;
  }
  .product-row .details-sidebar {
    order: -1; /* sidebar above info */
    margin-bottom: 20px;
  }
}
.badge-container {
  display: flex;
  gap: 20px;           /* space between badges */
  align-items: center; /* align vertically */
  margin-top:10px;
}

.round-badge {
  display: flex;
  flex-direction: column;   /* image on top, text below */
  align-items: center;
  text-align: center;
  color: #e12454;
  font-weight: bold;

}

.round-badge img {
  width: 32px;  /* adjust size */
  height: auto;
}

.badge-text {
  margin-top: 8px;
  font-size: 14px;
}
.veg-label {
  display: inline-flex;
  align-items: center;   /* Perfect vertical alignment */
  gap: 6px;              /* Space between icon and text */
  font-size: 16px;
  color: #0f1111;
  line-height: 1;        /* Prevent text from shifting */
}

.veg-icon {
  width: 22px;
  height: 22px;
  border: 2px solid green;  /* Green square */
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.veg-icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: green;        /* Green circle */
  border-radius: 50%;
}

.product-image-wrapper {
  position: relative;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;      /* adjust according to your PNG size */
  height: 70px;
  text-align: center;
}

.discount-badge img {
  width: 100%;
  height: auto;
  display: block;
}

.discount-badge span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  color: #fff;  /* text on top of PNG */
  text-align: center;
}
 #stickyButtons {
    display: none;
  }
  @media (max-width: 768px) {
    #stickyButtons {
      display: flex;
      gap: 10px;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      padding: 10px;
      box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
      z-index: 9999;
    }
  }
  #qty-decr,
#qty-incr {
  outline: none;        /* remove focus outline */
  box-shadow: none;     /* remove glow on click */
}
#qty-decr:focus,
#qty-incr:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  /* Make the parent column full width */
  .col-lg-3.col-6.d-flex.justify-content-end {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important; /* center icons */
  }

  /* Keep user and cart inline */
  .col-lg-3.col-6.d-flex.justify-content-end .navbar-nav,
  .col-lg-3.col-6.d-flex.justify-content-end .cart-icon {
    display: flex !important;
    align-items: center !important;
    margin: 0 10px !important;
  }
}
#cart-popup {
  display: none;
  position: fixed;          /* ✅ always fixed to viewport */
  top: 92px;                /* adjust to match header height */
  left: 50%;
  transform: translateX(-50%);
  background: green;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 9999;
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
  text-align: center;
  white-space: nowrap;      /* text in one line */
  border-radius: 4px;

  width: calc(100% - 40px); /* ✅ 20px margin left & right */
  max-width: 500px;         /* ✅ not too wide on desktop */
}
.login-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
/* General Footer */
.site-footer {
  background-color: #172337; /* dark navy */
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}
/* Remove bottom margin from testimonial section */
.testimonial-section,
.testimonial-section * {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Remove top margin from footer */
.site-footer,
.footer-top {
  margin-top: 0;
  padding-top: 0;
}

/* Optional: reduce space inside footer if needed */
.footer-bottom {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Top Section */

.footer-top {
  padding: 40px 0 0px;
  display: flex; /* ✅ ensures content sticks to top, not center */
  align-items: flex-start;
}

.footer-top h5 {
  color: #878787;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ✅ Space between footer links */
.footer-top ul li {
  margin-bottom: 6px; /* spacing between items */
}

.footer-top ul li a,
.footer-top p {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-top ul li a:hover {
  text-decoration: underline;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
}
.social-icons a:hover {
  color: #e12454; /* your theme accent */
}

/* Bottom Section */
.footer-bottom {
  background-color: #172337;
  padding: 12px 0;
  margin-top: 20px;
}

.footer-bottom .footer-links a {
  color: #fff;
  margin-right: 20px;
  font-size: 13px;
  text-decoration: none;
}
.footer-bottom .footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom p {
  margin: 0;
  color: #ccc;
  font-size: 12px;
}

/* ✅ Divider only for Mail Us column */
.footer-top .mail-us {
  border-left: 1px solid #454d5e;
  padding-left: 25px;
}

/* ✅ Horizontal Divider between top and bottom */
.footer-top {
  border-bottom: 1px solid #454d5e; /* grey horizontal line */
  padding-bottom: 25px;
  margin-bottom: 20px;
}
/* Fix vertical alignment (stick to top, not center) */
.footer-top .row {
  align-items: flex-start !important;
}

/* Add spacing between list items */
.footer-top ul li {
  margin-bottom: 6px;  /* space between Contact Us, About Us, etc. */
}

/* Add spacing between paragraphs */
.footer-top p {
  margin-bottom: 8px;
  line-height: 1.6;  /* better readability */
}

/* Footer font styling */
.site-footer,
.site-footer p,
.site-footer a,
.site-footer h5 {
  font-family: Arial, Helvetica, sans-serif;  /* */
  font-size: 12px;  /* Bottom text size */
  line-height: 1.6; /* ✅ More breathing space in lines */
}

.site-footer h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.footer-bottom {
  font-size: 11.5px; /* Slightly smaller like Flipkart bottom */
  color: #ddd;
}
/* Divider only before Mail Us */
.footer-top .mail-us {
  border-left: 1px solid #454d5e;
  padding-left: 25px;
}

/* Make Mail Us + Registered Office wider */
@media (min-width: 992px) {
  .footer-top .mail-us,
  .footer-top .registered-office {
    flex: 0 0 20%;   /* 20% each */
    max-width: 20%;
  }

  .footer-top .col-md-2 {
    flex: 0 0 15%;   /* first 4 become 15% each */
    max-width: 15%;
  }
}
/* Last 2 columns wider look */
.footer-top .mail-us,
.footer-top .col-md-2:last-child {
  min-width: 220px;   /* visually wider */
}

.footer-top .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* top align all columns */
}

/* Mail Us column */
.mail-us {
  border-left: 1px solid #ccc; /* optional divider */
  padding-left: 15px;
  margin-left: 0; /* remove Bootstrap offset/margin */
}

/* Left align heading and paragraph */
.mail-us h5,
.mail-us p {
  text-align: left;
  margin-bottom: 10px;
}

/* Social icons */
.mail-us .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* Optional: reduce horizontal padding for all columns for tighter alignment */
.footer-top .col-md-2 {
  padding-left: 10px;
  padding-right: 10px;
}


/*# sourceMappingURL=style.css.map */
