*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*Let's talk start*/
#lets-talk {
    max-height: 402px;
    height: 402px;
    width: 100%;
    background: url('../../../dist/assets/images/newsletters-new/lets-talk-banner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.lets-talk-heading{
    min-height: 250px;
    display: inline-flex;
    align-items: center;
}
.lets-talk-heading h1{
    display: inline-block;
    background: #f1f1f1;
    padding: 23px 23px;
    font-size: 30px;
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    text-align: center;
    font-weight: 500;
}
html[lang="fr"] .lets-talk-heading h1{
    max-width: 270px;
    min-width: 270px;
    width: 270px;
}
#letsTalkmyform .ff-form-errors,
#letsTalkmyformfr .ff-form-errors{
    display: none;
}  

#letsTalkmyform .ff-form-success p,
#letsTalkmyformfr .ff-form-success p{
    display: none;
}  

#video iframe,
.video iframe {
    position: unset !important;
}

.ff-errors {
    color: red;
}
.lets-talk-mobile-hide h4{
    padding-bottom: 35px !important;
}

/*Let's talk End*/


/*Let's Talk Heading Start*/

.lets-talk-content-paragraph p{
    font-size: 21px;
    text-align: center;
    padding: 27px 250px;
    width: 86%;
    margin: 0px auto;
}
/*Let's Talk Heading End*/


/*Lets talk form start*/

.custom-wrapper{
max-width: 1320px;
margin: 0px auto;
width: 778px;
}
.form-main-talk-main{
    display: flex;
    justify-content: space-around;
}
.form-main-talk input{
    background: #f5f5f5;
    padding: 9px 17px;
    width: 300px;
    color: #000;
    margin: 5px 2px;
    border: none;
  
}
.form-first-content{
    width: 89%;
    margin: 0px auto;
    padding-right: 53px;
    padding-bottom:10px ;
}
.form-first-radio{
    display: flex;
    justify-content:space-around;
    width: 100%;
    margin: 0px auto;
}
.sub-inner{
  max-width: 300px;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub-inner input[type="radio"]{
    height: 25px;
    width: 25px;
}
.sub-inner label{
    height: 40px;
    width: 300px;
    background: #f5f5f5;
    padding: 8px 10px;
}
.form-second-content{
    margin: 25px auto;
    width: 89%;
}
.form-second-radio{
    display: flex;
    justify-content: space-around;
}
.border-bottom{
    height: 1px;
    border: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-bottom: 30px;
}
.form-selection-section-one{
    display: flex;
    margin: 0px auto;
    width: 90%;
}
.form-selection-section-right{
    padding-left: 100px;
}
.form-selection-section-left select{
    width: 308px;
    padding: 3px 10px;
    margin-bottom: 20px;
}
.telephone-email{
    display: flex;
    align-items: center;
}
.blank input{
    background: #f5f5f5;
    border: none;
    height: 40px;
    width: 289px;
}
.blank p{
    margin-top: 20px;
}
/*.form-last{
   display: flex;
    width: 89%;
   margin: 0px auto;
}*/
.form-last-inner-left p{
    width: 80%;
}
.form-last-inner-left{
    width: 89%;
    margin: 0px auto;
}
.chek-box{
    display: flex;
    gap: 10px;
    margin: 13px auto;
}
.chek-box input[type="checkbox"]{
    height: 29px;
    width: 18px;
}
.inner-button button{
    background: #004953;
    padding: 5px 30px;
    color: #ffff;
    cursor: pointer;
    margin: 25px 0;
}
.form-first-content h4{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #004953;
    font-weight: 600;
}
.form-second-content h4{
    margin-top: 10px;
    color: #004953;
    font-weight: 600;
}
.form-main-talk input:focus {
    outline: 0;
}
.telephone-email-right{
    margin-left: 40px;
    display: flex;
    align-items: self-end;   
    gap: 10px;
}
.telephone-email input[type="radio"]{
    height: 25px;
    width: 25px;
}
.telephone-email-left{
    display: flex;
    align-items: self-end;
    gap: 10px;
}
.telephone-email-left input[type="radio"]#black{
    accent-color: black !important;
}
.telephone-email-right input[type="radio"]#black{
   accent-color: black !important;   
}
.blank input:focus{
    outline: 0;
}
.blank input{
    padding-left: 15px;
}
.inner-button{
    padding-bottom: 25px;
}

/*04-07-2023*/

#lets-talk-form .form-main-talk{
    display: flex;
    flex-direction: column;
}

/*18-08-2023 CSS Start*/
.toggle-btn {  
    padding:0.4em 3em;    
    display:inline-block; 
    cursor:pointer;
    width: 300px;
}

