@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkalami&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}



/* top section start */
.tophead-section{
  padding: 0;
  background: linear-gradient(45deg, #c90000, #f10b0b);
}
.tophead-section1{
  padding: 5px 0 3px 0;
  display: flex;
  align-items: center;
  justify-content: c'';
  }
.head-choose1{
  padding: 0px;
}
.head-choose2{
  padding:0px;
}

.headchoose1{
  padding: 1px 0px;
}
.headchoose2{
  padding: 0px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tophead-left1{
  padding: 0;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 p{
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  color: #fff;
}

.tophead-right1{
  padding: 0;
}
.tophead-right2{
  padding: 0;
}
.tophead-right2 ul{
  display: flex;
  align-items: center;
  justify-content: right;
}
.tophead-right2 ul li{
  padding: 0 10px;
}
.tophead-right2 a{
  text-transform: uppercase;
  padding: 9px 15px 7px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.tophead-right2 .call{
  background:transparent;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 5px;
}
.tophead-right2 .chat{
  background: #00c300;
}
/* top section end */


/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding: 5px 15px;
  text-align: center;
}
.header-logo-left-1{
  padding: 0;
}
.header-logo-right{
  padding: 5px 15px;
  text-align: center;
}
.header-logo-right-1{
  padding: 0;
}
.head-icons{
  padding: 0;
}
.head-icons ul li{
  padding: 0 9px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.head-icons ul li a{
  color:#000;
  text-align: center;
  z-index: 9999999999;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  height:45px;
  width:45px;
  line-height:45px;
  border-radius: 18px 26px 18px 18px / 28px 16px 14px 16px;
  background:#ba0000;
}
.head-bg1{
    padding: 12px 0 0;
    border-top: 1px solid #000;
}
.head-line{
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}
.head-line-1{
  color: #232323;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.head-line-2{
    padding:0;
}
.head-line-2 p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px;
  background: linear-gradient(45deg, #c90000, #f10b0b);
  border-radius: 60px;
}
.head-line-3{

padding: 0;
}
.head-line-3 p{
    color: #383838;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    line-height: 22px;
}

/* header section end */




/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
    margin: -1px 0 0;
}
/* banner section end */



/* service section start */
.srv-section{
  padding: 0;
}
.srv-section-1{
  padding: 80px 0;
}
.srv-content{
  padding: 0;
}
.srv-1{
  padding: 15px;
  text-align: center;
}
.srv-2{
  padding: 0px;
}
.srv-img{
  padding: 0;
}
.srv-img-1{padding: 0 0 15px;}
.srv-img-1:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 10px;
  background: #033b49;
  content: "";
  opacity: 1;
  transition: .5s;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.srv-img-2{
   z-index: 9999999;
}

.srv-img-1 img{
  width: 100%;
  border-radius: 20px;
}
.srv-text{padding: 0;}

.srv-text strong{
  padding: 6px 10px 5px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
  background: linear-gradient(45deg, #c90000, #f10b0b);
  border-radius: 10px;
}
.srv-text p{
  padding: 8px 0 11px;
  font-size: 15px;
  font-weight: 500;
  color: #313131;
  line-height: 28px;
}

.srv-text .contact a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #00c300;
    padding: 6px 20px 5px;
    border-radius: 50px;
    display: inline-block;
}

/* service section end */


/* about us section start */
.about-section{
    padding: 0;
}
.about-section-1{
    padding: 20px 25px;
    border-bottom-right-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-bottom-left-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: baseline;
}
.about-left{
    padding: 15px 15px;
}
.about-left-1{
    padding:0;
}
.srv-list{
    padding: 10px 0;
    background: linear-gradient(45deg, #c90000, #f10b0b);
}
.srv-list-1{
    padding: 0;
}
.srv-list-2{
    padding:0;
}
.srv-list-2 span{
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    display: block;
    padding: 0 0 5px;
}
.srv-list-2 p{
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    background: #f42b17;
    border-radius: 50px;
    display: inline-block;
    padding: 0 43px 0;
}
.srv-list-2 ul{
    padding: 0;
}
.srv-list-2 ul li{
    font-size: 16px;
    font-weight: 400;
    padding: 9px 12px 9px 30px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
}

.srv-list-2 ul li:before {
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    padding: 0 6px 0 0;
    position: absolute;
    top: 17px;
    left: 0;
    width: 19px;
    height: 3px;
    background: #ffffff;
    content:"";
}
.srv-list-add {
    padding:0;
    text-align:center;
}
.srv-list-add p{
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 6px 0 0;
}
.srv-list-add a{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
.srv-list-add a:hover{
    color: #d80005;
}
.about-right{
    padding: 15px 15px 0;
}
.about-right-1{
    padding: 0;
}
.about-us-content{
  padding: 0;
}
.about-us-title{
    padding: 0 0 15px;
    text-align: center;
}
.about-us-title p{
    font-size: 18px;
    font-weight: 600;
    color: #cb0101;
    text-transform: capitalize;
}
.about-us-title span{
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.about-us-content p{
    padding: 8px 0 11px;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    line-height: 30px;
    text-align: justify;
}
.about-us-content p strong{
    color: #cb0101;
    font-weight: 500;
}
.about-heading{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    padding: 6px 15px;
    display: block;
    background: #e3e9eb;
    margin: 8px 0;
}
.about-us-content ul{
  padding: 10px 0 0;
}
.about-us-content ul li {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    line-height: 30px;
}
.about-us-content ul li:before {
    content: "\f1ce";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #cb0101;
    font-size: 14px;
    padding: 0 5px 0 0px;
}

/* about us section end */


/* counter section start */
.counter-sec{
    padding:0;
}
.counter-sec-1{
    padding: 80px 0;
}
.counter-1{
    padding: 15px;
}
.counter-2{
    padding: 0;
}
.counter-icon{
    text-align: center;
    padding:0;
}
.counter-title{
    font-size: 18px;
    color: #fbfbfb;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 6px 9px;
    font-weight: 600;
    background: linear-gradient(45deg, #c90000, #f10b0b);
    position: relative;
}

.counter-icon-1{
    background: #ffffff;
    border-radius: 50%;
    padding: 20px 15px 20px;
    border-bottom: 7px solid #d30303;
}
.counter-icon-1 i{
    text-align: center;
    color: #cf0101;
    font-size: 75px;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}
.counter-icon-1 span{
    text-align: center;
    color: #000000;
    font-size: 28px;
    display: block;
    font-weight: 700;
    padding: 10px 0 0;
}
/* counter section end */


/* astrology services section start */
.astro-sec-1{
    padding: 0;
}
.astro-sec-2{
    padding: 0;
}
.astro-srv-title{
    text-align: left;
    padding-left: 10px;
}
.astro-srv-left{
    padding:0;
}
.astro-srv-left-1{
    padding: 20px 0 0;
}
.astro-srv-right{
    padding: 22px 0 0 20px;
}
.astro-srv-right-1{
    background: #f62b1a;
    border-radius: 50px;
    padding: 41px 47px 47px;
}
.astro-11{
    padding: 0;
}
.astro-22{
    padding: 15px;
    display: flex;
    align-items: center;
}
.astro-left{
    padding:0;
}
.astro-left-1{
    padding:0;
}
.astro-left-1:after {
    position: absolute;
    bottom: 80px;
    height: 10px;
    width: 100%;
    background: #033b49;
    content: "";
    opacity: 1;
    transition: .5s;
    z-index: -1;
    left: 15px;
    right: 0;
    margin: 0 auto;
}
.astro-left-1 img{
    display: inline;
    width: 89%;
    height: auto;
    max-width: 100%;
    border-radius:50%;
    border-left: 0;
    border-top: 0;
    box-shadow: 0 0 0 11px #e3e9eb;
}
.astro-right{
    padding: 0;
}

.astro-right-1{
    padding: 15px 28px;
}
.astro-right-1 span{
    color: #cb0101;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.astro-right-1 p{
    padding: 5px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    line-height: 30px;
    text-align: justify;
}
.astro-right-1 .contact1{
    position: absolute;
    left: 0;
    background: #d80004;
    border-radius: 0 30px 30px 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color:#fff;
}
.astro-right-1 .contact1 a{
    color:#fff;
}
.astro-right-1.contact1 a i{
    padding: 0 5px 0 0px;
    font-size: 14px;
}
/* astrology services section end */




/* add1 section start */
.add1-sec{
    padding: 30px 0px 65px;
}
.add1-sec-1{
    padding: 29px 0px 30px;
    text-align:center;
}

.add1-sec-1 strong{
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    display: block;
}
.add1-sec-1 p{
    padding: 8px 0 12px;
    color: #343434;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.add-line{
    padding: 15px 15px 15px;
    background: linear-gradient(45deg, #c90000, #f10b0b);
}
.add-line p{
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 38px;
}
.add-line a{
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}
/* add1 section end */


/* other service section start */
.other-srv-sec{
    padding: 0;
    background: linear-gradient(45deg, #c90000, #f10b0b);
    overflow: hidden;
}
.other-srv-sec-1{
    padding: 0 0px 40px;
}
.other-srv-title{
    padding: 0;
    text-align: center;
}
.other-srv-title p{
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    background: #fff;
    padding: 0 15px 8px;
}
.other-srv-content{
    padding: 15px 0 0;
}
.other-srv-1{
  padding: 15px;
  text-align: center;
}
.other-srv-2{
  padding: 0px;
}
.other-srv-img{
  padding: 0;
  position: relative;
  z-index: 0;
}
/* .other-srv-img-1:before{
  position: absolute;
  height: 108%;
  width: 108%;
  content: "";
  z-index: -1;
  left: 0;
  margin: 0 auto;
  right: 0;
  border: 7px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  top: 0;
}
.other-srv-img-1:after {
  position: absolute;
  bottom: 0px;
  height: 108%;
  width: 108%;
  content: "";
  opacity: 1;
  transition: .5s;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  border: 7px solid #ffffff;
  border-left: 0;
  border-top: 0;
} */
.other-srv-img-2{
   z-index: 9999999;
}

.other-srv-img-1 img{
  width: 100%;
  border-radius: 15px;
}
.other-srv-text{
  padding: 0;
}

.other-srv-text strong{
  padding: 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.sv-contact{
    padding: 25px 0 0;
}
.sv-contact a{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background: #00c300;
    padding: 6px 20px 5px;
    border-radius: 50px;
    display: inline-block;
}

/* other service section end */



/* testimonial section start */
.testi-sec{
    padding:0;
}
.testi-sec-1{
    padding: 80px 0;
}
.testi-content{
  padding: 0;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  padding:0;
}
.testi-2 span{
    background: linear-gradient(45deg, #c90000, #f10b0b);
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-bottom-right-radius: 40px;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
}

.testi-2 p{
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    line-height: 30px;
    text-align: justify;
}
.rating li {
    display: inline-block;
    font-size: 17px;
    color: #ffb301;
    text-align: center;
    padding: 0 5px;
}
/* testimonial section end */

/* awards section start */
.awards-sec{
  padding: 0 0 80px;
}
.awards-sec_1{
  padding:0;
}
.awards-sec_2{
  padding:0;
}
.awards-content{
  padding:0;
}
.awards-1{
  padding: 15px;
}
.awards-2{
  padding:0;
}
.awards-2 img{
  width:100%;
}
/* awards section end */


/* copyright section start */
.copyryt-sec{
    padding: 20px 0;
    background: linear-gradient(45deg, #c90000, #f10b0b);
}
.disclaimer{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    padding: 0;
}
.copyryt{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    padding: 7px 0 0;
}
/* copyright section end */



 #callbook {
    /* background:green; */
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff;
    background:red;
    position: relative;
    padding: 9px 15px 15px;
    width:50%;
    list-style:none;
    float:left;
    text-align: center;
}
  #callbook ul li a span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
#callbook ul li a i{
  position: relative;
  padding: 0 4px 0 0px;
}  



@media (max-width: 767px){
.tophead-section1 { display: block;text-align: center;}
.header-logo-right, .header-logo-left{padding: 0;}
.tophead-right2 ul{justify-content: center;}
.tophead-right2 .call {font-size: 22px;}
.tophead-right2{text-align:center;}
.header-logo-1 {display: block;}
.head-line-1 p {font-size: 13px;}
.head-line-4 p {font-size: 15px;}
.header-logo-right-1 {padding: 0px 0px 11px;}
.header-logo-left-1 {padding: 15px 0px 0px;}
.main-srv-text {padding: 15px 10px 0px;}
.main-srv-text strong {font-size: 27px;}
.main-srv-1 {padding: 93px 10px 105px;}
.main-srv-text .contact a {font-size: 19px;}
.about-section-1{display: block;}
.about-right {padding: 15px 0;}
.about-left {padding: 15px 0;}
.add1-left-1 strong {font-size:31px;}
.add1-left-1 p {padding: 4px 8px 12px;font-size: 13px;}
.add-line p {font-size: 19px;line-height: 25px;}
.other-srv-title p {font-size: 25px;}
.astro-srv-right {padding: 22px 0 0 0;}
.add1-sec-1 strong {font-size: 25px;}
.add1-sec-1 p {font-size: 17px;}
.copyryt{padding: 10px 0 41px;}
#callbook {display:block;}
}



@media only screen and (min-width: 767px) and (max-width:990px){
.tophead-section1 { display: block;text-align: center;}
.tophead-right2 ul{justify-content: center;}
.header-logo-1 {display: block;}
.head-line-1 p {font-size: 15px;}
.header-logo-right-1 {padding: 0px 6px 15px;}
.header-logo-left-1 {padding: 15px 6px 0px;}
.add1-left-1 p {font-size: 17px;}
.other-srv-title p {font-size: 30px;}
.astro-srv-right {padding: 22px 0 0 0px;}
.about-section-1{display: block;}
}


@media only screen and (min-width: 991px) and (max-width:1200px){
.tophead-left2 p {font-size: 15px;}
.tophead-right2 .call {font-size: 20px;}
.tophead-right2 a {font-size: 15px;}
.head-line-3 p {font-size: 14px;line-height: 20px;}
.head-line-1 p {font-size: 13px;}
.head-line-2 p {font-size: 16px;}
.main-srv-1 {padding: 40px 10px;}
.main-srv-text {padding: 15px 15px 0}
.main-srv-text strong {font-size: 22px;}
.main-srv-text .contact a {font-size: 15px;}
.about-right-1{padding:0;}
.srv-list-2 ul li {font-size: 15px;}
.add1-left-1 strong {font-size:31px;}
.add1-left-1 p {padding: 4px 8px 8px;font-size: 15px;}
.other-srv-text strong {font-size: 17px;}
.other-srv-text .contact a {font-size: 16px;}
.counter-title {font-size: 17px;}
.srv-list-2 p {font-size: 23px;padding: 0 33px 0;}
.about-section-1 {display: block;}
}



@media only screen and (min-width:1201px) and (max-width:1350px){

}




@media (min-width:0) and (max-width:600px){
.header-logo-right-1 {padding: 0px 0px 15px;}
.tophead-left2 p {font-size: 15px;}
.counter-title {font-size: 16px;}
.tophead-right2 a.chat {font-size: 16px;}
.tophead-right2 a {font-size: 14px;}
.head-line-4 p {font-size: 13px;}
.head-line-1 p {font-size: 11px;}
.head-line-6 {font-size: 15px;}
.main-srv-text strong {font-size: 24px;}
.add1-left-1 p {line-height: 24px;padding:4px 8px 18px;}
.other-srv-title p {font-size: 20px;}
.other-srv-text .contact a {font-size:17px;}
.astro-srv-title {text-align: center;}
.awards-1 { padding: 12px;}
.other-srv-text strong {font-size: 17px;}

}





@media (min-width: 290px) and (max-width:500px){
.tophead-right2 ul {display: block;}
.tophead-right2 a.chat {font-size: 18px;padding: 7px 10px 5px;}
.tophead-section1 {padding: 10px 0;}
.tophead-right2 .call {font-size: 24px;padding: 0;}
.tophead-left2 p {line-height: 24px;}
.tophead-right2 a {font-size: 12px;padding:8px 10px;}
.head-line {display: block;padding: 0 0 7px;}
.head-bg1 {padding: 10px 0 0;}
.head-line-1{width:100%;padding: 0;}
.head-line-3 p{font-size: 13px;line-height: 18px;}
.head-line-4 p {font-size: 12px;}
.head-line-5{width:67%;}
.head-line-6 {font-size: 14px;}
.head-line-1 p {font-size: 12px;line-height: 21px;}
.head-line-2{width: 100%;}
.head-line-2 p{display: block;}
.srv-1{width: 100%;padding: 15px 0;}
.about-us-title p {font-size: 15px;}
.about-us-title span {font-size: 25px;}
.add-line a {font-size: 28px;}
.add-line p {font-size: 15px;line-height: 22px;padding: 0 0 1px;}
.main-srv-1{width: 100%;padding:93px 10px 94px;}
.main-srv-text strong {font-size: 29px;}
.main-srv-text .contact a {font-size: 22px;}
.other-srv-1, .counter-1{width:100%;padding: 15px 0;}
.astro-left-1:after {bottom: -25px;height: 10%;width: 10px;left: 0;}
.astro-right-1 {text-align: center;padding: 20px 0 15px;}
.astro-22{display: block;padding: 15px 0;}
.astro-left{width: 100%;text-align: center;}
.astro-right{width:100%;padding:15px 0px 5px;}
.other-srv-text .contact a {font-size: 19px;}
.about-section-1 { padding: 20px 20px;}
.main-srv-section-1 {padding: 45px 0 0px;}
.main-srv-content {padding: 70px 0 0;}
.about-right-1 { padding: 10px 0px 0;}
.astro-srv-left-1 {padding: 10px 0 0;}
.astro-srv-right-1 {padding:32px 15px 35px;}
.choose-title p { font-size: 30px;}
.add1-sec-1 {padding: 0px 0px 0px;}
.other-srv-title p {font-size: 16px;}
.testi-1{padding: 15px 0;}
.awards-1{width: 100%;padding: 15px;}
.other-srv-text strong {font-size: 22px;}
}




