body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
    box-sizing: border-box;
    color: #242322;
}
* {
    box-sizing: border-box;
}

.container {
    padding: 0 15px;
    max-width: 1300px;
    margin: 0 auto;
}


.section {
    margin-top: 90px;
}
.sectionTopFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .leftBox {
        text-align: center;
    }
}
.sectionTopFlex h1 {
    color: #F47333;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.sectionTopFlex h2 {
    color: #1B263F;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px; /* 118% */
    margin: 15px 0;
    padding: 0;
    span {
        color: #37CA37;
    }
}
.sectionTopFlex h3 {
    color: #1B263F;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px; /* 118% */
    margin: 0;
    padding: 0;
    span {
        color: #37CA37;
    }
}
.rateFlex {
    margin-top: 40px;
}

.rightBox {
    width: 564px;
height: 690px;
flex-shrink: 0;
border-radius: 5px;
background: #FFF;
box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
margin-left: 20px;
position: relative;
}

.slide .innerbox {
    text-align: center;
    padding: 40px;
}


.slide .innerbox h2 {
    color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 30px 0 25px 0;
}
.formBtn_field {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.btnslide {
    width: 324px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #E0AF34;
    background: #F7C948;
    color: rgba(20, 33, 48, 0.87);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    transition: 0.4s;
    &:hover, &.active {
        border: 1px solid #14213D;
        background: #14213D;
        color: #fff;
    }
}
.numbBotton {
    display: inline-block;
    width: 61px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #E0E0E0;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
        position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -30px;
    font-family: "Open Sans", sans-serif;
}


.btnbox {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 0px 0px 5px 5px;
    background: #FEC013;
    overflow: hidden;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    button {
        background: none;
        border: 0;
        cursor: pointer;
        outline: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 130px;
        font-family: "Open Sans", sans-serif;
    }
}

.sectionBlackCard {
    h2 {
        color: #1B263F;
        font-size: 50px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        em {
            font-style: italic;
            font-weight: 700;
        }
    }
    h3 {
        margin: 20px 0 30px 0;
        color: #1B263F;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}
.cardFlex {
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}
.bcard {
    width: calc(420px - 12px);
    height: 184px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #1B263F;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    .name {
        color: #FFF;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .price {
        color: #37CA37;
        text-align: center;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .year {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
}
.btnboxCta {
    width: 100%;
    margin-top: 35px;
}


.sectionProb {
    background: #E0AF34;
    padding: 100px 0;
}

.sectionProbFlex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-width: 100%;
    width: 100%;
}

.tankyouBox {
    text-align: center;
    padding: 80px;
    min-height: 658px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tankyouBox h2, .tankyouBox h3 {
    font-size: 26px;
}
.tankyouBox h2 {
    margin-top: 10px;
    margin-bottom: 0;
}
.tankyouBox p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 12px;
}

.sectionProbFlex .card {
    border: 1px solid #1B263F;
    border-radius: 8px;
    padding: 15px;
    height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.2s, background-color 0.2s;
}

/* .sectionProbFlex .card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
} */

.sectionProbFlex .icon {
    background-color: #1B263F;
    color: #e4b63c;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.sectionProbFlex .label {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}


.sectionBottom {
    padding-bottom: 90px;
    h2 {
        color: #1B263F;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        margin: 0 0 10px 0;
        line-height: normal;
    }
    h3 {
        color: #1B263F;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 800;
        line-height: 59px;
        margin: 0;
        span {
            color: #37CA37;
        }
    }
}


.footerBox {
    padding: 15px 0;
    background: #1B263F;
}

.footerBox .innerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


.footerBox span {
    text-align: right;
    color: #218CBD;
    a {
        color: #218CBD;
        text-decoration: none;
    }
}






  .input_field_Outer {
    position: relative;
    margin-bottom: 0;
    min-width: 375px;
    max-width: 375px;
  }
  .input_field {
    width: 100%;
    max-width: 400px;
    padding: 20px 23px;
    font-size: 16px;
    color: #242322;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    text-align: left;
    font-family: "Open Sans", sans-serif;
  }

  .input_field::placeholder {
    color: #999;
  }

  .input_field.error {
    border: 1px solid red;
  }

  .checkBox {
    text-align: left;
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    input {
        position: absolute;
    left: 0;
    top: 1px;
    }
  }

 #btnSubmit {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    border: 0;
    border-radius: 5px;
    width: 200px;
background: rgba(0, 0, 0, 0.10);
  }
  button#btn_NextSlide5_1, button#btn_NextSlide5_0 {
    width: 200px;
}

  .for-sm {
    display: none !important;
  }
  .for-lg {
    display: block !important;
  }

.ptd_pages {
    padding: 40px 0;
    h1 {
        font-size: 48px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    p {
        margin-top: 10px;
        line-height: 24px;
    }
    a {
        color: #000;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}


.phone {
background-color: #218CBD;
color: #fff;
padding: 22px 32px;
border-radius: 10px;
font-weight: bold;
font-size: 18px;
display: inline-flex;
text-decoration: none;
align-items: center;
gap: 10px;
justify-content: center;
transition: 0.4s;
}
.phone:hover {
    background-color: #202020;
}
.headerSection {
background-color: #fff;
padding: 20px 0;
}
.header_innerflex {
display: flex;
justify-content: space-between;
align-items: center;
}

body>img {
    display: none;
}
.section.sectionTop {
    margin-top: 5px;
}

.slide.slide6 .innerbox h2 {
    margin-bottom: 5px;
}
.slide.slide6 .innerbox p {
    margin-top: 5px;
}


.input_field_Outer.col2_btnSlide {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 buttons per row */
  gap: 15px; /* space between buttons */
  max-width: 400px; /* optional: to control row width */
  margin: auto;

  .btnslide {
    width: 100%;
    padding: 0 30px;
  }
}

.input_field_Outer.col2_btnSlide > .btnslide:last-child:nth-child(odd) {
  grid-column: span 2;     /* take full row */
  justify-self: center;    /* center it */
  width: fit-content;
  text-transform: lowercase;
}

@media (max-width: 1200px) {
    .sectionTopFlex h1 {
        font-size: 30px;
    }
    .sectionTopFlex h2, .sectionTopFlex h3 {
        font-size: 40px;
        line-height: 52px;
    }
    .sectionBlackCard h2 {
         font-size: 40px;
        line-height: 52px;
    }
    .bcard {
        width: calc(355px - 12px);
    }
    .sectionProbFlex {
        grid-template-columns: repeat(4, 1fr);
    }
    .sectionBottom h2 {
        font-size: 30px;
    }
    .sectionBottom h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 1080px) {
    .sectionProbFlex {
        grid-template-columns: repeat(4, 1fr);
    }
    .rightBox {
        width: 450px;
    }
    .bcard {
        width: calc(318px - 12px);
    }
}

@media (max-width: 1023px) {
    .sectionProbFlex {
        grid-template-columns: repeat(3, 1fr);
    }
    .sectionTopFlex {
        flex-direction: column;
        gap: 40px;
    }
    .rightBox {
        width: 80%; margin: 0;
    }
    .bcard {
        width: calc(50% - 12px);
    }
    .footerBox .innerbox {
        flex-direction: column;
        gap: 10px;
    }
    .section {
        margin-top: 50px;
    }
    .sectionBottom {
        padding-bottom: 50px;
    }
    .sectionProb {
        padding: 50px 0;
    }
    .cardFlex {
        gap: 15px;
    }
}

@media (max-width: 640px) {
    .header_innerflex {
        justify-content: center;
    }
        .phone {
        border-radius: 10px 10px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        padding: 20px 30px;
        font-size: 30px;
    }
    .for-sm {
        display: block !important;
    }
    .for-lg {
        display: none !important;
    }
    .sectionProbFlex {
        grid-template-columns: repeat(2, 1fr);
    }
    .sectionTopFlex h1 {
        font-size: 20px;
    }
    .sectionTopFlex h2, .sectionTopFlex h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .rateFlex {
        margin-top: 0;
        overflow: hidden;
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        scrollbar-width: none;
                width: calc(100% + 30px);
    }
    .rateFlex .innerbox {
        min-width: 450px;
    }
    .rightBox {
        width: 100%;
        margin: 0;
        height: auto;
        padding-bottom: 0;
    }
    .slide {
        padding-bottom: 114px;
    }
    .slide.slide7 {
        padding-bottom: 0;
    }
    .slide.slide6 {
        padding-bottom: 54px;
    }
    .btnslide {
        width: 100%;
    }
    .slide .innerbox {
        padding: 26px 20px;
    }
    .formBtn_field {
        width: 100%;
    }
    .sectionTopFlex {
        .leftBox {
            width: 100%;
        }
    }
    .bcard {
        width: 100%;
    }
    .sectionBlackCard h2 {
        font-size: 36px;
        line-height: 47px;
    }
    .sectionBlackCard h3 {
        font-size: 20px;
    }
    .sectionBottom h2 {
        font-size: 20px;
    }
    .sectionBottom h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .btnboxCta {
        margin-top: 20px;
    }
    .footerBox {
        text-align: center;
        padding-bottom: 100px;
    }
    .input_field_Outer {
        min-width: 100%;
    }
    .tankyouBox {
        padding: 40px 15px;
        min-height: inherit;
        h2 {
            font-size: 20px;
        }
    }
    button.btnslide.btnCtn {
        width: 92%;
        color: #000;
        &:hover {
            color: #fff;
        }
    }

}

@media (max-width: 430px) {
    .footerBox .innerbox {
        font-size: 13px;
    }
    .sectionBottom h3 {
        font-size: 24px;
        line-height: 32px;
    }
        .sectionBottom h2 {
        font-size: 18px;
    }
    .sectionBlackCard h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .sectionBlackCard h3 {
        font-size: 18px;
    }
    .slide .innerbox {
        padding: 30px 15px;
    }
    .slide .innerbox h2 {
        font-size: 18px;
    }
    .sectionProbFlex .card {
        min-width: 158px;
    }
}
@media (max-width: 360px) {
    .section {
        margin-top: 40px;
    }
    .sectionTopFlex h2, .sectionTopFlex h3 {
        font-size: 26px;
        line-height: 33px;
    }
    .slide .innerbox h2 {
        font-size: 16px;
    }
    .footerBox .innerbox {
        font-size: 12px;
    }
    .sectionProbFlex .card {
        min-width: 156px;
    }
}