.debug-border1 {
  border-color: blue;
  border-width: 3px;
  border-style: solid;
}

.debug-border2 {
  border-color: deeppink;
  border-width: 3px;
  border-style: dashed;
}
.debug-border3 {
  border-color: green;
  border-width: 3px;
  border-style: double;
}

.debug-border4 {
  border-color: rgb(34, 0, 128);
  border-width: 3px;
  border-style: dashed;
}
@font-face {
  font-family: 'LibreBaskerville';
  src:  url('/_fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: 'Montserrat';
  font-size: 12pt;
}



.clprimary{
  color:#6f2c91 !important ;
}
.clsecondary{
  color:#b73177 !important ;
}
.cltertiary {
  color:#3891a6 !important ;
}
.clquaternary {
  color:#bdd9bf !important ;
}
.clquinary {
  color:#f6f7eb !important ;
}
.bgblue1{
  background:#49B3D8 !important ;
}

.nmt-0{
  margin-top:  0 !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.w-30{
  width: 30% !important;
}
.w-40{
  width: 40% !important;
}

.mt-100{
  margin-top: 100px !important;
}
.whatsapp-icon {
  position: fixed;
  display: block;
  background: #8BCD75;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  text-decoration: none !important;
  padding-top: 10px !important;
}

.whatsapp-icon:hover{
  color:#FFF;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
} 


.image-center {
  text-align: center;
}

.form-control {
  border-color: #53156D !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(83 21 109 / 25% ) !important;
}

.form-check-label,.control-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}

.input-group-text {
  background-color: rgb(83 21 109 / 15%) !important;
  border: 1px solid #53156D !important;
  color: #53156D !important;
}
.btn-cancel,
.btn-icon {
  color: #53156D !important;
  border-color: #53156D !important;
}

.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:focus,
.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
  color: #fff !important;
  background-color: #53156D !important;
  border-color: #53156D !important;
}

.btn-icon i{
  font-size: 17pt !important;
}

.btn-custom {
  color: #fff !important;
  background-color: #53156D !important;
  border-color: #53156D !important;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus{
  color: #FFF !important;
  background-color:#b73177 !important;
  box-shadow: 0 0 0 0.15rem rgb(183 49 119/ 25%)
}

.btn-cancel {
  color: #53156D !important;
  border-color: #53156D !important;
}

.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:focus{
  color: #FFF !important;
  background-color:#b73177 !important;
  box-shadow: 0 0 0 0.15rem rgb(183 49 119/ 25%)
}


.form-messages {
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
}

.label {
  position: absolute;
  top: 9px;
  left: 25px;
  text-align: center;
  font-size: 10px;
  padding: 5px 5px;
  line-height: .9;
  border-radius: 8px;
}
.label-warning {
  background-color: #f39c12 !important;
color:#fff;
}

.balloon{
visibility: hidden;
min-width: 250px;
margin-left: -125px;
text-align: center;
border-radius: 4px;
padding: 16px;
position: fixed;
z-index: 1;
right: 30px;
top: 100px;
font-size: 17px;
}

#Messageballoon{
  z-index: 2000;
}
#Messageballoon.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1039;
}

/* Header CSS */
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header .logo img {
  padding: 0;
  display: flex !important;
 align-items: center!important;
 max-height: 150px;
}

#header.header-scrolled:after {
  opacity: .95;
}
#header.header-scrolled,
#header.header-pages {
height: 110px;
background-color:rgba(255,255,255,1);
/*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
box-shadow: 0px 0px 30px rgba(183, 49, 119, 0.3)

}
#header.header-scrolled .logo img {
max-height:80px;
}
#header.header-scrolled .login-area {
  display: none !important;
}
  
.media-icon{
  display: flex;
  justify-content: flex-end;
}
.media-icon img{
   margin-right: 10px;
   margin-bottom: 5px;
   
   width: 20px !important;
 }

 .button-icon{
  display: flex;
  justify-content: flex-end;
 }
 .button-icon img{ 
  width: 90px !important;
}

 
/* End Header CSS */
/* Menu CSS */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.main-nav > ul{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0px 3vh;
  
}
.main-nav > ul > li:not(:last-child) {
  border-right: 2px solid rgba(136, 16, 80, 1);
}

