

/* Universal */
.inner-page-hero{
    position: relative;
    padding:45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-page-hero__title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
}
.inner-page-hero__title h2{
    color: #fff;
}
/*  Preloader */
.dtr-preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear .3s ease;
    -moz-transition: linear .3s ease;
    transition: linear .3s ease;
    z-index: 9999;
}
.dtr-preloader {
    background: var(--linear,#0A1A2C);
}
.dtr-preloader .dtr-preloader-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dtr-loader img {
    width: 64px;
}
/* Preloader */


/*----------------------------------------*/
/*===== Magnific Popup =====*/
/*----------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
}


/* Banner Section */
.banner-section{
    position: relative;
    padding:1rem 0;
}
.banner-section .single-banner{
   position: relative;
   border-radius: 5px;
   overflow: hidden;
}
.banner-section .single-banner .banner-wrap{
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    padding: 2rem;
}
.banner-quiet-mark .single-banner__image{
  order:2;
}
.single-banner__body {
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
}
.single-banner__body h3,
.single-banner__body .content{
    color:#141414;
    font-size: 36px;
}

/* Banner Section:end */
.form-group>div.iti {
    width: 100%;
}

.form-control.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.form-control.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.hero-section .hero-section__content .getstarted_quote_form .form-group .iti--allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.hero-section .hero-section__content .btn {
    width: auto;
}

/* Wizard custom */
.get-quote__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-quote__header .navbar-brand {
    margin-right: 15px;
}

.get-quote__header i {
    padding: 0px;
    border-radius: 4px;
    background-color: #00ff00;
    font-size: 38px;
    color: #626262;
    width: 40px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mg-tp-15 {
    margin-bottom: 1rem !important;
}

:root {
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #033d5e;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #ff5858;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #98b3c1;
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #dc3545;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #009EF7;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.error-message {
    display: none;
    /* Initially hide the error message */
    color: red;
    /* Set the text color to red for error messages */
}

.error {
    color: red;
}

.sw {
    position: relative;
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 2rem;
}

.sw>.progress {
    position: absolute;
    top: 0;
    left: 0;
}

.sw .scroll-height {
    overflow-y: auto;
    overflow-x: hidden;
}

.gb-smartwizards-quotes label span {
    margin-top: 1rem;
    text-transform: capitalize;
    display: block;
}

.gb-smartwizards-quotes img {
    width: 140px;
    height: auto;
    margin: 0 auto;
}

.gb-smartwizards-quotes img#loader {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: text-top;
}

/* custom quote css */
.quote-details-heading {
    position: relative;
}

.quote-details-heading h3 {
    position: relative;
    border-bottom: 1px solid #cacad2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.quote-form {
    position: relative;
    padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 160px);
}

.data_title {
    margin-bottom: 1rem;
}

.data_title+.row {
    margin-bottom: 1rem;
    margin-bottom: 1px solid #dddddd;
}

.hr {
    margin-top: 25px !important;
    margin-bottom: 10px;
    /* border-top: 1px solid #ec9223;
    */
    border: 1px solid #d9e1e6 !important;
}

.data_title h4 {
    font-size: 1.2rem;
    color: #000;
    text-shadow: 2px 2px #fff;
    line-height: 28px;
}

.data-item {
    position: relative;
}

.data-item input[type=checkbox]:not(old),
.data-item input[type=radio]:not(old) {
    position: absolute;
    z-index: 99;
    border: 1px solid #d9e1e6;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 1rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.data-item label {
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    border: 1px solid #eaeaea;
}

.data-item label {
    display: block;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
}

.data-item input[type=checkbox]:not(old):checked+label,
.data-item input[type=checkbox]:not(old):checked+span+label,
.data-item input[type=radio]:not(old):checked+label,
.data-item input[type=radio]:not(old):checked+span+label {
    display: block;
    border: 1px solid #1b6894;
    -webkit-box-shadow: 0 2px 10px #1b6894;
    -moz-box-shadow: 0 2px 10px #1b6894;
    box-shadow: 0 2px 10px #1b6894;
}

.data-item input[type="radio"]:checked+label {
    background-color: #1b6894 !important;
    color: #fff !important;
    border: 1px solid #1b6894;
}

.data-item input[type=checkbox]:not(old):checked+label:before,
.data-item input[type=checkbox]:not(old):checked+span+label:before,
.data-item input[type=radio]:not(old):checked+label:before,
.data-item input[type=radio]:not(old):checked+span+label:before {
    content: url("../images/tickkk.png");
    width: 20px !important;
    font-family: 'fontawesome';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    display: none;
}

.sw>.tab-content>.tab-pane h4{
    margin-bottom: 2rem;
}

