@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-bold.eot');
	src: url('fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/dana-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/dana-bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-regular.eot');
	src: url('fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/dana-regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/dana-regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: BFarnaz;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/BFarnaz.eot');
	src: url('fonts/eot/BFarnaz.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/dana-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/BFarnaz.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
                 url('fonts/ttf/BFarnaz.ttf') format('truetype');  <span style="color: #ff6600;">/* Saf3—۵, Chrome4+, FF3.5, Opera 10+ */</span>
}

@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/aviny web.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	src: url('fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		
		 
}

                
body{
    font-family: aviny;
    overflow-x: hidden;
     overflow-y: auto;
      
}
.title{
    font-family: aviny;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title span{
    color:#f02b34;
}
.smspanel input{
    border: none;
border-bottom: 2px solid #ced4da;
margin-top: 20px;
font-size:19px;
}
.smspanel_card{
    background: #e1e1e1;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 0px 0px #b9b9b9; 
    box-shadow: 0px 3px 0px 0px #b9b9b9;
    border:none;
    margin-bottom: 20px; 
    font-size:19px
}
.left{
    float: left;
}
.smspanel_card .badge{
    float: left;
    
}
.card-link{
    margin-top: 5px;
    text-decoration: none;
    font-size:19px
}
i::before{
    line-height: 1.6 !important;
    
}
.hovercard{
    background-image: -moz-linear-gradient( 140deg, rgb(222,21,81) 0%, rgb(240,43,52) 59%, rgb(240,43,52) 100%);
    background-image: -webkit-linear-gradient( 140deg, rgb(222,21,81) 0%, rgb(240,43,52) 59%, rgb(240,43,52) 100%);
    background-image: -ms-linear-gradient( 140deg, rgb(222,21,81) 0%, rgb(240,43,52) 59%, rgb(240,43,52) 100%);
    color: #fff;
}
.hovercard a{
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.hovercard .card-subtitle{
    color: #f8f9fa !important;
}
.smspanel input::placeholder{
    color: #3f4150;
    font-size: 19px;
}
.smspanel input:focus {
    border-bottom: 2px solid rgb(222,21,81);
}
.smspanel input:focus::placeholder {
    
} 
.label{
    margin-top: 5px;
    font-size: 19px;
    text-align: center;
}
.footer{
    width: 100%;
    height: 130px;
    margin:0px auto;
    font-size:19px
}

.cover-container {
    max-width: 42em;
  }
  
  
  /*
   * Header
   */
  
  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }
  
  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }
  
  .nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
  }
  
  .nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
  }

  .subbtn{
    margin-top: 20px;
    padding: 6px 30px 6px 30px;
    font-size:19px;
     }
