/*========Blog ========*/
.entry-media img {
  border-radius: 10px;
  width: 100%;
}

.entry-body {
  padding: 27px 10px;
}

.entry-body .cat {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #011560;
  text-transform: uppercase;
}

.entry-body h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.30em;
 
}

.entry-body h3 a {
  color: #000;
}

.entry-body h3 a:hover {
  color: #011560;
  text-decoration: none;
}

.entry-body p {
  
  color: #90949a;
  line-height: 1.8em;
}
/*=========Blog ends================*/

.innerpages-banner{margin:135px 0px 0px 0px;}

/*====Mytrhs Faqs =====*/
.faq-section #accordion{padding:0px ; margin:0px;}
.faq-section {
  background: #fff;
  height:auto; float:left;
  padding: 0px 0 0px 0px;
}
.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;  
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #011560;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px; 
}

.faq {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
border-radius: 4px;
}

.faq .card-1 {
border: none;
background: none;
border-bottom: 1px dotted #cfcfcf9c;
}
.faq .card-1:last-child {
border: none;
background: none;
border-bottom: 0px dotted #cfcfcf9c;
}

.faq .card-1 .card-header-1 {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card-1 .card-header-1:hover {
  background: rgba(92, 201, 252, 0.1);
  padding-left: 5px;
}
.faq .card-1 .card-header-1 .faq-title {
width: 100%;
text-align: left;
margin-bottom:0px;
padding-left: 20px;
padding-right: 20px;
font-weight: bold;
text-transform: unset;
font-size:15px;
color: #011560;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card-1 .card-header-1 .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 12px;
float: right;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #011560;
color: #fff;
font-size: 14px;
margin-right: 10px;
}

.faq .card-1 .card-body-1 {
padding: 15px 30px;
padding-left: 20px;
padding-bottom: 16px;
font-weight: 400;
color: #000; 
border-top: 1px solid #F3F8FF; min-height:160px;
}

.lower-roman-list{list-style-type:lower-roman; font-size:16px; padding:0px 40px; margin:0px;}






















@media screen and (max-width:996px){
  .innerpages-banner{margin:110px 0px 0px 0px;}
}