html{
    scroll-behavior: smooth;
}
.header_logo{
    max-height:100px;
}
.hp_banner {
    position: relative;
}
.hp_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.7);
}
.module-inside {
    /* This will make it stack on top of the ::before */
    position: relative;
}

/* */
.uk-navbar-container{background-color:transparent;transition: background-color 1s;
    padding-top: 10px !important;
    padding-bottom: 10px !important;}
.uk-navbar-container:not(.uk-navbar-transparent){background-color:transparent;transition: background-color 1s !important;}
.uk-navbar-sticky.uk-navbar-container{background-color:#fff;transition: background-color 1s !important;}

.input-zip{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #ced4da;
}

.uk-select, .uk-input{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #bebebe;
}
.uk-select:focus, .uk-input:focus{
    background: #fff;
}

.hp_banner input{
    color: #717171;
}

.hp_banner input, .hp_banner select{
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #bebebe;
}

.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-left a{
    color: rgba(255,255,255,.7);
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-left a:hover{
    color:#fff;
    transition: color 0.2s;
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav li a{
    color: rgba(255,255,255,.7);
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav li a:hover{
    color: #fff;
}

.hp_banner .header_logo{
    filter: brightness(70);
}

.hp_banner .uk-navbar-sticky .header_logo{
    filter: brightness(1);
}

.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar{
    border-color: rgba(255,255,255,.7);
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar .uk-navbar-item{
    border-color: rgba(255,255,255,.7);
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav li a{
    border-color: rgba(255,255,255,.7);
}
.hp_banner .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav{
    border-color: rgba(255,255,255,.7);
}

.hp_banner .tm-toolbar a{
    color: rgba(255,255,255,.7);
}
.hp_banner .tm-toolbar a:hover{
    color:#fff;
}

.hp_banner h1{
    text-shadow: 1px 1px 1px #000;
    color:#fff;
}
.uk-logo{
    width:200px;
    margin: auto;
}

.uk-logo svg{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.uk-sticky-fixed{
    z-index:99999;
}

.hp_banner .tm-toolbar svg polyline{stroke:rgba(255,255,255,.7);}

.tip{
    color: #48b3ff;
    text-shadow: 1px 1px 1px #fff;
    margin-top: 10px;
    text-align: center;
}

.tip span{
    color: #48b3ff;
    fill: #48b3ff;
    stroke: #48b3ff;
    margin-right: 10px;
}

.tip svg path, .tip svg rect{
    stroke: #000;
}

.tip_inverted{
    color:#fff;
    text-shadow: 1px 1px 1px #000;
    margin-top:5px;
}

.tip_inverted span{
    color:#fff;
    fill:#fff;
    stroke: #fff;
    margin-right:10px;
}

.tip_inverted svg path, .tip_inverted svg rect{
    stroke: #fff;
}

#cookies_notice {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    background: rgba(250,250,250,0.9);
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
    border-top: 1px solid #212629;
    border-bottom: 0px;
    z-index: 999;
}



.navbar-brand{
    width: 150px;
}

.banner-img img, .banner-img-2, .banner-img-3{
    z-index: 1;
}
.item-icon{
    min-width: 100px;
    text-align: center;
}


.navbar-collapse{
    z-index: 2;
}


.insurance-card{
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    position:relative;
}

.insurance-card1{
    border: 4px solid #2b7fff;
}

.insurance-card:hover{
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    cursor:pointer;
}

.insurance-card b{
    font-size: 27px;
}

.color-blue{
    color: #2b7fff;
    font-weight: 700;
}

.color-grey{
    color:rgba(0,0,0,.5) !important;
}


.ni-cp__ribbon {
    position: absolute;
    top: 9px;
    left: -19px;
    background-color: #06c57f;
    -webkit-transform: translate(30px, -52%);
    transform: translate(30px, -52%);
    padding-left: 10px;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    width: 175px;
    z-index: 0;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.ni-cp__ribbon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 24px solid #06c57f;
    border-bottom: 0px solid #06c57f;
    border-right: 23px solid transparent;
    top: 0px;
    right: -22px;
}

.item-number span{
    z-index:1;
}
.insurance-card .item-number{
    background: #2b7fff;
    color: #fff;
    position: absolute;
    border-radius: 116px;
    text-align: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -13px;
    font-size: 28px;
    border: 1px solid #e2e2e2;
    z-index: 1;
}

.insurance-card li .uk-icon{
    width: 15px;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    fill:#26cfa2;
}

.insurance-card .btn{
    color: #fff !important;
    padding: 10px 30px;
    font-size: 21px;
}

.insurance-card .insurance-tip{
    padding: 3px 8px;
    border-radius: 2px;
    font-size: smaller;
}

.nav-link:hover{
    text-decoration: underline;
}

.uk-modal-body{border-radius: 5px;}

#insurance_cards_modal .uk-modal-body{
    padding:0px;
    border: 1px solid #e2e2e2;
}

#insurance_cards_modal .uk-modal-dialog{
    background:#f1f1f1;
}

#insurance_cards_modal.uk-modal{
    background: rgba(0,0,0,.8);
}

.modal_body{
    background:#fff;
}

.modal


#insurance_cards_modal .uk-slider-items li{
    width:50px;
}

.companies-logos img{
    position: relative;
    right: 0px;
    width: 1320px;
    max-width: 1320px;
    overflow-x: visible;
}

.companies-logos{
    overflow: hidden;
}

.modal_body input, .modal_body button{
    border-radius: .25rem;
    height: 50px;
    width: 200px;
}
.round{
    border-radius:100px;
}

body.modal_opened{
    height: 100vh;
    overflow-y: hidden;
}

.progress{
    margin: 2%;
    box-sizing: border-box;
    max-width: 96%;
}

.question{display:none}
.question.active{display:block;}

.modal_insurers div a{
    width: 100%;
    height: 50px;
    display: block;
    vertical-align: middle;
    position: relative;
}

.modal_insurers div a img{
    display: block;
    width: auto;
    margin: auto;
    max-height: 50%;
    margin-top: 7%;
}

.modal_insurers div a span{
    margin: 10px;
    display: block;
}

.ni-toggle-wrapper input:checked+label {
    border: 1px solid #0062c1;
    background-color: #f7fbff;
    color: #0062c1;
}

.ni-toggle-wrapper label.on {
    border-radius: 3px 0 0 3px;
}

.ni-toggle-wrapper label {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    width: 60.88px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
}

.ni-toggle-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.ni-toggle-wrapper {
    position: relative;
}

.details-question__text {
    max-width: 150px;
}

.details-question__text p {
    color: #2b2b2b;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}
.details-question {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 40px;
    max-height: 76px;
    box-sizing: border-box;
}

.step__details-form {
    padding: 30px 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ni-input-text-wrapper input, .ni-select select{
    width: 120px;
    height: 40px;
    border-radius: 3px;
}

.details-question .uk-button-default{
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    padding: 5px;
    min-width: 50px;
}


.but_what{
    color: #646464 !important;
}

.but_what:hover{
    color: #000 !important;
    border: 1px solid #111 !important;;
}

.but_what.active{
    border: 1px solid #0062c1 !important;;
    background-color: #f7fbff !important;;
    color: #0062c1 !important;
}


.but_left{
    border-radius: 5px 0px 0px 5px;

}

.but_right{
    border-radius: 0px 5px 5px 0px;
    margin-left: -4px;
}

@media(max-width:600px){
    .header_logo{
        max-height:50px;
    }
    #cookies_notice{
        font-size: 12px;
        padding: 10px 10px;
    }
    .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle{height: 50px;min-height: 50px;}
    .uk-navbar{height:50px;}
    .uk-navbar-toggle{    padding: 0px 15px;}

    /*#insurance_cards_modal.uk-modal{*/
    /*padding:0px;*/
    /*}*/

    /*#insurance_cards_modal .uk-modal-body{*/
    /*height: 100%;*/
    /*}*/

    .modal_insurers div a img{
        padding:2px;
    }
    #card-list .card-text{
        padding:0px 15px;
    }

    #card-list .card-text .uk-list{
        margin: 0px 0px 10px;
    }

    #card-list .card-img .uk-margin-medium-top{
        margin-top:0px !Important;
    }

    #card-list .card-rates{
        padding: 0px 5px 10px;
    }

    .modal_header .round{
        width: 50px !important;
    }

    .modal_header h3{
        margin: 0px;
        font-size: 22px;
    }

    .modal_header{
        padding: 5px;
    }
    .modal_header p{
        font-size:13px;
        margin: 0px;

    }

    .modal_header .color-grey{
        font-size: 11px;
        margin-top: 10px;
    }
    .modal_body .border-right, .modal_body .border-none{
        padding: 5px !Important;
        border: none !important;
    }

    .center-title p{
        font-size: 12px;
        margin: 0px;
    }

    .bg-light.uk-padding{
        padding:20px;
    }

    #insurance_cards_modal{
        padding:0px;

    }

    #insurance_cards_modal .uk-modal-dialog{
        border-radius:0px;
        min-height: 100%;
    }

    .modal_footer,.modal_header{
        background: #f1f1f1;
    }

    .details-question__text {
        max-width: 55% !important;
    }


    .details-question{
        padding-bottom:20px;
    }

    .modal_body button{
        margin:0px auto !important;
    }

    .question{
        min-height: calc(40vh - 35px);
        background: #fff;
    }

    #q_1.question{
        background: none;
    }

    #q_3 .modal_body{padding:5px;}
}

