@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', 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: 11px 0px 13px;
    background: #fc1805;
    border-top: 13px double #fff8b1;
}
.tophead-section1{
    padding: 10px 39px 7px;
    border-bottom: 5px solid #fff8b1;
    border-top: 5px solid #fff8b1;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.tophead-section span {
    border-radius: 23%;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 17px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff8b1;
    box-shadow: 0 0 0px 4px #fff8b17d;
    padding: 0;
}
.topb {
    left: unset !important;
    right: 17px;
}
.top-details{
    padding:0;
}
.head4{
    padding:0;
    padding-left: 12px;
}
.contact {
    float: left;
    width: 100%;
}
.contact li {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    padding-right: 30px;
    font-weight: 800;
    text-transform: capitalize;
}
.contact ul li a{
   /* animation:neon .08s ease-in-out infinite alternate; */
   color: #fff8b1;
}
@keyframes neon {
  from {
    text-shadow:
    0 0 6px rgb(255 255 255 / 84%),
    0 0 30px rgb(255 255 255 / 78%),
    0 0 12px rgb(255 255 255 / 67%),
    0 0 21px rgb(255 255 255 / 58%),
    0 0 34px rgb(255 255 255 / 48%),
    0 0 54px rgb(255 255 255 / 36%);
  }
  to {
    text-shadow:
    0 0 6px rgb(228 228 228 / 55%),
    0 0 30px rgb(255 254 249 / 48%),
    0 0 12px rgb(255 255 255 / 0%),
    0 0 22px rgb(255 255 255),
    0 0 38px rgb(255 255 255 / 26%),
    0 0 60px rgb(255 255 255 / 16%);
  }
}
.top-icon{
    padding:0;
}
.top-icon1{
    padding:0;
    color: white;
    font-size: 21px;
    padding-right: 12px;
    text-align: right;
    font-weight: 800;
    text-transform: capitalize;
}
/* top section end */



/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: self-start;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 15px 33px 15px 60px;
  text-align: center;
}
.header-logo-center{
    padding:0;
}
.header-logo-center-1{
    padding: 15px 6px 14px;
    text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 0 0 8px 15px;
  text-align:center;
}
.new-blink1{
  padding: 0 0 17px;
  text-align: left;
}
.new-blink1 ul{
  padding: 0;
}
.new-blink1 ul li{
  padding: 0 10px 6px;
  display: inline-block;
  font-size: 20px;
  color: #000000;
  font-weight: 800;
  text-transform: capitalize;
}
.new-blink1 ul li i{
    color: #fc1805;
    padding: 0;
    background: #fff8b1;
    width: 55px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 0 0 18px 18px;
    font-size: 24px;
}
.new-blink2{
    padding: 10px 30px 12px 25px;
    background: #fc1805;
    font-size: 21px;
    line-height: 34px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 800;
    border-radius: 50px 0 0 50px;
}
/* header section end */



/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
}
/* banner section end */




