.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;
}

body {
  font-family: 'Montserrat';
  font-size: 12pt;
}

.clblue{
  color:#0094C9 !important ;
}
.clgreen{
  color:#BADC10 !important ;
}
.clmagenta{
  color:#B7236c !important ;
}
.nmt-0{
  margin-top:  0 !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
#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: #28a745 !important;
}

.ui-state-active {
  border: 1px solid #28a745 !important;
  background: #28a745 !important;
  font-weight: normal;
  color: #ffffff !important;
}

.ui-datepicker-today >.ui-state-highlight:not(.ui-state-active){
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #28a745 !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));
} 

.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;
}

.form-messages {
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
}
.alert-danger
{
  background-color: #dd4b39 !important;
  color:#FFF !important;
}
.alert-success {
  color: #FFF !important;
  background: #23923d !important;
  border-color: #23923d !important;
}
#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;
}
.image-header {
  text-align: center;
}

.top-line{
  border-top: rgb(176, 194, 74) solid 2px;
}
/* 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: 100px;
}

.media-icon{
 float: right !important;

}
.media-icon img{
  padding-left:  1vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
}
#header.header-scrolled:after {
  opacity: .95;
}
#header.header-scrolled,
#header.header-pages {
height: 85px;
background-color:rgba(255,255,255,1);
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled .logo img {
max-height:50px;
}
#header.header-scrolled .login-area {
  display: none !important;
}

#header.header-scrolled .main-nav >ul > li > a  {
    padding: 3px 3vh !important;
}
  
  
#header .login-area a{
      background:#BADC10;
      color:#FFF;
      padding: 0.5rem 15pt !important;
      font-size: .8em !important;
      font-weight: bold;
      border-radius: 0.6rem !important;
      letter-spacing: 2pt;
      text-decoration: none;
}
#header .login-area a:hover{
        background:rgba(186,222,16, 0.8);
      border-color: #BADC10;
    }
/* End Header CSS */
/* Menu CSS */

.menu{
  /*  background-image: url('/_img/menubg.png') !important; */
 background-image: linear-gradient(to right, #a5e1ca,#184936);
  }

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.main-nav > ul{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 14vh !important;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 2vh 3vh;
  transition: 0.3s;
  font-size: 12pt;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'Montserrat';
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #000;
  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(58,178,131, 0.6);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  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 {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  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: #000;
}

.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(165,225,202, 0.9), rgba(24,73,54, 0.8));
  
  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: 'Montserrat';
  font-size: 12pt;  
  text-decoration: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#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: #FFF;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,148,201, 0.5);
  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*/
.mrgmenu{
  margin-top: 161px !important;
}

.left-text{
  text-align: left !important;
}
.middle-text{
  align-items: center !important;
  text-align: left !important;
}
#main{
  padding: 0;
}

#main-banner1{
  margin-top: 177px!important;
}
#main-video{
  margin-top: 30px!important;
  
}
#main-content1{
  margin-top: 60px!important;
}

#main-content1 p {
  font-size: 16pt;
  font-weight: 500;
}


#main-content2{
  margin-top: 60px!important;
  background:#30936d;
  min-height: 300px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#main-content2 span{
  font-size: 16pt;
  font-weight: 500;
  color: #FFF;
}
#common-header{
  margin-top: 175px!important;
}
#common-section{
margin-top: 70px !important;
margin-bottom: 100px !important;
}
#common-section a,
#common-section a:hover,
#common-section a:active,
#common-section a:visited{
   text-decoration: none;
   color:#184936;
  }

#common-section .block {
    background-color: rgba(202,237,224, 0.1);
    padding: 1rem 1rem;
}

#common-section .block .form-check-label, #common-section .block .control-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}
#common-section .form-control {
  border-color:#30936d !important;
}
#common-section .input-group-text {
  background-color: rgb(202 237 224 / 30%);
  border: 1px solid #30936d;
  color: #30936d;
}
#common-section .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(48 147 109 / 25% ) !important;
}
#common-section .form-check-input:checked {
  background-color: #30936d !important;
  border-color: #30936d !important;
}

#common-section  .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='%2330936d' 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;
}

