.bg-blue{
  background-color: #00305b;
}

.bg-gold{
  background: linear-gradient(to bottom, #f58220 -18%, #b02a30 127%);
}

.bannerWrapper .bannerTxt h3{
  font-weight: 300;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    margin: 0;
    padding-bottom: 20px;
}

.bannerWrapper .bannerTxt p{
  font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.65;
    margin: 0;
    padding: 0 15rem 4rem 0;
}

.bannerWrapper .bannerTxt p.boldTxt{
  font-size: 17px;
    font-weight: 600;
    padding: 0 0rem 2rem 0;
}

.bannerWrapper .bannerTxt a{
  margin-right: 20px;
}

.bannerWrapper .bannerTxt a:last-child{
  margin-right: 0px;
}

.bannerWrapper .bannerTxt{
  padding: 0px 0 5rem 0;
}

.bannerWrapper .bannerPatch{
  text-align: center;
}


/*CSS For Banner Start*/


.bannerWrapper .bannerImg.bannerImgDesk {
  position: absolute;
    /***Added by Samina Start***/
    right: 0px;
    top: -80px;
    /***Added by Samina End***/
}

.bannerWrapper{
  padding: 13.5rem 0 0rem 0;
}

.highlightTxt .appList .leftSec{
  width: 50%;
  float: left;
}

.highlightTxt .appList .rightSec{
  width: 50%;
  float: right;
  padding-left: 5rem;
}

.highlightTxt .appList .listImg{
  width: 20%;
    float: left;
    position: relative;
    top: 5px;
}

.highlightTxt .appList .listTxt{
  width: 80%;
    float: right;
}

.highlightTxt h2{
  margin: 0;
    color: #282828;
    font-weight: 300;
    font-size: 40px;
    padding: 0 0 4rem 0;
}

.highlightTxt .appList .listTxt p{
  color: #282828;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0rem 0 0;
    line-height: 1.47;
    padding-right: 5.2rem;
}

.highlightTxt .appList ul{
  margin-bottom: 3rem;
}

.highlightTxt .appList ul:last-child{
  margin-bottom: 0rem;
}

.appHighlightWrapper .highlightTxt{
  padding: 11rem 0;
}

.highlightTxt .appList li:last-child .listTxt p{
  padding: 0 4rem 0 0;
}

.appList ul li{
  margin-bottom: 3rem;
}

/*Start*/

.apphelpWrapper .helpSec li{
  width: 23.5%;
  display: inline-block;
  margin-right: 2rem;
  box-sizing: border-box;
}

.apphelpWrapper .helpSec li:last-child{
  
  margin-right: 0px;
}

.apphelpWrapper .helpSec li:last-child{
  margin-right: 0px;
}

.helpSec li .helpimgSec{
  width:30%;
  float: left;
      padding: 0 1.5rem 0 1.5rem;
}

.helpSec li .helptxtSec{
  width: 70%;
  float: right;
}

.helpSec li .helptxtSec p{
  /***Added by Samina Start***/
  font-weight: 600;
  /***Added by Samina End***/
    color: #282828;
    font-size: 17px;
        padding-right: 3rem;
}

.apphelpHeading h2{
  margin: 0;
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding-bottom: 1rem;
        padding-top: 3rem;
}

.apphelpHeading p{
  font-size: 18px;
  /***Added by Samina Start***/
    font-weight: 500;
    /***Added by Samina End***/
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 0 6.5rem 0;
}

.helpSec ul li{
  background-color: #ffffff;
    padding: 5rem 2rem;
    border-radius: 20px;
    height: 140px;
}

.helpSec ul li:nth-child(2) {
  padding: 4rem 2em;
}

.helpSec ul{
  margin-bottom: 2.6rem;
}

.helpSec ul:last-child{
  margin-bottom: 4rem;
}


.helpSec ul.scndRow li:first-child .helptxtSec p{
  padding-right: 50px;
}

.helpSec ul.scndRow li:nth-child(2) .helptxtSec p{
  padding-right: 50px;
}
.helpSec ul.scndRow li:last-child .helptxtSec p{
  padding-right: 0px;
}


/*End*/


.claimprocessWrapper .processHeading h2{
  margin: 0;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #282828;
}

.claimprocessWrapper .processHeading p{
  margin: 0;
    font-size: 17px;
    /***Added by Samina Start***/
    font-weight: 500;
    /***Added by Samina End***/
    text-align: center;
    color: #282828;
    padding: 1rem 0rem 5rem 0; 
}

.claimprocessWrapper .processStep li {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.stepBox .stepTxt p{
  color: #282828;
    font-size: 20px;
    font-weight: normal;
    padding: 2rem 8rem 0 8rem;
    line-height: 1.5;
}

.claimprocessWrapper .processStep{
  padding-bottom: 5rem;
}

.stepBox{
  position: relative;
}

.processStep li .stepBox:after {
    content: '';
    background-image: url(../images/right-arrow.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(-50%, -50%);
}

.processStep li:last-child .stepBox:after {
    content: none;
    
    
}

.processStep li:nth-child(2) .stepBox .stepTxt p{
  padding: 2rem 3rem 0 3rem;
}

.blogWrapper .blogHeading h2{
  margin: 0;
    color: #282828;
    font-weight: 300;
    text-align: center;
    font-size: 35px;
    padding-bottom: 5.5rem;
    padding-top: 2rem;
}

.blogWrapper{
      background-color: #f8f6f6;
}

.blogWrapper .blogImg{
	position: relative;
}

.blogSec .blogsubTitle{
 /*position: absolute;
    left: 36px;
    top: 29%;
    padding: 4px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(0, 0, 0,0.3);*/
    position: absolute;
    left: 25px;
    bottom:20px;
    padding: 4px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(0, 0, 0,0.3);
}

.blogSec .blogsubTitle p{
  color: #ffffff;
    font-size: 15px;
    /***Added by Samina Start***/
    font-weight: 600;
    /***Added by Samina End***/
}

.blogSec .blogContent h4{
  color: #282828;
   /***Added by Samina Start***/
    font-weight: 700;
   /***Added by Samina End***/
    font-size: 17px;
    padding: 0rem 0 1rem 0;
}

.blogSec .blogContent p{
  color: #282828;
    font-size: 15px;
    /***Added by Samina Start***/
    font-weight: 400;
    /***Added by Samina End***/
    line-height: 27px;
    padding-bottom: 2rem;
     /***Added by Samina Start***/
    /*min-height: 80px;*/
     /***Added by Samina End***/
}

.blogSec .blogContent a{
  color: #ec6608;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: underline;
}

.blogSec .blogContent{
  background-color: #ffffff;
    padding: 2rem 2.5rem 4rem 2.5rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /***Added by Samina Start***/
    min-height: 24rem;
    /***Added by Samina End***/
}

.blogSlider .blogSec{
  border-radius: 20px;
    overflow: hidden;
    /****Added by Samina Start****/
  /*padding-bottom: 2rem;*/
  border: 1px solid #eaeaea;
  height: auto;
  /****Added by Samina End****/
}

.blogWrapper .owl-carousel{
  display: block;
}

.blogWrapper .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.blogWrapper .owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: 0;
}

.blogWrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #f58220 !important;
    width: 25px;
    margin: 5px 0;
}

.blogWrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.blogWrapper .owl-theme .owl-dots .owl-dot span {
    background: #eaeaea;
}

.testimonialWrapper .cstsayHeading h2{
  color: #282828;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
}

/*-------------------CSS for Review & Rating Start-------------------*/

.testimonialWrapper .container-small {
    max-width: 120rem;
    margin: 0 auto;
        /*padding: 65px 0;*/
}
.testimonialWrapper{
  /*padding: 4.5rem 0;*/
  padding: 0rem 0;
}

.testimonialWrapper .owl-nav .owl-prev span{
  font-size: inherit;
}

.testimonialWrapper .owl-nav .owl-next span{
  font-size: inherit;
}

.testimonialWrapper .reviewHeding h2{
  margin: 0;
    font-size: 4rem;
    text-align: center;
    font-weight:300;
        padding-bottom: 7rem;
        padding-top: 1rem;
        color: #282828;
}


.testimonialWrapper .ui-reviews-slider .rating-topbar h3 {
    text-align: left;
    font-size: 1.7rem;
    color: #282828;
    /***Added by Samina Start***/
    font-weight: 700;
    /***Added by Samina End***/
    /*border-right: 2px solid #b2b2b2;*/
    padding-right: 1rem;
    display: inline-block;
    
}

.testimonialWrapper .ui-reviews-slider .item {
    text-align: center;
    margin: 2rem 0;
}

.testimonialWrapper .ui-reviews-slider .reviews-rating-content {
    /* display: inline-block; */
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
    direction: ltr;
}

.testimonialWrapper .ui-reviews-slider .rating-topbar {
    margin: 0 auto;
}

.ui-reviews-slider .rating-fl {
    display: inline-block;
    width: 45%;
    margin-left: 1rem;
}

.testimonialWrapper .ui-reviews-slider .rating-topbar:after {
    content: "";
    background-image: url(../images/ui-exl-ico.png);
    background-repeat: no-repeat;
    width: 49px;
    height: 42px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12rem;
}

.testimonialWrapper span.star-gray {
    background-image: url(../images/ui-graystar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}

.testimonialWrapper .ui-reviews-slider .reviews-rating-content p {
    font-size: 1.7rem;
    line-height: 3rem;
    /***Added by Samina Start***/
    font-weight: 400;
    /***Added by Samina End***/

}

.testimonialWrapper span.star-fill {
    background-image: url(../images/ui-orangestar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}

.testimonialWrapper .ui-reviews-slider .rating-fl span {
    margin-right: .5rem;
}

.testimonialWrapper .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.testimonialWrapper .owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: 0;
}

.testimonialWrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #f58220 !important;
    width: 25px;
    margin: 5px 0;
}

.testimonialWrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonialWrapper .owl-theme .owl-dots .owl-dot span {
    background: #eaeaea;
}

.testimonialWrapper .ui-reviews-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    font-size: 0;
    border: 1px solid #adadad !important;;
    height: 5rem;
    width: 5rem;
    border-radius: 100% !important;
    cursor: pointer;
    margin-left: 0;
}
/****Added by Samina Start****/
/*.testimonialWrapper .ui-reviews-slider .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 18px;
    background: url('/docs/default-source/assets/il-take-care/images/prev-arrow.svg');
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 16px;
    top: 17px;
}*/



