/*
  Additional files including
*/
/* Mixin */
/*
Fonts import
*/
body,
html {
  margin: 0; }

button,
input,
optgroup,
select,
textarea,
fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: none; }

label {
  cursor: pointer;
  font-size: 17px;
  font-weight: normal; }

legend {
  text-align: left;
  font-size: 17px;
  font-weight: normal; }

iframe {
  border: none;
  margin: 0; }

.browserupgrade {
  position: fixed;
  margin: 0.2em 0;
  padding: 0.2em 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.9); }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
    a:hover svg {
      fill: #bfbfbf; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

video {
  width: 100%;
  height: auto; }

address {
  font-style: normal; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th, .table td {
    padding: 8px;
    border-color: #F9F9F9; }
  .table tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .table tr:nth-child(even) {
    background-color: #fff; }
    .table tr:nth-child(even):hover {
      background-color: #f9f9f9; }
  .table.custom_table th, .table.custom_table td {
    width: 33%; }

/*
Helper classes
*/
::-webkit-input-placeholder {
  font-size: 17px;
  color: #797979; }

:-moz-placeholder {
  font-size: 17px;
  color: #797979; }

::-moz-placeholder {
  font-size: 17px;
  color: #797979; }

:-ms-input-placeholder {
  font-size: 17px;
  color: #797979; }

/*
Main Styles
*/
* {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

svg {
  fill: #fff; }

html {
  font-size: 100%; }

body {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  font: 16px/1.7 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  font-weight: 300;
  background-size: cover; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 300;
  margin: 0; }

body.thankyou_page .header {
  height: 100vh;
}

.wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

.header {
  position: relative;
  height: 80vh;
  min-height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .header > * {
    position: relative;
    z-index: 50; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
  .header h1 {
    margin-top: -15vh;
    margin-bottom: 0px;
    font-size: 80px;
    font-weight: 400; }
  .header h2 {
    font-size: 30px; }

.hero_promo_txt {
  max-width: 850px;
  line-height: 1.7;
  font-weight: 100;
  margin-bottom: 40px; }

.promo_alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 25px;
  background: #ffc107;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  font-family: 'Dosis';
  text-align: center; }

.alert_btn {
  color: #fff;
  margin: 0 20px;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: .25rem .5rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .2rem; }
  .alert_btn:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .alert_btn .fa {
    margin: 0 10px; }

.xx {
  font-weight: 200;
  color: red; }

.btn {
  display: inline-block; }

.install_btn {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 50px;
  background-color: #ff6b0d;
  animation: pulse 1.5s infinite; }

.main_content {
  position: relative; }
  .main_content:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 450px;
    height: 750px;
    background: url("../img/left_bg_triangle.png") no-repeat left center;
    background-size: contain; }
  .main_content:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 450px;
    height: 750px;
    background: url("../img/right_bg_triangle.png") no-repeat right center;
    background-size: contain; }

.slide_wrap {
  position: relative;
  max-width: 1160px;
  margin: -150px auto 25px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: -15px 15px 10px -10px rgba(0, 0, 0, 0.35);
  cursor: default; }

.slider_promo_heading {
  position: relative;
  height: 90px;
  background-color: #d4d4d4; }
  .slider_promo_heading .icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    border-radius: 50%;
    width: 20px;
    height: 20px; }
    .slider_promo_heading .icon.close {
      background: #f55353; }
    .slider_promo_heading .icon.minimize {
      left: 55px;
      background: #fedb41; }
    .slider_promo_heading .icon.maximize {
      left: 85px;
      background: #10bb67; }
  .slider_promo_heading .promo_heading_omnibox {
    position: absolute;
    top: 50%;
    left: 150px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: calc(100% - 260px);
    height: 35px;
    background: #fff; }
    .slider_promo_heading .promo_heading_omnibox:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      width: 25px;
      height: 25px;
      background: url("../img/logo_128.png") no-repeat center center;
      background-size: contain; }
    .slider_promo_heading .promo_heading_omnibox:after {
      content: 'Live NewTab';
      position: absolute;
      top: 11px;
      left: 37px;
      font-size: 13px;
      font-family: 'Dosis';
      font-weight: 500;
      color: #3c69cf; }
  .slider_promo_heading .promo_heading_burger {
    position: absolute;
    top: 50%;
    right: 25px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 28px;
    height: 4px;
    background: #737373; }
    .slider_promo_heading .promo_heading_burger:before, .slider_promo_heading .promo_heading_burger:after {
      content: '';
      position: absolute;
      left: 0;
      width: 28px;
      height: 4px;
      background: #737373; }
    .slider_promo_heading .promo_heading_burger:before {
      top: -11px; }
    .slider_promo_heading .promo_heading_burger:after {
      bottom: -11px; }

.slider_content {
  cursor: pointer; }

.container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  z-index: 10; }

.left_col,
.right_col {
  position: relative;
  width: 49%;
  max-width: 620px;
  border: 1px solid #343a40;
  background: #fff;
  border-radius: .25rem .25rem 0 0; }

.col_heading {
  width: 100%;
  padding: 10px;
  background: #343a40;
  color: #fff; }
  .col_heading span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .col_heading span .fa {
      font-size: 1.5em;
      margin-right: 10px; }

.girl_icon {
  max-width: 26px; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin: 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  background-color: rgba(0, 0, 0, 0.03); }
  .list-group-item h5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px;
    margin-bottom: 10px; }
    .list-group-item h5 span {
      font-weight: 400;
      display: inline-block;
      margin: 0 6px 0 10px; }

.card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  margin: 1.25rem; }

.card-header {
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: .5rem .75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header .fa {
    margin-right: 15px; }
  .card-header p {
    font-weight: 400; }

.card-body {
  padding: .5rem .75rem; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.footer {
  position: relative;
  padding: 20px;
  margin-top: 75px;
  color: #fff;
  background: #343a40;
  z-index: 100; }
    .footer span .fa {
      margin: 0 10px;
      color: red; }

.chrome-arrow {
  position: absolute;
  top: 280px;
  left: 48%; }

.oc-arrow {
  position: absolute;
  height: 103px;
  left: 100px;
  top: -75px; }

.oc-extension-icon {
  width: 40px; }

.newarrow {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -10px; }

.oc-chrome-cancel-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.oc-chrome-cancel-modal .oc-modal-container {
  width: 430px;
  height: 130px;
  position: absolute;
  top: 35%;
  left: 50%;
  padding: 15px;
  margin-left: -225px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35); }

.oc-chrome-cancel-modal .oc-extension-icon {
  position: absolute;
  top: 26px;
  right: 27px; }

.oc-chrome-cancel-modal button {
  cursor: pointer;
  bottom: 30px;
  position: absolute;
  width: 80px;
  text-align: center;
  font-size: 15px;
  padding: 3px 0;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .oc-chrome-cancel-modal button:hover {
    background: #f2f2f2; }

.oc-chrome-cancel-modal .oc-yes {
  right: 122px; }

.oc-chrome-cancel-modal .oc-no {
  right: 27px; }

.oc-extension-directions-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2001;
  text-align: center; }

.oc-extension-directions-overlay .oc-chrome-overlay-new {
  top: 50%;
  left: 50.5%;
  padding-right: 80px;
  border-radius: 5px;
  text-align: left;
  -ms-transform: translate(-50%, 35%);
      transform: translate(-50%, 35%); }

.oc-extension-directions-overlay div {
  position: absolute;
  background: #fff;
  padding: 20px;
  color: black;
  border-radius: 10px;
  font-size: 22px; }

.oc-extension-directions-overlay .oc-chrome-overlay-new h6 {
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 16px; }

.oc-extension-directions-overlay .oc-chrome-overlay-new .oc-extension-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  max-width: 55px; }

.oc-extension-directions-overlay .oc-chrome-overlay-new p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0; }

.oc-extension-directions-overlay .oc-chrome-overlay-new strong {
  font-weight: 600; }

.policy_row {
  text-align: right;
}

.policy_row a {
    font-size: 12px;
}
.policy_row a:hover  {
  text-decoration: underline;

}

.powered_by {
  display: block;
  text-align: center;
}

@media all and (max-width: 860px) {
  .container {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px; }
  .left_col,
  .right_col {
    width: 100%;
    margin-bottom: 20px; } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

/*Arrow animation*/
.bounce-up-down {
  animation: animationFrames linear 1.5s;
  -webkit-animation: animationFrames linear 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  webkit-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px); }
  15% {
    transform: translate(0px, -25px); }
  30% {
    transform: translate(0px, 0px); }
  45% {
    transform: translate(0px, -15px); }
  60% {
    transform: translate(0px, 0px); }
  75% {
    transform: translate(0px, -5px); }
  100% {
    transform: translate(0px, 0px); } }
