/*!/wp-content/plugins/refinance-capture/assets/css/style.css*/@font-face {
    font-family: Cabin;
    src: url(/wp-content/plugins/refinance-capture/assets/css/../fonts/cabin.woff2)
; font-display:swap;}

body{
    margin-bottom: 50px;;
}

.capture_container {
    font-family: Cabin
}

.question-font {
    color: #7a7a7a;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4 !important
}

.radio-container {
    width: auto;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
}

.radio-container>p {
    margin-top: 20px
}

.radio-container > p > input[type="radio"] {
    width:0px;
    opacity:0;
}

.no-border{
    border: 0px !important;
}



.radio-div {
    padding: 10px 15px 0px 15px;
    border: 1px solid #0464cc;
    border-radius: 10px;
    width: 280px;
    cursor: pointer;
    background: #0464cc;
    color: #fff
}

.radio-div > p > input[type="radio"] {
    float:left;
    width:0px;
    opacity:0;
}

.fetcher-option-text label{
    width: 100%;
    height: 100%;
    padding: 18px 10px;
    cursor: pointer;
}

.fetcher-option-text > label > div > input[type="radio"] {
    float:left;
    width:0px;
    opacity:0;
}



.cust_slider {
    -webkit-appearance: none;
    height: 5px;
    border-radius: 5px;
    background: #CCC;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top:15px;
}

.cust_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 5px solid #dae9ec;
    background: #3691ab;
    cursor: pointer
}


.cust_slider::-moz-range-thumb {
    width: 30px;
    float:right;
    height: 30px;
    border-radius: 15px;
    border: 5px solid #dae9ec;
    background: #3691ab;
    cursor: pointer
}

#myProgress {
    width: 300px;
    background-color: #ddd;
    border-radius:5px;
    float:right;
  }
  
  #myBar {
    width: 15px;;
    height: 10px;
    border-radius:5px;
    background-color: #4CAF50;
  }

  #progress_percentage{
      color: #4CAF50;
  }

  
  .rangeslider__handle__value{
      margin-top:40px;
     /* display: none;*/
  }


.checked {
    border:3px solid  green;
  }

  .div_checked {
    background:#308d45;
    border: 1px solid #308d45;
  }

  .bubble_value {
    position: absolute;
    margin-top: 15px;

}

  .bubble_value_1 {
    position: absolute;
    margin-top: 30px;
}

.cust-inp-holder{
    position: relative;
    display: inline;
}
.cust-inp-holder img{
    height:25px;
    position: absolute;
    left:5px;
    top:-4px;

}
.custom-fetcher-input{
    width: 100%;
    padding: 19px 19px 19px 48px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #1d1d1f;
    border: unset;
    box-shadow: inset 0 0 0 1px #a9b0b8;
    border-radius: 5px;
    transition: box-shadow .3s;
    max-width:320px;
}

.small-fetcher-input{
    max-width: 200px !important;
}

.custom-info-fetcher-button{
    display: inline;
    background-color: #2681ff;
    cursor: pointer;
    padding: 21px 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    border-radius: 8px;
    transition: all .3s;
    border: none;
    box-shadow: none;
}

.fetcher-options-img-holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fetcher-options-img-holder img{
    width: 100%;
    margin-bottom: 14px;
}

.fetcher-option-pic-bg{
/*     max-width: 256px; */
    margin: 0;
    padding: 21px 33px;
    flex-direction: column;
    min-width: 160px;
    cursor: pointer;
    border-radius: 8px;
    transition: all .3s;
	flex-basis: 33.333333%;
}

.fetcher-option-pic-bg p{
    margin: 0px !important;
    font-size: 13px;
    font-weight: 700;
}

.fetcher-option-pic-bg:hover{
    color:#0066f3;
    background-color: #d6e7ff
}

.fetcher-option-pic-sm{
    padding: 24px 40px 32px;
    margin: 0 14px;
    width: 180px;
    border-radius: 16px;
    background-color: transparent;
    transition: background-color .3s;
    cursor: pointer;
}

