html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /* font-family: 'Rubik', sans-serif; */
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}


ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.main-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 33%);
  background: linear-gradient(to bottom, rgb(0 0 0 / 92%) 0%, rgb(255 255 255 / 0%) 100%);
}

header {
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
  background: rgb(255 255 255 / 94%);
}

.header-cta {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: #efae01;
  padding: 10px 15px;
  border-radius: 5px;
}

.header-cta:hover {
  text-decoration: none;
  color: #fff;
}

.header-cta span {
  font-weight: 800;
}

.logo {
  text-align: center;
}

.logo img {
  width: 100%;
  max-width: 200px;
}

.header-menu li {
  margin: 0 15px;
}

.header-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 5px;
  display: inline-block;
}

.header-menu li a:hover {
  color: #febe10;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: -5px;


}

.checkbox-chk input[type=checkbox].error {
    background-color: #ffe6e6;
    border: 2px solid #ffbcbc;
}

.main {
  /* background-image: url(../img/bg-3.jpg); */
  background-color: #fcfcfc;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-title {
  font-size: 35px;
  font-weight: 500;
  color: #371400;
  margin-bottom: 20px;
}

.hero-title span {
  font-weight: 800;
  color: #febe10;
}

.left-panel h2 {
  font-size: 16px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 5px;
}

.left-panel h2 span {
  color: #febe10;
}

.left-panel p {
  font-size: 18px;
  margin: 0;
}

.form-action {
  margin-top: 0px;
}

.white-box .row {
  margin-right: -5px;
  margin-left: -5px;
}

.white-box .row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

label.error {
  display: none !important;
}

.form-control.error {
  background: #ffe6e6;
  border: 2px solid #ffbcbc;
}

.footer-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
  color: #000;
}

.footer-text a {
  text-decoration: underline;
}

.form-btn {
  outline: none;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #371400;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.form-btn:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #febe10;
}

.main-banner-content {
  max-width: 767px;
  margin: auto;
  text-align: center;
}

.footer {
  position: relative;
  text-align: center;
  background: #371400;
  padding: 30px 0;
}

.footer p {
  font-size: 12px;
  margin-bottom: 9px;
  color: #eee;
}


ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

ul.footer-link li a {
  color: #fff;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #febe10;
}

