/*@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);*/
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,600,700);

.btn-bg,
footer h1 {
  margin-bottom: 10px;
}

#submitBtn:enabled,
.btn-bg,
.menu-toggel,
.slide-menu .close i {
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Muli, sans-serif;
  /* font-family: Montserrat, sans-serif; */
  /* font-family: Poppins, sans-serif;  */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.btn-bg {
  padding: 10px 50px;
  border: 1px solid #29428d;
  font-weight: 400;
  background: 0 0;
}

.btn-bg.active {
  color: #fff;
  background-color: #29428d;
}

:root {
  --btn-bg: #2d3d88;
  --footer-gradient: linear-gradient(97.12deg, #29428d 67.22%, #d33c92 122.89%);
}

section {
  margin: 40px 0;
}

input:focus-visible {
  outline: 0;
}

.dropdown:hover .dropdown-content,
label {
  display: block;
}

.container {
  width: 80%;
  max-width: 1280px;
  margin: auto;
}

a {
  text-decoration: none;
  color: #000;
}


.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #fff;
  height: 70px;
  font-size: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.navbar .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}

.navbar .link {
  font-weight: 600;
}

.menu-toggel {
  display: none;
  font-size: 30px;
}

.slide-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  background: #1f2338;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 2em;
  transition: 0.3s;
  opacity: 0;
  z-index: 300;
}

.slide-menu.active {
  left: 0;
  opacity: 1;
}

.slide-menu .slide-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1em;
}

.slide-menu .slide-links a {
  color: #fff;
  font-size: 16px!important;
  display: block;
  width: 100%;
  transition: 0.3s;
}

.slide-menu .slide-links a:hover {
  padding-left: 10px;
}

.slide-menu .close i {
  font-size: 30px;
  color: #fff;
}

.slide-menu .slide-links .dropdown-content a {
  font-size: 12px!important;
  padding: 8px;
}

.slide-btn {
  width: fit-content;
  background-color: transparent;
  border: 2px solid #d33c92;
}

.blog-content,
.blog-title {
  padding: 10px 0;
}

.post-category{
    margin: 10px 10px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    top: 0;
    right: 0;
    position: absolute;
}

a.post-category-link{
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid var(--border-primary);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  font-size: 12px;
  line-height: 1.125rem;
  text-align: center;
  background-color: white;
  z-index: 999;
}

footer {
  /*background: var(--footer-gradient);*/
  background: #191f2b;
  overflow: hidden;
  position: relative;
  color: #818da5;
  font-size: 14px;
  padding: 50px 0; 
}

footer .content p{
  color: #6e7598;
  font-size: 14px;
}

footer ul.footer-bottom-social{
  list-style: none;
  padding: 0;
}

ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0;
}

footer ul.footer-bottom-social li a {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
}

footer .footer-widget ul li a:focus,
footer .footer-widget ul li a:hover,
footer .footer-widget ul li a svg:focus,
footer .footer-widget ul li a svg:hover {
  fill: #fff;
  color: #fff;
  transition: all ease .4s;
}

footer a{
  color: #818da5;
  font-size: 14px;
}

footer .bg-svg {
  position: absolute;
  top: 0;
  right: 25%;
  z-index: 1;
}

footer ul.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul.footer-menu li {
  list-style: none;
  margin-top: 10px;
  display: block;
}

footer h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

footer .footer-links a,
footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 25px;
}

footer .cities a {
  color: #fff;
}

footer .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

footer .bottom .left .content-left {
  display: flex;
}

footer .bottom .container {
  display: flex;
  justify-content: space-between;
}

footer .bottom-cols {
  width: 50%;
}

footer .bottom .bottom-cols:last-child {
  display: flex;
  flex-direction: column;
  position: relative;
}

footer .footer-links {
  display: flex;
  gap: 40px;
}

.div-bottom,
footer .social {
  margin-bottom: 30px;
}

