/* Theme settings */

.theme-color {
  color: #414042;
}


.theme_bg {
  background: #0a2142 !important;
}

.red_bg {
  background: #cd142f !important;
}

.theme_dropdown {
  background: #00AFD7;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

.grey-bg {
  background: #f7f7f7 !important;
}

.grey-bg-d {
  background: #c0c0c0 !important;
}

.black-bg {
  background: #000 !important;
}

.function-bg {
  background: #7D55C7 !important;
}



.biding_heading [type="radio"]:checked,
.biding_heading [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.biding_heading [type="radio"]:checked + label,
.biding_heading [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 23px;
    display: inline-block;
    color: #666; /*#4A3D70;*/
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
    .biding_heading [type="radio"]:checked + label:before,
    .biding_heading [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border: 1px solid #666; /*#4A3D70;*/
        border-radius: 100%;
        background: #fff;
    }
    .biding_heading [type="radio"]:checked + label:after,
    .biding_heading [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 24px;
        height: 24px;
        background: #666; /*#4A3D70;*/
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
.biding_heading [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.biding_heading [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}





.range-slider .input-range {
  margin-left: 199px;
  -webkit-appearance: none;
  height: 350px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
}

::-moz-range-track {
  background: #ccc;
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
}
.rangeslider--vertical{
  min-height: 410px !important;
  width: 5px !important;
}

.range_slider_bid{
  padding-left: 45px;
  padding-top: 20px;
  margin-right: 35px;
  width: 100px;
  position: relative;
  max-height: 446px;
}

.rangeslider {
  background: url(../images/dashes-long.svg);
}

.rangeslider, .rangeslider__fill{
  border-radius: 0 !important;
}
.rangeslider__fill{
  background: #493D6D !important;
}
.rangeslider {
  background: #DFDFE1 !important;}
  .rangeslider__handle:after{
        background-image: none !important;
    /* background-size: 100%; */
    /* background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(0,0,0,.13)),color-stop(100%,rgba(255,255,255,0))); */
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
     border-radius: 0 !important;
  }
  .rangeslider__handle{
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
    background-image: none !important;
    background-image: none !important;
    -moz-box-shadow: 10 0 8px rgba(0,0,0,.3);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 26px !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g) #187EC0 !important;
    border: 1px solid #187EC0 !important;
  }

  
  .biding_heading{
    text-align: center;
    margin-bottom:20px;
   }

    .biding_heading .calculator-title {
        color: #333; /*#4A3D70;*/
        font-weight: 600;
        margin-bottom: 8px;
        padding-top: 12px;
        font-size: 2.5rem;
        line-height: 1.2;
        margin-top: 0px;
    }
  .bdding_main{
    /*padding: 18px;*/
  }

  .graphs_mai, .graph_bottom_text{
    width: 450px;
  }
  .graphs_mai ul{
    margin-bottom: 0;
    border-bottom: 1px solid #A4A3A8;
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .graphs_mai ul li{
    display: inline-block;
    height: 240px;
    width: 90px;
    background: #187EC0;
    color: #fff;
    margin: 0 45px;
  }
  .graphs_mai ul li div{
    transition: 0.3s ease;
  }
  .graphs_mai ul li span{
    font-size: 16px;
    font-weight: 500;
  }
  .top_portion{
    background: #4A3D70;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_portion{
    display: flex;
    justify-content: center;
    height: 190px;
    align-items: center;
  }

  .range_content{
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
  }
.rangeslider__handle:before{
  content: '';
  height: 1px;
  width: 458px;
  display: block;
  /* background: #A4A3A8; */
  background: url(../images/dotted.png);
  position: absolute;
  top: 50%;
  z-index: 0;
  margin-left: 38px;
}
.bottom_text_slogans{
  display: flex;
  align-items: center;
  margin-top:-8px;
}
.bottom_text_slogans h3{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #666; /*#4A3D70;*/
}
.rangeer_bottom{
  width: 100px;
  margin-right: 35px;
  /* margin-bottom: 16px; */
}
.graph_bottom_text ul{
  display: flex;
  justify-content: center;
  margin: 0;
}
.graph_bottom_text ul li{
  width: 180px;
  display: inline-block;
  /*margin: 0 -40px 0 02px;*/
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.travel-icon img{
    max-height: 44px;
    margin: 0 auto;
}
output {
    line-height: 1.2;
}
.content_detail{
      /*display: flex; 
     width: 52px;
     height: 463px;
     float: right;
      align-items: center; 
     position: absolute;
     right: 0;
     top: 35%;*/
}
.NEW-BLOCK{
  padding-bottom: 70px;
}
.content_detail {
    width: 100%;
    height: auto;
    float: none;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_detail span{
  width: 100%;
  display: block;
  text-align: center;
  background: #4A3D70;
  color: #fff;
  height: 25px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  width: 80px;
  /*margin: 15px auto;*/
  margin-left: 15px;
  margin-right: 15px;
  line-height: 25px;
}
.content_detail span.paid{

  background: #187EC0;
}

.calc-legend {
    margin: auto;
    width: 40%;
    min-width:200px;
    max-width:225px;
    font-size:17px;
}
.calc-leg-keep, .calc-leg-pay {
    float: left;
    width: 50%;
}
.calc-leg-keep-square {
    height: 14px;
    width: 14px;
    background-color: #4A3D70;
    float: left;
    margin-top: 5px;
}
.calc-leg-keep-text, .calc-leg-pay-text {
    float: left;
    width: 80%;
    text-align: left;
    padding-left: 4px;
}
.calc-leg-pay-square {
    height: 14px;
    width: 14px;
    background-color: #187EC0;
    float: left;
    margin-top: 5px;
}
.donation-calculator-toggle {
    font-size: 0px;
    margin: 30px auto;
    width: 70%;
}
.calc-example-text-footer{
    margin:5px auto;
    text-align:center;
    color:#666;
    width:75%;
}
.donation-calculator-toggle [type="radio"]:checked,
.donation-calculator-toggle [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
    .donation-calculator-toggle .custom-control-inline{
        margin-right:0px;
        padding:0px;
        width:50%;
        text-align:center;
    }
.donation-calculator-toggle .custom-control-inline:first-child label {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.donation-calculator-toggle .custom-control-inline:last-child label {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.donation-calculator-toggle .custom-control-label {
    padding: 0px;
    margin: 0px;
    width: 100%;
   
}
    .donation-calculator-toggle [type="radio"]:checked + label {
        position: relative;
        padding-left: 0px;
        cursor: pointer;
        line-height: 23px;
        display: inline-block;
        color: #4A3D70; /*#4A3D70;*/
        border: 1px solid #4A3D70;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: normal;
        padding: 2px 5px 2px 10px;
    }

.donation-calculator-toggle [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    line-height: 23px;
    border: 1px solid #aaa;
    display: inline-block;
    color: #aaa; /*#4A3D70;*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    padding: 2px 5px 2px 10px;
}

        .donation-calculator-toggle [type="radio"]:checked + label:before,
        .donation-calculator-toggle [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0px;
            height: 0px;
            border:0px;
        }

        .donation-calculator-toggle [type="radio"]:checked + label:after,
        .donation-calculator-toggle [type="radio"]:not(:checked) + label:after {
            content: '';
            position: absolute;
            width: 0px;
            height: 0px;
            top: 0px;
            left: 0px;
            border: 0px;
        }

        .donation-calculator-toggle [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .donation-calculator-toggle [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



    .rangeslider__handle:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 14px solid transparent;
    }
  .rangeslider__handle:after {
    border-left-color: #187EC0 ;
    left: 100% !important;
    top: 50% !important;
    margin-top: -14px !important;
  }
  .total_ammount_range{
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 350px;
    margin-right: -20px;
    color: #666; /*#483c6e;*/
  }
.min_bid {
    position: absolute;
    bottom: -67px;
    right: 2px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 350px;
    margin-right: -91%;
    color: #666; /*#483c6e;*/
    /*font-weight: bold;*/
    width: 100%;
}
  /*.range_slider_bid .dashes-long{
  	position: absolute;
    width: 45px;
    top: 19px;
  }*/
  .range_slider_bid .dashes-long {
      position: absolute;
      width: 36.1px;
      top: 31px;
  }
  .range_slider_bid .dashes-small{
  	position: absolute;
    width: 21.7px;
    top: 31px;
  }


.pricer_box .col-8 {
    flex: 0 0 760px;
    max-width: 760px;
}
/*.rangeslider--vertical .rangeslider__handle {
    left: -33px !important;
}*/

@media (min-width: 992px) and (max-width: 1199px){
  .biding_heading h1 {
      font-size: 31px;
  }
  .biding_heading [type="radio"]:checked + label, .biding_heading [type="radio"]:not(:checked) + label {
      font-size: 20px;
  }
  .biding_heading [type="radio"]:checked + label:before, .biding_heading [type="radio"]:not(:checked) + label:before,
  .biding_heading [type="radio"]:checked + label:after, .biding_heading [type="radio"]:not(:checked) + label:after{
      width: 20px;
      height: 20px;
  }
  .range_slider_bid {
    padding-left: 25px;
  } 
  .graphs_mai ul li {
      width: 80px;
      margin: 0 15px;
  }
  .try-it-out {
      top: 36% !important;
      width: 13% !important;
  }
  .content_detail span {
    height: 37px;
    font-size: 13px;    
    line-height: 37px;
  }
  .graph_bottom_text ul li:first-child{
    padding-left: 55px;
    }
    .graph_bottom_text ul li:last-child{
        padding-right: 75px;
    }
    .donation-calculator-toggle {
        width: 75%
    }

}

@media (min-width: 768px) and (max-width: 991px){
  .try-it-out{
    display: none;
  }
  .range_slider_bid {
    padding-left: 0px;
}
.bdding_main {
    padding: 18px 0;
}
  #keep-more .family-dude-ranch {
    margin-top: 40px;
}
  .graphs_mai ul li {
      width: 70px;
      margin: 0 15px;
  }
  .biding_heading h1 {
     font-size: 28px;
  }
  .biding_heading [type="radio"]:checked + label, .biding_heading [type="radio"]:not(:checked) + label {
      font-size: 18px;
  }
  .biding_heading [type="radio"]:checked + label:before, .biding_heading [type="radio"]:not(:checked) + label:before {
      width: 20px;
      height: 20px;
  }
  .biding_heading [type="radio"]:checked + label:after, .biding_heading [type="radio"]:not(:checked) + label:after {
      width: 20px;
      height: 20px;
  }
  .bottom_text_slogans h3 {
    font-size: 12px;
}
.range_slider_bid .dashes-small {
    position: absolute;
    width: 26px;
}
.range_slider_bid .dashes-long {
    position: absolute;
    width: 36px;
    top: 106px;
}
.graph_bottom_text ul li {
    width: 50%;
    display: inline-block;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.try-it-out {
    top: 39% !important;
    width: 19% !important;
}
  .content_detail {
    width: 100%;
    height: auto;
    float: none;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .content_detail span {
    height: 33px;
    font-size: 13px;
    width: 45%;
    margin: 15px auto;
    line-height: 33px;
  }
  .NEW-BLOCK{
    padding-bottom: 50px;
  }
  .rangeer_bottom {    
    margin-right: 0;
}
.graphs_mai, .graph_bottom_text {
    width: 700px;
}
    .donation-calculator-toggle {
        width: 86%
    }

}
@media (min-width: 481px) and (max-width: 767px){
.range_slider_bid {
    padding-top: 20px;
    margin-right: 35px;
    width: 100px;
    padding-left: 30px;
}
.graphs_mai ul li {
    width: 70px;
    margin: 0 30px;
}
.try-it-out {
    top: 33% !important;
    left: -2% !important;
}
.rangeslider--vertical .rangeslider__handle {
    left: 0px;
}
.range_slider_bid .dashes-long {
    position: absolute;
    width: 0;
    top: 19px;
}
.content_detail {
    width: 100%;
    height: auto;
    float: none;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .graph_bottom_text ul li {
      width: 50%;
      display: flex;
      justify-content: center;
  }
  .graph_bottom_text ul img {
        max-width: 100%;
}
.bottom_text_slogans h3 {
    font-size: 18px;
}
  .content_detail span {
  height: 40px;
    font-size: 14px;
    width: 45%;
    margin: 15px auto;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px){
.biding_heading h1 {
      font-size: 28px;
    }
    .biding_heading [type="radio"]:checked + label, .biding_heading [type="radio"]:not(:checked) + label {
      padding-left: 30px;
      font-size: 18px;
  }
  .biding_heading [type="radio"]:checked + label:before, .biding_heading [type="radio"]:not(:checked) + label:before {
      width: 18px;
      height: 18px;
  }
  .biding_heading [type="radio"]:checked + label:after, .biding_heading [type="radio"]:not(:checked) + label:after {
      width: 18px;
      height: 18px;
  }
  .NEW-BLOCK{
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
    .graph_bottom_text ul {
     f lex-direction: row;
      justify-content: space-between;
  }
  .bottom_text_slogans {
    align-items: flex-start;
    margin-top: 10px;
}
  .rangeslider__handle {
    width: 30px !important;
    height: 15px !important;
  }
  .graph_bottom_text ul li {
    width: auto;
    display: inline-block;
     margin: 0 0px 0 0px; 
    display: flex;
}
.family-dude-ranch {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 320px) and (max-width: 991px){
  .range_slider_bid {
      padding-top: 20px;
      margin-right: 35px;
      width: 100px;
      padding-left: 0px;
  }
  .graphs_mai ul li {
      width: 55px;
      margin: 0 10px;
  }

  .graph_bottom_text ul img{
    max-width: 100%;
  }
.content_detail span {
    height: 30px;
    font-size: 11px;
    width: 45%;
    margin: 15px auto;
    line-height: 30px;
}
.range_slider_bid .dashes-long {
    width: 26px;
    top: auto;
    bottom: 20px;
}
.range_slider_bid .dashes-small {    
    width: 15.6px;
    bottom: 20.5px;
    top: auto;   
}
.bottom_text_slogans h3 {
    font-size: 14px;
}
.graph_bottom_text ul li {
    width: 50%;
}
.graph_bottom_text ul li:first-child{
    padding-left: 70px;
}
.graph_bottom_text ul li:last-child{
    padding-right: 42px;
}
.rangeslider--vertical {
    min-height: 270px !important;
}
.graphs_mai ul {
    margin-bottom: 0;
}
.range_slider_bid output{
  display: none;
}
.min_bid {
    font-size: 12px;
    height: 234px;
}
.total_ammount_range{
  font-size: 12px;
}
.travel-icon img {
    max-height: 30px;
}
}
@media screen and (max-width: 767px){
    .bottom_text_slogans h3 {
        font-size: 12px;
    }
    .graph_bottom_text ul li:first-child{
        padding-left: 20px;
    }
    .graph_bottom_text ul li:last-child{
        padding-right: 27px;
    }
    .donation-calculator-toggle {
        width:95%
    }
    .donation-calculator-toggle [type="radio"]:checked + label {
        font-size:14px;
    }
        .donation-calculator-toggle [type="radio"]:not(:checked) + label {
            font-size: 14px;
        }
}

.navbar-brand img {
    width: 280px;
}

@media screen and (max-width: 450px) {
    .navbar-brand img {
        max-width: 220px; 
    }
}