/* final CSS file  */
@charset "UTF-8";
/* Google Fonts removed - now loaded via optimized link in index.html */
/* Custom fonts kept */
@import url("https://licbangladesh.com/dynamic/fonts/");
@import url("https://fonts.maateen.me/solaiman-lipi/font.css");

html,
body {
  font-family: "Inter", sans-serif, "KongshoMJ" !important;
}

body {
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'SolaimanLipi', sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif !important;

}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  /* font-family: 'SolaimanLipi', sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

a:hover {
  text-decoration: none;
  color: #fefefe;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.container {
  max-width: 1400px !important;
  position: relative;
}

input:focus,
input:active,
button:focus,
button:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.padding_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.lsn {
  list-style: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-check-input {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-top: 1px;
}

.form-check-label {
  margin-left: 8px;
}

.btn-primary {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-primary:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-secondary {
  background: #F7BB12;
  border: 1px solid #F7BB12;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-secondary:hover {
  background-color: #e2a702;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #daa306;
}

.btn-pay {
  background: #E62F4B;
  border-radius: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 3px;
  color: #ffffff;
  padding: 15px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-pay:hover {
  background-color: #bd0d27;
  -webkit-transition: .3s;
  transition: .3s;
  color: #ffffff;
}

.page-title {
  margin-bottom: 20px;
}

.page-title h1 {
  font-size: 38px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

ol li {
  line-height: 30px;
}

/*----------------- Topbar Css Start -------------------*/
.topbar-section {
  background: #004e8f;
}

.topbar {
  display: flow-root;
  height: 40px;
}

.topbar-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-info-left p {
  color: #ffffff;
  margin-right: 80px;
  line-height: 40px;
  position: relative;
  padding-left: 32px;
}

.topbar-info-left p i {
  font-weight: 100;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.topbar-info-left p:nth-child(1) {
  padding-left: 27px;
}

.topbar-info-left p:nth-child(1) i {
  font-size: 18px;
}

.topbar-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-info-right p {
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}

.topbar-info-right p a {
  color: #ffffff;
}

.language .btn {
  background-color: #F7BB12;
  color: #263734;
  height: 40px;
  margin-left: 50px;
  border-radius: 0;
  padding: 0 20px;
  line-height: 40px;
  font-size: 18px;
}

/*----------------- Topbar Css End -------------------*/
/*---------------- Main Menu Css Start ---------------------*/
.sticky-menu {
  background-color: #F7BB12;
  border-bottom: 6px solid #01539C;
}

.shrink {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 999;
}

.menu {
  width: 100%;
}

.menu-container {
  margin: 0 auto;
  position: relative;
}

.menu a.logo {
  padding: 15px 0px 15px 0px;
  float: left;
  position: relative;
  z-index: 99;
  margin-right: 100px;
}

.menu img {
  max-width: 100%;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f0c9";
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  font-weight: 100;
}

.menu-mobile-close:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  font-weight: 100;
}

.menu-dropdown-icon a {
  position: relative;
}

/* .menu-dropdown-icon a:after {
  content: "";
  background-image: url(../img/icon/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
  display: inline flow-root list-item;
  margin-left: 7px;
  margin-top: 25px;
} */

.menu-dropdown-icon a:after {
  content: "";
  background-image: url(../img/icon/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
  display: inline-block;
  margin-left: 7px;
  margin-top: 25px;
  filter: brightness(0) saturate(100%);
}

.menu-dropdown-icon a:hover:after {
  /* background-image: url(../img/icon/arrow-down-yellow.svg); */
}

.menu>ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  padding: 0;
  margin: 0;
}

.menu>ul>li a {
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 52px;
  color: #0d0d0e;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* border-right: 1px solid #E4AC0A; */
}

.menu>ul>li a:hover {
  background: #f9f9fa;
  color: #030303;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu .second-label:hover .third-label {
  display: block !important;
}

.menu .third-label li.menu-dropdown-icon:hover .fourth-label {
  display: block !important;
}

.menu .third-label li {
  position: relative;
}

.menu>ul>li:last-child a {
  border-right: none;
}

.menu>ul>li:hover {
  background: transparent;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #f7f7f8;
  padding: 20px 40px 40px 40px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 0px 3px 3px;
  /* border-top: 6px solid #9bb1c4; */
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
}

.menu>ul>li>ul>li a {
  color: #0c0c0c;
  padding: 0rem 0rem;
  display: block;
  /* border-bottom: 1px solid #1065ab; */
}

.menu>ul>li>ul>li a:hover {
  color: #ee0505;
  background: #e4e4e4;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.mega-menu:hover .third-label {
  display: block !important;
}