footer .logos-container {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

footer .logos-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .logos-container .logos {
  display: flex;
  gap: 20px;
  align-items: center;
}

footer .copy-write {
  margin: 20px 0;
}

footer .right {
  text-align: center;
}

footer .phones {
  transform: translateY(30px);
}

.blog-details .blog-thumbnail,
.download-img,
.query-form .contact-details {
  display: flex;
  justify-content: center;
}

.hero .content P {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
    padding: 1em 0em;
  }
  .navbar .container {
    justify-content: space-between;
    gap: 0;
  }
  .container {
    width: 100%;
  }

  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #000 !important;
    font-size: 20px !important;
  }

  .contact-details i,
  .navbar .link {
    display: none;
  }

  .menu-toggel {
    display: block;
  }

  .business .content div,
  footer .bottom-cols {
    width: 100%;
  }

  .contact-details .col {
    padding: 15px;
    height: 60px;
    position: relative;
    border: 1px solid #ccc;
    line-height: 5px;
    margin-right: 0 !important;
    margin-top: 10px;
  }

  .contact-details {
    display: block !important;
    justify-content: center;
  }

  .premium-sec .container .faq,
  .premium-sec .container .query-form {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .numbers .container div p {
    font-size: 20px !important;
    line-height: 46.23px;
  }

  .client .card .img-con {
    width: 200px;
    height: 100%;
    flex-grow: 1;
    display: none;
  }

  .client .card .content {
    padding: 20px;
  }

  .main-content .container,
  .network .container,
  .vision-sec .container {
    height: auto;
  }

  .premium-sec .brands-con {
    margin-top: 30px;
  }

  .hero .content h1 {
    font-size: 37.18px;
  }

  .values .title {
    line-height: 38.4px;
  }

  .news-sec .cards-con .img-con-card img {
    height: 150px;
    object-fit: cover;
  }

  .bar .content p {
    margin: 5px 0 5px 5px;
    font-size: 10px;
  }

  .bar {
    background-color: #29428d;
    color: #fff;
    padding: 0 10px;
  }

  .bar .content {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .cards-con {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(158px, 81px)) !important;
  }

  .business .middel p {
    padding-right: 30px;
  }

  .business .content div {
    width: 350px;
    padding-right: 0px !important;
  }

  .network .right a p,
  .network .right>p {
    margin-bottom: 0px;
  }

  .cards-con .card {
    margin-bottom: 25px;
  }

  .download-img {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .text-container .container {
    max-width: 100%;
  }

  .text-container {
    padding: 50px 0 !important;
  }

  .network .container .cards-con .card {
    height: 200px !important;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    margin-bottom: 0 !important;
  }

  .overlay-new {
    height: 200px !important;
  }

  .hero .content {
    margin-top: 0;
  }

  .hero .content h5 {
    margin-top: 26px;
  }

  footer {
    padding: 1em 0em;
  }
  footer a{
    font-size: 12px;
  }
  footer .f-logo {
    width: 50%;
    margin-bottom: 0.5em;
  }
  footer ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  footer ul.footer-menu li {
    margin-top: 0px;
    width: 50%;
  }
  footer ul.footer-menu {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #2e364e;
  }

  footer .bottom .container,
  footer .bottom .left .content-left {
    flex-direction: column;
  }

  .logos-container .logos img,
  .logos-container img {
    width: 50px;
  }

  .network-home .container .filter .directions {
    padding-right: 10px !important;
    display: grid !important;
    justify-content: center;
    align-items: center;
    border-right: none !important;
    gap: 4px !important;
    grid-template-columns: 25% 25% 25% 25% !important;
    padding-left: 10px !important;
  }

  .network-home .container .filter div {
    width: 100%;
    padding: 10px;
    display: grid !important;
    grid-template-columns: 50% 50% !important;
  }

  .network-home .container .search-btn {
    width: fit-content !important;
    padding: 8px 55px ;
  }
}


@media (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #000 !important;
    font-size: 20px !important;
  }

  .contact-details i,
  .navbar .link {
    display: block;
  }

  .menu-toggel {
    display: none;
  }

  .business .content div,
  footer .bottom-cols {
    width: 100%;
  }

  .numbers .container div h1 {
    font-size: 45px !important;
  }

  .contact-details .col {
    padding: 15px;
    height: 60px;
    position: relative;
    border: 1px solid #ccc;
    line-height: 5px;
    margin-right: 0 !important;
    margin-top: 10px;
  }

  .contact-details {
    /*display: block !important;*/
    justify-content: center;
  }

  .premium-sec .container .faq,
  .premium-sec .container .query-form {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .numbers .container div p {
    font-size: 20px !important;
    line-height: 46.23px;
  }

  .client .card .img-con {
    width: 200px;
    height: 100%;
    flex-grow: 1;
    display: none;
  }

  .client .card .content {
    padding: 20px;
  }

  .main-content .container,
  .network .container,
  .vision-sec .container {
    height: auto;
  }

  .premium-sec .brands-con {
    margin-top: 30px;
  }

  .hero .content h1 {
    font-size: 37.18px;
  }

  .values .title {
    line-height: 38.4px;
  }

  .news-sec .cards-con .img-con-card img {
    height: 150px;
    object-fit: cover;
  }

  .bar .content p {
    margin: 5px 0 5px 5px;
    font-size: 10px;
  }

  .bar {
    background-color: #29428d;
    color: #fff;
    padding: 0 10px;
  }

  .bar .content {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .cards-con {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(158px, 81px)) !important;
  }

  .business .middel p {
    padding-right: 30px;
  }

  .business .content div {
    width: 350px;
    padding-right: 0px !important;
  }

  .network .right a p,
  .network .right>p {
    margin-bottom: 0px;
  }

  .cards-con .card {
    margin-bottom: 25px;
  }

  .download-img {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .text-container .container {
    max-width: 100%;
  }

  .text-container {
    padding: 50px 0 !important;
  }

  .network .container .cards-con .card {
    height: 200px !important;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    margin-bottom: 0 !important;
  }

  .overlay-new {
    height: 200px !important;
  }

  .hero .content {
    margin-top: 0;
  }

  .hero .content h5 {
    margin-top: 26px;
  }

  footer .bottom .container,
  footer .bottom .left .content-left {
    flex-direction: column;
  }

  .logos-container .logos img,
  .logos-container img {
    width: 50px;
  }

  .network-home .container .filter .directions {
    padding-right: 10px !important;
    display: grid !important;
    justify-content: center;
    align-items: center;
    border-right: none !important;
    gap: 4px !important;
    grid-template-columns: 25% 25% 25% 25% !important;
    padding-left: 10px !important;
  }

  .network-home .container .filter div {
    width: 100%;
    padding: 10px;
    display: grid !important;
    grid-template-columns: 50% 50% !important;
  }

  .network-home .container .search-btn {
    width: fit-content !important;
    padding: 8px 55px ;
  }


.meeting-room-amentites .form-google-recaptch {
 /* .form-google-recaptch { */
  transform: scale(0.88) !important; transform-origin: center center;
}
}

footer .social {
  margin-bottom: 30px;
  display: flex;
}

footer .social a {
  margin-left: 10px;
}

.blog-date {
  font-weight: 700;
  color: #888585;
}

.blog-content {
  line-height: 30px;
  text-align: justify;
}

.blog-details .container {
  width: 70%;
}

.bar {
  background-color: #29428d;
  color: #fff;
}

.bar .content {
  width: 90%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.bar .content p {
  margin: 15px 30px 15px 15px;
}

.bar .content .img {
  width: auto;
}

.alert {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
  margin: 1rem 0;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.show {
  opacity: 1;
}

.query-form .card {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.query-form .header h3 {
  margin-bottom: 10px;
  color: #333;
}

.query-form .header p {
  margin-bottom: 20px;
  color: #777;
  font-size: 14px;
}

.query-form .card-body .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.query-form .card-body .col {
  flex: 1 1 30%;
  margin: 0 10px;
}

.query-form .card-body .col label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #555;
  font-size: 14px;
}

.query-form .card-body .col input[type="email"],
.query-form .card-body .col input[type="tel"],
.query-form .card-body .col input[type="text"],
.query-form .card-body .col select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.query-form .contact-details .col {
  padding: 15px;
  height: 60px;
  position: relative;
  border: 1px solid #ccc;
  line-height: 5px;
  margin-right: 30px;
}

.query-form .contact-details .col span {
  color: #777;
  font-weight: 700;
  font-size: 14px;
}

.query-form .icon {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #2b428a;
  font-size: 18px;
}

.query-form .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .query-form .card-body .col {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .btn-bg {
    padding: 0;
    margin-bottom: 0;
  }

  .city-sec .offices .btn-bg {
    padding: 10px 50px !important;
    width: 100% !important;
  }

  .city-sec .offices .nav-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .city-sec .offices li {
    width: 100%;
  }

  .div-bottom,
  footer .social {
    margin-top: 20px;
    margin-bottom: 10px !important;
  }
}

#submitBtn {
  cursor: not-allowed;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 250px;
  box-shadow: 0 0 50px 0 rgba(32, 32, 32, .15);
  -webkit-box-shadow: 0 0 50px 0 rgba(32, 32, 32, .15);
  border-radius: .4rem;
  z-index: 1;
  top: 2.5em;
}

.dropdown-content:before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.dropdown-content a {
  color: #2b345d;
  padding: 15px;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-bottom: 1px solid #e4e8ec;
}

.dropdown-content a:hover {
    padding-left: 20px;
    color: #615fff;
}

.download-ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding-top: 10px;
}

.download-ul li {
  padding-right: 10px;
}

.app-text {
  margin: 0 !important;
  font-size: 12px !important;
  padding-bottom: 10px;
}

/* global styles for bootstrap forms */

.form-label {
  font-weight: 700;
  color: #555;
  font-size: 14px;
}

.form-control,
.form-select {
  padding: 10px;
  border-radius: 0px;
}

.form-control:focus-within,
.form-select:focus-within {
  box-shadow: none;
}

.submit-btn {
  padding: 8px 15px;
  border-radius: 0;
  background-color: var(--btn-bg);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  width: 100px;
}


/* styles for bootstrap */
.management .card {
  border-radius: 0;
}

.management .card h6 {
  font-weight: 600;
  margin-bottom: 0px;
}

.management .card p {
  text-align: justify;
  font-size: 14px;
  font-weight: 600;
}

.management .image-card-con {
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
}

.management .image-card-con img {
  height: 200px;
  object-fit: cover;
  width: auto;
}

.management .card .designation {
  font-weight: normal;
  font-size: 1rem;
}

.gradient-title {
  font-family: "Syne", sans-serif;
  background: linear-gradient(90deg, #2b428a 0%, #c13e92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* for news-media-styles */

.news-media-container .card {
  border-radius: 0px;
}

.news-media-container .card .img-con-card img {
  height: 200px;
  object-fit: contain;
  width: 100%;
}

.news-media-container .card .img-con-card-news img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.news-media-container .card .card-content .text-muted {
  text-align: justify;
}

.news-media-container .card .card-content .card-logo-img {
  width: 180px;
}

.news-media-container .card .card-content .card-title {
  font-weight: 600;
}

.news-media-container .card .card-content .card-footer {
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
}

.news-media-container .card .card-content .card-footer a {
  text-decoration: none;
}

.news-media-container .card .card-content .card-footer .read {
  color: rgba(41, 66, 141, 1);
  font-weight: 600;
}


/* case-studies styles */

.case-studies .heading-desc {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
}

/* styles for enquiry form */

.enquiry-form .card,
.landlord .card,
.contact-form .card {
  border-radius: 0px;
}


/*  contact us form styles */

.contact-details input[type="text"],
.contact-details input[type="email"] {
  width: 100%;
  margin: 10px 0;
  border: none;
  font-weight: bold;
}

/* .contact-details {
  display: flex;
  justify-content: center;
} */

.contact-details .input-field {
  padding: 15px;
  height: 80px;
  position: relative;
  border: 1px solid #ccc;
  line-height: 5px;
}

.contact-details .input-field span {
  color: #777;
  font-weight: bold;
  font-size: 14px;
}

.icon {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #2b428a;
  font-size: 18px;
}


/* clientele styles */

.clientele .card {
  border-radius: 0px;
}

.clientele .img-con-card {
  overflow: hidden;
}

.clientele .img-con-card img {
  height: 200px;
  object-fit: contain;
  width: 160px;
}

.btn-brand {
  padding: 10px 20px;
  border-radius: 76px;
  background-color: var(--btn-bg);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.btn-brand:hover {
  padding: 10px 20px;
  border-radius: 76px;
  border: 2px solid var(--btn-bg);
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  color: var(--btn-bg);
}

@media (max-width: 768px) {
.contact-details i,
.navbar .link {
  display: none;
}

.menu-toggel {
  display: block;
}
}
@media (max-width: 468px) {
  .office_details .img-con img {
    width: 100%;
    height: 204px;
    object-fit: cover;
  }

  /* .city-sec .office-list li {
    width: auto;
  } */

  .centre-head-details {
    margin-top: 20px;
  }

  .office-list ul {
    display: block !important;
  }

  .office-list ul li a {
    display: block;
  }
}
@media (max-width: 320px) {
  
  .navbar #book-demo {
    display: none;
  }
  .slide-menu #book-demo{
    display: block;
  }
  /* .menu-toggel {
    display: block;
  } */
  }

  /* Match the look of your custom inputs */
  .select2-container--default .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px !important;
    padding: 10px;
    height: auto !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
  line-height: normal;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:active {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); /* Bootstrap-like focus */
  border-color: #86b7fe;
}
.text-blue{
  color:#29428D;
}
.bg-orange {
    background-color: rgb(240, 98, 34);
}
.faq-img {
    width: 100%;
}
.meeting-room-amentites .form-google-recaptch {
 /* .form-google-recaptch { */
  transform: scale(0.99); transform-origin: center center;
}

.post_date_time{
  font-size: 12px;
  color: #888;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.post_date_time span{
  display: flex;
  align-content: center;
}
.post_date_time svg{
  margin-right: 3px;
}