@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Black.woff") format("woff"), url("/assets/font/Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Bold.woff2") format("woff2"), url("/assets/font/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-ExtraBold.woff") format("woff"), url("/assets/font/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Medium.woff") format("woff"), url("/assets/font/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Regular.woff") format("woff"), url("/assets/font/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-SemiBold.woff") format("woff"), url("/assets/font/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.social-share-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.social-share-container .social-share-title {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.25rem;
}
.social-share-container .social-share-title strong {
  font-weight: 600;
}
.social-share-container .social-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.social-share-container .social-share-buttons .btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.social-share-container .social-share-buttons .btn-social i {
  font-size: 1.1rem;
}
.social-share-container .social-share-buttons .btn-social .btn-text {
  display: none;
}
.social-share-container .social-share-buttons .btn-social:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.social-share-container .social-share-buttons .btn-social:active {
  transform: translateY(0);
}
.social-share-container .social-share-buttons .btn-social.btn-facebook {
  background-color: #1877f2;
}
.social-share-container .social-share-buttons .btn-social.btn-facebook:hover {
  background-color: #0d5dbf;
}
.social-share-container .social-share-buttons .btn-social.btn-twitter {
  background-color: #1da1f2;
}
.social-share-container .social-share-buttons .btn-social.btn-twitter:hover {
  background-color: #0c85d0;
}
.social-share-container .social-share-buttons .btn-social.btn-linkedin {
  background-color: #0077b5;
}
.social-share-container .social-share-buttons .btn-social.btn-linkedin:hover {
  background-color: #005885;
}
.social-share-container .social-share-buttons .btn-social.btn-whatsapp {
  background-color: #25d366;
}
.social-share-container .social-share-buttons .btn-social.btn-whatsapp:hover {
  background-color: #1da851;
}
.social-share-container .social-share-buttons .btn-social.btn-telegram {
  background-color: #0088cc;
}
.social-share-container .social-share-buttons .btn-social.btn-telegram:hover {
  background-color: #006ca3;
}
.social-share-container .social-share-buttons .btn-social.btn-email {
  background-color: #ea4335;
}
.social-share-container .social-share-buttons .btn-social.btn-email:hover {
  background-color: #c5321d;
}
.social-share-container .social-share-buttons .btn-social.btn-outline-secondary {
  background-color: #fff;
  color: #6c757d;
  border: 1px solid #6c757d;
}
.social-share-container .social-share-buttons .btn-social.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}
.social-share-container .social-share-buttons .btn-social.btn-outline-primary {
  background-color: #fff;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
.social-share-container .social-share-buttons .btn-social.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}
.social-share-container .social-share-buttons .btn-social.btn-success {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

@media (max-width: 768px) {
  .social-share-container .social-share-title {
    font-size: 0.875rem;
  }
  .social-share-container .social-share-buttons {
    gap: 0.4rem;
  }
  .social-share-container .social-share-buttons .btn-social {
    width: 36px;
    height: 36px;
  }
  .social-share-container .social-share-buttons .btn-social i {
    font-size: 1rem;
  }
}
.social-share-wrapper {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem 0;
  margin: 2rem 0;
}
.social-share-wrapper .social-share-container {
  max-width: 100%;
}
@media (max-width: 768px) {
  .social-share-wrapper > div.d-flex {
    gap: 1.5rem;
  }
  .social-share-wrapper > div.d-flex > button[aria-label="Jump to comments"] {
    margin-top: 1rem;
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .social-share-wrapper > div.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1.5rem;
  }
  .social-share-wrapper > div.d-flex > button[aria-label="Jump to comments"] {
    margin-top: 0;
    margin-left: 0 !important;
    width: 100%;
  }
}

.comments-section {
  margin-top: 3rem;
  padding: 2rem 0;
}
.comments-section .comments-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}
.comments-section .comment-form-container {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.comments-section .comment-form .form-control {
  border-radius: 6px;
  resize: vertical;
}
.comments-section .comment-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.comments-section .comment-form .comment-form-actions {
  display: flex;
  gap: 0.5rem;
}
.comments-section .comments-loading {
  text-align: center;
  padding: 2rem 0;
}
.comments-section .comments-list {
  margin-top: 2rem;
}
.comments-section .no-comments {
  text-align: center;
  padding: 3rem 1rem;
}
.comments-section .no-comments p {
  font-size: 1.1rem;
}
.comments-section .no-comments p i {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.comments-section .comment {
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}
.comments-section .comment:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.comments-section .comment .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.comments-section .comment .comment-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comments-section .comment .comment-author i {
  font-size: 1.5rem;
  color: #6c757d;
}
.comments-section .comment .comment-author strong {
  font-weight: 600;
  color: #333;
}
.comments-section .comment .comment-date {
  font-size: 0.875rem;
  color: #6c757d;
}
.comments-section .comment .comment-body {
  margin-bottom: 0.75rem;
}
.comments-section .comment .comment-text {
  margin: 0;
  line-height: 1.6;
  color: #444;
  word-wrap: break-word;
}
.comments-section .comment .comment-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.comments-section .comment .comment-actions .btn-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
}
.comments-section .comment .comment-actions .btn-link:hover {
  text-decoration: underline;
}
.comments-section .comment .comment-reply-form {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 6px;
}
.comments-section .comment .comment-replies {
  margin-top: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid #e0e0e0;
}
.comments-section .comment.comment-reply {
  background-color: #fafafa;
  margin-bottom: 1rem;
}

.modal.fade.show.d-block {
  display: block !important;
}
.modal .modal-dialog {
  max-width: 500px;
}
.modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.modal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 1.25rem 1.5rem;
}
.modal .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.modal .modal-header .modal-title i {
  color: #0d6efd;
}
.modal .modal-header .btn-close {
  font-size: 0.875rem;
}
.modal .modal-body {
  padding: 1.5rem;
}
.modal .modal-body .alert {
  border-radius: 6px;
}
.modal .modal-body form .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
.modal .modal-body form .form-label .text-danger {
  font-size: 0.875rem;
}
.modal .modal-body form .form-control {
  border-radius: 6px;
  padding: 0.625rem 0.875rem;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal .modal-body form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.modal .modal-body form .form-control.is-invalid {
  border-color: #dc3545;
}
.modal .modal-body form .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.modal .modal-body form .invalid-feedback {
  font-size: 0.875rem;
}
.modal .modal-body form .form-text {
  font-size: 0.875rem;
}
.modal .modal-body form button[type=submit] {
  font-weight: 500;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal .modal-body form button[type=submit]:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.modal .modal-body form button[type=submit]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.modal .modal-body form .btn-link {
  color: #0d6efd;
  font-weight: 500;
}
.modal .modal-body form .btn-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .comments-section {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }
  .comments-section .comments-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .comments-section .comment-form-container {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .comments-section .comment {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
  }
  .comments-section .comment .comment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .comments-section .comment .comment-author {
    gap: 0.4rem;
  }
  .comments-section .comment .comment-author i {
    font-size: 1.25rem;
  }
  .comments-section .comment .comment-author strong {
    font-size: 0.9375rem;
  }
  .comments-section .comment .comment-date {
    font-size: 0.8125rem;
    margin-top: -0.25rem;
  }
  .comments-section .comment .comment-text {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .comments-section .comment .comment-actions {
    gap: 0.25rem;
    margin-top: 0.5rem;
  }
  .comments-section .comment .comment-actions .btn-link {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
  }
  .comments-section .comment .comment-actions .btn-link i {
    font-size: 0.75rem;
    margin-right: 0.25rem;
  }
  .comments-section .comment .comment-reply-form {
    margin-top: 0.75rem;
    padding: 0.75rem;
  }
  .comments-section .comment .comment-reply-form .form-control {
    font-size: 0.9375rem;
  }
  .comments-section .comment .comment-reply-form .comment-form-actions {
    flex-direction: column;
  }
  .comments-section .comment .comment-reply-form .comment-form-actions .btn {
    width: 100%;
  }
  .comments-section .comment .comment-replies {
    margin-top: 0.75rem;
    margin-left: 0.5rem;
    padding-left: 0.75rem;
    border-left-width: 2px;
  }
  .comments-section .comment.comment-reply {
    padding: 0.875rem;
    margin-bottom: 0.75rem;
  }
  .comments-section .alert.d-flex {
    flex-direction: column !important;
    gap: 1rem;
    align-items: flex-start !important;
    padding: 1rem;
    font-size: 0.9375rem;
  }
  .comments-section .alert.d-flex > div:last-child {
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .comments-section .alert.d-flex > div:last-child .btn {
    flex: 1;
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  .comments-section .no-comments {
    padding: 2rem 1rem;
  }
  .comments-section .no-comments p {
    font-size: 1rem;
  }
  .comments-section .no-comments p i {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }
  .modal-content .modal-header {
    padding: 1rem;
  }
  .modal-content .modal-header .modal-title {
    font-size: 1.125rem;
  }
  .modal-content .modal-body {
    padding: 1rem;
  }
  .modal-content .modal-body form .form-control {
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
  }
  .modal-content .modal-body form button[type=submit] {
    width: 100%;
    padding: 0.625rem;
  }
}
@media (max-width: 576px) {
  .comments-section {
    padding: 1rem 0;
  }
  .comments-section .comments-title {
    font-size: 1.375rem;
  }
  .comments-section .comment-form-container {
    padding: 0.875rem;
    border-radius: 6px;
  }
  .comments-section .comment-form-container .comment-form .form-control {
    font-size: 0.9375rem;
    rows: 3;
  }
  .comments-section .comment-form-container .comment-form .form-text {
    font-size: 0.8125rem;
  }
  .comments-section .comment-form-container .comment-form .comment-form-actions {
    flex-direction: column;
  }
  .comments-section .comment-form-container .comment-form .comment-form-actions .btn {
    width: 100%;
    padding: 0.625rem;
    font-size: 0.9375rem;
  }
  .comments-section .comment-form-container .comment-form .comment-form-actions .btn:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .comments-section .comment {
    padding: 0.875rem;
    font-size: 0.9375rem;
  }
  .comments-section .comment .comment-author strong {
    font-size: 0.875rem;
  }
  .comments-section .comment .comment-date {
    font-size: 0.75rem;
  }
  .comments-section .comment .comment-text {
    font-size: 0.875rem;
  }
  .comments-section .comment .comment-actions {
    flex-wrap: wrap;
  }
  .comments-section .comment .comment-actions .btn-link {
    padding: 0.3125rem 0.5rem;
    font-size: 0.75rem;
  }
  .comments-section .comment .comment-actions .btn-link i {
    font-size: 0.6875rem;
  }
  .comments-section .comment .comment-replies {
    margin-left: 0;
    padding-left: 0.5rem;
  }
  .comments-section .comment.comment-reply {
    padding: 0.75rem;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #2AD497;
}

a:hover {
  color: #2AD497;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  padding: 0;
  margin: 0;
}

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

.header-top-bar {
  padding: 8px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D3E7DD;
}

.topbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .topbar-menu {
    margin-left: auto;
  }
}
.topbar-menu li {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.topbar-menu li a span {
  color: #41444B;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .topbar-menu li:nth-child(2) span {
    display: none;
  }
  .topbar-menu li:nth-child(3) {
    display: none;
  }
  .topbar-menu li:nth-child(4) {
    display: none;
  }
}

.custom-navbar .collapse .custom-nav-menu li .dropdown-menu {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  margin: 0;
  min-width: 13rem;
  padding: 0;
  transition: all 0.3s;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.header-main .custom-navbar .custom-navbar-collapse {
  justify-content: center;
}
.header-main .custom-navbar .site-logo img {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .header-main .custom-navbar .site-logo img {
    max-width: 220px;
  }
}

@media screen and (max-width: 575px) {
  .header-main-mobile .custom-navbar .site-logo img {
    max-width: 220px;
  }
}
@media screen and (max-width: 380px) {
  .header-main-mobile .custom-navbar .site-logo img {
    max-width: 180px;
  }
}
@media screen and (max-width: 340px) {
  .header-main-mobile .custom-navbar .site-logo img {
    max-width: 150px;
  }
}

.MainSerachBar {
  position: relative;
}
.MainSerachBar .nav-link i {
  color: #16213E;
  font-size: 20px;
}

.bannerpart .search-bar {
  position: inherit;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: -15%;
  border-radius: 5px;
  display: none;
  z-index: 999;
  right: 0;
}
.bannerpart .search-bar .search {
  width: 100%;
  height: 40px;
  position: relative;
  transition: all 0.5s ease;
  top: 2px;
}
.bannerpart .search-bar .search #search_input {
  font-size: 15px;
  border-radius: 0;
  border: none;
  height: 36px;
  top: 0;
  position: relative;
  background-color: #e3e3e3;
}
.bannerpart .search-bar .search .search-button {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  cursor: pointer;
}
.bannerpart .search-bar .search .search-button .main-s {
  padding: 0;
  padding-left: 10px;
  border: none;
  float: right;
  width: 100%;
  background-color: #e3e3e3;
  font-size: 14px;
}
.bannerpart .search-bar .search .search-box {
  top: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 4px #ccc;
  border-radius: 4px;
}
.bannerpart .search-bar .search .search-box .tag-right-serch-link {
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  padding: 8px;
  background-color: #fff;
  position: relative;
  top: 0;
  box-shadow: 0 0 4px #ccc;
  display: block !important;
  min-width: inherit;
}
.bannerpart .search-bar .search .search-box .tag-right-serch-link .trythis {
  color: #000;
  text-transform: capitalize;
  width: 100%;
  float: left;
}
.bannerpart .search-bar .search .search-box .tag-right-serch-link .tag-link {
  display: inline-block;
  background: #2C2A3F;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 7px;
  border-radius: 20px;
  margin: 4px 2px;
}
.bannerpart .sphinx_ajax_result {
  right: 4px;
  top: 60px;
}

.search-inner-page-section {
  padding-bottom: 60px;
}

.search-newbar {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 100%;
  border-radius: 5px;
  display: none;
  z-index: 999;
}

.search {
  width: 100%;
  height: 40px;
  position: relative;
  transition: all 0.5s ease;
  top: 2px;
}

.search-bar input#search_input {
  font-size: 15px;
  border-radius: 0;
  border: none;
}

.main-search {
  height: 36px;
  top: 0;
  position: relative;
  background-color: #e3e3e3;
}

.search-button {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}

.main-search-input {
  padding: 12px 20px;
  border: none;
  background-color: #EFF5F2;
  font-size: 14px;
  border: 1px solid #D3E7DD;
  border-radius: 60px;
  width: 225px;
}

.search-box {
  top: 50px;
  left: 0;
  width: 100%;
  max-width: 471px;
  z-index: 1;
  box-shadow: 0 0 4px #ccc;
  border-radius: 4px;
}

.search-box .fa-spin {
  color: #333;
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 18px !important;
}

.hide2 {
  display: none !important;
}

.set-seachbar {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.set-seachbar .closed {
  position: absolute;
  right: 26px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.hidden {
  display: none;
}

.tag-right-serch-link {
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  padding: 10px;
  background-color: #fff;
  position: relative;
  top: 0;
  box-shadow: 0 0 4px #ccc;
  display: block !important;
  min-width: 400px;
}

.trythis {
  color: #000;
  text-transform: capitalize;
  width: 100%;
  float: left;
}

.tag-right-serch-link .tag-link {
  display: inline-block;
  background: #2C2A3F;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 5px;
  border-radius: 20px;
  margin: 4px 2px;
}

#text_div {
  color: red;
  float: right;
  position: absolute;
}

.sphinx-result-title a {
  color: #242424;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}

.sphinx_ajax_result,
.sphinx_ajax_result_desktop {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #FEFEFE;
  box-shadow: #999 2px 2px 14px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin: 0;
  position: absolute;
  z-index: 9999;
  right: 43px;
  top: 130px;
  text-align: left;
}

.sphinx-result-title {
  margin: 0 0 8px;
}

.sphinx_ajax_result_desktop {
  right: 0;
  top: 47px;
}

.sphinx_ajax_result_desktop_inner {
  width: 100%;
  max-width: 464px;
  background: #fff;
  border: 1px solid #FEFEFE;
  box-shadow: #999 2px 2px 14px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin: 0;
  position: absolute;
  z-index: 9999;
  text-align: left;
}

.no-p {
  padding: 0 !important;
}

.search-result-title {
  font-size: 24px;
  color: #41444B;
}

.custom-navbar .custom-navbar-collapse .custom-nav-menu {
  display: flex;
  gap: 30px;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li {
  position: relative;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.nav-item a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #41444B;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-toggle::after {
  display: none;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-menu {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  margin: 0;
  min-width: 13rem;
  padding: 0;
  transition: all 0.3s;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-menu .dropdown-item {
  padding: 0.55rem 1rem;
  border-bottom: 1px solid #EFEFEF;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2AD497;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-menu .dropdown-item:active a {
  color: #ffffff;
}
.custom-navbar .custom-navbar-collapse .custom-nav-menu .menuli li.dropdown .dropdown-menu .dropdown-item .dropdown-submenu {
  top: 0;
  left: 100%;
  min-width: 200px;
}
.custom-navbar .custom-navbar-collapse .login-wrapper {
  gap: 30px;
  align-items: center;
  margin-left: 30px;
}
.custom-navbar .custom-navbar-collapse .login-wrapper .login-link {
  color: #41444B;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  line-height: 27px;
}
.custom-navbar .custom-navbar-collapse .login-wrapper .nav-link {
  color: #41444B;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  line-height: 27px;
}
.custom-navbar .custom-navbar-collapse .after-login-dropdown .dropdown-menu.show .dropdown-item:active {
  background-color: #2AD497;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .custom-navbar {
    padding: 15px 0;
  }
}

.appoinment-modal {
  padding-right: 0 !important;
  overflow: hidden;
}
.appoinment-modal .right-appoinntment .inputs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.appoinment-modal .right-appoinntment label {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.appoinment-modal .right-appoinntment .checkbox label {
  display: flex;
  align-items: center;
}
.appoinment-modal .modal-header .pop-close {
  border: 0;
  line-height: 32px;
  background: #1F232D;
  color: #ffffff;
  font-size: 25px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
}

/*
.banner-latest{
    padding: 100px 0;
    background-image: url('/public/v18/images/webpnew/banner-01.webp');
    background-size: cover;
    background-position: center right;
    min-height: 300px;
    position: relative;

    will-change: transform, opacity;

    @media screen and (min-width:992px) and (max-width:1025px) {
        min-height: inherit;
    }
    @media screen and (min-width:768px) and (max-width:991px) {
        min-height: 100%;
    }
    @media screen and (max-width:767px) {
        min-height: 100%;
    }

    &::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .46);
        top: 0;
        left: 0;
        z-index: 1;
    }

    .banner-content-wrapper{
        position: relative;
        z-index: 9;
        width: 50%;

        @media screen and (min-width:768px) and (max-width:991px) {
            width: 81%;
        }
        @media screen and (max-width:767px) {
            width: 100%;
            text-align: center;
        }

        .banner-heading{            
            color: #fff;
            font-size: 26px;
            font-weight: 600;
            line-height: 32px;
        }
        .banner-title{
            color: #fff;
            font-size: 35px;
            font-weight: 600;
            line-height: 52px;
            margin-bottom: 10px;

            @media screen and (max-width:767px) {
                width: 81%;
                font-size: 20px;
                font-weight: 600;
                line-height: 32px;
            } 
        }

    }
} */
/* --- Banner Section (LCP Optimized) --- */
.banner-section .slide-img {
  position: relative;
  min-height: 650px;
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .banner-section .slide-img {
    min-height: 650px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .banner-section .slide-img {
    min-height: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .slide-img {
    min-height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .slide-img {
    min-height: 515px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .slide-img {
    height: 68vh;
  }
}
.banner-section .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  min-height: 650px;
}

@media screen and (min-width: 1600px) {
  .banner-section .slide-img img {
    min-height: 85vh;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .banner-section .slide-img img {
    min-height: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .slide-img img {
    min-height: 515px;
    -o-object-position: 95%;
       object-position: 95%;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .slide-img img {
    min-height: 100%;
    -o-object-position: 88%;
       object-position: 88%;
  }
}
/* Overlay */
.banner-section .slide-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.46);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-section .slider-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .banner-section .slider-content {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .slider-content {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .slider-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.banner-section .slider-inner-content {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 528px;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .banner-section .slider-inner-content {
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 12px;
  }
}
.banner-section .slider-inner-content h1 {
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 32px;
}

.banner-section .slider-inner-content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .banner-section .slider-inner-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .slider-inner-content h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
}
.banner-section .slider-inner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .banner-section .slider-inner-content p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}
.banner-section .slider-inner-content .butn-white {
  /* Adjust button for mobile */
}

@media screen and (max-width: 575px) {
  .banner-section .slider-inner-content .butn-white {
    padding: 10px;
    font-size: 13px;
  }
}
/* --- End Banner Section --- */
/*start section-heading*/
.section-heading-left {
  margin-bottom: 30px;
}

.section-heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .section-heading {
    margin-bottom: 15px;
  }
}
.section-heading h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1F232D;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.section-heading-left h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1F232D;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .section-heading-left h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
}
.section-heading-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #41444B;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .section-heading-left p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

/*end section-heading*/
/*start about-info-section*/
.about-info-section .about-info-inner {
  margin-top: -50px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .about-info-section .about-info-inner {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .about-info-section .about-info-inner {
    padding-top: 30px;
  }
}
.about-info-section .about-info-inner .aboutinfo-box {
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .about-info-section .about-info-inner .aboutinfo-box {
    min-height: 134px;
  }
}
.about-info-section .about-info-inner .aboutinfo-box p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .about-info-section .about-info-inner .aboutinfo-box p {
    font-size: 13px;
    line-height: 22px;
  }
}

/*start about-info-section*/
/*start about-section*/
.about-section {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .about-section {
    text-align: center;
    padding-top: 30px;
  }
}
.about-section .about-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1F232D;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 575px) {
  .about-section .about-title {
    font-size: 26px;
    line-height: 30px;
    display: none;
  }
}
.about-section .about-text {
  font-size: 16px;
  color: #616671;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .about-section .about-text {
    font-size: 15px;
    line-height: 24px;
    display: none;
  }
}

.butn-primary, .butn-delete, .butn-clear, .butn-secondary, .butn-header, .butn-white {
  background-color: #1F232D;
  border-radius: 7px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.butn-primary:hover, .butn-delete:hover, .butn-clear:hover, .butn-secondary:hover, .butn-header:hover, .butn-white:hover {
  background-color: #2AD497;
  color: #ffffff;
}

.butn-white {
  background-color: #ffffff;
  color: #1F232D;
  border: 0;
}

.butn-header {
  line-height: 1;
  font-size: 16px;
}

.butn-secondary {
  line-height: 1.2;
}

.butn-clear {
  line-height: 1.2;
  background-color: #808080;
}

.butn-delete {
  line-height: 1.2;
  background-color: #dc3545;
}

/*end about-section*/
/*start our-services section*/
.our-services {
  padding: 70px 0;
  background-color: #EFF5F2;
}
@media screen and (max-width: 575px) {
  .our-services {
    padding: 40px 0;
    text-align: center;
  }
}
.our-services .service-wrapper {
  padding: 15px 10px;
  border-radius: 15px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .our-services .service-wrapper {
    min-height: 138px;
  }
}
.our-services .service-wrapper .service-icon {
  margin-bottom: 10px;
}
.our-services .service-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1F232D;
  margin-bottom: 0;
}
.our-services .service-image img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .our-services .service-image {
    display: none;
  }
}

/*end our-services section*/
/*start email-consultation section*/
.email-consultation {
  background-image: url(/v18/images/webpweb/email-consultation.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 575px) {
  .email-consultation {
    padding: 44px 0;
  }
}
.email-consultation .consultation-wrapper h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .email-consultation .consultation-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 10px;
  }
}

.email-consultation .consultation-wrapper .consultation-text {
  color: #ffffff;
  margin-bottom: 20px;
}

/*end email-consultation section*/
/*start meet-our-doctors section*/
.meet-doctors {
  padding: 70px 0;
  background-color: #EFF5F2;
}
@media screen and (max-width: 575px) {
  .meet-doctors {
    padding: 30px 0;
  }
}
.meet-doctors .doctor-card {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .meet-doctors .doctor-card {
    margin-bottom: 0;
  }
}
.meet-doctors .doctor-card .doctor-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.meet-doctors .doctor-card .card-body {
  padding: 18px 0;
  background: #ffffff;
  border-radius: 0 0 15px 15px;
}
.meet-doctors .doctor-card .card-body .card-title {
  color: #41444B;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.meet-doctors .doctor-card .card-body .card-sub-title {
  color: #616671;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

/*start our-success-stories section*/
.success-stories {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .success-stories {
    padding: 30px 0;
  }
}
.success-stories .section-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .success-stories .section-heading {
    margin-bottom: 0;
  }
}
.success-stories .testimonial-carousel.owl-theme .owl-nav.disabled .owl-dots {
  margin-top: 10px;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  border: 0;
  background: #808080;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #2AD497;
  border: 0;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2AD497;
  border: 0;
}
.success-stories .testimonial-carousel .testimonial-wrapper {
  padding: 25px 15px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  text-align: center;
  min-height: 329px;
  margin: 20px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .success-stories .testimonial-carousel .testimonial-wrapper {
    min-height: 345px;
  }
}
@media screen and (max-width: 768px) {
  .success-stories .testimonial-carousel .testimonial-wrapper {
    min-height: 315px;
  }
}
.success-stories .testimonial-carousel .testimonial-wrapper .testimonial-content {
  color: #616671;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  min-height: 180px;
}
@media (max-width: 1279px) {
  .success-stories .testimonial-carousel .testimonial-wrapper .testimonial-content {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .success-stories .testimonial-carousel .testimonial-wrapper .testimonial-content {
    text-align: center;
  }
}
.success-stories .testimonial-carousel .testimonial-wrapper .btn-stories {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #1F232D;
  padding: 0;
  position: relative;
  width: 90%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .success-stories .testimonial-carousel .testimonial-wrapper .btn-stories {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .success-stories .testimonial-carousel .testimonial-wrapper .btn-stories {
    text-align: center;
  }
}
.success-stories .testimonial-carousel .testimonial-wrapper .btn-stories:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/v18/images/webpnew/arrow.webp);
  bottom: 2px;
  background-size: contain;
  background-position-y: 12px;
  background-repeat: no-repeat;
  right: auto;
  margin-left: 5px;
  position: absolute;
}
.success-stories .testimonial-carousel .testimonial-wrapper .btn-stories:hover {
  text-decoration: underline;
}

/*end our-success-stories section*/
/*start subscribe-newsletter section*/
.subscribe-newsletter .subscribe-newsletter-wrapper {
  background-color: #EFF5F2;
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid #D3E7DD;
}
@media screen and (max-width: 575px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper {
    padding: 15px;
  }
}
.subscribe-newsletter .subscribe-newsletter-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1F232D;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper h2 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.subscribe-newsletter .subscribe-newsletter-wrapper p {
  font-size: 18px;
  color: #41444B;
  font-family: 400;
  line-height: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe-newsletter .subscribe-newsletter-wrapper p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.subscribe-newsletter .about-form .form-input {
  position: relative;
}
.subscribe-newsletter .about-form .form-input input.custom-form-control {
  width: 100%;
  padding: 16px 140px 16px 20px;
  border-radius: 15px;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  border: 0;
}
.subscribe-newsletter .about-form .form-input input.custom-form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.subscribe-newsletter .about-form .form-input input.custom-form-control::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.subscribe-newsletter .about-form .form-input button.butn-primary, .subscribe-newsletter .about-form .form-input button.butn-white, .subscribe-newsletter .about-form .form-input button.butn-header, .subscribe-newsletter .about-form .form-input button.butn-secondary, .subscribe-newsletter .about-form .form-input button.butn-clear, .subscribe-newsletter .about-form .form-input button.butn-delete {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
}

/*end subscribe-newsletter section*/
/*start recent-articles section*/
.recent-articles {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .recent-articles {
    padding: 30px 0;
  }
}
.recent-articles .card.recent-articles-card {
  padding: 10px 0;
  border: none;
  border-radius: 0;
  background-color: unset;
  border-bottom: 1px solid #ededed;
}
.recent-articles .card .card-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recent-articles .card .card-body .card-title {
    text-align: left;
  }
}
.recent-articles .card .card-body .card-title a {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #41444B;
}
@media screen and (max-width: 767px) {
  .recent-articles .card .card-body .card-title a {
    font-size: 16px;
    font-weight: 600;
  }
}
.recent-articles .card .card-body .card-title a:hover {
  color: #2AD497;
}
.recent-articles .card .card-body .card-text {
  font-size: 16px;
  color: #616671;
  font-weight: 400;
  line-height: 30px;
}
.recent-articles .card .card-body .btn-stories {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #1F232D;
  padding: 0;
  position: relative;
  width: 90%;
  display: inline-block;
}
@media (max-width: 1279px) {
  .recent-articles .card .card-body .btn-stories {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .recent-articles .card .card-body .btn-stories {
    text-align: center;
  }
}
.recent-articles .card .card-body .btn-stories:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/v18/images/webpnew/arrow.webp);
  bottom: 2px;
  background-size: contain;
  background-position-y: 12px;
  background-repeat: no-repeat;
  right: auto;
  margin-left: 5px;
  position: absolute;
}
.recent-articles .card .recent-articles-img {
  position: relative;
  width: 100%;
}
.recent-articles .card .recent-articles-img img {
  height: 100%;
  max-height: 700px !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
  position: relative;
}
.recent-articles .card .recent-articles-img .youtube-icon {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

/*end recent-articles section*/
/*start online-books section*/
.online-books {
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .online-books {
    padding-top: 16px;
    padding-bottom: 30px;
  }
}

.onlinebooks-card {
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
}
.onlinebooks-card .books-img {
  border-radius: 15px 15px 0 0;
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .onlinebooks-card .books-img {
    max-height: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .onlinebooks-card .books-img {
    max-height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .onlinebooks-card .books-img {
    max-height: 640px;
  }
}
@media screen and (max-width: 575px) {
  .onlinebooks-card .books-img {
    max-height: 660px;
  }
}
.onlinebooks-card .card-body {
  padding: 18px 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
}
.onlinebooks-card .card-body .card-title {
  color: #41444B;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

/*end online-books section*/
/*start footer*/
.footer-section {
  background-color: #41444B;
  padding-top: 60px;
}
.footer-section .footer-online-book img {
  height: 270px;
  width: 175px;
}
@media screen and (max-width: 1024px) {
  .footer-section .footer-online-book img {
    height: 215px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer-section .footer-online-book img {
    height: 215px;
    width: 187px;
  }
}
@media screen and (max-width: 767px) {
  .footer-section .footer-online-book img {
    height: 215px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer-section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .footer-section {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.footer-section .online-book-link {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-section .online-book-link {
    font-size: 12px;
  }
}
.footer-section .online-book-link:hover {
  color: #2ad497;
}

.footer-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer-heading {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .footer-heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .footer-social-heading {
    display: none;
  }
}

.footer-list-style1 {
  list-style-type: none;
  line-height: 18px;
}

.footer-list-style1 li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .footer-list-style1 li {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer-list-style1 li {
    font-size: 10px;
  }
}

.footer-list-style1 li a {
  color: #ffffff;
  text-transform: capitalize;
}

.footer-list-style1 li a:hover {
  color: #2AD497;
}

.footer-list-style1 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-list {
  padding: 0;
}

.contact-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .contact-list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .contact-list li {
    font-size: 10px;
  }
}

.contact-list li:last-child {
  padding-bottom: 0;
  align-items: start;
}

.contact-list li a {
  color: #fff;
  margin-left: 12px;
  line-height: 24px;
  margin-top: -2px;
}
@media screen and (max-width: 320px) {
  .contact-list li a {
    margin-left: 8px;
  }
}

.contact-list li a:hover {
  color: #2AD497;
}

.footer-social-style3 {
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .footer-social-style3 {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
}

.footer-social-style3 li {
  padding-bottom: 10px;
}

.footer-social-style3 li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 575px) {
  .footer-social-style3 li a img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .footer-social-style3 li a .footer-social-link-title {
    display: none;
  }
}

.footer-social-style3 li a i {
  font-size: 24px;
  color: #D3E7DD;
  width: 22px;
}

.footer-social-style3 li a:hover {
  color: #2AD497;
}

.footer-social-style3 li a:hover i {
  color: #2AD497;
}

.footer-bar {
  margin-top: 72px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid rgba(211, 231, 221, 0.19);
}
@media screen and (max-width: 768px) {
  .footer-bar {
    margin-top: 52px;
  }
}
@media screen and (max-width: 575px) {
  .footer-bar {
    margin-top: 6px;
    padding-bottom: 0;
  }
}

.footer-bar .copyright-text {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  line-height: 27px;
  justify-content: flex-end;
}
.footer-bar .copyright-text a {
  color: #2AD497;
}
@media screen and (max-width: 1024px) {
  .footer-bar .copyright-text {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer-bar .copyright-text {
    display: block;
    margin: 20px auto 0;
  }
}

.footer-bar p a {
  font-weight: 400;
  color: #ffffff;
}

.footer-menus {
  display: flex;
  align-items: center;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .footer-menus {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer-menus {
    margin-bottom: 0;
  }
}

.footer-menus li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 575px) {
  .footer-menus li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .footer-menus li a {
    font-size: 9px;
  }
}

.footer-menus li a:hover {
  color: #2AD497;
}

.footer-menus li:after {
  content: "|";
  margin: 0 12px;
  color: #fff;
  height: auto;
  width: auto;
}
@media screen and (max-width: 575px) {
  .footer-menus li:after {
    margin: 0 15px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 320px) {
  .footer-menus li:after {
    margin: 0 10px;
  }
}

.footer-menus li:last-child:after {
  content: none;
}

/*end footer*/
.secondwhatsapp {
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  background: unser;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: #fff;
  height: inherit;
}
.secondwhatsapp .footer_sticky_whatsapp .img_cc {
  animation: chaty-animation-waggle 5s infinite;
}

.footer_center {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.footer_center a {
  color: #fff;
}

.footer_sticky_animation {
  position: relative;
}

.chaty-widget-i-title {
  font-size: 17px;
  left: -3px;
  top: -30px;
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  color: #333;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transform: translate(calc(-100% - 14px), -50%);
  color: rgb(255, 255, 255);
  background: rgb(134, 205, 145);
  position: absolute;
}

.chaty-widget-i-title:before {
  position: absolute;
  bottom: 30%;
  right: -12px;
  transform: rotate(90deg);
  content: "";
  border-bottom: 13px solid rgb(134, 205, 145);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.chaty-widget-i-title {
  display: none;
}

.footer_sticky_whatsapp:hover .chaty-widget-i-title {
  display: block;
}

@keyframes chaty-animation-waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  13% {
    transform: rotateZ(25deg) scale(1.2);
  }
  15% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  17% {
    transform: rotateZ(15deg) scale(1.2);
  }
  20% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  22% {
    transform: rotateZ(0) scale(1.2);
  }
  100%, 24% {
    transform: rotateZ(0) scale(1);
  }
}
.footer_sticky_whatsapp {
  z-index: 111;
  position: fixed;
  bottom: 10px;
  left: auto;
  right: 40px;
  top: auto;
}

.footer_sticky_whatsapp .img_cc {
  animation: chaty-animation-waggle 5s infinite;
}

.inerpage-pagetitle {
  padding: 44px 0;
  background-image: url(/v18/images/webpweb/email-consultation.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .inerpage-pagetitle {
    background-image: url(/v18/images/webpnew/email-consultation-m.webp);
  }
}
.inerpage-pagetitle .bannerpart {
  position: relative;
  z-index: 2;
}
.inerpage-pagetitle .bannerpart h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
}
.inerpage-pagetitle .bannerpart p {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.login-form-section {
  padding: 50px 0;
  background-color: #EFF5F2;
}
.login-form-section .second_opinion_login_form {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 25px;
}
.login-form-section .second_opinion_login_form h5 {
  color: #41444B;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.login-form-section .second_opinion_login_form .login-form-inputs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .login-form-section .second_opinion_login_form .login-form-inputs {
    display: block;
  }
}
.login-form-section .second_opinion_login_form .login-form-inputs label {
  color: #616671;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.login-form-section .second_opinion_login_form .checkbox label {
  color: #616671;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.login-form-section .second_opinion_login_form .forgot-pwd-link {
  color: #616671;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.login-form-section .second_opinion_login_form .register-acc-link {
  color: #616671;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.login-form-section .second_opinion_login_form .register-acc-link span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.register-form-section {
  padding: 50px 0;
  background-color: #EFF5F2;
}
.register-form-section .free-second-opinion-register-form {
  padding: 30px 25px;
  background: #fff;
  height: 100%;
  border: 1px solid #ededed;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .register-form-section .free-second-opinion-register-form {
    border-radius: 8px 8px 0 0;
    padding: 25px 15px;
  }
}
.register-form-section .free-second-opinion-register-form p {
  font-size: 15px;
  line-height: 30px;
  color: #616671;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: normal;
}
.register-form-section .free-second-opinion-register-form h1 {
  color: #41444B;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.register-form-section .free-second-opinion-register-form label {
  color: #616671;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.register-form-section .free-second-opinion-register-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #41444B;
  line-height: 27px;
}
.register-form-section .free-second-opinion-register-form .about-text {
  font-size: 15px;
  color: #41444B;
  margin: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .register-form-section .free-second-opinion-register-form .about-text {
    display: none;
  }
}
.register-form-section .free-second-opinion-register-form input[type=file] {
  width: 100%;
}

.main-left-sidebar {
  padding: 30px 20px;
  border-radius: 15px;
}
.main-left-sidebar .Lbox {
  padding-bottom: 30px;
}
.main-left-sidebar .Lbox .Lhead h1 {
  color: #41444B;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 28px;
}
.main-left-sidebar .Lbox .Lbody ol {
  padding-left: 1rem;
}
.main-left-sidebar .Lbox .Lbody ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #616671;
  margin-bottom: 15px;
}
.main-left-sidebar .Lbox .Lbody p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #616671;
  margin-bottom: 15px;
}

.wrapper-section {
  background-color: #EFF5F2;
  padding: 48px 0 90px 0;
}
.wrapper-section .all_content_tandp {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #616671;
}
.wrapper-section .all_content_tandp .bannerforblog {
  text-align: center;
}
.wrapper-section .all_content_tandp .bannerforblog #bannerforblog_id_href img {
  width: 100%;
}
.wrapper-section .all_content_tandp .intro-img {
  width: 100%;
  margin-bottom: 30px;
}
.wrapper-section .all_content_tandp .intro-img.desktop-thumbnail {
  width: 100%;
  margin-bottom: 30px;
}
.wrapper-section .all_content_tandp .article-video {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .wrapper-section .all_content_tandp .article-video iframe {
    width: 100%;
    height: 215px;
  }
}
.wrapper-section .all_content_tandp .all-Videos-links {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.wrapper-section .all_content_tandp .all-Videos-links a {
  color: #2AD497;
  font-weight: 600;
  position: relative;
}
.wrapper-section .all_content_tandp .all-Videos-links .YouTube-links:after {
  content: "|";
  position: absolute;
  top: -3px;
  right: -17px;
  width: 10px;
  height: 10px;
}
.wrapper-section .all_content_tandp h1 {
  font-size: 30px !important;
  color: #1F232D !important;
  line-height: 40px !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}
.wrapper-section .all_content_tandp h1 strong {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
@media screen and (max-width: 575px) {
  .wrapper-section .all_content_tandp h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }
}
.wrapper-section .all_content_tandp h2 {
  font-size: 26px !important;
  color: #1F232D !important;
  line-height: 36px !important;
  margin-bottom: 18px !important;
  margin-top: 25px !important;
}
.wrapper-section .all_content_tandp h2 strong {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
@media screen and (max-width: 575px) {
  .wrapper-section .all_content_tandp h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-top: 18px !important;
    margin-bottom: 12px !important;
  }
}
.wrapper-section .all_content_tandp h3 {
  font-size: 22px !important;
  line-height: 32px !important;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}
.wrapper-section .all_content_tandp h3 strong {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
@media screen and (max-width: 575px) {
  .wrapper-section .all_content_tandp h3 {
    font-size: 20px !important;
    line-height: 27px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
}
.wrapper-section .all_content_tandp h4 {
  font-size: 18px !important;
  line-height: 27px !important;
  margin-bottom: 12px !important;
  margin-top: 15px !important;
}
.wrapper-section .all_content_tandp h4 strong {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
@media screen and (max-width: 575px) {
  .wrapper-section .all_content_tandp h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
  }
}
.wrapper-section .all_content_tandp .single-article {
  font-size: 15px;
  color: #616671;
  margin-bottom: 20px;
  white-space: normal;
  line-height: 27px;
  text-align: right;
}
.wrapper-section .all_content_tandp .single-article a {
  text-align: left;
  color: #2AD497;
  font-weight: 600;
}
.wrapper-section .all_content_tandp .single-article a:hover p {
  background-color: #2AD497;
}
.wrapper-section .all_content_tandp .single-article a p {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  background: #242424;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.wrapper-section .all_content_tandp .single-article .intro-text {
  text-align: left;
}
.wrapper-section .all_content_tandp p {
  font-size: 15px;
  line-height: 30px;
  color: #616671;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: normal;
}
.wrapper-section .all_content_tandp p strong {
  color: #616671;
  font-weight: 600;
}
.wrapper-section .all_content_tandp ul {
  padding-left: 2rem;
}
.wrapper-section .all_content_tandp ul li {
  font-size: 16px;
  line-height: 30px;
  color: #616671;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: normal;
  list-style-type: disc;
}
.wrapper-section .all_content_tandp ul li::marker {
  font-weight: bolder;
}
.wrapper-section .all_content_tandp ol li {
  font-size: 16px;
  line-height: 30px;
  color: #616671;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: normal;
}
.wrapper-section .all_content_tandp ol li::marker {
  font-weight: bolder;
}
.wrapper-section .all_content_tandp h5 strong {
  font-weight: 600;
  color: #1F232D;
}
.wrapper-section .all_content_tandp .overviewiframe {
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-bottom: 30px;
  max-height: 340px;
}
.wrapper-section .all_content_tandp .overviewiframe iframe {
  padding: 10px;
  width: 100%;
}

.custom-pagination .pagination .page-item {
  list-style-type: none;
}
.custom-pagination .pagination .page-item .page-link {
  color: #242424;
  font-size: 16px;
}
.custom-pagination .pagination .page-item.active .page-link {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}

.awards-accolades .accordion-item {
  margin-bottom: 15px;
  border: 0;
}
.awards-accolades .accordion-item .accordion-button {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.awards-accolades .accordion-item .accordion-button::after {
  position: absolute;
  top: 13px;
  right: 20px;
}
.awards-accolades .accordion-item .accordion-button:focus {
  box-shadow: unset;
}
.awards-accolades .accordion-item span.accordion-link {
  font-weight: 600;
  color: #2AD497;
  margin-bottom: 0;
  display: inline-flex;
}
.awards-accolades .accordion-item .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 30px;
  white-space: normal !important;
  line-height: 30px;
}
.awards-accolades .accordion-item .accordion-body ul {
  margin-bottom: 1rem;
}
.awards-accolades .accordion-item .accordion-body ul li {
  margin-bottom: 10px;
}
.awards-accolades .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.awards-accolades .accordion-item .accordion-body .cv-btn-wrapper {
  text-align: right;
}
.awards-accolades .accordion-item .accordion-body .accordion-float-image {
  float: left;
  margin-right: 35px;
}
.awards-accolades .accordion-item .accordion-body h5 {
  margin-bottom: 25px;
}
.awards-accolades .accordion-item .accordion-body img {
  margin-bottom: 25px;
}
.awards-accolades .accordion-item .accordion-body a.cv-btn {
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 8px 15px;
  color: #1F232D;
}

.conversations_form, .feedbacks-form {
  padding: 30px 20px;
  border-radius: 15px;
  background: #ffffff;
}
.conversations_form .form-group label, .feedbacks-form .form-group label {
  color: #616671;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.conversations_form .conversations_table, .feedbacks-form .conversations_table {
  margin-top: 20px;
}
.conversations_form .conversations_table thead tr th, .feedbacks-form .conversations_table thead tr th {
  background-color: #41444B;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.conversations_form .conversations_table thead tr th a, .feedbacks-form .conversations_table thead tr th a {
  color: #ffffff;
}
.conversations_form .conversations_table tbody tr td, .feedbacks-form .conversations_table tbody tr td {
  color: #1F232D;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.conversations_form .conversations_table tbody tr td a, .feedbacks-form .conversations_table tbody tr td a {
  color: #2AD497;
}

.form-conversation .text-info {
  color: #2AD497 !important;
}
.form-conversation .form-group {
  margin-bottom: 1rem;
}
.form-conversation table th {
  background: rgba(240, 240, 240, 0.3607843137);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.form-conversation table td {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-conversation ul {
  margin: 0;
  list-style-type: none;
}
.form-conversation ul li {
  border-bottom: 1px solid #D3E7DD;
}
.form-conversation ul li p .pull-left, .form-conversation ul li p .pull-right {
  white-space: normal;
  color: #2AD497;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.form-conversation ul li p .pull-right {
  color: #1F232D;
}
.form-conversation ul li:nth-child(1) {
  padding-left: 0;
}

.view-medical-info-form {
  padding: 30px 20px;
  border-radius: 15px;
  background: #FFF;
}
.view-medical-info-form .view-medical-info-table thead tr th {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.view-medical-info-form .view-medical-info-table tbody tr td {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.view-medical-info-form .attachments-no, .view-medical-info-form .attachments-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1F232D;
}
.view-medical-info-form .attachments-link {
  color: #2AD497;
  font-weight: 400;
}

.contactus_form {
  margin-bottom: 30px;
}

.feedback-reply {
  padding: 30px 20px;
  border-radius: 15px;
  background: #FFF;
}
.feedback-reply .Inner_feedback h3 {
  color: #41444B;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.feedback-reply .info-text {
  color: #2AD497;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.feedback-reply .info-details {
  color: #1F232D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.user-info-wrapper {
  padding: 30px 20px;
  border-radius: 15px;
  background: #FFF;
}

.account-tabs {
  padding: 30px 20px;
  border-radius: 15px;
  background: #ffffff;
}
.account-tabs .nav-tabs .nav-link {
  color: #2AD497;
  font-size: 15px;
}

.table-striped.account_table tbody tr th,
.table-striped.account_table tbody tr td,
.table-striped.account_table tbody tr:nth-of-type(odd) td {
  color: #242424;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.account-tabs .account-form label {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-conversations {
    display: none;
  }
  .mobile-book-an-appoinment {
    display: none;
  }
  .header-main-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mobile-conversations {
    display: none;
  }
  .mobile-book-an-appoinment {
    display: none;
  }
  .header-main-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tag-right-serch-link {
    float: none;
  }
  .search-bar {
    position: absolute;
    right: 0;
    width: 420px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 100%;
    border-radius: 5px;
    display: none;
    z-index: 999;
  }
  .main-s {
    padding: 7.5px 5px;
    padding-left: 10px;
    border: none;
    float: right;
    width: 100%;
    background-color: #e3e3e3;
    font-size: 14px;
  }
  .search-button {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px;
    cursor: pointer;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
    background-image: url(/v18/images/webpnew/hamburgar-menu.webp);
    background-size: contain;
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .custom-nav-menu {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 4px #ccc;
  }
  .custom-navbar .custom-navbar-collapse .custom-nav-menu {
    gap: 0;
  }
  .mobile-conversations a {
    font-size: 16px;
    font-weight: 400;
    color: #41444B;
  }
  .mobile-book-an-appoinment {
    padding-top: 15px;
  }
  .top-mobile-book-an-appoinment {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
  .header-main {
    display: none;
  }
  .header-main-mobile {
    display: block;
  }
  .topbar-menu li a span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .navbar-toggler {
    width: 40px;
    height: 30px;
  }
  .topbar-menu {
    gap: 10px;
    align-items: center;
  }
  .header-main-mobile .custom-navbar {
    display: flex;
  }
  .secondwhatsapp {
    background: #25d366;
    box-shadow: 0 5px 50px rgba(121, 121, 121, 0.4901960784);
    height: 46px;
  }
  .footer_center {
    display: flex;
  }
  .footer_sticky_whatsapp {
    bottom: 6px;
    right: 10px;
  }
  .footer_sticky_whatsapp .img_cc {
    width: 35px;
    height: 35px;
  }
}
.latest-article-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.latest-article-title::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #EDEDED;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.latest-article-title::after {
  display: inline-block;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 0;
  z-index: 3;
  background-color: #2AD497;
}

.latest-article-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .latest-article-wrapper {
    margin-bottom: 20px;
  }
}

.article-img-wrapper img {
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  margin-bottom: 50px;
  padding: 5px;
}

.consultation-footer {
  background-color: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  border-left: 3px solid #2AD497;
  border-radius: 10px;
  padding: 30px 15px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .consultation-footer {
    padding: 20px 15px;
  }
}

.latest-article-list {
  background: #EFF5F2;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #D3E7DD;
  padding: 20px !important;
}
@media screen and (max-width: 575px) {
  .latest-article-list {
    padding: 15px !important;
  }
}
.latest-article-list li {
  list-style-type: none !important;
  position: relative;
  margin: 0px;
  line-height: 25px;
  padding-left: 34px;
  font-weight: 400;
  color: #737373;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 13px;
  list-style-type: none;
  font-size: 15px;
  border-bottom: 1px solid #D3E7DD;
  padding-bottom: 15px;
}
.latest-article-list li::after {
  content: "\f058";
  left: 0;
  top: 1px;
  z-index: 1;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  color: #2AD497;
  font-size: 20px;
}
.latest-article-list li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
  padding-bottom: 0;
}

.quiz-option-button {
  width: 40%;
  background: #FFF;
  border: 0;
  color: #000;
  border: 1px solid #000;
}

.quiz-next-btn {
  width: 40%;
  background: #FFF;
  border: 0;
  color: #000;
  border: 1px solid #000;
}

.quiz-option-button:hover {
  background-color: #1F232D;
  color: #FFF;
}

.quiz-next-btn:hover {
  background-color: #1F232D;
  color: #FFF;
}

.quiz-wrapper {
  padding-top: 40px;
}

.recent-articles-card {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}
.recent-articles-card::last-child {
  padding-bottom: 0px;
  border-bottom: 0;
}
.recent-articles-card .card-body .recent-articles-title {
  font-size: 16px;
  line-height: 24px;
  color: #1F232D;
}
.recent-articles-card .card-body .recent-articles-title a {
  font-size: 16px;
  line-height: 24px;
  color: #1F232D;
}

.recent-article-small-img {
  position: relative;
}
.recent-article-small-img img {
  width: 235px;
  height: 131px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 767px) {
  .recent-article-small-img img {
    height: 210px;
    width: 100%;
  }
}
.recent-article-small-img img.youtube-icon {
  position: absolute;
  top: 15px;
  height: 25px;
  width: 25px;
  right: 34px;
}

.uploaded-article-shown {
  border-bottom: 0 !important;
}

.home-shown-article-content {
  border-bottom: 0 !important;
}

.contect-information-wrapper {
  background-image: url("/v18/images/webpweb/second-opinion-contact-banner.png");
  padding: 150px 38px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  border: 1px solid #ededed;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .contect-information-wrapper {
    padding: 50px 38px;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 575px) {
  .contect-information-wrapper {
    padding: 100px 38px;
  }
}
.contect-information-wrapper h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}
.contect-information-wrapper .contact-listing {
  margin-bottom: 30px;
}
.contect-information-wrapper .contact-listing a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.input-file-manager {
  border: none;
  outline: 0;
  display: none;
}

.choose-filebutn {
  background: #E5FFF6;
  color: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.opinion-video-wrapper {
  background: #EFF5F2;
  padding-bottom: 50px;
}

.wrapper-section .all_content_tandp .single-article a h5 {
  text-transform: capitalize;
}

.inerpage-pagetitle .bannerpart h1 {
  text-transform: capitalize;
}

.category-button-wrapper a h5 {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 26px;
}
.category-button-wrapper .category_main {
  gap: 8px;
  overflow: hidden;
  flex-wrap: wrap;
  max-height: 35px;
  overflow-y: hidden;
  height: 100%;
}
.category-button-wrapper .category-badge {
  background-color: #e8e8e8;
  color: #656565;
  border: none;
  border-radius: 7px;
  font-weight: 500;
}
.category-button-wrapper .category-badge .category_name {
  padding: 0 5px;
  display: block;
}

.category_list_right-wrapper .future_article-box-wrapper .popular-tags .search-future-article-title {
  font-size: 22px;
  font-weight: 600;
}
.category_list_right-wrapper .popular-tags-wrapper .popular-tags .search-popular-tags-title {
  font-size: 22px;
  font-weight: 600;
}
.category_list_right-wrapper .popular-tags-wrapper .category-button-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.category_list_right-wrapper .popular-tags-wrapper .category-button-wrapper .category_name {
  padding: 0 5px;
  display: block;
}

.search-tags-wrapper {
  gap: 8px;
}
.search-tags-wrapper .badge {
  background-color: #e8e8e8;
  color: #656565;
  border: none;
  border-radius: 100px;
  font-size: 10px !important;
  font-weight: 500;
}
.search-tags-wrapper .badge .badge-name {
  padding: 0 5px;
  display: block;
}

.popular-tags .tag-cloud-wrapper .tag-cloud-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popular-tags .tag-cloud-wrapper .tag-cloud-item .future-article-link {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.popular-tags .tag-cloud-wrapper .search-page-popular-tags {
  background-color: #e8e8e8;
  color: #656565;
  border: none;
  border-radius: 100px;
  font-size: 10px !important;
  font-weight: 500;
}
.popular-tags .tag-cloud-wrapper .search-page-popular-tags .search-page-popular-tags-name {
  padding: 0 7px;
  display: block;
}

@media screen and (max-width: 768px) {
  .category_wrapper-main .article-cata-right {
    border-right: none !important;
  }
}

.all_content_tandp .single-article {
  text-align: left;
}
.all_content_tandp .single-article .intro-img-block img {
  width: 245px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.skeleton-wrapper {
  padding: 20px;
}
.skeleton-title {
  height: 40px;
  background: #e0e0e0;
  margin-bottom: 20px;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}
.skeleton-image {
  height: 300px;
  background: #e0e0e0;
  margin-bottom: 20px;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}
.skeleton-content {
  margin-top: 20px;
}
.skeleton-line {
  height: 20px;
  background: #e0e0e0;
  margin-bottom: 15px;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}

.skeleton-category-wrapper {
  padding: 2rem;
  background: #f7f9fa;
}
.skeleton-category-wrapper .skeleton-banner {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  margin-bottom: 2rem;
  animation: pulse 1.5s infinite;
}
.skeleton-category-wrapper .skeleton-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.skeleton-category-wrapper .skeleton-card .skeleton-title {
  width: 60%;
  height: 24px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 1rem;
  animation: pulse 1.5s infinite;
}
.skeleton-category-wrapper .skeleton-card .skeleton-text {
  width: 90%;
  height: 16px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 1rem;
  animation: pulse 1.5s infinite;
}
.skeleton-category-wrapper .skeleton-card .skeleton-button {
  width: 100px;
  height: 32px;
  background: #e0e0e0;
  border-radius: 16px;
  animation: pulse 1.5s infinite;
  margin-left: auto;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.latest-article-wrapper .ivf-comic-book-wrapper {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .latest-article-wrapper .ivf-comic-book-wrapper {
    float: inherit;
    text-align: center;
  }
}
.latest-article-wrapper .ivf-comic-book-wrapper img {
  margin-bottom: 15px;
}

.flipbook-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.flipbook-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.flipbook-controls button {
  background-color: #1f232d;
  border: 0;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 5px 18px;
}

.book-container {
  position: relative;
  width: 100%;
  height: 600px;
  perspective: 2000px;
  transform-style: preserve-3d;
  overflow: hidden;
}
.book-container.horizontal {
  height: 350px;
}

.book-spread {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page {
  flex: 1;
  height: 100%;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}

.left-page {
  border-right: 2px solid #ddd;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.right-page {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.flipbook-wrapper .book-container .book-spread .page-content .latest-article-wrapper {
  margin-bottom: 0;
}

.flipbook-wrapper .article-img-wrapper img {
  margin-bottom: 0;
  box-shadow: unset;
  border-radius: 0;
  padding: 0;
}

.page-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content .latest-article-wrapper .article-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
  width: 100%;
}

/* Animation states */
.book-spread.flipping.forward {
  transform: rotateY(-90deg);
}

.book-spread.flipping.backward {
  transform: rotateY(90deg);
}

.book-container.vertical .page-content .article-img-wrapper img {
  height: 600px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .book-container {
    height: 500px;
  }
  .flipbook-wrapper .article-img-wrapper img {
    height: 500px;
  }
  .book-spread {
    flex-direction: column;
  }
  .right-page {
    display: none;
  }
  .left-page {
    width: 100%;
    border-radius: 8px;
    border-right: none;
  }
  .flipbook-controls span {
    font-size: 14px;
  }
  .flipbook-controls button {
    padding: 6px 12px;
    font-size: 14px;
  }
  .book-container.vertical .page-content .article-img-wrapper img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .book-container {
    height: 300px;
  }
  .flipbook-wrapper .article-img-wrapper {
    text-align: center;
  }
  .flipbook-wrapper .article-img-wrapper img {
    height: auto;
  }
  iframe.article-video-iframe {
    width: 100%;
    height: 230px;
  }
  .book-container.horizontal {
    height: 200px;
  }
  .flipbook-wrapper {
    padding: 10px;
  }
  .flipbook-controls button {
    font-size: 11px;
    padding: 4px 8px;
  }
}
.drmalpani-loader {
  width: 25px;
  height: 25px;
  border: 5px solid #ddd;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  margin-top: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

form.Innersearchbar {
  position: relative;
}
@media screen and (max-width: 991px) {
  form.Innersearchbar .search-bar {
    width: inherit;
    box-shadow: unset;
    padding: 10px 0;
  }
}
form.Innersearchbar .search-button .main-s {
  width: 100%;
  background-color: #eff5f2;
  border: 1px solid #d3e7dd;
  border-radius: 60px;
  font-size: 14px;
  padding: 12px 20px;
}
@media screen and (max-width: 991px) {
  form.Innersearchbar .search-button .main-s {
    padding: 12px 40px 12px 20px;
  }
}
form.Innersearchbar .search-button .search-box .tag-right-serch-link {
  position: absolute;
  top: 60px;
}
@media screen and (max-width: 991px) {
  form.Innersearchbar .search-button .search-box .tag-right-serch-link {
    min-width: inherit;
  }
}
form.Innersearchbar .search-button .search-box .set-seachbar {
  top: 13px;
}
@media screen and (max-width: 991px) {
  form.Innersearchbar .search-button .search-box .set-seachbar {
    right: -10px;
  }
}
form.Innersearchbar .sphinx_ajax_result {
  top: 60px !important;
  max-height: 230px;
  overflow-y: scroll;
  max-width: inherit;
}

.article-meta {
  font-size: 14px;
  color: #6c757d;
}
.article-meta small {
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .article-meta {
    font-size: 13px;
  }
}

.latest-article-card .article-meta,
.mostview-article-card .article-meta {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
}
.latest-article-card .article-meta small,
.mostview-article-card .article-meta small {
  font-size: 12px;
  color: #6c757d;
}

.inerpage-pagetitle .article-meta {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .inerpage-pagetitle .article-meta {
    margin-top: 0.75rem;
  }
}
.inerpage-pagetitle .article-meta span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .inerpage-pagetitle .article-meta span {
    font-size: 14px;
  }
}
