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

body {
  font-family: 'Poppins', sans-serif; }

/************************ Header-CSS ***********************/
.header {
  width: 100%;
  padding: 0;
  max-width: 100%;
  display: block;
  background-color: #001a57; }

.container {
  margin-top: 0px; }

.header > .container {
  padding: 0px;
  max-width: 100%; }

.header > .container > .col-sm-12 {
  padding-bottom: 10px;
  max-width: 100%;
  margin: 0 auto; }

.navbar-expand-lg .navbar-collapse {
  margin: 0 auto;
  max-width: 100%; }

.header_menu {
  padding: 0px;
  margin: 0px; }

.header_menu > .col-sm-12 {
  padding: 0; }

.header_left .logo {
  padding-top: 10px;
  display: block;
  max-width: 350px; }

.navbar {
  padding-left: 0px;
  padding-right: 0px; }

.header_middle li {
  display: inline-block;
  list-style-type: none;
  margin: 0 6px; }

.header_middle ul {
  margin: 0;
  margin-top: 30px; }

.header_middle li a {
  font-size: 14px;
  color: #000; }

.header_right {
  padding: 0; }

.header_right > .row {
  padding-top: 10px;
  justify-content: flex-end; }

.header_right > .row .or {
  font-weight: 600;
  padding-right: 15px;
  padding-left: 5px;
  display: flex;
  align-items: center; }

.header_right > .row .left-content {
  flex: 0 0 222px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-left: 1px solid #ddd;
  flex-wrap: wrap;
  justify-content: center; }

.header_right > .row .left-content > div {
  justify-content: flex-end;
  width: 100%;
  flex: 0 0 100%;
  align-items: center; }
  .header_right > .row .left-content > div:nth-child(2) {
    margin: 3px 0; }

.header_right > .row .left-content > div .txt {
  color: #464646;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500; }

.header_right > .row .left-content > div .icon {
  font-size: 22px;
  color: #f59320;
  margin-left: 8px; }

.header_right > .row .left-content > div .icon i {
  width: 20px; }

.header_right > .row .left-content > div:nth-child(2) .icon {
  font-size: 20px; }

.header_right > .row .right-content {
  background-color: #f8dd82;
  border-radius: 5px;
  padding: 5px 5px 5px 10px; }

.header_right > .row .right-content > a {
  align-items: center;
  text-decoration: none;
  height: 100%; }

.header_right > .row .right-content > a .icon {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  color: #f59320;
  font-size: 16px;
  margin-right: 5px;
  margin-top: 2px; }

.header_right > .row .right-content > a > .txt {
  width: 230px;
  text-align: left;
  color: #333; }

.header_right > .row .right-content > a > .txt .phone-txt {
  align-items: center; }

.header_right > .row .right-content > a > .txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  height: inherit; }

.header_right > .row .right-content > a > .txt .phone {
  width: 100%;
  float: none;
  font-weight: 700;
  font-size: 22px;
  padding-top: 6px;
  color: #f12a2a; }

.header_right p, .header_right p a {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  line-height: 28px;
  text-decoration: none;
  position: relative; }

.header_right .header-link {
  color: #f9961e;
  font-weight: 500; }

.header_right .header-link:hover {
  text-decoration: underline; }

.header_right p.header_contact a:after {
  display: none; }

.header_right p.header_contact a {
  color: #fa951e;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none; }

.header_right p.header_contact {
  margin-top: 8px; }

.header_right p.header_contact a i {
  font-size: 20px; }

.header_right .header-sign a {
  font-weight: 500;
  text-decoration: underline; }

.header .navbar-light ul {
  width: 100%;
  flex-wrap: wrap;
  align-items: center; }

.header .navbar-light li {
  text-align: left;
  width: 14.28%;
  flex: 0 0 14.28%;
  font-size: 15px;
  text-align: center; }

.header .navbar-light li:nth-child(7) {
  border-right: none; }

.header .navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: 700;
  padding: 7px; }

@media (max-width: 992px) {
  .header .navbar-light .navbar-nav .nav-link {
    color: black; } }

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 7px;
  font-size: 15px;
  border: none;
  font-weight: 700; }

@media (max-width: 992px) {
  .dropbtn {
    color: black; } }

.dropbtn:focus,
.dropbtn:active {
  outline: none;
  box-shadow: none; }

.dropbtn span {
  text-align: center;
  margin-left: 7px;
  display: inline-block; }

.drop-item-link.active .nav-arrow {
  transform: rotate(180deg); }

.dropbtn .nav-arrow {
  display: inline-block;
  transition: .2s linear;
  vertical-align: initial; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  transform: translateY(25px);
  background-color: #001a57;
  min-width: 925px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  padding: 15px 30px;
  background-color: #89A5A8;
  opacity: 0;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  z-index: 99; }
/*** css for video in New Client Offer dropdown added in inc/header-responsive.php ***/
.drop-item-link2 .dropdown-content {
  width: inherit;
  font-size: 14px;
  text-align: left;
  background-color: #001a57;
  padding: 0; }

.drop-item-link2.row-2 .dropdown-content {
  min-width: 600px;
  right: 0; }

.drop-item-link2 .dropdown-content .dropdown-inner {
  padding: 10px 15px;
  color: #000;
  background: linear-gradient(135deg, #fff, #fff, #f8dd82); }

.dropdown-content .links-title {
  margin-bottom: 8px;
  font-weight: 700; }

.dropdown-content .links-title.more-space {
  margin-top: 27px; }

.dropdown-content a {
  display: inline-block;
  padding: 0 0 8px 0; }

.drop-item-link2 .dropdown-content .col-links {
  padding-right: 15px; }

.drop-item-link2.row-3 .dropdown-content .col-links {
  flex: 0 0 33%;
  width: 33%; }

.drop-item-link2.row-2 .dropdown-content .col-links {
  flex: 0 0 50%;
  width: 50%; }

.drop-item-link2.row-2.link-des .dropdown-content .col-links:not(.col-txt) {
  padding-left: 25px; }

.nav-item.drop-item-link.fade-out .dropdown-content {
  display: block;
  transform: translateY(25px);
  animation: fadeOut2 .18s linear; }

.nav-item.drop-item-link.active .dropdown-content {
  display: block;
  transform: translateY(0px);
  opacity: 1;
  animation: fadeIn2 .18s linear; }

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  transition: all .2s ease-in-out; }

.dropdown-content a:hover {
  padding-left: 7px;
  font-weight: 600;
  color: #e98914; }

.header .navbar-light li.link-des .col-links.col-txt .links-txt {
  color: #868282;
  margin-bottom: 10px; }

.header .navbar-light li.link-des .col-links.col-txt {
  border-right: 1px solid #ddd; }

.navbar li:nth-child(6).drop-item-link2.row-3 .dropdown-content .col-links {
  flex: 0 0 69%;
  width: 69%; }

.navbar li:nth-child(6).drop-item-link2.row-3 .dropdown-content .col-links:first-child {
  width: 31%;
  flex: 0 0 31%; }

/******************** Top Banner-CSS ********************/
.top_banner {
  display: flex;
  align-items: center;
  float: none;
  width: 100%;
  position: relative;
  background-size: cover;
  min-height: 279px;
  background-repeat: no-repeat; }

.slid-bg.light .overlay {
  background-color: rgba(248, 224, 144, 0.15); }

.top_banner img {
  width: 100%; }

.top_banner_text {
  position: relative;
  transform: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  text-align: right;
  padding: 0 15px 0px 15px; }

.top_banner_text .inner-banner-txt {
  max-width: 538px; }

.top_banner.right .top_banner_text .inner-banner-txt {
  margin-left: auto; }

.top_banner.left .top_banner_text .inner-banner-txt {
  margin-right: auto; }

.top_banner_text h4 {
  /*max-width: 642px;*/
  margin-left: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background-image: url(../images/text_bg.png);
  background-repeat: no-repeat;
  line-height: 65px;
  background-position: 74% 0;
  background-size: cover; }

.footer-des .discount,
.top_banner_text .discount {
  align-items: center;
  margin-top: 20px;
  width: 100%;
  margin-left: auto; }

.footer-des .discount .icon,
.top_banner_text .discount .icon {
  width: 30px;
  margin-right: 7px;
  margin-top: 4px; }

.footer-des .discount .txt,
.top_banner_text .discount .txt {
  color: #fff;
  width: 314px;
  text-align: left;
  font-size: 15px; }

.footer-des .discount .txt span,
.top_banner_text .discount .txt span {
  box-shadow: inset 0 -8px 0 0 #f59320;
  font-weight: 600;
  color: white;
  font-size: 18px; }

.footer-des .discount {
  justify-content: center; }

.footer-des .discount .txt,
.footer-des .discount .txt span {
  color: #000;
  font-weight: 500; }

.footer-des .discount .txt span {
  font-weight: 600; }

.footer-des .discount {
  padding-left: 31px;
  padding-bottom: 25px; }

.top_banner_text .banner-btn {
  text-align: left;
  margin-top: 20px; }

.top_banner_text h4 {
  line-height: 32px;
  background-image: none;
  text-align: left; }

.top_banner_text h4 p {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 0px; }

.type2 .top_banner_text h4 p.big-size {
  font-size: 35px; }

.type2 .top_banner_text h4 p.small-size span,
.type2 .top_banner_text h4 p.small-size {
  font-size: 24px; }

.type2 .top_banner_text h4 p.small-size:last-child {
  margin-top: 20px; }

.top_banner_text h4 > span {
  padding: 0;
  box-shadow: inset 0 -11px 0px 0px #f59320;
  font-size: 26px;
  line-height: 42px; }

.top_banner.long .top_banner_text h4 p span,
.top_banner.long .top_banner_text h4 p {
  font-size: 21px;
  line-height: 33px; }

.top_banner_text h4 span span {
  color: #fff;
  padding: 0;
  font-size: 42px; }

.top_banner_text h4 p span {
  font-size: 42px;
  color: #fa951f; }

.top_banner_text p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 1;
  margin-top: 0px;
  margin-left: auto;
  text-align: left;
  margin-bottom: 0; }

.top_banner_text .top-note {
  margin-bottom: 0; }

.top_banner_text a {
  background-color: #fa951f;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 55px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.4s;
  margin-top: 10px; }

.top_banner_text a:hover {
  box-shadow: none;
  background-color: #ea8815; }

/***************************** Three Banner Blocks-CSS **********************/
.main-section-flex,
.page-wrapper .main,
.container-fluid {
  max-width: 1300px; }

.main-section-flex {
  margin: 40px auto;
  padding: 0 15px;
  justify-content: initial; }

.main-flex,
#wrapper #col1wrapper,
.sidebar,
.telephone-page .main-flex {
  border: none;
  border-radius: 0px; }

.main-flex {
  width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  text-align: center; }

.sidebar {
  width: 260px;
  flex: 0 0 260px;
  background-color: #001a57; }

.page-wrapper .main {
  margin-bottom: 25px;
  background-color: #001a57; }

.psychic_videos .right-col-wrap {
  border-radius: 0px;
  background-color: #f8dd82;
  padding: 30px 30px;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.15); }

.page-wrapper {
  padding: 0px; }

.section-60 {
  width: 100%; }

.miniview-heading {
  display: block;
  text-align: center;
  background-color: transparent; }

.miniview-heading h3 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 700; }

.app-page .main-flex h1 {
  color: #333; }

.section-60 .lt-border {
  border: none;
  padding: 0px; }

.section-60 .lt-border .more-psychics {
  text-align: center;
  margin-top: 25px; }

.section-60 .lt-border .more-psychics a {
  color: #333;
  font-weight: 500; }

.three_banner_block {
  width: 100%;
  padding: 50px 15px 50px 15px;
  background-color: transparent;
  flex-wrap: wrap; }

.section-60 .lt-border,
.section-60 {
  background-color: transparent; }

.three_banner_block h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  line-height: inherit; }

.telephone_psychic {
  -webkit-box-shadow: 4px 4px 12px 6px #ededed;
  box-shadow: 4px 4px 12px 6px #ededed;
  border-radius: 15px;
  padding: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  margin: 0 8px;
  width: calc(25% - 16px);
  flex: none;
  font-size: 15px; }

.three_banner_block .pad_0 {
  padding: 0; }

#MiniViewHome {
  min-height: 432px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  float: none; }

section {
  float: none !important; }

.psychic_info {
  background: #fcf1e5;
  text-align: center;
  margin-bottom: 15px; }

.psychic_info img {
  width: 100px;
  height: auto; }

.psychic_info .psychic-heading {
  padding: 5px; }

.psychic_info .readers-pic {
  width: 100%; }

.psychic_info .abili-txt {
  flex-wrap: wrap;
  font-size: 14px;
  padding: 10px;
  width: calc(100% - 75px); }

.psychic_info .abili-txt p:first-child {
  padding-right: 10px;
  margin: 0; }

.psychic_info h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }

.psychic_info h6 span {
  font-weight: 400;
  padding: 0 3px; }

.psychic_info h5 {
  color: #2db200;
  font-weight: 700;
  font-size: 14px;
  margin: 0; }

.psychic_info h5.green {
  color: #2db200; }

.psychic_info h5.grey {
  color: #8a8a8a; }

.psychic_info h5.red {
  color: #ce2f2f; }

.telephone_psychic .row-details, .readers-inner .row-details {
  margin: 10px 0 0 0; }
  .telephone_psychic .row-details span:first-child, .readers-inner .row-details span:first-child {
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block; }
  .telephone_psychic .row-details span:last-child, .readers-inner .row-details span:last-child {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 2px; }

.three_banner_block p {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 6px; }

.psychic_details p {
  text-align: left;
  padding-left: 5px; }

.psychic_details {
  margin-bottom: 10px; }

.greeting_player {
  /* padding-right: 0; */
  position: relative;
  /* right: -5px;*/ } 
  .greeting_player img {
    width: 100px !important;
    height: 18px !important; }
    @media (max-width: 870px) {
      .greeting_player img {
        height: auto; } }

.psychic_greeting p {
  text-align: left;
  margin: 0;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fa951f; }

.psychic_greeting p img {
  width: 18px;
  margin-right: 8px; }

.psychic_contact p {
  font-size: 14px;
  color: #ff0000;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px; }

.psychic_contact.col-12 p {
  text-align: right;
  left: -5px;
  position: relative; }

.psychic_contact a {
  background-color: #28a745;
  color: #fff;
  /* font-weight: 700; */
  font-size: 14px;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;;
  margin: 0 3px;
  max-width: 110px;
  display: inline-block; }

.psychic-page .psychic_contact a {
  padding: 8px;
  font-size: 15px; }

.psychic-readers-container {
  max-width: 1150px;
  margin: 0 auto; }

.psychic_contact a img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle; }

  .psychic_contact a i.fa {
    line-height: normal;
    margin-right: 2px; }

.three_banner_btn a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: 500;
  margin-top: 40px;
  text-decoration: none; }

.three_banner_btn a:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
  content: ""; }

.three_banner_text p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px 3px #f0f0f0;
  box-shadow: 3px 3px 10px 3px #f0f0f0;
  width: auto;
  float: left;
  padding: 0;
  margin: 40px auto 0; }

.three_banner_text p span.orange_bg {
  background-color: #f9961f;
  padding: 16px 16px 16px 31px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.three_banner_text p span.red_bg {
  background-color: #ff0000;
  padding: 16px 30px 16px 16px;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.three_banner_text p span.red_bg a {
  color: #fff;
  text-transform: uppercase; }

.three_banner_text p span.black_bg {
  background-color: #333333;
  padding: 16px 35px; }

.three_banner_text p span.red_bg span {
  width: 0;
  height: 60px;
  border-bottom: 60px solid #ff0000;
  border-left: 30px solid transparent;
  display: inline-block;
  position: absolute;
  left: -34px;
  top: 0;
  padding-right: 4px; }

.three_banner_text p span.orange_bg span {
  width: 0;
  height: 60px;
  border-top: 60px solid #f9961f;
  border-right: 30px solid transparent;
  display: inline-block;
  position: absolute;
  right: -34px;
  top: 0;
  padding-right: 4px; }

/***************************** Main Section **********************/
.main-section {
  padding: 0px 15px; }

/***************************** Main Section **********************/
/***************************** Slideshow-CSS **********************/
.slideshow {
  float: none;
  width: 100%;
  position: relative; }

.slideshow .slid-bg {
  min-height: 279px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.slideshow .slid-bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.slideshow .slid-bg.dark .overlay {
  background: linear-gradient(45deg, #000000, transparent); }

.slideshow .owl-theme .owl-nav {
  margin-top: 0; }

.slideshow .owl-theme .owl-nav .owl-prev {
  border-radius: 100%;
  background-color: rgba(245, 147, 32, 0.5);
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  left: 2%;
  position: absolute;
  top: 48%;
  transform: translate(0px, -50%);
  margin: 0; }

.slideshow .owl-theme .owl-nav .owl-next {
  border-radius: 100%;
  background-color: rgba(245, 147, 32, 0.5);
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  top: 48%;
  right: 2%;
  transform: translate(0px, -50%);
  margin: 0; }

.slideshow .owl-theme .owl-nav button .arrow {
  font-size: 35px;
  color: #fff;
  margin-top: 5px;
  text-align: center; }

.slideshow .owl-theme .owl-nav button.owl-prev .arrow {
  padding-right: 7px; }

.slideshow .owl-theme .owl-nav button.owl-next .arrow {
  padding-left: 7px; }

.slideshow .slider_text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
  left: 50%;
  transform: translateX(-50%); }

.slideshow .slider_text h3 {
  display: inline-block;
  color: #fff;
  max-width: 500px;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: inherit; }

.slideshow .slider_text h3 p {
  margin: 0;
  display: inline;
  line-height: inherit;
  color: #fff; }

.slideshow h3 span {
  color: #fa951e;
  font-size: 40px; }

.slideshow h3 span span {
  background-color: #00d900;
  display: inline-block; }

.owl-theme .owl-nav .owl-prev:focus, .owl-theme .owl-nav .owl-next:focus {
  outline: none; }

.chat-banner {
  padding-left: 10%;
  padding-right: 10%;
}
.chat-banner .top_banner_text h4 p,
.chat-banner .top_banner_text p,
.chat-banner .discount .txt,
.chat-banner .discount .txt span {color: #000}

.chat-banner .top_banner_text h4 p.big-size,
.chat-banner .top_banner_text h4 p.big-size span {
  font-size: 44px;
  line-height: 1.2em;
  color: #000;
  position: relative;
  z-index: 1;
}
.chat-banner .top_banner_text h4 p.big-size span.big-underscore {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.chat-banner .top_banner_text h4 p.big-size span.big-underscore::after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fa951f;
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.chat-banner .top_banner_text h4 p.small-size,
.chat-banner .top_banner_text h4 p.small-size span {
  margin: 0 !important;
  padding: 0;
  font-size: 28px !important;
  line-height: 1.4em !important;
}
.chat-banner .top_banner_text h4 p.small-size {
  padding-top: 0.25em;
}

.chat-banner .inner-banner-txt {
  max-width: 100%;
}
.chat-banner .top_banner_text h4 {
  max-width: 100%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .slideshow .slid-bg.chat-banner {
    background-position: -480px;
  }
}
@media (max-width: 600px) {
  .slideshow .slid-bg.chat-banner {
    background-position: -760px;
  }
}
@media (min-width: 320px) {
  .chat-banner .top_banner_text h4 p.big-size,
  .chat-banner .top_banner_text h4 p.big-size span {
    font-size: calc(22px + (44 - 22) * ((100vw - 320px) / (1200 - 320)));
  }
  .chat-banner .top_banner_text h4 p.small-size,
  .chat-banner .top_banner_text h4 p.small-size span {
    /*font-size: 28px !important;*/
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1200 - 320))) !important;
  }
}

/***************************** Text With Videos-CSS **********************/
.text_with_videos {
  width: 100%;
  padding: 0px 15px 25px 15px;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left; }

.text_with_videos .row {
  margin: 0; }

.text_with_videos .section-60 {
  padding-top: 50px; }

main .heading h1,
.main-flex > h1,
.section-60 h3 {
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 35px;
  display: inline-block;
  width: inherit;
  padding-bottom: 15px;
  text-align: center; }

main .heading h1::before,
.main-flex > h1::before,
.section-60 h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(45deg, transparent, #001a57, transparent);
  left: 0; }

.telephone-page .main-flex ul {
  text-align: left; }

.telephone-page .main-flex .artc {
  font-size: 16px; }

.telephone-page .main-flex h2 a,
.main-flex > h3 > a {
  color: #f8ae5b;
  text-decoration: none; }

.main-flex .description {
  padding: 0 15px;
  text-align: left; }

.main-flex .description ol {
  padding-left: 15px; }

.main-flex .description h5 a,
.main-flex .description h4 a {
  color: #333; }

.main-flex .description li a {
  color: #f59320; }

.main-flex .horoscope-video-grid {
  padding-bottom: 10px; }

.text_with_videos p {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 25px; }

.content-section .video-links-section h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 30px; }

.text_with_videos iframe {
  margin-bottom: 10px; }

.psychic_videos {
  padding-left: 45px; }

/***************************** Psychic Blocks-CSS **********************/
.psychic_blocks {
  width: 100%;
  background-color: #f8dd83;
  padding: 40px 0 30px;
  background-image: url(../images/psychic-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.psychic_blocks ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.psychic_blocks ul li {
  display: inline-block;
  width: calc(25% - 25px);
  margin: 10px;
  position: relative;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.psychic_blocks ul li a {
  position: relative;
  display: block;
  z-index: 3;
  min-height: 215px; }

.psychic_blocks ul li a.display-contain {
  background: white; }

.psychic_blocks ul li a .inner-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .5s ease-in-out; }

.psychic_blocks ul li a.display-contain .inner-cover {
  background-position: 0 20px;
  background-size: contain; }

.psychic_blocks ul li p {
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 20px;
  padding: 0 10px;
  z-index: 2; }

.psychic_blocks ul li {
  position: relative; }

.psychic_blocks ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(transparent, #454558);
  width: 100%;
  height: 130px;
  z-index: 1;
  left: 0; }

/***************************** Psychic Articles-CSS **********************/
.psychic_articles {
  width: 100%;
  max-width: 1300px;
  width: 100%;
  padding: 50px 15px;
  margin: 0 auto; }

.psychic_articles h3 {
  font-size: 20px;
  color: #f8961f;
  font-weight: 700;
  border-bottom: 2px solid #f8961f;
  padding-bottom: 12px; }

.psychic_articles p {
  font-size: 14px;
  color: #000;
  line-height: 25px;
  margin-bottom: 0px; }

.psychic_articles p a {
  font-size: 14px;
  color: #000;
  cursor: auto;
  text-decoration: none; }

.psychic_articles a.highlight-links,
.psychic_articles p.highlight-links a {
  color: #f8961f;
  font-weight: 500;
  cursor: pointer; }

.article_block {
  -webkit-box-shadow: 3px 3px 12px 6px #f5f5f5;
  box-shadow: 3px 3px 12px 6px #f5f5f5;
  margin: 25px 25px 0px 25px;
  padding: 20px 25px;
  min-height: 410px;
  background-color: #001a57; }

.psychic_articles .owl-theme .owl-nav {
  margin-top: 0; }

.psychic_articles .owl-theme .owl-nav .owl-prev {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0px, -50%);
  margin: 0; }

.psychic_articles .owl-theme .owl-nav .owl-next {
  font-size: 35px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0px, -50%);
  margin: 0; }

.psychic_articles .owl-theme .owl-nav button:hover {
  background-color: transparent;
  color: #333; }

.psychic_articles .info-section-inner {
  padding: 0px; }

.three_banner_block .ads-section {
  display: none; }

#container,
#wrapper {
  min-width: inherit;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0 15px; }

#container > div {
  width: 100%; }

#wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px; }

#wrapper #col1wrapper {
  padding: 0 15px;
  margin: 0px; }

#mainContent iframe {
  width: 100%; }

#wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin: 50px auto 25px auto; }

#col2wrapper {
  flex: 0 0 260px;
  width: 260px;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: #fff; }

#col2wrapper #col2 {
  width: 100%;
  margin: 0;
  padding: 10px; }

#col2wrapper {
  background: #f8dd82; }

#col1 #mainContent .heading {
  background: none;
  height: inherit; }

.affiliates-page #col1wrapper {
  margin: 0;
  width: calc(100% - 260px);
  flex: 0 0 calc(100% - 260px); }

.affiliates-page #col1 {
  width: 100%;
  padding: 0 10px; }

.affiliates-page span,
.affiliates-page strong {
  display: inline; }

.affiliates-page iframe,
.affiliates-page table tbody,
.affiliates-page table tbody tr,
.affiliates-page table tbody tr td,
.affiliates-page table textarea,
.affiliates-page table {
  width: 100%;
  display: block; }

.affiliates-page table tbody tr td {
  height: inherit; }

/***************************** Footer-CSS **********************/
.footer {
  max-width: 100%;
  width: 100%;
  background: #d5d9ee;
  padding: 50px 0 40px;
  background-image: url(../images/footer-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-style: normal; }

.footer_overlay {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(231, 234, 255, 0.8); }

.footer h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700; }

.footer li {
  list-style-type: none;
  margin-bottom: 6px; }

.footer ul li {
  width: inherit; }

.footer ul li a {
  color: #222222;
  font-size: 15px;
  transition: 0.4s;
  text-decoration: none; }

.footer li a:hover {
  color: #fa951f;
  transition: 0.4s; }

.footer ul {
  font-size: inherit; }

.copyright_content .col-sm-6 > ul:first-child {
  display: flex;
  flex-wrap: wrap; }

.copyright_content .col-sm-6 > ul:first-child li {
  flex: 0 0 24.5%; }

.footer_copyright {
  width: 100%;
  margin-top: 20px; }

.copyright_content {
  border-top: 1px solid #634949;
  padding: 35px 0 0px; }

.footer_copyright p, .footer_copyright p a {
  font-size: 12px;
  color: #444444;
  margin: 0;
  line-height: 28px;
  transition: 0.4s;
  text-decoration: none; }

.footer_copyright ul li {
  margin: 0 15px 0 0;
  display: inline-block; }

.footer_copyright ul.socials {
  float: left;
  width: auto;
  padding: 0 5px;
  margin: 15px 0 0; }

.footer_copyright ul.socials li {
  display: inline-block;
  margin: 6px; }

.footer_copyright li i {
  color: #585e6d;
  font-size: 22px;
  vertical-align: middle;
  transition: 0.4s; }

.footer_copyright p a:hover, .footer_copyright a:hover i {
  color: #fa951f;
  transition: 0.4s; }

.copyright-txt {
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
  color: #444444; }

/************** psychic **************/
.psychic-page .psychic-row-container {
  flex-wrap: nowrap;
  padding-top: 30px; }

.psychic-page #col0wrapper.psychic-filters {
  width: 220px;
  flex: 0 0 220px;
  margin-bottom: 30px; }

.psychic-page #psychics_main.psychics-results {
  width: inherit;
  flex: auto;
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #001a57; }

#psychics_main #prevnext {
  display: none; }

.more-psychics button.view-more,
.all-readers button.view-more,
#psychics_main button.view-more {
  border: none;
  background-color: #f59320;
  color: #fff;
  font-size: 18px;
  font-family: inherit;
  font-weight: 700;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  outline: none;
  border-bottom: 5px solid #da7b0c;
  transition: all .2s;
  margin-top: 25px; }

.all-readers .view-btn-container {
  height: 55px; }

.more-psychics button.view-more:active,
.all-readers button.view-more:active,
#psychics_main button.view-more:active {
  border-bottom-width: 0px;
  transform: scale(0.998); }

.more-psychics button.view-more span,
.all-readers button.view-more span,
#psychics_main button.view-more span {
  margin-left: 4px; }

