/*added 2/25*/
/* for iPad Pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
  .subItemsCard {
    min-height: 251px !important;
  }
}

* {
  outline: none !important;
}

body {
  font-family: 'oracle_sansregular';
}

#openTourButton {
  background: none;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
}

#openTourButton:hover {
  background-color: #759C6C !important;
}

.primaryCards {
  margin-bottom: 50px;
}

.demo-oracle-icon {
  max-width: 214px;
  height: auto;
  width: 100%;
  min-width: 200px;
}

.homeBanner {
  background-image: url(../images/Home-banner-bg.png);
  height: 260px;
  padding-top: 25px;
  z-index: 0
}

.otherBanner {
  background-image: url(../images/Home-banner-bg.png);
  height: 85px;
  padding-top: 25px;
}

.loginBanner {
  background-image: url(../images/Home-banner-bg.png);
  min-height: 70px;
  padding-top: 25px;
}

.oj-web-applayout-header-title {
  font-size: 28px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #fff;
  padding-left: 15px;
}

.oj-web-applayout-header-title a {
  color: #fff;
  text-decoration: none;
}

#userMenu .oj-button-label {
  color: #fff;
}

.cardContainer {
  padding: 10px;
}

.arrow {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.card {
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex: 1;
  align-items: flex-end;
  background-position: center right;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
}

.cardTitle {
  display: flex;
  flex: 1;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'oracle_sansbold';
  font-size: 18px;
  align-items: center;
}

.box1 .card {
  background-image: url(../images/Box1_bg.png);
}

.box1 .cardTitle {
  background: rgba(174, 94, 41, 0.83);
  color: #fff;
}

.box2 .card {
  background-image: url(../images/box2_bg.png);
}

.box2 .cardTitle {
  background: rgba(149, 174, 175, 0.83);
  color: #4E3629;
}

.box3 .card {
  background-image: url(../images/box3_bg.png);
}

.box3 .cardTitle {
  background: rgba(50, 86, 104, 0.83);
  color: #fff;
}

.box4 .card {
  background-image: url(../images/box4_bg.png);
}

.box4 .cardTitle {
  background: rgba(197, 190, 118, 0.83);
  color: #4E3629;
}

.box5 .card {
  background-image: url(../images/box5_bg.png);
}

.box5 .cardTitle {
  background: rgba(36, 101, 62, 0.83);
  color: #fff;
}

.homeContainer {
  margin-top: -180px;
  position: relative;
  padding: 0px 50px;
}

.otherContainer {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 10px 17px;
}

.subItems {
  position: relative;
}

.save {

  align-items: center;
}

.checkBoxContainer {
  position: absolute;
  right: 0px;
  z-index: 1000;
  top: 7px;
}

.subItemsContainer {
  position: relative
}

.checkBoxContainer .oj-radiocheckbox-icon {
  background-image: url(../images/check-box-img-sprite.png);
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-position: 0px;
  background-size: 183px 28px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}

.checkBoxContainer .oj-active .oj-radiocheckbox-icon {
  background-image: url(../images/check-box-img-sprite.png);
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-position: 0px;
  background-size: 183px 28px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}

.checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-image: url(../images/check-box-img-sprite.png);
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-size: 183px 28px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}

.box1 .checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-position: -31px;
}

.box2 .checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-position: -62px;
}

.box3 .checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-position: -93px;
}

.box4 .checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-position: -124px;
}

.box5 .checkBoxContainer .oj-checkboxset .oj-selected .oj-radiocheckbox-icon {
  background-position: -155px;
}

.subItemsCard {
  min-height: 206px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  position: relative;
}

.subItemsCard.selected:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: #C74634 2px dashed;
  border-radius: 10px;
}

.subItemsCard:hover:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: #434241 2px dashed;
  border-radius: 10px;
}

.box1 .subItemsCard {
  background: rgba(174, 94, 41, 1);
  color: #fff;
}

.box1 .subItemsCard:hover {
  background: rgba(174, 94, 41, 0.75);
  cursor: pointer;
}

.box2 .subItemsCard {
  background: rgba(149, 174, 175, 1);
  color: #4E3629;
}

.box2 .subItemsCard:hover {
  background: rgba(149, 174, 175, 0.75);
  cursor: pointer;
}

.box3 .subItemsCard {
  background: rgba(50, 86, 104, 1);
  color: #fff;
}

.box3 .subItemsCard:hover {
  background: rgba(50, 86, 104, 0.75);
  cursor: pointer;
}

.box4 .subItemsCard {
  background: rgba(197, 190, 118, 1);
  color: #4E3629;
}

.box4 .subItemsCard:hover {
  background: rgba(197, 190, 118, 0.75);
  cursor: pointer;
}

.box5 .subItemsCard {
  background: rgba(36, 101, 62, 1);
  color: #fff;
}

.box5 .subItemsCard:hover {
  background: rgba(36, 101, 62, 0.75);
  cursor: pointer;
}

.subItemsDesc {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  font-family: 'oracle_sanssemi_bold';
  line-height: 21px;
}

.subItemsTitle {
  font-size: 18px;
  font-family: 'oracle_sansbold';
}

.breadCrumbs {
  color: #fff;
  text-transform: capitalize;
}

.breadCrumbs a {
  color: #fff;
  cursor: pointer;
}

.breadCrumbs {
  color: #fff;
  padding: 0px 8px;
}

.innerBanners {
  height: 350px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.think .innerBanners {
  background: url(../images/Inner-banner-think-box1.png);
}

.prepare .innerBanners {
  background: url(../images/Inner-banner-prepare-box1.png);
}

.create .innerBanners {
  background: url(../images/Inner-banner-create-box1.png);
}

.learn .innerBanners {
  background: url(../images/Inner-banner-learn-box1.png);
}

.iterate .innerBanners {
  background: url(../images/Inner-banner-iterate-box1.png);
}

.bannerContent {
  display: flex;
  align-items: center;
}

.contentContainer {
  padding: 0px 50px;
}

.think .pageTitle {
  color: #4E3528;
}

.prepare .pageTitle {
  color: #fff;
}

.create .pageTitle {
  color: #fff;
}

.learn .pageTitle {
  color: #4E3528;
}

.iterate .pageTitle {
  color: #fff;
}

.pageTitle {
  font-family: 'oracle_sansbold';
  font-size: 40px;
  margin-bottom: 30px;
}

.pageTitle::after {
  content: '';
  display: block;
  width: 35px;
  border-top: 5px solid #c74634;
  margin-top: 10px;
}

.think .pageDesc {
  color: #4E3528;
}

.prepare .pageDesc {
  color: #fff;
}

.create .pageDesc {
  color: #fff;
}

.learn .pageDesc {
  color: #4E3528;
}

.iterate .pageDesc {
  color: #fff;
}

.pageDesc {
  font-size: 22px;
  /*   max-width: 80%; */
  line-height: 30px;
}

