/* You can add global styles to this file, and also import other style files */
/* @import "bootstrap/dist/css/bootstrap.min.css"; */
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";
/* @import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700;800;900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,300&display=swap'); */

html {
  /* font-family: 'Montserrat', "Gothic A1", sans-serif; */
  /* font-family: 'Montserrat', sans-serif !important; */
  font-family: Montserrat, Verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  --fnt-clr: rgb(10, 10, 10);
  /* --ftr-bg: #010233; */
  --ftr-icn-clr: #fff;

  /* footer icon background */
  /* --ftr-icn-bck: #4f507a; */
  --ftr-icn-bck: #505050;

  --ftr-link-hvr: rgb(185, 185, 185);
  --btn-font: #000;
  --btn-back: #fff;
  --drp-dwn-bck: #fff;
  --numbr-bk: #ed8e8c;
  --icn-clr: #797979;
  --icn-hvr-clr: #ffa3d4;
  --bnr-span-txt: #ff5722;
  --link-hvr: #2c30a3;
  --detail-card: #efeff0;
  --detail-phto: #8a2be2;
  --warn: #f44336;
}

html,
body {
  height: 100%;
}

body {
  font-family: Montserrat, Verdana, arial, sans-serif;
  font-size: 1.3rem;
  /* font-size: 62.5%; */
  font-weight: 400;
  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #f4f6f8;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

td {
  padding: 5px 10px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--icn-clr);
}

ul {
  list-style: none;
}

input:hover,
input:focus {
  outline: none;
}

.heading-txt {
  margin: 15px 0;
  padding: 0;
  letter-spacing: -0.1px;
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.8rem;
}

.sub-heading {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 0;
  margin: 0;
}

.content_para {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.material-icons {
  color: var(--icn-clr);
}

.bnr_head {
  font-size: 4rem;
  font-weight: 700;
}

span.span_txt {
  color: var(--bnr-span-txt);
}

.mT-30 {
  margin: 30px 0;
}

.mT-15 {
  margin: 15px auto;
}

.mT-5 {
  margin: 5px auto;
}

.bnr_head_sec {
  font-size: 2.3rem;
  font-weight: 700;
}

button .material-icons {
  color: #fff;
}

.mat-menu-panel {
  background: #ffffff !important;
}

@media only screen and (max-width: 768px) {
  h1.bnr_head {
    font-size: 2.4rem !important;
    font-weight: 700;
  }

  .bnr_head_sec {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .heading-txt {
    font-size: 2.2rem;
  }
}

.mat-expansion-panel-content {
  font-family: Montserrat, Verdana, arial, sans-serif;
}

.bg-boxshadow {
  -webkit-box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
  -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
}

.widget {
  background-color: #eaecef;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* --------- Header ---------------------- */
.header {
  border-bottom: 1px solid #eaeaea;
}

.header .bg-white {
  background-color: #fff !important;
}

.header .navbar-brand img {
  max-height: 42px;
}

.header .logo img {
  max-height: 42px;
}

.header .nav-item {
  margin-left: 15px;
  /* font-weight: 600; */
  font-weight: 500;
}

.header .dropdown-menu {
  font-size: 1.2rem;
}

/* --------------------------------------------- */
/* --------------------------------------------- */


/* ---------- Footer ---------------------------- */

.footer {
  /* background-color: var(--ftr-bg); */
  /* color:#fff; */
  background-color: #eaecef;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lnk,
.copyrt,
.ft_social {
  margin-top: 1.5rem;
}

.footer a,
.footer p {
  font-size: 1.2rem;
  /* color: #fff; */
  color: #505050;
}

.footer p {
  line-height: 1.2;
}

.footer a {
  font-weight: 500;
  text-decoration: none;
}

.footer .copyrt p {
  font-size: 1.2rem;
}

.lnk a {
  margin-right: 28px;
  transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.lnk a:hover {
  /* color: var(--ftr-link-hvr); */
  color: #000;
}

.ft_social .fab {
  background-color: var(--ftr-icn-bck);
  color: var(--ftr-icn-clr);
  padding: .8rem 1.2rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}

.ft_social .fab:hover {
  background-color: var(--ftr-icn-clr);
  color: var(--ftr-icn-bck);
  /* padding: .8rem 1.2rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;; */
}

.ft_rht .lnk {
  margin-bottom: 1.8rem;
}


/* --------------------------------------------- */
#cookie-message {
  display: none;
}

#cookie-message {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  font-size: 1.2rem;
  font-weight: 600;
}

#cookie-message .alert {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 0;
}

#cookie-message .alert-dark {
  background-color: #00547f;
  color: #fff;
  border: 0;
}

#cookie-message .alert-link {
  /* font-weight: 500; */
  font-size: 1rem;
  color: #9ab3ff;
  text-shadow: none;
}

