
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.section{
    background-image: url('../assets/img/chatbotimg/banner-BG.jpg');
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
}
.chatbotlogo{
    width: 150px;
    margin-top: 140px;
    margin-bottom: 10px;
}
.section p{
    color: white;
    font-family: LatoLight;
    font-size: 20px;
}
.txtdiv{
    padding: 30px 20% 10px 20%;
    text-align: center;
    font-family: LatoLight;
    font-size: 20px;
    line-height: 25px;
}
.maintop{
    border-bottom: 1px solid black;
    margin-left: 125px;
    margin-right: 125px;
    margin-bottom: 30px;
}
.footerrow{
    margin-left: 125px;
    margin-right: 125px;
    margin-bottom: 100px;
}
.footerrow img{
    width: 170px;
    margin-left: 20px;
    margin-right: 20px;
}
.botimgdiv{
    display: inline-block;
}
.text3{
    margin-top: 20px;
}
.text3 p{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.text4 p{
     font-family: LatoLight;
     font-size: 20px;
}
.text4 span{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
/*
a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}
*/
.imgflote{
    margin-left: 140px;
}
.imgflote2{
    margin-right: 140px;
}
.mar{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.imglogo img{
    width: 250px;
}
.text2{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .txtdiv {
        padding: 20px 20px 10px 20px;
        font-size: 15px;
    }
    .maintop{
        margin-left: 0px;
        margin-right: 0px;
    }
    .footerrow{
    margin-left: 0px;
    margin-right: 0px;
   }
    .footerrow img{
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}
    .text2 {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
    .text4 p{
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    }
}
@media only screen and (max-width: 1055px) {
    .imglogo img{
          width: 175px;
    }
    .imgflote{
    margin-left: 0px;
   }
    .imgflote2{
     margin-right: 0px;
   }
}
@media only screen and (max-width: 375px) {
    .imglogo img{
          width: 145px;
    }
}
@media only screen and (min-width: 767px) {
    .section{
        height: 500px;
    }
    .chatbotlogo {
    width: 250px;
    margin-top: 220px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1500px) {
    .imgflote{
    margin-left: 270px;
   }
    .imgflote2{
     margin-right: 270px;
   }
    .footerrow img {
    width: 200px;
  }
    .section p {
    font-size: 26px;
}
    .txtdiv {
    font-size: 24px;
    line-height: 30px;
  }
    .text2 {
    font-size: 24px;
}
    .text4 p {
    font-size: 24px;
}
}