.psychic-page #col2wrapper.psychic-videos {
  width: 260px;
  flex: 0 0 260px;
  padding: 0px;
  margin-bottom: 30px; }

.all-readers #col2wrapper {
  flex: 0 0 260px;
  width: 260px; }
  @media (max-width: 960px) {
    .all-readers #col2wrapper {
      width: 100%;
      flex: 0 0 100%; } }

.all-readers #col1wrapper {
  flex: 0 0 calc(100% - 260px);
  width: 260px; }

#col2wrapper.psychic-videos #col2 {
  padding: 15px;
  background: #001a57; }

#col2wrapper.psychic-videos #col2 > p {
  font-weight: 600;
  color: #333; }

.psychic-page #col2wrapper.psychic-videos #col2 > p > a {
  display: block;
  margin-top: 8px; }

.all-readers .telephone_psychic,
.psychic-page .psychic-row-container .telephone_psychic {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 25px;
  border: none; }

.all-readers .telephone_psychic .readers-inner,
.psychic-page .psychic-row-container .telephone_psychic .readers-inner {
  height: 100%;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px;
  margin: 0 4px;
  color: #000;
  box-shadow: 4px 4px 12px 6px #ededed;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 55%, #f7f7f7 100%); }

#psychics_main #col1 {
  padding-bottom: 15px; }