/* CSS only version */
.toggle-btn-grp.cssonly  {
    width:300px;
    height:40px;
    line-height:40px;
    background: #f5f5f5;
    font-weight: 400;
    color: gray;
    display:inline-block;
    position:relative;
    margin:5px 2px;
}
/*.toggle-btn-grp.cssonly {
   
}*/
.toggle-btn-grp.cssonly .custom-filed label {
    padding:0px 20px;
}
.toggle-btn-grp.cssonly .custom-filed input {
    position:absolute;
    z-index:1;
    cursor:pointer;
    opacity:0;
}
/*.toggle-btn-grp.cssonly div:hover label {
    border:solid 1px #a0d5dc !important; 
    background:#f1fdfe;
}*/
.toggle-btn-grp.cssonly .custom-filed input:checked + label {
    background:#00b0da;
    color: #ffffff;
}
.border{
    width: 88%;
    margin: 30px auto;
    height: 1px;
    background: #dfdbdb;
}
.form-last{
    width: 89%;
    margin: 0px auto;
}
.form-last-inner-right{
    display: flex;
    justify-content: space-between;
}
.postal-code {
    display: block;
    width: 89%;
    margin: 0px auto;
}
/*11-09-2023*/
.alert {
  transition: opacity 3.0s !important;
}
/*18-08-2023 CSS End*/


/*24-08-2023 CSS Start*/

/*24-08-2023 CSS End*/

#footer-area .footer-nav .sty-in-form h2{padding-bottom:15px!important;}


@media only screen and (max-width:767px){
    #lets-talk{
        height: 120px;
    }
    .custom-wrapper{
       max-width: 100%;
       margin: 0px auto;
       width: 100%;
       overflow-x: hidden;
       padding: 0px 10px;
    }
    .lets-talk-heading{
        display: none;
    }
    .inner-button button{
        position: relative !important;
        display: inline-block !important;
    }
    .lets-talk-content-paragraph p{
        padding: 0px;
        font-size: 16px;
        width: 100%;
    }
    .form-main-talk-main{
        display: inherit;
    }
    .form-main-talk input{
        width: 100%;
    }
    .form-first-radio{
        display: block;
    }
    .form-second-radio{
        display: block;
        padding-bottom: 15px;
    }
    .form-selection-section-one{
        display: block;
        width: 100%;
    }
    .form-selection-section-left select{
        width: 100%;
    }
    .form-selection-section-right{
        padding-left: 0px;
    }
    .form-last{
        display: inherit;
        width: 100%;
    }
    .form-first-content{
        width: 100%;
    }
    .form-second-content{
        width: 100%;
        margin: 0;
    }
    .form-selection-section-right p{
        width: 100%;
    }
    .form-last-inner-left p{
        width: 100%;
        margin-bottom: 20px;
    }
    .form-last-inner-left{
        margin-bottom: 40px;
        width: 100%;
    }
    .inner-button button{
        margin: 25px 100px;
    }
    .chek-box input[type="checkbox"]{
        height: 35px;
        width: 35px;
    }
    .chek-box label{
    height: 35px;
    background: gainsboro;
    width: 50%;
    padding: 5px 0px;
    font-size: 19px;
    }
    .border-bottom{
        display: none;
    }
    .form-second-content h4{
        display: inline-block;
    }
    .sub-inner label{
        width: 100%;
    }
    .form-selection-section-left p{
        font-size: 15px;
        font-weight: 500;
    }
    .blank input{
        margin-bottom: 25px;
        width: 100%;
    }
    .telephone-email{
        display: block;
    }
    .telephone-email-right{
        margin-left: 0;
          display: flex;
        align-items: center;
    }
    .telephone-email-right label{
      background: gainsboro;
      height: 40px;
      width: 50%;
      padding: 8px 0px;
    }
    .telephone-email-left{
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }
    .telephone-email-left label{
       background: gainsboro;
      height: 40px;
      width: 50%;
      padding: 8px 0px;   
    }
    .border{
        width: 100%;
    }
    .postal-code{
        width: 100%;
    }
    .form-last-inner-right{
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .lets-talk-heading{
        min-height: 0;
    }
    .lets-talk-content-paragraph p{
        width: 100%;
        padding: 27px 0px;
    }
    #lets-talk{
        max-height: 229px;
        height: 229px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .lets-talk-heading{
        min-height: 0;
    }
    #lets-talk{
        max-height:299px;
        height: 299px;
    }
    .lets-talk-content-paragraph p{
        width: 100%;
         padding: 27px 0px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .lets-talk-content-paragraph p{
        width: 100%;
    }
}

@media only screen and (min-width:1300px) and (max-width:1399px){
    .lets-talk-content-paragraph p{
        width: 100%;
    }
}
.form-last{display: flex;justify-content: space-between;flex-direction: row-reverse;}
html[lang="fr"] .form-last div:nth-child(3n){display: none;}
html[lang="fr"]  .form-last .form-last-inner-right .inner-button{display: block;}

/*  */


@media only screen and (max-width:767px){
    html[lang="fr"] .form-last {flex-direction: column-reverse;}
    .form-last{flex-direction: column-reverse;}
    html[lang="fr"] section#contact-rep .lw-rep, section#contact-rep .lw-rep {height: 162px;}
    #lets-talk-form .form-last .form-last-inner-right ul{position: unset !important;}
    #lets-talk-form .form-second-content{margin-top: 25px;}
}

#lets-talk-form .form-last{position: relative; padding-bottom: 10px;}
#lets-talk-form .form-last .form-last-inner-right ul{position: absolute; bottom: 12px; left: 0;}
.freeform-form-errors{display: none;}