.sales_banner {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .sales_banner {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sales_banner .container-fluid {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sales_banner .owl-dots {
    display: block !important;
  }
}

.sales_carousel {
  -ms-touch-action: none;
  touch-action: none;
}

.sales_carousel .owl-dots {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .sales_carousel .owl-dots {
    display: none;
  }
}

.sales_carousel .owl-dots .owl-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px;
}

.sales_carousel .owl-dots .owl-dot span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: #df1629 1px solid;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.sales_carousel .owl-dots .owl-dot.active span {
  background: #df1629;
}

.sales_carousel .owl-nav {
  display: none !important;
}

.sales_carousel.dots_center .owl-dots {
  text-align: center;
}

.sales_carousel.dots_right .owl-dots {
  text-align: right;
}

.corporate_tabs .sales_carousel {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .corporate_tabs .container-fluid {
    width: 100%;
  }
}

.corporate_tabs.cus_sticky .corporate_nav_tabs li {
  height: 80px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: #f2f2f2 0 2px 2px 0;
  box-shadow: #f2f2f2 0 2px 2px 0;
}

.corporate_tabs.cus_sticky .corporate_tabs_each_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.corporate_tabs.cus_sticky .corporate_tabs_each--svg {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.corporate_tabs.cus_sticky .corporate_tabs_each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .corporate_tabs.cus_sticky .corporate_tabs_each {
    min-width: 180px;
  }
}

.corporate_tabs.cus_sticky .corporate_tabs_each p {
  opacity: 0;
}

.corporate_tabs.cus_sticky .corporate_tabs_each h4 {
  margin-bottom: 0px;
}

.corporate_tabs .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .corporate_tabs .nav-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 99;
  }
}

.corporate_tabs .nav-tabs li a {
  border: none !important;
  background: transparent;
}

.corporate_tabs .nav-tabs li a:hover {
  background: transparent;
}

.corporate_tabs .nav-tabs li a h4 {
  font-size: 25px;
  margin-top: 0px;
}

.corporate_tabs .nav-tabs li a p {
  font-size: 14px;
  line-height: 24px;
}