#col1 {
  margin-top: 0px; }

.description p, .description h4 {
  color: #333;
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 16px; }

.form-container .highlight,
.description .heighlight {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #f59320;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 26px; }

.form-container .highlight a {
  color: #f59320; }

.form-container .highlight::before,
.description .heighlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background-color: #f59320; }

.form-container .title,
.description .title {
  color: #333;
  margin-left: 0px;
  margin-bottom: 15px; }

.footer-des.description {
  margin-top: 25px;
  text-align: center; }

.footer-des .tel-num {
  color: #f22a2a;
  font-weight: 600;
  font-size: 26px;
  line-height: inherit; }

.form-container {
  padding: 15px;
  border-left: 2px solid #f59320;
  background-color: #f3f3f3; }

.form-container .form-row {
  margin: 0;
  flex-wrap: wrap; }

.form-container .form-row.check-input {
  margin-bottom: 10px; }

.form-container .form-row.switch-input {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.form-container .form-row.switch-input .title {
  flex: 0 0 60%;
  width: 60%;
  padding-right: 15px; }

.form-container .form-row.switch-input .switch-container {
  flex: 0 0 40%;
  width: 40%; }

.form-container .form-row.switch-input .switch-container {
  display: flex; }

.form-container .form-row.switch-input label {
  position: relative;
  display: flex;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.form-container .form-row.switch-input label span {
  font-weight: 500;
  margin-right: 8px; }

.form-container .form-row.switch-input label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0; }

.form-container .form-row.switch-input label .check {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #001a57;
  display: block;
  border: 2px solid #b3b3b3;
  box-shadow: inset 0px 0px 0 3px #ffffff; }

.form-container .form-row.switch-input label input:checked + .check {
  background: #f59320;
  border-color: #f59320; }

.form-container .form-row.btn-container {
  margin-top: 25px;
  margin-bottom: 10px;
  justify-content: center; }

.form-container .form-row.btn-container input {
  border: none;
  background-color: #f59320;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
  width: 160px;
  outline: none;
  display: block;
  transition: all .2s; }

.form-container .form-row.btn-container .reset input {
  background-color: #464646;
  color: #ffffff; }

.form-container .form-row.btn-container .reset input:hover {
  background-color: #333; }

.form-container .form-row.btn-container .submit input:hover {
  background-color: #ec850c; }

.form-container .form-row.btn-container > div:not(:last-child) {
  margin-right: 15px; }

.form-container .form-row .des {
  width: 100%;
  flex: 0 0 100%;
  color: #333; }

.form-container .form-row .title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500; }

.form-container .form-row .form-group:not(.form-group-row) {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px; }

.form-container .form-row .form-group.full {
  flex: 0 0 100%;
  width: 100%; }

.form-container .form-row .form-group.form-group-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.form-container .form-row .form-group.form-group-row .form-group-inner {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding-right: 15px; }

.form-container .form-row .form-group label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px; }

.form-container .form-row label.error {
  color: red;
  font-size: 12px;
}

.form-container .form-row .form-group .check-container {
  position: relative;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer; }

.form-container .form-row .form-group .check-container .txt {
  margin-right: 7px; }

.form-container .form-row .form-group .check-container input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0; }

.form-container .form-row .form-group .check-container .check {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #f59320;
  display: inline-block; }

.form-container .form-row .form-group .check-container .check .icon {
  display: none;
  width: 15px;
  height: 15px; }

.form-container .form-row .form-group .check-container input:checked + .check {
  background-color: #f59320;
  box-shadow: 0 0 3px 0 #f59320; }

.form-container .form-row .form-group .check-container input:checked + .check .icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
  font-size: 15px; }

.form-container .form-row textarea,
.form-container .form-row .form-group input:not([type=checkbox]) {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  font-weight: 500;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  outline: none;
  padding: 10px;
  transition: all .2s; }

.form-container .form-row textarea:focus,
.form-container .form-row .form-group input:not([type=checkbox]):focus {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.45); }

.form-container .form-row textarea {
  height: 150px; }

#wrapper .heading-title,
main .heading h1,
#mainContent .heading h1,
#psychics_main #col1 > h3 {
  color: #000;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 30px 0 15px 0;
  text-align: center; }

.outlines {
  padding-bottom: 15px; }

.outlines ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.outlines ul li {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  margin: 0 0 20px 0 !important;
  position: relative; }

.outlines ul li .inner-content {
  padding: 40px 15px 10px 15px;
  margin-right: 15px;
  color: #333;
  box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.15);
  height: 100%; }

.outlines ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #f59320; }

#wrapper .heading-title::before,
#mainContent .heading h1::before,
#psychics_main #col1 > h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(45deg, transparent, #001a57, transparent);
  max-width: 100%;
  width: 100%;
  height: 3px; }

.psychic-page .psychics-results #prevnext {
  color: #333;
  margin-top: 10px; }

#search_div {
  width: 330px;
  margin-top: 10px;
  margin-left: auto;
  max-width: 100%;
  padding: 0px;
  background-color: #001a57;
  background-color: rgba(0, 0, 0, 0.055); }

#search_div form {
  margin-bottom: 0px; }

