/*! HTML5 Boilerplate v6.0.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
   ========================================================================== */

@import url("../fonts/stylesheet.css");

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  display: inline-block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * 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;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * 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 {
    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 {
    white-space: pre-wrap !important;
  }
  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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

}

/* ----- Starting of my CSS style -----*/

body {
  font-family: 'Renault Life';
  background-image: url(../img/bg_reno.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #eaeaea;
}
.all-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.content-box {
  max-width: 1590px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}


/* ---------------------- */
/* ---------------------- */
/* ---------------------- */


.menu {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 3.125rem 0;
}
.logo {
  padding-top: 1rem;
  float: left;
  width: 102px;
}
.menu2 .logo {
  width: 80px;
  padding-top: 0.5rem;
}
ul.menu-right {
  float: right;
  margin: 0;
  margin-right: -1rem;
}
ul.menu-right li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding: 0 .93rem;
  vertical-align: middle;
}
ul.menu-right li a {
  color: #fff;
  font-size: 18px;
  padding: 0.75rem 1.875rem;
  border-radius: 5px;
}
ul.menu-right li a:hover,
ul.menu-right li a:focus {
  background-color: #ffcb00;
  color: #333;
  text-decoration: none;
}
ul.menu-right li a > p {
  display: inline-block;
}
#Mphone {
  color: #ffcb00;
}
#Mphone p {
  font-size: 30px;
  font-weight: bold;
}
#Mphone:hover,
#Mphone:focus {
  background-color: #fff;
  padding: 1.375rem 1.875rem 0.75rem;
}

.menu2 {
  display: none;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
  background-color: #333;
  padding: 1.4rem .6rem;
}
.bg-light {
  background-color: transparent!important;
}
.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer;
  width: 48px;
  height: 36px;
  background-color: #ffcb00;
  border-radius: 5px;
}
.navbar-toggler-icon {
  width: 1.8em;
  height: 1.8em;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: .5rem 1rem;
}
.navbar-nav {
  margin-top: 1rem;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #333;
  background-color: #ffcb00;
  border-radius: 3px;
}