.corporate_tabs .nav-tabs li a h4,
.corporate_tabs .nav-tabs li a p {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.corporate_tabs .nav-tabs li.active a h4 {
  color: #df1629;
}

.corporate_tabs .nav-tabs li.active a p {
  color: black;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.corporate_tabs .nav-tabs li.active svg path {
  fill: #df1629;
}

.corporate_tabs_text {
  text-align: center;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.corporate_tabs_each {
  max-width: 320px;
  text-align: center;
  margin: 20px 0;
}

.corporate_tabs_each svg {
  margin: 0 auto;
}

.corporate_tabs_each svg path {
  fill: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.corporate_tabs_each--svg {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .corporate_tabs .panel-heading {
    display: none;
  }
  .corporate_tabs .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .corporate_tabs .panel-collapse {
    height: auto;
  }
  .corporate_tabs .panel-collapse.collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .corporate_tabs .corporate_tabs_content > .tab-pane {
    display: block;
  }
  .corporate_tabs .corporate_tabs_content .nav-tabs {
    display: none;
  }
  .corporate_tabs .corporate_tabs_content .panel-title a {
    display: block;
    text-decoration: none;
  }
  .corporate_tabs .corporate_tabs_content .panel {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .corporate_tabs .corporate_tabs_content .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .corporate_tabs .corporate_tabs_content .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}

.sales_block_title {
  font-size: 30px;
  text-align: center;
  font-family: ToyotaType-Bold;
  padding-bottom: 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sales_block_title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
  }
}

.sales_news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}

@media only screen and (max-width: 767px) {
  .sales_news_wrapper {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sales_news_wrapper .container-fluid {
    width: 100%;
  }
}

.sales_news_wrapper .sales_img_txt {
  max-width: 340px;
}

.sales_img_txt {
  max-width: 400px;
  margin: 0 auto;
}

.sales_img_txt--img img {
  max-width: 100%;
  width: auto !important;
}

.sales_img_txt_copy h4 {
  font-size: 16px;
  font-family: ToyotaType-Bold;
  padding-top: 4px;
}

.sales_img_txt_copy p {
  font-size: 14px;
  color: #747474;
}

.sales_model_block {
  max-width: 300px;
  margin: 0 auto;
}

.sales_model_block--img {
  height: 180px;
  width: 100%;
  background: #ffffff;
  border: #f2f2f2 2px solid;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .sales_model_block--img {
    height: 150px;
  }
}

.sales_model_block--img img {
  max-width: 100%;
  width: auto !important;
}

.sales_model_block_copy {
  text-align: center;
}

.sales_model_block_copy h4 {
  font-size: 16px;
  font-family: ToyotaType-Bold;
  padding-top: 4px;
  margin-bottom: 4px;
}

.sales_model_block_copy p {
  font-size: 14px;
}

.sales_models {
  background: #fafafa;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .sales_models .container-fluid {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sales_models .tab-content {
    padding-left: 20px;
  }
}

.sales_models .sales_carousel {
  max-width: 1000px;
  margin: 0 auto;
}

.sales_cus_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.sales_cus_tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
}

.sales_cus_tabs li a {
  color: black;
  font-size: 18px;
  padding: 12px 0;
}

@media only screen and (max-width: 767px) {
  .sales_cus_tabs li a {
    font-size: 15px;
  }
}

.sales_cus_tabs li a:hover,
.sales_cus_tabs li a:active,
.sales_cus_tabs li a:focus {
  background: transparent;
}

.tabs-animated .floor {
  display: inline-block;
  width: 0px;
  height: 2px;
  position: absolute;
  z-index: 9;
  background: #df1629;
  bottom: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sales_benefits {
  padding: 50px 30px;
  background: #ffffff;
  -webkit-box-shadow: #ccc 0 0 8px 0;
  box-shadow: #ccc 0 0 8px 0;
}

@media only screen and (max-width: 1200px) {
  .sales_benefits {
    margin-bottom: 30px;
    padding: 0;
    margin-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.sales_benefits .sales_carousel img {
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}

.sales_benefits .sales_block_title {
  padding-bottom: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sales_benefits .sales_block_title {
    text-align: center;
  }
}

.sales_benefits .owl-dots {
  position: absolute;
  top: 446px;
  width: 100%;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
  text-transform: capitalize;
}

::-ms-input-placeholder {
  color: #707070;
  text-transform: capitalize;
}

::placeholder {
  color: #707070;
  text-transform: capitalize;
}

.sales_connect {
  padding: 50px 30px;
  background: #ffffff;
  -webkit-box-shadow: #ccc 0 0 8px 0;
  box-shadow: #ccc 0 0 8px 0;
}

@media only screen and (max-width: 767px) {
  .sales_connect {
    padding: 0 35px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.sales_connect .sales_block_title {
  padding-bottom: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sales_connect .sales_block_title {
    text-align: center;
  }
}

.sales_connect_form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.sales_connect_form input::-webkit-outer-spin-button,
.sales_connect_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sales_connect_form input[type="number"] {
  -moz-appearance: textfield;
}

.sales_connect_form .form-group {
  margin-bottom: 25px;
}

.sales_connect_form .form-group input {
  height: 50px;
  font-size: 12px;
}

.sales_connect_form .form-group .form-control:focus {
  border-color: #df1629;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 22, 41, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 22, 41, 0.6);
}

.sales_connect_form .form-group select {
  height: 50px;
  padding-right: 20px;
}

.sales_connect_form--btn {
  height: 50px;
  width: 180px;
  background: #df1629;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  .sales_connect_form--btn {
    width: 100%;
  }
}

.sales_connect_form_success {
  position: absolute;
  bottom: 40px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .sales_connect_form_success {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }
}

.sales_connect_form_success.in {
  opacity: 1;
}

.sales_connect_form_success h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: ToyotaType-Bold;
  margin: 0;
}

.sales_connect_form_success p {
  font-size: 14px;
  line-height: 20px;
}

.sales_main_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 70px;
}

@media only screen and (max-width: 767px) {
  .sales_main_wrapper {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sales_main_wrapper .container-fluid {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sales_main_wrapper [class^="col-"],
  .sales_main_wrapper [class*=" col-"] {
    padding: 0px;
  }
}

.sales_testimonials_wrapper {
  padding-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper {
    padding-bottom: 50px;
  }
}

.sales_testimonials_wrapper .sales_block_title {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper .sales_block_title {
    text-align: center;
  }
}

.sales_testimonials_wrapper_carousel {
  margin-right: -10%;
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper_carousel {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper_carousel .owl-dots {
    display: block !important;
  }
}

.sales_testimonials_wrapper_carousel .owl-nav {
  width: 70px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: -75px;
  right: 10%;
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper_carousel .owl-nav {
    display: none !important;
  }
}

.sales_testimonials_wrapper_carousel .owl-nav .owl-prev {
  width: 26px;
  height: 26px;
  background: url("../../images/corporate-sales/arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sales_testimonials_wrapper_carousel .owl-nav .owl-next {
  width: 26px;
  height: 26px;
  background: url("../../images/corporate-sales/arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sales_testimonials_wrapper_carousel .owl-dots {
  display: none;
}

.sales_testimonials_wrapper_carousel_each {
  background: #ffffff;
  border: #e8e8e8 3px solid;
  padding: 40px;
  border-radius: 8px;
  background: url("../../images/corporate-sales/quotes.svg") bottom 40px right 40px no-repeat;
  background-size: 150px;
}

@media only screen and (max-width: 767px) {
  .sales_testimonials_wrapper_carousel_each {
    margin: 0 20px;
    padding: 20px;
    background: url("../../images/corporate-sales/quotes.svg") bottom 20px right 20px no-repeat;
    background-size: 100px;
  }
}

.sales_testimonials_wrapper_carousel_each--copy {
  font-size: 20px;
  line-height: 30px;
  min-height: 200px;
}

@media only screen and (max-width: 1200px) {
  .sales_testimonials_wrapper_carousel_each--copy {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.sales_testimonials_wrapper_carousel_each--info .name {
  font-size: 16px;
  display: block;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .sales_testimonials_wrapper_carousel_each--info .name {
    font-size: 15px;
  }
}

.sales_testimonials_wrapper_carousel_each--info .place {
  font-size: 14px;
  color: #747474;
  display: block;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .sales_testimonials_wrapper_carousel_each--info .place {
    font-size: 12px;
  }
}

.sales_md_wrapper {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper {
    padding: 40px 0;
  }
}

.sales_md_wrapper::before {
  content: "";
  position: absolute;
  background: #fafafa;
  width: 100%;
  height: 72%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper::before {
    height: 100%;
  }
}

.sales_md_wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper .row {
    display: block;
  }
}

.sales_md_wrapper_max {
  max-width: 920px;
  margin: 0 auto;
}

.sales_md_wrapper_img {
  width: 290px;
  width: 290px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_img img {
    width: 130px;
    margin: 0 auto;
  }
}

.sales_md_wrapper_img h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: ToyotaType-Bold;
  margin: 0;
  padding-top: 16px;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_img h4 {
    font-size: 14px;
  }
}

.sales_md_wrapper_img p {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_img p {
    font-size: 12px;
  }
}

.sales_md_wrapper_copy {
  width: calc(100% - 290px);
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_copy {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}

.sales_md_wrapper_copy h4 {
  font-size: 30px;
  font-family: ToyotaType-Bold;
}

@media only screen and (max-width: 1200px) {
  .sales_md_wrapper_copy h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_copy h4 {
    font-size: 18px;
  }
}

.sales_md_wrapper_copy p {
  padding-top: 80px;
  font-size: 25px;
  line-height: 38px;
}

@media only screen and (max-width: 1200px) {
  .sales_md_wrapper_copy p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .sales_md_wrapper_copy p {
    font-size: 18p;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sales_more_info_wrapper {
  font-size: 18px;
  padding: 65px 0;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .sales_more_info_wrapper {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sales_more_info_wrapper {
    font-size: 14px;
    padding: 40px 0;
  }
}

.sales_more_info_wrapper a {
  color: #df1629;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .sales_more_info_wrapper a {
    display: block;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate_nav_tabs {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .corporate_tabs_content > .tab-pane:last-child .panel-heading {
    border-bottom: #f7f7f7 7px solid;
  }
  .corporate_tabs_content > .tab-pane.active .corporate_tabs_each--copy h4 {
    color: #df1629 !important;
  }
  .corporate_tabs_content > .tab-pane.active .corporate_tabs_each--svg svg path {
    fill: #df1629;
  }
  .corporate_tabs_content > .tab-pane.active .corporate_tabs_each--arrow svg {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  .corporate_tabs_content > .tab-pane.active .corporate_tabs_each--arrow svg circle {
    stroke: #df1629 !important;
  }
  .corporate_tabs_content > .tab-pane.active .corporate_tabs_each--arrow svg rect {
    fill: #df1629 !important;
  }
  .corporate_tabs_content > .tab-pane .panel {
    border: none;
    -webkit-box-shadow: #f7f7f7 0px 0px 0px 2px;
    box-shadow: #f7f7f7 0px 0px 0px 2px;
  }
  .corporate_tabs_content > .tab-pane .panel-heading {
    background: transparent;
    border: none;
    border-top: #f7f7f7 7px solid;
    padding: 30px 12px;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--svg {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--copy h4 {
    color: #1a1919;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--arrow svg circle {
    stroke: #1a1919;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each .corporate_tabs_each--arrow svg rect {
    fill: #1a1919;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .corporate_tabs_content > .tab-pane .panel-heading .corporate_tabs_each h4 {
    margin: 0;
  }
}
/*# sourceMappingURL=sales.css.map */
