/*
* grad default stylesheed   
*/
/*
 * table of content 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * bootstrap  
*/
/*
* define all constant here 
*/
.header_top {
  font-family: 'Montserrat', sans-serif;
  padding: 8px 0px;
}
.header_top.border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.mr-4 {
  margin-right: 40px;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

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

@media (max-width: 576px) {
  .site-header .site-logo {
    max-width: 150px;
  }
}

.navbar-brand img + img {
  display: none;
}

.menu > .nav-item {
  position: relative;
  padding: 28px 20px;
  transition: all 0.1s linear;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .menu > .nav-item {
    padding: 20px 15px;
  }
}
.menu > .nav-item > .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .menu > .nav-item > .nav-link {
    color: #0b0a1c;
  }
}
.menu > .nav-item > .nav-link.dropdown-toggle:after {
  border: 0 solid transparent;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-left: 9px;
  vertical-align: 0px;
  font-size: 14px;
}
.menu > .nav-item .mobile_dropdown_icon {
  display: none;
}
.menu > .nav-item .mobile_dropdown_icon.arrow_rotate {
  transform: rotate(180deg);
  color: #e90c8d;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: -30px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
  display: none;
}
@media (min-width: 1200px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    top: 100%;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #00160b;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #e90c8d;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 991px) {
  .menu > .nav-item.active .nav-link {
    color: #e90c8d;
  }
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link {
  color: #e90c8d;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu .maga_menu_col ul > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.navbar_fixed .navbar {
  z-index: 999;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.0005);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar_fixed .navbar .navbar-brand img {
  display: none;
}
.navbar_fixed .navbar .navbar-brand img + img {
  display: inline-block;
}
.navbar_fixed .navbar .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .navbar_fixed .navbar .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar_fixed .search_cart .nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}

.navbar-toggler {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  margin: 25px 0px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #111;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(6) {
  transform: rotate(45deg);
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(5) {
  transform: rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
  left: 0px;
  top: 4px;
}
.navbar-toggler span:nth-child(2) {
  left: calc(50% - 4px);
  top: 4px;
}
.navbar-toggler span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggler span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggler span:nth-child(5) {
  left: 0px;
  top: 14px;
}
.navbar-toggler span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}
.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(2) {
  top: 2px;
}
.navbar-toggler.collapsed span:nth-child(3),
.navbar-toggler.collapsed span:nth-child(4) {
  top: 9px;
}
.navbar-toggler.collapsed span:nth-child(5),
.navbar-toggler.collapsed span:nth-child(6) {
  top: 16px;
}
.navbar-toggler.collapsed span:nth-child(2),
.navbar-toggler.collapsed span:nth-child(5),
.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(6) {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
  left: 0;
}
.navbar-toggler.collapsed span:nth-child(4) {
  opacity: 1;
  left: calc(50% - 4px);
}

