/*
  * Author : Mesh Creative
  * Website Name :  Miller id
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html, body {
  height: 100%; }

body {
  background: #fff;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #525252;
  padding-top: 60px; }
  @media (min-width: 1100px) {
    body {
      font-size: 20px;
      line-height: 30px;
      padding-top: 88px; } }

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

@media (max-width: 991px) {
  * {
    scrollbar-width: none; }
    *::-webkit-scrollbar {
      /* This is the magic bit for WebKit */
      display: none; } }

body > * {
  /* Track */
  /* Handle */ }
  body > * ::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  body > * ::-webkit-scrollbar-track {
    background: #f8f8f8; }
  body > * ::-webkit-scrollbar-thumb {
    background: #cccccc; }
  body > * ::-webkit-scrollbar-thumb:window-inactive {
    background: #cccccc; }

ul, li {
  list-style: none;
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

select {
  outline: none; }

input:focus, select:focus {
  outline: 0; }

a img {
  border: none; }

.clr {
  clear: both;
  height: 0px; }

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.container-fluid {
  max-width: 1200px;
  position: relative; }
  @media (min-width: 1500px) {
    .container-fluid {
      max-width: 1480px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1350px; } }

h1 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 20px;
  color: #1E1E1E;
  font-weight: 900; }
  @media (min-width: 991px) {
    h1 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: -1px; } }

h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
  color: #51006c;
  font-weight: 900; }
  @media (min-width: 1100px) {
    h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 20px; } }

h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: 900;
  color: #1E1E1E; }
  @media (min-width: 1100px) {
    h3 {
      font-size: 24px;
      line-height: 30px; } }

