.product-category ul li h6 a{font-family: 'AllianzSans';}


.rs {
    font-family: 'rupee_foradian-webfont';
}

body {
    height: 100%;
    font-family: "AllianzSans";
    font-size: 1.3rem;
    overflow-x: hidden;
}

table,
table tr td,
table tr th {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    font-size: 1%;
    height: 0;
    line-height: 0;
    width: 0;
    float: none;
    clear: both;
}

input {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
mark {
    float: left;
    width: 100%;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h2 {
    font-size: 5rem;
    font-weight: normal;
}

h3 {
    font-size: 3.8rem;
    font-weight: normal;
}

input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.col-lg-3,
.col-lg-8,
.col-md-4,
.col-md-6,
.col-md-7,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px
}

.col-xs-12 {
    float: left;
    width: 100%
}

.background-black {
    background-color: #000
}

.color-black {
    color: #000
}

.background-white {
    background-color: #fff
}

.color-white {
    color: #fff
}

.background-gray-light {
    background-color: #ccc
}

.color-gray-light {
    color: #ccc
}

.background-gray-lighter {
    background-color: #e6e6e6
}

.color-gray-lighter {
    color: #e6e6e6
}

.display-xs-inline-block,
.menu-inline>li {
    display: inline-block
}

.display-xs-block {
    display: block
}

.display-xs-table {
    display: table
}

.display-xs-table-cell {
    display: table-cell;
    float: none!important
}

.float-xs-left {
    float: left
}

.float-xs-right {
    float: right
}

.float-xs-none {
    float: none
}

.touch .hidden-touch,
.visible-sm-block,
.visible-xs-block {
    display: none!important
}

.h-xs-100 {
    height: 100%
}

.w-xs-50 {
    width: 50%
}

.w-xs-100 {
    width: 100%
}

.w-xs-200 {
    width: 200%
}

.text-xs-left {
    text-align: left
}

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

.valign-top {
    vertical-align: top
}

.valign-middle {
    vertical-align: middle
}

.valign-bottom {
    vertical-align: bottom
}

.valign-xs-middle {
    vertical-align: middle
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.opacity-none {
    opacity: 0
}

.clearfix::after,
.clearfix::before,
.container::after,
.container::before,
.row::after,
.row::before {
    content: " ";
    display: table
}

.clearfix::after,
.container::after,
.row::after {
    clear: both
}

.float-left {
    float: left
}

.float-right,
.projects .project.odd .project__panel {
    float: right
}

.background-contain,
.background-cover {
    background-repeat: no-repeat
}

.background-cover {
    background-size: cover
}

.background-contain {
    background-size: contain
}

.background-fixed {
    background-attachment: fixed
}

.outline-none {
    outline: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.container:after {
    clear: both;
    width: 100%;
    height: 0px;
    content: "";
    display: block;
}

.container-fluid {
    width: 100%;
    float: left;
    padding: 0 30px;
}

.container-fluid:after {
    clear: both;
    width: 100%;
    height: 0px;
    content: "";
    display: block;
}

.anchorbtn {
    background: #fff;
    padding: 7px 20px 10px;
    min-width: 95px;
    border-radius: 35px;
    color: #0071bb;
    font-size: 1.8rem;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #2256ce;
    letter-spacing: 2px;
}

.anchorbtn:before {
    content: '';
    z-index: -1;
    background: #2256ce;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.anchorbtn:hover {
    color: #fff;
}

.anchorbtn:hover:before {
    -webkit-transform: scale3d(12, 12, 1);
    transform: scale3d(12, 12, 1);
}

div.anchorbtn {
    padding: 0;
}

div.anchorbtn input {
    padding: 10px 20px;
    min-width: 160px;
    font-size: 2rem;
    text-align: center;
    font-family: "AllianzSansBold";
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: white;
}

div.anchorbtn:hover input {
    color: #fff;
}

.loginWrap {
    float: left;
}

.product-category{
    width: 100%;
    float: left;
    padding: 20px 0 0;
}
.product-category ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-category ul li{
    width: 46%;
    margin-bottom: 30px;
}

.product-category ul li h6{
    font-size: 1.4rem;
    font-weight: normal;
    padding-bottom: 6px;
}
.product-category ul li p{
    min-height: 120px;
    padding-bottom: 0;
}
.product-category ul li .anchorbtn{
    padding: 6px 12px 6px;
    min-width: inherit;
    font-size: 1.4rem;
    margin-top: 10px;
    border-color: #f89c30;
    color:#f89c30;
}
.product-category ul li .anchorbtn:before{
     background: #f89c30;
}
.product-category ul li .anchorbtn:hover{
    color:#fff;
}
.social-section{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.social-section p{
    font-size: 1.6rem;
}

.social-section .social-icon {
    width: 100%;
    float: left;
}


.social-section .social-icon li {
    float: left;
    padding: 0 14px;
}


.social-section .social-icon li a {
    width: 30px;
    height: 25px;
    float: left;
    background: url('../../../../content/dam/bagic/common-landing/sprite.png') no-repeat -146px -14px;
}


.social-section .social-icon li a.google-plus {
    background-position: -203px -14px;
}


.social-section .social-icon li a.twitter {
    background-position: -258px -14px;
}

.social-section .social-icon li a.youtube {
    background-position: -314px -14px;
}


.social-section .social-icon li a.instagram {
    background-position: -369px -14px;
}


.social-section .social-icon li a.linkedin {
    background-position: -424px -17px;
}


.social-section .social-icon li:first-child {
    padding-left: 0;
}

.mob-img{
    display: none;
}

@media (min-width:768px) and (max-width:991px) {
   
    
    .product-category ul li{
        width: 46%!important;
        margin-bottom: 40px!important;
    }
    .product-category ul li p{
        min-height: 100px!important;
    }
}





/* 
 *  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: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.owl-dot.active span {
    background-color: #333;
    cursor: default;
}

.owl-carousel.owl-loaded {
    display: block;
}


/*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("commonLandingPage/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;
}

.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;
}