.mainContainer {
  margin-top: 50px;
}

.think .sectionTitle {
  border-bottom: 2px solid #4E3528;
}

.prepare .sectionTitle {
  border-bottom: 2px solid #9DBEC4;
}

.create .sectionTitle {
  border-bottom: 2px solid #2C5967;
}

.learn .sectionTitle {
  border-bottom: 2px solid #4E3629;
}

.iterate .sectionTitle {
  border-bottom: 2px solid #006E43;
}

.sectionTitle {
  color: #000;
  font-family: 'oracle_sanslight';
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  /* text-transform: capitalize; */
  text-align: left;
  font-weight: normal;
}

.sectionDesc {
  color: #000;
  font-family: 'oracle_sanslight';
  font-size: 16px;
  line-height: 25px;
}

.sectionDesc ul {
  padding-left: 21px;
}

.sectionDesc ul li {
  list-style: none;
  margin-bottom: 15px;
}

.sectionDesc ul li:before {
  content: "- ";
  position: absolute;
  margin-left: -20px;
}

.sectionDesc p {
  margin-top: 12px;
}

.sections {
  margin-bottom: 50px;
}

.sectionsInner {
  padding-right: 50px
}

.think .outcomeBanner {
  background: #7a675e;
  color: #fff;
}

.prepare .outcomeBanner {
  background: #b5ced3;
}

.create .outcomeBanner {
  background: #61828d;
  color: #fff;
}

.learn .outcomeBanner {
  background: #ebe4ce;
}

.iterate .outcomeBanner {
  background: #409272;
  color: #fff;
}

.outcomeBanner {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: 'oracle_sanslight';
}

.outcomeBanner .outcomeHeading {
  font-family: 'oracle_sanslight';
  font-size: 24px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: normal;
}

.outcomeBanner ul {
  padding-left: 21px;
}

.outcomeBanner ul li {
  list-style: none;
  margin-bottom: 15px;
}

.outcomeBanner ul li:before {
  content: "- ";
  position: absolute;
  margin-left: -20px;
}

