
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.widget-body * {
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
}
.cq-loader {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.cq-w-100 {
    width: 100% !important;
}
.cq-filled-btn {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #2198DC;
    border: 1px solid #2198DC;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    outline: none;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
}
.cq-outline-btn { 
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #2198DC;
    color: #2198DC;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    outline: none;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
}


.cq-filled-btn:hover, .cq-filled-btn:focus, .cq-filled-btn:active {
    color: #ffffff;
    background-color: #2198DC;
    border: 1px solid #2198DC;
}
.cq-outline-btn:hover, .cq-outline-btn:focus, .cq-outline-btn:active {
    background-color: #ffffff;
    border: 1px solid #2198DC;
    color: #2198DC;
}

/* .cq-btn-blue {
    background: #2198DC;
    border: 1px solid #2198DC;
    color: #ffffff;
} */
/* .cq-btn-blue-check:checked + .cq-btn, :not(.cq-btn-check) + .cq-btn-blue:active, .cq-btn-blue:first-child:active, .cq-btn-blue.active, .cq-btn-blue.show {
    color: #ffffff;
    background-color: #2198DC;
    border: 1px solid #2198DC;
} */
.cq-form-group {
    margin-bottom: 15px;
}
.cq-form-label {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    margin-bottom: 7px;
    display: inline-block;
}
.cq-form-control {
    font-family: Open Sans;
    font-size: 15px;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #BBBBBB;
    height: 46px;
    width: 100%;
    box-sizing: border-box;
}
.cq-form-control:focus {
    border: 1px solid #2198DC;
    outline: none;
}
.cq-tooltip-pointer{
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-top: 3px;
}
.cq-tooltip-text{
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px 7px;
    font-size: 13px;
    position: absolute;
    /* left: -38px; */
}

/* Popup CSS Start */

.cq-modal-overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.cq-modal-content {
    /* margin: 5% auto; */
    margin: 2% auto;
    width: 90%;
    position: relative;
    border-radius: 24px;
    /* background-color: #ffffff; */
    border: 0px;
    display: flex;
    flex-direction: column;
    max-height: 95vh;
    overflow: hidden;
}

.cq-popup-content {
    background-color: #ffffff;
    border-radius: 0px 0px 24px 24px;
    overflow-y: auto;
    overflow-x:hidden;
}
.cq-popup-topbar {
    background: #2198DC;
    border-radius: 24px 24px 0px 0px;
    padding: 8px 20px;
}
.cq-popup-topbar {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cq-popup-topbar .cq-popup-topbar-logo{
    max-height: 40px;
}

.cq-popup-close {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 999;
    outline: none;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
    /* background-color: #333;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.cq-popup-close .cq-popup-close-icon{
    height: 15px;
}
/* .cq-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}        
.cq-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
} */
.cq-text-center {
    text-align: center;
}
.cq-m-0 {
    margin: 0px;
}
.cq-popup-wrapper {
    padding: 0px 30px 30px;
}
.cq-popup-title {
    font-family: Open Sans;
    font-size: 23px;
    font-weight: 700;
    line-height: 38px;
}
.cq-welcome-title {
    /* margin: 12px 0px; */
    margin: 12px 0px 7px;
}
.cq-welcome-subtitle {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
  }
.cq-welcome-bundle {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #595959;
    margin-bottom: 7px;
}

.cq-welcome-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.cq-welcome-card {
    box-shadow: 0px 4px 4px 0px #0000001A;
    box-shadow: 0px 0px 8px 0px #0000000D;
    box-shadow: 0px 3px 4px 3px #0000001A;
    border-radius: 8px;
    text-align: center;
    padding: 18px 7% 15px;
    margin-bottom: 8px;
    width: 100%;
}
.cq-welcome-card-img {
    width: 100%;
    max-height: 130px;
    object-fit: contain;
    margin-bottom: 10px;
}
.cq-vehicle {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 3px;
}
.cq-vehicle-purpose {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
}

.cq-divider {
    background: #BBBBBB;
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
.cq-welcome-divider {
    margin: 25px 0px 20px;
}
.cq-talk-agent {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin: 0px 0px 14px;
}
.cq-popup-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}
.cq-popup-copy-txt {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
    /* color: #BDBDBD; */
}
.cq-popup-copy-txt a {
    color: #fff;
    text-decoration: none;
}
.cq-popup-ft-links{
    display: flex;
    gap: 20px;
}
.cq-popup-ft-links a{
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
}
.cq-two-clm-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 18px;
}
.cq-three-clm-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
}
.cq-form-subtitle {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.cq-form-btn-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.cq-tooltip {
    position: relative;
    display: inline-block;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #2198DC;
    cursor: pointer;
}
.cq-tooltip .cq-tooltiptext {
    opacity: 0;
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px 7px;
    font-size: 13px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 105%;
    /* top: 105%;
    left: 0%; */
}
.cq-tooltip-icon-box:hover ~ .cq-tooltiptext {
   opacity: 1;
   visibility: visible;
}
.cq-tooltip-icon-box {
    display: flex; 
    align-items: center;
   /* gap: 5px;*/
    margin-top: 5px;
}
.cq-tooltip-icon {
    height: 15px;
}
.cq-form-select {
    font-family: Open Sans;
    font-size: 15px;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #BBBBBB;
    background-color: #ffffff;
    height: 46px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../assets/arrow-drop-down.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 11px 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}


/* Custom select styles */
.custom-select {
    position: relative;
    cursor: pointer;
}
.select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Open Sans;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #BBBBBB;
    height: 54px;
    width: 100%;
    box-sizing: border-box;
}
.selected-option {
    flex: 1;
    margin-right: 10px;
    /* color: #818181; */
}
.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border: 1px solid #BBBBBB;
    /* border-top: none; */
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.show-options {
    display: block;
    margin-top: -6px;
}
.options li {
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.options li:hover {
    background-color: #f2f2f2;
}
/* Custom select styles */


/* form wizard */
.cq-form-wizard {
    box-sizing: border-box;
}
.cq-step-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 10px;
    flex-direction: column;
}
.cq-progress-bar {
    width: 100%;
    background-color: #BBBBBB;
    height: 8px;
    position: relative;
    border-radius: 0px;
}
.cq-progress {
    height: 100%;
    background-color: #2198DC;
    width: 0;
    border-radius: 0px;
    /* border-radius: 12px 0px 0px 12px; */
    transition: width 0.3s ease-in-out;
}
.cq-step-title {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #BBBBBB;
    /* padding: 5px; */
    text-transform: uppercase;
    width: 33.33%;
    text-align: center;
}
.cq-step-title.active {
    color: #2198DC;
}
.cq-step {
    display: none;
}
/* form wizard */


.cq-driver-listing {
    border-bottom: 1px solid #BBBBBB;
    padding: 10px 0px 11px;
}
.cq-driver-name {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}
.cq-driver-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.cq-driver-btn-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cq-driver-btn {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #2198DC;
    text-decoration: none;
}
.cq-driver-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.cq-driver-list-label {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
        word-wrap: break-word;
}
.cq-driver-list-data {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}
.cq-add-driver {
    margin: 15px 0px;
    display: flex;
    justify-content: center;
}

.cq-vehical-info-wrapper {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 18px 0px 18px 0px;
}
.cq-vehical-info-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}
.cq-vehical-info-content {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.cq-hide-unit-label {
    visibility: hidden;
}
.cq-address-row {
    display: flex;
    gap: 18px;
}
.cq-unit-ip {
    /* width: 200px; */
}
.cq-quote-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 18px 0px 18px 0px;
}
.cq-quote-incoming-wrapper {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cq-your-quote-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cq-your-quote-content {
    gap: 10px;
    display: flex;
    flex-direction: column;
    min-width: 297px;
}
.cq-your-quote-item {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.cq-quote-incoming-item {
    display: flex;
    align-items: center;
    gap: 24px;
}
.cq-quote-incoming-title {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    color: #000000;
}
.cq-your-quote-img-wrapper {
    width: 50%;
    max-width: 297px;
    height: 130px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.cq-your-quote-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.cq-quote-wrapper .cq-welcome-title{
    margin-top: 0px;
}
.cq-quote-call-text {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #000000;
}
.cq-quote-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 7px 0px;
}
.cq-quote-logo {
    width: 100%;
    max-width: 108px;
}
.cq-quote-loader-icon {
    width: 40px;
}
.cq-quote-loader-title {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    color: #000000;
}
.cq-quote-loader-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
/* .cq-label-alignment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
} */
.cq-fw-600 {
    font-weight: 600;
}
.cq-radio-ip {
    /* font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000; */
    width: 18px;
    height: 18px;
    margin: 0px;
}
.cq-radip-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.cq-radip-ip-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.cq-vehicle-select, .cq-home-select {
    color: #000000;
    text-decoration: none;
}
.cq-insurance-selected {
    position: relative;
    /* border: 2px inset #2198DC;  */
    /* box-sizing: border-box; */
    /* box-shadow: 0px 0px 0px 2px #2198DC; */
    /* box-shadow: 0px 4px 4px 0px #0000001A; */
    /* box-shadow: 0px 0px 8px 0px #0000000D; */
    box-shadow: 0px 0px 0px 2px #2198DC, 0px 3px 4px 3px #0000001A;
}
.cq-insurance-selected::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-image: url('../assets/select-icon.png'); 
    background-size: contain; 
    background-position: center center;
    background-repeat: no-repeat;
}
.cq-form-subtitle{
    margin-bottom: 7px;
}
.cq-form-group{
    margin-bottom: 10px;
}
.cq-form-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.cq-form-select, .cq-form-control {
    font-size: 14px;
    height: 44px;
}
.cq-cursour-pointer{
    cursor: pointer;
}
span.cq-error {
    color: red;
    font-size: 12px;
    vertical-align: text-top;
}
/*input[type="date"]{
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}*/
.cq-flex{
    display: flex;
}

.cq-input-group {
  display: table;
 /* border-collapse: collapse;*/
  width: 100%;
}

.cq-input-group > * {
  display: table-cell;
 /* border: 1px solid #ddd;*/
  vertical-align: middle;
}

.cq-input-group-icon {
    background-color: #eee;
    color: #777;
    padding: 0 12px;
    border-radius: 8px 0px 0 8px;
    border: 1px solid #BBB;
    border-right: 0;
}

.cq-input-group-area {
  width: 100%;
}

.cq-input-group input {
  border-radius: 0 8px 8px 0px !important;
  display: block;
  width: 100%;
}
.cq-alert{
    display: block;
    padding: 10px 5px;
    text-align: left;
    font-size:14px;
    border-radius: 8px;
}
.cq-alert.cq-alert-error{
    background: #ff5252;
    color: #fff;
    border: 1px solid #ff5252;
}
.cq-link-btn{
    border: 0px;
    outline: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.cq-outline-btn.cq-tel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-decoration: none;
}
.cq-text-center{
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .cq-welcome-logo-wrapper {
        justify-content: space-between;
        margin: 0px 0px 22px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .cq-quote-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .quote-finalized-subtitle {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cq-insurance-selected::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .cq-welcome-logo-wrapper {
        justify-content: flex-start;
        gap: 15px;
        margin: 15px 0px 25px;
    }
    .cq-tooltip .cq-tooltiptext {
        width: 300px;
        position: absolute;
        z-index: 1;
        top: 105%;
        left: 0%;
    }
    .cq-mo-size-10 {
        font-size: 10px;
    }
    .cq-quote-logo {
        width: calc(33.33% - 10px);
    }
    .cq-quote-logo-wrapper {
        /* row-gap: 20px; */
    }
    .cq-quote-call-text {
        font-size: 22px;
        line-height: 30px;
    }
    .cq-quote-incoming-title {
        font-size: 16px;
        line-height: 22px;
    }
    .cq-quote-wrapper .cq-vehical-info-content{
        width: 50%;
    }
    .cq-quote-wrapper .cq-vehical-info-img {
        width: 50%;
    }
    .cq-quote-incoming-item {
        /* flex-direction: column; */
        gap: 14px;
    }
    .cq-your-quote-item {
        flex-direction: column;
    }
    .cq-your-quote-img-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .cq-address-row {
        flex-direction: column;
        gap: 0px;
    }
    .cq-hide-unit-label {
        display: none;
    }
    .cq-vehical-info-img {
        width: 100%;
        height: auto;
    }
    .cq-vehical-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .cq-driver-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .cq-form-btn-group {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .cq-two-clm-row, .cq-three-clm-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .cq-popup-close {
        top: 15px;
        right: 10px;
    }
    .cq-popup-topbar {
        gap: 15px;
        justify-content: flex-start;
    }
    .cq-popup-topbar .cq-popup-topbar-logo {
        max-height: 30px;
    }
    .cq-popup-ft {
        flex-direction: column-reverse;
    }
    .cq-popup-copy-txt {
        text-align: center;
    }
    .cq-welcome-card {
        padding: 18px 15px 15px;
    }
    .cq-popup-wrapper {
        padding: 0px 15px 18px;
    }
    .cq-modal-content {
        width: 95%;
    }

    .cq-outline-btn.cq-tel-btn{
            max-width: 90%;
    }
}
@media only screen and (min-width : 500px)
    and (max-width : 767px) {
        .cq-form-btn-group{
            flex-direction: row;
        }

    }
@media only screen and (min-width: 768px) and (max-width: 860px) {
    .cq-label-ht { min-height: 54px; }
} 

@media only screen and (min-width: 861px) and (max-width: 1470px) {
    .cq-label-ht { min-height: 35px; }
} 










