@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;}
}
body{
    background: #fff;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito';
}
p{
    font-family: 'Nunito';
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
    font-family: 'Nunito';
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    font-family: 'Nunito';
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
.boldblack{
    color: #000;
    font-weight: 900 !important;
}

.navbar img {
    width: 289px;
    padding: 10px;
}

.navbar ul {
    align-items: center;
}

.navbar ul li a {
    color: #419BFD !important;
    font-family: 'Nunito';
    padding: 0 20px !important;
}

.navbar ul {
    align-items: center;
    margin: 0 auto !important;
}

a.hd-btn {
    background-color: #419BFD;
    width: 210px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1000px;
    margin-left: 18px;
    padding: inherit;
    border: 1px solid transparent;
}

a.hd-btn:hover {
    border-color: #419bfd;
    background-color: transparent;
    color: #000;
}

/*Header Css End*/

/*Banner Css Start*/

.banner-content-main h1 {
    color: #025CBE;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 50px;
}

.banner-content-main h3 {
    color: #025CBE;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 20px;
    text-transform:capitalize;
}

.banner-content-main h3 span{ margin:0 20px;}
.banner-content-main {
    text-align: center;
    position: relative;
}

.banner-content-main p {
    color: #7D7C7C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
}


.banner-input input.form-control {
    border: 1px solid #419BFD;
    height: 60px;
    border-radius: 1000px;
    border-right: none;
    font-size: 16px;
    padding: 0 26px;
    outline: unset;
    box-shadow: none;
}

.banner-input {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}


.banner-input a#basic-addon2 {
    width: 151px;
    height: 60px;
    background: #419BFD;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Nunito';
    position: absolute;
    right: -40px;
    cursor: pointer;
}

.banner-content-main h6 {
    color: #025CBE;
    font-weight: 700;
    margin-bottom: 18px;
}

.banner-content-main h6 {
    color: #025CBE;
    font-weight: 700;
    margin-bottom: 18px;
}

.banner-content-main::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow.png);
    width: 60px;
    top: 119px;
    height: 31%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 214px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

section.bluee img {
    width: 100%;
}

section.banner {
    padding: 50px 0px 200px;
}

section.bluee h4 {
    color: #025CBE;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 50px;
}

section.bluee p {
    color: #7D7C7C;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    margin-bottom: 50px;
}

section.bluee a {
    width: 207px;
    height: 48px;
    background: #419BFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1000px;
    border: 1px solid transparent;
}

section.bluee {
    background-color: #BADAFF;
    position: relative;
    /* margin-bottom: 60px; */
    padding: 0 0 90px;
}

section.bluee .row {
    align-items: center;
}
section.bluee a:hover {
    border-color: #419BFD !important;
    background: transparent;
    color: #000;
}

.high-left a:hover {
    border-color: #419BFD;
    background: transparent;
    color: #fff;
}

.contact-form a:hover {
    background: transparent;
    color: #000;
    border-color: #419BFD;
}


section.bluee .row.twoo {
    margin-top: 60px;
    margin-bottom: 7px;
}

section.bluee .designn {
    position: absolute;
    top: -160px;
    z-index: -1;
}
section.bluee .designnn {
    position: absolute;
    bottom: -179px;
    z-index: 1;
    width: 100%;
}

/*Banner Css End*/


/*high-quality-img Css End*/