.mega-menu>ul>li {
  float: left;
  width: 33.33%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #263734;
  border-bottom: 1px solid #1065ab;
  padding-right: 15px;
}

.mega-menu>ul>li a {
  font-size: 15px;
  border: none !important;
  padding-left: 15px !important;
}

.mega-menu>ul>li:nth-child(10n) {
  border-bottom: none;
}

.mega-menu>ul>li:nth-child(11n) {
  border-bottom: none;
}

.mega-menu>ul>li:nth-child(12n) {
  border-bottom: none;
}

.mega-menu.menu-dropdown-icon li a::after {
  display: none;
}

.menu-dropdown-icon li a::after {
  display: none;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 15px;
}

.menu>ul>li>ul>li>ul>li:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu>ul>li>ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 0;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  /* border-bottom: 1px solid #1065ab; */
  margin-right: 0;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 15px;
  border-right: none;
  text-transform: capitalize;
}

.menu>ul>li>ul.normal-sub>li:last-child a {
  border: none;
}

.menu>ul>li:last-child>ul.normal-sub {
  right: 0;
}

.mobile-logo {
  display: none;
}

.menu .second-label ul {
  width: 300px !important;
  left: auto;
  padding: 0;
}

.menu .second-label ul a {
  padding: 0 15px;
  font-size: 15px;
  border-right: none;
  text-transform: capitalize;
}

.menu .third-label .menu_parent {
  border-bottom: 1px solid #1065ab !important;
}

.menu .third-label ul {
  width: 300px !important;
  left: -300px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: none;
  background: #004e8f;
}

.menu .third-label ul li {
  width: 100%;
}

.menu .third-label ul li a {
  text-transform: capitalize;
  border-bottom: 1px solid #1065ab !important;
}

.menu .third-label .fourth-label ul {
  display: none;
}

.menu .fourth-label {
  position: relative;
}

.menu .fourth-label ul {
  width: 300px !important;
  left: -300px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: none;
  background: #ffffff;
}

.menu .fourth-label ul li {
  width: 100%;
  list-style: none;
}

.menu .fourth-label ul li a {
  border-bottom: 1px solid #E5E5E5;
  text-transform: capitalize;
}

