/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{
  font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #3f3f3f;
    margin: 0px;
    padding: 0px;
}

*{
  box-sizing: border-box;
}
.nopd{ padding:0px;}

.full{ float:left; width:100%;}


div#main-section-advisor {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

.left-section-advisor {
    float: left;
    width: calc(100% - 320px);
}
#main-section-advisor .right-sidebar-advisor{
  position: relative;
  z-index: 9999999;;
}
.right-sidebar-advisor {
    float: right;
    width: 320px;
    background-color: #fff;
    color: #000;
    padding: 13px;
    height: 100%;
    overflow-y: auto;
}
@media only screen and (max-width: 1250px) {
  /* .right-sidebar-advisor {
    width: 25%;
  }

  .left-section-advisor {
    float: left;
    width: 75%;
}  */
}

.form-check::selection {
    background: #efaf00;
    text-shadow: none;
}

#bottom-section-advisor {
    display: flex;
    justify-content: space-between;
}

#bottom-section-advisor .col-3 {
    max-width: 20%;
    background: #fff;
    width: 100%;
    padding: 2px 3px;
}

#bottom-section-advisor .col-9 {
    max-width: 80%;
    width: 100%;
    background: #fff;
    padding: 2px 3px; /*padding: 2px 10px 0px 18px; */
    margin-left: 8px;
}

#bottom-section-advisor h4{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'var(--primary-ff)';
    text-align: center;
    color: #ffffff;
    background: #f50e02;
}

#bottom-section-advisor strong{
     font-weight: bold;
}

.blocks{
    display: flex;
    /* align-items: end; */
    align-items: flex-start;
}

#bottom-section-advisor .col-9 label{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #3f3f3f;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    width: 200px!important;
    float: left;
    vertical-align: middle;
    position: absolute;
    border-top: 2px solid #b2b2b2;
    text-align: center;
    background: #e5e5e5;
    top: 60px;
    left: -40px;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -60px;
    white-space: nowrap;
    min-width: 200px!important;
    max-width: 200px!important;
    z-index: 9;
  }

  .col-custom.scroll{
    position: relative;
  }
  .col-custom.scroll.acc:before {
    content: 'Accessories';
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #3f3f3f;
    font-weight: bold;
    -webkit-transform: rotate(
-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    color: #000;
    font-size: 14px;
    width: 182px;
    float: left;
    position: absolute;
    border-top: 2px solid #b2b2b2;
    text-align: center;
    background: #e5e5e5;
    top: -20px;
    left: -108px;
    padding: 10px 0px;
    height: 77%;
}
#bottom-section-advisor .col-custom.acc.hasContent:before{
  top: -17px;
  left: -108px;
  padding: 10px 0px;
  height: 45px;
}
.col-custom.scroll.acc.hasContent {
  padding-left: 10px !important;
}
.col-custom.scroll ul {
    height: 152px;
    overflow-y: scroll;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: red;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}