section.high-quality-img {
    background:#025cbe;
    width: 100%;
    /* height: 440px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.high-left h3 {
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
}

.high-left p { color:#fff;}

.high-left a {
    width: 207px;
    height: 48px;
    background: #419BFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1000px;
    border: 1px solid transparent;
}

.count-one {
    display: flex;
}
.count-two {
    display: flex;
}

.count-one .two {
    border-bottom: 1px solid #fff;
}

.count-one .one {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.count-two .three {
    border-right: 1px solid #fff;
}


.counterr {
    text-align: center;
    padding: 30px 50px;
}

.counterr .number {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
}

.counterr h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.high-quality .row {
    align-items: center;
}

.high-quality {
    padding: 148px 0 81px;
}
.high-quality img{width:100%;}

/*high-quality-img Css End*/


/*Contact-US Css Start*/

.badges{ margin:20px 0}
.badges ul li{ display:inline-block;}
.contact-text h4 {
    color: #025CBE;
    font-weight: 900;
    font-size: 45px;
}

.contact-text ul {
    margin: 20px 0 0;
}

.contact-text i {
    color: #025CBE;
    margin-right: 10px;
}

.contact-text li {
    color: #7D7C7C;
    padding: 6px 0;
}

section.contact-us {
    padding: 100px 0;
}

.contact-form h4 {
    color: #025CBE;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-form input {
    width: 100%;
    height: 45px;
    background: #EEF6FF;
    border-radius: 15px;
    border: none;
    margin: 0 0 24px;
    color: #7D7C7C;
    font-family: 'Nunito';
    outline: none;
    padding: 0 20px;
    font-size: 14px;
}

.contact-form textarea {
    width: 100%;
    height: 160px;
    background: #f5f5f5;
    border-radius: 15px;
    border: none;
    margin: 0 0 24px;
    padding: 20px 0 0 20px;
    color: #7D7C7C;
    font-size: 15px;
    font-family: 'Nunito';
    resize: none;
    outline: none;
}

.contact-form a {
    width: 307px;
    height: 48px;
    background: #419BFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1000px;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin: 0 auto;
}

.contact-form {
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
}


section.contact-us .row {
    align-items: center;
}
/*Contact-US Css End*/

/*Contact-banner Css Start*/

section.contact-banner {
    background-image: url(../images/contact.png);
    width: 100%;
    height: 344px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

section.contact-banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 45px;
}

section.quick-help img {
    width: 100%;
}

.q-help ul {
    display: flex;
}

.q-help a {
    color: #000;
}

.q-help h4 {
    font-weight: 900;
    font-size: 45px;
}

.q-help h4 {
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 25px;
}

.q-help ul li {
    font-size: 12px;
    padding: 0 19px 0 0;
    display: flex;
    align-items: center;
    color: #7D7C7C;
}

.q-help li i {
    margin-right: 8px;
    font-size: 17px;
    color: #419BFD;
}


.q-help .contact-form {
    padding: 0 !important;
    box-shadow: none;
}

section.contact-us .contact-form span {
    font-family: 'Nunito';
    font-weight: 400;
}

.contact-form span {
    font-size: 45px;
}

.contact-form h4 {
    margin-bottom: 18px;
    font-size: 40px;
}

.q-help .contact-form input {
    background: #F5F5F5;
}

section.quick-help .row {
    align-items: center;
}

section.quick-help iframe {
    width: 100%;
    margin: 60px 0 -7px;
}

.white-chat p {
    background: #FFFFFF;
    border: 1px solid #419BFD;
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #7D7C7C;
    line-height: 25px;
    padding: 18px 18px;
    box-shadow: rgb(65 155 253 / 67%) 1.95px 1.95px 2.6px;
    width: 76%;
    margin: 0 auto 22px;
}


.blue-chat p {
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 22px;
    line-height: 25px;
    padding: 18px 18px;
    background: #419BFD;
    display: inline-block;
    cursor: pointer;
    border:1px solid transparent;
    box-shadow: rgb(110 150 192 / 67%) 1.95px 1.95px 2.6px;
}

.blue-chat p:hover{background: #f8f9fa;
    border:1px solid #419BFD;
    color: #000;}

.white-chat-main {
    margin: 45px 0;
}
    
.blue-chat {
    text-align: right;
}

.blue-chat a {
    background-color: #419BFD;
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 27px;
    margin: 30px 0 35px;
    border: 1px solid transparent;
}

.blockk {
    margin: 0 auto 20px;
    width: 70%;
    text-align: center;
    background: #419bfd;
    color: #fff;
    padding: 18px 8px;
    border-radius: 15px;
}

.blockk h5 {
    font-weight: 900;
    font-size: 28px;
}

.blockk sub {
    font-weight: 900;
    font-size: 15px;
}

.blockk span {
    font-size: 15px;
    margin-left: 10px;
}

.blockk p {
    font-size: 14px;
    margin: 0;
}
.blockk p.emphasized { margin:10px 0}

.blink_me {
  
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blockk p.vsmall{ font-size:11px;}


.chat-main .contact-form {
    box-shadow: none;
    border-radius: unset;
    padding: 0px 0 0 65px;
    margin: 60px 0 0;
}

.chat-main .contact-form input {
    background-color: #F5F5F5;
}

.chat-main .contact-form textarea {
    background-color: #F5F5F5;
}

div.radio-box {
    display: flex;
    align-items: center;
}

input[name="radio-01"]{display: none}

input[name="radio-01"]+label {
    /* width: 149px; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid #7D7C7C !important;
    border-radius: 15px !important;
    min-width: 61px;
}


/* - - - radio 01 - - - */
input[name="radio-01"]+label {
    /* transition: all 200ms cubic-bezier(.4,.25,.3,1); */
    color: #7D7C7C;
    background-color: transparent;
    border: 2px solid #FFF;
    &:
    hover {opacity: .65}
    }

/*input[name="radio-01"]+label:active {
    transition: none;
    transform: scale(.925);
}*/

input[name="radio-01"]:checked+label,
input[name="radio-01"]:checked+label:hover {
    background-color: #419BFD;
    color: #ffffff;
    opacity: 1;
    font-weight: inherit;
    border-radius: 15px;
    border: unset !important;
    border: 1px solid transparent !important;
}

.radio-box span {
    font-size: 14px;
    font-family: 'Nunito';
}

.contact-form span bold {
    display: block;
}

.date-selector bold {
    font-size: 24px;
    font-family: 'Nunito';
}

.date-selector h6 {
    font-weight: 400;
    font-size: 16px;
    color: #7D7C7C;
    margin-bottom: 20px;
    margin-top: 20px;
}

.get-started h5 {
    /* background: #419BFD; */
    /* display: table; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* padding: 12px 35px; */
    /* font-size: 18px; */
    /* border-radius: 27px; */
    margin-bottom: 50px;
}

.get-started h6 {
    /* background: #419BFD; */
    /* display: table; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* padding: 12px 35px; */
    /* font-size: 18px; */
    /* border-radius: 27px; */
    /* margin-bottom: 50px; */
}

.get-started {
    margin: 60px 0 0;
}

.get-started p {
    font-weight: 400;
    font-size: 15px;
    color: #419BFD;
    margin-bottom: 30px;
}

.get-started h4 {
    font-weight: 400;
    font-size: 15px;
    color: #419BFD;
}

.get-started h4 {
    margin-bottom: 50px;
}
/*Contact-banner Css End*/


/*footer*/

.social-icons {
    /* margin: 30px 0 0; */
}

.social-icons ul {
    display: flex;
    /* justify-content: center; */
    padding: 0;
    margin: 0;
}

.social-icons li {
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.social-icons i {
    color: #419bfd;
}

.social-icons li:hover {
    transform: rotate(360deg) scale(1.5);
}

footer {
    background: #419BFD;
    padding: 50px 0 10px;
}

.logo-sec img {
    width: 100%;
}
footer .others{margin:10px 0; text-align:center;}

.others h5 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.others ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;   
}

.others ul li{
     padding: 0 21px;
     display: inline-block;
}

.others li i {
    margin: 0 16px 6px 0px;
    background: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #419bfd;
}

footer hr {
    border-bottom: 1px solid #fff;
}
footer .logo-sec{padding:0px 0 20px;}
footer .bottomm {
    text-align: center;
    margin: auto;
    color: #fff;
}
footer .bottomm a{color: #fff;}

section.chat {
    padding: 110px 0 210px;
    position: relative;
    min-height: 2200px;
}

.how-it-works h4 {
    font-weight: 900;
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 20px;
}

.how-it-works p {color: #7D7C7C;}

.how-it-works {
    width: 65%;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
    padding: 22px;
    position: relative;
    padding-bottom: 90px;
    margin: 0 auto;
}
.banner-input .input-group > .form-control:focus {
    z-index: 0;
}

.how-it-works .lgblue {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.how-it-works-main {
    position: sticky;
    top: 0;
}

.how-it-works span {
    display: flex;
    align-items: center;
    color: #419BFD;
    font-family: Nunito;
}

.how-it-works span img {
    margin-right: 10px;
}

.blue-chat a:hover {
    background: transparent;
    border-color: #419BFD;
    color: #000;
}
.blockk.two {
    border-radius: unset;
    margin-top: 50px;
}
/*footer*/
.input-home-error {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 15px;
    color: red;
}

.got-zip-error > input {
    border: 1px solid red !important;
}
.got-zip-error a {
    border: 1px solid red !important;
    background: red !important;
}
a.blue-chat-quote-btn {
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding: 14px 14px;
    background: #419BFD;
    display: inline-block;
    text-decoration: underline !important;
    transition:.5s ease-in-out;
}
.blockk-reset-btn > a {
    background-color: #419BFD;
    width: 383px;
    height: 42px;
    padding: 7px;
    display: inline-block;
    margin-bottom: 22px;
    color: #fff;
    border-radius: 1000px;
    /* padding: inherit; */
    border: 1px solid transparent;
    text-decoration: underline !important;
}
.blockk-reset-btn > a:hover {
    color: white;
}
.contact-form a {
    color: white;
}
.not-selected-answer {
    display: none !important;
}
.mic{padding-top:70px;position: relative;z-index: 999;}
.blogPg{padding: 40px 0;}
.singBlog{ padding:20px 0;}

.widget h3{font-weight:900;}

.widget li{ border-bottom:1px solid #eee;padding:10px 0;}

.widget li:last-child{border:0; }
.widget{ position:sticky; top:0; margin:20px 0; padding:20px; border-radius:10px;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;}
.singBlog h3{ padding:10px 0; font-weight:900; color:#025CBE;}
.singBlog  p{ padding:10px 0;  color:#787878;}
.singBlog img {border-radius:20px;}
.singBlog span.date{font-family: 'Nunito'; font-weight:900;}
.singBlog  p+ a {
    width: 207px;
    height: 48px;
    background: #419BFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1000px;
    border: 1px solid transparent;}
.termspolicy{ padding:40px 0;}
.termspolicy h2{font-weight:900;}
.termspolicy h3{ padding:20px 0; font-weight:900; color:#419bfd}
.termspolicy h4{ padding:10px 0; font-weight:900; color:#000000; font-size:18px;}
.termspolicy p{color:#787878;}
.termspolicy ul{ padding:10px 0; color:#787878;}

.quick-help{ padding:70px 0; }
.quick-help img{ height:590px; object-fit:contain; }



input[name="radio-02"]{display: none}

input[name="radio-02"]+label {
    /* width: 149px; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid #7D7C7C !important;
    border-radius: 15px !important;
    min-width: 61px;
    font-size:10px;
    margin:3px;
}

input[name="radio-02"]+label span bold{
    font-size:15px !important; padding:6px;}
.radio-time{ margin:15px 0 0 0;}
/* - - - radio 01 - - - */
input[name="radio-02"]+label {
    /* transition: all 200ms cubic-bezier(.4,.25,.3,1); */
    color: #7D7C7C;
    background-color: transparent;
    border: 2px solid #FFF;
    &:
    hover {opacity: .65}
    }

/*input[name="radio-01"]+label:active {
    transition: none;
    transform: scale(.925);
}*/

input[name="radio-02"]:checked+label,
input[name="radio-02"]:checked+label:hover {
    background-color: #419BFD;
    color: #ffffff;
    opacity: 1;
    font-weight: inherit;
    border-radius: 15px;
    border: unset !important;
    border: 1px solid transparent !important;
}
.animate-me{
    opacity: 0;
    transition: 0.3s linear all;
}
.animate-me-complete{
    opacity: 1;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