#card-list a{color:inherit;}


.color-primary{
    color:#f3841f;
}


#home-project .item-icon {
    width: 300px;
    height: 300px;
}

.upsell_thumbtack .expandable{
    position:relative;
    max-height: 200px;
    overflow-y:hidden;
    overflow-x:hidden;
    transition:max-height 0.5s ease-in-out;
}

.upsell_thumbtack .expandable100{
    max-height: 100px;
    min-height:100px;
}

.upsell_thumbtack .expand-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to top,#fff 14%,rgba(255,255,255,0));
    content: '';
    z-index: 100;
    box-sizing: border-box;
    cursor:pointer;
}

.content__subtitle .content__item {
    max-width: 200px;
    margin: 10px auto;
}

.dropin-container {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    height: 100vh;
    min-height: 600px;
    max-height: 750px;
}

.dropin-container.hide {
    display: none;
}

.angi_title {
    padding: 0 0 10px !important;
    font-size: 18px !important;
}

.ppc_phone {
    font-size: 1.5rem;
    font-weight: 900;
    color: #007cc2;
}

.ppc_phone:before {
    content: '\1F4DE';
    font-size: 20px;
    margin-right: 5px;
}

.ppc_label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717171;
    font-size: 13px;
    font-weight: 500;
}

.ppc_label:before {
    content: '•';
    color: #71b333;
    font-size: 2.5rem;
    margin-right: 3px;
}

#result_data.widget .content__subtitle {
    padding: 0 0 20px;
}

@media (min-width: 600px) {
    .dropin-container {
        max-height: 860px;
    }

}