.banner-text1 {
  font-size: 3.1rem;
  font-weight: normal;
  margin-top: 2.8rem;
  color: #ffcb00;
}
.banner-text2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: -1rem;
}
.banner-text3 {
  margin-top: 3.125rem;
  -webkit-padding-start: 30px;
}
.banner-text3 li {
  font-size: 1.5rem;
  color: #fff;
  list-style: none;
  padding-left: 1rem;
  text-indent: -.7rem;
}
.banner-text3 li::before {
  content: "• ";
  color: #ffcb00;
  font-size: 2rem;
  line-height: 2.8rem;
}
.button {
  border-radius: 0;
  font-size: 1.125rem;
  padding: 1rem;
  text-align: center;
  width: 18.125rem;
  height: 3.44rem;
  font-family: 'Renault Life';
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.button.trsparent {
  background-color: #0000;
  color: #fff;
  border: solid 1px #fff;
}
.button.trsparent:focus,
.button.trsparent:hover {
  background-color: #333;
  color: #e8e8e8;
}
.button.btyellow {
  background-color: #ffcb00;
  color: #333;
  border: solid 1px #ffcb00;
}
.button.btyellow:focus,
.button.btyellow:hover {
  background-color: #cc9900;
}
.banner-text4 {
  margin-top: 5.625rem;
  margin-bottom: 11.875rem;
}


.carblock {
  background-color: #fff;
  padding: 4.375rem 2.625rem;
}
.CB-title {
  font-size: 3.75rem;
  font-weight: bold;
  margin: 0 1.75rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-city{
  width: 150px !important;
  font-size: 14px !important;
  text-indent: 1px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img//arrow-down.svg") 125px 16px no-repeat transparent;
}
ul.CB-cars {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.CB-each {
  border: solid 1px #ffcb00;
  width: calc(33.33% - 3.5rem);
  padding: 50px;
  float: left;
  margin: 0 1.75rem;
  position: relative;
}
.CB-each img {
  display: block;
  width: 100%;
  max-width: 368px;
  margin: 0.75rem auto;
  position: relative;
  z-index: 1;
}
.sale{
  position: absolute !important;
  width: 115px !important;
  top: -7px;
  right: 15px;
  display: none !important;
  z-index: 0 !important;
}
.trade-in{
  display: none;
}
.CB-each p {
  font-size: 2.25rem;
  font-weight: bold;
  height: 5.45rem;
  margin-top: 1rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
.CB-each h5 {
  font-size: 1.125rem;
  font-weight: 100;
  margin: 0 0 0.3rem;
}
.CB-each h4 {
  font-size: 1.875rem;
  font-weight: bold;
}
.CB-each hr {
  border-color: #e7e7e7;
  margin: 0.5rem 0;
}
.CB-each .button.trsparent {
  color: #333;
  border-color: #3a3a3a;
  width: 100%;
  margin-top: 3.25rem;
  margin-right: 0;
  height: auto;
  min-height: 3.44rem;
  padding: 1rem 0.2rem;
  white-space: normal;
}
.CB-each .button.trsparent:focus,
.CB-each .button.trsparent:hover {
  color: #333;
  border-color: #3a3a3a;
  background-color: #ddd;
  width: 100%;
}
.CB-each a {
  color: #333;
  text-align: right;
  display: block;
  text-decoration: none;
  margin-top: .45rem;
  margin-bottom: 1rem;
}
.CB-each:before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 16px;
  width: 0;
  border-right: solid 30px #ffcb00;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: 0;
  transform: rotate(45deg);
}
.CB-each:after {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -6px;
  width: 0;
  border-right: solid 31px #fff;
  border-top: solid 31px transparent;
  border-bottom: solid 31px transparent;
  transform: rotate(-135deg);
}




.condition-title {
  font-size: 3.75rem;
  font-weight: bold;
  margin-top: 4.5rem;
  margin-bottom: 3.75rem;
}
.condition-body p {
  font-size: 3rem;
}
/* .condition-body .col-sm-6 {
  padding-left: 6.7rem;
} */
.condition-body ul.condition-left {
  border-right: solid 1px #b3b3b3;
}
.condition-body ul {
  padding: 0;
  list-style: none;
  margin-top: 3.3rem;
}
.condition-body ul li {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
.condition-body ul li b {
  font-weight: bold;
}
.condition-body ul li:last-child {
  color: #212529;
  font-weight: bold;
}
.condition-body ul li::before {
  content: "> ";
  color: #ffcb00;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
}
.con-t2 {
  display: inline-block;
  float: right;
  width: 25rem;
}
.condition-right {
  display: inline-block;
  float: right;
}
.condition-body .col-sm-6:last-child {
  display: inline-block;
  /* padding-right: 6.7rem; */
  padding-left: 0.9rem;
}

.formtitle {
  font-size: 3.75rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
.formdesc {
  font-size: 2.25rem;
  margin-bottom: 3.75rem;
  margin-top: -1rem;
}
.form-els {
  margin-bottom: 3.375rem;
}
.form-els input.button {
  font-size: 1.5rem;
  height: 4.1875rem;
  min-width: 15rem;
  margin-right: 1rem;
  width: 26%;
}
.form-els input.button.trsparent{
  border-color: #333;
  color: #333;
  margin-top: 1px;
}
.form-els input.button.trsparent:focus,
.form-els input.button.trsparent:hover {
  cursor: auto;
  background-color: transparent;
  color: #333;
}



.footer-box {
  margin: 0 6.6875rem;
  padding: 3rem 5.875rem 0.5rem;
}
.all-content.footer,
.content-box.footer {
  background-color: #333;
  position: relative;
}
.content-box.footer:before {
  content: '';
  position: absolute;
  width: 105px;
  height: 38px;
  background-image: url("");
  background-position: left top;
  background-repeat: no-repeat;
  top: 3rem;
  left: 0;
}
.footer-box > .row {
  padding: .5rem 0;
}

.footer-box .fleft {
  padding-top: 4rem;
  padding-bottom: 1.6rem;
}
.ftr-tel,
.ftr-adr {
  position: relative;
  font-weight: 100;
  font-size: 20px;
  color:#ffffff;
  padding-left: 1.25rem;
}
.ftr-tel {
  font-weight: 100;
  margin-top: .625rem;
}
.ftr-adr {
  font-weight: 100;
}
.ftr-tel a {
  color: #ffffff;
  text-decoration: none;
}
.ftr-tel a:hover,
.ftr-tel a:focus {
  color: #ffcb00;
  text-decoration: none;
}
.ftr-tel:before {
  content: '';
  position: absolute;
  width: .9375rem;
  height: .9375rem;
  top: .375rem;
  left: 0;
  background-image: url("../img/footer-icons.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ftr-adr:before {
  content: '';
  position: absolute;
  width: .9375rem;
  height: .9375rem;
  top: .375rem;
  left: 0;
  background-image: url("../img/footer-icons.png");
  background-size: 100% auto;
  background-position: 0 -.9375rem;
  background-repeat: no-repeat;
}
.ftr-links a {
  display: block;
  color: #e8e8e8;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
}
.ftr-links a:hover,
.ftr-links a:focus {
  color: #ffcb00;
  text-decoration: none;
}
.ftr-links {
  margin-top: 1rem;
  line-height: 1.3;
}
.footer-box .imap {
  float: right;
  width: 100%;
  height: 230px;
  max-width: 430px;
  min-height: 14.0265625rem;
  background-color: #fffef7;
  background-image: url("../img/templ-map.jpg");
  background-position: center center;
  background-size: auto auto;
  margin-bottom: 2rem;
}
.footer-box .csm-4.furl {
  padding: 0;
  margin-left: -5px;
}
.footer-box .fcopyright {
  width:100%;
  color: #e8e8e8;
  border-top: solid 1px #595959;
  font-size: 14px;
  text-align: center;
  padding: 1rem 0;
  font-weight: 100;
}


.sptxt {
  padding: 0 0.75rem;
  color: #999;
  font-size: .9rem;
}


/* ---------------------- */
/* ---------------------- */
/* ---------------------- */



/* -------------------------------------------- */



#mypopup {
  position:fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999;
  background-color: rgba(0,0,0,0.8);
  overflow: scroll;
  display: none;
}
#mypopup .popupbody {
  font-family: 'Renault Life';
  padding: 20px;
  position: relative;
  background-color: #f4f4f4;
  width: 450px;
  margin: 20px auto;
  border: solid 3px #ffcb00;
}
.html-mlock {
  overflow: hidden !important;
  width: auto;
  margin-right: 17px;
}
#mypopup .popupbody .pp-close button {
  position: absolute;
  right: -10px;
  top: -10px;
  border: solid 3px #ffcb00;
  border-radius: 17px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  background-color: #FFF;
  box-shadow: -1px 1px 5px #aaaaaa;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mypopup .popupbody .pp-close button:hover,
#mypopup .popupbody .pp-close button:focus {
  background-color: #ffcb00;
  color:#fff;
}
#mypopup .popupbody .pp-close button .cl-btn {
  background-image: url(../img/close-btn3.png);
  background-position: 0 0;
  background-size: auto 28px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 28px;
  height: 28px;
  display: block;
  content: '';
}
#mypopup .popupbody .pp-close button:hover .cl-btn,
#mypopup .popupbody .pp-close button:focus .cl-btn {
  background-position: -28px 0;
}
#mypopup .popupbody .pp-result {
  text-align: center;
}
#mypopup .alert {
  margin: 0;
}
#mypopup .cb-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#mypopup .mpp-img {
  position: relative;
  max-width: 360px;
  width: 100%;
  max-height: 170.28px;
  margin: 0 auto;
}
#mypopup .mpp-img:before{
  content: "";
  display: block;
  padding-top: 47.3%;
}
#mypopup .mpp-img div {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url("../img/renault-stepway.png");
}
#mypopup .col.cbdet {
  padding: 0;
  padding-right: 15px;
  padding-top: 0.3rem;
}
#mypopup .carname,
#mypopup .cardetail {
  font-family: 'Renault Life';
  width: 100%;
  border: none;
  text-align: left;
}
#mypopup .carname {
  font-weight: normal;
  font-size: 1.125rem;
}
#mypopup .cardetail {
  font-weight: bold;
  font-size: 1rem;
}

