/*@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;
}

.premim_bnnr {
  position: relative;
  /*background-image: linear-gradient(45deg,#ddefbb,#fee);*/
  /*height: 430px;*/
}
.premim_bnnr .signUpgrade {
  position: absolute;
  bottom: 22%;
  left: 43%;
  background: #0db02b;
  color: #fff;
}

.premiumTitle--banr {
  display: -webkit-box;
  display: flex;
  align-items: center;
  color: orange;
  font-size: 47px;
  font-weight: 400;
}
.premiumTitle--banr span {
  background: orange;
  padding: 6px 12px;
  font-size: 21px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  /*box-shadow: 3px 3px 0px 0px #d0d0d0b5;*/
  box-shadow: 3px 3px 0px rgba(204, 204, 204, 0.71);
  font-weight: 500;
}

.premium-table {
  position: relative;
  top: -60px;
}
.premium-table .offr__table {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #fff;
}

.premiumBanner--content {
  position: absolute;
  top: 57px;
  width: 500px;
}
.premiumBanner--content p {
  font-size: 18px;
  font-weight: 300;
}
.premiumBanner--content .premium--clinic {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}
.premiumBanner--content .signUpgrade {
  background: #116629;
  color: #fff;
}

.rowUpcoming1 {
  padding: 10px 20px;
  background: #fff;
  /* min-height: 190px;*/
  border-radius: 10px;
  margin-top: 10px;
  min-height: 390px;
}

.fetur_include {
  margin-bottom: 60px;
}

.upcming_icon {
  position: absolute;
  right: 5px;
  bottom: 8px;
}
.upcming_icon img {
  width: 46px;
  opacity: 0.9;
}

.sbcribion_title h2 {
  margin-bottom: 25px;
}

.sbcribion_subtitle h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.sbcribion_subtitle h3::before {
  position: absolute;
  top: 26px;
  left: 25%;
  width: 68px;
  height: 1px;
  content: "";
  background-color: orange;
  border-radius: 5px;
}

.rowUpcoming h5 {
  font-size: 21px;
  text-align: left;
}
.rowUpcoming p {
  text-align: left;
}
.rowUpcoming p::first-letter {
  text-transform: capitalize;
}
.rowUpcoming .single-promo-card {
  margin-top: 10px;
  padding: 10px;
}

.CurrentFeatures img {
  width: 80px;
  margin-bottom: 20px;
}
.CurrentFeatures h5 {
  font-size: 19px;
  margin-bottom: 12px;
}
.CurrentFeatures ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.CurrentFeatures ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  color: #494949;
}
.CurrentFeatures ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(/assets/img/icon/check.png);
  width: 15px;
  height: 15px;
  content: "";
  background-size: cover;
}

.selctPlan {
  font-size: 21px;
  background: #d2ac47;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  /*border-radius: 22px;*/
  border-radius: 22px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.premium-table .offr__table thead tr th {
  background: #f5f5f5 !important;
}

.plan-table {
  /*border-radius: 22px;*/
  border-radius: 22px;
  /*-webkit-box-shadow: 0 2px 14px 0 #0000001f;
  box-shadow: 0 2px 14px 0 #0000001f;*/
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.122);
  border-bottom: 12px solid #d2ac47;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.rightCheck {
  background: url(/assets/img/icon/Right-Correct-check1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  /*margin: 0 auto;*/
}

.closeCheck {
  background: url(/assets/img/icon/closeBtn.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.docInsbcrption .offr__table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.docInsbcrption .offr__table tr th {
  text-align: left;
}
.docInsbcrption .offr__table tr td {
  padding: 10px 10px;
  text-align: left;
}
.docInsbcrption .offr__table tr .rmv_row_style {
  padding: 0;
}
.docInsbcrption .offr__table tr .actualPrice {
  font-size: 16px;
  font-weight: 300;
}
.docInsbcrption .offr__table tr .seperate_title {
  font-weight: 300;
  color: #000000;
  text-align: left;
  font-weight: 500;
  background: #f5f5f5;
  padding: 29px 10px;
  font-size: 20px;
}
.docInsbcrption .offr__table tr .btn-light {
  cursor: no-drop;
  color: #000000;
  font-weight: 500;
  background: #ddd;
}
.docInsbcrption .tbody_hide {
  position: relative;
}
.docInsbcrption .tbody_hide .pro_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000000;
  font: 700 21px/28px "Lato", sans-srif;
  text-align: center;
  flex-wrap: wrap;
  background: -webkit-linear-gradient(top, rgba(247, 248, 251, 0) 0%, rgba(247, 248, 251, 0.87) 90px, rgb(247, 248, 251) 100%);
}
.docInsbcrption .tbody_hide .filter_row {
  filter: blur(5px);
}
.docInsbcrption .notefi {
  background: rgba(247, 239, 138, 0.06);
  padding: 43px 20px !important;
  font-size: 18px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #ccc;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.docInsbcrption .notefi .btn {
  background: #1560bd;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  padding: 6px 20px;
}
.docInsbcrption .leadtext_thrght {
  text-decoration-line: line-through;
  text-decoration-thickness: 0.1px;
  color: #e30303;
  font-size: 16px;
  font-weight: 400;
}

.notefi {
  background: rgba(247, 239, 138, 0.06);
  padding: 43px 20px !important;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.notefi .btn {
  background: #1560bd;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  padding: 6px 20px;
}

.single-promo-card.single-promo-hover {
  /*-webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;*/
  transition: all 300ms ease-in-out;
  overflow: hidden;
  z-index: 1;
  min-height: 160px;
  border: none;
}
.single-promo-card.single-promo-hover:before {
  content: "";
  position: absolute;
  right: -55px;
  width: 124px;
  height: 124px;
  bottom: -50px;
  border-radius: 100px;
  background-color: orange;
  /*-webkit-transition: all .3s;
  transition: all .3s;*/
  transition: all 0.3s ease;
  z-index: -1;
}
.single-promo-card.single-promo-hover:hover:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: orange;
}

.DigitalProfileRow img {
  width: 20px;
}
.DigitalProfileRow a {
  color: #1560bd;
  font-weight: 500;
}

.single-promo-card.single-promo-hover:hover span, .single-promo-card.single-promo-hover:hover h5, .single-promo-card.single-promo-hover:hover p {
  color: #fff !important;
}

.questionArrow {
  padding: 0;
  position: absolute;
  top: -19px;
  right: 0;
  border: 0;
  background: transparent;
  color: #000000;
}

.dropPrice .dropdown-menu {
  padding: 10px;
  max-width: 180px;
  box-shadow: 1px 1px 4px 0px rgba(221, 221, 221, 0.23);
  background: #000000;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.dropPrice .dropdown-menu p {
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root, .docInsbcrption .tbody_hide .pro_overlay {
    position: initial;
  }
}
/*@media not all and (min-resolution:.001dpcm) {

    .docInsbcrption .tbody_hide .pro_overlay {
        position: initial;
    }
}*/
@media only screen and (max-width: 767.98px) {
  .selctPlan {
    font-size: 17px;
    padding: 5px 10px;
  }
  .premim_bnnr .signUpgrade {
    font-size: 9px;
    bottom: 21%;
    left: 43%;
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docInsbcrption .offr__table tr .btn-primary {
    margin-bottom: 10px;
  }
}