@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

body{
  margin:0;
  padding:0;
  color:#b14305;
  font-family: "Quicksand", sans-serif;
}

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top head section start */
.tophead-left{
  text-align: center;
}
.stats {
  justify-content: center;
  align-items: center;
 }
.counting1{
  padding:0;
}
.counting1 .counting{
   background:#ffc000;
   color:#000;
   padding: 6px 15px;
   font-size: 22px;
   line-height: 39px;
   font-weight: 600;
}
.top-txt{padding:0;}
.top-txt p{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}


/* test top change end*/
.tophead-right{
  padding: 0 10px;
}
.toplist1{
  padding: 8px 20px 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.top-call{
  padding: 0px;
}

.topcall1 a{
  color: #ffffff;
  background: #b14305;
  font-size: 16px;
  padding: 8px 15px;
  width: fit-content;
  text-shadow: 0px 1px 10px #fff;
  display: block;
  text-transform:uppercase;
  font-weight: 600;
  text-align: center;
}

/* top head section end */

/* head section start */
.head-section{
  padding: 12px 0 0;
}
.head-section aside{display:none;}
.mobile-header{display:none;}
.head-logo1{
  text-align: center;
}
.head-left2 a{
  color: #000000;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 800;
}
.head-left2 p .chat {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 auto;
  display:block;
  font-weight: 500;
  padding: 5px 18px;
  border-radius: 40px;
  width: fit-content;
  background: #00d500;
}
.head-left2 p .chat span{
  color:#00cc10;
  font-weight: 600;
  font-size: 19px;
  animation: blk 0.3s infinite;
}
@keyframes blk{
  0%{color:#00cc10;}
  50%{color:#ffffff;}
  100%{color:#00cc10;}
}
.content-right span{
  color: #b14305;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
}
.content-right p{
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}

.head-bottom{
  padding: 0;
}
.head-bottom p{
  color:#000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin:0;
  padding: 0px 0 8px;
}
.head-bottom ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.head-bottom ul li{
    padding: 7px 6px;
    border:1px solid #222;
    color: #ac0000;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    margin:0 4px;
    border-radius: inherit;
    font-size: 16px;
}
.head-bottom li i{
    padding: 0 5px 0 0;
    color: #fff;
}
.head-bottom li:nth-child(2){
    background: #b14305;
    color: #fff;
    border: 0;
}
.head-bottom li:nth-child(3){
    background:#2e2e2e;
    color: #fff;
}
.head-bottom li:nth-child(4){
    background:#b14305;
    color: #fff;
    border:0;
}

/* head section end */


/* head list section start */
.head-navigation1{
    padding: 0px;
}
.logo-mobile{display:none;}

/* navigation section start */
.head-navigation1{
  padding: 0;
  width: 100%;
  position: relative;
}
.navbar-collapse{
  justify-content:center;
}
.navbar-collapse .navbar-nav{
  display: block;
  text-align: center;
  margin: 2px auto 0;
  width: 100%;
}
.navbar-collapse .navbar-nav li{
  display:inline-block;
  color: #000;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.9s ease-in;
}
.navbar-collapse .navbar-nav li a{
  display: inline-block;
  transition: 0.5s ease-in;
  color: #000000;
  padding: 9px 45px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-toggler{
  width: 45px;
  height: 35px;
  transition: all 0.2s ease-in;
  line-height: 2px;
  display: none;
  text-align: right;
  float: right;
  background: #b14305;
  border: 0;
  padding: 0 8px 3px;
  border-radius: 0;
  margin: -82px 0 0 0px;
}

.toggle-design{
  height: 3px;
  width: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-toggler:focus{box-shadow:none;}

.navbar-nav li:hover a{
  color: #b14305;
}
.navbar-nav li a.active-1 {
  color:#b14305;
}
.navbar-expand-lg {
    padding: 0;
}

/* navigation section end */

/* head list section end */


/* mobile header section start */

@media (max-width: 767px){
.tophead-section{display:none;}
.mobile-header{display: block;position: relative;overflow: hidden;}
.head-section{
  background: url(../images/background.jpg) no-repeat;
  padding: 5px 0 0;
  background-size: cover;
  background-attachment: fixed;
}
.head-section aside{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.head-logo1{width: 60%;}
  .navbar-inverse .navbar-nav>li>a{padding: 5px 0;color: #fff;text-transform: capitalize;text-align: left;font-size: 16px;}
.mobile-header span{
  display:block;
  position: relative;
}
.mobile-header span .round-image {
  position: absolute;
  content: '';
  background-position: center;
  top: -31px;
  animation: rotate 8s linear infinite;
  filter: brightness(0) invert(1);
  opacity: 0.4;
  background-size: auto;
  background-repeat: no-repeat;
  left: 0px;
  min-width: 277px;
  min-height: 277px;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 0;
}
.mobile-header i{
  font-size: 22px;
  color: #fff;
  display: block;
  background: #eeeeee5c;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding: 3px 5px;
  z-index: 1;
  position: relative;
}
  .head-right1{display:none;}
  .header-img{display:none;}
  .logo-mobile{display: block;}
  .logo-desktop{display:none;}

.mobile-header img{height:400px;z-index: 99;position: relative;}


}
/* mobile header section end */

/* header image section start */
.header-img img{
  width: 100%;
}
/* header image section end */



/* best services section start */
.horoscope-head{
   padding: 0 0 20px;
   text-align: center;
}
.horoscope-head p{
  color: #5d5d5d;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.horoscope-head strong{
  font-weight: 500;
  font-size: 65px;
  text-transform: capitalize;
  color:#b14305;
  font-family: "DM Serif Text", serif;
}
.best-services1{
  padding: 12px;
  overflow: hidden;
}
.best-services2{
  text-align: center;
  padding: 45px 15px 20px;
  position: relative;
  z-index: 1;
}
.best-services2:before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #b14305, #7a3300);
    width: 100%;
    background-position: center;
    bottom: 0;
    background-size: auto;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    height: 460px;
    border-radius: 30px;
}
.best-services3 {
  position: relative;
  z-index: 1;
}
.best-services3:after {
    background: url(../images/service-page-before.png) no-repeat center center;
    position: absolute;
    content: '';
    background-size: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    bottom: -30px;
    z-index: -1;
    animation: rotate 8s linear infinite;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.best-services3 img{
  border-radius:50%;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.best-services4 strong{
    font-size: 25px;
    color: #ffc000;
    text-transform: capitalize;
    font-weight: 700;
    padding: 25px 0 0;
    display: block;
}
.best-services4 p{
  color: #ffffff;
  font-weight: 500;
  line-height: 27px;
  font-size: 15px;
  padding: 10px 0 20px 0;
}
.best-services4 a{
    color: #fff;
    background: #d90a0a;
    padding: 10px 15px 5px;
    border-radius: 14px;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}
.best-services4 a img{
    width: 26px;
}
.best-services4 span{
  display: flex;
  justify-content: space-between;
}
.best-services4 .talk-astro span {
  border-color: #d90a0a;
  
}
.best-services4 .talk-astro1 img{
    width:40px;
}
.best-services4 .talk-astro1{
    float: right;
    background:#4fc040;
}
.best-services4 a span{
  display: block;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 32px;
  border: 2px solid #4fc040;
  outline: 2px solid #ffffff;
  margin: 0 auto 5px;
  border-radius: 50%;
} 
/* best services secion end */

/* start why choose us section*/
.chooseus-left1{
  text-align: center;
  padding: 12px;
}
.chooseus-left1 img{
  border-radius: 40px;
}


.chooseus-right1{
  padding: 12px;
}
.choose-head p{
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.choose-content p{
  color: #000000;
  text-align: justify;
  line-height: 35px;
  font-weight: 500;
  font-size: 16px;
}

/* why choose us section end */



/* about us section start*/
.award-border{
  padding: 30px 0px 0;
  border-top: 1px dashed #a9a9a9ee;
}
.chat-client1{
  padding: 20px 0;
}
.chat-img1{
  padding: 10px;
}
.chat-img2{padding:0;}
.chat-img2 img{
  padding: 0;
  text-align: center;
}
.aboutus-content2 img{
   height: 400px;
   box-shadow: 14px 12px 7px 4px #a23f044f;
   border-radius: 20px;
   float:right;
   margin: 0 0 15px 20px;
}

.aboutus-content2 p{
  color: #222;
  font-weight: 500;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.aboutus-content2  p strong{
  color: #b14305;
  font-weight: 700;
}
.aboutus-content2 h2{
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #7e3400;
  font-size: 22px;
  padding: 10px 0 2px;
  width: fit-content;
  text-transform: uppercase;
}
.view-more{
  padding: 10px 0 40px;
  text-align:left;
}
.view-more a{
  background:#b14305;
  color:#fff;
  display: block;
  font-weight: 600;
  padding: 9px 20px;
  border-radius:4px;
  font-size: 18px;
  text-transform:uppercase;
  width: fit-content;
}
/* about us section end*/

/* our services section start*/

.ourservices-section{
  background: #f9f9f9;
}
.our-services2{
  padding: 10px;
}
.our-services3{
  padding: 12px;
  background: #fff;
  border: 1px solid #ccce;
}
.ourservices-left1{
  padding: 10px;
  text-align: right;
}
.ourservices-left2 strong{
  color:#b14305;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
}
.ourservices-left2 p{
  color: #000000;
  line-height: 25px;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 0 20px 0;
}


.ourservices-right1{
  padding: 10px 0px 0px 0px;
}
.ourservices-right2 img{border-radius: 50%;}
.ourservices-left2 a{
    color: #fff;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 0px;
    float: left;
    margin: 0 auto 0 10px;
    border: 3px solid #e80000;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}
.ourservices-left2 .talk-astro img{
    width: 38px;
}
.ourservices-left2 .talk-astro1 img{
    width: 49px;
}
.ourservices-left2 .talk-astro1{
    border: 3px solid #4fc040;
}
/* our services section end*/

/* main servoces section start*/
.mainservices-section em{
  font-size: 50px;
  color: #b14305;
  font-weight:700;
  line-height: 70px;
  text-align:center;
  display:block;
  font-style: normal;
  text-transform:capitalize;
  padding: 0 0 70px;
}
.main-services1{
  padding: 0px;
}
.main-services2{
  padding: 30px 20px;
  background:#b14305;
  text-align: center;
  color: #fff;
}
.main-services1:nth-child(2) .main-services2{
  padding: 45px 20px;
  text-align: center;
  margin: -24px 0 0 0;
  background: #7a3300;
}

.main-services4 strong{
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0 2px;
    display: block;
}
.main-services4 p{
      color: #ffffff;
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
}
.main-services4{
}
.main-services3 img{
  border-radius: 50%;
  border: 6px solid #7a3300;
  outline: 4px solid #ffffff;
}
@keyframes newcl
{
  0%{transform:  rotate(0deg);}
  100%{transform:  rotate(360deg);}
}

/* main services section end */


/* list section start */

.ser-list-section{
  background: linear-gradient(45deg, #b14305, #7a3300);
}
.serv-list1{
  padding: 12px;
}
.client{padding: 12px;}
.client img{
  border-radius:30px;
  margin: 0 auto;
}
.serv-list3 ul li{
  padding: 9px 10px;
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  margin: 8px 4px;
  text-transform: capitalize;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
.serv-list3 ul li:before {
    color: #b14305;
    content: "\f192";
    font-weight: 900;
    display: inline-block;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
}
.list-head p{
  line-height: 45px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 0 0 10px;
}
/* list section end */


/*  testimonials section start */
.horoscope-head .rating{
    color: #222;
    padding: 7px 22px;
    text-transform: uppercase;
    border-radius: 33px;
    font-size: 16px;
    text-align: center;
    background: #d1d1d1;
    font-weight: 600;
    text-decoration: none;
    transition: 0.7s;
    width: fit-content;
    margin: 0px auto 30px;
}
.horoscope-head .rating .rate{
    font-weight: 600;
    color: #222;
    padding-left: 5px;
}

.testimonials1{
  padding: 12px;
}
.testimonials2{
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #0000004a;
  text-align: center;
}
.testimonials2 p{
    color: #222;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    padding: 0 0 10px;
}
.testimonials2 strong{
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 5px;
  font-weight: 700;
  background: #a84105;
  font-size: 17px;
  display: block;
}
.testimonials2 span{
  color: #000;
  font-weight: 600;
  text-transform:uppercase;
  font-size: 16px;
}
.testimonials2 i {
    background: linear-gradient(to right, #ffb700 0%, #9a7b01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    padding: 5px 1px 0;
}

/* testimonials section start */

/* footer section start */
.footer-section{
  background:#000;
}
.footer-about{padding: 12px;}
.footer-about img{
  background:#fff;
  padding: 5px;
}
.footer-about p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 0 0;
}
.footer-1{padding: 12px;}
.footer-2{
  padding: 12px;
  text-align: left;
}
.footer-1 aside{
  color:#fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  display: block;
  text-transform: capitalize;
}
.footer-3{
  padding: 0px;
}
.footer-3 p{
  color:#ffc000;
  text-transform:capitalize;
  padding: 0 0 5px;
  font-size: 24px;
  font-weight:600;
}
.footer-3 a{
  color: #ffffff;
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 800;
  text-decoration: none;
}
.footer-3 ul li{
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 3px 0;
  text-align: left;
}
.footer-3 li i{
  color: #ffc000;
  margin:0;
  padding: 0 5px 0 0;
}

.dis{
  color: #929292;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 12px 0 0;
}
/* footer section end */


/* copy right section start */
.copyright-section{
  background: #101010;
}

.copyright-section p{
  color:#ffc000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
}
/* copy right section end */


.fix
{
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end li a i
{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li
{
    display: inline;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    background: #f10000;
    line-height: 57px;
    border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
  position: relative;
}
.end li a span{
    position: absolute;
    top: -6px;
    right: 0;
    background: #ed270c;
    border: 1px solid #eee;
    height: 20px;
    border-radius: 40px;
    line-height: 20px;
    width: 20px;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
}







/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .navbar{padding: 0 0 11px;}
  .navbar-collapse .navbar-nav li{display:block;}
  .navbar-collapse .navbar-nav li a{display: block;text-align: left;padding: 4px 0;font-size: 14px;color: #fff;}
  .navbar{padding: 0;justify-content: right;}
  .navbar-toggler{display: block;}
  .navbar-collapse .navbar-nav{text-align: center;}
  .head-right1 {padding: 0 0px 5px 0px;text-align: center;}
  .tophead-right {text-align:center;padding: 0 0px;}
  .aboutus-content2 img{height: auto;float:none;margin: 0 auto 20px;}
  .divReverse {display: flex;flex-wrap: wrap-reverse;padding: 10px 10px 20px;}
  .ourservices-left2{text-align: center;}
  .main-services2 {padding: 20px 10px;}
  .ourservices-left1 {padding: 10px 0;}
  .fix {display:block;}
  .copyright-section{padding: 0 0 0px 0;}
  .horoscope-head strong{font-size: 50px;}
  .mainservices-section em {font-size: 30px;line-height: 40px;}
  .ourservices-left2 a{float: none;}
  .list-head p{line-height: 46px;font-size: 28px;}
  .choose-content p, .aboutus-content2 p{text-align: left;}
  .main-services1:nth-child(2) .main-services2 {padding: 10px 20px;margin: 0;}
  .ourservices-left2 strong {font-size: 23px;}
  .footer-3 a {font-size: 38px;}
  .footer-3 p {font-size: 21px;}
  .best-services3:after {bottom: -32px;width: 320px;}
  .dis {padding: 0;}


  



}


@media only screen and (min-width: 768px) and  (max-width:991px) {
  .navbar-collapse .navbar-nav li a {padding: 9px 15px 10px;font-size: 16px;}
  .topcall1 a {font-size: 12px;padding: 12px 7px;border: 0;}
  .chooseus-section {padding: 30px 0px;}
  .chooseus-right1 {padding: 0px 0  0px 20px;}
  .choose-content {padding: 20px 10px;}
  .choose-head strong {font-size: 45px;}
  .main-services4 strong {font-size: 20px;}
  .ourservices-right2{padding-top: 20px;text-align: center;}
  .ourservices-right2 img {height:150px;}
  .ourservices-left1 { text-align:center;}
  .navbar-nav>li {padding: 0 7px;}
  .chat-img1{width:50%;}
  .horoscope-head .rating{width:30%;}
  .mainservices-section em {font-size: 35px;line-height: 50px;}
 .navbar{padding: 0;}
 .collapse:not(.show){display: block;}
 .footer-about{text-align: center;}
 .list-head p{text-align: center;}
 .top-txt p {font-size: 15px;padding: 1px 3px 0 0;line-height: 20px;}
    
   

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .topcall1 a {font-size: 15px;padding: 8px 12px 6px;}
  .head-left2 p span { font-size: 16px;}
  .chooseus-section {padding: 30px 0px;}
  .choose-head strong {font-size: 50px;}
  .head-left2 p {font-size: 14px;}
  .content-right span {font-size: 21px;}
  .navbar-nav>li {padding: 0 18px;}
  .navbar-inverse .navbar-nav>li>a {padding: 4px 0px 4px 0px;font-size: 16px;}
  .head-left2 a {font-size: 38px;}
  .mainservices-section em {font-size: 49px;}
  .navbar-collapse .navbar-nav li a {padding: 9px 15px 10px;}
  .best-services3:after {bottom: -5px;left: -1px;}
  .best-services1 {padding: 5px;}
  .main-services4 strong {font-size: 20px;}

}

@media only screen and (min-width:1200px) and  (max-width:1300px){



}

@media (max-width: 575px) and (min-width: 0px) {
  .toplist1 {padding: 0 0px 0 0px;}
  .horoscope-head strong{font-size: 40px;}
  .horoscope-head p {font-size: 15px;}
  .best-services1:nth-child(2), .best-services1:nth-child(3){}
  .mainservices-section em {font-size: 20px;line-height: 30px;padding: 0 0 20px;}
  .list-head p {font-size: 22px;line-height: 32px;}
  .mobile-header i{font-size: 17px;}
  .mobile-header img{height:auto;}
  .mobile-header span .round-image{min-width: 197px;min-height: 197px;height: auto;}
  .our-services2{width:100%;}
  .footer-2 {padding: 10px 0;text-align: center;}
  .footer-section, .ser-list-section, .chooseus-section, .aboutus-section{padding: 12px 0 !important;}
  .horoscope-head .rating {margin: 0px auto 0;}
  .footer-3 ul li{text-align: center;display: inline-block;padding: 0 5px;}



}

@media (max-width: 420px) and (min-width: 0px) { 
  .mobile-header i{font-size: 15px;}
  .head-logo1{width:70%;}
  .navbar-inverse .navbar-toggle{margin: -36px 0px 0 0px; padding: 7px 7px;}
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{color: #fff;}
  .navbar-nav li {padding: 4px 0 0 0px;}
  .mobile-header span .round-image{min-width: 197px;min-height: 197px;height: auto;}
  .chat-img1{width: 100%;padding: 8px 0;}
  .horoscope-head strong {font-size: 29px;}
  .best-services3:after {bottom: 0px;width: 280px;left: -7px;}
  .footer-1 aside {font-size: 20px; line-height: 32px;}
  .navbar-toggler {width: 38px;height: 30px;margin: -65px 0 0 0px;padding: 0 8px 5px;}
  .navbar-collapse .navbar-nav li a {padding: 0px 0 5px;font-size: 13px;}

}
  