#bottom-section-advisor .col-custom ul::-webkit-scrollbar,
.right-sidebar-advisor::-webkit-scrollbar,
.list-block .scroll-section::-webkit-scrollbar,
.col-custom.scroll ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/*#bottom-section-advisor .col-custom ul::-webkit-scrollbar-button,
.right-sidebar-advisor::-webkit-scrollbar-button,
.list-block .scroll-section::-webkit-scrollbar-button,
.col-custom.scroll ul::-webkit-scrollbar-button {
     background-color: #07f;
}*/
#bottom-section-advisor .col-custom ul::-webkit-scrollbar-track,
.right-sidebar-advisor::-webkit-scrollbar-track,
.list-block .scroll-section::-webkit-scrollbar-track,
.col-custom.scroll ul::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
#bottom-section-advisor .col-custom ul::-webkit-scrollbar-track-piece,
.right-sidebar-advisor::-webkit-scrollbar-track-piece,
.list-block .scroll-section::-webkit-scrollbar-track-piece,
.list-block .scroll-section::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
}
#bottom-section-advisor .col-custom ul::-webkit-scrollbar-thumb,
.right-sidebar-advisor::-webkit-scrollbar-thumb,
.list-block .scroll-section::-webkit-scrollbar-thumb,
.col-custom.scroll ul::-webkit-scrollbar-thumb {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ff9900+50,ffad33+51,ffad33+74,ffad33+100 */
background: rgb(255,153,0); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,153,0,1) 0%, rgba(255,153,0,1) 50%, rgba(255,173,51,1) 51%, rgba(255,173,51,1) 74%, rgba(255,173,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,153,0,1) 0%,rgba(255,153,0,1) 50%,rgba(255,173,51,1) 51%,rgba(255,173,51,1) 74%,rgba(255,173,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,153,0,1) 0%,rgba(255,153,0,1) 50%,rgba(255,173,51,1) 51%,rgba(255,173,51,1) 74%,rgba(255,173,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffad33',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#bottom-section-advisor .col-custom ul::-webkit-scrollbar-corner,
.right-sidebar-advisor::-webkit-scrollbar-corner,
.list-block .scroll-section::-webkit-scrollbar-corner,
.col-custom.scroll ul::-webkit-scrollbar-corner {
    background-color: #000;
}

button {
  background: none;
  border: none;
  appearance: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

body {
  /* color: #ffffff; */
  background-color: #ffffff;
}

.header {
  background: #333333;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 10px 20px;
}

.hamburger {
  position: relative;
  margin-left: auto;
  width: 45px;
  height: 35px;
  z-index: 1;
}







.container {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.accordion-btn {
  position: relative;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  background: #ffcc33;
  font-size: 17px;
  padding: 10px 25px;
  font-family: 'var(--primary-ff)';
  font-weight: bold;
}

.accordion-btn span {
  position: absolute;
  background: #ffffff;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-line:nth-child(1) {
  top: 50%;
  right: 44px;
  width: 16px;
  height: 4px;
}

.accordion-line:nth-child(2) {
  top: 39%;
  right: 50px;
  width: 4px;
  height: 16px;
}

.accordion-line.active:nth-child(1) {
  opacity: 0;
}

.accordion-line.active:nth-child(2) {
  transform: rotate(90deg);
}



.accordion-list {
  display: none;
}

.accordion-list-js {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
}

.accordion-list-js.open {
  height: 275px;
  opacity: 1;
  visibility: visible;
}

.accordion-item {
  padding: 15px 25px;
  border-bottom: 1px solid #afaeae;
}

ul.accordion-list.scrollwith,
.right-sidebar-advisor form.accordion-list {
  padding: 23px;
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-top: 0px;
    margin-top: 0;
}
.mrt-4{
  margin-top: 4px;
}
.field-show,
form.accordion-list .field {
    float: left;
    width: 100%;
    margin-bottom: 8px;
        line-height: 35px;
}
.field-show label,
form.accordion-list .field label{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 37px;
    color: #3f3f3f;
    font-family: "var(--primary-ff)";
    font-weight: normal;
    width: 97px;
    float: left;
}
form.accordion-list .field .form-control{
font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 0px 10px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;
        height: 35px;
}
.field-show .form-control{
font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border: 0px;
    border-radius: 5px;
    padding: 0px 10px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3f3f3f;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #3f3f3f;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #3f3f3f;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #3f3f3f;
}
.scrollwith li{
  list-style: none;
}
.scrollwith .heading {
list-style: none;
    background: #d9d9d9;
    font-family: 'var(--primary-ff)';
    font-weight: bold;
    color: #3d3d3d;
    padding: 5px 9px;
    font-size: 15px;
    margin-bottom: 2px;
    width: 100%;
    float: left;
    position: inherit; /* accordion related changes */
}
.list-block .scroll-section {
  height: 173px;
    overflow-y: auto;
    height: auto;
    max-height: 175px;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: red;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.list-block {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;

}
.form-check.form-check-inline{
  display: inline-block;
  width: 100%;
}
.form-check.form-check-inline input{
  float: left;
}
.form-check.form-check-inline label {
  width: calc(100% - 15px);
  float: right;
}
.scrollwith h4.heading {
    float: left;
    width: 100%;
    margin: 14px 0px 0px;
}

#bottom-section-advisor{
  float: left;
  width: 100%;
  background: #4c4c4c;
  z-index: 999999999;
  position:relative;
}
#bottom-section-advisor h4{
position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f50e02;
    font-size: 17px;
    padding: 3px 5px;
    font-family: 'var(--primary-ff)';
    font-weight: bold;
        margin: 0px;
}


#bottom-section-advisor ul{
  margin:0px;
  padding: 0px;
}
#bottom-section-advisor ul li{
font-size: 15px;
letter-spacing: 0px;
line-height: 22px;
color: #3f3f3f;
font-family: "var(--primary-ff)";
font-weight: normal;
list-style: none;
}
#bottom-section-advisor .col-3 ul {
    padding-left: 8px;
    padding-top: 10px;
}
#bottom-section-advisor ul li strong{
  font-size: 15px;
letter-spacing: 0px;
line-height: 22px;
color: #3f3f3f;
font-weight: bold;
font-family: "var(--primary-ff)";
}

#bottom-section-advisor .col-custom{
  padding: 10px;
  position: relative;
}
.col-custom ul li{
  list-style: none;
}






/* switch */
.toggle {
    margin: 0px 0px 3px;
}
.toggle ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
.toggle ul li{
          max-width: 173px;
    width: 100%;
    list-style: none;
    padding:5px;
    border-radius: 40px;
    overflow: hidden;
}
.toggle ul li .checkbox{
  box-shadow: 4px 5px 85px 10px rgb(0 0 0 / 40%);
    border-radius: 30px;
    margin: 0px;
}

.switch-text {
    display: block;
  margin: 12px auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 42px;
  padding: 0px;
  background-color: white;
  -moz-border-radius: 78px;
  -webkit-border-radius: 78px;
  border-radius: 78px;
  cursor: pointer;
  overflow: hidden;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.toggle ul li .switch-label-text-adv{
  background: rgb(197,179,0);
background: linear-gradient(0deg, rgba(197,179,0,1) 0%, rgba(226,167,0,1) 49%, rgba(140,88,0,1) 100%);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background border;
  -moz-transition-property: opacity background border;
  -o-transition-property: opacity background border;
  transition-property: opacity background border;
   position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 40px;

}
.switch-label-text-adv:before, .switch-label-text-adv:after {
  position: absolute;
  top: 39%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-size:12px;width: 76px;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "var(--primary-ff)";
}
.switch-label-text-adv:before {
  content: attr(data-off);
  right: 11px;
  color: #fff;
      text-align: center;
}
.switch-label-text-adv:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}
.switch-input:checked ~ .switch-label-text-adv {
  background: rgb(34,215,0);
  background: linear-gradient(0deg, rgba(34,215,0,1) 0%, rgba(34,214,0,1) 49%, rgba(20,124,0,1) 100%);
}
.switch-input:checked ~ .switch-label-text-adv:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label-text-adv:after {
  opacity: 1;
}

.switch-handle-btn-adv {
  position: absolute;
    top: 0px;
    left: 10px;
    width: 83px;
    height: 42px;
  background: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
      /* background: url(../assets/images/button.png) no-repeat 0px 0px; */
}
  .switch-handle-btn-adv:before {
    background: url(../images/button.png) no-repeat 0px 0px;
    content: '';
    position: absolute;
       top: 0px;
    left: -13px;
    margin: 0;
    width: 83px;
    height: 42px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);

  }


