@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body, html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #222;
  font: 16px 'Roboto', sans-serif; }

a:hover {
  text-decoration: none; }

button:focus, a:focus {
  outline: none; }

.main_container {
  height: 100vh;
  /* removed as was interfering with blob
  background: #ffffff;
  z-index: -5;*/
}

.main_container > div {
  min-height: calc(100vh - 156px); }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-underline::after {
  content: " ";
  display: block;
  height: 2px;
  background-color: #0a4a8f;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px; }

  .heading-underline2::after {
    content: " ";
    display: block;
    height: 2px;
    background-color: yellow;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px; }

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.design-container {
  padding-top: 8em;
  color: white; }

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
  color: black; }

.autocomplete-items {
  overflow-y: auto;
  max-height: 120px;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; }

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff; }

.map-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .map-area h1 {
    font-size: 2.7rem;
    letter-spacing: 0.07em; }

.home__icon {
  font-size: 2rem; }

.brand-logo {
  height: 48px; }

footer a {
  padding: 8px;
  display: inline-block; }

footer small {
  margin-top: 16px; }

.App-footer a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none; }

.dropdown-toggle::after {
  display: none; }

.heading__usage::after {
  content: " ";
  display: block;
  height: 3px;
  background-color: #007bff;
  width: 150px;
  margin: 0 auto;
  margin-top: 30px; }

.circle-container {
  position: relative;
  padding-left: 0; }
  @media (min-width: 767.98px) {
    .circle-container {
      position: relative;
      /* 1 */
      width: 35em;
      height: 35em;
      padding: 0;
      border-radius: 50%;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        background: rgba(250, 240, 250, 0.8); /* new added this, remove to have white, background circle*/
      list-style: none;
      /* 2 */
      box-sizing: content-box;
      /* 3 */ }
      .circle-container > li {
        /* 4 */
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11.5em;
        height: 11.5em;
        margin: -5.75em; }
      .circle-container > :nth-of-type(-2) {
        transform: rotate(0deg) translate(17.5em) rotate(0deg);

      }
      .circle-container > :nth-of-type(-1) {
        transform: rotate(72deg) translate(17.5em) rotate(-72deg); }
      .circle-container > :nth-of-type(0) {
        transform: rotate(144deg) translate(17.5em) rotate(-144deg); }
      .circle-container > :nth-of-type(1) {
        transform: rotate(216deg) translate(17.5em) rotate(-216deg); }
      .circle-container > :nth-of-type(2) {
        transform: rotate(288deg) translate(17.5em) rotate(-288deg); }
      .circle-container > :nth-of-type(3) {
        transform: rotate(360deg) translate(17.5em) rotate(-360deg); }
      .circle-container > :nth-of-type(4) {
        transform: rotate(432deg) translate(17.5em) rotate(-432deg); }
      .circle-container > :nth-of-type(5) {
        transform: rotate(504deg) translate(17.5em) rotate(-504deg); } }
  @media (min-width: 767.98px) {
    .circle-container {
      margin: 6em auto;
      border: solid 5px #ffffff; /* changed it from 3px this is the outer circle line*/
    }
  }

.vertical-line {
  border-left: solid 3px #f3f7df;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0; }
  @media (min-width: 767.98px) {
    .vertical-line {
      display: none; } }

.circle-container.circle-img {
  display: block;
  width: 100%;
  /*added later AB
  circle that encapsulates the product image
  */

  /*border:1px dotted #021a40;*/
  border:2px  #021a40;
  /*background-color:#f3f7df;*/
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 50%; }

.circle-container li {
  overflow: hidden;
  border-radius: 50%; }
  @media (max-width: 767.98px) {
    .circle-container li {
      position: relative;
      width: 400px;
      height: 400px;
      list-style: none;
      margin-bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      flex-direction: column; } }

.img-info {
  position: absolute;
  bottom: 25%;
  left: 50%;
  width: 100%;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  word-break: break-all;
  transform: translate(-50%, 25%); }
  .img-info h3 {
    font-size: 20px; }
  .img-info h4 {
    font-size: 18px; }

.circle-container .center-img {
  display: none; }
  @media (min-width: 767.98px) {
    .circle-container .center-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 250px;
      height: 250px;
    }
  }


.products__heading {
  text-align: center;
  font-weight: 300; }
  .products__heading h2 > span {
    font-weight: 500;
    font-size: 1.2em; }
  .products__heading h3 > span {
    font-style: italic; }


  /* Same height rows <div class="row is-flex">  I also used <div class="row.is-flex"> doesnt work*/

  .row.is-flex {
      display: flex;
      flex-wrap: wrap;
  }

  .row.is-flex > [class*='col-'] {
      display: flex;
      flex-direction: column;
  }

    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }



    /* <div class="row is-flex">  I also used <div class="row.is-flex"> doesnt work*/


