
    * {box-sizing: border-box}
    body {font-family: "Lato", sans-serif;}
    
    /* Style the tab */
    .tabs {
      float: left;
      border: 1px solid black;
      background-color: #f1f1f1;
      width: 30%;
      height: 380px;
      
   
    }
    
    /* Style the buttons inside the tab */
    .tabs button {
      display: block;
      background-color: inherit;
      color: black;
      padding: 22px 16px;
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 17px;
    }
    
    /* Change background color of buttons on hover */
    .tabs button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current "tab button" class */
    .tabs button.active {
      background-color: #acc181;
    }
    
    /* Style the tab content */
    .tabcontents {
      float: left;
      padding: 0px 12px;
      border: 1px solid black;
      width: 70%;
      border-left: none;
      height: 380px;
      
    }

/**********************Jeep Safari*************/

  
    
    /* Style the tab */
    .tabj {
      float: left;
      border: 1px solid black;
      background-color: #f1f1f1;
      width: 28%;
      height: 340px;
    }
    
    /* Style the buttons inside the tab */
    .tabj button {
      display: block;
      background-color: inherit;
      color: black;
      padding: 22px 16px;
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 17px;
    }
    
    /* Change background color of buttons on hover */
    .tabj button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current "tab button" class */
    .tabj button.active1 {
      background-color: #acc181;
    }
    
    /* Style the tab content */
    .tabcontentj {
      float: left;
      padding: 0px 12px;
      border: 1px solid black;
      width: 72%;
      border-left: none;
      height: 340px;
    }
    
/**********************img*******************/

.imgfloat {
    float: right;
  }
  
    
/**********************img*******************/
