<style>
 /* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');*/
  body {
    font-family: 'Open Sans', sans-serif !important;
    font-family: 'Merriweather', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h1{
    font-family: 'Merriweather', serif;
  }
  .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  img {
    width: 100%;
  }
  *,
  :before,
  :after {
    box-sizing: border-box;
  }
  p,
  a,
  h4,
  h5,
  h6, span {
    font-family: 'Open Sans', sans-serif !important;
  }
  /* -------------------------start-reg page hdr-------------------------------------- */
.event-reg-hdr-logo>a>img {
    max-width: 80px;
}
.event-reg-hdr-title h1 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #4a4a4d;
    font-weight: 700;
      font-family: 'Open Sans', sans-serif !important;
}
.event-reg-hdr-btn a {
    font-size: 14px;
    color: #25408f;
    display: inline-block;
    text-align: center;
    border: 1px solid #25408f;
    padding: 7px 23px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}
.event-reg-hdr-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event-reg-hdr-wrp {
    padding: 20px 30px;
}
.event-reg-two-col-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event-reg-two-col-txt {
    flex: 0 0 43%;
}
.event-reg-two-col-form {
    flex: 0 0 52%;
}
.event-reg-two-col-wrp {
    background-color: #25408f;
    padding: 120px 0 100px;
}

.event-reg-two-col-txt ul li {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
      font-family: 'Open Sans', sans-serif !important;
}

.event-reg-two-col-txt h2 {
    font-size: 28px;
    text-align: left;
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Merriweather', serif;
    padding: 0 0 10px;
}

.event-reg-two-col-txt p {
      font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}

.event-reg-two-col-txt ul {
    padding: 0 0 10px 20px;
    margin: auto;
}

.event-reg-two-col-txt h3 {
    font-size: 22px;
    text-align: left;
    margin: 0;
    color: #B7E4F4;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    padding: 15px 0 5px;
}
.event-reg-form-wrp h2 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 38px;
    font-weight: 400;
    color: #25408f;
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
}

.field-grp p.error-msg {
    color: red;
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.event-reg-form-txt p {
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    color: #4a4a4d;
    font-weight: 400;
}

.event-reg-form-txt p>span {
    font-weight: 700;
}

.event-reg-btn.reg-btn1 {
    color: #fff;
    background-color: #25408f;
    margin-right: 20px;
}

.event-reg-btn.reg-btn2 {
    color: #25408f;
    border: 1px solid #25408f;
}

.event-reg-btn {
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: 600;
    transition: all .4s ease;
}

.event-reg-btn:hover {
    box-shadow: rgb(170 170 170) 3px 6px 12px -2px;
}

.event-reg-form-txt {
    background-color: rgb(239 239 236 / 1);
    padding: 30px;
    margin-bottom: 25px;
}
.investment-ban-contnt h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    color: #B7E4F4;
    font-weight: 300;
    padding: 20px 0 0;
    font-family: 'Open Sans', sans-serif !important;
}

.event-reg-ban-btn a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 14px 30px;
    font-weight: 300;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
}

.event-reg-ban-btn {
    text-align: center;
}
.event-reg-form-btn {
    text-align: right;
}