.switch-input:checked ~ .switch-handle-btn-adv {
  background:transparent;
left: inherit;
    right: -2px;
-moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.switch-input:checked ~ .switch-handle-btn-adv:before{
  background: url(../images/button.png) no-repeat 0px 0px;
      right: 0px;
    left: inherit;
}
.switch-green > .switch-input:checked ~ .switch-label-text-adv {
  background: #4fb845;
}
ul.accordion-list.last {
    padding: 23px 23px 6px;
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-top: 0px;
    margin-top: 0;
}


ul.accordion-list.last  .field{
  float: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 37px;
}
ul.accordion-list.last  .field label{
      font-size: 15px;
    letter-spacing: 0px;
    line-height: 37px;
    color: #3f3f3f;
    font-family: "var(--primary-ff)";
    /* font-weight: normal; */
    width: 97px;
    float: left;
}

ul.accordion-list.last  .field .form-select{
  font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 0px 12px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;
    height: 35px;
}
ul.accordion-list.last  .field .form-control {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 0px 42px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;height: 35px;

}
ul.accordion-list.last .field .form-select,
ul.accordion-list.last .field .form-control{
  padding:0px 10px;
}
ul.accordion-list.last  .field textarea{
  font-size: 15px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 0px 12px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;
    height: 81px;
}

.twofield {
display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    border-radius: 5px;
    width: calc(100% - 111px);
    float: right;
    box-sizing: border-box;
    height: 35px;
}
.twofield select{
  max-width: 47%;
}

ul.accordion-list.last .field.no-border .form-control{
  border: 0px;
}
ul.accordion-list.last .field button.theme-btn {
    width: 175px;
    height: 37px;
    border-radius: 10px;
    background-color: #ffcc33;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: "var(--primary-ff)";
    text-align: center;
    margin-left: 7px;
}
ul.accordion-list.last .field button.theme-btn:hover{
   background-color: #000;
   color: #fff;
}
.blocks .col-custom{
    /* width: 294px; */
    width: 25%; /* width set to 20% */
}
#bottom-section-advisor .blocks .col-custom:nth-child(1){
  padding-left: 4px;
  min-width: 318px;
}
#bottom-section-advisor .blocks .col-custom:nth-child(4) ul li{
  display: flex;
}
#bottom-section-advisor .blocks .col-custom:nth-child(4) ul li strong{
  float: right;
}

#bottom-section-advisor .blocks .col-custom:last-child ul li span{
  min-width: 85px;
}

#bottom-section-advisor ul li span{
min-width: 95px;
    display: inline-block;
}
#bottom-section-advisor ul li strong{
  margin-left:  16px;
  display: inline-block;
  max-width: 167px;
}
.col-9 .heading{
  position: relative;
  z-index: 9;;
}

/* accordion related changes starts */
.right-sidebar-advisor .panel-default {
  border-color: #ddd;
  border: 0px;
  border-radius: 0px !important;
}
.right-sidebar-advisor .panel-default .panel-heading {
  color: #333;
  background-color: transparent;
  border: 0px;
}

.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button{
position: relative !important;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #f50e02;
  font-size: 17px;
  padding: 10px 25px;
  font-family: 'var(--primary-ff)';
  font-weight: bold;
}

.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:hover,
.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:focus{
	outline: none;
}.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:hover,
.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:focus{
	outline: none;
}
.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:hover,
.right-sidebar-advisor .panel-default .panel-heading .panel-title .accordion-toggle button:focus{
	outline: none;
}
.right-sidebar-advisor .panel-default form.accordion-list.ng-untouched.ng-pristine.ng-valid {
  border: 0px;
  padding: 0px;
}
.right-sidebar-advisor .panel-default .panel-body.card-block.card-body {
  border: 1px solid #cfcfcf;
}
.right-sidebar-advisor .panel{
	border-color: #ddd;
    border: 0px;
    border-radius: 0px !important;
    padding: 0px;
}

.collapse.in .panel-body .accordion-list{
	display: block !important;
  padding: 0;
    border: 0px;
}
/* accordion related changes ends */

/* advisor section popUp allignment */
.advisorSectionWebRtc .modalweapper {
  width: 100% !important;
  position: fixed !important;
}

.advisorSectionWebRtc .main-btns {
  top: -80px !important;
}
/*Media queries*/
@media only screen and (max-width: 1688px){
  #bottom-section-advisor .col-3 ul li {
    display: flex;
}
#bottom-section-advisor ul li,
#bottom-section-advisor ul li strong {
    font-size: 13px;
        line-height: 18px;
}
#bottom-section-advisor ul li span {
    /* min-width: 76px; */
    min-width: 65px;
    display: inline-block;
}
}
@media only screen and (max-width: 1500px){
  #bottom-section-advisor .col-3 ul {
    padding-left: 5px;
    padding-top: 10px;
    max-height: 160px;
    overflow: auto;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1) {
    padding-left: 4px;
    min-width: 248px;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1) {
padding-left: 4px;
    min-width: 251px;
    padding-right: 40px;
}
#bottom-section-advisor .col-3 {
    max-width: 17%;
}
#bottom-section-advisor .col-9 {
    max-width: 82.6%;
    padding: 2px 10px 0px 5px;
    height: 100%;
    overflow: hidden;
}
.blocks .col-custom {
    width: 20%;
    height: calc(100% - 38px);
}
#bottom-section-advisor .col-custom{
  padding-top:0px;
}
#bottom-section-advisor .col-custom ul {
  height: 100%;
  overflow: auto;
  max-height: 175px;
  padding: 10px 0px 20px;

}

