
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
 font-family: 'Rubik', sans-serif;
}

a {
  color: #e21763;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: /*linear-gradient(330deg,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100%*/ linear-gradient(45deg, #e21763, #730094)no-repeat;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #e21763;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #757272;
  color: #fff;
}
.call{  
    background: #730094;
    padding: 2%;
    text-align: center;
    margin-top: -40px;
    color: #fff;}
.bttn{       padding: 7px 23px;
    text-decoration: none;
    display: inline-block;
    color: #171515;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    background-color: #dacfff!important;}    
 
.cal-title2{font-size: 35px;
    font-weight: 700;}     
 .call a:hover{color: #333;}   

.call  a {
  color: #fff;
 
}
.call a:hover{color: #fff;}
.call .social-links a:first-child {
  border-left: 0;
}
.ban{padding: 0px 0;overflow: initial;}
@media (min-width: 991px) {
  .disp {display: none!important;}}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: /*linear-gradient(330deg,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100%*/linear-gradient(45deg, #e21763, #730094) no-repeat;;
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fffcfc;
}

#topbar .contact-info a:hover {
  color: #FFF;
}

#topbar .contact-info i {
  color: #FFF;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #b1a0a0;
}
#topbar .social-links i {
  color: #FFF;
}
#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  
}

#topbar .social-links a:hover {
  color: #FFF;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}



#header #logo img {
  padding: 0;
  margin-top: -18px;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo img {
    max-height: 40px;
  }
  #header #logo h1{
    
    font-size: 16px!important;
}
}
#header #logo h1{
    text-transform: uppercase;
    font-size: 25px;
    background: #730094;
   
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
}
/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
.banner{padding-top: 0;}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-control-next-icon{display: none;}
  .carousel-control-prev-icon{display: none;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
      padding: 4px 8px;
    text-decoration: none;
    display: inline-block;
    color: #171515;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #e21763;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #e21763;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #a09797;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #mobile-nav ul li a{
    color: #db8afd!important;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e21763;
}

#mobile-nav ul .menu-item-active {
  color: #e21763;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 40px 0;
}
.btn-danger{background-color: #ebebeb;
    border-color: #e8e8e8;
}
.btn-danger:hover{color: #fff!important;
    background-color: #e21763!important;
    border-color: #fe0002!important;}
.btn-danger:focus{box-shadow: 0 0 0 0rem rgba(225,83,97,.5);
}
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e21763;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Package

--------------------------------------------------------------*/
.m-t-40{margin-top:40px;}
#packages{    background: #ebebeb;}
.table-bordered td, .table-bordered th {
    border: 1px solid #dd1663;
}
thead tr{background: #df1664;
    color: #fff;}
.demo{padding-top: 60px;}
.pricingTable{
    color: #1a00a7;
    background: linear-gradient(-45deg, #8319bf, #e21763);
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding: 10px;
    margin: 10px 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.pricingTable .pricingTable-header{
    background: #ffffff24;
    padding: 12px 0 15px;
    margin: 0 0 25px;
     color: #ffff;
}
.pricingTable .title{
    font-size: 18px;
    font-weight:700;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
        margin: 25px 0 15px;
    text-align: left;
}
.pricingTable .price-value .amount{
    font-size: 32px;
    font-weight: 600;
    line-height: 65px;
}

.pricingTable .price-value .duration{
    font-size: 13px;
    display: block;    
}
.pricingTable .pricing-content{
    padding: 20px;
    margin: 0 0 25px;
    list-style: none;
    border: 4px solid #fff;
    border-radius: 25px;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #fff;
    font-size: 15px;
   /* text-align: left;
    padding: 0 0 0 35px;*/
    margin: 0 0 15px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }

.pricingTable .pricingTable-signup{
    background: #fff;
    padding: 9px 0 9px;
    margin: 8px 55px;
}
.pricingTable .pricingTable-signup a{
    color: #1a00a7;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: -4px 4px 1px rgba(0,0,0,0.1);
    letter-spacing: 3px;
}
.pricingTable.yellow {
    color: #1a00a7;
    background: linear-gradient(-45deg, #e21763, #8319bf);
}
.pricingTable.yellow .pricingTable-signup a{ color: #1a00a7; }
@media only screen and (max-width: 1200px){
    .pricingTable{ margin: 0; }
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}

.blink{
    animation: blink 1s;
    animation-iteration-count: infinite;

}
.head{ 
  color: #333;
  font-weight: 500;
  font-size: 35px;
  font-family: 'Rubik', sans-serif;}
.head2{ color: #e21763;
    font-size: 20px;}
/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/


/* About Section
--------------------------------*/
#about {
  padding: 40px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #333;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Rubik', sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #e21763;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e21763;
    bottom: 0;
    left: 0;
}

/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px rgb(73 78 92 / 52%);
  background: #f5f5f5;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgb(73 78 92 / 52%);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icn {
  float: left;
}

#services .box .icn img {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 5px;
}

#services .box .icn i:before {
  background: #0c2e8a;
    background: -webkit-linear-gradient(
0deg
,#f27d21,#e3232d 30%,#913c8a 61%,#314d9e);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

#services .box h4 {
 margin-left: 81px;
    font-weight: 700;
    margin-top: 14px;
    font-size: 22px;
}

#services .box h4 a {
  color: #444;
  font-weight: 400;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(-45deg, #e21763, #730094) no-repeat;
    background-size: cover;
    padding: 40px 0;
   
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #ffffff;
  color: #ffffff;
}

#call-to-action .cta-btn:hover {
  background: #e21763;
  border: 3px solid #e21763;
  color:#fff;
}

/* Contact Section
--------------------------------*/
.whit {color: #fff!important;}
.whitey p {color: #fff;margin-bottom: 10px;}
.con-head{color: #f5f5ff;
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: 600;
    text-align: left;}
#contact {
  padding: 30px 0;
   background: #3c3535;
}
#contact h2{font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    padding-top: 30px;}
#contact .contact-info {
  margin-bottom: 20px;
  
}
.cont-head2{
       color: #fff;
    font-size: 25px;
    padding-bottom: 16px;
    font-weight: 600;
    text-align: center;
  }
.cont-head{
       color: #0e0d0d;
    font-size: 25px;
    padding-bottom: 16px;
    font-weight: 600;
    text-align: center;
  }

#contact .contact-info a{
   font-size: 12px;
   transition: max-height .35s ease-in-out;
}


#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #e21763;
}
#contact .contact-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}
#contact .contact-box i {
    font-size: 25px;
    padding-right: 10px;
    line-height: 1;
}
#contact .contact-box p {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 15px;
}
.formy{background:#f5f4f4;
    padding: 2%;
    border-radius: 5px;}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #e21763;
}