ul.footer-link li:after {
  content: '|';
  color: #ccc;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}














.twm-bnr-right-section .twm-bnr-right-content {
  /* max-width: 900px; */
  margin-top: 120px;

  position: relative;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 {
  left: 200px;
  bottom: 50px;
  position: absolute;
  z-index: 3;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 span {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: rgb(255 186 0 / 52%);
  display: block;
  position: relative;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 span:before {
  width: 17px;
  height: 17px;
  background-color: #371400;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 3px;
  top: 170px;
  z-index: 9;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 span:after {
  width: 17px;
  height: 17px;
  background-color: #371400;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 35px;
  top: 100px;
  z-index: 9;
}



.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle2 {
  left: 125px;
  bottom: -25px;
  position: absolute;
  z-index: 2;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle2 span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: rgb(255 186 0 / 32%);
  display: block;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle2 span:after {
  width: 17px;
  height: 17px;
  background-color: #371400;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 75px;
  bottom: 100px;
  z-index: 9;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle3 {
  left: 50px;
  bottom: -100px;
  position: absolute;
  z-index: 1;
}

.twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle3 span {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-color: rgb(255 186 0 / 8%);
  display: block;
}

.twm-bnr-right-section .twm-small-ring-l {
  width: 50px;
  height: 50px;
  border: 5px solid #371400;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  bottom: 30%;
  left: 11%;
  z-index: 5;
}

.twm-bnr-right-section .twm-small-ring-2 {
  width: 50px;
  height: 50px;
  border: 5px solid #371400;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 30%;
  right: 9%;
  z-index: 5;
}

.slide-top-animation {
  animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}

.rotate-center {
  -webkit-animation: rotate-center 15s linear infinite;
  animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate-center-reverse {
  animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hero-img {
  position: relative;
  z-index: 4;
}


select.form-control {
  background-image: url(../images/arrow.svg);
  background-size: 10px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control {
  background: #ffffff;
  border: 2px solid #ebeaea;
  min-height: 55px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 10px;
  color: #777;
  outline: 0;
}

.form-control:focus {
  border: 2px solid #000;
  box-shadow: none;
  outline: 0;
}

label.dob-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

label.dob-label:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #989898;
  display: block;
  position: absolute;
}

label.dob-label span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
}

.white-box {
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 9;
  background: #fff;
  padding: 35px;
  margin-top: 25px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.form-title h2 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  color: #371400;
}

























.twm-how-it-work-area {
  padding: 70px 0;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 70px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center.wt-small-separator-outer p {
  font-size: 16px;
}

.section-head.center.wt-small-separator-outer h2 {
  margin: 0px auto;
  font-size: 40px;
  font-weight: 700;
}

.twm-w-process-steps {
  padding-left: 80px;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-size: 70px;
  font-weight: 800;
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 30px;
}

.twm-w-process-steps .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  background-color: #eaab00;
}

.twm-w-process-steps .twm-w-pro-top .twm-media {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #eaab00;
}

.twm-w-process-steps .twm-w-pro-top .twm-title {
  color: #fff;
  padding-left: 70px;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.twm-w-process-steps .twm-w-pro-top .twm-title span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}


















.calculate-area {
  padding: 90px 0;
  background-image: url(../images/calculator-bg.jpg);
  background-size: cover;
  background-position: center;
}

.twm-explore-content-2 {
  background-color: #371400;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
  margin-right: 100px;
}

.twm-explore-content-2 .twm-explore-top-section {
  margin-right: 110px;
  margin-bottom: 40px;
}

.twm-explore-content-2 .twm-explore-top-section .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}




.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two {
  position: relative;
}

.icon-content {
  overflow: hidden;
}

.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .tw-count-number {
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  color: #febe10;
}

.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .icon-content-info {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}

.twm-explore-content-2 .twm-explore-media-wrap2 {
  position: relative;
  z-index: 1;
  height: 100%;
}

.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
  position: absolute;
  width: 350px;
  right: -170px;
  bottom: -40px;
}

.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media img {
  width: 100%;
  max-width: 350px;
}

.twm-explore-content-2 .twm-explore-media-wrap2:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 467px;
  height: 467px;
  border-radius: 50%;
  right: -170px;
  top: 0px;
  z-index: -1;
  box-shadow: 20px 20px 0px #eaab00 inset;
}

.twm-explore-top-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.twm-explore-top-section .form-control {
  background-position: 95% 50%;
}

.twm-explore-top-section h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 35px;
}

.twm-explore-bottom-section h4 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}


















.testimonial-area {
  padding: 90px 0;
  position: relative;
}

.testimonials-v {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: rgb(253 166 25 / 9%);
  padding: 30px;
  display: flex;
}

.testimonials-v .twm-testi-media {
  margin-top: 55px;
  overflow: hidden;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.testimonials-v .twm-testi-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-v .t-testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.testimonials-v .t-quote {
  font-size: 40px;
  line-height: 0px;
  color: #371400;
}

.testimonials-v .t-rating span {
  display: inline;
  margin: 0 2px;
}

.testimonials-v .t-rating span i {
  color: #ffac16;
  font-size: 14px;
}

.testimonials-v .t-discription {
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 100px;
}

.testimonials-v .twm-testi-detail .twm-testi-name {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-v .twm-testi-detail .twm-testi-position {
  font-size: 13px;
  color: #7f7f7f;
}


.testimonials-v .t-title {
  font-size: 18px;
  font-weight: 600;
}

.testimonials-v .testimonial-v-content {
  width: calc(100% - 70px);
  padding-left: 30px;
}

.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 40px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #371400;
  color: #fff;
  padding: 0px !important;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  transition: .5s ease all
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #eaab00;
  opacity: 0.9;
}


.checkbox-chk {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.checkbox-chk input[type=checkbox]:focus {
  outline: 0;
}

.checkbox-chk label {
  transition: .5s ease all;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  width: calc(100% - 25px);
  font-size: 12px;
  line-height: 1.4;
}

.checkbox-chk input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #ccc;
  margin: 1px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.checkbox-chk input[type=checkbox]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.checkbox-chk input[type=checkbox]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type=checkbox]:checked:after {
  transform: scale(0.8);
}

.checkbox-chk input[type=checkbox] {
  border-radius: 0;
}


.checkbox-chk input[type=checkbox]:after {
  width: 16px;
  height: 26px;
  position: relative;
  top: 1px;
}

.checkbox-chk input[type=checkbox]:checked {
  border: none;
  background-color: #febe10;
}

.checkbox-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}



.inner-main {
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background: #371400;
}

.inner-main h2 {
  color: #febe10;
  font-size: 35px;
  font-weight: 700;
  max-width: 800px;
  margin: auto;
}

.inner-main h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  border: 75px solid #febe10;
  left: -180px;
  bottom: -200px;
  opacity: 0.3;
}

.twm-bg-ring-right {
  position: absolute;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  border: 80px solid #ffffff;
  right: -150px;
  top: -200px;
  opacity: 0.07;
}

.inner-main {
  position: relative;
  overflow: hidden;
}



.step-section {
  margin-top: -100px;
  position: relative;
  padding-bottom: 90px;
}

.step-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #febe10;
  position: absolute;
  z-index: -1;
}

.step-block {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.step-block h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}


.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: auto;
  z-index: 9;
  margin-bottom: 45px;
  margin-top: 30px;

}