.opt-heading{
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fetcher-option-pic-sm:hover.bad{
    background-color: #fbdbdb;
}

.fetcher-option-pic-sm:hover.poor{
    background-color: #fde6de
}

.fetcher-option-pic-sm:hover.fair{
    background-color: #fff0cc
}

.fetcher-option-pic-sm:hover.good{
    background-color: #dff5dc
}

.fetcher-option-pic-sm:hover.great{
    background-color: #dbf2ff
}

.fetcher-option-text{
    max-width: 560px;
    text-align: center;
    background-color: #f4f6f7;
    color: #1d1d1f;
    border-radius: 8px;
    transition: all .3s;
    margin: 12px auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.fetcher-option-text:hover{
   color: #2681ff;
   background-color: #d6e7ff;
}



.slider {
    width: 90%;
    margin: auto;
}

.range {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.slider-output{
    color: #2681ff;
    font-size: 1.8em;
    font-weight: 700;
}

input[type=range] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 15px;
    padding: 0;
    border-radius: 6px;
    background: #6c6d70;
    box-sizing: content-box;
    max-width: 550px;
    margin:auto;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 4px solid #2681ff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    border: 4px solid #2681ff;
    background: #2681ff;
    transition: all .5s;
}

.mid-logo-holder{
    position: absolute;
    top: 8px;
    left: 50%;
    display: flex;
    margin: 0 auto;
    padding: 12px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 80px;
    height: 80px;
}

.left-flex, .right-flex {
    flex: 1;
}

.round-back{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #f4f6f7;
    border-radius: 50%;
    cursor: pointer;
}

.round-back:hover{
    background: #c4daf8;
}

.round-back img{
    width: 25px;
    margin-left: 10px;
    margin-top: 12px;
}

.go-next-container{
    margin-top: 50px;
}

.slide-header{
    margin-bottom: 3.5rem;
}

#pin-proceed-button.disabled, .grey-background {
    background: #dddddd;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .fetcher-option-pic-bg{
    max-width: 145px;
    margin: 8px;
    padding: 8px 10px 16px;
    flex-direction: column;
    min-width: 145px;
    cursor: pointer;
    background-color: #d6e7ff;
}

	
	.radio-container {
   padding:5px;
}
	
	.radio-container > p {
   font-size:10px;
}
	.mobile_radio_container{
		padding:5px;
	}
	
	.col-xs-3{
		width:25%;
	}
	.col-xs-4{
		width:33%;
	}
	
	.col-xs-6{
		width:50%;
	}
	
}

@media only screen and (max-width: 500px){
    .fetcher-option-pic-sm{
        width: 100%;
        padding: 12px;
        margin: 14px 0px;
        border-radius: 16px;
        background-color: transparent;
        transition: background-color .3s;
        cursor: pointer;
    }

    .fetcher-option-pic-sm label{
        flex-direction: row;
        align-items: center;
        width: 100%;
        display: flex;
        margin-bottom: 0px;
    }

    .fetcher-option-pic-sm label p{
        margin: 0px;
        margin-left: 15px;
        font-size: 18px;
    }

    .fetcher-option-pic-sm label span{
        margin-left: auto;
    }

    .opt-heading{
         margin-left: 12px;
         margin-bottom: 0px;
    }

    .fetcher-option-pic-sm img{
        width: 32px;
        margin-bottom: 0px;
    }

    .fetcher-option-pic-sm.bad{
    background-color: #fbdbdb;
    }

    .fetcher-option-pic-sm.poor{
        background-color: #fde6de
    }

    .fetcher-option-pic-sm.fair{
        background-color: #fff0cc
    }

    .fetcher-option-pic-sm.good{
        background-color: #dff5dc
    }

    .fetcher-option-pic-sm.great{
        background-color: #dbf2ff
    }
}