/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 fd7920
 f67f00
 <iframe src="https://player.vimeo.com/video/332486738" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
 */

.container{
  width: 85%;
}

.LogoImgMargin{
  margin-top: 10px;
}
nav ul a{
  color: #444;
}
.banner{
  font-size: 2.6rem;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
.headingOne{
  font-weight: bold;
  color: #414a4c;
  font-size: 2.6rem;
}

.headingTwo{
  font-weight: bold;
  font-size: 1.8rem;
  color: #414a4c;
}
.headingThree{
  font-weight: bold;
  font-size: 1.2rem;
  color: #7f7f7f;
  
}

.small-text{
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: ;
  font-family: arial;
  color: #4c4c4c; 
}
.extrasmall-text{
  font-size: 1rem;
  line-height: 2rem;
  font-family: arial;
  color: #4c4c4c; 
}
.lineHeightThree{
  line-height: 3rem;
}
.med-text {
  font-size: 1.10rem;
  line-height: 2rem;
}


@media (max-width: 680px){
  .headingOne{
    font-size: 2rem;
  }
}
@media (max-width: 680px){
  .headingTwo{
    font-size: 1.6rem;
  }
}


/*<!-- Header -->*/
.logo-pic{
  padding-top: 20px 
}
@media (max-width: 680px){
  .banner-text .test{
    margin-top: 150px;
    margin-left: 0px;
  }
}
@media (max-width: 680px){
  .banner{
    font-size: 1.5rem;
  }
}
  /*<!-- navbar button-dropdown styling -->*/

ul .dropdown-content{
  background-color: #fd7920;
  color: white;
  min-width: 150px;
  border-radius: 5px;
}
ul .dropdown-content li a{
  color: white;
}
ul .dropdown-content li a:hover{
  color: white;
  background-color: #e65100;
}
  /*<!-- navbar button-dropdown styling END-->*/

.myButton{
  border: 2px #ffb74d solid;
  color: white;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1.5rem;
  
  padding: 10px 10px;
  margin-left: 10px;
}
.btn-margin2{
  padding: 10px 30px;
}

@media screen and (max-width: 670px){
  .btn-parent{
    margin:0;
  }
  .btn-parent .cage{
    padding: 30px 0;
    margin-top: 0px;
  }

  .myButton{
    
    color: white;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 8px 8px;
    
  }
  
}
              /*<!-- Header END -->*/



/*<!-- How it works -->*/
.icon-block{
  padding: 0px 25px;
}
.icon-block .material-icons {
  font-size: inherit;
}
              /*<!-- How it works  "END"-->*/



/*<!-- Video Section -->*/
.vid-class{
  margin-top: 75px;
}
@media screen and (max-width: 500px){
  .iframe{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
                /*<!-- Video Section END -->*/


/*<!-- tabs -->*/
.wholeBlock{
  margin-top: 20px;
}
.tabs .indicator{
  background-color:  #e65100;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
  background: #fff3e0;
}
.tab-imges{
  margin-top: 30px;

  
}
@media screen and (max-width: 500px){
  .veezlo-app-paragraph{
    text-align: justify;
  }
}


                /*<!-- tabs END -->*/



.test{
  margin-top: 170px;
  margin-left: 0px;
}
.front-card{
  margin-top: 100px;
  margin-left: 80px;
}
  
.below-banner{
  font-weight: bold;
  
}
.sidenav-trigger {
  color: white;
}


/*<!-- Footer -->*/
footer.page-footer {
  margin-top: 80px;
}
.first-footer{
  margin-top: 40px;
}
.playstore-logo{
  margin-top: 0px;
}
@media screen and (max-width: 700px){
  .playstoreCenter{
    text-align: center;
    margin:0;
  }
}

  /*social media icons*/
.s-m a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: ;
  color: white;
  margin: 20px 6px;

  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-size: 22px;
}
.s-m .fb:hover{
  background: ;
}
.s-m a i{
  transition: 0.4s all;
}
.s-m a:hover > i{
  transform: scale(1.6) rotate(25deg);
}

@media screen and (max-width: 700px ){
  .to-hide
  {
    display: none;
  } 
}
@media screen and (max-width: 700px){
  .first-footer{
    margin: 0px;
  }
}

@media screen and (min-width: 700px){
  .hide-coll
  {
    display: none;
  }
}
.finalLine{
  margin-top: 28px;
}
.finalLine ul li{  
  float: right;
}

.finalLine ul li a{
  margin-left: 50px;

}
@media screen and (max-width: 700px){
  .s-m
  {  
    text-align: center;
    margin: 0;
  }
  
}
@media screen and (max-width: 700px){
  .finalLine
  {
    text-align: center;
    margin: 0;
  }
  .finalLine ul li{  
    float: none;
  }
  .finalLine ul li a{
    margin-left: 0px;
  }
 
}
.collapsible{
  border:0;
}

/*<!-- Footer END-->*/