.testimonialWrapper .ui-reviews-slider .owl-nav .owl-prev:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "\27F5";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(
228deg
);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 21px;
    top: 18px;
}


.testimonialWrapper .ui-reviews-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 0;
    border: 1px solid #adadad !important;;
    height: 5rem;
    width: 5rem;
    border-radius: 100% !important;;
    cursor: pointer;
    margin-right: 0;
}

.testimonialWrapper .ui-reviews-slider .owl-nav .owl-next:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(
47deg
);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 18px;
    top: 19px;
}

/*.testimonialWrapper .ui-reviews-slider .owl-nav .owl-next:before {
    
    content: "";
    display: inline-block;
    height: 16px;
    width: 18px;
    background: url('/docs/default-source/assets/il-take-care/images/next-arrow?sfvrsn=39fd6de9_2.svg');
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 18px;
    top: 19px;
}

*/

/****Added by Samina End****/

/*-------------------CSS for Review & Rating End-------------------*/

.takecareWrapper .iltcHeading h2{
  color: #ffffff;
    font-weight: 300;
    text-align: center;
    font-size: 50px;
        padding: 4rem 0 0 0;
}

.takecareWrapper .iltcHeading p{
  color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    padding: 3rem 0 3rem 0;
}

.takecareWrapper .dwappImg{
  text-align: center;
}

