@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Inter", sans-serif;
}
main {
  position: relative;
  margin-top: 80px;
}
:root {
  --theme_blue: #1f9ab9;
  --theme_dark_blue: #253f7c;
  --theme_para_color: #333333cc;
  --bg_light: #f0f9fb;
}

a {
  text-decoration: none;
  display: inline-block;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style: none;
  line-height: 21px;
  color: #6e6e6e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--font_libre);
  color: var(--heading_color);
}
h4 {
  color: var(--theme_para_color);
  font-size: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
address {
  margin: 0px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  color: var(--theme_para_color);
  margin: 0px;
}
.mt-80 {
  margin-top: 80px;
}

.form-control {
  border: 1px solid #e6e6e6;
  height: 45px;
  border-radius: 4px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
textarea.form-control {
  height: 100px;
}
.full_img {
  width: 100%;
}
section {
  padding: 60px 0px;
}
.singel_heading {
  margin-bottom: 50px;
}
.navbar > .container {
  position: relative;
}
.btn-primary {
  background: #fff;
  padding: 5px 20px;
  border: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--theme_gray);
}
.btn-primary p {
  color: var(--theme_gray);
}
.btn-round {
  background-color: var(--theme_gray);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
}
.btn-primary:hover {
  background-color: var(--theme_light_green);
  color: var(--theme_gray);
}

.custom_btn {
  background-color: var(--theme_dark_blue);
  padding: 12px 45px 12px 25px;
  color: #fff;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
  border: none;
}
/*.custom_btn:hover {*/
/*  background-color: var(--theme_light_green);*/
/*  color: var(--theme_gray);*/
/*}*/
.custom_btn i {
  position: absolute;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.custom_btn:hover i {
  right: 15px;
}
.btn.custom_btn.white_btn {
  color: var(--theme_gray) !important;
  background: #fff !important;
}
.icon_left {
  padding: 10px;
  padding-left: 45px;
}
.icon_left i {
  left: 16px;
  right: auto;
  font-size: 18px;
}
.text_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: var(--theme_para_color);
}
.swiper {
  padding: 5px;
}
/* main heading */
.main_heading {
  margin-bottom: 40px;
}
.main_heading h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.57px;
  color: var(--theme_para_color);
}
.bg_light {
  background-color: var(--bg_light);
}
.btn_group {
  display: flex;
  gap: 10px;
}
.btn_group > a {
  flex: 1;
}
.icon_btn {
  background-color: var(--theme_blue);
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  justify-content: center;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
  border: var(--theme_blue) 2px solid;
}
.icon_btn:hover {
  background: transparent;
  color: var(--theme_blue);
}
/* main heading */
/* header start */
.header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
}
.header .navbar {
  padding: 14px 0px;
  box-shadow: 0px 2px 9px 10px hsl(0deg 0% 72.44% / 20%);
}

.header .navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
}
.header .navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
  padding-right: 30px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: var(--theme_para_color);
}
.header .navbar-expand-lg .navbar-nav .nav-link.active,
.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--theme_blue);
}
.header .navbar.sticky {
  animation: slideDown 0.35s ease-out;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .header_right {
  position: relative;
}
.header .header_right .form-control {
  height: 44px;
  border-radius: 50px;
  border: 1px solid #d2d2d2;
}
.header .header_right .form-control::placeholder {
  color: #33333399;
}
.header .header_right .ser_btn {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 20px;
  color: #333;
}
.drop_down {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 8%);
  width: 220px;
  top: 100%;
  left: 0px;
  transform: scaleY(0);
  transition: 0.5s;
  transform-origin: top;
  z-index: 9;
}
.drop_down li .drop-link {
  padding: 10px;
  color: #2e2e2e;
  display: block;
  transition: 0.5s;
  border-radius: 5px;
}
.drop_down li .drop-link:hover {
  background-color: #1f9ab91b;
}
.header .navbar-expand-lg .navbar-nav .nav-item:hover .drop_down {
  transform: scaleY(1);
}
.drop_down.mega_dropdown {
  width: 580px;
}
.drop_down.mega_dropdown ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* header end */

