*, html, body {
    font-family: 'Segoe Ui',sans-serif;
    }
    /*body{
    background-color: #ac0a08 !important;
    color: #fff !important;
    }*/
      .faq, .most-bottom-banner{
        display: none !important;
    }
    .bg-all div{
        padding: 25px 80px !important;
    }
    .bg-all a{
        font-size: 17px !important;
    } 
    .mobile-logo
    {
        display:none;
    }
    
    .sticky {
  position: fixed;
  top: 0;
  z-index:9999;
  width: 100%;
}
    h1.h1{
    background-color: #ff9800;
    font-size: 18px;
    padding: 8px;
    color: #000;
    font-weight: 700;
    }
    .container-fluid{
    width: 100%;
    max-width: 1260px;
    }
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    ::-webkit-scrollbar-thumb {
        background: #ff9800;
        -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 50%);
    }
    
    .icon-bar {
    width: 55px;
    height: 55px;
    position: fixed;
    padding: 10px;
    bottom: 20px;
    right: 30px;
    background: #4CAF50
    ;
    color: white;
    border-radius: 50%;
    z-index: 9999;
}
.icon-bar-2{
    width: 55px;
    height: 55px;
    position: fixed;
    padding: 15px;
    bottom: 90px;
    right: 30px;
    background: red;
    color: white;
    border-radius: 50%;
    z-index: 9999;
}
    
    
    
    img{
    object-fit: cover;
    }
    :focus{
    outline:none !important;
    }
    button:focus{
    outline:none !important;
    }
    .btn:focus{
    outline:none !important;
    box-shadow: none !important;
    }
    a{
    text-decoration: none !important;
    }
    li{
    list-style: none;
    }
    header {
    border-top: 2px solid #ff9800;
    border-bottom: 2px solid #fb5f1c;
    background-color: #fff;
      background: linear-gradient(
-120deg, #f9da31, #fa7434, #fa5a16);
    /*background-image: url(./assets/images/banner.jpg);
    background-color: #d60000;
    background-size: cover;
    background-repeat: no-repeat;*/
    }
    /*header .logo-left{
    margin: -25px 0 0;
    }
    header .logo-center{
    margin-top: -20px;
    }*/
    header .logo-right{
    float: right;
    width: 300px;
    margin: 0;
    color: #fff
    }
    header .logo-right .info {
    font-size: 14px;
    font-weight: 500;
    }
    header .logo-right .info span {
    background-color: #f9da31;
    color: #111;
    width: 70px;
    height: auto;
    border-radius: 5px;
    }
    .rightnav ul{
    background: #ff9800 !important;
    width: 100%;
    float: right;
    background: #c85e20;
    border: 3px solid #931715;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin: 0 0 15px;
    }
    .rightnav li {
    float: left;
    margin-right: 20px;
    padding: 6px;
    display: inline-block;
    }
    .rightnav li a{
    color:#000;
    }
    .callus{
    float:left;
    }
    .callus p{
    color: #fbddac;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -70px;
    text-align: center;
    border-bottom: 3px double rgba(251,221,172,0.8);
    font-size: 18px;
    font-weight: 700;
    }
    .top-contact span {
    display: block;
    padding-left: 145px;
    color: #fff;
    }
    .top-contact span a {
    color: #fff;
    font-weight:700;
    }
    .top-contact  i {
    color: #ff9800;
    margin-right: 10px;
    }
    .navbar svg{
    width: 30px;
    }
    .navbar button.navbar-toggler.bg-light{
    background-color: #d02525!important;
    }
    .navbar button.navbar-toggler.bg-light:focus {
    background-color: #d02525 !important;
    }
    .navbar button.navbar-toggler.bg-light:hover {
    background-color: #d02525 !important;
    }
    .navbar li.nav-item {
    margin-right: 37px;
    }
    .navbar li.nav-item a.nav-link{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display:block;
    }
    .navbar li.active.nav-item a.nav-link{
    color: #fff;
    border-radius: 4px;
        background: linear-gradient(to bottom,#f44336 0,#ff0000 44%,#ff0000 100%);
    border: 1px outset #ff9800;
    }
    .navbar li.active.nav-item a.nav-link:hover {
    color: #000;
    }
    .navbar li.nav-item a.nav-link:hover{
    color: #ff0000;
    text-decoration: none;
    moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    }
    .top-head.mark {
    width: 100%;
    /*height: 45px;*/
    line-height: 35px;
    }
    .top-head .topbar-left {
    float: left;
    width: 60%;
    }
    .top-head .top-right {
    width: calc(100% - 60%);
    float: left;
    }
    .topbar-left li {
    display: inline-block;
    }
    .top-head i {
    margin-right: 7px;
    color: #fff;
    }
    .top-head .top-contact{
    /*margin-left: 35%;*/
    background: #2e3192;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    }
    .top-icon i {
    background: #862328;
    font-size: 15px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 2;
    }
    .top-icon li{
    display: inline-block;
    margin: 0 6px;
    margin-bottom:5px;
    }
    .top-icon a{
    color: #fff;
    }
    .mark {
    background: #000000 !important;
    font-weight: 700;
    color: #fff;
    font-size:18px;
    }
    .home-slider img{
    width: 100%;
    height: :100%;
    }
    
    #loveform input.form-control {
    border-radius: 30px 30px;
    height: 60px;
    font-size: 1rem;
    text-align: center;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 15%);
    border-style: none;
    z-index: 1;
    line-height: 23px;
    outline: none !important;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 20px;
}
#loveform input.form-control.btn-input{
    background: linear-gradient( 
90deg
 , #c7081f 0%, #ec5700 100%);
    color: white;
    font-weight: 600;
    height: 60px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px;
    font-size: 1.15789rem;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    border: none;
    width: 30%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width:100%;
}
#loveform input.form-control.last-input {
    width: 50%;
    display: block;
    margin: auto;
}
#loveform{
    padding: 50px 30px 30px;
    position: relative;
    margin: 30px 0;
}
#loveform img{
    max-width: 350px;
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    opacity: 0.1;
}
#loveform p{
    font-size: 20px;
    color: #ca0f1d;
}

    section.astro-special .wrapper {
    background: #ff9800;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    border: 1px outset #ff9800;
    }
    section.astro-special .wrapper:hover {
    background: #fff !important;
    }
    section.astro-special .wrapper.red:hover {
    background: #fff !important;
    }
    section.astro-special .wrapper.red:hover a{
    color: #f00;
    }
    section.astro-special .wrapper.red {
    background: #f00 !important;
    border: 1px outset #f00 !important;
    }
    section.astro-special .wrapper a{
    color: #111;
    text-decoration:none;
    }
    section.astro-special .wrapper.red a{
    color: #fff;
    }
    section.astro-special .title {
    color: #111;
    font-size: 34px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0;
    }
    section.astro-special .title:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #111;
    bottom: 0;
    left: calc(50% - 50px);
    }
    section.astro-special .blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    }
    .left-panel.float-left{
    width:calc(100% - 350px);
    padding: 15px 15px;
    }
    .left-panel  .content p {
    text-align: justify;
    line-height: 23px;
    font-size: 14px;
    font-weight: 500;
    }
    .left-panel .about-astro .content h3{
    font-size: 20px;
    color: #000;
    margin: 0 0 8px;
    font-weight: bold;
    padding-bottom: 6px;
    /* border-bottom: 2px dotted #333; */
    text-align: left;
    }
    .right-panel{
    width: 350px;
    padding: 15px 15px;
    }
    .about-astro{
    }
    .astrologer{
    background-image: url(../images/r-nav.png);
    font-size: 17px;
    padding: 6px 0 26px 20px;
    color: #fff;
    background-size: contain;
    font-weight: 700;
    background-repeat: no-repeat;
    }
    .specl-in p {
    color: #f00;
    } 
    .form-wrapper {
    background-color: #ff0000;
    border: 2px solid #ff0000;
    }
    .form-wrapper h5{
    font-size: 16px;
    text-align: center;
    color: #ff9800;
    line-height: 24px;
    }
    .form-wrapper h5 span{
    color: #fff;
    font-family: 'Lucida Calligraphy';
    color: #fce39d;
    }
    .form-wrapper form{
    background: #ff9800;
    padding: 13px;
    margin-bottom: 0;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    }
    .fieldboxleft_ship {
    margin: 0;
    padding: 5px 0 3px 0px;
    font-family: arial;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    }
    .fieldboxleft_ship.form-home-btn input {
    color: white;
    background: red;
    border: none;
    text-transform: uppercase;
    width: 50%;
    height: 35px;
    margin-top: 10px;
    }
    .fieldboxright_ship .form-control{
    margin: 0 0 8px;
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    }
    .right-panel .list-group{
    border: 1px solid #ff0000;
    }
    .right-panel li.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000!important;
    font-size: 13px;
    padding: 2px 10px 3px 15px;
    font-weight: 600;
    text-decoration: none;
    }
    .right-panel li.list-group-item:hover{
    background-color: #ff0000;
    color: #fff;
    }
    .right-panel li.list-group-item:hover i{
    color: #fff;
    }
    .right-panel li.list-group-item:hover a{
    color: #fff !important;
    }
    .right-panel .list-group .list-group-item i {
    position: absolute;
    top: 6px;
    }
    .right-panel li.list-group-item a{
    color: #000 !important;
    display: block;
    padding-left: 20px;
    }
    .about-astro-sub{
        margin-top: 80px;
    }
    .about-astro-sub .col-sm-12.mb-3{
        margin-bottom:4rem !important;
    }
    
    
    .about-astro-sub .wrapper {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 0px 35px -20px;
    border: 1px solid #ebebeb;
    padding: 0px 30px 15px 30px;
    transition: all 0.5s;
}
.about-astro-sub .wrapper:hover {
    box-shadow: 2px 2px 10px -3px rgb(8 36 59 / 30%);
    transition: all 0.5s;
}
.about-astro-sub .wrapper img {
    
    display: inline-block;
    position: relative;
    margin-top: -50px;
    width: 90px;
    height: 90px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 206, 206);
    border-image: initial;
    border-radius: 100%;
    transition: all 0.5s ease 0s;
    padding: 20px;
}
    .about-astro-sub .wrapper h5 {
    padding: 20px 10px;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    transition: all 0.5s;
    color: #000;
    }
    
    .about-astro-sub .wrapper span {
    position: absolute;
    top: 17%;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #d02525;
    display: block;
    transform: translateX(-50%);
}
    .about-astro-sub .wrapper-links {
    
    display: inline-block;
    font-weight: 500;
    border-bottom: none;
    margin: 5px 0;
    }
    .about-astro-sub .wrapper-links a{
    color: #d02525;
    }
    .about-astro-sub .wrapper-links a::after {
    content: "\f178";
    font-family: 'FontAwesome';
    transition: all 0.5s;
    position: relative;
    top: 2px;
}
    .advic-wrapper li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 0;
    display: block;
    position: relative;
    right: 15px;
    transition: all 280ms ease-in-out;
    margin-bottom: 10px;
    border-bottom:1px dashed;
    }
    /*.advic-wrapper li:hover{
        box-shadow:2px 2px 10px -3px rgb(8 36 59 / 30%);
    }*/
    .advic-wrapper li img {
    float: left;
    width: 45px;
    height: 45px;
    max-width: 100%;
    }
    .ast_vedic_astro_info {
    width: calc(100% - 50px);
    float: left;
    padding-left: 20px;
    }
    .ast_vedic_astro_info h5{
    color: #000;
    }
    .advic-wrapper{
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 0px 25px 2px rgba(8,36,59,0.3);
    border-radius: 8px;
    border: 1px solid #ccc;
    padding-top: 15px;
    }
    .video-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 2px rgba(8,36,59,0.3);
    border-radius: 8px;
    padding: 22px;
    height: 100%;
    border: 1px solid #ccc;
    }
    .black-wrapper, .vashikaran-left-wrapper {
    background: #fff;
    padding: 10px 30px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 25px 2px rgba(8,36,59,0.3);
    }
    .black-wrapper h3, .vashikaran-left-wrapper h3{
    padding: 5px 0;
    font-size: 20px;
    color: #000;
    }
    h4 span {
    background: #f00;
    content: "";
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    }
    h4 span:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    left: 8px;
    top: 3px;
    }
    .main-astro-specl li.list-group-item {
    border: 0;
    background: none;
    border-bottom: 1px solid #333;
    padding-left: 0;
    margin-right: 20px;
    padding-bottom: 5px;
    }
    .main-astro-specl a {
    color: #333;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    }
    /*.main-astro-specl li.list-group-item:hover {
    background: #fff;
    }*/
    .main-astro-specl li.list-group-item:hover a {
    color: #f00;
    }
    h2.h2 {
    background-color: #ff9800;
    font-size: 18px;
    padding: 8px;
    color: #000;
    font-weight: 700;
    }
    .disclaimerTxt {
    color: #ccc;
    margin:30px 0;
    text-decoration: underline;
    text-align: center;
    font-size: 120%;
    }
    .disclaimerTxt span {
    background: #ff9800;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 10px;
    }
    footer h3 {
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }
    footer .content {
    margin-left: 5px;
    line-height: 30px;
    }
    footer .list-group a:hover {
    color: #f00;
    }
    footer .list-group a {
    color: #fff;
    display: block;
    padding-left: 12px;
    }
    footer .list-group li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    
}
    footer .footer-contact li {
    float: left;
    }
    footer .footer-contact li a {
    background: #2c2c2c;
    padding: 15px 15px;
    display: block;
    color: #fff;
    }
    footer .footer-contact a.call, a.mail{
    color: #ff9800;
    }
    footer .footer-contact li:nth-child(2n+2) a {
    background: #282727;
    }
    section.section-info{
    clear: both;
    background: aliceblue;
      background: linear-gradient(
-120deg, #fa5f1b, #fa7434, #fa5a16);
    text-align: center;
    padding: 40px 0 50px;
    color: #fff;
    }
    
    
    .section-info .wrapper h3{
    color: #ff9800;
    font-size: 34px;
    }
    .section-info .wrapper h3 i{
    font-variant: small-caps;
    color: #fce39d;
    font-size: 40px;
    margin-right: 15px;
    }
    .section-info .wrapper span a{
    font-size: 40px;
    padding: 2px 30px;
    text-decoration: underline !important;
    color: #fff;
    }
    section.section-testimonial{
    background:#eeeeee;
    padding: 40px 0 75px;
    }
    .section-testimonial .container-fluid.testi {
    width: 100%;
    max-width: 700px;
    }
    .section-testimonial .carousel-indicators li{
    background-color: #d0252b;
    }
    
    .section-testimonial .carousel-indicators{
    bottom:-50px;
    }
    .section-testimonial .wrapper .image img{
    width: 150px;
    height: 150px;
    object-position: 50% 22%;
    margin: 0 auto;
    padding:5px;
    filter: blur(2px);
    border-radius:50%;
    }
    .section-testimonial .content p {
    font-size: 16px;
    padding: 10px;
    line-height: 1.8;
    margin: 20px 0 0;
    }
    .section-testimonial .content h3{
    color: #d02525;
    }
    .section-testimonial .content span{
    font-weight: 700;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 20px 0 0;
    }
    .section-testimonial .content span.name {
    color: #d02525;
}
    
    
    .copyright{
    background-color: #212223ed;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 1px;
    }
    .left-panel.leftbar .content ul {
        margin: 0 0 10px;
        padding: 0;
        list-style-type: none;
    }
    .left-panel.leftbar .content ul li {
        
        line-height: 2;
    }
    .left-panel.leftbar .content li::before {
        content: "\f00c";
        font-family: 'FontAwesome';
        margin-right: 7px;
        color: #9e2424;
    }
    .left-panel.leftbar .content li a {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
p.highlightTxt:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    z-index: -1;
}
p.highlightTxt {
  border: 1px solid #ccc;
    box-shadow: 2px 2px 10px 2px #000000;
    font-size: 20px !important;
    color: white;
    background-size: cover;
    background-repeat: no-repeat !important;
    backdrop-filter: opacity(0.2) !important;
    background-image: url(../images/contact-background-img.jpg);
    padding: 20px 30px;
    line-height: 30px !important;
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    background-attachment: fixed;
}
    /*
    p.highlightTxt {
    border: 1px solid #ccc;
    background: #d0252557;
    font-size: 20px !important;
    color: #333;
    padding: 20px 30px;
    line-height: 30px !important;
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-weight: 400 !important;
} */
.bg-all{
          background: #000 url(../banner.svg) no-repeat !important;
          background-position: bottom !important;
      }
      h3.wrap-h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #d02525;
    font-size: 30px;
    font-variant: small-caps;
}
.all-links-a li a:hover {
    text-decoration: underline !important;
}6