#bottom-section-advisor ul li, #bottom-section-advisor ul li strong {
    display: flex;
}

#bottom-section-advisor .col-custom {
  padding:  0px 5px 10px;
  position: relative;
  max-height: 175px;
}
#bottom-section-advisor .blocks .col-custom:last-child ul li span {
    width: 74px;
}


#bottom-section-advisor .blocks .col-custom:nth-child(4) ul li strong {
    float: right;
    width: 120px;
}

#bottom-section-advisor ul li strong {
    margin-left: 10px;
    display: inline-block;
    max-width: 167px;
}

ul.accordion-list.scrollwith,
.right-sidebar-advisor form.accordion-list {
    padding:10px;

}
.field-show label, form.accordion-list .field label{
      width: 74px;
      font-size: 13px;
}
.field-show .form-control{
  width: calc(100% - 95px);
  font-size: 13px !important;
}
form.accordion-list .field .form-control{
  width: calc(100% - 95px);
}
ul.accordion-list.last{
  padding: 13px 13px 6px;
}
ul.accordion-list.last .field label{
  width: 86px;
}
.twofield{
  width: calc(100% - 95px);
}
ul.accordion-list.last .field .form-select,
ul.accordion-list.last .field textarea,
ul.accordion-list.last .field .form-control{
  width: calc(100% - 95px);
}
.twofield select.form-select {
  width: 47% !important;
}
ul.accordion-list.last .field .form-select, ul.accordion-list.last .field .form-control {
    padding: 0px 6px;
}
ul.accordion-list.last .field button.theme-btn {
    width: 145px;
}
.switch-handle,
.switch-handle:before{
      width: 79px;
    height: 33px;
    background-size: contain;
}
.switch{
  height: 33px;
}

.toggle ul li {
    max-width: 133px;
    width: 100%;
}
.switch-label-text-adv:before, .switch-label-text-adv:after{
  font-size: 10px;
    width: 61px;
}
.switch-label-text-adv:before {
    right: 4px;
}
.switch-input:checked ~ .switch-handle:before {
    background-size: contain;
        right: -14px;
}
.switch-input:checked ~ .switch-handle{
      width: 64px;
}
.switch-label-text-adv:after {
    left: 3px;
}
#bottom-section-advisor .col-9 label{
  /* font-size: 16px;
  top:45px; */

  font-size: 16px;
  /* top: 0; */
}
#bottom-section-advisor .col-9 label.hasContent{
  font-size: 16px;
    top: 0;
    height: 40%;
    left: -102px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 26px;
    width: 80%;
}


#bottom-section-advisor .col-3 ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* #bottom-section-advisor .col-3 ul::-webkit-scrollbar-button {
    background-color: #07f;
}*/
#bottom-section-advisor .col-3 ul::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
#bottom-section-advisor .col-3 ul::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
}
#bottom-section-advisor .col-3 ul::-webkit-scrollbar-thumb {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ff9900+50,ffad33+51,ffad33+74,ffad33+100 */
background: rgb(255,153,0); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,153,0,1) 0%, rgba(255,153,0,1) 50%, rgba(255,173,51,1) 51%, rgba(255,173,51,1) 74%, rgba(255,173,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,153,0,1) 0%,rgba(255,153,0,1) 50%,rgba(255,173,51,1) 51%,rgba(255,173,51,1) 74%,rgba(255,173,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,153,0,1) 0%,rgba(255,153,0,1) 50%,rgba(255,173,51,1) 51%,rgba(255,173,51,1) 74%,rgba(255,173,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffad33',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#bottom-section-advisor .col-3 ul::-webkit-scrollbar-corner {
    background-color: #000;
}

.switch-handle-btn-adv:before{
  width: 63px;
  height: 34px;
  background-size: contain;
}
.switch-handle-btn-adv{
  width: 63px;
  height: 32px;
}
.switch-text{
  height: 32px;
}
.switch-input:checked ~ .switch-handle-btn-adv:before{
  background-size: contain;
}
.checkbox label, .radio label{
  padding-left: 0px;;
}
}






@media only screen and (max-width: 1199px){
  #bottom-section-advisor {
    background: none;
}
#bottom-section-advisor .col-9 label {
    font-size: 15px;
    top: -9px;
    left: -15px;
}
.blocks {
    display: flex;
    align-items: end;
    padding: 10px 0px;
}
#bottom-section-advisor .col-9 {
    max-width: 82.6%;
    padding: 2px 0px 0px 0px;
    height: 100%;
    margin-left: 0;
}
#bottom-section-advisor ul li, #bottom-section-advisor ul li strong {
    font-size: 12px;
    line-height: 15px;
}
#bottom-section-advisor ul li span {
    min-width: 70px;
}
#bottom-section-advisor h4{
      font-size: 12px;
      line-height: 15px;
}
#bottom-section-advisor ul li span {
    min-width: 60px;
}
#bottom-section-advisor .col-3 {
    max-width: 16%;
}
#bottom-section-advisor .col-9 {
    max-width: 83.8%;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1) {
    padding-left: 4px;
    min-width: 182px;
    padding-right: 30px;
}
#bottom-section-advisor .col-3 ul {
    padding-left: 5px;
    padding-top: 10px;
    max-height: 175px;
    overflow: auto;
    height: calc(100% - 38px);
}
#bottom-section-advisor .blocks .col-custom:last-child ul li span {
    min-width: 81px;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1) ul{
  padding-right: 22px;
}
.toggle ul{
  flex-direction: column;
}
.toggle ul li{
  margin-bottom: 10px;
}
.accordion-btn{
      font-size: 15px;
    padding: 10px 10px;
}
form.accordion-list .field .form-control{
  font-size: 13px;
}
ul.accordion-list.last {
    padding: 13px 6px 6px;
}
ul.accordion-list.last .field .form-select, ul.accordion-list.last .field textarea, ul.accordion-list.last .field .form-control {
    width: calc(100% - 95px);
}
.twofield {
    width: calc(100% - 94px);
}
ul.accordion-list.last .field button.theme-btn {
    width: 107px;
}
}

