/* ReadMore css */

   #text{
    display:none 
    }
    
    #text1{
    display:none
    }
    
 /* media query */
    
      .small {
       display: none !important;
}
    @media only screen and (max-width: 767px){ 
       .big{
         display: none !important
       }
    
       .small{
         display: block !important
       }
    }
    
    /* header for mobil screen */

    @media only screen and (max-width: 767px){

    .headertop{
      height: 64px;
    }

    .headertop .logo{
      margin-top: -31px;
       height: 33px;
        width: 127.5px;
    }

    .headertop .menu-icon{
      margin-top: -10px;
       height: 21px 41px; 
    }

    .streched{
      height: 1200px;
      width: 800px;
     }
    
   }

   .selldo{
    background-color: white;
   }
   

  .tycont{
    margin-top: 60px;
    background-color: #c8ae7d;
    padding: 28px;
    font-size: 19px;
    display: inline-table;
    line-height: 33px;
    letter-spacing: 2px;
    color: white;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pointer{
    cursor: pointer;
  }

  .downbtn a {border:1px solid #ffffff; padding:16px 20px; color:#ffffff;  font:normal 16px 'Conv_Gotham-book'; cursor: pointer; }
.downbtn a:hover {color:#ffffff; }
.downbtn  {display:inline; text-align:center;}

@media only screen and (max-width: 800px){
  .downbtn{display: block;}
}

.tycont1{
  margin-top: 23px;
  background-color: #c8ae7d;
  padding: 28px;
  font-size: 15px;
  display: inline-table;
  line-height: 33px;
  letter-spacing: 2px;
  color: white;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}


  