.breadcrumb {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumb ul li{
    list-style: none;
    color: #000000;
}
.breadcrumb ul li:not(:last-child) a {
    border-right: 1px solid #cdcccc;
    padding-right: 10px;
    margin-right: 10px;
    display: block;
    line-height: 15px;
    color: #676767;
}

.blog_main {
  padding-top: 130px;
}
.blog-default {
  border: 1px solid #e7e7e7;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 3px 4px 3px #e5e5e5;
  margin-bottom: 20px;
}
.blog-default figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.6rem;
}
.blog-default .blog-details h3 {
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
.blog-details p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  color: #676767;
}
.blog-title a {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.blog-title a::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background: #ef3e42;
  transition: width 0.3s;
  margin-top: 5px;
}
.blog-default:hover .blog-title a::after {
  width: 30%;
}
.readmore a {
  font-weight: 500;
  font-size: 13px;
  background: linear-gradient(180deg, #4673B4 0%, #212C4C 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-flex;
  margin-bottom: 5px;
}

.readmore a:hover,
.readmore a:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.blogbg h1{font-weight: 800;font-size: 35px;color: #143058; margin-bottom: 20px;}
.blogbg h2{font-weight: 600;color: #143058;}
.blogbg h3 {
    font-weight: 600;
    font-size: 20px;
    color: #143058;
    margin-top: 30px;
}
.blogbg p{
  color: #676767;
  font-size: 16px;
  line-height: 1.6;
}
.blogbg li{
  color: #676767;
  font-size: 15px;
  line-height: 28px;
}
.blogbg strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.customBox {
    border-bottom: 1px solid #cdcccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .accordion-item{
  background: #ffffff;  
}

.form-floating{
  margin-bottom: 10px;
}
.paddleft{
  padding-left: 90px !important;
}

.form-floating, .form-select{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

form button.btn-primary {
    background: linear-gradient(180deg, #4673B4 0%, #212C4C 100%);
    border: none;
    color: var(--contrast-color);
    padding: 0.60rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-top: 10px;
}
.form-control:focus, .form-select:focus{
  box-shadow: none;
}

.blogtitile {
    height: 100%;
    background: #fff;
    padding: 5px 20px;
    text-align: center;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #0000001f;
}
.blogtitile p {
    font-size: 14px;
}

/* Responsive Code */
@media only screen and (max-width:767px){
.col-reverse {
  flex-direction: column-reverse;
}
.customBox {
  border: 1px solid #cdcccc;
  padding: 15px;
  border-radius: 10px;
}
.blogbg h1 {
    font-size: 25px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media only screen and (min-width: 660px) and (max-width: 680px) and (orientation: landscape) {
}