@media only screen and (max-width: 991px){
.left-section-advisor {
    width: 70%;
}
.right-sidebar-advisor {
    width: 30%;
        padding: 8px;
}
.list-block .scroll-section .form-check{
  font-size: 13px;
}
.scrollwith .heading{
  font-size: 14px;
}
ul.accordion-list.last .field .form-select, ul.accordion-list.last .field textarea, ul.accordion-list.last .field .form-control {
    width: calc(100% - 85px);
    font-size: 13px;
    line-height: 15px;
}
#bottom-section-advisor .blocks .col-custom {
    padding-left: 4px;
    min-width: 33.33%;
    padding-right: 0px;
    width: 33.33%;
    float: left;
    max-height: 125px;
    min-height: 130px;
}
.blocks {
    display: inherit;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1),
#bottom-section-advisor .blocks .col-custom:nth-child(2),
#bottom-section-advisor .blocks .col-custom:nth-child(3){
  border-bottom: 1px solid #ddd;
}
#bottom-section-advisor .blocks{
  float: left;
    width: 100%;
}
#bottom-section-advisor .col-9 {
    max-width: 72%;
}
#bottom-section-advisor .col-3 {
    max-width: 27%;
}
#bottom-section-advisor .col-3 ul{
  max-height: 100%;
}
/* .left-section-advisor {
    width: 100%;
}
.right-sidebar-advisor {
    width: 100%;
    padding: 8px;
} */
.twofield,
ul.accordion-list.last .field .form-select, ul.accordion-list.last .field textarea, ul.accordion-list.last .field .form-control {
    width: calc(100% - 105px);
}
#bottom-section-advisor{
  display: inherit;
}
#bottom-section-advisor .col-3 {
    max-width: 280px;
    margin: 0px auto 10px;
}
#bottom-section-advisor .col-9 {
    max-width: 100%;
    padding: 0px 10px;
}

}
@media only screen and (max-width: 1100px){
  body{
    overflow: auto !important;
  }
body #main-section-advisor,
.right-sidebar-advisor,
#bottom-section-advisor,
body #wrapper-advisor{
	height: auto !important;
}
#bottom-section-advisor .col-3 {
  max-width: 100%;
  margin: 0px auto 10px;
}
#bottom-section-advisor .col-9 {
  max-width: 100%;
  padding: 0px 0px;
}
#bottom-section-advisor .col-3 {
  max-width: 100%;
  margin: 0px auto 10px;
  padding: 0px;
}
#bottom-section-advisor .blocks .col-custom{
  padding-left: 4px;
  min-width: 100%;
  padding-right: 30px;
  width: 100%;
}

#bottom-section-advisor ul li, #bottom-section-advisor ul li strong {
  font-size: 15px;
  line-height: 20px;
}
#bottom-section-advisor ul li span {
  min-width: 90px;
}


}
@media only screen and (max-width: 575px){
  #bottom-section-advisor .blocks .col-custom {
    padding-left: 4px;
    min-width: inherit;
    padding-right: 0;
    width: 100%;
}
#bottom-section-advisor .blocks .col-custom:nth-child(1){
  padding-right: 0px;
}
#bottom-section-advisor .blocks .col-custom:nth-child(2){
  padding-left: 30px;
}

#bottom-section-advisor .blocks .col-custom {
    margin-bottom: 10px;
}
#bottom-section-advisor .col-9 label{
  left: -58px;
}
#bottom-section-advisor ul li, #bottom-section-advisor ul li strong {
    font-size: 14px;
    line-height: 19px;
}
#bottom-section-advisor ul li span {
    min-width: 82px;
}

}


/* New Css */
.comparepage .collapse.in.show > .panel-body{
  padding: 0px !important;
}
.comparepage .panel-body {
  padding: 0px !important;
}
.comparepage  .panel-group .panel+.panel{
  margin-top: 0px !important;
}
.comparepage  .panel-body.card-block.card-body .wraper-heder > .hedertop {
  height: auto!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
}
.comparepage .panel-body {
  padding: 0px !important;
}
.comparepage .compare-accordion .panel{
  border-radius: 0px;
}
.comparepage .compare-accordion > .panel > .card {
  background: none !important;
}
.comparepage .panel-group .panel-heading,
.comparepage .compare-accordion .panel {
  background: none !important;
}
.comparepage .panel-default>.panel-heading {
  color: #333;
  background-color: transparent !important;
  border-color: transparent;
  border: 0px !important;
}
.comparepage .panel.card.panel-default {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  border-bottom: 1px solid #ccc !important;
}

/* advisorSectionWebRtc */
/* .advisorSectionWebRtc .accordion-container[_ngcontent-snd-c108] {
  max-height: calc(100vh - 362px);
} */

.advisorSectionWebRtc #bottombar {
  display: none;
  /* max-height: 100vh;
  z-index: 999999;
  position: absolute !important; */

  /* max-height: inherit;
z-index: 999999;
position: fixed !important;
bottom: 149px !important;
left: 0px;*/
max-width: 75%;
}

.advisorSectionWebRtc #bottombar div#summarys {
  right: 25%;
  height: calc(100% - 221px);
}