#cookie-message .btn {
  border-radius: 5px;
  padding: 5px 7px;
  font-weight: 600;
}

#cookie-message .close {
  opacity: 1;
  text-shadow: none;
}

/* -------------------- */
.stik {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}



/* -------------------- */




/* homepage */
.homepage .service-list-item {
  box-shadow: 0px 2px 5px #dfdfdf;
  padding: 10px;
}

.homepage .card-title {
  /* margin-left: 15px; */
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #000;
}

.homepage .small,
.homepage small {
  font-size: 50%;
  font-weight: 400;
}

/* .text-muted {
margin-left: 15px;
} */
.homepage p.card-text {
  font-size: 2rem;
  letter-spacing: 0.1px;
}

.homepage .round {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  background-color: var(--numbr-bk);
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 15px;
}

.homepage .checked {
  color: orange;
  font-size: 1.3rem;
}

.homepage .bld {
  font-size: 1.5rem;
  font-weight: 500;
}

.homepage .card:hover .card-title {
  color: crimson;
}

.homepage img.card-img {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.homepage .card:hover img.card-img {
  -webkit-filter: drop-shadow(1px 1px 1px black) brightness(0.9);
  filter: drop-shadow(1px 1px 1px black) brightness(0.9);
}


@media (max-width: 768px) {
  .homepage .card-title {
    font-size: 2.2rem;
  }
}

.ratings {
  color: orange;
}


.homepage .ratings.list-group-item {
  border: none;
}

.homepage .services {
  margin-bottom: 2rem;
}

.homepage .article {
  font-size: 1.5rem;
}

.homepage .article a {
  font-weight: 500;
}

.homepage .article span {
  font-size: 1.2rem;
}

.homepage .articles a {
  color: #444;
  font-size: 1.3rem;
  font-weight: 600;
}

.homepage .articles a:hover {
  color: #ff5722;
}

.homepage .article span {
  display: block;
  margin-top: 5px;
}

.homepage .articles .list-group-item>div {
  /* border-top: 1px solid #ccc; */
}





/* categories */
.categories .flx-cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.categories .flx-cnt a {
  margin-bottom: 10px;
}

.categories .cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  background: #fff;
  /* width: 107px; */
  /* height: 80px; */
}

.categories .material-icons {
  font-size: 25px;
}

.categories .cat p {
  font-size: 1.1rem;
  color: var(--fnt-clr);
  margin-bottom: 0;
}

.categories .cat:hover .material-icons {
  /* color: var(--icn-hvr-clr); */
  color: #ee510f;
}

.categories a:hover .cat {
  background-color: #eaecef;
  border-color: #dde0e4;
}

@media(max-width:350px) {
  .categories .flx-cnt {
    justify-content: space-around;
  }
}


/* blog */
#blog .blog-item {
  padding: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
}

#blog .imghover {
  display: block;
  position: relative;
  max-width: 100%;
}

#blog .imghover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#blog .imghover::after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

#blog .imghover::before,
#blog .imghover::after {
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  opacity: 0;
}

#blog img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

#blog .post-block h2 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
}

#blog .title {
  color: #0a2759;
}

#blog p {
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
}

#blog .btn-link {
  color: #15549a;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #15549a;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
}


/* article */
#article .flx_hr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#article .flx_hr img {
  width: 50px;
}

#article .current_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .current_item button {
  align-self: flex-end;
} */
#article ol a {
  color: #000;
  font-size: 16px;
}

#article .befr::before {
  content: "\f013";
  font-family: "Material Icons";
  font-size: 1.3rem;
  color: #000;
  margin-right: 15px;
}

#article .crd_head {
  font-size: 16px;
  font-weight: 700;
}

#article .itms {
  margin: 30px 0;
}

#article .itms img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#article .authr img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
}

#article .authr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#article h2.hesd {
  font-weight: 700;
  margin: 15px 0;
}

#article .phto {
  background: var(--icn-hvr-clr);
  background: var(--detail-phto);
  width: 60%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  overflow: hidden;
}

#article .cont {
  /* width: 60%; */
}

#article .card_cont {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 0px auto;
  background: var(--detail-card);
}

#article .crd-otr:hover .phto,
#article .crd-otr:hover p.sq {
  background: var(--warn);
}

#article .img-bg {
  width: 95%;
  height: 100%;
  margin-left: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  overflow: hidden;
}

#article .img-bg img {
  max-height: 350px;
  width: 100%;
}

