* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

html {
    height: 100%;
}

body {
    /* width: 1366px;
    max-width: 100%;
    margin: 0 auto; */
    background-color: #1c1c1c;
    min-height: 100%;
    position: relative;

}

body::after {
    content: '';
    display: block;
    height: 100px;
}

.container {
    width: 1224px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mobile-banner-wrapper {
    display: none;
}

.bottom-buttons {
    display: none;
}

.call-now-btn {
    display: none;
}

/*--------------------------------------------------------------
#Header Section
--------------------------------------------------------------*/
.header {
    background-color: #000000;
}

.header .navbar {
    height: 80px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 184px;
    max-width: 100%;
    height: 53px;
    object-fit: contain;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
#Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 500px;
    /* background-image: url(./imges/bg-img.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.widget-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 500px;
}

.widget-form {
    width: 392px;
    max-width: 100%;
    padding: 27px 24px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px #00000026;
    border-radius: 10px;
    /* position: absolute;
    top: 30px;
    left: 0; */
}

.widget-form h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.widget-form .btn {
    font-size: 14px;
    line-height: 21px;
    border-radius: 5px;
    background: #3875ea;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 8px;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}

.widget-form .form-check-label {
    font-size: 12px;
    line-height: normal;
    color: #5f5f5f;
    font-weight: 400;
}

.widget-form .form-check-label a {
    color: #3c73e2;
}

.widget-form .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.widget-input {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #a6a6a6;
    font-weight: 300;
    border: 1px solid #ededed;
    background-color: white;
    background-position: 11px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
}

/* .widget-input.widget-text-field {
    background-image: url(../img/person.svg);
} */
/* .widget-input.widget-email-field {
    background-image: url(../img/mail.svg);
} */
/* .widget-input.widget-mobile-field {
    background-image: url(../img/call.svg);
} */
.widget-input.widget-model-field {
    background-image: url(../img/directions_car.svg);
}

.text-danger {
    color: red;
}

.input-container__wrapper {
    position: relative;
}

.input-icons {
    position: absolute;
    top: 12px;
    left: 15px;
}

/*--------------------------------------------------------------
#Features Section
-----------
---------------------------------------------------*/
.features {
    margin-top: 42px;
}

.features-block {
    width: 558px;
    max-width: 100%;
}

.features__wrapper {
    display: flex;
    justify-content: space-between;
}

.features_section_heading_text {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
}

.feature-heading-container {
    padding: 20px;
}

.features-block h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.features-block .features-block__content {
    width: 470px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #868686;
}

.features-block .features-block__content a {
    color: #ffffff;
}

.features .features-block-card {
    display: flex;
    align-irgb(44, 41, 41)tart;
    gap: 16px;
}

.features-block .feature-icon {
    padding-top: 6px;
}

/*--------------------------------------------------------------
#Specifications Section
--------------------------------------------------------------*/

.specifications__block {
    margin: 40px 0 48px;
}

.specifications__block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 24px;
}

.specifications__block .card {
    width: 288px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    border: 1px solid #707070;
    overflow: hidden;
}

.specifications__block .card .img-fluid {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.specifications__block h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.specifications__block .card-body {
    padding: 16px 6px 16px 16px;
}

.specifications__block h5.card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 8px;
}

.specifications__block .card-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

/*--------------------------------------------------------------
#Tags Section
--------------------------------------------------------------*/

.tags__block {
    padding: 24px;
    background-color: #67717f;
}

.tags__block h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.tags__block p.tags__block-content {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 300;
}

/*--------------------------------------------------------------
#Disclaimer Section
--------------------------------------------------------------*/
.disclaimer__block {
    padding: 8px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.disclaimer__block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disclaimer__block p.disclaimer__block-content {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #333333;
}

.disclaimer__block .disclaimer__block-title {
    font-weight: 400;
}

/*--------------------------------------------------------------
#Footer Section
--------------------------------------------------------------*/
/* .footer {
    padding: 8px 0;
} */

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social-media-icons {
    width: 185px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social-media-icons img {
    width: 24px;
    height: 22px;
    object-fit: contain;
}

.footer .social-media-icons a {
    display: flex;
}

.footer .footer-copyright {
    width: 248px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer .footer-powerby {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.footer .footer-powerby a {
    color: #0e0071;
    text-decoration: none;
}

.thanks-div {
    display: flex;
    align-content: center;
    height: 450px;
    width: 45%;
    justify-content: center;
    flex-direction: column;
}

.thanks-heading {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    font-size: 32px;
}

.thanks-sub-heading {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    font-size: 25px;
}

/*--------------------------------------------------------------
#Responsive Code
--------------------------------------------------------------*/


@media (min-width: 1370px) {
    .container {
        max-width: 100%;
        width: 88vw;
    }

    .hero .widget-container {
        height: 100%;
    }

    .hero {

        height: 550px;
    }

    .hero .container {
        height: 100%;
    }

    .specifications__block .card {
        width: 21vw;
    }
}

@media (max-width: 1200px) {

    /* .widget-container{
      height: 500px;
    } */
    .container {
        width: 970px;
        /* max-width: 1221px; */
    }
}

@media (max-width: 991px) {
    .container {
        width: 820px;
    }

    .header .navbar {
        padding: 0 24px;
    }

    .features__wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .specifications__block-wrapper {
        flex-wrap: wrap;
    }

    .specifications__block h2 {
        text-align: center;
    }

    .hero {
        min-height: auto;
        background-image: none !important;
        margin-top: 16px;
    }

    .mobile-banner-wrapper {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: unset;
    }

    .mobile-banner-wrapper .mobile-banner {
        width: 100%;
    }

    /* .widget-form {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -0%);
    } */
    .features {
        margin-top: 76px;
    }

    .disclaimer__block {
        padding: 24px 24px;
    }

    .footer {
        padding: 8px 10px;
    }

    .widget-container {
        height: inherit;
    }

    .widget-container {
        flex-direction: column;
    }

    .thanks-div {
        display: none;
    }

    .mobile-banner-wrapper>.thanks-div {
        width: 100%;
        height: 100%;
        font-size: 10px;
        background-color: #00000075;
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mobile-banner-wrapper .thanks-heading {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 22px;
    }

    .mobile-banner-wrapper .thanks-sub-heading {
        width: 100%;
        display: block;
        padding: 0;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    /* .hero{
      height: 490px !important;
    } */

    .container {
        max-width: 720px;
    }
}

/* @media (max-width: 576px){
.container{
max-width: 540px;
}
}  */

@media (max-width: 576px) {

    .container {
        width: 328px;
    }

    .bottom-buttons {
        display: block;
    }

    .oda-chat-button {
        display: none;
    }

    .header .navbar {
        height: 64px;
        justify-content: center;
    }

    .navbar-brand img {
        width: 130px;
        max-width: 100%;
        height: 32px;
    }

    /* .mobile-banner-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  }
  .mobile-banner-wrapper .mobile-banner{
  width: 100%;
  } */
    /* .hero{
  height: 384px;
  background-image: none;
  
  } */

    .widget-form {
        width: 328px;
        max-width: 100%;
        padding: 16px;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
    }

    .widget-form h4 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .widget-input {
        border-radius: 5px;
        font-size: 12px;
        line-height: 18px;
        color: #a6a6a6;
        border: 1px solid #ededed;
        background-position: 16px 9.5px;
        width: 296px;
        max-width: 100%;
        padding: 10px 10px 10px 44px;
    }

    .mb-16 {
        margin-bottom: 13px;
    }

    .widget-form .btn {
        font-size: 16px;
        line-height: normal;
        border-radius: 5px;
        margin-top: 24px;
    }

    .widget-form .checkbox-wrapper {
        gap: 4px;
        margin-top: 8px;
    }

    .widget-form .form-check-label {
        font-size: 10px;
        line-height: 16px;
        color: #727272;
        font-weight: 500;
    }

    .features {
        margin-top: 16px;
        position: relative;
    }

    .features__wrapper {
        justify-content: center;
        flex-direction: column;
    }

    .features-block {
        width: 314px;
        max-width: 100%;
    }

    .features-block h3 {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .features_section_heading_text {
        font-size: 20px;
        line-height: 27px;
    }

    .features-block .features-block__content {
        width: 312px;
        max-width: 100%;
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
    }

    .features-block.features-block-card.mobile-card {
        width: 328px;
        max-width: 100%;
        padding: 16px;
        border-radius: 5px;
        background: #000000;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 16px;
    }

    .features-block-card.mobile-card h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        width: 221px;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .features-block-card.mobile-card .features-block__content {
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        color: #868686;
        width: 265px;
        max-width: 100%;
        margin-bottom: 4px;
    }

    .features-block-card.mobile-card .features-block__content.mobile-call-us {
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        color: #868686
    }

    .features-block-card.mobile-card .features-block__content.mobile-call-us a {
        color: #3c73e2;
    }

    .features-block .feature-icon {
        padding-top: 6px;
        width: 24px;
        height: 24px;
    }

    .specifications__block {
        margin: 24px 0 32px;
    }

    .specifications__block h2 {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 24px;
        text-align: left;
    }

    .specifications__block .card {
        width: 328px;
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    }

    .specifications__block .card-body {
        padding: 8px 6px 16px 16px;
    }

    .specifications__block h5.card-title {
        margin-bottom: 8px;
    }

    .specifications__block .card-text {
        line-height: 25px;
    }

    .tags__block h4 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .tags__block p.tags__block-content {
        line-height: 25px;
    }

    .disclaimer__block {
        padding: 24px 0;
        margin-bottom: 50px;
    }

    .disclaimer__block p.disclaimer__block-content {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
    }

    .disclaimer__block .disclaimer__block-title {
        font-weight: 500;
    }

    .disclaimer__block .container {
        flex-direction: column;
        justify-content: center;
    }

    /* footer */
    .footer {
        padding: 24px 0;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .footer .footer-copyright {
        width: 182px;
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #333333;
        order: 2;
    }

    .footer .footer-powerby {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        color: #333333;
        text-align: center;
        order: 3;
    }

    .footer .footer-powerby a {
        font-weight: 400;
    }

    .footer-social-media {
        order: 1;
    }

    .footer .social-media-icons {
        width: 101px;
        max-width: 100%;
    }

    .footer .social-media-icons img {
        width: 13px;
        height: 13px;
    }

    /*call now button*/
    a.call-now-btn {
        width: 130px;
        max-width: 100%;
        padding: 8px 16px;
        background-color: #2cbe01;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        text-decoration: none;
        border-radius: 50px;
        box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        outline: 0;
        cursor: pointer;
        position: absolute;
        top: -22px;
        /* top: 360px; */
        right: 15px;
        z-index: 22;
    }

    .bottom-wrapper {
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }

    .bottom-btn {
        display: flex;

        padding: 16px 0px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 33.33%;
    }

    a.request-btn {

        background: #0E0071;
    }

    a.callnow-btn {
        background: #00C158;

    }

    .footer-comp {
        margin-bottom: 50px;
    }
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.oda-chat-button {
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    bottom: 0;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 90px;
    text-align: center;
    z-index: 10000;
    transition: height 0.25s ease-out, width 0.25s ease-out;
    height: 48px;
    width: 48px;
    top: 90%;
}