/*@forward 'colors' as lib-*;
@forward 'border' as lib-*;
@forward 'flex' as lib-*;*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
/*@mixin pseudo-copy($parent: true, $before: true, $after: true) {
    @if $parent {
        @content;
    }

    @if $before {
        &::before {
            content: "";
            @content;
        }
    }

    @if $after {
        &::after {
            content: "";
            @content;
        }
    }
}

.demo-1 {

    @include pseudo-copy {
        display: block;
        position: absolute;
        width: 12.5rem;
        height: 12.5rem;
        border: 0.125rem solid $clr-acc-2;
        background-color: $clr-acc;
        box-shadow: 0 0 1rem rgba(black, 0.25);
    }

    position: relative;

    &::before {
        top: 1rem;
        left: 1rem;
    }

    &::after {
        top: 2rem;
        left: 2rem;
    }
}*/
.modal {
  /* .close {
      font-weight: bold;
      color: red;
      border: 0;
      background: transparent;
      font-size: 26px;
      position: absolute;
      right: 19px;
  }*/
  z-index: 1051;
}
.modal .form-row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#exampleModalCenter .modal-content .close {
  right: 10px;
  top: 10px;
}

.close {
  font-weight: bold;
  color: red;
  border: 0;
  background: transparent;
  font-size: 26px;
  position: absolute;
  right: 19px;
}

/*@mixin medium-mds {
    @media only screen and (min-width :767.67px) {
        @content;
    }
}*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
.custom_check-label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_check-label input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;
}
.custom_check-label input:checked ~ .checkmark:after {
  display: block;
}
.custom_check-label:hover input ~ .checkmark {
  /*background-color: $black;*/
  opacity: 0.8;
  border: 1px solid #000000;
}
.custom_check-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /*-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  /*&:hover{
      background:$ofwhite
  }*/
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio1 {
  display: -webkit-box;
  display: flex;
}
.custom_radio1 .custom_label {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio1 .custom_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1 {
  background: linear-gradient(45deg, #1560bd, #73b2ff);
  /* box-shadow: inset 0px 0px 7px 2px #197fa2;*/
  box-shadow: inset 0px 0px 7px #1560bd;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1:after {
  display: block;
}
.custom_radio1 .custom_label:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.custom_radio1 .custom_label .checkmark1:after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 1px #fff;
  /*box-shadow: 0px 0px 1px 1px $white;*/
}

.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: linear-gradient(45deg, #ddd, rgba(204, 204, 204, 0.722));
  border-radius: 50%;
  border-radius: 0px 0px 7px 2px rgba(238, 238, 238, 0.867) true;
  /*box-shadow: inset 0px 0px 7px 2px #aeaeaedd;*/
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_Check1 {
  display: -webkit-box;
  display: flex;
}

/*.custom-radio {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    display: inline-flex;
    margin-right: 1rem;

    input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;


        label {
            margin-bottom: 0;

            &:before {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                pointer-events: none;
                content: "";
                background-color: $white;
                border: #adb5bd solid 1px;
                border-radius: 50%;
            }

            &:after {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                content: "";
                background: no-repeat 50%/50% 50%;
            }
        }



        &:checked {


            & ~ label {
                &:after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
                }

                &:before {
                    color: $white;
                    border-color: $black;
                    background-color: $black;
                }
            }
        }
    }
}
*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

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

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #000000;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: #757575 solid 1px;
}

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

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

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-focus {
  height: auto;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  /* -webkit-transform: translate3d(0, 22px, 0) scale(1);*/
  /* -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);*/
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #ccc;
  margin-bottom: 0;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .form-focus .select2-container .select2-selection--single {
    height: 32px;
  }
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  line-height: 37px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30303;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-control {
  border-color: #ddd;
  color: #353535;
  font-size: 14px;
  min-height: 41px;
  padding: 6px 15px;
  resize: none;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}

.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
.select2-container .select2-selection--single:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}
@media only screen and (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 32px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #353535;
  font-size: 15px;
  font-weight: normal;
  line-height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1560bd;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 46px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
}

.select2-dropdown {
  border-color: #ddd;
}

.select2-container .select2-selection--single {
  /* background-color: $ofwhite1;*/
  border-color: #ddd;
}

.sort-by-col .select2-container .select2-selection--single {
  border-color: #1560bd;
  border-radius: 10px;
  width: 160px;
}
.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.rgtercountrycode-sec {
  width: 80px;
}
.rgtercountrycode-sec .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rgtercountry-sec .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
.custom_check-label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_check-label input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;
}
.custom_check-label input:checked ~ .checkmark:after {
  display: block;
}
.custom_check-label:hover input ~ .checkmark {
  /*background-color: $black;*/
  opacity: 0.8;
  border: 1px solid #000000;
}
.custom_check-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /*-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  /*&:hover{
      background:$ofwhite
  }*/
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio1 {
  display: -webkit-box;
  display: flex;
}
.custom_radio1 .custom_label {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio1 .custom_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1 {
  background: linear-gradient(45deg, #1560bd, #73b2ff);
  /* box-shadow: inset 0px 0px 7px 2px #197fa2;*/
  box-shadow: inset 0px 0px 7px #1560bd;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1:after {
  display: block;
}
.custom_radio1 .custom_label:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.custom_radio1 .custom_label .checkmark1:after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 1px #fff;
  /*box-shadow: 0px 0px 1px 1px $white;*/
}

.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: linear-gradient(45deg, #ddd, rgba(204, 204, 204, 0.722));
  border-radius: 50%;
  border-radius: 0px 0px 7px 2px rgba(238, 238, 238, 0.867) true;
  /*box-shadow: inset 0px 0px 7px 2px #aeaeaedd;*/
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_Check1 {
  display: -webkit-box;
  display: flex;
}

/*.custom-radio {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    display: inline-flex;
    margin-right: 1rem;

    input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;


        label {
            margin-bottom: 0;

            &:before {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                pointer-events: none;
                content: "";
                background-color: $white;
                border: #adb5bd solid 1px;
                border-radius: 50%;
            }

            &:after {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                content: "";
                background: no-repeat 50%/50% 50%;
            }
        }



        &:checked {


            & ~ label {
                &:after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
                }

                &:before {
                    color: $white;
                    border-color: $black;
                    background-color: $black;
                }
            }
        }
    }
}
*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

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

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #000000;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: #757575 solid 1px;
}

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

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

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-focus {
  height: auto;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  /* -webkit-transform: translate3d(0, 22px, 0) scale(1);*/
  /* -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);*/
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #ccc;
  margin-bottom: 0;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .form-focus .select2-container .select2-selection--single {
    height: 32px;
  }
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  line-height: 37px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30303;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-control {
  border-color: #ddd;
  color: #353535;
  font-size: 14px;
  min-height: 41px;
  padding: 6px 15px;
  resize: none;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}

.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
.select2-container .select2-selection--single:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}
@media only screen and (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 32px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #353535;
  font-size: 15px;
  font-weight: normal;
  line-height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1560bd;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 46px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
}

.select2-dropdown {
  border-color: #ddd;
}

.select2-container .select2-selection--single {
  /* background-color: $ofwhite1;*/
  border-color: #ddd;
}

.sort-by-col .select2-container .select2-selection--single {
  border-color: #1560bd;
  border-radius: 10px;
  width: 160px;
}
.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.rgtercountrycode-sec {
  width: 80px;
}
.rgtercountrycode-sec .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rgtercountry-sec .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}

