.section-padding {
    padding: 80px 0;
}

.brand-logo img {
    width: 88px;
}
.p-relative{
    position: relative;
}
.selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.selector img{
    width: 100%;
}
.selector-item {
    box-shadow: 0 0.5rem 1rem rgb(229 237 249);
    border-radius: 9px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px 0;
    width: 48%;
    text-align: center;
    background-color: #fff;
}
.selector-item_label {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
   
}
.selector-item_radio:checked + .selector-item_label {
    background-color: #d74841;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
    transform: translateY(-2px);
}
.selector-item i {
    font-size: 38px;
    width: 100%;
        display: inline-block;
}
.detail-form  .selector-item  input{
  height: auto;
  display: none;
}
.detail-form  .selector-item label{
  display: inline-block;
  padding: 10px 5px;
}
.for-members .selector-item {
    width: 30.33%;
    flex: 0 0 30.33%;
}
.for-members .selector-item i{
  font-size: 30px;
  margin-right: 10px;

}
.gender-select img {
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.btn.btn-primary {
    background-color: #3590c9;
    border-color: #3590c9;
}
.btn.btn-primary {
    background-color: #ae261f;
    border-color: #ae261f;
}
.btn-close {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}
.about-us-section {
    background-color: #f4f1ea;
}
.about-wrapper.style2 .about-us .about-thumb {
    position: relative;
    margin-left: -400px;
}
.about-wrapper.style2 {
    position: relative;
}
.about-wrapper.style2 .shape1 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.about-wrapper.style2 .about-us .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.about-wrapper.style2 .about-us .fancy-box-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d1;
}
.about-wrapper.style2 .about-us .fancy-box-wrapper .fancy-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px 30px 0;
    margin-right: 35px;
    border-right: 1px solid #d2d2d1;
}
.about-wrapper.style2 .about-us .fancy-box-wrapper .fancy-box .item h6 {
    color: #0e0e0e;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.about-wrapper.style2 .about-us .title-area .text {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #d2d2d1;
}
.title-area .sub-title {
    color: #fc791a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-wrapper.style2 .about-us .fancy-box-wrapper .fancy-box .item p {
    color: #5c6574;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.next-step
 {
    float: right;
}
.yes-no .selector-item_radio:checked + .selector-item_label i{
    color: #fff!important;
}
.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}
@keyframes cir36 {
    100% {
              transform: rotate(360deg);
    }
}
.team-section .team-box .team-content a {
    color: #2a2525;
    margin: 5px 0;
    display: inline-block;
    font-weight: 800;
}

:root {
  --gradient: hsl(40deg 41.18% 90%), hsl(2.5deg 61.94% 77.62%);
  --purple: hsl(237, 63%, 64%);
  --very-light-grayish-blue: hsl(240, 78%, 98%);
  --light-grayish-blue: hsl(0deg 0% 0%);
  --grayish-blue: hsl(233, 13%, 49%);
  --dark-grayish-blue: hsl(232, 13%, 33%);
  --white: white;
  --body-font: "Montserrat", sans-serif;
}

/* Pricing Section */

.price-list-section .pricing-container {
  display: grid;
  width: 72%;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  margin-top: 0;
}

.price-list-section .pricing {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  border-radius: 10px;
  padding: 2.1rem 0.8rem;
}

.price-list-section .container-2 {
  background: linear-gradient(var(--gradient));
  color: var(--white);
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}
.price-list-section .container-1,
.price-list-section .container-3 {
  background-color: var(--white);
  gap: 1.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.price-list-section .pricing h2 {
  font-size: 1.23rem;
  font-weight: 700;
  text-align: center;
}
.price-list-section .container-2 h2 {
  padding-top: 0;
  text-align: center;
}

.price-list-section .container-1 h2,
.price-list-section .container-1 li,
.price-list-section .container-3 h2,
.price-list-section .container-3 li {
  color: var(--light-grayish-blue);
}
.price-list-section .pricing p {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 6px auto;
  font-size: 4.6rem;
  color: #c24140;
}

.price-list-section .dollar-sign {
  font-size: 2.6rem;
}

.price-list-section .container-1 p,
.price-list-section .container-3 p {
  color: var(--dark-grayish-blue);
}

.price-list-section .container-2 p {
  margin-top: 0;
}

.price-list-section hr {
  width: 80%;
  border-width: 0.5px;
  margin: 0 auto;
  border-color: transparent;
  border-color: var(--light-grayish-blue);
  border-style: solid;
  opacity: 0.5;
}
.price-list-section .pricing ul {
  list-style: none;
  margin-top: 10px;
}

.price-list-section .pricing ul li {
  padding: 1.06rem;
      padding-left: 38px;
}

.price-list-section .container-2 ul li {
  color: #000;
}

.price-list-section .pricing a {
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  border-radius: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-spacing: 3px;
  font-weight: 700;
  text-align: center;
}

.price-list-section .container-2 a {
  color: hsl(0.34deg 63.33% 35.32%);
  background-color: var(--white);
}
.price-list-section .container-1 a,
.price-list-section .container-3 a {
  color: #000000;
  background: linear-gradient(var(--gradient));
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .price-list-section .container-1 a:hover,
  .price-list-section .container-3 a:hover {
    background: transparent;
    border-color: var(--light-grayish-blue);
    color: var(--purple);
    border-width: 1px;
  }
  .price-list-section .container-2 a:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
    border-width: 1px;
  }
}