.main-nav a {
  display: block;
  position: relative;
  color: #29424E;
  
  transition: 0.3s;
  text-transform: capitalize;
  text-decoration: none;
  font-family: LibreBaskerville !important;
  font-weight: bold;
  font-size: 13pt !important;
  
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #6f2c91;
  text-decoration: none;
  font-weight: bold;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background-color:rgba(104, 191, 223, 0.9);
  box-shadow: 0px 0px 30px rgba(183,49,119, 0.5);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  font-family: LibreBaskerville !important; 
  font-size: 13pt !important;
  padding: 10px 20px;
  text-transform: none;
  color: #FFF;
  float: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #6f2c91;
}
.main-nav .drop-down > a:after {
  content: "\e902";
  font-family: 'jhopervic-font';
  padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav ,
.mobile-nav  * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 4vh;
  background-image: linear-gradient(to left,rgba(183,49,119, 0.3), rgba(183,49,119, 0.7));
  background-size: cover;
  transition: 0.4s;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding-left: 2vh;
  padding-bottom: 2vh;
  transition: 0.3s;
  font-family: LibreBaskerville !important;
  font-weight: bold;
  font-size: 13pt !important;
  text-decoration: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #6f2c91;
  text-decoration: none;
}
#mobile-menu.mobile-nav-toggle-scrolled,
#mobile-menu.mobile-nav-toggle {
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle-scrolled i,
.mobile-nav-toggle i {
  color: #6f2c91;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(183,49,119, 0.3);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav .drop-down > a:after {
  content: "\e902";
  font-family: 'jhopervic-font';
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\e901";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}
/* End Menu CSS */

/* Main CSS*/


h1{
  font-family: 'LibreBaskerville'  !important;
  font-weight: bold;
  font-size: 35pt !important;
}
h2{
  font-family: 'LibreBaskerville'  !important;
  font-weight: bold;
  font-size: 30pt !important;
}
h3{
  font-family: 'LibreBaskerville'  !important;
  font-weight: bold;
  font-size: 20pt !important;
}
h4{
  font-family: 'LibreBaskerville'  !important;
  font-weight: bold;
  font-size: 17pt !important;
}
p{
  font-size: 13pt;
}
#main{
  padding: 0;
}

#common-header{
  border-top: 10px solid rgba(0, 147, 200, 1);;
  margin-top: 150px!important;
}
.main-menu{
 height: 90px;
 background-color: #68BFDF; 
}

.menu-option{
  display: flex!important;
  flex: 0 0 auto;
  width: 20% !important;
  height: 90px;
  align-items: center!important;
}
.menu-option img{
  margin-left: 15px;
}
.menu-option span{
font-family: LibreBaskerville !important;
font-weight: bold;
font-size: 12pt;
margin-left: 20px;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
border-left: 2px solid rgba(255, 255, 255, 1);
}
.menu-option span a{
  color: #FFF;
  text-decoration: none;
}
.menu-option span a:hover,
.menu-option span a:active{
  color: #6f2c91;
  text-decoration: none;
}

.menu-option-img1{
  width: 40px;
}

.menu-option-img2{
  width: 55px;
}

.menu-option-img3{
  width: 45px;
}
.menu-option-img4{
  width: 25px;
}
.menu-triangle{
  position: relative;
  margin-top: -24px;
  margin-left: 100px;
}
#main-aboutme{
  background-color: #3891A6;
}

.is-divider {
  height: 5px;
  display: block;
  max-width: 150px;
  background-color: rgb(0, 147, 200, 1);
  margin: 1em 0 1em;
}

