body {
    color: #697680;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    overflow-x: hidden !important;
  }

body.modal-open{
  overflow: auto !important;
}
  .mt-110 {
    margin-top: 110px !important;
    padding-bottom: 110px;
  }
  .inner_banner {
    background-color: rgb(0 0 0);
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
  .inner_banner img {
    width: 100% !important;
    height: 100% !important;
  }
  .inner_banner h2 {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
  }
  .inner_banner nav.brdcrumb {
    background: rgb(0 0 0 / 66%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
  }
  .inner_banner nav.brdcrumb .active {
    border-bottom: none !important;
  }
  .home-about-bottom {
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
  #light-bg {
    padding: 5px 0px;
    background-color: #ffffff;
    border-top: 6px solid #bebebe;
  }
  .logo-anchor img {
    height: 44px;
  }
  .f-logo {
    height: 44px;
  }
  .floating_content {
    bottom: 0px;
    width: 100%;
    position: absolute;
    padding: 20px 0px;
    background-color: rgba(0, 0, 0, 0.658);
  }
  .floating_content h2 {
    text-transform: uppercase;
    color: #ffffff;
  }
  .floating_content h2 span {
    font-weight: 600;
    color: #0cafa9;
  }
  .floating_content p {
    color: #aaaaaa;
  }
  .carousel-inner .col-md-7 {
    position: relative;
  }
  .carousel-inner .col-md-7 .rating {
    position: absolute;
    width: 250px;
    right: 0px;
    /* bottom: 84px; */
    text-align: right;
    padding-right: 8px;
    left: 250px;
  }
  .carousel-inner .col-md-7 .rating i {
    color: #ffbd0c;
  }
  .color-success {
    color: #66bc2f;
  }
  .scrolled {
    /* height: 97px;
    padding: 0px !important; */
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 12%);
  }
  .sticky-top {
    width: 100%;
    position: fixed;
    z-index: 2 !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px !important;
  }
  .cust-get-started .form-control {
    border-radius: 30px;
    padding: 17px;
    width: 100%;
    margin: 0px;
    background-color: #f8f8f9 !important;
  }
  .team h2,
  .carousel-inner h5 span {
    color: #24a0b7 !important;
    font-size: 24px !important;
    margin-top: 32px;
  }
  .carousel-inner .active {
    border: none !important;
  }
  .floating {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 17px;
    top: 7px;
    border: #fff 1px solid;
    object-fit: cover;
}

.profile-pic-image{
  width: 200px;
  height: 200px;
  border: #fff 1px solid;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.profile-image img{
  border-radius: 50px;
}
  .carousel-item .col-md-5 {
    position: relative;
  }
  .cust-get-started .form-control:focus {
    box-shadow: none;
  }
  .carousel-control-next {
    right: -120px;
  }
  .carousel-control-prev {
    left: -120px;
  }
  .btn-cust-get-started {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600 !important;
    background-color: #6c757d;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }
  .bannerArea a.btn-cust-get-call {
    color: #ffffff !important;
  }
  .btn-cust-get-call {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600 !important;
    background-color: #24a0b7;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }
  .btn-cust-get-call:hover {
    color: #ffffff;
    background-color: #047975;
  }
  .about-bottom2 a.date {
    color: #0cafa9 !important;
  }
  .cust-get-started {
    position: relative;
  }
  .cust-get-started .btn-cust-get-started {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .btn-cust-get-started:hover {
    color: #ffffff;
    background-color: #292626; /* background-color: #ce4a33; */
  }
  .btn-cust-blue {
    color: #ffffff;
    background-color: #0cafa9;
  }
  .btn-cust-blue:hover {
    color: #ffffff;
    background-color: #0a9793;
  }
  .btn-cust-green {
    color: #ffffff;
    background-color: #5fb924;
  }
  .btn-cust-green:hover {
    color: #ffffff;
    background-color: #4a9419;
  }
  .phone-top {
    text-align: right;
    margin-left: 20px;
    margin-right: 12px;
  }
  .mt-45 {
    margin-top: 55px;
  }
  .mr-2 {
    margin-right: 15px;
  }
  .about-bottom {
    padding: 70px 0 0 0px;
    background-color: #ffffff;
  }
  .about-bottom.testimonial {
    padding-bottom: 70px;
  }
  .about-bottom2 {
    padding: 0 0 70px 0px;
    background-color: #ececec;
  }
  .about-bottom h1 .about-bottom2 h1 {
    font-size: 38px;
    font-weight: 500;
    color: #363636;
  }
  .about-bottom h1 span,
  .about-bottom2 h1 span {
    text-transform: uppercase;
    color: #24a0b7;
  }
  .about-bottom2 .col-md-4 h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #0cafa9;
    font-weight: 500;
  }
  .about-bottom2 .col-md-4 h3 span {
    font-weight: 600;
  }
  .packages {
    background-color: #ffffff;
  }
  .top-container {
    padding-top: 27px;
  }
  .nav-item a {
    margin: 0px 0px;
    padding: 3px 0px !important;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #ffffff !important;
    background-color: #343434 !important;
  }
  .dropdown-item.active:hover,
  .dropdown-item:active:hover {
    color: #ffffff !important;
    background-color: #070707 !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    margin: 0px !important;
    padding: 5px 10px 5px 18px !important;
  }
  .inner_banner nav.brdcrumb .breadcrumb-item a {
    color: #ffffff !important;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .nav-item {
    margin: 0px 8px;
  }
  .about-cont-area {
    background-color: #f8f8f9;
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .about-cont-area img {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  h1,
  h2,
  h3,
  h5,
  p {
    /* font-family: 'dm_sansbold' sans-serif; */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #363636;
  }
  p {
    font-weight: 400 !important;
  }
  h1 {
    font-weight: 800;
  }
  .about-cont-area h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .about-cont-area h3 {
    font-size: 21px;
    font-weight: 400;
  }
  .left-gap {
    margin-right: 30px !important;
  } /* .top-container{ margin-top: 20px; } */
  .navbar {
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #697680;
  } /* .gapping-left{ position: absolute; right: 17%; margin-right: 15px; } */
  .nav-item {
    margin: 0px 8px;
  } /* .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link { color:#000 !important;} */
  .packages .col-md-12 h1 {
    font-size: 53px;
    margin-bottom: 50px;
  }
  .gold-packages {
    background: url(../img/GoldPackage_bg.png) #f3bd47 bottom center no-repeat;
    background-size: contain;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    min-height: 702px;
  }
  .diamond-packages {
    background: url(../img/DiamondPackage_bg.png) #254251 bottom center no-repeat;
    background-size: contain;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    min-height: 702px;
  }
  .gold-packages h1,
  .gold-packages h2,
  .gold-packages ul li,
  .gold-packages h3 {
    color: #555555 !important;
  }
  .diamond-packages h1,
  .diamond-packages h2,
  .diamond-packages ul li,
  .diamond-packages h3 {
    color: #d1d1d1 !important;
  }
  .silver-packages {
    background: url(../img/SilverPackage_bg.png) #e6e9ec bottom center no-repeat;
    background-size: contain;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    min-height: 702px;
  }
  .silver-bottom-btn-area {
    text-align: center;
    background-color: #f3f3f3;
    padding: 13px 0px 45px 0px;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .silver-bottom-btn-area h3 {
    font-weight: 600;
    font-size: 21px;
  }
  .btn-silver {
    border-radius: 50px;
    font-weight: 600;
    background-color: #223e4d !important;
    color: #cacacb !important;
    font-size: 19px !important;
    padding: 9px 20px;
  }
  .btn-gold {
    border-radius: 50px;
    font-weight: 600;
    background-color: #f3bd47 !important;
    color: #223e4d !important;
    font-size: 19px !important;
    padding: 9px 20px;
  }
  .gold-packages .package-list-holder {
    padding: 10px 34px;
    border-top: #d3ac58 solid 1px !important;
  }
  .diamond-packages .package-list-holder {
    padding: 10px 34px;
    border-top: #1a3542 solid 1px !important;
  }
  .package-list-holder {
    padding: 10px 34px;
    border-top: #dddfe1 solid 1px;
  }
  .top-part-package h1 {
    font-size: 26px;
  }
  .packages-cont h1 {
    font-size: 26px;
  }
  .top-part-package {
    text-align: center;
    padding: 26px 34px 10px 34px;
  }
  .top-part-package h3 {
    font-size: 15px;
  }
  .top-part-package h2 {
    font-size: 17px;
    font-weight: 600;
  }
  .package-list-holder {
    padding: 10px 34px;
  }
  .package-list-holder h3 {
    font-size: 15px;
    font-weight: 600;
  }
  .package-list-holder ul {
    padding: 0px 18px;
  }
  .package-list-holder ul li {
    font-weight: 400;
    text-align: left;
    list-style-type: none;
    list-style-type: disc;
  }
  .bannerArea {
    display: block !important;
    float: none !important;
    padding-top: 80px;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bannerArea h1 {
    font-weight: 800;
    font-size: 47px;
  }
  .bannerArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mid-bannerArea {
    margin-top: 80px;
    background: url(../img/bottom_banner.png) #000000 no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
  }
  .main-cont-area p {
    font-size: 15px !important;
    color: #2e2e2e;
    font-weight: 400;
  }
  .main-cont-area {
    margin-top: 12px;
  }
  .rotate {
    font-weight: normal;
    transform: rotate(90deg);
    font-size: 27px;
    margin-top: 55px;
  }
  .main-cont-area h1 {
    margin-top: 90px;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #292929;
  }
  .partner {
    background: #f8f8f9;
    padding: 70px 0px;
  }
  .finance-chart-live {
    background-color: #ffffff;
    padding: 70px 0px;
  }
  table tr td {
    color: #697680 !important;
  }
  table tr:last-child {
    border-bottom: transparent !important;
  }
  .partner span {
    padding: 0px 19px;
  }
  .top-container p {
    font-size: 14px;
  }
  .top-container img {
    width: 19px;
    height: auto;
    position: relative;
    top: -2px;
  }
  a {
    color: #6e7478 !important;
    text-decoration: none !important;
  }
  .active,
  .navbar-nav li.active a {
    color: #24a0b7 !important;
    border-bottom: #241f21 3px solid; /* color: #ff6c0a !important; border-bottom: #ff6c0a 3px solid */
  }
  .span .cta {
    color: #3a5265;
    font-size: 1.5rem !important;
    position: relative;
  }
  footer {
    background: #191919;
    padding: 70px 0px 20px 0px;
  }
  footer a:hover .fab {
    color: #979797 !important;
  }
  .payment .fab {
    color: #767676;
    font-size: 42px;
    margin: 6px;
  }
  .social .fab {
    color: #767676;
    font-size: 25px;
    margin: 6px;
  }
  .address .fab {
    color: #767676;
    font-size: 18px;
    margin: 6px;
  }
  .address .fa-map-marker-alt {
    font-size: 24px !important;
  }
  .address div {
    display: block !important;
  }
  .address div span {
    float: left;
  }
  .address div span:nth-child(2) {
    display: block !important;
    width: 200px;
    float: left;
  }
  footer .container p,
  footer .container h1,
  footer .container h2 {
    color: #767676;
    font-weight: 500;
    font-size: 24px;
  }
  footer .container h2 {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 0px;
  }

  footer .container p span:nth-child(1) {
    position: absolute;
    width: 20%;
    display: block;
  }
  footer .container p span:nth-child(2) {
    padding-left: 50px;
    display: block;
    width: 80%;
  }
  footer .container p {
    display: block;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 15px; */
    line-height: 26px;
  }
  footer img {
    margin-bottom: 9px;
  }
  footer .fa {
    font-size: large;
  }
  .white-btn {
    background-color: #ffffff;
    border-radius: 27px;
    padding: 14px 38px;
    font-size: 14px;
  }
  .white-btn:hover {
    background-color: #b4b4b4;
  }
  .carousel-indicators {
    z-index: 1 !important;
  }

  .carousel-indicators button {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
  }


  footer .container .hr,
  footer .container hr {
    border-top: #6e6e6e 2px solid !important;
    background-color: #b4b4b4 !important;
  }
  footer .container p a {
    color: #ffffff !important;
    margin: 0px 20px 0px auto !important;
    text-decoration: none;
  }
  footer .container ul {
    margin: 0px !important;
    padding: 0px !important;
  }
  footer .container ul li {
    margin: 15px auto !important;
    padding-left: 20px !important;
    list-style-type: none;
    background: url(../img/ft_nav_bullet.png) no-repeat center left;
  }
  footer .container ul li a {
    text-decoration: none;
    color: #767676 !important;
  }
  .container ul li a:hover {
    color: #929292 !important;
  }
  .Copyright {
    border-top: #212121 4px solid !important;
    padding: 22px 0px 0px 0px;
    margin-top: 70px;
  }
  .Copyright img {
    margin: 0px 5px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mid h2 {
    margin-top: 36px;
  }
  .f-start-col p {
    margin-top: 26px !important;
    margin-bottom: 25px !important;
  } /* LOADER */
  .loader {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: hidden !important;
  }
  .loader-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgb(247, 247, 247, 0.9);
    z-index: 999999;
    overflow-y: hidden;
  }
  .loader-container .flex-box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader-container .flex-box img {
    width: 300px;
    height: 109px;
  }
  .navbar-toggler {
    border: transparent !important;
  }
  .last-col-f h2:first-child {
    margin-top: 72px;
  }
  .scroll-act {
    width: 46px;
    height: 46px;
    position: fixed;
    right: 20px;
    margin: 0px auto;
    bottom: 20px;
  }
  .translator {
    margin: 0px;
    padding: 0px;
  }
  .translator li {
    display: inline;
    list-style: none;
    margin-left: 5px;
  }
  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .login-box {
    max-width: 390px;
    border-radius: 15px;
    margin: 0px 30px 0px 0px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 42px #dddfe1;
    float: right;
  }
  .db_box {
    max-width: 100%;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #dddfe1;
    margin: 0px 15px 20px;
    padding: 2px 15px;
  }
  .db_box .table > :not(caption) > * > * {
    color: #697680;
  }
  .login-box {
    position: relative;
  }
  .login-box .flag {
    position: absolute;
    right: 0px;
  }
  .login-box .flag img {
    border: none !important;
  }
  .edit-area {
    width: 30px;
    height: 30px;
    background-color: #e7e7e7;
    position: absolute;
    border-radius: 20px;
    right: 8px;
    text-align: center;
    line-height: 29px;
    padding-left: 4px;
    cursor: pointer;
  }
  .ml-5 {
    margin: 7px 15px;
  }
  .db_box .pagination .page-item .page-link {
    border: transparent !important;
  }
  .db_box .pagination .page-item .page-link:hover,
  .db_box .pagination .page-item .page-link:focus {
    border: transparent !important;
    background: none;
    box-shadow: none !important;
  }
  .bannerArea .login-box img {
    border: 5px solid #ebebeb;
    width: auto !important;
    height: 100%;
  }
  .login-box .btn-cust-green {
    width: 100%;
    display: block;
  }
  .inner_image_holder {
    float: right;
    width: 330px;
  }
  .inner_content_area {
    padding: 0px 0px 50px 0px;
  }
  .inner_content_area h5 span {
    color: #66bc2f;
    font-size: 40px;
  }
  .card-selection-area {
    /* background-color: #d6d6d7; */
    margin-bottom: 15px;
    border-radius: 6px;
    min-height: 67px;
  }
  .card-selection-area img {
    width: 72px;
    height: auto;
    margin: 0px 18px 0px 0px;
    cursor: pointer;
    filter: grayscale();
  }
  .card-selection-area img.selected {
    filter: none !important;
  }
  .card-details-area {
    background-image: url(../img/card/phy_card.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 230px;
    margin-left: 15px;
    padding: 34px;
  }
  i {
    margin: 5px;
  }
  .market iframe {
    height: 214px !important;
  }
  .card-details-area h5 {
    color: #e6e8e7;
    background-color: #565656; /* color: transparent; */
    text-shadow: 2px 2px 3px #36380e63;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
  .card-details-area .bank-name {
    margin-top: 0px;
    margin-left: 0px;
  }
  .card-details-area .card-no {
    font-size: 24px;
    margin-left: 61px;
    margin-top: 29px;
  }
  .card-details-area .exp-date {
    margin-top: 33px;
    margin-left: 56px;
  }
  .card-details-area .c-name {
    margin-top: 0px;
    margin-left: 0px;
  }
  .our-approach {
    background-color: #e7e7e7;
    padding: 110px 0px;
  }
  .circle-box {
    width: 76px;
    height: 76px;
    border: 2px solid #6e7478; /* border: 2px solid #ff6c0a; */
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto 15px;
  }
  .mt-11 {
    margin-top: 110px;
  }
  .circle-box i {
    color: #495057;
    font-size: 29px;
    position: relative;
    left: 0px;
  } /* lightbox */
  .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .gallery-item {
    width: 100%;
    position: relative;
    height: 250px;
    flex-basis: 20%;
    margin: 4px;
    font-weight: 200;
    cursor: pointer;
    overflow: hidden;
  }
  .gallery-item a img {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
  } /* .gallery-item a img::after{ display: block; width: 100%; height: 47px; content: attr(title); padding: 4px 8px; color: rgb(255 255 255); position: absolute; left: 0px; font-size: 23px; top: 0px; white-space: nowrap; z-index: 9999; border-radius: 5px; background: rgb(0 0 0 / 74%); transition:none; transform:none; } .gallery-item a:hover img::after{ width: 100%; height: 47px; display: block; visibility: visible; content: attr(title); padding: 4px 8px; color: rgb(255 255 255); position: absolute; left: 20px; top: 0px; white-space: nowrap; z-index: 9999; border-radius: 5px; background: rgb(0 0 0 / 74%); transform:none; } */
  .gallery-item .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .gallery-item:hover .overlay {
    opacity: 1;
  }
  .gallery-item:hover img {
    transform: scale(1.6, 1.6);
    cursor: pointer;
  }
  .gallery-content {
    font-size: 0.8em;
  }
  .lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
  }
  .lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lightbox-prev,
  .lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
  }
  .lightbox-prev {
    left: 0;
  }
  .lightbox-next {
    right: 0;
  }
  .lightbox-prev:hover,
  .lightbox-next:hover {
    opacity: 0.8;
  }
  .Copyright ul li {
    background: none !important;
    display: inline;
  }
  #notfound {
    height: 50vh;
  }
  .notfound {
    text-align: center;
    padding-top: 169px;
  }
  .navbar-toggler {
    position: fixed;
    top: 33px;
    right: 20px;
  }
  .addr {
    position: relative;
  }
  .addr i.fa-map-marker-alt {
    top: 0px;
    left: 0px;
    position: absolute;
  }
  .addr p {
    padding-left: 37px !important;
  }
  .team_image_holder {
    width: 260px;
    height: 260px;
    overflow: hidden;
    border: 4px solid white;
  }
  .team_image_holder img {
    transform: scale(1.2, 1.2);
  }
  .flex_box {
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 4px;
    grid-auto-flow: column;
  }
  .flex-child {
    width: 260px;
    text-align: center;
    margin: 0px 10px;
  }
  .about-bottom_pic {
    max-width: 700px;
    margin-right: 70px;
    height: auto;
    float: left;
  }

  .about-bottom #carouselExampleDark{
    min-height: 384px;
  }
  
  .contact-details{
    padding: 25px;
    border: 1px solid #2e2e2e49;
    border-radius: 7px;
    margin-top: 80px;
}

.address img{
  opacity: 0.4;
}

.about-bottom:last-child{
  background-color: #ececec;
}

.modal .modal-content{border: none;}
.modal .modal-content .modal-header{background-color: #191919;color: #fff;border: none;padding: 10px;position: relative;}
.modal .modal-content .modal-title{margin: 0;line-height: 20px;font-size: 20px;font-weight: 500;color: #fff;}
.modal .modal-content .close{padding: 0;margin: 0;width: 20px;height: 20px;background: #fff;text-align: center;opacity: 0.9;color: #191919;font-weight: 400;font-size: 20px;border-radius: 30px;position: absolute;top: 10px;right: 20px;}
.modal .modal-content .modal-body{font-size: 14px;color: #77798c;line-height: 20px;font-weight: 500;}
.modal .modal-content .modal-footer > button{background: #ffff;border-color: #191919;color: #000;}
.modal .modal-content .modal-footer > button:focus, .modal .modal-content .modal-footer > button:active, .modal .modal-content .modal-footer > button:hover{background: #ffff;border-color: #24a0b7;color: #000;}

.investForm {
	margin: 0 20%;
}

.profile-pic-inner-image{
  width: 120px;
  height: 120px;
  border: #fff 1px solid;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}