#mypopup .col input {
  border:0;
  background-color: transparent;
  margin-top: -5px;
}
#mypopup .col input.carid,
#mypopup .col input.cardetail {
  font-weight: 300;
  font-size: 12px;
  margin-top: 12px;
}
#mypopup .col input.carname,
#mypopup .col input.carprice {
  font-size: 12px;
  font-weight: bold;
}
#mypopup .body {
  width: 260px;
  margin: 0 auto;
}
#mypopup .body {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 14px;
  overflow: hidden;
}
#mypopup .cb-body .cb-txt {
  padding: 5px;
  margin-bottom: 14px;
  font-size: 1.125rem;
}
#mypopup input.cl-name,
#mypopup input.cl-phone,
#mypopup select.cl-city,
#mypopup input.cb-send {
  width: 100%;
  font-family: 'Renault Life';
  border: solid 1px #000;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 14px;
  margin-bottom: 6px;
  max-width: 260px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mypopup input.cb-send {
  width: 100%;
  border: solid 0px #000;
  background-color: #ffcb00;
  text-align: right;
  cursor: pointer;
}
#mypopup input.cb-send:hover,
#mypopup input.cb-send:focus {
  background-color: #cc9900;
}

@media (max-width: 550px) {
  #mypopup .popupbody {
    width: 390px;
  }
  #mypopup .cb-col.cbdet {
    padding-top: 6px;
  }
}

