.blogSection{
    padding:50px 0;
}
.allcategoriesLinks{
     background: #f9f9f9;
    -webkit-box-shadow: 0 0 20px 3px #e0e0e0;
    box-shadow: 0 0 20px 3px #e0e0e0; 
    float: left;
    width:100%;
    margin-bottom: 15px;
}
.allcategoriesLinks.fixed{ position: fixed;
    top:0px;
    z-index: 9;
}
.allcategoriesLinks.fixed ul li a{
    padding: 15px 0;
    font-size: 1.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.allcategoriesLinks ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.allcategoriesLinks ul li a{
    display:block;
    padding: 20px 0px;
    border-bottom: 3px solid #f9f9f9; 
    font-family: 'AllianzSans';
    font-size: 1.6rem;
    color:#4f4f4f;
    /* transition: font-weight .3s;
    -webkit-transition: font-weight .3s;
    -moz-transition: font-weight .3s;
    -ms-transition: font-weight .3s; */
}
.allcategoriesLinks ul li a:hover{
    color:#005596;
    font-weight: bold;
    border-color: #005596;
}
.allcategoriesLinks ul li.active a{
    color:#005596;
    font-weight: bold;
    border-color: #005596;
}


.blogWrapper{
    padding:50px 0;
    float: left;
    width: 100%;
}
.categoryBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blogPosts{ 
    width:70%;
}
.blogPosts .postsDetail{ 
    padding: 35px 45px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
            box-shadow: 0 0 40px 2px #eaeaea;
}
.blogPosts .postsDetail:last-child{ margin-bottom: 0px;}
.topTitle{ 
    text-transform: uppercase;
    font-family: 'AllianzB';
    font-size: 2.8rem;
    color:#005596;
    padding-bottom: 30px;
}

.blogBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blogBox .leftBox{
    width:48%;
    overflow: hidden;
}
.blogBox .topBanner{
    position: relative;
    display: block;
}

.topBanner .cationText{
    padding: 5px 15px;
    font-family: 'AllianzB';
    font-size: 1.1rem;
    border-radius: 6px;
    background: #ffffff;
    color: #0071ba;
    position: absolute;
    left:-4px;
    top:10px;
    left:-100%; -webkit-transition: 0.5s; transition: 0.5s;
    -webkit-box-shadow:-1px 0px 10px 1px #00000038;
    box-shadow:-1px 0px 10px 1px #00000038;
    text-transform: uppercase;
}

.leftBox:hover .topBanner .cationText{ left:-4px;}

.blogDate{
    color:#0071ba;
    font-family: 'AllianzSans';
    font-size: 1.2rem;
    display: block;
    padding-bottom: 10px;
}
.blogTitle{
    color:#202020;
    font-family: 'AllianzSans';
    font-size: 2rem;
    padding-bottom: 17px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}
.blogTitle a{
    text-decoration: none;
    color:#202020;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogTitle a:hover{
    color:#0071ba;
}
.blogBox .leftBox{
    border: 1px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogBox .leftBox:hover{     
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #006bb0; 
}

.leftBox .topBanner{
    margin-bottom:30px; 
    display: block;
}
.blogBox .leftBox .topBanner img{ width:100%;}
.blogBox .leftBox .blogTitle{ padding-bottom: 5px; margin-bottom: 5px;}


.blogBox .rightBox{
    width:50%;
}

.blogThumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px;
    border:1px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    overflow: hidden;
}
.blogThumb:hover{ 
    border:1px solid #e1e1e1;
    border-bottom: 3px solid #006bb0;
}
.blogThumb:hover .topBanner .cationText{ left:-4px;}

.blogThumb .blogThumbLeft{ 
    width:38%;
} 
.blogThumb .blogThumbRight{ 
    width:58%;
} 
.blogThumb .blogThumbRight .blogTitle{ padding-bottom: 0px; /*font-size: 1.8rem; */ font-size: 1.7rem;}

.rightsidebar{ 
    width:26%;
    max-width:355px;
}

.titleText{
    padding-bottom: 15px;
    font-family: 'AllianzB';
    font-size: 2.2rem;
}
.newsletterWrap{ padding-bottom: 60px; }
.newsletterWrap:last-child{ display: none; }
.newsletterSec{
    text-align: center; 
    padding: 25px 45px;
    background: rgba(29,129,252,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,129,252,1)), color-stop(54%, rgba(12,108,241,1)), color-stop(81%, rgba(4,97,236,1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29,129,252,1)), color-stop(54%, rgba(12,108,241,1)), color-stop(81%, rgba(4,97,236,1)));
    background: linear-gradient(to bottom, rgba(29,129,252,1) 0%, rgba(12,108,241,1) 54%, rgba(4,97,236,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d81fc', endColorstr='#0461ec', GradientType=0 );
}
.newsletterSec .newsletterIcon{
    padding: 15px;
    background: #2964d0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width:95px;
    height:95px;
    margin:0 auto 25px;
}
.textContent{ 
    color: #ffffff;
    font-size: 1.8rem;
    padding-bottom: 25px;
    display: block;
}
.articlesLists{
    padding:0 30px 30px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
            box-shadow: 0 0 40px 2px #eaeaea;
}
.articlesBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid#e2e2e2;
    padding:25px 5px 15px 5px;
}
.articlesBox:last-child{
border:0px;
padding-bottom: 0px;
}

