:root {
  --color-base-yellow: #ffc906;
  --color-black-500: #333333;
  --color-brand-blue: #0a79b8;
  --color-brand-yellow: #ffce26;
  --color-brand-green: #089b50;
  --color-brand-red: #cb2034;
}

#scroll,
.suc-msg,
.success-msg,
.us-trainingad-strip,
.ca-trainingad-strip,
.breadcrumb,
.heading-menu {
  display: none;
}

.parallax-bg {
  background: #e8e8e8;
}

#downloadReset {
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  font-family: inherit;
}

#meGDPRMessage {
  width: 100%;
  text-align: left;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px;
}
#meGDPRMessage label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}
.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
          transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.dwn-priv {
  margin: 0 0 16px;
  font-weight: 400;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}

#thanks {
  font-size: 20px;
  display: none;
  line-height: 32px;
}

#dwn-form-alert {
  margin-top: 0px;
  margin-left: 20px;
}

.linkedin_storyline_card iframe {
  height: 500px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 20px;
}

.flex-row .col {
  width: 27%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 #c1c1c1;
  box-shadow: 0 0 2px 0 #c1c1c1;
}

.flex-row .col:hover {
  -webkit-box-shadow: 0 0 20px 0 #dadada;
  box-shadow: 0 0 20px 0 #dadada;
}

.div-sec {
  padding: 50px 0;
}

.ebook-card {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ebook-card img {
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ctCol {
  padding: 5px 2px;
  opacity: 0.8;
  color: #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.parallax-bg {
  position: relative;
}

.parallax-bg:before {
  content: "";
  background: url(images/laptop-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  z-index: 0;
}

.parallax-bg > .container {
  position: relative;
  z-index: 1;
}

.flex-row.resrch-row .col {
  padding: 25px 15px !important;
  background: #fff;
}

.flex-row.resrch-row .col > img {
  width: 100%;
  max-width: 150px;
  -webkit-box-shadow: 0 0 9px 0 #e2e2e2;
  box-shadow: 0 0 9px 0 #e2e2e2;
}

.box-shadow-hidden .box-hidden {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-shadow-hidden .box-hidden:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-con {
  text-align: left;
  margin-top: 15px;
}

a.readmore:link,
a.readmore:visited {
  color: #fff;
  text-align: center;
  bottom: -15px;
  right: 20px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: inline-block;
  width: 120px;
  background: #313131;
  padding: 5px 15px;
  border-radius: 20px;
}

a.readmore:hover {
  background: #000000;
}

.red-btn-ol:link,
.red-btn-ol:visited {
  display: inline-block;
  border: 1px solid #ff0505;
  padding: 5px 15px;
  color: #e9122b;
  text-decoration: none;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
}

.red-btn-ol:hover {
  background: #e9122b;
  color: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1315px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .flex-row .col {
    margin: 10px;
    padding: 10px;
  }
  .ebook-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .btn-con {
    text-align: center;
  }
  .ctCol {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .ctCol {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .flex-row .col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .ctCol {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .btn-con {
    text-align: center;
  }
  .box-shadow-hidden .box-hidden {
    display: none;
  }
}
.trainingad-strip {
  background: #f8955c;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .btmBar {
    display: none !important;
  }
}
.thankyou_main *,
.thankyou_main *::before,
.thankyou_main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thankyou_main h1 {
  margin-top: 0;
  margin-bottom: 12px;
}
.thankyou_main h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.35;
  font-size: 40px;
  letter-spacing: -0.75px;
}
.thankyou_main h3,
.thankyou_main h4 {
  line-height: 1.35;
}
.thankyou_main h4 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35;
  color: #333333;
}
.thankyou_main h5 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  color: #333333;
}
.thankyou_main p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
}
.thankyou_main strong {
  font-weight: 600;
}
.thankyou_main .mt-0 {
  margin-top: 0;
}
.thankyou_main .thankyou_section h4 {
  color: #139669;
}
.thankyou_main .thanksbg h2 {
  color: #139669;
}
.thankyou_main .frame {
  margin: auto;
  max-width: 580px;
}
.thankyou_main .frame .form-frame {
  margin-top: 14px;
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.thankyou_main .frame .form-frame .input,
.thankyou_main .frame .form-frame .tarea,
.thankyou_main .frame .form-frame select {
  width: 100%;
  border: 1px solid #d5d5dc;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 400;
  display: inline-block;
  outline: none;
  height: 46px;
  font-size: 15px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}
.thankyou_main .frame .form-frame select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.thankyou_main .frame .form-frame .sub {
  background: #ec3236;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
  font-family: inherit;
  border: 0;
}

.get-quote {
  background: #0954af;
  padding: 20px;
}

.get-quote p {
  margin: 0 !important;
  text-align: center;
  color: #fff;
}

.get-quote p > a {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 12px;
  font-weight: 500;
  background: var(--color-base-yellow);
  border-color: var(--color-base-yellow);
  color: var(--color-black-500);
}

.get-quote p > a:hover {
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}

.thankyou_main a {
  text-decoration: none;
}

.thankyou_main a:hover {
  text-decoration: none;
}

.thankyou_main .swiper-wrapper {
  margin-bottom: 40px;
}

.thankyou_main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  border: 1px solid #767676;
}

.thankyou_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #767676;
}

.thankyou_main .thankyouPage_btn {
  padding: 15px 25px;
  display: inline-block;
  font-weight: 500;
  border-radius: 32px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou_main .thankyouPage_btn.btn_white {
  color: #1168CE;
  border: 1px solid #6492F8;
}

.thankyou_main .thankyouPage_btn.btn_blue {
  color: #fff;
  border: 1px solid #287CDE;
  background-color: #287CDE;
}

.thankyou_main .thankyouPage_btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.thankyou_main .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thankyou_main .btn_flex .thankyouPage_btn:not(:last-child) {
  margin-right: 30px;
}

.thankyou_main .btn_flex .btn_icon img {
  width: 50px;
  height: 50px;
  border: 2px solid #0E4586;
  border-radius: 100%;
}

.thankyou_main .btn_flex .btn_icon:not(:last-child) {
  margin-right: 30px;
}

.thankyou_main img {
  width: 100%;
}

#banner-area img {
  max-width: 1200px;
}

.thankyou_main .thankyou_section {
  background-color: #F8F8F8;
  padding: 30px 0px;
  text-align: center;
}

.thankyou_main .thankyou_section .desc {
  margin-bottom: 0px;
  font-size: 18px;
}

.thankyou_main .events_section {
  padding: 20px 0px 50px;
  text-align: center;
}

.thankyou_main .events_section h4 {
  margin-top: 30px;
}

.thankyou_main .events_section .thankyouPage_btn {
  margin-top: 10px;
}

.thankyou_main .events_section .eventSwiper {
  max-width: 558px;
  width: 100%;
}

.thankyou_main .events_section .eventSwiper img {
  width: 100%;
}

.thankyou_main .events_section .linkedinSwiper {
  max-width: 320px;
  width: 100%;
}

.thankyou_main .events_section .linkedinSwiper img {
  width: 100%;
}

.thankyou_main .links_section {
  padding: 20px 0px 50px;
  background-color: #0754AF;
}

.thankyou_main .links_section h4 {
  color: #fff;
}

.thankyou_main .customerReview_section {
  padding: 20px 0px 50px;
}

.thankyou_main .customerReview_section .review_box {
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 8px;
}

.thankyou_main .customerReview_section .review_box .slide_box p:last-of-type {
  margin-bottom: 0px;
}

.thankyou_main .infotech_section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.thankyou_main .infotech_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FAFAFA;
  height: 100%;
  width: 100%;
}