#contact .php-email-form button[type="submit"] {
  background: #e21763;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #333;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
#Feature{background: #df1664 none repeat scroll 0 0;
    margin-top: 30px;
    color: #fff;
}
.f1{background: #7d495d59;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 170px;
    font-size: 14px;;}
.f1 i{font-size: 45px;margin-bottom: 8px;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #252121;
  padding: 0 0 15px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  color: #fff;
}


#footer .credits a {
  color: #fff;
}
.social{
  position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background:linear-gradient(45deg, #e21763, #730094) no-repeat;
    padding-right: 5px;
    /* border-radius: 1px 5px 8px; */
    display: flex;
}
.call-img{    
    width: 76px;
    height: 60px;}
.icon {
    background: -webkit-linear-gradient(-150deg,#de1501 5%,#ff0000 95%);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all 0.6s linear;
    transform: rotate(-360deg);
}
.extra-page{background: #f3f3f3;
    padding: 2%;
    border-radius: 7px;}
.social .para{
  font-size: 20px;
    color: #fff;
    display: inline-flex;
    padding-top: 10px;
    margin-left: -10px;}
#slideshow { 
    background: #ebebeb;
    /* margin: 50px auto; */
    position: relative;
    /* width: 240px; */
    height: 260px;
    padding: 10px;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}    

/*faq-------*/
#FAQ {
         background: #ebebeb none repeat scroll 0 0;
         margin-top: 30px;
         }
         .panel-group {
         background: #fff none repeat scroll 0 0;
         border-radius: 3px;
         box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
         margin-bottom: 0;
         padding: 30px;
         }
         #accordion .panel {
         border: medium none;
         border-radius: 0;
         box-shadow: none;
         margin: 0 0 15px 10px;
         }
         #accordion .panel-heading {
         border-radius: 30px;
         padding: 0;
         }
         #accordion .panel-title a {
         background: #df1664 none repeat scroll 0 0;
         border: 1px solid transparent;
         border-radius: 5px;
         color: #fff;
         display: block;
         font-size: 13px;
         font-weight: 600;
         padding: 12px 20px 12px 20px;
         position: relative;
         transition: all 0.3s ease 0s;
         text-transform: uppercase;
         line-height: 1.5;
         }
         #accordion .panel-title a.collapsed {
         background: #fff none repeat scroll 0 0;
         border: 1px solid #ddd;
         color: #333;
         }
         #accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
         background: #df1664 none repeat scroll 0 0;
         border: 1px solid transparent;
         border-radius: 50%;
         box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
         color: #fff;
         content: "";
         font-family: fontawesome;
         font-size: 25px;
         height: 45px;
         right: -20px;
         line-height: 45px;
         position: absolute;
         text-align: center;
         top: -2px;
         transition: all 0.3s ease 0s;
         width: 45px;

         }
         #accordion .panel-title a.collapsed::after {
         background: #fff none repeat scroll 0 0;
         border: 1px solid #ddd;
         box-shadow: none;
         color: #333;
         content: "";
         }
         #accordion .panel-body {
         background: transparent none repeat scroll 0 0;
         border-top: medium none;
         padding: 20px 25px 10px 9px;
         position: relative;
         }
         #accordion .panel-body p {
         border-left: 1px dashed #8c8c8c;
         padding-left: 25px;
         }
         #accordion .panel-body p {color:#868088;
         font-weight: 400;}

