@charset "UTF-8";
/* global style - Mani*/
:root {
  --frutiger: Verdana, Arial, sans-serif;
}

html {
  font-size: 87.5%;
}
@media (min-width: 768px) {
  html {
    background-image: url(./background_dots.jpg);
    background-repeat: repeat;
    background-position: left top;
  }
}

body {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body {
    background-image: url(./background_gradient.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: transparent;
  }
}

/* header,footer,ISI, Home page start - Mani */
@media (max-width: 767.98px) {
  body.theme_victoza.cope-core-scroll-lock .cope-core-navigation-top {
    z-index: 1000;
  }
  body.theme_victoza .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-title a {
    pointer-events: none
  }
  body.theme_victoza .cope-core-navigation-top-section.has-dropdown ul {
    max-height: 0;
    overflow: hidden;
    border: none
  }

  body.theme_victoza .cope-core-navigation-top-section.show-dropdown ul {
    -webkit-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
    max-height: 500px;
    border-bottom: 1px solid #006072
  }
}
body.theme_victoza .root-container {
  background: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
body.theme_victoza .cope-core-isi-v2.cope-core-hide-inline-isi .cope-core-isi-visible {
  height: 80px;
  z-index: 300;
}
body.theme_victoza .cope-core-isi-v2.cope-core-hide-inline-isi .cope-core-isi-visible.cope-core-isi-is-expanded {
  height: 67vh;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-fixed .cope-core-isi-header-bar .cope-core-isi-container {
  padding: 0 15px 0 0;
  align-items: flex-start;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-fixed[data-expanding-isi] [data-toggle-expand-isi]{
  padding-top: 10px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline {
  background: #fff;
  padding: 0 15px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-fixed-container,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-fixed-container {
  max-width: 1000px;
  padding: 0;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content {
  color: #444;
  font-size: 12px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content a,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content a {
  color: #54b7ee;
  text-decoration: none;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-header-bar .cope-core-isi-header-bar-text .cope-core-isi-first-header,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-header-bar .cope-core-isi-header-bar-text .cope-core-isi-first-header {
  width:100%;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-header-bar .cope-core-isi-header-bar-text p,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-header-bar .cope-core-isi-header-bar-text p {
  color: #880038;
  margin: 0 0 5px;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 2px solid #ccc !important;
}
.cope-core-isi-content ul{
  padding-left: 15px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content h2,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content p,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content h2,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content p {
  margin: 0 0 12px;
  font-size: 12px;
  color: #444;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content h2,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content p{
  margin: 0 0 5px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content ul li,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content ul li {
  font-size: 12px;
  margin-bottom: 0;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-visible .cope-core-isi-content ul li strong,
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-content ul li strong {
  font-size: 12px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline {
  margin-top: 20px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi.cope-core-isi-inline .cope-core-isi-header-bar {
  box-shadow: none;
  padding: 0;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-header-bar {
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
  padding: 0 15px;
}
body.theme_victoza .cope-core-isi-v2 .cope-core-isi-header-bar span > span {
  padding: 0;
  color: #54b7ee;
  font-weight: normal;
  font-size: 12px;
}
body.theme_victoza .cope-core-modal-visible {
  padding: 15px;
  max-width: 600px;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
body.theme_victoza .cope-core-modal-visible .cope-core-headline p {
  font-size: 24px;
  color: #880038;
  margin: 0;
  padding-bottom: 15px;
}
body.theme_victoza .cope-core-modal-visible .cope-core-social-list {
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  padding-top: 15px;
}
body.theme_victoza .cope-core-modal-visible .cope-core-modal-button-close svg {
  width: 15px;
  height: 15px;
  background: #666;
  border-radius: 15px;
  padding: 3px;
}
body.theme_victoza .cope-core-modal-visible .cope-core-modal-button-close svg .close {
  fill: #fff !important;
}
body.theme_victoza .cope-core-column-container.model-header {
  position: absolute;
  top: 80px;
  z-index: 101;
  right: 15px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-column-container.model-header {
    display: none;
  }
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column {
  padding: 0;
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column:last-child .cope-core-button {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column .cope-core-button {
  margin: 0;
  width: max-content;
  border: none;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  margin-right: 8px;
  height: auto;
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column .cope-core-button:hover {
  background: none;
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column .cope-core-button div {
  background-size: auto;
}
body.theme_victoza .cope-core-column-container.model-header .cope-core-column .cope-core-button span {
  color: #82786f;
  font-size: 0.714285rem;
  font-weight: bold;
  line-height: 14px;
}
body.theme_victoza .cope-core-navigation {
  margin-bottom: 0;
}
body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content {
  height: auto;
  padding: 0 15px !important;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content {
    display: block;
    padding: 0 !important;
  }
}
body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container {
  display: block;
}
body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav {
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav {
    padding-top: 0;
    width: 100%;
    display: flex;
  }
}
body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a {
  font-size: 9.9px;
  white-space: normal;
  color: #82786f;
  font-weight: bold;
  line-height: 14px;
  margin-left: 8px;
  margin-right: 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #ccc;
font-family: Verdana, Arial, sans-serif !important;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a {
    border-color: #fabed8;
    border-bottom: 1px solid #fabed8;
    padding: 5px 0;
    color: #f54e96;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a:nth-child(3), body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a:nth-child(4), body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a:nth-child(5) {
    display: none;
  }
}
body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-global .cope-core-navigation-global-content nav a:first-child {
    padding: 5px 0;
    border-bottom: 1px solid #fabed8;
  }
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-global-col-login-register {
    position: relative;
    z-index: 10001;
  }
  body.theme_victoza .cope-core-navigation-global-col-login-register .search::after {
    content: "";
    width: 60px;
    color: #fff;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%3Cg%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%3Cpath%0A%20%20%20%20d%3D%22M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    display: block;
    height: 70px;
    background-repeat: no-repeat;
    background-color: #880038;
    position: absolute;
    background-size: 25px;
    z-index: 101;
    right: 60px;
    top: 0;
    background-position: center;
    cursor: pointer;
    border-right: 1px solid #fabed8;
  }
  body.theme_victoza .cope-core-navigation-global-col-login-register .search.search-opens .search-wrapper {
    display: flex;
    position: absolute;
    top: 70px;
    background: #ccc;
    width: calc(100% - 60px);
    padding: 15px;
  }
  body.theme_victoza .cope-core-navigation-global-col-login-register .search.search-opens .search-wrapper .form-control.search {
    width: 60%;
  }
  body.theme_victoza .cope-core-navigation-global-col-login-register .search span.search-mtoggle {
    position: absolute;
    right: 60px;
    width: 60px;
    height: 70px;
    z-index: 102;
    top: 0;
  }
  body.theme_victoza .cope-core-navigation-global-col-login-register .search .search-wrapper {
    display: none;
    transition: all 400ms ease-in-out 0s;
  }
}
body.theme_victoza .search-wrapper {
  width: 305px;
  padding-top: 10px;
  margin-left: auto;
  z-index: 101;
}
body.theme_victoza .search-wrapper img {
  display: none;
}
body.theme_victoza .search-wrapper .search {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  border-right: none;
  line-height: 20px;
  height: 28px;
  color: #555;
}
body.theme_victoza .search-wrapper .search:focus {
  -webkit-appearance: none;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0, 0, 0, 0.3);
}
body.theme_victoza .search-wrapper .btn-search {
  padding: 5px 12px;
  background-color: rgb(240, 240, 240);
  font-size: 0.85714rem;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
  margin: 0;
  color: rgb(68, 68, 68);
  height: 28px;
  border: 1px solid rgb(240, 240, 240);
}
body.theme_victoza .cope-core-navigation-top {
  position: relative;
  top: 0;
  height: auto;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top {
    height: 70px;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation {
  height: auto !important;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation {
    display: none !important;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-brand-logo-section {
  display: none;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container {
  padding-top: 0 !important;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections {
  display: table !important;
  border: 2px solid white;
  border-width: 2px 1px;
  background: #f54e96;
  background: -moz-linear-gradient(top, #f54e96 0%, #880038 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f54e96), color-stop(50%, #880038));
  background: -webkit-linear-gradient(top, #f54e96 0%, #880038 50%);
  background: -o-linear-gradient(top, #f54e96 0%, #880038 50%);
  background: -ms-linear-gradient(top, #f54e96 0%, #880038 50%);
  background: linear-gradient(to bottom, #f54e96 0%, #880038 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f54e96", endColorstr="#880038",GradientType=0 );
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section {
  display: table-cell;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section.cope-core-navigation-top-section-active .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text {
  font-weight: bold !important;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title a {
  display: block;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper::before {
  display: none;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container-secondary-navigation .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text {
  display: block !important;
  color: #ffffff !important;
  font-weight: normal !important;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container {
  flex-direction: column;
  height: auto;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container {
    flex-direction: row;
    padding: 0 15px 0 0 !important;
  }
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container::before {
    position: absolute;
    background: #880038;
    content: "";
    width: 60px;
    height: 70px;
    top: 0;
    right: 0;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container {
  justify-content: normal;
  margin-top: -20px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container {
    margin-top: 0;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container a img {
  max-width: 136px;
  height: auto;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container {
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container {
    background: #880038;
    padding-top: 0;
    height: calc(100vh - 100px);
  }
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-mobile-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container {
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(229, 229, 229))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 ); /* IE6-9 */
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-additional-content {
  display: none;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections {
  display: flex;
  justify-content: space-around;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section {
  flex: initial;
  background: none;
  height: auto;
  align-items: stretch;
}
@media (min-width: 768px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper a, body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper a:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #880038;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #880038 50%, #f54e96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #880038), color-stop(100%, #f54e96));
    background: -webkit-linear-gradient(top, #880038 50%, #f54e96 100%);
    background: -o-linear-gradient(top, #880038 50%, #f54e96 100%);
    background: -ms-linear-gradient(top, #880038 50%, #f54e96 100%);
    background: linear-gradient(to bottom, #880038 50%, #f54e96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#880038", endColorstr="#f54e96"); /*For IE7-8-9*/
  }
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper a .cope-core-navigation-top-section-text, body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper a:hover .cope-core-navigation-top-section-text {
    color: #ffffff !important;
  }
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section a {
    align-items: stretch;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section a:hover {
  background: none;
}
@media (min-width: 768px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child.cope-core-navigation-top-section-active-wrapper a, body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child.cope-core-navigation-top-section-active-wrapper a:hover {
    background: none;
    box-shadow: none;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper {
  border-left: none;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%0A%20%20%3Cg%20fill%3D%22%23880038%22%3E%0A%20%20%3Cpath%0A%20%20%20%20d%3D%22M543.8%20287.6c17%200%2032-14%2032-32.1c1-9-3-17-11-24L512%20185V64c0-17.7-14.3-32-32-32H448c-17.7%200-32%2014.3-32%2032v36.7L309.5%207c-6-5-14-7-21-7s-15%201-22%208L10%20231.5c-7%207-10%2015-10%2024c0%2018%2014%2032.1%2032%2032.1h32v69.7c-.1%20.9-.1%201.8-.1%202.8V472c0%2022.1%2017.9%2040%2040%2040h16c1.2%200%202.4-.1%203.6-.2c1.5%20.1%203%20.2%204.5%20.2H160h24c22.1%200%2040-17.9%2040-40V448%20384c0-17.7%2014.3-32%2032-32h64c17.7%200%2032%2014.3%2032%2032v64%2024c0%2022.1%2017.9%2040%2040%2040h24%2032.5c1.4%200%202.8%200%204.2-.1c1.1%20.1%202.2%20.1%203.3%20.1h16c22.1%200%2040-17.9%2040-40V455.8c.3-2.6%20.5-5.3%20.5-8.1l-.7-160.2h32z%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3C%2Fsvg%3E");
  width: 26px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20d%3D%22M543.8%20287.6c17%200%2032-14%2032-32.1c1-9-3-17-11-24L512%20185V64c0-17.7-14.3-32-32-32H448c-17.7%200-32%2014.3-32%2032v36.7L309.5%207c-6-5-14-7-21-7s-15%201-22%208L10%20231.5c-7%207-10%2015-10%2024c0%2018%2014%2032.1%2032%2032.1h32v69.7c-.1%20.9-.1%201.8-.1%202.8V472c0%2022.1%2017.9%2040%2040%2040h16c1.2%200%202.4-.1%203.6-.2c1.5%20.1%203%20.2%204.5%20.2H160h24c22.1%200%2040-17.9%2040-40V448%20384c0-17.7%2014.3-32%2032-32h64c17.7%200%2032%2014.3%2032%2032v64%2024c0%2022.1%2017.9%2040%2040%2040h24%2032.5c1.4%200%202.8%200%204.2-.1c1.1%20.1%202.2%20.1%203.3%20.1h16c22.1%200%2040-17.9%2040-40V455.8c.3-2.6%20.5-5.3%20.5-8.1l-.7-160.2h32z%22%20%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fsvg%3E");
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section:first-child .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text {
  display: none;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper {
  border-left: 1px solid #fabed8;
  padding: 15px 15px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper {
    border: none;
    border-top: 1px solid #fabed8;
    width: 100%;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text {
  color: #880038;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text {
    color: #fff;
    font-weight: normal;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text sub,
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper .cope-core-navigation-top-section-text sup {
  font-size: 65%;
  top: -0.6em;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links {
  display: none;
  background-color: #fff;
  color: #404040;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border: thin solid #c9c9c9;
  list-style: none !important;
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links {
    background: #880038;
    border: none;
    box-shadow: none;
    display: block;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link {
  border-bottom: thin solid #c9c9c9;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link {
    border: none;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link:last-child {
    border: none;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link a {
  font-size: 13px;
  line-height: 1.4em;
  color: #006072;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link a {
    color: #fff;
    padding: 15px 15px 15px 40px;
  }
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link a:hover {
  background: #f5e2ea;
}
body.theme_victoza .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-links-container .cope-core-navigation-top-sections .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link a sup {
  font-size: 0.6em !important;
  top: -0.685em;
}
body.theme_victoza .cope-core-footer {
  padding-top: 0;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
  background: #fff;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container {
  align-items: flex-start;
  justify-content: normal;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container {
    flex-direction: column;
  }
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text {
  order: 2;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul {
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul {
    flex-direction: column;
    padding: 0;
    border: none;
  }
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li {
    margin: 0;
    padding: 0;
    border: none;
    padding: 5px 0;
  }
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li a {
  padding: 0;
  color: #009fda;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li a {
    color: #54b7ee;
  }
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text ul li a::after {
  display: none;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-text .cope-core-footer-footnotes .cope-core-text p {
  font-size: 12px;
  color: #444;
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-logo {
  margin-left: 0;
  width: 16.66%;
}
@media (max-width: 767.98px) {
  body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.theme_victoza .cope-core-footer .cope-core-footer-content .cope-core-footer-column-container .cope-core-footer-logo a img {
  width: auto !important;
  max-width: 100%;
}
body.theme_victoza.homepage .about-makers-victoza {
  background-size: 100% 100%;
}
body.theme_victoza.homepage .about-makers-victoza .cope-core-image {
  margin-bottom: 15px;
}
body.theme_victoza.homepage .about-makers-victoza .cope-core-text p {
  margin-bottom: 5px;
}
body.theme_victoza.homepage .about-makers-victoza .cope-core-text p strong {
  font-size: 16px;
}
body.theme_victoza.homepage .about-makers-victoza .button {
  text-align: center;
}
body.theme_victoza.homepage .home-banner {
  margin: 0 -16px;
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
}
body.theme_victoza.homepage .home-banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #990345 0%, #f14690 50%, #990345 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 7px;
  width: 100%;
  z-index: 1;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one {
  z-index: 1;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .aem-Grid--12 {
  width: 100%;
  padding: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  body.theme_victoza.homepage .home-banner .cope-core-column-one .aem-Grid--12 {
    margin: 2rem 2rem 0 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-width: 60%;
  }
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .image {
  padding: 0;
  width: 75px;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .image picture {
  max-width: 100%;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .text {
  padding: 0 0 0 15px;
  width: calc(100% - 75px);
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .text .cope-core-text p {
  font-size: 16px;
  color: #000;
  margin-top: 0;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .text .cope-core-text p:first-child {
  margin-bottom: 0.5rem;
}
body.theme_victoza.homepage .home-banner .cope-core-column-one .text .cope-core-text p strong {
  font-size: 12px;
  color: #880038;
}
body.theme_victoza.homepage .home-banner .cope-core-column-two {
  flex-basis: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767.98px) {
  body.theme_victoza.homepage .home-banner .cope-core-column-two {
    display: none;
  }
}
body.theme_victoza.homepage .home-banner .cope-core-column-two .cope-core-image {
  text-align: right;
}
body.theme_victoza.homepage .home-banner .cope-core-column-two picture img {
  width: 510px;
}
body.theme_victoza.noninsulinpage .insulin-container-outer {
  margin-top: 20px;
}
body.theme_victoza.noninsulinpage .insulin-container {
  background: #276271;
  padding: 15px;
  margin: 0 -16px;
}
body.theme_victoza.noninsulinpage .insulin-container p {
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 10px;
}
body.theme_victoza.noninsulinpage .insulin-container p strong {
  color: #ffffff;
}
body.theme_victoza.noninsulinpage .insulin-logo-container {
  background: #f0f0f0;
  padding: 15px 15px 0;
  margin: 0 -16px;
}
body.theme_victoza.noninsulinpage .insulin-logo-container picture img {
  max-width: 100%;
}
body.theme_victoza.noninsulinpage .insulin-text-container {
  background: #f0f0f0;
  padding: 0 15px 15px;
  margin: 0 -16px;
}
body.theme_victoza.noninsulinpage .insulin-text-container h1 {
  font-size: 16px;
  color: rgb(0, 99, 115);
  margin: 0 0 1em;
}
body.theme_victoza.noninsulinpage .insulin-text-container h2 {
  font-size: 14px;
  color: rgb(0, 99, 115);
  margin: 0 0 1em;
}
body.theme_victoza.noninsulinpage .insulin-text-container p {
  font-size: 14px;
  margin: 0 0 10px;
  color: #444;
}
body.theme_victoza.noninsulinpage .insulin-text-container ul {
  font-size: 14px;
  margin: 0 0 20px;
  padding-left: 1.4em;
}
body.theme_victoza.noninsulinpage .insulin-text-container ul li {
  font-size: 14px;
  color: #444;
}
body.theme_victoza.noninsulinpage .insulin-text-container a, body.theme_victoza.noninsulinpage .insulin-text-container a:hover {
  color: #54b7ee;
  text-decoration: none;
}
body.theme_victoza.noninsulinpage .insulin-text-container h6 {
  margin: 0;
}
body.theme_victoza.noninsulinpage .insulin-text-container h6 a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  background-color: #54b7ee;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -pie-background: linear-gradient(to bottom, #54b7ee 0%, #007abd 100%); /* fallback for ie8 */
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
}
body.theme_victoza.noninsulinpage .insulin-text-container h6 a:hover, body.theme_victoza.noninsulinpage .insulin-text-container h6 a:focus {
  background-color: #8bcbff;
  border-color: #8bcbff;
}
body.theme_victoza.noninsulinpage .insulin-text-container h6 a:active {
  background-color: #7fbaea;
  border-color: #7fbaea;
}
body.theme_victoza.noninsulinpage .insulin-isi-container {
  background: #ffffff;
  padding: 30px 15px 15px 15px;
  margin: 0 -16px;
}
body.theme_victoza.noninsulinpage .insulin-isi-container h3, body.theme_victoza.noninsulinpage .insulin-isi-container h4, body.theme_victoza.noninsulinpage .insulin-isi-container h5 {
  font-size: 19px;
  color: rgb(0, 99, 115);
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0;
}
body.theme_victoza.noninsulinpage .insulin-isi-container h4 {
  border-bottom: 2px solid #ccc;
}
body.theme_victoza.noninsulinpage .insulin-isi-container h5 {
  font-size: 16px;
}
body.theme_victoza.noninsulinpage .insulin-isi-container p {
  font-size: 12px;
  margin: 0 0 10px;
}
body.theme_victoza.noninsulinpage .insulin-isi-container a, body.theme_victoza.noninsulinpage .insulin-isi-container a:hover {
  color: rgb(217, 7, 18);
  text-decoration: none;
}
body.theme_victoza.noninsulinpage .insulin-isi-container ul {
  margin-bottom: 20px;
  padding-left: 1.4em;
}
body.theme_victoza.noninsulinpage .insulin-isi-container ul li {
  font-size: 12px;
}

/* header,footer,ISI, Home page end - Mani */
/* about us - Bala */
.cope-core-text.main-title-section {
  background-color: #880038;
  color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin: 6px 0 -12px 0;
  min-height: 140px;
  padding: 12px;
  position: relative;
}

.main-border-bt {
  border-bottom: solid 2em #eee;
  position: relative;
  margin: 0 -12px;
}

.main-title-section h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 13px;
}

.main-title-section sup {
  font-size: 65%;
}

.herotext-section {
  padding: 20px 15px 0 7px;
  margin-bottom: 2em;
}

.herotext-section.side-bg {
    background-image: url(./about-victoza/component-cta-a-divider.png) center left no-repeat;
    margin-top: 20px;
}

.herotext-section h2 {
  color: #880038;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.main-wrapper-bg {
  background-color: #f0f0f0;
  margin: 0 -12px;
}

.main-wrapper-bg .text {
  padding: 0;
}

.herotext-section .cope-core-button.cope-core-button-style-primary {
  font-weight: normal;
  background-color: #54b7ee;
  /*border: 1px solid #54b7ee;*/
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -pie-background: linear-gradient(to bottom, #54b7ee 0%, #007abd 100%); /* fallback for ie8 */
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  width: auto;
}

.herotext-section .cope-core-button.cope-core-button-style-primary:hover,
.herotext-section .cope-core-button.cope-core-button-style-primary:focus {
  background-color: #8bcbff;
  border-color: #8bcbff;
}

.herotext-section .cope-core-button.cope-core-button-style-primary:active {
  background-color: #7fbaea;
  border-color: #7fbaea;
}

.herotext-section .button {
  padding: 0 7px;
}

.herotext-section .cope-core-button.cope-core-button-style-primary span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}

.herotext-section-secondary {
  margin: 2em 0;
  background: white;
  border: 0;
  border-left: 6px solid transparent;
  padding-left: 1em;
  -webkit-border-image: -webkit-linear-gradient(top, rgb(136, 0, 57) 0, rgb(245, 78, 150) 51%, rgb(136, 0, 57) 100%);
  -moz-border-image: -ms-linear-gradient(top, rgb(136, 0, 57) 0, rgb(245, 78, 150) 51%, rgb(136, 0, 57) 100%);
  border-image: linear-gradient(to bottom, rgb(136, 0, 57) 0, rgb(245, 78, 150) 51%, rgb(136, 0, 57) 100%);
  border-image-slice: 1;
}

.herotext-section-secondary h2 {
  font-size: 19px;
  color: #f54e96;
  margin: 0 0 9.5px;
  font-weight: 400;
}

.herotext-section-secondary .text p {
  margin: 0 0 20px;
}

.herotext-section-secondary .cope-core-button-type-med.cope-core-button-style-primary, .step-by-step-main-container .cope-core-button-type-med.cope-core-button-style-primary {
  border: none;
  color: #54b7ee;
  font-size: 14.4px;
  font-weight: 300;
  display: inline-block;
  text-align: left;
  height: auto;
}

.herotext-section-secondary .cope-core-button-type-med.cope-core-button-style-primary:hover,
.herotext-section-secondary .cope-core-button-type-med.cope-core-button-style-primary:focus,
.herotext-section-secondary .cope-core-button-type-med.cope-core-button-style-primary:active {
  background: transparent;
}

.about-makers-victoza {
  padding: 2em 0;
}

.about-makers-victoza h3, .about-makers-victoza p {
  font-size: 12px;
  color: white;
  margin: 0;
}

.about-makers-victoza .cope-core-button-type-med.cope-core-button-style-primary {
  font-weight: normal;
  background-color: #54b7ee;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px -2px 4px #007abd, 1px 1px 4px rgba(0, 0, 0, 0.25);
  -pie-background: linear-gradient(to bottom, #54b7ee 0%, #007abd 100%); /* fallback for ie8 */
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  width: auto;
}

.about-makers-victoza .cope-core-button-type-med.cope-core-button-style-primary:hover,
.about-makers-victoza .cope-core-button-type-med.cope-core-button-style-primary:focus {
  background-color: #8bcbff;
  border-color: #8bcbff;
}

.about-makers-victoza .cope-core-button-type-med.cope-core-button-style-primary:active {
  background-color: #7fbaea;
  border-color: #7fbaea;
}

.about-makers-victoza .cope-core-button-type-med.cope-core-button-style-primary span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}

.main-title-text-only {
  background: #f0f0f0;
  padding: 2em 3px 0 3px;
  margin-bottom: 2em;
}

.main-title-text-only.no-padding {
  margin-bottom: 0;
  padding-left: 0;
}

.main-title-text-only.no-padding .text p {
   margin-bottom: 12px;
}

.main-title-text-only .image img.cope-core-image__image {
  width: 75px;
}

.main-title-text-only h1 {
  font-size: 24px;
  margin: 0 0 12px 0;
  font-weight: 400;
}

.main-title-text-only .text p {
  margin: 0 0 20px;
}

.main-title-text-only a {
  color: #54b7ee;
  text-decoration: none;
}

.heading-bg h2 {
  color: #f54e96;
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 9.5px;
}

.heading-bg p {
  margin: 0 0 12px;
  font-size: 12px;
}

.heading-bg ul{
   padding-left: 20px;
}

.heading-bg ul li {
   font-size: 12px;
}
.heading-bg a {
  color: #54b7ee;
  text-decoration: none;
}

.heading-bg.img-bold-font {
  margin: 12px 0;
}

.heading-bg span.body-1 {
    color: #f54e96;
    font-size: 12px;
}

.heading-bg.img-bold-font p, .heading-bg.img-bold-font .cope-core-button-type-med.cope-core-button-style-primary {
  font-size: 14.4px;
}

.heading-bg .cope-core-button-type-med.cope-core-button-style-primary {
  color: #54b7ee;
  font-size: 12px;
  font-weight: 300;
  border: 0;
  width: auto;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.heading-bg .cope-core-button-type-med.cope-core-button-style-primary:hover,
.heading-bg .cope-core-button-type-med.cope-core-button-style-primary:active {
  background: transparent;
}

.herotext-section-secondary.multiple-title {
  margin: 1em 15px 2em 15px;
}

.herotext-section-secondary.multiple-title h5 {
  font-size: 12px;
  margin: 0px 0 6px;
  color: #880038;
}

.herotext-section-secondary.multiple-title p {
  font-size: 12px;
}

.herotext-section-secondary.multiple-title .cope-core-button-type-med.cope-core-button-style-primary {
  font-size: 12px;
  width: auto;
}

.herotext-section-secondary.brown-bg {
  margin: 1em 15px 2em 15px;
  padding-left: 0;
}

.herotext-section-secondary.brown-bg>.cope-core-container-content {
    padding-left: 12px;
}

.herotext-section-secondary.brown-bg h2 {
  font-size: 14.4px;
  color: #880038;
  margin-bottom: 20px;
}

.victoza-slider-text .cope-core-column-one {
  width: 66%;
}

.victoza-slider-text .cope-core-column-two {
  padding-right: 15px;
}

.victoza-slider-text .cope-core-column-two .text p {
  font-size: 12px;
  margin: 0 0 20px 0;
}

.slick-list.draggable {
   width: 96.2%;
}

.victoza-slider-text .slick-dots {
  top: -6px;
  display: flex !important;
  width: 96.2%;
}

.victoza-slider-text .slick-dots li {
  flex-grow: 1;
  flex-basis: 0;
  height: 6px;
}

.victoza-slider-text .slick-dots li button:before {
  content: "";
}

.victoza-slider-text .slick-dots li:first-child {
  margin: 0;
  background: rgb(136, 0, 56);
}

.victoza-slider-text .slick-dots li:nth-child(2) {
  margin: 0 0 0 0.5px;
  background: rgb(245, 78, 150);
}

.victoza-slider-text .slick-dots li:last-child {
  margin: 0 0 0 0.5px;
  background: rgb(39, 170, 224);
}

.search-headline-txt h1 {
  font-weight: 400;
    font-size: 24px;
    margin: 24px 0 0; 
}

@media (max-width: 767.98px) {
  .main-border-bt {
    background: #880038;
    margin: 0;
    border: 0;
    padding: 0;
  }
  .main-banner-text .text {
    padding: 0;
  }
  .cope-core-text.main-title-section {
    margin: 20px 0 0;
    box-shadow: none;
  }
  .about-makers-victoza .cope-core-column-one {
    flex-basis: 20%;
  }
  .about-makers-victoza .cope-core-column-two {
    flex-basis: 80%;
  }
  .herotext-section-secondary.brown-bg {
    margin: 1em 15px 2em 15px;
    padding-left: 12px;
  }
  .herotext-section-secondary.brown-bg .cope-core-container-content, .herotext-section-secondary.multiple-title .cope-core-container-content {
    padding: 0;
  }
  .heading-bg.img-bold-font .cope-core-column.cope-core-column-one {
    flex: 1 0 calc(10% - 0px);
    align-items: center;
    display: flex;
  }
  .victoza-slider-text .slick-dots {
    width: 100%;
  }
 .slick-list.draggable {
   width: 100%;
  }
  .pt-15 {
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .victoza-slider-text .pt-15 .cope-core-column.cope-core-column-one {
    flex: 1 0 calc(20% - 0px);
    align-items: center;
    display: flex;
  }
  .main-wrapper-bg >.cope-core-container-content-full-width-desktop {
    padding: 0;
  }
  .herotext-section {
    padding: 15px 15px 0 7px;
    margin-bottom: 10px;
  }
  .herotext-section.side-bg {
    background: none;
    margin-top: 0;
  }
  .herotext-section-secondary {
    padding-left: 6px;
  }
  .herotext-section-secondary.mt-0 {
    margin-top: 0;
  }
  .ptm-12 {
    padding: 12px 0;
  }
}
/* about us end- Bala */
/* Custom Styles Manu */
/* Getting Started home page */

@media (max-width: 768px){
  .hero-text-getting-started{
    padding-top: 20px;
  }
}

/* Your First Victoza Injection */
.custom-margin-top {
  margin-top: 30px;
}

.link-align-right-container{
  margin-top: 30px;
}

.link-align-right-container .cope-core-button-type-med.cope-core-button-style-primary {
  text-align: right;
  width: 100%;
}

.step-by-step-main-container .cope-core-button-type-med.cope-core-button-style-primary:hover {
  background-color: none;
}

.four-column-container .cope-core-button-type-med.cope-core-button-style-primary {
  width: 100%;
}

.step-by-step-main-container .cope-core-button-type-med.cope-core-button-style-primary:hover {
  background-color: transparent;
}

.cope-core-text.text-container-with-links a, .step-by-step-container a {
  color: #54b7ee;
  text-decoration: none;
}

.your-first-injection-columns #step-by-step-button{
  text-align: center;
}

.your-first-injection-headlines p{
  margin-top:0;
  margin-bottom: 0;
}

.step-by-step-text{
  font-size: 12px;
}

/* Victoza Step by Step */
.step-by-step-container .cope-core-accordion-icon {
  width: 0.92857rem;
}


.step-by-step-container .cope-core-accordion-item .cope-core-accordion-item-title .cope-core-accordion-title-icon {
  height: 60px;
  width: 65px;
}

.step-by-step-container .step-by-step-accordian-content {
  margin-left: 35px;
  text-align: justify;
}

@media (max-width:786px){
  .step-by-step-container .aem-Grid .aem-GridColumn{
    padding-right: 6px;
  }
  .step-by-step-container .step-by-step-accordian-content {
    padding-right:0;
    
  }
}

.step-by-step-container .cope-core-accordion-item__title-wrapper {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, transparent 0, #adadad 50%, transparent 100%);
  border-image-slice: 1;
}

.site-map-container h2{
  color: #f54e96;
  font-size:19px;
  font-weight:normal;
}

.site-map-container p a{
  color: #54b7ee;
  font-size: 12px;
  text-decoration: none;
}

.site-map-heading h1{
  font-weight: normal;
}

.isi-template-class h1, .step-by-step-heading h1 {
  color: #880038;
  font-weight: normal;
  font-size: 20px;
}

.isi-template-class h1:first-child{
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc;
}

.isi-template-class p, .isi-template-class ul li {
  font-size: 12px;
}

.isi-template-class .cope-core-isi-wrapper, .isi-template-class .isi-experiencefragment {
  display: none;
}

/* Custom Styles Manu End */

/*search result page - Mani*/
.theme_victoza .cope-core-search {
  padding: 20px 15px;
}

.theme_victoza .cope-core-search .cope-core-search__icon {
  display: none;
}
.theme_victoza .cope-core-search .cope-core-search__input{
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border linear .2s,box-shadow linear .2s;
  padding: 4px 6px;
  font-size: 1em;
  line-height: 20px;
  width: 225px;
  float: left;
  height: 28px;
}
.theme_victoza .cope-core-search .cope-core-search__input:focus{
  -webkit-appearance: none;
  outline: 0;
  outline: thin dotted transparent\9;
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px rgba(0,0,0,0.3);
}
.theme_victoza .cope-core-search .cope-core-search__field{
  width: 320px;
}
.theme_victoza .cope-core-search .cope-core-search__clear{
  display: none;
}
.theme_victoza .cope-core-search .cope-core-search__submit{
  position: relative;
  height: 28px;
  width: auto;
  border-radius: 0 4px 4px 0;
  padding: 0 12px;
  font-size: .85714rem;
  line-height: 20px;
  border: 1px solid rgb(240, 240, 240);
}
.theme_victoza .cope-core-search .cope-core-search__info{
  padding-left:0;
  padding-right:0;
}
.theme_victoza .cope-core-search .cope-core-search__results .cope-core-search__item{
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
.theme_victoza .cope-core-search .cope-core-search__item-header{
  padding: 0 !important;
}
.theme_victoza .cope-core-search .cope-core-search__item-header a{
  font-size: 12px !important;
  color: #54b7ee;
}
.theme_victoza .cope-core-search .cope-core-search__item-body{
  padding: 0 !important;
}
.theme_victoza .cope-core-search .cope-core-search__item-body p{
  color: #444;
  font-size: 12px;
  margin: 0;
}
.theme_victoza .cope-core-search .cope-core-search__pagination {
  float: left;
  margin: 20px 0;
}
.theme_victoza .cope-core-search .cope-core-search__pagination button{
  float: left;
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 0 -1px;
  color: #009fda;
  font-size: 12px;
  background: #fff;
}
.theme_victoza .cope-core-search .cope-core-search__pagination button.active{
  background: #009fda;
  color: #fff;
}
.theme_victoza .cope-core-search .cope-core-search__pagination button.prev-button{
  border-radius: 4px 0 0 4px;
}
.theme_victoza .cope-core-search .cope-core-search__pagination button.next-button{
  border-radius: 0 4px 4px 0;
}

.theme_victoza .cope-core-search .cope-core-search__pagination button:hover {
  opacity: 1;
  color: #23527c;
  background-color: #eee;
}

.theme_victoza .cope-core-search em {
  font-style: normal;
  font-weight: bold;
  background: none !important;
}

/*search result page End- Mani*/

.cope-core-isi-content h2 {
  color: #880038;
  font-size: 14px;
  font-weight: bold;
}