.articlesLists .leftSec{
    width:40%;
}

.articlesLists .rightSec{
    width:57%;
}
.articlesLists .blogTitle{
    /* font-size: 1.6rem; */
    font-size: 1.5rem;
    display:block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.formDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formDiv label {
    font-family: 'AllianzSans';
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.formDiv .inputRow {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}
#newsletterForm input[type="text"] {
    height: 40px;
    font-family: 'AllianzSans';
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #5895f5;
    font-size: 2rem;
    opacity: 1;
    padding: 5px;
    width:100%;
    text-align: center;
}
.titleArticle{
    padding: 5px 15px;
    display:inline-block;
    border-radius:5px;
    border:1px solid #ebebeb;
    font-family: 'AllianzB';
    font-size: 1.1rem;
    color:#0172bb;
    text-transform: uppercase;
    margin-bottom:7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.titleArticle:hover{
    border-color: #0172bb;
}

.blogBox .btn{ margin-top: 10px;}

#newsletterForm input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:  #5895f5;
  }
  #newsletterForm input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #5895f5;
  }
  #newsletterForm input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color:  #5895f5;
  }
  #newsletterForm input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color:  #5895f5;
  }
#newsletterForm .btn{ 
    padding: 10px 30px 12px;
}
.blogSection .errorMsg{ padding: 5px 0 5px; font-size: 1.2rem;}