@media (max-width: 1199px) {
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .header_left span {
    padding: 4px 11px;
    font-size: 13px;
    margin-right: 7px;
  }
  .header_right li {
    margin-right: 15px;
  }
  .search_cart {
    flex-direction: initial;
    margin-left: auto;
    margin-right: 25px;
  }
  .search_cart:before {
    display: none;
  }
  .search_cart .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile_dropdown_icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-link.dropdown-toggle.show + .mobile_dropdown_icon {
    transform: rotate(-180deg);
  }
  .menu > .nav-item {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item .nav-link,
  .menu > .nav-item.mega_menu {
    position: relative;
  }
  .menu > .nav-item .nav-link:before {
    display: none;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    padding-bottom: 0px;
  }
  .menu > .nav-item.submenu .dropdown-menu.show {
    display: block;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    top: 0px;
  }
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 22px;
    transition: all 0.2s;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner {
    padding-bottom: 20px;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner:before {
    display: none;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
    width: 50%;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu {
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    display: block !important;
  }
  .search_cart .nav-item.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: -52px !important;
  }
}
@media (max-width: 767px) {
  .header_top .container > .d-flex {
    display: block !important;
  }
  .header_top .container > .d-flex .header_left,
  .header_top .container > .d-flex .header_right {
    justify-content: center;
  }
  .header_top .container > .d-flex .header_right {
    margin-top: 5px;
  }
  .menu {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .search_cart .nav-item.submenu .dropdown-menu {
    padding: 20px 15px;
    min-width: 290px;
  }
  .menu-search-form {
    width: 270px;
  }
  .header_left span {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .header_left {
    display: none !important;
  }
  .navbar-brand {
    padding-right: 5px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .nice-select .list {
    left: auto;
    right: 0;
  }
  .search_cart {
    margin-right: 10px;
  }
  .search_cart .nav-item .nav-link {
    font-size: 16px;
  }
  .search_cart .nav-item:not(:last-child) {
    margin-right: 12px;
  }
}
.site-header .navbar-nav {
  margin-top: 0;
}

.site-header .navbar-toggler {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .site-header .header_btn {
    display: none;
  }
}

.site-header.sticky_nav.navbar_fixed .navbar {
  box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
  background-color: #1c1a43;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link:hover {
  color: #111;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item.active .nav-link {
  color: #fff;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar.menu_collaps .navbar-toggler span {
  background: #0b0a1c;
}
.navbar.menu_collaps .navbar-brand img {
  display: none;
}
.navbar.menu_collaps .navbar-brand img + img {
  display: inline-block;
}
.navbar.menu_collaps .cu_btn.btn_2 {
  border: 1px solid #00247a;
  color: #00247a;
  background-color: transparent;
}
.navbar.menu_collaps .cu_btn.btn_2:hover {
  background-color: #00247a;
  color: #fff;
}
.navbar.menu_collaps .cu_btn.btn_1 {
  border: 1px solid #00247a;
  color: #fff;
  background-color: #00247a;
}
.navbar.menu_collaps .cu_btn.btn_1:hover {
  background-color: transparent;
  color: #00247a;
  border-color: #00247a;
}
.navbar.menu_collaps .menu > .nav-item.active .nav-link {
  color: #e90c8d;
}

@media (max-width: 1200px) {
  .navbar_logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-collapse {
    background-color: #fff;
  }
  nav.navbar.fixed-top.menu_collaps {
    background-color: #fff;
  }
  nav.navbar.menu_one.fixed-top.menu_collaps {
    box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
    background-color: #1c1a43;
  }
}
@media (min-width: 1300px) {
  .custom_header_width,
  .container {
    max-width: 1370px !important;
  }
}
.search_cart {
  align-items: center;
  margin-left: 0;
}
.search_cart .nav-item {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0.1s linear;
}
.search_cart .nav-item:not(:last-child) {
  margin-right: 20px;
}
.search_cart .nav-item .nav-link {
  font-size: 20px;
  color: #e90c8d;
  padding: 0px;
  position: relative;
}
.search_cart .nav-item .nav-link:after {
  display: none;
}
.search_cart .nav-item .nav-link .num {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5544bf;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: -7px;
}
.search_cart .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: auto;
  right: 0;
  min-width: 350px;
  padding: 30px;
  background: #fff;
  box-shadow: -1px 2px 19px -3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
  .search_cart .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.search_cart .nav-item.submenu .dropdown-menu li + li {
  margin-top: 20px;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item {
  display: flex;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-img {
  display: block;
  margin-right: 15px;
  transition: all 0.3s linear;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content {
  flex: 1;
  align-self: center;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content .cart-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content .cart-title a {
  color: #e90c8d;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-remove {
  margin-left: 5px;
  text-align: right;
  align-self: center;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #5544bf;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.search_cart .nav-item.submenu .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #5544bf;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f {
  border-top: 1px solid #ededed;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f .cart-pricing p {
  margin-bottom: 0;
  font-size: 18px;
  padding-top: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #e90c8d;
  display: flex;
  justify-content: space-between;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f .cart-button .medical_theme_btn {
  border: 0px;
  padding: 9px 20px;
  width: 48%;
  cursor: pointer;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f .cart-button .medical_theme_btn + .medical_theme_btn {
  margin-left: 5px;
  background: #e90c8d;
}
.search_cart .nav-item.submenu .dropdown-menu .cart_f .cart-button .medical_theme_btn + .medical_theme_btn span {
  background: #5544bf;
}
.search_cart .nav-item:hover .nav-link i:before {
  color: #5544bf;
}
@media (min-width: 992px) {
  .search_cart .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.search_cart .nav-item.search {
  position: relative;
}
.search_cart .nav-item.search.open .menu-search-form {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.menu-search-form {
  position: absolute;
  width: 370px;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08), -3px 0px 0px 0px rgba(238, 144, 81, 0.004);
  top: 100%;
  left: auto;
  right: -100px;
  z-index: 20;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  border-left: 3px solid #333;
}
.menu-search-form .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
  font-family: 'Montserrat', sans-serif;
}
.menu-search-form .form-control.placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control:-moz-placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.menu-search-form .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.menu-search-form button {
  border: 0px;
  background: #fff;
  margin-left: -1px;
  padding-right: 20px;
  color: #e90c8d;
}

/*
* default setting for the grad setting 
*/
/*
* define all constant here 
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  color: #454545;
  line-height: 29px;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 64px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 700;
}

h1,
h2,
h3,
h5,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0b0a1c;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  color: #454545;
  line-height: 29px;
}

main {
  display: block;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

h2 a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
h2 a:hover {
  color: #e90c8d;
}

a:visited {
  color: #e90c8d;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  list-style: none;
}

.comment-list {
  list-style: none;
}

.comment-list ul {
  list-style: initial;
}

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

.text-white {
  color: #fff;
}
.text-white h2,
.text-white .page-title {
  color: #fff;
  line-height: 1.5;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 15px;
}
.text-white .breadcrumb .breadcrumbs__link,
.text-white .breadcrumbs .breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}
.text-white .breadcrumb li a,
.text-white .breadcrumbs li a {
  color: #fff;
}
.text-white .post-meta {
  color: #fff;
}
.text-white .post-meta span:not(:last-child):after {
  background: #fff;
}
.text-white .post-meta a {
  color: #fff;
}
.text-white .post-meta a:focus {
  outline: none;
}
.text-white .post-meta a:hover {
  color: #e90c8d;
}

.breadcrumb_content {
  max-width: 780px;
  margin: 0px auto;
}

.breadcrumb li a {
  text-decoration: none;
}

.sec_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-with-color {
  background-color: #5544bf;
}

.site-footer {
  padding: 20px 0;
  background-color: #eaeff1;
  color: #454545;
}
.site-footer a {
  color: #e90c8d;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container .row {
    margin-right: calc(var(--bs-gutter-x) / -1.6);
    margin-left: calc(var(--bs-gutter-x) / -1.6);
  }
  .container .row > * {
    padding-right: calc(var(--bs-gutter-x) / 1.6);
    padding-left: calc(var(--bs-gutter-x) / 1.6);
  }
}

.blog_breadcrumbs_area_two,
.blog_breadcrumbs_area_two.page-banner,
.blog_breadcrumbs_area_two.blog-single-page,
.blog_breadcrumbs_area_two.archive-banner,
.blog_breadcrumbs_area_two.banner-404 {
  padding: 135px 0px;
  position: relative;
  z-index: 1;
}
.blog_breadcrumbs_area_two .overlay_bg,
.blog_breadcrumbs_area_two.page-banner .overlay_bg,
.blog_breadcrumbs_area_two.blog-single-page .overlay_bg,
.blog_breadcrumbs_area_two.archive-banner .overlay_bg,
.blog_breadcrumbs_area_two.banner-404 .overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.parallaxie {
  background-attachment: fixed !important;
}

.pricing_list_item .elementor-icon-list-item span span {
  display: block;
  font-size: 18px;
  color: #647589;
  line-height: 32px;
  font-weight: 400;
}

.contact_form_content br {
  display: none;
}
.contact_form_content a {
  display: inline-flex;
  align-items: center;
}
.contact_form_content a img {
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  #mapbase svg {
    height: 726px !important;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  #mapbase svg {
    height: 450px !important;
  }
}
#visnames text {
  font-size: 12px !important;
  font-weight: 700 !important;
  position: relative;
  color: #00247a !important;
}

.contact_info_inner a {
  color: #00247a;
}

.cu_btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.cu_btn.btn_1 {
  border: 1px solid #fff;
  color: #0b0a1c;
  background-color: #fff;
}
.cu_btn.btn_1:hover {
  background-color: #0b0a1c;
  border-color: #0b0a1c;
  color: #fff;
}
.cu_btn.btn_2 {
  border: 1px solid #fff;
  background-color: #fff;
  background: linear-gradient(90deg, #eb008b 0.99%, #bc0881 23.38%, #7c1373 56.6%, #4d1b69 84.68%, #312063 106.16%, #262261 118.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: 8px;
}
.cu_btn.btn_2:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.cu_btn.btn_3 {
  border: 1px solid #e90c8d;
  color: #fff;
  background-color: #e90c8d;
}
.cu_btn.btn_3:hover {
  background-color: #3e4141;
  border-color: #3e4141;
  color: #fff;
}
.cu_btn.gradient_btn {
  border: 1px solid transparent;
  color: #fff;
  background-image: linear-gradient(180deg, #e90c8d 0%, #5544bf 50%, #e90c8d 100%);
  background-size: auto 200%;
  padding: 17px 45px;
  border-radius: 6px;
}
.cu_btn.gradient_btn:hover {
  background-position: 100%;
}

/*========== blog css ============*/
.site {
  overflow: hidden;
}

.sidebar_right {
  padding-left: 70px !important;
}
@media (max-width: 1199px) {
  .sidebar_right {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .sidebar_right {
    max-width: 320px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .sidebar_right {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .has-post-thumbnail .media_blog_content .featured_post {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.featured_post {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fc6e00;
  border-radius: 3px;
  line-height: 15px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 480px) {
  .featured_post {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 12px;
  }
}

.blog_post_item {
  position: relative;
}
.blog_post_item:not(:last-child) {
  margin-bottom: 40px;
}
.blog_post_item a.post-thumbnail {
  display: flex;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #000;
}
.blog_post_item a.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.blog_title {
  font-size: 48px;
  line-height: 1.18;
  color: #0b0a1c;
  font-weight: 600;
  transition: color 0.2s linear;
  margin: 0px 0px 20px;
  word-break: break-word;
}
.blog_title a {
  color: #0b0a1c;
}
.blog_title a:focus {
  outline: none;
}

.media_blog_content {
  margin-top: 0;
  border: 1px solid #efeded;
  padding: 32px 40px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
  .media_blog_content {
    padding: 28px 20px;
  }
}
.media_blog_content p {
  line-height: 1.8;
  margin-top: 0;
}
.media_blog_content p a {
  font-weight: 500;
  color: #454545;
  text-decoration: none;
}
.media_blog_content p a:focus {
  outline: none;
}
.media_blog_content p:empty {
  display: none;
}
.media_blog_content .post_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #899097;
}
.media_blog_content .post_bottom .learn_btn_two {
  text-decoration: none;
  color: #899097;
  text-transform: uppercase;
}
.media_blog_content .post_bottom .learn_btn_two:after {
  content: '\e901';
  font-family: 'icomoon' !important;
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.2s linear;
  display: inline-block;
}
.media_blog_content .post_bottom .learn_btn_two:hover {
  color: #e90c8d;
}
.media_blog_content .post_bottom .learn_btn_two:hover:after {
  transform: translateX(5px);
}

.post-meta {
  color: #899097;
  font-size: 19px;
  padding-bottom: 10px;
}
.post-meta span:not(:last-child):after {
  content: '';
  width: 1px;
  height: 12px;
  background: #899097;
  display: inline-block;
  margin: 0px 3px;
}
.post-meta span span::after {
  display: none;
}
.post-meta a {
  text-decoration: none;
  color: #899097;
}

.mejs-container {
  border-radius: 6px;
  background: rgb(255, 255, 255) !important;
  width: 100% !important;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #e90c8d;
  padding: 50px;
}
.mejs-container .mejs-controls {
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  padding-left: 60px;
  padding-right: 40px;
  height: 100%;
  align-items: center;
}
.mejs-container .mejs-controls .mejs-button {
  height: auto;
}
.mejs-container .mejs-controls .mejs-button button {
  background: none;
  position: relative;
  height: auto;
  line-height: 1;
  margin: 0px;
}
.mejs-container .mejs-controls .mejs-button button::before {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
}
.mejs-container .mejs-controls .mejs-button.mejs-volume-button {
  display: none;
  width: 0px;
}
.mejs-container .mejs-controls .mejs-time {
  padding: 0;
  height: auto;
}
.mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.mejs-container .mejs-controls .mejs-time .mejs-duration {
  font-size: 13px;
  color: #424255;
  font-weight: 400;
  line-height: 1.35;
}
.mejs-container .mejs-controls .mejs-time-rail {
  height: auto;
  padding-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #f2f0f6;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 0;
  background: #f2f0f6;
  height: 14px;
  border-radius: 0px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #e90c8d;
  height: 100%;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle {
  background: #e9e7f1;
  height: 100%;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle .mejs-time-handle-content {
  display: none;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  height: auto;
  width: 60px;
  margin-left: 45px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total {
  height: 8px;
  background: #e4e0ee !important;
  border-radius: 0px;
  top: -4px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #05bc0e;
  border-radius: 0px;
}

.post-password-form input[type='password'] {
  height: 50px;
  background: transparent;
  padding: 0px 25px 3px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #0b0a1c;
  border-radius: 3px;
  color: #0b0a1c;
  transition: all 0.2s linear;
  margin-left: 8px;
}
.post-password-form input[type='password'].placeholder {
  color: #899097;
}
.post-password-form input[type='password']:-moz-placeholder {
  color: #899097;
}
.post-password-form input[type='password']::-moz-placeholder {
  color: #899097;
}
.post-password-form input[type='password']::-webkit-input-placeholder {
  color: #899097;
}
.post-password-form input[type='password']:focus {
  outline: none;
  box-shadow: none;
  border-color: #e90c8d;
}
.post-password-form input[type='submit'] {
  height: 50px;
  background: #5544bf;
  border: 0px;
  font-weight: 500;
  color: #fff;
  font-size: 19px;
  padding: 0px 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.post-password-form input[type='submit']:hover {
  background: #e90c8d;
}

blockquote {
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #e90c8d;
  padding: 30px 70px 32px 30px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  blockquote {
    padding-right: 30px;
  }
}
blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: #e90c8d;
  margin-bottom: 15px;
  display: inline-block;
}
blockquote:after {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  line-height: 0.3;
  bottom: 0;
  color: #e90c8d;
  opacity: 0.1;
  font-size: 140px;
  transform: rotate(180deg);
  z-index: -1;
}
blockquote cite {
  color: #899097 !important;
}
blockquote cite br {
  display: none;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
}

.blockquote_two:before {
  content: '\e02c';
  font-size: 150px;
  right: 0;
  bottom: 20px;
  line-height: 1.2;
  font-family: 'ElegantIcons';
}
.blockquote_two p {
  font-style: normal;
}

.wp-block-pullquote:not(.has-background) {
  padding: 0px;
}

.video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 85px;
  font-size: 35px;
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
  color: #e90c8d;
  text-shadow: 0 6px 25px rgba(84, 162, 65, 0.9);
}
.video_icon::before,
.video_icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.video_icon:after {
  transform: scale(1.4);
}

.pagination {
  padding-top: 35px;
}
.pagination .page-numbers {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid rgb(231, 231, 246);
  background: rgb(251, 251, 253);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #7b8a9e;
  border-radius: 50%;
  text-decoration: none;
}
.pagination .page-numbers i::before {
  color: #7b8a9e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #e90c8d;
  border-color: #e90c8d;
  color: #fff;
}
.pagination .page-numbers.current i:before,
.pagination .page-numbers:hover i:before {
  color: #fff;
}
.pagination .page-numbers:focus {
  outline: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgb(231, 231, 246);
  background: rgb(251, 251, 253);
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  background: #e90c8d;
  border-color: #e90c8d;
  color: #fff;
}
.pagination .page-numbers.prev:hover i:before,
.pagination .page-numbers.next:hover i:before {
  color: #fff;
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  color: #e90c8d;
  line-height: 1.2;
  margin-bottom: 25px;
}

.widget_recent_entries ul {
  margin-bottom: 0;
}
.widget_recent_entries ul li + li {
  margin-top: 30px;
}
.widget_recent_entries .recent_post_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget_recent_entries .recent_post_item img {
  margin-right: 25px;
  border-radius: 4px;
}
.widget_recent_entries .recent_post_item .recent_post_content h5 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #e90c8d;
  margin-bottom: 4px;
  transition: color 0.2s linear;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date {
  color: #85859c;
  font-size: 15px;
  font-weight: 400;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date:hover {
  color: #e90c8d;
}
.widget_recent_entries .recent_post_item:hover h5 {
  color: #e90c8d;
}

.tagcloud,
.wp-block-tag-cloud {
  margin: -5px -4px;
}
.tagcloud a,
.tagcloud .tag-cloud-link,
.wp-block-tag-cloud a,
.wp-block-tag-cloud .tag-cloud-link {
  font-size: 14px !important;
  line-height: 34px;
  color: #454545;
  border-radius: 3px;
  background: #efefef;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 5px 3px;
  transition: all 0.2s linear;
}
.tagcloud a:hover,
.tagcloud .tag-cloud-link:hover,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
  background: #e90c8d;
  color: #fff;
}

.zigzag_shap {
  margin-bottom: 0;
}
.zigzag_shap li {
  position: absolute;
  z-index: -1;
}
.zigzag_shap li:nth-child(1) {
  left: 0;
  top: 640px;
}
.zigzag_shap li:nth-child(2) {
  left: 0;
  bottom: 50px;
}
.zigzag_shap.right li:nth-child(1) {
  right: 0;
  left: auto;
  top: 130px;
  bottom: auto;
}
.zigzag_shap.right li:nth-child(2) {
  right: 0;
  left: auto;
  bottom: 580px;
}

/*========== End medical_blog_list_area css ===========*/
/*========== start blog_single_info css ===========*/
.blog_single_info .media_blog_content {
  padding: 0;
  border: 0px;
}
.blog_single_info .media_blog_content ul {
  margin-left: 0;
}
.blog_single_info .media_blog_content ul li a {
  color: #454545;
  text-decoration: none;
}
.blog_single_info .media_blog_content ul li a:hover {
  color: #e90c8d;
}
.blog_single_info .media_blog_content code {
  color: #e83e8c;
  word-break: break-word;
}
.blog_single_info .media_blog_content h3 {
  margin-top: 0;
}
.blog_single_info .media_blog_content p {
  padding-top: 0;
}
.blog_single_info .media_blog_content p a:hover {
  color: #e90c8d;
}
.blog_single_info .media_blog_content p.has-background {
  padding: 1.25em 2.375em;
}
.blog_single_info .media_blog_content blockquote {
  margin-bottom: 45px;
  margin-top: 45px;
}
.blog_single_info .media_blog_content blockquote p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #e90c8d;
  margin-bottom: 23px !important;
}
.blog_single_info .media_blog_content blockquote.is-style-large {
  padding: 30px 70px 32px 30px;
}
.blog_single_info .media_blog_content ol,
.blog_single_info .media_blog_content ul {
  margin-left: 0;
}
.blog_single_info .media_blog_content ol li a,
.blog_single_info .media_blog_content ul li a {
  text-decoration: none;
  color: #454545;
}
.blog_single_info .media_blog_content ol li a:hover,
.blog_single_info .media_blog_content ul li a:hover {
  color: #e90c8d;
}
.blog_single_info .media_blog_content ol li:not(:last-child),
.blog_single_info .media_blog_content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.blog_single_info .post_bottom {
  margin-bottom: 25px;
  clear: both;
}
.blog_single_info .post_bottom .tagcloud {
  padding-top: 15px;
}
.blog_single_info .post_comments i {
  color: #e90c8d;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.blog_single_info .widget_title {
  margin-bottom: 40px;
}
.blog_single_info .tagcloud {
  margin: 0px;
}
.blog_single_info .single-page-media {
  margin-bottom: 20px;
}
.blog_single_info .wp-block-button__link {
  border-radius: 3px;
}
.blog_single_info .wp-block-button {
  margin-bottom: 25px;
}
.blog_single_info .wp-block-button.aligncenter + p + .wp-block-button .wp-block-button__link {
  border-radius: 45px;
}
.blog_single_info .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}
.blog_single_info .wp-block-cover {
  margin-bottom: 25px;
}
.blog_single_info .wp-block-cover .wp-block-cover-text {
  color: #ffffff !important;
  line-height: 1.4;
  font-size: 1.9em;
}
.blog_single_info .wp-block-cover .wp-block-cover-text a {
  color: #fff;
}
@media (max-width: 991px) {
  .blog_single_info .wp-block-cover .wp-block-cover-text br {
    display: none;
  }
}
.blog_single_info figcaption a {
  color: #454545;
  text-decoration: none;
  font-weight: 600;
}
.blog_single_info figcaption a:focus {
  outline: none;
}
.blog_single_info figcaption a:hover {
  color: #e90c8d;
}
.blog_single_info .wp-block-image figure figcaption {
  text-align: center;
}
.blog_single_info .wp-block-file a:first-child {
  text-decoration: none;
  color: #454545;
}
.blog_single_info .wp-block-file a:first-child:hover {
  color: #e90c8d;
}
.blog_single_info .wp-block-calendar {
  margin-bottom: 30px;
}
.blog_single_info .wp-block-calendar table {
  margin-bottom: 0;
}
.blog_single_info .wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  display: inline-block;
}
.blog_single_info .wp-block-search input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #e90c8d;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search input:focus {
  outline: none;
  border-color: #e90c8d;
}
.blog_single_info .wp-block-search button {
  border: 0px;
  padding: 11px 53px;
  cursor: pointer;
  background: #e90c8d;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search button:hover {
  background: #5544bf;
  color: #fff;
}
@media (max-width: 576px) {
  .blog_single_info .wp-block-search button {
    padding: 11px 22px;
  }
}
.blog_single_info .wp-block-search + p {
  margin-top: 40px;
}
.blog_single_info .wp-block-tag-cloud {
  margin-bottom: 20px;
}
.blog_single_info .wp-block-latest-posts {
  padding-left: 0;
}
.blog_single_info .wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}
.blog_single_info .page-links {
  padding-top: 20px;
  margin-bottom: 2em;
}
.blog_single_info .page-links .post-page-numbers {
  font-size: 20px;
  color: #e90c8d;
  text-decoration: none;
  margin-right: 12px;
}
.blog_single_info .page-links .post-page-numbers.current {
  color: #e90c8d;
  border-bottom: 1px solid #e90c8d;
}
.blog_single_info .wp-block-table table {
  margin-bottom: 30px;
}
.blog_single_info table {
  border: 1px solid #dfe2e7;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 4em;
}
.blog_single_info table thead {
  background: #f5f5f5;
}
.blog_single_info table td,
.blog_single_info table th {
  border-top: 1px solid #dfe2e7;
  padding: 0px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .blog_single_info table td,
  .blog_single_info table th {
    padding: 0px;
  }
}
.blog_single_info table td a,
.blog_single_info table th a {
  text-decoration: none;
  font-weight: 500;
  line-height: 40px !important;
}
.blog_single_info table td a:hover,
.blog_single_info table th a:hover {
  color: #fff;
}
.blog_single_info table th {
  padding: 0px 20px;
  list-style: inherit;
  color: #e90c8d;
  background: transparent;
}
@media (max-width: 576px) {
  .blog_single_info table th {
    padding: 0px 5px;
  }
}
.blog_single_info .wp-caption-text a {
  display: inline-block;
}

code {
  color: #e90c8d;
}

dl dd {
  margin-left: 0;
}
dl dd a {
  text-decoration: none;
  color: #454545;
}
dl dd a:hover {
  color: #e90c8d;
}

.social_icon {
  font-size: 16px;
  color: #313131;
}
.social_icon ul {
  display: inline-block;
  margin-bottom: 0px;
}
.social_icon ul li {
  display: inline-block;
  margin-left: 20px;
}
.social_icon ul li a {
  font-size: 14px;
}
.social_icon ul li:nth-child(1) a {
  color: #4085cb;
}
.social_icon ul li:nth-child(2) a {
  color: #26d0fe;
}
.social_icon ul li:nth-child(3) a {
  color: #ec1313;
}
.social_icon ul li:nth-child(4) a {
  color: #0077b5;
}

/*========== End blog_single_info css ===========*/
/*========== Start comment_box css ===========*/
.blog_comment_inner {
  margin-top: 74px;
}

.comment_box {
  padding-left: 0;
  margin: 0px 0px 74px;
}
.comment_box ul,
.comment_box ol {
  margin-left: 0;
}
.comment_box .comment {
  background: #f9f9f9;
  padding: 30px 30px 10px;
}
@media (max-width: 576px) {
  .comment_box .comment {
    padding: 30px 20px 20px;
  }
}
.comment_box .comment:not(:last-child) {
  margin-bottom: 30px;
}
.comment_box .comment > ul {
  margin-left: 100px;
  margin-top: 17px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 576px) {
  .comment_box .comment > ul {
    margin-left: 0;
    margin-top: 27px;
  }
}
.comment_box .comment > ul .comment {
  padding: 0px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 576px) {
  .comment_box .comment > ul .comment {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .comment_box .comment > ul .comment {
    padding-left: 15px;
  }
}
.comment_box .comment > ul .comment ul li:not(:last-child) {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .comment_box .comment > ul .comment ul li ul li ul {
    margin-left: 0;
  }
}
.comment_box .comment > ul .comments_item {
  padding-top: 35px;
}
@media (max-width: 576px) {
  .comment_box .comment > ul .comments_item {
    padding-top: 30px;
  }
}
.comment_box .comments_item {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 576px) {
  .comment_box .comments_item {
    display: block;
  }
}
.comment_box .comments_item .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #454545;
  letter-spacing: 1.3px;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
}
.comment_box .comments_item .comment-reply-link:hover {
  color: #e90c8d;
}
.comment_box .comments_item .comments_author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .comment_box .comments_item .comments_author_img {
    margin-right: 15px;
  }
}
.comment_box .comments_item .comments_author_img a {
  display: block;
}
.comment_box .comments_item .comments_author_img img {
  max-width: 100%;
}
.comment_box .comments_item .content {
  position: relative;
  flex: 1;
}
.comment_box .comments_item .content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #e90c8d;
  margin-bottom: 0px;
  margin-top: 0;
}
.comment_box .comments_item .content .comment-date {
  padding-top: 5px;
}
.comment_box .comments_item .content .comment-date a,
.comment_box .comments_item .content .comment-date span {
  font-size: 14px;
  color: #85859c;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
}
.comment_box .comments_item .content p {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.comment_box .comments_item .content p + p {
  padding-top: 0;
}
.comment_box .comments_item .content p a {
  text-decoration: none;
  font-weight: 500;
  color: #0b0a1c;
}
.comment_box .comments_item .content p a:hover {
  color: #e90c8d;
}
.comment_box .comments_item .content ul li,
.comment_box .comments_item .content ol li {
  margin: 8px 0px;
}
.comment_box table {
  border: 1px solid #dfe2e7;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 4em;
}
.comment_box table thead {
  background: #f5f5f5;
}
.comment_box table td,
.comment_box table th {
  border-top: 1px solid #dfe2e7;
  padding: 9px;
}
.comment_box table td a,
.comment_box table th a {
  text-decoration: none;
  font-weight: 500;
}
.comment_box table td a:hover,
.comment_box table th a:hover {
  color: #e90c8d;
}
.comment_box table th {
  padding: 10px 20px;
  color: #e90c8d;
  background: #fff;
}
.comment_box .trackback,
.comment_box .pingback {
  margin-bottom: 16px;
}
.comment_box .trackback .comment-body,
.comment_box .pingback .comment-body {
  font-size: 15px;
  color: #454545;
}
.comment_box .trackback .comment-body a,
.comment_box .pingback .comment-body a {
  color: #0b0a1c;
  text-decoration: none;
}
.comment_box .trackback .comment-body a:hover,
.comment_box .pingback .comment-body a:hover {
  color: #e90c8d;
}

.comment-form .form-group:not(:last-child) {
  margin-bottom: 30px;
}
.comment-form .form-group input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #e90c8d;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.comment-form .form-group input.placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input:-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input::-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input::-webkit-input-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input:focus {
  border-color: #e90c8d;
  box-shadow: none;
}
.comment-form .form-group textarea {
  height: 180px;
  padding-left: 30px;
  padding-top: 12px;
  border: 1px solid #e5e5e5;
}
.comment-form .form-group textarea.placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea:-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea::-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea:focus {
  border-color: #e90c8d;
  box-shadow: none;
}
.comment-form .btn-comment-form {
  border: 0px;
  padding: 11px 23px;
  cursor: pointer;
  background: #e90c8d;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}
.comment-form .logged-in-as {
  margin-top: -20px;
  margin-bottom: 20px;
}
.comment-form .logged-in-as a {
  text-decoration: none;
  color: #899097;
}
.comment-form .logged-in-as a:hover {
  color: #e90c8d;
}

/*========== End comment_box css ===========*/
/*========== Start contact_info_item css ===========*/
.contact_info {
  padding-right: 80px;
}

.contact_info_item {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 25px;
}
.contact_info_item:not(:first-child) {
  border-top: 1px solid #eeebf6;
  padding-top: 35px;
}
.contact_info_item .contact_title {
  font-size: 20px;
  color: #e90c8d;
  font-weight: 600;
}
.contact_info_item p {
  line-height: 30px;
  color: #454545;
  margin-bottom: 0;
}
.contact_info_item p a {
  color: #454545;
}
.contact_info_item p a:hover {
  color: #e90c8d;
}

.contact_form .medical_theme_btn {
  padding: 11px 35px;
}

.mapBox {
  height: 460px;
}

/*========== End contact_info_item css ===========*/
.widget-title {
  font-weight: 600;
  margin: 0px 0px 35px;
  font-size: 24px;
  color: #0b0a1c;
}

.widget {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}
.widget + .widget {
  margin-top: 55px;
}
.widget ul,
.widget .wp-block-archives {
  padding-left: 0;
  margin: -12px 0px;
  list-style: none;
}
.widget ul > li,
.widget .wp-block-archives > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0px;
  width: 100%;
  line-height: 1.6;
  transition: color 0.2s linear;
  font-size: 15px;
  align-items: center;
  color: #0b0a1c;
  margin-top: 0 !important;
}
.widget ul > li:not(:last-child),
.widget .wp-block-archives > li:not(:last-child) {
  border-bottom: 1px solid #dfe2e7;
}
.widget ul > li a,
.widget .wp-block-archives > li a {
  color: #0b0a1c;
  text-decoration: none;
  transition: color 0.2s linear;
  font-size: 15px;
}
.widget ul > li a:hover,
.widget .wp-block-archives > li a:hover {
  color: #e90c8d;
}
.widget ul > li a:focus,
.widget .wp-block-archives > li a:focus {
  outline: none;
}
.widget ul > li > ul,
.widget .wp-block-archives > li > ul {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-left: 15px;
  margin-top: 0px;
}
.widget ul > li > ul li,
.widget .wp-block-archives > li > ul li {
  color: #0b0a1c;
}
.widget select {
  width: 100%;
  border: 1px solid #dfe2e7;
  border-radius: 3px;
  height: 50px;
  padding: 0px 3.5em 2px 30px;
  font-size: 16px;
  line-height: 46px;
  color: #899097;
  -webkit-appearance: none;
  appearance: none !important;
  background: url('../png/arrow.png') no-repeat 95%;
  margin-top: 5px;
}
.widget select:focus {
  outline: none;
}
.widget p:empty {
  display: none;
}
.widget br + img {
  margin: 10px 0;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
  border: 1px solid #dfe2e7;
  border-radius: 3px;
  height: 50px;
  padding: 0px 3.5em 2px 30px;
  font-size: 16px;
  line-height: 46px;
  color: #899097;
  -webkit-appearance: none;
  appearance: none !important;
  background: url('../png/arrow.png') no-repeat 95%;
}
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown.wp-block-categories select:focus {
  outline: none;
}

.calendar_wrap,
.wp-block-calendar {
  border: 1px solid #dfe2e7;
}
.calendar_wrap .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 10px;
  border-spacing: 0;
}
.calendar_wrap caption,
.wp-block-calendar caption {
  font-size: 18px;
  padding: 7px 0px;
}
.calendar_wrap caption,
.calendar_wrap nav,
.wp-block-calendar caption,
.wp-block-calendar nav {
  background: #f5f5f5;
}
.calendar_wrap thead tr th,
.wp-block-calendar thead tr th {
  color: #e90c8d;
  border-top: none;
  text-align: center;
  font-weight: 600;
  line-height: 45px;
  border-top: 1px solid #dfe2e7;
}
.calendar_wrap tbody td,
.wp-block-calendar tbody td {
  text-align: center;
  font-size: 14px;
  color: #454545;
}
.calendar_wrap tbody td a,
.wp-block-calendar tbody td a {
  display: block;
  background: #e90c8d;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  line-height: 38px;
}
.calendar_wrap .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
}
.calendar_wrap .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
  font-size: 14px;
  color: #454545;
  text-decoration: none;
  transition: all 0.2s linear;
}
.calendar_wrap .wp-calendar-nav a:hover,
.wp-block-calendar .wp-calendar-nav a:hover {
  color: #e90c8d;
}

.widget_categories ul li + li {
  margin-top: 0;
}

.widget_recent_comments ul {
  overflow: hidden;
}
.widget_recent_comments ul > li {
  justify-content: flex-start;
  color: #0b0a1c;
  margin-left: -5px;
  margin-right: -5px;
}
.widget_recent_comments ul > li a {
  margin: 0 5px !important;
  transition: all 0.2s linear;
}
.widget_recent_comments ul > li a:hover {
  color: #e90c8d !important;
}
.widget_recent_comments ul > li .url {
  font-weight: 500;
}

.widget_nav_menu .menu li {
  padding: 0px;
}
.widget_nav_menu .menu li:not(:last-child) {
  border: 0px;
}
.widget_nav_menu .menu li a {
  padding: 12px 0px;
  border-bottom: 1px solid #dfe2e7;
  display: block;
  width: 100%;
}
.widget_nav_menu .menu li ul {
  margin-top: 0;
  margin-bottom: 0;
}

.widget_rss ul li {
  line-height: 1.8;
  font-size: 14px;
}
.widget_rss ul li:not(:last-child) {
  border: 0px;
}
.widget_rss ul li a {
  font-weight: 600;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  display: block;
}
.widget_rss ul li .rss-date {
  font-size: 13px;
  color: #899097;
  display: block;
  margin: 2px 0px 15px;
}
.widget_rss ul li .rssSummary {
  font-size: 19px;
}
.widget_rss ul li cite {
  font-weight: 500;
  color: #899097;
  margin-top: 6px;
  font-size: 13px;
}
.widget_rss ul li cite:before {
  content: '-';
  display: inline-block;
  margin-right: 3px;
}

.widget_search .widget-title {
  margin-bottom: 40px;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0px 25px 3px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #0b0a1c;
  border-radius: 3px;
  color: #0b0a1c;
  transition: all 0.2s linear;
}
.search-form input.placeholder {
  color: #899097;
}
.search-form input:-moz-placeholder {
  color: #899097;
}
.search-form input::-moz-placeholder {
  color: #899097;
}
.search-form input::-webkit-input-placeholder {
  color: #899097;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #e90c8d;
}
.search-form .search-submit {
  padding: 0px;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.search-form .search-submit:focus {
  outline: none;
}

.widget_text p {
  line-height: 1.8;
}

.wp-caption {
  margin-bottom: 1em;
}
.wp-caption a {
  display: flex;
  flex-wrap: wrap;
}
.wp-caption .wp-caption-text {
  margin: 1em 0;
  font-size: 14px;
  color: #899097;
}

.widget_tag_cloud .tagcloud {
  margin-top: 0;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.6;
}
.wp-block-gallery.columns-3 ul {
  margin-bottom: 20px;
}

.comment-form p {
  margin-top: 0;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.share_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.share_links ul {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0px;
  padding-left: 8px;
}
.share_links ul li {
  display: inline-block;
}
.share_links ul li:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 0px !important;
}
.share_links ul li a {
  font-size: 14px;
  color: #899097 !important;
}
.share_links ul li a:hover {
  color: #e90c8d !important;
}

.comment-reply-title,
.comments-title {
  font-weight: 600;
  margin-bottom: 45px;
  margin-top: 0;
  font-size: 28px !important;
  line-height: 1.18 !important;
}

.about-autheor {
  margin-top: 75px;
}

.author-details {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 380px) {
  .author-details {
    display: block;
  }
}
.author-details .auther-avater {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 380px) {
  .author-details .auther-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.author-details .auther-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author-details .auther-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  color: #0b0a1c;
  margin-bottom: 0;
}
.author-details .auther-info p {
  margin-top: 10px;
  margin-bottom: 0;
}

.wp-block-column ol {
  padding-left: 17px;
  margin-left: 0;
}
.wp-block-column blockquote {
  padding-right: 20px;
}

.wp-block-media-text__content .has-large-font-size {
  margin-bottom: 25px;
}

.wp-block-gallery.columns-2.is-cropped ul {
  margin-bottom: 1em;
}

.wp-block-embed {
  margin-bottom: 22px;
}
.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 22px;
}
.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  margin-bottom: 14px;
}
.wp-block-embed.wp-block-embed-facebook,
.wp-block-embed.wp-block-embed-instagram {
  margin-top: 0;
  margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-facebook .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-instagram .wp-block-embed__wrapper {
  margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-wordpress-tv {
  margin-top: 22px;
}
.wp-block-embed.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
  margin-bottom: 12px;
}

.cre_banner_section_inner {
  padding: 170px 0;
  overflow: hidden;
  border-radius: 20px;
  min-height: 716px;
}
@media (max-width: 1023.98px) {
  .cre_banner_section_inner {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .cre_banner_section_inner {
    padding: 100px 20px;
    min-height: 616px;
  }
}

.banner_inner_content .title,
.assessment_inner_content .title {
  color: #fff;
  margin-bottom: 25px;
}
.banner_inner_content .title span,
.assessment_inner_content .title span {
  background: linear-gradient(135deg, #e90c8d 0%, #5544bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.banner_inner_content .description {
  color: #fff;
  margin-bottom: 30px;
}

.banner_slider_controler {
  align-items: center;
  display: flex;
  z-index: 9;
}

.banner_slider_controler .swiper_prev,
.banner_slider_controler .swiper_next {
  width: 60px;
  height: 60px;
  border: 1px solid #929292;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: #929292;
  color: #0b0a1c;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
}

.banner_slider_controler .swiper_next {
  left: auto;
  right: -30px;
}

.banner_slider_controler span.swiper-pagination-bullet {
  background-color: #3e4141;
  margin: 0 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner_slider_controler span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 18px;
  height: 18px;
  border: 1px solid #3e4141;
  position: absolute;
  content: '';
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.banner_slider_controler .swiper_pagination {
  display: flex;
  align-items: center;
}

.banner_slider_controler span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .banner_inner_content {
    text-align: center;
  }
}
.banner_inner_content .title,
.banner_inner_content .cu_btn,
.banner_inner_content .description {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide.swiper-slide-active .banner_inner_content .title,
.swiper-slide.swiper-slide-active .banner_inner_content .cu_btn,
.swiper-slide.swiper-slide-active .banner_inner_content .description {
  opacity: 1;
  visibility: visible;
}
.swiper-slide.swiper-slide-active .banner_inner_content .title {
  animation: fadeInUp 0.3s both 0.5s;
}
.swiper-slide.swiper-slide-active .banner_inner_content .description {
  animation: fadeInUp 0.5s both 0.7s;
}
.swiper-slide.swiper-slide-active .banner_inner_content .cu_btn {
  animation: fadeInUp 0.7s both 0.9s;
}

.cre_banner_section_inner {
  background-color: #080815;
}

.cre_banner_section .swiper_pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 102px;
  z-index: 8;
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .cre_banner_section .swiper_pagination {
    bottom: 50px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 0.2;
  border: 2px solid #747474;
  margin: 0 20px;
  position: relative;
  opacity: 1;
}
.swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  border: 2px solid #e90c8d;
  border-radius: 50%;
  top: -9px;
  left: -9px;
  opacity: 0;
  visibility: hidden;
}
.swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #747474;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid transparent;
  background-color: #e90c8d;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}
.swiper-pagination-bullet:last-child:before {
  display: none;
}

.assessment_slider_controler .swiper_prev,
.assessment_slider_controler .swiper_next {
  left: -214px;
}
.assessment_slider_controler .swiper_next {
  right: -214px;
  left: auto;
}

.assessment_inner_content {
  margin-top: -80px;
}
.assessment_inner_content .title {
  margin-bottom: 20px;
}
.assessment_inner_content .description {
  margin-bottom: 40px;
}

.assessment_pagination {
  position: absolute;
  left: 50%;
  bottom: 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .assessment_pagination {
    bottom: 62px;
  }
}

.cre_assessment_section {
  margin-bottom: -57px;
}

.assessment_image_content img {
  border-radius: 20px;
}

.elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-nav .elementkit-nav-link.active {
  margin-right: -51px;
}

.ekit-wid-con .tab-content > .tab-pane {
  height: 100%;
}

.elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-nav .elementkit-nav-link.active img {
  filter: brightness(0) invert(1);
}

.banner_slider_controler .swiper_prev:hover,
.banner_slider_controler .swiper_next:hover {
  background: linear-gradient(135deg, #e90c8d 0%, #5544bf 100%);
  border: 1px solid transparent;
}
.banner_slider_controler .swiper_prev:hover svg,
.banner_slider_controler .swiper_next:hover svg {
  filter: brightness(0) invert(1);
}

.site-header .trp-language-switcher > div {
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 10px 3px 5px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(1em - 3px), calc(100% - 11px) calc(1em - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.site-header .trp-language-switcher > div > a {
  color: #fff;
}

.cre_accordion .accordion-button {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .cre_accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }
}
.cre_accordion .accordion-button span {
  flex: 25px 0 0;
  display: inline-grid;
  place-items: center;
  margin-right: 5px;
  color: #ff6914;
}
.cre_accordion .accordion-item {
  background-color: transparent;
  border: 0 solid transparent;
  box-sizing: border-box;
  border-radius: 0;
  padding: 30px 54px;
}
.cre_accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cre_accordion .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff;
  background: none;
  padding: 0;
  font-weight: 500;
}
.cre_accordion .accordion-button:hover {
  background-color: transparent;
}
.cre_accordion .accordion-collapse {
  border-radius: 0;
}
.cre_accordion .accordion-collapse .accordion-body p {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.cre_accordion .accordion-body {
  padding: 20px 0 0;
}
.cre_accordion .accordion-item .accordion-body {
  color: white;
}

.testimonial_section_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  orphans: 1;
  widows: 1;
}

.testimonial_section_inner {
  display: inline-block;
  width: 100%;
  background: rgba(122, 90, 31, 0.35);
  margin-bottom: 30px;
  padding: 30px;
}
.testimonial_section_inner .client_info_wrapper {
  margin-bottom: 20px;
}
.testimonial_section_inner .client_info_wrapper .client_img img {
  max-width: 60px;
  border-radius: 10px;
}
.testimonial_section_inner .client_info_wrapper .client_info {
  margin-left: 20px;
}
.testimonial_section_inner .testimonial_content p {
  text-align: justify;
  font-style: italic;
}
.testimonial_section_inner .cre_rating_star {
  margin-top: 20px;
}
.testimonial_section_inner .cre_rating_star i {
  margin-right: 7px;
}
.testimonial_section_inner .cre_rating_star i.full {
  color: #e90c8d;
}

.text_box_icon img {
  max-width: 38px;
  height: 38px;
  object-fit: contain;
}

.cre_text_box_wrapper {
  transition: 0.5s;
}

.cre_text_box_wrapper:hover {
  background-image: linear-gradient(135deg, #e60e8e, #5843be);
}

.cre_text_box_wrapper:hover h4 {
  color: #fff;
}

.cre_text_box_wrapper h4 {
  transition: 0.3s;
}

.cre_text_box_wrapper:hover img {
  filter: brightness(0) invert(1);
}

.cre_text_box_wrapper img {
  transition: 0.3s;
}

.cre_text_box_wrapper:hover p {
  color: #fff;
}

.cre_text_box_wrapper p {
  transition: 0.3s;
}

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