h4 {
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0 0 20px; }
  @media (min-width: 1100px) {
    h4 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 20px; } }

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: 700;
  border: 0px solid transparent; }
  @media (max-width: 991px) {
    .btn {
      padding: 9px 15px;
      font-size: 12px; } }
  .btn i {
    margin-left: 5px; }
  .btn:hover {
    cursor: pointer;
    box-shadow: none !important; }
  .btn:focus {
    outline: 0; }
  .btn.btn-primary {
    color: #ffffff;
    background: #51006c; }
    .btn.btn-primary:hover {
      background: #51006c;
      color: #ffffff;
      border-color: #51006c; }
    .btn.btn-primary:focus {
      background: #51006c;
      color: #ffffff;
      border-color: #51006c; }
  .btn.btn-secondary {
    background: linear-gradient(90.12deg, #FF9C00 13.22%, #FFB91A 99.9%);
    color: #ffffff; }
    .btn.btn-secondary:hover {
      background: #FF9C00;
      color: #ffffff;
      border-color: #FF9C00; }
    .btn.btn-secondary:focus {
      background: #FF9C00;
      color: #ffffff;
      border-color: #FF9C00; }
    .btn.btn-secondary.active {
      background: #FF9C00;
      color: #ffffff;
      border-color: #FF9C00; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: #FF9C00;
  color: #ffffff;
  border-color: #FF9C00; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #51006c;
  color: #ffffff;
  border-color: #51006c; }

.form-group {
  position: relative;
  margin-bottom: 10px; }
  .form-group label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #35292D; }
    .form-group label span {
      font-weight: 400; }
    .form-group label sup {
      color: #FF234B;
      top: 0;
      font-size: 16px; }
  .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control, .form-group .form-control {
    border-radius: 5px;
    background: #F6F7FA;
    padding: 0 15px;
    border: 1px solid rgba(28, 28, 30, 0.2);
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    width: 100%; }
    .form-group input.form-control:focus, .form-group select.form-control:focus, .form-group textarea.form-control:focus, .form-group .form-control:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 156, 0, 0); }
  .form-group textarea.form-control {
    resize: none;
    height: 70px;
    padding: 15px;
    line-height: 24px; }
    @media (min-width: 1100px) {
      .form-group textarea.form-control {
        height: 80px; } }
    @media (min-width: 1500px) {
      .form-group textarea.form-control {
        height: 80px; } }
  .form-group select.form-control:not([size]):not([multiple]) {
    height: 44px; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F6F7FA url(../images/arrow-down.png) 98% 50% no-repeat !important; }
  @media (max-width: 1100px) {
    .form-group {
      margin-bottom: 20px; }
      .form-group label {
        font-size: 16px; }
      .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control, .form-group .form-control {
        padding: 0 15px;
        height: 44px;
        font-size: 16px;
        line-height: 42px; }
      .form-group select.form-control:not([size]):not([multiple]) {
        height: 50px; } }

header {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 12px 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 120px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  header .kids_logo {
    max-width: 80px; }
    header .kids_logo a {
      display: block; }
      header .kids_logo a img {
        max-width: 100%; }
    @media (max-width: 991px) {
      header .kids_logo {
        max-width: 70px !important; } }
  header .menu li {
    margin: 0 7px;
    position: relative; }
    header .menu li:last-child {
      margin-right: 0 !important; }
    header .menu li button {
      border: 0;
      background-color: transparent; }
      header .menu li button img {
        width: 35px;
        border-radius: 3px; }
    @media (min-width: 1100px) {
      header .menu li {
        margin: 0 20px; } }
    @media (max-width: 991px) {
      header .menu li button img {
        width: 25px; } }
  header.fix-header {
    position: fixed; }
    header.fix-header .kids_logo {
      max-width: 90px; }

header .s-l {
  display: block;
  font-size: 12px;
  padding: 0 10px 4px;
  color: #6C6C6C;
  font-weight: 600; }

header .dropdown-menu {
  min-width: 200px; }
  @media (min-width: 991px) {
    header .dropdown-menu {
      right: 0 !important;
      left: auto !important; } }

header .dropdown-item {
  padding: 5px 10px;
  font-size: 14px;
  color: #6C6C6C; }
  header .dropdown-item.active {
    background: url(../images/tick.svg) 95% 50% no-repeat;
    color: #525252; }

.HeroSec {
  padding: 50px 0 30px;
  background: #51006c url(../images/Bg-13.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 1100px) {
    .HeroSec {
      padding: 50px 0 30px; } }
  .HeroSec * {
    color: #ffffff; }
  .HeroSec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 0, 108, 0.9);
    content: ""; }

.bg-blue {
  background-color: #51006c; }

.bg-light-blue {
  background-color: rgba(81, 0, 108, 0.05); }

.padding-primary {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .padding-primary {
      padding: 40px 0; } }

.threed4kids-from-singapore-inner {
  margin-top: 40px; }
  .threed4kids-from-singapore-inner * {
    color: #ffffff; }
  .threed4kids-from-singapore-inner h2 {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .threed4kids-from-singapore-inner h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px; }
  @media (min-width: 1100px) {
    .threed4kids-from-singapore-inner h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      letter-spacing: -1px; }
    .threed4kids-from-singapore-inner h3 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 0px;
      letter-spacing: -1px; } }

.contact-sec {
  background-color: #51006c;
  background: #51006c url(../images/Bg-13.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative; }
  .contact-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 0, 108, 0.9);
    content: ""; }
  .contact-sec h2 {
    color: #ffffff; }
  @media (max-width: 991px) {
    .contact-sec {
      padding: 30px 0; } }

.contact_form {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 250px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }
  @media (min-width: 1100px) {
    .contact_form {
      padding: 30px;
      margin: -40px 0; } }

.radio-buttons {
  width: 100%;
  max-width: 600px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff; }
  @media (max-width: 991px) {
    .radio-buttons {
      margin-bottom: 15px; } }

.custom-radio {
  width: 50%;
  margin: 0;
  padding: 10px;
  position: relative; }
  @media (max-width: 991px) {
    .custom-radio {
      padding: 5px; } }

.custom-radio input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0; }

.radio-btn {
  width: 100%;
  height: 150px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer; }

.radio-btn > i {
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  right: 0px;
  top: 10px;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0; }

.radio-btn .hobbies-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; }
  .radio-btn .hobbies-icon span {
    width: 100%;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .radio-btn .hobbies-icon span {
        font-size: 16px; } }
  .radio-btn .hobbies-icon strong {
    display: block; }

.radio-btn .hobbies-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px; }

.custom-radio input:checked + .radio-btn {
  border: 2px solid #FFDAE9; }

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1); }

.follow_us .social_icons {
  margin: 10px 0; }
  .follow_us .social_icons li a {
    color: #51006c; }
    .follow_us .social_icons li a:hover {
      color: #525252; }

.our-journey-map-sec {
  background: url(../images/map-bg.png) 0 0;
  padding: 50px 0; }

@media (min-width: 1100px) {
  .chart_inner {
    background: url(../images/chart-lines.png) 0 0 no-repeat;
    max-width: 1100px;
    margin: 0 auto;
    height: 380px;
    background-size: 100%;
    position: relative; }
  .chart_icon {
    position: absolute; }
    .chart_icon > img {
      border-radius: 100%;
      display: block; }
    .chart_icon .popup-front-detail {
      position: absolute;
      top: 100%;
      left: 100%;
      color: #525252;
      width: 200px;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -1px;
      font-weight: 700;
      cursor: pointer; }
      .chart_icon .popup-front-detail strong {
        color: #51006c;
        display: block; }
    .chart_icon.one {
      bottom: 35px;
      left: 0px; }
	  .chart_icon.one .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.two {
      bottom: 100px;
      left: 25px; }
	  .chart_icon.two .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.three {
      bottom: 160px;
      left: 52px; }
      .chart_icon.three .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
		
    .chart_icon.four {
      top: 120px;
      left: 80px; }
      .chart_icon.four .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.five {
      top: 45px;
      left: 110px; }
      .chart_icon.five .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.six {
      bottom: 0px;
      left: 140px; }
    .chart_icon.seven {
      bottom: 40px;
      left: 205px; }
    .chart_icon.eight {
      bottom: 77px;
      left: 270px; }
      .chart_icon.eight .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -25px; }
    .chart_icon.nine {
      bottom: 115px;
      left: 340px; }
    .chart_icon.ten {
      bottom: 155px;
      left: 420px; }
    .chart_icon.eleven {
      bottom: 190px;
      left: 490px; }
      .chart_icon.eleven .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: inherit;
        bottom: 100%; }
    .chart_icon.twelve {
      bottom: 220px;
      left: 560px; }
    .chart_icon.thirteen {
      bottom: 260px;
      left: 655px; }
    .chart_icon.fourteen {
      bottom: 290px;
      left: 730px; }
      .chart_icon.fourteen .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: inherit;
        bottom: 100%; }
    .chart_icon.fifteen {
      bottom: 316px;
      left: 815px; }
      .chart_icon.fifteen .popup-front-detail {
        left: -30px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.fifteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.sixteen {
      top: 8px;
      left: 905px; }
      .chart_icon.sixteen .popup-front-detail {
        left: -30px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.sixteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.seventeen {
      top: -10px;
      left: 990px; }
      .chart_icon.seventeen .popup-front-detail {
        left: -20px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.seventeen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.eighteen {
      top: -16px;
      left: 1070px; }
      .chart_icon.eighteen .popup-front-detail {
        left: -40px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.eighteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon:hover .chart_popup {
      display: block; } }

@media (min-width: 1500px) {
  .chart_inner {
    max-width: 1350px;
    height: 470px; }
  .chart_icon {
    position: absolute; }
    .chart_icon > img {
      border-radius: 100%;
      display: block; }
    .chart_icon .popup-front-detail {
      position: absolute;
      top: 100%;
      left: 100%;
      color: #525252;
      width: 200px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -1px;
      font-weight: 700;
      cursor: pointer; }
      .chart_icon .popup-front-detail strong {
        color: #51006c;
        display: block; }
    .chart_icon.one {
      bottom: 50px;
      left: 4px; }
	  .chart_icon.one .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.two {
      bottom: 120px;
      left: 32px; }
	  .chart_icon.two .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.three {
      bottom: 200px;
      left: 65px; }
      .chart_icon.three .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.four {
      top: 150px;
      left: 103px; }
      .chart_icon.four .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.five {
      top: 60px;
      left: 140px; }
      .chart_icon.five .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -8px; }
    .chart_icon.six {
      bottom: 0px;
      left: 175px; }
    .chart_icon.seven {
      bottom: 50px;
      left: 245px; }
    .chart_icon.eight {
      bottom: 95px;
      left: 320px; }
      .chart_icon.eight .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: -25px; }
    .chart_icon.nine {
      bottom: 130px;
      left: 390px; }
    .chart_icon.ten {
      bottom: 179px;
      left: 480px; }
    .chart_icon.eleven {
      bottom: 214px;
      left: 550px; }
      .chart_icon.eleven .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: inherit;
        bottom: 100%; }
    .chart_icon.twelve {
      bottom: 245px;
      left: 620px; }
    .chart_icon.thirteen {
      bottom: 298px;
      left: 735px; }
    .chart_icon.fourteen {
      bottom: 333px;
      left: 820px; }
      .chart_icon.fourteen .popup-front-detail {
        left: auto;
        right: 40px;
        text-align: right;
        top: inherit;
        bottom: 100%; }
    .chart_icon.fifteen {
      bottom: 365px;
      left: 910px; }
      .chart_icon.fifteen .popup-front-detail {
        left: -30px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.fifteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.sixteen {
      top: 36px;
      left: 1025px; }
      .chart_icon.sixteen .popup-front-detail {
        left: -30px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.sixteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.seventeen {
      top: 8px;
      left: 1140px; }
      .chart_icon.seventeen .popup-front-detail {
        left: -20px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.seventeen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon.eighteen {
      top: -12px;
      left: 1260px; }
      .chart_icon.eighteen .popup-front-detail {
        left: -40px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        top: 35px; }
      .chart_icon.eighteen .chart_popup {
        left: auto;
        right: 30px; }
    .chart_icon:hover .chart_popup {
      display: block; } }

.chart_popup {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.16);
  width: 450px;
  position: absolute;
  z-index: 9;
  top: -5px;
  left: calc(100% - 3px);
  display: none; }
  .chart_popup h4 {
    color: #51006c;
    font-weight: 900;
    font-size: 20px !important;
    margin: 0; }
    .chart_popup h4 span {
      color: #525252; }
  .chart_popup p {
    font-weight: 700;
    font-size: 16px !important; }
  .chart_popup ul li {
    padding: 5px;
    position: relative; }
    .chart_popup ul li span {
      position: absolute;
      top: 5px;
      left: 5px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
      font-size: 40px;
      color: #ffffff;
      border-radius: 6px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700; }
    .chart_popup ul li img {
      border-radius: 6px; }
  .chart_popup ul.three_li li {
    width: 33.33%; }
  .chart_popup ul.two_li li {
    width: 50%; }

@media (max-width: 1100px) {
  .our-journey-map-sec {
    background-image: none;
    padding: 30px 20px 0; }
  .chart_inner {
    padding: 30px 0 10px;
    border-left: 2px solid #525252; }
  .chart_icon {
    display: flex;
    padding-left: 40px;
    position: relative;
    margin: 0 0 20px -13px; }
    .chart_icon > img {
      border-radius: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 25px; }
    .chart_icon .popup-front-detail {
      color: #525252;
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      width: 100%;
      cursor: pointer; }
      .chart_icon .popup-front-detail br {
        display: none; }
      .chart_icon .popup-front-detail strong {
        color: #51006c;
        display: block; }
    .chart_icon:focus .chart_popup, .chart_icon:hover .chart_popup {
      display: block; }
  .chart_popup {
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: inherit;
    bottom: 0;
    left: 0;
    border-radius: 15px 15px 0 0; }
    .chart_popup h4 {
      margin-bottom: 15px; } }

.master-footer {
  background-color: #FBFBFB;
  padding: 50px 0;
  position: relative; }
  .master-footer .footer__logo__icon {
    margin: 0 0 20px;
    display: block; }
    .master-footer .footer__logo__icon img {
      max-width: 100px; }
    @media (max-width: 767px) {
      .master-footer .footer__logo__icon img {
        max-width: 80px; } }
  .master-footer p {
    font-size: 18px; }
  @media (min-width: 1100px) {
    .master-footer {
      padding: 70px 0 20px; } }

.footer__links {
  margin: 0 0 20px; }
  .footer__links h4 {
    margin-bottom: 18px;
    font-weight: 700; }
  .footer__links ul {
    display: flex;
    flex-wrap: wrap; }
    .footer__links ul li {
      margin: 0 15px 15px 0;
      border-right: 1px solid #525252;
      padding-right: 15px; }
      .footer__links ul li a {
        color: #525252;
        font-size: 18px;
        line-height: 26px;
        display: block; }
        .footer__links ul li a:hover {
          color: #51006c; }
      .footer__links ul li:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }
  .footer__links.location_link ul li a {
    font-weight: 700;
    color: #0095c8; }
    .footer__links.location_link ul li a:hover {
      color: #51006c; }
  @media (max-width: 767px) {
    .footer__links h4 {
      margin-bottom: 10px;
      font-size: 16px; }
    .footer__links ul li {
      margin-bottom: 6px; }
    .footer__links.location_link ul {
      display: flex;
      justify-content: space-between; }
      .footer__links.location_link ul li {
        min-width: 50%; } }

.social_icons {
  margin: 15px 0; }
  .social_icons li {
    margin-right: 30px; }
    .social_icons li a {
      font-size: 24px;
      color: #525252; }
      .social_icons li a:hover {
        color: #51006c; }
    @media (max-width: 767px) {
      .social_icons li {
        margin-right: 20px; }
        .social_icons li a {
          font-size: 20px; } }

main {
  min-height: 400px; }

.copyright {
  padding: 20px 0;
  background-color: #51006c; }
  .copyright p {
    margin: 0;
    color: #ffffff;
    font-size: 18px; }
