




.bannerSection:after
{
    background-image:none;
}

.bannerSection
{
  margin-bottom: 6%;
}


.homeCarousel .carouselCaption {
  left: 3%;
}




.switches-container
{
    width:auto;
}

/* 14-07-2023 */

.testcss{
    color:red;
}

.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;
}



.includeHere{
 & ul{
  list-style:disc;
  padding-left:13px;
  & li{
    color:#fff;
  }
 }
 border-right:2px solid #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;
    object-position: left;
}


.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;
}*/

.template2 .homeCarousel {
  background-color: #ffffff!important;
}

.template2 .why-use-taxtree .information-document-container .information-document {
    background-color: #fff;
    border-radius: 0;
}
.template2 .why-use-taxtree .information-document-container .information-document ul li {
    color: #000;
    font-weight: 500;
}
.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 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: #0d6efd;
  border-color: #0d6efd;
}

.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:#2b88d9;*/
  border-color:#2b88d9;
}



/* calender */


.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0px;
  color: #686464;
  text-transform: capitalize;
}

.fc-col-header-cell{
  background: #2196F3;
  opacity: 0.8;
}
.fc .fc-col-header-cell-cushion {
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 5px;
}


.fc .fc-daygrid-day-top{
  color:#1c436a;
}

.fc .fc-button{
  font-size:0.7em;
  text-transform: capitalize;
}
.fc-event-title{
    /*display:none !important;*/
    color: white;
    padding: 4px;
    border-radius:10px;
}
.fc-event-start{
  cursor:pointer;
}

.pageHeader .primaryNav .menu li {
  font-weight: 600;
  padding: 0 18px;
}

.pageHeader .primaryNav .menu li:last-child{
   padding-right:0;
}



.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: #2a88d9;
}
.clicked-date {
    background-color: rgb(73 92 53) !important;
    color: rgb(73 92 53) !important; 
}
.fc-daygrid-event-harness{
    margin-top: 10px;
}
.fc-daygrid-day-number{
    font-weight: 800;
}

.fc .fc-bg-event {
    opacity: 0.8;
}

.fc .fc-bg-event .fc-event-title {
    font-size: 13px;
    font-style: italic;
    padding: 2em 0em;
    font-weight: 700;
    text-align: center;
}


.office-circle-icon img {
    background: #9bd114;
    border-radius: 50%;
}

.template2 .office-circle-icon img {
    background: #fda924;
    border-radius: 50%;
}

.template2 #state_price span{
 background-color: inherit;
}


.template2 .switches-container{
  background-color: #fda924;  
}


.template2 .text-\[\#91b530\] {
    --tw-text-opacity: 1;
    color: rgb(253 169 36);
}

.text-5xl {
    font-size: 3rem;
    line-height: 1.25;
}



.template2 .perfectPlan .card {
    height: auto;
}

.template2 .perfectPlan .card .list-button{
  height: 410px;
  padding-top: 31px;  
}


.template2 .perfectPlan .card .plan-lists{
   height: 410px;
  padding-top: 31px;     
}

.template2 .bg-lime-700{
  background-color:#e9ad1c;
}

.template2 .contactModal .btn{
  background-color:rgb(237 182 45)!important;
}

 .homeCarousel{
   background-color:#8ebe14;
  }

.position-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.position-relative {
    position: relative;
}
.color-generator-wrap {
    width: min-content;
    z-index: 9;
}
.color-generator-wrap .bg-wrap {
    background: #e7ebdb;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.color-generator-wrap .text-wrap {
    background: #e7ebdb;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.color-generator-wrap .bg-wrap p, .color-generator-wrap .text-wrap p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-bottom: 0 !important;
}
.color-generator-wrap .triangle-top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7ebdb;
    width: 0;
    height: 0;
    margin: 0px auto;
}
.inner_page_second_title {
    right: 100px;
}

#modal_change_to_review {
    background-color: rgb(4 4 4 / 73%);
    height: 100vh;
}



.rate {
    float: left;
    height: 52px;
    padding:0px;
}


.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 33px;
    color: #ccc;
}

.rate:not(:checked) > label::before {
    /*content: "";*/
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 27px;
}

.rate > input:checked ~ label {
    color: #ffc700;
}
.rate > input:checked ~ label.half:before {
    content: "\f123";
    font-family: 'FontAwesome';
    font-size: 27px;
    display: inline-block;
}