#article p.sq {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 17px;
  background: var(--detail-phto);
  text-align: center;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#article p.rate_p {
  font-style: italic;
  color: var(--detail-phto);
}

#article h2.crd-hd {
  font-weight: 800;
  font-size: 5.2rem;
  color: #3d3546;
}

#article .cont {
  margin-left: 15px;
}

#article .pack {
  margin: 30px 0;
}

#article p.pck:before {
  content: "\e937";
  font-family: "Material Icons";
  font-size: 1.3rem;
  color: #000;
  margin-right: 15px;
}

#article p.pck {
  font-size: 1.6rem;
  margin-left: 15px;
  line-height: 1.7;
}

#article .bd {
  font-weight: 700;
}

#article .pros-cons {}

#article .pros-cons li {
  font-size: 1.6rem;
}

#article .pros li:before {
  content: "\e92f";
  font-family: "Material Icons";
  font-size: 1.3rem;
  color: #000;
  margin-right: 15px;
}

#article .cons li:before {
  content: "\e14c";
  font-family: "Material Icons";
  font-size: 1.3rem;
  color: #000;
  margin-right: 15px;
}

#article .pros-cons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 20px 15px;
}

#article .btn_gp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#article .btn_gp .mat-raised-button.mat-warn:hover {
  background: var(--detail-phto);
}

#article td {
  padding: 5px 10px !important;
}

#article .bg-explore-bnr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  max-height: 170px;
}

#article .bg-explore-bnr .txt-cntainer {
  width: 550px;
  padding: 50px 30px;
  margin: 30px auto;
  background-color: #f4f4f4;
}

@media(max-width:768px) {
  #article .bg-explore-bnr .txt-cntainer {
    width: 100%;
  }
}


#article .post-container {
  margin-top: 15px;
  /* padding: 15px 20px; */
}

#article .heading-txt {
  font-size: 2rem;
  margin-bottom: 5px;

}

#article .nutshell {
  /* font-family: Montserrat,Verdana,arial,sans-serif; */
  /* font-size: 1.3em; */
  /* line-height: 1.75; */
}

#article .nutshell .content_para {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: justify;
}

#article .post-container .h2,
#article .post-container h2 {
  font-size: 1.8rem !important;
  letter-spacing: 0.03rem;
}



/* page_404 */
#page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

#page_404 img {
  width: 100%;
}

#page_404 .four_zero_four_bg {
  background-image: url('/assets-new/img/404.gif');
  background-repeat: no-repeat;
  height: 400px;
  background-position: center;
}

#page_404 .four_zero_four_bg h1 {
  font-size: 80px;
}

#page_404 .four_zero_four_bg h3 {
  font-size: 80px;
}

#page_404 .link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}

#page_404 .contant_box_404 {
  margin-top: -50px;
}


/* widget latestArticles  */
.widget .flx_hr img {
  max-width: 50px;
  /* height: 50px; */
  border-radius: 5px;
}

.widget .flx_hr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  grid-column-gap: 10px;
  column-gap: 10px;
  flex-wrap: nowrap;
}

.widget .flx_hr p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.widget a {
  color: rgb(8, 8, 8);
}

.latestArticles a:hover {
  color: var(--icn-clr);
}

@media (max-width: 500px) {
  .widget .flx_hr {
    flex-wrap: wrap;
  }
}


.wd-latestArticles .featured-image {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.wd-latestArticles img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

.read-more {
  color: #15549a;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #15549a;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
}

.btn-more {
  border: 1px solid #002261;
  padding: 10px 25px;
  color: #002261;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background: #ffae0000;
  font-weight: 600;
  letter-spacing: 0px;
}



/*  */
.bg-explore-bnr {
  /* background: url('https://cdn.pixabay.com/photo/2014/12/10/20/56/medical-563427_960_720.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.bg-explore-bnr .txt-cntainer {
  width: 550px;
  padding: 50px 30px;
  margin: 30px auto;
  background-color: #f4f4f4;
}

@media(max-width:768px) {
  .bg-explore-bnr .txt-cntainer {
      width: 100%;
  }
}



span.heading-str {
  padding: 2px 8px;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 5px;
}

.checked {
  color: goldenrod;
}

p.str {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: flex-start;
}

.logo-crd {
  width: 150px;
  /* height: 65px; */
}

.logo-crd img {
  width: 100%;
  height: 100%;
}

.tp-dt-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 150px;
  margin: 15px auto;
}

.numb {
  background: var(--icn-clr);
  padding: 5px 25px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-clip-path: polygon(100% 0, 59% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 59% 50%, 100% 100%, 0 100%, 0 0);
}

