img {
  max-width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #163849;
  padding: 15px;
  padding-left: 0;
}
.breadcrumb a {
  color: #163849;
  font-size: 16px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li::after {
  content: "/";
  display: inline-block;
  color: #0A243F;
  font-size: 15px;
  padding: 0 12px;
}
.breadcrumb li:last-child::after {
  display: none;
}

@media (max-width: 1024px) {
  .breadcrumb {
    padding: 15px;
  }
}
.blog_section {
  padding: 30px 0 40px;
  color: #163849;
}
.blog_section h1 {
  font-size: 35px;
  font-weight: 600;
  border-left: 8px solid #ffbd59;
  padding: 8px 25px;
}
.blog_section p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.blog_section p a {
  color: #003767;
  font-weight: 500;
}
.blog_section figure {
  line-height: 0;
  padding: 50px 0;
}
.blog_section figure img {
  width: 100%;
}

.media_icons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.media_icons li {
  margin-left: 20px;
}
.media_icons a {
  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;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #003767;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c4c5c4;
  border-radius: 100px;
  text-align: center;
}
.media_icons a:hover {
  color: #fff;
  border-color: #ffbd59;
  background: #ffbd59;
}
.media_icons i {
  font-size: 20px;
}

.bolg_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bolg_content .left_content {
  width: 21%;
  display: none;
}
.bolg_content .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bolg_content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.bolg_content h2, .bolg_content h3, .bolg_content h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.toc_list {
  border-left: 1px solid #c4c5c4;
}
.toc_list a {
  display: block;
  font-size: 15px;
  padding: 15px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: -1px;
  border-left: 5px solid transparent;
  color: #163849;
  font-weight: 500;
}
.toc_list a:hover {
  border-color: #ffbd59;
  background: #e8e8e8;
}

.right_sidebar {
  width: 75%;
}
.right_sidebar ul {
  list-style: disc;
  padding: 10px 0;
  padding-left: 35px;
}
.right_sidebar ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.right_sidebar ul strong {
  font-weight: 800;
}

.right_content_box {
  width: 230px;
}

.in_content_box {
  background: #ECF1FF;
  border-top: 4px solid #ffbd59;
  max-width: 230px;
  padding: 24px;
  position: sticky;
  top: 110px;
}
.in_content_box h4 {
  font-weight: 700;
  font-size: 18px;
}
.in_content_box p {
  font-weight: 400;
  font-size: 14px;
}

.contact_b {
  padding: 16px 32px;
  display: inline-block;
  background: #ffbd59;
  color: #163849;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
}

.similar_blogs {
  padding: 40px 0 60px;
  background: #f5f5f5;
}
.similar_blogs h2 {
  font-size: 35px;
  font-weight: 500;
  border-left: 8px solid #ffbd59;
  padding: 0px 15px;
}
.similar_blogs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.similar_blogs ul li {
  width: 32%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
}
.similar_blogs ul li:hover {
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16);
}
.similar_blogs ul li:hover figure img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.similar_blogs figure {
  line-height: 0;
  overflow: hidden;
  height: 250px;
}
.similar_blogs figure img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.similar_blogs .inner {
  padding: 15px;
}
.similar_blogs span {
  font-size: 15px;
  color: #003767;
  display: block;
  margin-bottom: 10px;
}
.similar_blogs h4 {
  font-size: 20px;
  color: #163849;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog_section h1 {
    font-size: 22px;
    padding-right: 0;
  }
  .bolg_content {
    display: block;
  }
  .bolg_content .left_content {
    width: 100%;
  }
  .bolg_content p {
    font-size: 15px;
  }
  .bolg_content h2, .bolg_content h3, .bolg_content h4 {
    font-size: 20px;
  }
  .right_sidebar {
    width: 100%;
    margin-top: 15px;
  }
  .right_sidebar ul li {
    font-size: 15px;
  }
  .similar_blogs h2 {
    font-size: 25px;
  }
  .similar_blogs ul li {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16);
  }
  .right_content_box {
    width: 100%;
  }
  .in_content_box {
    max-width: 100%;
    text-align: center;
  }
}
.whatsappicon {
  display: block;
  position: fixed;
  left: 40px;
  bottom: 50px;
  z-index: 8;
}

.callback {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  top: 230px;
  outline: none;
  z-index: 1;
}
.callback img {
  width: 80px;
}

.callbg {
  background: rgba(0, 0, 0, 0.79);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
  transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
  display: none;
}

.requestbox {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  -webkit-transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
  transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
  border-radius: 5px 0 5px 5px;
}
.requestbox .heading {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.requestbox p {
  font-size: 16px;
  padding: 4px 0 15px;
  text-align: center;
}
.requestbox .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
.requestbox textarea, .requestbox input {
  padding: 10px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  color: #0A243F;
  border-radius: 2px;
  width: 49%;
}
.requestbox textarea {
  width: 100%;
}
.requestbox .closebtn {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 26px;
  height: 35px;
  background: #fff;
  padding: 0 12px;
  border-radius: 4px 4px 0 0;
}
.requestbox .request-submit {
  display: block;
  background: #ffbd59;
  color: #fff;
  padding: 10px 25px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.requestbox .callbackbox {
  -webkit-transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
  transition: all 0.9s cubic-bezier(0.33, -0.07, 0.32, 0.45);
}