/* ---------------------------end-reg page hdr--------------------------------- */
  .event-reg-hdr-wrp {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
        z-index: 99999999999;
    box-shadow: hsl(225deg 59% 35% / 26%) 0px 2px 12px -2px;
    background-color: #fff;
}
  .footer-media-content-wrp {
    padding: 10px 0 0;
}
  .investmnt-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 99999999999;
    box-shadow: hsl(225deg 59% 35% / 26%) 0px 2px 12px -2px;
  }
  .two-col-form-wrp,
  footer {
    background-color: #25408f;
  }
  .investmnt-hdr-from2-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .insights-ban .investment-ban-contnt p {
   font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 0 0;
  }
    .investment-ban-contnt p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 0;
}
  .insights-ban .investment-ban-contnt {
    max-width: 900px;
  }
  .submit-btn-wrp.back-btn {
    border: none;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp.back-btn svg {
    transform: rotate(180deg);
  }
  .submit-btn-wrp.submit-btn {
    background-color: #fff;
    color: #25408f !important;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp.submit-btn>svg {
    transform: unset !important;
  }
  .submit-btn-wrp.submit-btn input.field-input-btn,
  .submit-btn-wrp.submit-btn:hover input {
    color: #25408f !important;
  }
  .submit-btn-wrp.submit-btn>svg,
  .submit-btn-wrp.submit-btn:hover svg {
    fill: #25408f !important;
  }
  .submit-btn-wrp.back-btn {
    border: none !important;
    font-size: 16px;
  }
  .investment-fxd-menu>ul>li>a>span.home-icon>img {
    max-width: 16px;
    height: auto;
    width: 100%;
    margin: -5px 5px 0px 0px !important;
  }
  .investment-fxd-menu>ul>li>a>span.home-icon.left-arow>img {
    max-width: 15px !important;
    margin: -5px 5px -3px 0px !important;
  }
  .investment-fxd-menu>ul>li>a:hover,
  .investment-fxd-menu>ul>li>a.active {
    opacity: 1;
  }
  .investment-fxd-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .investment-fxd-menu-wrp {
    position: fixed;
    bottom: 40px;
    z-index: 99999;
    left: 40px;
  }
  .investment-fxd-menu>ul>li>a {
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    display: inline-block;
    border-radius: 20px;
    padding: 8px 10px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    margin: 5px 0;
    transition: all .4s ease;
    border: 1px solid #ffffff;
    max-width: 160px;
    width: 100%;
    opacity: .6;
  }
  span.home-icon.left-arow {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  span.home-icon.left-arow img {
    display: none;
  }
  .partner-details img:hover  {
        box-shadow: rgb(170 170 170) 0px 13px 30px 0px;
  }
  .investment-fxd-menu>ul>li>a>span.menu-arow {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 9px;
  }
  .check-box-wrp label {
   font-size: 14px;
    font-weight: 400;
    color: #25408f;
    margin: 0;
    cursor: pointer;
    flex: 0 0 94%;
    font-family: 'Open Sans', sans-serif !important;
}
  }
  .check-box-wrp {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .check-box-wrp input[type="checkbox"] {
    cursor: pointer;
    flex: 0 0 4%;
    width: 19px;
    margin: 3px auto 0px 0;
  }
  .frm-privacy-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #25408f;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0;
    padding: 25px 0 0;
  }
  .frm-privacy-txt p>a {
    color: #25408f;
    /* text-decoration: none; */
  }
  .frm-privacy-txt p>a:hover {
    text-decoration: underline;
  }
  .investmnt-hdr-wrp {
    padding: 20px 30px;
    position: relative;
  }
  .investmnt-hdr-menu-wrp {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    justify-content: flex-end;
  }
  .investmnt-hdr-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* position: relative; */
    justify-content: space-between;
  }
  .investmnt-hdr-logo {
    flex: 0 0 48%;
  }
  .investmnt-hdr-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    text-align: center;
    max-width: 460px;
  }
  .two-col-form-wrp {
    padding: 120px 0 100px;
    position: relative;
    z-index: 99999;
  }
  .investmnt-hdr-from-wrp {
    border-radius: 10px;
    padding: 25px 30px 20px;
    background-color: #fff;
  }
  .two-col-form-in{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .want-more-sec {
    flex: 0 0 30%;
  }
  .footer-form-sec-outer {
    flex: 0 0 60%;
  }
  .investmnt-hdr-from-in h2 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 38px;
    font-weight: 400;
    color: #25408f;
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
  }
  .investmnt-hdr-from-in {
    position: relative;
  }
  .frm-clos-wrp {
    position: absolute;
    right: -5px;
    top: -50px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frm-clos-wrp svg {
    transition: all .4s ease;
  }
  .frm-clos-wrp svg:hover {
    transform: rotate(180deg);
  }
  .investmnt-hdr-from-wrp input.field-input,
  .investmnt-hdr-from-wrp select.field-input {
    font-size: 14px;
    background-color: transparent;
    color: #25408f;
    width: 100%;
    border: none;
    outline: none !important;
    border-bottom: 1px solid #b2b2b9;
    padding: 0 0 10px;
    transition: all .4s ease;
  }
  .field-grp {
    margin: 30px 0;
  }
  .investmnt-hdr-from-wrp select.field-input {
    color: #b2b2b9;
  }
  .investmnt-hdr-from-wrp input.field-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b9;
  }
  .investmnt-hdr-from-wrp input.field-input-btn {
    font-size: 16px;
    margin: 0;
    color: #fff !important;
    background-color: transparent;
    display: flex;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    padding: 0px 5px 0px 15px;
  }
  .field-grp.drop-down-wrp {
    position: relative;
  }
  .field-grp.drop-down-wrp:before {
    position: absolute;
    content: "";
    border-top: 2px solid #b2b2b9;
    border-right: 2px solid #b2b2b9;
    width: 10px;
    height: 10px;
    right: 5px;
    transform: rotate(135deg);
    top: 1px;
  }
  .investmnt-hdr-from-wrp input.field-input,
  .investmnt-hdr-from-wrp select.field-input {
    -moz-appearance: none;
    appearance: none;
  }
  .field-grp.drop-down-wrp {
    position: relative;
  }
  .investmnt-hdr-from-wrp input.field-input,
  .investmnt-hdr-from-wrp select.field-input {
    -moz-appearance: none;
    appearance: none;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp {
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #25408f;
    margin: 40px 0 auto auto;
    border-radius: 20px;
    display: flex;
    max-width: 150px;
    padding: 2px 8px 2px 0px;
    transition: all .4s ease;
    cursor: pointer;
    color: #25408f;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp svg {
    fill: #25408f;
    width: 35px;
    transition: all .2s ease;
    transform: rotate(90deg);
    margin-right: 3px;
  }
  .investmnt-hdr-from-wrp input.field-input:hover,
  .investmnt-hdr-from-wrp select.field-input:hover {
    border-color: #25408f;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp:hover {
    background-color: #25408f;
    color: #fff !important;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp.back-btn:hover {
    padding: 1px 20px 2px 15px;
  }
  .submit-btn-wrp.submit-btn:hover input {
    color: #fff !important;
  }
  .investmnt-hdr-from-wrp .submit-btn-wrp:hover svg,
  .submit-btn-wrp.submit-btn:hover svg {
    fill: #fff !important;
  }
  .investmnt-hdr-from .error-msg {
    color: red;
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    display: none;
    flex: 0 0 100%;
  }
  head.investment {
    position: relative;
  }
  .investmnt-hdr-menu-in {
    display: none;
    background: #25408f;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: 0 auto;
    top: 100%;
  }
  .investmnt-hdr-menu-in>ul {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
  }
  .investmnt-hdr-logo>a>img {
    max-width: 80px;
  }
  .investmnt-hdr-title h1 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #4a4a4d;
    font-weight: 700;
   font-family: 'Merriweather', serif
  }
  .investmnt-hdr-form-btn {
    margin-right: 10px;
  }
  .investmnt-hdr-form-btn a {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    background-color: #25408f;
    display: flex;
    border-radius: 20px;
    padding: 4px 20px 4px 10px;
    cursor: pointer;
    font-weight: 600;
    align-items: center;
    max-width: 190px;
    justify-content: center;
    width: 100%;
  }
  .investmnt-hdr-btn {
    font-size: 14px;
    color: #25408f;
    display: inline-block;
    text-align: center;
    border: 1px solid #25408f;
    padding: 7px 23px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
  }
  .investmnt-hdr-menu-in>ul {
    background: #25408f;
    padding: 0;
    list-style-type: none;
    padding: 20px 40px;
  }
  .investmnt-hdr-menu-in>ul>li>a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid rgb(255 255 255 / 56%);
    padding: 10px 0px 10px;
    align-items: center;
    justify-content: space-between;
    transition: all .4s ease;
  }
  .investmnt-hdr-menu-in>ul>li>a svg {
    opacity: .56;
    width: 50px;
    height: 40px;
    fill: #fff;
  }
  .investmnt-hdr-menu-in>ul>li>a:hover svg {
    opacity: 1;
    border-color: blueviolet;
  }
  .investmnt-hdr-menu-in>ul>li>a:hover {
    border-color: #fff;
  }
  .investmnt-hdr-menu-in>ul>li {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn {
    display: flex;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    float: right;
    padding: 0px 7px 0 20px;
    max-width: 250px;
    border-radius: 20px;
    cursor: pointer;
  }
  .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn svg {
    color: #fff;
    fill: #fff;
    width: 35px;
    margin-left: 5px;
    transition: all .2s ease;
    transform: unset;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 56%);
    display: flex;
    justify-content: space-between;
    transition: all .4s ease;
  }
  .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn:hover svg {
    margin-left: 20px;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld:hover {
    border-color: #fff;
  }
  .investmnt-hdr-form-btn svg {
    fill: #ffffff;
    width: 30px;
    transition: all .2s ease;
    transform: rotate(90deg);
    margin-right: 3px;
  }
  .investmnt-hdr-form-btn:hover {
    opacity: 0.8;
  }
  /* ----------------banner--------------------- */
  .back-to-report-btn {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 99;
    max-width: 170px;
    width: 100%;
    text-align: center;
  }
  .back-to-report-btn a {
    font-size: 12px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ffffff;
    transition: all .4s ease;
    border-radius: 20px;
    width: 100%;
    justify-content: center;
    padding: 2px 10px;
    font-weight: 700;
    text-decoration: none;
  }
  .back-to-report-btn.insights-sec-btn {
    top: unset;
    bottom: 40px;
  }
  .back-to-report-btn a svg {
    width: 35px;
    height: 30px;
    transform: rotate(-180deg);
    fill: #ffffff;
    transition: all .4s ease;
  }
  .back-to-report-btn a span {
    display: block;
    width: 100%;
  }
  .back-to-report-btn a:hover {
    background-color: #ffffff;
    color: #4a4a4d;
  }
  .back-to-report-btn a:hover svg {
    fill: #4a4a4d;
  }
  .investment-ban-contnt h1 {
    font-size: 58px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Merriweather', serif;
  }
  .investment-ban-contnt h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
    color: #B7E4F4;
    font-weight: 700;
    padding: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
  }
  .investment-ban-btn>a {
    font-size: 14px;
    margin: 0;
    color: #fff;
    background-color: #25408f;
    display: flex;
    border-radius: 20px;
    padding: 3px 15px 3px 25px;
    cursor: pointer;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    margin: 40px auto 0;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
  }
  .investment-ban-btn a:hover svg {
    margin-left: 20px;
  }
  .investment-ban-btn a>svg {
    transition: all .2s ease;
  }
  .investment-ban-scroll>a>span.scroll-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    transform: rotate(90deg);
  }
  /*.investment-ban-scroll{
  animation: scroldown 2s infinite;
  }
  @keyframes scroldown {
  0%   {transform: translateY(0);}
  50%  {transform: translateY(30px);
  opacity: .4}
  100% {transform: translateY(0);
  opacity: 1;
  }
  }*/
  .investment-ban-scroll>a {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
    justify-content: center;
    font-size: 14px;
  }
  .investment-ban-scroll {
    text-align: center;
    margin-top: 40px;
  }
  .investment-ban-wrp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: 84px;
  }
  .investment-mod-wrp {
    margin: 20px 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 38px 7px #dedede;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95vh;
    /* border: 1px solid #ffffff;*/
  }
  /*.investment-mod-wrp:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: .8;
  border-radius: 25px;
  background: linear-gradient(173deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  }
  */
  .investment-mod-imag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: inherit;
    width: inherit;
    z-index: 9;
  }
  .investment-mod-in {
    position: relative;
    z-index: 999;
  }
  .investment-mod-imag img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
  }
  div#home .investment-mod-imag img {
    border-radius: 0;
  }
  .find-out-why-sec:before {
      border-radius: 25px;
  }
  .Our-Business-Leaders-title h3 {
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
    font-family: merriweather;
    font-weight: 400;
    color: #25408f;
    font-size: 28px;
}
  .insight-right-image.insights-imag-sec {
      padding: 0;
  }
  .investment-ban-wrp:before, .find-out-why-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 75%), rgba(255, 255, 255, 75%), rgba(255, 255, 255, 98%));*/
    background-color: rgb(0 0 0 / 50%);
  }
  .investment-ban-contnt {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  /* ------------modules------------------- */
  .investment-mod-contnt h2 {
    font-size: 48px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Merriweather', serif;
  }
  .investment-mod-contnt h3 {
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
    font-family: merriweather;
    font-weight: 400;
    color: #B7E4F4;
    font-size: 24px;
  }
  .investment-mod-contnt p {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 0 0;
  }
  .investment-mod-contnt>a {
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    display: flex;
    border-radius: 20px;
    padding: 1px 15px 1px 25px;
    cursor: pointer;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    margin: 40px auto 0;
    transition: all .4s ease;
    border: 1px solid #ffffff;
  }
  .investment-mod-contnt>a:hover svg {
    margin-left: 20px;
  }
  .investment-mod-contnt>a>svg {
    transition: .3s ease;
    margin-left: 5px;
    fill: #fff !important;
  }
  .investment-mod-contnt {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .investment-ban-scroll:hover {
    animation: none;
  }
  /* --------------header form styles-------------------- */
  .investmnt-hdr-from3 {
    display: none;
  }
  .investmnt-hdr-from3-item {
    display: none;
  }
  .validated .investmnt-hdr-from {
    display: none;
  }
  .investmnt-hdr-from2 {
    display: none;
  }
  .form2-field-grp {
    position: relative;
  }
  .form2-field-grp input[type=checkbox] {
    opacity: 0;
    height: 130px;
    width: 130px;
    border-radius: 50% !important;
    z-index: 99;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px;
  }
  .form2-field-grp {
    min-height: 100px;
    text-align: center;
  }
  .form2-field-grp label {
    left: 0;
    right: 0;
    top: -1px;
    height: 132px;
    width: 132px;
    display: block;
    position: absolute;
    margin: 0 auto;
    cursor: pointer;
    /* background-color: red; */
    border-radius: 50%;
    z-index: 9;
    overflow: hidden;
    border: 2px solid transparent;
    /* box-shadow: rgb(170 170 170) 0px 0px 19px 1px; */
  }
  .form2-field-grp input:checked~label {
    border-color: #25408f;
    box-shadow: rgb(170 170 170) 0px 0px 19px 1px;
  }
  .form2-field-grp label img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all .3s ease;
  }
  .form2-field-grp input:checked~label img {
    transform: scale(1.05);
  }
  .investmnt-hdr-from3-item img {
    max-width: 130px;
    height: 130px;
    border-radius: 100%;
    object-position: center;
    width: 100%;
  }
  .investmnt-hdr-from3-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .investmnt-hdr-from3-item {
    flex: 0 0 45%;
    margin: 15px 0;
    text-align: center;
  }
  .form-img-title {
    font-size: 18px;
    font-weight: 600;
    color: #25408f;
    margin: 10px 0 0;
  }
  .form2-field-grp-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .form2-field-grp {
    flex: 0 0 45%;
    margin: 15px 0 20px;
  }
  /*-----------Leaders--------------------*/
  .our-expert {
    margin: 0 auto;
    font-family: Helvetica, Arial, sans-serif;
  }
  .leaders-content {
    min-height: 150px;
  }
  .Our-Business-Leaders-cards img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    transition: box-shadow 200ms ease 0s;
  }
  .leaders-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00428b;
    text-align: center;
    line-height: 22px;
    border-radius: 0px;
    margin: 0;
    padding: 20px 0 10px;
  }
  .leaders-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4A4B4D;
    text-align: center;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
  }
  .form-img-title a {
    color: #25408f;
  }
  .Our-Business-Leaders-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
  .partner-details {
    flex: 0 0 22%;
    padding: 12px;
    text-align: center;
    margin: 30px 10px;
  }
  .partner-details a {
    text-align: center;
    color: #4A4B4D;
    padding: 8px 50px;
    transition: .5s all ease-in;
    border-radius: 20px;
    box-shadow: rgb(170 170 170 / 30%) 0px 8px 8px 0px;
    border: 1px solid #4A4B4D;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
  }
  .partner-details a:hover {
    background-color: #25408F;
    color: #fff;
  }
  .our-expert-detail h2 {
    font-size: 32px;
    font-weight: 700;
    color: #4A4B4D;
    text-align: center;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
  }
  .our-expert-detail {
    padding: 0 0 30px;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld a.investmnt-hdr-form-btn:hover svg {
      margin-left: 15px;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld a {
      width: auto;
      border: none;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld a.investmnt-hdr-form-btn {
    width: auto;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 15px 0 20px;
  }
  .investmnt-hdr-menu-in>ul>li.menu-last-chld a svg {
    fill: #fff;
    opacity: 1;
    transform: none;
    height: 43px;
    width: 50px;
  }
  /*------------------Insights two-col-section--------------------------*/
  .insight-wrpper {
    background-color: #25408f;
    padding: 90px 0px;
  }
  .insight-left-top-heading h3 {
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
  }
  .insight-heading h2 {
    font-size: 20px;
    text-align: left;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
  }
  .insight-description p {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    margin: 0;
    color: #fff;
    font-weight: 400;
  }
  .insight-heading {
    padding: 20px 0px;
  }
  .insigt-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .insight-left {
    flex: 0 45%;
  }
  .insight-right-image {
    flex: 0 50%;
  }
  .insight-right-image img {
    border-radius: 10px;
    min-height: 300px;
    height: 100%;
    width: 100%;
  }
  .insights-ban .investment-mod-imag img, .insights-ban .investment-ban-wrp:before {
    border-radius: 0;
}
  .insight-button a {
    font-size: 14px;
    margin: 0;
    color: #fff;
    background-color: #000;
    display: flex;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
  }
  .insight-button {
    padding-top: 30px;
  }
  /* --------------Footer-------------------- */
  .top-scroll>svg {
    width: 30px;
    transform: rotate(-90deg);
    height: 30px;
    fill: #ffffff;
  }
  footer {
    position: relative;
    z-index: 999999;
  }
  .top-scroll {
    position: absolute;
    cursor: pointer;
    top: -30px;
    right: 5px;
    z-index: 99999;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif !important;
  }
  .footer-content-wrp {
    position: relative;
  }
  .our-expert {
    padding: 60px 0;
  }
  .investment-footer-contnt h1 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    padding: 0 0 15px;
    text-align: center;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
  }
  /*
  .investment-footer-contnt a:hover svg {
  margin-left: 20px;
  }
  .investment-footer-contnt a  svg {
  transition: all .4s ease;
  }
  .investment-footer-contnt a {
  font-size: 14px;
  margin: 0;
  color: #fff;
  background-color: #25408f;
  display: flex;
  border-radius: 20px;
  padding: 3px 15px 3px 25px;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  margin: 40px auto 0;
  transition: all .4s ease;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 20px;
  }*/
  .footer {
    background-color: #25408f;
  }
  .footer-content {
    align-items: center;
  }
  .investment-footer-contnt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0;
  }
  .reports-hed h2 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 35px;
    text-align: left;
    margin: 0;
    font-family: 'Merriweather', serif;
  }
  .reports-desc p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
  }
  .reports-desc p strong {
    font-weight: 700;
  }
  .reports-btn-wrp {
    padding: 20px 0 0;
  }
  .reports-btn {
    text-align: center;
  }
  .reports-btn h2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 14px;
    border: 1px solid #fff;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: all .4s ease;
    border-radius: 20px;
  }
  .footer-content-wrp {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
  .footer-txt-content ul li:first-child a {
    padding-left: 0;
  }
  .footer-txt-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .footer-txt-content ul li {
    display: inline-block;
  }
  .footer-txt-content ul li a,
  .footer-txt-content ul li p {
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    font-weight: 400;
    border: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
  }
  .footer-media-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .footer-media-content ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .footer-media-content ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .reports-inner {
    font-family: sans-serif;
  }
  i.fa.fa-arrow-right {
    padding-left: 8px;
  }
  .insight-right-image iframe {
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
  }
  .insight-right-image {
    text-align: center;
  }
  .insight-right-image {
    position: relative;
    height: 100% !important;
    width: 100% !important;
    padding-bottom: 36%;
    padding-top: 35px;
    overflow: hidden;
}
.insight-right-image iframe {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    /*right: 0;
    bottom: 0;*/
}
  
  
  
  
  
  @media(min-width: 1400px) {
    .find-out-why-sec {
    margin-top: 60px;
}
    .insight-right-image {
      min-height: 500px;
  }
    .insight-right-image {
      padding-bottom: 38%;
  }
      .event-reg-hdr-btn a {
      font-size: 18px;
      padding: 10px 25px;
      border-radius: 30px;
  }
    .partner-details a {
      font-size: 14px;
  }
    .investmnt-hdr-form-btn a {
      font-size: 16px;
      max-width: 200px;
  }

  .investmnt-hdr-btn {
      font-size: 16px;
  }
    .container {
      max-width: 1400px;
    }
    .insight-left-top-heading h3 {
      font-size: 32px;
      line-height: 46px;
    }
    .insight-heading h2 {
      font-size: 24px;
    }
    .insight-description p {
          font-size: 18px;
    line-height: 26px;
      padding: 10px 0 0;
    }
    .insights-ban .investment-ban-contnt {
      max-width: 1200px;
    }
    .insights-ban .investment-ban-contnt p {
      font-size: 20px;
      line-height: 30px;
    }
    .leaders-content {
      min-height: 170px;
    }
    .leaders-content h4 {
      font-size: 26px;
      line-height: 33px;
    }
    .leaders-content p {
      font-size: 20px;
      line-height: 29px;
    }
    .Our-Business-Leaders-cards {
      max-width: unset;
    }
    .our-expert-detail h2 {
      font-size: 38px;
    }
    .investmnt-hdr-menu-in>ul {
      max-width: 1900px;
    }
    .investmnt-hdr-menu-in>ul>li>a {
      font-size: 26px;
      padding: 15px 0px;
    }
    .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn {
      font-size: 16px;
      max-width: 295px;
      padding: 5px 7px 5px 20px;
      border-radius: 30px;
    }
    .investment-ban-contnt h1 {
      font-size: 62px;
    }
    .investment-ban-contnt h2 {
      font-size: 32px;
    }
    .investment-ban-btn>a {
      font-size: 16px;
      padding: 7px 25px 7px 35px;
      border-radius: 30px;
    }
    .investment-ban-scroll>a {
      font-size: 16px;
    }
    .investmnt-hdr-title h1 {
      font-size: 28px;
    }
    .investmnt-hdr-title {
      max-width: 660px;
    }
    .investmnt-hdr-logo>a>img {
      max-width: 100px;
    }
    .investmnt-hdr-form-btn a {
      font-size: 18px;
      max-width: 235px;
      padding: 7px 25px 7px 15px;
      border-radius: 30px;
    }
    .investmnt-hdr-btn {
      font-size: 18px;
      padding: 9px 30px;
    }
    .investment-fxd-menu>ul>li>a {
          font-size: 16px;
    padding: 10px 18px;
    border-radius: 30px;
    margin: 10px 0;
    max-width: 170px;
    }
    .investment-mod-contnt p {
      font-size: 22px;
      padding: 25px 0 0;
    }
    .investment-mod-contnt {
      max-width: 600px;
    }
    .investment-mod-contnt h2 {
      font-size: 52px;
    }
    .investment-mod-contnt h3 {
      font-size: 28px;
      padding: 20px 0 0;
    }
    .investment-mod-contnt {
      max-width: 600px;
    }
    .investment-mod-contnt>a {
      font-size: 16px;
    border-radius: 30px;
    padding: 3px 10px 3px 25px;
    }
    .investmnt-hdr-from-in h2 {
      font-size: 26px;
    }
    .investmnt-hdr-from-wrp input.field-input,
    .investmnt-hdr-from-wrp select.field-input,
    .investmnt-hdr-from-wrp input.field-input::placeholder,
    .investmnt-hdr-from-wrp select.field-input::placeholder{
      font-size: 18px;
    }
    .footer-txt-content ul li a,
    .footer-txt-content ul li p,
    .top-scroll {
      font-size: 18px;
    }
    .footer-media-content ul>li a svg {
      width: 30px !important;
      height: 30px !important;
    }
    .check-box-wrp label,
    .frm-privacy-txt p,
    .investmnt-hdr-from .error-msg {
      font-size: 18px;
    }
    .reports-hed h2 {
      font-size: 30px;
    }
    .investment-footer-contnt p {
      font-size: 22px;
    }
    .want-more-sec {
      flex: 0 0 35%;
    }
    .investmnt-hdr-from-wrp .submit-btn-wrp {
      font-size: 22px;
      max-width: 165px;
      padding: 5px 8px 5px 0px;
      border-radius: 30px;
    }
    .form-img-title {
      font-size: 24px;
    }
    .form2-field-grp input[type=checkbox] {
      height: 160px;
      width: 160px;
    }
    .form2-field-grp label {
      height: 162px;
      width: 162px;
    }
    .investmnt-hdr-from-wrp input.field-input-btn {
      font-size: 22px;
    }
    .footer-form-sec-outer {
      flex: 0 0 62%;
    }
  }
  @media(max-width: 1060px) {
    .event-reg-hdr-title h1 {
      font-size: 18px;
  }
    .investmnt-hdr-title {
      max-width: 300px;
    }
   .insight-left {
      flex: 0 38%;
  }
    .insight-right-image {
      flex: 0 60%;
  }
  }
  @media(max-width: 991px) {
    .insight-right-image {
      padding-bottom: 46%;
  }
    .insight-right-image {
      padding-bottom: 46%;
  }
    .insight-right-image {
      flex: 0 65%;
  }
    .insight-left {
      flex: 0 30%;
  }
    .footer-txt-content ul li a {
      padding: 0 10px;
    }
    .investmnt-hdr-title {
      position: unset;
    }
    .investmnt-hdr-logo {
      flex: 0 0 10%;
    }
    .investmnt-hdr-title h1 {
      font-size: 20px;
    }
    .investmnt-hdr-title {
      flex: 0 0 35%;
    }
    .investmnt-hdr-menu-wrp {
      flex: 0 0 40%;
    }
  }
  @media(max-width: 900px) {
    .insight-wrpper {
      padding: 60px 0 40px;
  }
  .insight-right-image {
      margin-top: 26px;
      padding-bottom: 72%;
  }
    .insight-left.top-order {
      order: -1;
  }
  .insight-right-image {
      flex: 0 0 100%;
  }
  .insight-left {
      flex: 0 0 100%;
  }
    .event-reg-btn {
      margin: 0 auto;
      display: block;
      text-align: center;
      width: 100%;
      max-width: 250px;
      padding: 10px 20px !important;
  }

  .event-reg-btn.reg-btn1 {
      margin: 0 auto 15px;
  }
  }
  @media(max-width: 768px) {
    .back-to-report-btn {
      display: none;
  }
    .event-reg-form-txt p {
      font-size: 16px;
  }

  .event-reg-form-txt {
      padding: 15px;
  }
    .event-reg-two-col-wrp {
      padding: 80px 0 60px;
  }
    .event-reg-two-col-in {
      display: block;
  }
  .event-reg-two-col-txt h2 {
      font-size: 22px;
  }
  .event-reg-two-col-txt ul li, .event-reg-two-col-txt p {
      font-size: 14px;
      line-height: 20px;
  }
  .event-reg-two-col-txt h3 {
      font-size: 20px;
  }

  .event-reg-btn {
      font-size: 14px;
      max-width: 200px;
  }
    .investment-ban-wrp.event-reg-ban {
      margin-top: 80px;
  }
    .investment-ban-contnt p {
      font-size: 16px;
      line-height: 24px;
      padding: 15px 0 0;
  }
  .investment-ban-contnt h3 {
      font-size: 22px;
      line-height: 30px;
  }
  .event-reg-ban-btn a {
      font-size: 14px;
      padding: 12px 20px;
  }
    .event-reg-hdr-wrp {
      padding: 15px;
  }
    .event-reg-hdr-btn a {
    font-size: 12px;
    padding: 6px 15px;
    }
    .event-reg-hdr-title {
      display: none;
  }
    .investmnt-hdr-title {
      display: none;
  }
    .our-expert-detail h2 {
      font-size: 26px;
      line-height: 32px;
    }
    .our-expert-detail {
      padding-bottom: 15px;
    }
    .investmnt-hdr-menu-in>ul>li.menu-last-chld a.investmnt-hdr-form-btn {
      font-size: 12px;
    max-width: 220px;
    padding: 6px 10px;
    margin: 0px 0 10px;
    }
    .investmnt-hdr-menu-in>ul>li.menu-last-chld a svg {
      height: 27px;
      width: 28px;
    }
    .investmnt-hdr-menu-in {
      top: 100%;
    }
    .investmnt-hdr-btn {
      width: 37px;
      font-size: 0 !important;
      line-height: 0;
      padding: 0 !important;
      height: 25px;
      border: none;
      position: relative;
    }
    .investmnt-hdr-btn:before, .investmnt-hdr-btn:after, .investmnt-hdr-btn span {
      background-color: #25408f;
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      display: block;
      border-radius: 3px;
      transition: all .4s ease;
      font-size: 0;
      line-height: 0;
    }
    .investmnt-hdr-btn span {
      top: 11px;
    }
    .investmnt-hdr-btn:after {
      bottom: 0;
    }
    .investmnt-hdr-btn.menu-open span {
      display: none;
    }
    .investmnt-hdr-btn.menu-open:before {
      transform: rotate(45deg);
      top: 10px;
    }
    .investmnt-hdr-btn.menu-open:after {
      transform: rotate(-49deg);
      top: 10px;
    }
    .investment-ban-contnt h2 {
      font-size: 20px;
      padding: 20px 0 0;
    }
    .investment-ban-btn>a {
      margin-top: 15px;
      padding: 3px 10px 3px 15px;
  }
    .investmnt-hdr-form-btn {
      display: none;
    }
    .investmnt-hdr-in {
      display: flex;
      justify-content: space-between;
    }
    .investmnt-hdr-wrp {
      padding: 15px;
    }
    .investmnt-hdr-menu-wrp {
      padding: 0;
      text-align: right;
      display: block;
    }
    .investmnt-hdr-title h1 {
      font-size: 18px;
      padding-top: 10px;
    }
    .investmnt-hdr-logo {
      text-align: left;
    }
    .insight-right-image img {
      min-height: unset;
    }
    .insight-left-top-heading {
      padding: 0;
    }
    .insight-left-top-heading h3 {
      font-size: 20px;
    }
    .insight-heading h2 {
      font-size: 18px;
    }
    .insight-description p {
      font-size: 14px;
      line-height: 20px;
    }
    .insight-wrpper {
      padding: 60px 0;
    }
    .investment-mod-contnt h2 {
      font-size: 30px;
    }
    .investment-mod-contnt h3 {
      font-size: 18px;
    }
    .investment-mod-contnt p {
      font-size: 14px;
      line-height: 18px;
    }
    .investment-mod-contnt>a {
      padding: 5px 15px 5px 25px;
    }
    .footer-content-wrp {
      display: block;
      text-align: center;
    }
    .footer-media-content-wrp {
      padding: 15px 0 0;
    }
    .partner-details.col-lg-3 {
      flex: 0 0 29%;
    }
    .Our-Business-Leaders-cards {
      justify-content: center;
    }
    .form2-field-grp input[type=checkbox] {
      height: 90px;
      width: 90px;
    }
    .form2-field-grp label {
      height: 92px;
      width: 92px;
    }
    .investmnt-hdr-from3-item img {
      max-width: 90px;
      height: 90px;
    }
    .form-img-title {
      font-size: 16px;
    }
    .investment-fxd-menu-wrp {
      display: none;
    }
    .investment-ban-contnt h1 {
      font-size: 38px;
    }
    .investment-mod-in {
      padding: 0 20px;
    }
    .investment-ban-wrp.insights-ban{
      height: 100%;
    padding: 40px 0;
    }
    .investment-ban-wrp {
      height: 95vh;
    }
    .investment-ban-contnt>a {
      margin-top: 20px;
    }
    .investmnt-hdr-logo {
      order: 1;
    }
    .investmnt-hdr-menu-wrp {
      order: 2;
      flex: 0 0 70%;
    }
    .investmnt-hdr-logo {
      flex: 0 30%;
    }
    .investmnt-hdr-title {
      order: 3;
      flex: 0 0 100%;
    }
    .investment-ban-wrp {
      margin-top: 77px;
    }
    .investmnt-hdr-logo>a>img {
      max-width: 80px;
    }
    .investmnt-hdr-form-btn {
      font-size: 14px;
      max-width: 176px;
      padding: 5px 10px 5px 3px;
      margin-right: 10px;
    }
    svg.bi.bi-arrow-right-short {
      width: 25px;
      height: 28px;
    }
    .investmnt-hdr-btn {
      font-size: 12px;
      padding: 7px 20px;
    }
    .investmnt-hdr-from-in h2, .event-reg-form-wrp h2 {
      font-size: 18px;
      padding: 0px 0 10px;
      line-height: 25px;
    }
    .investmnt-hdr-from-wrp {
      padding: 25px;
      margin-top: 30px;
    }
    .two-col-form-in {
      display: block;
    }
    span.frm-clos-wrp {
      top: -28px;
    }
    .frm-clos-wrp svg {
      width: 25px !important;
      height: 25px !important;
    }
    .investmnt-hdr-from-wrp .submit-btn-wrp {
      margin-top: 15px;
    }
    .investmnt-hdr-menu-in>ul>li>a {
      font-size: 16px;
      padding: 15px 0;
    }
    .investmnt-hdr-menu-in>ul {
      padding: 10px 20px;
    }
    .investmnt-hdr-menu-in>ul>li.menu-last-chld {
      font-size: 16px;
      display: inline-block;
      width: 100%;
      text-align: left;
    }
    .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn {
      font-size: 12px;
      max-width: 200px;
      padding: 0px 0px 0px 15px;
      float: none;
      clear: both;
      margin-top: 15px;
    }
    .investmnt-hdr-menu-in li.menu-last-chld span.investmnt-hdr-form-btn svg {
      width: 30px;
    }
  }
  @media(max-width: 650px) {
    .partner-details.col-lg-3 {
      flex: 0 0 45%;
    }
    .leaders-content {
      min-height: 170px;
    }
  }
  @media(max-width: 500px) {
    .insight-right-image iframe {
    border-radius: 10px;
    }
    .investment-mod-wrp {
      margin: 20px 15px;
      height: 80vh;
    }
  }
  @media(max-width: 420px) {
    .investmnt-hdr-btn{
      width: 33px;
  }
    .leaders-content {
      min-height: unset;
    }
    .Our-Business-Leaders-cards {
      display: block;
    }
    .partner-details.col-lg-3 {
      display: block;
      text-align: center;
      padding: 20px 0;
    }
    .leaders-content h4,
    .leaders-content p {
      width: 100%;
      height: unset;
    }
    .leaders-content h4 {
      margin: 10px 0 0;
    }
    .partner-details a {
      margin-top: 15px !important;
    }
  }
  @media(max-width: 400px) {
    .investment-ban-wrp {
      margin-top: 74px;
  }
    .insight-right-image img {
      border-radius: 10px;
    }
    .back-to-report-btn a {
      font-size: 10px;
      padding: 0 10px;
    }
    .back-to-report-btn {
      top: 20px;
      left: 15px;
      max-width: 140px;
    }
    .footer-txt-content ul li a {
      padding: 0;
    }
    .footer-txt-content ul li {
      display: block;
      margin-bottom: 11px;
    }
    .investmnt-hdr-logo>a>img {
      max-width: 70px;
    }
  }
  
  
  
</style>
