/*
Theme Name: Hello Child
Theme URI:  https://www.imarkinfotech.com/
Author:     iMark Infotech
Author URI: https://www.imarkinfotech.com/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


 @media (min-width: 1499px) {}

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

  a {
    text-decoration: none;
  }

  .tab-content h3 {
    font-weight: 600;
  }

  .number ul li:nth-child(n + 2) a {
    background: #efefef;
    padding: 3px 3px;
    border-radius: 4px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
  }

  .number ul {
    align-items: center;
    gap: 20px;
  }

  .number ul li:first-child {
    width: 80px;
    display: block;
    margin-right: 10px;
    font-size: 14px;
  }

  .number ul {
    margin-bottom: 10px;
    padding: 0 0;
  }

  .number p {
    font-size: 14px;
    margin-top: 20px;
  }

  .car-detail .co {
    border-right: 1px solid #afafaf;
  }

  .car-detail .co:last-child {
    border-right: 0px;
    padding-left: 40px;
  }

  .car-detail .col-lg-6.co .form-group {
    max-width: 500px;
    width: 100%;
    /*margin: auto;*/
    padding: 0 30px;
  }

  .car-detail b {
    display: block;
    margin-bottom: 15px;
  }

  .tab-form ul.nav {
    justify-content: center;
    gap: 40px;
  }

  .tab-form ul.nav .nav-item .nav-link figure {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #000;
    margin: 0 0;
    padding: 15px;
  }

  .tab-form ul.nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0;
    gap: 10px;
  }

  .tab-form ul.nav .nav-item .nav-link span {
    font-size: 20px;
    color: #000;
  }

  .tab-form ul.nav .nav-item .nav-link figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .tab-form ul.nav .nav-item .nav-link.active figure,
  .tab-form ul.nav .nav-item .nav-link:hover figure {
    background-color: #F0EA2E;
    border-color: #F0EA2E;
  }

  .tab-form ul.nav .nav-item .nav-link.active {
    background-color: transparent;
  }

  .tab-form .tab-pane .form-group {
    margin: 10px 0;
  }

  .tab-form .tab-pane .form-select,
  .tab-form .tab-pane .form-control {
    height: 50px;
  }

  .tab-form .tab-pane textarea.form-control {
    height: auto !important;
  }

  .tab-form hr {
    margin: 3rem 0;
  }

  .tab-form .tab-pane .form-group em {
    font-style: normal;
    font-size: 14px;
    line-height: 1;
  }

  .tab-content button.btn.btn-primary {
    background: #efec45;
    border: 0;
    color: #000;
    margin-top: 20px;
    font-weight: 500;
  }

  label.radio-button-container .checkmark:before {
    content: '';
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ededed !important;
    transform: translate(-50%, -50%);
    position: absolute;
  }


  .radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: teal;
  }

  label.radio-button-container.red span.checkmark {
    border-color: #ff4c4e;
  }

  label.radio-button-container.red .checkmark:after {
    background: #ff4c4e;
  }

  label.radio-button-container.gry span.checkmark {
    border-color: #f2f2f2;
  }

  label.radio-button-container.gry .checkmark:after {
    background: #f2f2f2;
  }

  label.radio-button-container.blk span.checkmark {
    border-color: #000;
  }

  label.radio-button-container.blk .checkmark:after {
    background: #000;
  }

  label.radio-button-container.blu span.checkmark {
    border-color: #3d88cf;
  }

  label.radio-button-container.blu .checkmark:after {
    background: #3d88cf;
  }

  label.radio-button-container.drk-gry span.checkmark {
    border-color: #676767;
  }

  label.radio-button-container.drk-gry .checkmark:after {
    background: #676767;
  }

  label.radio-button-container.lit-gry span.checkmark {
    border-color: #d3d2d3;
  }

  label.radio-button-container.lit-gry .checkmark:after {
    background: #d3d2d3;
  }




  /* check-box  */


  .check-box .form-check {
    padding-left: 0;
    margin: 0;
  }

  .check-box {
    display: flex;
    gap: 20px;
  }

  .card-radio-btn .content_head {
    color: #333;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 500;
  }

  .card-radio-btn .content_sub {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
  }

  .card-input-element+.card {
    width: 225px;
    height: 105px;
    justify-content: center;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); */
  }

  .card-input-element+.card:hover {
    cursor: pointer;
  }

  .card-input-element:checked+.card {
    border: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }

  .card-radio-btn figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .card-radio-btn figure {
    margin: 0 0;
    max-width: 110px;
  }

  .card-body::before {
    content: "\f14a";
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .card-input-element:checked+.card::after {
    content: "\f14a";
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tab-form .tab-pane .form-select:focus,
  .tab-form .tab-pane .form-control:focus {
    box-shadow: none;
    border-color: #efec45;
  }

  .color-component {
    display: flex;
    gap: 10px;
  }

  /* label container */
  .radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    line-height: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% / 16);
  }

  /* Hide the browser's default radio button */
  .radio-button-container input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
  }

  /* On mouse-over, add a grey background color */
  .radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
  }

  /* When the radio button is checked */
  .radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: teal;
  }


  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .radio-button-container input:checked~.checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .radio-button-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: teal;
    transform: translate(-50%, -50%);
  }

  @-webkit-keyframes fadeInCheckbox {
    from {
      opacity: 0;
      -webkit-transform: rotateZ(-20deg);
    }

    to {
      opacity: 1;
      -webkit-transform: rotateZ(0deg);
    }
  }

  @keyframes fadeInCheckbox {
    from {
      opacity: 0;
      transform: rotateZ(-20deg);
    }

    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }






/*.call-btn span.elementor-button-text {*/
/*    display: flex;*/
/*    flex-direction: column-reverse;*/
/*    gap: 5px;*/
/*	  align-items: baseline;*/
/*}*/

/*.call-btn span.elementor-button-text span {*/
/*    font-size: 17px;*/
/*}*/

/*.call-btn span.elementor-button-icon svg {*/
/*    width: 45px;*/
/*    margin-left: -5px;*/
/*    padding-right: 5px;*/
/*}*/

/*.hero-bottom-sec .col:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: -15px;*/
/*    left: unset;*/
/*    background-color: #00000017;*/
/*}*/

/*.hero-bottom-sec .col:last-child:before{*/
/*	display: none;*/
/*} */

/*.header-btn .call-btn a.elementor-button {*/
/*    padding-top: 6px;*/
/*    padding-bottom: 6px;*/
/*}*/

/*.header-btn .call-btn span.elementor-button-text span {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*}*/

/*.header-btn .call-btn span.elementor-button-icon svg {*/
/*    width: 35px;*/
/*}*/

/*a.elementor-post__read-more {*/
/*    position: relative;*/
/*    padding-left: 23px;*/
/*}*/

/*a.elementor-post__read-more:before {*/
/*    content: '';*/
/*    background-image: url('https://soundadvice.customerdevsites.com/wp-content/uploads/2025/04/next-1.svg');*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 2px;*/
/*}*/

/*.blog-list article:first-child {*/
/*    display: none;*/
/*}*/

/*.faq-row details.e-n-accordion-item {*/
/*    border-radius: 8px;*/
/*    overflow: hidden;*/
/*    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;*/
/*}*/

/*.faq-row details .e-flex {*/
/*    padding-top: 0;*/
/*}*/

/*.our-service-sec figure.elementor-image-box-img {*/
/*    height: 320px;*/
/*    width: 100%;*/
/*}*/

/*.our-service-sec figure.elementor-image-box-img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

