.talk-expert-page-layout{
    width:100%;
    background-color: #0F4164;
    height: 400px;
}
.talk-expert-subheading{
    font-size: 22px;
    color:#fff;
    margin-top: 20px;
    text-align:center;
}
.talk-expert-heading{
    font-size:36px;
    color:#fff;
    font-weight: bold;
    margin-top: 90px;
}
.footer-link-home:hover{
    text-decoration: none;
    color:#fff;
}
.form-about-us-sec{
    width:1130px;
    padding: 100px 0px;
}
.form-filed-heading{
    font-size: 16px;
    color: #3E4B54;
    margin-bottom: 15px;
}
.form-filed-expert{
    margin:20px;
    /*margin-top:0px;*/
}
.form-control-expert{
    height:50px;
    width:330px;
    margin: 0px;
    padding:10px;
    border:1px solid #E1E1E1;
    color:#354653; 
    /*font-size: 18px;*/
    
}
.input-session-message{
    width:100%;
    min-height: 120px;
    margin-top:5px;
}

.drop-message-heading-expert{
    color:#3E4B54;
    font-size: 20px;
    font-weight: bold;
}
.drop-message-subheading{
    color:#9F9F9F;
    font-size: 16px;
    margin-top: 30px;
}
.about-us-expert a{
    font-size: 16px;
    color:#3E4B54;
    text-decoration: none;
    cursor:pointer;
    margin-top: 5px;
}
.about-us-expert{
    font-size: 16px;
    color:#3E4B54;
    text-decoration: none;
    cursor:pointer;
    margin-top: 5px;
}

.drop-mesage-sec-expert{
    margin: 20px;
    margin-left:100px;
    /*margin-top:0px;*/
}
.footer-link-home{
    font-size: 12px;
    color:#fff;
    text-decoration: none;
    padding: 5px 0px;
    text-align:center;
}
.footer-home-page{
    width:100%;
    padding: 30px 50px;
    background-color: #3E4B54;
}
.footer-link-sec-home{
    width:550px;
    margin-right: 4%;
}
.social-media-icon-home-sec{
    width:150px;
    margin-right: 4%;
}
.social-media-icon-home{
    height: 18px;
    
}
.about-us-text a{
    color:#3E4B54;
    /*line-height: 40px;*/
    
}
.about-us-text a:hover{
    color:#fff;
}
::placeholder {
  color: #BCBCBC!important;
}
.text-area-expert{
    margin-top: -25px;
}
.submit-button-expert{
        color:#fff;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #FA5B2E;
        text-decoration: none;
        padding: 5px 70px!important;
        border-radius: 30px;
        margin-top: 15px;
        letter-spacing: -0.3px;
        margin-bottom: 30px;
        border:none !important;
        margin-top:50px;
        height:auto!important;

}
@media only screen and (max-width : 600px) {
.talk-expert-page-layout{
    height: 450px;
}
.talk-expert-heading{
    font-size: 28px;
    width:310px;
    text-align: center;
}
 .talk-expert-subheading{
    font-size: 18px;
    width:310px;

 }  
  .form-filed-heading{
    font-size: 14px;
  }  
  .drop-message-heading-expert{
    font-size: 18px;

  }
  .drop-message-subheading{
    font-size: 14px;
  }
  .about-us-expert{
      font-size: 16px;
  }
    .about-us-expert a{
      font-size: 16px;
  }
.input-session-message{
    width:310px;
}
.form-control-expert{
    width:310px;
}
.drop-mesage-sec-expert{
    width:310px;
}
.drop-mesage-sec-expert{
    margin-left: 20px;
    margin-top:60px;
}
.form-about-us-sec{
    padding: 70px 0px;
}
.form-filed-expert{
    /*margin-bottom: 35px;*/
}
.submit-button-expert{margin-top: 40px;width:310px; margin-bottom:70px;}
.mobile-expert{
    border-bottom:1px solid #E1E1E1;
}
}
@media only screen and (max-width : 960px) and (min-width : 600px) {
    .input-session-message{
        width:400px;
    }
    .drop-mesage-sec-expert{
        width:400px;
        margin-left: 20px;
}
    .form-control-expert{
        width:400px;
}
.talk-expert-subheading{
    padding: 0px 20px;
}
}