@media (max-width: 425px) {
  #mypopup .popupbody {
    width: 390px;
  }
  #mypopup .col.cbdet {
    padding-top: 0px;
    text-align: left;
  }
}
@media (max-width: 375px) {
  #mypopup .popupbody {
    width: 345px;
  }
}
@media (max-width: 320px) {
  #mypopup .popupbody {
    width: 290px;
  }
}



.csm-4,
.csm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 967.99px) {
  .ftr-title {
    padding-bottom: 0;
  }
  .ftr-links a,
  .ftr-tel, .ftr-adr {
    font-size: 1.1rem;
  }
  .footer-box .csm-4.furl {
    margin-left: 34px;
    width: calc(100% - 34px);
  }
  .ftr-links {
    margin-top: 0;
  }
  .footer-box .fleft {
    padding-bottom: .5rem;
  }
}
@media (min-width: 968px) {
  .row1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .csm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .csm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1440.1px) and (max-width: 1710px)  {
  .CB-each p {
    font-size: 2rem;
  }
}
@media (min-width: 1024.1px){
  /* .condition-body ul.condition-right {
    margin-top: 2.3rem;
  } */
}

@media (min-width: 766.1px) and (max-width: 1850px)  {
  body {
    background-position: 60% 0;
  }
  @media (max-width: 1700px)  {
    body {
      background-size: 2304px;
    }
    @media (max-width: 1600px)  {
      body {
        background-position: 65% 0;
      }
      @media (max-width: 1440px)  {
        body {
          background-size: 1860px;
        }
        @media (max-width: 1160px)  {
          body {
            background-position: 71% 0;
          }
          @media (max-width: 1024px)  {
            body {
              background-size: 1500px;
            }

          }
        }
      }
    }
  }
}

