@media screen and (min-width: 480px) {
#top-header1
{
  display:none; 

}

.header1
{

	float:right;
}

.header2
{

	margin-top:10px;
}

.header3
{

	margin-top:50px;
}


#addon
{

    margin-top:500px;
}

.addon-top
{

  margin-top:-450px;
}




}

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background:#3a495d;border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}


/*add css*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300);
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color:#e31837;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#e31837 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:10px 90px;}
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.margin-tops4{margin-top:20px;}
/*.tabsetting{border-top:5px solid #ebebeb;padding-top:6px;}*/
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
/*end css*/

/*add css*/

.box{
    padding:40px 0px;
}

.box-part{
    background:#F4F4F4;
    border-radius:0;
    padding:40px 5px;
    margin:20px 0px;

}


/*end css*/
/* add css*/
/*img{
  height:150px;
  width:100%;
}*/

.item{
  padding-left:5px;
  padding-right:5px;

}
.item-card{
  transition:0.5s;
  cursor:pointer;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;

}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710

}
/*.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}*/
/*.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}*/
.card-text{
  height:80px;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

    
/*end css*/

/* add icon*/
.icon
{
width:40px;
height:40px;
margin-bottom:30px;

}
/*end icon*/

/* add new section*/
#hs1
{
  padding:10px;
}
#hs2
{
  margin-top:80px;
}
#hs3
{
font-size:35px;
color:#c51d4e;
font-weight: bold;
}
#hs4
{
  font-size:35px;
  color:#1b2124;
  font-weight: bold;
}
#hs5
{
 width:200px;
 padding:12px;
 border-radius:5px;
 font-size:18px;
 background-color:#194489 
}
/*end new section*/
