@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@font-face {
  font-family: 'Conv_BebasNeue';
  src: url('fonts/BebasNeue.eot');
  src: local('☺'), url('fonts/BebasNeue.woff') format('woff'), url('fonts/BebasNeue.ttf') format('truetype'), url('fonts/BebasNeue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
}

.header-inner {
  margin: 0 auto;
  vertical-align: middle;
  display: table;
  width: 50%;
}

.header-inner a {
  vertical-align: middle;
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  text-decoration: none;
}

.menu-list, ul.menu-list {
  display: table-cell;
  vertical-align: middle;
}

ul.menu-list {
  list-style: none;
}

ul.menu-list li {
  display: table-cell;
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-left: 15px;
}

.last-link {
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
  vertical-align: middle;
  padding-left: 40px !important;
  padding-right: 40px !important;
  line-height: 50px;
  background: #045c72;
  height: 82px;
  text-decoration: underline;
}

.main-container {
  width: 50%;

  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  display: table;
  margin-bottom: 20px;
}

.main-container > div {
  display: table-cell;
  width: 40%;
  padding-left: 15px;
}

.main-container > div.column-wide {
  width: 60%;
  padding-left: 0;
  padding-right: 15px;
  padding-top: 10px;
  max-width: 1200px;
}

.main-container h1 {
  font-size: 33px;
  color: #000000;
  text-align: left;
  font-weight: 700;
}

.main-container h2 {
  font-size: 16px;
  color: #000;
  text-align: left;
  # font-weight: 100;
}

.main-container h3 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 120;
}

.main-container img {
  # width: 100%;
  # align: center;
  max-width: 100%
}

.column-wide p {
  text-align: left;
  font-size: 14px;
}

.btn {
  border: medium none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #5b6770;
  line-height: normal;
  padding: 20px 45px;
  text-shadow: none;
  text-transform: none;
  transition: all 0.1s ease 0s;
  line-height: 1.5;
  margin: 40px auto 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.btn a {
  text-decoration: none;
}

.col-inner {
  border-left: 1px solid #d8d8d8;
  padding-left: 15px;
}

.col-inner h1 {
  font-size: 20px;
  color: #0b9615;
}

.col-inner > ul {
  list-style: none;
}

.col-inner > ul > li {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-inner > ul > li:before {
  content: '';
  position: absolute;
  background: url("../images/ico_right.png") no-repeat;
  width: 17px;
  height: 15px;
  left: -20px;
  background-size: 100%;
}

.btn-left {
  padding-left: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  margin-left: -15px;
}

.col-inner {
  margin-top: 0;
  padding-top: 20px;
  box-sizing: border-box;
}

.column {
  vertical-align: top;
}

.btn-left p {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  text-transform: capitalize;
}

footer {
  padding: 10px 0;
  text-align: center;
  background: #f7f7f7;
  vertical-align: bottom;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: 'Tahoma';
}

footer > p {
  color: #000000;
  font-size: 14px;
}

footer > div {
  display: block;
  text-align: center;
}

footer > div a {
  padding-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #7f7f7f;
  font-size: 12px;
  color: #7f7f7f;
}

footer > div a:first-child {
  padding-left: 0 !important;
  border-left: none;
}

footer > div a:last-child {
  margin-right: 0 !important;
}

.advertorial {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #FFF;
  font-size: 16px;
  float: right;
  padding-right: 10px;
}

/*Tablet Styles*/
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  header, .main-container {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/*Mobile Styles*/
@media only screen and (max-width: 639px) {
  .main-container {
    padding: 0 15px;
    box-sizing: border-box;
    width: 90%;
  }

  .main-container > div {
    display: block;
    width: 100% !important;
  }

  .menu-list {
    display: block !important;
  }

  .header-inner a {
    display: block;
    font-size: 0.85em;
  }

  h1 {
    font-size: 1.1em !important;
  }

  .main-image {
    width: 100%;
  }

  h2 {
    font-size: 0.9em !important;
  }

  .main-container > .column {
    margin-left: -15px;
  }

  .logo-link {
    padding-left: 15px !important;
    padding-top: 20px;
    display: inline-block !important;
  }

  .last-link {
    text-align: center;
    padding: 5px 0 !important;
  }

  .logo-link img {
    max-width: 100%;
  }

  header {
    height: auto !important;
  }

  .main-container > div.column-wide {
    padding-right: 0;
  }

  .last-link {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Tahoma';
    padding-top: 40px;
    vertical-align: middle;
    padding-left: 40px !important;
    padding-right: 40px !important;
    line-height: 47px;
    background: #045c72;
    height: 60px;
    text-decoration: underline;
  }

  .header-inner {
    text-align: center;
    width: 80%;
  }

  .menu-list, ul.menu-list {
    display: block !important;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  ul.menu-list li {
    display: inline-block;
    font-size: 13px;
    padding: 0;

  }

  ul.menu-list li:first-child {
    padding-left: 0;
  }

  .btn {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    #margin: 0px;
  }

  .advertorial {
    float: none;
    display: block;
    margin: 0px auto;
    padding-right: 0px;
  }

  .main-container img {
    width: 100%;
    max-width: 100%
  }

}

/*Styles added by hirantha*/

.repeatable-wrapper .repeatable-item h2 {
  text-transform: uppercase;
  text-align: center !important;
}

.repeatable-wrapper .repeatable-item p {
  font-size: 13px;
  text-align: justify;
}