.head-nav a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  text-transform: capitalize !important;
}

.header-layout-default .menu-area .main-menu {
  margin-left: 0px !important;
}
.btn-yellow {
    background-color: rgb(255, 204, 41);
    color: rgb(52, 51, 98);
}
.header-layout-default .header-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 267px);
  border-radius: 0 0 50px 0;
  background: #e9ecf5;
  z-index: -1;
}

.header-layout-default .header-top .header-links.header-right li:first-child {
  padding-right: 115px !important;
}

.btn-clr {
  color:#fff
}
.header-layout-default .menu-area .header-logo {
  margin-top: 1px;
}
.header-layout-default .logo-bg-half {
  position: absolute;
  height: 29px;
  width: 246px;
  border-radius: 0 50px 0 0;
  background: #f3f7fb !important;
  top: 16px;
  left: 0;
  z-index: 4;
  display: none;
}
.header-links li > i {
  margin-right: 10px;
  color: #000;
}
.header-links a {
  font-family: var(--title-font);
  color: #000;
}
.th-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: #a80101 !important;
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}
.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #000;
}
.header-layout-default .header-top .header-links.header-right li i {
  color: #b2b2b2 !important;
}
.header-layout-default .menu-area .logo-bg {
  position: absolute;
  height: 100%;
  width: 246px;
  border-radius: 0 0px 0 0;
  background: #f3f7fb !important;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.th-btn.style5 {
  background-color: #e31e24 !important;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #2e3192;
  color: #ffffff;
  font-family: var(--title-font);
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.pricecard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricecard h2 {
  font-weight: 600;
    font-size: 25px;
    margin-bottom: 0.5rem;
    color: #fff;
}

.pricecard .sub {
  line-height: 1.25;
}

.pricecard:nth-of-type(1) .head {
  background-image: conic-gradient( at center top, rgb(0 0 0), rgb(122 3 3), rgb(0 0 0) );
}

.pricecard:nth-of-type(2) .head {
  background-image: conic-gradient( at center top, rgb(0 0 0), rgb(122 3 3), rgb(0 0 0) );
}



.pricecard .head {
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;

  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}



.pricecard .price {
  font-weight: 600;
  font-size: 3rem;
  margin-top: auto;
  line-height: 0.85;
}

.pricecard .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #444444;
}

.pricecard .details .row {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1.5rem 1.5rem;
  border-bottom: 1px solid #ececec;
  transition: all 0.2s ease-in-out;
}


.pricecard .details .row:last-of-type {
  border-bottom: none;
}

.pricecard .details .row svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #444444;
}


.Centre-Contact{
  color: #ffe700;
    font-family: inherit;
    text-align: left;
   
}

.header-layout-default .header-top {
  --body-color: #fff8f8;
  background-color: #dbe1f4;
  padding: 9px 1px 9px 100px;
  position: relative;
  z-index: 3;
}

.header-layout-default .header-top .header-links.header-right li {
  color: #000 !important;
}

.header-layout-default .header-top .header-links.header-right li i {
  color: #000 !important;
}
.header-layout-default .header-top .header-links.header-right li a {
  color: #000 !important;
}

.side-step-box {
  box-shadow: 0 0 6px 0 #00000026;
  padding: 30px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 20px;
  position: relative;
  transition: all ease .2s;
  z-index: 100;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgb(7 1 86);
}

.main-menu > ul > li {
  margin: 0 7px;
}
.header-layout-default .th-btn {
  padding: 14px 8px;
}

.tutor-widget, .widget {
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 27px);
  border: 1px solid var(--border-color);
   box-shadow: 0px 0px 0px #fbfbfb !important; 
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #ffcc13 !important;
  width: 450px;
  margin-left: auto;
  padding: 0px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 46%;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 22px;
  height: 23px;
  line-height: 2px;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 20px;
  background-color: #ff1b1b;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
}

.grid-box {
  display: grid;
  grid-gap: 16px;
  grid: auto-flow / 1fr 1fr 1fr 1fr;
  padding: 16px;
}

.snippets {
  overflow: hidden;
  line-height: 0;
  border-radius: 8px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 33px) !important;
  height: var(--icon-size, 33px) !important;
  line-height: var(--icon-size, 38px) !important;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.medical-step-box {
  box-shadow: 0 0 6px 0 #00000026;
  padding: 4px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 20px;
  background: #fff;
  transition: all ease .2s;
  color: #1f1d5a;
}

.milestone span {
  font-size: 35px;
  font-weight: 900;
  display: block;
  color: #343362;line-height: 46px;
}

.bg-yellow {
  background-color: #fecc00!important;
}