@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap");
body {
  background-color: #f3f3f3;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  font-size: 21px;
  color: #545454;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

::-webkit-scrollbar {
  width: 15px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}

h2 {
  color: #8a2e99;
  font-size: 24px;
  font-weight: 600;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

.errorText {
    color: #A40000;
}
.errorLabel {
    color: #A40000;
    text-transform: none;
}
input.error, 
.errorInput {
    background-color: #FBDAD6;
}

/*margin css*/
.mTop12 {
  margin-top: 12px;
}

.mBottom16 {
  margin-bottom: 16px !important;
}

.container {
  background-color: #ffffff;
  max-width: 1440px;
  margin: 0 auto;
}

.inside_header_banner_section, .contact_section .contact_header_section, .faq_section .faq_header_section, .inside_header_banner {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -30%, #0e2c71 80%);
  text-align: center;
  padding: 27px 0px;
}
@media (max-width: 767px) {
  .inside_header_banner_section, .contact_section .contact_header_section, .faq_section .faq_header_section, .inside_header_banner {
    padding: 10px 0px;
  }
}
.inside_header_banner_section h2, .contact_section .contact_header_section h2, .faq_section .faq_header_section h2, .inside_header_banner h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}
@media (max-width: 575px) {
  .inside_header_banner_section h2, .contact_section .contact_header_section h2, .faq_section .faq_header_section h2, .inside_header_banner h2 {
    font-size: 28px;
  }
}

.looking_annual_report_section, .looking_annual_report {
  background-color: #111042;
  background: linear-gradient(227.59deg, #c71678 -17%, #0e2c71 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 71px 0px 105px 0px;
}
@media (max-width: 575px) {
  .looking_annual_report_section, .looking_annual_report {
    padding: 36px 0px 59px 0px;
  }
}
.looking_annual_report_section .annual_report_block, .looking_annual_report .annual_report_block {
  width: calc(100% - 80px);
  max-width: 780px;
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block, .looking_annual_report .annual_report_block {
    width: calc(100% - 56px);
    max-width: 327px;
  }
}
@media (max-width: 379px) {
  .looking_annual_report_section .annual_report_block, .looking_annual_report .annual_report_block {
    width: calc(100% - 32px);
  }
}
.looking_annual_report_section .annual_report_block span.heading, .looking_annual_report .annual_report_block span.heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  display: block;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block span.heading, .looking_annual_report .annual_report_block span.heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }
}
@media (max-width: 379px) {
  .looking_annual_report_section .annual_report_block span.heading, .looking_annual_report .annual_report_block span.heading {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block form label, .looking_annual_report .annual_report_block form label {
    display: block;
  }
}
.looking_annual_report_section .annual_report_block form label input, .looking_annual_report .annual_report_block form label input {
  height: 70px;
  width: 579px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  border: none;
  outline: none;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  padding-left: 30px;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 939px) {
  .looking_annual_report_section .annual_report_block form label input, .looking_annual_report .annual_report_block form label input {
    width: calc(100% - 201px);
  }
}
@media (max-width: 767px) {
  .looking_annual_report_section .annual_report_block form label input, .looking_annual_report .annual_report_block form label input {
    width: calc(100% - 151px);
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block form label input, .looking_annual_report .annual_report_block form label input {
    width: 100%;
    font-size: 15px;
    height: 49px;
  }
}
@media (max-width: 379px) {
  .looking_annual_report_section .annual_report_block form label input, .looking_annual_report .annual_report_block form label input {
    font-size: 13px;
  }
}
.looking_annual_report_section .annual_report_block form label ::placeholder, .looking_annual_report .annual_report_block form label ::placeholder {
  color: #666666;
}
.looking_annual_report_section .annual_report_block form input[type=submit], .looking_annual_report .annual_report_block form input[type=submit] {
  box-sizing: border-box;
  height: 70px;
  width: 179px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
  outline: none;
  font-family: "Work Sans", sans-serif;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .looking_annual_report_section .annual_report_block form input[type=submit], .looking_annual_report .annual_report_block form input[type=submit] {
    width: 129px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block form input[type=submit], .looking_annual_report .annual_report_block form input[type=submit] {
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    height: 49px;
  }
}
.looking_annual_report_section .annual_report_block .ar_nav_links, .looking_annual_report .annual_report_block .ar_nav_links {
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 22px;
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links, .looking_annual_report .annual_report_block .ar_nav_links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links, .looking_annual_report .annual_report_block .ar_nav_links {
    font-size: 13px;
  }
}
.looking_annual_report_section .annual_report_block .ar_nav_links span.txt, .looking_annual_report .annual_report_block .ar_nav_links span.txt {
  font-weight: 700;
  margin-right: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links span.txt, .looking_annual_report .annual_report_block .ar_nav_links span.txt {
    width: 75px;
  }
}
.looking_annual_report_section .annual_report_block .ar_nav_links ul, .looking_annual_report .annual_report_block .ar_nav_links ul {
  display: flex;
}
@media (max-width: 767px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul, .looking_annual_report .annual_report_block .ar_nav_links ul {
    width: calc(100% - 97px);
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul, .looking_annual_report .annual_report_block .ar_nav_links ul {
    width: 100%;
    margin-top: 13px;
  }
}
.looking_annual_report_section .annual_report_block .ar_nav_links ul li a, .looking_annual_report .annual_report_block .ar_nav_links ul li a {
  color: #ffffff;
  margin: 0px 22px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul li a, .looking_annual_report .annual_report_block .ar_nav_links ul li a {
    margin: 0px 18px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul li a, .looking_annual_report .annual_report_block .ar_nav_links ul li a {
    margin: 0px 13px;
  }
}
@media (max-width: 379px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul li a, .looking_annual_report .annual_report_block .ar_nav_links ul li a {
    margin: 0px 9px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul li:nth-child(1) a, .looking_annual_report .annual_report_block .ar_nav_links ul li:nth-child(1) a {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .looking_annual_report_section .annual_report_block .ar_nav_links ul li:nth-last-child(1) a, .looking_annual_report .annual_report_block .ar_nav_links ul li:nth-last-child(1) a {
    margin-right: 0px;
  }
}

.header {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 15px 64px 15px 41px;
}
@media (max-width: 1300px) {
  .header {
    padding: 15px 40px;
  }
}
@media (max-width: 1139px) {
  .header {
    padding: 15px 35px;
  }
}
@media (max-width: 939px) {
  .header {
    padding: 15px 16px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 68px;
    box-sizing: border-box;
  }
}
.header .left_section {
  position: relative;
  top: 5px;
  flex: 1;
  z-index: 100;
}
@media (max-width: 480px) {
  .header .left_section .logo img {
    width: 60%;
  }
}
@media (max-width: 379px) {
  .header .left_section .logo img {
    width: 55%;
  }
}
.header #mobile_nav {
  display: none;
}
@media (max-width: 939px) {
  .header #mobile_nav {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
.header #mobile_nav #mb-nav {
  position: relative;
  top: 69px;
  background: #fff;
  box-shadow: -1px 2px 8px #ccc;
  padding: 29px;
}
@media (max-width: 939px) {
  .header #mobile_nav #mb-nav {
    padding: 0px;
  }
}
@media (max-width: 939px) {
  .header #mobile_nav #mb-nav .mb-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 29px 0px 20px 0px;
  }
}
@media (max-width: 939px) {
  .header #mobile_nav .middle_section {
    display: none;
  }
}
.header .middle_section {
  display: flex;
  align-items: center;
}
@media (max-width: 939px) {
  .header .middle_section {
    display: none;
  }
}
.header .middle_section .browseby {
  font-size: 16px;
  font-weight: 500;
  margin-right: 38px;
  position: relative;
  top: 1px;
}
@media (max-width: 1139px) {
  .header .middle_section .browseby {
    margin-right: 15px;
  }
}
@media (max-width: 939px) {
  .header .middle_section .browseby {
    margin: 25px 0px 0px 0px;
    display: flex;
    justify-content: center;
    order: 2;
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
  }
}
.header .middle_section .browseby a {
  color: #0e2b71;
}
.header .middle_section .browseby ul {
  width: 160px;
  position: absolute;
  top: 44px;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 4px #ccc;
  -moz-box-shadow: 0px 3px 4px #ccc;
  -webkit-box-shadow: 0px 3px 4px #ccc;
  box-sizing: border-box;
  padding: 5px 20px;
  display: none;
}
@media (max-width: 939px) {
  .header .middle_section .browseby ul {
    width: 100%;
    z-index: 100;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
    border-top: 1px solid #f3f3f3;
    top: 48px;
    left: 0px;
    padding: 0px 0px 20px 0px;
    margin-top: 5px;
  }
}
.header .middle_section .browseby ul li {
  line-height: 36px;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 400;
}
@media (max-width: 939px) {
  .header .middle_section .browseby ul li {
    text-align: center;
    margin-left: -17px;
  }
}
.header .middle_section .browseby ul li:nth-last-child(1) {
  border-bottom: none;
}
.header .middle_section .browseby::after {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  top: -1px;
  width: 11px;
  height: 6px;
  background-position: -1px -3px;
  margin-left: 5px;
}
@media (max-width: 939px) {
  .header .middle_section .browseby::after {
    top: 8px;
    margin-left: 7px;
  }
}
.header .middle_section .search {
  display: flex;
}
@media (max-width: 939px) {
  .header .middle_section .search {
    order: 1;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header .middle_section .search {
    float: none;
    margin: 0 auto;
    position: relative;
    left: -5px;
  }
}
@media (max-width: 480px) {
  .header .middle_section .search {
    width: 100%;
    left: -7px;
  }
}
@media (max-width: 480px) {
  .header .middle_section .search form {
    width: calc(100% - 20px);
  }
}
.header .middle_section .search input[type=text] {
  height: 36px;
  width: 252px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
  padding-left: 17px;
}
@media (max-width: 939px) {
  .header .middle_section .search input[type=text] {
    position: relative;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .header .middle_section .search input[type=text] {
    width: calc(100% - 114px);
    font-size: 13px;
  }
}
@media (max-width: 379px) {
  .header .middle_section .search input[type=text] {
    width: calc(100% - 99px);
  }
}
.header .middle_section .search input[type=submit] {
  height: 40px;
  width: 107px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #1b64cf;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  left: -26px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
@media (max-width: 939px) {
  .header .middle_section .search input[type=submit] {
    left: 0px;
  }
}
@media (max-width: 480px) {
  .header .middle_section .search input[type=submit] {
    width: 85px;
    font-size: 13px;
  }
}
@media (max-width: 379px) {
  .header .middle_section .search input[type=submit] {
    width: 70px;
  }
}
.header .middle_section .search input[type=submit]:hover {
  background-color: #0e2b71;
}
.header .right_section {
  position: relative;
  top: 3px;
}
@media (max-width: 939px) {
  .header .right_section {
    right: 95px;
    z-index: 1000;
  }
}
.header .right_section .cart {
  display: flex;
}
.header .right_section .cart .cart_icon {
  margin-right: 10px;
}
.header .right_section .cart .count {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}

#toggle {
  display: none;
  cursor: pointer;
}
@media (max-width: 939px) {
  #toggle {
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 14px;
    right: 16px;
    display: flex;
    align-items: center;
    background: #1b64cf;
    color: #fff;
    padding: 12px 14px 10px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
  }
}

.bar1, .bar2, .bar3 {
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  margin: 3px 8px 3px 0px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 4px);
  transform: rotate(-45deg) translate(-3px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 80px 36px 52px;
  box-sizing: border-box;
}
@media (max-width: 1139px) {
  .footer {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 38px 0px;
  }
}
@media (max-width: 939px) {
  .footer {
    max-width: 500px;
    flex-direction: column;
    text-align: center;
    padding: 43px 0px 56px 0px;
  }
}
@media (max-width: 480px) {
  .footer {
    width: calc(100% - 32px);
  }
}
.footer .left_section {
  color: #132d72;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
@media (max-width: 1139px) {
  .footer .left_section {
    font-size: 16px;
    margin-top: 1px;
  }
}
@media (max-width: 939px) {
  .footer .left_section {
    width: 100%;
    font-size: 18px;
    margin-top: 0px;
  }
}
@media (max-width: 379px) {
  .footer .left_section {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 939px) {
  .footer .right_section {
    width: 100%;
    margin-top: 27px;
  }
}
.footer .right_section .footer_nav ul {
  display: flex;
}
@media (max-width: 939px) {
  .footer .right_section .footer_nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .right_section .footer_nav ul li {
  padding: 0px 11px;
}
@media (max-width: 1139px) {
  .footer .right_section .footer_nav ul li {
    padding: 0px 9px;
  }
}
@media (max-width: 939px) {
  .footer .right_section .footer_nav ul li {
    padding: 4px 11px !important;
  }
}
.footer .right_section .footer_nav ul li a {
  color: #545454;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1139px) {
  .footer .right_section .footer_nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 939px) {
  .footer .right_section .footer_nav ul li a {
    font-size: 16px;
  }
}
.footer .right_section .footer_nav ul li:nth-last-child(1) {
  padding-right: 0px;
}

.banner_section {
  background: url(/img/ar/top-pattern.webp) 0px 3px no-repeat;
  background-size: cover;
  padding: 51px 0px;
}
@media (max-width: 575px) {
  .banner_section {
    padding: 11px 0px 51px 0px;
  }
}
.banner_section .banner_content_wrapper {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .banner_section .banner_content_wrapper {
    width: calc(100% - 32px);
  }
}
.banner_section .banner_content_wrapper .top_banner_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .top_banner_section {
    margin-bottom: 39px;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section {
  width: 610px;
  margin-top: 18px;
}
@media (max-width: 1300px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section {
    width: calc(60% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 1139px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section {
    width: calc(55% - 20px);
  }
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section {
    width: 100%;
    margin-right: 0px;
    order: 2;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section {
    margin-top: 23px;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section h1 {
  color: #132d72;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  margin: 0px 0px 17px 0px;
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section h1 {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section h1 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 39px;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section p {
  width: 590px;
  font-size: 21px;
  color: #666666;
  line-height: 30px;
  margin: 0px 0px 33px 0px;
}
@media (max-width: 1300px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section p {
    width: 100%;
  }
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section p {
    display: none;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section form span.heading {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #0e2b71;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.banner_section .banner_content_wrapper .top_banner_section .left_section form input {
  display: block;
  width: 524px;
  height: 60px;
  outline: none;
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
}
@media (max-width: 1139px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section form input {
    width: 100%;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section form ::placeholder {
  color: #c6c6c6;
}
.banner_section .banner_content_wrapper .top_banner_section .left_section form input[type=text] {
  background-color: #ffffff;
  border: 1px solid #979797;
  color: #c6c6c6;
  padding-left: 27px;
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section form input[type=text] {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .banner_section .banner_content_wrapper .top_banner_section .left_section form input[type=text] {
    font-size: 14px;
    padding-left: 13px;
  }
}
.banner_section .banner_content_wrapper .top_banner_section .left_section form input[type=submit] {
  border: 1px solid #ffffff;
  background-color: #0e2b71;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 1300px) {
  .banner_section .banner_content_wrapper .top_banner_section .right_section {
    width: 40%;
  }
}
@media (max-width: 1139px) {
  .banner_section .banner_content_wrapper .top_banner_section .right_section {
    width: 45%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section .right_section {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .top_banner_section .right_section .img_block {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .banner_section .banner_content_wrapper .top_banner_section .right_section .img_block img {
    width: 100%;
  }
}
.banner_section .banner_content_wrapper .banner_bottom_txt {
  color: #132d72;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-shadow: 0px 0px 0px #132d72;
}
@media (max-width: 1139px) {
  .banner_section .banner_content_wrapper .banner_bottom_txt {
    line-height: 25px;
  }
}
@media (max-width: 939px) {
  .banner_section .banner_content_wrapper .banner_bottom_txt {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .banner_section .banner_content_wrapper .banner_bottom_txt {
    line-height: 21px;
  }
}

.featured_reports {
  background: url(/img/ar/bg.webp);
  padding: 27px 0px 36px 0px;
}
@media (max-width: 575px) {
  .featured_reports {
    padding: 38px 0px 60px 0px;
  }
}
.featured_reports .featured_content_wrapper {
  width: calc(100% - 80px);
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .featured_reports .featured_content_wrapper {
    max-width: inherit;
  }
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .featured_reports .featured_content_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .featured_reports .featured_content_wrapper {
    width: calc(100% - 32px);
    max-width: 273px;
  }
}
.featured_reports .featured_content_wrapper h2 {
  text-align: center;
  margin: 0px;
}
.featured_reports .featured_content_wrapper ul {
  display: flex;
  justify-content: space-between;
  margin: 31px 0px 38px 0px;
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper ul {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .featured_reports .featured_content_wrapper ul {
    margin-top: 23px;
  }
}
.featured_reports .featured_content_wrapper ul li {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 12px 50px 12px;
  width: 273px;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .featured_reports .featured_content_wrapper ul li {
    width: 25%;
  }
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper ul li {
    width: 100%;
    margin: 0px 0px 50px 0px;
    box-sizing: border-box;
  }
}
.featured_reports .featured_content_wrapper ul li .img_block {
  margin-bottom: 14px;
  min-height: 322px;
  overflow: hidden;
}
@media (max-width: 1139px) {
  .featured_reports .featured_content_wrapper ul li .img_block {
    min-height: 249px;
  }
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper ul li .img_block {
    height: auto;
    overflow: inherit;
  }
}
.featured_reports .featured_content_wrapper ul li .img_block img {
  width: 100%;
  max-height: 322px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.featured_reports .featured_content_wrapper ul li span {
  display: block;
}
.featured_reports .featured_content_wrapper ul li span.category {
  color: #7b1f75;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.featured_reports .featured_content_wrapper ul li span.name {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
  margin: 4px 0px 13px 0px;
  overflow: hidden;
}
@media (max-width: 1139px) {
  .featured_reports .featured_content_wrapper ul li span.name {
    font-size: 19px;
  }
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper ul li span.name {
    height: auto;
    font-size: 24px;
  }
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports {
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 41px;
  width: 138px;
  border: 2px solid #851d83;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a:hover {
  background-color: #851d83;
  color: #ffffff !important;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.greenColor {
  border: 2px solid #2d9f74;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.greenColor:hover {
  background-color: #2d9f74;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.blueColor {
  border: 2px solid #128ff3;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.blueColor:hover {
  background-color: #128ff3;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.orangeColor {
  border: 2px solid #ec4712;
}
.featured_reports .featured_content_wrapper ul li span.button_featured_reports a.orangeColor:hover {
  background-color: #ec4712;
}
.featured_reports .featured_content_wrapper ul li .violetColor {
  color: #7b1f75 !important;
}
.featured_reports .featured_content_wrapper ul li .greenColor {
  color: #2d9f74 !important;
}
.featured_reports .featured_content_wrapper ul li .blueColor {
  color: #128ff3 !important;
}
.featured_reports .featured_content_wrapper ul li .orangeColor {
  color: #ec4712 !important;
}
.featured_reports .featured_content_wrapper ul li:nth-last-child(1) {
  margin-right: 0px;
}
@media (max-width: 939px) {
  .featured_reports .featured_content_wrapper ul li:nth-last-child(1) {
    margin: 0 auto 41px auto;
  }
}
.featured_reports .featured_content_wrapper .button_browse_report {
  display: flex;
  justify-content: center;
}
.featured_reports .featured_content_wrapper .button_browse_report a {
  box-sizing: border-box;
  height: 60px;
  width: 268px;
  border: 2px solid #132e80;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  color: #0e2b71;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .featured_reports .featured_content_wrapper .button_browse_report a {
    width: 273px;
  }
}
.featured_reports .featured_content_wrapper .button_browse_report a:hover {
  background-color: #132e80;
  color: #ffffff;
}

.featured_companies_annual_report {
  padding: 26px 0px 50px 0px;
}
@media (max-width: 939px) {
  .featured_companies_annual_report {
    width: calc(100% - 80px);
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report {
    width: 100%;
    max-width: inherit;
    padding: 29px 0px 50px 0px;
  }
}
.featured_companies_annual_report .featured_companies_block h2 {
  text-align: center;
  margin-bottom: 28px;
}
.featured_companies_annual_report .featured_companies_block ul {
  display: flex;
  justify-content: space-between;
  margin: 0px 60px;
  border-bottom: 1px solid #979797;
  padding-bottom: 64px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .featured_companies_block ul {
    flex-wrap: wrap;
    padding-bottom: 24px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .featured_companies_block ul {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .featured_companies_block ul {
    margin-top: 40px;
    padding-bottom: 14px;
  }
}
.featured_companies_annual_report .featured_companies_block ul li {
  text-align: center;
  margin: 0px 22px;
  width: calc(16.666666% - 22px);
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .featured_companies_block ul li {
    width: calc(33.3333% - 44px);
    margin-bottom: 40px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .featured_companies_block ul li {
    width: calc(50% - 44px);
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .featured_companies_block ul li {
    width: calc(100% - 80px);
    max-width: 360px;
    margin: 0px auto 50px auto;
  }
}
.featured_companies_annual_report .featured_companies_block ul li .img_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  height: 100px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .featured_companies_block ul li .img_block {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .featured_companies_annual_report .featured_companies_block ul li .img_block {
    height: 105px;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .featured_companies_block ul li .img_block {
    height: 80px;
    margin-bottom: 12px;
  }
}
.featured_companies_annual_report .featured_companies_block ul li .img_block img {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .featured_companies_block ul li .img_block img {
    max-width: 160px;
    max-height: 85px;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .featured_companies_block ul li .img_block img {
    width: auto;
    max-width: 190px;
    max-height: inherit;
    height: auto;
  }
}
.featured_companies_annual_report .featured_companies_block ul li span.title {
  color: #3f3f3f;
  font-size: 18px;
}
.featured_companies_annual_report .annual_reports_section {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .featured_companies_annual_report .annual_reports_section {
    width: calc(100% - 80px);
    max-width: 360px;
    margin: 0 auto;
    padding-top: 77px;
  }
}
.featured_companies_annual_report .annual_reports_section span.heading {
  display: block;
  text-align: center;
  color: #132d72;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section span.heading {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 26px;
  }
}
.featured_companies_annual_report .annual_reports_section ul {
  width: calc(100% - 80px);
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul {
    flex-direction: column;
    width: 100%;
  }
}
.featured_companies_annual_report .annual_reports_section ul li {
  width: 33.33333%;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li {
    width: 100%;
    text-align: center;
  }
}
.featured_companies_annual_report .annual_reports_section ul li h2 {
  margin-bottom: 12px;
}
.featured_companies_annual_report .annual_reports_section ul li ul {
  display: initial;
  width: auto;
}
.featured_companies_annual_report .annual_reports_section ul li ul li {
  width: auto;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul li {
    margin: 0px !important;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul li a {
  font-size: 24px;
  color: #545454;
}
.featured_companies_annual_report .annual_reports_section ul li ul li a img {
    max-width: 150px;
    max-height: 75px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .annual_reports_section ul li ul li a {
    font-size: 22px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul li a {
    font-size: 24px;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul.popular_industries li {
  line-height: 39px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_industries li {
    line-height: 34px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_industries li {
    line-height: 38px;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul.alphabetically {
  display: flex;
  flex-wrap: wrap;
  margin-right: 55px;
  justify-content: flex-start;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.alphabetically {
    flex-direction: row;
    justify-content: center;
    margin-right: 0px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.alphabetically li {
    width: auto;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul.alphabetically li a {
  margin: 5px 15px 6px 0px;
  display: block;
}
.featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges {
    flex-direction: row;
    justify-content: center;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li {
  width: 50%;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li {
    width: 100%;
    margin: 15px 0px !important;
  }
}
.featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li .img_block {
  margin: 21px 0px 11px 0px;
  max-width: 171px;
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li .img_block {
    margin: 21px 10px 11px 10px;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li .img_block {
    margin: 15px 0px;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li .img_block {
    margin: 0px;
  }
}
@media (max-width: 1139px) {
  .featured_companies_annual_report .annual_reports_section ul li ul.popular_stock_exchanges li .img_block img {
    width: 100%;
  }
}
@media (max-width: 939px) {
  .featured_companies_annual_report .annual_reports_section ul li:nth-child(2) {
    margin: 50px 0px;
  }
}

.institutional_investors_section {
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.4);
  padding: 53px 0px 61px 0px;
}
@media (max-width: 939px) {
  .institutional_investors_section {
    padding: 47px 0px 25px 0px;
  }
}
.institutional_investors_section .institutional_investors {
  width: calc(100% - 80px);
  max-width: 1237px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .institutional_investors_section .institutional_investors {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .institutional_investors_section .institutional_investors {
    max-width: 360px;
  }
}
.institutional_investors_section .institutional_investors h2 {
  text-align: center;
  margin: 0px;
}
.institutional_investors_section .institutional_investors p {
  text-align: center;
  color: #696969;
  font-size: 18px;
  line-height: 30px;
  margin-top: 13px;
}
@media (max-width: 575px) {
  .institutional_investors_section .institutional_investors p {
    margin-top: 15px;
  }
}
.institutional_investors_section .institutional_investors ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 939px) {
  .institutional_investors_section .institutional_investors ul {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media (max-width: 939px) {
  .institutional_investors_section .institutional_investors ul li {
    width: 50%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .institutional_investors_section .institutional_investors ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.institutional_investors_section .institutional_investors ul li .img_block {
  max-width: 189px;
  margin: 0px 20px;
}
@media (max-width: 575px) {
  .institutional_investors_section .institutional_investors ul li .img_block {
    margin: 0px;
  }
}
.institutional_investors_section .institutional_investors ul li .img_block img {
  width: 100%;
  max-height: 80px;
}

.traded_company_section {
  background: linear-gradient(210.59deg, #c71678 -25%, #0e2c71 60%);
}
.traded_company_section .traded_company_block {
  width: calc(100% - 80px);
  max-width: 1147px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 128px 0px 93px 0px;
  color: #fff;
}
@media (max-width: 939px) {
  .traded_company_section .traded_company_block {
    max-width: 500px;
    flex-direction: column;
    align-items: center;
    padding: 54px 0px 90px 0px;
  }
}
@media (max-width: 575px) {
  .traded_company_section .traded_company_block {
    max-width: 360px;
  }
}
.traded_company_section .traded_company_block .left_section {
  max-width: 520px;
  margin-top: 9px;
}
@media (max-width: 1139px) {
  .traded_company_section .traded_company_block .left_section {
    max-width: 450px;
    margin-right: 50px;
  }
}
@media (max-width: 939px) {
  .traded_company_section .traded_company_block .left_section {
    margin: 43px 0px 0px 0px;
    order: 2;
  }
}
.traded_company_section .traded_company_block .left_section span.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 23px;
}
.traded_company_section .traded_company_block .left_section p {
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 575px) {
  .traded_company_section .traded_company_block .left_section p {
    margin: 13px 0px;
  }
}
.traded_company_section .traded_company_block .left_section .button_claim_profile {
  margin-top: 32px;
}
.traded_company_section .traded_company_block .left_section .button_claim_profile a {
  box-sizing: border-box;
  height: 60px;
  width: 424px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
@media (max-width: 939px) {
  .traded_company_section .traded_company_block .left_section .button_claim_profile a {
    width: 100%;
  }
}
.traded_company_section .traded_company_block .left_section .button_claim_profile a:hover {
  background: linear-gradient(210.59deg, #c71678 -25%, #0e2c71 60%);
}
@media (max-width: 939px) {
  .traded_company_section .traded_company_block .right_section {
    order: 1;
  }
}
.traded_company_section .traded_company_block .right_section .img_block img {
  width: 100%;
}

@media (max-width: 480px) {
  .inside_header_banner h2 {
    font-size: 26px;
  }
}
@media (max-width: 379px) {
  .inside_header_banner h2 {
    font-size: 21px;
  }
}

.about_content_section {
  width: calc(100% - 40px);
  max-width: 1030px;
  margin: 0 auto;
}
.about_content_section p {
  color: #545454;
  font-size: 21px;
  line-height: 30px;
  margin: 29px 0px;
}
.about_content_section .top_content_section {
  max-width: 880px;
  text-align: center;
  margin: 40px auto 0px auto;
}
@media (max-width: 939px) {
  .about_content_section .top_content_section {
    width: calc(100% - 120px);
    max-width: inherit;
  }
}
@media (max-width: 575px) {
  .about_content_section .top_content_section {
    width: calc(100% - 40px);
  }
}
@media (max-width: 379px) {
  .about_content_section .top_content_section {
    width: calc(100% - 20px);
  }
}
.about_content_section .report_img_block {
  margin: 40px 0px 87px 0px;
}
@media (max-width: 939px) {
  .about_content_section .report_img_block {
    margin: 40px 0px;
  }
}
@media (max-width: 575px) {
  .about_content_section .report_img_block {
    margin: 40px 0px 30px 0px;
  }
}
.about_content_section .report_img_block ul {
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1139px) {
  .about_content_section .report_img_block ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1139px) {
  .about_content_section .report_img_block ul li {
    margin-right: 14px;
    margin-bottom: 10px;
  }
}
.about_content_section .report_img_block ul li .img_block img {
  border: 1px solid #e8e8e8;
}
.about_content_section .content_section {
  max-width: 742px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .about_content_section .content_section {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575px) {
  .about_content_section .content_section {
    width: calc(100% - 30px);
  }
}
@media (max-width: 379px) {
  .about_content_section .content_section {
    width: calc(100% - 10px);
  }
}
.about_bottom_content_section {
  background-color: #fcfcfc;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 29px 0px 23px 0px;
  margin-top: 78px;
}
.about_bottom_content_section .content_section {
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .about_bottom_content_section .content_section {
    width: calc(100% - 100px);
  }
}
@media (max-width: 575px) {
  .about_bottom_content_section .content_section {
    width: calc(100% - 70px);
  }
}
@media (max-width: 379px) {
  .about_bottom_content_section .content_section {
    width: calc(100% - 50px);
  }
}
.about_bottom_content_section .content_section p {
  color: #545454;
  font-size: 21px;
  line-height: 30px;
  margin: 29px 0px;
}

.browse_exchange_section {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -25%, #0e2c71 70%);
  padding: 51px 0px 70px 0px;
}
@media (max-width: 575px) {
  .browse_exchange_section {
    padding: 31px 0px 115px 0px;
  }
}
.browse_exchange_section h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  .browse_exchange_section h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
.browse_exchange_section .browse_exchange_block {
  width: calc(100% - 80px);
  max-width: 1148px;
  margin: 48px auto 0px auto;
}
@media (max-width: 575px) {
  .browse_exchange_section .browse_exchange_block {
    width: calc(100% - 34px);
    margin-top: 38px;
  }
}
.browse_exchange_section .browse_exchange_block ul {
  display: flex;
  flex-wrap: wrap;
}
.browse_exchange_section .browse_exchange_block ul li {
  width: calc(25% - 15px);
  background-color: #ffffff;
  margin: 0px 20px 27px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .browse_exchange_section .browse_exchange_block ul li {
    width: calc(50% - 7px);
    margin: 0px 13px 13px 0px;
  }
}
@media (max-width: 379px) {
  .browse_exchange_section .browse_exchange_block ul li {
    width: 100%;
    margin: 0px 0px 13px 0px;
  }
}
.browse_exchange_section .browse_exchange_block ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px 34px 15px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .browse_exchange_section .browse_exchange_block ul li a {
    padding: 27px 20px 34px 20px;
  }
}
.browse_exchange_section .browse_exchange_block ul li a .img_block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
}
@media (max-width: 1139px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block {
    height: 140px;
  }
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block {
    height: 101px;
  }
}
.browse_exchange_section .browse_exchange_block ul li a .img_block img {
  width: 100%;
  max-width: 237px;
  max-height: 165px;
}
@media (max-width: 1139px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block img {
    max-height: 140px;
  }
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block img {
    width: auto;
    max-width: 177px;
    max-height: 140px;
  }
}
@media (max-width: 575px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block img {
    max-width: 160px;
    max-height: 101px;
  }
}
@media (max-width: 480px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block img {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .browse_exchange_section .browse_exchange_block ul li a .img_block img {
    width: auto;
  }
}
.browse_exchange_section .browse_exchange_block ul li a span.name {
  color: #0e2b71;
  font-size: 21px;
  font-weight: 500;
  display: block;
  margin: 34px 0px 7px 0px;
}
.browse_exchange_section .browse_exchange_block ul li a span.full_name {
  color: #666666;
  font-size: 16px;
  display: block;
}
@media (max-width: 1139px) {
  .browse_exchange_section .browse_exchange_block ul li a span.full_name {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li a span.full_name {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .browse_exchange_section .browse_exchange_block ul li a span.full_name {
    font-size: 12px;
  }
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li:nth-child(2n) {
    margin-right: 0px !important;
  }
}
.browse_exchange_section .browse_exchange_block ul li:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 939px) {
  .browse_exchange_section .browse_exchange_block ul li:nth-child(4n) {
    margin-right: 15px;
  }
}

.browse_industry_section .browse_industry_header {
  height: 375px;
  background-color: #101e5a;
  background: linear-gradient(210.59deg, #c71678 -27%, #0e2c71 60%);
  padding-top: 46px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .browse_industry_section .browse_industry_header {
    height: 329px;
    padding-top: 29px;
  }
}
.browse_industry_section .browse_industry_header h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 575px) {
  .browse_industry_section .browse_industry_header h1 {
    font-size: 28px;
  }
}
.browse_industry_section .browse_industry_block {
  width: calc(100% - 80px);
  max-width: 1240px;
  background-color: #ffffff;
  margin: -233px auto 74px auto;
  column-count: 3;
  padding: 36px 7px 65px 47px;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1139px) {
  .browse_industry_section .browse_industry_block {
    column-count: 2;
  }
}
@media (max-width: 939px) {
  .browse_industry_section .browse_industry_block {
    width: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .browse_industry_section .browse_industry_block {
    column-count: 1;
  }
}
@media (max-width: 575px) {
  .browse_industry_section .browse_industry_block {
    padding: 36px 35px 105px 35px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.browse_industry_section .browse_industry_block ul li {
  color: #8a2e99;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 1px solid #cccccc;
  margin-right: 40px;
  margin-bottom: 35px;
}
.browse_industry_section .browse_industry_block ul li a {
  color: #8a2e99;
}
@media (max-width: 379px) {
  .browse_industry_section .browse_industry_block ul li {
    font-size: 22px;
  }
}
.browse_industry_section .browse_industry_block ul li::before {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  position: relative;
}
.browse_industry_section .browse_industry_block ul li ul {
  margin: 8px 0px 36px 0px;
}
.browse_industry_section .browse_industry_block ul li ul li {
  border-bottom: none;
  margin-bottom: 0px;
}
.browse_industry_section .browse_industry_block ul li ul li::before {
  display: none;
}
.browse_industry_section .browse_industry_block ul li ul li a {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.browse_industry_section .browse_industry_block ul li:nth-last-child(1) {
  border: none;
  margin-bottom: 0px;
}
.browse_industry_section .browse_industry_block ul li.basic_materials::before {
  width: 24px;
  height: 24px;
  background-position: -23px -2px;
  top: 2px;
  margin-right: 23px;
}
.browse_industry_section .browse_industry_block ul li.healthcare::before {
  width: 24px;
  height: 24px;
  background-position: -23px -29px;
  top: 2px;
  margin-right: 23px;
}
.browse_industry_section .browse_industry_block ul li.services::before {
  width: 20px;
  height: 25px;
  background-position: -23px -56px;
  top: 5px;
  margin-right: 21px;
}
.browse_industry_section .browse_industry_block ul li.conglomerates::before {
  width: 26px;
  height: 26px;
  background-position: -23px -84px;
  top: 5px;
  margin-right: 18px;
}
.browse_industry_section .browse_industry_block ul li.industrial_goods::before {
  width: 24px;
  height: 24px;
  background-position: -23px -113px;
  top: 5px;
  margin-right: 16px;
}
.browse_industry_section .browse_industry_block ul li.consumer_goods::before {
  width: 24px;
  height: 24px;
  background-position: -23px -140px;
  top: 4px;
  margin-right: 18px;
}
.browse_industry_section .browse_industry_block ul li.technology::before {
  width: 24px;
  height: 24px;
  background-position: -23px -167px;
  top: 3px;
  margin-right: 15px;
}
.browse_industry_section .browse_industry_block ul li.financial::before {
  width: 24px;
  height: 18px;
  background-position: -23px -194px;
  top: 2px;
  margin-right: 18px;
}
.browse_industry_section .browse_industry_block ul li.utilities::before {
  width: 24px;
  height: 23px;
  background-position: -23px -215px;
  top: -1px;
  margin-right: 16px;
}

.cart_section {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -30%, #0e2c71 80%);
  padding: 55px 0px 168px 0px;
}
@media (max-width: 767px) {
  .cart_section {
    padding: 24px 0px 0px 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
.cart_content_block h1 {
  margin: 0px 0px 21px 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart_content_block h1 {
    margin: 0px 0px 25px 0px;
  }
}
.cart_content_block .content_box {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 12px 40px 79px 40px;
  box-sizing: border-box;
}
@media (max-width: 939px) {
  .cart_content_block .content_box {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .cart_content_block .content_box {
    width: 100%;
    padding: 17px 20px 38px 20px;
  }
}
.cart_content_block .content_box span.heading {
  display: block;
  max-width: 637px;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}
.cart_content_block .content_box .itemlist_block {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block {
    margin-top: 37px;
  }
}
.cart_content_block .content_box .itemlist_block ul {
  display: flex;
  flex-direction: column;
}
.cart_content_block .content_box .itemlist_block ul li {
  display: flex;
  border-bottom: 1px solid #979797;
  padding: 22px 0px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block ul li {
    flex-direction: column;
    position: relative;
    padding: 14px 0px 12px 0px;
  }
}
.cart_content_block .content_box .itemlist_block ul li span {
  width: 33.3333%;
  color: #222222;
  font-size: 18px;
}
.cart_content_block .content_box .itemlist_block ul li span:nth-child(1) {
  width: 330px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block ul li span:nth-child(1) {
    width: 100%;
    font-size: 14px;
  }
}
.cart_content_block .content_box .itemlist_block ul li span:nth-child(2) {
  width: 307px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block ul li span:nth-child(2) {
    width: calc(100% - 67px);
    margin-top: 4px;
  }
}
@media (max-width: 379px) {
  .cart_content_block .content_box .itemlist_block ul li span:nth-child(2) {
    font-size: 16px;
  }
}
.cart_content_block .content_box .itemlist_block ul li span:nth-last-child(1) {
  width: 67px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block ul li span:nth-last-child(1) {
    position: absolute;
    top: 27px;
    right: 0px;
  }
}
.cart_content_block .content_box .itemlist_block ul li span.action a {
  height: 20px;
  width: 20px;
  background-color: #e8e8e8;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #000000;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_content_block .content_box .itemlist_block ul li.header_section span {
  font-size: 16px;
  text-transform: uppercase;
  color: #0e2b71;
  font-weight: 500;
  line-height: 19px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block ul li.header_section span.company, .cart_content_block .content_box .itemlist_block ul li.header_section span.remove {
    display: none;
  }
}
.cart_content_block .content_box .itemlist_block .btn_proceed {
  margin: 27px 0px 34px 0px;
}
@media (max-width: 767px) {
  .cart_content_block .content_box .itemlist_block .btn_proceed {
    margin: 27px 0px 18px 0px;
  }
}
.cart_content_block .content_box .itemlist_block .btn_proceed a {
  height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #0e2b71;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_content_block .content_box .itemlist_block .link_empty_cart {
  display: block;
  text-align: center;
}
.cart_content_block .content_box .itemlist_block .link_empty_cart a {
  color: #888888;
  font-size: 18px;
  text-decoration: underline;
}

.category_section {
  background-color: #111042;
  background: linear-gradient(185.59deg, #c71678 -33%, #0e2c71 80%);
  padding: 46px 0px 69px 0px;
}
.category_section .header_block {
  text-align: center;
}
@media (max-width: 939px) {
  .category_section .header_block {
    width: calc(100% - 34px);
    margin: 0 auto;
  }
}
.category_section .header_block h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .category_section .header_block h1 {
    font-size: 28px;
  }
}
.category_section .header_block p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 18px 0px 0px 0px;
}
@media (max-width: 575px) {
  .category_section .header_block p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
}
.category_section .apparel_stores_company_list {
  width: calc(100% - 80px);
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list {
    width: calc(100% - 34px);
  }
}
.category_section .apparel_stores_company_list ul {
  padding: 24px 0px 0px 0px;
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list ul {
    width: 100%;
    overflow-x: scroll;
  }
}
.category_section .apparel_stores_company_list ul li.header_section {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .category_section .apparel_stores_company_list ul li.header_section {
    justify-content: flex-start;
  }
}
.category_section .apparel_stores_company_list ul li.header_section span.sector {
  padding-left: 10px;
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list ul li.header_section span.sector {
    padding-left: 0px;
  }
}
.category_section .apparel_stores_company_list ul li {
  background-color: #ffffff;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  padding: 13px 20px 13px 23px;
  min-height: 41px;
}
.category_section .apparel_stores_company_list ul li a {
 color: #666666;
}
@media (max-width: 1300px) {
  .category_section .apparel_stores_company_list ul li {
    justify-content: space-between;
  }
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list ul li {
    width: 1000px;
  }
}
.category_section .apparel_stores_company_list ul li span.companyName {
  font-weight: 500;
}
.category_section .apparel_stores_company_list ul li span.industryName {
  margin-right: 15px;
}
.category_section .apparel_stores_company_list ul li span.request_btn a {
  height: 36px;
  width: 103px;
  border: 2px solid #0e2b71;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  color: #0e2b71;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_section .apparel_stores_company_list ul li span.request_btn a:hover {
  background-color: #0e2b71;
  color: #ffffff;
}
.category_section .apparel_stores_company_list ul li span:nth-child(1) {
  width: 335px;
}
@media (max-width: 1139px) {
  .category_section .apparel_stores_company_list ul li span:nth-child(1) {
    width: 390px;
  }
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list ul li span:nth-child(1) {
    width: 330px;
  }
}
.category_section .apparel_stores_company_list ul li span:nth-child(2) {
  width: 265px;
}
@media (max-width: 1139px) {
  .category_section .apparel_stores_company_list ul li span:nth-child(2) {
    width: 200px;
  }
}
@media (max-width: 939px) {
  .category_section .apparel_stores_company_list ul li span:nth-child(2) {
    width: 265px;
  }
}
.category_section .apparel_stores_company_list ul li span:nth-child(3) {
  width: 309px;
}
@media (max-width: 1139px) {
  .category_section .apparel_stores_company_list ul li span:nth-child(3) {
    width: 225px;
  }
}
.category_section .apparel_stores_company_list ul li span:nth-child(4) {
  width: 43px;
  margin-right: 32px;
}
.category_section .apparel_stores_company_list ul li span:nth-last-child(1) {
  width: 225px;
  margin-right: 0px;
}

@media (max-width: 480px) {
  .faq_section .faq_header_section h2 {
    font-size: 25px;
  }
}
@media (max-width: 379px) {
  .faq_section .faq_header_section h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
.faq_section .faq_content_block {
  width: calc(100% - 80px);
  max-width: 743px;
  margin: 0 auto;
  padding: 60px 0px 101px 0px;
}
@media (max-width: 575px) {
  .faq_section .faq_content_block {
    width: calc(100% - 40px);
  }
}
.faq_section .faq_content_block ul li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 42px;
  margin-bottom: 46px;
}
.faq_section .faq_content_block ul li span.q {
  color: #545454;
  font-size: 21px;
  font-weight: 600;
  display: block;
  margin-bottom: 22px;
}
@media (max-width: 379px) {
  .faq_section .faq_content_block ul li span.q {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.faq_section .faq_content_block ul li p {
  color: #545454;
  font-size: 21px;
  line-height: 30px;
  margin: 0px;
}
@media (max-width: 379px) {
  .faq_section .faq_content_block ul li p {
    font-size: 18px;
  }
}
.faq_section .faq_content_block ul li:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.checkout_section {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -30%, #0e2c71 80%);
  padding: 42px 0px 99px 0px;
}
@media (max-width: 767px) {
  .checkout_section {
    padding-bottom: 0px;
  }
}
.checkout_section h1 {
  margin: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .checkout_section h1 {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 28px;
  }
}
.checkout_section .checkout_form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 22px 75px 80px 75px;
  margin-top: 34px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .checkout_section .checkout_form {
    padding: 22px 40px 80px 40px;
  }
}
@media (max-width: 575px) {
  .checkout_section .checkout_form {
    padding: 22px 16px 80px 16px;
  }
}
.checkout_section .checkout_form span.heading {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.checkout_section .checkout_form form label {
  display: block;
  margin-bottom: 32px;
  color: #0e2b71;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .checkout_section .checkout_form form label {
    margin-bottom: 22px;
  }
}
.checkout_section .checkout_form form label input,
.checkout_section .checkout_form form label select {
  display: block;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  padding-left: 18px;
  margin-top: 12px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .checkout_section .checkout_form form label input,
  .checkout_section .checkout_form form label select {
    height: 50px;
  }
}
.checkout_section .checkout_form form label .selectdiv {
  position: relative;
  top: 1px;
}
.checkout_section .checkout_form form label .selectdiv::after {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 35px;
  height: 9px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  background-position: -49px -1px;
  top: 26px;
  right: 5px;
}
@media (max-width: 575px) {
  .checkout_section .checkout_form form label .selectdiv::after {
    top: 21px;
  }
}
.checkout_section .checkout_form form label.state {
  width: calc(50% - 21px);
  float: left;
  margin-right: 42px;
}
@media (max-width: 767px) {
  .checkout_section .checkout_form form label.state {
    width: 100%;
    margin-right: 0px;
  }
}
.checkout_section .checkout_form form label.zip {
  width: calc(50% - 21px);
  float: left;
}
@media (max-width: 767px) {
  .checkout_section .checkout_form form label.zip {
    width: 100%;
  }
}
.checkout_section .checkout_form form input[type=submit] {
  height: 60px;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #0e2b71;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.contact_section .contact_content_block .contact_content_wrapper {
  width: calc(100% - 80px);
  max-width: 852px;
  margin: 0 auto;
  padding: 57px 0px 146px 0px;
}
.contact_section .contact_content_block .contact_content_wrapper ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact_section .contact_content_block .contact_content_wrapper ul {
    flex-direction: column;
  }
}
.contact_section .contact_content_block .contact_content_wrapper ul li {
  line-height: 30px;
}
@media (max-width: 939px) {
  .contact_section .contact_content_block .contact_content_wrapper ul li {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .contact_section .contact_content_block .contact_content_wrapper ul li {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media (max-width: 379px) {
  .contact_section .contact_content_block .contact_content_wrapper ul li {
    font-size: 19px;
  }
}
.contact_section .contact_content_block .contact_content_wrapper ul li span.heading {
  display: block;
  color: #545454;
  font-weight: 600;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .contact_section .contact_content_block .contact_content_wrapper ul li span.heading {
    margin-bottom: 0px;
  }
}
.contact_section .contact_content_block .contact_content_wrapper ul li a {
  color: #143074;
  text-decoration: none;
}

.order_submitted_section {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -35%, #0e2c71 80%);
  padding: 42px 0px 218px 0px;
}
@media (max-width: 939px) {
  .order_submitted_section {
    padding-bottom: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
.order_submitted_section h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 575px) {
  .order_submitted_section h1 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.order_submitted_section .order_submitted_block {
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
  margin: 34px auto 0px auto;
  box-sizing: border-box;
  padding: 34px 60px 63px 65px;
}
@media (max-width: 939px) {
  .order_submitted_section .order_submitted_block {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .order_submitted_section .order_submitted_block {
    padding: 34px 40px 63px 40px;
  }
}
@media (max-width: 575px) {
  .order_submitted_section .order_submitted_block {
    padding: 34px 26px 63px 26px;
  }
}
@media (max-width: 379px) {
  .order_submitted_section .order_submitted_block {
    padding: 34px 20px 63px 20px;
  }
}
.order_submitted_section .order_submitted_block span.order_status_txt {
  color: #0e2b71;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  display: block;
}
.order_submitted_section .order_submitted_block span.order_status_txt a {
  color: #0e2b71;
  text-decoration: none;
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  border-top: 1px solid #979797;
  margin-top: 37px;
  padding-top: 22px;
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li .blue_txt {
  display: block;
  text-transform: uppercase;
  color: #0e2b71;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 9px;
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li .bold_txt {
  display: block;
  color: #222222;
  font-weight: 600;
  line-height: 28px;
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li p {
  margin: 0px 0px 20px 0px;
  color: #222222;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 379px) {
  .order_submitted_section .order_submitted_block .order_detailed_txt ul li p {
    font-size: 17px;
  }
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li:nth-child(1) {
  margin-top: 30px;
}
.order_submitted_section .order_submitted_block .order_detailed_txt ul li:nth-last-child(1) {
  padding-top: 35px;
}

.profile_section .profile_header_banner {
  line-height: 15px;
  max-height: 184px;
  overflow: hidden;
}
.profile_section .profile_header_banner img {
  width: 100%;
}
.profile_section .upgrade_profile_section {
  max-width: 1440px;
  width: 100%;
  position: relative;
}
.profile_section .upgrade_profile_section .content_block_section {
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 0%, #0e2c71 100%);
  position: absolute;
  right: 0px;
  padding: 42px 40px 25px 40px;
  width: calc(100% - 400px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1139px) {
  .profile_section .upgrade_profile_section .content_block_section {
    width: calc(100% - 350px);
  }
}
@media (max-width: 939px) {
  .profile_section .upgrade_profile_section .content_block_section {
    position: relative;
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }
}
.profile_section .upgrade_profile_section .content_block_section h2,
.profile_section .upgrade_profile_section .content_block_section p {
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
}
.profile_section .upgrade_profile_section .content_block_section h2 {
  font-size: 28px;
  height: 26px;
  width: 100%;
}
.profile_section .upgrade_profile_section .content_block_section p {
  font-size: 16px;
  margin-right: 34px;
}
@media (max-width: 1139px) {
  .profile_section .upgrade_profile_section .content_block_section p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 939px) {
  .profile_section .upgrade_profile_section .content_block_section p {
    margin-right: 0px;
  }
}
.profile_section .upgrade_profile_section .content_block_section .content_block {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
@media (max-width: 939px) {
  .profile_section .upgrade_profile_section .content_block_section .content_block {
    flex-direction: column;
  }
}
@media (max-width: 939px) {
  .profile_section .upgrade_profile_section .content_block_section .content_block .btn_upgrade_profile {
    margin-top: 10px;
  }
}
.profile_section .upgrade_profile_section .content_block_section .content_block .btn_upgrade_profile a {
  box-sizing: border-box;
  height: 40px;
  width: 206px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.profile_section .profile_content_block {
  background: url(/img/ar/bg.webp);
  display: flex;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block {
    flex-direction: column;
    background: #ffffff;
  }
}
.profile_section .profile_content_block .left_section {
  width: 400px;
  background-color: #ffffff;
  margin-top: -114px;
  margin-right: 53px;
  padding: 41px 35px 129px 36px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .profile_section .profile_content_block .left_section {
    margin-right: 30px;
  }
}
.profile_section .profile_content_block .left_section .vendor_name h1 {
  margin: 0px;
  color: #132d72;
  font-weight: 600;
  width: 318px;
  height: 100px;
}
.profile_section .profile_content_block .left_section .vendor_name h1.no_badge {
  width: 100%;
}
@media (max-width: 1300px) {
  .profile_section .upgrade_profile_section .content_block_section h2 {
    height: 52px;
  }
}
@media (max-width: 1139px) {
  .profile_section .profile_content_block .left_section {
    width: 350px;
  }
  .profile_section .profile_content_block .left_section .vendor_name h1 {
    width: 203px;
  }
  .profile_section .profile_content_block .left_section .vendor_name h1.no_badge {
    width: 100%;
  }
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .left_section {
    width: 100%;
    order: 2;
    margin-top: 0px;
    padding: 21px 35px 129px 36px;
  }
}
.profile_section .profile_content_block .left_section .vendor_name {
  display: flex;
  align-items: center;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .left_section .vendor_name {
    display: none;
  }
}
.profile_section .profile_content_block .left_section .vendor_name span.badge {
  margin-right: 19px;
}
.profile_section .profile_content_block .left_section .left_list_block {
  margin-top: 64px;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .left_section .left_list_block {
    margin-top: 0px;
  }
}
.profile_section .profile_content_block .left_section .left_list_block ul li {
  color: #545454;
  font-size: 18px;
  line-height: 39px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li span.blue_txt {
  color: #0e2b71;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
}
.profile_section .profile_content_block .left_section .left_list_block ul li span.ticker_name {
  font-size: 24px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li span.more {
  display: inline-block;
  margin-left: 12px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li span.more a {
  color: #545454;
  font-size: 14px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li span.more a::after {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-position: 0px -10px;
  position: relative;
  top: 1px;
  left: 4px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.profile_section .profile_content_block .left_section .left_list_block ul li.top_content_list {
  display: flex;
}
.profile_section .profile_content_block .left_section .left_list_block ul li.top_content_list .right {
  margin-left: 85px;
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .left_section .left_list_block ul li.top_content_list .right {
    margin-left: 55px;
  }
}
.profile_section .profile_content_block .left_section .logo_block {
  margin: 15px 0px 13px 0px;
}
.profile_section .profile_content_block .left_section .logo_block img {
  max-width: 200px;
  max-height: 43px;
}
.profile_section .profile_content_block .left_section .left_list_block02 ul li {
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
  display: flex;
}
.profile_section .profile_content_block .left_section .left_list_block02 ul li.employees::before {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  background-position: 0px -20px;
  position: relative;
  top: -1px;
  margin-right: 15px;
}
.profile_section .profile_content_block .left_section .left_list_block02 ul li.location::before {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-table;
  position: relative;
  width: 18px;
  height: 19px;
  background-position: 0px -42px;
  position: relative;
  top: 2px;
  margin-right: 18px;
}
.profile_section .profile_content_block .left_section .company_description {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0px 17px 0px;
}
.profile_section .profile_content_block .left_section .btn_visit_website a {
  height: 60px;
  width: 100%;
  max-width: 323px;
  border: 2px solid #0e2b71;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e2b71;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.profile_section .profile_content_block .left_section .btn_visit_website a:hover {
  background-color: #0e2b71;
  color: #ffffff;
}
.profile_section .profile_content_block .left_section .social_media {
  margin-top: 37px;
}
.profile_section .profile_content_block .left_section .social_media span.heading {
  color: #0e2b71;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 21px;
}
.profile_section .profile_content_block .left_section .social_media .social_media_icons {
  display: flex;
  align-items: center;
}
.profile_section .profile_content_block .left_section .social_media .social_media_icons img {
  margin-right: 38px;
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .left_section .social_media .social_media_icons img {
    margin-right: 30px;
  }
}
div.agg_rating div.blue_txt {
    color: #0e2b71;
}
.profile_section .profile_content_block .right_section {
  width: 760px;
  margin-bottom: 120px;
}
@media (max-width: 1300px) {
  .profile_section .profile_content_block .right_section {
    width: calc(100% - 460px);
  }
}
@media (max-width: 1139px) {
  .profile_section .profile_content_block .right_section {
    width: calc(100% - 410px);
  }
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section {
    width: 100%;
    order: 1;
    padding-bottom: 45px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block {
  margin-top: 44px;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .most_recent_block {
    width: calc(100% - 52px);
    margin: 26px auto 0px auto;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .vendor_name {
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .most_recent_block .vendor_name {
    display: flex;
    margin-bottom: 10px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .vendor_name span.badge {
  position: relative;
  top: -6px;
  margin-right: 19px;
}
.profile_section .profile_content_block .right_section .most_recent_block .vendor_name span.heading {
  color: #132d72;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}
.profile_section .profile_content_block .right_section .most_recent_block h2 {
  margin: 0px;
  color: #8a2e99;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block {
  border: 1px solid #979797;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  padding: 23px 25px 29px 21px;
  margin-top: 17px;
  overflow: hidden;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block img {
  width: 161px;
  float: left;
  margin-right: 24px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block img {
    width: 114px;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block img {
    width: 100%;
    margin: 0px 0px 26px 0px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block img.pBottom50 {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block img.pBottom50 {
    padding-bottom: 0px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.most_recent {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #d2e9ff;
  color: #0e2b71;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 134px;
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.most_recent {
    width: 127px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.bold_txt {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin: 11px 0px 13px 0px;
  display: block;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.bold_txt {
    font-size: 21px;
    line-height: 25px;
    min-height: 103px;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.bold_txt {
    min-height: auto;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block {
  border: 1px solid #979797;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 29px 32px 34px 32px;
  width: calc(100% - 185px);
  float: right;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block {
    flex-direction: column;
    padding: 29px 20px 34px 20px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block::before {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 32px;
  height: 40px;
  background-position: -50px -75px;
  margin-right: 26px;
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block::before {
    margin-right: 0px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block p {
  margin: 0px;
  width: calc(100% - 58px);
  color: #545454;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .report_locked_block p strong {
  font-weight: 600;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.light_blue {
  width: calc(100% - 223px);
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 -25%, #0e2c71 52%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 12px 19px;
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.light_blue {
    width: calc(100% - 37px);
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.light_blue {
    margin-top: 6px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy a {
  height: 50px;
  width: 312px;
  border-radius: 4px;
  background-color: #0e2b71;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  float: left;
}
@media (max-width: 1139px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy a {
    width: 279px;
  }
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy a {
    width: 272px;
  }
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy a {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy a {
    font-size: 15px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy.btn_add_hardcopy_profile a {
  margin-top: 13px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy.btn_add_hardcopy_profile a {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block span.btn_add_harcopy.btn_add_hardcopy_profile a {
    font-size: 15px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn {
  margin-top: 17px;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
  border: 2px solid #0e2b71;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  padding: 13px 24px;
  color: #0e2b71;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  margin-right: 3px;
}
@media (max-width: 1139px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
    font-size: 16px;
    padding: 13px 19px;
  }
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
    padding: 13px 16px;
  }
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
    width: 100%;
    font-size: 18px;
    padding: 13px 24px;
    margin-right: 0px;
    margin-bottom: 13px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
    font-size: 15px;
    padding: 13px 10px;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a {
    width: 100%;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a:hover {
  background-color: #0e2b71;
  color: #ffffff;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a.btn_form_10k {
  padding: 13px 16px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a.btn_form_10k {
    width: 100%;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a.btn_form_10k.mTop13 {
  margin-top: 13px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a.btn_form_10k.mTop13 {
    margin-top: 0px;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .view_btn a.btn_form_10k {
    width: 100%;
    margin-top: 10px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #111042;
  background: linear-gradient(210.59deg, #c71678 0%, #0e2c71 100%);
  padding: 19px 19px 22px 22px;
  margin-top: 15px;
  width: calc(100% - 226px);
  float: right;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block {
    width: calc(100% - 42px);
    display: block;
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block {
    margin-top: 15px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block p {
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block a.btn_request_info {
  height: 50px;
  width: 100%;
  max-width: 312px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #0e2b71;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .most_recent_block .most_recent_content_block .request_information_block a.btn_request_info {
    font-size: 14px;
  }
}
.profile_section .profile_content_block .right_section .most_recent_block.mTop {
  margin-top: 188px;
}
@media (max-width: 1300px) {
  .profile_section .profile_content_block .right_section .most_recent_block.mTop {
    margin-top: 218px;
  }
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .most_recent_block.mTop {
    margin-top: 26px;
  }
}
.profile_section .profile_content_block .right_section .sustainability_report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0f3f37;
  background: linear-gradient(210.59deg, #195f5a 0%, #10673b 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px 53px 26px 28px;
  margin-top: 24px;
}
@media (max-width: 1300px) {
  .profile_section .profile_content_block .right_section .sustainability_report {
    padding: 25px 44px 26px 28px;
  }
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .sustainability_report {
    width: calc(100% - 52px);
    box-sizing: border-box;
    margin: 24px auto 0px auto;
  }
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .sustainability_report {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block {
  max-width: 590px;
  display: flex;
  align-items: center;
  margin-right: 33px;
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .sustainability_report .content_block {
    flex-direction: column;
    margin: 0px 0px 15px 0px;
  }
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block::before {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background-position: -50px -13px;
  margin-right: 21px;
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .sustainability_report .content_block::before {
    margin: 0px 0px 15px 0px;
  }
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block .txt {
  width: calc(100% - 81px);
}
@media (max-width: 767px) {
  .profile_section .profile_content_block .right_section .sustainability_report .content_block .txt {
    width: 100%;
  }
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block .txt h2,
.profile_section .profile_content_block .right_section .sustainability_report .content_block .txt p {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block .txt h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}
.profile_section .profile_content_block .right_section .sustainability_report .content_block .txt p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}
@media (max-width: 1300px) {
  .profile_section .profile_content_block .right_section .sustainability_report .content_block .txt p {
    font-size: 17px;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block {
  margin-top: 35px;
}
@media (max-width: 939px) {
  .profile_section .profile_content_block .right_section .archived_report_block {
    width: calc(100% - 52px);
    margin: 35px auto 0px auto;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block h2 {
  margin: 0px;
  color: #132d72;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block {
  border: 1px solid #979797;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  padding: 14px 0px;
  margin-top: 15px;
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li {
    align-items: flex-start;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li img {
  margin: 0px 13px 0px 15px;
  max-width: 84px;
  height: auto;
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li img {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block {
    display: flex;
    flex-direction: column;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.heading {
  display: block;
  color: #333333;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 480px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.heading {
    padding-right: 20px;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived {
  display: inline-block;
  margin-top: 11px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived {
    margin-bottom: 4px;
  }
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived {
    margin-top: 8px;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f5f5;
  color: #545454;
  font-size: 16px;
  padding: 8px 12px;
}
@media (max-width: 379px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived a {
    font-size: 14px;
    padding: 8px;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived a::after {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived.view_annual_report a::after {
  width: 13px;
  height: 13px;
  background-position: 0px -62px;
  margin-left: 4px;
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived.download a {
  margin-left: 6px;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived.download a {
    margin-left: 0px;
  }
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li .text_block span.btn_archived.download a::after {
  width: 12px;
  height: 13px;
  background-position: 0px -77px;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.profile_section .profile_content_block .right_section .archived_report_block .archived_report_content_block ul li:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.profile_section .profile_content_block .right_section .archived_report_block .show_older_reports a {
  color: #999999;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  margin-top: 33px;
  display: inline-block;
}
@media (max-width: 575px) {
  .profile_section .profile_content_block .right_section .archived_report_block .show_older_reports a {
    margin-top: 9px;
  }
}

.inside_header_banner {
  background-color: #111042;
  background: linear-gradient(228.59deg, #c71678 -15%, #0e2c71 59%);
  padding: 50px 0px 32px 0px;
}
@media (max-width: 575px) {
  .inside_header_banner .heading_txt {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.inside_header_banner .heading_txt h2,
.inside_header_banner .heading_txt p {
  margin: 0px;
}
.inside_header_banner .heading_txt h2 {
  margin-bottom: 13px;
}
.inside_header_banner .heading_txt p {
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .inside_header_banner .heading_txt p {
    font-size: 18px;
  }
}
.inside_header_banner .search_box {
  width: calc(100% - 60px);
  max-width: 780px;
  margin: 53px auto 37px auto;
}
@media (max-width: 575px) {
  .inside_header_banner .search_box {
    margin-top: 40px;
  }
}
.inside_header_banner .search_box form {
  display: flex;
}
@media (max-width: 939px) {
  .inside_header_banner .search_box form {
    flex-direction: column;
  }
}
.inside_header_banner .search_box form input {
  height: 70px;
  border: none;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media (max-width: 379px) {
  .inside_header_banner .search_box form input {
    height: 55px;
  }
}
.inside_header_banner .search_box form input[type=text] {
  width: calc(100% - 201px);
  color: #666666;
  font-size: 17px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 939px) {
  .inside_header_banner .search_box form input[type=text] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .inside_header_banner .search_box form input[type=text] {
    padding-left: 15px;
  }
}
@media (max-width: 379px) {
  .inside_header_banner .search_box form input[type=text] {
    font-size: 13px;
  }
}
.inside_header_banner .search_box form input[type=submit] {
  width: 179px;
  background-color: #1b64cf;
  margin-left: 22px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 939px) {
  .inside_header_banner .search_box form input[type=submit] {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 379px) {
  .inside_header_banner .search_box form input[type=submit] {
    font-size: 17px;
    font-weight: 600;
  }
}
.inside_header_banner .search_box form ::placeholder {
  color: #666666;
  font-size: 17px;
  font-weight: 200;
}
@media (max-width: 379px) {
  .inside_header_banner .search_box form ::placeholder {
    font-size: 13px;
  }
}
.inside_header_banner span.or {
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}

.middle_content_section {
  padding: 45px 0px 47px 0px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.middle_content_section h1 {
  margin: 0px;
  color: #132d72;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.middle_content_section .browse_report_container {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
  max-width: 1270px;
  margin: 50px auto 0px auto;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.middle_content_section .browse_report_container span.heading {
  color: #722581;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 13px;
  display: block;
}
@media (max-width: 1139px) {
  .middle_content_section .browse_report_container span.heading {
    font-size: 18px;
  }
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container span.heading {
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 379px) {
  .middle_content_section .browse_report_container span.heading {
    font-size: 19px;
  }
}
.middle_content_section .browse_report_container .search_box {
  display: flex;
  flex-direction: column;
  width: 314px;
  margin-right: 74px;
}
@media (max-width: 1300px) {
  .middle_content_section .browse_report_container .search_box {
    width: 280px;
    margin-right: 50px;
  }
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .search_box {
    width: 100%;
    max-width: 314px;
    margin-right: 0px;
  }
}
.middle_content_section .browse_report_container .search_box form {
  display: flex;
  flex-direction: column;
}
.middle_content_section .browse_report_container .search_box form .selectdiv {
  position: relative;
  float: left;
  top: 1px;
}
.middle_content_section .browse_report_container .search_box form .selectdiv select {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 1px solid #979797;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #696969;
  font-size: 21px;
  line-height: 39px;
  padding-left: 20px;
  margin-bottom: 28px;
  outline: none;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .search_box form .selectdiv select {
    margin-bottom: 15px;
  }
}
.middle_content_section .browse_report_container .search_box form .selectdiv::after {
  content: "";
  background: url(/img/ar/css_sprites.webp);
  display: inline-block;
  position: relative;
  width: 35px;
  height: 9px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  background-position: -49px -1px;
  top: 26px;
  right: 5px;
}
.middle_content_section .browse_report_container .popular_stock_exchanges {
  width: 272px;
  margin-right: 54px;
}
@media (max-width: 1300px) {
  .middle_content_section .browse_report_container .popular_stock_exchanges {
    width: 320px;
    margin-right: 50px;
  }
}
@media (max-width: 1139px) {
  .middle_content_section .browse_report_container .popular_stock_exchanges {
    width: 360px;
  }
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .popular_stock_exchanges {
    width: 100%;
    max-width: 360px;
    margin-right: 0px;
    text-align: center;
    margin-top: 20px;
  }
}
.middle_content_section .browse_report_container .popular_stock_exchanges span.heading {
  margin-bottom: 34px;
}
.middle_content_section .browse_report_container .popular_stock_exchanges ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .popular_stock_exchanges ul {
    justify-content: center;
  }
}
.middle_content_section .browse_report_container .popular_stock_exchanges ul li {
  width: 50%;
  margin-bottom: 20px;
}
.middle_content_section .browse_report_container .popular_stock_exchanges ul li .img_block img {
  max-width: 110px;
  max-height: 37px;
}
.middle_content_section .browse_report_container .featured_programs {
  width: 281px;
}
@media (max-width: 1300px) {
  .middle_content_section .browse_report_container .featured_programs {
    margin-right: 30px;
  }
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .featured_programs {
    width: 100%;
    max-width: 281px;
    margin: 20px 0px 40px 0px;
  }
}
.middle_content_section .browse_report_container .featured_programs ul li {
  font-size: 21px;
  line-height: 40px;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .featured_programs ul li {
    text-align: center;
  }
}
.middle_content_section .browse_report_container .featured_programs ul li a {
  color: #545454;
  text-decoration: underline;
}
.middle_content_section .browse_report_container .alphabetically {
  width: 260px;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .alphabetically {
    width: 100%;
    max-width: 260px;
  }
}
.middle_content_section .browse_report_container .alphabetically ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 939px) {
  .middle_content_section .browse_report_container .alphabetically ul {
    justify-content: center;
  }
}
.middle_content_section .browse_report_container .alphabetically ul li {
  margin-right: 13px;
}
.middle_content_section .browse_report_container .alphabetically ul li a {
  color: #545454;
  font-size: 21px;
  line-height: 39px;
}
div.g-recaptcha {
  margin-bottom: 32px;
}