@media (min-width: 1440.01px) and (max-width: 1699.99px) {
  .content-box {
    max-width: 1400px;
  }
  .banner-text4 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.8rem;
  }
  .content-box {
    max-width: 1000px;
  }
  ul.menu-right li {
    padding: 0;
  }
  ul.menu-right {
    margin-right: 0;
    padding-left: 0;
  }
  .logo {
    padding-top: 1.25rem;
  }
  .banner-text4 {
    margin-bottom: 7rem;
  }
  .CB-each {
    width: calc(33.33% - 1.5rem);
    padding: 20px;
    margin: 0 .75rem;
  }
  ul.menu-right li a {
    padding: 0.75rem 1.6rem;
  }
  #Mphone:hover, #Mphone:focus {
    padding: 1.375rem 1.6rem 0.75rem;
  }
  .CB-each:before {
    bottom: 0;
    right: 10px;
    border-right: solid 20px #ffcb00;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .CB-each:after {
    bottom: -16px;
    right: -5px;
    border-right: solid 21px #fff;
    border-top: solid 21px transparent;
    border-bottom: solid 21px transparent;
  }
  .footer-box {
    margin: 0 6.6875rem;
    padding: 3rem 0 .5rem;
  }
  .ftr-links a,
  .ftr-tel, .ftr-adr {
    font-size: 16px;
  }
  .footer-box .fcopyright {
    font-size: 12px;
  }
  .footer-box .fleft {
    padding-top: 6rem;
  }

  @media (max-width: 1024px) {
    html {
      font-size: 0.65rem;
    }
    .content-box {
      max-width: 94%;
    }
    .logo {
      padding-top: 1.5rem;
    }
    ul.menu-right li a {
      font-size: 16px;
    }
    #Mphone p {
      font-size: 24px;
    }
    ul.menu-right li a {
      padding: 0.75rem 1rem;
    }
    #Mphone:hover, #Mphone:focus {
      padding: 1.375rem 1rem 0.75rem;
    }
    ul.menu-right {
      padding: 0;
    }
    .banner-text2 {
      width: 50rem;
    }
    .banner-text3 {
      margin-top: 1.125rem;
    }
    .banner-text4 {
      margin-top: 4.625rem;
      margin-bottom: 3rem;
    }
    .condition-title {
      margin-bottom: 1.75rem;
    }
    .condition-body ul {
      margin-top: 1.3rem;
    }
    .condition-body ul.condition-right {
      margin-top: 0rem;
    }
    .footer-box {
      margin: 0 0;
    }
  }
  @media (max-width: 768px) and (max-width: 890px) {
    .CB-each p {
      font-size: 1.8rem;
    }
  }
  @media (max-width: 766px) {
    html {
      font-size: 0.8rem;
    }
    .content-box {
      max-width: 100%;
      padding: 0 1.5rem;
    }
    .menu {
      display: none;
      visibility: hidden;
    }
    .menu2 {
      display: block;
      visibility: visible;
    }
    .banner-text1 {
      font-size: 1.9rem;
    }
    .banner-text2 {
      font-size: 2rem;
      width: 100%;
    }
    .banner-text3 {
      padding: 0;
    }
    .banner-text3 li {
      font-size: 1.15rem;
    }
    input.button {
      width: 100%;
    }
    .CB-title {
      font-size: 2rem;
      font-weight: bold;
      margin: 2rem 0 1rem;
      text-align: center;
    }
    .CB-each {
      width: calc(100% - 1rem);
      padding: 20px;
      margin: .5rem;
    }
    .sptxt {
      padding-bottom: 1rem;
    }
    .condition-title {
      font-size: 3rem;
      margin-top: 2rem;
      text-align: center;
    }
    .condition-body .col-sm-6:last-child,
    .condition-body .col-sm-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .condition-body p {
      font-size: 2rem;
    }
    .condition-body ul {
      margin-top: 1rem;
    }
    .condition-body ul li {
      font-size: 1.3rem;
      line-height: 1.8rem;
      margin-bottom: 0.8rem;
    }
    .condition-body ul li::before {
      font-size: 1.8rem;
      line-height: 1.8rem;
    }
    .condition-body ul.condition-left {
      border-right: solid 0 #b3b3b3;
    }
    .con-t2 {
      float: none;
      width: 100%;
      margin-top: 2rem;
    }
    .condition-right {
      float: none;
      display: block;
    }
    .formtitle {
      font-size: 3rem;
      font-weight: bold;
      line-height: 3rem;
      margin-top: 3.5rem;
      text-align: center;
    }
    .formdesc {
      font-size: 1.7rem;
      margin-bottom: 2.75rem;
      line-height: 2rem;
      margin-top: 1rem;
    }
    .form-els input.button {
      height: 4rem;
      min-width: 100%;
      margin-right: 0;
      width: 100%;
    }
    .content-box.footer:before {
      top: 2rem;
      left: calc(50% - 53px);
    }
    .footer-box .fleft {
      padding-top: 3rem;
      padding-bottom: 2rem;
    }
    .footer-box .imap {
      float: none;
      display: block;
      margin: 0 auto 2rem;
    }
    body {
      background-image: url(../img/bg_reno_mini.jpg);
      background-position: 50% -25px;
    }
    .banner-text4 {
      margin-top: 28rem;
      margin-bottom: 1rem;
    }

    @media (min-width: 576px) {
      .condition-body ul li::before {
        font-size: 1.4rem;
        line-height: 1.6rem;
      }
      .condition-body ul li {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin-bottom: 0.8rem;
      }
      .con-t2 {
        margin-top: 0;
      }
      .content-box.footer:before {
        left: 4rem;
      }
    }
  }
}


