:root {
    --main-color: #29348E;
    --second-color: #E31E30;
    --white-color: #fff;
    --black-color: #000;
}

body {
    font-family: "Roboto", sans-serif;
}

* {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

*:focus,
*:focus-visible {
    outline: none;
}

p {
    margin-bottom: 0;
    line-height: 28px;
}

.common-btn {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--main-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 26px;
    font-weight: 500;
    text-wrap: nowrap;
}

.common-btn:hover,
.common-btn:active,
.common-btn:focus {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.main-btn {
    background: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 26px;
    font-weight: 500;
    text-wrap: nowrap;
}

.main-btn:hover,
.main-btn:active,
.main-btn:focus {
    background: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
}

.estimate_part {
    position: relative;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../image/estimate.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.estimate_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.estimate_image img.image1 {
    width: 100%;
    object-fit: cover;
}

.left_side_image,
.left_side_image_lg img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.left_side_image img,
.left_side_image_lg img {
    aspect-ratio: 43 / 55;
    object-fit: cover;
    width: 370px;
    object-position: bottom;
}

.left_side_image{
    display: none;
}

.left_side {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%;
    position: relative;
}

.left_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.left_logos .image1,
.left_logos .image2 {
    width: 110px;
}

.left_text {
    color: #fff;
}

.left_text h1 {
    font-size: 55px;
    font-weight: 500;
}

.left_text p {
    max-width: 500px;
}

.left_bottom {
    background: #29348E;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    position: sticky;
    bottom: 12px;
    z-index: 1;
}

.left_bottom p {
    font-size: 14px;
    line-height: 20px;
}

.left_bottom img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.left_bottom .common-btn {
    margin-left: 10px;
}

.right_side {
    background-color: var(--white-color);
    padding: 50px 35px;
    border-radius: 25px;
    background-image: url('../image/Background.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.right_side.style2 {
    padding: 55px 35px 60px;
}

.right_side h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--main-color);
}

.right_side p {
    margin-bottom: 15px;
    line-height: 22px;
}

.right_side.style2 p {
    line-height: 32px;
}

.price {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: var(--black-color);
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact {
    padding: 25px 0;
    color: #333333;
    font-size: 15px;
}

.contact p {
    color: #333333;
    font-size: 15px;
    margin-bottom: 4px;
}

.contact ul {
    list-style: none;
    padding-left: 0;
}

.contact ul li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.contact ul svg {
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.right_side svg {
    margin-bottom: 20px;
}

.right_side .form-control,
.right_side .form-select {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    min-height: 65px;
    border-radius: 15px;
    box-shadow: 4px 2px 10px rgb(136 136 136 / 20%);
    margin-bottom: 20px;
    font-size: 15px;
    color: #505050;
    padding: 10px 20px;
}

.right_side .form-control::placeholder {
    font-size: 15px;
    color: #505050;
}

.right_side .form-control:focus,
.right_side .form-select:focus {
    border: 1px solid var(--second-color);
}


.right_side .main-btn svg {
    margin-bottom: 0;
    margin-left: 15px;
}

.right_side .form-label {
    color: var(--black-color);
    font-size: 15px;
    text-wrap: nowrap;
    margin-right: 30px;
    margin-bottom: 0;
}

.right_side .form-label span {
    color: var(--second-color);
}

.right_side .right-text {
    color: var(--black-color);
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 30px;
}

.right_side .slider-selection,
.right_side .slider-track-low,
.right_side .slider-track-high {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dee2e6;
}

.right_side .slider-handle.min-slider-handle,
.right_side .slider-selection {
    background: var(--second-color);
}

.right_side .slider-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    transform: translateY(-50%);
    height: 14px;
}

.right_side .slider.slider-horizontal {
    width: 100%;
    height: 8px;
}

.range_box {
    display: flex;
    align-items: center;
    background: var(--white-color);
    border: 1px solid var(--white-color);
    min-height: 65px;
    border-radius: 15px;
    box-shadow: 4px 2px 10px rgb(136 136 136 / 20%);
    margin-bottom: 20px;
    font-size: 15px;
    color: #505050;
    padding: 10px 20px;
}

.range_box.active {
    border: 1px solid var(--second-color);
}







@media(min-width: 1400px) {

    .estimate_part {
        padding: 30px 20px;
        min-height: 100vh;
    }

    /* .estimate_image img.image1 {
        height: 880px;
        object-position: bottom;
    } */

    .left_text h1 {
        font-size: 70px;
        font-weight: 500;
    }

    .left_text p {
        max-width: 650px;
        font-size: 20px;
    }

    .left_logos .image1,
    .left_logos .image2 {
        width: 131px;
    }

    .left_logos {
        margin-bottom: 50px;
    }

    .left_bottom p {
        font-size: 19px;
    }

    .left_bottom img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .common-btn,
    .main-btn {
        font-size: 18px;
        padding: 12px 20px;
    }

    .common-btn svg,
    .main-btn svg {
        width: 26px;
        height: 26px;
    }

    .right_side h2 {
        font-size: 32px;
    }

    .price {
        font-size: 32px;
    }

    .right_side p {
        font-size: 20px;
    }

    .right_side .form-label {
        font-size: 18px;
    }

    .right_side .form-control,
    .right_side .form-select,
    .range_box {
        font-size: 18px;
        min-height: 80px;
    }

    .right_side .form-control::placeholder {
        font-size: 18px;
    }

    .contact {
        font-size: 18px;
        padding: 40px 0;
    }

    .contact p {
        font-size: 18px;
    }

    .contact ul svg {
        width: 20px;
        height: 20px;
    }

    .right_side.style2 {
        padding: 70px 35px 80px;
    }
}

@media(max-width: 1199px) {

    .estimate_part {
        position: relative;
        padding: 0;
        background-image: none;
    }

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        /* min-height: 500px; */
        object-position: 1% bottom;
    }

    .left_side {
        height: 500px;
        padding: 20px;
        background-image: url('../image/estimate.jpg');
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .right_side {
        padding: 30px 10px;
        border-radius: 0;
    }

    .left_text {
        text-align: center;
    }

    /* .left_text h1 {
        font-size: 48px;
    } */

    .left_text p {
        max-width: 500px;
        margin: 0 auto;
    }

    .left_side_image{
        display: block;
    }
    .left_side_image_lg {
        display: none;
    }

    .left_side_image img {
        width: 320px;
    }

    .left_bottom {
        max-width: 675px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {

    .estimate_part {
        position: relative;
        padding: 0;
    }

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        /* height: 500px; */
        object-position: 1% bottom;
    }

    .left_side {
        height: 400px;
        padding: 20px;
    }

    .right_side,
    .right_side.style2 {
        padding: 30px 10px;
        border-radius: 0;
    }

    .left_logos .image1,
    .left_logos .image2 {
        width: 100px;
    }

    .left_text h1 {
        font-size: 48px;
        display: none;
    }

    .left_side_image img {
        width: 280px;
    }

    .left_bottom {
        max-width: 675px;
        margin: 0 auto;
    }

    .left_text p {
        display: none;
    }
}

@media(max-width: 767px) {

    .estimate_part {
        position: relative;
        padding: 0;
    }

    /* .estimate_image img.image1 {
        height: 320px;
    }*/

    .left_side {
        height: 300px;
    }

    .left_side_image img {
        width: 200px;
    }

    .left_bottom {
        display: none;
    }

    .left_logos .image1,
    .left_logos .image2 {
        width: 90px;
    }

    .left_text h1 {
        font-size: 40px;
    }
}

@media(max-width: 575px) {

    .right_side h2 {
        font-size: 20px;
    }

    .price {
        font-size: 20px;
    }

    /* .estimate_image img.image1 {
        height: 280px;
    }*/

    .left_side {
        height: 280px;
    }

    .left_side_image img {
        width: 160px;
    }

    .left_text {
        display: none;
    }

    .left_logos .image1,
    .left_logos .image2 {
        width: 85px;
    }
}