.progress-container::before {
  content: "";
  background-color: #febe10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background-color: #fff;
  color: #febe10;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #febe10;
  transition: 0.4s ease;
  font-size: 16px;
  font-weight: 700;
}

.circle.active {
  border-color: #371400;
  background: #371400;
  color: white;
  animation: pulse 2s infinite;
}

.circle.active.compleated {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #371400;
  }

  100% {
    box-shadow: 0 0 0 10px #027f0000;
  }
}


.question {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.custom-chk label.active,
.custom-chk label:hover {
  border: 2px solid #febe10;
  background: rgb(254 190 16 / 24%);
}

.custom-chk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.custom-chk label {
  transition: .5s ease all;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 5px;
  width: calc(50% - 10px);
  border: 2px solid #eee;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px;
}

.custom-chk input[type=checkbox],
.custom-chk input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  background: #ffffff;
  border: 2px solid #e2e2e2;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-chk input[type=checkbox]:disabled,
.custom-chk input[type=radio]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.custom-chk input[type=checkbox]:after,
.custom-chk input[type=radio]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.custom-chk input[type=checkbox]:checked:after,
.custom-chk input[type=radio]:checked:after {
  transform: scale(1);
}

.custom-chk input[type=checkbox] {
  border-radius: 100%;
}


.custom-chk input[type=checkbox]:after {
  width: 16px;
  height: 16px;
  top: -4px;
  position: relative;
}

.custom-chk input[type=checkbox]:checked {
  border: none;
  background-color: #febe10;
}

.custom-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.step-block .form-btn {
  width: 100%;
  text-align: center;
  max-width: 350px;
  margin-top: 50px;
}

.skip-btn {
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  opacity: .5;
  text-decoration: none !important;
}

.single-item {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  align-items: center;
}

.line {
  border-bottom: 1px solid #d6d6d6;
  margin: 10px 0;
}

.item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  padding-right: 30px;
}

