.bgmain {
  background-image: url(../images/bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
#desktop .bgmain {
  background-image: url(../images/bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
#desktop .displaydesktop {
  display: block;
}
#desktop .center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 410px;
  height: 750px;
}
#desktop .center-div img {
  overflow: hidden;
  height: 757px !important;
}

/* #desktop .center-div2 {
    position: absolute;
    margin: auto;
    top: 107px;
    right: 0;
    bottom: 0;
    left: 37px;
    width: 435px;
    height: 780px;
    z-index: auto;
} */
#desktop .center-div2 {
  position: absolute;
  margin: auto;
  top: 14px;
  right: 44px;
  bottom: 0;
  left: 0px;
  width: 356px;
  height: 696px;
  z-index: auto;
  overflow: auto;
  background: #fff;
}

#desktop .center-div2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  background-color: #f5f5f5;
}

#desktop .center-div2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#desktop .center-div2::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

#ff #custom-card-wrapper #header-bg {
  height: unset !important;
}
#mCSB_1_scrollbar_vertical {
  z-index: 999;
}

#custom-card-wrapper {
  overflow-x: hidden !important;
}

#desktop .language {
  float: right;
  padding: 20px;
}

#desktop .dropdown {
  width: 100%;
  border: 0.1em solid #dcdcdc;
  position: relative;
  background: #dcdcdc;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

#desktop .dropdown a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 9px 25px;
}

#desktop .dropdown a:active {
  background: #fbfcfc;
}

#desktop .arrow {
  height: 100%;
  width: 40px;
  float: right;
  background: #dc002e;
  position: absolute;
  right: 0;
  top: 0;
}

#desktop .dropdown ul {
  display: none;
  list-style: none;
  text-transform: uppercase;
  padding: 9px 0;
  border-top: 1px solid #dcdcdc;
  margin: 0;
}

#desktop .dropdown ul li {
  padding: 9px 25px;
  cursor: pointer;
  margin: 0;
}

#desktop .dropdown ul li a {
  font-size: 1.3rem;
}

#desktop .dropdown ul li:focus,
#desktop .dropdown ul li:hover {
  background: #ecf0f1;
}

#desktop .dropdown ul li:active {
  background: #fbfcfc;
}

.tm-main {
  margin-top: 8em;
  margin-bottom: 4em;
}

.tm-main h1 {
  font-size: 2em;
}

.tm-card {
  margin: 2em 0em 2em 0em;
}

.tm-card h2 {
  font-size: 1.4em;
  margin-bottom: 0.54em;
}

.tm-bold {
  font-weight: bold;
}
.tm-italic {
  font-style: italic;
}
.tm-link-cont {
  padding: 2em;
}
.tm-link {
  font-size: 1.6em;
}
.tm-arrow-wrapper {
  display: inline-block;
}
.tm-arrow-wrapper .svg-icon-left {
  height: 18px !important;
}
.ajs-visible {
  color: #fff !important;
}
.recommendations {
  padding-top: 23px;
}
.hcp {
  margin: 35px;
}
.hcp h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.hcp h1 {
  font-weight: bold;
  text-decoration: underline;
}
.cpp {
  margin-top: 30px;
}
.cpp ol {
  font-size: 17px;
  color: black;
  counter-reset: item;
}
.cpp ol li {
  counter-increment: item;
}
.cpp ol ol > li {
  display: block;
}
html[dir="ltr"] .cpp ol ol li::before {
  content: counters(item, ".") "";
  margin-left: -15px;
  padding-right: 5px;
}

html[dir="rtl"] .cpp ol ol li::before {
  content: counters(item, ".") "";
  padding-right: 5px;
}

.cpp li {
  list-style-type: decimal;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.7;
  margin: 0px;
}
.cpp span {
  font-weight: bold;
}
#carousel_buttons
{
  border: 0px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px;
    opacity: 1;
    cursor: pointer;
    text-transform: uppercase;
}