.counter-area {
    padding: 100px 0;
    background-color: #FFF5F2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.counter-area .counter-text-overlay {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 0;
    white-space: nowrap;
    color: #FF6B31;
    opacity: 0.1;
}


.section-title .title {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 700;
}


.counter-box {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.counter-box .number {
    font-size: 56px;
    margin-bottom: 8px;
	color:#fff;
}

.rating-star {
    display: inline-block;
    position: relative;
    color: #FDB12E;
	color:#fff;
}





.counter-box.active, .counter-box:hover {
    background-color: #FDA800;
    -webkit-box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
    box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
}


.accordion .item {
    background-color: #fffff;
    -webkit-box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin-bottom: 20px;
	border:1px solid #febda9;
}

.accordion .item .title {
    font-size: 20px !important;
    font-weight: 600;
    padding: 20px 24px;
    margin: 0;
    cursor: pointer;
}

.accordion .item .title a {
    display: block;
    color: var(--heading-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion .item .desc p {
    padding: 0 24px 24px 24px;
}

.accordion .item li{
	font-weight:500;
	padding: 0 24px 24px 24px;
}

.title-box{
	font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}

p , li , .accordion-body{
   
     font-weight:500;
}

.accordion-body{
	font-size:1.1rem;
}

ul li{
	padding-left:0px;
	list-style-type:disc;
}

@media(min-width:768px){
	.phn-margin{
	margin-top:-100px;
}
}

.gradient::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.gradient.clip-1::before {
	background: linear-gradient(rgb(255 244 240) 13.14%, rgba(226, 242, 240, 0) 100%) !important;
	transform: matrix(1, 0, 0, -1, 0, 0) rotate(0deg);
	clip-path: none !important;
}





  body {
         font-family: "Karla", sans-serif;
     }

     .navbar-light {
         border-bottom: solid 1px #e9ecf4;
     }

         .navbar-light .navbar-brand img {
             height: 25px;
         }

         .navbar-light .navbar-nav .nav-link {
             padding: 30px 15px;
             font-size: 16px;
             font-weight: bold;
             color: #030303;
         }

     input[type=radio] {
         display: none;
     }

     table label {
         padding: 8px 10px;
         width: 110px;
         border-radius: 10px;
         background: #fff;
         cursor: pointer;
         text-align: center;
     }

     table tbody tr {
         display: flex;
         justify-content: flex-start;
         flex-wrap: wrap;
     }

     main {
         min-height: calc(100vh - 102px);
     }

     /* Wizard */
     .wizard .audible {
         position: absolute;
         width: 1px;
         height: 1px;
         padding: 0;
         margin: -1px;
         overflow: hidden;
         clip: rect(0, 0, 0, 0);
         white-space: nowrap;
         border: 0;
     }

     #wizard {
         z-index: 99;
         position: relative;
     }

     .wizard .contents {
         margin-top: 80px;
     }

         .wizard .contents .title {
             display: none;
         }

     .steps {
         display: none;
     }

     .wizard .contents .bd-wizard-step-title {
         font-size: 20px;
         font-weight: bold;
         color: #7b7f89;
         margin-bottom: 45px;
     }

     .wizard .contents .section-heading {
         font-size: 35px;
         font-weight: bold;
         color: #366b65;
         margin-bottom: 30px;
     }

     .section-heading {
         margin-bottom: 30px;
     }

     .section-heading {
         font-size: 1.8em;
         line-height: 1.4em;
         font-weight: 500;
         text-align: left;
     }

     table {
         margin-bottom: 20px;
     }

     .wizard .contents p {
         font-size: 16px;
         color: #030303;
     }

     .wizard .contents .purpose-radio {
         position: relative;
         display: inline-block;
     }

         .wizard .contents .purpose-radio .purpose-radio-input {
             position: absolute;
             opacity: 0;
         }

             .wizard
             .contents
             .purpose-radio
             .purpose-radio-input:checked + .purpose-radio-label {
                 border: 2px solid #17a2b8;
             }

                 .wizard
                 .contents
                 .purpose-radio
                 .purpose-radio-input:checked + .purpose-radio-label
                 .label-icon
                 .label-icon-default {
                     display: none;
                 }

                 .wizard
                 .contents
                 .purpose-radio
                 .purpose-radio-input:checked + .purpose-radio-label
                 .label-icon
                 .label-icon-active {
                     display: inline-block;
                     width: 40px;
                 }

                 .wizard
                 .contents
                 .purpose-radio
                 .purpose-radio-input:checked + .purpose-radio-label
                 .label-text {
                     color: #17a2b8;
                     font-weight: bold;
                 }

         .wizard .contents .purpose-radio .purpose-radio-label {
             display: -webkit-box;
             display: flex;
             width: 120px;
             height: 120px;
             max-width: 100%;
             box-shadow: 0px 2px 5px #d3d3d3;
             border-radius: 4px;
             -webkit-box-orient: vertical;
             -webkit-box-direction: normal;
             flex-direction: column;
             -webkit-box-align: center;
             align-items: center;
             -webkit-box-pack: center;
             justify-content: center;
             -webkit-transition: all 0.2s ease-in-out;
             transition: all 0.2s ease-in-out;
             cursor: pointer;
         }

     @media (max-width: 575px) {
         .wizard .contents .purpose-radio .purpose-radio-label {
             width: 100%;
         }
     }

     .wizard .contents .purpose-radio .purpose-radio-label .label-icon {
         font-size: 21px;
         color: #000000;
         margin-bottom: 17px;
         -webkit-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
     }

         .wizard
         .contents
         .purpose-radio
         .purpose-radio-label
         .label-icon
         .label-icon-active {
             width: 40px;
         }

     .wizard .contents .purpose-radio .purpose-radio-label .label-text {
         font-size: 16px;
         color: #030303;
         -webkit-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
     }

     .wizard .contents .purpose-radios-wrapper {
         margin-top: 60px;
     }

         .wizard .contents .purpose-radios-wrapper .purpose-radio {
             margin-right: 18px;
             max-width: calc(33% - 18px);
         }

     @media (max-width: 575px) {
         .wizard .contents .purpose-radios-wrapper .purpose-radio {
             margin-right: 0;
             margin-bottom: 18px;
             width: 100%;
             max-width: none;
         }
     }

     .wizard .contents .purpose-radios-wrapper .purpose-radio:last-child {
         margin-right: 0;
     }

     .wizard .contents .form-control {
         padding: 26px 25px;
         min-height: 50px;
         max-width: 550px;
         border-radius: 4px;
         border: solid 1px #ababab;
     }

         .wizard .contents .form-control::-webkit-input-placeholder {
             color: #919aa3;
         }

         .wizard .contents .form-control::-moz-placeholder {
             color: #919aa3;
         }

         .wizard .contents .form-control:-ms-input-placeholder {
             color: #919aa3;
         }

         .wizard .contents .form-control::-ms-input-placeholder {
             color: #919aa3;
         }

         .wizard .contents .form-control::placeholder {
             color: #919aa3;
         }

     .wizard .actions > ul {
         list-style: none;
         padding-left: 0;
         display: -webkit-box;
         display: flex;
     }

     .wizard .actions li a {
         display: inline-block;
         border-radius: 6px;
         background-color: #679d97;
         padding: 10px 15px;
         color: #fff;
         font-style: 15px;
         font-weight: bold;
         margin-top: 30px;
         font-size: 18px;
     }

     .wizard .actions li.disabled {
         display: none;
     }

     .wizard .actions li:not(.disabled) + li,
     .wizard .actions li:not(:first-child):last-child {
         margin-left: 15px;
     }

     @media (min-width: 768px) {
         .wizard.vertical {
             padding-left: 100px;
             position: relative;
             min-height: 450px;
         }
     }

     .pl-100 {
         padding-left: 80px;
     }

     .call-section {
         display: flex;
         flex-flow: column nowrap;
         width: auto;
         position: relative;
         cursor: unset;
         opacity: 1;
         margin: auto;
         padding: 1.5rem;
         background: rgb(255, 255, 255);
         border-radius: 1rem;
         -webkit-box-pack: justify;
         justify-content: space-between;
         -webkit-box-align: center;
         align-items: center;
     }

     .call-section-row {
         flex-direction: row;
         -webkit-box-pack: justify;
         justify-content: space-between;
         -webkit-box-align: center;
         align-items: center;
         width: 100%;
     }

     .call-section-grid {
         flex-direction: row;
         -webkit-box-align: center;
         align-items: center;
         column-gap: 2%;
         width: 73.5%;
     }

     .call-section-img {
         position: relative;
         width: 3.75rem;
         aspect-ratio: 1 / 1;
         margin-right: 1rem;
     }

     .call-section-content {
         display: flex;
         flex-flow: column nowrap;
         -webkit-box-align: stretch;
         align-items: stretch;
         -webkit-box-pack: start;
         justify-content: flex-start;
         gap: 0.5rem 0px;
         margin: 0px;
         padding: 0px;
         width: auto;
         position: relative;
         cursor: unset;
         opacity: 1;
     }

         .call-section-content h2 {
             font-size: 1.95rem;
             line-height: 40px;
             opacity: 1;
             font-weight: 700;
             color: rgb(76, 76, 76);
             text-align: left;
             margin: 0px;
             padding: 0px;
         }

         .call-section-content h5 {
             font-size: 1rem;
             line-height: 24px;
             opacity: 1;
             font-weight: 500;
             color: rgb(76, 76, 76);
             text-align: left;
             margin: 0px;
             padding: 0px;
         }

     .call-section-button button {
         display: inline;
         padding: 1rem 2rem;
         line-height: 1;
         width: fit-content;
         min-width: 12.5rem;
         font-size: 0.875rem;
         font-weight: 700;
         border-radius: 2rem;
         border: 1px solid rgb(231, 105, 67);
         overflow: hidden;
         letter-spacing: 0.08rem;
         cursor: pointer;
         text-transform: uppercase;
         background-color: transparent;
         color: rgb(231, 105, 67);
     }



     #chat-section .box-item {
         margin: 30px 0;
     }

     .left, .right {
         cursor: pointer;
         font-size: 30px;
         color: #3c9cfd;
     }

     #chat-section .box-item .icon {
         text-align: center;
         margin: 0 15px;
         display: inline-block;
         width: 60px;
         height: 60px;
         border-radius: 50px;
         text-align: center;
         position: relative;
         background-image: -webkit-linear-gradient(0deg, #3c96ff 0% 100%);
         z-index: 1;
         -webkit-transition: all 0.2s linear;
         -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
         transition: all 0.2s linear;
     }

     #chat-section .content-left span {
         float: right;
         margin-left: 25px;
     }



     #chat-section .content-left .text {
         margin-right: 90px;
     }

     #chat-section .box-item .text h4 {
         font-weight: 700;
         font-size: 22px;
         margin-bottom: 15px;
         line-height: 22px;
         color: #191c1e;
     }

     #chat-section .box-item .text p {
         font-size: 14px;
         line-height: 26px;
         color: #a0a6ad;
     }

     #chat-section .content-right {
         position: relative;
     }

     #chat-section .box-item {
         margin: 30px 0;
     }

     #chat-section .content-right .text {
         margin-left: 90px;
     }

     #chat-section .content-right span {
         float: left;
         margin-right: 25px;
     }


     /* radio button */

     label {
         margin-right: 10px;
         margin-left: 0px !important;
     }

         label.radio-card, label.cehck-card {
             cursor: pointer;
         }

             label.radio-card .card-content-wrapper, label.check-card .card-content-wrapper {
                 background: #fff;
                 border-radius: 5px;
                 width: 243px;
                 min-height: 50px;
                 padding: 15px;
                 display: flex;
                 justify-content: start;
                 box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
                 transition: 200ms linear;
             }

             label.radio-card .check-icon {
                 width: 20px;
                 height: 20px;
                 display: inline-block;
                 border: solid 2px #e3e3e3;
                 border-radius: 50%;
                 transition: 200ms linear;
                 position: relative;
             }

         label.check-card .check-icon {
             width: 20px;
             height: 20px;
             display: inline-block;
             border: solid 2px #e3e3e3;
             border-radius: unset;
             transition: 200ms linear;
             position: relative;
         }

             label.radio-card .check-icon:before, label.check-card .check-icon:before {
                 content: "";
                 position: absolute;
                 inset: 0;
                 background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
                 background-repeat: no-repeat;
                 background-size: 12px;
                 background-position: center center;
                 transform: scale(1.6);
                 transition: 200ms linear;
                 opacity: 0;
             }

         label.radio-card input[type=radio], label.check-card input[type=checkbox] {
             appearance: none;
             -webkit-appearance: none;
             -moz-appearance: none;
         }

             label.radio-card input[type=radio]:checked + .card-content-wrapper, label.check-card input[type=checkbox]:checked + .card-content-wrapper {
                 box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
             }

                 label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon, label.check-card input[type=checkbox]:checked + .card-content-wrapper .check-icon {
                     background: #3057d5;
                     border-color: #3057d5;
                     transform: scale(1.2);
                 }

                     label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before, label.check-card input[type=checkbox]:checked + .card-content-wrapper .check-icon:before {
                         transform: scale(1);
                         opacity: 1;
                     }

             label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon, label.check-card input[type=checkbox]:focus + .card-content-wrapper .check-icon {
                 box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
                 border-color: #3056d5;
             }

         label.radio-card .card-content img {
             margin-bottom: 10px;
         }

         label.radio-card .card-content h4, label.check-card .card-content h4 {
             font-size: 16px;
             letter-spacing: -0.24px;
             text-align: center;
             color: #1f2949;
             margin-bottom: 0px;
             font-weight: 500;
         }

         label.radio-card .card-content h5 {
             font-size: 14px;
             line-height: 1.4;
             text-align: center;
             color: #686d73;
         }

     .bg-gradient {
         width: 400px;
         height: 400px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 100%;
         right: 0px;
         top: 50%;
         position: absolute;
         transform: translateY(-50%);
     }

     .bg-gradient {
         background-image: linear-gradient(144.16deg, rgb(226 242 240) 19.06%, rgb(138 183 178 / 22%) 79.03%) !important;
     }

     #wizard input[type=submit] {
         display: inline-block;
         border-radius: 6px;
         background-color: #679d97;
         padding: 10px 15px;
         color: #fff;
         font-style: 15px;
         font-weight: bold;
         margin-top: 20px;
         font-size: 18px;
         border: none;
     }

     input:checked + label {
         background: var(--cyan);
         color: #fff;
     }

     .progress {
         background-color: #ffffff;
         border-radius: 0.25rem;
         z-index: 99;
         position: relative;
     }


     @media (max-width: 767.98px) {

         .height-mobile {
             min-height: 100vh;
             padding-left: 20px !important;
             margin-top: 30px;
         }

             .height-mobile .section-heading {
                 font-size: 1.4rem;
             }

         .small-device-screen {
             padding-left: 10px;
             padding-right: 10px !important;
         }

         .small-device {
             display: none !important;
         }
     }

     .overlap {
         z-index: 9;
         position: relative;
     }

     .small-device-screen {
         padding-right: 50px;
     }
	 
	 
	  .radioboxlist radioboxlistStyle {
         font-size: x-large;
         padding-right: 20px;
     }

     .radioboxlist label {
         background: #fff;
         border-radius: 5px;
         width: fit-content;
         min-height: 50px;
         padding: 15px;
         display: flex;
         justify-content: start;
         box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
         transition: 200ms linear;
         font-weight: 600;
         color: #607a77;
         margin-bottom: 10px;
     }

         .radioboxlist label:hover {
             color: #fff;
             background: var(--cyan);
         }

     input[type=checkbox] {
         display: none;
     }

     #call, #mail, #book-now, #recommend {
         background-color: #006a61 !important;
     }

     .search-area {
         background: #8ab7b2;
     }

     .progress-bar {
         background-color: #668783;
     }

     aside {
         display: none;
     }
	 
	 
	 
	 body {

    overflow-x: hidden;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

ul li {
 
    font-size: 17px;
  
    font-weight: 500;
}

.header-area {
    padding: 80px 0;
   
}



p{
	font-size: 17px !important;
}

.bnner_scn_mrtial .desc {
    margin-bottom: 30px;
}

section {
    padding: 80px 0px;
}


.header-text .desc {
    margin-bottom: 28px;
 
}

.header-text .main-title {
  
    margin-bottom: 15px;
}


.title-box {
    color: #fff;
}

.test_complbty_bx .counter-box.active {
    padding: 20px;
}

.test_complbty_bx .counter-box.active span.title {
    font-size: 26px;
}

.accordion .item .title {
    font-size: 18px !important;
  
    padding: 18px 16px;
   
}

.accordion .item .desc p {
    padding: 0 12px 10px 12px;
	margin-bottom: 0;
}

.accordion .item ul {
    padding-left: 2rem;
}

.accordion .item ul li {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 16px;
}

.accordion .item p{
	  font-size: 16px;
}


@media(max-width: 767px){
	.header-area {
    padding: 50px 0;
}
	.header-text .main-title {
    font-size: 36px;
  
}
section {
    padding: 40px 0px;
}


.qusn_mtr {
    padding: 10px 15px !important;
    min-height: initial !important;
}
.test_complbty_bx .counter-box.active span.title {
    font-size: 22px !important;
}
.section-title .title {
    font-size: 28px;
    margin-bottom: 15px;
    
}
.counter-box {
  
    padding: 15px;
   
}

.title-box {
    font-size: 22px;
    margin-bottom: 24px;
  
}
}