.cards__grid {
  margin: 0; }
  @media (min-width: 992px) {
    .cards__grid {
      margin: 0 100px; } }

.product__card {
  text-align: center; }
  .product__card .card__img {
    padding: 30px 0 10px 0; }
  .product__card img {
    border-radius: 5px; //earlier 5 px change
    width: 100%; //earlier 80%
    height: 100%; } //earlier 70%

product__cardHOME {
      text-align: center; }
      .product__card .card__img2 {
        padding: 0px 0 0px 0; }
      .product__card img2 {
        border-radius: 2px; //earlier 5 px change
        width: 100%; //earlier 80%
        height: 100%; } //earlier 70%


.pr__card {
      text-align: center; }
      .product__card .card__img {
        padding: 30px 0 10px 0; }
      .product__card img {
        border-radius: 0px; //earlier 5 px change
        width: 50%;
        height: 50%;
       }


.product__card2 {
          text-align: center;
        }

          .product__card2 .card__img {
            padding: 0px 0 10px 0; }

          .product__card2 img {
            border-radius: 0px; //earlier 5 px change
            width: 100%;
            height: 100%; }

            .pr__card2 {
              text-align: center;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 10px;
              box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
            }


            .pr__card3 {
              text-align: center;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 0px;
              box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
            }

            .pr__cardC {
              text-align: center;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 50%;
              box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
            }


              .product__card .card__img {
                padding: 30px 0 10px 0; }
              .product__card img {
                border-radius: 0px; //earlier 5 px change
                width: 100%;
                height: 100%;

            .pr__card {
                        text-align: center;
                        border-radius: 10px;

                      }
                            .product__card .card__img {
                              padding: 0px 0 0px 0; }
                            .product__card img {
                              border-radius: 0px; //earlier 5 px change
                              width: 100%;
                              height: 100%; }
}

.row-eq-height .col-xs-4 .pr__card2{
  min-height : 300px;
}

.row-eq-height .col-md-4 .pr__card2{
  min-height : 300px;
}


.product__summary {
  text-align: center; }
  @media (min-width: 768px) {
    .product__summary {
      text-align: left; } }

.design__details {
  text-align: center; }
  .design__details ul {
    justify-content: center; }
  @media (min-width: 768px) {
    .design__details {
      text-align: left; }
      .design__details ul {
        justify-content: left; } }




  .aligned-row {
      display: flex;
      flex-flow: row wrap;

      &::before {
          display: block;
      }
  }

#ze__container {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1) inset; }

#ze__container:before, #ze__container:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

.ze__circle {
  display: flex;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(133, 187, 101, 0.8);
  border: 1px solid #7fb85e;
  align-items: center;
  justify-content: center;
  color: #222; }
  .ze__circle + p {
    margin: 25px auto;
    width: 150px;
    word-wrap: break-word; }

    .ze__circleS {
      display: flex;
      width: 250px;
      height: 250px;
      margin: 0 auto;
      border-radius: 50%;
      background: rgba(133, 187, 101, 0.8);
      border: 1px solid #7fb85e;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
      color: #222; }
      .ze__circle + p {
        margin: 25px auto;
        width: 150px;
        word-wrap: break-word; }


  .ze__circleM {
    display: flex;
    width: 500px;
    height: 500px;
    margin:0 auto;
    border-radius: 50%;
    justify-content:center;
    background: rgba(133, 187, 101, 0.8);
    border: 5px solid #ffffff;
    align-items: center;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);

    }


         .ze__circleS2 {
           display: flex;
           width: 400px;
           height: 400px;
           margin: 0 auto;
           border-radius: 50%;
           background: rgba(133, 187, 101, 0.8);
           border: 2px solid #ffffff;
           align-items: center;
           justify-content: center;
             box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          }


.ze__circle2 {
      display: flex;
      width: 350px;
      height: 350px;
      margin: 0 auto;
      border-radius: 50%;
      border: 0px solid #7fb85e;
      align-items: center;
      justify-content: center;

      color: #222; }
      .ze__circle + p {
        margin: 0px auto;
        width: 150px;
        word-wrap: break-word; }


        .ze__card2 {
              display: flex;
              width: 850px;
              height: 550px;
              margin: 0 auto;
              border: 0px solid #7fb85e;
              align-items: center;
              justify-content: center;

              color: #222;
            }


.ze__product {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
/*added later AB*/
  padding:15px;
  border:1px dotted #021a40;
  background-color:#ffffff;
/*AB also on top for usage ...need to be added in main.css*/
  margin: 0 auto;
  transition: all 1s ease; }
  .ze__product img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.9; }
  .ze__product a {
    text-decoration: none; }
  .ze__product:hover {
    transform: scale(1.05); }

.ze__img-info {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
  text-align: center;
  color: white;
  letter-spacing: 0.18em; }
  .ze__img-info h5 {
    font-size: 1.5em;
    letter-spacing: 0.01em; }
    .ze__img-info h5 a {
      color: black; }
    .ze__img-info h5 a:hover {
      text-decoration: underline; }
  .ze__img-info div {
    z-index: 5000;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    word-break: break-all; }
  @media (min-width: 768px) {
    .ze__img-info h3 {
      font-size: 2.15em; } }

#loader {
  position: absolute;
  z-index: 2000; }