/*
.advisorSectionWebRtc .main-wrapper .content_wrapper .maincar {
  position: relative;
  height: 100% !important;
}
.advisorSectionWebRtc .normalcontainer{
  float:left;
  width:100%;
}
.advisorSectionWebRtc .comparepage .accordion-container{
  max-height: calc(100vh - 363px);
}

.advisorSectionWebRtc .comparepage{
  min-height:calc(100vh - 232px) !important;
}
.advisorSectionWebRtc .main-wrapper .content_wrapper {
  height: calc(100vh - 270px);
}
.advisorSectionWebRtc .hedertop .slide .slide_title{
  font-size: 12px !important;
  line-height: 16px !important;
} */

/* .main-wrapper .rightbox.bookonline {
 max-width: 75%;
  left: 0px;
} */



.advisorSectionWebRtc .booktestdrive #booktest .booksidebox.test-drive-sidebar::-webkit-scrollbar,
.advisorSectionWebRtc .bookonline .sidebox .booksidebox.test-drive-sidebar::-webkit-scrollbar,
#bottombar div#summarys::-webkit-scrollbar,
.advisorSectionWebRtc .test-drive-detail::-webkit-scrollbar {
  width: 6px;
}
.advisorSectionWebRtc .booktestdrive #booktest .booksidebox.test-drive-sidebar::-webkit-scrollbar-track,
.advisorSectionWebRtc .bookonline .sidebox .booksidebox.test-drive-sidebar::-webkit-scrollbar-track,
#bottombar div#summarys::-webkit-scrollbar-track,
.advisorSectionWebRtc .test-drive-detail::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.advisorSectionWebRtc .booktestdrive #booktest .booksidebox.test-drive-sidebar::-webkit-scrollbar-thumb,
.advisorSectionWebRtc .bookonline .sidebox .booksidebox.test-drive-sidebar::-webkit-scrollbar-thumb,
#bottombar div#summarys::-webkit-scrollbar-thumb,
.advisorSectionWebRtc .test-drive-detail::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.advisorSectionWebRtc .main-wrapper .rightbox.bookonline, .advisorSectionWebRtc .main-wrapper .rightbox.booktestdrive {
  width: 75%;
  background-color: #fff;
  z-index: 9999 !important;
  left: 0px;
  top: inherit;
}
.main-wrapper > .rightbox.bookonline, .main-wrapper > .rightbox.booktestdrive{
  width: 100%;
}

.advisorSectionWebRtc  .main-wrapper .content_wrapper{
  height: calc(100vh - 224px);
}

.advisorSectionWebRtc  .main-wrapper .content_wrapper .maincar{
  height: 100%;
}
.advisorSectionWebRtc  .main-wrapper .content_wrapper .maincar .booksidebox.test-drive-sidebar{
  overflow-y: auto;
  height: 100%;
}
.advisorSectionWebRtc .reset-btns{
  right: 27% !important;
}
.advisorSectionWebRtc .bookonline .sidebox .booksidebox.test-drive-sidebar,
.advisorSectionWebRtc .booktestdrive #booktest .booksidebox.test-drive-sidebar{
  height: calc(100vh - 205px);
  overflow-y: auto;
  margin: 0px;
}
.advisorSectionWebRtc .bookonline .sidebox .cardetailbox.test-drive-detail,
.advisorSectionWebRtc .booktestdrive #booktest .test-drive-detail{
  margin: 0px;;
}
.advisorSectionWebRtc .main-wrapper .bookonline .sidebox,
.advisorSectionWebRtc .main-wrapper #booktest {
  float: left;
  height: 100% !important;
}

.advisorSectionWebRtc .bookonline .sidebox .booksidebox.test-drive-sidebar{
  height: calc(100vh - 205px);
  overflow-y: auto;
}
.advisorSectionWebRtc .main-wrapper .rightbox .sidebox .fclosebtn{
  right: 26%;
    top: 14px;
}
.advisorSectionWebRtc .bookonline .sidebox .cardetailbox.test-drive-detail{
  height: calc(100% - 50px);
    overflow: auto;
}

.advisorSectionWebRtc #bottombar #summarys.summarybox{
  height: calc(100% - 200px) !important;
}
.advisorSectionWebRtc #bottombar #summarys.summarybox .sidebox.re-animate-right {
  height: 100% !important;
}

.bottom-main-div .bottom-div{
  bottom: 40% !important;
}

.maincar.profilemaincar {
  height: calc(100vh - 60px) !important;
}
div#compareId.comparepage > div:first-child {
  height: auto;
}
div#compareId.comparepage > div.row-equal:last-child {
  height: calc(100vh - 165px);
  background: white;
  color: black;
}

/* 07/10/21 */
#bottombar .scroll_detail_wrapper.re-animate-bottom .exterior-close-btn{
  padding: 13px 10px;
}

@media only screen and (max-width:900px){
  #bottombar .scroll_detail_wrapper.re-animate-bottom .exterior-close-btn, .exterior-close-btn, .feature-category .exterior-close-btn {
    width: 38px !important;
  }
  div#compareId.comparepage > div.row-equal:last-child {
    height: calc(100vh - 175px);
    background: white;
    color: black;
}
.formdivide {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  align-items: baseline;
}
.main-wrapper .rightbox.bookonline .sidebox, .main-wrapper .rightbox.booktestdrive .sidebox {
  width: 100% !important;
  height: calc(100vh - 55px)!important;
}
.btn.popup-modal-cancel{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.modal-footer.popup-modal button{
  margin: 0px 7.5px;
}
#bottombar .rightbox.summarybox .sidebox{
  width: 99% !important;
}
.main-wrapper .mainwrapper .exterrios.detailbox {
  bottom: 83px !important;
  padding-top: 0px !important;
}
#bottombar .rightbox.summarybox .sidebox .famoutbox{
  width: 215px !important;
}
/* .main-wrapper .detail_wrapper ul.detail_menu li .accessories-switch span{
  width: 34px !important;
} */
}
/* .exterior-menu-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
} */

