
.contact_page{
    padding-bottom: 120px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.product_details{
    margin-top: 80px;
    max-width: 640px;
}
.image_section iframe{
    max-width: 640px;
    width: 100%;
    height: 100%;
    min-height: 447px;
    max-height:450px;
}
.image_section img{
    width: 100%;
    max-width: 640px;
    object-fit: cover;
}
.product_heading{
    color: #008DD2;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Inter', sans-serif !important;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.product_data p{
    margin-bottom: 20px;
    line-height: 26px;
    color: #4e4e4e;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
.product_spec{
    list-style: none;
    padding: 0;
}
.product_spec li{
    font-size: 16px;
    max-width: 640px;
    width: 100%;
    color: #4e4e4e;
    padding-bottom: 10px;
}
.product_spec li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    padding-right: 10px;
}
.contact_form{
    background: #fff;
    padding: 40px 60px;
    position: sticky;
    top: 0;
    right: 0;
    text-align: center;
    left: 67%;
    position: unset;
}
.form_content{
    font-size: 15px;
    color: #4e4e4e;
    font-family: 'Inter', sans-serif;
    margin-top: 20px;
    line-height: 20px;
}
.hykon_icon img{
    max-width: 180px;
    width: 100%;
    object-fit: contain;
    margin-bottom:16px;
}
.form_container{
    margin-top: 25px;
}
.form_fld{
    text-align: left;
    max-width: 460px;
    width: 100%;
    margin: 25px auto;
}
.form_fld label{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 10px;
}
.form_fld input{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 12px;
}
.form_fld input:focus{
    outline: none;
}
.btn_wrapper{
    text-align: right;
    max-width: 483px;
    width: 100%;
}
.btn_wrapper button{
    background: #008DD2;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    width: 120px;
    padding: 8px 25px;
    border-radius: 22px;
    margin-top: 20px;
}
@media only screen and (max-width: 768px){
    .contact_form{
        position: unset;
        padding: 60px 0 0;
    }
    .product_details{
        margin-top: 80px;
    }
    .product_heading{
        margin-top: 20px;
    }

    .is-sticky{
        position: unset !important;
    }
    .image_section iframe{
        min-height:264px !important;
    }

}
@media screen and (max-width:1400px) {
    .contact_form{
        padding: 50px 30px;
    }
    .form_container{
        margin-top: 20px;
    }
    .form_fld label{
        font-size: 16px;
    }
    .form_fld{
        margin: 15px auto;
    }
    .form_fld label{
        padding-bottom: 5px;
        padding-left: 5px;
    }
    .btn_wrapper button{
        margin-top: 7px;
    }
}
.contact_sec {
        top: 30px;
        right: 0;
    }
    .is-sticky {
        position: fixed;
        top: 0;
        z-index: 100;
    }