/* banner start */
.banner {
  padding: 120px 0px;
  background-color: #f6fafb;
  background-image: url(..//images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}
.banner_caption h1,  .banner_caption h2{
  font-size: 48px;
  font-weight: 500;
  line-height: 58.09px;
  color: var(--theme_blue);
}
.banner_caption h1 span {
  color: var(--theme_dark_blue);
}
.banner_caption p {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: var(--theme_blue);
  max-width: 350px;
  margin: 28px auto;
}
.banner_caption p span {
  color: var(--theme_dark_blue);
}
.banner_search {
  max-width: 700px;
  margin: 0px auto;
  position: relative;
}
.banner_search input {
  height: 70px;
  box-shadow: 0px 4px 4px 0px #0000001f;
  border: none;
  border-radius: 40px;
  padding: 10px 32px;
}
.search_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  border: none;
  top: 0;
  right: 0;
  background-color: var(--theme_dark_blue);
  color: #fff;
  font-size: 20px;
}
/* banner end */
/* =========== why choose us ================ */
.why-accordion {
  border-radius: 10px;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
}
.why-accordion.active,
.why-accordion:hover {
  background-color: #fff;
}
.why-accordion .active .why-col {
  box-shadow: 0px 2px 2px 2px #d2d2d2;
  margin-bottom: 20px;
}
.why-accordion:after {
  content: "\002B";
  color: #000;
  font-size: 20px;
  float: right;
  margin-left: 5px;
  background: rgba(13, 110, 253, 0.25);
  border-radius: 30px;
  padding: 0px 8px;
  font-weight: 700;
}
.why-accordion.active:after {
  content: "\2212";
}
.accord-outer {
  padding: 7px;
}
.whypanel {
  padding: 0px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.why-col {
  margin-bottom: 25px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 2px 2px #e4e4e4;
}
.accordi-intro-cont {
  padding: 15px;
}
.accordi-intro-cont h5 {
  padding: 10px 0px;
  list-style: circle;
}
.accordi-intro-cont i {
  color: #26a9e1;
  margin-right: 5px;
}
.accordi-intro-cont p {
  margin-bottom: 22px;
}
/* =========== why choose us ================ */
/* service start */

.service_card {
  box-shadow: 4px 4px 14px 0px #0000000f;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  color: var(--theme_blue);
  text-align: center;
  height: 48px;
}
.about_info {
  display: inline-grid;
  place-items: baseline;
  gap: 20px;
}
/* service end */

/* about section */
.Habout {
  vertical-align: middle;
  margin: auto;
}
/* about section */

/* latest reports start */
.reports_content {
  box-shadow: 0px 4px 12px 0px #0000001f;
  padding: 23px 45px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  display: grid;
  gap: 30px;
  height: 450px;
}
.report_list_title img {
  width: 20px;
}
.reports_inner_content {
  display: grid;
  gap: 30px;
}
.reports_item {
  padding: 15px;
  border-radius: 10px;
  border-left: var(--theme_blue) 5px solid;
  box-shadow: 0px 4px 12px 0px #0000001f;
}
.pdf_download {
  background-color: #ff5502;
}
.reports_item_header {
  display: flex;
  justify-content: space-between;
}
.reports_item_header h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: var(--theme_dark_blue);
}
.reports_body .report_list {
  display: grid;
  gap: 10px;
}
.reports_body .report_list_item {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 10px;
}
.report_list_title {
  display: flex;
  justify-content: space-between;
}
.report_list_title > div {
  display: flex;
  gap: 10px;
}
.report_list_title h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}
.report_list_item p {
  color: #333333;
}
.scroll {
  overflow-y: scroll;
  padding-right: 10px;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #e7e4e4;
  opacity: 0.5;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--theme_blue);
}
/* latest reports end */

/* blog start */