#search_div h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold; }

#search_div h4 {
  color: #333;
  font-size: 15px;
  font-weight: bold; }

#search_div form > div {
  margin-bottom: 20px;
  font-weight: 400;
  color: #333; }

#search_div #search input[name=search] {
  max-width: 300px;
  width: 100%;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-family: inherit;
  border-radius: 35px;
  outline: none;
  margin-right: 10px;
  transition: all .2s; }

#search_div #search {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px; }

#search_div #search .inner-input {
  display: flex;
  width: calc(100% - 50px);
  position: relative;
  min-height: 33px;
  transition: all .25s ease-in-out; }

#search_div #search .inner-input .input-btn {
  position: relative;
  width: 130px;
  display: flex;
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#search_div #search .inner-input .input-btn .input-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #001a57;
  width: 100%;
  text-align: left;
  top: 32px;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3); }

#search_div #search .inner-input .input-btn.active .fa-chevron-down {
  transform: rotate(180deg); }

#search_div #search .inner-input .input-btn.active .input-dropdown {
  display: block;
  animation: fadeIn2 .25s ease-in-out; }

#search_div #search .inner-input .input-btn.fade-out .input-dropdown {
  display: block;
  opacity: 0;
  animation: fadeOut2 .25s ease-in-out; }

#search_div #search .inner-input .input-btn .input-dropdown .input-item {
  padding: 5px;
  font-size: 15px;
  border-bottom: 1px solid #e4e2e2;
  cursor: pointer; }

