
.bannerSection:after
{
    background-image:none;
}

.bannerSection
{
  margin-bottom:6%;
  padding:50px 0;
}

.switches-container
{
    width:auto;
}


/* 14-07-2023 */



.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #28727b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: #28727b;
}


/*02-08-2023 */

.discoveryWebinar{
  background: url(../images/yellow-bg.png) no-repeat bottom left; 
  background-size:100%;
  height:650px;
}

.discoveryForm .frmGrp {
    background-color: #fff;
    align-items: center !important;
    position: relative;
    padding-left: 5px;
    border-radius: 24px;
    color: #28727b;
    font-size: 18px;
}

.discoveryForm .frmGrp .form-control {
    width: 83%;
    border-color: rgb(255, 255, 255);
    border-radius: 24px;
}

.discoveryForm .frmGrp .form-check-input {
    position: absolute;
    margin-top: -0.7rem;
    margin-left: 0.75rem;
    width: 20px;
    height: 20px;
}

.discoveryForm .form-control{
  color: #ababab;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.375rem 1.75rem;
}

.discoveryForm .form-control::placeholder {
  color: #ababab;
}



/* 29-09-2023 */

.loginscreen{
  width:80%;
  margin:auto;
}

.loginscreen .form-control::placeholder{
  font-size:16px;
}

.loginscreen .form-group {
    margin-bottom: 15px;
}

.loginscreen .btn-primary {
    background-color: #8ab645;
    border-color: #8ab645;
    color: #ffffff;
}


.loginscreen .btn {
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:10px;
}

.loginscreen .btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}

.loginscreen .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.loginscreen .badge-success {
    background-color: #1c84c6;
    color: #ffffff;
}



.verticalBorder{
 border-right:2px solid #fff;
}

.includeHere{
 & ul{
  list-style:disc;
  padding-left:22px;
  & li{
    color:#fff;
  }
 }
}


.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://www.icegif.com/wp-content/uploads/2023/07/icegif-1260.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .9;
  background-size: 11%;
}



.pageHeader .primaryNav .brand-logo img {
    width: 200px;
    /*height: 64px;*/
    /*object-fit: contain;*/
}


.serviceList {
  background-color:#e5e5e5;
  margin: 2rem 0;
}

.serviceList ul
{
 display: grid;
 grid-template-columns: auto auto auto;
 grid-gap: 12px;
}

.serviceList ul > li{
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 27px;
  background-color: #fff;
}

.serviceList ul > li > a{
  font-size: 16px;
    font-weight: 600;
}

.serviceList ul > li > a:hover{
  color:#FF9800;
}





.loader {
  width: 16px;
  height: 16px;
  margin: 30px auto;
  top: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #FFF2;
    box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
  }
  100% {
    background-color: #FFF2;
    box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
  }
}

/*12-02-2024*/

.cuenta {
margin-bottom: 10px;
}


.cuenta .child{
 display: flex;
 overflow: hidden;
 background-color: #fff9f9;
 margin-bottom: 10px;
 border-radius: 25px;
}

.cuenta div.child label {
    width: 33%;
    margin: 10px 10px;
    color: #2d2c2a;
    display: inline-block;
    font-weight: 600;
}

.cuenta div.child ul {
    width: 62%;
    padding: 10px 15px;
}

.cuenta ul {
    margin: 0px;
    float: right;
    text-align: right;
}

.cuenta ul li {
    display: inline;
    float: right;
    color: #5d5656;
}

.cuenta input[type="radio"] {
    margin: 0px 10px 0px 10px !important;
}
/* Theme Setting Panel Start */

.position-relative{
  position: relative;
}
.theme-setting-panel{
  background: #ffffff;
  color: #495057;
  position: fixed;
  width: 335px;
  height: 100%;
  right: -335px;
  top: 0;
  z-index: 9002;
  line-height: 21px;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}