.imgContainer {
  display: flex;
  justify-content: center;
}

.imgContainer img {
  max-width: 100%;
  max-height: 245px;
}

.think .outcomeBanner .outcomeHeading::after {
  border-top: 2px solid #fff;
}

.prepare .outcomeBanner .outcomeHeading::after {
  border-top: 2px solid #675c53;
}

.create .outcomeBanner .outcomeHeading::after {
  border-top: 2px solid #fff;
}

.learn .outcomeBanner .outcomeHeading::after {
  border-top: 2px solid #675c53;
}

.iterate .outcomeBanner .outcomeHeading::after {
  border-top: 2px solid #fff;
}

.outcomeBanner .outcomeHeading::after {
  content: '';
  display: block;
  max-width: 375px;
  margin-top: 10px;
}

.clientQuote {
  background: url(../images/client-quote-bg.png);
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.clientQuoteHeading {
  font-family: 'oracle_sanslight';
  font-size: 21px;
  margin-bottom: 30px;
}

.clientQuote .clientQuoteHeading::after {
  content: '';
  display: block;
  width: 265px;
  border-top: 2px solid #fff;
  margin-top: 10px;
}

.clientQuoteText {
  font-family: 'oracle_sanslight_italic';
  font-size: 16px;
  line-height: 30px;
}

.contactUs {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(237, 237, 237, 1);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

.contactUsHeading {
  font-family: 'oracle_sanslight';
  font-size: 24px;
  margin-bottom: 35px;
  color: #C74634;
}

.contactUs .contactUsHeading::after {
  content: '';
  display: block;
  max-width: 370px;
  border-top: 2px solid #796961;
  margin-top: 10px;
}

.clientQuoteText {
  font-family: 'oracle_sanslight_italic';
  font-size: 16px;
  line-height: 30px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.contactUsSubHeading {
  font-family: 'oracle_sanslight';
  font-size: 21px;
  color: #C74634;
  margin-bottom: 20px;
}

.contactUsSubtext {
  font-family: 'oracle_sansregular';
  font-size: 16px;
  color: #4e372a;
  margin-bottom: 35px;
  line-height: 24px;
}

.contactUsLargeText {
  font-family: 'oracle_sanslight';
  font-size: 26px;
  color: #C74634;
  margin-bottom: 35px;
}

.contactUsimg {
  display: flex;
  justify-content: center;
}

.contactUsimg img {
  max-width: 300px;
}

.contactUsButton a {
  background: #c74634;
  padding: 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  max-width: 350px;
  width: 100%;
  text-align: center;
}

.contactUsButton a:hover {
  background: #B53A28;
}

.closeButton .oj-button {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 26px;
}

.closeButton .oj-button-button {
  background: transparent !important;
  border: none;
  padding: 0px;
  height: 25px;
}

.closeButton span {
  margin: 0px;
  font-size: 21px;
  height: auto;
}

.red {
  color: #C74634
}

.marginBottom20 {
  margin-bottom: 20px;
}

.showSpinner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.header.customize {
  margin-right: 10px;
}

.customize {
  height: auto;
  font-family: 'oracle_sansregular';
  cursor: pointer !important;
}

.customize button {
  background-color: #759C6C !important;
  border: 1px solid #fff !important;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer !important;
}

.customize button:hover {
  background-color: #5B8352 !important;
}

.customize button .oj-button-text {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.saveButton {
  height: auto;
  font-family: 'oracle_sansregular';
  cursor: pointer !important;
}

.saveButton button {
  background-color: #759C6C !important;
  border: 1px solid #fff !important;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer !important;
}

.saveButton button:hover {
  background-color: #5B8352 !important;
}

.saveButton button .oj-button-text {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.addButton {
  height: auto;
  font-family: 'oracle_sansregular';
  cursor: pointer !important;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.addButton button {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  cursor: pointer !important;
  overflow: visible;
}

.addButton button:hover {}

.addButton button img {
  margin: 0px !important;
  max-width: 26px;
  max-height: 26px;
}

.cancelButton {
  height: auto;
  font-family: 'oracle_sansregular';
  cursor: pointer !important;
  margin-right: 10px;
}

.cancelButton button {
  background-color: #879884 !important;
  border: 1px solid #fff !important;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer !important;
}

.cancelButton button:hover {
  background-color: #687766 !important;
}

.cancelButton button .oj-button-text {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.enterClientpopup {
  padding: 20px;
  max-width: 300px;
}

.enterClientpopup .oj-popup-content {
  text-align: center;
}

.enterClientpopup .heading {
  color: #868686;
  font-size: 21px;
}

.enterClientpopup .oj-select {
  max-width: 100%
}

.enterClientpopup .submitButton {
  margin-top: 20px;
}

.customerFullName {
  color: #fff;
  text-align: right;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}

.oj-web-applayout-footer {
  background-image: url(../images/Home-banner-bg.png);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footercol2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.footercol2 a {
  color: #fff;
  text-decoration: underline;
}

.footercol2 a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.8;
}

.footercol3 {
  text-align: right;
}

.footercol1 img,
.footercol3 img {
  max-width: 148px;
}

.combo .oj-combobox {
  max-width: 100%;
}

.newcText {
  padding-right: 5px;
  margin-bottom: 15px;
}

.oj-toolbar button {
  background: transparent !important;
  border: none !important;
}

.oj-toolbar .oj-hover button {
  background: #759C6C !important;
  border: none !important;
}

.logout button {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

.video {
  width: 100%;
  height: 225px;
}

.showDataSaved,
.newCustomer {
  width: 80%;
  margin: 0 auto;
  padding: 20px
}

.row1 {
  margin-bottom: 20px;
}

.enterClientpopup .closeButton .oj-button.oj-hover .oj-button-icon {
  color: #759C6C;
}

.demo-filmstrip-item {
  box-sizing: border-box;
  width: 100%;
  height: 280px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  border: #333;
  background: transparent;
}

.oj-filmstrip-arrow.oj-default {
  border-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.oj-filmstrip-arrow.oj-start {
  margin-left: 10px;
}

.oj-filmstrip-arrow.oj-end {
  margin-end: 10px;
}

.oj-filmstrip-arrow.oj-default .oj-filmstrip-arrow-icon {
  color: #fff;
  font-size: 24px;
}

.oj-filmstrip-arrow.oj-hover,
.oj-filmstrip-arrow.oj-active {
  background: transparent !important
}

.leftC {
  background-image: url(../images/login-bg.jpg);
  width: 66%;
  height: 100%;
  position: fixed;
  top: 0px;
  padding: 0px;
  background-size: cover;
  left: 0px;
}

.loginContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  text-align: center;
  position: relative;
}

.loginContainer .oj-text-field .oj-text-field-container {
  border-radius: 5px;
}

.loginContainer .oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
  min-width: 100%
}

.loginContainer .oj-button {
  width: 100%;
  background: #759c6c;
  color: #fff;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  cursor: pointer;
}

.loginContainer .oj-button.oj-hover button {
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}

.loginContainer .oj-button.oj-hover {
  opacity: 0.8
}

.loginContainer .oj-button-text {
  color: #fff;
}

.loginContainer h1 {
  font-family: 'oracle_sansbold';
  color: #312D2A;
  margin-bottom: 20px;
  font-size: 34px;
}

.formgroup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginContainer .oj-formlayout-no-label-flex-item {
  padding: 0px 5px;
}

.loginContainer .oj-text-field .oj-text-field-container {
  height: 2.6rem;
}

#toolbar2 .oj-button-label {
  padding-left: 10px;
  color: #fff;
}

.toolbarSection {
  display: flex;
  justify-content: flex-end;
  padding: 0px 60px;
  box-sizing: border-box;
}

.newCustomer {
  line-height: 21px;
}

.mainContainer .oj-flex-item {
  padding: 0px !important
}

.contactUs .oj-flex-item {
  padding: 0px !important
}

.infoModal {
  max-width: 300px;
  min-width: 300px;
  border-radius: 5px;
}

.infoModalMain {
  max-width: 500px;
  border-radius: 5px;
}

.infoModal .oj-popup-content {
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.infoModal .contentModal {
  padding: 15px;
  line-height: 21px;
}

.infoModal .headerModal {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
  align-items: center;
  font-family: 'oracle_sansbold';
  justify-content: center;
  line-height: 17px;
}

.infoModal .footerModal {
  padding: 15px;
  border-top: 1px solid #cdcdcd
}

.endTour {
  text-align: right;
}

.footerModal .oj-button button {

  border: none !important;
}

.footerModal .oj-button button span {
  padding-top: 3px;
}

.footerModal .oj-button.oj-hover button {
  color: #000 !important
}

.footerModal .oj-button.oj-active button {
  background: #759C6C !important;
  border: none !important;
  color: #fff !important
}

.botBox {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 200px;
}

.infoModalBot {
  position: fixed;
  right: 25px !important;
  bottom: 170px !important;
  width: 200px;
  height: auto;
  top: unset !important;
  left: unset !important;
}

.infoModalBot .oj-popup-tail.oj-popup-tail-simple.oj-center.oj-bottom,
.infoModalBot .oj-popup-tail.oj-popup-tail-simple.oj-center.oj-top {
  left: 90% !important;
  bottom: -14px !important;
  top: unset !important;
  right: unset !important;
}

.infoModalBot .oj-popup-tail.oj-popup-tail-simple.oj-center.oj-top:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNHB4JyBoZWlnaHQ9JzE0cHgnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDcsMTQgMTQsMCcgc3R5bGU9J2ZpbGw6I2ZjZmNmZDtzdHJva2U6I2ZjZmNmZDtzdHJva2Utd2lkdGg6MTtmaWxsLXJ1bGU6ZXZlbm9kZDsnLz48ZyBzdHlsZT0nc3Ryb2tlOiNjYmNjY2Q7c3Ryb2tlLXdpZHRoOjE7Jz48bGluZSB4MT0nMCcgeTE9JzAnIHgyPSc3JyB5Mj0nMTQnLz48bGluZSB4MT0nMTQnIHkxPScwJyB4Mj0nNycgeTI9JzE0Jy8+PC9nPjwvc3ZnPg==);
}

.oda-chat-widget,
.oda-chat-button {
  background: transparent !important;
  box-shadow: none !important
}

.oda-chat-wrapper {
  z-index: 1 !important;
}

.oda-chat-header {
  border-radius: 10px 10px 0px 0px;
}


.oda-chat-right .oda-chat-message-bubble {
  background: #759c6c !important;

}

.oda-chat-message-actions .oda-chat-action-postback,
.oda-chat-card .oda-chat-card-actions a {
  background: #759c6c !important;
  color: #fff !important;
}

.oda-chat-card .oda-chat-card-actions a {

  margin: 0 auto;
}

.oda-chat-message-actions a.oda-chat-action-postback.oda-chat-disabled {
  color: #8dbd82 !important
}

.oda-chat-button {
  height: 110px !important;
  width: 111px !important;
}

.oda-chat-left .oda-chat-message-global-actions {
  margin-right: 0px !important;
  width: 100% !important;
  text-align: center;
  flex-direction: row !important;
}

.oda-chat-message-global-actions a {
  background: #759c6c !important;
  color: #fff !important;
  border: none !important;
  width: 100% !important;
}

.oda-chat-round:hover {
  background: #759c6c !important;
  color: #ffffff;
}

.oda-chat-message-wrapper,
.oda-chat-card-message-content {
  width: 100%;
}

.videoIframe {
  width: 100%;
  height: 223px;
  border: none;
}

/*safari only
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .homeContainer {
    margin-top: -174px;
  }
}
*/

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .subItemsCard {
    min-height: 250px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .oj-web-applayout-header-title {
    font-size: 24px;
  }
}


@media screen and (max-width: 1023px) {
  .primaryCards {
    flex-direction: column;
  }

  .card {
    max-width: 250px;
    margin: 0 auto;
  }

  .subItemsCard {
    margin-left: auto;
    margin-right: auto;
  }

  .subHeader {
    align-items: flex-start;
  }

  .userProfile {
    margin-top: 25px;
    padding-bottom: 5px;
  }

  .oj-web-applayout-header>div:first-child::before {
    display: none;
  }

  .oj-web-applayout-header-title {
    margin-top: 15px;
    padding-left: 0px;
    font-size: 21px;
  }

  .demo-oracle-icon {
    max-width: 140px;
  }

  .leftC {
    width: 100%;
  }

  .loginContainer {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background: #fff;
    padding-top: 0px;
  }

  .homeContainer {
    margin-top: 20px;
  }

  .homeBanner {
    height: auto;
    /*   padding-bottom: 25px;*/
  }

  .subHeader {
    flex-direction: column;
  }

  .otherBanner {
    height: auto;
  }

  .contactUsButton {
    justify-content: center;
  }

  .sectionsInner {
    padding-right: 0px
  }

  .toolbarSection {
    padding: 0px
  }

  .otherContainer {
    position: absolute;
    width: auto;
  }
}

@media screen and (max-width: 815px) {
  .subHeader2 {
    flex-direction: column
  }

  .oj-web-applayout-header-title {
    font-size: 19px;
  }

  .footerSection {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .footercol3 {
    text-align: center;
  }

  .contentContainer {
    padding: 0px 40px;
  }
}