@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #2b2b2b;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
}

.text-blue{
    color: #284b8c !important;
}
.bg-blue{
    background-color: #284b8c;
}
.menu-logo{
    width: 200px;
}
.navbar{
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
.menu-btn{
    padding: 6px 18px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}
.menu-btn:hover{
    background-color: #fff;
    color: #16336b !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.banner{
    background-image: url('../images/home-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.banner-content{
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}
.banner-content h5{
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.logo{
    width: 250px;
    margin-bottom: 15px;
}

.debt-head h3{
    font-weight: 700;
    margin-bottom: 0;
}
.divider{
    border-bottom:3px solid #000;
    width: 80px;
    margin: 0px 15px;
}
.zoom-in {
    transition: transform .5s;
}
  
.zoom-in:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.2); 
}
.zoom-out {
    transition: transform .5s;
}
  
.zoom-out:hover {
    -ms-transform: scale(0.98); /* IE 9 */
    -webkit-transform: scale(0.98); /* Safari 3-8 */
    transform: scale(0.98); 
}
.header-contact{
    padding-top: 15px;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
.header-contact p{
    margin-bottom: 4px;
}
.header-contact a{
    color: #284b8c;
    text-decoration: none;
    font-weight: 700;
}
.banner-disclaimer{
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.section2{
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 40px;
}
.divider2{
    border-bottom: 3px solid #284b8c;
}
.best-card{
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    width: 85%;
    margin: auto;
    box-shadow: 0 0 15px #888;
}
.best-card h3{
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}
.best-card a{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}
.b-select{
    padding: 10px;
    background-color: #284b8c;
    color: #fff !important;
    border-radius: 4px;
}
.b-select:hover{
    color:#fff !important;
}
.best-card a:hover{
    color: #284b8c;
}
.best-content h3{
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.best-content p{
    font-weight: 500;
}
.d-font img{
    width: 34px;
    margin-right: 2px;
}
.d-font::first-letter {
    font-size: 3.25rem;
    font-weight: 700;
    margin: 0.15em 0.1em 0 0;
    line-height: .7;
    float: left;
    clear: left;
    color: #2b2b2b;
}

.review-head{
    text-align: center;
    border-top: 1px solid var(--sm-light-gray);
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-top: 50px;
}
.top-section{
    padding-top: 50px;
}
.top-section h2{
    font-weight: 800;
    text-align: center;
}
.review-logo-width{
    width:140px;
}
.reviews{
    padding-bottom: 40px;
}
.re-section{
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.review-head p{
    font-size: 12px;
    margin-bottom: 0;
    color: #504f54;
    font-weight: 700;
}
.review-end{
    border-bottom: 1px solid rgba(0,0,0,.15);
    width: 95%;
    margin: auto;
}
.progress {
    height: 12px !important;
    font-size: .75rem;
    border-radius: 0 !important;
}
.progress-bar{
    background-color: #00b290 !important;
}
.biz-name{
    color: #284b8c;
    font-weight: 800;
    text-decoration: none;
}
.sr-txt{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #00b290;
    padding-bottom: 2px;
}
.review-link{
    font-size: 12px;
    text-decoration: none;
}
.debt{
    text-align: center;
}
.debt-amt{
    font-weight: 800;
}
.min-debt{
    color: #95919b;
    font-size: 13px;
}
.check-icon{
    margin-right: 5px;
    color: #284b8c;
    font-size: 12px;
}
.comp-status{
    position: relative;
    font-size: 11px;
    margin: 0 0 2px;
    padding-left: 4px;
    color: var(--sm-dark-gray);
}
.quote-btn{
    display: inline-block;
    color: #fff;
    border: 1px solid #284b8c;
    border-radius: 4px;
    width: 110px;
    font-weight: 700;
    background-color: #284b8c;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
/* .quote-btn:hover{
    background-color: #fff;
    color: #284b8c;
} */
.r-btn{
    display: inline-block;
    color: #fff;
    border: 1px solid #284b8c;
    border-radius: 4px;
    /* width: 200px; */
    font-weight: 700;
    background-color: #284b8c;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.r-btn:hover{
    background-color: #fff;
    color: #284b8c;
}
.cl-btn{
    display: inline-block;
    color: #fc6908;
    border: 1px solid #fc6908;
    border-radius: 4px;
    width: 110px;
    font-weight: 700;
    background-color: #fff;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
.cl-btn:hover{
    background-color: #fc6908;
    color: #fff;
}
.cl-btns{
    text-align: center;
}
.cl-btns .button-contacts{
    background-color: #fc6908;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.cl-btns .button-contacts:hover{
    color: #fc6908;
    border: 1px solid #fc6908;
    background-color: #fff;
}

.quote-section, .call-section{
    padding: 0 8px;
}
.range{
    text-align: center;
}

[slider] {
    width: 100%;
    position: relative;
    height: 5px;
    margin: 10px 0 10px 0;
  }
  
  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
  }
  [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  
  [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #284b8c;
  }
  
  [slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
  }
  
  [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
  }
  
  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }
  
  div[slider] > input[type=range]:focus {
    outline: none;
  }
  
  div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: #284b8c;
    -webkit-appearance: none;
  }
  
  div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-tooltip {
    display: none;
  }
  
  [slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #284b8c;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  
  [slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #284b8c;
  }
  
  [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }
  
  [slider]:hover > div > [sign] {
    opacity: 1;
  }
.review{
    padding: 40px 0;
}
.review-header p{
    font-style: italic;
    margin-bottom: 10px;
}
.review-header h2{
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 240%;
    border-bottom: 2px solid #ccc;
}
.review-section{
    padding: 30px 0 40px 0;
    border-bottom: 2px solid #ccc;
}
.r-title{
    text-decoration: none;
    font-weight: 700;
    color: #212529 !important;
}
.star-img{
    width: 150px;
}
.r-title:hover{
    color: #284b8c !important;
}
.ribbon{
    width: 80px;
    height: 139px;
    margin-left: 60px;
    float: right;
    margin-bottom: 10px;
    margin-top: -102px;
}
.r-content{
    padding-top: 20px;
    font-weight: 500;
}
.readmore-btn{
    padding: 10px 10px;
    border: 1px solid;
    border-radius: 10px;
    color: #284b8c;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
}
.readmore-btn:hover{
    box-shadow: 0 0 15px #284b8c;
}
.web-btn{
    padding: 10px 30px;
    border: 1px solid #284b8c;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    background-color: #284b8c;
}
.web-btn:hover{
    box-shadow: 0 0 15px #284b8c;
    color: #fff;
}
.review-btn{
    padding-top: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-logo{
    width: 180px;
}
.cf-section{
    background-image: url('../images/bg-2.jpg');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.cf-card{
    padding: 30px 30px;
    background-color: rgba(210,210,210,.9);
    border-radius: 10px;
}
.cf-card a{
    color: #2b2b2b;
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    font-size: 26px;
}
.cf-points img{
    width: 20px;
    margin-right: 10px;
}
.dc-section{
    background-image: url('../images/dc-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-color: #f4f4f4;
}
.dc-header{
    width: 50%;
    margin: auto;
}
.q-mark{
    border: 2px solid #284b8c;
    border-radius: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #284b8c;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-bottom: 10px;
}
.dc-header h2{
    border-bottom: 3px solid #000;
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.accordion-button::after{
    background-image: url('../images/plus.png') !important;
    width: 2rem !important;
    height: 2rem !important;
    background-size: 100% !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png') !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.accordion-button.collapsed{
    border-radius: 10px !important;
}
.accordion-button {
    color: #000 !important;
    font-weight: 700;
    background-color: #f4f4f4 !important;
    box-shadow: none !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item{
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
}
.accordion-body{
    background-color: #f4f4f4 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.acc-width{
    width: 80%;
    margin: auto;
    padding-top: 30px;
}
.ga-section{
    padding: 60px 0;
    text-align: center;
}
.footer-logo{
    width: 260px;
    margin-bottom: 20px;
}
.ga-btn{
    width: 300px;
}
.ga-section h3{
    margin-bottom: 20px;
    font-weight: 700;
}
.web-btn1{
    padding: 12px 36px;
    font-size: 22px;
    display: inline-block;
}
.footer{
    background-color: #284b8c;
    padding: 60px 0;
}
.footer-icon{
    width: 200px;
}
.f-icon p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.sm-section{
    padding-top: 40px;
    text-align: center;
    color: #fff;
}
.sm-section h4{
    font-weight: 600;
    font-size: 30px;
}
.sm-sections{
    padding-top: 40px;
    text-align: left;
    color: #fff;
}
.sm-sections h4{
    font-weight: 600;
    font-size: 30px;
}
.bussiness-heads h4{
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.s-icon{
    width: 40px;
    margin-right: 10px;
}

.copyright{
    padding: 20px 0;
    background-color: #16336b;
    color: #fff;
}

.profile{
    padding: 40px 0;
    background-color: #eef8ff;
}
.pr-logo-wrap{
    width: 250px;
    height: 200px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr-logo{
    width: 200px;
}
.review-container{
    max-width: 1100px !important;
}
.profile-info{
    padding-bottom: 15px;
}
.profile-info h2{
    font-size: 26px;
    font-weight: 600;
}
.profile-info span{
    font-size: 16px;
    padding-left: 10px;
    color: #16336b;
}
.profile-info span i{
    padding-right: 4px;
}
.pr-rec{
    padding: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
}
.v-d{
    font-size: 13px;
    color: #95919b;
}
.st-rec{
    color: #00b290;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}
.urc{
    font-size: 12px;
    color: #16336b;
    font-weight: 500;
}
.rd-box{
    height: 15px;
  width: 15px;
  background-color: #ff6489;
  margin-right: 8px;
}
.features{
    padding: 40px 0 10px 0;
}
.brc{
    font-size: 13px;
    font-weight: 700;
}
.hi-table{
    padding: 20px;
    background-color: #fafdfe;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    padding: 1.1em 1.75em 0.75em;
}
.green{
    color: #00b290;
}
.hi-table table{
    font-size: 14px;
}
.hi-table h6{
    font-weight: 800;
    margin-bottom: 15px;
}
.r-contact{
    padding: 20px;
}
.r-contact h6{
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #c9c9c9;
}
.hd-txt{
    color: #95919b;
    font-size: 14px;
}
.business-contact ul {
    list-style-type: none;
    padding-left: 0;
}
.business-contact ul li{
    padding-bottom: 10px;
}
.business-contact{
    font-size: 14px;
}
.business-contact i{
    color: #95919b;
    margin-right: 10px;
}
.business-contact a{
    color: #0d6efd;
    text-decoration: none;
}
.cr-title{
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
}
.cr-hrs{
    font-weight: 700;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}
.hours-operation-table {
    list-style: none;
    padding: 0;
}
.hours-operation-table li {
    color: #95919b;
    font-size: 15px;
}
.hours-operation-table li span {
    float: right;
    color: #000;
}
.c-hours{
    padding: 20px;
}
.c-hours .time-zone {
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 2.4;
    padding: 0 8px;
    margin: 0 -6px 5px;
    color: #95919b;
    border-radius: 2px;
}
.c-hours .time-zone span {
    float: right;
    font-weight: 700;
}
.user-review blockquote {
    position: relative;
    margin: 20px 10px 40px;
    font-size: 15px;
    color: #0d0b2d;
    padding: 0 15px;
    border-left: 3px solid #c9c9c9;
    font-style: italic;
}
.user-review blockquote:before {
    position: absolute;
    left: -10px;
    top: -3px;
    background: #fff;
    content: "\f10d";
    font-family: FontAwesome;
    color: #06a9db;
    font-size: 16px;
    line-height: 1.8;
    margin-left: 0;
}
.user-icon i{
    font-size: 60px;
    color: #95919b;
}
.user-icon{
    margin-right: 20px;
}
.ur-views{
    border-bottom: 1px solid #c9c9c9;
}
.all-reviews{
    padding-bottom: 40px;
}
.table-container{
    max-width: 1520px !important;
    width: 95% !important;
}

@media only screen and (min-width: 1400px) {
    
}

@media only screen and (max-width:767px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .best-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .review-header h2 {
        font-size: 26px;
        text-align: center;
    }
    .review-header p {
        text-align: center;
    }
    .section2 {
        padding-top: 30px;
    }
    .review-logo {
        margin-bottom: 15px;
    }
    .cf-section, .dc-section, .review, .ga-section {
        padding: 30px 0;
    }
    .dc-header {
        width: 100%;
    }
    .dc-header h2{
        padding-bottom: 10px;
    }
    .q-mark{
        margin: 10px auto;
        margin-left: auto;
    }
    .acc-width {
        width: 100%;
    }
    .footer{
        text-align: center;
        padding: 30px 0;
    }
    .f-icon p {
        font-size: 23px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .sm-section {
        padding-top: 30px;
        text-align: center;
    }
    .sm-sections {
        padding-top: 30px;
        text-align: center;
    }
    .mob-pad{
        padding-bottom: 20px;
    }
    .mob-res{
        text-align: center;
    }
    .mob-range{
        display: inline-block;
    }
    .top-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .review-head{
        display: none;
    }
    .slider-mob{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .reviews {
        padding-bottom: 0px;
    }
    .footer-logo {
        width: 220px;
    }
    .pr-logo-wrap{
        margin: auto;
    }
    .profile-info{
        flex-direction: column;
        padding-top: 20px;
    }
    .ur-views{
        flex-direction: column;
    }
    .user-icon, .user-review .user-name{
        text-align: center;

    }
    .cl-btns{
        text-align: center;
    }
    #quoteForm.quotesec1 {
        margin-top:20px;
    }
    
}
@media (min-width: 1200px ) {
    .bussiness-heads{
        text-align: center;
    }
    .cl-btns{
        text-align: center;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .review-logo-width {
        width: 100px;
    }
    .biz-name {
        font-size: 14px;
    }
    .sr-txt {
        font-size: 10px;
    }
    .review-link {
        font-size: 10px;
    }
    .quote-section {
        padding: 0px 0px;
    }
    .ga-section {
        padding: 30px 0;
    }
    .footer-icon {
        width: 140px;
    }
    .bussiness-heads h4{
        text-align: center;
        padding-top: 20px;
        font-size: 30px;
    }
    .cl-btns{
        text-align:center;
    }
    .sm-section{
        text-align: center;
    }
    .sm-sections{
        text-align: center;
    }
    .footer{
        text-align: center;
    }
}


.banner-content #quoteForm.quotesec1 {
    background-color: rgba(40,75,140,.5);
    border: 1px solid rgba(255,255,255,.2);
}
#quoteForm.quotesec1 {
    width: 500px;
    max-width: 100%;
    background-color: #284b8c;
    transition: all cubic-bezier(.48,-.35,.63,1.18) .5s;
    -webkit-transition: all cubic-bezier(.48,-.35,.63,1.18) .5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#quoteForm.quotesec1 .quickquote-section {
    padding: 1.5rem;
    color: #fff;
    height: auto;
    max-height: none;
}
.text-center {
    text-align: center!important;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important;
}
#quoteForm.quotesec1 .quickquote-section {
    padding: 1.5rem;
    color: #fff;
    height: auto;
    max-height: none;
}

form{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

div{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#quoteForm.quotesec1 form .form-group {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
#quoteForm form .form-group {
    padding: 0.2rem 0;
}
.wpcf7 form.init .wpcf7-response-output{
    display: none;
}
form .form-group label.screen-reader-text {
    width: 1px!important;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.banner-content #quoteForm.quotesec1 .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
#quoteForm.quotesec1 form .form-control {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    padding: 0.5rem;
    font-family: 'Open Sans';
    background-color: #fff;
}

#quoteForm form .form-control, .form-control {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    padding: 0.5rem 1rem;
    font-family: 'Open Sans';
    background-color: #fff;
    font-size: .9rem;
}
input[type=text]{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background: 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #606060;
    display: block;
    font-size: 1em;
    margin: 0;
    max-width: 100%;
    padding: 0.8em 1em;
    font-family: inherit;
    background: #fff;
}
input {
    overflow: visible;
}
form .form-group label.screen-reader-text {
    width: 1px!important;
}
.banner-content #quoteForm.quotesec1 .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.ooraa-btn, .blog-post .ooraa-btn, form .ooraa-btn {
    line-height: 40px;
    background-image: none!important;
    margin: 0.5rem;
    font-family: montserratmedium;
    position: relative;
    -webkit-transition-duration: .5s;
    height: auto;
    display: inline-block;
    color: #fff;
    border: 1px solid #284b8c;
    padding: 0.3rem 3rem;
    font-size: 1rem;
    background-color: #284b8c;
    letter-spacing: normal;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.text-center {
    text-align: center!important;
}
input[type=submit] {
    
    transition: all .3s ease 0s;
    transition-duration: .4s;
}
input[type=submit] {
    -webkit-appearance: none;
    background: #fc6908;
    font-weight: 400;
    outline: none;
}
button, input {
    overflow: visible;
}
input[type="submit" i] {
    
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    
}
input {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    -webkit-rtl-ordering: logical;
    
}
.wpcf7-form span.wpcf7-form-control-wrap {
    margin: 0;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
    position: relative;
}
span{
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
quoteForm.quotesec1 .quickquote-section {
  
    color: #fff;
    
}

form .form-group label.screen-reader-text {
    width: 1px!important;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    overflow: hidden;
}
.screen-reader-text {
    word-wrap: normal!important;
    border: 0;
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
}
label{
    font: inherit;
    vertical-align: baseline;
}
label {
    cursor: default;
}
#quoteForm.quotesec1 .quickquote-section {
    color:#ffffff;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    margin: 0;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
#quoteForm.quotesec1 .quickquote-section {
    padding: 1.5rem;
    color: #fff;
    height: auto;
    max-height: none;
}
form input {
    font-family: 'Open Sans', sans-serif !important;
}