/* start about us section */
.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 57px 60px 170px;
  background: #fff8b1;
  margin: -41px 0 0;
  border-radius: 200px 200px 0 0;
}
.about-head{
    padding: 0;
    text-align: center;
}
.about-head strong{
   color: #fc1805;
   font-weight: 900;
   font-size: 39px;
   text-transform: capitalize;
}
.about-head p{
    color: #000;
    font-weight: 800;
    font-size: 21px;
    text-transform: capitalize;
}
.satisfaction_heading_line {
  display: block;
  width: 40%;
  height: 2px;
  margin: 6px auto 15px;
  position: relative;
}
.satisfaction_heading_line::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
}
.satisfaction_heading_line{
  background-color: #fc1805;
}
.satisfaction_heading_line::after {
  background-color: #fc1805;
}
.about-content1{
  padding: 0;
  z-index: 9;
}
.about-content2{
  padding: 0;
}
.about-us{
  padding: 6px 0 0px 0;
  text-align: left;
}
.about-us p{
  color: #000;
  line-height: 30px;
  font-weight: 500;
  font-size:15px;
  padding: 0 0 5px 0;
}
.about-us p strong{
  color: #fc1805;
  font-weight: 700;
}
.about-us ul{
  text-align: left;
  padding: 0;
  margin: 4px 0 11px;
}
.about-us ul li{
  margin:0;
  font-size: 15px;
  padding: 4px 0;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 27px;
  display: flex;
  align-items: center;
}
.about-us li:before {
  color: #ffffff;
  content:"\f7d4";
  font-weight: 900;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  font-family: "Font Awesome 6 Pro";
  background: #fc1805;
  margin: 0 7px 0 0;
  width: 28px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
}
.about-us span{
  font-size: 26px;
  border-bottom: 3px solid #ec5303;
  color: #000;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

/* end about us section */



/* service section start */
.services_section{
    padding: 0 0 80px;
}
.services_section1{
    padding: 0;
    margin: -146px 0 0;
}
.services{
    padding: 0;
}
.services1 {
    padding: 10px 15px;
}
.services2 {
    padding: 0;
    text-align: center;
}
.services3 {
    padding: 0;
    transition: .5s ease-in-out;
}
.services3 img {
    transition: .8s ease-in-out;
    border-radius: 50%;
    /* height: 450px; */
    box-shadow: 9px 2px 0 3px #fff8b1;
}
.services4 {
    padding: 23px 0 0;
}
.services4 strong {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    color: #fc1805;
}
.services4 p {
    color: #000;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 0 0 0;
}
/* service section end */



/* case solved section start */
.casesolve_section1{
    padding:0;
    background: #fc1805;
}
.casesolve_section2{
    padding: 80px 0px 100px;
}
.why-head strong{
   color: #fff8b1;
   font-weight: 900;
}
.why-head p{
    color: #fff;
}
.why-head .satisfaction_heading_line{
  background-color: #fff8b1;
}
.why-head .satisfaction_heading_line::after {
  background-color: #fff8b1;
}
.case_solve1{
    padding: 50px 0 0;
}
.case-1{
    padding: 10px;
}
.case-2{
    padding: 0;
    text-align: center;
}
.case-3{
    background: white;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin:  0 auto;
    border: 16px solid white;
}
.case-3 i{
  font-size: 66px;
  line-height: 118px;
  width: 247px;
  height: 107px;
  background: #fc1805;
  text-align: center;
  color: #fff8b1;
  padding: 0;
  margin: 0 0 0 -16px;
}
.case-3 .counting{
    color: #fc1805;
    font-size: 49px;
    font-weight: 800;
    line-height: 89px;
    text-transform: capitalize;
}
.case-2 p{
    color: #fff8b1;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 25px 0 0;
}


/* case solved section end */



/* astrological solution section start */
.astro_sol_section{
    padding: 0;
}
.astro_sol_section1{
    padding: 80px 0 80px;
}
.astro_sol{
    padding: 0;
}
.astro_sol1 {
    padding: 10px 15px;
}
.astro_sol2 {
    padding: 0;
    text-align: center;
}
.astro_sol3 {
    padding: 0;
    transition: .5s ease-in-out;
    margin: -39px 0 0;
}
.astro_sol3 img {
    transition: .8s ease-in-out;
    border-radius: 3% 3% 0 0;
    width: 291px;
    box-shadow: 0px -9px 0 3px #fff8b1;
}
.astro_sol4 {
    padding: 23px 0 0;
}
.astro_sol4 strong {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    color: #fc1805;
    border-bottom: 2px dashed #fc1805;
    padding: 0 0 11px;
    display: block;
}
.astro_sol4 p {
    color: #000;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
    padding: 25px 28px 70px;
    background: #fff8b1;
    margin: 22px 0 0;
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0% 65%, 0 0);
}
.astro_sol4 p::before {
    background-image: url(../images/flower-right.png);
    content: '';
    position: absolute;
    max-width: 330px;
    height: 405px;
    right: 0;
    z-index: +9999;
    /* top: 23%; */
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin: 0 auto;
    transform: translateY(-27px);
}
/* astrological solution section end */





/* award section start */
.awards-section{
  padding: 0;
  background: #fff8b1;
  margin: 125px 0 180px;
}
.awards-section1{
  padding: 0 0 0px;
  display: flex;
  align-items: center;
}
.awards-left{
    padding:0;
}
.awards-left-1{
    padding: 0;
}
.award-head{
    text-align: left;
    margin:  0 auto;
}
.award-head .satisfaction_heading_line {
  margin: 6px 0 15px;
}
.awards-right{
    padding:0;
}
.awards-right-1{
    padding:0;
    margin: -100px -20px -100px 0px;
}
.awards{
  padding: 20px 0 0;
}
.awards-1 {
  padding: 10px;
  display: flex;
}
.awards-2 {
  padding: 0px;
  box-shadow: 0px 0px 0px 20px rgb(255 248 177);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 auto;
}
.awards-2 img{
  width: 100%;
}
/* award section end */



