
/*---- ADD Css By Lokendra -----*/

.psr-nner h4 {
    font-weight: 800;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.psr-nner p{
    font-size: 17px;
}
div#bannernew {
    max-width: 800px;
    margin: auto;
}

.newcase-sec {
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.newcase-sec h2 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    color: #241b3b;
}

.newcase-sec h2 strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
}

.tabbing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabbing .tabNav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #241b3b;
}

.tabbing .tabNav li a {
    padding: 13px 10px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 0;
    background: #241b3b;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none !important;
    border-right: 0;
    padding-right: 20px;
    font-size: 14px;
}

.tabbing .tabNav li:last-child a {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.tabbing .tabNav li a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.tabbing .tabContainer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    border: 0px solid #b7b4b4;
    padding: 30px;
    background-color: #f5f5f5;
}

.casenew-box h4 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    background-color: #b59c49;
    padding: 8px 12px;
}

.casenew-box img {
    width: 100%;
}

.casenew-box {
    margin-bottom: 30px;
}

.tabbing .tabNav li a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 11px;
    top: 5px;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.5;
}

.tabbing .tabNav li.active a {
    background: #b59c49;
    color: #fff;
}

.tabContainer .tabContent {
    opacity: 1;
}

.tabContainer .tabContent.mTabActive {
    animation: puls 0.4s ease-in-out;
}

@keyframes puls {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.comparison-slider-wrapper {
  width: 100%;
  position: relative;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
.csr-row, .csr-imgrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csr-row{
    margin-right: -15px;
    margin-left: -15px;
}
.csr-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.csr-imglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.csr-list{
    padding-left: 15px;
    padding-right: 15px;
}
.csr-imgrow {
    margin-left: -5px;
    margin-right: -5px;
}
.csr-imglist {
    padding-left: 5px;
    padding-right: 5px;
}
.csr-imglistbox{
    position: relative;
}
.csr-imglist-over {
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 0px;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    letter-spacing: 1px;
    line-height: 16px;
    display: table;
    background: rgb(36 27 59 / 87%);
    text-transform: uppercase;
}
.blg-row.owl-theme .owl-controls .owl-buttons div , .wis-lisrow.owl-theme .owl-controls .owl-buttons div{
    background: #1c2230;
    opacity: 1;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
  .blg-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px -15px;
  }
  .blg-list {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .wislistcol {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
.wisebox01 {
    margin-bottom: 30px !important;
}
.wis-lisrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
}

}

.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.1s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50px;
}
.divide-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50px;
    font-size: 11px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    color: #000;
}
.divide-box .fa-angle-left {
    margin-right: 2px;
}
.divide-box .fa-angle-right {
    margin-left: 2px;
}

.poss-box img {
    
}
#bannernew .carousel-control-prev, #bannernew .carousel-control-next {
    opacity: 1;
    background-color: #1c2230;
    font-size: 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    position: absolute;
    left: -58px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 75px;
}
#bannernew .carousel-control-next{
    left: inherit;
    right: -58px;
}
div#bannernew .carousel-indicators {
    display: none;
}
.newcase-sec {
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}
.newcase-sec h2 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    color: #241b3b;
}
.newcase-sec h2 strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
}

.tabbing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabbing .tabNav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #241b3b;
}
.tabbing .tabNav li a {
    padding: 13px 10px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 0;
    background: #241b3b;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none !important;
    border-right: 0;
    padding-right: 20px;
    font-size: 14px;
}
.tabbing .tabNav li.active a {
    background: #b59c49;
    color: #fff;
}
.tabbing .tabNav li:last-child a {
    border-bottom: 1px solid #b7b4b4;
}
.tabbing .tabNav li a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.tabbing .tabNav li a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 11px;
    top: 5px;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.5;
}
.tabbing .tabContainer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    border: 0px solid #b7b4b4;
    padding: 30px;
    background-color: #f5f5f5;
}
.casenew-box h4 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    background-color: #b59c49;
    padding: 8px 12px;
}
.casenew-box img {
    width: 100%;
}
.casenew-box {
    margin-bottom: 30px;
}
.tabbing .tabNav li a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 11px;
}
.tabbing .tabNav li.active a {
    background: #b59c49;
    color: #fff;
}
.tabContainer .tabContent {
    opacity: 1;
}
.tabContainer .tabContent.mTabActive {
    animation: puls 0.4s ease-in-out;
}

@keyframes puls {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media screen and (min-width:800px){
.comparison-slider .resize img {
    width: 790px !important;
}