.sw-theme-dots>.nav {
    position: relative;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.sw-theme-dots>.nav::before {
    display: none;
}

.sw.sw-justified>.nav .nav-link,
.sw.sw-justified>.nav>li {
    flex-grow: 0;
}

.sw-theme-dots>.nav .nav-link {
    margin-top: 0;
}

.sw>.nav .nav-link {
    padding: 0.5rem;
    margin: 0 2px;
}

.sw-theme-dots>.nav .nav-link>.num {
    display: none;
}

.sw-theme-dots>.nav .nav-link::after {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border: none;
}

.sw .toolbar {
    text-align: left;
}

.sw .toolbar>.sw-btn-next {
    display: none;
}

.buttons-wrapper {
    text-align: right;
}

#step-18 .form-group {
    margin-bottom: 0;
}

/* Define a custom animation */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply the animation to the wizard content */
.sw-main {
    animation: slideInFromRight 0.4s ease-in-out;
}



/*thankk you page*/
.thankyou-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    height: 100vh;
    text-align: center;
}

.thankyou-content .thankyou-icon svg {
    width: 200px;
}

.whatsapp-api-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.whatsapp-api-wrapper i {
    font-size: 2.5rem;
    color: #128c7e;
    font-weight: 700;
}

.whatsapp-api-wrapper a {
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: bold;
}


/* Offer cta wrapper */
.offer-cta-wrapper {
    position: relative;

}
.offer-cta-wrapper a svg {
    width: 36px;
}

/* Site Footer */
.site-footer .position-fixed{
    position: fixed;
    bottom:0;
    padding:16px 0;
    width:100%;
}


/* FAQs Page CSS Start */
.faq-section{
    position: relative;
    padding:64px 0;
}
.faq-section .accordion-wrapper .accordion{
    width:100%;
    flex-flow: column wrap;
}
.accordion .accordion-item .accordion-button{
    font-size: 1.2rem;
}
.accordion .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion .accordion-item .accordion-button{
    background-color: #f3f2f2;
}
.accordion .accordion-item{
    margin-bottom: 5px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #08223c;
    color: #fff;
}
.accordion-body .faqs-question h5{
    font-size: 1.2rem;
}
/* FAQs Page CSS End */

/* Responsive */
@media (max-width:1024px){
    .banner-section .single-banner .banner-wrap {
        height: auto;
        flex-flow: column nowrap;
    }
    .banner-quiet-mark .single-banner__image{
        order:1;
      }
      .single-banner__body {
          order:2;
      }
}
@media (max-width:992px){
    .single-banner__body h3, .single-banner__body .content {
        font-size: 24px;
    }

    .quote-form {
        height: auto;
    }
    .gb-smartwizards-quotes img {
        width: 86px;
    }
    .sw>.tab-content>.tab-pane h4{
        font-size: 20px;
    }
    .sw>.tab-content>.tab-pane select.form-control{
        width:100%;
    }
}
@media (max-width: 767px) {
    .call-actions {
        flex-flow: column;
    }

    .get-quote-header {
        display: none !important;
    }

    .quote-form {
        padding: 72px 0;
        display: flex;
        height: 100vh;
    }

    .quote-form #smartwizard {
        min-height: 100%;
    }

    .hide-on-mobile {
        display: none;
    }
    .site-footer .position-fixed {
        position: relative;
        display:none;
    }

}

@media (max-width:640px) {

    .quote-form {
        height: auto;
        padding: 32px 0;
    }

    .sw>.nav {
        flex-direction: row !important;
    }

    .sw-theme-dots>.nav .nav-link {
        padding-left: 0;
    }

    .data-item label {
        text-align: left;
    }

    .sw .scroll-height {
        height: 640px;
    }

    .gb-smartwizards-quotes img {
        width: 56px;
        height: auto;
    }

    .dtr-responsive-header img {
        width: 170px;
    }

    .gb-smartwizards-quotes label span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        margin-top: 0;
    }

    .tab-pane h4 {
        font-size: 1.2rem;
    }

    .buttons-wrapper {
        text-align: center;
    }

    .buttons-wrapper button {
        width: 100%;
    }

    .sw .toolbar button {
        width: 100%;
    }

    .dtr-footer-main {
        padding: 32px 0;
    }


}

@media (max-width:576px){
    .inner-page-hero{
        height: auto;
    }
    .banner-section .single-banner .banner-wrap{
        padding: 1rem;
    }

    .offer-cta-wrapper a {
        padding:.5rem;
    }
    .offer-cta-wrapper a span{
        display: none;
    }
    .faq-section{
        position: relative;
        padding:32px 0;
    }
}

@media (max-width:375px){
    .banner-section .cta-wrapper .btn{
        padding:1rem 2.5rem;
    }
    .gb-smartwizards-quotes img{
      width:32px;
      height: auto;
  }
}