.form-els input.button:disabled {
  cursor: not-allowed;
  box-shadow: inset 10px 10px 100px rgba(0,0,0,.4);
}
input.button.btyellow:disabled:focus,
input.button.btyellow:disabled:hover {
  background-color: #ffcb00;
}

.Fouput #FormOut,
.Fouput #fountainG,
.Fouput {
  display: none;
}
#form.uploading .formdesc {
  display: none;
}
#form.uploading .Fouput {
  display: block;
}
#form.uploading .Fouput #fountainG {
  display: block;
}
#FormOut .alert {
  font-size: 2rem;
}
#form.results .formdesc {
  display: none;
}
#form.results .Fouput {
  display: block;
}
#form.results .Fouput #fountainG {
  display: none;
}
#form.results .Fouput #FormOut {
  display: block;
  padding: 0.25rem 0;
}

@media (min-width: 767px) and (max-width: 860px) {
  .menu .logo,
  .menu .logo img {
    width: 80px;
  }
  .menu .menu-right img {
    width: 100px;
  }
}


#fountainG{
  position:relative;
  width:234px;
  height:28px;
  margin: 2.2rem auto;
}


@media (max-width: 1440px) {
  #fountainG {
    margin: 1.975rem auto;
  }
  @media (max-width: 1024px) {
    #fountainG {
      margin: 1.7rem auto;
    }
    @media (max-width: 766px) {
      #fountainG {
        margin: 1.75rem auto;
      }
      #FormOut .alert {
        font-size: 1.4rem;
      }
      @media (max-width: 632px) {
        #fountainG {
          margin: 2.725rem auto;
        }
        @media (max-width: 365px) {
          #fountainG {
            margin: 3.725rem auto;
          }
        }
      }
    }
  }
}

.fountainG{
  position:absolute;
  top:0;
  background-color:rgb(51,51,51);
  width:1.75rem;
  height:1.75rem;
  animation-name:bounce_fountainG;
  -o-animation-name:bounce_fountainG;
  -ms-animation-name:bounce_fountainG;
  -webkit-animation-name:bounce_fountainG;
  -moz-animation-name:bounce_fountainG;
  animation-duration:1.5s;
  -o-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  transform:scale(.3);
  -o-transform:scale(.3);
  -ms-transform:scale(.3);
  -webkit-transform:scale(.3);
  -moz-transform:scale(.3);
  border-radius:19px;
  -o-border-radius:19px;
  -ms-border-radius:19px;
  -webkit-border-radius:19px;
  -moz-border-radius:19px;
}

#fountainG_1{
  left:0;
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
}

#fountainG_2{
  left:29px;
  animation-delay:0.75s;
  -o-animation-delay:0.75s;
  -ms-animation-delay:0.75s;
  -webkit-animation-delay:0.75s;
  -moz-animation-delay:0.75s;
}

#fountainG_3{
  left:58px;
  animation-delay:0.9s;
  -o-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -moz-animation-delay:0.9s;
}

#fountainG_4{
  left:88px;
  animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
}

#fountainG_5{
  left:117px;
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
}

