/* Style the tab */
.tab {
  float: left;
  border: 3px solid #fbd232;
    background-color: #f7f7f7;
  width: 30%;
  min-height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fbd232;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fbd232;
  
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding:0  30px 20px 30px;
  /* border: 1px solid #ccc; */
  width: 70%;
  border-left: none;
  min-height: 300px;
  
}
.red{
  color: crimson;
}
.dblock{
  display: block;
  text-align: center;
}
/* .dblock .contact-icon{
  margin-bottom: 20px;
} */
.dblock .link{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.floating-icons{
  position: fixed;
  top: 150px;
  right: 0;
  background-color: #ffffff;
  padding: 5px 15px;  
  display: flex;
    flex-direction: column;
    z-index: 99;
    -webkit-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
}
.floating-icons a{
  color: #fbd232;
  font-size: 26px;
  margin: 10px 0;
}
.home-grid3{
    border: 2px solid #fbd232;    
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    text-align: center;
}
.home-grid3 h4{
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}
.home-grid3 p{
  text-align: justify;
}
.grid3-img{
  height: 100px;
  width: 100%;
  background-color: #fbd232;
  padding: 15px 15px 0 15px;
  
}
.grid3-img img{
  width: 70px;
  opacity: .7;
}
.grid3-content{
  padding: 30px 20px;
}
.slant{
  width: 100%;
}
.blockquote{
  position: relative;
}
.blockquote:before {
  content: url(../images/icons/qute.png);
  position: absolute;
  top: 0;
  left: 60px;
  float: left;
  padding-top: 0;
  padding-right: 20px;
}
.blockquote:after {
  content: url(../images/icons/qute-right.png);
  position: absolute;
  top: 0;
  right: 60px;
  float: left;
  padding-top: 0;
  padding-right: 20px;
}
.fvision{
  color: #fbd232;
  margin-bottom: 20px;
  font-size: 28px;
}
.about-qute-area {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border: 2px solid #fbd232;
}
@media (max-width:768px){
  .tab{
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .tab button{
    font-size: 12px;
    padding: 5px 5px;
    line-height: 1.5;
  }
  .tabcontent {
    float: left;
    padding: 0 10px 10px 10px;
    width: 100%;
    min-height: auto;
  }
  .single-offer{
    justify-content: center;
  }
  .dblock .link{
    display: none;
  }
  .floating-icons {
    top: 42%;
    right: 0;
    padding: 0px 10px;
  }
  .floating-icons a {
    font-size: 20px;
    margin: 5px 0;
}

}

@media (max-width:576px){
  .grid3-img {
    height: 50px;
    padding: 10px 15px 0 15px;
}
.grid3-img img {
  width: 50px;
  opacity: .7;
}
.home-grid3 h4 {
  font-size: 18px;
}
.blockquote:before, .blockquote:after{
 display: none;
}
.fvision{
  font-size: 22px;
}
.about-qute-area {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
}