.menu .fourth-label:hover ul {
  display: block;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .mobile-logo {
    display: block;
  }

  .mobile-logo img {
    height: 40px;
  }

  .shrink .mobile-logo img {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .shrink .menu-mobile:after {
    margin-top: 10px;
  }

  .logo {
    display: none;
  }

  .menu>ul>li>ul {
    border: none;
  }

  .menu-container {
    width: 100%;
  }

  .menu-container .menu {
    display: inline-block;
  }

  .menu-mobile {
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>ul {
    border: 1px solid #f5f5f5;
    background: #ffffff;
    z-index: 99999;
    width: 90%;
    height: 100vh;
    border: 1px solid #f5f5f5;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu>ul>li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    border-right: none;
  }

  .menu>ul>li>ul {
    position: relative;
    padding: 0 40px;
  }

  .menu>ul>li>ul>li>ul>li {
    width: 100%;
  }

  .menu>ul>li>ul {
    padding: 0;
  }

  .menu>ul>li>ul>li>ul>li a {
    padding: 0 20px;
  }

  .menu-dropdown-icon a:after {
    position: absolute;
    right: 20px;
  }

  .menu-dropdown-icon ul a:after {
    display: none;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
    height: 100vh;
    overflow: scroll;
    -webkit-box-shadow: 0px 0px 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99999;
  }
}

/*---------------- Main Menu Css End ---------------------*/
/*---------------- Search Box Css Start ---------------------*/
.search-box {
  position: relative;
  margin-top: 18px;
  margin-left: 60px;
}

.search-box input {
  border: none;
  border-bottom: 1px solid #cedaeb;
  padding: 10px;
  background: transparent;
  width: 100%;
  font-size: 15px;
}

.search-box .search-btn {
  position: absolute;
  background: url(../img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  top: 15px;
  border: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

/*---------------- Search Box Css End ---------------------*/
.top-middle {
  padding: 2px 0;
}

/* jjj */

.payment-calculator {
  margin-top: 25px;
}

.payment a {
  border: 1px solid rgba(1, 83, 156, 0.15);
  border-radius: 40px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 0px;
  color: #263734;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.payment a img {
  height: 32px;
  width: 32px;
  margin-left: 10px;
}

.payment a:hover {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calculator a {
  border: 1px solid rgba(1, 83, 156, 0.15);
  border-radius: 40px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 0px;
  color: #263734;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
}

.calculatorDashboard a {
  border: 1px solid rgba(1, 83, 156, 0.15);
  border-radius: 40px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 0px;
  color: #263734;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calculator a img {
  height: 32px;
  width: 32px;
  margin-left: 10px;
}

.calculator a:hover {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-slider .container {
  position: initial;
}

.main-slider .control-dots {
  position: absolute !important;
  left: 70% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 40px !important;
}

.control-dots .dot {
  z-index: 999;
  border: 1px solid #01539C !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  margin: 0 8px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 1 !important;
}

.control-dots .dot.selected {
  background: #004e8f !important;
}

.slider-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.slider-caption h1 {
  color: #004e8f;
  font-weight: bold;
  font-size: 44px;
  line-height: initial;
  margin-bottom: 20px;
  text-align: left;
}

.slider-caption p {
  color: #004e8f;
  font-weight: 500;
  font-size: 19px;
  line-height: initial;
  margin-bottom: 70px;
  text-align: left;
  line-height: 26px;
  width: 650px;
}

.slider-caption .btn {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-caption .btn:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.video-popup {
  float: left;
}

.video-popup i {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  color: #F7BB12;
  margin-left: 55px;
  margin-top: -5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.video-popup i:hover {
  background: #004e8f;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.latest-news-section {
  background: #004e8f;
}

.product-slider {
  padding: 0 70px;
}

.slick-slider .slick-prev {
  background: #F4F7FB;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  z-index: 9;
  left: -65px;
}

.slick-slider .slick-prev:focus {
  background: #F4F7FB;
}

.slick-slider .slick-prev:hover {
  background-color: #004e8f;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-slider .slick-prev:hover:before {
  background-image: url(../img/icon/angle-left-white.svg);
}

.slick-slider .slick-prev:before {
  content: "";
  background-image: url(../img/icon/angle-left.svg);
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 26px;
  width: 16px;
  position: absolute;
  color: #333333;
  opacity: 1;
}

.slick-slider .slick-next {
  background: #F4F7FB;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  z-index: 9;
  right: -65px;
}

.slick-slider .slick-next:focus {
  background: #F4F7FB;
}

.slick-slider .slick-next:hover {
  background-color: #004e8f;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-slider .slick-next:hover:before {
  background-image: url(../img/icon/angle-right-white.svg);
}

.slick-slider .slick-next:before {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 26px;
  width: 16px;
  position: absolute;
  color: #333333;
  opacity: 1;
}

.our-product-slide {
  background: #F7F7F7;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our-product-slide:hover img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

.our-product-slide img {
  height: 230px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.our-product-slide .product-slider-title {
  padding: 30px 10px 10px 10px;
  text-align: center;
  height: 120px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.our-product-slide .product-slider-title h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.our-product-slide a {
  color: #004e8f;
}

.our-product-slide a:hover {
  color: #004e8f;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  margin: 0px 15px !important;
  float: none !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1 !important;
}

.our-service-section {
  background: #F4F7FB;
}

.service-tabs {
  background: #ffffff;
  border-radius: 10px;
}

.service-tabs .rb-tabs-header {
  /* background: #004e8f; */
  border-radius: 10px 10px 0 0;
}

.service-tabs .rb-tabs .slick-slider .slick-prev {
  left: 50px !important;
  bottom: 80px;
  top: auto;
  height: 49px;
}

.service-tabs .rb-tabs .slick-slider .slick-next {
  left: 110px !important;
  bottom: 80px;
  top: auto;
  height: 49px;
}

.service-tabs .rb-tabs .rb-tabs-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-tabs .rb-tabs .rb-tabs-item {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.005em;
  color: #000000;
  border: none !important;
}

.service-tabs .rb-tabs .rb-tabs-item:hover {
  border: 1px solid transparent;
}

.service-tabs .rb-tabs .active {
  background: transparent;
  border: 1px solid transparent;
  position: relative;
}

.service-tabs .rb-tabs .active:after {
  content: '';
  background: url(../img/icon/caret-down.svg);
  background-repeat: no-repeat;
  height: 14px;
  width: 22px;
  position: absolute;
  animation: fadein .4s;
  -moz-animation: fadein .4s;
  /* Firefox */
  -webkit-animation: fadein .4s;
  /* Safari and Chrome */
  -o-animation: fadein .4s;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {}
}

.service-tabs .rb-tabs .active:hover {
  border: 1px solid transparent;
}

.service-tabs .rb-tabs-content {
  /* padding: 45px; */
  height: 635px;
}

.rb-tabs-content-item {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.rb-tabs-content-item p {
  height: 60px;
  overflow: hidden;
}

.rb-tabs-content-item.show {
  opacity: 1;
  -webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
  transition: height 0ms 0ms, opacity 600ms 0ms;
}

.tab-slide {
  background: #FFFDFD;
  border: 1px solid #E3F2FF;
  border-radius: 4px;
  padding: 35px;
  margin-top: 45px;
  margin-right: 1px;
  padding-bottom: 50px;
}

.tab-slide img {
  max-width: 100%;
  height: 323px;
  width: auto !important;
  border-radius: 5px;
  float: right;
}

.tab-slide h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #263734;
  margin-bottom: 15px;
}

.tab-slide p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #263734;
  margin-bottom: 45px;
  height: 130px;
}

.tab-slide .btn {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  padding: 22px 23px;
  bottom: inherit;
  left: 170px;
}

.tab-slide .btn:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.tab-slide ul {
  margin-left: 20px;
  padding-left: 0;
}

.tab-slide ul li {
  list-style: circle;
  margin-bottom: 15px;
}

.tab-slide ul li ol {
  margin-top: 10px;
}

.tab-slide ul li ol li {
  list-style: decimal;
}

.tab-slider .owl-prev i {
  bottom: 3px;
  top: inherit !important;
  left: 40px !important;
  height: 46px !important;
  width: 46px !important;
  line-height: 46px !important;
}

.tab-slider .owl-next i {
  bottom: 3px;
  top: inherit !important;
  left: 105px !important;
  height: 46px !important;
  width: 46px !important;
  line-height: 46px !important;
}

.rb-tabs .rb-tabs-header .rb-tabs-active-item {
  display: none;
}

.our-service-details .service-tabs .rb-tabs-content {
  height: auto !important;
}

.product-details-title {
  display: none;
}

.premium-calculator-section {
  background: #FFFAF3;
  padding: 50px;
}

.premium-calculator-section .calculator-content-left {
  padding-right: 80px;
}

.premium-calculator-section h1 {
  color: #004e8f;
  font-weight: bold;
  font-size: 50px;
  line-height: 22px;
  margin-bottom: 35px;
  margin-top: 80px;
}

.premium-calculator-section h1 span {
  font-weight: 400;
}

.premium-calculator-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #263734;
  margin-bottom: 60px;
}

.premium-calculator-section .btn {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.premium-calculator-section .btn:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.premium-calculator-section img {
  max-height: 345px;
}

.premium-calculator {
  background: #FBF5F3;
  padding: 80px 200px 100px 200px;
}

.premium-calculator h1 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 50px;
}

.premium-calculator .btn {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.premium-calculator .btn:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.premium-calculator .calculated-result {
  background: white;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
}

.premium-calculator .calculated-result p {
  font-size: 18px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.premium-calculator .calculated-result p:last-child {
  border-bottom: none;
}

.premium-calculator .calculated-result p span {
  font-weight: 600;
}

.important-content-section {
  background: #ffffff;
  padding-top: 115px;
  padding-bottom: 130px;
}

.important-content-section .important-content-single {
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  padding: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.important-content-section .important-content-single:hover {
  -webkit-box-shadow: 0px 1px 10px rgba(65, 64, 64, 0.25);
  box-shadow: 0px 1px 10px rgba(65, 64, 64, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.important-content-section .important-content-single img {
  float: left;
  margin-right: 25px;
}

.important-content-section .important-content-single h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 0;
}

.important-content-section .important-content-single h3 a {
  color: #263734;
}

.important-content-section .important-content-single h3 a:hover {
  color: #263734;
}

.important-content-section .important-content-single p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 18px;
}

.row .col-md-4:nth-child(2) .important-content-single {
  margin-top: -40px;
}

.lic-mobile-app-section {
  background: #F7BB12;
  padding: 50px;
}

.content_bangla .lic-mobile-app-left h1 {
  font-size: 40px;
}

.lic-mobile-app-left {
  padding: 50px;
}

.lic-mobile-app-left h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 35px;
}

.lic-mobile-app-left h1 span {
  font-weight: 400;
}

.lic-mobile-app-left p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #263734;
  margin-bottom: 30px;
}

.lic-mobile-app-left img {
  height: 55px;
  margin-right: 20px;
}

.lic-mobile-app-left-content {
  float: left;
}

.lic-mobile-app-right-content {
  position: relative;
  min-height: 330px;
}

.app-right-content-single {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 7px;
  height: 95px;
  width: 80px;
  text-align: center;
  position: relative;
}

.app-right-content-single img {
  margin-bottom: 5px;
  height: 32px;
}

.app-right-content-single p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  color: #263734;
}

.app-right-content-single .middle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-right-content-single:nth-child(1) {
  position: absolute;
  right: 0;
  top: 0;
}

.app-right-content-single:nth-child(2) {
  position: absolute;
  left: 20px;
  top: 75px;
}

.app-right-content-single:nth-child(3) {
  position: absolute;
  right: 0;
  top: 155px;
}

.app-right-content-single:nth-child(4) {
  position: absolute;
  left: 20px;
  bottom: 0;
}

.lic-mobile-app-banner img {
  position: absolute;
  top: -150px;
  z-index: 9;
}

.innerpage-header {
  position: relative;
}

.innerpage-header .container {
  position: initial;
}

.innerpage-header img {
  max-height: 200px;
  width: 100%;
}

.innerpage-header .innerpage-header-content {
  position: absolute;
  top: 45%;
  color: #ffffff;
}

.innerpage-header .innerpage-header-content h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 22px;
  margin-bottom: 0px;
}

.innerpage-header .innerpage-header-content h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 22px;
  display: none;
}

.breadcrumb {
  background-color: transparent;
  padding: 20px 0;
}

.breadcrumb .nav {
  border-bottom: 1px solid #cedaeb;
}

.breadcrumb .nav li {
  padding: 0px 20px 20px 0px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #004e8f;
}

.breadcrumb .nav li a {
  color: #404040;
  position: relative;
}

.breadcrumb .nav li a:after {
  content: '';
  background: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: -20px;
  color: #767D8C;
  font-size: 22px;
}

.graybg {
  background: #F4F7FB;
}

.inner-content h3 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
}

.our-service-details h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 25px;
}

.our-service-details li {
  line-height: 35px;
}

.our-service-details .tab-content {
  background: #F4F7FB;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 100px;
}

.our-service-details .tab-content h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #263734;
  margin-bottom: 10px;
}

.our-service-details .tab-content p {
  margin-bottom: 20px;
  height: auto;
}

.our-service-details .tab-content .tab-button {
  margin: 40px 0 20px 0;
}

.our-service-details .tab-content .btn-calculator {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-service-details .tab-content .btn-calculator:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-service-details .tab-content .btn-buynow {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F7BB12;
  margin-left: 15px;
}

.our-service-details .tab-content .btn-buynow:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
  background: #9c9c01;
}

.content_bangla .our-service-details .rb-tabs-content h4 {
  font-weight: 600;
}

.our-service-details .rb-tabs-content {
  background: #F4F7FB;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 100px;
  padding: 45px !important;
}

.our-service-details .rb-tabs-content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #263734;
  margin-bottom: 10px;
}

.our-service-details .rb-tabs-content p {
  margin-bottom: 20px;
  height: auto;
}

.our-service-details .rb-tabs-content ol li {
  list-style-type: decimal;
}

.content_bangla ol li {
  list-style-type: bengali !important;
}

.content_bangla .service-tabs .rb-tabs .rb-tabs-item {
  /* font-family: 'SolaimanLipi', sans-serif !important; */
  font-family: "Roboto", sans-serif !important;
  font-size: 22px;
}

.product-details-page .btn-buynow {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F7BB12;
}

.product-details-page .btn-buynow:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
  background: #9c9c01;
}

.product-image {
  width: 100%;
  margin-bottom: 30px;
}

.product-table tr td:first-child {
  font-weight: 600;
}

.live-chat {
  position: absolute;
  bottom: 100px;
  right: 30px;
  z-index: 99999;
  display: none;
}

.our-mission {
  margin-top: 70px;
  background: #FFF4D4;
  border-radius: 6px;
  padding: 100px 50px 100px 50px;
  margin-bottom: 70px;
}

.our-mission img {
  position: absolute;
  top: -200px;
}

.our-objective ol {
  padding-left: 0px;
  margin-left: 20px;
}

.our-objective ol li {
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.our-objective ol li ::marker {
  color: #004e8f;
  font-size: 20px;
}

.branch-locator-single {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  padding: 40px 20px;
  margin-bottom: 40px;
  text-align: center;
  height: 445px;
}

.branch-locator-single h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 15px;
}

.branch-locator-single p {
  line-height: 22px;
}

.branch-locator-single hr {
  background: #f2f2f2;
  margin: 30px 0;
}

.branch-locator-single h4 {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #263734;
  font-weight: 400;
}

.branch-locator-single .separator {
  background: url(../img/icon/separator.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 11px;
  margin: 15px auto 15px auto;
}

.branch-locator .col-md-4:nth-child(1n) .branch-locator-single {
  border-top: 15px solid #FFF4D4;
}

.branch-locator .col-md-4:nth-child(2n) .branch-locator-single {
  border-top: 15px solid #E3F2FF;
}

.branch-locator .col-md-4:nth-child(3n) .branch-locator-single {
  border-top: 15px solid #FFEDE7;
}

.branch-locator .col-md-4:nth-child(3) .branch-locator-single h3 {
  letter-spacing: .2px;
}

.branch-locator .col-md-4:nth-child(2) .branch-locator-single,
.branch-locator .col-md-4:nth-child(5) .branch-locator-single,
.branch-locator .col-md-4:nth-child(8) .branch-locator-single,
.branch-locator .col-md-4:nth-child(11) .branch-locator-single,
.branch-locator .col-md-4:nth-child(14) .branch-locator-single,
.branch-locator .col-md-4:nth-child(17) .branch-locator-single,
.branch-locator .col-md-4:nth-child(20) .branch-locator-single {
  margin-top: -30px;
}

form label {
  font-size: 16px;
  line-height: 19px;
  color: #263734;
  margin-bottom: 12px;
}

form .form-control {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  /* margin-bottom: 15px; */
  padding: 5px 20px;
  height: 40px !important;
  color: rgba(17, 17, 17, 0.4);
  font-size: 16px;
}

form .form-control ::-webkit-input-placeholder {
  color: red;
}

form .form-control :-ms-input-placeholder {
  color: red;
}

form .form-control ::-ms-input-placeholder {
  color: red;
}

form .form-control ::placeholder {
  color: red;
}

form textarea {
  min-height: 110px;
}

form span {
  color: red;
}

form .btn-primary {
  background: #004e8f;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

form .btn-primary:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
}

form .btn-secondary {
  background: #F7BB12;
  border: 1px solid #F7BB12;
  border-radius: 5px;
  font-weight: 300;
  font-size: 17px;
  line-height: 3px;
  color: #ffffff;
  padding: 20px 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

form .btn-secondary:hover {
  background-color: #e2a702;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #daa306;
}

.form-group {
  margin-bottom: 0;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  margin-top: -30px;
  margin-bottom: 20px;
}

.video-single {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 10px;
}

.video-single h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #263734;
  text-align: center;
  margin: 25px 0 20px 0;
}

.board-of-director {
  padding: 0 180px;
}

.board-of-director .col-md-4 {
  position: inherit;
}

.board-of-director .col-md-4:first-child {
  min-width: 100%;
  width: 100%;
}

.board-of-director .col-md-4:first-child .director-single {
  width: 280px;
  margin: auto;
}

.director-single {
  margin-bottom: 35px;
}

.director-single img {
  border-radius: 4px;
  max-width: 280px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.director-single .director-single-content {
  width: 90%;
  margin: auto;
  padding: 15px;
  margin-top: -30px;
  background: #ffffff;
  position: relative;
}

.director-single .director-single-content h5 {
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
  color: #263734;
  margin-bottom: 10px;
}

.director-single .director-single-content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  color: #263734;
}

.director-single .director-single-content .plus-icon {
  color: #01539C;
  border: 1px solid #01539C;
  font-weight: 500;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.director-single .director-single-content .plus-icon:hover {
  background: #004e8f;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.director-single .director-single-content .plus-icon i {
  font-weight: 100;
}

.director-details {
  width: 1100px;
  position: absolute;
  right: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 9;
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(168, 164, 164, 0.25);
  box-shadow: 0px 0px 20px 5px rgba(168, 164, 164, 0.25);
  border-radius: 5px;
  margin-top: -35px;
}

.director-details h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 22px;
  text-transform: capitalize;
  color: #263734;
  margin-bottom: 13px;
}

.director-details h5 {
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #263734;
  font-weight: 400;
  margin-bottom: 20px;
}

.director-details p {
  margin-bottom: 20px;
}

.director-details h6 {
  font-weight: 400;
}

.director-details h6 i {
  font-weight: 100;
  margin-right: 10px;
}

.director-details img {
  max-width: 100%;
}

.Hideclose {
  background: #004e8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Hideclose i {
  color: white;
}

.disaster-management-team .col-md-3 {
  position: inherit;
}

.disaster-management-team .director-details {
  width: 97%;
}

.board-of-director .page-title {
  text-align: center;
}

.sign-up form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  padding: 50px 100px;
  width: 50%;
  margin: 50px auto 100px auto;
}

.sign-up form h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 22px;
  color: #263734;
  margin-bottom: 30px;
  text-align: center;
}

.sign-up form p {
  margin-top: -20px;
}

@media (max-width: 900px) {
  .table.responsive-table thead {
    display: none;
  }

  .table.responsive-table,
  .table.responsive-table tbody,
  .table.responsive-table tr,
  .table.responsive-table td {
    display: block;
    width: 100%;
  }

  .table.responsive-table tr {
    margin-bottom: 15px;
  }

  .table.responsive-table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }

  .table.responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #004e8f;
  }
}