/* testimonial section end */
.testi-sec{
  padding:0;
}
.testi-sec-1{
  padding: 10px 0 85px;
}
.testi-content{
    padding: 25px 0 0;
}
.testimonials{
  padding:40px 0 0 ;
}
.testimonials-1{
  padding: 15px 30px;
}
.testimonials-2{
  padding: 0px;
}
.testimonials-3{
  padding: 0px;
}
.testimonials-3 .testimonials-left1{
  width: 32%;
  background: #fdf6b0;
  text-align: center;
  padding: 16px 16px 0;
  position: relative;
  z-index: 22;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
round: #110b1d;
  position:absolute;
  content:"";
  left: 0;
  right: 0;
  bottom: -350px;
  margin: 0 auto;
  z-index: -9;
}
.testimonials-left1 span{
  /* background: #f50000; */
  border: 4px solid #110b1d;
  /* height: 50px; */
  text-align: center;
  /* width: 50px; */
  display: block;
  /* line-height: 44px; */
  margin: 40px auto 0;
  position: relative;
  border-radius: 50%;
}
.testimonials-left1 span img{
  width: 100%;
  border-radius: 50%;
  border: 5px solid #fc1805;
}
.testimonials-3 .testimonials-right1{
    padding: 22px 0 22px;
    text-align: left;
    background: #fdf6b0;
    background-image: url(../images/flower-right1.png);
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin: 0 auto 0px;
    background-position: bottom;
}

.testimonials-right1 span{
  padding: 0 31px 10px;
  font-size: 24px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  color: #fc1805;
}
.testimonials-right1 strong{
  padding: 0;
  font-size: 19px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  color: #ffffff;
}
.testimonials-right1 p{
  padding: 10px 31px 0;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
  border-top: 3px solid #fc1805;
}
.testi-contact{
    padding: 37px 0 0;
}
.btmc2a-div{
    padding: 0 31px;
}
.btmc2a-div1{
    padding:0;
    text-align: center;
    background: #fc1805;
    border-radius: 50px;
}
.btmc2a-div1 a{
  padding: 12px 8px 11px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize;
  display: inline-block;
}
.btmc2a-div1 a i{
   font-size: 30px;
   padding: 0 7px 0 0;
}

/* testimonial section end */


/* whatsapp testimonial section start */
.testii-sec{
  padding: 0px 0 60px;
}
.testii-sec-1{
  padding: 0;
}
.testii{
  padding:40px 0 0;
}
.testii-1{
  padding: 10px 25px;
}
.testii-2{
  padding: 0;
  box-shadow: 0 0 7px 0 #00000038;
}
/* whatsapp testimonial section end */


/* bottom list section start*/
.bottom-services{
    padding: 0;
}
.bottom-services1{
    background: rgb(255 255 255 / 95%);
    padding: 0;
}
.bottom-services-1{
    padding: 12px 13px 50px;
}
.bottom-services2{
    padding: 20px;
}
.bottom-list{
    padding: 10px;
}
.bottom-list1{
    padding: 10px;
}
.pricingTable{
    color: #fff;
    text-align: center;
    padding: 90px 0 0 0;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: '';
    background: #fc1805;
    height: 200px;
    width: 200px;
    border: 10px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}
.pricing-icon img{
  /* width: 73%; */
}

.pricingTable .pricingTable-header{
    color: #fff;
    font-size: 55px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 15px;
}
.pricingTable .pricing-content{
      border: 5px solid #fc1805;
      border-radius: 10px;
      background: #fdf6b0;
      padding: 48px 0 26px;
}
}
.bottom-list1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-list1 ul li{
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 0;
    line-height: 31px;
    text-align: left;
}
.bottom-list1 ul li:before {
    color: #fdf6b0;
    content: "\f633";
    font-weight: 600;
    display: inline-block;
    font-size: 19px;
    padding: 0 0 0;
    font-family: "Font Awesome 6 Pro";
    background: #fc1805;
    text-align: center;
    width: 51px;
    height: 36px;
    line-height: 38px;
    margin: 0 8px 0 0;
    border-radius: 0 40px 40px 0;
}
.bottom-list1 ul li i{
    color: #ae0000;
    font-size: 20px;
    padding: 0 7px 0 0;
}
.bottom-list1 ul li:hover{
    color: #fc1805;
    transition: .6s;
}
.bottom-list1 ul li:hover i{
    padding-left: 6px;
    transition: .6s;
}
/* bottom list section end */