.breadcrumb-bar {
  background-color: #1560bd;
  padding: 15px 0;
}
.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 5px 0 0;
}

.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #fff;
}
.page-breadcrumb ol li.active {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
}

/*@forward 'colors' as lib-*;
@forward 'border' as lib-*;
@forward 'flex' as lib-*;*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
/*@mixin pseudo-copy($parent: true, $before: true, $after: true) {
    @if $parent {
        @content;
    }

    @if $before {
        &::before {
            content: "";
            @content;
        }
    }

    @if $after {
        &::after {
            content: "";
            @content;
        }
    }
}

.demo-1 {

    @include pseudo-copy {
        display: block;
        position: absolute;
        width: 12.5rem;
        height: 12.5rem;
        border: 0.125rem solid $clr-acc-2;
        background-color: $clr-acc;
        box-shadow: 0 0 1rem rgba(black, 0.25);
    }

    position: relative;

    &::before {
        top: 1rem;
        left: 1rem;
    }

    &::after {
        top: 2rem;
        left: 2rem;
    }
}*/
.modal {
  /* .close {
      font-weight: bold;
      color: red;
      border: 0;
      background: transparent;
      font-size: 26px;
      position: absolute;
      right: 19px;
  }*/
  z-index: 1051;
}
.modal .form-row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#exampleModalCenter .modal-content .close {
  right: 10px;
  top: 10px;
}

.close {
  font-weight: bold;
  color: red;
  border: 0;
  background: transparent;
  font-size: 26px;
  position: absolute;
  right: 19px;
}

