.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: block;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.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;
    -webkit-transform: translate3d(0, 0, 0);
    float: left
    
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    float: left;
    
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;

	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.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;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}


/*vidya scroll smooth*/
html {
    scroll-behavior: smooth;
}
/*vidya scroll smooth end*/

/*vidya textRTEcomponunt*/
.RTEcontainer { float: left; background: rgb(0, 113, 187); width: 100%; padding: 30px 30px 15px 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;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 155, 65);}
.RTEcontainer .InnovationTabSec .inotabSec ul .active a {color:rgb(249, 249, 249);}
.RTEcontainer .InnovationTabSec .inotabSec ul li  { color: rgb(255, 255, 255); margin-right: 20px; padding: 7px 14px;}
.RTEcontainer .InnovationTabSec .inotabSec ul li {display: inline; cursor: pointer;}
.RTEcontainer .InnovationTabSec .inotabSec ul li a {     color: rgba(255, 255, 255, 0.5); }
/*.RTEcontainer .claimInTabSec .tabSec ul li {margin: 40px; color: rgb(255, 255, 255);}*/
/*.RTEcontainer .claimInTabSec .tabSec {width: 22%; float: left;}*/
.RTEcontainer .InnovationTabSec .inotabSec {text-align: left;}
.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 .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;}

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



/*----------------------WHAT IS HEALTH INSURANCE-----------------*/



.why-us {
    background: #ff9b41;
    padding: 40px 0;
}

.why-usWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    float: left;
}

.why-usR {
    width: inherit;
    float: none;
    position: relative;
}

.why-usL {
    width: 50%;
    float: none;
    position: relative;
    text-align: center;
}

.why-usR h2 {
    font-family: 'AllianzB';
    color: #fff;
    font-size: 3.5rem;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.why-usR p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 20px;
}

.why-usR p:last-child {
    padding-bottom: 0;
}

/*------------- WHY DO YOU NEED HEALTH INSURANCE----------*/

.textRte-listing-div h2 {
    font-family: "AllianzB";
    color: #ff9b41;
    font-size: 3rem;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.textRte-listing-div p { 
    color: rgb(0, 0, 0);
}
.textRte-listing-div ul li { 
    padding: 1%;
    color: rgb(0, 0, 0);
}

/*-------------fixed header ----------*/


    .ABtablong .RTEcontainer {
    position: relative;
    top: 0;
    width: 100000px;
    z-index: 999;
    transition: none;
    box-shadow: none;
    left: 0;
    animation: slide-down .7s;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.ABtablong .RTEcontainer.fixpos {
    width: 100000px;
    transition: all .5s;
    position: fixed;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    animation: slide-down .7s;
    opacity: 1;
    z-index: 999;
    top: 0;
    }
    .ABtablong .RTEcontainer .InnovationTabSec .inotabSec ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: scroll;
        height: 62px;}

    .ABtablong .RTEcontainer .InnovationTabSec .inotabSec ul li {
        opacity: 1;
        left: 0px;
        flex: 0 0 auto;
        padding: 16px 16px 0px; }

      

/*-------------Benifits ----------*/

.benifitL {width: 15%;
        float: none;
        position: relative;
        text-align: center;
        padding: 1%;
    }

.benifitR {width: 85%;
    float: none;
    position: relative;
    padding: 1%;
}   
    
.single-benifit{    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 47%;
        padding: 1%;
        float: left;
    min-height: auto;
        }

.benifts .container {color: black;}
.benifts .container h2 {font-family: "AllianzB";
    color: #ff9b41;
    font-size: 3rem;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;}

    /*-------------Corona section ----------*/

    .listingDetails {
        margin: 0 auto;
        margin-top: 30px;
    }
    .listingDetails ul li {
        font-family: "AllianzSans";
        color: #0072bc;
        font-weight: normal;
        font-size: 1.8rem;
        position: relative;
        
    }
    .listingDetails ul li span {
        padding-left: 20px;
        position: relative;
        text-align: left;
        display: block;
    }
    .listingDetails ul li:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;            
        top: 21px;
        border-radius: 50%;
        background-color: #ff9b41;
    }

    /*-------------WHY buy section ----------*/
    .benifitsL {
        width: 60%;
        float: none;
        position: relative;
        text-align: left;
    }

    .benifitsR {
    width: 40%;
    float: none;
    position: relative;
    padding: 2%;
    background-color: #f9f9f945;
}