/* footer section start */
.footer-section{
    padding: 0px;
    background: #fc1805;
}
.footer-section1{
    padding: 50px 30px 55px;
}
.footer-head{
    padding: 10px 0;
    text-align: center;
}
.footer-head p{
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-head strong{  
   font-size:40px;   
   font-weight: 800;   
   text-transform: uppercase;  
   display: block;  
   color: #fdf6b0;
}
.footer-head span{
    text-transform: uppercase;
    display: inline-block;
    background: #f9f9f9;
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #fff;
    padding: 6px 20px;
    border-radius: 60px;
    color: #000000;
    font-size: 14px;
    font-weight: 800;
}
.footer-contact1{
    padding: 20px 0;
}

.footerdetails{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-left1{
    padding: 10px;
    text-align: center;
}
.footer-left2{
    padding: 10px 10px;
    text-align: center;
}
.footer-left2 p{
    color: #fdf6b0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 3px;
}
.footer-left2 strong{
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.footer-center1{
    padding: 10px 10px;
    border-left: 2px dashed;
    border-right: 2px dashed;
    border-color: #fdf6b0;
}
.footer-center2{
    padding: 10px 10px;
    display: inline-block;
    color: #fff;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.footer-center2 strong{
    color: #fdf6b0;
}
.footer-center2 a{
    color: #fc1805;
    font-size: 14px;
    background: #fdf6b0;
    font-weight: 700;
    text-transform: capitalize;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 0 0 8px;
}
.details-left{
  padding: 10px;
  text-align:center;
  background: #fdf6b0;
  border-radius:10px;
  margin: 10px 0 0;
}
.details-left a{
  text-decoration: none;
  color:#fff;
}
.details-left a span{
  color: #000;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}
.details-left a p{
  color: #fc1805;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 800;
  display: block;
  padding: 0 0 2px;
}
.details-left a b{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
/* footer section end */


/* copyright section start */
.copy-right{
  padding: 18px 0 16px;
  text-align: center;
  background: #fdf6b0;
}
.copy-right1{
  padding: 0;
  text-align: center;
}
.copy-right1 strong{
  font-size: 13px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
}
.copy-right1 p{
  font-size: 16px;
  font-weight: 800;
  color: #fc1805;
  padding: 4px 0 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: 0
}

#callbook ul li {
  border-bottom: 1px solid #fff;
  background: red;
  position: relative;
  padding:12px 0 10px;
  width: 50%;
  float: left;
  text-align: center;
}

#callbook ul li a{
  display: inline-block;
}

#callbook ul li a span {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  top: -2px
}

#callbook ul li a i {
  color: #fff;
  position: relative;
  top: 0;
  padding: 0 5px 0 0;
  font-size: 17px
}

#callbook ul li a i {
  animation: pulsate .5s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
      transform: scale(.9, .9);
      opacity: 1
  }
  50% {
      transform: scale(1.2, 1.2);
      opacity: 1
  }
  100% {
      transform: scale(.9, .9);
      opacity: 1
  }
}







