.asterisk {
    color: red;
    font-size: 12px;
}


.blue_bg {
    border-radius: 33px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    display: inline-block;
    background-color: #1468FB;
}




.get_in_touch_section {
    background-image: url("../images/partner-program/webp/get_in_touch.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0px;
}

.get_in_touch_section .left_side {
    color: #fff;
}

.get_in_touch_section .left_side h1 {
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.get_in_touch_section .left_side p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 27px;
    margin-bottom: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide {
    background-image: url("../images/partner-program/webp/best_energy_section.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    background-position: center;
    margin-bottom: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots {
    text-align: unset;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots .owl-dot span {
    background: #7b68aa;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide .item h1 {
    font-weight: 400;
    line-height: 65px;
    font-size: 54px;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .get_in_touch_slide .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}

.get_in_touch_section .left_side .get_in_touch_slide .item h3 {
    font-weight: 400;
    font-size: 44px;
    line-height: 49px;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .save_drops {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .save_drops img {
    width: 50px;
}

.get_in_touch_section .left_side .save_drops p {
    font-weight: 400;
    font-size: 17px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.get_in_touch_section .left_side .save_drops h5 {
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0;
}


.btn_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;

}


.asterisk {
    color: red;
    font-size: 12px;
}


.blue_bg {
    border-radius: 33px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 40px;
    display: inline-block;

    background-color: #1468FB;
}

.form {
    color: #fff;
    background-color: #000;
    width: unset;
    border-radius: 30px;
    padding: 30px;
}

.form form {
    padding: 10px 0;
}

.form .h2-heading {
    margin-top: 0;
    font-size: 20px;
}

.form .input_from {
    margin-bottom: 50px;
    position: relative;
}

.form .input_from.find_us {
    margin-bottom: 40px;
}

.form .input_from .iti {
    width: 100% !important;
}

.form .input_from .iti__selected-flag {
    padding: 0 6px 6px 8px;
}

.form .input_from input,
.form .input_from textarea {
    width: 100% !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    resize: none;
    color: #fff;
    font-size: 13px;
}


.form .input_from input:focus-visible,
.form .input_from textarea:focus-visible {
    outline: none;
}

.form .input_from textarea {
    max-height: 100px;
}

.form .input_from input[type="radio"] {
    accent-color: #fff;
    /* change this to your brand color */
}

.form .input_from ul.select_option {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 30px;
}

.form .input_from ul.select_option li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form .input_from ul.select_option li input {
    width: 18px !important;
    height: 18px;
}

.form .form__label {
    position: absolute;
    top: -12px;
    transition: 0.2s;
    pointer-events: none;
}
.form .form__label.number-label{
	top: -30px;
}

.form label {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
	margin: 0;
}

.form .form__field:focus {
    padding-bottom: 6px;
    border-image-slice: 1;
}

.form .form__field:focus~.form__label {
    position: absolute;
    top: -30px;
    transition: 0.2s;
}


.get_in_touch_section  .owl-theme .owl-dots .owl-dot{
	 width: auto !important;
    background: transparent !important;
}









/* responsive */
@media screen and (max-width: 1400px) {



    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        font-weight: 400;
        line-height: 50px;
        font-size: 42px;
        font-family: "Bebas Neue";
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item p {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0%;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h3 {
        font-weight: 400;
        font-size: 35px;
        line-height: 44px;
        letter-spacing: 0%;
        font-family: "Bebas Neue";
    }

    .get_in_touch_section .left_side .save_drops p {
        font-size: 14px !important;
    }
}




@media screen and (max-width: 1200px) {

    .get_in_touch_section .left_side .get_in_touch_slide {
        width: unset;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        font-weight: 400;
        line-height: 45px;
        font-size: 35px;
        font-family: "Bebas Neue";
    }
}


@media screen and (max-width: 992px) {
    .get_in_touch_section .row .left_side .save_drops {
        display: flex;
        align-items: center;
        text-align: center;
        font-family: "Bebas Neue";
        justify-content: center;
    }

    .get_in_touch_section .row .col-lg-5 .form {
        margin-top: 30px;
    }

}



@media screen and (max-width: 540px) {

    .get_in_touch_section {
        padding: 30px 0px;
    }

    .get_in_touch_section .left_side h1 {
        font-size: 40px;
    }

    .get_in_touch_section .left_side p br {
        display: none;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        line-height: 34px;
        font-size: 25px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide {
        padding: 10px;
    }
}