#search_div #search .inner-input .input-btn .input-dropdown .input-item:last-child {
  border-bottom-color: transparent; }

#search_div #search .inner-input .input-btn .input-dropdown .input-item:hover {
  background-color: #e4e2e2; }

#search_div #search .inner-input .input-btn .input-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  background-color: #f3f3f3;
  transition: background-color .25s; }

#search_div #search .inner-input .input-btn .input-title:hover {
  background-color: #dcdcdc; }

#search_div #search .inner-input .input-btn .input-title .fa-search {
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 2px; }

#search_div #search .inner-input .input-btn .input-title .fa-chevron-down {
  font-size: 13px;
  margin-left: 5px;
  transition: all .25s ease-in-out; }

#search_div #search .inner-input input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 0px;
  margin: 0;
  border: 1px solid #333;
  width: 150px; }

#search_div #search .inner-input input:focus {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2); }

#search_div #search > button {
  border: none;
  background-color: #333;
  color: #fff;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  padding: 7.5px;
  transition: background-color .25s; }

#search_div #search > button:hover {
  background-color: #000; }

#search_div #search > button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%; }

#search_div input[type=checkbox], input[type=radio] {
  margin-right: 8px; }

.footer ul li,
#col2wrapper,
#col1wrapper {
  float: none; }

#col2,
#col2wrapper,
#col1wrapper {
  min-height: inherit; }

.page-wrapper:after {
  background: transparent; }

.tel-page-header h2 .tel-num {
  color: #bf4646 !important; }

.hdr-sm {
  color: #333; }

.psychic-list-inset {
  color: #000;
  background: transparent; }

.psychic-list-inset h1 {
  color: #000;
  font-weight: 500; }

.psychic-list-inset .highlight {
  color: #2db200;
  font-weight: bold; }

.mini-psychics-item {
  background-color: #001a57; }

.mini-psychics-item .bio-txt {
  margin: 0;
  width: 100%;
  flex: 0 0 100%;
  padding: 10px 10px 5px 10px; }
  .mini-psychics-item .bio-txt span:last-child {
    display: inline-block;
    margin-top: -10px;
    position: relative;
    top: -15px; }
  .mini-psychics-item .bio-txt span:first-child {
    font-size: 12px;
    font-weight: 500;
    height: 83px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis; }

.mini-psychics-info {
  width: calc(100% - 70px); }

.mini-name {
  color: #f59320; }

.mini-psychics-list {
  padding-top: 10px;
  background-color: rgba(245, 147, 32, 0.23); }

.mini-psychic-details {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500; }

.mini-psychic-details span strong {
  margin-right: 6px;
  display: initial; }

.mini-psychics-title {
  margin-bottom: 5px; }

.mini-psychics-pic img {
  margin-top: 0px; }

.mini-ext {
  font-size: 11px;
  font-weight: 500; }

.mini-psychics-item {
  padding: 8px 5px;
  flex-wrap: wrap; }

.mini-psychics-title span, .mini-psychic-details span {
  display: inline; }

/************** psychic **************/
/****************************** Responsive CSS ***************************/
@media only screen and (min-width: 1700px) {
  .top_banner_text h4 span {
    font-size: 32px;
    line-height: 46px; }
  .top_banner_text h4 span span {
    font-size: 45px; }
  .top_banner_text h4 {
    line-height: 45px; }
  .top_banner_text .inner-banner-txt {
    /*max-width: 615px;*/ }
  .top_banner.long .top_banner_text h4 p span,
  .top_banner.long .top_banner_text h4 p {
    font-size: 24px;
    line-height: 35px; } }

@media only screen and (min-width: 1500px) {
  .psychic_blocks ul li a {
    min-height: 300px; } }

@media only screen and (min-width: 1480px) {
  .psychic_blocks > .container {
    max-width: 1450px; }
  .psychic_blocks ul li p {
    font-size: 28px;
    bottom: 32px; } }

@media only screen and (max-width: 1430px) {
  .header .navbar-light li,
  .dropbtn {
    font-size: 14px; } }

@media only screen and (max-width: 1400px) {
  .slideshow .slider_text {
    max-width: 915px; } }

@media only screen and (max-width: 1370px) {
  .psychic_articles .owl-theme .owl-nav .owl-prev {
    left: 0px; }
  .psychic_articles .owl-theme .owl-nav .owl-next {
    right: 0px; }
  .three_banner_block {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 1199px) {
  .navbar button.dropbtn,
  nav.navbar {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0px; }
  .top_banner_text a {
    font-size: 20px; }
  .telephone_psychic {
    margin: 0 10px;
    width: calc(33.33% - 20px); }
  .psychic_contact a {
    padding: 8px; }
  .three_banner_block p {
    padding-right: 0px; }
  .telephone_psychic {
    padding: 10px 10px; }
  .three_banner_text p {
    font-size: 16px; }
  .three_banner_text p span.red_bg span {
    height: 55px;
    border-bottom-width: 55px; }
  .three_banner_text p span.orange_bg span {
    height: 55px;
    border-top-width: 55px; }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 20px; }
  .owl-carousel .owl-nav button.owl-next img,
  .owl-carousel .owl-nav button.owl-prev img {
    width: 100%; }
  .psychic-page #col0wrapper.psychic-filters {
    width: 200px;
    flex: 0 0 200px; }
  .psychic-page #search_div #search input[name=search] {
    max-width: 130px; }
  .psychic-page #col2wrapper.psychic-videos {
    width: 215px;
    flex: 0 0 215px; }
  .slideshow .slider_text {
    max-width: 800px; }
  .top_banner_text .inner-banner-txt {
    /*max-width: 440px;*/ }
  .type2 .top_banner_text h4 p.big-size,
  .top_banner_text h4 p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 4px; }
  .top_banner_text h4 p span {
    font-size: 37px; }
  .psychic_videos {
    padding-left: 20px; }
  .type2 .top_banner_text h4 p.small-size span,
  .type2 .top_banner_text h4 p.small-size {
    font-size: 18px; } }

@media only screen and (min-width: 1500px) {
  .header > .container > .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  .text_with_videos,
  .psychic_articles,
  #container,
  #wrapper,
  #MiniViewHome,
  .main-section-flex,
  .page-wrapper .main,
  .container-fluid,
  .navbar-expand-lg .navbar-collapse,
  .header > .container > .col-sm-12 {
    max-width: 1450px; }
  .top_banner_text {
    max-width: 1300px; }
  #container,
  #wrapper {
    padding: 0; }
  .main-flex {
    width: inherit;
    flex: auto;
    margin-bottom: 30px;
    padding: 0 15px;
    background-color: #001a57;
    flex: 0 0 calc(100% - 260px);
    width: 260px; }
  .sidebar {
    width: 300px;
    flex: 0 0 300px;
    width: 260px;
    flex: 0 0 260px; } }

@media only screen and (min-width: 992px) {
  .navbar {
    /*background-color: #464646;*/
    background-color: #09c;
    padding: 0px; }
  .header .navbar-light li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    padding: 10px 5px;
    transition: all .2s ease-in-out; }
  .header .navbar-light li:hover {
    /*background-color: #383737;*/
    background-color: #21a9d7; }
  .header .navbar-light li:nth-child(6) .dropdown-content {
    left: -216%;
    min-width: 570px; }
  .header .navbar-light li:nth-child(7) .dropdown-content {
    margin-top: 11px;
    left: -505%; }
  .drop-item-link2.row-3 .dropdown-content {
    min-width: 650px; } }

@media only screen and (max-width: 1330px) {
  .header .navbar-light li:nth-child(7) .dropdown-content {
    left: -505%; }
  .header .navbar-light li:nth-child(6) .dropdown-content {
    left: -220%; } }

@media only screen and (max-width: 1250px) {
  .form-container .form-row.check-input .form-group .form-group-inner {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 12px; }
  .form-container .form-row.check-input .form-group.form-group-row {
    margin-bottom: 0px; } }

@media only screen and (max-width: 1199px) {
  .header .navbar-light li:nth-child(7) .dropdown-content {
    left: -560%; }
  .header .navbar-light li:nth-child(6) .dropdown-content {
    left: -260%; }
  .psychic_blocks ul li p {
    font-size: 18px; }
  .section-60 .lt-border .more-psychics {
    margin-top: 15px; }
  .banner-bg {
    min-height: 350px !important; }
  .top_banner_text h4 > span {
    font-size: 22px;
    line-height: 37px; }
  .top_banner_text h4 span span {
    font-size: 37px; }
  .top_banner.long .top_banner_text h4 p span,
  .top_banner.long .top_banner_text h4 p {
    font-size: 18px;
    line-height: 26px; }
  .top_banner_text {
    max-width: 800px; }
  .main-flex {
    width: calc(100% - 270px);
    flex: 0 0 calc(100% - 270px); }
  .sidebar {
    width: 270px;
    flex: 0 0 270px; } }