/*@mixin medium-mds {
    @media only screen and (min-width :767.67px) {
        @content;
    }
}*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
.custom_check-label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_check-label input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;
}
.custom_check-label input:checked ~ .checkmark:after {
  display: block;
}
.custom_check-label:hover input ~ .checkmark {
  /*background-color: $black;*/
  opacity: 0.8;
  border: 1px solid #000000;
}
.custom_check-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /*-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  /*&:hover{
      background:$ofwhite
  }*/
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio1 {
  display: -webkit-box;
  display: flex;
}
.custom_radio1 .custom_label {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio1 .custom_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1 {
  background: linear-gradient(45deg, #1560bd, #73b2ff);
  /* box-shadow: inset 0px 0px 7px 2px #197fa2;*/
  box-shadow: inset 0px 0px 7px #1560bd;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1:after {
  display: block;
}
.custom_radio1 .custom_label:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.custom_radio1 .custom_label .checkmark1:after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 1px #fff;
  /*box-shadow: 0px 0px 1px 1px $white;*/
}

.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: linear-gradient(45deg, #ddd, rgba(204, 204, 204, 0.722));
  border-radius: 50%;
  border-radius: 0px 0px 7px 2px rgba(238, 238, 238, 0.867) true;
  /*box-shadow: inset 0px 0px 7px 2px #aeaeaedd;*/
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_Check1 {
  display: -webkit-box;
  display: flex;
}

/*.custom-radio {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    display: inline-flex;
    margin-right: 1rem;

    input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;


        label {
            margin-bottom: 0;

            &:before {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                pointer-events: none;
                content: "";
                background-color: $white;
                border: #adb5bd solid 1px;
                border-radius: 50%;
            }

            &:after {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                content: "";
                background: no-repeat 50%/50% 50%;
            }
        }



        &:checked {


            & ~ label {
                &:after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
                }

                &:before {
                    color: $white;
                    border-color: $black;
                    background-color: $black;
                }
            }
        }
    }
}
*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

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

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #000000;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: #757575 solid 1px;
}

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

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

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-focus {
  height: auto;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  /* -webkit-transform: translate3d(0, 22px, 0) scale(1);*/
  /* -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);*/
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #ccc;
  margin-bottom: 0;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .form-focus .select2-container .select2-selection--single {
    height: 32px;
  }
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  line-height: 37px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30303;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-control {
  border-color: #ddd;
  color: #353535;
  font-size: 14px;
  min-height: 41px;
  padding: 6px 15px;
  resize: none;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}

.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
.select2-container .select2-selection--single:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}
@media only screen and (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 32px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #353535;
  font-size: 15px;
  font-weight: normal;
  line-height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1560bd;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 46px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
}

.select2-dropdown {
  border-color: #ddd;
}

.select2-container .select2-selection--single {
  /* background-color: $ofwhite1;*/
  border-color: #ddd;
}

.sort-by-col .select2-container .select2-selection--single {
  border-color: #1560bd;
  border-radius: 10px;
  width: 160px;
}
.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.rgtercountrycode-sec {
  width: 80px;
}
.rgtercountrycode-sec .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rgtercountry-sec .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.query_autocomplete .autocomplete-block {
  /*max-height: 400px;*/
  /*width: calc(100% - 55px);*/
  background: #1560bd;
  border: 1px solid #ddd;
  border-top: 0;
  margin-right: 2px;
  max-height: 300px;
  text-align: left;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 42px;
  max-width: 100%;
  width: calc(100% - 63px);
  z-index: 999999;
  /*-webkit-border-radius: 0 0 .5rem .5rem;
  -moz-border-radius: 0 0 .5rem .5rem;
  border-radius: 0 0 .5rem .5rem;*/
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 1px 0 4px #ddd;
  /* -webkit-box-shadow: 1px 0 4px 0 #d8d8d8;
  -moz-box-shadow: 1px 0 4px 0 #d8d8d8;
  box-shadow: 1px 0 4px 0 #d8d8d8;*/
}
.query_autocomplete .autocomplete-block .autocomplete-sidebar .sidebar-title {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 8px;
}
.query_autocomplete .autocomplete-block .autocomplete-row {
  /* padding: .5rem 1.5rem;*/
  background: #fff;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
  display: block;
  color: #606060;
  /*padding: .5rem 1rem;*/
  overflow: hidden;
}
.query_autocomplete .autocomplete-block .autocomplete-row .p-title {
  font-size: 14px;
  line-height: 20px;
  color: #1560bd;
  text-transform: capitalize;
}
.query_autocomplete .autosearch_doctor {
  /*max-height: auto;*/
  background: #fff;
  padding-bottom: 10px;
  /*padding-right: 10px;*/
  padding-top: 10px;
  overflow: unset;
  box-shadow: none;
  width: calc(100% - 0px);
  box-shadow: 0px 7px 7px 1px rgba(140, 140, 140, 0.3294117647);
  box-shadow: 0px 7px 7px false;
  border: none;
  max-height: 315px;
  margin-right: 0;
  top: 44px;
}
.query_autocomplete .autosearch_doctor .autocomplete-section {
  text-align: left;
  overflow-y: auto;
  background: #1560bd;
  border: none;
  max-height: 300px;
}
.query_autocomplete .autosearch_doctor .autocomplete-row {
  display: -webkit-box;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.query_autocomplete .autosearch_doctor .autocomplete-row:hover .p-title, .query_autocomplete .autosearch_doctor .autocomplete-row:focus .p-title {
  color: #fff;
  background: #1560bd;
}
.query_autocomplete .autosearch_doctor .autocomplete-row .p-title {
  color: #fff;
}
.query_autocomplete .autosearch_doctor .autocomplete-row .p-title:hover, .query_autocomplete .autosearch_doctor .autocomplete-row .p-title:focus {
  background: #1560bd;
  color: #fff;
}
.query_autocomplete .autosearch_doctor .autocomplete-row .auto-lction {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
.query_autocomplete .autosearch_doctor .autocomplete-row .p-title {
  font-size: 14px;
  color: #3b3b3b;
  width: 100%;
  padding: 0.5rem 1rem;
}
.query_autocomplete .autosearch_doctor .autocomplete-row.active .p-title {
  color: #fff;
}
.query_autocomplete .autosearch_doctor .autocomplete-row.active .p-title:hover, .query_autocomplete .autosearch_doctor .autocomplete-row.active .p-title:focus {
  background: #1560bd;
  color: #fff;
}

.autocomplete-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  background: white;
}
.autocomplete-list .autocomplete-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.autocomplete-list .autocomplete-item:hover, .autocomplete-list .autocomplete-item.active {
  background-color: #f7f7f7;
}
.autocomplete-list .autocomplete-item .icon {
  margin-right: 10px;
  color: #999;
  font-size: 16px;
  width: 24px;
  text-align: center;
}
.autocomplete-list .autocomplete-item .text {
  flex-grow: 1;
}
.autocomplete-list .autocomplete-item .text .main-text {
  font-weight: 500;
  font-size: 14px;
}
.autocomplete-list .autocomplete-item .text .sub-text {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
.autocomplete-list .autocomplete-item .tag {
  font-size: 11px;
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  color: #666;
  font-weight: bold;
}

.hero {
  padding: 3rem 2rem;
  background: white;
  text-align: center;
  /* h2 {
       font-size: 2rem;
       margin-bottom: 1rem;
   }*/
}
.hero p {
  margin-bottom: 2rem;
  color: #666;
}

.search-box-new {
  max-width: 900px;
  margin: auto;
  /*display: flex;*/
  gap: 0.5rem;
  flex-wrap: wrap;
  /* button {
      padding: 0.75rem 1.5rem;
      background-color: #0078d4;
      color: white;
      border: none;
      border-radius: 0.5rem;
      cursor: pointer;
  }*/
}
.search-box-new input,
.search-box-new select {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
}

.specialties,
.doctors,
.why-choose,
.how-it-works,
.testimonials,
.trusted-care,
.conditions,
.faq,
.referral-form,
.drugs-search {
  padding: 2rem;
  background: white;
  margin-top: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #ddd;
}
.specialties h3,
.doctors h3,
.why-choose h3,
.how-it-works h3,
.testimonials h3,
.trusted-care h3,
.conditions h3,
.faq h3,
.referral-form h3,
.drugs-search h3 {
  margin-bottom: 1rem;
}

.specialty-grid,
.doctor-grid,
.why-grid,
.steps,
.condition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.card {
  background: white;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: center;
}
.card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.card p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.25rem;
  text-align: center;
}

.testimonial {
  font-style: italic;
  color: #555;
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.faq-item {
  margin-bottom: 1rem;
}
.faq-item p.qa {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
}

.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 1rem;
}
.input-with-icon input {
  padding-left: 2rem;
}

.how-it-works .steps {
  display: block;
  align-items: flex-start;
  margin-bottom: 35px;
}
.how-it-works .steps .card {
  margin-bottom: 35px;
  position: relative;
}
.how-it-works .steps .card:nth-child(1)::before, .how-it-works .steps .card:nth-child(2)::before {
  position: absolute;
  bottom: -34px;
  left: 50%;
  border-left: 1px dashed #353535;
  content: "";
  width: 0;
  height: 32px;
  transform: translate(-50%, 0);
}
.how-it-works .steps .card:nth-child(1)::after, .how-it-works .steps .card:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #353535;
}

.searchRadioArea {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner-home--form {
  position: relative;
  padding: 13px 40px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.banner-home--form .banner_form_area {
  /*.search-btn {
      span {
          font-size: 16px;
      }

      button {
          background: $blue !important;
      }
  }*/
}
.banner-home--form .banner_form_area .form-group {
  box-shadow: 0px 0px 7px 1px rgba(94, 92, 92, 0.329);
  /*border-radius: 50px;*/
}
.banner-home--form .banner_form_area .form-control {
  padding-left: 13px;
  /*border-radius: 50px !important;*/
  position: relative;
  height: auto;
}
.banner-home--form .banner_form_area .btn-primary {
  max-width: 150px;
}

.banner_form_area .select2-container--open .select2-dropdown {
  left: 61px;
}
.banner_form_area .select2-container .select2-selection--single {
  border: none;
  position: relative;
  top: 0px;
  right: -7px;
  background: transparent;
}
.banner_form_area .form-control {
  padding-left: 0;
  margin-left: 14px;
  /* height: 2rem;*/
  margin: 0px;
  display: -webkit-box;
  display: flex;
  min-height: auto;
  border: 0;
}
.banner_form_area .form-control:focus {
  color: #494949;
  background-color: #fff;
  border-color: #1560bd;
  outline: 0;
}
.banner_form_area .search-btn span {
  font-weight: 500;
  font-size: 18px;
  margin: 0 3px 0 6px;
  text-transform: uppercase;
}
.banner_form_area .form-group {
  width: 100%;
  position: relative;
  margin-right: 8px;
  display: -webkit-box;
  display: flex;
  height: 2.75rem;
  padding: 0 0 0 0.25rem;
  background-color: #fff;
  border-radius: 5px;
}
.banner_form_area .form-group input::placeholder {
  color: #a2a2a2;
  font-weight: 400;
}
.banner_form_area .form-group .text-standout {
  position: relative;
  color: #1560bd;
  display: -webkit-box;
  display: flex;
  line-height: 43px;
  font-size: 14px;
}
.banner_form_area .form-group:focus-within {
  border-radius: 5px 5px 0px 0px !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.969) !important;
}
.banner_form_area .search-groups {
  width: 50%;
}

.join_top_doctor {
  /* .slick-prev {
      right: 45px;
      left: unset;
      top: -62px;
  }*/
}
.join_top_doctor .slick-slide {
  margin-right: 15px;
}
.join_top_doctor .pro-content {
  padding: 15px 0 10px;
  margin: 0 auto;
}
.join_top_doctor .pro-content .title {
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 137px;
  text-overflow: ellipsis;
  margin: 0 auto;
  font-size: 15px;
}
.join_top_doctor .pro-content .title img {
  width: 15px;
  height: 15px;
}
.join_top_doctor .pro-content p {
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 137px;
  text-overflow: ellipsis;
}
.join_top_doctor .pro-content p small {
  font-weight: 300;
}
.join_top_doctor .profile-widget {
  padding: 2px;
  border: 1px solid #ddd;
  min-width: 150px;
  border-radius: 6px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 160px;
  margin-right: 10px;
}
.join_top_doctor .profile-widget .doc_profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_top_doctor .profile-widget .pro-content .title a {
  color: #1560bd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 137px;
}
.join_top_doctor .profile-widget .pro-content .title a:hover {
  color: #000000;
}

@media only screen and (max-width: 767.98px) {
  .hero {
    padding: 1rem;
  }
  .specialties,
  .doctors,
  .why-choose,
  .how-it-works,
  .testimonials,
  .trusted-care,
  .conditions,
  .faq,
  .referral-form,
  .drugs-search {
    padding: 1rem;
  }
  .banner-home--form {
    padding: 0px;
  }
  .banner_form_area {
    font-size: 12px;
  }
  .how-it-works {
    margin-top: 25px;
  }
  .gred-overlay {
    height: 500px;
  }
  .banner-home--form .banner_form_area .search-btn span {
    font-size: 13px;
  }
  .banner_form_area .form-group {
    height: 2.23rem;
  }
  .banner_form_area .form-group .text-standout {
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-img-form-home .banner-home--form {
    padding: 13px 15px;
  }
}