.thankyou_main .infotech_section .infotech_content {
  padding: 50px 0px;
}

.thankyou_main .infotech_section img {
  max-width: 280px;
  height: 100%;
}

.thankyou_main .infotech_section .grid_col_5 {
  text-align: center;
}

.thankyou_main .grid_container {
  max-width: 1280px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.thankyou_main .grid_container .grid_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.thankyou_main .grid_container .grid_row > [class^=grid_col_] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.thankyou_main .grid_container .grid_row.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thankyou_main .grid_container .grid_row .grid_col_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.thankyou_main .grid_container .grid_row .grid_col_5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.thankyou_main .grid_container .grid_row .grid_col_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.thankyou_main .grid_container .grid_row .grid_col_7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.thankyou_main .grid_container .grid_row .grid_col_8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.thankyou_main .grid_container .grid_row .grid_col_12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align_items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify_content_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text_center {
  text-align: center;
}

.slide_review_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 30px;
}

.slide_review_org {
  margin-bottom: 8px;
  font-style: italic;
}

.slide_review_details {
  margin: 8px 0 16px 0;
}

.slide_review_details > .slide_review_rev_role {
  background: #faefef;
}

.slide_review_details > .slide_review_company_size {
  background: #eef3fd;
}

.slide_review_details > span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 4px 4px 4px 0;
}

.slide_review_logo {
  padding: 12px 0;
}

.slide_review_logo img {
  max-width: 200px;
}

.slide_review_description p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
}

.slide_box_main_title {
  font-weight: 400;
  font-size: 16px;
  border-bottom: 3px solid #e8e8e8;
  display: inline-block;
}

.case_studies_box > .product_name {
  background: #ececec;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.case_studies_box > .case_studies_title > a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 30px;
}

.case_studies_industry_name {
  color: #5a5a5a;
  font-style: italic;
}

.case_studies_description {
  margin-top: 8px;
}

.case_studies_description > p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
}

.case_studies_btn {
  display: inline-block;
  padding: 8px 16px;
  background: #525252;
  color: #fff;
  border-radius: 32px;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.upcoming_card img {
  max-width: 500px;
  border-radius: 12px;
}

.linkedin_storyline_card {
  max-height: 420px;
  overflow-y: auto;
  border-radius: 12px;
  background: #f3f0f0;
  padding: 20px;
  margin-bottom: 20px;
  scrollbar-width: none;
  border: 1px solid #dddddd;
}

.linkedin_storyline_card::-webkit-scrollbar {
  display: none;
}

.linkedin_storyline_card > iframe {
  width: 100% !important;
}

.case_studies_btn:hover {
  background: var(--color-base-yellow);
  border-color: var(--color-base-yellow);
  color: var(--color-black-500);
}

.case_studies_poster {
  position: relative;
  height: 150px;
  margin-bottom: 20px;
}

.case_studies_poster > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) {
  .thankyou_main .customerReview_section .review_box {
    min-height: 500px;
  }
  .review_box .swiper-container {
    min-height: 518px;
  }
}
@media (max-width: 1200px) {
  .thankyou_main .grid_container {
    max-width: 98%;
  }
  .thankyou_main .grid_container .grid_row .grid_col_sm_12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .thankyou_main .grid_container {
    max-width: 98%;
  }
  .thankyou_main .grid_container .grid_row > [class^=grid_col_] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .thankyou_main .infotech_section::before {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .thankyou_main .btn_flex .thankyouPage_btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .thankyou_main .btn_flex .thankyouPage_btn:not(:last-child) {
    margin-bottom: 30px;
  }
  .thankyou_main h3 {
    font-size: 30px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}