@media only screen and (max-width: 1100px) {
  .drop-item-link2 .dropdown-content {
    left: -100%; }
  .section-60 .lt-border .more-psychics {
    margin-top: 10px; }
  .slideshow .slider_text {
    max-width: 700px; }
  .top_banner_text .inner-banner-txt {
    /*max-width: 425px;*/ } }

@media only screen and (max-width: 991px) {
  .header .navbar-light .navbar-nav .nav-link,
  .dropdown {
    position: static;
    width: 100%;
    padding: 15px; }
  .dropdown {
    padding: 0; }
  .dropdown-content {
    margin-bottom: 15px; }
  .navbar button.dropbtn {
    padding: 15px;
    width: 100%;
    text-align: left;
    min-height: 56px; }
  .header .navbar-light .navbar-nav .nav-link,
  .navbar button.dropbtn {
    font-size: 18px; }
  .header .header_right {
    padding-right: 70px; }
  .telephone_psychic {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    float: left;
    display: inline-block; }
  .psychic_blocks ul li {
    width: calc(33% - 25px); }
  .three_banner_text p span.orange_bg {
    padding: 16px 5px 16px 5px; }
  .three_banner_text p span.red_bg {
    padding: 16px 5px 16px 5px; }
  .three_banner_text p span.black_bg {
    padding: 16px 25px; }
  .three_banner_text {
    padding: 0px; }
  .three_banner_text p {
    line-height: 52px;
    font-size: 14px; }
  .three_banner_text p span.red_bg span {
    height: 52px;
    border-bottom-width: 52px; }
  .three_banner_text p span.orange_bg span {
    height: 52px;
    border-top-width: 52px; }
  .navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 5px 15px 0 15px;
    border-radius: 100%;
    border: none;
    background-color: #fa951e;
    outline: none; }
  .navbar .navbar-btn-icon {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #001a57;
    margin-bottom: 6px; }
  .header .navbar-light li {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid black;
    padding: 0;
    margin: 0px;
    text-align: left;
    min-height: 56px; }
  .header .navbar-light li:last-child {
    border: none; }
  .header .navbar-light ul {
    padding: 0;
    display: block; }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: white; }
  .navbar .navbar-toggler .navbar-btn-icon {
    transition: all .2s linear; }
  .navbar .navbar-toggler.active {
    box-shadow: 0 0 12px 0px #fa951e; }
  .navbar .navbar-toggler.active .navbar-btn-icon:nth-child(2) {
    opacity: 0; }
  .navbar .navbar-toggler.active .navbar-btn-icon:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px); }
  .navbar .navbar-toggler.active .navbar-btn-icon:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px); }
  .dropdown-content,
  .drop-item-link2 .dropdown-content {
    left: 15px !important; }
  .drop-item-link2.row-2 .dropdown-content,
  .dropdown-content,
  .drop-item-link2 .dropdown-content,
  .drop-item-link2 .dropdown-content .dropdown-inner {
    width: 100%;
    max-width: calc(100% - 15px);
    min-width: inherit;
    background-color: transparent; }
  .header .navbar-light li.bg .dropdown-content {
    width: calc(100% - 30px);
    background-color: #89A5A8; }
  .top_banner_text .banner-btn,
  .top_banner_text h4 {
    margin-left: auto;
    margin-right: auto; }
  .footer_copyright ul li {
    margin-bottom: 10px; }
  .section-60 .lt-border .more-psychics {
    margin-top: 5px; }
  .slideshow .slider_text {
    justify-content: center;
    padding: 0 15px; }
  .header_right > .row .right-content > a > .icon {
    width: 50px;
    height: 50px;
    font-size: 27px;
    padding: 9px; }
  .header_right > .row .right-content > a > .txt {
    width: 192px;
    padding-left: 10px;
    padding-right: 10px; }
  .header_right > .row .right-content > a > .txt p {
    font-size: 13px; }
  .header_right > .row .right-content > a > .txt .phone {
    font-size: 18px;
    padding-top: 4px; }
  .header_right > .row .left-content > div .txt {
    font-size: 14px; }
  .header_right > .row .left-content > div .icon {
    font-size: 20px;
    margin-left: 5px; }
  .header_right > .row .left-content > div .icon i {
    width: 18px; }
  .header_right > .row .left-content > div:nth-child(2) .icon {
    font-size: 17px; } }

@media only screen and (max-width: 991px) and (max-width: 870px) {
  .header_right > .row .left-content > div:nth-child(1) li.dropdown {
    margin-bottom: 0; } }

@media only screen and (max-width: 991px) {
  .header_right > .row .left-content {
    flex: 0 0 195px; }
  .header_menu > .col-sm-12 {
    position: absolute;
    top: 14px;
    padding: 0 15px;
    display: inline-block;
    width: inherit;
    right: 0;
    /* position: relative; */ }
  nav.navbar {
    display: inline-block; }
  .header_right > .row .right-content {
    padding: 0px; }
  .header_right > .row .right-content > a > .txt {
    padding: 5px; }
  .top_banner_text a {
    padding: 0 26px;
    height: 46px;
    line-height: 46px;
    margin-top: 5px; }
  .top_banner_text a {
    font-size: 18px; }
  .slideshow .owl-theme .owl-nav .owl-prev,
  .slideshow .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px; }
  .slideshow .owl-theme .owl-nav button .arrow {
    font-size: 30px; }
  .top_banner.left .top_banner_text .inner-banner-txt {
    margin-left: 27px; }
  .top_banner.right .top_banner_text .inner-banner-txt {
    margin-right: 27px; }
  .header_left .logo {
    max-width: 370px;
    margin-left: 75px; }
  .slideshow .slid-bg.right {
    background-position: -75px; }
  .navbar .navbar-collapse .mob-options .close-icon {
    display: inline-block;
    text-align: right;
    padding: 15px 35px 10px 15px;
    font-size: 56px;
    line-height: 40px;
    cursor: pointer;
    color: #ea4949; }
  .navbar .navbar-collapse .mob-options {
    text-align: right; }
  .navbar .navbar-collapse .mob-options .mob-btn {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #fff; }
  .navbar .navbar-collapse .mob-options .mob-btn a {
    background-color: #fa951e;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    transition: all .25s;
    font-weight: 500; }
  .navbar .navbar-collapse .mob-options .mob-btn a:hover {
    background-color: #e88714; }
  .text_with_videos .section-40 {
    padding-right: 0px; }
  .main-flex {
    width: calc(100% - 230px);
    flex: 0 0 calc(100% - 230px); }
  .sidebar {
    width: 230px;
    flex: 0 0 230px; }
  .outlines ul li {
    flex: 0 0 50%;
    width: 50%; }
  #col2wrapper {
    flex: 0 0 28%;
    width: 28%; }
  .affiliates-page #col1wrapper {
    flex: 0 0 72%;
    width: 72%; }
  #wrapper {
    margin-top: 25px; } }

@media only screen and (min-width: 992px) {
  .navbar .navbar-collapse .mob-options,
  .header .navbar-light li.show-mob-link {
    display: none; } }

@media only screen and (max-width: 960px) {
  .all-readers #wrapper {
    justify-content: center; }
  .all-readers #wrapper #col1wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px; }
  .all-readers #col1 {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 900px) {
  .top_banner.left .top_banner_text .inner-banner-txt {
    margin-left: 60px; }
  .top_banner.right .top_banner_text .inner-banner-txt {
    margin-right: 60px; }
  .header_left .logo {
    max-width: 280px; }
  .header_right > .row .left-content {
    flex: 0 0 180px; } }

@media only screen and (max-width: 870px) {
  .psychic-page #col0wrapper.psychic-filters {
    width: 225px;
    flex: 0 0 225px;
    margin-bottom: 30px; }
  .psychic-page #search_div #search input[name=search] {
    max-width: 152px; }
  .psychic-page .psychic-row-container {
    flex-wrap: wrap;
    justify-content: center; }
  .psychic-page #col2wrapper.psychic-videos {
    width: 100%;
    flex: 0 0 100%; }
  .psychic-page #psychics_main.psychics-results {
    width: 68%; } }

@media only screen and (max-width: 850px) {
  .header_right > .row .left-content {
    flex: 0 0 125px; } }