.details-block-single {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.details-block-single h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 0px;
  color: #034A8A;
  text-align: center;
  margin-bottom: 20px;
}

.details-block-single tr {
  border-bottom: 1px solid #CED4DA;
}

.details-block-single tr:nth-child(3n) {
  border-bottom: .5px solid #CED4DA;
}

.details-block-single tr:last-child {
  border: none;
}

.details-block-single tr td {
  border: none;
}

.details-block-single tr td:first-child {
  color: #004e8f;
  font-weight: 500;
}

.user-dashboard {
  padding: 40px 0 100px 0;
  background-color: #FBF5F3;
}

.user-dashboard-header {
  position: relative;
}

.user-dashboard-header button {
  position: absolute;
  right: 15px;
  background: #01539C;
  border-radius: 4px;
  color: #ffffff;
  padding: 9px 15px;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.user-dashboard-header .navbar {
  background: #FEFEFE;
  border-radius: 4px;
  padding: 10px 30px;
  float: right;
  margin-right: 110px;
}

.user-dashboard-header .navbar li {
  border-right: 1px solid rgba(1, 83, 156, 0.6);
}

.user-dashboard-header .navbar :last-child {
  border-right: none;
}

.user-dashboard-header .navbar :last-child a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #01539C;
  padding: 0 20px;
}