.inputGroup {
  background-color: #f4f4f4;
  display: block;
  margin: 10px 0;
  position: relative; }
  .inputGroup label {
    padding: 2px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden; }
    .inputGroup label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #0099FF;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .inputGroup label:after {
      width: 24px;
      height: 24px;
      content: '';
      border: 2px solid #D1D7DC;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: -2px -1px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  .inputGroup input:checked ~ label {
    color: #fff; }
    .inputGroup input:checked ~ label:before {
      transform: translate(-50%, -50%) scale3d(56, 56, 1);
      opacity: 1; }
    .inputGroup input:checked ~ label:after {
      background-color: #54E0C7;
      border-color: #54E0C7; }
  .inputGroup input {
    width: 24px;
    height: 24px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden; }

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 10px auto 10px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px; }

code {
  background-color: #9AA3AC;
  padding: 0 8px; }

.audit__details {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .audit__details .audit__details__detail {
    display: flex;
    justify-content: space-between; }

    /*===== Loader animation css Starts =========*/
#pre-loader-wrapper {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     z-index: 1000; /*To show Navbar On top*/
  /*  z-index: 2000;/*For Full Screen Transition (hide navbar also)*/
}
#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+*/
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.Loading-Text{
  position:relative;
  top:55%;
  color:black;
  z-index:1001;
}

    #pre-loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #pre-loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: black;
    z-index: 1000;
    /* chnage for background color */
    opacity: .4

}

#pre-loader-wrapper .pre-loader-section.section-left {
    left: 0;
}

#pre-loader-wrapper .pre-loader-section.section-right {
    right: 0;
}
.loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #pre-loader-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
               transition: all 1s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #pre-loader,
.loaded #pre-loader-wrapper .Loading-Text {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #pre-loader-wrapper .pre-loader-section.section-right,
.loaded #pre-loader-wrapper .pre-loader-section.section-left {

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
             transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

/*========= Loader animation css ends========= */

/*===Social Media Login Button Css Starts*/

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
/*===Social Media Login Button Css Ends*/

/*PayPal CSS begins*/
.paypal-logo {
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 26px;
}
.paypal-logo i:first-child {
  color: #253b80;
}
.paypal-logo i:last-child {
  color: #179bd7;
}
.paypal-button {
  padding: 15px 30px;
  border: 1px solid #FF9933;
  border-radius: 5px;
  background-image: linear-gradient(#fff0a8, #f9b421);
  margin: 0 auto;
  display: block;
  min-width: 138px;
  position: relative;
  cursor: pointer;
}
.paypal-button-title {
  font-size: 14px;
  color: #505050;
  vertical-align: baseline;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.paypal-button .paypal-logo {
  display: inline-block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 20px;
}
/*PayPal CSS Ends*/

/*Stripe CSS begins*/
.stripe-button{
  padding: 15px 30px;
  border: 1px solid whitesmoke;
  border-radius: 6px;
  background-image: linear-gradient(to right, #8e2de2, #4a00e0);
  margin: 0 auto;
  display: block;
  min-width: 138px;
  position: relative;
  cursor: pointer;
}
.stripe-button-title {
  font-size: 14px;
  color: white;
  vertical-align: baseline;
}
.stripe-logo{
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 22px;
  color: white;
}
/*Stripe CSS Ends*/

/*CSS loader simple begins*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  /* background: #fff; */
  background: black;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*CSS loader simple ends*/

/* new 2020 */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgba(0,123,255,.5);
}


.carousel-caption2{
  position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:40px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption3{
  position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:40px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption3 {
	left: 15px;
	right: 8%;
	bottom: 10px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: left;
	text-shadow: none;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
}

/*from style2.css */
.home-area3 {
    width: 100%;
    background: url('images/archer-unsplash.jpg') no-repeat scroll center bottom / cover;
    padding-top: 2vh;
    color: #ffffff;
    margin-bottom: 50px;
}

.home-area3.mobile-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -158px;
}

/* changing nav bar dropdown




.dropdown-toggle:hover{
  color:#fff;
  background-color:#d4d4d4;
  border-color:#ffffff;
  outline:none
}

.dropdown-toggle:focus{
  color:#fff;
  background-color:#d4d4d4;
  border-color:#ffffff;
  outline:none
}
*/
