.Ipad,.Mobile.Desktop{display:none;}
.phone,.Desk{display:none;
 

}




/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .element {
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }


  #insmall{
    width: 100%;
    height: auto;
    margin-bottom: 300px;
  }
  
  @keyframes stretch {
    0% , 100%  {
        transform: scale(1.10);
    }
  
    50% {
        transform: scale(1.0);
    }
  }
  .optionbox{
      margin-top: 20px;
      position: absolute;
      color: #fff;
    
      width: 100px;
      height: 37px;
      border: none;
      font-size: 12px;
      -webkit-appearance: button;
      outline: none;
    }
    
    .optionbox select {
        background: #c71818e8;
        color: #fff;
        padding: 8px;
        width: 100px;
        height: 37px;
        border: none;
        font-size: 15px;
        box-shadow: 0 5px 8px #bdbdbd;
        -webkit-appearance: button;
        outline: none;
    }
    
    .optionbox:before{
      height: 37px;
      width: 50px;
      background: #B71918;
      text-align: center;
      line-height: 50px;
      color:#fff;
      font-size: 30px;
      pointer-events: none;
    
    
    }
    
    .optionbox:hover:before{
       
        background: #B71918;
    
    
      }

  .Desktop,.Ipad{
    display:none;
  }
  #marginlan{
    margin-top: 50px;
  }
  .Mobile{
    display:block;
  }
  .phone{
display: block;
width: 100%;
margin-top: -20px;
height: auto;
z-index: 1;

  }
  .Desk{
display: none;
  }

  body {

    background-image: url("../backgroundmobile/choosenewbigh.png");
    background-repeat: no-repeat;
    background-attachment:scroll; 
    background-size: contain;

     font-family:'Times New Roman', Times, serif;
    }
  



    
    #imagesize{
     margin-top: 7%;
      width: 100%;
      height: auto;
     
      
    }

    

    .title {color:#B71918;margin-bottom: 40px;position: relative;margin-left: 30px;font-size: 20px;}
    .title::before {
      position: absolute;
      left: -29px;
      top: 0;
      height: 15px;
      width: 15px;
      transform: rotate(45deg);
      background-color: #f8cece;
      box-shadow: 0px 4px 4px 0px #aaa;
      border-radius: 4px;
      content: '';
    
    }
    .title::after {
      position: absolute;
      left: -19px;
      top: 20px;
      height: 12px;
      width: 12px;
      transform: rotate(45deg);
      background-color: #f8cece;
      box-shadow: 0px 4px 4px 0px #aaa;
      border-radius: 4px;
      content: '';
      
    }
    
    
        .chevron {
          position: absolute;
          width: 2.1rem;
          height: 0.48rem;
          opacity: 0;
          transform: scale(0.3);
          animation: move-chevron 3s ease-out infinite;
         margin: -30px auto;
        }
        .chevron:first-child {
          animation: move-chevron 3s ease-out 1s infinite;
        }
        .chevron:nth-child(2) {
          animation: move-chevron 3s ease-out 2s infinite;
        }
        .chevron:before, .chevron:after {
          content: '';
          position: absolute;
          top: 0;
          height: 100%;
          width: 50%;
          background: #f8cece;
        }
        .chevron:before {
          left: 0;
          transform: skewY(30deg);
        }
        .chevron:after {
          right: 0;
          width: 50%;
          transform: skewY(-30deg);
        }
        @keyframes move-chevron {
          25% {
            opacity: 1;
          }
          33.3% {
            opacity: 1;
            transform: translateY(2.28rem);
          }
          66.6% {
            opacity: 1;
            transform: translateY(3.12rem);
          }
          100% {
            opacity: 0;
            transform: translateY(4.8rem) scale(0.5);
          }
        }
    
 
  }
   

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #insmall{
    width: 100%;
    margin: 0px auto;
    height: auto;
  }
  .element {
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  
  @keyframes stretch {
    0% , 100%  {
        transform: scale(1.10);
    }
  
    50% {
        transform: scale(1.0);
    }
  }
  .optionbox{
    margin-top: 10px;
      position: absolute;
    }
    
    .optionbox select {
        background: #c71818e8;
        color: #fff;
        padding: 10px;
        width: 100px;
        height: 37px;
        border: none;
        font-size: 13px;
        box-shadow: 0 5px 8px #bdbdbd;
        -webkit-appearance: button;
        outline: none;
    }
    
    .optionbox:before{

      height: 50px;
      width: 50px;
      background: #B71918;
      text-align: center;
      line-height: 50px;
      color:#fff;
      font-size: 30px;
      pointer-events: none;
    
    
    }
    
    .optionbox:hover:before{
       
        background: #B71918;
    
    
      }
  .Desktop,.Ipad{
    display:none;
  }
  
  .Mobile{
    display:block;
  }
  .phone{
    display: none;
      }
      .Desk{
    display: block;
      }
  
  body {

    background-image: url("../background/choosenewbigh.png");
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-size: cover;

     font-family:'Times New Roman', Times, serif;
    }
  



    
    #imagesize{
margin-top: 10%;
      width: 100%;
      height: auto;
     
      
    }
    #imagesize34{
      position: relative;
      width: 100%;
      height: auto;
      z-index: 1;
    }

    
