* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #343131;

}
a { text-decoration: none;}

section,
article,
aside,
nav,
header,
footer {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #1a5156;
}
a:hover {
  color: #1a5156;
  text-decoration: none !important;
}

.pfWrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 10px;
}

.pfMainHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pfMainHeading span {
  font-size: 24px;
  color: #1a5156;
  display: block;
  text-transform: uppercase;
  font-weight:bold;
}

.pfMainHeading a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 8px 30px 0 10px ;
  background:  url(https://cdn.abplive.com/pf/pf-arrow.png) right 7px center  no-repeat #1a5156;
  border-radius: 4px;
  display: block;
  background-size: 15px 13px;
   line-height: 1;
   height: 30px;
  
}

.pfMainHeading a:hover {
  background-color: #8a0506;
  color: #fff;
}
/* Start Breadcrumb css */

.pfBreadcrumb {
  display: block;
  padding: 20px 0px;
}

.pfBreadcrumb ul {
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 0;
}

.pfBreadcrumb ul li {
  display: block;
  color: #000;
  font-weight: 200;
  font-size: 16px;
  font-style: italic;
}

.pfBreadcrumb ul li span {
  color: #999999;
  display: inline-block;
  padding: 0px 4px;
}

.pfBreadcrumb ul li a {
  color: #999999;
}

.pfBreadcrumb ul li a:hover {
  color: #1a5156;
}
.pfBreadcrumb ul li.pfActive a { color: #1a5156;}
.pfAds {
  display: block;
  text-align: center;
  min-width: 300px;
  margin: 0px auto;
}

.pfAds span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #666;
}



/* Header CSS */

.pfHeader {
  background: #edf3f4;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 3;
}
/* Logo Bar CSS */
.pfLogoBar {
  background: #1a5156;
}

.pfLogoBar .pfWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pfLogo {
  flex: 2;
  padding: 5px 0px;
}

.pfLanguage {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 64px;
}

.pflanguageIn {
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 36px;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}

.pflanguageIn::after {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  height: 6px;
  width: 16px;
  /*background: url(../img/arrow-down.png) 0 0 no-repeat;*/
}

.pflanguageIn span {
  margin-right: 10px;
  display: block;
}

.pfLanguage ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 160px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
  padding: 15px;
  border-radius: 0px 0px 6px 6px;
  margin: 0; 
  z-index:7
}

.pfLanguage:hover ul {
  display: block;
}

.pfLanguage ul li {
  display: block;
  padding: 5px 10px 5px 10px;
}

.pfLanguage ul li a {
  display: block;
  color: #000;
  border-bottom: solid 2px #fff;
  padding-bottom: 5px;
  font-weight: 500;
}

.pfLanguage ul li a:hover,
.pfLanguage ul li.pfActive a {
  color: #1a5156;
  border-bottom: solid 2px #1a5156;
}

.pfSearch {
  margin-left: 25px;
  position: relative;
  cursor: pointer;
}

.pfSearchBox {
  display: none;
  position: absolute;
  right: 0;
  top: -5px;
  background: #8a0506;
  border-radius: 4px;
  padding: 5px;
  align-items: center;
}
.pfSearchBox form { display: flex; flex-shrink: 0;}


.pfSearchBox input {
  background: #fff;
  border-radius: 2px;
  outline: none;
  border: none;
  padding: 4px;
  height: 28px;
  flex: 2;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  max-width: 120px;
}

.pfSearchBox button {
  background: #ffe546;
  border-radius: 2px;
  outline: none;
  border: none;
  padding: 4px 8px;
  height: 28px;
  color: #8a0506;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.pfSearchBox span {
  height: 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  margin-left: 10px;
   line-height: 26px;
}

/* Navigation CSS */

.pfNavigation {
  display: block;
  background: #edf3f4;
}

.pfNavigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0px;
}

.pfNavigation ul li {
  display: block;
  padding: 15px;
}

.pfNavigation ul li a {
  display: block;
  color: #1a5156;
  font-size: 18px;
  padding: 5px 3px;
  border-bottom: solid 3px #edf3f4;
  font-weight: 400;
  text-transform: uppercase;
}

.pfNavigation ul li.pfActive a,
.pfNavigation ul li a:hover {
  border-bottom: solid 3px #1a5156;
  font-weight: bold;
  text-decoration: none;
}


.pfListBox {
  display: block;
}

.pfListBox .pfMainHeading a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #1a5156;
  padding: 5px 10px;
}

.pfListBox ul.pfStoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
}

.pfListBox ul.pfStoryList li {
  display: block;
  flex-basis: 32%;
  margin-bottom: 25px;
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  overflow: hidden;
  margin-right: 1.5%;
}
.pfListBox ul.pfStoryList li:nth-child(3n+3) { margin-right: 0;}

