.ds-flex-flow {
	flex-flow: row-reverse;
}

	.social-bar {
      position: fixed;
      bottom: 0;
      z-index: 9999;
    }

    .social-bar a {
      text-align: center;
     padding: 1rem 4rem;
      transition: all 0.3s ease;
      color: white;
      font-size: 5rem;
      float: right;
      right: 0;
    }


	.icon-bar {
      position: fixed;
      top: 50%;
      z-index: 9999;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    .icon-bar a {
      display: block;
      text-align: center;
      padding: 16px;
      transition: all 0.3s ease;
      color: white;
      font-size: 20px;
    }
    
  
    .facebook1 {
      background: rgb(59, 89, 152);
      color: white;
    }
    
    .twitter1 {
      background: rgb(29, 161, 242);
      color: white;
    }
    
    .instagram1 {
      display: inline-block;  
      text-align: center;  
      color: #fff;
      font-size: 220px;  
      vertical-align: middle;
      background: #d6249f;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
      box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    }

    .whatsapp1{

    	 background: rgb(37, 211, 102);
      color: white;
    }
    
     .youtube1 {
      color: #fff !important;
    	
      	background: rgb(203, 32, 39);
    }

    .d-sm-none{
    	display: block !important;
    }
    .d-lg-none{
    	display: none !important;
    }

    .sizy{
      width: 100%;
      height: 150px;
    }

    .mapi{
      width: 700px;
      height: 300px;
    }




@media(max-width: 767px){
.d-sm-none{
    	display: none !important;
    }
    .d-lg-none{
    	display: block !important;
    }
    .social-bar a {

       text-align: center;
      transition: all 0.3s ease;
      color: white;
      font-size: 20px;
      float: left;
      padding-left: 27px;
      padding-right: 28px;
      padding-top: 10px;
      padding-bottom: 10px;

    }
    .sizy{
      width: 100%;
      height: 80px;
    }
    .pd{
      padding-left: 37px;
    }
    .mapi{
      width: 318px;
      height: 150px;
    }
}

@media(min-width: 768px) and (max-width: 1022px){
.d-sm-none{
    	display: none !important;
    }
    .d-lg-none{
    	display: block !important;
    }
    .icon-bar a{
      font-size: 10px;
    }

    
}

@media(min-width: 1024px) and (max-width: 1200px){

}

@media(min-width: 1250px){

}
.bg-fy {
  background-color: #00b2eb;
  border-bottom: 1px solid #ccc;
}
.contactus-section {
  background-color: #3acbf5;
}
.section-earn {
  background: #3acbf5;
  margin: 100px 0 0;
}
@media(min-width: 700px) {
  #mb-view {
    display: none;
  }
  #mb-view-mr {
    display: none;
  }
}

@media(max-width: 700px) {
  #hide-me {
    display: none;
  }
  #hide-me-mr {
    display: none;
  }
}