.custom-container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* sub-menu */
.sub-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 62px;
}
.p-relative {
  position: relative;
}
.flex-box {
  display: flex;
  text-align: center;
  align-items: center;
}
.h-70 {
  height: 70px;
}
.border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #ecebeb;
}
.menu p a.active {
  color: var(--tab-bottom-color) !important;
}
.sub-nav-set {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.menu-left-content,
.menu-right-content {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 10px;
}
.header-store {
  width: 100px;
}
.menu-right-content p {
  font-size: 14px;
  font-family: var(--font-regular);
  letter-spacing: -0.4px;
}
.menu-right-content p > a > strong {
  font-size: 16px;
  font-family: var(--font-bold);
  font-weight: normal;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 2px 62px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.header-set {
  width: 100%;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.header-set.active {
  height: 80px;
}

.header .logo {
  /* margin-top: -20px; */
  font-size: 2rem;
  color: var(--black);
  font-weight: 900;
}
.header-logo {
  width: 178px;
}
.medsynapse-header-logo {
  width: 180px !important;
  /* border-radius: 6px; */
}
.header .logo span {
  color: var(--logo-color);
}

.header .navbar a {
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--font-regular);
  color: rgba(0, 0, 0, 0.85);
  margin: 0 15px;
}
.header .navbar a:last-child {
  margin-right: 0;
}
.header .navbar a:not(.submenu):hover {
  color: var(--tab-bottom-color);
  opacity: 0.8;
}

.header .navbar p.disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.header-set .navbar {
  margin-bottom: 0px;
}

.btn {
  display: inline-block;
  font-size: 17px;
  font-family: var(--font-medium);
  letter-spacing: -0.46875px;
  color: #6255a5 !important;
  background: transparent;
  border: var(--violet) 2px solid !important;
  cursor: pointer;
  padding: 0.8rem 3rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.btn:hover {
  background: var(--violet);
  color: var(--white) !important;
}

.header .btn {
  margin-top: 0;
}

.header #login-btn i {
  font-size: 2.5rem;
  color: var(--light-color);
  display: none;
}

#menu-btn {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: none;
}

.header.active {
  box-shadow: var(--box-shadow);
  padding: 0 2.5%;
  top: 0;
  transition: 0.5s;
}

/* menu */

.open > .dropdown-menu {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 200px;
  left: 0;
  top: 29px;
}
.open > .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff;
  position: absolute;
  top: -18px;
  transform: rotate(90deg);
  left: 52%;
  -webkit-box-shadow: 12px rgb(0 0 0 / 18%);
  box-shadow: 12px rgb(0 0 0 / 18%);
}
.navbar {
  /* position: static !important; */
  min-height: 30px;
}

.dropdown-menu {
  outline: none;
  border: none;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: absolute;
  box-shadow: 0 20px 98px rgb(0 0 0 / 18%);
  /* left: -350px; */
}

.top-dropdown-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}

.top-course-section {
  padding: 30px 5px;
  flex: 50%;
  position: relative;
  display: inline-block;
}
.top-outer-box {
  display: block;
  padding: 13px 10px 10px 20px;
}
.top-outer-box img {
  vertical-align: top !important;
  width: 52px;
  padding-right: 10px;
  margin-top: -15px;
}
.top-course-box {
}
.top-course-box h1 {
  padding-bottom: 20px;
}
.top-course-box p {
  cursor: pointer;
  font-family: var(--font-regular);
  font-size: 15px;
  letter-spacing: -0.46875px;
  line-height: 20px;
  text-transform: uppercase;
}
.top-course-box p:not(:last-child) {
  padding-bottom: 15px;
}
.top-course-box > p > span.active,
.top-course-box > p > span:hover {
  color: #3ca05e;
}
.second-outer-box {
  padding: 30px 0 0;
}

.top-course-section h1 {
  font-size: 18px;
  font-family: var(--font-medium);
  text-transform: uppercase;
}

.top-course-section p {
  font-size: 17px !important;
  font-family: var(--font-regular);
  font-weight: 400;
  display: block;
  margin: 0 !important;
  padding: 7px 0;
}
.top-course-section p:hover {
  color: var(--tab-bottom-color);
}

.bottom-border {
  border-bottom: 1px solid #ccc;
}

.side-border {
  border-right: 1px solid #ccc;
}

/* footer -section */
.footer {
  background: var(--footer-bg);
  padding: 40px 62px 26px;
  position: relative;
  overflow: hidden;
}

.footer a {
  display: block;
  font-size: 15px;

  color: var(--white);
  font-family: var(--font-regular);
  font-weight: 400;
  letter-spacing: -0.46875px;
}
.privacy-content-common a {
  margin: 0 !important;
  padding: 0 !important;
}
.privacy-content-common p {
  font-family: var(--font-regular);
  font-size: 18px;
  padding: 10px 0;
}

.top-course-section p:hover {
  color: #044f90;
}
.footer a:hover {
  text-decoration: underline !important;
}

.footer p,
.footer .add-1 span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.46875px;
  margin-top: 15px;
  color: var(--white);
  font-family: var(--font-regular);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: start;
  width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #f8f6f6 1px solid;
  padding: 0 0 20px;
}

.footer-item {
  /* padding: 10px; */
  flex: 1 1 30%;
}
.footer-item > h3 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.46875px;
  color: rgb(101, 100, 113);
  margin-bottom: 16px;
}
.footer-item-box {
  display: flex;
  gap: 15px;
  align-items: self-start;
  margin-bottom: 15px;
}
.footer-item-box p {
  margin: 0;
}
.footer-item-box .footer-item-box-icon {
  width: 24px;
  position: relative;
  top: -3px;
}
.contact-us span {
  font-size: 14px;
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--h3-color);
}