.tp-dt-card:hover .numb {
  background: var(--warn);
}

.numb h1 {
  margin-right: 28px;
  color: turquoise;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.7;
}

.sh_mr button {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.sh_mr {
  margin: 15px auto;
  width: 100%;
}

.nutshell {
  margin: 30px auto;
}

p.content_para:first-child:first-letter {
  font-size: 3.8rem;
}

hr {
  margin-top: 3rem;
  border-top: 1px solid rgb(55 55 55 / 32%);
}

@media (max-width: 980px) {
  .tp-dt-card {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
      height: unset;
      margin: 15px auto;
  }

  .card {
      flex-direction: column;
      row-gap: 15px;
  }

  .numb {
      align-self: flex-start;
  }

  .rvw {
      align-self: center;
      margin: 0 auto;
      text-align: center;
  }

  p.str {
      justify-content: center;
  }
}

@media (max-width: 768px) {
  .tp-dt-card {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
      height: unset;
      margin: 15px auto;
  }

  .card {
      flex-direction: column;
      row-gap: 15px;
  }

  .numb {
      align-self: flex-start;
  }

  .rvw {
      align-self: center;
      margin: 0 auto;
      text-align: center;
  }

  p.str {
      justify-content: center;
  }
}




.detail-card .phto {
  background: var(--icn-hvr-clr);
  background: var(--detail-phto);
  width: 60%;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
}

.detail-card .cont {
  /* width: 60%; */
}

.detail-card .card_cont {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0px auto;
  background: var(--detail-card);
}

.detail-card .crd-otr:hover .phto,
.detail-card .crd-otr:hover p.sq {
  background: var(--warn);
}

.detail-card .img-bg {
  width: 95%;
  height: 100%;
  margin-left: auto;
  background: url("https://cdn.pixabay.com/photo/2016/09/15/19/24/salad-1672505_960_720.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
}

.detail-card .crd-hd {}

.detail-card p.sq {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 17px;
  background: var(--detail-phto);
  text-align: center;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.detail-card p.rate_p {
  font-style: italic;
  color: var(--detail-phto);
}

.detail-card h2.crd-hd {
  font-weight: 800;
  font-size: 5.2rem;
  color: #3d3546;
}

.detail-card .cont {
  margin-left: 15px;
}

.detail-card .pack {
  margin: 30px 0;
}

.detail-card p.pck:before {
  content: "\e937";
  font-family: "Material Icons";
  font-size: 1.3rem;
  color: #000;
  margin-right: 15px;
}

.detail-card p.pck {
  font-size: 1.4rem;
  margin-left: 15px;
  /* line-height: 1.7; */
}

.detail-card .bd {
  font-weight: 500;
}

.detail-card .pros-cons {}

.detail-card .pros-cons li {
  font-size: 1.6rem;
}

.detail-card .pros li:before {
  content: "\e92f";
  font-family: "Material Icons";
  font-size: 1.3rem;
  /* color: #000; */
  color: #28a745;
  margin-right: 5px;
}

.detail-card .cons li:before {
  content: "\e14c";
  font-family: "Material Icons";
  font-size: 1.3rem;
  /* color: #000; */
  color: #dc3545;
  margin-right: 5px;
}

.detail-card .pros-cons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 20px 15px;
}

.detail-card .btn_gp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.detail-card .btn_gp .mat-raised-button.mat-warn:hover {
  background: var(--detail-phto);
}

@media (max-width: 400px) {
  .detail-card .btn_gp {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      row-gap: 15px;
  }

  .detail-card h2.crd-hd {
      font-size: 3.2rem;
  }
}


/* services */
#services .item {
  margin-bottom: 15px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
}

#services .tile_img {
  max-width: 150px;
  width: 100%;
  height: 130px;
}
#services a {
  color: unset;
}
#services .list_no {
  max-width: 64px;
  max-height: 100px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 25px;
  justify-content: normal;
  width: 61px;
}
#services .list_center {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
}
#services .list_right {
  box-sizing: border-box;
  margin-left: 25px;
  width: 231px;
  height: 130px;
}
#services .heading-txt-sm {
  margin: 8px 0;
  padding: 0;
  letter-spacing: -0.1px;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 2rem;
}
#services .card_container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  word-break: break-word;
  cursor: pointer;
  margin: 15px auto;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#services h2.number {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--icn-clr);
}
#services .card_container:hover .heading-txt-sm {
  -webkit-filter: saturate(3);
  filter: saturate(3);
  color: var(--icn-clr);
}

@media (max-width: 769px) {
  #services .card_container {
    flex-wrap: wrap;
  }
}