.section-content{
  align-items: center !important;
}
.section-content div{
  padding-left: 4vw;
  padding-right: 6vw; 
}

.section-content h1{
  color: #FFF ;
  padding-top: 4vw ;
}
.section-content p{
  color: #FFF;
  padding-bottom: 4vw;
}

#common-why-to-go .bg2{
  display:none;
}
#common-why-to-go .home-section
{
  background: url('/_img/main_why.png') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}
#common-why-to-go .path-section
{
  background: url('/_img/path_why.png') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}

#common-why-to-go .gender-therapy
{
  background: url('/_img/gender_why.png') no-repeat; 
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}

#common-why-to-go .teenagers-therapy
{
  background: url('/_img/teenagers_why.png') no-repeat; 
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}
#common-why-to-go .mate-therapy{
  background: url('/_img/mate_why.png') no-repeat; 
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}
.commonbannerstxt {
  color: #FFF;
  padding-left: 50px !important;
  padding-bottom: 50px;
  padding-top: 50px;
  display: block !important;
  }

.btnlink {
    background: #0093C8;
    color: #FFF !important;
    padding: 0.5rem 25pt !important;
    font-size: 20px !important;
    border-radius: 0.6rem !important;
    letter-spacing: 2pt;
    text-decoration: none;
}
.btnlink:hover {
  border:2px solid rgba(0, 147, 200, 1);
  color: #FFF !important;
  font-weight: normal !important;
}

#schedule .btn{
  position: relative;
  margin-top: -90px !important;
  margin-left: 100px;
}
#testimonials {
  text-align: center !important;
}
#testimonials h2{
  color: #3891A6;
}

#testimonials h3{
  color: #53156D;
  text-align: center !important;
  margin-top: 40px !important;
}
#testimonials .divider {
  height: 3px;
  display: block;
  max-width: 150px;
  background-color: rgb(191,126,160, 1);
  margin-right: auto!important;
  margin-left: auto!important;
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

#testimonials p{
  text-align: center !important;
  padding: 0 20pt;
}
#testimonials a{
  color:#53156D;
  text-decoration: none;
  font-family: LibreBaskerville !important;
  font-weight: bold;
}

#testimonials a:hover{
  text-decoration: underline;
}

#news {
  text-align: center !important;
}
#news h2{
  color: #53156D;
}
#news img{
 margin-bottom: 20px !important;
}


#news  a:hover > img{
  filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
#news a{
  color:#53156D;
  text-decoration: none;
}

#path-aboutme{
  padding-right: 20px;
}
#path-aboutme ul{
  padding-left: 15px !important;
}

#path-aboutme p,#path-aboutme li{
  color:#898D92;
}
#path-aboutme img{
  max-width: 90%;
  height: auto;
  text-align: center !important;
}
#new-section .content-info,
#therapy-section .content-info{
  padding-left: 3vw;
}
#new-section p,
#therapy-section p{
  color:#898D92;
}
#new-section .thumbnail,
#therapy-section .thumbnail{
  text-align: center !important;
}
#new-section .thumbnail img
#therapy-section .thumbnail img{
  max-width: 85%;
  height: auto;
    margin-bottom: 30px !important;
}

.contact{
  color:#898D92
}
.contact h1{
  color:#000
}
.contact span{
  color: #0093c8;
  font-size: 35pt;
}
#footer{
    color: #000;
    margin-top: 50px !important
}
#footer .bgfooter{
    background: #f6f7eb;
    padding: 5vh 5vh;
    
}
#footer .bgfooter .content{
  padding-left: 5vh !important;
}
#footer .bgfooter .content:not(:last-child){
  border-right: 1px solid rgba(0, 0, 0, 1);
}

#footer .footer-info{
  padding-bottom: 4vw;
}


#footer .bgfooter ul {
  list-style: none;
  padding: 0 !important;
}