@media screen and (max-width: 1025px) {
  .price-list-section .pricing-container {
    width: 50%;
    grid-template-columns: 1fr;
    margin-top: 1.8rem;
    gap: 5rem;
  }

  .price-list-section .container-2 {
    margin-top: initial;
    margin-bottom: initial;
  }
  .price-list-section .container-2 ul li {
    padding: 1.06rem;
  }

  .price-list-section .container-2 h2 {
    padding-top: initial;
  }
  .price-list-section .container-2 p {
    margin-top: initial;
  }
}

@media screen and (max-width: 800px) {
 
  .price-list-section .pricing-container {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
   .price-list-section .pricing-container {
    width: 90%;
  }
}


/*start cook details*/
.maid-details-section.profile-container {
  display: flex;
  /* max-width: 900px; */
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  gap: 20px;
}

.maid-details-section .profile-left {
  flex: 1;
  text-align: center;
}

.maid-details-section .profile-image {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.maid-details-section .btn {
  color: white;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.maid-details-section .profile-right {
  flex: 3;
  padding-left: 40px;
}

.maid-details-list {
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
}

.maid-details-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.maid-details-list ul li {
  flex: 0 0 45%;
  background: #f0e8db;
  padding: 8px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.maid-details-section .profile-right h2 {
   color: #3a3a36;
    font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    margin-bottom: 16px;
    margin-top: -2px;
}
.maid-details-section .profile-right p{
    color: #000;
}
.maid-details-section .profile-right a{
    color: #b12d27;
}
.maid-details-section .profile-right p {
    color: #000;
    font-size: 18px;
    margin: 20px 0 40px;
}


@media(max-width:767px){
    .price-list-section .pricing-container{
                gap: 2rem;
    }
    .price-list-section .pricing p{
        font-size: 3.5rem;
        margin: 20px auto;
    }
    .maid-details-section .profile-left {
        flex: 100%;
        text-align: center;
        width: 100%;
    }
    .maid-details-section .profile-right{
        width: 100%;
        padding-left: 15px;
        padding-top: 30px;
    }
    .maid-details-section .profile-right p{
              font-size: 15px;
    margin: 20px 0 20px;
    line-height: 27px;
}
.maid-details-list ul li{
   font-size: 12px; 
}
.col_half {
        padding: 0 5px;
        box-sizing: border-box;
    }
.about-wrapper.style2 .about-us .about-thumb {
      position: relative;
      margin-left: -100px;
  }
  .modal .modal-body
 {
    padding: 20px 10px;
}
.selector
 {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.selector-item{
    padding: 10px;
}
.selector img {
    height: 74px;
    margin: auto;
}
 .selector-item, .for-members .selector-item{
    width: 47%;
    float: left;
    float: left;
        flex: 0 0 47%;
}
  .detail-form .selector-item label {
    display: flex;
    padding: 10px 5px;
    width: 100%;
    flex-direction: column;

}
}

    .col_half {
        width: 50%;
        float: left;
    }

    .row {
    margin-top: 0px;
    /* margin: 10px -15px; */
    >div {
      box-sizing: border-box;
    }
  }
  .col_half {
    width: 50%;
    float: left;
   
  }
  .input_field {
    position: relative;
    margin-bottom: 20px;
        -webkit-animation: bounce 0.6s ease-out;
         animation: bounce 0.6s ease-out;
    >span {
      position: absolute;
      left: 0;
      top: 0;
      color: #333;
      height: 100%;
      border-right: 1px solid #cccccc;
      text-align: center;
      width: 30px;
      line-height: 50px;
      z-index: 9;
      >i {
        padding-top: 10px;
      }
    }
  }
  .textarea_field {
    >span {
      >i {
        padding-top: 10px;
        color: #1c5b83;
      }
    }
  }
  input {
    &[type="text"], &[type="email"], &[type="password"], &[type="date"] {
      width: 100%;
      padding: 8px 10px 9px 10px;
      height: 52px;
      border: 1px solid #dad7d7;
      box-sizing: border-box;
      outline: none;
      border-radius: 4px;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      transition: all 0.30s ease-in-out;
    }
    &[type="text"]:hover, &[type="email"]:hover, &[type="password"]:hover {
      background: #fafafa;
    }
    &[type="text"]:focus, &[type="email"]:focus, &[type="password"]:focus {
      -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
      -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
      box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
      border: 1px solid #3590c9;
      background: #fafafa;
    }
    &[type="submit"] {
    background: #3590c9;
    padding: 10px 30px;
    line-height: 35px;
    width: auto;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    
    &:hover {
      background: darken(#3590c9,7%);
    }
    &:focus {
      background: darken(#3590c9,7%);
    }
  }    
    &[type="checkbox"], &[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
  }
}
.form_container {
  .row {
    .col_half.last {
      border-left: 1px solid #cccccc;
    }
  }
}
.checkbox_option{
    label{
        margin-right: 1em;
        position: relative;
        &:before {
          content: "";
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          margin-right: 0.5em;
          vertical-align: bottom;
          border: 2px solid #cccccc;
          padding: 0.12em;
          background-color: transparent;
          background-clip: content-box;
          transition: all 0.2s ease;
        }
        &:after {
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          content: "";
          height: 20px;
          left: 2px;
          position: absolute;
          top: 11px;
          transform: scaleX(-1) rotate(135deg);
          transform-origin: left top;
          width: 7px;
          display: none;
        }
    }
    input {
    &:hover + label:before {
      border-color: #000;
    }
    &:checked + label {
      &:before {
        border-color: #000;
      }
      &:after {
        -moz-animation: check 0.8s ease 0s running;
        -webkit-animation: check 0.8s ease 0s running;
        animation: check 0.8s ease 0s running;
        display: block;
        width: 7px;
        height: 20px;
        border-color: #000;
      }
    }
  }
}
.radio_option {
  label {
      margin-right: 1em;
    &:before {
      content: "";
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      margin-right: 0.5em;
      border-radius: 100%;
      vertical-align: -3px;
      border: 2px solid #cccccc;
      padding: 0.15em;
      background-color: transparent;
      background-clip: content-box;
      transition: all 0.2s ease;
    }
  }
  input {
    &:hover + label:before {
      border-color: #000;
    }
    &:checked + label:before {
      background-color: #000;
      border-color: #000;
    }
  }
}
.select_option {
  position: relative;
  width: 100%;
  select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
    &::-ms-expand {
      display: none;
    }
    &:hover, &:focus {
      color: #000;
      background: #fafafa;
      border-color: #000;
      outline: none;
    }
  }
}
.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select {
  &:hover + .select_arrow, &:focus + .select_arrow {
    border-top-color: #000;
  }
}

.footer-logo img {
    width: 100px;
}
.terms-privacy {
    padding: 200px 0 100px;
}
.terms-privacy h6{
  font-weight: 700;
}
.terms-privacy p {
    color: #615c5c;
    font-size: 16px;
    margin-bottom: 24px;
}
.terms-privacy a {
    color: #0054f6;
    margin: 0 5px;
}
.map-contact-details-box.style2 ul {
    display: flex;
    justify-content: space-evenly;
}
.map-contact-details-box.style2 ul li span{
  font-weight: 600;
  font-size: 20px;
}
.map-contact-details-box.style2 ul li  p{
  margin-bottom: 10px;
}
.map-contact-details-box.style2 ul li i {
    font-size: 20px;
    margin-right: 5px;
    color: #b32622;
}
.accept-modal.modal .modal-content {
    padding: 30px 20px;
}
.accept-modal.modal p {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    line-height: 23px;
}
.accept-modal.modal ul li {
    margin-bottom: 8px;
    list-style: disc;
        font-size: 15px;
}
.terms-privacy li{
  display: block;
  margin-bottom: 10px;
}
.terms-privacy ol li{
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.terms-privacy h4{
  font-weight: 700;
}
.terms-privacy ol li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}
.divider {
    border-bottom: 1px solid #aeacac;
    margin: 25px 0;
}