.floating-cls {
  position: absolute;
}

.floating-component .floating-item.active {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.floating-component .floating-item {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.config-icon {
  position: relative;
  top: -3px;
}

.floating-component .floating-item.active .assistance {
  opacity: 1;
  transition-duration: 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  right: 43px;
}

.floating-component .floating-item .floating-inner .floatingIcon {
  display: block;
  /* background: linear-gradient(88deg, rgb(220 34 40), #2e4d58); */
  background: linear-gradient(201deg, #dc2228 0.6667%, #2e4d58 49.3333%);
  padding: 8px;
  text-decoration: none;
  font-size: 0;
}

.floating-component .floating-item .floating-inner .floatingIcon .floating-fa-icon {
  font-size: 25px;
  color: #fff;
}

.floating-component .floating-item .assistance {
  opacity: 0;
  /* background: linear-gradient(270deg, #dc2228, #2e4d58); */
  /* background: linear-gradient(93deg, #dc2228 -3.3333%, #2e4d58 70.3333%); */
  background: linear-gradient(201deg, #dc2228 0.6667%, #2e4d58 49.3333%);
  float: left;
  color: #fff;
  font-family: "Lato Light", sans-serif;
  width: 480px;
  position: absolute;
  top: -185px;
  transform: scale(0);
  -webkit-transform: scale(0);
  right: -250px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance {
    width: 270px;
  }
}

.floating-component .floating-item .assistance .rows {
  clear: both;
  display: table;
  width: 100%;
  height: 120px;
  border-bottom: solid 1px #6787b4;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows {
    display: block;
    clear: both;
    height: auto;
    border-bottom: none;
  }
}

.floating-component .floating-item .assistance .rows .rowitems {
  border-right: solid 1px #6787b4;
  display: table-cell;
  float: none;
  padding: 0;
  height: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows .rowitems.col-lg-6 {
    padding-top: 20px;
    width: 100%;
    clear: both;
    display: block;
    border-bottom: solid 1px #6787b4;
  }

  .floating-component .floating-item .assistance .rows .rowitems.col-lg-3 {
    width: 50%;
    display: block;
    float: left;
    height: 80px;
    border-bottom: solid 1px #6787b4;
  }
}

.floating-component .floating-item .assistance .rows .rowitems.activeItem {
  background: #123b74;
}

.floating-component .floating-item .assistance .rows .rowitems.activeItem [class^="icon-"] {
  opacity: 1;
}

.floating-component .floating-item .assistance .rows .rowitems .toll-free-float {
  padding-left: 12px;
  padding-bottom: 10px;
}

.floating-component .floating-item .assistance .rows .rowitems .toll-free-float h3 {
  font-size: 12px;
  font-family: "Lato Light", sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
}

.floating-component .floating-item .assistance .rows .rowitems .toll-free-float h4 {
  font-size: 24px;
  font-family: "Lato Bold", sans-serif;
  margin: 0;
  padding: 0;
}

.toll-free-float h4, .toll-free-float h2 {
  color: white;
  font-family:'denmark';
}

.floating-component .floating-item .assistance .rows .rowitems a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 12px;
  height: 100%;
}

.floating-component .floating-item .assistance .rows .rowitems a [class^="icon-"] {
  font-size: 25px;
  display: inline-block;
  float: right;
  opacity: 0.5;
}

.floating-component .floating-item .assistance .rows .rowitems a p {
  position: absolute;
  bottom: 12px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 17.1428px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows .rowitems a {
    padding: 8px 10px;
    font-size: 10px;
  }

  .floating-component .floating-item .assistance .rows:last-of-type .col-lg-6 {
    padding-top: 0;
    width: 50%;
    float: left;
    clear: none;
    height: 80px;
    border-bottom: solid 1px #6787b4;
  }
}

.floating-component .floating-item .autoConfigurator {
  background: #d61f26;
  position: absolute;
  width: 43px;
  right: 0;
  height: 42px;
  top: 53px;
  padding: 6px 10px;
  line-height: 32px;
  font-family: "Lato Bold", sans-serif;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.floating-component .floating-item .autoConfigurator1 {
  padding: 6px;
}

.floating-component .floating-item .autoConfigurator.expand {
  width: 150px;
}

.floating-component .floating-item .autoConfigurator a {
  color: #fff;
  text-decoration: none;
}

.floating-component .floating-item .autoConfigurator a:hover {
  text-decoration: none;
}

.floating-component .floating-item .autoConfigurator a .icon-features-sporty-bold {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.overlayContent {
  min-height: 360px;
  position: relative;
  padding: 0;
  display: none;
}

.modal-body .overlayContent {
  display: block;
}

.overlayContent .not-visible {
  display: none;
}

.overlayContent .header {
  height: 55px;
  background: #164a93;
  background: -moz-linear-gradient(top, #164a93 0, #133f7c 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, #164a93),
      color-stop(100%, #133f7c));
  background: -webkit-linear-gradient(top, #164a93 0, #133f7c 100%);
  background: -o-linear-gradient(top, #164a93 0, #133f7c 100%);
  background: -ms-linear-gradient(top, #164a93 0, #133f7c 100%);
  background: linear-gradient(to bottom, #164a93 0, #133f7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#164a93', endColorstr='#133f7c', GradientType=0);
}

.overlayContent .header .close {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-right: 20px;
  margin-top: 19px;
}

.overlayContent .header .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato Light", sans-serif;
  float: left;
  padding: 12px 0 0 20px;
}

.overlayContent .content {
  padding: 40px;
  display: none;
  height: 360px;
  overflow: auto;
  font-family: "Lato Regular", sans-serif;
}

.overlayContent .content.comparetab {
  padding-top: 30px;
}

.overlayContent .content.comparetab .compareheader {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.overlayContent .content.comparetab .compareheader h2 {
  font-family: "Lato Bold", sans-serif;
  font-size: 18px;
  color: #171717;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px;
}

.overlayContent .content.comparetab .compareheader .tabsnav {
  width: 50%;
  float: left;
  list-style-type: none;
  text-align: left;
}

.overlayContent .content.comparetab .compareheader .tabsnav li {
  display: inline-block;
  padding: 0 5px;
}

.overlayContent .content.comparetab .compareheader .tabsnav li a {
  color: #000;
  font-family: "Lato Light", sans-serif;
  text-transform: uppercase;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active {
  font-family: "Lato Bold", sans-serif;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content.comparetab .compareheader .rnav {
  width: 50%;
  float: right;
  list-style-type: none;
  text-align: right;
}

.overlayContent .content.comparetab .compareheader .rnav li {
  display: inline-block;
  color: #2fc516;
}

.overlayContent .content.comparetab .compareheader .rnav li a {
  text-transform: uppercase;
  color: #2fc516;
  font-family: "Lato Bold", sans-serif;
}

.overlayContent .content.comparetab .tabcontent {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs {
  display: none;
}

.overlayContent .content.comparetab .tabcontent .tabs h3 {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs .error,
.overlayContent .content.comparetab .tabcontent .tabs .headError {
  color: red;
}

.overlayContent .content.comparetab .tabcontent .tabs .form-group {
  margin-left: 0;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone {
  position: relative;
  float: left;
  padding-right: 20px;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone .deleteItem {
  position: absolute;
  right: 7px;
  top: 17px;
}

.overlayContent .content.comparetab .tabcontent .tabs .inputitems select {
  width: 300px;
}

.overlayContent .content.comparetab .tabcontent .tabs.active {
  display: block;
}

.overlayContent .content .groupradio .col-lg-5,
.overlayContent .content .groupradio .col-lg-7 {
  padding: 0;
}

.overlayContent .content .groupradio label {
  font-weight: 400;
  display: block;
}

.overlayContent .content .servicetabs ul {
  list-style-type: none;
}

.overlayContent .content .servicetabs ul li {
  float: left;
  text-transform: uppercase;
  padding: 0 30px 0 0;
}

.overlayContent .content .servicetabs ul li a {
  font-family: "Lato Light", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

.overlayContent .content .servicetabs ul li.active {
  font-family: "Lato Bold", sans-serif;
}

.overlayContent .content .servicetabs ul li.active a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content .servicetabs .tabcontent {
  clear: both;
}

.overlayContent .content .servicetabs .tabcontent .tabs {
  clear: both;
  display: none;
  padding-top: 20px;
}

.overlayContent .content .servicetabs .tabcontent .tabs.active,
.overlayContent .content.active {
  display: block;
}

.overlayContent .content .servicetabs .tabcontent .tabs label {
  font-weight: 400;
  display: block;
  padding: 3px 0;
}

.overlayContent .content .perticular-detail .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.overlayContent .content .perticular-detail .total {
  border-top: solid 1px #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Lato Black", sans-serif;
}

.overlayContent .content .perticular-detail .total .goback {
  padding-top: 50px;
}

.overlayContent .content .perticular-detail .total .goback a {
  font-family: "Lato Bold", sans-serif;
  color: #d71f27;
}

.overlayContent .content .successMsg h4,
.overlayContent .content h3 {
  font-family: "Lato Black", sans-serif;
  text-transform: uppercase;
}

.overlayContent .content h3 {
  font-size: 14px;
  color: #144484;
  clear: both;
}

.overlayContent .content h3 span {
  border-top: solid 2px #164b91;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 6px;
}

.overlayContent .content .successMsg {
  padding-top: 5%;
  text-align: center;
}

.overlayContent .content .successMsg h4 {
  font-size: 30px;
  color: #000;
}

.overlayContent .content .form-group .iconTop,
.overlayContent .content .successMsg p {
  font-family: "Lato Regular", sans-serif;
}

.overlayContent .content .successMsg .icon-success {
  font-size: 50px;
  color: #2fc516;
}

.overlayContent .content .form-group input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group select {
  display: inline-block;
  width: 100%;
  border: none;
  max-width: 100%;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group label.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.overlayContent .content .form-group .datePicker input {
  cursor: pointer;
}

.overlayContent .content .form-group .iconTop {
  position: absolute;
  right: 18px;
  top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0;
}

.overlayContent .content .form-group .iconTop.otp a {
  color: #2fc516;
  font-size: 12px;
}

.overlayContent .content .form-group .iconTop a {
  color: #a9a9aa;
  text-decoration: none;
}

.overlayContent .content .form-group .datepicker-dropdown {
  top: 0 !important;
  left: 0 !important;
}

.overlayContent .content .form-group textarea {
  height: 100px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
}

.overlayContent .content .form-group .rating {
  padding-bottom: 20px;
}

.overlayContent .content .form-group .rating .icon-general_rate_active {
  display: inline-block;
  color: #2cc614;
}

.overlayContent .content .form-group .rating .icon-general_rate {
  display: inline-block;
}

.overlayContent .content .secondaryoverlay {
  display: none;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.overlayContent .content .secondaryoverlay .secondarycontent {
  padding: 40px;
}

.overlayContent .content .footer {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  padding-left: 40px;
  text-align: left;
}

.overlayContent .content .footer span {
  font-size: 120px;
  color: #f0f0f0;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: auto;
  transform: translateY(0);
}

.overlayContent .content .footer .goback {
  padding-top: 20px;
}

.overlayContent .content .footer .goback a {
  font-family: "Lato Bold", sans-serif;
  color: #d71f27;
  text-decoration: none;
}

.overlayContent .content .enquiry-text {
  display: block;
  font-family: "Lato Light", sans-serif;
  font-size: 14px;
  color: #171717;
  margin-bottom: 20px;
  font-weight: 700;
}

.overlayContent .content .other-text {
  font-family: "Lato Bold", sans-serif;
  font-size: 14px;
  color: #171717;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: left;
}

.overlayContent.enquiryForm {
  padding-bottom: 0;
}

.overlayContent.enquiryForm .content {
  height: auto !important;
}

.overlayContent.enquiryForm .footer {
  position: static !important;
  padding-left: 0 !important;
}

.overlayContent #enquiry-list-div .other-text {
  font-family: "Lato Black", sans-serif;
  color: #171717;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: left;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
}

table.showroom {
  border-collapse: collapse;
  border: none;
}

table.showroom tr {
  border-bottom: 1px solid #d6d6d6;
}

table.showroom tr .font-smaller {
  font-size: 11px;
}

table.showroom tr td,
table.showroom tr th {
  padding: 15px 10px;
  font-size: 14px;
  text-align: left;
  border: none;
}

table.showroom tr th {
  font-family: "Lato Bold", sans-serif;
  color: #171717;
  background: #f5f5f5;
}

table.showroom tr td {
  font-family: "Lato Light", sans-serif;
  color: #585858;
  font-weight: 700;
}

.min-error,
table.showroom tr td .pending,
table.showroom tr th .pending {
  font-size: 12px;
}

table.showroom tr td a {
  font-family: "Lato Black", sans-serif;
  font-size: 12px;
  color: #2fc516;
  text-transform: uppercase;
  text-decoration: none;
}

.min-error {
  display: none;
  color: red;
  font-weight: 400;
}

.popupBg {
  position: relative;
  background: rgba(000, 000, 000, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}