.blog_img img {
  width: 100%;
}
.blog_info h4 {
  margin: 16px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.blog_info p {
  margin-bottom: 10px;
}
/* blog end */

/* ===========Testimonial Page Start============*/
.testiSlide {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: grid;
  gap: 20px;
}
.testi_rating ul {
  display: flex;
  gap: 5px;
}
.testi_rating ul li {
  color: #f7871b;
  font-size: 22px;
}
.degignation h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme_para_color);
}
.degignation span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--theme_dark_blue);
}
/* ===========Testimonial Page End ============*/
/* ================== Footer Css Star ============ */
.footer {
  padding: 72px 0px 30px;
  background-color: #253f7c;
}
.ftr_title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 23px;
  margin-bottom: 20px;
}
.footer a,
.footer p {
  font-family: "Inter";
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0px;
  transition: 0.3s;
}
ul.ftr_links li,
.contact_info li {
  padding: 5px 0px;
  color: #fff;
}
.copyright {
  margin: 15px 0px 0px;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
.cfooter-right ul {
  display: inline-flex;
  float: right;
}
.cfooter-right ul li a {
  font-weight: 300;
  font-size: 14px;
  margin-left: 20px;
}
.cfooter-center p {
  font-size: 14px;
  font-weight: 400;
}
ul.contact-social li {
  display: inline-flex;
  padding: 0px 6px;
}
ul.contact-social li i {
  font-size: 20px;
}
ul.contact_info i {
  font-size: 17px;
  padding-right: 8px;
}

/* ================== Footer Css End ============ */
/* ================== Press release section start ============ */
.bg_white {
  background-color: #fff;
}
.press-heading {
  text-decoration: none;
  color: black;
}

.press-heading:hover {
  text-decoration: none;
  color:#1f9ab9;
}
.blue-text {
  color: #253f7c;
}
.press_card {
  display: inline-flex;
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 5px;
}
.press_img img {
  border: 2px solid #253f7c;
  border-radius: 10px;
}
.press-info h4 {
  margin-bottom: 14px;
}
.press-info p {
  line-height: 1.5;
}
.press_img img {
  width: 100%;
  margin-bottom: 20px;
}
/* ================== Press release section end============ */

/* ============ Who We are Page css  ============ */

/* Style the tab */
.about-tab {
  overflow: hidden;
  border: 1px solid #253f7c;
  background-color: #f1f1f1;
  margin: auto;
  display: inline-flex;
  width: 100%;
}
.about-tab {
  display: inline-flex;
  width: 100%;
}
/* Style the buttons inside the tab */
.about-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
button.aboutablinks {
  background: #f0f9fb;
  width: 100%;
}
/* Change background color of buttons on hover */
.about-tab button:hover {
  background-color: #253f7ccc;
  color: #fff;
  font-weight: 600;
}

/* Create an active/current tablink class */
.about-tab button.active {
  background-color: #253f7c;
  color: #fff;
}
/* Style the tab content */
.aboutabcontent {
  display: none;
  padding: 35px 20px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 28px;
}
.aboutabcontent h3 {
  margin-bottom: 20px;
}
.topright:hover {
  color: red;
}
.abt-mtab {
  box-shadow: 0px 2px 2px 2px #f2f2f2;
  padding: 40px 20px;
  border-radius: 10px;
}

.marksearchbar {
  height: 60px;
  width: 450px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.marksearch_input {
  flex: 1; /* Allows the input to expand to fill the available space */
  color: black;
  border: 0;
  outline: 0;
  background: none;
  padding: 0 10px;
  line-height: 40px;
  transition: width 0.4s linear;
  border-radius: 30px;
}

.marksearch_icon {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1f9ab9;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 5px; /* Position the icon to the right inside the searchbar */
  top: 50%;
  transform: translateY(-50%); /* Vertically center the icon */
}

/* ============ Who We are Page css  ============ */

/* ============ common classes ============ */

.vertical-middle {
  margin: auto;
}
h2.heading-blue {
  font-size: 40px;
  font-weight: 500;
}
.inner_banner {
  background: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 33%)),
    url(../images/consulting-banner.jpg) no-repeat center;
  margin-top: 82px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.innerbanner_caption h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.57px;
}
/* ============ common classes ============ */
/* ============ consulting model ============ */
.consult_grid {
  margin: 65px 0px 0px;
}
.consult_card {
  box-shadow: 4px 4px 12px 0px #0000001f;
  border-radius: 12px;
  position: relative;
  height: 100%;
}
.consult_card span {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
}
.consult_card p {
  padding: 15px 10px 10px;
}
.card_heading {
    padding: 15px;
    border-radius: 12px 12px 0px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    color: var(--theme_para_color);
}
.consult_grid .col-sm-4:nth-child(2n + 2) .consult_card span {
  background: linear-gradient(90deg, #eeffec 0%, #def5ff 100%);
  border: 3px solid #bbebff;
}
.consult_grid .col-sm-4:nth-child(5n + 1) .consult_card span {
  background: linear-gradient(90deg, #fff2eb 0%, #fff6dd 100%);
  border: 3px solid #ffdbc8;
}

.consult_grid .col-sm-4:nth-child(2n + 3) .consult_card span {
  background: linear-gradient(90deg, #f4ecff 0%, #ffeaf1 100%);
  border: 3px solid #e5c1ff;
}

.consult_grid .col-sm-4:nth-child(2n + 2) .card_heading {
  background: linear-gradient(90deg, #eeffec 0%, #def5ff 100%);
}
.consult_grid .col-sm-4:nth-child(5n + 1) .card_heading {
  background: linear-gradient(90deg, #fff2eb 0%, #fff6dd 100%);
}

.consult_grid .col-sm-4:nth-child(2n + 3) .card_heading {
  background: linear-gradient(90deg, #f4ecff 0%, #ffeaf1 100%);
}

/* ============ consulting model ============ */

/* ============ reports ============ */

.reports_sec {
  background: #f5f5f5;
}
.reports_wraper {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
}
.cat_list li a {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #eaecf0;
  gap: 10px;
  align-items: center;
}
.cat_list li a:hover {
  background: #e8fbff;
}
.cat_icon {
  width: 40px;
  height: 40px;
  background: #e7fbff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat_list li a p {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding: 5px 0px;
}
.cat_list {
  box-shadow: 0px 4px 8px -2px #1018281a;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.cat_list li:last-child a {
  border-bottom: none;
}
.cat_title {
  margin-bottom: 16px;
}
.reportlist_item {
  justify-content: space-between;
  background: #f6fdff;
  border-bottom: 5px solid #1f9ab9;
  padding: 12px 16px;
  box-shadow: 0px 4px 12px 0px #0000001f;
  border-radius: 8px;
  align-items: center;
  flex-flow: wrap;
  gap: 15px;
}
.reports_list {
  display: grid;
  gap: 20px;
  margin-top: 8px;
}
.categories {
  position: sticky;
  top: 0;
}
.reportlist_item .custom_btn {
  background-color: var(--theme_blue);
  padding: 10px 32px 10px 20px;
}
.reportlist_item .custom_btn i {
  right: 10px;
}
.custom_btn:hover i {
  right: 5px;
}
.report_img img {
  border-radius: 10px;
}
/* ============ reports ============ */

/* ============ reports details============ */

.reportDtl_img img {
  border-radius: 10px;
  background: #f6fdff;
  padding: 10px;
  box-shadow: 0px 4px 12px 0px #0000001f;
  margin-bottom: 20px;
}
.reportdtl_title {
  color: var(--theme_dark_blue);
}
.reportDtl_content {
  display: grid;
  margin-top: 15px;
}
.reportDtl_content h5 {
  color: var(--theme_dark_blue);
  margin: 20px 0px;
}
.reportDtl_content ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}
.reportDtl_content ul li {
  list-style: disc;
  line-height: 28px;
}

/* accordion */

.accordion_project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
}
.accordion_project h2 {
  margin-bottom: 20px;
}

.quistion {
  width: 100%;
  margin-bottom: 10px;
}

.quistion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f9fb;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.quistion_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}
.quistion_title p span {
  width: 24px;
  height: 24px;
  background-color: var(--theme_dark_blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}
.quistion_btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 20px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.quistion_des {
  padding: 20px;
  line-height: 24px;
  font-size: 16px;
  color: var(--theme_para_color);
}

.quistion_des {
  display: none;
}

.show-text .quistion_des {
  display: block;
}

.show-text .quistion_btn {
  transform: rotate(180deg);
}
.scope_quistion.show-text .quistion_title {
  background: transparent;
}
.scope_accordion .quistion {
  border: 1px solid #d9f8ff;
  border-radius: 5px;
}

.scope_accordion .quistion.show-text {
  border: 1px solid #d9d9d9;
}
.scope_accordion .quistion_des {
  padding-top: 0px;
}
/* accordion */
.modal-title {
  width: 100%;
  text-align: center;
}
/* ============ reports details============ */

/* ============ pricing ============ */
.subt {font-size: 27px;font-weight: 500;}
.pricing_sec {
  background: url(../images/pricing-bg.png) no-repeat center;
  background-size: cover;
}
.back-btn p {
  width: 80px;
  background: #e9f6fb;
  text-align: center;
  color: #253f7c;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
}
.pricing_card {
  box-shadow: 0px 12px 16px -4px #10182814;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing_list {
  margin: 46px 0px;
  display: grid;
  gap: 10px;
}
.pricing_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26a9e133;
  border: 6px solid #f1fbff;
  border-radius: 28px;
  margin: 0px auto 20px;
}
.pricing_dtl {
  text-align: center;
}
.pricing_dtl p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: var(--theme_dark_blue);
}
.pricing_dtl h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.57px;
  margin-top: 15px;
  color: #101828;
}
.pricing_list li {
  display: flex;
  gap: 10px;
}
.pricing_list li i {
  width: 24px;
  height: 24px;
  background: #26a9e133;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing_list li p {
  flex: 1;
  text-align: left;
}
.pricing_card .custom_btn {
  width: 100%;
  text-align: center;
}
/* ============ pricing ============ */
/* ============ custom radio button ============ */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"] + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme_dark_blue);
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:before {
  background-color: var(--theme_dark_blue);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ============ custom radio button ============ */
/* ============ checkout ============ */
.radio_container {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}

.radio_container > p {
  flex: 1;
  display: flex;
  justify-content: center;
}
.product_info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 10px;
}

.product_info p {
  text-align: left;
}
.order_list {
  margin-top: 20px;
}
.order_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product_img img {
  border-radius: 10px;
}
.total_order {
  display: flex;
  justify-content: space-between;
  background: #f0f9fb;
  padding: 10px;
  border-radius: 5px;
}
.order_title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}
.order_produc_bx {
  padding: 10px;
}
/* ============ checkout ============ */
/* ============ contact ============ */