.takecareWrapper .dwappImg a{
  margin-right: 1.5rem;
}

.takecareWrapper .dwappImg a:last-child{
  margin-right: 0rem;
}

.takecareWrapper .dwHeading h4{
  text-align: center;
    font-size: 180px;
    font-weight: 800;
    /*color: #02396a;
    opacity: 0.5;*/
    background-image: linear-gradient(to bottom, #02396a 1%, #012f58);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
  background-clip: text;
 /* -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;*/
  opacity: 0.03;
}

.takecareWrapper .iltcImg{
  text-align: center;
    position: relative;
    bottom: 65px;
    left: 0;
    right: 0;
}

.takecareWrapper{
  position: relative;
}

.takecareWrapper .iltcHeading:after{
  content: '';
  background-image:url('../images/top-patch.png');
  width: 299px;
  height: 192px;
  position: absolute;
  top:0;
  left: 0;
}

.takecareWrapper .iltcHeading:before{
  content: '';
  background-image:url('../images/bottom-patch.png');
  width: 188px;
  height: 141px;
  position: absolute;
  bottom:0;
  left: 0;
}

.takecareWrapper .iltcImg:after{
  content: '';
  background-image:url('../images/right-patch.png');
  width: 132px;
  height: 277px;
  position: absolute;
  bottom:50px;
  right: 0;
}

.takecareWrapper.section-content{
  padding-bottom: 0rem;
}

.takecareWrapper .iltcImg img {
    display: inline-block;
}

.getappWrapper {
  display: none;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 999;
  top: 0;
  padding: 1rem;
  margin: 0;
}

.getappWrapper a{
  text-align: center;
  margin: 0 auto;
  background: #ec6608;
    color: #ffffff;
    max-width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 1rem;
    border-radius: 20px;
    /*display: none;*/
    font-size: 1.7rem;
    font-weight: bold;
}

.testimonialWrapper  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}


/***Added by Samina Start***/
.bannerImgDesk {
  display: block;
}

.bannerImgMob {
  display: none;
}

.p-0 {
  padding: 0 !important;
}

.owl-nav button:focus {
  border: none !important;
    outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.getappWrapper a:active, .getappWrapper a:hover {
  color: #fff;
}

/***Added by Samina End***/


/* Privacy-link */
.section-content.bg-blue .Privacy-pol a {position: absolute;bottom: 12px;left: 3%;font-size: 14px; 
  color: #ec6608;}

/* Privacy-link */