.theme-setting-panel .theme-setting-control {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -55px;
  background-color: #ff7f00;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 14px 14px;
  border-radius: 6px 0 0 6px;
}
.theme-setting-panel .theme-setting-control svg{
  fill: #ffffff;
  -webkit-animation: mdi-spin 3s infinite linear;
  animation: mdi-spin 3s infinite linear;
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.theme-setting-panel .inside .header {
  background: #ff7f00;
  max-width: 335px;
  width: 100%;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
}
.theme-setting-panel .inside .header h4{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.theme-setting-panel .inside .header svg{
  fill: #ffffff;
}
.theme-setting-panel .inside .footer {
  background: #ffffff;
  max-width: 335px;
  width: 100%;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ced4da;
}
.theme-setting-panel .inside .footer .btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin: 0 10px;
}
.theme-setting-panel .inside .footer .save-btn {
  color: #ffffff;
  background-color: #ff7f00;
  border: 2px solid #ff7f00;
}
.theme-setting-panel .inside .footer .save-btn:hover {
  color: #ff7f00;
  background-color: transparent;
  border: 2px solid #ff7f00;
}
.theme-setting-panel .inside .footer .close-btn {
  color: #ff7f00;
  background-color: transparent;
  border: 2px solid #ff7f00;
}
.theme-setting-panel .inside .footer .close-btn:hover {
  color: #ffffff;
  background-color: #ff7f00;
  border: 2px solid #ff7f00;
}
.theme-setting-panel .inside .body{
  background: #fff;
  height: calc(100vh - 80px);
  padding: 60px 20px 30px 20px;
  overflow-y: auto;
}
.theme-setting-panel .inside .body input.color-box[type="color"] {
  background-color: #f9f3f3;
  padding: 1px 5px;
  width: 60px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #e9ebec;
  outline: none;
}
.theme-setting-panel .inside .body .color-setting-section .box-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 15px 0 10px 0;
  max-width: 335px;
  width: 100%;
}
.theme-setting-panel .inside .body .color-setting-section .box-wrap .box {
  text-align: center;
  margin-right: 10px;
  border: 1px solid #e9ebec;
  width: 85px;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  background: #e9ebec;
  border-radius: 4px;
}
.theme-setting-panel .inside .body .color-setting-section h4 {
  font-size: 16px;
  font-weight: 700;
}
.theme-setting-panel .inside .body .box h6 {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 0 5px 0;
}
/* / custom scrollbar / */

/** Works on Firefox **/
@-moz-document url-prefix() {
  * {
  scrollbar-width: thin;
  scrollbar-color: #2f4050 #e0dcdc;
}
}


/** Works on Chrome, Edge, and Safari **/

*::-webkit-scrollbar {
    width:6px;
}

*::-webkit-scrollbar {
  height: 6px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color: #e0dcdc;
    border-radius: 15px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color: #2f4050;
} 
/* Theme Setting Panel End */
.homeCarousel {
  background-color: #6fbb00;
}
.homeCarouselBottom{
  margin-bottom: 0;
}
.dark-icon-circle {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #006735;
}
.dark-icon-circle img{
  width: 70px;
}
.dark-icon-circle-content{
  color: #ffffff;
}
.mb-60 {
  margin-bottom: 60px;
}
.number-circle {
  width: 90px;
  height: 90px;
  background: #ff7f00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 10px;
}
/* .homeCarousel, .homeCarouselBottom, .headerTopBg{
  background-color: #82ab02;
} */


/* custom Tabs in landing Page */

.tabWrapper{
  display:flex;
  flex-direction: column;
  align-items: center;
}

.tabWrapper .tabs{
  background: #91b530;
  border-radius: 3rem;
  padding: 2px 0;
}

.tabWrapper .tab{
  cursor: pointer;
  padding:7px 14px;
  margin:0px 2px;
  display:inline-block;
  color:#fff;
  border-radius:25px;
}
.tabWrapper .panels{
  background:#91b530;
  min-height:200px;
  width:100%;
  max-width:900px;
  border-radius:12px;
  overflow:hidden;
  padding:30px;  
}
.tabWrapper .panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#91b530;
  /* border-top: 3px solid #000; */
}



/* 26-03-2024 */



/* modal */


/* MODAL STYLES
-------------------------------*/
.jw-modal {
  /* modals are hidden by default */
  display: none;

  /* modal container fixed across whole screen */
  position: fixed;
  inset: 0;

  /* z-index must be higher than everything else on the page */
  z-index: 10000;
  
  /* semi-transparent black background exposed by padding */
  background-color: rgba(0, 0, 0, .75);
  padding: 40px;

  /* enables scrolling for tall modals */
  overflow: auto;
}

.jw-modal.open {
  display: block;
}

.jw-modal-body {
  padding: 20px;
  background: #fff;
  width:80%;
  margin:auto;
}

body.jw-modal-open {
  /* body overflow is hidden to hide main scrollbar when modal window is open */
  overflow: hidden;
}


/* custom Radio Button */

.jw-modal .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.jw-modal .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .230rem .75rem;
  font-size: 0.8rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jw-modal .rounded-pill {
  border-radius: 50rem !important;
}

.jw-modal .btn-outline-primary {
  color: #000;
  border-color: #82ab02;
}

.jw-modal .btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.jw-modal .btn-check:active+.btn-outline-primary, 
.jw-modal .btn-check:checked+.btn-outline-primary, 
.jw-modal .btn-outline-primary.active, 
.jw-modal .btn-outline-primary.dropdown-toggle.show, 
.jw-modal .btn-outline-primary:active {
  color: #fff;
  background-color:#82ab02;
  border-color:#82ab02;
}




.text-danger{
    font-size: small;
    color: #f05454;
}
/*loader */

