/* BGIL product CSS */
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../../../content/dam/bagic/index/tab-spriteicon.png') no-repeat 0 0;
}
.insureAndGoSec {
    /*background: #F7F7F7;*/
    background: #fff;
    padding-bottom: 50px;
    position: relative;
  }
  .insureAndGoSec .lhsbox {
    width: 60%;
    float: left;
    font-size: 0;
    padding: 90px 50px 90px 0px;
    overflow: hidden;
  }
  .insureAndGoSec .rhsbox {
    width: 40%;
    float: left;
    font-size: 0;
    padding: 90px 80px;
    position: relative;
  }
  .general-pro{text-align: center !important;} 
  .insureAndGoSec .rhsbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    background: rgba(172, 172, 172, 0.36);
    height: 84%;
  }
  .insureAndGoSec .rhsbox p {
    font-size: 1.6rem;
    color: #0b2150;
    line-height: 30px;
  }
  .insureAndGoSec .rhsbox .lists {
    margin: 37px 0;
  }
  .insureAndGoSec p.insureAndGoSecHeadsub {
    font-size: 2.5rem;
    font-family: "Rubik-Bold";
    color: #005596;
    text-transform: uppercase;
    padding-bottom: 15px;
  }

  .insureAndGoSec h2,
  .insureAndGoSec h1 {
    font-size: 3rem;
    font-family: "Rubik-Bold";
    color: #005596;
    text-transform: uppercase;
    padding-bottom: 15px;
  }
  .insureAndGoSec .insureAndGoSecHeads {
    width: 100%;
    float: left;
    padding: 50px 0 0px;
  }
  .insureAndGoSec .insureAndGoSecHeads h1 {
    text-align: center;
  }
  .insureAndGoSec .tabs {
    width: 27%;
    display: inline-block;
    vertical-align: bottom;
  }
  .insureAndGoSec .tabs li {
    width: 100%;
    cursor: pointer;
    float: left;
    margin-top: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid #cdcdcd;
  }
  .insureAndGoSec .tabs li h2 {
    font-size: 1.6rem;
    font-family: "Rubik-Regular";
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
  }
.insureAndGoSec .tabs li span {
    font-size: 1.6rem;
    font-family: "Rubik-Regular";
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1 !important;
}
  .insureAndGoSec .tabs li:hover h2, .insureAndGoSec .tabs li.active h2 {
    color: #0072bc;
    font-family: "Rubik-Bold";
  }
.insureAndGoSec .tabs li:hover span, .insureAndGoSec .tabs li.active span {
    color: #0072bc;
    font-family: "Rubik-Bold";
  }
  .insureAndGoSec .tabs li:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ff9b41;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }
  .insureAndGoSec .tabs li:hover:before, .insureAndGoSec .tabs li.active:before {
    width: 100%;
  }
  .insureAndGoSec .tabContentWrap {
    width: 72%;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 50px;
  }
  .insureAndGoSec .tabContentWrap .tabcontent {
    width: 100%;
    float: left;
    position: absolute;
    padding-right: 50px;
    opacity: 0;
    bottom: 0;
    z-index: 5;
  }
  .insureAndGoSec .tabContentWrap .tabcontent .tab-img {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    min-height: 300px;
  }
  .insureAndGoSec .tabContentWrap .tabcontent.active {
    -webkit-animation: 1s 0.2s fadeIn both;
    -moz-animation: 1s 0.2s fadeIn both;
    -ms-animation: 1s 0.2s fadeIn both;
    -o-animation: 1s 0.2s fadeIn both;
    animation: 1s 0.2s fadeIn both;
    z-index: 10;
    opacity: 1;
  }
  .insureAndGoSec .tabContentWrap .tabcontent.active .tab-img {
    -webkit-animation: 1s 0.2s pulse both;
    -moz-animation: 1s 0.2s pulse both;
    -ms-animation: 1s 0.2s pulse both;
    -o-animation: 1s 0.2s pulse both;
    animation: 1s 0.2s pulse both;
  }
  .insureAndGoSec .tabContentWrap .tabcontent.active p {
    -webkit-animation: 1s 0.2s fadeInUp both;
    -moz-animation: 1s 0.2s fadeInUp both;
    -ms-animation: 1s 0.2s fadeInUp both;
    -o-animation: 1s 0.2s fadeInUp both;
    animation: 1s 0.2s fadeInUp both;
  }
  .insureAndGoSec .tabContentWrap .tabcontent.active .btn {
    -webkit-animation: 1s 0.9s flipInX both;
    -moz-animation: 1s 0.9s flipInX both;
    -ms-animation: 1s 0.9s flipInX both;
    -o-animation: 1s 0.9s flipInX both;
    animation: 1s 0.9s flipInX both;
  }
  .insureAndGoSec .tabContentWrap .tabcontent p {
    font-size: 1.8rem;
    color: #000000;
    font-family: "Rubik-Light";
    line-height: 22px;
    padding-bottom: 20px;
  }
  .insureAndGoSec:after {
    content: "";
    clear: both;
    display: block;
  }
  .insureAndGoSec .rhsbox .lists li {
    padding: 8px 0 8px 20px;
}
.blueBox.claimSec .nearestBranch a {
    position: relative;
}
.blueBox.claimSec .nearestBranch a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 35px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blueBox.claimSec .nearestBranch a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blueBox.claimSec ul li a {
    position: relative;
}
.blueBox.claimSec ul li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blueBox.claimSec ul li a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 90%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-bhimabhrosa img {
    border: 1px solid #0071bb;
    border-radius: 5px;
}

.btn-bhimabhrosa {

    width: 11%;
    padding: 10px 15px 10px 15px;
    border-radius: 9px;
    font-size: 1.8rem;
    cursor: auto;
    text-align: center;
}
.btn-bhimabhrosa a {
   color:#fff;
}
.smartbanner.smartbanner-android {display: none;}
.blueBox.claimSec{width:65%;}
.blueBox.claimSec ul li{padding-left:8% !important;}
.insureAndGoSec .tabContentWrap .owl-controls{display:none!important;}
.bannerImgWrapper .bannerImg{position: static;overflow:hidden;}
@media screen and (max-width: 1500px) {
    .mainHeader .sumMenuSec{
        top: 100px;
    }
    .blueBox.claimSec ul {
    width: 62%;
  }
  .smartbanner.smartbanner-android {display: none;}
}
@media screen and (max-width: 1400px) {
    .insureAndGoSec .lhsbox {
    padding: 90px 40px;
  }
}
        @media screen and (max-width: 1300px) {
            .blueBox.claimSec ul li {
                        padding-left: 12%;
                    }
                }
