@charset "UTF-8";

:root {
  --blue: #007DB8;
  --orange: #fdb913;
  --white: #fff;
  --black: #000;
  --primary: #008fd3;
  --secondary: #F0AB00;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --gray: #707070;
  --color_545: #545454;
  --color_444: #444;
  --color_222: #222;
  --color_000: #000;
  --color_FFF: #fff;
  --color_EEE: #f5f5f5;
  --color_DDD: #ddd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "SAPBook", Arial, Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


body {
  margin: 0;
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  background-color: #222;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0px;
}
p, ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}


ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}


sup {
  top: -.5em;
}
a {
  color: #008fd3;
  text-decoration: none;
  background-color: transparent;
}
a:hover { 
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0; border: 0; background: transparent; cursor: pointer;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0px;
  font-family: "SAPBold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fas { font-family: "Font Awesome 5 Free"; font-weight: 900;}
.fa-chevron-right:before{content:"\f054"}

.container {
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}


.row {
  display: flex;
  
  margin-right: -15px;
  margin-left: -15px;
}
.nowrap{ flex-wrap: nowrap !important;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}


.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}


.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}


.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}


.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}



@media (min-width: 576px) {
 
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

 
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

 
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

 
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

 
}
@media (min-width: 768px) {
  
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }


  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }


  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }


  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}
@media (min-width: 1050px) {
  
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}


.btn {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
 min-width: 120px;
  line-height: 1.5; font-size: 1.15vw;
    border-radius: 0;
    padding: 0.5vw 1.5vw; margin-top: 2vw;
   cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-padding{padding: 0.375rem 2.75rem;}
@media (prefers-reduced-motion: reduce) {
 
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}


.btn-primary {
  color: #fff;
  background-color: #007DB8;
  border-color: #007DB8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1E6A92;
  border-color: #1E6A92;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0rem rgba(38, 160, 218, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008fd3;
  border-color: #008fd3;
}

.btn-secondary {
  color: #000;
  background-color: #FDB913;
  border-color: #FDB913; 
}

.btn-secondary:hover {
  color: #000;
  background-color: #FFC74A;
  border-color: #FFC74A;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(209, 151, 6, 0.5);
}



.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
 
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}


.nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}


.nav-tabs {
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border-bottom: 7px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin:0 30px;
  padding:0.5rem 0; color:#727272;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: transparent;
  border-color: transparent transparent #F0AB00;
}

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #666666;
  background-clip: border-box;
  border: 0 !important solid rgba(0, 0, 0, 0.125);
  border-radius: 0 !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
}


.carousel {
  position: relative;
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

  .carousel-item {
    transition: none;
  }
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
 
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}


.carousel-control-prev {
  left: 0;
}


.carousel-control-next {
  right: 0;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}


.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}


.d-none {
  display: none !important;
}


.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}


.d-flex {
  display: flex !important;
}
.flex-column {
    flex-direction: column !important;
}
@media (min-width: 768px) {


  .d-md-block {
    display: block !important;
  }

}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.position-relative {
  position: relative !important;
}


.position-absolute {
  position: absolute !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; display:block !important;     height: 76px !important;
}

 

.m-0 {
  margin: 0 !important;
}



.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}


.m-1 {
  margin: 0.25rem !important;
}



.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}


.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}


.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}


.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5vw !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}


.pb-3,
.py-3 {
  padding-bottom: 1vw !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}


.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}


.pt-5,
.py-5 {
  padding-top: 4vw !important;
}

.pr-5,
.px-5 {
  padding-right: 4vw !important;
}


.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}


