 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  
  color: #333e63;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  background-color: rgb(230, 228, 229);
}

 .wraper{
  overflow-x: hidden;
}

.card-img-top1{
  width: 50%;
}
.col-collage-4 {
  flex: 0 0 auto;
  width: 25%;
}
.card1{
  height: 170px;
overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.contt{
  width: 400vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  display: flex;
flex-direction: row;

}

.other{
  width: 100vw;
  height: auto;
  background-color: rgb(255, 255, 255);
  color: black;
}

.contt p{
  padding: 0 150px;
}
.contt h2, .wrap h2{
  font-weight: 700;
}
.contt .wrap{
  padding: 80px 10px;
}


.abts{
  height: 100vh;
}
#ivr, #cr {
  height: auto;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #b4deff69;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2.25rem;
  padding: 5px;
  transition: .5s ease-in;
}
.card:hover{
  transition: .5s ease-in;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
       box-shadow: 0 10px 6px -6px #777;
       transform: scale(1.01, 1.01);
}
.card-img-top1 {
  width: 50%;
}

.card-title {
  margin-bottom: .5rem;
}

.card-deck .card .card-body .card-text {
  padding: 0;
}
@media only screen and (max-width: 720px) {
.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
}
@media only screen and (max-width: 480px) {

  body{
    font-size: 20px;
  }
  .wraper .other .wrap{
    padding: 10px;
  }
  .contt p{
    font-size: 20px;
    padding: 0px 10px;
  }
  
  .contt .wrap{
    padding: 100px 10px;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 90%;
    margin: 0 auto;
}
.prod1 {
  flex: 0 0 auto;
  width: 45%;
  margin: 0 auto;
}
.wrap img{
  width: 100%;
}
#img1{

  width: 50%;
}
.card{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#img1 {
  margin-right: -41px;
  margin-top: 11px;
}
#img2{
  width: 50%;
}
.abts,#cr, #blog{
  height: auto;
}
.other{
  height: auto;
}
#nb.opened .nb-links {
  padding-bottom: 1em;
}

}

.text-uppercase,.footer-copyright{
  color: white;
}
footer a{
  color: white;
}
a{
  text-decoration: none;
}
.modal-dialog {
  top: 20%;
}
.SubmitBtn{
  padding: 12px 12px; 
  background-color: #ec3237; 
  font-size: 16px; 
  font-weight: 700; 
  color: white;
  border-radius: 6px;
border: none;
position: absolute;
top: 85vh;
}

.SubmitBtnDefault{
  padding: 10px 15px; 
  background-color: #ec3237; 
  font-size: 16px; 
  font-weight: 700; 
  color: white;
  border-radius: 6px;
border: none;
}
#modal-form{
  width: 100%;
}
input, textarea{
  padding: 2px;
  margin: 5px;
}

@media screen and (max-width: 480px) {
  .logo-div{
    margin-left:-35%
  }
    .ggrid {
  margin: 0 2.5px;
  height: auto;
  position: relative;
}
.contt{
  width: 100vw;
  height: 100vh;
  background-color: rgb(230, 228, 229);
  display: flex;
  flex-direction: column;
  }

} /**/