#fountainG_6{
  left:146px;
  animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
}

#fountainG_7{
  left:175px;
  animation-delay:1.5s;
  -o-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
}

#fountainG_8{
  left:205px;
  animation-delay:1.64s;
  -o-animation-delay:1.64s;
  -ms-animation-delay:1.64s;
  -webkit-animation-delay:1.64s;
  -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
  0%{
    transform:scale(1);
    background-color:rgb(51,51,51);
  }

  100%{
    transform:scale(.3);
    background-color:rgb(255,204,0);
  }
}

@-o-keyframes bounce_fountainG{
  0%{
    -o-transform:scale(1);
    background-color:rgb(51,51,51);
  }

  100%{
    -o-transform:scale(.3);
    background-color:rgb(255,204,0);
  }
}

@-ms-keyframes bounce_fountainG{
  0%{
    -ms-transform:scale(1);
    background-color:rgb(51,51,51);
  }

  100%{
    -ms-transform:scale(.3);
    background-color:rgb(255,204,0);
  }
}

@-webkit-keyframes bounce_fountainG{
  0%{
    -webkit-transform:scale(1);
    background-color:rgb(51,51,51);
  }

  100%{
    -webkit-transform:scale(.3);
    background-color:rgb(255,204,0);
  }
}

@-moz-keyframes bounce_fountainG{
  0%{
    -moz-transform:scale(1);
    background-color:rgb(51,51,51);
  }

  100%{
    -moz-transform:scale(.3);
    background-color:rgb(255,204,0);
  }
}


.checkbox {
  position: relative;
  width: 100%;
}
.checkbox input[type=checkbox] {
  width: 0;
  height: 0;
}
.checkbox input[type=checkbox]:focus+label::before {
  border-color: #999;
  box-shadow: none;
}
.checkbox input[type=checkbox]:checked+label::before {
  background: #fff;
  border: 2px solid #ffcb00;
  box-shadow: none;
  color: #ffcb00;
}
.checkbox input[type=checkbox]:checked:focus+label::before {
  border-width: 2px;
  padding: 1px;
}
.checkbox label {
  display: block;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox label::before {
  background-color: #fff;
  border: 2px solid #999;
  color: transparent;
  content: "ˇ";
  font-size: 44px;
  line-height: 41px;
  text-align: center;
  left: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
.checkbox #closePolitic,
.checkbox #politicLink {
  text-decoration: underline;
  color: #007bff;
  cursor: pointer;
}

#PoliticText {
  overflow: hidden;
  display: none;
}

#send-request-form {
  margin-bottom: 0;
  color: #000;
}

#send-request-form .row:first-of-type {
  margin-bottom: 12px;
}

.btn-send {
  background: #ffcb00;
  border-radius: 0;
}

.btn-cancel {
  border-radius: 0;
}

.form-input {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
}

.alert {
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 16px;
  right: 16px;
}

.alert h4 {
  margin-bottom: 0;
}

.block p {
  margin-bottom: 0;
}

.waiting-block,
.success-block,
.error-block {
  margin-top: 12px;
  margin-bottom: 0;
  color: #28a745;
  text-align: center;
}

.waiting-block {
  color: #ffc107;
}

.error-block {
  color: #dc3545;
}

.waiting-block p {
  margin-bottom: 0;
}

#send-request {
  color: #000;
}

#send-request .row {
  align-items: center;
}

#send-request .btn-send {
  width: 100%;
  padding: 0.75rem;
  border: none;
  font-size: 1.5rem;
}

#send-request .checkbox {
  margin-top: 1rem;
}

#send-request .btn-send {
  margin-top: 8px;
}

#send-request-modal .col-12 {
  margin-bottom: 8px;
}

.form-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-content input {
  flex-basis: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.form-content input:nth-child(2n) {
  margin-right: 0;
}

.form-content select {
  flex-basis: 49%;
  margin-right: 2%;
}

.form-content select:nth-child(2n) {
  margin-right: 0;
}

.privacy {
  display: none;
}

#send-request .block {
  text-align: left;
}