.social-media-section {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.social-media-section img {
  width: 34px;
  margin-right: 8px;
}

/* .social-media-section img:hover {
  transform: scale(1.1);
} */

.download-section {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 32px;
}

.download-section img {
  width: 112px;
}

.copywrite-footer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-top: 1px solid rgb(57, 55, 68);
  padding-top: 26px;
  padding-left: 15px;
  padding-right: 15px;
}

.copywrite-footer-left {
  display: flex;
}
.copywrite-footer p a,
.copywrite-footer p {
  font-size: 14px;
  margin-top: 0;
}
.copywrite-footer-left p {
  border-right: 1px solid #ccc;
  padding: 0 20px 0;
  margin: 0px;
}
.copywrite-footer-left p:first-child {
  padding-left: 0;
}
.copywrite-footer-left p:last-child {
  border: none;
}
.disable-icon {
  pointer-events: none;
  cursor: none;
}

/* footer new custme style */
img.dt-logo {
  width: 176px;
}

.ft-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 3%;
  row-gap: 53px;
  margin-bottom: 46px;
}
.email-small > a {
  padding-top: 0px !important;
}
p.mobile-small {
  display: flex;
  gap: 10px;
}
.mobile-small > span {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.4375px;
  color: rgb(255, 255, 255, 0.5);
}
/* watsapp position */
.watsapp-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.watsapp-contact_icon {
  width: 90px;
  cursor: pointer;
}
/*responsive */
@media only screen and (max-width: 1200px) {
  .header .navbar {
    border: 15px;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    border-top: var(--border);
    display: none;
  }

  .header .navbar.active {
    padding-bottom: 30px;
    height: calc(100vh - 10px);
    overflow-y: scroll;
    display: block;
  }
  .header {
    padding: 0px;
  }
  .header.active {
    padding: 0;
  }
  .header-set {
    height: 80px;
  }
  .subHeader {
    display: none;
  }
  .footer {
    padding: 40px 0px 26px;
  }
  .home-right {
    width: 35%;
  }
  #menu-btn {
    display: block;
  }
  #menu-btn.fa-times {
    transform: rotate(180deg);
    position: relative;
    right: 10px;
  }
  .header #login-btn i {
    display: block;
  }
  .header #login-btn .btn {
    display: none;
  }
  .header .navbar {
    top: 0% !important;
    min-height: 0vh;
  }
  .header .navbar.active {
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 100vh;
  }
  .header .navbar a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 15px 30px;
  }
  .navbar {
    position: absolute !important;
  }
  .dropdown {
    padding-bottom: 50px;
  }
  .top-dropdown-container {
    display: flex;
    overflow-y: scroll;
    max-height: 500px;
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 40px 20px;
    width: 95%;
    left: 2.5%;
    flex-wrap: wrap !important;
  }
  .side-border {
    border: none;
  }

  .bottom-border {
    border: none;
  }
  .top-course-section {
    padding: 0;
  }
  .open > .dropdown-menu {
    position: relative;
    max-width: 100%;
    top: 0;
    padding-left: 30px;
    background-color: #f2f2f2f2;
    margin-bottom: 15px;
  }
  .top-course-box p {
    font-size: 13px;
  }
  .top-course-box p:not(:last-child) {
    padding-bottom: 12px;
  }
  .dropdown-menu {
    -webkit-box-shadow: 0;
    box-shadow: none;
  }
  .top-course-box.menu > p > a {
    padding: 6px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-item {
    flex: 1 1 auto;
  }
  .footer-item:nth-child(2) {
    flex: 3 1 auto;
  }
  .copywrite-footer-left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  .copywrite-footer-left p {
    flex: 1 1 auto;
    padding: 0 5px 0;
  }
  .copywrite-footer-right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .top-dropdown-container {
    flex-wrap: wrap;
  }

  .top-course-section {
    flex: 33%;
  }
}

@media only screen and (max-width: 800px) {
  .top-dropdown-container {
    flex-wrap: wrap;
  }

  .top-course-section {
    flex: 50%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .ft-main {
    column-gap: 0;
    row-gap: 40px;
  }
  .footer-item {
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 684px) {
  .top-dropdown-container {
    display: grid;
  }
  .display-block {
    padding-top: 40px;
  }
  .footer-item:nth-child(2) {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 550px) {
  .copywrite-footer-left {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .copywrite-footer-left p {
    flex: 1 1 100%;
    text-align: left;
  }
  .copywrite-footer-left p {
    border-right: none;
  }
  .watsapp-contact {
    left: 10px;
    bottom: 10px;
  }
  .watsapp-contact_icon {
    width: 80px;
  }
}
@media only screen and (max-width: 425px) {
  /* .header-logo {
    width: 120px;
  } */
  .footer {
    margin: 0px 0 0;
  }

  .top-dropdown-container {
    flex-wrap: wrap;
  }

  .top-course-section {
    flex: 100%;
    padding: 0;
  }
  .header-set {
    height: 70px !important;
  }
  .header-set.active {
    height: 75px !important;
  }
  .banner-set {
    padding-top: 0px !important;
  }
  .content h2 {
    line-height: 36px !important;
  }
  .content span {
    line-height: 50px !important;
  }
  .home-section .home-right-box {
    width: 95%;
  }
  .home-section .form-box,
  .home-section .form-btn-section {
    width: 95%;
  }

  .call-back-container .home-right-box {
    width: 95%;
  }
  .call-back-container .form-box,
  .call-back-container .form-btn-section {
    width: 95%;
  }
  .tab-container {
    max-width: 90%;
  }
}

@media only screen and (max-width: 320px) {
  img.dt-logo {
    width: 275px;
  }
}