.all-links-a li.list-group-item{
        padding: 0.25rem 1.25rem !important;
    }
    .all-links-a li.list-group-item:hover {
    background: #f7f7f7;
}
.left-panel.leftbar .content .all-links-a li::before{
    position:absolute;
}
.left-panel.leftbar .content .all-links-a li a{
    display: block;
    padding-left: 30px;
}
.contact-mobile
{
    display:none;
}
p.highlightTxt {
    display: none;
}

















    @media (min-width: 1280px){
    section.astro-special .wrapper{
    font-size: 130%;
    font-variant: small-caps;
    }
    }
    @media only screen and (max-width: 1125px){
    .navbar li.nav-item {
    font-size: 13px;
    margin-right: 20px;
    }
    /*header .logo-left {
    margin: -16px 0 0;
    }*/
    header .col-lg-4.col-md-4.mb-4.logocenter{
    display:none;
    }
    .callus{
    float:none !important;
    }
    .callus p{
    display:block;
    position:unset;
    }
    .top-contact span{
    padding-left:0;
    text-align:center;
    }
       
    }
   

   
   
    @media only screen and (max-width:991px){
    .sticky {
  position: relative;
  
}
    
    .mob-nav {
    display: block;
    float: right;
    padding-right: 15px;
    margin-top: 5px;
    }
    .btn {
    cursor:pointer;
    }
    .navbar button.navbar-toggler {
    display:block;
    margin-left:auto;
    }
    .navbar .navbar-collapse{
    width: 250px;
    position: absolute;
    right: -15px;
    background: rgb(249, 218, 49);
    padding-left: 10px;
    top: 48px;
    overflow: hidden;
    border-radius: 0.25rem;
    }
    .navbar li.nav-item a.nav-link{
    border: none !important;
    color: #f00 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    font-weight: bold;
    }
    .navbar li.nav-item:last-child a.nav-link{
        border-bottom:none !important;
    }
    .navbar li.nav-item:hover a.nav-link{
    color: #000 !important;
    }
    
    }
    @media only screen and (max-width: 880px){
    .rightnav{
    display:none;
    }
    header .logo-left{
    margin:2px 0 0 !important;
    }
    .top-contact {
    margin:15px 0 0 !important;
    }
    }
    @media only screen and (max-width: 768px){
        
    header .logo-right{
    float: none;
    }
    .left-panel.float-left, .right-panel{
    width: 100%;
    }
    section.astro-special .title:before{
    width: 25%;
    }
    }
    @media (min-width:768px) and (max-width:980px){
    #loveform input.form-control.btn-input{
        width:100%;
    }
}
@media screen and (max-width:576px){
    #loveform input.form-control.btn-input{
        width:100%;
    }
}
    @media only screen and (max-width: 576px){
    .astrologer{
    font-size: 14px;
    }
    .logo-center, .top-contact {
    text-align: left !important;
    }
    .section-info .wrapper span a{
    font-size:18px;
    }
    .section-testimonial .wrapper{
    display:block;
    }
    .section-testimonial .wrapper .content{
    padding-left:0;
    padding-top:10px;
    }
    .row.mob-sp{
        display:none;
    }
 
    }
    
    
    @media only screen and (max-width: 330px){
        p.highlightTxt{
            font-size:13px !important;
            letter-spacing:0 !important;
        }
    }
    
       @media only screen and (max-width: 600px) {
       .logo-s
      {
        margin: 0 !important;
      }
      .top-contact {
        margin: 8px 0 0 !important;
       }
       .top-contact span {
    margin: 0 !IMPORTANT;
       }
       .row.header-b {
       padding-top: 10px !important;
        }
      .callus p 
      {
    margin-bottom: 5px;
       }
       .logo-left a img {
    width: 70% !important;
     }
     .logo-left
     {
         text-align:center !important;
     }
     .mobile-logo
    {
        display:block;
    }
    .dekstop-logo
    {
        display:none;
    }
         
}

 