.viewb_box {
  /* vertical-align: top; */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.satitle {
  max-width: 70% !important;
  /* line-height: 16px; */
  position: relative !important;
}


.accordion-list .formdivide {
  display: flex;
  justify-content: space-between;
}
.accordion-list .formdivide .fbbox {
  width: 33.33% !important;
  margin: 0px !important;
  max-width: 33.33% !important;
}
.accordion-list .formdivide .fbbox input {
  width: 100%;
  margin: 0px;
  padding: 5px 5px;
  margin: 0px 0px;
  font-size: 15px !important;
}
.accordion-list .formdivide .fbbox select {
  width: 100%;
  max-width:100%;
}
.accordion-list .formdivide .fbbox.title.titleLoginForm {
  width: 25%;
  max-width: 23% !important;
}
.field.fieldbtn .theme-btn {
  width: auto;
  height: 37px;
  border-radius: 10px;
  background-color: #ffcc33;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #2a2a2a;
  font-weight: bold;
  font-family: "var(--primary-ff)";
  text-align: center;
  margin-left: 7px;
  float: right;
  padding: 0px 30px;
}
.field.fieldbtn .theme-btn:hover{
  background-color: #000;
  color: #fff;
}

li.accessory-switch:hover {
  background: none !important;
  color: #FFCC33 !important;
}

/* advisor manager css */
#myReportBtn {
  margin-top: 35px;
}
#advisorReportTable{
  height: 50% !important;
}

#closeTicketsDiv{
  width: 100%;
  height: 450px;
  max-height: 450px;
  overflow: auto;
}

#closeTicketsTable{
  width: 100%;
  height: 320px;
  overflow: auto;
}
#crossReport {
  float: right;
  margin-right: 20px;
}

#crossReport {
  float: right;  margin: 20px;
}
.rightbox .sidebox .cardetailbox{
  overflow-y: inherit !important;
}

/* #closeTicketsDiv ::-webkit-scrollbar {
  height: 6px;
} */

#ticketsDiv #closeTicketsDiv::-webkit-scrollbar {
  width: 6px;
}
#ticketsDiv #closeTicketsDiv::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#ticketsDiv #closeTicketsDiv::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


@media only screen and (max-width: 820px){
  .rightbox .sidebox .cardetailbox{
    overflow-y: auto !important;
  }
  .main-wrapper .rightbox.bookonline .sidebox, .main-wrapper .rightbox.booktestdrive .sidebox {
    width: 100% !important;
    height: 100vh !important;
    margin-bottom: 0;
}

}


/* New Css */

.ag-theme-alpine .ag-ltr .ag-cell {
  border-right-width: 1px;
  text-align: left;
}
.ag-header-row {
  position: absolute;
  overflow: hidden;
  background: #e60121;
}
.ag-header-cell-text {
  color: white;
}

#closeTicketsDiv {
  position: relative;
}
#crossReport {
  position: absolute;
  right: 11px;
  top: -20px;
  margin: 0px;
}
.close-table {
  width: 100%;
  display: inline-block;
  position: relative;
}
.ag-header-cell-text {
  font-size: 15px;
  text-transform: capitalize;
}
.main-wrapper .rightbox.bookonline .sidebox, .main-wrapper .rightbox.booktestdrive .sidebox {
  width: 100% !important;
  display: flex;
  height: calc(100vh - 0px)!important;
  padding: 0px!important;
  margin-bottom: 0px;
}

@media screen and (min-width: 600px) and (max-width: 1366px){
  /* #streamingVideo.streamingVideo {
    height: auto !important;
    width: 102% !important;
  } */
}
@media only screen and (min-width: 300px) and (max-width: 1079px){
  .colortab ul li .color-circle{
    left: 207px !important;
  }
  .colortab ul{
    width: 250px !important;
  }
  .mobile-tooltip {
      position: absolute;
      display: inline-block;
      border-bottom: 1px dotted #333333;
      right: 225px !important;
  }
  /* .mobile-tooltip .mobile-tooltiptext{
    min-width: 190px !important;
    max-width: 190px !important;
  } */
  .main-btns .colortab ul li .color-circle {
    left: 211px !important;
}
}

/* New Css for reports */
.table-wrapper  .ag-theme-alpine .ag-root-wrapper {
  border: none;
}

.table-wrapper .ag-theme-alpine .ag-header {
  border: none;
  border-radius: 8px;
  border: 1px solid #CBD5E1;
  background-color: #E0F2FE;
  margin-bottom: 4px;
}

.table-wrapper  .ag-center-cols-clipper {
  border-radius: 8px;
  border: 1px solid #CBD5E1;
  background-color: #E0F2FE;

  overflow: hidden;
}

.table-wrapper .ag-header-cell-text {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.table-wrapper .ag-header-row {
  background: #f3f3f3;
}




#advisorReportTable::-webkit-scrollbar-track,
.ag-body-horizontal-scroll-viewport::-webkit-scrollbar-track,
.ag-body-viewport.ag-layout-normal::-webkit-scrollbar-track,
.rightbox .sidebox .cardetailbox::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #F5F5F5;
}
#advisorReportTable::-webkit-scrollbar,
.ag-body-horizontal-scroll-viewport::-webkit-scrollbar,
.ag-body-viewport.ag-layout-normal::-webkit-scrollbar,
.rightbox .sidebox .cardetailbox::-webkit-scrollbar
{
	width: 8px;
  height: 8px;
	background-color: #F5F5F5;
}
#advisorReportTable::-webkit-scrollbar-thumb,
.ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb,
.ag-body-viewport.ag-layout-normal::-webkit-scrollbar-thumb,
.rightbox .sidebox .cardetailbox::-webkit-scrollbar-thumb
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e60c20 /* #e60121; */
}

