body {
    font: 20px Arial, Helvetica, sans-serif, Comic Sans MS;
    padding: 0;
    margin: 0;
    color: black;
    background-color: white;
    background-attachment: fixed;
}

.main_block {
    margin: 2% auto;
    padding: 2%;
    /*background-color: #66ffff;*/
}


/*cover start*/

.responsive {
    width: 100%;
    height: auto;
    /*display: inline-block;*/
    /*border: 5px solid black;*/
    display: flex;
    background-color: #f9e6ff;
    text-align: center;
}

.responsive .head1 {
    width: 320px;
    height: auto;
    max-width: 100%;
    margin: 10px 80px auto;
    padding: 0px;
    flex-wrap: wrap;
    display: inline-block;
    align-items: flex-start;
}

.responsive .head1 .img1 {
    width: 320px;
    height: 270px;
    max-width: 100%;
    border-radius: 25%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*border: 5px solid black;*/
}

.responsive .head2 {
    width: 350px;
    height: auto;
    max-width: 100%;
    margin: 5px 50px auto;
    padding: -5px;
    max-width: 100%;
    display: flex;
    display: inline-block;
    /*border: 5px solid black;*/
}

.responsive .head2 .img1 {
    max-width: 100%;
    height: 200px;
    width: 250px;
    border-radius: 25%;
    display: flex;
    display: inline-block;
    /*border: 5px solid black;*/
    flex-wrap: wrap;
    margin-left: 20px;
}

.responsive .head2 h2 {
    text-align: center;
    font-family: cursive;
    font-size: 25px;
    text-shadow: 2px 10px 30px rgba(0, 0, 0, 1);
    text-decoration: none;
    /*border: 5px solid black;*/
}

.responsive .head2 a {
    text-decoration: none;
    color: black;
}

.responsive .head {
    width: 350px;
    height: auto;
    max-width: 100%;
    margin: 5px 50px auto;
    padding: -5px;
    max-width: 100%;
    display: flex;
    display: inline-block;
    /*border: 5px solid black;*/
}

.responsive .head .img1 {
    max-width: 100%;
    height: 200px;
    width: 250px;
    border-radius: 25%;
    display: flex;
    display: inline-block;
    /*border: 5px solid black;*/
    flex-wrap: wrap;
    margin-left: 20px;
}

.responsive .head h2 {
    text-align: center;
    font-family: cursive;
    font-size: 25px;
    text-shadow: 2px 10px 30px rgba(0, 0, 0, 1);
    text-decoration: none;
    /*border: 5px solid black;*/
}

.responsive .head a {
    text-decoration: none;
    color: black;
}

.call {
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    /*border: 5px solid black;*/
}

.email {
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    /*border: 5px solid black;*/
}

.call a {
    /*font-size: 30px;*/
    max-width: 100%;
    height: auto;
    /*border: 5px solid black;*/
}

.email a {
    /*font-size: 30px;*/
    max-width: 100%;
    height: auto;
    /*border: 5px solid black;*/
}

@media (max-width: 992px) {
    .responsive .head {
        display: none;
    }
    .responsive .head1 {
        text-align: center;
    }
    .head1 .img1 {
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .head .img .call .email {
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
        align-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .responsive .head {
        display: none;
    }
    .responsive .head2 {
        display: none;
    }
}

@media (max-width: 592px) {
    .responsive .head {
        display: none;
    }
    .responsive .head2 {
        display: none;
    }
    .responsive .head1 {
        display: none;
    }
}


/*cover end*/


/*footer start*/

footer {
    padding: 10px;
    margin-top: 0;
    color: black;
    background: linear-gradient(to bottom, #9999ff 0%, #9999ff 100%);
    text-align: center;
    height: auto;
}

.footer-copyright {
    display: inline-block;
    align-content: center;
    text-align: center;
    align-items: center;
}

footer a {
    text-decoration: none;
}


/*footer end*/
/*previous navbar start*/
section {
    position: relative;
    width: 100%;
    height: auto;
    background: url(img/bg.jpg);
    background-position: center;
}

#navbar {
    /*overflow: hidden;*/
}

header {
    padding: 0 100px;
    width: 100%;
    height: 83px;
    box-sizing: border-box;
    background: #005ce6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: .5s;
}

.logo {
    max-width: 100%;
    height: 80px;
    width: 400px;
    margin: 2px -90px auto;
    padding: 0px;
    /*image-resolution: from-image;*/
}

ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
    transition: .5s;
}

ul li {
    list-style: none;
}

ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #262626;
    font-weight: bold;
    transition: .5s;
}

li a. {
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}

ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}

.toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 8px;
    background: black;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 992px) {
    .toggle {
        display: block;
    }
    header {
        padding: 0 0;
        background: #005ce6;
    }
    header ul {
        width: 100%;
        top: -4px;
        display: none;
    }
    header ul.active {
        display: block;
        border-radius: 25px;
    }
    header ul li a {
        margin: 0;
        display: block;
        text-align: center;
        color: #ffffff;
        background: rgba(0, 0, 0, .5);
    }
}
/*previous navabr end*/
/*New navbar start*/



/*new navbar end*/

/*about start*/

.main_block {
    padding: 10px;
    margin: 10px 10px auto;
}

.about {
    /*display: flex;*/
    flex-wrap: wrap;
    height: auto;
    display: inline-block;
    max-width: 100%;
}

.left {
    flex: 40%;
    /*background-color: white;*/
    /*background: url(back3.jpg);*/
    padding: 0;
    height: auto;
    max-width: 100%;
    width: 540px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #33cccc;
    text-shadow: 2px 10px 30px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 25px;
    /*display:inline-block;*/
    /*float:left;*/
}

.left .per {
    max-width: 100%;
    height: auto;
    width: 500px;
    margin: 10px auto;
    /*padding: 4px;*/
    /*border: 5px solid black;*/
    display: flex;
    display: inline-block;
    flex-wrap: wrap;
    border-radius: 25px;
}

.right {
    flex: 60%;
    padding: 45px;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 50px auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    /*  display: flex;
  flex-wrap: wrap;*/
}

.right p {
    max-width: 100%;
    height: auto;
}

.right h2 {
    text-align: center;
    font-size: 15px;
}

.right h3 {
    text-align: center;
}

.cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/wall.jpg");
    height: 300px;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.cover-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Comic Sans MS;
}

.cover-text button {
    text-decoration: none;
}


/*about end*/


/*home about start*/

.home-about-main {
    max-width: 100%;
    width: auto;
    height: auto;
    align-items: center;
    padding: 20px;
    text-align: center;
    background-color: #e6e6ff;
}

.home-about-box {
    border-radius: 25%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 400px;
    padding: 20px;
    box-shadow: 2px 2px 10px 2px #333;
    background-color: white;
    display: inline-block;
    border-radius: 25%;
    margin: 20px 20px auto;
}
.home-about-box1 {
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
    border-radius: 25%;
   margin: 20px 20px auto;
}
.slider{
    max-width: 100%;
    height: 300px;
    width: auto;
    border-radius: 25%;
}
.my-slide {
    max-width: 100%;
    height: 300px;
    width: auto;
    border-radius: 25%;
}


/*@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');*/

.slider {
    position: relative;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.slider .my-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background: #000;
    visibility: hidden;
    opacity: 0;
    animation: slider 20s linear infinite;
    
}

.slider .my-slide:nth-child(1) {
    animation-delay: 0s;
}

.slider .my-slide:nth-child(2) {
    animation-delay: 4s;
}

.slider .my-slide:nth-child(3) {
    animation-delay: 8s;
}

.slider .my-slide:nth-child(4) {
    animation-delay: 12s;
}

.slider .my-slide:nth-child(5) {
    animation-delay: 16s;
}

.slider .my-slide img {
    max-width: 100%;
    width: 600px;
    height: 400px;
  
}

@keyframes slider {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    2% {
        visibility: visible;
        opacity: 1;
    }
    18% {
        visibility: visible;
        opacity: 1;
    }
    20%,
    100% {
        visibility: hidden;
        opacity: 0;
    }
}


/*home about end*/

/*new navbar*/

.navbar-main{
    list-style: none;
    font-weight: bold;
    
}
.w3-container{
    background-color: black;
}
#rightMenu{
    width: 350px;
    height: 150%;
    top: 0;
  /*width: 0;*/
  position: fixed;
  z-index: 1;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
}
.nav-list{
    text-decoration: none;
    padding: 30px;
}
.nav-list a{
    text-decoration: none;
    padding: 15px;
    margin: -10px;
}

.active-tab{
    border-radius: 25%;
    background-color: black;
}
.nav-rest:hover{
    background-color: black;
    border-radius: 25%;
    color: white;
    /*padding: -10px;*/
    /*margin-bottom: 10px;*/
        
}
/*new navbar end*/

/*gemstones start*/