.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@font-face {
  font-family: 'SAPBold';
  src: url("../fonts/BentonSansBold.woff") format("woff"), url("../fonts/BentonSansBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SAPMedium';
  src: url("../fonts/BentonSansMedium.woff") format("woff"), url("../fonts/BentonSansMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SAPRegular';
  src: url("../fonts/BentonSansRegular.woff2") format("woff2"), url("../fonts/BentonSansRegular.woff") format("woff"), url("../fonts/BentonSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SAPBook';
  src: url("../fonts/BentonSansBook.woff") format("woff"), url("../fonts/BentonSansBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SAPLight';
  src: url("../fonts/BentonSansLight.woff") format("woff"), url("../fonts/BentonSansLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


html {
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-weight: normal;
  height: 100%;
      overflow-x: hidden;
}

body {
  min-width: 320px;
  background-color: white;
  margin: 0;
  font-size: 27px;
  line-height: 1.4;
  font-weight: normal;
  color: #000000;
  height: 100%;
}

a:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

.block {
    padding: 70px 0;
}

.fullwidthimg {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;    overflow: hidden;
}


.txt_orange {
  color: var(--orange);
}


.txt_blue {
  color: var(--blue);
}

.txt_gray1{color:#666666;}
.txt_medium{font-family: 'SAPMedium';}
.txt_bold{font-family: 'SAPBold';} 
.txt_light{font-family: 'SAPLight';}



.bg_000, .bg_black {
  background-color: var(--color_000);
  color: var(--color_FFF);
}



.bg_444, .bg_dark_gray{
  background-color: var(--color_444);
  color: var(--color_FFF);
}


.bg_eee {
  background-color: #F1F1F1 !important;
  color: var(--black);
}
.bg_eee p, .bg_fff p{color:#707070;}

.bg_eee .card {
  background-color: #F5F5F5;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}


.bg_white,
.bg_fff {
  background-color: var(--white);
  color: var(--black);
}

.bg_white .card,
.bg_fff .card {
  background-color: #F5F5F5;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
}

.bg_white .nav-tabs,
.bg_fff .nav-tabs {
  border-bottom: 1px solid #727272;
}

.bg_white .nav-tabs .nav-item.active, .bg_white .nav-tabs .nav-item:hover,
.bg_fff .nav-tabs .nav-item.active,
.bg_fff .nav-tabs .nav-item:hover {
  color: var(--black);
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
 
  position: relative;
  z-index: 1;
}
 

@media (max-width: 767.98px) {

  .card-columns {
    column-count: 1;
  }
 
body { font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {

  .card-columns {
    column-count: 4;
  }
}

.card-columns .card {
  border-radius: 0;
}

.nav-tabs {
  border-bottom: 0px solid #fff;
}

.tab-content {
  padding: 50px 0;
}



.font-size--header-level-1-1 {
    font-size: 68px;
    line-height: 80px;
  }
.font-size--header-level-2-2 {
    font-size: 38px;
    line-height: 48px;
}
  .font-size--header-level-3-3 {
    font-size: 34px;
    line-height: 44px;
  }
  
  /* .font-size--header-level-1{font-size: 56px !important;line-height: 60px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;} */
  .font-size--header-level-2{font-size: 50px !important;line-height: 54px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-3{font-size: 36px !important;line-height: 46px !important; }
  /* .font-size--subheader{font-size: 28px !important;line-height: 32px !important;} */
  body{font-size: 1.3vw !important;line-height: 1.5 !important;}
  sup{font-size: 12px !important;}
  
  .font-size--medium-banner-text{font-size: 1.7vw !important;    line-height: 2.2vw;}
  .txt_medium{font-family: "SAPMedium", Arial, Helvetica, sans-serif;}
  .txt_bold{font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .txt_book{font-family: "SAPBook", Arial, Helvetica, sans-serif;}
  .txt_regular{font-family: "SAPRegular", Arial, Helvetica, sans-serif;}
  .txt_light{font-family: "SAPLight", Arial, Helvetica, sans-serif;}
  
  
  .font-size--body-copy-large{font-size: 1.4vw !important;}
  .font-size--body-copy-medium{font-size: 1.4vw!important;}
  .font-size--header-level-4{font-size: 1.9vw !important; font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-1 {font-size: 3.7vw !important; line-height: 4vw !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-5{font-size: 2.2vw !important;line-height: 28px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--small-banner-text{font-size: 1.5vw !important;}
  
  .font-size--subheader-2{font-size: 1.8vw !important;line-height: 2vw !important;}
  .font-size--subheader-3{font-size: 1.9vw !important;line-height: 2.3vw !important;}
  .font-size--subheader{font-size: 1.6vw !important;line-height: 2vw !important;}
  .font-size--body-copy-small{font-size: 0.9vw !important;}
  .font-size--body-copy-small-2{font-size: 1.17vw !important;}
  .block{padding:4vw 0;}

  
  /* ---------------------------------------------------------------Mobile-------------------------------------------------- */
  
  @media (max-width:567.98px)
  {
  
  .font-size--header-level-1{font-size: 30px !important;line-height: 40px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-2{font-size: 30px !important;line-height: 40px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-3{font-size: 30px !important;line-height: 40px !important; }
  .font-size--header-level-4{font-size: 30px !important;line-height: 40px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--header-level-5{font-size: 24px !important;line-height: 28px !important;font-family: "SAPBold", Arial, Helvetica, sans-serif;}
  .font-size--subheader{font-size: 24px !important;line-height: 28px !important;}
  .font-size--small-banner-text{font-size: 20px !important;line-height: 28px !important;}
  .font-size--medium-banner-text{font-size: 20px !important;line-height: 28px !important;}
  .font-size--body-copy-large{font-size: 20px !important;line-height: 28px !important;}
  .font-size--body-copy-medium{font-size: 20px !important;line-height: 28px !important;}
  .font-size--body-copy-small{font-size: 15px !important;line-height: 22px !important;}
  
  }
  
  
  
  /* ---------------------------------------------------------------container-------------------------------------------------- */
  
  
  
  
  @media (min-width: 576px) {.container {max-width: 90% !important;}}
  @media (min-width: 768px) {.container {max-width: 90% !important;}}
  @media (min-width: 992px) {.container {max-width: 90% !important;}}
  @media (min-width: 1200px) {.container {max-width: 74% !important;} 
  .resultsec .container {
    max-width: 84% !important;
}}