#accordion.company_acdn {
  margin-top: 0;
}

#accordion.company_acdn .panel .panel-heading .panel-title a {
  font-size: 1.35rem;
  color: #000;
  letter-spacing: 0;
  font-weight: 600;
}

#accordion.company_acdn .panel .panel-heading .panel-title {
  text-align: left;
}

#accordion.company_acdn .panel .panel-body .profile-opener {
  display: block;
  text-align: left;
  font-family: var(--fontFamily);
}

#accordion.company_acdn .panel-default > .panel-heading h4 a:before {
  font-size: 20px;
}

#accordion.company_acdn .panel-default > .panel-heading h4 a.collapsed:before {
  font-size: 17px;
}

.nike {
  background-color: #fff;
}

#accordion.company_acdn .panel-body {
  line-height: 1.8em;
}

#accordion.company_acdn
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: 0;
  padding: 15px 0;
}

h2.company-title {
  font-weight: 500;
  font-size: 2rem;
  margin: 50px 0;
}

.savesearch .form-group {
  margin-bottom: 20px;
}

.company_section {
  padding: 80px 0;
  /* padding-top: 30px; */
}
.telsa-page-view .company_section {
  /* padding-top: 130px; */
}



.company_section p {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.company_section p.small-font {
  font-weight: 600;
}
.company_section h2 {
  margin-bottom: 20px;
  /* font-weight: 500;
  font-size: 2rem; */
}

.request_form.company_form form h1 {
  margin-top: 60px;
  font-size: 30px;
  margin-bottom: 15px;
}

.request_form.company_form form hr {
  border-color: #e7e7e7;
  border-width: 1px;
  max-width: 100%;
  margin-top: 50px;
}

.request_form.company_form form input::placeholder,
.request_form.company_form form textarea::placeholder {
  color: #b8b8b8;
}

.request_form.company_form form input:-ms-placeholder,
.request_form.company_form form textarea:-ms-placeholder {
  color: #b8b8b8;
}

.request_form.company_form form input:-moz-placeholder,
.request_form.company_form form textarea:-moz-placeholder {
  color: #b8b8b8;
}

.request_form.company_form form input:-webkit-placeholder,
.request_form.company_form form textarea:-webkit-placeholder {
  color: #b8b8b8;
}

.request_form.company_form input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.request_form.company_form .radiosec label {
  color: #000000;
  font-family: var(--fontFamily);
}

.request_form.company_form .radiosec div.col-sm-6 div.col-sm-6 label {
  line-height: 2em;
}

.request_form.company_form textarea {
  border: 0;
  padding-left: 20px;
  padding-top: 15px;
  margin-bottom: 30px;
  color: #000000;
}

.custom_radio {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 2em;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
}

.custom_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_radio input:checked ~ .checkmark {
  background-color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio input:checked ~ .checkmark:after {
  display: block;
}

.custom_radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_checkbox input:checked ~ .checkmark {
  background-color: #000000;
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
  left: 9px;
  top: 3px;
  width: 10px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select {
  display: block;
  border: 0 solid #bbb;
  padding: 4px 3px 3px 15px;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  background: #fff;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
}

.request_form.company_form form select.custom-select::placeholder {
  color: #b8b8b8;
}

.request_form.company_form form select.custom-select::-moz-placeholder {
  color: #b8b8b8;
}


img.nike_list_img.gilead2 {
  width: 92px;
  right: -30px;
  left: auto;
  top: 11px;
}
img.nike_list_img.gilead {
  width: 85px;
  left: auto;
  right: 65px;
  top: 14px;
}
img.nike_list_img.pivot_img{
  width: 90px;
  top: calc(50% - 15px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select select {
    padding-right: 30px;
  }
}

.custom-select:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 50px;
  padding: 0 7px;
  background: #fff;
  color: #000000;
  pointer-events: none;
}

.no-pointer-events .custom-select:after {
  content: none;
}

label.custom-select {
  display: block;
}

.img-on-text.company_bannertxt h1 {
  font-size: 32px;
}

.img-on-text.company_bannertxt h1,
.img-on-text.company_bannertxt p {
  line-height: 1.2em;
}

.img-on-text.company_bannertxt p {
  font-size: 18px;
}

.company_p,
.company_p p {
  line-height: 1.5;
  font-family: var(--fontFamily);
  font-size: 1.25rem;
}

.company_p h2 {
  line-height: 1.5;
}

.dual_quote {
  border: 1px solid #000000;
  padding: 20px;
}

.dual_quote .box-slide-btn,
.box-slide-btn {
  color: #000000;
  text-transform: uppercase;
  border: 2px solid #000000;
  padding: 10px 30px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.08rem;
  font-weight: 500;
}

.dual_quote .box-slide-btn:hover,
.box-slide-btn:hover {
  background-color: #000000;
  color: #fff;
}

.dual_quote p {
  min-height: 85px;
}
.cm_Rates .dual_quote p {
  min-height: 50px;
}

.form-section {
  padding: 50px 0;
}

.form-section h2,
.form-section h2 span {
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: var(--fontFamily);
  font-size: 2.75rem;
  font-weight: 500;
}

.form-section h2 img {
  margin-right: 10px;
}

.dual_quote_lg {
  min-height: 320px;
}

.dual_quote_md {
  min-height: 250px;
}

.cm_Rates .dual_quote_md {
  min-height: initial;
}
.dual_quote h3 {
  margin-bottom: 20px;
  font-weight: 700;
}
.cm_Rates .dual_quote h3 {
  margin-top: 0px;
}

.dual_quote ul li span {
  font-size: 13px;
}

.offer_img_company img {
  width: 100%;
}

.dual_quote_list.dual_quote {
  padding: 20px 80px;
}

.dual_quote_list.dual_quote h3 {
  text-align: left;
  font-weight: 700;
}
.dual_quote ul,
.dual_quote ul li {
  font-family: var(--fontFamily);
  font-weight: 500;
}
.dual_quote_list li {
  text-align: left;
  list-style-type: disc;
  margin-left: 15px;
  font-family: var(--fontFamily);
  font-weight: 500;
}

.profile-opener .acrd_list_p,
.acrd_list {
  font-size: 1.08rem;
  font-family: var(--fontFamily);
  text-decoration: none;
  font-weight: 600;
}

.acrd_list li {
  list-style-type: disc;
  margin-left: 15px;
  font-family: var(--fontFamily);
  font-weight: 500;
}

.acrd_list {
  margin-bottom: 20px;
}

.company_btn {
  display: block;
  width: 200px;
  margin: auto;
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: var(--fontFamily);
  line-height: 1.5;
}


.company_btn:hover,
.company_btn:focus,
.company_btn:active {
  background: #000000;
  color: #fff;
  transition: all 0.5s;
}

.cc_image_text_main .img-on-text img.nike_img {
  width: 120px;
}
.cc_image_text_main .img-on-text img.serviceNow_img {
  width: 150px;
}
.nike_list_img {
  width: 60px;
  position: absolute;
  top: calc(50% - 10px);
  left: auto;
  right: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.stripe_view .nike_list_img{
  -webkit-filter: initial;
  filter: initial;
}
a img.nvidia_image{
   top: 10px;
   filter: initial;
   width: 120px;
   height: auto;
}
img.nvidia-home {
  max-width: 250px;
  position: static;
  height: auto;
}
.servicenow_list_img {
  width: 150px;
  position: absolute;
  top: calc(50% - 13px);
  right: 0px;
  left: auto;
}
.riot-games .servicenow_list_img {
  width: 75px;
  position: absolute;
  top: calc(50% - 13px);
  right: 0px;
  left: auto;
}

.nike-datepicker .react-datepicker-ignore-onclickoutside {
  background-color: #fff !important;
}

.nike-datepicker .react-datepicker-wrapper {
  display: block !important;
}

.nike-datepicker
  .react-datepicker-wrapper
  > .react-datepicker__input-container {
  display: block !important;
}

.nike-datepicker
  .react-datepicker-wrapper
  > .react-datepicker__input-container
  input {
  background-color: #fff;
}

.boxed_list {
  text-align: left;
}

.boxed_list h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  font-family: var(--fontFamily);
}
.boxed_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.boxed_list ul li {
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.08rem;
  font-weight: 500;
  font-family: var(--fontFamily);
}

.hr {
  border-color: #454545;
  border-width: 1px;
  max-width: 50%;
  margin: 50px auto;
  background-color: #fff;
}

.img-header h2 {
  padding: 100px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  font-family: var(--fontFamily);
}

label.custom-select {
  margin-bottom: 17px;
}

.sh-input {
  min-height: 60px;
}

.flex_div {
  display: flex;
}

.flex_list span {
  display: block;
  text-align: left;
  font-size: 13px;
}

.flex_list {
  justify-content: space-evenly;
}

.small-font {
  font-size: 12px !important;
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
  .dual_quote p {
    min-height: 165px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .nike_list_img,
  .navbar-collapse .adobe_list_img,
  .navbar-collapse .servicenow_list_img,
  .navbar-collapse .lumentum_list_img {
    display: none;
  }
  .stripe_view .nike_list_img_mo {
    -webkit-filter: initial;
    filter: initial;
}
  .profile_submenu .navbar-toggle {
    margin-right: 0px;
  }

  .nike_list_img_mo {
    position: relative;
    top: calc(15px);
    left: 0;
    height: 25px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .lumentum_list_img_mo {
    position: relative;
    top: calc(15px);
    left: 0;
    height: 25px;
    /* -webkit-filter: invert(100%);
    filter: invert(100%); */
  }

  .servicenow_list_img_mo {
    position: relative;
    top: 15px;
    left: 0;
    width: 150px;
  }
  .riot-games .servicenow_list_img_mo {
    top: 8px;
    width: 65px;
  }

  .dual_quote.list_block p {
    min-height: auto;
  }
  .dual_quote.list_block {
    min-height: 350px;
  }
  .dual_quote.list_block h4:nth-child(1),
  .dual_quote.list_block h4:nth-child(2){
    min-height: 45px;
  }
  .corporate_student_program .dual_quote .btn.btn-red{
    font-weight: 700;
    font-size: 12px;
    padding: 7px 15px;
  }
  .flex_div.flex_list {
    flex-direction: column;
  }
  .flex_div.flex_list span {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .nike_list_img_mo {
    display: none;
  }
  .servicenow_list_img_mo {
    display: none;
  }
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
  .profile_submenu .navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px;
  }
  .nike_list_img {
    width: 45px;
    left: auto;
    right: -2%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .stripe_view .nike_list_img {
    -webkit-filter: initial;
    filter: initial;
}
  .servicenow_list_img {
    width: 150px;
    left: auto;
    right: -2%;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .cover-tophd-ht,
  .client-cover-tophd-ht {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .cover-tophd-ht,
  .client-cover-tophd-ht {
    height: 15px;
  }
  .dual_quote_list.dual_quote {
    padding: 20px 15px;
  }
  .dual_quote.list_block {
    min-height: 350px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .dual_quote.list_block {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .boxed_list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 480px) {
  .dual_quote {
    margin-bottom: 20px;
  }
  .boxed_list ul li {
    width: 100%;
    display: block;
  }
  .dual_quote .box-slide-btn,
  .box-slide-btn {
    padding: 10px;
    font-size: 14px;
  }
  label.custom-select {
    margin-bottom: 15px;
  }
  .cover-tophd-ht.company_ht_cover {
    height: 15px;
  }
  .cover-tophd-ht-150 {
    height: 15px;
  }
  .cover-tophd-ht-200 {
    height: 15px;
  }
  .cc_image_text_main .img-on-text img.nike_img {
    width: 120px;
    height: auto;
    position: static;
    filter: invert(80%);
    margin: 20px 0 0 15px;
  }
  .cc_image_text_main .img-on-text img.serviceNow_img {
    width: 150px;
    height: auto;
    position: static;
    filter: invert(80%);
    margin: 20px 0 0 15px;
  }

  .nike_list_img {
    width: 60px;
    position: static;
    top: calc(15px);
    left: 10%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .servicenow_list_img {
    width: 150px;
    position: static;
    top: calc(15px);
    left: 10%;
  }
}

/* Lumuntum Page */
.lumentum_list_img {
  width: 150px;
  position: absolute;
  top: calc(50% - 19px);
  left: 88%;
}
.adobe_list_img {
  width: 35px;
  position: absolute;
  top: calc(50% - 19px);
  right: 0px;
}
.cc_image_text_main .img-on-text img.serviceNow_img {
  width: 150px;
}
.cc_image_text_main .img-on-text img.serviceNow_img.riot-games {
  width: 80px;
}

@media (max-width: 768px) {
  .lumentum_list_img_mo {
    height: 35px;
    top: 7px;
  }
}
@media (min-width: 850px) and (max-width: 1150px) {
  .lumentum_list_img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .cc_image_text_main .img-on-text img.serviceNow_img {
    width: 150px;
    height: auto;
    position: static;
    filter: invert(80%);
    margin: 20px 0 0 15px;
  }
  .lumentum_list_img {
    width: 150px;
    position: static;
    top: calc(15px);
    left: 10%;
  }
  .lumentum_list_img_mo {
    height: 35px;
    padding-top: 5px;
    margin-top: 3px;
  }
  .cpacha_contact_us * {
    max-width: 275px !important;
  }
  .container.cpacha_contact_us_cont {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .lumentum_list_img_mo {
    display: none;
  }
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
  .lumentum_list_img {
    width: 150px;
    left: auto;
    right: -2%;
  }
}


.request_form.company_form input{

}

/* The container */
.customCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.customCheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.customCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheck input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#serviceRequest h2 img{
  filter: brightness(0);
}

.company_p.dual_quote {
  height: 100%;
}
.company_p_height .rows{
  display: flex;
}
#driverselection.savesearch .form-group{
  display: flex;
  align-items: center;
}
#driverselection .form-group label{
  min-width: 8rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-right: 2rem;
}
#driverselection h3{
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  margin-top: -2rem;
}
#driverselection button.btn.black-btn{
  background: #000;
  color: #fff;
  font-weight: 500;
  border: 2px solid #000000;
  margin: 1rem 0;
}
#driverselection button.btn.black-btn:hover{
  background: #ffffff;
  color: #000000;
}

@media (max-width:991px){
  .company_p_height .rows{
    display: block;
  }
}

.validation-red-color {
  color: #e50d22 !important;
}