.blueBox {
    background: #005596;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.blueBox ul li a {
    color: #fff;
    font-family: "AllianzSansLight";
        font-size:1.8rem;
}

.blueBox ul,
.blueBox ul li,
.blueBox ul li a,
.insureWheelWrap .nearestBranch ul li:before {
    display: inline-block;
    vertical-align: middle
}

.insureWheelWrap {
    background: #0099cf;
    padding: 65px 0;
    position: relative
}

.insureWheelWrap h2 {
    text-align: center;
    padding: 0 0 65px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'AllianzB';
    font-size: 3rem;
    color:#ffffff;
}

.insureWheelWrap .insureWheelSlider {
    padding: 0 0 65px 0
}

.insureWheelSlider.owl-carousel .owl-stage{ display: -webkit-box;display: -ms-flexbox;display: flex; margin: 0 auto; }
.insureWheelSlider a.btn{ position: absolute; bottom: 0; left: 0%; right: 0; margin: auto; }
.insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec p{ padding-bottom: 30px; height:auto !important; }

.insureWheelWrap .insureWheelSlider .owl-controls {
    width: 100%;
    float: left
}

.insureWheelSlider a.btn.protectVehicleBtn{ position: relative; min-width:200px; max-width:200px;}

.insureWheelWrap .insureWheelSlider .owl-controls .owl-nav .owl-next {
    text-indent: -9999px;
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    width: 15px;
    height: 25px;
    background-position: -344px -188px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 0
}

.insureWheelWrap .insureWheelSlider .owl-controls .owl-nav .owl-prev {
    text-indent: -9999px;
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    width: 15px;
    height: 25px;
    background-position: -296px -188px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 0
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail {
    margin: 0 auto;
    max-width: 350px;
    padding: 0 50px;
    text-align: center;
    width: 100%
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .imgSec,
.insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec,
.insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec {
    width: 100%;
    float: left
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .imgSec {
    width: 206px;
    height: 206px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .imgSec img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-40%, -50%);
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec {
    text-align: center;
    text-transform: uppercase
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec a {
    font-size: 2rem;
    position: relative;
    display: block;
    padding: 5px 0;
    cursor: pointer;
    z-index: 3
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec a:hover {
    text-decoration: underline
}

.insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec p {
    color: #000;
    font-size: 1.6rem;
    line-height: 24px
}

.insureWheelWrap .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.insureWheelWrap .nearestBranch ul {
    width: 100%;
    padding: 28px 0;
}

.insureWheelWrap .nearestBranch ul li{
    float: left;
    width: 33.33%;    
    position: relative;
    border-right: 1px #4a94cb solid;
}

.insureWheelWrap .nearestBranch ul li:last-child{
    border-right: none;
}

.insureWheelWrap .nearestBranch ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -67px -63px;
    margin-right: 17px
}

.insureWheelWrap .nearestBranch ul li:nth-child(2):before {
    background-position: -396px -187px
}

.insureWheelWrap .nearestBranch ul li:nth-child(3):before {
    background-position:-236px -243px
}

.blueBox.locateSec {
    margin-top: -35px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    max-width: 75%;
    width: 100%
}

.textLink {
    position: relative;
    text-decoration: none
}

.textLink:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.textLink:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    -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
}

.textLink {
    color: #0071bb;
    font-size: 1.6rem;
    font-family: "AllianzSans"
}

.insureWheelWrap h2, .insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec a, .insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec p{color:#fff}

.insureWheelSlider { display: -webkit-box;display: -ms-flexbox;display: flex; }
.insureWheelSlider.owl-carousel .owl-item{ position: relative; }
.insureWheelSlider a.btn{ position: absolute; bottom: 0; width: 45%; margin: auto; } 
.insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec{ float: none; }
.insureWheelSlider a.btn{ margin-top: 15px; }

@media screen and (max-width: 1500px) {
    .container {
        padding: 0 40px
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 20px
    }
}

@media screen and (max-width: 1024px) {
    .insureWheelWrap {
        padding-bottom: 0
    }
    .insureWheelWrap h2 {
        padding-bottom: 52px
    }
    .insureWheelWrap .insureWheelSlider {
        padding-bottom: 52px
    }
    .insureWheelWrap .blueBox.locateSec {
        margin-top: 0;
        position: relative;
        bottom: 0;
        max-width: 100%;
        width: 100%
    }
    .insureWheelWrap .blueBox.locateSec .nearestBranch ul li {
        padding: 10px 0
    }
    .insureWheelWrap .blueBox.locateSec .nearestBranch ul li a {
        font-size: 1.4rem
    }
    .insureWheelWrap .blueBox.locateSec .nearestBranch ul li:after {
        width: 180px;
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #0072bc;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
    .insureWheelWrap .blueBox.locateSec .nearestBranch ul li:nth-child(3):after {
        display: none
    }
    .blueBox.locateSec {
        max-width: 85%
    }
    .textLink:hover:before {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .insureWheelWrap .blueBox.locateSec .nearestBranch ul li {
        width: 100%
    }
    .insureWheelWrap {
        padding: 30px 0
    }
    .insureWheelWrap h2,
    .insureWheelWrap .insureWheelSlider {
        padding-bottom: 30px
    }
    .insureWheelWrap {
        padding-bottom: 0px
    }

    .insureWheelSlider a.btn{ position: static; max-width: none;}
        .motorinsurewheel .insureWheelSlider a.btn,.insureWheelSlider a.btn{ position: static; max-width: 160px;
    width: 100%; }
    .insureWheelWrap .insureWheelSlider .wheelInsDetail .detailSec p{ padding-bottom: 0; }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px
    }
    .insureWheelWrap h2 {
        font-size: 2.4rem;
        line-height: normal
    }
    .insureWheelWrap .insureWheelSlider .wheelInsDetail .nameSec a {
        font-size: 1.8rem
    }
}