.pfListBox ul.pfStoryList li a {
  display: block;
  position: relative;
  padding-bottom: 100px;
}

.pfListBox ul.pfStoryList li a {
  display: block;
  position: relative;
  background: #000;
}

.pfListBox ul.pfStoryList li a .pfThumbImg {
  display: block;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pfListBox ul.pfStoryList li a .pfThumbImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.pfListBox ul.pfStoryList li a .pfTitle {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 30px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  font-style: 20px;
  z-index: 2;
  text-align: center;
}

.pfListBox ul.pfStoryList li a:hover:after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.09) 0%,
    rgba(0, 0, 0, 1) 55%,
    rgba(0, 0, 0, 0.9)
  );
}

.pfListBox ul.pfStoryList li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.09) 30%,
    rgba(0, 0, 0, 1) 66%,
    rgba(0, 0, 0, 0.9)
  );
}
/* Pagination */
.pfPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-left: 0;
}

.pfPagination li {
  display: block;
  margin: 0px 6px;
}

.pfPagination li a {
  display: block;
  padding: 4px 8px;
  border-radius: 10px;
  border: solid 2px #1a5156;
  color: #1a5156;
  font-style: 15px;
  font-weight: 500;
}

.pfPagination li a:hover,
.pfPagination li.active a {
  background: #1a5156;
  color: #fff;
}

.pfPagination li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.pfListBox .pfAds {
  padding: 15px 0px;
  max-width: 300px;
}


.article-title { border-bottom: solid 3px #1a5156 !important}
.article-author a,.a-ecom-heading { color: #1a5156;}
.uk-table{border-collapse: collapse; width: 100%;}
.uk-table td, .uk-table th {border: 1px solid #1a5156 ;padding: 8px; text-align: center;}
.uk-table th { font-size: 14px;}
.uk-table tr:nth-child(even){background-color: #edf3f4;}
.uk-table th {padding-top: 12px;padding-bottom: 12px;  background-color: #1a5156 ;  color: #fff;}
.uk-table td { font-size: 14px;}
.blog-tags .tag a, .blog-tags .tag-title a { color: #0096ff !important;}
.blog-tags .tag a:hover, .blog-tags .tag-title a:hover { color: #000 !important;}
.section-title .title { color: #1a5156 !important;}





/*==calculator==*/
.pf-calc-wrap { width: 100%; display: flex;}
.pf-calc-left { width: calc(100% - 320px);}
/* .pf-calc-text { width: 100%; font-size: 0.875rem; line-height: 1.3; color: #343131; margin: 0px 0 10px;} */
.pf-calculators { width: 100%; display: flex;}
.pf-calculators iframe { width: 100%; flex-shrink: 0;  height: 600px; }
.pf-calc-right { width: 300px; flex-shrink: 0; margin-left: auto;}
.pf-calc-header { width: 100%; background: #dcebeb;}

.pf-calc-nav { display: flex; justify-content: center; width: 100%; padding-top: 10px; padding-left: 0;}
.pf-calc-nav>li { position: relative;}

.pf-calc-nav>li:not(:last-child) { margin-right: 10px;}
.pf-calc-nav>li>a { font-size: 0.875rem; color: #000000; line-height: 1; position: relative; z-index: 2; padding:  10px 10px 20px;display: flex; justify-content: center; font-weight: bold;}
.calc-subnav { position:absolute; top:0; border-radius: 5px;border: solid 1px #1a515680; background-color: #f6fcfc; position: absolute; z-index: 1; top: 0px; left: 0; padding: 0px 0px 0; width: 100%; display: none;}
  .calc-subnav ul { padding: 0 10px; margin: 30px 0 0 ; max-height: 200px;
    overflow-y: auto;}
  .pf-calc-nav li:hover .calc-subnav { display: block;}
  .pf-calc-nav>li:hover >a:after{ content: '';width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent;
    border-top:4px solid #135055; position: absolute; left: 0; right: 0; margin: auto;bottom: 8px;}
    .pf-calc-nav>li:hover >a:before{ content: ''; width:calc(100% - 20px); height: 2px; background: #135055; position: absolute; left: 0; right: 0; margin: auto; bottom: 12px;}

    .calc-subnav ul li { font-size: 0.75rem;  color: #1a5156; line-height: 1.3;  }
    .calc-subnav ul li a {font-size: 0.75rem;  color: #1a5156;line-height: 1.3; display: flex; width: 100%;padding: 8px 0;}
    .calc-subnav ul li:not(:last-child) a { border-bottom: 1px solid #d0dedf; }
    .calc-subnav ul::-webkit-scrollbar {  width: 4px; }
    .calc-subnav ul::-webkit-scrollbar-track { background: #f1f1f1; }
    .calc-subnav ul::-webkit-scrollbar-thumb {  background: #888; }
    .calc-subnav ul::-webkit-scrollbar-thumb:hover {  background: #555; }