@media only screen and (max-width: 870px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header .navbar {
    float: left;
    width: 100%;
    padding: 0; }
  .header ul.navbar-nav {
    text-align: center; }
  .header li {
    margin-left: 0;
    margin-bottom: 8px; }
  .navbar {
    position: relative; }
  .header_menu {
    padding: 0px; }
  .header_middle, .header_right {
    display: none; }
  .header_left .logo {
    display: block;
    max-width: 425px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0; }
  .header_right > .row {
    padding-right: 15px; }
  .header_menu > .col-sm-12 {
    top: auto;
    margin-top: -47px; }
  .header_right > .row .left-content {
    flex: 0 0 185px;
    border: none; }
  .header_right p.header_contact a {
    font-size: 32px; }
  .header .header_right {
    display: block;
    text-align: center !important; }
  .header_right p.header_contact {
    margin: 0; }
  .header_right p.header_contact a:first-child {
    display: block;
    color: #bf4646;
    font-size: 36px;
    margin-bottom: 20px; }
  .header .mob-tel i {
    display: none; }
  .header_right p.header_contact .mob-tel2 {
    font-size: 18px;
    height: 47px;
    background-color: #0186bc;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 95%;
    margin-right: auto;
    margin-left: auto; }
  .header_right p.header_contact .mob-tel2 i {
    font-size: 28px;
    margin-right: 6px; }
  .header > .container > div:first-child {
    padding: 0px !important; }
  .three_banner_block h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .section-60 h3 {
    line-height: inherit; }
  .three_banner_block {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap; }
  .telephone_psychic {
    width: calc(100% - 20px);
    padding: 30px 40px;
    margin: 0 10px 10px 10px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 0px 12px 6px #ededed;
    box-shadow: 0px 0px 12px 6px #ededed;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .section-60 .lt-border .more-psychics {
    margin-top: 0px;
    margin-bottom: 15px; }
  .content-section .section-60 {
    padding: 0 30px; }
  .three_banner_btn a {
    margin-top: 0; }
  .three_banner_text p {
    font-size: 15px;
    line-height: 30px;
    margin: 30px auto 0;
    display: block;
    width: 100%; }
  .three_banner_text p span.orange_bg {
    padding: 8px;
    display: block;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px; }
  .three_banner_text p span.orange_bg span {
    display: none; }
  .three_banner_text p span.black_bg {
    display: block;
    padding: 8px; }
  .three_banner_text p span.red_bg {
    display: block;
    padding: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px; }
  .three_banner_text p span.red_bg span {
    display: none; }
  .three_banner_text {
    padding: 0; }
  .slideshow .owl-theme .owl-nav button img {
    width: 12px; }
  .slideshow .slider_text h3 {
    font-size: 26px;
    text-align: center; }
  .slideshow .owl-theme .owl-nav .owl-prev {
    left: 5px; }
  .slideshow .owl-theme .owl-nav .owl-next {
    right: 5px; }
  .text_with_videos h3 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px; }
  .text_with_videos p {
    line-height: 24px; }
  .psychic_videos {
    padding-left: 15px; }
  .text_with_videos h4 {
    margin-bottom: 15px; }
  .text_with_videos {
    padding: 30px 0 30px; }
  .psychic_blocks ul li {
    width: calc(50% - 12px);
    margin: 5px; }
  .psychic_blocks {
    padding: 30px 0 30px; }
  .psychic_blocks ul li p {
    bottom: 20px;
    font-size: 15px; }
  .psychic_articles {
    padding: 30px 15px 10px 15px; }
  .article_block {
    margin: 0px;
    padding: 20px 40px;
    min-height: inherit; }
  .psychic_articles .owl-theme .owl-nav .owl-prev {
    left: 5px; }
  .psychic_articles .owl-theme .owl-nav button img {
    width: 15px; }
  .psychic_articles .owl-theme .owl-nav .owl-next {
    right: 5px; }
  .footer {
    padding: 35px 0 40px; }
  .footer_copyright ul li img {
    max-width: 90px; }
  .footer_copyright ul li {
    margin: 0 5px 0 0;
    margin-top: 15px; }
  .footer_copyright ul.socials {
    margin: 10px 0 0; }
  .footer_copyright {
    margin-top: 10px; }
  .copyright_content {
    padding: 20px 0 0px; }
  .dropdown {
    position: static; }
  .mob-vids {
    margin: 0 auto;
    text-align: center; }
    .mob-vids iframe {
      margin-bottom: 15px; }
      .mob-vids iframe:last-child {
        margin-bottom: 20px; }
  .mobile-vid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-bottom: 0px; }
  .mobile-vid a {
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px; }
  .three_banner_block {
    padding-top: 30px;
    padding-bottom: 10px; }
  .section-flex-typical.mobile-btns {
    padding: 0 30px 30px 30px; }
  .three_banner_block .ads-section {
    display: block; }
  .top_banner {
    background-position: 25%; }
  .psychic-page #psychics_main.psychics-results {
    width: 65%; }
  .psychic-page #col0wrapper.psychic-filters {
    width: 200px;
    flex: 0 0 200px; }
  .psychic-page #search_div #search input[name=search] {
    max-width: 125px; }
  .affiliates-page #col2wrapper,
  .affiliates-page #col1wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px; }
  .affiliates-page input {
    width: 100%; }
  #wrapper {
    flex-wrap: wrap; }
  .slideshow .owl-theme .owl-nav .owl-next,
  .slideshow .owl-theme .owl-nav .owl-prev {
    width: 45px;
    height: 45px; }
  .slideshow .owl-theme .owl-nav button .arrow {
    margin-top: 2px;
    font-size: 22px; }
  .slideshow .owl-theme .owl-nav button.owl-next .arrow {
    padding-left: 4px; }
  .slideshow .owl-theme .owl-nav button.owl-prev .arrow {
    padding-right: 4px; }
  .psychic_blocks ul li a {
    min-height: 200px; }
  .slid-bg.light .overlay {
    background: linear-gradient(45deg, #000000, transparent); }
  .top_banner_text h4 {
    color: #fff; }
  .top_banner_text h4 > span {
    box-shadow: none; }
  .top_banner_text h4 span span {
    color: #fa951e; }
  #psychics_main #col1 #psychics > .row {
    justify-content: center; }
  .telephone-page .main-flex,
  .main-flex {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar {
    width: 100%;
    flex: 0 0 100%; }
  #wrapper {
    margin-top: 0px; }
  #col1 #mainContent .heading h1, #psychics_main #col1 > h3 {
    margin-bottom: 25px; }
  .form-container .form-row .form-group:not(.form-group-row) {
    flex: 0 0 100%;
    width: 100%; }
  .all-readers #col1 > .row {
    justify-content: center; } }

@media only screen and (max-width: 670px) {
  .top_banner_text {
    width: 560px; }
  .three_banner_text p {
    margin-top: 20px; }
  .slideshow .slider_text {
    float: none; }
  .slideshow .slider_text h3 {
    font-size: 23px;
    max-width: 300px; }
  .psychic-page #psychics_main.psychics-results {
    width: 63%; }
  .form-container .form-row.check-input .form-group .form-group-inner {
    flex: 0 0 100%;
    width: 100%; } }

@media only screen and (max-width: 580px) {
  .psychic-page #col0wrapper.psychic-filters {
    width: 100%;
    flex: 0 0 100%; }
  .psychic-page #search_div {
    margin: 0 auto; }
  #psychics_main.psychics-results #col1 > h3 {
    text-align: center; }
  .psychic-page #search_div #search input[name=search] {
    max-width: 200px;
    width: 185px; }
  .top_banner_text {
    width: 100%; }
  .top_banner_text {
    max-width: 385px; }
  .top_banner.left .top_banner_text .inner-banner-txt,
  .top_banner.right .top_banner_text .inner-banner-txt {
    margin: 0; } }

@media only screen and (max-width: 540px) {
  .header_right > .row .left-content {
    border-left: none; }
  .header_menu > .col-sm-12 {
    margin-top: 0;
    top: 30px; }
  .header_left .logo {
    max-width: calc(100% - 90px);
    margin-right: auto;
    margin-left: 0; }
  .header .header_right {
    padding-right: 0px; } }