#footer .bgfooter a {
  color: #000;
  font-size: 12pt;  
  text-decoration: none;
}
#footer .bgfooter a:hover,
#footer .bgfooter a:active,
#footer .bgfooter a:focus {
  outline: none !important;
  text-decoration: none !important;
  color:#6f2c91 ;
  font-weight: bold;
}
#footer .bgfooter span a{
  font-size: 14pt !important;  
}


@media (min-width:1281px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px !important;
    }
    #common-header{
      margin-top: 150px!important;
    }
    #common-why-to-go .home-section,
    #common-why-to-go .path-section,
    #common-why-to-go .gender-therapy,
    #common-why-to-go .teenagers-therapy,
    #common-why-to-go .mate-therapy{
      min-height: 705px;
    }
}

@media (max-width: 1280px){
  #common-header{
    margin-top: 130px!important;
  }
  #common-why-to-go .home-section,
  #common-why-to-go .path-section,
  #common-why-to-go .gender-therapy,
  #common-why-to-go .teenagers-therapy,
  #common-why-to-go .mate-therapy{
    min-height: 590px;
  }
  .contact span{
    font-size: 30pt !important;
  }
}

@media (max-width: 1200px){
   #common-header{
    margin-top: 110px!important;
  }
  #common-why-to-go .home-section,
  #common-why-to-go .path-section,
  #common-why-to-go .gender-therapy,
  #common-why-to-go .teenagers-therapy,
  #common-why-to-go .mate-therapy{
    min-height: 520px;
  }
  h1{
    font-size: 28pt !important;
  }
  #schedule .btn{
    margin-top: -75px !important;
    margin-left: 90px;
  }
  .menu-option span{
   font-size: 10pt !important;
   margin-left: 10px;
   padding-left: 10px;
  }
  .menu-option-img1{
    width: 35px !important;
  }
  .menu-option-img2{
    width: 50px !important;
  }
  .menu-option-img3{
    width: 40px !important;
  }
  .menu-option-img4{
    width: 20px !important;
  }
  .contact span{
    font-size: 25pt !important;
  }
}

@media (max-width: 992px){
  #common-header{
    margin-top: 105px!important;
  }
  h1{
    font-size: 25pt !important;
  }
  h2{
    font-size: 23pt !important;
  }
  h3{
    font-size: 18pt !important;
  }
  h4{
    font-size: 16pt !important;
  }
  p{
    font-size: 12pt !important;
  }
  #common-why-to-go .home-section,
  #common-why-to-go .path-section,
  #common-why-to-go .gender-therapy,
  #common-why-to-go .teenagers-therapy,
  #common-why-to-go .mate-therapy{
    min-height: 400px;
  }
  #schedule .btn{
    margin-top: -55px !important;
    margin-left: 45px;
  }
  .menu-option span{
    visibility: hidden !important;
   }
   
   .menu-triangle{
    margin-left: 50px !important;
   }
}

@media (max-width:990px) {
  #header.header-scrolled {
    max-height: 110px !important;
  }
 
  .commonbannerstxt {
    padding-left: 30px !important;
    }
}

@media (max-width:768px) {
  #common-why-to-go .home-section,
  #common-why-to-go .path-section,
  #common-why-to-go .gender-therapy,
  #common-why-to-go .teenagers-therapy,
  #common-why-to-go .mate-therapy{
  background: url('/_img/bg1.png') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover, contain;
  background-position: right, right top;
   align-items: center!important;
}
#common-why-to-go .bg2{
  display: block !important;
}
  
  .commonbannerstxt {
    padding: 30px 20px !important;
  }
  p{
    font-size: 11pt !important;
  }
  #schedule .btn{
    margin-top: -45px !important;
    margin-left: 30px;
  }
}