@media screen and (max-width: 1200px) {
   
    .insureAndGoSec .lhsbox {
    padding: 50px 40px;
  }
  .insureAndGoSec .rhsbox {
    padding: 50px 40px;
  }
  .insureAndGoSec .tabContentWrap .tabcontent {
    padding-right: 58px;
  }
  .insureAndGoSec .lists li {
    padding: 16px 0 16px 20px;
  }
 .blueBox.claimSec ul li {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
    .insureAndGoSec p.insureAndGoSecHeadsub {
    font-size: 2.1rem;
    padding-bottom: 15px;
  }
  .insureAndGoSec p.insureAndGoSecHeadsub br {
    display: none;
  }
  .insureAndGoSec h1 {
    font-size: 2.5rem;
  }
  .insureAndGoSec .lhsbox,
  .insureAndGoSec .rhsbox {
    width: 100%;
  }
  .insureAndGoSec .rhsbox:before {
    display: none;
  }
  .insureAndGoSec .rhsbox .lists {
    margin: 20px 0;
  }
  .insureAndGoSec .tabs li h2 {
    font-size: 1.6rem;
  }
.blueBox.claimSec {
    position: inherit !important;
    clear: both;
    width: 100%;
    bottom: 0 !important;
  }
  .blueBox.claimSec .nearestBranch {
    text-align: center;
    width: 30%;
  }
  .blueBox.claimSec .nearestBranch:after {
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 10px;
    position: inherit;
  }
  .blueBox.claimSec ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
  }
  .blueBox.claimSec ul li:first-child {
    padding-left: 0;
  }
  .blueBox.claimSec ul li:last-child {
    padding-left: 0;
    display: block;
    margin-top: 5px;
  }
.insureAndGoSec .rhsbox{padding-bottom:0px;}

/* ============ Amit code 11-11-2022 =============================== */
.insureAndGoSec { padding-bottom:20px; }
/* ---------------------------------------------------------------- */

}
@media screen and (max-width: 768px) {
    .insureAndGoSec h1 {
    font-size: 2.3rem;
  }
  .insureAndGoSec p.insureAndGoSecHeadsub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
    .insureAndGoSec h1 {
    font-size: 2.1rem;
  }
  .insureAndGoSec .lhsbox {
    padding: 20px;
  }
  .insureAndGoSec .lhsbox .insureAndGoSecHeadsub {
    font-size: 1.8rem;
    text-align:center;
  }
  .insureAndGoSec .tabs {
    width: 95%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .insureAndGoSec .tabs:after {
    content: "";
    clear: both;
    display: block;
  }
  .insureAndGoSec .tabs li {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 2px 5px;
    border-bottom: 0;
  }
  .insureAndGoSec .tabs li:before {
    display: none;
  }
  .insureAndGoSec .tabs li:hover, .insureAndGoSec .tabs li.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .insureAndGoSec .tabs .owl-controls .owl-nav .owl-prev,
  .insureAndGoSec .tabs .owl-controls .owl-nav .owl-next {
    font-size: 0;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    width: 10px;
    height: 14px;
    margin-top: -17px;
  }
  .insureAndGoSec .tabs .owl-controls .owl-nav .owl-prev {
    background-position: -143px -94px;
    margin-left: -20px;
  }
.insureAndGoSec .tabs li{height: 20px;}
  .insureAndGoSec .tabs .owl-controls .owl-nav .owl-next {
    background-position: -29px -88px;
    margin-right: -20px;
  }
  .insureAndGoSec .tabContentWrap {
    padding: 40px 0 0;
    width: 100%;
  }
  .insureAndGoSec .tabContentWrap .tabcontent {
    top: 0;
    position: inherit;
    display: none;
    padding-right: 0;
    text-align: center;
  }
  .insureAndGoSec .tabContentWrap .tabcontent.active {
    display: block;
  }
  .insureAndGoSec .tabContentWrap .tabcontent .tab-img {
    min-height: 0;
  }
  .insureAndGoSec .rhsbox .lists li {
    display: none;
  }
  .insureAndGoSec .rhsbox .lists li:nth-child(2n + 2) {
    display: block;
  }
  .blueBox.claimSec .nearestBranch {
    width: 40%;
  }
  .blueBox.claimSec ul li {
    padding-left: 15%;
  }
}
@media screen and (max-width: 639px) {
    .blueBox.claimSec .nearestBranch {
        width: 50%;
      }
      .blueBox.claimSec ul {
        width: 95%;
  }
        .insureAndGoSec .tabs li h2{font-size: 1.4rem;}
.bannerImgWrapper img{height: 100%;max-width: 253%;position: relative;left: -99%;}
.bannerImgWrapper .bannerImg.banner-celebration img,.bannerImgWrapper .bannerImg.banner-crop img{left: -109%;}
.bannerImgWrapper .bannerImg.banner-pet img{left: -113%;}
.bannerImgWrapper .bannerImg.banner-travel img{left: -106%;}
           }
@media screen and (max-width: 480px) {
   .insureAndGoSec h2 {
    font-size: 2.5rem;
  }
  .insureAndGoSec .rhsbox {
    padding: 0;
    padding: 50px 20px 0;
  }
  .insureAndGoSec .rhsbox:before {
    display: none;
  }
  .insureAndGoSec .rhsbox .lists {
    margin: 8px 0;
  }
  .insureAndGoSec .rhsbox .lists li {
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
  }
  .insureAndGoSec .rhsbox .lists li:before {
    top: 14px;
  }
  .insureAndGoSec .rhsbox .lists li a {
    font-size: 1.4rem;
  }
        .insureAndGoSec .tabs {
    width: 95%;
  }
  .insureAndGoSec .tabs li {
    margin: 0;
    padding: 0;
  }
       /* .insureAndGoSec .tabs .owl-controls .owl-nav .owl-next,
  .insureAndGoSec .tabs .owl-controls .owl-nav .owl-prev {
    margin-top: -13px;
  }*/
 .blueBox.claimSec .nearestBranch {
    width: 65%;
  }
  .blueBox.claimSec ul li {
    font-size: 1.4rem;
  }
  .blueBox.claimSec ul li a {
    font-size: 1.4rem;
  }
}
/*Bluebox CSS*/
.blueBox.claimSec .nearestBranch a {
    position: relative;
}
.blueBox.claimSec .nearestBranch a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 35px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blueBox.claimSec .nearestBranch a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 li a {
    position: relative;
}
.blueBox.claimSec ul li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blueBox.claimSec ul li a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 90%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blueBox.claimSec{width:80% !important;}
.blueBox.claimSec ul li{padding-left:8%;}
.blueBox.claimSec{
Width: auto;
Min-width: 65%;
Max-width: 80%;
}
@media screen and (max-width: 1500px) {
    .blueBox.claimSec ul {
    width: 65%;
  }
}
        @media screen and (max-width: 1300px) {
            .blueBox.claimSec ul li {
                        padding-left: 12%;
                    }
                }
@media screen and (max-width: 1200px) {
 .blueBox.claimSec ul li {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
.blueBox.claimSec {
    position: inherit;
    clear: both;
    width: 100%;
    bottom: 0;
  }
  .blueBox.claimSec .nearestBranch {
    text-align: center;
    width: 30%;
  }
  .blueBox.claimSec .nearestBranch:after {
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 10px;
    position: inherit;
  }
  .blueBox.claimSec ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
  }
  .blueBox.claimSec ul li:first-child {
    padding-left: 0;
  }
  .blueBox.claimSec ul li:last-child {
    padding-left: 0;
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .blueBox.claimSec .nearestBranch {
    width: 40%;
  }
  .blueBox.claimSec ul li {
    padding-left: 15%;
  }
  #locateBeanch.blueBox.claimSec ul li{ width:100%; padding:5px 0;}
        #locateBeanch.blueBox.claimSec .nearestBranch{ width: 95%; }
                #locateBeanch.blueBox.claimSec .nearestBranch a{ font-size:1.7rem;}
        #locateBeanch.blueBox.claimSec ul{ margin-top:0px; }
                    #locateBeanch.blueBox.claimSec .nearestBranch a:before{ display:none;}
        #locateBeanch.blueBox.claimSec .nearestBranch:before,#locateBeanch.blueBox.claimSec .nearestBranch:after{ display:none;}
            #locateBeanch.blueBox.claimSec .nearestBranch a{ padding-right:20px; margin-bottom:5px; display:inline-block;}
        #locateBeanch.blueBox.claimSec .nearestBranch a:after{
    content: "";
    position:absolute;            
    width: 8px;
    height: 13px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -39px -88px;
                opacity:1; right:0px;    bottom: auto;
    left: auto;
    }
            #locateBeanch.blueBox.claimSec ul li:last-child{ margin-top:0px;}
}
@media screen and (max-width: 639px) {
    .blueBox.claimSec .nearestBranch {
        width: 50%;
      }
      .blueBox.claimSec ul {
        width: 95%;
  }
           }
@media screen and (max-width: 480px) {
 .blueBox.claimSec .nearestBranch {
    width: 65%;
  }
  .blueBox.claimSec ul li {
    font-size: 1.4rem;
  }
  .blueBox.claimSec ul li a {
    font-size: 1.4rem;
  }
 #locateBeanch.blueBox.claimSec .nearestBranch a{ font-size:1.4rem;}       
}
/* cutomer stories CSS */
.aboutBoxSec {
    text-align: center;
    padding-bottom: 50px;
  }
.aboutBoxSec {
    padding: 80px 0;
}
  .aboutBoxSec .aboutBoxSecSlider {
    margin: 0 -1%;
    margin: 0 auto;
  }
  .aboutBoxSec .aboutBoxSecSlider .item {
    margin: 0 1%;
    width: 31%;
    padding: 0 10px 30px;
    display: inline-block;
    vertical-align: top;
  }
  .aboutBoxSec .aboutBoxSecSlider .item h2, .aboutBoxSec .aboutBoxSecSlider .item h4 {
    font-family: "Rubik-Bold";
    font-size: 2.2rem;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
    padding: 50px 28px;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
    -moz-box-shadow: 0 0 40px 2px #eaeaea;
    -ms-box-shadow: 0 0 40px 2px #eaeaea;
    -o-box-shadow: 0 0 40px 2px #eaeaea;
    box-shadow: 0 0 40px 2px #eaeaea;
    margin-top: 22px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec {
    height: 185px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .imgSec {
  /*  margin-top: 22px;*/

  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .imgSec img {
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
   border-radius: 50%;*/
    width: auto;
    margin: 0 auto;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec {
    margin-top: 18px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec h5 {
    font-size: 1.8rem;
    color: #000000;
    font-family: "Rubik-Regular";
    display: inline-block;
    text-align: left;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec h5 span {
    display: block;
    font-family: "Rubik-Bold";
    color:#000000c9;
    font-size: 1.4rem;
    margin-top: 7px;
    text-align:center;
  }
 /* .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec:before {
    content: "";
    display: inline-block;
    vertical-align: top;*/
   /* background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;*/
  /*  background-position: -290px 0;
    width: 41px;
    height: 41px;
    margin-right: 12px;
  }*/
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .videoSec {
    display: inline-block;
    position: relative;
    cursor:pointer;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .videoSec .videoPlayIcon {
    width: 25px;
    height: 25px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -289px -56px;
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec {
    margin-top: 45px !important;
    height: 145px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio,
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award {
    display: inline-block;
    vertical-align: top;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .iconSec {
    height: 65px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio {
    width: 100%;
    display:flex;
    /*.tatioIcon {
                                  background: $sprite;
                                  background-position: -352px 0;
                                  width: 54px;
                                  height: 63px;
                                  margin: 2px auto auto;
                              }*/
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio .imgBox {
    width: 30px;
    /*margin: 0 auto;
    margin-top: -8px;*/
    margin-top: -41px;

  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award {
    width: 55%;
    float:right;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .tatioIcon {
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -427px 0;
    width: 58px;
    height: 63px;
    margin: 5px auto auto;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .imgBox {
    width: 30px;
    margin: 0 auto;
    margin-top: -31px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .dot.colBlueDark {
    top: -5px;
    left: 38%;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .dot.colorSunshade {
    bottom: 0px;
    left: 54%;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec p {
    font-size: 1.6rem;
    color: #000000;
    margin-top: -33px;
    text-align: left;
    font-weight: 600;
    margin-left: 4%;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec p strong {
   /* display: block;
    font-family: "Rubik-Bold";
    font-size: 1.8rem;*/
    color: #000000e6;
    font-weight: normal;
    font-size: 1.6rem;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec .bottomSec {
    margin-top: 0px;
    min-height: 48px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.custmStory .detailSec p {
    font-size: 1.6rem;
    color: ##000000e6;
    line-height: 23px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .detailSec p {
    font-size: 1.6rem;
    color: #000000e6;
    line-height: 23px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .detailSec p strong {
    display: block;
    font-size: 2rem;
    font-family: "Rubik-Bold";
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .bottomSec .socialSec {
    padding-top: 5px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .bottomSec .socialSec a {
    display: inline-block;
    vertical-align: middle;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    height: 30px;
    width: 30px;
    background-position: 0 0;
    margin: 0 10px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .bottomSec .socialSec .fb {
    background-position: -109px -63px;
  }
  .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .bottomSec .socialSec .twitter {
    background-position: -159px -63px;
  }
    .socialSec {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .socialSec a {
        position: relative;
        width: 30px;
        height: 30px;
        margin: 0 10px;
        display: inline-block;
    }
    .socialSec a:before {
        content: "";
        position: absolute;
        background: url('../../../content/dam/bagic/index/sprite.png') no-repeat 0 0;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .socialSec a.fb:before {
        background-position: 0px -651px;
    }
    .socialSec a.twitter:before {
        background-position: -33px -653px;
    }
    .socialSec a.linked:before {
        background-position: -71px -652px;
    }
.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.socialSec a {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    display: inline-block;
    /* background: #73d6fa;
    border-radius: 50%;*/
}
/* .socialSec a:hover {
    background: #ff9b41;
} */
.socialSec a:before {
    content: "";
    position: absolute;
    background: url('../../../content/dam/bagic/index/sprite.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -110px -655px
}
.socialSec a.linked:before {
    background-position: -190px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -110px -655px
}
.socialSec a.linked:before {
    background-position: -190px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
.aboutBoxSec .aboutBoxSecSlider .item .boxSec .bottomSec {
    margin-top: 0px;
    min-height: 48px;
}
.award .svgSec svg, .ratioAwardSec .svgSec svg {
    height: 80px;
}
@media screen and (max-width: 1500px) {
    .aboutBoxSec .aboutBoxSecSlider {
        max-width: 100%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
        padding: 40px 26px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award {
        width: 100%;
    display:flex;
    margin-top:-9%;
      }
            }
    @media screen and (max-width: 1300px) {
         .aboutBoxSec .aboutBoxSecSlider .item h4,
      .aboutBoxSec .aboutBoxSecSlider .item h2 {
        min-height: 34px;
        line-height: 27px;
      }
    }
    @media screen and (max-width: 1200px) {
              .aboutBoxSec .aboutBoxSecSlider .item {
        padding: 0 15px 30px;
        width: 33%;
        margin: 0;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
        -webkit-box-shadow: 0 0 24px 2px #eaeaea;
        -moz-box-shadow: 0 0 24px 2px #eaeaea;
        -ms-box-shadow: 0 0 24px 2px #eaeaea;
        -o-box-shadow: 0 0 24px 2px #eaeaea;
        box-shadow: 0 0 24px 2px #eaeaea;
        padding: 35px 25px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio {
        width: 32%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award {
        width: 100%;
      }
    }
    @media screen and (max-width: 1024px) {
    .aboutBoxSec {
        margin-top: 0px;
      }
      .aboutBoxSec {
        padding: 30px 0;
      }
      .aboutBoxSec .aboutBoxSecSlider .item h4,
      .aboutBoxSec .aboutBoxSecSlider .item h2 {
        min-height: auto;
        line-height: 27px;
        font-size:2rem;
      }
          .aboutBoxSec .aboutBoxSecSlider .item {
        width: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item h4 {
        min-height: inherit;
      }
          .aboutBoxSec.prodListing {
        padding: 50px 0 50px 0;
        margin-top: 0;
      }
    .aboutInsSec .aboutBoxSecSlider {
        max-width: 100%;
      }
      .aboutInsSec .aboutBoxSecSlider .item {
        width: 50%;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
        padding: 0 15px 30px;
      }
      .aboutInsSec .aboutBoxSecSlider .item .boxSec .topSec {
        height: auto;
      }
      .aboutInsSec .aboutBoxSecSlider .item .boxSec .topSec .imgSec {
        margin-top: 0px;
      }
      .aboutInsSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec {
        margin-bottom: 20px;
      }
      .aboutInsSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec h5 {
        font-size: 1.6rem;
      }
      .aboutInsSec .aboutBoxSecSlider .item .boxSec .detailSec p {
        font-size: 1.4rem;
      }
      .aboutInsSec .aboutBoxSecSlider .item .aboutInsSecInner.innovationSlider .boxSec .detailSec p {
        font-size: 1.4rem;
      }
      .aboutInsSec .aboutBoxSecSlider .item .contentInner {
        padding: 30px 35px;
      }
      .aboutInsSec .aboutBoxSecSlider .item .contentInner ul.contentInnerList {
        float: left;
        padding-top: 25px;
      }
      .aboutInsSec .aboutBoxSecSlider .item .contentInner ul.contentInnerList li {
        font-size: 1.4rem;
      }
      .aboutInsSec .aboutBoxSecSlider .item .contentInner .bottomSec {
        position: relative;
        bottom: auto;
        left: auto;
        float: left;
      }
        .aboutBoxSec .aboutBoxSecSlider .item {
            width: 49%;
            display: inline-block;
            margin: 0 auto;
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 768px) {
        .aboutBoxSec .aboutBoxSecSlider .item h2 {
        font-size: 2rem;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .detailSec p {
        font-size: 1.7rem !important;
      }
    }
    @media screen and (max-width: 767px) {
    .aboutBoxSec .aboutBoxSecSlider .item {
        width: 65%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item h2 {
        font-size: 2rem;
        min-height: inherit;
      }
      .aboutBoxSec .aboutBoxSecSlider .item h4 {
        min-height: inherit;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
        -webkit-box-shadow: 0 0 22px 2px #eaeaea;
        -moz-box-shadow: 0 0 22px 2px #eaeaea;
        -ms-box-shadow: 0 0 22px 2px #eaeaea;
        -o-box-shadow: 0 0 22px 2px #eaeaea;
        box-shadow: 0 0 22px 2px #eaeaea;
      }
      .aboutInsSec .aboutBoxSecSlider {
        max-width: 100%;
      }
      .aboutInsSec .aboutBoxSecSlider .item {
        width: 65%;
        padding: 0px 15px 0px;
      }
      .aboutInsSec .aboutBoxSecSlider .item h4, .aboutInsSec .aboutBoxSecSlider .item h3 {
        padding: 30px 0;
      }
    }
    @media screen and (max-width: 639px) {
    .aboutBoxSec .aboutBoxSecSlider .item {
        width: 85%;
      }
      .aboutInsSec .aboutBoxSecSlider .item {
        width: 85%;
      }
    }
    @media screen and (max-width: 480px) {
    .aboutBoxSec .aboutBoxSecSlider .item {
        width: 100%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
        padding: 10px 20px 15px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec {
        margin-top: 44px;
        height: auto;
      }
    .aboutBoxSec .aboutBoxSecSlider .item .boxSec .bottomSec{margin-top:36px;}
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .iconSec {
        height: 88px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec p {
        font-size: 1.4rem;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec p strong {
        font-size: 1.6rem;
        line-height: 18px;
        margin-top: 5px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio {
        width: 100%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio .tatioIcon {
        background-position: -258px 0;
        width: 45px;
        height: 50px;
        background-size: auto 370px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .ratio .square {
        width: 8px;
        height: 8px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .tatioIcon {
        background-position: -314px 0;
        width: 45px;
        height: 45px;
        background-size: auto 370px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec .ratioAwardSec .award .dot.colorSunshade {
        bottom: 10px;
        left: 70%;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec {
        height: 190px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec {
        margin-top: 25px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec h5 {
        font-size: 1.4rem;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec:before {
        height: 31px;
        margin-right: 8px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec.custmStory .detailSec p {
        font-size: 1.4rem;
        line-height: 22px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .detailSec p {
        font-size: 1.4rem;
        line-height: 22px;
      }
      .aboutBoxSec .aboutBoxSecSlider .item .boxSec.ceoSpeak .detailSec p strong {
        font-size: 1.8rem;
        margin-bottom: 5px;
      }
    .aboutInsSec .aboutBoxSecSlider {
        max-width: 100%;
      }
      .aboutInsSec .aboutBoxSecSlider .item {
        width: 100%;
      }
    }
    /*homepagebanner */
    @media screen and (max-width: 1200px) {
        .banner .bannerSlider {
       padding: 50px 20px;
     }
     .banner .bannerSlider P {
       font-size: 6rem;
     }
    }
    @media screen and (max-width: 1024px) {
       .banner .bannerSlider P {
       font-size: 5rem;
     }
       .banner {
       height: auto;
     }
     .banner .mouseIcon {
       display: none;
     }
     .banner .bannerSlider {
       position: inherit;
       left: auto;
       right: auto;
       -webkit-transform: none;
       -moz-transform: none;
       -ms-transform: none;
       -o-transform: none;
       transform: none;
       padding: 50px 20px;
       margin: 0 auto 30px;
     }
     .banner .bannerSlider P {
       font-size: 4rem;
     }
    }
    @media screen and (max-width: 639px) {
       .banner .bannerSlider P {
       font-size: 3rem;
     }
       .banner .bannerSlider P {
       font-size: 2.8rem;
       padding: 10px 0;
     }
    }
    @media screen and (max-width: 480px) {
         .banner .bannerSlider P {
       font-size: 2rem;
       padding: 10px 0;
     }
    }
.banner {
    position: relative;
    height: 87vh;
  }
.popupSec.disclaimerContentWrap{left: 277.5px !important;top: 200.5px !important;position: fixed;}
  .banner .bannerSlider {
    position: relative;
    max-width: 90%;
    padding: 0 3%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    text-align: center;
  }
  .banner .bannerSlider .imgscale {
    transform-origin: center center;
    opacity: 1;
  }
  .banner .bannerSlider .noimg {
    transform-origin: center center;
    opacity: 0;
  }
  .banner .bannerSlider .imgbox {
    transform-origin: center center;
    transition: 1s all;
    opacity: 0;
    transform: scale(0);
  }
  .banner .bannerSlider P {
    font-family: "Rubik-Bold";
    font-size: 7rem;
    color: #005085;
    padding: 20px 0;
  }
  .banner .bannerSlider P span {
    position: relative;
  }
  .banner .bannerSlider .CTAbox {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 0;
    height: 103px;
    /*height:53px;*/
    overflow: hidden;
  }
  .banner .bannerSlider .CTAbox a {
    margin: 0 0 5px 0;
    display: none;
  }
.banner .bannerSlider .CTAbox a.btn {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
.banner .bannerSlider .CTAbox a.btn:hover {
            background: white;
            color: orange;
            border: 1px solid orange;
        }
.nonTouch .banner .bannerSlider .CTAbox a.btn:before{background:transparent}
    /* Devendra start 11june-2020 */
    .dropshow{display: block !important;}
    .multilung .protectWheel .selectedText{color: #ff9b41;}
    .customSelect .selectedText:after{background-position: -320px -452px !important;}
    .multilung .protectWheel{box-shadow: 0 0 5px 1px #d9d9d9;border-radius: 7px;padding: 1px 7px;border: 1px #cfcfcf solid;padding-top: 5px;text-align: center;}
    .multilung{width: 7.5%;text-align: left;cursor: pointer;margin-top: 5px;display: inline-block;position: absolute;right: 20px;z-index: 1;top: 15%;background: #fff;}
    .lang-switch {position: relative;background-color: #e6e6e6;border: 1px solid #ddd;border-radius: 30px;
    width: 120px;display: -ms-flexbox;display: flex;justify-content: space-around;height: 30px;-ms-flex-align: center;
    align-items: center;overflow: hidden;}
    .lang-hindi {width: 60px;padding: 4px 16px;margin-left: -4px;}
    .lang-english {width: 74px;padding-left: 8px; color: #000;}
    .lang-link {font-size: 13px;text-decoration: none;color: #7f7f7f;line-height: 25px;font-weight: 600;display: block;}.lang-link.active {cursor: default;pointer-events: none;color: #fa7a19;}
    .lang-bg {position: absolute;left: -1px;width: 40px;background: #fff;border: 1px solid #ddd;border-radius: 30px;    height: 20.5px;}
    .lang-hindi.active{background: #fff;border: 1px solid #ddd;border-radius: 43px;height: 32.5px;
    color: #fa7a19;}
    .lang-english.active{background: #fff;border: 1px solid #ddd;border-radius: 43px;height: 32.5px;
    color: #fa7a19;}
    .lang-list.active a{ color: #fa7a19;}
    a.lang-link-english{font-size: 14px;padding-top: 3px;}
    /* Devendra end 11june-2020 */
    /* Devendra start 04May-2020 */
    .scrollsub{ display: none;}
.subHeader{
    display: block;
    width: 100%;
    background: #ff9b41;
    padding: 0px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 10px;z-index: 1;
    position: absolute;
   /* border-bottom: 1px solid rgba(0, 113, 187, 0.30196078431372547);
    background: linear-gradient(180deg, rgb(158, 203, 224) 0%, #dcebf4 52%, #fafafa 100%);*/
}
.subHeaderDiv{ display: inline-block;
    width: 33%;
    font-size: 16px;
    padding: 12px 6px;
    border-right: 1px solid rgba(0, 113, 187, 0.30196078431372547);}
.subHeaderDiv:last-child{border-right:none}
.subHeaderDiv p{font-size: 16px; cursor: pointer;}
.subHeaderDiv p a{font-size: 16px;}
.subHeaderDiv p:last-child{ font-size: 16px;text-decoration: underline;line-height: 20px;color: #306ca4;}
/* Devendra end 04May-2020 */
   /* Devendra start 19Mar-2020 */
   /*
   .mouse {
    background: #b1b1b1 linear-gradient(#f89c30 0,#f89c30 50%,#f89c30 50%,#f89c30 100%) !important;
    position: relative;
    width: 19px;
    height: 35px;
    background-size: 100% 100%;
    border-radius: 100px;
    background-size: 225%;
    display: block;
    margin-top: 5px;
    animation: colorSlide 5s linear infinite,nudgeMouse 5s ease-out infinite;
}
.mouse:after {
    background-color: #f89c30 !important;}
    .mouseIcon img{border-right: 1px solid #f89c30 !important;} */
   /* Devendra end 19Mar-2020 */
/* vidya start 9-sept-2020 */
.mouse {
    background: #b1b1b1 linear-gradient(transparent 0%, transparent 50%, #F7F7F7 50%, #F7F7F7 100%);
    position: relative;
    width: 19px;
    height: 35px;
    background-size: 100% 100%;
    border-radius: 100px;
    background-size: 225%;
    display: block;
    margin-top: 5px;
    animation: colorSlide 5s linear infinite,nudgeMouse 5s ease-out infinite;
}
.mouse:before {
    width: 17px;
    height: 33px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 1px #585858;
    -moz-box-shadow: 0px 0px 1px #585858;
    -ms-box-shadow: 0px 0px 1px #585858;
    -o-box-shadow: 0px 0px 1px #585858;
    box-shadow: 0px 0px 1px #585858;
}
.mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* vidya end 9-sept-2020 */
  .banner .mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
  }
.banner .bannerSlider P {
    padding: 0;
}
     /*Bagic-Tech-team-Vidya-start*/
.banner-bottomTab .icon-text { font-size: 1.3rem;
        text-align: center;
            width: 40px !important;
            color: #000000;}
     /*Bagic-Tech-team-Vidya-End*/
.banner .bannerSlider {
    font-size: ;
}
.relationshipTxt {
    padding: 10px 0;
}
.relationshipTxt span {
    font-size: 2rem;
    text-align: center;
}
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
         /*Bagic-Tech-team-Vidya-start*/
    bottom: 50px;
         /*Bagic-Tech-team-Vidya-End*/
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li {
    position: relative;
    float: left;
    margin: 0 20px;
   /*background: #fff;*/
}
.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../../../content/dam/bagic/index/tab-spriteicon.png') no-repeat 0 0;
}
/*Devendra start award-banner 11-mar-2020 */
.tprate{display: block;color: #131313;width: 61%;font-size: 17px;text-shadow: 0px 0px 1px #fdfdfd; font-weight: 700;}
.tprate span{font-size:10px}
.award-banner{ position: absolute;top: 3%; right: 1%;width: 250px;height: 176px;}
.awardClass{background-image: url('../../../content/dam/bagic/index/award-banner.png'); background-repeat: no-repeat;}
.award-banner p {position: absolute;top: 34%;left: 30%;color: #fff;font-size: 19px;text-shadow: 1px 2px #131212}
.award-banner p span{display: block;font-size: 18px;left: 10px;text-align: center;line-height: 16px;}
.award-banner .last-line{position: absolute;top: 64%;left: 40%;color: #fff;font-size: 13px;text-shadow: none;text-decoration: underline;}
/*Devendra end award-banner 11-mar-2020 */
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li .icon.pet {
    background-position: -555px 1px;
}
.banner-bottomTab ul li .icon.crop {
    background-position: -620px 1px;
}
.banner-bottomTab ul li .icon.celebration {
    background-position: -682px 1px;
}
.banner-bottomTab ul li.active .icon.celebration {
    background-position: -682px -33px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li .icon.tw-wheeler {
    background-position: -464px 1px;
}
.banner-bottomTab ul li.active .tw-wheeler {
    background-position: -464px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
.banner-bottomTab ul li.active .pet {
    background-position: -555px -33px;
}
.banner-bottomTab ul li.active .crop {
    background-position: -620px -33px;
}
@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */  
     .banner .bannerSlider #relationSVG {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    margin-bottom:20px;
            }
}
.scroll-left-sec {
    position: relative;
    left: 0px;
    display: block;
    bottom: 0px;
}
.scroll-left-sec:after {
    content: '';
    border: solid #b1b1b1;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -17px;
    position: absolute;
    left: 6px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100% !important;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
.banner .bannerSlider .CTAbox {
    height: 53px;
  }
}
@media screen and (max-width: 480px) {
    /* Devendra start hindi 11june-2020 */
    .multilung{top: 36px;left: 0px;right: initial;width: 78px;}
    .multilung .protectWheel .selectedText {font-size: 16px;padding: 0px;}
    .multilung .protectWheel{padding: 1px 2px;}
    .lang-switch{width: 100px;height: 26px;}
    .lang-hindi{width: 50px;}
    .lang-english{width: 64px;padding-left: 6px;}
    a.lang-link-english {font-size: 14px;padding-top: 1px;}
    /* Devendra end hindi 11june-2020 */
    /*Devendra start sub-header 18-may-2020 */
    .scrollsub{ position: absolute;top: 57px;right: 13px;font-size: 13px;color: #7b7b7b;text-transform: uppercase;display: block;z-index: 1;}
    .subHeader{display: flex;flex-wrap: nowrap;overflow-x: auto;/*overflow-y: scroll;*/}
    .subHeaderDiv{flex: 0 0 auto;width: 104%; padding:5px 50px 0px;}
    .subHeaderDiv p {font-size: 14px;}
    .subHeaderDiv p a {font-size: 14px;}
    .subHeaderDiv p:last-child {font-size: 14px;line-height: 3px;}
    .banner-bottomTab {width: 100% !important;top: 12% !important;}
    .bannerWraper {height: 80% !important; top: 8%;}
    .bannerContWrapper {top: 2% !important;}
    .bannerImgWrapper {padding-bottom: 73px !important;}
     /*Devendra end sub-header 18-may-2020 */
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
     /*Devendra start award-banner 11-mar-2020 */
     .award-banner {
        position: absolute;
    bottom: -7%;
    top: unset;
    right: 6%;
    width: 250px;
    height: 176px;
    background-size: 71%;
    }
    .award-banner p {
        position: absolute;
        top: 24%;
        left: 25%;
        color: #fff;
        font-size: 11px;
        text-shadow: none;
    }
    .award-banner p span {
        display: block;
        font-size: 11px;
        left: 9px;
        text-align: center;
    }
     .award-banner .last-line {
        position: absolute;
    top: 45%;
    left: 29%;
    color: #fff;
    font-size: 8px;
    text-transform: none;
    text-shadow: none;
    }
    .bannerContWrapper {
        bottom: 32px !important;
    }
    .tprate {width: 100%;font-size: 13px;}
     /*Devendra end award-banner 11-mar-2020 */
     /*.banner-bottomTab ul li:nth-child(5){display:none;}*/ /* add by dipti for crop banner */
}
.banner .bannerSlider P {
            padding: 0;
        }
        .banner .bannerSlider {
            font-size: ;
        }
        .relationshipTxt {
            padding: 10px 0;
        }
        .relationshipTxt span {
            font-size: 2rem;
            text-align: center;
            display: none;
        }
/* Homepage banner slides - START */
.locateAndClaimSec .claimInTabSec h3 {
    text-transform: uppercase;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.bannerImgWrapper {
    width: 100%;
    float: left !important;
    height: 87vh;
    position: relative;
}
.bannerWraper {
    width: 100%;
    float: left;
    height: 100%;
}
.bannerImgWrapper .bannerImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bannerContWrapper {
    position: absolute;
/*Bagic-Tech-team-Vidya-start*/
    top: 6%;
      left: 7%;
  /*Bagic-Tech-team-Vidya-end*/
}
.bannerContWrapper img,
.bannerContWrapper a {
    float: left;
}
.bannerContWrapper img {
    width: 100%;
    max-width: 367px;
}
.bannerContWrapper a {
    margin-top: 10px;
}
.btnWrapper .btn {
    display: none
}
.mouseIcon {
    bottom: 45px;
}
.mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 41px;
    left: 25px;
    cursor: pointer;
}
.bannerCont {
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
}
.bannerCont p {
    display: none;
}
.bannerCont p sup {
    font-size: 1.4rem;
}
.btnWrapper {
    float: left;
    clear: both;
}
/* Homepage banner slides - END */
@media screen and (max-width: 1024px) {
    .mouseIcon {
        display: none;
    }
    .bannerContWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        top: auto;
        bottom: 50%;
    }
    .bannerContWrapper img {
        float: left;
        max-width: 367px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .btnWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        clear: both;
    }
    .bannerContWrapper a {
        margin-top: 20px;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 30% top;
    }
    .banner-bottomTab {
        width: 350px !important;
        bottom: 20px !important;
/*Bagic-Tech-team-Vidya-start*/
        left: 5% !important;
/*Bagic-Tech-team-Vidya-End*/
       /*transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    }
    .bannerCont {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .bannerContWrapper img {
        width: 80%;
    }
}
@media screen and (max-width: 639px) {
    .bannerContWrapper img {
        width: 50%;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 60% top;
    }
}
@media screen and (max-width: 639px) {
    .banner-bottomTab {
        width: 280px !important;
    }
}
/* new added end*/
.banner {
    position: relative;
    height: 87vh;
  }
  .banner .bannerSlider {
    position: relative;
    max-width: 90%;
    padding: 0 3%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    text-align: center;
  }
  .banner .bannerSlider .imgscale {
    transform-origin: center center;
    opacity: 1;
  }
  .banner .bannerSlider .noimg {
    transform-origin: center center;
    opacity: 0;
  }
  .banner .bannerSlider .imgbox {
    transform-origin: center center;
    transition: 1s all;
    opacity: 0;
    transform: scale(0);
  }
  .banner .bannerSlider P {
    font-family: "Rubik-Bold";
    font-size: 7rem;
    color: #005085;
    padding: 20px 0;
  }
  .banner .bannerSlider P span {
    position: relative;
  }
  .banner .bannerSlider .CTAbox {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 0;
    height: 103px;
    /*height:53px;*/
    overflow: hidden;
  }
  .banner .bannerSlider .CTAbox a {
    margin: 0 0 5px 0;
    display: none;
  }
.banner .bannerSlider .CTAbox a.btn {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
.banner .bannerSlider .CTAbox a.btn:hover {
            background: white;
            color: orange;
            border: 1px solid orange;
        }
.nonTouch .banner .bannerSlider .CTAbox a.btn:before{background:transparent}
  .banner .mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
  }
.banner .bannerSlider P {
    padding: 0;
}
.banner .bannerSlider {
    font-size: ;
}
.relationshipTxt {
    padding: 10px 0;
}
.relationshipTxt span {
    font-size: 2rem;
    text-align: center;
}
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    bottom: 50px;
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../../../content/dam/bagic/index/tab-spriteicon.png') no-repeat 0 0;
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li .icon.pet {
    background-position: -555px 1px;
}
.banner-bottomTab ul li.active .pet {
    background-position: -555px -33px;
}
.banner-bottomTab ul li .icon.crop {
    background-position: -620px 1px;
}
.banner-bottomTab ul li.active .icon.crop {
    background-position: -620px -33px;
}
.banner-bottomTab ul li .icon.celebration {
    background-position: -682px 1px;
}
.banner-bottomTab ul li.active .icon.celebration {
    background-position: -682px -33px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */  
     .banner .bannerSlider #relationSVG {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    margin-bottom:20px;
            }
}
.scroll-left-sec {
    position: relative;
    left: 0px;
    display: block;
    bottom: 0px;
}
.scroll-left-sec:after {
    content: '';
    border: solid #f89c30;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -17px;
    position: absolute;
    left: 6px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
.banner .bannerSlider .CTAbox {
    height: 53px;
  }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}
.banner .bannerSlider P {
            padding: 0;
        }
        .banner .bannerSlider {
            font-size: ;
        }
        .relationshipTxt {
            padding: 10px 0;
        }
        .relationshipTxt span {
            font-size: 2rem;
            text-align: center;
            display: none;
        }
/* Homepage banner slides - START */
.locateAndClaimSec .claimInTabSec h3 {
    text-transform: uppercase;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.bannerImgWrapper {
    width: 100%;
    float: left;
    height: 87vh;
    position: relative;
}
.bannerWraper {
    width: 100%;
    float: left;
    height: 100%;
}
.bannerImgWrapper .bannerImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bannerContWrapper {
    position: absolute;
    top: 6%;
    left: 10%;
}
.bannerContWrapper img,
.bannerContWrapper a {
    float: left;
}
.bannerContWrapper img {
    width: 100%;
    max-width: 367px;
}
.bannerContWrapper a {
    margin-top: 10px;
}
.btnWrapper .btn {
    display: none
}
.mouseIcon {
    bottom: 45px;
}
.mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 41px;
    left: 25px;
    cursor: pointer;
}
.bannerCont {
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
}
.bannerCont p {
    display: none;
}
.bannerCont p sup {
    font-size: 1.4rem;
}
.btnWrapper {
    float: left;
    clear: both;
}
/* Homepage banner slides - END */
@media screen and (max-width: 1024px) {
    .mouseIcon {
        display: none;
    }
    .bannerContWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        top: auto;
        bottom: 50%;
    }
    .bannerContWrapper img {
        float: left;
        max-width: 367px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .btnWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        clear: both;
    }
    .bannerContWrapper a {
        margin-top: 20px;
    }
    
    .bannerImgWrapper .bannerImg {
        background-position: 30% top;
    }
    .banner-bottomTab {
        width: 350px !important;
        bottom: 20px !important;
        left: 10% !important;
       /*transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    }
    .bannerCont {
        width: 100%;
        text-align: center;
    }
.mainHeader nav > ul > li .sumMenuSec .container > ul > li .iconSec h5.deviceMenuOpen:after {
    background-position: -320px -404px !important;
}
.mainHeader nav ul li .sumMenuSec .container > ul > li .links.active{ display:block !important;}
}
@media screen and (max-width: 768px) {
    .bannerContWrapper img {
        width: 80%;
    }
}
@media screen and (max-width: 639px) {
    .bannerContWrapper img {
        width: 50%;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 60% top;
    }
}
@media screen and (max-width: 639px) {
    .banner-bottomTab {
        width: 280px !important;
    }
}
/* new added end*/
#chatWithUs{  display:inline-block; font-size:2rem; padding:5px 10px; color:#ffffff; background: #0071bb; 
border-radius:5px 5px 0px 0; z-index:91;       position:fixed; bottom:0px; right:10px;}
    .chatwithuspopup{ max-width:500px;     height:auto;} 
    .chatwithusContentWrap { display:flex; justify-content:space-between; }   
.chatwithusContentWrap li{ padding:10px 0px; position:relative;     text-align: center;     width: 50%;}
.chatwithusContentWrap li:first-child:before{ position:absolute; right:0px; top:0px; width:1px; height:100%; content:'';     background: #0071bb;}
.chatwithusContentWrap .topText{ color:#005596; font-size:1.8rem; padding-bottom:10px;  display:block; font-family: 'Rubik-Bold';}
.chatwithusContentWrap .bottomText{ color:#000000; font-size:1.3rem; padding-bottom:10px; display:block; }
/*Bajaj General Change 29Aug start
#ymPluginDivContainerInitial.activeboing{ display:block !important;}
#ymPluginDivContainerInitial.activeliveChat{ display:block !important;}
#ymPluginDivContainerInitial.nonactiveboing{ display: none !important;}
#lhnHocButton.nonactiveliveChat{ display: none !important;}
#lhnHocButton{ display: none !important;}
#ymPluginDivContainerInitial{display: none !important;}
Bajaj General Change 29Aug end*/
@media screen and (max-width: 767px) { 
.popupSec.disclaimerContentWrap{left: 15px !important;top: 200.5px !important;position: fixed;}    
        .bannerImgWrapper{ padding-bottom:200px;}
        .bannerWraper{     position: relative;}
 .bannerContWrapper{ bottom:0px; }
 .bannerContWrapper img{ width:40%;}
.bannerCont p br{ display:none;}
 .bannerCont p{ font-size:1.2rem;}
.bannerImgWrapper{ height:100vh;}
.bannerCont{ margin:5px 0 !important;}
.bannerContWrapper a{ margin-top:0px;}
.btnWrapper .btn {
    font-size: 1.2rem !important;
    padding: 5px 15px 5px !important;
}
.banner-bottomTab{     width: 100% !important;}
.bannerImgWrapper .bannerImg{ background-position: 94% 100%;}
.bannerContWrapper{ bottom:50px;}
.banner-bottomTab {width: 100% !important; top: 10% !important; left: 13% !important; bottom: unset !important;}
.scrollsub {top: 38px;}
.bannerImgWrapper {padding-bottom: 115px !important;}
} 
@media screen and (max-width: 639px) { 
.bannerImgWrapper .bannerImg{ background-position: 80% 100%; }
}
.banner {
    position: relative;
    height: 87vh;
  }
.popupSec.disclaimerContentWrap{left: 277.5px !important;top: 200.5px !important;position: fixed;}
  .banner .bannerSlider {
    position: relative;
    max-width: 90%;
    padding: 0 3%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    text-align: center;
  }
  .banner .bannerSlider .imgscale {
    transform-origin: center center;
    opacity: 1;
  }
  .banner .bannerSlider .noimg {
    transform-origin: center center;
    opacity: 0;
  }
  .banner .bannerSlider .imgbox {
    transform-origin: center center;
    transition: 1s all;
    opacity: 0;
    transform: scale(0);
  }
  .banner .bannerSlider P {
    font-family: "Rubik-Bold";
    font-size: 7rem;
    color: #005085;
    padding: 20px 0;
  }
  .banner .bannerSlider P span {
    position: relative;
  }
  .banner .bannerSlider .CTAbox {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 0;
    height: 103px;
    /*height:53px;*/
    overflow: hidden;
  }
  .banner .bannerSlider .CTAbox a {
    margin: 0 0 5px 0;
    display: none;
  }
.banner .bannerSlider .CTAbox a.btn {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
.banner .bannerSlider .CTAbox a.btn:hover {
            background: white;
            color: orange;
            border: 1px solid orange;
        }
.nonTouch .banner .bannerSlider .CTAbox a.btn:before{background:transparent}
   /* Devendra start 19Mar-2020 */
   .mouse {
    background: #b1b1b1 linear-gradient(#b1b1b1 0,#b1b1b1 50%,#b1b1b1 50%,#b1b1b1 100%) !important;
    position: relative;
    width: 19px;
    height: 35px;
    background-size: 100%;
    border-radius: 100px;
    background-size: 225%;
    display: block;
    margin-top: 5px;
    animation: colorSlide 5s linear infinite,nudgeMouse 5s ease-out infinite;
}
.mouse:after {
    background-color: #b1b1b1 !important;}
     /*.mouseIcon img{border-right: 1px solid #b1b1b1 !important;}
   Devendra end 19Mar-2020 */
  .banner .mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
  }
.banner .bannerSlider P {
    padding: 0;
}
     /*Bagic-Tech-team-Vidya-start*/
.banner-bottomTab .icon-text { font-size: 1.3rem;
        text-align: center;
            width: 40px !important;
            color: #000000;}
     /*Bagic-Tech-team-Vidya-End*/
.relationshipTxt {
    padding: 10px 0;
}
.relationshipTxt span {
    font-size: 2rem;
    text-align: center;
}
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
         /*Bagic-Tech-team-Vidya-start*/
    bottom: 50px;
         /*Bagic-Tech-team-Vidya-End*/
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../../../content/dam/bagic/index/tab-spriteicon.png') no-repeat 0 0;
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li .icon.crop {
    background-position: -620px 1px;
}
.banner-bottomTab ul li.active .crop {
    background-position: -620px -33px;
}
.banner-bottomTab ul li .icon.celebration {
    background-position: -682px 1px;
}
.banner-bottomTab ul li.active .icon.celebration {
    background-position: -682px -33px;
}
.banner-bottomTab ul li .icon.pet {
    background-position: -555px 1px;
}
.banner-bottomTab ul li.active .pet {
    background-position: -555px -33px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li .icon.tw-wheeler {
    background-position: -464px 1px;
}
.banner-bottomTab ul li.active .tw-wheeler {
    background-position: -464px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
.banner-bottomTab ul li.active .crop {
    background-position: -620px -33px;
}
@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */  
     .banner .bannerSlider #relationSVG {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    margin-bottom:20px;
            }
}
.scroll-left-sec {
    position: relative;
    left: 0px;
    display: block;
    bottom: 0px;
}
.scroll-left-sec:after {
    content: '';
    border: solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -17px;
    position: absolute;
    left: 6px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
.banner .bannerSlider .CTAbox {
    height: 53px;
  }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
    /* .banner-bottomTab ul li:nth-child(5){display:none;}*/ /* add by dipti for crop banner */
}
.banner .bannerSlider P {
            padding: 0;
        }
        .relationshipTxt {
            padding: 10px 0;
        }
        .relationshipTxt span {
            font-size: 2rem;
            text-align: center;
            display: none;
        }
/* Homepage banner slides - START */
.locateAndClaimSec .claimInTabSec h3 {
    text-transform: uppercase;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.bannerImgWrapper {
    width: 100%;
    float: left !important;
    height: 87vh;
    position: relative;
}
.bannerWraper {
    width: 100%;
    float: left;
    height: 100%;
}
.bannerImgWrapper .bannerImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bannerContWrapper {
    position: absolute;
    top: 6%;
     /*Bagic-Tech-team-Vidya-start*/
  left: 7%;
  /*Bagic-Tech-team-Vidya-end*/
}
.bannerContWrapper img,
.bannerContWrapper a {
    float: left;
}
.bannerContWrapper img {
    width: 100%;
    max-width: 367px;
}
.bannerContWrapper a {
    margin-top: 10px;
}
.btnWrapper .btn {
    display: none
}
.mouseIcon {
    bottom: 45px;
}
.mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 41px;
    left: 25px;
    cursor: pointer;
}
.bannerCont {
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
}
.bannerCont p {
    display: none;
}
.bannerCont p sup {
    font-size: 1.4rem;
}
.btnWrapper {
    float: left;
    clear: both;
}
/* Homepage banner slides - END */
@media screen and (max-width: 1024px) {
    .mouseIcon {
        display: none;
    }
    .bannerContWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        top: auto;
        bottom: 50%;
    }
    .bannerContWrapper img {
        float: left;
        max-width: 367px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .btnWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        clear: both;
    }
    .bannerContWrapper a {
        margin-top: 20px;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 30% top;
    }
    .banner-bottomTab {
        width: 350px !important;
        bottom: 20px !important;
/*Bagic-Tech-team-Vidya-start*/
        left: 5% !important;
/*Bagic-Tech-team-Vidya-End*/
       /*transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    }
    .bannerCont {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .bannerContWrapper img {
        width: 80%;
    }
}
@media screen and (max-width: 639px) {
    .bannerContWrapper img {
        width: 50%;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 60% top;
    }
}
@media screen and (max-width: 639px) {
    .banner-bottomTab {
        width: 280px !important;
    }
}
/* new added end*/
.banner {
    position: relative;
    height: 87vh;
  }
  .banner .bannerSlider {
    position: relative;
    max-width: 90%;
    padding: 0 3%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    text-align: center;
  }
  .banner .bannerSlider .imgscale {
    transform-origin: center center;
    opacity: 1;
  }
  .banner .bannerSlider .noimg {
    transform-origin: center center;
    opacity: 0;
  }
  .banner .bannerSlider .imgbox {
    transform-origin: center center;
    transition: 1s all;
    opacity: 0;
    transform: scale(0);
  }
  .banner .bannerSlider P {
    font-family: "Rubik-Bold";
    font-size: 7rem;
    color: #005085;
    padding: 20px 0;
  }
  .banner .bannerSlider P span {
    position: relative;
  }
  .banner .bannerSlider .CTAbox {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 0;
    height: 103px;
    /*height:53px;*/
    overflow: hidden;
  }
  .banner .bannerSlider .CTAbox a {
    margin: 0 0 5px 0;
    display: none;
  }
.banner .bannerSlider .CTAbox a.btn {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
.banner .bannerSlider .CTAbox a.btn:hover {
            background: white;
            color: orange;
            border: 1px solid orange;
        }
.nonTouch .banner .bannerSlider .CTAbox a.btn:before{background:transparent}
  .banner .mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
  }
.banner .bannerSlider P {
    padding: 0;
}

.relationshipTxt {
    padding: 10px 0;
}
.relationshipTxt span {
    font-size: 2rem;
    text-align: center;
}
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    bottom: 50px;
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li {
    position: relative;
    float: left;
    margin: 0 20px;
   /*background: #fff;*/
}
.banner-bottomTab ul li:before {
    content: "";
    width: 22px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../../../content/dam/bagic/index/tab-spriteicon.png') no-repeat 0 0;
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li .icon.pet {
    background-position: -555px 1px;
}
.banner-bottomTab ul li .icon.crop {
    background-position: -620px 1px;
}
.banner-bottomTab ul li.active .icon.crop {
    background-position: -620px -33px;
}
.banner-bottomTab ul li .icon.celebration {
    background-position: -682px 1px;
}
.banner-bottomTab ul li.active .icon.celebration {
    background-position: -682px -33px;
}
.banner-bottomTab ul li.active .pet {
    background-position: -555px -33px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */  
     .banner .bannerSlider #relationSVG {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    margin-bottom:20px;
            }
}
.scroll-left-sec {
    position: relative;
    left: 0px;
    display: block;
    bottom: 0px;
}
.scroll-left-sec:after {
    content: '';
    border: solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -17px;
    position: absolute;
    left: 6px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
.banner .bannerSlider .CTAbox {
    height: 53px;
  }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 5px;
    }
    .banner-bottomTab{zoom: 89%; left: 0% !important;}
}
.banner .bannerSlider P {
            padding: 0;
        }
      
        .relationshipTxt {
            padding: 10px 0;
        }
        .relationshipTxt span {
            font-size: 2rem;
            text-align: center;
            display: none;
        }
/* Homepage banner slides - START */
.locateAndClaimSec .claimInTabSec h3 {
    text-transform: uppercase;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.bannerImgWrapper {
    width: 100%;
    float: left;
    height: 87vh;
    position: relative;
}
.bannerWraper {
    width: 100%;
    float: left;
    height: 100%;
}
.bannerImgWrapper .bannerImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bannerContWrapper {
    position: absolute;
    top: 6%;
    left: 10%;
}
.bannerContWrapper img,
.bannerContWrapper a {
    float: left;
}
.bannerContWrapper img {
    width: 100%;
    max-width: 367px;
}
.bannerContWrapper a {
    margin-top: 10px;
}
.btnWrapper .btn {
    display: none
}
.mouseIcon {
    bottom: 45px;
}
.mouseIcon {
    position: absolute;
    z-index: 1;
    bottom: 41px;
    left: 25px;
    cursor: pointer;
}
.bannerCont {
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
}
.bannerCont p {
    display: none;
}
.bannerCont p sup {
    font-size: 1.4rem;
}
.btnWrapper {
    float: left;
    clear: both;
}
/* Homepage banner slides - END */
@media screen and (max-width: 1024px) {
    .mouseIcon {
        display: none;
    }
    .bannerContWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        top: auto;
        bottom: 50%;
    }
    .bannerContWrapper img {
        float: left;
        max-width: 367px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .btnWrapper {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        float: left;
        position: relative;
        clear: both;
    }
    .bannerContWrapper a {
        margin-top: 20px;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 30% top;
    }
    .banner-bottomTab {
        width: 350px !important;
        bottom: 20px !important;
        left: 10% !important;
       /*transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    }
    .bannerCont {
        width: 100%;
        text-align: center;
    }
.mainHeader nav > ul > li .sumMenuSec .container > ul > li .iconSec h5.deviceMenuOpen:after {
    background-position: -320px -404px;
}
.mainHeader nav ul li .sumMenuSec .container > ul > li .links.active{ display:block !important;}
}
.bannerContWrapper .stats .stats-text{width: 59%; left: 7px; font-weight: bold;position: absolute;    top: 23px;
}
.bannerContWrapper .stats {position: relative;text-align: center;width:358px;}
.popupSec.banner_popup.hideban{display: none !important;}
.popupSec.banner_popup { height: 400px; display: none; top:0px !important;}
.popupSec.banner_popup .closePop{right: 0; top: -20px;}
.popupSec.banner_popup .closePop span{background: white;}
.baner_pdf{text-align: center; margin-top: 10%;}
.baner_pdf .first-p{display: inline-block; margin-right: 5%;margin-left: 0px;padding-right: 37px;border-right: 1px solid #b5b5b5;}
@media screen and (max-width: 768px) {
    .bannerContWrapper img {
        width: 80%;
    }
}
@media screen and (max-width: 639px) {
    .bannerContWrapper img {
        width: 50%;
    }
    .bannerImgWrapper .bannerImg {
        background-position: 60% top;
    }
}
@media screen and (max-width: 639px) {
    .banner-bottomTab {
        width: 280px !important;
    }
}
/* new added end*/
#chatWithUs{  display:inline-block; font-size:2rem; padding:5px 10px; color:#ffffff; background: #0071bb; 
border-radius:5px 5px 0px 0; z-index:91;       position:fixed; bottom:0px; right:10px;}
    .chatwithuspopup{ max-width:500px;     height:auto;} 
    .chatwithusContentWrap { display:flex; justify-content:space-between; }   
.chatwithusContentWrap li{ padding:10px 0px; position:relative;     text-align: center;     width: 50%;}
.chatwithusContentWrap li:first-child:before{ position:absolute; right:0px; top:0px; width:1px; height:100%; content:'';     background: #0071bb;}
.chatwithusContentWrap .topText{ color:#005596; font-size:1.8rem; padding-bottom:10px;  display:block; font-family: 'Rubik-Bold';}
.chatwithusContentWrap .bottomText{ color:#000000; font-size:1.3rem; padding-bottom:10px; display:block; }
/*Bajaj General Change 29Aug start
#ymPluginDivContainerInitial.activeboing{ display:block !important;}
#ymPluginDivContainerInitial.activeliveChat{ display:block !important;}
#ymPluginDivContainerInitial.nonactiveboing{ display: none !important;}
#lhnHocButton.nonactiveliveChat{ display: none !important;}
#lhnHocButton{ display: none !important;}
#ymPluginDivContainerInitial{display: none !important;}
Bajaj General Change 29Aug end*/
@media screen and (max-width: 767px) { 
.popupSec.disclaimerContentWrap{left: 15px !important;top: 200.5px !important;position: fixed;}    
        .bannerImgWrapper{ padding-bottom:200px; background:#}
        .bannerWraper{     position: relative;}
 .bannerContWrapper{ bottom:0px; }
 .bannerContWrapper img{ width:40%;}
.bannerCont p br{ display:none;}
 .bannerCont p{ font-size:1.2rem;}
.bannerImgWrapper{ height:100vh;}
.bannerCont{ margin:5px 0 !important;}
.bannerContWrapper a{ margin-top:0px;}
.btnWrapper .btn {
    font-size: 1.2rem !important;
    padding: 5px 15px 5px !important;
}
.mainHeader nav > ul > li .sumMenuSec .container > ul > li .iconSec h5.deviceMenuOpen:after {
    background-position: -320px -404px !important;
}
.banner-bottomTab{     width: 100% !important;}
.bannerImgWrapper .bannerImg{ background-position: 94% 100%;}
.bannerContWrapper{ bottom:50px;}
.banner-bottomTab {width: 100% !important; top: 10% !important; left: 13% !important; bottom: unset !important;}
.bannerImgWrapper {padding-bottom: 115px !important;}
/*.homeIcn {display:none !important;}
.bannerImg.banner-home{display:none !important;}
.bannerCont p:nth-child(6){display:none !important;}
.btnWrapper a:nth-child(6){display:none !important;}*/
} 
@media screen and (max-width: 639px) { 
.bannerImgWrapper .bannerImg{ background-position: 80% 100%; }
}
@media screen and (max-width: 439px) { 
.bannerImgWrapper .bannerImg { background-position: 64% 100% !important;}
.banner-bottomTab {left: 7% !important; }
}
    /*Bagic-Tech-team-Vidya-start 22 March */
    .bannerContWrapper {top: 30% !important;}
    .bannerContWrapper .stats img {    width: auto !important;    max-width: 230px !important;}
    .bannerContWrapper .stats .stats-text .bigtxt{font-size: larger;    font-weight: bold;}
    @media screen and (max-width: 768px) {
        .bannerContWrapper .stats img { display: none;}
        .bannerContWrapper .stats .stats-text br { display: none;}
        .bannerContWrapper .stats .stats-text{position: relative; top: 0; left: 0; text-align: center;}
     }
    @media screen and (max-width: 639px) {
        .bannerContWrapper .stats img { display: none;}
        .bannerContWrapper .stats .stats-text br { display: none;}
        .bannerContWrapper .stats .stats-text{position: relative; top: 0; left: 0; text-align: center;}
     }
    @media screen and (max-width: 439px) {
        .bannerContWrapper .stats img { display: none;}
        .bannerContWrapper .stats .stats-text br { display: none;}
        .bannerContWrapper .stats .stats-text{position: relative; top: 0; left: 0; text-align: center;}
     }
        /*Bagic-Tech-team-Vidya-end 22 March */ 
/*-- add by dipti ---- 20 Apr 2020 ---- faq covid-19 --- start ---*/
.bannerContWrapper{max-width:400px;}
#faq-covid-div{position: absolute; top: 7%; left: 49%; width: 246px;}
@media screen and (max-width: 767px) {
#faq-covid-div{width: 40%; position: relative;  top: -3%;  margin: 0 auto;  left: auto; margin-bottom: 7px;}
.bannerImgWrapper {padding-bottom: 200px !important;}
}
@media screen and (max-width: 439px) { 
#faq-covid-div{top: -5%;}
}
/*-- add by dipti ---- 20 Apr 2020 ---- faq covid-19 --- start ---*/
@media screen and (max-width: 439px) { 
    /*Devendra start sub-header 18-may-2020 */
    .scrollsub {top: 57px;}
    .subHeader{display: flex;flex-wrap: nowrap;overflow-x: auto;overflow-y: scroll;}
    .subHeaderDiv{flex: 0 0 auto;width: 104%; padding:5px 50px 0px;}
    .subHeaderDiv p {font-size: 14px;}
    .subHeaderDiv p a {font-size: 14px;}
    .subHeaderDiv p:last-child {font-size: 14px;line-height: 3px;}
    .banner-bottomTab {width: 100% !important;top: 12% !important;}
    .bannerWraper {height: 80% !important; top: 8%;}
    .bannerContWrapper {top: 2% !important;}
    .bannerImgWrapper {padding-bottom: 73px !important;}
     /*Devendra end sub-header 18-may-2020 */
.bannerWraper{height: 88% !important;}
.bannerImgWrapper .bannerImg { background-position: 64% 100% !important;}
.banner-bottomTab {left: 1% !important; }
.bannerContWrapper .stats .stats-text {width: 59%;left: 79px;font-weight: bold;box-shadow: 0 0 3px 2px #d6d6d6;padding: 3px;}
.bannerContWrapper .stats {height: 30px !important; top: -57px; width: 100%; position: relative;/*position: absolute;*/}
.baner_pdf{text-align: left;}
.popupSec.banner_popup{left: 18px !important;top: 400px !important;height: 429px;}
.popupSec .closePop{background: #00385d !important;}
.baner_pdf .first-p{ border: none;}
.bannerImgWrapper .bannerImg.banner-pet{background-position: 69% 100% !important;}  
.bannerImgWrapper .bannerImg.banner-crop{background-position: 66% 100% !important;} 
.bannerImgWrapper .bannerImg.banner-celebration{background-position: 66% 100% !important;} 
}
.btnWrapper a.btn:before{width: 42px;}
/* 
 *  Owl Carousel - Animate Plugin
 */
 .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  .owl-carousel .fadeOutUp {
    animation-name: fadeOutUp;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .owl-carousel .fadeInUp {
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /* 
   *  Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
  /* 
   *  Core Owl Carousel CSS File
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:capitalize;  /*pw*/
    font-size: 20px;
  }
  .owl-dots {float:none; text-align: center;}
  .owl-dot {padding:10px 5px; display:inline-block;}
  .owl-dot:only-child {display:none;}
  .owl-dot span {width:8px; height:8px; border-radius:50%; background:#cecece; display:block; float:left; cursor:pointer; -webkit-transition:0.3s all; transition:0.3s all;}
  .owl-dot.active span {background-color:#ff9b41; cursor:default;}
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next{padding: 10px;}  /*pw*/
  .owl-carousel .owl-controls .owl-nav .owl-prev{float:left;}  /*pw*/
  .owl-carousel .owl-controls .owl-nav .owl-next{float:right;} /*pw*/
  .owl-carousel .owl-controls .owl-nav *.disabled {opacity:0.5; cursor: default;}
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel .owl-refresh .owl-item {
    display: none;
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
  }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  /* 
   *  Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
  }
  /* 
   *  Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("general-clientlibs-static/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
  }
  /*pw*/
 
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  Copyright (c) 2014 Daniel Eden
  */
  .animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .animated.hinge {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }

/* CSS Document */
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 10%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
     /*Bagic-Tech-team-Vidya-start*/
    bottom: 50px;
    /*Bagic-Tech-team-Vidya-End*/
}
.banner-bottomTab .icon-text { font-size: 1.3rem;
        text-align: center;
            width: 40px !important;
            color: #000000;}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li:first-child {
    margin-left: 0;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
   
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
/*31 aug*/
.callback-content .fieldBox {
    padding: 25px 0 0;
    position: relative;
}
.callback-content .fieldBox .inputBox {
    padding: 25px 0px 2px;
}
.callback-content .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.callback-content .fieldBox:nth-child(3) {
    padding-top: 0;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}
/*banner Bottom*/
/*Callback*/
.callback-content .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.callback-content {
    position: fixed;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 300px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    -moz-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    text-align: left;
    right: -100%;
    z-index: 10;
}
.callback-content h2 {
    color: #4f4f4f;
    font-size: 2.2rem;
    font-family: 'Rubik-Bold';
    font-weight: normal;
}
.callback-content .fieldBox {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.lblplaceholder {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #757575;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.lblplaceholder.active {
    font-size: 1.5rem !important;
    top: 0;
    font-style: normal;
    color: #0073bd;
}
.lblplaceholder+input {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0) !important;
}
.inputBox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 25px 0px 2px;
}
.inputBox:after {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.inputBox.focused:after {
    width: 100%;
}
.inputBox input {
    background: transparent;
    width: 100%;
    font-size: 1.8rem;
    color: #757575;
}
.inputBox .cc,
.textareaBox .cc {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 1.8rem;
    color: #757575;
    display: none;
}
.inputBox .cc:before,
.textareaBox .cc:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 50px;
    background: #fff;
}
.inputBox .cc~input,
.textareaBox .cc~input {
    padding-left: 35px;
}
.selectBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 5px 0px;
}
.selectBox:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.selectBox.focused:before {
    width: 100%;
}
.selectBox label {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #0073bd;
    overflow: hidden;
    top: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    opacity: 0;
}
.selectBox.focused label {
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 1.4;
    top: 0;
    color: #0073bd;
}
.selectBox .selectedValue {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    top: 0;
    color: #757575;
}
.selectBox .selectedValue:before {
    content: "";
    width: 13px;
    height: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: 0 -63px;
    right: 5px;
    top: 8px;
    position: absolute;
}
.selectBox.focused .selectedValue {
    color: #757575;
    font-size: 1.5rem;
}
.selectBox select {
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 100%;
}
.callback-content .btn {
    width: 100%;
}
/*Callback*/
/*Nav and search*/
.navSearchWrap {
    width: 51%;
    float: left;
    position: relative;
}
.formaction {
    position: relative;
    float: left;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    z-index: 9;
}
.searchSec {
    float: right;
    margin: 7px 0px 0 14px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    height: 20px;
    width: 20px;
}
.searchSec a {
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -35px -58px;
    width: 26px;
    height: 26px;
    /*display: block;*/
    float: right;
    position: relative;
    z-index: 2;
}
.searchSec .inputbox {
    width: 100%;
    float: left;
    padding: 5px 10px 4px 20px;
    position: absolute;
    z-index: 1;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    /* left: 100%; */
    overflow: hidden;
    transition: 0.5s ease all;
}
.searchActive .searchSec a {
    z-index: -1;
}
.searchActive {
    z-index: 99;
}
.searchSec .inputbox .closeBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 100%;
    background: #f89c30;
    cursor: pointer;
    z-index: 10;
}
.searchSec .inputbox .closeBtn:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
/*.searchSec .inputbox,.searchActive .searchSec .inputbox{top:73px;}*/
.searchActive .searchSec .inputbox {
    /* left: 0%; */
    opacity: 1;
}
.searchSec .inputbox input {
    width: 100%;
    float: left;
    background: transparent;
    color: #0071bb;
}
.searchSec .inputbox .closebtn {
    position: absolute;
    right: 0%;
    top: 0;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.searchSec .inputbox input.placeholder {
    color: #0071bb;
}
.hidenav {
    opacity: 0;
}
/*Submenu*/
.mainHeader .sumMenuSec {
    top: 100px;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec {
    width: 85px;
}
.mainHeader nav .sumMenuSec ul li a {
    color: #005596;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec .animIconSec .imgBox {
    margin-top: 0;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec h5 {
    text-align: center;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox svg {
    height: 65px;
    width: 65px;
}
.mainHeader nav .sumMenuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #005596;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.mainHeader nav .sumMenuSec ul li a:hover:before,
.mainHeader .sumMenuSec .container>ul>li .links ul li a:hover:before {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a {
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0072bc;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.nonTouch .mainHeader .sumMenuSec .container>ul>li .links ul li a:hover {
    text-decoration: none;
}
/*Submenu*/
.callback-content {
    z-index: 100;
}
@media screen and (max-width: 1024px) {
    /*.navSec { position: absolute; }*/
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 {
        text-align: inherit;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 a {
        color: #6c6c6c;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 2;
        display: none;
        -webkit-transition: 0s ease all;
        -moz-transition: 0s ease all;
        -ms-transition: 0s ease all;
        -o-transition: 0s ease all;
        transition: 0s ease all;
    }
    .mainHeader .navSec nav>ul>li.open .sumMenuSec {
        height: auto;
    }
    .searchSec {
        margin: 7px 0px 4px 14px;
    }
    /*.searchSec .inputbox, .searchActive .searchSec .inputbox { top: 0px; }*/
}
/*Nav and search*/
/*Get in touch*/
.dropdown-menu {
    position: absolute;
    width: 332px;
    z-index: 1000;
    margin: 2px 0 0;
    min-width: 160px;
    right: 0%;
    top: 100%;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    text-align: left;
    display: none;
}
.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 70px;
}
.dropdown-menu ul {
    width: 100%;
    float: left;
}
.dropdown-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px;
    position: relative;
}
.dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.dropdown-menu ul li .icon {
    padding: 5px 0 5px 45px;
    position: relative;
}
.dropdown-menu ul li .icon:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}
.dropdown-menu ul li .icon.sales-icon:before {
    background: url('general-clientlibs-static/images/sales-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li .icon.service-icon:before {
    background: url('general-clientlibs-static/images/service-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li p {
    font-size: 1.8rem;
    color: #4f4f4f;
}
.dropdown-menu ul li p span {
    color: #0071bb;
}
@media screen and (max-width:767px) {}
/*Get in touch*/
/*Social icon addition*/
.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.socialSec a {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #73d6fa;
    border-radius: 100%;
    /* background: #73d6fa;
    border-radius: 50%;*/
}
.socialSec a:hover {
    border: 1px solid #ff9b41;
}
.socialSec a:before {
    content: "";
    position: absolute;
   
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -109px -654px
}
.socialSec a.linked:before {
    background-position: -188px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
/*locateAndClaimSec know more tab change*/
/* .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #fff;
   

border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #005596;
}
*/
@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}
@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
}
/*Search Header*/
.searchActive .searchSec .inputbox,
.searchActive.searchSec a {
    z-index: 10;
}
.searchSec {
    float: left;
}
.searchSec a {
    cursor: pointer;
    left: -15px;
    top: 0px;
    z-index: 10;
}
.searchSec .inputbox {
    left: 0px;
}
.searchSec .inputbox .closeBtn {
    width: 36px;
    border-radius: 50px;
}
.searchSec .inputbox .closeBtn:before {
    transform: translate(-50%, -50%) scale(0.7), ;
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    left: 50%;
    top: 50%;
}
/*Search Header*/
/*31Aug*/
.searchSec .inputbox {
    left: -700px;
    top: 5px;
    width: 726px;
    z-index: -1;
}
.searchActive .searchSec .inputbox {
    z-index: 1;
}
.searchSec .inputbox input {
    padding: 0 10px 0 0;
}
.searchSec .inputbox {
    padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
    .searchSec .inputbox {
        left: -600px;
        top: 5px;
        width: 626px;
    }
}
@media screen and (max-width: 1024px) {
    /*Search Header*/
    /*31Aug*/
    .searchSec .inputbox {
        left: 0px;
        top: 3px;
        width: 100%;
    }
    .searchSec .inputbox input {
        padding: 0 10px 0 0;
    }
    .searchSec a {
        top: 0px;
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    /*Search Header*/
    .searchSec .inputbox {
        width: 90%;
    }
    .searchSec a {
        left: -5px;
        top: -5px;
    }
}
@media screen and (max-width:480px) {
    /*Search Header*/
    .searchSec .inputbox input.placeholder {
        font-size: 1.4rem;
    }
    .searchSec .inputbox,
    .searchActive .searchSec .inputbox {
        top: 3px;
    }
    .searchSec .inputbox .closeBtn {
        width: 28px;
    }
    /*31Aug*/
    .dropdown-menu ul li {
        padding: 15px;
    }
    .dropdown-menu ul li p {
        font-size: 1.6rem;
    }
    .dropdown-menu {
        width: 240px;
    }
}@charset "utf-8";
/* CSS Document */
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    bottom: 50px;
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li:first-child {
    margin-left: 0;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
/*31 aug*/
.callback-content .fieldBox label { line-height: 12px !important; font-weight: normal !important; font-size: 10px !important;}

.callback-content {padding: 25px 25px !important; top: 54% !important; z-index: 999;}
.callback-content .fieldBox input {padding: 3px 10px !important; border-bottom: none !important;}
.callback-content .fieldBox input.callBackMobNumber  {margin-left: 35px !important;}
.callback-content .checkInputBox { padding: 19px 0 0 !important;}
.callback-content .fieldBox {
    padding: 25px 0 0;
    position: relative;
    margin-top: 5px !important;
}
.callback-content .fieldBox .inputBox {
    padding: 25px 0px 2px;
}
.callback-content .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.callback-content .fieldBox:nth-child(3) {
    padding-top: 0;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}
/*banner Bottom*/
/*Callback*/
.callback-content .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.callback-content {
    position: fixed;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 300px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    -moz-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    text-align: left;
    right: -100%;
    z-index: 10;
}
.callback-content h2 {
    color: #4f4f4f;
    font-size: 2.2rem;
    font-family: 'Rubik-Bold';
    font-weight: normal;
}
.callback-content .fieldBox {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.lblplaceholder {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #757575;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.lblplaceholder.active {
    font-size: 1.5rem !important;
    top: 0;
    font-style: normal;
    color: #0073bd;
}
.lblplaceholder+input {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0) !important;
}
.inputBox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 25px 0px 2px;
}
.inputBox:after {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.inputBox.focused:after {
    width: 100%;
}
.inputBox input {
    background: transparent;
    width: 100%;
    font-size: 1.8rem;
    color: #757575;
}
.inputBox .cc,
.textareaBox .cc {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 1.8rem;
    color: #757575;
    display: none;
}
.inputBox .cc:before,
.textareaBox .cc:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 50px;
    background: #fff;
}
.inputBox .cc~input,
.textareaBox .cc~input {
    padding-left: 35px;
}
.selectBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 5px 0px;
}
.selectBox:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.selectBox.focused:before {
    width: 100%;
}
.selectBox label {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #0073bd;
    overflow: hidden;
    top: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    opacity: 0;
}
.selectBox.focused label {
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 1.4;
    top: 0;
    color: #0073bd;
}
.selectBox .selectedValue {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    top: 0;
    color: #757575;
}
.selectBox .selectedValue:before {
    content: "";
    width: 13px;
    height: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: 0 -63px;
    right: 5px;
    top: 8px;
    position: absolute;
}
.selectBox.focused .selectedValue {
    color: #757575;
    font-size: 1.5rem;
}
.selectBox select {
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 100%;
}
.callback-content .btn {
    width: 100%;
}
/*Callback*/
/*Nav and search*/
.navSearchWrap {
    width: 51%;
    float: left;
    position: relative;
}
.formaction {
    position: relative;
    float: left;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    z-index: 9;
}
.searchSec {
    float: right;
    margin: 7px 0px 0 14px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    height: 20px;
    width: 20px;
}
.searchSec a {
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -35px -58px;
    width: 26px;
    height: 26px;
    /*display: block;*/
    float: right;
    position: relative;
    z-index: 2;
}
.searchSec .inputbox {
    width: 100%;
    float: left;
    padding: 5px 10px 4px 20px;
    position: absolute;
    z-index: 1;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    /* left: 100%; */
    overflow: hidden;
    transition: 0.5s ease all;
}
.searchActive .searchSec a {
    z-index: -1;
}
.searchActive {
    z-index: 99;
}
.searchSec .inputbox .closeBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 100%;
    background: #f89c30;
    cursor: pointer;
    z-index: 10;
}
.searchSec .inputbox .closeBtn:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
/*.searchSec .inputbox,.searchActive .searchSec .inputbox{top:73px;}*/
.searchActive .searchSec .inputbox {
    /* left: 0%; */
    opacity: 1;
}
.searchSec .inputbox input {
    width: 100%;
    float: left;
    background: transparent;
    color: #0071bb;
}
.searchSec .inputbox .closebtn {
    position: absolute;
    right: 0%;
    top: 0;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.searchSec .inputbox input.placeholder {
    color: #0071bb;
}
.hidenav {
    opacity: 0;
}
/*Submenu*/

.mainHeader .sumMenuSec .container>ul>li .iconSec {
    width: 85px;
}
.mainHeader nav .sumMenuSec ul li a {
    color: #005596;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec .animIconSec .imgBox {
    margin-top: 0;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec h5 {
    text-align: center;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox svg {
    height: 65px;
    width: 65px;
}
.mainHeader nav .sumMenuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #005596;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.mainHeader nav .sumMenuSec ul li a:hover:before,
.mainHeader .sumMenuSec .container>ul>li .links ul li a:hover:before {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a {
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0072bc;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.nonTouch .mainHeader .sumMenuSec .container>ul>li .links ul li a:hover {
    text-decoration: none;
}
/*Submenu*/
.callback-content {
    z-index: 100;
}
@media screen and (max-width: 1024px) {
    /*.navSec { position: absolute; }*/
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 {
        text-align: inherit;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 a {
        color: #6c6c6c;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 2;
        display: none;
        -webkit-transition: 0s ease all;
        -moz-transition: 0s ease all;
        -ms-transition: 0s ease all;
        -o-transition: 0s ease all;
        transition: 0s ease all;
    }
    .mainHeader .navSec nav>ul>li.open .sumMenuSec {
        height: auto;
    }
    .searchSec {
        margin: 7px 0px 4px 14px;
    }
    /*.searchSec .inputbox, .searchActive .searchSec .inputbox { top: 0px; }*/
}
/*Nav and search*/
/*Get in touch*/
.dropdown-menu {
    position: absolute;
    width: 332px;
    z-index: 1000;
    margin: 2px 0 0;
    min-width: 160px;
    right: 0%;
    top: 100%;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    text-align: left;
    display: none;
}
.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 70px;
}
.dropdown-menu ul {
    width: 100%;
    float: left;
}
.dropdown-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px;
    position: relative;
}
.dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.dropdown-menu ul li .icon {
    padding: 5px 0 5px 45px;
    position: relative;
}
.dropdown-menu ul li .icon:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}
.dropdown-menu ul li .icon.sales-icon:before {
    background: url('general-clientlibs-static/images/sales-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li .icon.service-icon:before {
    background: url('general-clientlibs-static/images/service-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li p {
    font-size: 1.8rem;
    color: #4f4f4f;
}
.dropdown-menu ul li p span {
    color: #0071bb;
}
@media screen and (max-width:767px) {}
/*Get in touch*/
/*Social icon addition*/
.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.socialSec a {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #73d6fa;
    border-radius: 100%;
    /* background: #73d6fa;
    border-radius: 50%;*/
}
.socialSec a:hover {
    border: 1px solid #ff9b41;
}
.socialSec a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -109px -654px
}
.socialSec a.linked:before {
    background-position: -188px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
/*locateAndClaimSec know more tab change*/
/* .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #fff;
   

border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #005596;
}
*/
@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}
@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
}
/*Search Header*/
.searchActive .searchSec .inputbox,
.searchActive.searchSec a {
    z-index: 10;
}
.searchSec {
    float: left;
}
.searchSec a {
    cursor: pointer;
    left: -15px;
    top: 0px;
    z-index: 10;
}
.searchSec .inputbox {
    left: 0px;
}
.searchSec .inputbox .closeBtn {
    width: 36px;
    border-radius: 50px;
}
.searchSec .inputbox .closeBtn:before {
    transform: translate(-50%, -50%) scale(0.7), ;
    -moz-transform: translate(-50%, -50%)scale(0.7);
    -webkit-transform: translate(-50%, -50%)scale(0.7);
    -ms-transform: translate(-50%, -50%)scale(0.7);
    left: 50%;
    top: 50%;
}
/*Search Header*/
/*31Aug*/
.searchSec .inputbox {
    left: -700px;
    top: 5px;
    width: 726px;
    z-index: -1;
}
.searchActive .searchSec .inputbox {
    z-index: 1;
}
.searchSec .inputbox input {
    padding: 0 10px 0 0;
}
.searchSec .inputbox {
    padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
    .searchSec .inputbox {
        left: -600px;
        top: 5px;
        width: 626px;
    }
}
@media screen and (max-width: 1024px) {
    /*Search Header*/
    /*31Aug*/
    .searchSec .inputbox {
        left: 0px;
        top: 3px;
        width: 100%;
    }
    .searchSec .inputbox input {
        padding: 0 10px 0 0;
    }
    .searchSec a {
        top: 0px;
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    /*Search Header*/
    .searchSec .inputbox {
        width: 90%;
    }
    .searchSec a {
        left: -5px;
        top: -5px;
    }
}
@media screen and (max-width:480px) {
    /*Search Header*/
    .searchSec .inputbox input.placeholder {
        font-size: 1.4rem;
    }
    .searchSec .inputbox,
    .searchActive .searchSec .inputbox {
        top: 3px;
    }
    .searchSec .inputbox .closeBtn {
        width: 28px;
    }
    /*31Aug*/
    .dropdown-menu ul li {
        padding: 15px;
    }
    .dropdown-menu ul li p {
        font-size: 1.6rem;
    }
    .dropdown-menu {
        width: 240px;
    }
}
/* CSS Document */
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    bottom: 50px;
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li:first-child {
    margin-left: 0;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
   
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
/*31 aug*/
.callback-content .fieldBox {
    padding: 25px 0 0;
    position: relative;
}
.callback-content .fieldBox .inputBox {
    padding: 25px 0px 2px;
}
.callback-content .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.callback-content .fieldBox:nth-child(3) {
    padding-top: 0;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}
/*banner Bottom*/
/*Callback*/
.callback-content .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.callback-content {
    position: fixed;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 300px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    -moz-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    text-align: left;
    right: -100%;
    z-index: 10;
}
.callback-content h2 {
    color: #4f4f4f;
    font-size: 2.2rem;
    font-family: 'Rubik-Bold';
    font-weight: normal;
}
.callback-content .fieldBox {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.lblplaceholder {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #757575;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.lblplaceholder.active {
    font-size: 1.5rem !important;
    top: 0;
    font-style: normal;
    color: #0073bd;
}
.lblplaceholder+input {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0) !important;
}
.inputBox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 25px 0px 2px;
}
.inputBox:after {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.inputBox.focused:after {
    width: 100%;
}
.inputBox input {
    background: transparent;
    width: 100%;
    font-size: 1.8rem;
    color: #757575;
}
.inputBox .cc,
.textareaBox .cc {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 1.8rem;
    color: #757575;
    display: none;
}
.inputBox .cc:before,
.textareaBox .cc:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 50px;
    background: #fff;
}
.inputBox .cc~input,
.textareaBox .cc~input {
    padding-left: 35px;
}
.selectBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 5px 0px;
}
.selectBox:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.selectBox.focused:before {
    width: 100%;
}
.selectBox label {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #0073bd;
    overflow: hidden;
    top: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    opacity: 0;
}
.selectBox.focused label {
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 1.4;
    top: 0;
    color: #0073bd;
}
.selectBox .selectedValue {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    top: 0;
    color: #757575;
}
.selectBox .selectedValue:before {
    content: "";
    width: 13px;
    height: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: 0 -63px;
    right: 5px;
    top: 8px;
    position: absolute;
}
.selectBox.focused .selectedValue {
    color: #757575;
    font-size: 1.5rem;
}
.selectBox select {
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 100%;
}
.callback-content .btn {
    width: 100%;
}
/*Callback*/
/*Nav and search*/
.navSearchWrap {
    width: 51%;
    float: left;
    position: relative;
}
.formaction {
    position: relative;
    float: left;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    z-index: 9;
}
.searchSec {
    float: right;
    margin: 7px 0px 0 14px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    height: 20px;
    width: 20px;
}
.searchSec a {
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -35px -58px;
    width: 26px;
    height: 26px;
    /*display: block;*/
    float: right;
    position: relative;
    z-index: 2;
}
.searchSec .inputbox {
    width: 100%;
    float: left;
    padding: 5px 10px 4px 20px;
    position: absolute;
    z-index: 1;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    /* left: 100%; */
    overflow: hidden;
    transition: 0.5s ease all;
}
.searchActive .searchSec a {
    z-index: -1;
}
.searchActive {
    z-index: 99;
}
.searchSec .inputbox .closeBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 100%;
    background: #f89c30;
    cursor: pointer;
    z-index: 10;
}
.searchSec .inputbox .closeBtn:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
/*.searchSec .inputbox,.searchActive .searchSec .inputbox{top:73px;}*/
.searchActive .searchSec .inputbox {
    /* left: 0%; */
    opacity: 1;
}
.searchSec .inputbox input {
    width: 100%;
    float: left;
    background: transparent;
    color: #0071bb;
}
.searchSec .inputbox .closebtn {
    position: absolute;
    right: 0%;
    top: 0;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.searchSec .inputbox input.placeholder {
    color: #0071bb;
}
.hidenav {
    opacity: 0;
}
/*Submenu*/

.mainHeader .sumMenuSec .container>ul>li .iconSec {
    width: 85px;
}
.mainHeader nav .sumMenuSec ul li a {
    color: #005596;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec .animIconSec .imgBox {
    margin-top: 0;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec h5 {
    text-align: center;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox svg {
    height: 65px;
    width: 65px;
}
.mainHeader nav .sumMenuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #005596;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.mainHeader nav .sumMenuSec ul li a:hover:before,
.mainHeader .sumMenuSec .container>ul>li .links ul li a:hover:before {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a {
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0072bc;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.nonTouch .mainHeader .sumMenuSec .container>ul>li .links ul li a:hover {
    text-decoration: none;
}
/*Submenu*/
.callback-content {
    z-index: 100;
}
@media screen and (max-width: 1024px) {
    /*.navSec { position: absolute; }*/
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 {
        text-align: inherit;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 a {
        color: #6c6c6c;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 2;
        display: none;
        -webkit-transition: 0s ease all;
        -moz-transition: 0s ease all;
        -ms-transition: 0s ease all;
        -o-transition: 0s ease all;
        transition: 0s ease all;
    }
    .mainHeader .navSec nav>ul>li.open .sumMenuSec {
        height: auto;
    }
    .searchSec {
        margin: 7px 0px 4px 14px;
    }
    /*.searchSec .inputbox, .searchActive .searchSec .inputbox { top: 0px; }*/
}
/*Nav and search*/
/*Get in touch*/
.dropdown-menu {
    position: absolute;
    width: 332px;
    z-index: 1000;
    margin: 2px 0 0;
    min-width: 160px;
    right: 0%;
    top: 100%;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    text-align: left;
    display: none;
}
.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 70px;
}
.dropdown-menu ul {
    width: 100%;
    float: left;
}
.dropdown-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px;
    position: relative;
}
.dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.dropdown-menu ul li .icon {
    padding: 5px 0 5px 45px;
    position: relative;
}
.dropdown-menu ul li .icon:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}
.dropdown-menu ul li .icon.sales-icon:before {
    background: url('general-clientlibs-static/images/sales-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li .icon.service-icon:before {
    background: url('general-clientlibs-static/images/service-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li p {
    font-size: 1.8rem;
    color: #4f4f4f;
}
.dropdown-menu ul li p span {
    color: #0071bb;
}
@media screen and (max-width:767px) {}
/*Get in touch*/
/*Social icon addition*/
.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.socialSec a {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #73d6fa;
    border-radius: 100%;
    /* background: #73d6fa;
    border-radius: 50%;*/
}
.socialSec a:hover {
    border: 1px solid #ff9b41;
}
.socialSec a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -109px -654px
}
.socialSec a.linked:before {
    background-position: -188px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
/*locateAndClaimSec know more tab change*/
/* .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #fff;
   

border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #005596;
}
*/
@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}
@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
}
/*Search Header*/
.searchActive .searchSec .inputbox,
.searchActive.searchSec a {
    z-index: 10;
}
.searchSec {
    float: left;
}
.searchSec a {
    cursor: pointer;
    left: -15px;
    top: 0px;
    z-index: 10;
}
.searchSec .inputbox {
    left: 0px;
}
.searchSec .inputbox .closeBtn {
    width: 36px;
    border-radius: 50px;
}
.searchSec .inputbox .closeBtn:before {
    transform: translate(-50%, -50%) scale(0.7), ;
    -moz-transform: translate(-50%, -50%)scale(0.7);
    -webkit-transform: translate(-50%, -50%)scale(0.7);
    -ms-transform: translate(-50%, -50%)scale(0.7);
    left: 50%;
    top: 50%;
}
/*Search Header*/
/*31Aug*/
.searchSec .inputbox {
    left: -700px;
    top: 5px;
    width: 726px;
    z-index: -1;
}
.searchActive .searchSec .inputbox {
    z-index: 1;
}
.searchSec .inputbox input {
    padding: 0 10px 0 0;
}
.searchSec .inputbox {
    padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
    .searchSec .inputbox {
        left: -600px;
        top: 5px;
        width: 626px;
    }
}
@media screen and (max-width: 1024px) {
    /*Search Header*/
    /*31Aug*/
    .searchSec .inputbox {
        left: 0px;
        top: 3px;
        width: 100%;
    }
    .searchSec .inputbox input {
        padding: 0 10px 0 0;
    }
    .searchSec a {
        top: 0px;
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    /*Search Header*/
    .searchSec .inputbox {
        width: 90%;
    }
    .searchSec a {
        left: -5px;
        top: -5px;
    }
}
@media screen and (max-width:480px) {
    /*Search Header*/
    .searchSec .inputbox input.placeholder {
        font-size: 1.4rem;
    }
    .searchSec .inputbox,
    .searchActive .searchSec .inputbox {
        top: 3px;
    }
    .searchSec .inputbox .closeBtn {
        width: 28px;
    }
    /*31Aug*/
    .dropdown-menu ul li {
        padding: 15px;
    }
    .dropdown-menu ul li p {
        font-size: 1.6rem;
    }
    .dropdown-menu {
        width: 240px;
    }
}
/* CSS Document */
/*banner Bottom*/
.banner-bottomTab {
    position: absolute;
    left: 5%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    bottom: 50px;
}
.banner-bottomTab ul {
    width: 100%;
    float: left;
}
.banner-bottomTab ul li:first-child {
    margin-left: 0;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-bottomTab ul li:last-child:before {
    display: none;
}
.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    
}
.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}
.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}
.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}
.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}
.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}
.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}
.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}
.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}
.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}
/*31 aug*/
.callback-content .fieldBox {
    padding: 25px 0 0;
    position: relative;
}
.callback-content .fieldBox .inputBox {
    padding: 25px 0px 2px;
}
.callback-content .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.callback-content .fieldBox:nth-child(3) {
    padding-top: 0;
}
@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}
/*banner Bottom*/
/*Callback*/
.callback-content .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.callback-content {
    position: fixed;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 300px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    -moz-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    text-align: left;
    right: -100%;
    z-index: 10;
}
.callback-content h2 {
    color: #4f4f4f;
    font-size: 2.2rem;
    font-family: 'Rubik-Bold';
    font-weight: normal;
}
.callback-content .fieldBox {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.lblplaceholder {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #757575;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.lblplaceholder.active {
    font-size: 1.5rem !important;
    top: 0;
    font-style: normal;
    color: #0073bd;
}
.lblplaceholder+input {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0) !important;
}
.inputBox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 25px 0px 2px;
}
.inputBox:after {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.inputBox.focused:after {
    width: 100%;
}
.inputBox input {
    background: transparent;
    width: 100%;
    font-size: 1.8rem;
    color: #757575;
}
.inputBox .cc,
.textareaBox .cc {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 1.8rem;
    color: #757575;
    display: none;
}
.inputBox .cc:before,
.textareaBox .cc:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 50px;
    background: #fff;
}
.inputBox .cc~input,
.textareaBox .cc~input {
    padding-left: 35px;
}
.selectBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 5px 0px;
}
.selectBox:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.selectBox.focused:before {
    width: 100%;
}
.selectBox label {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #0073bd;
    overflow: hidden;
    top: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    opacity: 0;
}
.selectBox.focused label {
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 1.4;
    top: 0;
    color: #0073bd;
}
.selectBox .selectedValue {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    top: 0;
    color: #757575;
}
.selectBox .selectedValue:before {
    content: "";
    width: 13px;
    height: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: 0 -63px;
    right: 5px;
    top: 8px;
    position: absolute;
}
.selectBox.focused .selectedValue {
    color: #757575;
    font-size: 1.5rem;
}
.selectBox select {
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 100%;
}
.callback-content .btn {
    width: 100%;
}
/*Callback*/
/*Nav and search*/
.navSearchWrap {
    width: 51%;
    float: left;
    position: relative;
}
.formaction {
    position: relative;
    float: left;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    z-index: 9;
}
.searchSec {
    float: right;
    margin: 7px 0px 0 14px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    height: 20px;
    width: 20px;
}
.searchSec a {
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -35px -58px;
    width: 26px;
    height: 26px;
    /*display: block;*/
    float: right;
    position: relative;
    z-index: 2;
}
.searchSec .inputbox {
    width: 100%;
    float: left;
    padding: 5px 10px 4px 20px;
    position: absolute;
    z-index: 1;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    /* left: 100%; */
    overflow: hidden;
    transition: 0.5s ease all;
}
.searchActive .searchSec a {
    z-index: -1;
}
.searchActive {
    z-index: 99;
}
.searchSec .inputbox .closeBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 100%;
    background: #f89c30;
    cursor: pointer;
    z-index: 10;
}
.searchSec .inputbox .closeBtn:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
/*.searchSec .inputbox,.searchActive .searchSec .inputbox{top:73px;}*/
.searchActive .searchSec .inputbox {
    /* left: 0%; */
    opacity: 1;
}
.searchSec .inputbox input {
    width: 100%;
    float: left;
    background: transparent;
    color: #0071bb;
}
.searchSec .inputbox .closebtn {
    position: absolute;
    right: 0%;
    top: 0;
    background: url(general-clientlibs-static/images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.searchSec .inputbox input.placeholder {
    color: #0071bb;
}
.hidenav {
    opacity: 0;
}
/*Submenu*/

.mainHeader .sumMenuSec .container>ul>li .iconSec {
    width: 85px;
}
.mainHeader nav .sumMenuSec ul li a {
    color: #005596;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec .animIconSec .imgBox {
    margin-top: 0;
}
.mainHeader .sumMenuSec .container>ul>li .iconSec h5 {
    text-align: center;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
}
.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox svg {
    height: 65px;
    width: 65px;
}
.mainHeader nav .sumMenuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #005596;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.mainHeader nav .sumMenuSec ul li a:hover:before,
.mainHeader .sumMenuSec .container>ul>li .links ul li a:hover:before {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a {
    position: relative;
    width: auto;
    display: inline-block;
}
.mainHeader .sumMenuSec .container>ul>li .links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0072bc;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.nonTouch .mainHeader .sumMenuSec .container>ul>li .links ul li a:hover {
    text-decoration: none;
}
/*Submenu*/
.callback-content {
    z-index: 100;
}
@media screen and (max-width: 1024px) {
    /*.navSec { position: absolute; }*/
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 {
        text-align: inherit;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 a {
        color: #6c6c6c;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 2;
        display: none;
        -webkit-transition: 0s ease all;
        -moz-transition: 0s ease all;
        -ms-transition: 0s ease all;
        -o-transition: 0s ease all;
        transition: 0s ease all;
    }
    .mainHeader .navSec nav>ul>li.open .sumMenuSec {
        height: auto;
    }
    .searchSec {
        margin: 7px 0px 4px 14px;
    }
    /*.searchSec .inputbox, .searchActive .searchSec .inputbox { top: 0px; }*/
}
/*Nav and search*/
/*Get in touch*/
.dropdown-menu {
    position: absolute;
    width: 332px;
    z-index: 1000;
    margin: 2px 0 0;
    min-width: 160px;
    right: 0%;
    top: 100%;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    text-align: left;
    display: none;
}
.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 70px;
}
.dropdown-menu ul {
    width: 100%;
    float: left;
}
.dropdown-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px;
    position: relative;
}
.dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.dropdown-menu ul li .icon {
    padding: 5px 0 5px 45px;
    position: relative;
}
.dropdown-menu ul li .icon:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}
.dropdown-menu ul li .icon.sales-icon:before {
    background: url('general-clientlibs-static/images/sales-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li .icon.service-icon:before {
    background: url('general-clientlibs-static/images/service-icon.png') no-repeat 0 0;
}
.dropdown-menu ul li p {
    font-size: 1.8rem;
    color: #4f4f4f;
}
.dropdown-menu ul li p span {
    color: #0071bb;
}
@media screen and (max-width:767px) {}
/*Get in touch*/
/*Social icon addition*/
.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.socialSec a {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #73d6fa;
    border-radius: 100%;
    /* background: #73d6fa;
    border-radius: 50%;*/
}
.socialSec a:hover {
    border: 1px solid #ff9b41;
}
.socialSec a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.socialSec a.fb:before {
    background-position: 0px -651px;
}
.socialSec a.twitter:before {
    background-position: -109px -654px
}
.socialSec a.linked:before {
    background-position: -188px -655px
}
.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}
.socialSec a:hover.linked:before {
    background-position: -222px -655px
}
/*locateAndClaimSec know more tab change*/
/* .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #fff;
   

border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #005596;
}
*/
@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}
@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
}
/*Search Header*/
.searchActive .searchSec .inputbox,
.searchActive.searchSec a {
    z-index: 10;
}
.searchSec {
    float: left;
}
.searchSec a {
    cursor: pointer;
    left: -15px;
    top: 0px;
    z-index: 10;
}
.searchSec .inputbox {
    left: 0px;
}
.searchSec .inputbox .closeBtn {
    width: 36px;
    border-radius: 50px;
}
.searchSec .inputbox .closeBtn:before {
    transform: translate(-50%, -50%) scale(0.7), ;
    -moz-transform: translate(-50%, -50%)scale(0.7);
    -webkit-transform: translate(-50%, -50%)scale(0.7);
    -ms-transform: translate(-50%, -50%)scale(0.7);
    left: 50%;
    top: 50%;
}
/*Search Header*/
/*31Aug*/
.searchSec .inputbox {
    left: -700px;
    top: 5px;
    width: 726px;
    z-index: -1;
}
.searchActive .searchSec .inputbox {
    z-index: 1;
}
.searchSec .inputbox input {
    padding: 0 10px 0 0;
}
.searchSec .inputbox {
    padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
    .searchSec .inputbox {
        left: -600px;
        top: 5px;
        width: 626px;
    }
}
@media screen and (max-width: 1024px) {
    /*Search Header*/
    /*31Aug*/
    .searchSec .inputbox {
        left: 0px;
        top: 3px;
        width: 100%;
    }
    .searchSec .inputbox input {
        padding: 0 10px 0 0;
    }
    .searchSec a {
        top: 0px;
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    /*Search Header*/
    .searchSec .inputbox {
        width: 90%;
    }
    .searchSec a {
        left: -5px;
        top: -5px;
    }
}
@media screen and (max-width:480px) {
    /*Search Header*/
    .searchSec .inputbox input.placeholder {
        font-size: 1.4rem;
    }
    .searchSec .inputbox,
    .searchActive .searchSec .inputbox {
        top: 3px;
    }
    .searchSec .inputbox .closeBtn {
        width: 28px;
    }
    /*31Aug*/
    .dropdown-menu ul li {
        padding: 15px;
    }
    .dropdown-menu ul li p {
        font-size: 1.6rem;
    }
    .dropdown-menu {
        width: 240px;
    }
}
.locateAndClaimSec {
    background: #ff9b41;
  }
  .locateAndClaimSec .claimInTabSec {
    padding: 80px 0 22px;
  }
  .locateAndClaimSec .claimInTabSec:after {
    content: "";
    clear: both;
    display: block;
  }
  .locateAndClaimSec .claimInTabSec .tabSec {
    width: 150px;
    float: left;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li {
    width: 68px;
    text-align: center;
    cursor: pointer;
    padding: 25px 0;
    position: relative;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li a {
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    display: inline-block;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li a.car {
    width: 64px;
    height: 31px;
    background-position: 0 -185px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li a.medical {
    width: 40px;
    height: 40px;
    background-position: 0 -235px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li a.bag {
    width: 49px;
    height: 57px;
    background-position: 0 -291px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li a.home {
    width: 44px;
    height: 44px;
    background-position: 0 -362px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li:after {
    content: "";
    height: 1px;
    width: 27px;
    background: #be5d10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li:last-child:after {
    display: none;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li.active a.car {
    background-position: -88px -185px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li.active a.medical {
    background-position: -88px -235px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li.active a.bag {
    background-position: -88px -291px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li.active a.home {
    background-position: -88px -362px;
  }
  .locateAndClaimSec .claimInTabSec .tabSec ul li.active:before {
    content: "";
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -217px -82px;
    width: 21px;
    height: 17px;
    position: absolute;
    right: -50px;
    top: 37%;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec {
    width: calc(100% - 150px);
    float: left;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content {
    display: none;
    position: relative;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content.active {
    display: block;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .imgSec {
    width: 39%;
    text-align: center;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description h5 {
    font-size: 2.2rem;
    color: #fff;
    margin-top: 8px;
    font-weight: normal;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description p {
    font-size: 2rem;
    color: #fff;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 2rem;
  }
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li span {
   line-height: normal;
width: calc(100% - 60px);
float: right;
padding: 7px 0 0;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li:before {
    content: "";
    width: 45px;
    height: 46px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: 0 0;
    margin-right: 15px;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li:nth-child(2):before {
    background-position: -64px 0;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li:nth-child(3):before {
    background-position: -127px 0;
  }
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    color: white;
    background: #005596;
    border: 1px solid #005596;
    visibility: hidden;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
}
  /*.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #7d7d7d;
  }*/
  .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .imgSec {
    position: relative;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .imgSec img,.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .imgSec img,.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .imgSec img,.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .imgSec img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -147px;
    -webkit-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-duration: 5s;
  }
  .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .description {
    padding-top: 0px !important;
  }
.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .description,.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description,.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .description {
    padding-top: 0px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .imgSec,.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .imgSec,.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .imgSec {
    position: relative;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .description ul li:before {
    background-position: -614px -358px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .description ul li:nth-child(2):before {
    background-position: -687px -349px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .description ul li:nth-child(3):before {
    background-position: -687px -405px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    color: #0b2150;
    background: #fff;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:before {
    background-position: -755px -288px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:nth-child(2):before {
    background-position: -755px -349px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:nth-child(3):before {
    background-position: -755px -405px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    color: white;
    background: #0b2150;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #ffffff;
}
.insureAndGoSec .rhsbox .lists li:before {
    top: 18px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description {
    padding-top: 30px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:before {
    background-position: -755px -288px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:nth-child(2):before {
    background-position: -706px -287px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:nth-child(3):before {
    background-position: -755px -349px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description ul li:nth-child(4):before {
    background-position: -755px -405px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .description ul li:before {
    background-position: -462px -621px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .description ul li:nth-child(1):before {
    background-position: -522px -620px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .description ul li:nth-child(2):before {
    background-position: -582px -620px;
}
.locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .description .btn:hover:before{
    webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    -ms-transform: scale3d(12, 9, 1);
    -o-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
}
/* new inovations */
/*vidya textRTEcomponunt*/
.RTEcontainer { float: left; background: rgb(0, 113, 187); width: 100%; padding: 30px 30px 90px 30px;}
.RTEcontainer h3 {text-align: center; color: rgb(255, 255, 255); margin: 39px 0; text-transform: uppercase;}
.RTEcontainer .headingNew {text-align: center; font-size: 3rem; font-weight: bold; color: rgb(255, 255, 255); margin: 39px 0; text-transform: uppercase;}
.RTEcontainer .InnovationTabSec .inotabSec ul .active  {margin-right: 20px; background: white; border-radius: 50%; padding: 7px 14px; color:#1e8ed8;}
.RTEcontainer .InnovationTabSec .inotabSec ul li  { color: rgb(255, 255, 255); margin-right: 20px; border: 1px solid rgb(255, 255, 255); border-radius: 50%; padding: 7px 14px; background:rgb(0, 113, 187);}
.RTEcontainer .InnovationTabSec .inotabSec ul li {display: inline; cursor: pointer;}
/*.RTEcontainer .claimInTabSec .tabSec ul li {margin: 40px; color: rgb(255, 255, 255);}*/
/*.RTEcontainer .claimInTabSec .tabSec {width: 22%; float: left;}*/
.RTEcontainer .InnovationTabSec .inotabSec {text-align: center;}
.RTEcontainer .InnovationTabSec .tabContentSec {width: 100%; float: left;}
.RTEcontainer .InnovationTabSec .tabContentSec .description {display: block; color: rgb(255, 255, 255); float: left; border-radius: 10px; width: 48%;
margin-left: 6%;}
.RTEcontainer .InnovationTabSec .tabContentSec .videoSec {width: 45%; float: left; display: block; position: relative; cursor: pointer;}
.RTEcontainer .InnovationTabSec .tabContentSec .main-imgSec {width: 45%; float: left; display: block; position: relative;}
.RTEcontainer .InnovationTabSec .tabContentSec .imgSec { margin: 33px 0; text-align: center; color: rgb(255, 255, 255); }
.RTEcontainer .InnovationTabSec .tabContentSec .imgSec h5 {font-size: 2.5rem;}
.RTEcontainer .InnovationTabSec .tabContentSec .description img {box-shadow: #0000005c 1px 6px 21px 0px; background: rgb(255, 255, 255); border-radius: 10px; margin-top: 2%;
-webkit-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
-moz-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
-ms-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
-o-animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64); animation-duration: 5s;}
.RTEcontainer .InnovationTabSec .tabContentSec .description .lists li {color: #ffffff; padding: 9px 0 3px 18px !important;}
.RTEcontainer .InnovationTabSec .tabContentSec .description .lists li:before {top: 19px !important;}
.RTEcontainer .maininnodiv .tabContentSec {display: none;}
.RTEcontainer .maininnodiv .active {display: block;}
.RTEcontainer .InnovationTabSec .tabContentSec .videoSec .videoPlayIcon:before {
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -365px -231px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.RTEcontainer .maininnodiv #innovation2 .description img {margin-top: 0%;}
.RTEcontainer .InnovationTabSec .tabContentSec .imgSec a {
    font-size: 2.5rem; color: rgb(255, 255, 255); font-weight: bold;
}
.RTEcontainer .InnovationTabSec .tabContentSec .imgSec a:hover{text-decoration:underline;}
.cls-app-download img{
    -webkit-animation: none !important;
-moz-animation: none !important;
-ms-animation: none !important;
-o-animation: none !important;
animation: none !important;
}
#social-trackback-feature-img, #gpqii-img{ -webkit-box-shadow: 0px 0px 7px 3px rgba(37, 37, 37, 0.6588235294117647);
  -moz-box-shadow:    0px 0px 7px 3px rgba(37, 37, 37, 0.6588235294117647);
  box-shadow:         0px 0px 7px 3px rgba(37, 37, 37, 0.6588235294117647)}
 .innovation-heading {font-size: 2.5rem; color: #fff;  font-weight: bold;}
 .RTEcontainer .InnovationTabSec .inotabSec ul li:nth-last-child(1){margin-right:0px;}
 
 /*PMFBY left side icon start */
 #agriIcon.cls_agriIcon .homePMFBYicon{width: 62px;
    height: 62px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    outline: none;
    -webkit-box-shadow: 0 0 5px 1px #d9d9d9;
    -moz-box-shadow: 0 0 5px 1px #d9d9d9;
    -ms-box-shadow: 0 0 5px 1px #d9d9d9;
    -o-box-shadow: 0 0 5px 1px #d9d9d9;
    box-shadow: 0 0 5px 1px #d9d9d9;
    }
    
    #agriIcon.cls_agriIcon{position: fixed;
    left: 10px;
    display: block;
    text-align: center;
    z-index: 99;
    bottom: 300px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;}
    
    #agriIcon.cls_agriIcon .txtPMFBY{font-size: 1.4rem;
    color: #000000;
    margin-top: 5px;}
    
@media screen and (max-width: 767px){
#agriIcon.cls_agriIcon{bottom: 180px;}
#agriIcon.cls_agriIcon .homePMFBYicon{width: 42px;
    height: 42px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    left: 0px;
    }
    #agriIcon.cls_agriIcon .txtPMFBY{font-size: 1.3rem;}
}   
 /*PMFBY left side icon end */
 
@media screen and (max-width: 480px){
.RTEcontainer .InnovationTabSec .tabContentSec .videoSec {width: 97%; }
.RTEcontainer .InnovationTabSec .tabContentSec .main-imgSec {width: 97%; }
.RTEcontainer .InnovationTabSec .tabContentSec .description {width: 94%; margin-left: 2%;}
#social-trackback-feature-img, #gpqii-img{margin-bottom:15px;}
}
@media screen and (max-width: 767px){
.RTEcontainer .InnovationTabSec .tabContentSec .videoSec {width: 97%; }
.RTEcontainer .InnovationTabSec .tabContentSec .main-imgSec {width: 97%; }
.RTEcontainer .InnovationTabSec .tabContentSec .description {width: 94%; margin-left: 2%;}
}
/*vidya textRTEcomponunt*/
@media screen and (max-width: 1400px) {
    .locateAndClaimSec .claimInTabSec .tabSec {
   width: 130px;
 }
 .locateAndClaimSec .tabContentSec {
   width: calc(100% - 130px);
 }
 .locateAndClaimSec .claimInTabSec {
   padding: 55px 0 22px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .description,.tabContentSec .content.healthInnovation .description,  .tabContentSec .content.travelInnovation .description  {
   padding-top: 50px;
 }
}
@media screen and (max-width: 1200px) {
     .locateAndClaimSec .claimInTabSec {
   padding: 55px 0 22px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .imgSec img,
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .imgSec img,
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .imgSec img,
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.homeInnovation .imgSec img{
   position: inherit;
   top:0px;                                                         
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .description {
   padding-top: 35px;
 }
}
@media screen and (max-width: 1024px) {
            .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li {
    font-size: 1.7rem;
}
   .locateAndClaimSec .claimInTabSec {
   padding: 10px 0 22px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec {
   width: 100%;
   text-align: center;
   margin: 20px 0 30px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li {
   display: inline-block;
   vertical-align: top;
   padding: 0;
   width: auto;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li a {
   vertical-align: top;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li a.car {
   margin-top: 12px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li a.medical {
   margin-top: 9px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li a.medical {
   margin-top: 9px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li a.home {
   margin-top: 7px;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li.active:before {
   display: none;
 }
 .locateAndClaimSec .claimInTabSec .tabSec ul li:after {
   display: inline-block;
   vertical-align: top;
   width: 1px;
   height: 50px;
   position: inherit;
   margin: 2px 50px 0 50px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec {
   width: 100%;
 }
.locateAndClaimSec .claimInTabSec .tabContentSec .content.driveSmart .description, .locateAndClaimSec .claimInTabSec .tabContentSec .content.healthInnovation .description, .locateAndClaimSec .claimInTabSec .tabContentSec .content.travelInnovation .description {
    padding-top: 0px;
}
@media screen and (max-width: 767px) {
   .locateAndClaimSec .claimInTabSec .tabContentSec .content .imgSec {
   width: 70%;
   margin: 0 auto;
   margin-top: 30px;
   display: block;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description {
   width: 100%;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li {
   font-size: 1.7rem;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
   /*right: 5%;
   bottom: 20px;*/
 }
.locateAndClaimSec .claimInTabSec .tabSec ul li a {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }
    .locateAndClaimSec .claimInTabSec .tabSec ul li:after {
        height: 40px;
    }
    .insureAndGoSec .tabContentWrap .tabcontent .tab-img img {
        max-width: 80%;
        width: 100%;
    margin:0 auto;
    }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 480px) {
   .locateAndClaimSec .claimInTabSec .tabSec ul li:after {
      margin: 10px 12px 0 12px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .imgSec {
   margin-top: 15px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description {
   padding-top: 5px !important;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description h5 {
   font-size: 2rem;
   font-weight: normal;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description p {
   font-size: 1.6rem;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li {
   font-size: 1.4rem;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li {
   height: 47px;
   margin-bottom: 10px;
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description ul li span {
   vertical-align: middle;
   display: inline-block;
   width: calc(100% - 70px);
 }
 .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
   right: 5%;
   bottom: 20px;
   position: inherit;
   margin-top: 15px;
 }
}
@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}
@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
                            .insureAndGoSec .rhsbox .lists li:before {
    top: 14px;
}
}
}
/* whats new */
.newAndDownload {
    padding: 65px 0 65px;
  }
    #whatsNew{
        text-align:left
    }
  .newAndDownload .col {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
  }
  .newAndDownload .col.whatNewSec .iconSec .square {
    bottom: -8px;
    right: 36%;
    width: 10px;
    height: 10px;
  }
  .newAndDownload .col.whatNewSec .iconSec .colorSunshade {
    top: 12px;
    right: 25%;
    -webkit-animation: yAxis 8.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -moz-animation: yAxis 8.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -ms-animation: yAxis 8.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -o-animation: yAxis 8.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    animation: yAxis 8.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
  }
  .newAndDownload .col.whatNewSec .iconSec .colorBlue {
    left: 25%;
    top: 22px;
    -webkit-animation: yAxis 12.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -moz-animation: yAxis 12.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -ms-animation: yAxis 12.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    -o-animation: yAxis 12.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
    animation: yAxis 12.5s infinite cubic-bezier(0.2, 0.1, 0.04, 1);
  }
  .newAndDownload .col .iconSec {
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .newAndDownload .col .iconSec .svgSec {
    width: 100px;
    margin-left: 50px;
  }
  .newAndDownload .col .iconSec .svgSec svg {
    width: 100%;
    height: auto;
  }
  .newAndDownload .col .iconSec .speakerIcon {
    width: 72px;
    height: 80px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -327px -93px;
    margin: 0 auto;
  }
  .newAndDownload .col .iconSec .mobileIcon {
    width: 47px;
    height: 78px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -426px -93px;
    margin: 0 auto;
  }
  .newAndDownload .col .contentSec {
    width: 69%;
    display: inline-block;
    vertical-align: top;
  }
  .newAndDownload .col .contentSec h3,
  .newAndDownload .col .contentSec h4 {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "Rubik-Bold";
    margin-top: 28px;
  }
  .newAndDownload .col .contentSec ul {
    margin-top: 18px;
  }
  .newAndDownload .col .contentSec ul li {
    font-size: 1.7rem;
    color: #000000;
    font-family: "Rubik-Regular";
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
  }
  .newAndDownload .col .contentSec ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -189px 0;
    width: 9px;
    height: 13px;
  }
  .newAndDownload .col .owl-dots {
    /*text-align: left;*/
    padding: 10px 0 0;
  }
  .newAndDownload .downloadApp .iconSec {
    width: 25%;
  }
  .newAndDownload .downloadApp .iconSec .svgSec {
    width: 80px;
    margin: 0 20px 0 30px;
    margin-top: -10px;
  }
  .newAndDownload .downloadApp .iconSec .square {
    top: -19px;
    left: 25%;
    width: 10px;
    height: 10px;
  }
  .newAndDownload .downloadApp .iconSec .colorSunshade {
    right: 25%;
  }
  .newAndDownload .downloadApp .iconSec .colorBlue {
    left: 25%;
    bottom: 10px;
  }
  .newAndDownload .downloadApp .appLinks {
    margin-top: 25px;
  }
  .newAndDownload .downloadApp .appLinks a {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    height: 50px;
    background: url(../../../content/dam/bagic/index/sprite.png) no-repeat;
  }
  .newAndDownload .downloadApp .appLinks a.appStore {
    background-position: 0 -115px;
    margin-right: 22px;
  }
  .newAndDownload .downloadApp .appLinks a.googlePlay {
    background-position: -158px -114px;
    width: 145px;
  }
.newAndDownload .downloadApp .appLinks a.appStore {
    background: url(../../../content/dam/bagic/index/icon-app-store-down.png) no-repeat 0 0;
    margin-right: 22px;
    width: 146px;
}
.newAndDownload .downloadApp .appLinks a.googlePlay {
    background: url(../../../content/dam/bagic/index/icon-google-play.png) no-repeat 0 0;
    width: 151px;
}
.digitalGoClick {
    color: #000;
    font-size: 1.6rem;
    padding-top: 15px;
    position: relative;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.newAndDownload .downloadApp { color:#000000; }
.newAndDownload .col .contentSec p .digitalGoClick{ color:#000000; font-size:1.6rem;} 
.newAndDownload .col .contentSec p{ font-size:1.6rem;}
@media screen and (max-width: 1300px) {
    .newAndDownload .col.whatNewSec {
      width: 50%;
    }     
    .newAndDownload .col.downloadApp {
      width: 49%;
    }
    .smartbanner.smartbanner-android {display: none;}
  }
  @media screen and (max-width: 1200px) {   
    .newAndDownload .col.whatNewSec {
      width: 51%;
    }     
    .newAndDownload .col.downloadApp {
      width: 48%;
    } 
  }
  @media screen and (max-width: 1024px) {
       .newAndDownload {
      padding: 30px 0 100px;
    }     
    .newAndDownload .col.whatNewSec, .newAndDownload .col.downloadApp {
      width: 100%;
    }     
    .newAndDownload .col.whatNewSec .iconSec {
      width: 22%;
    }     
    .newAndDownload .col.downloadApp {
      margin-top: 45px;
    }
      .newAndDownload .downloadApp .iconSec .svgSec {
      margin: 0;
      margin-top: -10px;
      margin-left: 50px;
    }
    .newAndDownload .col .contentSec .slideLists {
      max-width: 70%;
    }
.newAndDownload .col .contentSec h3, .newAndDownload .col .contentSec h4{margin:18px 0;}
.newAndDownload .downloadApp .iconSec{width:22%;}
.aboutBoxSec .aboutBoxSecSlider .item.wowAnimate:nth-child(3) {display: block;}
.smartbanner.smartbanner-android {display: none;}
  }
  @media screen and (max-width: 767px) {
        .newAndDownload {
      padding: 20px 0 90px;
    }     
    .newAndDownload .col .iconSec .svgSec {
      margin-left: 20px;
    }     
    .newAndDownload .col.whatNewSec .contentSec ul li:last-child {
      display: none;
    }
                #whatsNew .contentSec h4 {
      font-size: 1.8rem;
    }     
    #whatsNew .contentSec h4 br {
      display: none;
    }     
    #whatsNew .contentSec ul {
      margin-top: 10px;
    }     
    #whatsNew .contentSec ul li {
      font-size: 1.6rem;
    }
.newAndDownload .col.downloadApp {
    margin-top: 20px;
}
.newAndDownload .downloadApp .appLinks{float:left; margin-top:15px;}
.digitalGoClick{float:left; padding:15px 0;}
.newAndDownload .col .contentSec h4{margin:15px 0 0;}
.newAndDownload .col .contentSec p .digitalGoClick{
                padding: 0; margin-right: 5px; float:none;}
  }
  @media screen and (max-width: 639px) {
      .newAndDownload .col .contentSec .slideLists {
      max-width: 100%;
    } 
    .newAndDownload .col {
      position: relative;
    }     
    .newAndDownload .col .contentSec {
      width: 100%;
    }     
    .newAndDownload .col .contentSec h3,
    .newAndDownload .col .contentSec h4 {
      position: absolute;
      top: 0;
      left: 25%;
      font-size: 2.5rem;
    }     
    .newAndDownload .col .contentSec .appLinks {
      padding-left: 8%;
      /*margin-top: 30px;*/
    }     
    .newAndDownload .col .iconSec .colorBlue {
      left: 2%;
      bottom: 12px;
    }     
    .newAndDownload .col .iconSec .colorSunshade {
      right: 10%;
    }     
    .newAndDownload .col.whatNewSec h3 {
      top: 10px;
    }     
    .newAndDownload .col.whatNewSec .iconSec .colorSunshade {
      right: 16%;
    }     
    .newAndDownload .col.whatNewSec .contentSec {
      padding-left: 20px;
    }     
    .newAndDownload .col.whatNewSec .contentSec ul li {
      font-size: 1.6rem;
      padding-left: 20px;
    }     
    .newAndDownload .col.whatNewSec .contentSec ul li:before {
      top: 4px;
    }
        .newAndDownload .col .iconSec .svgSec {
      margin-left: 0;
      width: 80px;
      margin-top: -18px;
    }
        .newAndDownload .col .contentSec h3 {
      top: 15px;
    }
    .whatNewSec .col .contentSec h3 {
      top: 10px;
    }
  }
  @media screen and (max-width: 480px) {
      .newAndDownload .col .iconSec {
      margin-top: 15px;
    }     
    .newAndDownload .col .iconSec .colorSunshade {
      right: -3px;
    }     
    .newAndDownload .col .contentSec h3,
    .newAndDownload .col .contentSec h4 {
      left: 25%;
      width: 62%;
    }     
    .newAndDownload .col .contentSec .appLinks {
      padding-left: 5%;
    }  
    .newAndDownload .col.whatNewSec h3,
    .newAndDownload .col.whatNewSec h4 {
      top: 0;
    }     
    .newAndDownload .col.whatNewSec .iconSec .colorSunshade {
      right: 0%;
    }     
    .newAndDownload .col.whatNewSec .iconSec .colorBlue {
      top: 8px;
    }     
    .newAndDownload .col.whatNewSec .iconSec .square {
      right: 10%;
    }     
    .newAndDownload .col.whatNewSec .contentSec {
      padding-left: 0px;
    }     
    .newAndDownload .col.whatNewSec .contentSec ul li {
      padding-left: 15px;
    }     
    .newAndDownload .col .owl-dot {
      padding-top: 0;
    }
        .newAndDownload {
      padding: 30px 0px;
    }     
    .newAndDownload .col .iconSec {
      margin-top: 28px;
    }
    .newAndDownload .downloadApp .appLinks a.appStore {
        margin-right: 5px;
    }
    .newAndDownload .col .contentSec .appLinks {
        padding-left: 0;
    margin-top: 0;
    }
    .bannerCont p sup {
    font-size: 1.2rem;
    line-height:1.4;
    }
    .RTEcontainer{margin-top:7px;}
  }
@media screen and (max-width: 479px) {
    .newAndDownload .col .contentSec h3, .newAndDownload .col .contentSec h4{width:60%;}
}



 .InnovationTabSec{float:left;}
 .subHeader{width: 90%; margin-left: 5%;  position: relative; margin-bottom: -30px;}
    .RTEcontainer{padding: 30px 30px 0px 30px;} 
.whyUs:nth-child(1){padding-top:100px;}
@media screen and (max-width: 767px) {
    .RTEcontainer{padding: 30px 0px; padding-bottom: 0px;}
.InnovationTabSec{padding: 0px 30px;}
.subHeader{display: block; width: 100%;  margin: 0px;}
.subHeaderDiv{width: 100%;
    padding: 10px 10px;
    border-right: none;
    flex: none;
    border-bottom: 1px solid #dc7e29;}
.subHeaderDiv:nth-last-child(1){border-bottom: 0px solid #dc7e29;}

.smartbanner-container {
    margin: 0 auto;
    white-space: nowrap;
}
.smartbanner.smartbanner-android {display: block;}
.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    display: none;
}

.smartbanner-close:active,
.smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin: 12px;
    background-size: cover;
    border-radius: 10px;
    background-image: url(../../../content/dam/bagic/home-page/smart-app-icon.webp)
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: bold;
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;

}

.smartbanner-button:active,
.smartbanner-button:hover {
    color: #aaa;
}

.smartbanner-android {
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px #7c7c7c;
    line-height: 82px;
    position: fixed;
    bottom: 1px;
    display: inherit;
    width: 100%;
    left: 0;
    z-index: 9999;
}


.smartbanner-android .smartbanner-close {

    border: 0;
    width: 20px;
    height: 20px;
    line-height: 17px;
    margin-right: 7px;
    padding: 3px;
    color: #040404;
    background: #e5e5e5;
    font-size: 14px;
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
    color: rgb(0, 59, 126);
}

.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none;
}

.smartbanner-android .smartbanner-info {
    color: #3a3a3a;
}

.smartbanner-android .smartbanner-title {
    color: #0071bb;
    font-weight: bold;
    font-size: 16px;
}

.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #d1d1d1;
    padding: 0;
    background: none;
    border-radius: 0;

}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
    background: none;
}

.smartbanner-android .smartbanner-button-text {
    text-align: center;
    display: block;
    font-size: 12px;
    background: #0071bb;
    color: #fff;
    bottom: 4px;
    padding: 5px 10px;
    border-radius: 7px;
    cursor: pointer;
}
.chatboing {bottom: 93px !important;}
footer .show-footer {

    padding-bottom: 85px !important;
}
}

/* ============ Amit code 11-11-2022 =============================== */
 @media screen and (min-width: 769px) {
      .proBlueHeading {display: none;}
}

@media screen and (max-width: 768px)
{
      .insureAndGoSec .owl-carousel.owl-loaded {
      display: none !important;
      }
}
/* --------------------------------------------------------------------- */
@media screen and (max-width:480px){
                .btn-bhimabhrosa {

    width: 36%;

}
.btn-bhimabhrosa {

    padding: 10px 15px 10px 0px;
    
}

                    }



/*----Amruta 2-10-23------*/

 .socialSec a.instagram:before {
  /*  background-position: -264px -655px;*/
content: "";
    position: absolute;
        background:url(../../../content/dam/bagic/index/instagram-1.png) no-repeat 0 0;
width: 30px;
    height: 30px;
    top: 50%;
    left: 17%;

    transform: translate(-8%, -50%);
   /* -webkit-transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;


}
.socialSec a:hover.instagram:before{

background-position: -34px 0px;


}

.socialSec a.threads:before {
  /*  background-position: -264px -655px;*/
content: "";
    position: absolute;
        background:url(../../../content/dam/bagic/index/threads-1.png) no-repeat 0 0;
width: 30px;
    height: 30px;
    top: 50%;
    left: 14%;

    transform: translate(-8%, -50%);
   /* -webkit-transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;


}
.socialSec a:hover.threads:before{

background-position: -34px 0px;
 }                                       
.socialSec {

    margin: auto;
    max-width: 100%;
}


/*----Amruta 2-10-23------*/

 .socialSec a.instagram:before {
  /*  background-position: -264px -655px;*/
content: "";
    position: absolute;
        background:url(../../../content/dam/bagic/index/instagram-1.png) no-repeat 0 0;
width: 30px;
    height: 30px;
    top: 50%;
    left: 17%;

    transform: translate(-8%, -50%);
   /* -webkit-transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;


}
.socialSec a:hover.instagram:before{

background-position: -34px 0px;


}

.socialSec a.threads:before {
  /*  background-position: -264px -655px;*/
content: "";
    position: absolute;
        background:url(../../../content/dam/bagic/index/threads-1.png) no-repeat 0 0;
width: 30px;
    height: 30px;
    top: 50%;
    left: 14%;

    transform: translate(-8%, -50%);
   /* -webkit-transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;


}
.socialSec a:hover.threads:before{

background-position: -34px 0px;
 }                                       
.socialSec {

    margin: auto;
    max-width: 100%;
}

.aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec ul{

display: flex;
    justify-content: center;
    align-items: center;
        margin-top:2%;

}
.aboutBoxSec .aboutBoxSecSlider .item .boxSec .detailSec ul li{
margin:1%
}