.item-img a {
  border: 1px solid #eee;
  display: flex;
  padding: 8px;
  width: 200px;
  height: 130px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.item-img img {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: auto;
}

.item-details h4 {
  color: #121212;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  margin-bottom: 5px;
}

.item-details p {
  margin-bottom: 5px;
}

.item-details .footer-link {
  display: inline-flex
}

.item-details .footer-link li a {
  color: #000;
}

.item-right {
  float: right;
  width: 200px;
  text-align: right;
}

.yes-button {
  background: #371400;
  border: 2px solid #371400;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  margin-left: auto;
  transition: .5s ease all;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.yes-button:hover {
  background: transparent;
  border: 2px solid #371400;
  color: #371400;
  text-decoration: none;
}


.no-button {
  background: #febe10;
  border: 2px solid #febe10;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  margin-left: auto;
  transition: .5s ease all;
  font-weight: 600;
  text-transform: uppercase;
}

.no-button:hover {
  background: transparent;
  border: 2px solid #febe10;
  color: #febe10;
  text-decoration: none;
}

.btn-flex button{
  margin: 0 10px;
  min-width: 200px;
  padding: 12px 25px;
}
@media (max-width: 767px){
.btn-flex button {
    width: 100%;
    margin-bottom: 5px;
}
}


.offer-box {
  max-width: 700px;
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}

.offer-logo {
  max-width: 250px;
  margin-bottom: 30px;
}

.box-logo {
  max-width: 190px;
}

.offer-box h2 {
  font-weight: 800;
  color: #371400;
  margin-bottom: 5px;
  font-size: 35px;
}

.offer-box h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.offer-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.btn-flex a {
  margin: 0 10px;
  min-width: 200px;
  padding: 12px 25px;
}

.thank-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thankyou-item {
  width: calc(33% - 5px);
  display: block;
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 35px;
}

.thankyou-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
  box-shadow: 0px 0px 20px 0px #dddddd80;
}

.thank-flex:after {
  content: "";
  width: calc(33% - 5px);
}

.thankyou-item .item-left {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
}

.thankyou-item .item-img a {
  margin: auto;
  margin-bottom: 20px;
  border: 0;
  padding: 0;
}

.blog-area {
  padding: 70px 0;
  background: #fff7ea;

}

.blog-area .twm-blog-post-1-outer {
  margin-left: 10px;
  box-shadow: none;
  border: 1px solid #f7f7f7;
}

.twm-blog-post-1-outer {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 25px rgb(234 171 0 / 22%);
  margin-bottom: 30px;
  margin-top: 20px;
}

.twm-blog-post-1-outer .wt-post-media {
  margin-top: -40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 25px rgb(234 171 0 / 13%);
  margin-bottom: 50px;
}

.twm-blog-post-1-outer .wt-post-media img {
  width: 100%;
}

.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #eaab00;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 15px 5px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #ba8800;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
  content: "";
  background-color: #eaab00;
  position: absolute;
  top: 0px;
  left: -30px;
  bottom: 0px;
  width: 30px;
  z-index: -1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 500;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: #444444;
  display: inline-block;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title a {
  color: #371400;
  text-decoration: none;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.site-button-link {
  position: relative;
  color: #371400;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
  text-decoration: none !important;
}

.site-button-link:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  transition: 0.5s all ease;
  opacity: 0;
  font-weight: 900;
}

.site-button-link:hover:after {
  font-size: 14px;
  left: 0px;
  opacity: 1;
}

.site-button-link:hover {
  padding-left: 15px;
  color: #000;
}

.wt-breadcrumb {
  margin-top: 20px;
  display: inline-block;
  list-style: none;
  position: relative;
}

.wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #eaab00;
}

.wt-breadcrumb li a {
  color: #ffffff;
}

.wt-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  color: #17171d;
  font-size: 12px;
  font-weight: 600;
}

.wt-breadcrumb li:last-child:after {
  opacity: 0
}

.wt-breadcrumb li:last-child {
  padding-right: 0px;
}

.inner-breadcumb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section {
  padding: 70px 0;
  background: rgb(254 190 16 / 6%);
}

.about-section p {
  font-size: 16px;
  font-weight: 400;
}

.about-section .twm-media {
  margin-right: 20px;
}

.wt-small-separator {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #371400;
  font-size: 18px;
  font-weight: 500;
}

.section-head.left.wt-small-separator-outer h2 {
  font-size: 35px;
  font-weight: 700;
  color: #371400;
}

.description-list {
  margin: 30px 0px;
}

.description-list li {
  padding-left: 45px;
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
}