/*-----------------------Blog Detail css Start---------------------*/
.blogDetailsec { padding-top: 0px; }
.blogDetailsec .topBanner{ margin-bottom: 30px;}
.blogDetailsec .topBanner img{ width:100%;}
.blogDetailsec .mainTitle{ font-size: 3rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzB'; line-height: normal;}
.blogDetailsec .subTitle{ color: #ff9b41; display: block; font-family: 'AllianzSans'; font-size: 1.8rem;   padding-bottom: 30px;}
.blogDetailsec p{ font-size: 1.6rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzSans';}
.blogDetailsec .safetySection{ padding-bottom: 45px;}
.safetySection h2{ font-size: 2.4rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzSans'; font-weight: normal;     line-height: normal;}
.listingBullets li{ position: relative; padding-left: 20px; color: #000000;  font-family: 'AllianzSans'; font-size: 1.6rem;     padding-bottom: 18px;}
.listingBullets li:before{ position: absolute; content:""; left:0px; top:7px; background: #ff9b41; border-radius: 50%; width:5px; height:5px;}
.listingBullets ul { padding-top: 20px;}
.listingBullets li li:before{ background: #4f4f4f;}
.listingBullets li li li:last-child{ padding-bottom: 0px;}
.listingBullets li li li:before{ background: none; border:1px solid #767676; width:4px; height:4px; }
.listingBullets b{ font-family: 'AllianzB';}
.tagsSection .titleArticle{ font-size: 1.3rem; font-family: 'AllianzSans';  text-transform: none; margin-right: 10px;}
.tagsSection .titleArticle:last-child{margin-right: 0px; }
.tagsSection .tagsTitle{ display: inline-block; font-size: 1.6rem; padding-right:5px; font-family: 'AllianzSans'; color:#0171bb; }
.articleRating { padding: 12px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border:1px solid #d7d7d7; max-width:740px; margin-bottom: 50px;}
.articleRating .helptoRate{ width:48%; padding: 10px 5px 10px 0; border-right:1px solid #d7d7d7;}
.articleRating p{ color:#000000; font-size: 1.8rem; font-family: 'AllianzSans'; padding-bottom: 5px;}
.articleRating .socialIcons{ width:50%; padding: 10px 0 10px 15px;}
.socialIcons ul{ display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 10px;}
.socialIcons ul li:first-child{ margin-left: 0px;}
.socialIcons ul li{ margin-left: 30px;}
.socialIcons .socialBtn{ position: relative; background: url(../../../../../../content/dam/bagic/demistify-blog/socialicon-Blog.png) no-repeat; display: block;}
.socialIcons .socialBtn.facebookShare{  width: 16px;    height: 27px;   background-position: 0 0;}
.socialIcons .socialBtn.tweeterShare{  width: 27px;    height: 27px;   background-position: -40px 0px;}
.socialIcons .socialBtn.instaShare{  width: 27px;    height: 27px;   background-position: -94px 0;}
.socialIcons .socialBtn.linkInShare{  width: 27px;    height: 27px;   background-position: -150px 0;}
.thoughtsTitle {  color:#000000; font-size: 3rem; font-family: 'AllianzB'; padding-bottom: 30px;}
#shareThoughts label{ color:#0071ba; font-size: 1.6rem; display:block; text-transform: initial;}
#shareThoughts .column{ display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 880px; }
#shareThoughts .inputRow:first-child{ margin-left: 0%;}
#shareThoughts .inputRow{ margin-left: 35px;}
#shareThoughts input{ 
    font-family: "AllianzSans";
    font-size: 2rem;
    color: #ff9b41;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    line-height: 20px;
    width:100%;

}
#shareThoughts .column-2{ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#shareThoughts .column-2 .inputRow{ max-width:200px;}
#shareThoughts .submit-form{ min-width:235px;}
#shareThoughts textarea{ width:100%; background: #fafafa; border:1px solid #ececec; padding: 20px 20px; border-radius: 5px; font-size: 1.8rem; color:#909090; resize: none;}

#shareThoughts input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:  #909090;
  }
  #shareThoughts input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
  }
  #shareThoughts input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color:  #909090;
  }
  #shareThoughts input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color:  #909090;
  }
/*-----------------------Blog Detail css End---------------------*/


/*-----------------------Blog list css Start---------------------*/
.blogBox.listingsBlog{ -ms-flex-wrap: wrap; flex-wrap: wrap;   } 
.listingsBlog .blogThumb{     -ms-flex-wrap: wrap;     flex-wrap: wrap;    width: 30%; margin-bottom: 50px; display: none;}
.listingsBlog .blogThumb .topBanner { margin-bottom: 20px;    display: block;}
.listingsBlog .blogThumb .topBanner img{ width:100%;}
.listingsBlog .blogThumb .blogThumbLeft,.listingsBlog .blogThumb .blogThumbRight{ width:100%;}
.moreList{ position: relative;
    left:0px;
    right:0px;
    margin: 0 auto 30px;
    font-family: 'AllianzB';
    color:#005596;
    font-size: 1.8rem;
    text-align: center;
    display: block;

}
.moreList a:before{ 
    content: '';  
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);  
    border: solid #1b67a1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left:0px;
    right:0px; 
    bottom:0px;
    margin: 0 auto;
    width: 3px;
    height: 3px;
    /* -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; */
}


.moreList a{ display: inline-block;
  padding-bottom: 10px;
  
}
.moreArticles .moreList.active a:before{ transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); bottom: -10px; } 
.moreArticles{ display: -webkit-box; display: -ms-flexbox; display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 100%;}    
.listingsBlog .moreArticles .otherArticles{  /*height: 0;  opacity: 0; */  display: none; -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;}
/* .listingsBlog .moreArticles .otherArticles.active{ height: auto; opacity: 1;  } */
.otherArticles ul{ display: -webkit-box; display: -ms-flexbox; display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;    width: 100%;    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;}
.otherArticles ul li{ width:30%; display: -webkit-box; display: -ms-flexbox; display: flex;}
.otherArticles ul li .blogThumb{ width:100%; }

  /* @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  } */
/*-----------------------Blog list css End---------------------*/

/*-----------------------Rating css Start-------------------*/
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    vertical-align: middle;
  }
  
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    font-size: 4rem;
  }
  
  .rating label:last-child {
    position: static;
  }
  
  .rating label:nth-child(1) {
    z-index: 5;
  }
  
  .rating label:nth-child(2) {
    z-index: 4;
  }
  
  .rating label:nth-child(3) {
    z-index: 3;
  }
  
  .rating label:nth-child(4) {
    z-index: 2;
  }
  
  .rating label:nth-child(5) {
    z-index: 1;
  }
  
  .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .rating label .icon {
    float: left;
    color: transparent;
    margin-right: 5px;
  }
  
  .rating label:last-child .icon {
    color: #c8c8c8;
  }
  
  .rating:not(:hover) label input:checked ~ .icon,
  .rating:hover label:hover input ~ .icon {
    color: #fd9442;
  }
  
  .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #c8c8c8;
    text-shadow: 0 0 5px #fd9442;
  }
.totalRating{ font-family: 'AllianzSans'; font-size: 1.8rem; color: #757575; display: inline-block; vertical-align: middle; padding-top: 10px;     margin-left: 5px;}
#newsletterForm .commonFlexBox{ float: left; width:100%;}
/*-----------------------Rating css End-------------------*/


@media screen and (max-width: 1220px){ 
.blogPosts{ width: 65%;}
.blogPosts .postsDetail{padding: 35px;}
.rightsidebar{ width:32%;}
.articlesLists{ padding: 0 20px 20px 20px;}
.blogBox .leftBox{ width:45%;}
.blogBox .rightBox{ width: 53%;}
.blogThumb{ margin-bottom: 5px;}
.blogTitle{ font-size: 1.8rem;}
}    

@media screen and (max-width: 1024px){ 
.blogPosts .postsDetail{ padding: 25px;} 
.topTitle { font-size: 2.4rem;  padding-bottom: 20px;}
.blogThumb .blogThumbLeft { width: 46%;}
.blogThumb .blogThumbRight {    width: 50%;}
.tagsSection .titleArticle{ margin-right: 5px;}
}

@media screen and (max-width: 1023px){ 
/* .blogBox{ flex-wrap: wrap;}
.blogBox .leftBox{ width:100%;}
.blogBox .rightBox{ width:100%;} */
.allcategoriesLinks{
    width: 100%;
    overflow: scroll;
}
.allcategoriesLinks ul{
   display:block;
   -webkit-box-pack: unset;
       -ms-flex-pack: unset;
           justify-content: unset;
   width: 1023px;
}
.allcategoriesLinks ul li:first-child{ margin-left: 0px;}
.allcategoriesLinks ul li{
   display:inline-block;
   margin-left: 25px;
}

.blogDetailsec .topBanner{ margin-bottom: 20px;}
.categoryBox{ -ms-flex-wrap: wrap; flex-wrap: wrap;}
.blogPosts{ width:100%; }
.rightsidebar{ width:100%; max-width:100%; padding-top: 50px;}
/* #newsletterForm{ display:flex; justify-content: center; align-items: center;}
#newsletterForm .inputRow{width:35%; }
#newsletterForm .btn{ width:100%; margin-left:10px;} */
.rightsidebar .newsletterWrap img{ width:100%;}
.rightsidebar .articlesBox { justify-content: flex-start;}
.rightsidebar .articlesLists .leftSec{ margin-right:20px; width:auto;}
.rightsidebar .articlesLists .leftSec img{ max-width:271px; width:auto;}
.blogDetailsec .mainTitle{ font-size: 2.5rem; padding-bottom: 20px; }
.blogDetailsec .subTitle{ padding-bottom: 20px;}
.safetySection h2{ padding-bottom: 20px; font-size: 2.2rem;}
.blogDetailsec .safetySection p{ padding-bottom: 20px;}
.listingBullets li{ padding-bottom: 10px;}
.blogDetailsec .safetySection{ padding-bottom: 25px;}
.thoughtsTitle{ font-size: 2.5rem; padding-bottom: 20px;}
.blogDetailsec p { padding-bottom: 20px;}
.newsletterWrap{ padding-bottom:40px;}
.listingsBlog .blogThumb{ margin-bottom: 30px; }
#newsletterForm .inputWrap.emailWrapper{  max-width: 250px;  margin: 0 auto;}
#newsletterForm .btn{ font-size: 1.5rem;} 

}

@media screen and (max-width: 767px){ 
.blogWrapper{ padding: 30px 0;}
.blogBox{ -ms-flex-wrap: wrap; flex-wrap: wrap;}
.blogBox .leftBox{ width:100%;}
.blogBox .rightBox{ width:100%;}
.blogThumb{ -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 5px; margin-bottom: 10px;}
.blogThumb .blogThumbLeft{ width: 160px; margin-right: 3%;}
.blogThumb .blogThumbRight{ width:auto;}
.blogSection .btn{ padding: 8px 20px 10px; font-size: 1.6rem; }
.blogList .blogDate{  padding-bottom: 5px;}
.articlesLists .blogTitle{ padding-bottom: 10px;}
.articlesBox{ padding: 20px 5px 5px 5px;} 
.blogBox .btn{ float:left !important;}
.blogBox .leftBox{ margin-bottom: 20px;}
#shareThoughts .column{  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
#shareThoughts .inputRow{ margin-left: 0px;}
#shareThoughts .column-2 .commonFlexBox{     width: 100%;    margin-bottom: 50px;}
.newsletterWrap{ padding-bottom: 30px;}
#shareThoughts input{ font-size: 1.8rem;}
.blogDetailsec p,.listingBullets li { font-size: 1.5rem; }
.safetySection h2{ font-size: 2rem;}
.formDiv .inputRow{ margin-bottom: 20px;}
.rightsidebar{ margin:0 auto;}
#newsletterForm{ display: block;}
#newsletterForm .inputRow{ width:100%;}
#newsletterForm .btn{ margin-left: 0px; max-width:200px;} 
}

@media screen and (max-width: 639px){ 
.articleRating{ -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center;     -webkit-box-pack: center;     -ms-flex-pack: center;     justify-content: center;     margin-bottom: 30px; padding: 10px;}
.articleRating p{ font-size: 1.6rem;}
.articleRating .helptoRate {
    width: 100%;
    padding: 10px 0px 10px 0;
    border-right:0px;
    border-bottom: 1px solid #d7d7d7;
}
.articleRating .socialIcons{
    width: 100%;
    padding: 10px 0px 10px 0;
}
.socialIcons ul{ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.thoughtsTitle{ font-size: 2rem;     line-height: normal;}
#shareThoughts .submit-form{ min-width: 150px;}
.listingsBlog .blogThumb{ width: 48%;}
.otherArticles ul li{ width: 48%;}
.listingsBlog .blogThumb{ margin-bottom: 20px;}

}    


@media screen and (max-width: 480px){
.topTitle{ font-size: 2rem; }
.blogTitle{ font-size: 1.6rem; }
/* .blogThumb .blogThumbLeft .topBanner .cationText{ display: none;} */
.blogPosts .postsDetail{ padding:15px 10px;}
.blogThumb .blogThumbRight .blogTitle { font-size: 1.4rem;}
.blogSection .btn {     padding: 6px 20px 6px;    font-size: 1.5rem;}
.tagsSection .tagsTitle{ display: block; padding-bottom: 10px;}
.listingsBlog .blogThumb{ width: 100%;}
.otherArticles ul li{ width: 100%;}
.blogBox.listingsBlog .blogThumb .blogThumbLeft{ margin-right: 0%;}
.listingsBlog .blogThumb .topBanner{ margin-bottom: 15px;}



}



.blogSection{
    padding:50px 0;
}
.allcategoriesLinks{
     background: #f9f9f9;
    -webkit-box-shadow: 0 0 20px 3px #e0e0e0;
    box-shadow: 0 0 20px 3px #e0e0e0; 
    float: left;
    width:100%;
    margin-bottom: 15px;
}
.allcategoriesLinks.fixed{ position: fixed;
    top:0px;
    z-index: 9;
}
.allcategoriesLinks.fixed ul li a{
    padding: 15px 0;
    font-size: 1.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.allcategoriesLinks ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.allcategoriesLinks ul li a{
    display:block;
    padding: 20px 0px;
    border-bottom: 3px solid #f9f9f9; 
    font-family: 'AllianzSans';
    font-size: 1.6rem;
    color:#4f4f4f;
    /* transition: font-weight .3s;
    -webkit-transition: font-weight .3s;
    -moz-transition: font-weight .3s;
    -ms-transition: font-weight .3s; */
}
.allcategoriesLinks ul li a:hover{
    color:#005596;
    font-weight: bold;
    border-color: #005596;
}
.allcategoriesLinks ul li.active a{
    color:#005596;
    font-weight: bold;
    border-color: #005596;
}


.blogWrapper{
    padding:50px 0;
    float: left;
    width: 100%;
}
.categoryBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blogPosts{ 
    width:70%;
}
.blogPosts .postsDetail{ 
    padding: 35px 45px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
            box-shadow: 0 0 40px 2px #eaeaea;
}
.blogPosts .postsDetail:last-child{ margin-bottom: 0px;}
.topTitle{ 
    text-transform: uppercase;
    font-family: 'AllianzB';
    font-size: 2.8rem;
    color:#005596;
    padding-bottom: 30px;
}

.blogBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blogBox .leftBox{
    width:48%;
    overflow: hidden;
}
.blogBox .topBanner{
    position: relative;
    display: block;
}

.topBanner .cationText{
    padding: 5px 15px;
    font-family: 'AllianzB';
    font-size: 1.1rem;
    border-radius: 6px;
    background: #ffffff;
    color: #0071ba;
    position: absolute;
    left:-4px;
    top:10px;
    left:-100%; -webkit-transition: 0.5s; transition: 0.5s;
    -webkit-box-shadow:-1px 0px 10px 1px #00000038;
    box-shadow:-1px 0px 10px 1px #00000038;
    text-transform: uppercase;
}

.leftBox:hover .topBanner .cationText{ left:-4px;}

.blogDate{
    color:#0071ba;
    font-family: 'AllianzSans';
    font-size: 1.2rem;
    display: block;
    padding-bottom: 10px;
}
.blogTitle{
    color:#202020;
    font-family: 'AllianzSans';
    font-size: 2rem;
    padding-bottom: 17px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}
.blogTitle a{
    text-decoration: none;
    color:#202020;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogTitle a:hover{
    color:#0071ba;
}
.blogBox .leftBox{
    border: 1px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogBox .leftBox:hover{     
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #006bb0; 
}

.leftBox .topBanner{
    margin-bottom:30px; 
    display: block;
}
.blogBox .leftBox .topBanner img{ width:100%;}
.blogBox .leftBox .blogTitle{ padding-bottom: 5px; margin-bottom: 5px;}


.blogBox .rightBox{
    width:50%;
}

.blogThumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px;
    border:1px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    overflow: hidden;
}
.blogThumb:hover{ 
    border:1px solid #e1e1e1;
    border-bottom: 3px solid #006bb0;
}
.blogThumb:hover .topBanner .cationText{ left:-4px;}

.blogThumb .blogThumbLeft{ 
    width:38%;
} 
.blogThumb .blogThumbRight{ 
    width:58%;
} 
.blogThumb .blogThumbRight .blogTitle{ padding-bottom: 0px; /*font-size: 1.8rem; */ font-size: 1.7rem;}

.rightsidebar{ 
    width:26%;
    max-width:355px;
}

.titleText{
    padding-bottom: 15px;
    font-family: 'AllianzB';
    font-size: 2.2rem;
}
.newsletterWrap{ padding-bottom: 60px;}
.newsletterSec{
    text-align: center; 
    padding: 25px 45px;
    background: rgba(29,129,252,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,129,252,1)), color-stop(54%, rgba(12,108,241,1)), color-stop(81%, rgba(4,97,236,1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29,129,252,1)), color-stop(54%, rgba(12,108,241,1)), color-stop(81%, rgba(4,97,236,1)));
    background: linear-gradient(to bottom, rgba(29,129,252,1) 0%, rgba(12,108,241,1) 54%, rgba(4,97,236,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d81fc', endColorstr='#0461ec', GradientType=0 );
}
.newsletterSec .newsletterIcon{
    padding: 15px;
    background: #2964d0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width:95px;
    height:95px;
    margin:0 auto 25px;
}
.textContent{ 
    color: #ffffff;
    font-size: 1.8rem;
    padding-bottom: 25px;
    display: block;
}
.articlesLists{
    padding:0 30px 30px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 40px 2px #eaeaea;
            box-shadow: 0 0 40px 2px #eaeaea;
}
.articlesBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid#e2e2e2;
    padding:25px 5px 15px 5px;
}
.articlesBox:last-child{
border:0px;
padding-bottom: 0px;
}

.articlesLists .leftSec{
    width:40%;
}

.articlesLists .rightSec{
    width:57%;
}
.articlesLists .blogTitle{
    /* font-size: 1.6rem; */
    font-size: 1.5rem;
    display:block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.formDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formDiv label {
    font-family: 'AllianzSans';
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.formDiv .inputRow {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}
#newsletterForm input[type="text"] {
    height: 40px;
    font-family: 'AllianzSans';
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #5895f5;
    font-size: 2rem;
    opacity: 1;
    padding: 5px;
    width:100%;
    text-align: center;
}
.titleArticle{
    padding: 5px 15px;
    display:inline-block;
    border-radius:5px;
    border:1px solid #ebebeb;
    font-family: 'AllianzB';
    font-size: 1.1rem;
    color:#0172bb;
    text-transform: uppercase;
    margin-bottom:7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.titleArticle:hover{
    border-color: #0172bb;
}

.blogBox .btn{ margin-top: 10px;}

#newsletterForm input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:  #5895f5;
  }
  #newsletterForm input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #5895f5;
  }
  #newsletterForm input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color:  #5895f5;
  }
  #newsletterForm input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color:  #5895f5;
  }
#newsletterForm .btn{ 
    padding: 10px 30px 12px;
}
.blogSection .errorMsg{ padding: 5px 0 5px; font-size: 1.2rem;}

/*-----------------------Blog Detail css Start---------------------*/
.blogDetailsec { padding-top: 0px; }
.blogDetailsec .topBanner{ margin-bottom: 30px;}
.blogDetailsec .topBanner img{ width:100%;}
.blogDetailsec .mainTitle{ font-size: 3rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzB'; line-height: normal;}
.blogDetailsec .subTitle{ color: #ff9b41; display: block; font-family: 'AllianzSans'; font-size: 1.8rem;   padding-bottom: 30px;}
.blogDetailsec p{ font-size: 1.6rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzSans';}
.blogDetailsec .safetySection{ padding-bottom: 45px;}
.safetySection h2{ font-size: 2.4rem; color: #000000; padding-bottom: 30px; font-family: 'AllianzSans'; font-weight: normal;     line-height: normal;}
.listingBullets li{ position: relative; padding-left: 20px; color: #000000;  font-family: 'AllianzSans'; font-size: 1.6rem;     padding-bottom: 18px;}
.listingBullets li:before{ position: absolute; content:""; left:0px; top:7px; background: #ff9b41; border-radius: 50%; width:5px; height:5px;}
.listingBullets ul { padding-top: 20px;}
.listingBullets li li:before{ background: #4f4f4f;}
.listingBullets li li li:last-child{ padding-bottom: 0px;}
.listingBullets li li li:before{ background: none; border:1px solid #767676; width:4px; height:4px; }
.listingBullets b{ font-family: 'AllianzB';}
.tagsSection .titleArticle{ font-size: 1.3rem; font-family: 'AllianzSans';  text-transform: none; margin-right: 10px; display:none;}
.tagsSection .titleArticle:last-child{margin-right: 0px; }
.tagsSection .tagsTitle{ display: inline-block; font-size: 1.6rem; padding-right:5px; font-family: 'AllianzSans'; color:#0171bb; display:none;}
.articleRating { padding: 12px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border:1px solid #d7d7d7; max-width:740px; margin-bottom: 50px;}
.articleRating .helptoRate{ width:48%; padding: 10px 5px 10px 0; border-right:1px solid #d7d7d7;}
.articleRating p{ color:#000000; font-size: 1.8rem; font-family: 'AllianzSans'; padding-bottom: 5px;}
.articleRating .socialIcons{ width:50%; padding: 10px 0 10px 15px;}
.socialIcons ul{ display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 10px;}
.socialIcons ul li:first-child{ margin-left: 0px;}
.socialIcons ul li{ margin-left: 30px;}
.socialIcons .socialBtn{ position: relative;   background: url(clientlib/images/blog/socialicon-Blog.png) no-repeat;   display: block;}
.socialIcons .socialBtn.facebookShare{  width: 16px;    height: 27px;   background-position: 0 0;}
.socialIcons .socialBtn.tweeterShare{  width: 27px;    height: 27px;   background-position: -40px 0px;}
.socialIcons .socialBtn.instaShare{  width: 27px;    height: 27px;   background-position: -94px 0;}
.socialIcons .socialBtn.linkInShare{  width: 27px;    height: 27px;   background-position: -150px 0;}
.thoughtsTitle {  color:#000000; font-size: 3rem; font-family: 'AllianzB'; padding-bottom: 30px;}
#shareThoughts label{ color:#0071ba; font-size: 1.6rem; display:block; text-transform: initial;}
#shareThoughts .column{ display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 880px; }
#shareThoughts .inputRow:first-child{ margin-left: 0%;}
#shareThoughts .inputRow{ margin-left: 35px;}
#shareThoughts input{ 
    font-family: "AllianzSans";
    font-size: 2rem;
    color: #ff9b41;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    line-height: 20px;
    width:100%;

}
#shareThoughts .column-2{ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#shareThoughts .column-2 .inputRow{ max-width:200px;}
#shareThoughts .submit-form{ min-width:235px;}
#shareThoughts textarea{ width:100%; background: #fafafa; border:1px solid #ececec; padding: 20px 20px; border-radius: 5px; font-size: 1.8rem; color:#909090; resize: none;}

#shareThoughts input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:  #909090;
  }
  #shareThoughts input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
  }
  #shareThoughts input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color:  #909090;
  }
  #shareThoughts input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color:  #909090;
  }
/*-----------------------Blog Detail css End---------------------*/


/*-----------------------Blog list css Start---------------------*/
.blogBox.listingsBlog{ -ms-flex-wrap: wrap; flex-wrap: wrap;   } 
.listingsBlog .blogThumb{     -ms-flex-wrap: wrap;     flex-wrap: wrap;    width: 30%; margin-bottom: 50px; display: none;}
.listingsBlog .blogThumb .topBanner { margin-bottom: 20px;    display: block;}
.listingsBlog .blogThumb .topBanner img{ width:100%;}
.listingsBlog .blogThumb .blogThumbLeft,.listingsBlog .blogThumb .blogThumbRight{ width:100%;}
.moreList{ position: relative;
    left:0px;
    right:0px;
    margin: 0 auto 30px;
    font-family: 'AllianzB';
    color:#005596;
    font-size: 1.8rem;
    text-align: center;
    display: block;

}
.moreList a:before{ 
    content: '';  
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);  
    border: solid #1b67a1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left:0px;
    right:0px; 
    bottom:0px;
    margin: 0 auto;
    width: 3px;
    height: 3px;
    /* -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; */
}


.moreList a{ display: inline-block;
  padding-bottom: 10px;
  
}
.moreArticles .moreList.active a:before{ transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); bottom: -10px; } 
.moreArticles{ display: -webkit-box; display: -ms-flexbox; display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 100%;}    
.listingsBlog .moreArticles .otherArticles{  /*height: 0;  opacity: 0; */  display: none; -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;}
/* .listingsBlog .moreArticles .otherArticles.active{ height: auto; opacity: 1;  } */
.otherArticles ul{ display: -webkit-box; display: -ms-flexbox; display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;    width: 100%;    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;}
.otherArticles ul li{ width:30%; display: -webkit-box; display: -ms-flexbox; display: flex;}
.otherArticles ul li .blogThumb{ width:100%; }

  /* @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  } */
/*-----------------------Blog list css End---------------------*/

/*-----------------------Rating css Start-------------------*/
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    vertical-align: middle;
  }
  
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    font-size: 4rem;
  }
  
  .rating label:last-child {
    position: static;
  }
  
  .rating label:nth-child(1) {
    z-index: 5;
  }
  
  .rating label:nth-child(2) {
    z-index: 4;
  }
  
  .rating label:nth-child(3) {
    z-index: 3;
  }
  
  .rating label:nth-child(4) {
    z-index: 2;
  }
  
  .rating label:nth-child(5) {
    z-index: 1;
  }
  
  .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .rating label .icon {
    float: left;
    color: transparent;
    margin-right: 5px;
  }
  
  .rating label:last-child .icon {
    color: #c8c8c8;
  }
  
  .rating:not(:hover) label input:checked ~ .icon,
  .rating:hover label:hover input ~ .icon {
    color: #fd9442;
  }
  
  .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #c8c8c8;
    text-shadow: 0 0 5px #fd9442;
  }
.totalRating{ font-family: 'AllianzSans'; font-size: 1.8rem; color: #757575; display: inline-block; vertical-align: middle; padding-top: 10px;     margin-left: 5px;}
#newsletterForm .commonFlexBox{ float: left; width:100%;}
/*-----------------------Rating css End-------------------*/


@media screen and (max-width: 1220px){ 
.blogPosts{ width: 65%;}
.blogPosts .postsDetail{padding: 35px;}
.rightsidebar{ width:32%;}
.articlesLists{ padding: 0 20px 20px 20px;}
.blogBox .leftBox{ width:45%;}
.blogBox .rightBox{ width: 53%;}
.blogThumb{ margin-bottom: 5px;}
.blogTitle{ font-size: 1.8rem;}
}    

@media screen and (max-width: 1024px){ 
.blogPosts .postsDetail{ padding: 25px;} 
.topTitle { font-size: 2.4rem;  padding-bottom: 20px;}
.blogThumb .blogThumbLeft { width: 46%;}
.blogThumb .blogThumbRight {    width: 50%;}
.tagsSection .titleArticle{ margin-right: 5px;}
}

@media screen and (max-width: 1023px){ 
/* .blogBox{ flex-wrap: wrap;}
.blogBox .leftBox{ width:100%;}
.blogBox .rightBox{ width:100%;} */
.allcategoriesLinks{
    width: 100%;
    overflow: scroll;
}
.allcategoriesLinks ul{
   display:block;
   -webkit-box-pack: unset;
       -ms-flex-pack: unset;
           justify-content: unset;
   width: 1023px;
}
.allcategoriesLinks ul li:first-child{ margin-left: 0px;}
.allcategoriesLinks ul li{
   display:inline-block;
   margin-left: 25px;
}

.blogDetailsec .topBanner{ margin-bottom: 20px;}
.categoryBox{ -ms-flex-wrap: wrap; flex-wrap: wrap;}
.blogPosts{ width:100%; }
.rightsidebar{ width:100%; max-width:100%; padding-top: 50px;}
/* #newsletterForm{ display:flex; justify-content: center; align-items: center;}
#newsletterForm .inputRow{width:35%; }
#newsletterForm .btn{ width:100%; margin-left:10px;} */
.rightsidebar .newsletterWrap img{ width:100%;}
.rightsidebar .articlesBox { justify-content: flex-start;}
.rightsidebar .articlesLists .leftSec{ margin-right:20px; width:auto;}
.rightsidebar .articlesLists .leftSec img{ max-width:271px; width:auto;}
.blogDetailsec .mainTitle{ font-size: 2.5rem; padding-bottom: 20px; }
.blogDetailsec .subTitle{ padding-bottom: 20px;}
.safetySection h2{ padding-bottom: 20px; font-size: 2.2rem;}
.blogDetailsec .safetySection p{ padding-bottom: 20px;}
.listingBullets li{ padding-bottom: 10px;}
.blogDetailsec .safetySection{ padding-bottom: 25px;}
.thoughtsTitle{ font-size: 2.5rem; padding-bottom: 20px;}
.blogDetailsec p { padding-bottom: 20px;}
.newsletterWrap{ padding-bottom:40px;}
.listingsBlog .blogThumb{ margin-bottom: 30px; }
#newsletterForm .inputWrap.emailWrapper{  max-width: 250px;  margin: 0 auto;}
#newsletterForm .btn{ font-size: 1.5rem;} 

}

@media screen and (max-width: 767px){ 
.blogWrapper{ padding: 30px 0;}
.blogBox{ -ms-flex-wrap: wrap; flex-wrap: wrap;}
.blogBox .leftBox{ width:100%;}
.blogBox .rightBox{ width:100%;}
.blogThumb{ -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 5px; margin-bottom: 10px;}
.blogThumb .blogThumbLeft{ width: 160px; margin-right: 3%;}
.blogThumb .blogThumbRight{ width:auto;}
.blogSection .btn{ padding: 8px 20px 10px; font-size: 1.6rem; }
.blogList .blogDate{  padding-bottom: 5px;}
.articlesLists .blogTitle{ padding-bottom: 10px;}
.articlesBox{ padding: 20px 5px 5px 5px;} 
.blogBox .btn{ float:left !important;}
.blogBox .leftBox{ margin-bottom: 20px;}
#shareThoughts .column{  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
#shareThoughts .inputRow{ margin-left: 0px;}
#shareThoughts .column-2 .commonFlexBox{     width: 100%;    margin-bottom: 50px;}
.newsletterWrap{ padding-bottom: 30px;}
#shareThoughts input{ font-size: 1.8rem;}
.blogDetailsec p,.listingBullets li { font-size: 1.5rem; }
.safetySection h2{ font-size: 2rem;}
.formDiv .inputRow{ margin-bottom: 20px;}
.rightsidebar{ margin:0 auto;}
#newsletterForm{ display: block;}
#newsletterForm .inputRow{ width:100%;}
#newsletterForm .btn{ margin-left: 0px; max-width:200px;} 
}

@media screen and (max-width: 639px){ 
.articleRating{ -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center;     -webkit-box-pack: center;     -ms-flex-pack: center;     justify-content: center;     margin-bottom: 30px; padding: 10px;}
.articleRating p{ font-size: 1.6rem;}
.articleRating .helptoRate {
    width: 100%;
    padding: 10px 0px 10px 0;
    border-right:0px;
    border-bottom: 1px solid #d7d7d7;
}
.articleRating .socialIcons{
    width: 100%;
    padding: 10px 0px 10px 0;
}
.socialIcons ul{ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.thoughtsTitle{ font-size: 2rem;     line-height: normal;}
#shareThoughts .submit-form{ min-width: 150px;}
.listingsBlog .blogThumb{ width: 48%;}
.otherArticles ul li{ width: 48%;}
.listingsBlog .blogThumb{ margin-bottom: 20px;}

}    


@media screen and (max-width: 480px){
.topTitle{ font-size: 2rem; }
.blogTitle{ font-size: 1.6rem; }
/* .blogThumb .blogThumbLeft .topBanner .cationText{ display: none;} */
.blogPosts .postsDetail{ padding:15px 10px;}
.blogThumb .blogThumbRight .blogTitle { font-size: 1.4rem;}
.blogSection .btn {     padding: 6px 20px 6px;    font-size: 1.5rem;}
.tagsSection .tagsTitle{ display: block; padding-bottom: 10px;}
.listingsBlog .blogThumb{ width: 100%;}
.otherArticles ul li{ width: 100%;}
.blogBox.listingsBlog .blogThumb .blogThumbLeft{ margin-right: 0%;}
.listingsBlog .blogThumb .topBanner{ margin-bottom: 15px;}



}



