#sendChatbotMsgBtn{
    width:100%;
}

.holder{}

.termsText{
    margin:2%;
}

#welcomeHeader{
    text-align: center;
    color:#f0ad4e;
}

.welcomeText {
    text-align:center;
}

.panelBodyHome{
  min-height: 350;
  max-height: 350;
}

.panel-default > .homeServicesPanelBody{
  min-height: 200;
  max-height: 200;
  color:#2c3e50;
  background-color:white;
  border-bottom:1px solid transparent
}
.btnsmallerline{
    font-size:12px;
}
@media (max-width: 768px) {
    .panelBodyHome {
      min-height: 370;
      max-height: 370;
    }
    .panel-default > .homeServicesPanelBody{
        min-height: 230;
        max-height: 230;
        color:#2c3e50;
        background-color:white;
    }
}



.sentienceVideo{
    width: 100%;
    height: 60%;
}

#testChatbotOpenBtn{
    margin-top:1%;
}

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 2600px) {
        .sentienceVideo{height: 30%;}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1600px) {
        .sentienceVideo{height: 60%;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .sentienceVideo{height: 55%;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .sentienceVideo{height: 55%;}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .sentienceVideo{height: 60%;}
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
         .sentienceVideo{height: 50%;}
    }

    @media only screen
    and (max-width : 1200px)
    and (orientation : landscape) {
        .sentienceVideo{height: 60%;}
    }