.description-list li i {
  background-color: #febe10;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}

.twm-about-1-bottom-wrap {
  /* max-width: 830px; */
  margin: 70px auto 30px;
}

.twm-about-1-bottom-wrap .row {
  display: flex;
  justify-content: center;
}

.twm-about-1-bottom-wrap .twm-card-blocks {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgb(254 190 16 / 19%);
  position: relative;
  padding: 25px 30px;
  border-radius: 10px;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon.pink {
  background-color: #c698d2;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  background-color: #febe10;
  text-align: center;
  margin-right: 10px;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon img {
  width: 60%;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 10px;
  color: #371400;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number .counter {
  font-size: 30px;
  font-weight: 600;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
  color: #000000;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.about-section .twm-media img {
  border-radius: 15px;
}

.side-bar {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.widget {
  margin-bottom: 40px;
}

.side-bar .search-bx .input-group .form-control {
  height: 60px;
  background-color: #fff3d2;
  font-size: 16px;
  border: none;
  font-weight: 600;
  padding: 0px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.side-bar .search-bx .input-group .btn {
  color: #17171d;
  border-radius: 0px;
  height: 60px;
  padding: 0px 15px;
  font-size: 18px;
  background-color: #fff3d2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.widget .section-head-small {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 3px solid #eaab00;
}

.all_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.all_services ul li {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
}

.all_services ul li a {
  transition: 0.5s all ease;
  position: relative;
  font-size: 16px;
  color: #666666;
}

.all_services ul li a:hover {
  color: #1967d2;
  text-decoration: none;
}

.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 25px;
}

.side-bar .recent-posts-entry .wt-post-media {
  width: 72px;
  float: left;
}

.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 5px;
  width: 100%;
}

.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 92px;
}

.recent-posts-entry .wt-post-info .wt-post-header {
  margin-bottom: 6px;
}

.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #371400;
  font-size: 14px;
  display: block;
  opacity: .7;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-size: 14px;
  display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title a {
  color: #040404;
}

.side-bar .widget:last-child {
  margin-bottom: 0px;
}

.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}

.tw-sidebar-tags-wrap .tagcloud a {
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  background-color: #371400;
}

.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: #eaab00;
  color: #fff;
  text-decoration: none;
}

.ls-pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.ls-pagination li {
  position: relative;
  margin: 0 2px;
  font-size: 14px;
  color: #000;
  line-height: 45px;
  min-width: 45px;
  font-weight: 400;
  text-align: center;
}

.ls-pagination li.next a,
.ls-pagination li.prev a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* width: 40px; */
  /* height: 40px; */
}

.ls-pagination li a {
  position: relative;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  transition: all .3s ease;
  text-decoration: none;
  background: #eaab00;
  width: 40px;
  height: 40px;
}

.ls-pagination li a.current-page,
.ls-pagination li a:hover {
  background: #371400;
  color: #fff;
}

.wt-post-media {
  margin-bottom: 30px;
}

.blog-post-single-outer .blog-post-single .wt-post-media img {
  width: 100%;
  border-radius: 10px;
}

.blog-post-single-outer .blog-post-single .wt-post-meta-list {
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  display: inline-block;
}

.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content.post-date {
  margin-right: 35px;
}

.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content {
  float: left;
  position: relative;
  color: #17171d;
  font-weight: 500;
}

.blog-post-single-outer .blog-post-single .post-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #371400;
}

.blog-post-single-outer .blog-post-single .twm-blog-s-title {
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 25px;
}

.post-navigation {
  margin-bottom: 0;
}

.post-navigation .post-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0px;
  border-top: 1px solid #dedede;
  position: relative;
}

.post-navigation .post-nav-links .post-nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
}

.post-navigation .post-nav-links .post-nav-item .nav-post-arrow {
  margin-right: 20px;
  font-size: 25px;
}

.post-navigation .post-nav-links .post-nav-item .nav-post-meta {
  padding-right: 50px;
}

.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
  font-size: 14px;
  color: #17171d;
  font-weight: 500;
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next {
  flex-direction: row-reverse;
  text-align: right;
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-arrow {
  margin-right: 0;
  margin-left: 20px;
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
  padding-left: 50px;
  padding-right: 0px;
}

.blog-post-single {
  padding: 30px;
}

.comment-form {
  margin-top: 30px;
  background: #fff;
  padding: 35px;
}

.comment-form h4 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
}