.why-health .container .textRte-listing-div p {
    color: #fff;

}
.why-health .container .textRte-listing-div p a {
    color:#ff9b41

}
.why-health .container .textRte-listing-div ul li {
    color: #fff;
    
}
.benifitsL.listingDetails ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -8px;
    top: 12px;
    border-radius: 50%;
    background-color: #fff;}


    .benifitsL.listingDetails ul li {margin-bottom: 0px;}
    .benifitsR .insPolicyTabsVideoSec img {width: 100%;}
    .benifitsR .insPolicyTabsVideoSec .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: 64%;}
    .bgimg-2 {
        background-image: url(../../../../../../../content/dam/bagic/ab-health-insurance/bg-health2.png);
        min-height: 100%;
        position: relative;
        opacity: 1;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .textRte-listing-div2 {
        width: 70%;
        float: right;
        padding: 10px 0;

    }
    .textRte-listing-div2 h2 {
        font-family: "AllianzB";
        color: #ff9b41;
        font-size: 3rem;
        text-transform: uppercase;
        display: block;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
    }
    .textRte-listing-div2 p { 
        color: rgb(0, 0, 0);
    }
    .textRte-listing-div2 ul li { 
        padding: 1%;
        color: rgb(0, 0, 0);
    }
    .textRte-empty{ width: 30%;}
    h2 {
        font-family: "AllianzB";
        color: #ff9b41;
        font-size: 3rem;
        text-transform: uppercase;
        display: block;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
    }
    .plans .container ul li {
        color: #ffffff;
        
    }
    .plans .container p ,h2 {
        color: #ffffff;
    } 
    .plans .listingDetails ul li:before {
        background-color: #ffffff;
    }

    .plans .single-benifit {     min-height: auto;
        background-color: white;
        border-radius: 10px;
        color: #040404;
        margin: 10px 0px;
    width: 100%;}

h3 { font-size: 2.5rem;  font-family: "AllianzB"; }
.plans ul li span { font-size: 4rem; margin: 0 2%; font-size: larger;}
.plans ul li { display: flex; margin-bottom: 10px;}
.plans .single-benifit{ min-height: auto;}
.plans .single-benifit ul li {  color: #040404; list-style-type: disc; display: list-item; margin-left: 30px;}
.plans .single-benifit .benifitR, .plans .single-benifit .benifitR p {  color: #040404;}
.plans .single-benifit .benifitL img {  height: 85px; }
.benifittext ul {display: flex;    flex-wrap: wrap;}
.tableOuter
{
    width: 100%;
    float: left;
    overflow-x: auto;
    padding-bottom: 0px;
    box-shadow: 5px 3px 31px 0px #e6eaeb;
}
.tableOuter table
{
    width: 100%;
}
.typeOfplanTable tr:nth-child(2n-1) td {
    background-color: initial !important;
}
.typeOfplanTable tr {
    border-bottom: solid 1px #cccbcb;
}
.trHead
{
    background-color: rgb(36 154 232);
}
.benifitsL 
{
    margin-right: 28px !important;
}

/*-------------Health Insurance Coverage section-7----------*/
.healthPolicyCategory.otherHealthSolution {
    position: relative;
    }
    .healthPolicyCategory.otherHealthSolution {
    padding: 100px 0px 50px;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed.thirdPartyfixedshow
    {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    }
    .otherInsWrap {
    width: 100%;
    display: block;
    text-align: center;
    }
    .otherInsWrap ul {
    float: left;
    width: 100%;
    }
    .otherInsWrap ul li {
    width: 24%;
    padding: 0 30px 50px;
    display: inline-block;
    
    }
    .otherInsWrap ul li:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 1px;
    background: #e1e1e1;
    right: 0;
    top: 50%;
    margin-top: -145px;
    }
    .otherInsWrap ul li:last-child:before{display:none;}
    .otherInsWrap ul li:nth-child(4n+4):before {
    display: none;
    }
    .otherInsIconWrap {
    width: 100%;
    float: left;
    }
    .otherInsWrap h2 {
    text-transform: uppercase;
    padding-bottom: 70px;
    width: 100%;
    float: left;
    }
    .otherInsIconWrap .iconSec.animIconSec .svgSec {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    display: inline-block;
    }
    .otherInsWrap p {
    width: 100%;
    float: left;
    }
    #section-7 .otherInsWrap p {
     color: black;
        }
    .otherInsWrap p.otherInsHeads {
    color: #005596;
    font-family: 'AllianzB';
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 15px;
    }
    .otherInsWrap p.otherInsTxt {
    color: #000;
    font-family: "AllianzSans";
    font-size: 1.6rem;
    }
    .learnMore {
    color: #ff9b41;
    font-family: "AllianzSans";
    font-size: 1.6rem;
    position: relative;
    width: 75px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
    .learnMore:after {
    position: absolute;
    content: '';
    width: 75px;
    height: 1px;
    background: #ff9b41;
    -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;
    bottom: 0;
    left: 0;
    }
    .learnMore:hover:after {
    width: 0px;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed {
    left: 2%;
    top: 2%;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed {
    position: absolute;
    -webkit-box-shadow: 0px 0px 13px 0px #ccc;
    -moz-box-shadow: 0px 0px 13px 0px #ccc;
    -ms-box-shadow: 0px 0px 13px 0px #ccc;
    -o-box-shadow: 0px 0px 13px 0px #ccc;
    box-shadow: 0px 0px 13px 0px #ccc;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    background: #fff;
    z-index: 3;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -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;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed .thirdPartyFixedInner {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 30px;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed .thirdPartyFixedInner p {
    color: #717272;
    font-size: 1.6rem;
    font-family: "AllianzSansLight";
    }
    .otherInsIconWrap .iconSec.animIconSec .svgSec {
    width: 95px;
    height: 100px;
    }
    .otherInsWrap ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    .otherInsWrap ul li{height:auto !important;
    width: 32%;
    }
    .otherInsWrap ul li:before{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }
    @media screen and (max-width:1400px) {
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed {
    width: 200px;
    height: 200px;
    padding: 30px 20px;
    }
    .healthPolicyCategory.otherHealthSolution .thirdPartyFixed .thirdPartyFixedInner {
    padding: 0px;
    }
    .otherInsWrap p.otherInsHeads {
    font-size: 1.8rem;
    min-height: 65px;
    }
    }
    @media screen and (max-width: 1024px) {
    .healthPolicyCategory.otherHealthSolution {
    padding: 30px 0;
    }
    .otherInsWrap h2 {
    font-size: 2.4rem;
    }
    .otherInsWrap h2 {
    padding-bottom: 30px;
    }
    .otherInsWrap ul li {
    width: 50%;
    }
    .otherInsWrap ul li {
    /*min-height: 336px;*/
    display: inherit;
    float: left;
    }
    .otherInsWrap ul li:nth-child(even):before {
    display: none;
    }
    .healthPolicyCategory.insuranceBenefitWrap .thirdPartyFixed.thirdPartyfixedshow, .healthPolicyCategory.otherHealthSolution .thirdPartyFixed.thirdPartyfixedshow, .healthPolicyCategory.insureWheelWrap .thirdPartyFixed.thirdPartyfixedshow {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    }
    #othersolution .otherInsWrap ul li{ display:block;}
    #othersolution .otherInsWrap p.otherInsHeads { height: auto !important;}
    }
    @media screen and (max-width: 767px) {
    .otherInsWrap p.otherInsHeads {
    font-size: 1.4rem;
    padding-bottom: 10px;
    }
    .otherInsIconWrap .iconSec.animIconSec .svgSec.svgIconAddon {
    height: 66px;
    width: 66px;
    }
    .otherInsWrap p.otherInsTxt {
    font-size: 1.4rem;
    }
    }
    @media screen and (max-width: 480px) {
    .otherInsWrap ul li {
    width: 100%;
    min-height: auto;
    }
    .otherInsWrap ul li:before {
    right: 0;
    bottom: 10px;
    height: 1px;
    width: 100%;
    top: auto;
    }
    .otherInsWrap ul li:nth-child(even):before {
    display: block;
    }
    .otherInsWrap ul li:last-child:before {
    display: none;
    }
    .otherInsWrap ul li {
    padding-bottom: 30px;
    }
    #othersolution .learnMore{ position:relative;}
    }
    .otherInsWrap h2 {color: #ff9b41;}
    /*-------------Health Insurance Policy Exclusions section-8----------*/
    .Premium .plans ul li span {
        font-size: 2.5rem;
        margin: 0 2%;
        line-height: 2.5rem;
    }
    .health-terms .plans ul li span {
        font-size: 2rem;
        margin: 0 2%;
        line-height: 3.9rem;
        font-weight: bold;
    }
    .tax-benifit .listingDetails ul li:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        left: -8px;
        top: 21px;
        border-radius: 50%;
        background-color: #ff9b41;
    }
.why-us .portability {color: #ffffff;}

.why-us .portability .listingDetails ul li{color: #ffffff;}


.portability .listingDetails ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -8px;
    top: 21px;
    border-radius: 50%;
    background-color: #ffffff;
}
.portability .listingDetails ul li  {padding: 1%;}


/*-------------FAQ-----------------*/


.travelCommonInfoComponent{padding-top: 30px;
    float: left;
    width: 100%;} 

/*Claims product tabbing*/


.tabbing-content-wrap .claim-process-container.container {
    max-width: 1110px;
}

.tabs-claim-wrap .claim-process-list ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    float: left;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul {
    position: relative;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li {
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background: #ff9b41;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active {
    border-bottom: none;
    border-right: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 {
    font-family: 'AllianzSans';
    font-size: 2rem;
    color: #4f4f4f;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding: 17px 34px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active {
    color: #0071bb;
    font-family: 'AllianzB';
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
   /* background: url("clientlib/images/sprite.png") no-repeat 0px -50px;*/
           left: -70px;
    top: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
  /*  background: url("clientlib/images/sprite.png") no-repeat -90px -50px;*/
    right: -70px;
    top: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active .down-arrow {
    display: block;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow {
    width: 26px;
    height: 26px;
    bottom: -26px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #00a499;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item {
    display: none;
}


.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item:last-child {
    border-bottom: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item.active .tab-accord-item-heads p {
    color: #005596;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads {
    position: relative;
    padding: 0 0 10px 0px;
    cursor: none;
    z-index: 1;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads p {
    font-family: 'AllianzB';
    font-size: 2.5rem;
    color: #005596;
    padding-bottom: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #00a499;
    left: 0;
    top: 22px;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:after {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
 /*   background: url(clientlib/images/sprite.png) -299px -386px no-repeat; */
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
    font-family: 'AllianzSans';
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after,
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link h3 {
    padding: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link h3 a {
    padding: 13px 34px;
    display: inline-block;
    text-decoration: none;
    color: #4f4f4f;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link h3:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link h3 a {
    text-decoration: none;
}

.headOfficeDetailsList li {
    padding-bottom: 10px;
}

.headOfficeDetailsList li .headOfficeDetailsHeads {
    width: 10%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt {
    width: 90%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt a:hover {
    text-decoration: underline;
}

.claimIntroShown,
.claimIntroHidden {
    width: 100%;
    float: left;
}

.claimIntroWrap {
    max-width: 1110px;
    margin: 0 auto 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.claimIntroWrap p {
    font-size: 1.8rem;
    color: #5e5e5e;
    text-align: center;
}

.claimIntroWrap p a.claimIntroReadLink {
    color: #0071bb;
    text-decoration: underline;
}

.claimIntroHidden,
.claimIntroWrap p a.claimIntroReadLink.claimIntroActive {
    display: none;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active {
    display: block;
}

.claims-normal-cont {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
    float: left;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 20px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p a,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p a {
    font-size: 1.6rem;
    text-decoration: underline;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p:last-child,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p:last-child {
    padding-bottom: 0px;
}

.tabs-claim-wrap ul.claims-normal-bull {
    padding: 0;
}

.backgroundColor-grey {
    background: #f9f9f9;
}

.simplifyInsurance.backgroundColor-grey .simplifyAccordWrap .simplifyAccordInner .simplifyAccordMain.active h3 {
    border-bottom: 1px solid #cccccc;
}

.claimProcessTabSec .imgIconWrap{display: none;}
/*Terms of Use Tabbing styling end*/


.tab-accord-item-details p.sub-Title{
    clear:both;
    float:none;
    font-family: "AllianzB";
    color: #000000;
}
.leftAlign {
    text-align: left;
}
.tabHeading {
    font-family: "AllianzB";
    font-weight: normal;
    color: #ff9b41;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.listingDetails {
    margin: 0 auto;
    margin-top: 30px;
}


.listingDetails .details{
    padding-left: 20px;
}



.highlight {
    color: #ff9b41;
    text-decoration: underline;
    cursor: pointer;
}

#genInsuranceCategory .insPolicyTabsContentWrap{ padding: 0; }

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item h3 { display: block;}

/***********Media Query Start**************/ 
@media screen and (max-width: 1500px){
.container {
    padding: 0 40px;
}
}
@media screen and (max-width: 1200px){
.container {
    padding: 0 20px;
}
}

@media only screen and (max-width: 767px) {

    .highlight {
        font-size: 1.5rem;
    }
    .tabHeading {
        font-size: 2.5rem;
        padding-bottom: 0px;
        margin-bottom: 10px; 
    }
    .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p{
        padding-bottom: 10px;
        font-size: 1.5rem; 
    }
.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active .tab-accord-wrap{ display:block !important;}
}
@media screen and (max-width: 480px){
.container {
    padding: 0 10px;
}
}

.faq-wrap h2 { color: #ff9b41;}
.faq-wrap .tabbing-container ul {text-align: center;}
.faq-wrap .tabbing-container h3 { font-size: 2rem;}
.faq-wrap .tabbing-container p { padding: 1%; color: black;}
.faq-wrap .faq-sin { padding: 1%; border-bottom: 1px solid #ebebeb; text-align: left;}

.faq-wrap .faq-sin ul li {
list-style: disc;
text-align: left;
color: black;
margin: 0% 2%;
}

/*-------------FAQ End-----------------*/

/*-------------Customer Reviews -----------------*/
.starRating {
    display: inline-block;
    padding:  0 0
}





.starRating ul li input {
    width: 22px;
    height: 20px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity:0;
}

.starRating {
    display: inline-block;
    padding: 15px 0 0
}

.starRating .startWrap {
    width: auto;
    float: left
}

.starRating ul {
    width: auto;
    float: left
}

.starRating ul li {
    margin: 0px 3px;
    padding: 0px;
    list-style: none;
    width: 22px;
    height: 20px;
    float: left;
    position: relative;
    background: url(../../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -771px -180px;
    -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
}

.starRating ul li input {
    width: 22px;
    height: 20px;
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.starRating ul li.active {
    background: url(../../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -743px -180px;
    -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
}

.aboutBoxSec {
    text-align: left;
    padding-bottom: 50px
}

.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 .boxSec {
    padding: 0;
    margin-top: 22px;
    box-shadow: none;
}

.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: 40px
}

.aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec strong {
    font-size: 1.5rem;
    color: #000;
    font-family: "AllianzSans";
    display: inline-block;
    text-align: left
}

.aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec h5 span {
    display: block;
    font-family: "AllianzB";
    color: #005596;
    font-size: 1.4rem;
    margin-top: 2px
}

.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 .detailSec {
    margin-top: 30px;
  height: auto;


}

.aboutBoxSec .aboutBoxSecSlider .item .boxSec.custmStory .detailSec p {
    font-size: 1.8rem;
    color: #000;
    line-height: 30px
}

.aboutBoxSec {
    padding: 80px 0
}

.aboutBoxSec.prodListing h2 {
    text-transform: uppercase
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec {
    height: 230px
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .imgSec {
    display: block;
    width: 119px;
    height: 119px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .imgSec img {
    position: absolute;
    z-index: 1;
    left: 0
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .imgSec .opacBg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    float: left;
    z-index: 2;
    position: absolute;
    left: 0
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .imgSec .videoPlayIcon {
    width: 25px;
    height: 25px;
    background: url(../../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -289px -56px;
    position: absolute;
    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%);
    z-index: 2
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .nameSec {
    margin-top: 25px
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .detailSec {
    margin-top: 5px
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .ratingSec {
    margin-top: 20px
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .starRating .startWrap {
    width: 100px;
    float: left;
    margin: 0 auto
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .starRating ul {
    width: auto;
    float: left
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .starRating ul li {
    width: 20px;
    height: 20px;
    background-position: -769px -261px;
    margin: 0
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .starRating ul li input {
    width: 20px;
    height: 20px;
    left: 0;
        display:none
}

.aboutBoxSec.prodListing .aboutBoxSecSlider .starRating ul li.active {
    background-position: -748px -261px
}

.aboutBoxSec .btnSec {
    margin-top: 20px
}

.aboutBoxSec.prodListing
{padding: 50px 0; } 

.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec{ height:auto;}
.aboutBoxSec.prodListing .aboutBoxSecSlider .item .boxSec .topSec .imgSec{ display:none;}
.aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec:before{ position: relative;
    top: -20px;}
.inputBox .cc {display:none;}
@media screen and (max-width: 1500px) {
    .aboutBoxSec .aboutBoxSecSlider {
        max-width: 100%;
    }
    .aboutBoxSec .aboutBoxSecSlider .item .boxSec {
        padding: 0;
    }
}

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

@media screen and (max-width: 1024px) {
    .aboutBoxSec .aboutBoxSecSlider .item {
        width: 49%;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

                .aboutBoxSec .aboutBoxSecSlider .item:last-child{
                    display:none;
                            }
}

            @media screen and (max-width: 640px) {
                .aboutBoxSec .btnSec {
    margin-top: 0px;
}
                .aboutBoxSec.prodListing {
    padding: 30px 0;
}
            }

@media screen and (max-width: 480px) {
    .aboutBoxSec .aboutBoxSecSlider .item .boxSec .topSec .nameSec:before {
        width: 41px;
        height: 41px;
        margin-right: 8px;
        background-position: -290px 0;
    }

    .nationalFlag
    {
        position: absolute;
   
    height: 10px;
    width: 75px;
    margin: 3px;
    top: 138px;
    left: 11px;
    }
}
.ab-customrs h2 { color: #ff9b41;}

/*-------------Customer Reviews End -----------------*/
/*-------------Slide-nav start -----------------*/
.owl-carousel.owl-drag .owl-item a {padding: 10px 20px; color: rgba(255, 255, 255, 0.5);}
.owl-carousel.owl-drag .owl-item {padding: 16px 1px;}
.ABtablong .RTEcontainer {display: none;}
.owl-carousel, .owl-carousel.owl-loaded {
    position: relative;
    top: 0;
    z-index: 10;
    transition: none;
    box-shadow: none;
    left: 0;
    animation: slide-down .7s;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    float: left;
    background: rgb(0, 113, 187);
   
}

    .owl-carousel, .owl-carousel.owl-loaded.fixpos{
        transition: all .5s;
        position: fixed;
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
        animation: slide-down .7s;
        opacity: 1;
        z-index: 98;
        top: 0;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {  
        color: white;
        font-size: 5rem;
        position: absolute;
        line-height: 46px;
        background-color: #0071bb;
    }

    .owl-carousel .owl-nav button.owl-next { right: 0; padding: 0 3%;}
    .owl-carousel .owl-nav button.owl-prev { left: 0; padding: 0 3%;}
    .owl-carousel .owl-nav button.owl-next.disabled {color: rgba(255, 255, 255, 0.5);}
    .owl-carousel .owl-nav button.owl-prev.disabled {color: rgba(255, 255, 255, 0.5);}       
    .owl-item a.item.active {padding: 15px 20px; color: rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 155, 65);
    }
    .health-terms .plans.document ul li span {font-size: 2rem; margin: 0px 1%; line-height: 2.9rem;}
    .plans.document ul li { display: flex; margin-bottom: 0px;}
    .textRte-listing-div .plans.document ul li { padding: 0%;}
    .aboutBoxSec .btnSec {text-align: center;}
    .buy-button {min-width: 20%;
        text-align: center;
        top: 108px;
        z-index: 2;
        background: #f89c30;
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
        border-radius: 0px 0px 12px 11px; display: block; position: absolute;
        right: 22%;
}

    .buy-button.fixess { position: fixed; display: block; top: 57px; right: 1%;}
    .buy-button .lookig-for { color: #ffffff; text-align: center; border-radius: 0px 0px 12px 11px;
        background: #f89c30;
        padding: 8px 30px 10px;
        font-size: 1.8rem;
        display: inline-block;
        clear: both;}

    .buy-button ul a { color: #005596;}
    .buy-button ul li {border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 3%; }
    .buy-button ul li:hover {background-color: #f7f6f6; }
    .buy-button ul {background-color: #ffffff; text-align: left; }
    .buy-button.flipdown {
    display: block;
    right: 13%;
    }
    .buy-button.normalfix { position: absolute; display: block; top: 110px; right: 13%;}
    .ab-customrs .container .btnSec .btn {z-index: 0 !important;}

    .ab-arrow{
        transfrm: translate(50%,50%);
        float: right;
        width: 20px;
        height: 20px;
        margin-right: 8%;            
    }
    .ab-arrow span{
        position: relative;
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
        animation: animate 1s infinite;
        top: 13px;
        
    }


    @keyframes animate {
        0%{
            opacity: 0;
            transform: rotate(45deg) translate(-2px,-2px);
        }
        50%{
            opacity: 1;
        }
        100%{
            opacity: 0;
            transform: rotate(45deg) translate(2px,2px);
        }
    }

    .buy-button ul {display:none;}
    .updatedon {color: #ffffff; font-size: small;}
    #section-6 .benifitR h3 {font-size: 2rem; }
    #section-13 .textRte-listing-div h3 {font-size: 2rem; }

   /*-------------Slide-nav start -----------------*/
    #section-3 .listingDetails ul li{ color: black; font-size: 1.7rem; }
    #section-12 .plans ul li {display: block; margin-bottom: 0px;}
    #section-12 .Premium .plans ul li .listingSubDet span { font-size: 2rem; margin: 0; line-height: 2.5rem;}
    #section-16 .plans ul li {display: flex; margin-bottom: 10px;}
    .oursite{cursor: pointer; color: #005596;}
    .portability h2 strong {color: #ffffff !important;}
    .plans h3 {font-size: 2rem;}


   @media screen and (max-width: 767px){
    .nationalFlag
    {
        position: absolute;
   
    height: 10px;
    width: 75px;
    margin: 3px;
    top: 138px;
    left: 11px;
    }
    .RTEcontainer .InnovationTabSec .tabContentSec .videoSec {width: 97%; }
    .RTEcontainer .InnovationTabSec .tabContentSec .main-imgSec {width: 97%; }
    .RTEcontainer .InnovationTabSec .tabContentSec .description {width: 94%; margin-left: 2%;}
    .hide-mobile {display: none;}
    .buy-button.normalfix { position: absolute; display: block; top: 94px; right: 0%;}
    .ab-arrow{margin-right: 0%;}
    .buy-button.fixess {right: 0%;}
    .buy-button{border-radius: 0px 0px 0px 0px; position: absolute;
        display: block;
        top: 94px;
        right: 0%; }

    .flipdown ul{height: auto !important;}

    }

    /* ================= Amit code =============================== */
@media screen and (max-width: 767px){
    .container.why-usWrap .benifitsR .insPolicyTabsVideoSec .videoPlayIcon:before {
      top: 90% !important;
}
.portability .listingDetails ul li::before {
    left: 0px !important;
    top: 10px !important;
}
.buy-button, .buy-button.normalfix {
    top: 148px !important;
}
.buy-button.fixess {
    top: 70px !important;
}
.plans .single-benifit ul li {
    text-align: left !important;
}
.buy-button.normalfix {
    top: 148px !important;
    display: none !important;
}
}
/* ------------------------------------------------------------------- */

/*  ----- Amruta----*/

@media screen and (max-width: 481px){
    .container.why-usWrap .benifitsR .insPolicyTabsVideoSec .videoPlayIcon:before {
      top: 59% !important;
}
                    }


                    .reviews-container {
      max-width: 400px;
      padding: 24px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .reviews-header {
      font-size: 24px;
      font-weight: 600;
      color: #333;
      margin-bottom: 16px;
    }

    .rating-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .rating-number {
      font-size: 32px;
      font-weight: 600;
      color: #333;
    }

    .rating-star {
    color: #FFB800;
    font-size: 28px;
    border-right: 1px solid #7e7e7e;
    padding-right: 15px;
}

    .rating-text {
        font-size: 14px;
    color: #000;
    line-height: 1.4;
    font-weight: 600;
    }

    .reviews-count {
      color: #666;
      font-size: 14px;
    }

    /* Responsive Design */
    @media (max-width: 480px) {
      .reviews-container {
        padding: 16px;
      }

      .reviews-header {
        font-size: 20px;
      }

      .rating-number {
        font-size: 28px;
      }

      .rating-star {
        font-size: 24px;
      }

      .rating-text {
        font-size: 13px;
      }
    }

    @media (max-width: 320px) {
      .rating-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }
    }
@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.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;
  }
                        .aboutBoxSec .aboutBoxSecSlider .item .boxSec {        padding: 0px 25px;}
  .locateAndClaimSec .claimInTabSec .tabContentSec .content .description { width: 100%; }
  .bannerWrap .container .insurerFeatures .features .block .text
  .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;
  }
.benifitsL.listingDetails ul li:before {top:5px !important;}
  }
  
  @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;}
    h2 {margin-bottom: 21px; font-size: 2.8rem;}
    .ab-callback.callback-content {top: 1107px !important; left: 5%; zoom: 90%;}
  
  }
  
                                    /***********Media Query tabs Start**************/ 
  
  @media only screen and (max-width: 1023px) {
    .tabbing-links{ overflow-x:auto;}    
  .terms-tabbing-wrap .tabbing-container .tabbing-links ul{
    width: 1300px;
    overflow-x: auto;
    text-align: left;
    padding-left: 10px;
  }
  
  }
  
  
  @media only screen and (max-width: 767px) {
    .listingDetails ul li {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .highlight {
        font-size: 1.5rem;
    }
    .tabHeading {
        font-size: 2.5rem;
        padding-bottom: 0px;
        margin-bottom: 10px; 
    }
    .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p{
        padding-bottom: 10px;
        font-size: 1.5rem; 
    }
  .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active .tab-accord-wrap{
    display:block !important;}
  h2 {margin-bottom: 21px; font-size: 2.8rem;} 
  .single-benifit { min-height: auto;}
  
  
  
  }
  
  }
  
  
  /***********Media Query tabs End----------*/
  
  @media screen and (max-width: 768px) {
  
  .why-us .why-usWrap { display: block; }
  .why-us .why-usWrap .why-usL { width: 100%; }
  .benifts .single-benifit {width: 100%;}
  .insureAndGoSec .listingDetails ul li span {font-size: 1.8rem; padding-left:7px; }
  .why-usWrap .benifitsL {width: 90%;}
  .why-usWrap .benifitsL .lists li {font-size: 2rem; }
  .textRte-listing-div .why-usWrap {display: block;}
  .why-usWrap .benifitsR {width: 100%; padding: 6%;}
  .otherInsWrap ul li {display: block;}
  .otherInsWrap p.otherInsHeads { min-height: 52px; }
  .aboutBoxSec .aboutBoxSecSlider .item { width: 100%; padding: 0 7px 0px; }
  .ab-callback.callback-content {top: 1065px !important; margin: 0 auto; left: 6%;}
  .buy-button {top: 118px;  zoom: 80%;}
  .buy-button.normalfix {top: 118px;  zoom: 80%;}
  .buy-button.fixess{zoom: 80%; top: 70px;}
  .bgimg-2 { background-image: none !important; background-color: #e6f5ff; }
  .ab-customrs .container .btnSec .btn {z-index: 0 !important;}
  #section-13 .textRte-listing-div h3 {font-size: 2rem; }
  #section-3 .listingDetails ul li span a { font-size: 1.8rem !important;}
  #section-3 .listingDetails ul li span { font-size: 1.8rem !important;}
  .bannerWrap .bannerHeads h1 {  font-size: 3rem !important;  padding-bottom: 0px;}
  .why-usR h2 {font-size: 2.8rem !important;}
  .textRte-listing-div h2 {font-size: 2.8rem !important;}
  .benifts .container h2 {font-size: 2.8rem !important;}
  #section-6 .benifitR h3 {font-size: 2rem; }
  #section-7 .otherInsWrap p {  color: black;  font-size: large;}
  .why-us .why-usWrap  h2 {font-size: 2.8rem !important;}
  .why-us .why-usWrap {font-size: 2.8rem !important;}
  .why-usWrap .portability {font-size: 1.5rem;  line-height: 1.4;}
  .why-usWrap .portability h2 {font-size: 2.8rem !important;}
  .why-usWrap .portability h3 {font-size: 2rem; }
  .why-usWrap .portability ul {font-size: 1.5rem; }
  .why-usWrap .portability p {font-size: 1.5rem; }
  .listingDetails ul li:before {top:9px !important; left:2px;}
  
  }
  
    @media screen and (max-width: 1024px) {
      .single-benifit .benifitR {min-height: 300px;}
      .otherInsWrap ul li { display: block;}
      .otherInsWrap ul li p.otherInsHeads { min-height: 42px;}
      .ab-callback.callback-content {margin: 0 auto;}
      .plans .single-benifit .benifitR {min-height: auto;}
    }
  @media screen and (max-width: 640px){
    .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;}
    .plans ul li span {font-size: 1.8rem; margin-top:-3px;}
    .why-usWrap .textRte-empty {display: none;}
    .plans ul .single-benifit {display: block;}
    .plans ul .single-benifit .benifitL {width: 100%;}
    .plans ul .single-benifit .benifitR {width: 100%; text-align: center;}
    .why-usWrap .textRte-listing-div2 {width: 100%;}
    
    .bgimg-2 { background-image: none !important; background-color: #e6f5ff; }
    
    .buy-button.normalfix {top: 118px;  zoom: 80%;}
    .buy-button.fixess{zoom: 80%; top: 70px;}
    
    }
    @media only screen and (min-width: 411px) and (max-width: 731px) {
      .ab-callback.callback-content {
        top: 1095px !important;
        margin: 0 auto;
        left: 11%;
    } 
  }
