.icon {
  width: 15px;
  padding-top: 1px;
  margin-top: -24px;
}

.icon-btn {
  width: 10px;
}

.mob-icon {
  width: 20px;
}

.mob-a {
  margin-right: -120px !important;
}

.preload {
  color: #d2a32e;
  font-size: 27px;
  font-weight: 800;
}

.logo-1 {
  width: 50px;
}

.ser-img {
  width: 60%
}

.cot-btn {
  font-weight: 800;
  background: linear-gradient(to bottom, #f4bb44 35%, #d89f2e 30%, #f7d755 20%, #875c16 70%, #231f0e 50%, #c98e24 50%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d.none {
  display: none;
}

/* .cloud {
  width: 20%;
} */

.titles {
  
  width: 50%;
  min-width: 50%;
}

.head{
  width: 50%;
}

.serv-cloud {
  width: 25%;
}

.serv-title {
  width: 45%;
  /* margin-left: -15px; */
}

.page_head img{
width: 400px;
}

.welcome{
  width: 70%;
}


@media only screen and (max-width: 300px) {


  .ser-img {
    width: 100%;
  }

  .d-none {
    display: block;
  }
  .head{
  width: 45%;
}
.serv-title {
  width: 45%;
  margin-left: -15px;
}
}




@media only screen and (min-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .logo {
    width: 50px;
  }

  .ser-img {
    width: 100%;
  }

  .m-item {
    width: 50%;
  }

  .d-none {
    display: block !important;
  }

  .cloud {
    width: 30%;

  }

  .titles {
    width: 40%;
    ;
  }

  .serv-cloud {
    width: 20%;
  }

  .serv-title {
    width: 35%;
  }
}

@media only screen and (max-width: 600px) {
  .m-item {
    width: 50%;
  }

  .logo {
    width: 50px;
  }

  .ser-img {
    width: 100%;
  }

  .d-none {
    display: block !important;
  }

  .cloud {
    width: 30%;

  }

  .titles {
    width: 60%;
    ;
  }

  .serv-cloud {
    width: 25%;
  }

  .serv-title {
    width: 40%;
    margin-left:-5px;
  }
    .page_head img {
      width: 250px;
    }
}