.contact-section .contact-one-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.contact-section .contact-one-inner:after {
  content: "";
  position: absolute;
  width: 420px;
  right: -15px;
  top: -40px;
  bottom: -40px;
  background-color: #fff5d9;
  z-index: -1;
}

.contact-section .contact-info-wrap {
  margin-left: 110px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.contact-section .contact-info-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #febe10;
}

.contact-section .contact-info-wrap .contact-info {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgb(254 190 16 / 29%);
  padding: 40px;
  background-color: #fff;
}

.contact-section .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 90px;
}

.contact-section .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 28px;
  left: 0px;
  top: 0px;
  color: #000;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(254 190 16 / 16%);
  z-index: 1;
}

.map-section iframe {
  width: 100% !important;
}

.contact-section .contact-info-section .c-info-column h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-section .contact-info-section .c-info-column p {
  margin-bottom: 0px;
  font-size: 14px;
}

.contact-section .contact-info-section .c-info-column p a {
  color: #000;
}

.contact-section .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}

.twm-jobs-grid-style {
  background-color: #fff;
  border: 10px;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 10px 20px 0 rgb(16 43 147 / 10%);
  box-shadow: 0 0px 20px 0 rgb(16 43 147 / 10%);
  transition: .5s ease all;
}

.twm-jobs-grid-style:hover {
  transform: translate(0px, -10px);
}

.twm-jobs-grid-style .twm-media {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 30px;
  position: absolute;
  top: -30px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px 0 rgb(16 43 147 / 10%);
  box-shadow: 0 10px 20px 0 rgb(16 43 147 / 10%);
}

.twm-jobs-grid-style .twm-media img {
  display: block;
  width: 100%;
}

.twm-jobs-grid-style .twm-job-post-duration {
  color: #371400;
  font-size: 16px;
  margin-left: 120px;
}

.twm-jobs-grid-style .twm-jobs-category {
  position: absolute;
  right: 10px;
  top: 10px;
}

.twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  white-space: nowrap;
  background-color: #febe10;
}

.twm-jobs-grid-style .twm-mid-content {
  padding-top: 55px;
}

.twm-jobs-grid-style .twm-mid-content a {
  text-decoration: none;
}

.twm-jobs-grid-style .twm-mid-content h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.twm-jobs-grid-style .twm-mid-content p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.twm-jobs-grid-style .twm-right-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.twm-jobs-grid-style .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
}

.twm-jobs-grid-style .twm-right-content .twm-jobs-amount span {
  color: #371400;
}

.twm-jobs-grid-style .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  color: #371400;
}

.twm-jobs-browse,
.twm-view-prifile {
  position: relative;
}

.twm-jobs-browse:after,
.twm-view-prifile:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}

.twm-jobs-browse:hover:after,
.twm-view-prifile:hover:after {
  opacity: 1;
  transform: scale(1);
}

.inner-section {
  padding: 90px 0;
}

.auth-box {
  border: none;
  overflow: hidden;
  display: flex;
  border-radius: 12px;
}


.auth-box .auth-content {
  padding: 45px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.signup-section {
  padding: 70px 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff5d9;
}

.left-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s ease all;
}

.left-block {
  width: 50%;
  overflow: hidden;
}

.right-block {
  width: 50%;
}

.auth-box:hover .left-block img {
  transform: scale(1.1);
}