.user-dashboard-content {
  background: #FEFEFE;
  border-radius: 6px;
  padding: 30px;
  margin-top: 35px;
}

.user-dashboard-content table {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.user-dashboard-content table thead {
  background: #FBF5F3;
}

.user-dashboard-content table thead td {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #034A8A;
  border: none;
}

.user-dashboard-content table tbody td {
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  padding: 10px;
}

.user-dashboard-content table tbody tr {
  border-bottom: 1px solid #FBF5F3;
}

.user-dashboard-content table tbody tr :last-child {
  border: none;
}

.user-dashboard-content table tbody .btn {
  padding: 5px 15px;
  font-size: 16px;
  color: white;
}

.question-single .form-check-inline {
  margin-top: 40px;
}

.question-single p {
  margin-top: 20px;
}

.question-single textarea {
  margin-bottom: 25px;
}

.question-single hr {
  margin-bottom: 35px;
}

.pay-direct-block {
  background: #328AEE;
  border-radius: 7px;
  padding: 40px 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

.pay-direct-block h3 {
  margin-bottom: 8px;
  color: #ffffff !important;
}

.pay-direct-block p {
  margin-bottom: 0;
}

.block-items .col-md-4 .pay-direct-block h3 {
  font-weight: bold;
  font-size: 50px;
}

.block-items .col-md-4:nth-child(2) .pay-direct-block {
  background: #703CFD;
}

.block-items .col-md-4:nth-child(3) .pay-direct-block {
  background: #58D7D7;
}

.policy-buy-page .rb-tabs-content {
  height: auto;
}

table thead {
  background-color: #004e8f;
}

table thead td {
  color: #ffffff;
}

table thead th {
  color: #ffffff;
}

table td {
  border: 1px solid #cedaeb;
}

table img {
  height: 30px;
}

.download-table tr td:nth-child(1) {
  text-align: center;
  width: 5%;
}

.download-table tr td:nth-child(3) {
  text-align: center;
  width: 10%;
}

.global-presence-single {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  box-shadow: 0px 1px 10px rgba(198, 193, 193, 0.25);
  border-radius: 4px;
  text-align: center;
  height: 160px;
  margin-bottom: 30px;
  padding: 30px;
}

.global-presence-single img {
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.global-presence-single span {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #263734;
}

.content_bangla .global-presence-single span {
  font-size: 18px;
}

.search-page {
  padding: 50px 0;
}

.search-page h1 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.search-page .total-result {
  margin-bottom: 30px;
  font-size: 28px;
}

.search-single {
  border: 1px solid #cccccc;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.search-single h3 {
  margin-bottom: 20px;
}

.search-single h3 a {
  color: #333333;
}

.search-content h4 {
  border-bottom: 3px solid #004e8f;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #004e8f;
}

.icab-sitemap {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.icab-sitemap,
.icab-sitemap ul {
  list-style: none;
}

.icab-sitemap li {
  position: relative;
  padding: 1em;
}

.icab-sitemap li a {
  font-size: 20px;
  color: #004e8f;
}

.icab-sitemap li li a {
  font-size: 18px;
}

.icab-sitemap li:after,
.icab-sitemap li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  z-index: 0;
}

.icab-sitemap li:before {
  position: absolute;
  top: 0;
  left: -1.1em;
  height: 150%;
  border-top-style: none;
  border-left-style: solid;
  color: #f7bb12;
}

.icab-sitemap li:after {
  top: 1.85em;
  left: -1.1em;
  width: 1.5em;
  border-top-style: solid;
  color: #f7bb12;
}

.icab-sitemap li:last-child:before {
  border-left: none;
  color: #f7bb12;
}

/* ========================================
   CUSTOM LOGO PRELOADER - Tanin Group
   ======================================== */

.ripple {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

.ripple::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url('https://tanin.com.bd/admin/public/uploads/ckeditor/9226logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: logoFadeIn 0.6s ease-in-out, logoPulse 2s ease-in-out infinite;
}

.ripple::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid #F7BB12;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  animation: logoSpin 1.2s linear infinite;
  margin-top: 0;
}

/* Logo fade-in animation */
@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Logo pulse animation */
@keyframes logoPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

/* Spinner animation */
@keyframes logoSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ripple::before {
    width: 100px;
    height: 100px;
  }

  .ripple::after {
    width: 130px;
    height: 130px;
  }
}

footer {
  background: #0C0A25;
  padding-top: 90px;
  /* padding-bottom: 35px; */
  color: #ffffff;
  position: relative;
}

footer h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 6px;
}

footer p {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

footer a {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  color: #ffffff;
}

.footer-social {
  margin: 40px 0;
}

.footer-social i {
  text-align: center;
  margin-right: 12px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-social i:hover {
  opacity: .4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #ffffff;
}

.international-lic img {
  margin-right: 5px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.footer-subscribe {
  border-bottom: 1px solid rgba(218, 231, 249, 0.2);
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.footer-subscribe .subscribe-error {
  display: inline;
}

.footer-subscribe input[type='text'] {
  border: 1px solid #a5adb3;
  padding: 13px;
  color: #ffffff;
  background: transparent;
}

.footer-subscribe ::-webkit-input-placeholder {
  color: #ffffff;
}

.footer-subscribe :-ms-input-placeholder {
  color: #ffffff;
}

.footer-subscribe ::-ms-input-placeholder {
  color: #ffffff;
}

.footer-subscribe ::placeholder {
  color: #ffffff;
}

.footer-subscribe button {
  background: #ffffff;
  font-size: 16px;
  line-height: 52px;
  color: #263734;
  height: 52px;
  border: none;
  padding: 0 25px;
  margin-left: -5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-subscribe button:hover {
  background-color: #04335d;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F7BB12;
  color: #ffffff;
}

.insurance-plane-menu {
  margin-bottom: 35px;
}

.insurance-plane-menu li a {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 30px;
}

.insurance-plane-menu li a:after {
  content: '|';
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
}

.insurance-plane-menu li a:hover {
  color: #F7BB12;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.insurance-plane-menu li a:hover:after {
  color: #ffffff;
}

.insurance-plane-menu li:first-child {
  font-size: 17px;
  text-transform: uppercase;
  padding-right: 15px;
}

.insurance-plane-menu li:last-child a:after {
  display: none;
}

.copyright {
  /* border-top: 1px solid rgba(218, 231, 249, 0.2); */
  margin-top: 40px;
  padding-top: 20px;
  background-color: #0F172A;
}

.copyright p {
  margin-bottom: 0;
}

.copyright a {
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.copyright a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F7BB12;
}

/* new css  */
/* Desktop */
.services-grid,
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Mobile */
@media (max-width: 768px) {

  .services-grid,
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.services-section {
  background: #07061c;
  color: #ffffff;
  padding: 80px 20px 20px;
  text-align: center;
}

.services-section h2 {
  margin: 0 0 12px 0;
}

.services-section p {
  margin: 0 auto 32px auto;
  max-width: 700px;
}

/* GRID LAYOUT */
.services-grid {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* CARD STYLE */
.service-box {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  padding: 26px 24px;
  text-align: left;
}

.service-box img {
  display: block;
  margin-bottom: 18px;
  width: 40px;
  height: auto;
}

.service-box h3 {
  margin: 0;
  color: #000000;
}

/* CTA BUTTON */
.services-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border-radius: 999px;
  background: #ff2e2e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

/* 🟢 MOBILE / TABLET BREAKPOINTS */

/* Tablet: 3 column */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile: 2 column (this is what you want) */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Very small mobile: jodi khub chhoto screen hoy, tokhon o 2 column possible thakle thakbe */
@media (max-width: 400px) {
  .services-grid {
    grid-auto-flow: row;
  }
}