.loader2 {
  width: 120px;
  height: 20px;
  margin: 30px auto;
  -webkit-mask:linear-gradient(90deg,#000 70%,#0000 0) 0/20%;
  background:
   linear-gradient(#000 0 0) 0/0% no-repeat
   #ddd;
  animation: l4 2s infinite steps(6);
}
@keyframes l4 {
    100% {background-size:120%}
}
.d-flex{
    display:flex;
}
.flex-c{
    justify-content: space-between;
    align-items: flex-start;
}
.label{
    padding: 2px 4px;
    color: white;
    border-radius: 15px;
}
.label-primary{
    background-color: #82ab02;
}



/* 09-05-2024 */

.featureBox{
  height:270px;
}

.softwareFeatures.owl-carousel .owl-item img{
  width: auto;
  display:inline-block;
}




.softwareFeatures .owl-nav .owl-prev .fa-chevron-left{
    position: absolute;
    left: -23px;
    top: 40%;
    font-size: 20px;
    color: #975b46;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border: 1px solid #333333;
}

.softwareFeatures .owl-nav .owl-next .fa-chevron-right{
    position: absolute;
    right: -23px;
    top: 40%;
    font-size: 20px;
    color: #975b46;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border: 1px solid #333333;
}

/* 14-05-2024 */





.importantDates{
    display: grid;
    gap: 18px;
    padding: 7px 8px;
    grid-template-columns: repeat(4, 1fr);
    height: 228px;
    overflow-y: auto;
  }
  
  .importantDates a {
    border: 1px solid #969699;
    padding: 14px 13px;
    color: #3f3f46;
    border-radius: 12px;
    font-weight: 600;
    background-color: #eee;
    width:auto;
    height:96px;
    font-size: 16px;
    display: inline-flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-direction: column;
  }
    .importantDates a div{
    display:flex;
    justify-content: space-between;
    align-items: center;
    }

  .totalTimeSlots {
    display: inline-flex;
    color: #fff;
    border: 1px solid #8BC34A;
    width: 30px;
    height: 30px;
    background-color: #8BC34A;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
  }
  
/*20 -05-2024 */
  
 .section_solutions {
    padding: 40px 0;
}
  
  .section_solutions .softwareSolutions .owl-item .box {
    margin: auto;
    width: 60%;
}

.section_solutions .softwareSolutions .owl-nav.disabled {
    display: block;
}

.section_solutions .softwareSolutions .owl-nav .owl-prev {
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid #333;
    color: #975b46;
    font-size: 20px;
    left: -23px;
    padding: 10px;
    position: absolute;
    top: 40%;
}

.section_solutions .softwareSolutions .owl-nav .owl-next {
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid #333;
    color: #975b46;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: -23px;
    top: 40%;
}


.splide__arrows--ttb .splide__arrow--prev {
  top: -31px;
}


.splide__arrows--ttb .splide__arrow--next {
  bottom: -51px;
}


.iti-field .iti {
    display: block;
}



/* 13-06-2024 */


.back-to-top {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 9;
}

.back-to-top a span {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px;
    background: url(../images/up-arrow2.svg);
    background-size: 50px;
}

.owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.owl-dots .owl-dot span {
    background: #666;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    background: #84cc16;
}

@media screen and (max-width: 997px) {
    .bannerSection {
        margin-bottom: 6%;
        padding: 20px 0;
    }
    
    .importantDates {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brandWebsite {
        padding: 60px 0 40px 0;
    }
    
    .section_solutions .softwareSolutions .owl-nav .owl-next {
        right: 3px;
    }
    
    .section_solutions .softwareSolutions .owl-nav .owl-prev {
        left: 3px;
    }
}


@media screen and (max-width: 600px) {
   .pageHeader .headerTopBar .topHeaderLeft ul li a .icon-label {
        /*display: none;*/
    }
    
    .pageHeader .headerTopBar  .topHeaderRight a .icon-label {
        /*display: none;*/
    }
   
   .jw-modal{
       padding:10px;
   } 
   
   .jw-modal-body{
     width:100%;  
   }
   
   .primaryNav a .icon-label{
      display: none;  
   }
   
  .primaryNav .mt-10{
      margin-top:0px!important;
   }
   
   .primaryNav .fa-solid{
     font-size:20px;  
   }
   
   .actWrapper .callNow a, .actWrapper .ChatWithUs a{
      font-size:14px;
   }
   
    .actWrapper .callNow {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        text-align: center;
    }
    
    .actWrapper .ChatWithUs {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }
    
   
   .endlessPossibilities 
   {
    background-image: none;
    padding: 36px 0 80px;
    background-color: #91b530;
  }
  
  
    
}


/* 08-08-2024 */

.disabledBtn {
 pointer-events: none!important;
 background-color: lightgrey!important;
}
.testclass{
    color:red;
}


/* 08-01-2025 */
.signup-selector-radio label > label {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid rgba(0,0,0,0.1);
}

.signup-selector-radio label > input:checked + label {
    border: 2px solid #85B914;
    color: #85B914;
}

.signup-selector-radio label input[type=radio] {
    display: none;
}


@media(max-width:600px){
 .softwareFeatures .owl-nav .owl-prev{
    left:3px!important;
 }  
 
 .softwareFeatures .owl-nav .owl-next{
   right:3px!important;  
 }
}

#recaptcha-error {
    margin-top: 8px;
    font-size: 0.875rem;
    display: block;
    text-align: center;
}
button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