.title {color:#B71918;margin-bottom: 100px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';

}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
  
}
 /* services */
.services {
  position: relative;
}
.services .square {
  height: 200px;
  width: 200px;
  margin: 0px auto 40px;
  position: relative;
  

}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}
.services .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.services .serv h5 {color: #fa9746;}
.services .serv p {color: #777;}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}

    .chevron {
      position: absolute;
      width: 2.1rem;
      height: 0.48rem;
      opacity: 0;
      transform: scale(0.3);
      animation: move-chevron 3s ease-out infinite;
     margin: -30px auto;
    }
    .chevron:first-child {
      animation: move-chevron 3s ease-out 1s infinite;
    }
    .chevron:nth-child(2) {
      animation: move-chevron 3s ease-out 2s infinite;
    }
    .chevron:before, .chevron:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      background: #f8cece;
    }
    .chevron:before {
      left: 0;
      transform: skewY(30deg);
    }
    .chevron:after {
      right: 0;
      width: 50%;
      transform: skewY(-30deg);
    }
    @keyframes move-chevron {
      25% {
        opacity: 1;
      }
      33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
      }
      66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
      }
      100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
      }
    }


 
  }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  #insmall{
    width: 100%;
    margin: 0px auto;
    height: auto;
  }
  .element {
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  
  @keyframes stretch {
    0% , 100%  {
        transform: scale(1.10);
    }
  
    50% {
        transform: scale(1.0);
    }
  }
  .optionbox{
    margin-top: 40px;
      position: absolute;
    }
    
    .optionbox select {
        background: #c71818e8;
        color: #fff;
        padding: 10px;
        width: 210px;
        height: 50px;
        border: none;
        font-size: 16px;
        box-shadow: 0 5px 8px #bdbdbd;
        -webkit-appearance: button;
        outline: none;
    }
    
    .optionbox:before{
    
    
      height: 50px;
      width: 50px;
      background: #B71918;
      text-align: center;
      line-height: 50px;
      color:#fff;
      font-size: 30px;
      pointer-events: none;
    
    
    }
    
    .optionbox:hover:before{
       
        background: #B71918;
    
    
      }
  .Desktop,.Mobile{
    display:none;
  }
  .Ipad{
    display:block;
  }
  .phone{
    display: none;
      }
      .Desk{
    display: block;
      }
  body {
    background-image: url("../background/choosenewbigh.png");
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-size: cover;

     font-family:'Times New Roman', Times, serif;
    }
 
    #imagesize{
      margin-top: 13%;
      width: 100%;
      height: auto;
    }
    #imagesize34{
      position: relative;
      top: -30%;
      width: 100%;
      max-width: 700px;
      height: auto;
      z-index: 1;
    
    }
 
 
.title {color:#B71918;margin-bottom: 100px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';

}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
  
}
 /* services */
