/* form[name=headerSearchInputBox] {
    width: 410px!important;
    -webkit-transition: width 0.4s ease-in-out !important;
    transition: width 0.4s ease-in-out !important;
}
 */
/* When the input field gets focus, change its width to 100% */
/* form[name=headerSearchInputBox]:focus  {
width: 100% !important;
} */

/* for bottom right fixed botton asq question*/
.image_talking_with_sale_support{
    /* 
    height: 50px; */
    padding: 10px;
    width: 50px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 5px;
    border-radius: 100px;
    background: var(--color-base1);
    margin: 10px;
    text-align: center;
    color:var(--white-color)!important;
    font-size: 23px;
    z-index: 1000000;
    float:left;
 }
 .image_talking_with_sale_support > a{
    color: var(--white-color)!important;
 }
 .image_talking_with_sale_support:hover{
    background: var(--white-color);
    border-color: var(--color-base1);
    padding-bottom: 25px;
    padding-top: 25px;
    border-style: ridge;
    font-size: 25px;
 }
 .image_talking_with_sale_support:hover > a{
    color: var(--color-base1)!important;
 }
 
 /* for bottom right fixed botton find needs*/
 .image_talking_find_your_needs{
    /* width: 50px;
    height: 50px; */
    padding: 10px;
    width: 50px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 5px;
    border-radius: 10px;
    background: var(--mess-talk-me-fr);
    margin: 10px;
    text-align: center;
    font-size: 23px;
    z-index: 1000000;
    float:left;
 }
 .image_talking_find_your_needs > a{
    color: var(--white-color)!important;
 }
 .image_talking_find_your_needs:hover{
    background: var(--white-color);
    border-color: var(--mess-talk-me-fr);
    padding-bottom: 25px;
    padding-top: 25px;
    border-style: ridge;
    font-size: 25px;
 }
 .image_talking_find_your_needs:hover > a{
    color: var(--mess-talk-me-fr)!important;
 }

 .div_master_bottom_btn_lists{
    position:fixed;
    bottom:25px;
    left:25px;
    z-index: 200000;
 }

 .message_toggle_of_bottom_btn_sale_support{
    padding:10px;
    border-radius:10px;
    float:right;
    width:150px;
 }

 .message_toggle_of_bottom_btn_robots{
    padding:10px;
    border-radius:10px;
    float:right;
    width:150px;
 }