#common-section .btn-send {
  color: #fff;
  background-color: #1A4937;
  border-color: #0c241b;
}

#common-section .btn-send:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(12 6 27/ 25%);
}

input[type="file"]~button {
  display: none;
}
.divider-line{
  height: 3px;
  max-width: 174px;
  background-color: rgb(176, 194, 74);
}
.is-divider {
  height: 3px;
  display: block;
  max-width: 174px;
  background-color: rgb(176, 194, 74);
  margin: 1em 0 1em;

}

#common-section p,#common-section ul,#common-section ol {
  font-size: 16pt;
  font-weight: 500;
}


#confirmation  b{
color:#165724;
}
#nofound{
  min-height: 300px !important;
}

#contact .faqs{
border-top:#B7236c solid 2px;
}
#contact  .custompad{
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 3rem;
}
#contact  .custompad:last-child{
  padding-bottom: 3rem;
}
#contact p{
  font-size: 16pt;
  font-weight: 500;
}
#contact .btn-whatsapp{
  background: #8BCD75;
  color: #FFF;
  padding: 1rem 10pt !important;
  font-size: 1.2em !important;
  font-weight: bold;
  letter-spacing: 2pt;
  border: none !important;
}


#contact p{
  font-size: 16pt;
  font-weight: 600;
}

#contact p a,
#contact p a:hover,
#contact p a:active,
#contact p a:focus{
  text-decoration: none;
  color:#BADC10;
}
#contact .register-text{
  padding: 3rem 1vw;
}

#contact .btn-whatsapp:focus,
#contact .btn-whatsapp:active,
#contact .btn-whatsapp:hover {
  border: none !important;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
  box-shadow:none !important;
}
#contact .btn-whatsapp >  i {
  padding-right: 10px;
  
}

#contact .control-label{
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px !important;
}
#contact .form-control {
  border-color: #B7236c !important;
  
}
#contact .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(183 35 108 / 25%) !important;
}
#contact .btn-send {
  color: #fff;
  background-color: #B7236c;
  border-color: #B7236c;
}
#contact .btn-send:hover,
#contact .btn-send:active,
#contact .btn-send:focus {
  box-shadow: 0 0 0 0.25rem rgb(183 35 108 / 50%);
}

#contact .contactform{
  border-left: #B7236c  solid 2px;
  padding-left: 30px !important;
}

#contact .faq-item {
  margin-top: 10px !important;
}

#contact .faq-item > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#contact .faq-item > h2 > button {
  color: #B7236c;
  font-weight: bolder;
  font-size: 1.7rem;
  background: none !important;
  border: none !important;
  text-align: left !important;
}
#contact .faq-item  h4 {
  padding-top: 10px !important;
  font-weight: 700;
}

#contact .faq-item  p {
  font-size: 14pt;
  font-weight: 500;
}

#faq4 .privacy{
  margin-top: 15px;;
  height: 300px !important;
  font-size: 12pt;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

#faq4 .privacy::-webkit-scrollbar {
  -webkit-appearance: none;
}
#faq4 .privacy::-webkit-scrollbar:vertical {
  width: 12px;
}
#faq4 .privacy::-webkit-scrollbar:horizontal {
  height: 12px;
}
#faq4 .privacy::-webkit-scrollbar-thumb {
  background-color: rgb(186 220 16 / 50%);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
#faq4 .privacy::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgb(186 220 16 / 25%);
}

#faq4 .privacy > p{
  font-size: 12pt !important;
  font-weight: 400 !important;
}
#footer{
    color: #FFF;
}
#footer .bgfooter{
    background: #1A4937;
    padding: 5vh 5vh;
    
}
#footer .bgfooter ul {
  list-style: none;  
}

#footer .bgfooter a {
  color: #fff;
  font-family: 'Montserrat';
  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:#000 !important;
}
 #footer .linkcorp{
  color: rgb(176, 194, 74) !important;
 }


#footer .bgfooter span a{
  font-size: 14pt !important;  
}




.login-form {
  width: 350px;
  margin: 0 auto; 
}
.login-form .alert {
  margin-bottom:100px;
text-align:center;
}