@media only screen and (max-width: 500px) {
  .telephone_psychic {
    padding: 15px 40px; }
  .drop-item-link2:not(.link-des) .dropdown-content .dropdown-inner {
    flex-wrap: wrap; }
  .drop-item-link2.row-3 .dropdown-content .col-links {
    flex: 0 0 50% !important;
    width: 50% !important;
    margin-bottom: 10px; }
  .drop-item-link2 .dropdown-content .dropdown-inner {
    padding-bottom: 0px; }
  .text_with_videos h3 {
    font-size: 22px; }
  .psychic_blocks ul li p {
    font-size: 15px;
    padding: 0 10px; }
  .psychic-page .psychic-row-container .telephone_psychic .readers-inner {
    margin: 0;
    padding: 10px; }
  .psychic_blocks ul li a {
    min-height: 145px; }
  .top_banner_text h4 > span {
    font-size: 22px;
    line-height: 25px; }
  .top_banner_text h4 {
    text-align: center;
    line-height: 28px; }
  .top_banner_text .banner-btn,
  .top_banner_text .top-note {
    text-align: center; }
  .top_banner_text .discount,
  .top_banner_text .banner-btn {
    margin-top: 10px; }
  .top_banner_text h4 p span,
  .top_banner_text h4 span span {
    font-size: 30px; }
  .top_banner_text h4 p {
    text-align: center;
    line-height: 30px; }
  .top_banner_text {
    max-width: 315px; }
  .psychic-page #psychics_main.psychics-results {
    padding: 0 20px; }
  #container, #wrapper {
    padding: 0 5px; }
  #psychics_main #col1 > h3 {
    margin-bottom: 25px; }
  .main-flex .tel-num,
  .main-flex > h3 > a {
    font-size: 28px; }
  .outlines ul li {
    flex: 0 0 100%;
    width: 100%; }
  .form-container .form-row.btn-container > div {
    display: block;
    width: 100%; }
  .form-container .form-row.btn-container > div:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0px; }
  .form-container .form-row.btn-container input {
    width: 100%; }
  .form-container .form-row:not(.check-input) .form-group.form-group-row .form-group-inner {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 15px; }
  #wrapper {
    padding-top: 30px; }
  .outlines {
    padding-bottom: 0px; }
  .footer-des .discount {
    padding-left: 0px; }
  .form-container .form-row.switch-input .title,
  .form-container .form-row.switch-input .switch-container {
    width: 100%;
    flex: 0 0 100%; }
  .all-readers .telephone_psychic .readers-inner {
    margin: 0; }
  .all-readers button.view-more {
    margin-top: 15px; }
  .header_right > .row {
    margin: 0;
    padding: 20px 10px 0px 10px; }
  .header_right > .row .left-content {
    flex: 0 0 100%;
    width: 100%;
    order: 3;
    padding: 0; }
  .header_right > .row .left-content > div {
    width: auto;
    flex: 0 0 auto; }
    .header_right > .row .left-content > div:not(:last-child) {
      margin-right: 15px; }
  .header_right > .row .or {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    order: 2;
    margin: 0;
    padding: 5px; }
  .header_right > .row .right-content {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    order: 1; }
  .header_right > .row .right-content > a > .txt {
    width: 100%;
    text-align: center; }
  .header_right > .row .right-content > a > .txt .phone {
    display: inline;
    width: inherit; }
  .header_right > .row .right-content > a .icon {
    display: inline; }
  .header_right > .row .right-content > a > .txt .phone-txt {
    justify-content: center; } }

@media only screen and (max-width: 450px) {
  .slideshow .slider_text h3 {
    max-width: 275px; } }

@media only screen and (max-width: 410px) {
  .content-section .section-60,
  .mobile-vid a,
  .section-flex-typical.mobile-btns,
  .three_banner_block {
    padding-left: 15px;
    padding-right: 15px; }
  .mobile-vid {
    padding-left: 0px;
    padding-right: 0px; }
  .three_banner_block h3 {
    margin-bottom: 10px; }
  .telephone_psychic {
    padding-left: 11px;
    padding-right: 11px; }
  .top_banner_text {
    max-width: 298px; } }

@media only screen and (max-width: 380px) {
  .header_right p.header_contact a:first-child {
    font-size: 28px; }
  .three_banner_block .contact-heading {
    padding: 0px !important; }
  .dropdown-content a {
    font-size: 13px; }
  .slideshow .slider_text h3 {
    max-width: 222px; }
  .slideshow .owl-theme .owl-nav .owl-next, .slideshow .owl-theme .owl-nav .owl-prev {
    width: 35px;
    height: 35px; }
  .slideshow .owl-theme .owl-nav button .arrow {
    font-size: 19px; }
  .header_menu > .col-sm-12 {
    top: 14px; }
  #col1 {
    padding: 0; } }

@media only screen and (max-width: 367px) {
  .top_banner_text {
    max-width: 250px; } }

@media only screen and (max-width: 350px) {
  .header_right p.header_contact a:first-child {
    font-size: 24px; } }

/********* Animation ************/
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(25px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes fadeOut2 {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(25px); } }

/** HOW IT WORKS + FAQ **/
.faq-hiw-cont h2 {
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 10px;
  display: inline-block;
  width: inherit;
  padding-bottom: 15px;
  text-align: center; }

.faq-hiw-cont .hiw-cont {
  padding-bottom: 10px;
  /*background-image: url(https://www.cheatsheet.com/wp-content/uploads/2016/12/Happy-man-using-smartphone.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px;
  min-height: 10em;
  position: relative; }

@media (max-width: 600px) {
  .faq-hiw-cont .hiw-cont {
    background-position: -280px; } }

@media (max-width: 480px) {
  .faq-hiw-cont .hiw-cont {
    background-position: -470px; } }

.faq-hiw-cont .hiw-cont h2 :before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(45deg, transparent, #001a57, transparent);
  left: 0; }

.faq-hiw-cont .hiw-cont .row {
  display: block; }

.faq-hiw-cont .hiw-cont .hiw-text {
  background: #ffffffc9;
  padding: 30px;
  color: black; }

.faq-hiw-cont .hiw-cont .hiw-or span {
  display: inline-block;
  background: #ea8815;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  color: white; }

.faq-hiw-cont .hiw-cont .container-fluid {
  position: relative; }
  .faq-hiw-cont .hiw-cont .container-fluid .hiw-or {
    position: absolute;
    left: calc(50% - 21px);
    top: 175px;
    z-index: 10; }
    @media (max-width: 767px) {
      .faq-hiw-cont .hiw-cont .container-fluid .hiw-or {
        position: relative;
        top: -10px;
        left: -15px; } }

.faq-hiw-cont .hiw-cont .hiw-text span.fa {
  display: block;
  text-align: center;
  margin-left: -30px;
  font-size: 55px;
  margin-bottom: 10px; }

.faq-hiw-cont .hiw-cont .by-phone, .faq-hiw-cont .hiw-cont .by-website {
  float: left; }

@media (max-width: 767px) {
  .faq-hiw-cont .hiw-cont .by-phone {
    margin-bottom: 20px; } }

.faq-hiw-cont .collapse.in, .faq-hiw-cont .collapse.show {
  height: auto !important;
  display: initial; }

.faq-hiw-cont input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.faq-hiw-cont .faq-cont h2 {
  padding: 15px 0;
  margin-bottom: 0; }

.faq-hiw-cont .faq-cont #faqAccordion {
  /* Accordion styles */ }

.faq-hiw-cont .faq-cont #faqAccordion .row {
  display: flex; }

.faq-hiw-cont .faq-cont #faqAccordion .row .col {
  flex: 1; }

.faq-hiw-cont .faq-cont #faqAccordion .row .col:last-child {
  margin-left: 1em; }

.faq-hiw-cont .faq-cont #faqAccordion div.radio {
  display: none; }

.faq-hiw-cont .faq-cont #faqAccordion .tabs {
  border-radius: 8px;
  overflow: hidden;
  background: url(../images/psychic-bg.jpg) no-repeat;
  background-size: cover; }

.faq-hiw-cont .faq-cont #faqAccordion .tab {
  width: 100%;
  color: white;
  overflow: hidden; }

.faq-hiw-cont .faq-cont #faqAccordion .tab-label {
  display: flex;
  padding: 1.25em 2em;
  color: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: 2px solid #0000001a;
  position: relative; }

.faq-hiw-cont .faq-cont #faqAccordion .tab-label::before {
  content: "\276F";
  width: 2em;
  height: 1em;
  text-align: center;
  transition: all .35s;
  display: inline-block;
  margin-right: 10px; }

.faq-hiw-cont .faq-cont #faqAccordion .tab-content {
  max-height: 0;
  padding: 0 1em 0 4.5em;
  background: white;
  transition: all .35s;
  color: black; }

.faq-hiw-cont .faq-cont #faqAccordion .tab-content p:last-child {
  margin: 0; }

.faq-hiw-cont .faq-cont #faqAccordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer; }

.faq-hiw-cont .faq-cont #faqAccordion .tab input:checked + .tab-label::before {
  transform: rotate(90deg); }

.faq-hiw-cont .faq-cont #faqAccordion .tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  padding: 1.5em 1em 2em 2em; }

@media (max-width: 600px) {
  .faq-hiw-cont .faq-cont #faqAccordion .tab input:checked ~ .tab-content {
    padding: 2em 1em 2em 1.5em; } }

.daily-horoscope-title {
  font-weight: 700; }

/*# sourceMappingURL=main.css.map */

.slider-overlay {
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10000;
}
.slider-overlay a {
  margin: 5px 0 0 0;
  background-color: #28a745;
  color: #fff;
  /* font-weight: 700; */
  font-size: 18px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;
  max-width: 150px;
  display: block;
}
@media (max-width: 768px) {
  .slider-overlay a span {
    display: none;
  }
}

/* Force top header background to navy blue */
.header-top,
.site-header,
.top-bar,
#header,
.top-banner {
    background-color: #001a57 !important;
}
