@charset "UTF-8";
/*@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;
}

.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;
}

.faq-accordion .card-header i {
  position: absolute;
  left: unset;
  right: 15px;
  top: 6px;
  font-size: 16px;
  /* -webkit-transition: all .5s ease;
  transition: all .5s ease;*/
  transition: all 0.5s ease;
  background-color: #1560bd;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
}

.faq-area .faq-accordion .card {
  margin-bottom: 0.875rem;
}
.faq-area .faq-accordion .card .card-header {
  padding: 0rem 2.5rem;
  border-bottom: 0px;
}
.faq-area .faq-accordion .card .card-header .btn-link {
  color: #1560bd;
  text-align: left;
  white-space: normal;
  font-weight: 300;
}
.faq-area .faq-accordion .card .card-header h5 button p {
  margin: 0;
  padding: 5px 0px;
}
.faq-area .faq-accordion .card .card-header h5:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: unset;
  font-size: 16px;
  /*-webkit-transition: all .5s ease;
  transition: all .5s ease;*/
  transition: all 0.5s ease;
  background-color: #eeeeee;
  color: #353535;
  border-radius: 50%;
  padding: 4px 8px;
  content: "−";
}
.faq-area .faq-accordion .card .card-header h5.collapsed:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: unset;
  font-size: 16px;
  /*-webkit-transition: all .5s ease;
  transition: all .5s ease;*/
  transition: all 0.5s ease;
  background-color: #eeeeee;
  color: #353535;
  border-radius: 50%;
  padding: 4px 8px;
  content: "+" !important;
}

.faq-area .faq-bg .nav-item.show .nav-link, .faq-area .faq-bg .nav-item .nav-link.active {
  color: #494949;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 0;
  border-color: #ddd #ddd #fff;
}

.faq-bg .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.faq-bg .tab-content {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 20px;
  border-top: 0;
}
.faq-bg .nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.faq-bg .nav-pills .nav-item {
  margin-bottom: -1px;
}