/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.grecaptcha-badge { 
    visibility: hidden !important;
}
.msgdiv {
    float: right;
    width: 260px;
    margin-top: 13px;
    padding-right: 15px;
}

.no {
    border: 1px solid #808080;
    font-size: 18px;
    padding: 8px;
    margin: 5px 0px;
    width: 30px;
}

.no:first-child {
    padding: 7px
}

.wpcf7-form-control::placeholder {
  color: #00625c;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #00625c;
  font-weight: bold;
}

.wpcf7-text, .wpcf7-textarea {
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    color: #00625c;
    font-weight: bold;
    padding: 0.1em 1rem;
}

.wpcf7-textarea {
    height: 50px;
}

.wpcf7-textarea:focus-visible, .wpcf7-text:focus-visible, #monthlybudget {
      outline: none !important;

}

.wpcf7 div {
    margin-bottom: 30px;
}

.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 1rem 0;
}

.wpcf7 .select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 2px solid #aaa !important;
    border-radius: 0 !important;
    padding:0 0.4rem;

}

.info-window .p-title {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.info-window {
    width: 230px;
    padding: 5px 8px;
}

.info-window .p-address {
    font-size: 15px;
}

/* Loan Calculator CSS */
.finaldiv3 img {
    width: 80px !important;
}

.wrap3 {
    margin: 0 auto 5rem !important;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    padding: 0px;
    outline: none;
    position: relative;
    box-sizing: border-box;
    height: 8px;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(#5DBB99, #5DBB99) no-repeat #9F9F9F;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background:
        url('/wp-content/uploads/2023/09/truck.png') center/contain no-repeat;
    z-index: 1;
    width: 65px;
    position: relative;
    height: 65px;
    padding: 0px;
    top: -8px;
    transition: background .3s ease-in-out;
    border: none;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background:
        url('https://icfprdwebsite.indostarcapital.com/wp-content/uploads/2023/09/truck.png') center/contain no-repeat;
    z-index: 1;
    width: 65px;
    position: relative;
    height: 65px;
    padding: 0px;
    top: -8px;
    transition: background .3s ease-in-out;
    border: none;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background:
        url('https://icfprdwebsite.indostarcapital.com/wp-content/uploads/2023/09/truck.png') center/contain no-repeat;
    z-index: 1;
    width: 65px;
    position: relative;
    height: 65px;
    padding: 0px;
    top: -8px;
    transition: background .3s ease-in-out;
    border: none;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}


.range-wrap {
    position: relative;
    margin: 0 auto 10rem;
    width: 85%;
}

.input-wrap {
    margin: 0 auto 8rem;
}

.range {
    width: 100%;
}

.ltext {
    position: absolute;
    left: 0;
    top: 25px;
}

.rtext {
    position: absolute;
    right: 0;
    top: 25px;
}

#bubble1,
#bubble2,
#bubble3 {
    background: #6FF2C2;
    color: #000;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: -51px;
    text-align: center;
}

#bubble3 {
    width: 110px;
}

#bubble1 {
    width: 110px;
}

.bubble:before {
    position: absolute;
    content: "";
    margin: 0 auto;
    display: inline-block;
    border: 7px solid transparent;
    border-top: 8px solid #6FF2C2;
    border-bottom: 0 none;
    top: 26px;
}

#bubble1::before {
    left: 38%;
}

#bubble2::before {
    left: 29%;
}

#bubble3::before {
    left: 38%;
}

.imagerupee img {
    width: 40px;
    height: 40px;
    background: #20A39A;
    border-radius: 50%;
    padding: 6px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.imagerupee input {
    border-left: none;
    border-color: #20A39A;
    border-radius: 17px;
    border-width: 2px;
    margin-left: -35px;
    background: transparent;
    padding-left: 38px;
    font-weight: 900;
}
.imagerupee input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #20A39A;
}

.input-wrap .text {
    font-size: 20px;
    letter-spacing: 1px;
}

.finaldiv {
	background: #000;
    color: #fff;
    /* letter-spacing: 10px; */
    padding: 0px 5px;
    width: max-content;
    margin: 30px auto 20px;
}

/* .finaldiv img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
} */

.finaldiv img {
    width: 21px;
    height: 21px;
    margin: 0;
}

.final-amount {
    margin-top: -2px;
}

.finaldiv2 {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 3px solid #20a39a;
    width: 140px;
    margin: auto;
}

.range-wrap .text {
    position: absolute;
    top: -98px;
    font-size: 20px;
}

.finaldiv3 {
    margin-top: 30px;
}

.alertmessage {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    background: #d71c22;
    text-align: center;
    padding: 5px;
    border-radius: 7px;
}

/* Branch Locator Css */

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #222E2D;
    padding: 0;
    margin-top: -1px;
    font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #00625c;
    font-weight: bolder;
    border-color: #00625c;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    border-bottom: 4px solid transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 20px;
    padding: .5rem 1rem 1rem;
}

.nav-tabs .nav-link {
    padding-left: 0;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    justify-content: space-between;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #00625c;
}

.main-heading h1 {
    font-weight: 900;
    color: #00625c;
    margin-bottom: 3rem;
	font-size:30px;
}

.tab-content>.tab-pane {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
}

.states_box:first-child {
    margin-top: 5px;
}

.states_box {
    margin-top: 3rem;
}

.statename {
    font-size: 20px;
    padding-bottom: 15px;
    color: #00625c;
    font-weight: 900;
}

.midsection {
    max-height: 330px;
    overflow: auto;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00625c !important;
    width: 7px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 7px;
}

.mCSB_scrollTools {
    opacity: 1 !important;
}


/* Input field */
.select2-selection__rendered {
    color: #00625c !important;
    font-weight: bold;
}

/* Around the search field */
.select2-search {
    color: #00625c !important;
    font-weight: bold;
}

/* Search field */
.select2-search input {
    color: #00625c !important;
    font-weight: bold;
}

/* Each result */
.select2-results {
    background-color: #fff;
}

/* Higlighted (hover) result */
.select2-results__option--highlighted {
    background-color: red;
}

.select2-results__option[aria-selected=true] {
    color: #fff !important;
    font-weight: bold;
    background-color: #00625c !important;
}

.tab-pane .select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 0 !important;

}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
    opacity: 0.6;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222e2d !important;
}

input#contactsubmit {
    margin: auto;
    display: block;
    background: #00625c;
    font-size: 26px;
    font-weight: 900;
    border-radius: 15px;
    margin-top: 40px;
    border: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 45px;
}

.tab-pane input.submit {
    background: #00625c;
    font-size: 20px;
    padding: 0.9rem 4.5rem;
    font-weight: 900;
    border-radius: 10px;
    float: right;
    margin-top: 40px;
    box-shadow: 6px 6px 6px #ccc;
    border: none;
    text-shadow: 1px 1px #999;
    letter-spacing: 1.5px;
}

#map{
    height:600px;
}

/* Stock API css */
.stock-box p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.change i.fa.fa-caret-up {
    color: green !important;
}
.change i.fa.fa-caret-down {
    color: red !important;
}
.mobile-price p {
    color: #fff !important;
    font-size: 12px;
}

/* Branch Locator Css End */

@media only screen and (max-width: 1024px) {
    .input-wrap .text {
        padding-bottom: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    #range-wrap3 {
        margin-bottom: 3rem;
    }

    .range-wrap {
        width: 95%;
    }
    .cityofficetype.row div {
        margin-bottom: 20px;
    }

    #map{
        height:450px;
        margin-top: 50px;
    }
    .msgdiv {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

/* Loan Calculator End */