.body{
  font-family: "Montserrat";
  text-align: center;
}


/* Containers */

  .count-1{
    text-align: center;
    padding:7% 7%;
  }
  .count-title{
    padding-top: 4%;
  }

/* Sections */

  .colored-section{
    background-color: #36B5B0;
    color: #fff;
  }

  .white-section{
    background-color: #fff;
  }

h1,h2,h3,h4,h6{
  font-family:"Montserrat-Black";
}

/* Headings */

  .big-heading{
  font-size: 3.5rem;
  line-height: 1.5;
  }

  .section-heading{
    font-size: 3.5rem;
    line-height: 1.5;
  }

  p{
    color: #8f8f8f;
  }

/* Navigation bar */

  .navbar{
    padding:0 0 4.5rem;
  }

  .navbar-brand{
    font-family: "Ubuntu";
    font-size: 2.5rem;
    font-weight: bold;
  }
  .logo-img{
    border-radius: 100%;
    width: 230;
    height: 11.25rem;
  }
  .nav-item{
    padding: 0 1.125rem;
  }

  .nav-link{
    font-size: 1.2rem;
    font-weight:lighter;
  }

/* Title Section */

  #title{
    text-align: center;
  }

  .title-row{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .title_img{
    border-radius: 2%;
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 22%;
  }


/* Features */

  #features{
    position: relative;
  }

  .feature-box{
    padding: 5%;
  }

  .feature-title{
    font-size: 1.5rem;
    }

/* Icons */

  .icon{
    color:#A1F480;
    margin-bottom: 1rem;
  }

  .icon:hover{
    color: #4BE4C5 ;
  }

/* dealer */

@media only screen and (min-width:1028px) {

  #dealer-laptop{
    /* display: none; */
  }

  #dealer-ipad{
    display: none;
  }

   #dealer-phone{
    display: none;
  }


}




  .row-deal{
  }

  .card-p{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }


  #DealsControls{
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #DealsControls-ipad{
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .card-title{
    color: red;
  }

  .dealer-body{
    text-align: center;
  }

/* gmap */

  #gmap{
    width:100%;
    height:550px;
  }

  .google-map{
    width:100%;
    height:550px;
  }

/* Whatsapp logo */

  #whatsapp{
    position: fixed;
    z-index: 2;
    right: 3%;
    bottom: 6%;
    padding: 1% 1.5%;
    border-radius: 50%;
    background-color: #25D366;
  }

  .whatsapp-logo{
    font-size: 400%;
    color: white;
  }

  .whatsapp-logo:hover{
    color: #075E54 ;
  }


/* Footer Section */

  #footer{
    text-align: center;
  }

  .social-icon{
    margin: 30px 30px;
    color: black;
  }

@media only screen and (max-width:1028px) {
/* @media (max-width:1028px) {
  min-width:768px
  */

  #title{
    text-align: left;
  }

  .title_col{
    width: 100%;
  }

  .title_img{
      width: 50%;
      transform: rotate(0);
      position: static;
  }

  #dealer-laptop{
    display: none;
  }

  #dealer-ipad{
    /* display: none; */
  }

   #dealer-phone{
    display: none;
  }

}

@media only screen and (max-width:700px) {

  #dealer-laptop{
    display: none;
  }

  #dealer-ipad{
    display: none;
  }

   #dealer-phone{
     display: flex;
    /* display: none; */
  }


}