@media (max-width:767px) {
  #footer .bgfooter .content{
    border-right: none !important;
  }
  h3{
    font-size: 17pt !important;
  }
  .menu-triangle{
    margin-left: 40px !important;
   }
   .contact span{
    font-size: 20pt !important;
  }
}
@media (max-width:550px) {
  #main .container{
      --bs-gutter-x: 4vh !important;
  }
  h1{
    font-size: 20pt !important;
  }
  
  #schedule .btn{
    margin-top: -40px !important;
    margin-left: 25px;
  }
  .menu-triangle{
    margin-left: 20px !important;
   }
}
@media (max-width:575px) {
  #common-header{
    margin-top: 125px!important;
  }
}
@media (max-width:530px) {
  #common-header{
    margin-top: 115px!important;
  }

  h3{
    font-size: 16pt !important;
  }
}

@media (max-width:430px) {
  #common-header{
    margin-top: 105px!important;
  }

  .menu-triangle{
    margin-left: 20px !important;
   }
  .menu-option-img1{
    width: 30px !important;
  }
  .menu-option-img2{
    width: 45px !important;
  }
  .menu-option-img3{
    width: 35px !important;
  }
  .menu-option-img4{
    width: 20px !important;
  }
}
@media (max-width:361px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      min-width: 360px !important;
    }
    .menu-triangle{
      margin-left: 10px !important;
     }
    .menu-option img {
      margin-left: 7px !important;
  }
    .menu-option-img1{
      width: 25px !important;
    }
    .menu-option-img2{
      width: 40px !important;
    }
    .menu-option-img3{
      width: 30px !important;
    }
    .menu-option-img4{
      width: 18px !important;
    }
}
#appointment{
  margin-top: 180px!important;
}
#portal{
  margin-top: 200px!important;
}
.login-container{
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center !important;
}

#login{
  padding: 5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

#login h3{
  color:#53156D;
}
#login i{
  color:#53156D;
  font-size: 15pt;
  margin-left: 10pt;
  cursor: pointer;
}

#register{
  padding: 5% 1%;
  background: rgb(183, 49, 119,0.7);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

#register h3{
  color:#FFF;
}

#register  .form-control {
  border-color: #53156D !important;
}

#register  .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 255 155 / 25% ) !important;
}

#register .input-group-text {
  background-color: rgb(83 21 109 / 75%) !important;
  border: 1px solid #53156D !important;
  color: #FFF !important;
}

#register  label{
  color:#FFF;
}
#register i{
  color:#FFF;
  font-size: 15pt;
  margin-left: 10pt;
  cursor: pointer;
}

.portal-menu{
  --bs-gutter-x: 0 !important;
}

.portal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.portal-menu li a {
  display: block;
  color: #53156D;
  padding: 8px 16px;
  text-decoration: none;
}

.portal-menu li.active {
  background-color: rgb(183, 49, 119, .7);
}
.portal-menu li.active a {
  color: #FFF !important;
}

.portal-menu li a:hover {
  background-color: rgb(183, 49, 119,0.2);
  color: #53156D;
}


.welcome{
  color: #FFF;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  background-color: #53156D;
  border-top-left-radius: 2rem;
  
  padding: 20px 20px;
  
}

.theader{
  background: #B73177;
  text-align: center;
  color: #FFF;
}

.custom-select {
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2353156D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-color: #53156D;
  color: #fff !important;
}
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1039;
}
.spinner{
  position: absolute;
  height: 100px !important; 
  width: 100px !important;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  color: #53156D !important;
}

.messageboxicon {
  font-size: 100px;
  color: #53156D;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 60px;
}
.steps.active{
  color: rgb(183, 49, 119, 1);
  text-align: center;
}

.steps{
    color: rgb(183, 49, 119, .3);
    text-align: center;
}
.steps i{
  display: block;
  font-size: 30pt;
  padding-bottom: 10px;
}
.steps span{
  margin-top: 30px;
  font-weight: bold;
}

.icontable  a,
.icontable > a:hover,
.icontable > a:active,
.icontable > a:focus
{
color: #53156D !important;
}


.badge-Danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}