.contact_form {
  display: grid;
  gap: 10px;
}
.map iframe {
  border-radius: 10px;
}
/* ============ contact ============ */

/* ============ blog details ============ */
.blog_card a {
  color: #595b5b;
}
.blog_card a:hover {
  color: #1f9ab9;
}
.blogDtl_title {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.57px;
  color: var(--theme_para_color);
}
.blogDtl_img {
  margin: 30px 0px;
}
.blogDtl_content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  margin: 20px 0px 10px;
  color: var(--theme_dark_blue);
}
.menu-item.active {
  background: #e8fbff;
}
.menu-item.active p {
  color: var(--theme_dark_blue);
}
/* ============ blog details ============ */

/* ============ contact ============ */

/* ============ footer ============ */

.footer {
  padding: 72px 0px 30px;
  background-color: #253f7c;
}
.ftr_title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 23px;
  margin-bottom: 20px;
}
.footer a,
.footer p {
  font-family: "Inter";
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0px;
  transition: 0.3s;
  text-align: left;
}
ul.ftr_links li,
.contact_info li {
  padding: 5px 0px;
  color: #fff;
}
.copyright {
  margin: 15px 0px 0px;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
.cfooter-right ul {
  display: inline-flex;
  float: right;
}
.cfooter-right ul li a {
  font-weight: 300;
  font-size: 14px;
  margin-left: 20px;
}
.cfooter-center p {
  font-size: 14px;
  font-weight: 400;
}
ul.contact-social li {
  display: inline-flex;
  padding: 0px 6px;
}
ul.contact-social li i {
  font-size: 20px;
}
ul.contact_info i {
  font-size: 17px;
  padding-right: 8px;
}
div#headerDropdown {
    width: 300px;
    overflow: auto;
}
/* ============ footer ============ */
.mission_list {
    display: grid;
    grid-template-columns: 200px 1fr;
}
.social-share i {
    border: 1px dashed #259cb8;
    padding: 10px;
    border-radius: 10px;
}
.intl-tel-input{
    width: 100%;
}