.rate > input:checked + label:hover, 
.rate > input:checked + label:hover ~ label, 
.rate > input:checked ~ label:hover, 
.rate > input:checked label:hover label, 
.rate > label:hover input:checked label {
    color: #c59b08;
}


.contactModal{

.badge {
    background-color: #1296cf;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left:5px;
}

.badge-success {
    background-color: #1c84c6;
    color: #ffffff;
}

}


.reviewLists{
    
 .badge {
    background-color: #1296cf;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left:5px;
}

.badge-success {
    background-color: #1c84c6;
    color: #ffffff;
}   

    
}

/* 09-07-2024 */


/*Loader for data loading*/
.loader-mini {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9997;
  display: none;
}


.loader-dark {
  width: 60px;
  margin:25px auto;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side,#000 90%,#0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}




.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: flex;
    justify-content: center;
}

.feedbackBox{
 padding-left:10px;
}

.serviceList ul li a p {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.serviceList ul li a p span {
    border-radius: 30px !important;
    color: #000;
    margin-top: 10px !important;
    padding: 2px 14px !important;
}


/* 09-09-2024 */

@media screen and (max-width: 600px) {

   .jw-modal{
       padding:10px;
   } 
   
   .jw-modal-body{
     width:100%;  
   }
  
}

/* 12.09.2024 */
.p-center-tooltip .color-generator-wrap {
  left: calc(50% - 15px) !important;
  right: auto;
}
.p-left-tooltip .color-generator-wrap {
    right: inherit;
}
.p-right-tooltip .color-generator-wrap {
    left: inherit;
}
.p-left-dark-tooltip .color-generator-wrap {
    left: inherit;
    top: 47px;
}
.p-right-green-tooltip .color-generator-wrap {
    right: inherit;
    bottom: 0;
}
.gradientDarkText .color-generator-wrap {
    left: inherit;
    right: 0;
    top: 47px;
}
.gradientWhiteText .color-generator-wrap {
    right: inherit;
    top: 45px;
}
.template2PlanBox-tooltip .color-generator-wrap {
    right: inherit;
    top: 0px;
}
/*.template2-perfect-plan-tooltip .color-generator-wrap{*/
/*    right: inherit;*/
/*    top: 0px;*/
/*}*/
.template2-choose-title .color-generator-wrap{
    right: 0;
}


.template6 .formWrapper {
 background-color:transparent;
}


/* 13-09-2024 */


@media screen and (min-width: 1530px) {

.template2 .perfectPlan .card .list-button {
    height: 330px!important;
    padding-top: 31px;
}

.template2 .perfectPlan .card .plan-lists {
    height: 321px!important;
}
  
}



/*17.09.2024*/
.template2 .formWrapper .form-btn {
    width: 100%;
    background: #219ecd;
    border-radius: 0;
}
.template2 .formWrapper .form-btn:hover {
    background: #17789d;
}
.template2 .perfectPlan .card .card-meta-deta{
    color: #fff;
    font-size: 24px;
}
.top-circle-tooltip .position-absolute{
    top: 100%;
}
.p-text-center-tooltip .position-absolute{
    left: 0;
}
/*20.09.2024*/
.content-entry .buildYourPlan h1 span {
    color: #fff;
}
.template4 .testimonial{
    background: #82ab02;
}
.template4 .testimonial h1{
    color: #ffffff;
}
/*30.09.2024*/
.buildYourPlan .customBox .quantity button[class*=btn]{
    background-color: inherit;
}
.template3 .buildYourPlan .customBox .quantity button[class*=btn]{
    background-color: inherit;
}
.template3 .buildYourPlan .customBox .quantity input{
    background-color: inherit;
    border: 1px solid transparent;
}
/* .homeTestimonial {
    background: #91b530;
}
.homeGrdientTestimonial{
    background: linear-gradient(90deg, #91b530 42%, #d8e439);
} */
/*21.10.2024*/
.template2 .buildYourPlan .customBox .quantity{
    color: #219ecd;
    border: 1px solid transparent;
}
.template2 .buildYourPlan .customBox .quantity button[class*=btn]{
    background-color: transparent;
}
.template2 .buildYourPlan .customBox .quantity button[class*=btn] i{
    color: inherit;
}
.template2 .buildYourPlan .customBox .quantity input{
    border: 1px solid transparent;
    color: inherit;
    background: transparent;
}


.template2 .lp-wrapper .cta-btn-chat{
     background-color: #ffc600!important;   
}

.taxtree-badge{
    background-color:#CDDC39; 
    color:#000; 
    padding:2px 3px; 
    border-radius:3px;
}

.buildYourPlan .customBox .quantity input{
    border: 1px solid transparent;
    color: inherit;
    background: transparent;
}

.template5 .buildYourPlan {
    padding: 50px 0 80px 0;
}
.template5 .buildYourPlan .btn {
    background-color: #434e6e;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.template5 .buildYourPlan .customBox .quantity button[class*=btn]{
    background-color: transparent;
}
.template5 .buildYourPlan .customBox .quantity input{
    background-color: transparent;
    border: 1px solid transparent;
}
.template5 .buildYourPlan .customBox .quantity{
    border: 1px solid transparent;
}

.staffDetailsList ul {
    list-style: inherit;
    margin: 0 0 0 20px;
}
/*Theme E Slider Image Tooltip*/
.slider-image-container .bottom-layer-circle .color-generator-wrap {
  margin-left: 68px;
  margin-top: 78px;
}
.slider-image-container .top-layer-circle .color-generator-wrap {
  margin-top: -256px;
  margin-right: 11px;
}

/* 20-11-2024 header footer default home responsive */
@media (max-width: 1024px) {
    .buildYourPlan .customBox {
        margin-bottom: 20px;
    }
    .buildYourPlan .customBox:last-child {
        margin-bottom: 0px;
    }
    .primaryNav .drawer-icon {
        position: absolute;
        left: 15px;
        top: calc(50% - 21px);
    }
    .pageHeader .primaryNav .brand-logo img {
        object-position: center;
    }
}
@media (max-width: 767px) {
    /*.pageHeader .headerTopBar {*/
    /*    padding: 8px 0;*/
    /*}*/
    /*.pageHeader .topHeaderLeft li {*/
    /*    padding: 0px;*/
    /*}*/
    /*.pageHeader .topHeaderLeft li a {*/
    /*    padding: 0px;*/
    /*}*/
    /*.pageHeader .topHeaderRight > div {*/
    /*    padding-top: 0px;*/
    /*}*/
    .homeCarousel .carouselCaption {
        background-color: rgba(23, 55, 18, 0.6);
        padding: 20px;
        left: 0;
        margin: 0 20px
    }
    .homeCarousel .carouselCaption h1 {
        font-size: 3rem;
        line-height: 1.25;
    }
    .homeCarousel .carouselCaption p br {
        display: none;
    }
    .homeCarousel .carouselCaption a {
        padding: .75rem 1.25rem ;
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .buildYourPlan h1, .perfectPlan h2, .taxesdoneright h2.text-5xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .buildYourPlan .narrowCalculator > div.grid {
         gap: 3rem;
    }
}
/*22.11.2024*/
.template4 .innerPage .content-entry .buildYourPlan .narrowCalculator {
    background-color: transparent;
}
.template4 .innerPage .content-entry .buildYourPlan button{
    color: inherit;
}
.content-entry .buildYourPlan{
    background: #91b530;
}
.gradientSection{
    background: #91b530;
}
.template2 .perfectPlan .box h5 {
    color: inherit;
}

@media (max-width:1024px) {
    /*.menu-container {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background: rgba(0,0,0,0.5);*/
    /*}*/
    /*.menu-container .menu {*/
    /*    background: #fff;*/
    /*    width: 80%;*/
    /*    height: 100%;*/
    /*    overflow-y: auto;*/
    /*}*/
    
    /*.menu-container .menu .mainMenuText {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/
    
    .pageHeader .primaryNav .menu > ul > li {
        padding: 10px 0 !important;
    }
    
    .pageHeader .primaryNav .menu li .dropdown-menu {
        position: relative !important;
        transform: none !important;
        width: 100% !important;
        padding-bottom: 20px !important;
    }
    
    
}

button {
    cursor: pointer;
}
button:disabled,
button[disabled] {
    opacity: 0.7;
    cursor: default;
}




#modal-1 .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}








