.service_h2
{
  color: rgb(255, 255, 255);

    font-size: 30px;
text-align: inherit;
width: 75%;
margin-left: 50%;
transform: translate(-50%);
}
.service_h2:before
{
  content: '';
  position: absolute;
  left: -1.1rem;
  width: 140px;
height: 106%;
  /* background: rgb(255, 255, 255); */
  background: #757F9A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #D7DDE8, #757F9A);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #D7DDE8, #757F9A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: skew(15deg);
z-index: -1;

}
.service_h2:After
{
  content: '';
  position: absolute;
  left: -1.9rem;
  width: 165px;
height: 106%;
  /* background: var(--main-color); */

  background: #757F9A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #c5d3e2, #52596b);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #bec9d8, #454b5c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: skew(15deg);
z-index: -2;

}

.service_container
{
    /* background-image: url(/IMG/gplaypattern_@2X.png); */
    /* margin-top: 10vh; */
    /* background-color: rgb(250, 250, 250); */
    min-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
padding-bottom: 5vh;
    z-index: -2;
}
.Service_section
{
    /* background-image: url(/IMG/gplaypattern_@2X.png); */
    /* background-color: rgb(250, 250, 250); */
    margin-top: 10vh;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: -2;
}
.service-wrapper
{
    
    color: rgb(95, 95, 95);
    z-index: 0;
}


.service-wrapper .row
{
    
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap; 
}
.service-wrapper .row .service-card
{
    margin: 5vw;
    margin-bottom: 55px;
}
.service-wrapper h1
{
    font-size: 50px;
}

.service-box
{
       width: 400px;
    height: 320px;
   display: block;
    padding: 30px;
    position: relative;
    border: 2px solid gray;
    border-radius: 5px;
}
.one
{
    background: url(../IMG/offer1.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.two
{
    background: url(../IMG/rwd.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.three
{
    background: url(../IMG/ecom2.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-box .service-text
{
    display: block;
   flex-wrap: wrap;
    background: #bdc3c7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #2c3e506c, #bdc3c74d);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #2c3e5073, #bdc3c756); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
z-index: -1;
text-align: inherit;
position: absolute;
left: 0;
top: 100%;
padding: 10px 20px;
min-height: 310px;
width: 100%;
transition: bottom 1s;
font-weight: 600;
}


.descriptionPriceSpan
{
    margin-top: 2vh;
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .service_Price 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Price
{
    width: 100%;
  text-align: center;
  justify-content: center;
 display: flex;
 
}
.Price_strong
{
 
    margin-left: 10px;
    font-size: 40px;
    color: rgb(27, 216, 84);
}
.service-box .service-text h3
{
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.service-box .service-text p
{
    margin-top: .5vh;
    padding-bottom: 0;
}


@media only screen and (max-width: 767px)
{
    
    .service-box
    {
        margin-bottom: 85%;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1267px)
{
    .service_container
    {
        min-height: 100%;
    }
    .service-box
    {
        margin-bottom: 80%;
        flex-direction: column;
    }
}
@media  (max-width: 900px)
{
    .service-box .service-text h3
{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
    .service-box .service-text
    {
       
    padding: 10px 20px;

    font-weight: 600;
    }
    .service-box .service-text
    {
        height: auto;
    }
    .my_service_h2
    {
        font-size: 36px;
    }
    .my_service_h2::before
    {
        width: 220px;
    }
    .my_service_h2::after
    {
        width: 245px;
    }
    .Service_section
{
    margin-top: 0vh;
    margin-bottom: 25vh;
  
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: -2;
}
    .service-wrapper .row
{
    
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap; 
    
}
    .service-box
{
    max-width: 90vw;
    height: 320px;
   
    padding: 30px;
    position: relative;
    
}
    .service-wrapper .row .service-card
{
    max-width: 90vw;
    margin-top: 80px;
}
    .service-box .row
    {
        margin-bottom: 40px;
        flex-direction: column;
    }
    
}
@media (min-width: 900px)
{
    .service-box .service-text h3
    {
        text-align: center;
        font-size: 40px;
        color: #fff;
        margin-bottom: 20px;
    }
.service-box .service-text
{
   
padding: 20px 35px;
font-weight: 600;
}
    .Service_section
    {
        margin-top: 10vh;
        margin-bottom: 50vh;
      
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    
        z-index: -2;
    }
    .service-wrapper .row .service-card
{
    width: 25vw;
    margin: 20px;
}
.service-box
{
    
       width: 25vw;
    height: 320px;
   display: block;
    padding: 30px;
    position: relative;
    border: 2px solid gray;
    border-radius: 5px;
}

  .service_h2
    {
        font-size: 70px;
        height: 80px;
        line-height: 80px;
    }
    .service_h2:before
    {
       width: 440px;
       left: -53px;
    }
    .service_h2:after
    {
       width: 470px;
       left: -67.5px;
    }
   
}

@media (min-width: 900px) and (max-width: 1280px)
{
    .service-wrapper .row .service-card
    {
        max-width: 50vw;
        margin: 20px;
        margin-bottom: 0vh;
    }
    .Service_section
    {
        margin-top: 0vh;
        margin-bottom: 50vh;
      
        min-height: 100%;
        display: flex;
        
        align-items: center;
    
        z-index: -2;
    }
        .service-wrapper .row
    {
        
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap; 
       
    }
        .service-box
    {
        max-width: 50vw;
        padding: 30px;
    }
        .service-wrapper .row .service-card
    {
        max-width: 50vw;
        margin-top: 80px;
    }
        .service-box .row
        {
            margin-bottom: 40px;
            flex-direction: column;
        }
        
    }
}