body{
    font-family: Siri, HelveticaNeu, Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding-top: 112px;
}

ul,ol{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a {
  color: #ED1556;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
}

input, textarea, button, select{ 
    box-sizing:border-box; 
    font-family: Siri, HelveticaNeu, Verdana, sans-serif;
    font-weight: normal;
    font-size: 15px;
    -webkit-appearance: none; 
    border-radius: 4px; 
    box-sizing: border-box; 
    width: 100%; 
    height: 34px; 
    background: none; 
    color: #ffffff; 
    border: 1px solid #ffffff; 
    padding: 6px 12px;
}
input:focus, textarea:focus, button:focus, select:focus{ outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  color: #ffffff; opacity: 0.8 }
input::-ms-input-placeholder, textarea::-ms-input-placeholder {  color: #ffffff; opacity: 0.8 }
input::placeholder, textarea::placeholder { color: #ffffff; opacity: 0.8 }

img{
    display: block;
    max-width: 100%;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

.text-center{
    text-align: center;
}

.a-one-heading{
    font-size: 60px;
    display: block;
    color: #ed1556;
    line-height: normal;
    font-weight: normal;
}





.speclist ul{
    margin: 0 auto; 
    padding: 0;
  }
  .speclist ul li{
    padding-bottom:10px;
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-size: 22px;
    color: #58595b;
    font-weight: 300;
  }
  .speclist ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    width:7px;
    background: #ed1556;
  }
  .feaphoneicon{
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: inline-block;
    float: left;
  }
  .feaphoneicon img{
    margin-top: -55px;
  }
  .speclist{
    text-align: left;
  }

  .fetphonedet{
    border-bottom: solid 1px #ddd!important;
    margin-bottom: 15px;
    text-align: left;
  }
  .fetphonedet h4{
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .fetphonedet p{
    color: #58595b;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .mt50{
    margin-top: 50px;
  }
  .mt30{
    margin-top: 30px;
  }
  .feathumbdet{
/*    */
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  }
  .feathumbicon{
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: inline-grid;
  }
  .slick-current .feathumbicon img{
   margin-top: -55px; 
   webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .feature-thumb .item-thumb{
    text-align: center;
  }
  .slick-list{
    text-align: center;
    margin: 0 auto;
  }
  .alldetail{
    height: 400px;
    overflow-y: scroll;
  }
  .alldetail h3{
    font-size: 15px;
  }
  .alldetail h4{
    font-size: 15px;
  }
  .alldetail p{
    font-size: 14px;
  }

  .img-bx img{
    max-height: 450px;}
  .mb20{
    margin-bottom: 20px;
  }
  .bggrey{
    background: #f2f2f2;
  }
  .pdtb40{
    padding: 40px 0;
  }
  .fullimg-bx{
    background: #fff;
  }
  
  .relatedphone{
    padding: 25px 15px;
    border: 1px solid #f5f5f5;
    background: rgba(251, 251, 251, .58);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .relatedphone h3{
    color: #58595b;
    font-size: 20px;
  }
  .relatedphone ul{
    margin:10px auto 10px;
    padding: 0;
  }
  .relatedphone ul li{
    font-size:14px;
    display: block;
    margin-bottom: 0px;
    color: #58595b;
  }
  .relatedphone a{
    padding: 5px;
    font-size: 12px;
    background: #58595b;
    color: #fff;
  }
  .relatedphone a+a{
    margin-left: 10px;
  }
  .relatedphone a:hover{
    background: #ED1556;
  }



/*a-one-2021-style*/
.feature-banner{
    padding: 40px 0;
}
.feature-banner .img-bx img{
    width: 60%
}
.scroll-arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bounce{
    -moz-animation:bounce 2s infinite; 
    -webkit-animation:bounce 2s infinite; 
    animation:bounce 2s infinite;
}
/*accordian-section*/
.accordian-section .container{
    padding: 0 5%;
}
.accordian-section .accordion .accordion-item{
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.accordian-section .accordion .accordion-item .accordion-header{
    position: relative;
    padding: 15px 45px 15px 0;
    background: transparent;
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    font-size: 20px;
    font-weight: normal;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordian-section .accordion .accordion-item .accordion-header:before{
    content: "";
    width: 2px;
    height: 18px;
    background: #ED1556;
    position: absolute;
    right: 32px;
    top: 21px;
    transition: all 0.5s ease;
}

.accordian-section .accordion .accordion-item .accordion-header:after{
    content: "";
    width: 18px;
    height: 2px;
    background: #ED1556;
    position: absolute;
    right: 24px;
    top: 29px;
    transition: all 0.5s ease;
}

.accordian-section .accordion .accordion-item .accordion-header.current:before{
    display: none;
}

.accordian-section .accordion .accordion-collapse{
    padding: 20px 0;
}

.accordion-collapse {
    display: none;
    padding-top: 10px;
}

.accordiantable table{
    width: 100%;
}

.accordiantable table, .accordiantable th, .accordiantable td {
    border: none;
    padding: 10px;
    color: black;
    border-collapse: collapse;
}
.accordian-section .accordion .accordion-item:not(:last-child){
  border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE;
}
.accordian-section .accordion .accordion-item:first-child {
    border-top: 1px solid #EEE;
}  











/*gallery-section */
.img-thumb{
    position: relative;
}
.img-thumb .slick-list{
    margin: 0 50px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 30px;
  font-size: 0;
  background: url(../img/ctrl-nav.png) no-repeat;
  background-position: 12px -28px;
  z-index: 1;
  transform: translate(0, -50%);
}
.slick-arrow.slick-next {
  left: auto;
  right: 1%;
  background-position: 12px 8px;
}

.img-thumb .slick-track{
    margin: 0 !important;
}
.gallery-box .thumb-bx{
    height: 40px;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s ease;
}

.gallery-box .thumb-bx img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gallery-box .item-thumb:hover .thumb-bx, .gallery-box .item-thumb.slick-slide.slick-current .thumb-bx, .gallery-box .slick-arrow.slick-disabled{
    opacity: 0.4;
}

.fullimg-bx{
    height: 450px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.fullimg-bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-box .img-thumb .slick-dots{
    display: none !important;
}

.power-unleashed .heading-yuva{
    position: absolute;
    left: 8%;
    top: 5%;
    width: 40%;
}
/*gallery-section */

.copyRight p{font-size: 16px;color: #A1A1A1;}
.copyRight p span {color: #fff;}  
.copyRight p  .font-small{font-size: 12px;}



@keyframes bounce {
    0%,100%,20%,50%,80%{transform:translateY(0)}
    40%{transform:translateY(-20px)}
    60%{transform:translateY(-10px)}
}

@media only screen and (max-width: 992px) {
    .mobile-banner{
        display: block;
    }

    .desktop-banner{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .header-links{
        display: none;
    }
     .feaphonesdet {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.feaphonesdet .img-bx img{
    display: none !important;
}
} 