.selector a[type="radio"]:checked,
.selector [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.selector [type="radio"]:checked+label,
.selector [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.selector [type="radio"]:checked+label:before,
.selector [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #a0a0a0;
  border-radius: 100%;
  background: #fff;
}

.selector [type="radio"]:checked+label:after,
.selector [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #febe10;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.selector [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.selector [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.selector input {
  opacity: 0;
  position: absolute;
}
.selector {
  display: flex;
}

.selector-item {
  margin-right: 20px;
}



/* faq section */

.tw-faq-section {
  margin: 90px auto;
}
.tw-faq-section .tw-faq .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ffe9c5;
  border-radius: 10px;
  background-color: #fff7ea;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff7ea;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button {
  font-size: 18px;
  color: #000;
  padding: 15px 70px 15px 20px;
  font-weight: 500;
  border: 0;
  background: transparent;
  outline: 0;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f068";
  transform: none;
  font-weight: var(--fa-style,900);
} 
.accordion-button:after {
  background-image: none;
  content: "\2b";
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 10px;
}

@media (max-width:767px) {
  .tw-faq-section {
    margin: 30px auto;
  }
}
@media (max-width:767px) {
  .main {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .hero-title {
    font-size: 30px;
  }

  .left-panel p {
    font-size: 14px;
  }

  .twm-bnr-right-section .twm-bnr-right-content {
    margin-top: 50px;
  }

  .twm-how-it-work-area,
  .calculate-area,
  .testimonial-area {
    padding: 30px 0;
  }

  .section-head.center.wt-small-separator-outer h2 {

    font-size: 35px;
  }

  .twm-w-process-steps {
    padding-left: 0;
    padding-top: 70px;
  }

  .twm-explore-media-wrap2 {
    display: none;
  }

  .twm-explore-content-2 {
    margin: 0;
    border-radius: 20px;
    padding: 40px;
  }

  .twm-explore-top-section h2 {
    font-size: 30px;
  }

  .twm-explore-top-section h2 br {
    display: none;
  }

  .twm-explore-content-2 .twm-explore-top-section {
    margin-right: 0;
  }

  .twm-explore-content-2 .twm-explore-top-section .twm-title-small {
    font-size: 18px;
    line-height: 1.4;
  }

  .twm-explore-top-section h3 {
    font-size: 14px;
  }

  .twm-explore-bottom-section h4 {
    font-size: 25px;
  }

  .twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .tw-count-number {
    font-size: 25px;
  }

  .twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .icon-content-info {
    font-size: 14px;
  }

  .section-head.center.wt-small-separator-outer {
    margin-bottom: 35px;
  }

  .owl-carousel .owl-nav {
    margin-top: 15px;
  }

  .testimonials-v {
    display: block;
  }

  .testimonials-v .twm-testi-media {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .testimonials-v .testimonial-v-content {
    width: 100%;
    padding: 0;
  }

  .inner-main h2 {
    color: #febe10;
    font-size: 25px;
  }

  .inner-main {
    padding-top: 60px;
    padding-bottom: 125px;
  }

  .step-block h2 {
    font-size: 20px;
  }

  .question {
    font-size: 18px;
  }

  .custom-chk label {
    width: 100%;
  }

  .single-item,
  .item-left {
    display: block;
    width: 100%;
    text-align: center;
  }

  .item-right {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .item-right a {
    margin: 0 5px;
    width: 100%;
  }

  .item-img a {
    margin: auto;
    margin-bottom: 20px;
  }

  .progress-container {
    margin-bottom: 20px;
  }

  .btn-flex {
    display: block;
  }

  .btn-flex a {
    width: 100%;
    margin-bottom: 5px;
  }

  .inner-main h3 {
    font-size: 18px;
  }

  .thankyou-item {
    padding: 15px;
  }

  .step-block .thankyou-item .form-btn {
    width: 100%;
    text-align: center;
    max-width: 350px;
    margin-top: 20px;
  }

  .inner-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-section, .signup-section{
    padding: 30px 0;
  }
  .about-section .twm-media {
    margin-right: 0;
    margin-bottom: 15px;
}
.section-head.left.wt-small-separator-outer h2 {
  font-size: 30px;}
  .twm-about-1-bottom-wrap { 
    margin: 30px auto 30px;
}
.twm-about-1-bottom-wrap .twm-card-blocks {
  margin-bottom: 15px;
}
.blog-post-single {
  padding: 15px;
}
.post-navigation .post-nav-links {
  display: none;
}
.step-section {
  margin-top: -25px;
  padding-bottom: 30px;
}
.contact-section .contact-one-inner:after, .contact-section .contact-info-wrap:before{
  display: none;
}
.contact-section .contact-one-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-section .contact-info-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
.inner-section {
  padding: 90px 0;
  padding-bottom: 0;
}
.left-block {
  display: none;
}
.right-block{
  width: 100%;
}
.selector {
  display: block;
}
.auth-box .auth-content {
  padding: 25px;
}
}




