.title-container{
    text-align: center;
    margin-bottom: 30px;
}
.column-one {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.left {
    padding: 0 2%;
    flex: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.right {
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img {
    max-width: 70%;
    height: auto;
}
.row-one{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.row-one, .row-three, .row-three-title{
    background-color: #79D1F5;
}
.row-two{
    background-color: #8DD9F8;
}
.title{
    color: #1F3A5F;
    font-size: 3vw;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.info{
    color: #1F3A5F;
    font-size: 1vw;
    line-height: 1.7em;
    padding: 0 5%;
}
.info a{
    color: #1F3A5F;
    font-weight: 600;
}
.info a:hover{
    color: #1E2A78;
}
.row-two, .row-three {
    padding-top: 5px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}
.row-three{
    padding-bottom: 30px;
}
.row-three-title{
    padding: 0 15px;
}
.column-two {
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.card-left{
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.card-right {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-left{
    background-color: white;
}
.card-left p{
    color: #1F3A5F;
    line-height: 1.7em;
}
.card-right p{
    line-height: 1.7em;
}
.card-right h2,.card-right p{
    color: white;
}
.card-right{
    background-color: #6CB4D9;
}
.img1{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 75%;
}
.img2{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.title-one {
    color: #1F3A5F;
    font-size: 1.5vw;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
}
.info-one{
    line-height: 1.7em;
    font-size: 1vw;
    margin: 0;
    text-align: center;
}
.info-one a{
    font-weight: 600;
    color: white;
}
.info-one a:hover{
    color: #1E2A78;
}
.card-left .info-one a{
    color: #1F3A5F;
    font-weight: 600;
}
.card-left .info-one a:hover{
    color: #1E2A78;
}
.title-two{
    text-align: center;
    color: #1F3A5F;
    font-size: 2.8vw;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-top: 30px;
}
.title-three{
    text-align: center;
    color: #1F3A5F;
    font-size: 2.8vw;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-top: 30px;
}
.title-four{
    text-align: center;
    color: #1F3A5F;
    font-size: 2.8vw;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.info-three{
    color: #1F3A5F;
    font-size: 1vw;
    line-height: 1.7em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.row-three{
    text-align: center;
}
.row-five{
    padding-bottom: 50px;
    padding-top: 30px;
    background-color: #8DD9F8;
}
.btn-one{
    font-weight: 500;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-one:hover{
    transform: translateY(-2px);
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
}
.btn-one:active{
    transform: translateY(2px);
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px inset;
}
.calculator-area {
    background-color: white;
    background-image: url("<?php echo base_url() ?>application/views/assets/Calculator-banner.png");
     background-position: center;
    background-size: contain;
    padding: 120px 20px;
    background-color: #81d0f8;
    background-repeat: no-repeat;
}
.contain-form {
    background-color: #6cb4d9;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.contain-form h3 {
    background-color: #008dd7;
    padding: 10px 30px;
    text-align: center;
    color: white;
}
.contain-fields {
    padding: 30px;
}
.contain-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    max-width: calc(50% - 15px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.fields input {
    width: 100%;
    border: none;
}
.contain-icons span {
    font-weight: 600;
    text-transform: capitalize;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#calc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.radar-autocomplete-wrapper {
    display: flex !important;
    width: 100% !important;
    max-width: 500px !important;
    min-width: 250px !important;
    flex-direction: column !important;
}
@media screen and (max-width: 1350px){
    .title, .title-four{
        font-size: 3.3vw;
    }
    .title-one{
        font-size: 1.9vw;
    }
    .title-two, .title-three{
        font-size: 2.8vw;
    }
    .info{
        font-size: 1.4vw;
    }
    .info-one{
        font-size: 1.2vw;
    }
    .info-three{
        font-size: 1.4vw;
    }
}
@media screen and (max-width: 900px) {
    .column-two {
        width: 51%;
        margin-bottom: 20px;
    }
    .left, .right{
        flex: 100%;
    }
    .title, .info{
        text-align: center;
    }
    .img{
        width: 60%;
    }
    .img1{
        width: 70%;
    }
    .title, .title-four{
        font-size: 5vw;
    }
    .title-one{
        font-size: 2.5vw;
    }
    .title-two, .title-three{
        font-size: 4vw;
    }
    .info{
        font-size: 1.9vw;
    }
    .info-one{
        font-size: 1.7vw;
    }
    .info-three{
        font-size: 1.9vw;
    }
}
@media screen and (max-width: 800px){
    .column-two{
        width: 60%;
    }
    .main-container{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 750px){
    .title, .title-four{
        font-size: 4.5vw;
    }
    .title-one{
        font-size: 2.6vw;
    }
    .title-two, .title-three{
        font-size: 4vw;
    }
    .info{
        font-size: 2vw;
    }
    .info-one{
        font-size: 1.7vw;
    }
    .info-three{
        font-size: 2vw;
    }
    .img1{
        width: 75%;
    }
}
@media screen and (max-width: 620px){
    .title, .title-four{
        font-size: 4.9vw;
    }
    .title-one{
        font-size: 3vw;
    }
    .title-two, .title-three{
        font-size: 4.4vw;
    }
    .info{
        font-size: 2.6vw;
    }
    .info-one{
        font-size: 2.3vw;
    }
    .info-three{
        font-size: 2.6vw;
    }
    .img1{
        width: 80%;
    }
    .btn-quote button {
        width: 40%;
    }
    .column-two{
        width: 65%;
    }
}
@media screen and (max-width: 500px){
    .title, .title-four{
        font-size: 5.3vw;
    }
    .title-one{
        font-size: 3.4vw;
    }
    .title-two, .title-three{
        font-size: 4.8vw;
    }
    .info{
        font-size: 2.8vw;
    }
    .info-one{
        font-size: 2.6vw;
    }
    .info-three{
        font-size: 2.8vw;
    }
    .img1{
        width: 90%;
    }
    .btn-quote button {
        width: 50%;
    }
    .img{
        width: 90%;
    }
}
@media screen and (max-width: 465px){
    .title, .title-four{
        font-size: 5.9vw;
    }
    .title-one{
        font-size: 3.9vw;
    }
    .title-two, .title-three{
        font-size: 5.5vw;
    }
    .info{
        font-size: 3.9vw;
    }
    .info-one{
        font-size: 3.4vw;
    }
    .info-three{
        font-size: 3.9vw;
    }
    .img1{
        width: 95%;
    }
    .column-two {
        width: 65%;
    }
}
@media screen and (max-width: 420px) {
    .column-two {
        width: 70%;
    }
    .btn-quote button {
        width: 55%;
    }
    .main-container .column-three {
        min-width: 250px!important;
    }
    .main-container a {
        min-width: 180px!important;
    }
}
@media screen and (max-width: 380px){
    .title, .title-four{
        font-size: 5.9vw;
    }
    .title-one{
        font-size: 3.9vw;
    }
    .title-two, .title-three{
        font-size: 5.5vw;
    }
     .info{
        font-size: 3.9vw;
    }
    .info-one{
        font-size: 3.4vw;
    }
    .info-three{
        font-size: 3.9vw;
    }
    .card-one, .card-two{
        min-height: 250px!important;
    }
}
.row-five .title-three{
    padding-top: 0;
}
.main-container{
    display: flex;
    justify-content: space-evenly;
}
.main-container .column-three{
    width: 20%;
    min-width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: visible;
}
.card-one, .card-two{
    background-color: #6CB4D9;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    height: 30vh;
    min-height: 300px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color 0.5s ease;
}
.card-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    transition: left 0.5s ease;
    z-index: -1;
}
.card-one:hover::before {
    left: 0;
}
.card-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    transition: left 0.5s ease;
    z-index: -1;
}
.card-two:hover::before {
    left: 0;
}
.card-one:hover, .card-two:hover {
    color: #1F3A5F;
}
.line{
    border: none;
    height: 2px;
    background-color: #fff;
    width: 80%;
    max-width: 600px;
    margin: 1rem auto;
}
.card-one:hover .line, .card-two:hover .line{
    background-color: #1F3A5F;
}
.info-container{
    display: flex;
    flex-direction: column;
}
.main-container a{
    width: 50%;
    min-width: 200px;
    align-self: center;
}
.radar-autocomplete-results-list {
     overflow-y: auto !important; /* Allow vertical scrolling */
    overflow-x: hidden !important; /* Hide horizontal overflow */
    max-height: 600px; /* Set a maximum height for the list */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Set direction to column for vertical layout */
    flex-wrap: nowrap; /* Prevent wrapping of items */

}
.radar-autocomplete-results-list li {
    display: flex;
    flex-direction: column;
    min-height: 90px!important;
    max-height: 120px!important;
}