.login-form form {
  color: #7a7a7a;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background: rgba(149,197,224, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: relative;
}

.login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background:#1A4937;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .avatar img {
  width: 100%;
}

.login-form h2 {
  font-size: 22px;
  margin: 35px 0 25px;
}


#login .form-group {
  margin-bottom: 1rem !important;
}

#login .btn-block {
  display: block;
  width: 100%;
}

#login .form-control {
  border-color: #30936d !important;
}

#login .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(48 147 109 / 25% ) !important;
}
#login button {
  color: #fff;
  background-color: #1A4937;
  border-color: #1A4937;
}

#login button:hover,
 #login button:active,
  #login button:focus {
  box-shadow: 0 0 0 0.25rem rgb(0 148 201 / 50%) !important;
}



@media (min-width:1281px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px !important;
    }
    #common-header,#main-banner1{
      margin-top: 173px!important;
    }
}

@media (max-width: 1280px){
  #common-header,#main-banner1{
    margin-top: 173px!important;
  }
}

@media (max-width: 1200px){
 
  #common-header,#main-banner1{
    margin-top: 170px!important;
  }
  
}

@media (max-width: 992px){
  
  #common-header,#main-banner1{
    margin-top: 145px!important;
  }

}
@media (max-width:990px) {
  #header.header-scrolled {
    max-height: 83px !important;
  }
}

@media (max-width:361px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      min-width: 360px !important;
    }
}

.messageboxicon{
	font-size:100px;
	color: #165724;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:60px;
}

.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: #165724;
  color: #fff !important;
}

.modal-header .btn-close{
  color: #fff !important;
}

.modal-header .btn:focus {
  outline: 0;
  background:#1A4937 !important;
  box-shadow: 0 0 0 0.25rem rgb(26 73 55 / 25%) !important;
}
.btn-info {
  color: #FFF !important;
  background-color: #1A4937 !important;
  border-color: #184936 !important;
}
.btn-info:hover {
  color: #184936 !important;
  background-color: #a5e1ca !important;
  border-color: #184936 !important;
}

.btn-cancel {
  color: #184936 !important;
  background-color: #fff !important;
  border-color: #184936 !important;
}
.btn-cancel:hover {
  color: #fff !important;
  background-color: #184936 !important;
  border-color: #184936 !important;
}

.btn-danger {
  color: #FFF !important;
  background-color: #f00 !important;
  border-color: #f00 !important;
}
.btn-danger:hover {
  color: #f00 !important;
  background-color: #ff5f5f !important;
  border-color: #f00 !important;
}

.info-box {
  display: block;
  min-height: 90px;
  background: rgb(176 194 94 / 10%);
  width: 100%;
  box-shadow: 0 2px 1px rgb(176 194 94 / 100%);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
  margin-bottom: 30px;
}
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: #184936;
  
}

.info-box-icon i {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #585c615e;
  white-space: nowrap;
  cursor: pointer;
}

.info-box-icon i {
  cursor: default !important;
  color: #FFF !important;
  font-size: 3rem !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  margin-bottom: 1rem;
}

.card-header {
  background-color: transparent !important;
  border-bottom: 2px solid #184936 !important;
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-left: 20px;
  margin-right: 20px;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  color: #184936;
  text-align: center !important;
}


.card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}

.card-tools-btn {
  color: #184936;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.text-nowrap {
  white-space: nowrap !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #184936 !important;
  background-color: #81d5b4 !important;
  border-color: #81d5b4 !important;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-link {
  font-size: 12pt;
  font-weight: 200;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0094C9;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}


.btn-icon {
  color: #184936 !important;
  border-color: #184936 !important;
}

.btn-icon:hover {
  color: #fff !important;
  background-color: #184936 !important;
  border-color: #184936 !important;
}
.btn-icon:focus,
.btn-icon:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(24 73 54 / 50%) !important;
}
.btn-icon i{
  font-size: 17pt !important;
}
#lgcaptcha,
#rgcaptcha {
  color: #2AE000;
  font-size: 15pt;
  margin-left: 10pt;
  cursor: pointer;
}
.custom-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}