/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: chirag 
	Date: 25-Feb-2019
	File: Responsive.css
*/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .container {
    width: 80%; } }
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .container {
    width: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 80%; } }
@media only screen and (min-width: 586px) and (max-width: 767px) {
  .container {
    width: 90%; }

  .section-one .logo img {
    height: 160px; }
  .section-one p {
    font-size: 16px; }

  .section-two h4 {
    font-size: 26px; }
  .section-two h5 {
    font-size: 22px;
    margin-bottom: 20px; }
  .section-two .form-row input {
    font-size: 22px; } }
@media only screen and (min-width: 480px) and (max-width: 585px) {
  .container {
    width: 90%; }

  .section-one .logo img {
    height: 140px; }
  .section-one p {
    font-size: 14px; }
  .section-one .link a {
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px; }

  .section-two h4 {
    font-size: 20px; }
  .section-two h5 {
    font-size: 20px;
    margin-bottom: 20px; }
  .section-two .form-row input {
    font-size: 18px; } }
@media only screen and (max-width: 479px) {
  .container {
    width: 90%; }

  .section-one .logo img {
    height: 120px; }
  .section-one p {
    font-size: 13px; }
  .section-one .link a {
    line-height: 36px;
    padding: 0 25px;
    font-size: 14px; }

  .section-two h4 {
    font-size: 16px;
    display: block;
    position: static; }
  .section-two h5 {
    font-size: 15px;
    margin-bottom: 20px; }
  .section-two .form-row input {
    font-size: 14px; }
  .section-two .like-row span,
  .section-two .like-row2 span,
  .section-two .like-row3 span,
  .section-two .like-row4 span {
    font-size: 24px; }

  .ans-status {
    display: none; }
    .ans-status .row > div {
      width: 50%;
      float: left;
      padding: 0; } }

/*# sourceMappingURL=responsive.css.map */
