﻿ .btn-danger {  
    margin-bottom: 10px;    
  }
 .Chi_banner h2 {
    margin-top: 7%;
}
  @media only screen and (max-width:1024px){
    .Chi_TextArea{
        margin-top: 10px;
    }
  }
    @media only screen and (max-width:768px) {
        .Chi_foot_wrapper {
            margin-top: 75%;
        }

        .Chi_TextArea {
            width: 100%;
        }
        
    }
     @media only screen and (max-width: 414px) {
           .navbar{
           margin-bottom:20px !important;
       }
          .Chi_banner h2 {
            margin-top: 38%;
        }
        .Chi_foot_wrapper {
            margin-top: 4%;
        }
    }
 
    @media only screen and (max-width: 412px) {
        .Chi_foot_wrapper {
            margin-top: 4%;
        }
    }
 
    @media only screen and (max-width: 375px) {
        .Chi_foot_wrapper {
            margin-top: 4%;
        }
    }