#customerAccessoriesGrid {
  height: 310px !important;
}

#advisorAccessoriesGrid {
  height: 310px !important;
}

@media only screen and (min-width:1080px){

  .colortab .color_Menu_Setup::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .colortab .color_Menu_Setup::-webkit-scrollbar
  {
    width: 2px;
    background-color: #F5F5F5;
  }
  .colortab .color_Menu_Setup::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    background-color: #000;
  }
}
.colortab ul{
  display: flex;
}

@media (max-width: 1366px) {
  /* .door-menu-content {
      right: 70px;
  } */
  #bottombar .scroll_detail_wrapper.re-animate-bottom .exterior-close-btn {
      /* padding: 9px 9px !important; */
  }
  .drag-scroll-content .drag_scroll_item-list {
      line-height: 9px  !important;
      height: 35px !important;
  }
  .drag_scroll_item .drag-scroll-content .drag_scroll_item-data{
    top: 16px !important;
  }
  .accessory_backmainbtn{
    /* width: 70px !important; */
  }


  app-footer-menus {
    /* float: left; */
    width: 100%;
    /* height: 100%; */
}
/* #bottombar .scroll_detail_wrapper.re-animate-bottom .exterior-close-btn {
  padding: 14px 9px !important;
} */

}

@media only screen and (min-width: 300px) and (max-width: 1079px){

.accessory_backmainbtn {
  width: 70px !important;
}
.backmainbtn {
    padding-right: 12px !important;
    padding-left: 12px!important;
}
  .main-btns .colortab ul li .color-circle::before{
    /* left: 1px !important;
    right: 0px !important;
    margin: 0 !important;
    top: 1px !important; */
  }
}
@media only screen and (max-width: 991px) {
#listfeature .drag-scroll-content .drag_scroll_item-list{
  height: 32px !important;
}

}

@media only screen and (min-width: 1367px) {

  .backmainbtn span.backtext {
    padding: 3px 5px 0px 2px !important;
  }

  #Extlist .accessory_backmainbtn .backtext{
    padding-bottom: 0px !important;
  }
  #Extlist .drag_scroll_item{
    bottom: 46px !important;
    left: 135px !important;
    padding-left: 2px !important;
  }

  }

  @media only screen and (max-width: 1000px) {
    .accessory_backmainbtn {
      width: 70px !important;
  }
  }

  @media only screen and (min-width: 1500px){
    .drag-scroll-content .drag_scroll_item-data span.addediconSpan i img {
      margin-top: -4px !important;
  }
  }

  .variantSubVariantName {
    margin-top: -20px !important;
    color: #fc3 !important;
  }
  @media only screen and (max-width: 1000px) {
    .variantSubVariantName {
      margin-top: 0px !important;
  }
  }

  .mode-content,
  .exterior-menu-content{
    block-size: fit-content;
  }

  /* .colortab .color_Menu_Setup::-moz-scrollbar-track, */
  .colortab .color_Menu_Setup::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* .colortab .color_Menu_Setup::-moz-scrollbar, */
.colortab .color_Menu_Setup::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
/* .colortab .color_Menu_Setup::-moz-scrollbar-thumb, */
.colortab .color_Menu_Setup::-webkit-scrollbar-thumb
{
	background-color: #FFCC33;
	border: 0px solid #555555;
}


.showtext {
  background: #1b1310;
  padding: 10px 15px;
  position: absolute;
  bottom: 70px;
  left: 3px;
  width: 100%;
  display: none;
  text-align: left;
}
.top-image .showtext {
  bottom: -118px;
  background: #5c5c5c;
}
.kigercarbanner{
  bottom: -100px !important;
  /* background: #5c5c5c; */
}
.top-image:hover .showtext,
.triber_banner:hover .showtext{
  display: block;
}
.showtext p{
  color: #fff;
  font-size: 16px;
}
.modal {
  z-index: 9999999999 !important;
}


/*
.convo-wrapper {
  min-width:1200px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  padding: 16px;
  border-radius: 16px;
  display: flex;
justify-content: center;
align-items: center;

display: block ;
} */



.convo-content-box {

width: 60%;
border-radius: 8px;
display: flex !important;
height: 100% !important;
justify-content: center !important;
align-items: center !important;
margin: 8px auto !important;
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); */
}

.convo-content-box img {

  object-fit: contain;
  width: 100%; /* Ensure the image scales down with the container */
height: 100%; /* Maintain the aspect ratio */
}

.left-arrow {
  position: absolute;
  left: 18px;
  top:50%;

  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  text-align: center;
  background-color: #ffffff40;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  padding: 8px;
}

.right-arrow {
  position: absolute;
  right: 18px;
  top:50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  text-align: center;
  background-color: #ffffff40;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  padding: 8px;
}

.close-convo {

  position: absolute;
  z-index: 99;
  right: 24px;
  top: 24px;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

@media screen and (max-width:1200px){
  .convo-wrapper {
      min-width: unset;
      width: 96%;
      padding: 5px;
  }

  .left-arrow {
      left: 10px;
  }



  .right-arrow {
      right: 10px;
  }

  .close-convo {
      right: 12px;
      top: 12px;
  }
}


@media screen and (max-width:700px){
  .convo-content-box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}

@media screen and (max-width:1200px) and (orientation: landscape) {
  .convo-content-box {
    display: flex !important;
    width: 60% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 8px auto !important;
  }
    .convo-wrapper {
      /* height: 80%; */
      width: 80%;
      padding: 8px;

  }
}