.services {
  position: relative;
}
.services .square {
  height: 200px;
  width: 200px;
  margin: 0px auto 40px;
  position: relative;
  

}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}
.services .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.services .serv h5 {color: #fa9746;}
.services .serv p {color: #777;}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}

    .chevron {
      position: absolute;
      width: 2.1rem;
      height: 0.48rem;
      opacity: 0;
      transform: scale(0.3);
      animation: move-chevron 3s ease-out infinite;
     margin: -30px auto;
    }
    .chevron:first-child {
      animation: move-chevron 3s ease-out 1s infinite;
    }
    .chevron:nth-child(2) {
      animation: move-chevron 3s ease-out 2s infinite;
    }
    .chevron:before, .chevron:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      background: #f8cece;
    }
    .chevron:before {
      left: 0;
      transform: skewY(30deg);
    }
    .chevron:after {
      right: 0;
      width: 50%;
      transform: skewY(-30deg);
    }
    @keyframes move-chevron {
      25% {
        opacity: 1;
      }
      33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
      }
      66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
      }
      100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
      }
    }

    
 }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #insmall{
    width: 100%;
    margin: 0px auto;
    height: auto;
  }
  .element {
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  
  @keyframes stretch {
    0% , 100%  {
        transform: scale(1.10);
    }
  
    50% {
        transform: scale(1.0);
    }
  }
  .optionbox{
    margin-top: 30px;
      position: absolute;
    }
    
    .optionbox select {
        background: #c71818e8;
        color: #fff;
        padding: 10px;
        width: 230px;
        height: 50px;
        border: none;
        font-size: 16px;
        box-shadow: 0 5px 8px #bdbdbd;
        -webkit-appearance: button;
        outline: none;
    }
    
    .optionbox:before{
    
    
      height: 50px;
      width: 50px;
      background: #B71918;
      text-align: center;
      line-height: 50px;
      color:#fff;
      font-size: 30px;
      pointer-events: none;
    
    
    }
    
    .optionbox:hover:before{
       
        background: #B71918;
    
    
      }
  .Ipad,.Mobile{
    display:none;
  }
  .Desktop{
    display:block;
  }
  .phone{
    display: none;
      }
      .Desk{
    display: block;
    
      }

  body {
    background-image: url("../background/choosenewbigh.png");
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-size: cover;

     font-family:'Times New Roman', Times, serif;
    }

    #imagesize{
      margin-top: 80px;
      width: 85%;
      height: auto;
    }
    #imagesize34{
      position: relative;
      top: -60%;
      width: 100%;
      height: auto;
      z-index: 1;
    }
    

    .title {color:#B71918;margin-bottom: 100px;position: relative;}
    .title::before {
      position: absolute;
      left: -29px;
      top: 0;
      height: 20px;
      width: 20px;
      transform: rotate(45deg);
      background-color: #f8cece;
      box-shadow: 0px 4px 4px 0px #aaa;
      border-radius: 4px;
      content: '';
    
    }
    .title::after {
      position: absolute;
      left: -19px;
      top: 25px;
      height: 14px;
      width: 14px;
      transform: rotate(45deg);
      background-color: #f8cece;
      box-shadow: 0px 4px 4px 0px #aaa;
      border-radius: 4px;
      content: '';
      
    }
     /* services */
    .services {
      position: relative;
    }
    .services .square {
      height: 200px;
      width: 200px;
      margin: 0px auto 40px;
      position: relative;
      
    
    }
    .square i {
      transform: rotate(315deg);
      display: block;
      color: #eaf3fa;
      font-size: 40px;
      padding-top: 17px;
      padding-right: 14px;
    }
    .services .square::before {
      position: absolute;
      left: -10px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #fa9746;
      content: '';
    }
    .services .square::after {
      position: absolute;
      left: 50px;
      top: 66px;
      width: 1px;
      height: 88%;
      background-color:#fa9746;
      content: '';
      transform: rotate(90deg);
    }
    .services .serv .num
     {
       width: 60px;
       height: 60px;
       background-color: #7499f1;
       box-shadow: 0px 0px 15px 0px #00a9d3;
       margin: -38px auto 15px auto;
       border-radius: 50%;
       color: #fff;
       font-size: 30px;
        padding-top: 7px;
        border: 1px dashed;
      }
    .services .serv h5 {color: #fa9746;}
    .services .serv p {color: #777;}
    .services .serv hr {
      width: 30px;
      border-top: 3px solid rgb(0 169 211);
    }
    
        .chevron {
          position: absolute;
          width: 2.1rem;
          height: 0.48rem;
          opacity: 0;
          transform: scale(0.3);
          animation: move-chevron 3s ease-out infinite;
         margin: -30px auto;
        }
        .chevron:first-child {
          animation: move-chevron 3s ease-out 1s infinite;
        }
        .chevron:nth-child(2) {
          animation: move-chevron 3s ease-out 2s infinite;
        }
        .chevron:before, .chevron:after {
          content: '';
          position: absolute;
          top: 0;
          height: 100%;
          width: 50%;
          background: #f8cece;
        }
        .chevron:before {
          left: 0;
          transform: skewY(30deg);
        }
        .chevron:after {
          right: 0;
          width: 50%;
          transform: skewY(-30deg);
        }
        @keyframes move-chevron {
          25% {
            opacity: 1;
          }
          33.3% {
            opacity: 1;
            transform: translateY(2.28rem);
          }
          66.6% {
            opacity: 1;
            transform: translateY(3.12rem);
          }
          100% {
            opacity: 0;
            transform: translateY(4.8rem) scale(0.5);
          }
        }
    
    

 
    

 }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

  #insmall{
    width: 100%;
    margin: 0px auto;
    height: auto;
  }

  .element {
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  
  @keyframes stretch {
    0% , 100%  {
        transform: scale(1.10);
    }
  
    50% {
        transform: scale(1.0);
    }
  }


  .optionbox{
    margin-top: 10px;
      position: absolute;
      
    }
    
    .optionbox select {
        background: #c71818e8;
        color: #fff;
        padding: 10px;
        width: 250px;
        height: 50px;
        border: none;
        font-size: 20px;
        box-shadow: 0 5px 8px #bdbdbd;
        -webkit-appearance: button;
        outline: none;
    }
    
    .optionbox:before{
      height: 50px;
      width: 50px;
      background: #B71918;
      text-align: center;
      line-height: 50px;
      color:#fff;
      font-size: 30px;
      pointer-events: none;
    
    
    }
    
    .optionbox:hover:before{
       
        background: #B71918;
    
    
      }
  body {
    background-image: url("../background/choosenewbigh.png");
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-size: cover;

     font-family:'Times New Roman', Times, serif;
    }

    #imagesize{
    margin-top: 70px;
      width: 68%;
      height: auto;
    }
    #imagesize34{
      position: relative;
      top: -60%;
      width: 100%;
     
      height: auto;
      z-index: 1;
     
    }

.title {color:#B71918;margin-bottom: 100px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';

}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #f8cece;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
  
}
 /* services */
.services {
  position: relative;
}
.services .square {
  height: 200px;
  width: 200px;
  margin: 0px auto 40px;
  position: relative;
  

}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}
.services .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.services .serv h5 {color: #fa9746;}
.services .serv p {color: #777;}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}

    .chevron {
      position: absolute;
      width: 2.1rem;
      height: 0.48rem;
      opacity: 0;
      transform: scale(0.3);
      animation: move-chevron 3s ease-out infinite;
     margin: -30px auto;
    }
    .chevron:first-child {
      animation: move-chevron 3s ease-out 1s infinite;
    }
    .chevron:nth-child(2) {
      animation: move-chevron 3s ease-out 2s infinite;
    }
    .chevron:before, .chevron:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      background: #f8cece;
    }
    .chevron:before {
      left: 0;
      transform: skewY(30deg);
    }
    .chevron:after {
      right: 0;
      width: 50%;
      transform: skewY(-30deg);
    }
    @keyframes move-chevron {
      25% {
        opacity: 1;
      }
      33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
      }
      66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
      }
      100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
      }
    }


    


}