@media (max-width: 767px){
.top-icon1 {padding: 3px 0 0 0;text-align: center;font-size: 17px;}
.contact{text-align: center;}
.contact li{font-size: 17px;}
.header-logo-1{display:block;}
.header-logo-left-1 {padding: 15px 15px 10px;}
.header-logo-right-1 {padding: 0 0 20px 9px;}
.tophead-section1{display:block;}
.new-blink1 {padding: 0 0 8px;}
.new-blink1 ul li {padding: 0 2px 6px;font-size: 16px;}
.new-blink1 ul li i {width: 36px;height: 35px;line-height: 36px;font-size: 20px;}
.new-blink2 {font-size: 18px;line-height: 31px;}
.aboutus-section1 {margin: -19px 0 0;padding:57px 30px 170px;}
.services4 strong {font-size: 17px;}
.astro_sol4 strong {font-size: 21px;}
.astro_sol4 p {height: 356px;}
.case-2 p {font-size: 26px;}
.awards-section {margin: 32px 0 80px;}
.awards-section1 {display:block;padding:80px 0 0;}
.award-head {text-align: center;}
.award-head .satisfaction_heading_line{margin: 6px auto 15px;}
.awards-right-1 {padding: 12px 0 0;margin: 0;}
.testimonials-1 {padding: 15px 6px;}
.testii-1 {padding: 10px 15px;}
.btmc2a-div {padding: 0 5px 12px;}
.bottom-services-1 {padding: 12px 0px 50px;}
.bottom-services2 {padding: 20px 0;}
.bottom-list1 {padding: 10px 0;}
.footer-head strong {font-size: 26px;}
.footer-left2 p {font-size: 20px;}
.footer-left3 p {font-size: 24px;}
.footer-contact1 {padding: 0px;}
.copy-right1 p {padding: 4px 0 40px 0;}


#callbook {display: block;}
}


@media only screen and (min-width: 767px) and (max-width:990px){
.top-icon1 {padding: 3px 0 0 0;text-align: center;}
.contact{text-align: center;}
.header-logo-1{display:block;}
.header-logo-left-1 {padding: 15px 33px 15px;}
.header-logo-right-1 {padding: 0 0 20px 15px}
.tophead-section1{display:block;}
.new-blink1 ul li {padding: 0 4px 6px;}
.new-blink1 ul li i {width: 43px;height: 42px;line-height: 42px;font-size: 25px;}
.aboutus-section1 {margin: -19px 0 0;}
.awards-section {margin: 32px 0 80px;}
.awards-section1 {display:block;padding:80px 0 0;}
.award-head {text-align: center;}
.award-head .satisfaction_heading_line{margin: 6px auto 15px;}
.awards-right-1 {padding: 12px 0 0;margin: 0;}
.testimonials-1 {padding: 15px 15px;}
.btmc2a-div1 a {font-size: 16px;}
.btmc2a-div {padding: 0 7px 12px;}
.btmc2a-div1 a i {font-size: 23px;}
.bottom-services2 {padding: 20px 0;}
.bottom-list1 {padding: 10px 0;}
.footer-head strong {font-size: 33px;}
.footer-left2 p {font-size: 20px;}
.footer-left3 p {font-size: 24px;}
.footer-center1 { border-right: 0px dashed;}
}


@media only screen and (min-width: 991px) and (max-width:1200px){
.top-icon1 {font-size: 17px;}
.contact li {font-size: 17px;}
.new-blink1 ul li {padding: 0 3px 6px;font-size: 15px;}
.new-blink1 ul li i {width: 33px;height: 36px;line-height: 35px;font-size: 18px;}
.new-blink2 {font-size: 17px;line-height: 28px;}
.new-blink1 {padding: 0 0 3px;}
.services4 strong {font-size: 19px;}
.case-2 p {font-size: 21px;}
.astro_sol1 {padding: 10px 12px;}
.award-head strong {font-size: 30px;}
.award-head p {font-size: 18px;}
.testimonials-1 {padding: 15px 7px;}
.testii-1 {padding: 10px 15px;}
.btmc2a-div {padding: 0 8px;}
.btmc2a-div1 a {font-size: 21px;}
.bottom-list {padding: 10px 6px;}
.bottom-list1 {padding: 0;}
.bottom-list1 ul li:before {font-size: 15px;width: 35px;height: 36px;line-height: 38px;}
.bottom-list1 ul li {font-size: 15px;}
.footer-section1 {padding: 50px 0;}
.footer-left2 p {font-size: 18px;padding: 0 0 2px;}
.footer-left3 p{font-size: 24px;}
.details-left a p {font-size: 20px;}
}



@media only screen and (min-width:1201px) and (max-width:1330px){
.new-blink1 ul li {padding: 0 4px 6px;font-size: 17px;}
.new-blink1 ul li i {width: 43px;height: 42px;line-height: 42px;font-size: 25px;}
.new-blink1 {padding: 0 0 8px;}
.case-2 p {font-size: 26px;}
.new-blink2 {font-size: 18px;line-height: 30px;}
.bottom-list1 {padding: 10px 0;}
.btmc2a-div1 a {font-size: 23px;}
.footer-left2 p {font-size: 21px;}
.footer-left3 p {font-size: 24px;}
}