.material {
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

.material h1 {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 2px 50px auto;
    flex-wrap: wrap;
    font-family: Comic Sans MS;
}

.item {
    margin: 10px auto;
    width: 80%;
    padding: 0px;
    height: auto;
    text-align: center;
    /*border: 5px solid black;*/
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.items-content {
    max-width: 100%;
    /*border: 4px solid black;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    width: 350px;
    height: auto;
    display: inline-block;
    margin: 20px auto;
    ;
    padding: 20px;
}

.items-content a {
    text-decoration: none;
}

.items-content-image {
    width: 380px;
    border-radius: 25%;
    max-width: 100%;
    height: 200px;
    margin: -20px auto;
    padding: 0px;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.items-content-image:hover {
    transform: scale(1.1);
}

.items-content h2 {
    max-width: 100%;
    height: auto;
    text-align: center;
    /*flex-wrap: wrap-reverse;*/
    position: relative;
    bottom: -25px;
    background-color: #cccccc;
    border-radius: 15%;
    right: 0;
    flex-wrap: wrap;
    font-size: 25px;
}

.items-content h2:hover {
    background-color: #555;
    color: white;
}

.stone {
    max-width: 100%;
    width: 1250px;
    height: auto;
    margin: 2px auto;
    display: inline-block;
    /*border: 5px solid black;*/
    display: flex;
    flex-wrap: wrap;
}

.stone-image {
    /*border: 5px solid black;*/
    max-width: 100%;
    width: 400px;
    height: auto;
    flex-wrap: wrap;
    display: inline-block;
    margin-left: 20px;
    margin: 50px;
    align-items: center;
}

.stone-img {
    max-width: 100%;
    height: auto;
    flex-wrap: wrap;
    width: 500px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 35%;
    align-items: center;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.stone-img:hover {
    transform: scale(1.2);
}

.stone-text {
    /*border: 5px solid black;*/
    max-width: 100%;
    width: 700px;
    height: auto;
    flex-wrap: wrap;
    display: inline-block;
    margin: 0px 15px auto;
}


/*gemstones end*/


/*astrology services*/

.services {
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

.services-text h1 {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    margin: 2px auto;
    font-family: Comic Sans MS;
}

.services-name {
    /*border: 5px solid black;*/
    text-align: center;
    /*align-content: center;*/
    max-width: 100%;
    height: auto;
    width: 1400px;
    margin: 20px auto;
}

.list-item a {
    text-decoration: none;
    color: black;
}

.list-item {
    display: inline-block;
    /*align-content: center;*/
    /*text-align: center;*/
    /*border: 5px solid black;*/
    max-width: 100%;
    height: auto;
    width: 400px;
    /*display: flex;*/
    /*align-items: flex-start;*/
    margin: 10px -10px auto;
    padding: 10px;
}

.ser-img {
    width: 320px;
    max-width: 100%;
    height: 320px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    margin: 5px -7px auto;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.ser-img:hover {
    transform: scale(1.2);
}

.ser-name {
    text-shadow: 2px 10px 30px rgba(0, 0, 0, 1);
    align-items: center;
    align-content: center;
    margin: 10px auto;
    font-size: 30px;
    font-weight: bold;
    width: auto;
    flex-wrap: wrap;
    display: inline-block;
}

.list-item h1:hover {
    background-color: #555;
    color: white;
}


/*astrology services*/


/*back to top start*/

#return-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 0px 0px auto;
    float: right;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*display: none;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*back to top end*/


/*<services list start>*/

.astro-main {
    margin: 5px 5px auto;
    display: flex;
    flex-wrap: wrap;
    /*display: inline-block;*/
}

.start-image {
    display: flex;
    flex-wrap: wrap;
    display: inline-block;
    max-width: 100%;
    height: 400px;
    width: 550px;
    margin: 20px auto;
    box-shadow: 5px 5px 10px 5px #333;
}

.start-image img {
    max-width: 100%;
    height: 400px;
    width: 700px;
    margin: 0 auto;
}

.start-list {
    max-width: 100%;
    width: 500px;
    height: 400px;
    margin: 20px auto;
    box-shadow: 5px 5px 20px 5px #333;
    border-radius: 5px;
    overflow: hidden;
}

.start-list-item {
    background: #990033;
    color: white;
    padding: 5px 0px;
}

.moving-body {
    padding: 4px;
    height: 300px;
}

.start-list-item1 {
    padding: 4px;
    /*border-bottom: 4px dotted black;*/
    background: #d966ff;
}

.start-list-item2 {
    padding: 4px;
    /*border-bottom: 4px dotted black;*/
    background: #80bfff;
}

.start-list-item1 a:hover {
    background-color: black;
    color: white;
}

.start-list-item2 a:hover {
    background-color: black;
    color: white;
}

.start-list-item1 a {
    text-decoration: none;
    color: black;
}

.start-list-item2 a {
    text-decoration: none;
    color: black;
}

.start-list-item1 .active {
    background-color: black;
    color: white;
}

.start-list-item2 .active {
    background-color: black;
    color: white;
}

.astro-details {
    margin: 85px 120px auto;
    max-width: 100%;
    width: auto;
    height: auto;
    /*padding: 5px -100px;*/
}

@media (max-width: 600px) {
    .astro-details {
        margin: 5px 20px auto;
        max-width: 100%;
        width: auto;
        height: auto;
        /*padding: 5px -100px;*/
    }
}

.astro-detail-text {
    font-size: 50px;
    color: #660033;
    max-width: 100%;
    width: auto;
    height: auto;
}


/*<services list end>*/


/*home page home 1 start*/

.home1 {
    max-width: 100%;
    width: auto;
    height: auto;
    /*border: 5px solid black;*/
    /*margin: 25px 15px auto;*/
    padding: 20px;
    align-items: center;
    text-align: center;
    background-color: #BAF4F7;
    
/*  bottom: 0;
  background: rgb(0, 0, 0);  Fallback color 
  background: rgba(0, 0, 0, 0.5);  Black background with 0.5 opacity 
  color: #f1f1f1;
  width: 100%;*/
}

.home-text {
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    margin: 2px auto;
    /*border: 5px solid black;*/
    word-wrap: break-word;
    color: #660066;
}

.home1-image {
    border-radius: 25%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 400px;
    margin: 10px 10px auto;
    padding: 10px;
    box-shadow: 2px 2px 10px 2px #333;
    background-color: white;
}

.home1-img {
    max-width: 100%;
    height: 300px;
    width: auto;
    border-radius: 50%;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.home1-img:hover {
    transform: scale(1.1);
}

.home1-image a {
    text-decoration: none;
    color: #990033;
}

.home2 {
    max-width: 100%;
    width: auto;
    height: auto;
    /*border: 5px solid black;*/
    /*margin: 25px 15px auto;*/
    padding: 20px;
    align-items: center;
    text-align: center;
    background-color: #b3d7ff;
}


/* effect-shine */

a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 5s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}


/*button start*/

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: white;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover a {
    text-decoration: none;
    color: white;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


/*button end*/


/*home page home 1 end*/


/*camera start*/

.camera {
    border: 5px solid black;
    text-align: center;
    margin: 10px auto;
}


/*.col-md-6{
    max-width: 100%;
    height: auto;
    border: 5px solid black;
}*/

.snap {
    max-width: 100%;
    height: auto;
    width: auto;
}

.form {
    border: 5px solid black;
    max-width: 100%;
    height: auto;
    width: auto;
    padding: 10px;
    margin: 10px auto;
}

.form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline label {
    margin: 5px 10px 5px 0;
}

.form input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.form-inline button {
    padding: 10px 20px;
    background-color: dodgerblue;
    border: 1px solid #ddd;
    color: white;
    cursor: pointer;
    height: 50px;
}

.form-inline button:hover {
    background-color: royalblue;
}

@media (max-width: 800px) {
    .form input {
        margin: 10px 0;
    }
    .form {
        flex-direction: column;
        align-items: stretch;
    }
}


/*camera end*/


/*contact section start*/

.contact-details {
    /*border: 5px solid black;*/
    max-width: 100%;
    height: auto;
    margin: 50px 10px auto;
}

.payment {
    /*border: 5px solid black;*/
    /*margin: 100px 100px auto;*/
    padding: 100px;
}

.contact-start {
    /*border: 5px solid red;*/
    margin: 10px 10px auto;
    padding: 25px 25px;
    background-color: #e6ccff;
    /*background-image: url(img/wall.jpg);*/
}

.contact-sec {
    /*border: 5px solid black;*/
    width: 750px;
    max-width: 100%;
    height: auto;
    background-color: #f2f2f2;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .2);*/
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 10px auto;
    font-size: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, .5);
}

.sec-head {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: black;
    color: white;
    /*padding: 12px 20px;*/
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: -15px 3px auto;
}

input[type=submit]:hover {
    background-color: #45a049;
}


/*conatct section end*/


/*zodiac start*/

.zodiac-main {
    max-width: 100%;
    height: auto;
    margin: 2px 10px auto;
}

.zod-head {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0px 50px auto;
    display: inline-block;
    text-align: center;
}

.zod-head h1 {
    font-size: 60px;
    font-weight: bold;
    color: #6666ff;
}

.zod-head h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000099
}

.zod-head img {
    max-width: 100%;
    height: auto;
    width: 500px;
}

.zod-details {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 5px 10px auto;
    padding: 20px;
}

.zod-details h1 {
    color: #db4dff;
}

hr {
    border-top: 2px solid #800040;
}


/*zodiac end*/