/*@font-face {
	font-family: 'Rubik-Bold';
	src: url("clientlib/fonts/Allianz Sans Bold.eot");
	src: url("clientlib/fonts/Allianz Sans Bold.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz Sans Bold.woff2") format("woff2"), url("clientlib/fonts/Allianz Sans Bold.woff") format("woff"), url("clientlib/fonts/Allianz Sans Bold.svg#Allianz Sans Bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF
}

@font-face {
	font-family: 'Rubik-Regular';
	src: url("clientlib/fonts/Allianz-Sans.eot");
	src: url("clientlib/fonts/Allianz-Sans.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz-Sans.woff2") format("woff2"), url("clientlib/fonts/Allianz-Sans.woff") format("woff"), url("clientlib/fonts/Allianz-Sans.svg#Rubik Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2084
}

@font-face {
	font-family: 'Rubik-Light';
	src: url("clientlib/fonts/Allianz-Sans-Light.eot");
	src: url("clientlib/fonts/Allianz-Sans-Light.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz-Sans-Light.woff2") format("woff2"), url("clientlib/fonts/Allianz-Sans-Light.woff") format("woff"), url("clientlib/fonts/Allianz-Sans-Light.svg#Rubik Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2084
} */
body,
p {
	font-family: "Rubik-Regular"
}

h2 {
	font-family: "Rubik-Regular"
}

p,
li {
	font-size: 1.8rem;
	line-height: 1.4
}

html {
	font-size: 62.5%
}

body {
	font-family: "Rubik-Regular";
	color: #005596
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

img {
	border: none;
	max-width: 100%;
	vertical-align: top;
	border: none
}

html {
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%
}

p,
h2 {
	padding-bottom: 5px
}

h2 {
	line-height: 1
}

h2 {
	font-size: 3.3rem
}

section {
	float: left;
	width: 100%
}

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

@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: 480px) {
	.container {
		padding: 0 10px
	}
}
/*font-family: 'Rubik-Bold',font-family: "Rubik-Regular",font-family: 'Rubik-Light'*/

.heathSaveTax.healthPolicyCategory { position: relative; }
.healthPolicyCategory.heathSaveTax { background: #ff9b41; padding: 100px 0; }
.healthPolicyCategory.heathSaveTax h2 { color: #fff; font-size: 3rem; text-transform: uppercase; font-family: 'Rubik-Bold'; text-align: center; }
.healthPolicyCategory.heathSaveTax p { color: #fff; font-size: 1.6rem; font-family: "Rubik-Regular"; text-align: center; }
.healthPolicyCategory.heathSaveTax .content { width: 80%; margin: 50px auto 0; display: flex; }
/*
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    -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
}*/

.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec { width: 40%; float: left; position: relative; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description { width: 60%; display: inline-block; vertical-align: middle; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description ul li { width: 100%; position: relative; color: #fff; font-family: "Rubik-Regular"; font-size: 1.6rem; margin-bottom: 20px; padding-left: 15px; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description ul li:before { position: absolute; content: ''; height: 6px; width: 6px; background: #fff; left: 0; top: 8px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description.fullDescript{width:100%;}
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description.fullDescript ul li{width:50%; float:left;}


/*Fixed right and left circle div*/

/*.otherInsIconWrap .iconSec.animIconSec .svgSec.healthCareSvg {
    width: 68px;
    height: 79px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.hospCashSvg {
    width: 65px;
    height: 78px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.silverhealthSvg {
    width: 84px;
    height: 75px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.starPackageSvg {
    width: 66px;
    height: 82px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.healthInsureSvg {
    width: 108px;
    height: 85px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.TaxGainSvg {
    width: 89px;
    height: 103px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.personalAccidentSvg {
    width: 91px;
    height: 103px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.criticalIllWSvg {
    width: 84px;
    height: 76px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.premPersonGuardSvg {
    width: 102px;
    height: 94px;
}

.otherInsIconWrap .iconSec.animIconSec .svgSec.extraCareSvg {
    width: 105px;
    height: 95px;
}*/

/* Added by MP starts */

/* Added by MP ends */

/*Fixed right and left circle div*/

.healthPolicyCategory.heathSaveTax .content ul li { width: 100%; position: relative; color: #fff; font-family: "Rubik-Regular"; font-size: 1.6rem; margin-bottom: 20px; padding-left: 15px; }
.healthPolicyCategory.heathSaveTax .content ul li:before { position: absolute; content: ''; height: 6px; width: 6px; background: #fff; left: 0; top: 8px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.healthPolicyCategory.heathSaveTax .healthInfoSlider .owl-dot span { background-color: #0072bc; cursor: default; }
.healthPolicyCategory.heathSaveTax .healthInfoSlider .owl-dot.active span { width: 8px; height: 8px; border-radius: 50%; background: #fff; background-color: rgb(255, 255, 255); display: block; float: left; cursor: pointer; -webkit-transition: 0.3s all; transition: 0.3s all; drop-shadow: 2px solid red; box-shadow: 0px 0px 1px 3px #0072bc; }
.healthPolicyCategory.heathSaveTax .content { width: 100%; float: left; padding: 30px 0 0; margin: 0; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec { width: 377px; float: left; position: relative; text-align: center; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description { width: 68%; float: right; }
/*comment styling of this .healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec img*/

.healthPolicyCategory.heathSaveTax { padding: 100px 0 50px; }
/*Media start*/

@media screen and (max-width: 1024px) {
.healthPolicyCategory.heathSaveTax { padding: 30px 0; }
.healthPolicyCategory.heathSaveTax h2 { font-size: 2.4rem; }
.healthPolicyCategory.heathSaveTax .content { width: 100%; }
/*    .healthPolicyCategory.insureWheelWrap .blueBox.locateSec .nearestBranch ul li,*/
}
 @media screen and (max-width: 767px) {
.healthPolicyCategory.heathSaveTax .content { margin-top: 10px; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec { width: 30%; display: none; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description { width: 100%; }
.healthPolicyCategory.heathSaveTax { padding: 30px 0; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description.fullDescript ul li{width:100%;}
}
 @media screen and (max-width: 480px) {
.healthPolicyCategory.heathSaveTax .content { width: 100%; display: inherit; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .imgSec { width: 80%; float: left; position: relative; height: 240px; margin: 0 auto; float: none; }
.healthPolicyCategory.heathSaveTax .content.saveTaxImg .description { width: 100%; float: left; }
.healthPolicyCategory.heathSaveTax h2 { padding-bottom: 15px; }
}

/* 
 *  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;
  }
  .owl-item .fullDescript ul {display: grid !important;}
  
  @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.3; 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("clientlib/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*/
  
  @charset "UTF-8";
  /*!
  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;
  }
  