@media only screen and (min-width:1331px) and (max-width:1440px){
.new-blink1 ul li {padding: 0 4px 6px;}
.new-blink1 ul li i {width: 43px;height: 42px;line-height: 42px;font-size: 25px;}
.new-blink1 {padding: 0 0 8px;}
.case-2 p {font-size: 26px;}
}

@media (min-width:0) and (max-width:600px){
.top-icon1 {padding: 6px 0 0 0;font-size: 15px;}
.new-blink1 {padding: 0 0 5px;}
.new-blink1 ul li {padding: 0 2px 6px;font-size: 14px;}
.new-blink1 ul li i {width: 26px;height: 30px;line-height: 32px;font-size: 16px;}
.new-blink2 {font-size: 15px;line-height: 27px;padding: 7px 30px 7px 25px;}
.about-head strong {font-size: 33px;}
.about-head p {font-size: 18px;}
.services1{width:100%;}
.services4 strong {font-size: 22px;}
.case-1{width:100%;}
.case-2 p {font-size: 28px;}
.astro_sol1{width:100%;}
.astro_sol4 strong {font-size: 22px;}
.astro_sol4 p {height:auto;}
.btmc2a-div1 a {font-size: 22px;}
.testimonials-1{width:100%;}
.footer-section1 {padding: 50px 0px 55px;}
.footer-head strong {font-size: 24px;}
}

@media (min-width: 290px) and (max-width:500px){
.top-icon1 {padding: 6px 0 0 0;font-size: 13px;line-height: 22px;}
.contact li{font-size: 18px;}
.header-logo-left-1 {padding: 12px 15px 10px;}
.header-logo-right-1 {padding: 0 0 12px 9px;}
.new-blink1 {padding: 0 0 5px;}
.new-blink1 ul li {padding: 0 8px 6px;font-size: 15px;}
.new-blink1 ul li i {width: 31px;height: 33px;line-height: 32px;font-size: 18px;}
.new-blink2 {font-size: 12px;line-height: 21px;padding: 7px 10px 7px 21px;}
.aboutus-section1 {margin: -10px 0 0;padding: 16px 18px 146px;border-radius: 42px 42px 0 0;}
.about-head strong {font-size: 22px;}
.about-head p {font-size: 14px;}
.about-us {padding: 0;}
.satisfaction_heading_line {margin: 6px auto 12px;}
.services1 {padding: 10px 0px;}
.services4 strong {font-size: 20px;}
.services_section {padding: 0 0 8px;}
.casesolve_section2 {padding: 34px 0px 38px;}
.case_solve1 {padding: 2px 0 0;}
.awards-section {margin: 32px 0 28px;}
.awards-section1 {padding: 35px 0 0;}
.awards-right-1 {padding: 3px 0 0;}
.awards-1{width:100%;padding:10px 0;}
.awards-2{width:100%;}
.astro_sol_section1 {padding: 40px 0 0;}
.astro_sol1 {padding:0px 0px 16px;}
.astro_sol4 {padding: 7px 0 0;}
.testi-content {padding: 9px 0 0;}
.testimonials-1 {padding: 9px 0;}
.testi-contact {padding: 10px 0 0;}
.testi-sec-1 {padding: 10px 0 12px;}
.testii {padding: 5px 0 0;}
.testii-1{width:100%;padding:10px 0;}
.testii-sec {padding: 0px 0 8px;}
.bottom-list1 ul li {font-size: 15px;padding: 5px 0 3px;}
.bottom-list1 ul li:before {width: 39px;margin: 0 5px 0 0;font-size: 17px;height: 34px;line-height: 35px;}
.bottom-services-1 {padding: 12px 0px 41px;}
.bottom-services2{padding:0;}
.bottom-list {padding: 10px 0 0;}
.bottom-list1 {padding: 0;}
.pricingTable {margin: 0 auto 0px;}
.btmc2a-div1 a {font-size: 14px;}
.btmc2a-div1 a i {font-size: 19px;}
.footer-section1 {padding: 33px 0px 43px;}
.footer-head strong {font-size: 15px;}
.footer-head p {font-size: 14px;}
.footer-left2, .footer-center2 {padding: 0}
.footer-left1 {padding: 5px;}
.copy-right1 p {font-size: 14px;}

#callbook ul li a span {font-size:14px}
#callbook ul li a i{font-size:15px;}
}