@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700');

@import url('backend/flaticons/uicons/uicons-bold-rounded.css');
@import url('backend/flaticons/uicons/uicons-bold-straight.css');
@import url('backend/flaticons/uicons/uicons-regular-rounded.css');
@import url('backend/flaticons/uicons/uicons-regular-straight.css');
@import url('backend/flaticons/uicons/uicons-solid-rounded.css');
@import url('backend/flaticons/uicons/uicons-solid-straight.css');
@import url('backend/flaticons/uicons/uicons-thin-rounded.css');
@import url('backend/flaticons/uicons/uicons-thin-straight.css');

:root {
  --ds-body-color: #212529;
  --ds-heading-color: #495057;
  --ds-header-bg: #fff;
  --ds-header-border: #e9ebec;
  --ds-bg: #f3f3f9;
  --new-light-bg: #f3f3f9;
  --ds-primary: #25a0e2;
  --ds-primary-rgb: 50, 204, 255;
  --ds-primary-light: #def1fb;
  --ds-secondary: #878a99;
  --ds-green: #39C620;
  --ds-danger: #ed5929;
  --ds-link: rgb(37, 160, 226);
  --ds-link-hover: rgba(37, 160, 226, 0.8);
  --ds-title: #124370;

  --ds-badge-color: #7c7f90;
  --ds-badge-bg: #e4ebee;
  --ds-badge-hover-color: #222;
  --ds-badge-hover-bg: #b1e7ff;

  --ds-chart-one: #1159ab;
  --ds-chart-two: #2f6ab4;
  --ds-chart-three: #477abe;
  --ds-chart-four: #5e8bc7;
  --ds-chart-five: #749bcf;
  --ds-chart-six: #8bacd8;
  --ds-chart-seven: #a1bce0;
  --ds-chart-eight: #b8cde8;
  --ds-chart-nine: #d0ddf0;
  --ds-chart-ten: #e7eef8;
}


@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff none repeat scroll 0 0;
  font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

li,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: var(--ds-link);
}

a:hover {
  color: var(--ds-link-hover);
}

input {
  outline: none !important;
  text-decoration: none !important;
}

i {
  /*vertical-align: middle;*/
}


/* all */

::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}

::-moz-placeholder {
  color: #b9b9b9 !important;
}


/* firefox 19+ */

:-ms-input-placeholder {
  color: #b9b9b9 !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/* ie */

input:-moz-placeholder {
  color: #b9b9b9 !important;
}

button,
label,
a {
  outline: none !important;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
  color: #fff;
  background: var(--ds-primary);
  border-color: var(--ds-primary);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: var(--ds-primary);
  border-color: var(--ds-primary);
}


/*To Stop Sceen Rotation*/

.header_wrap {
  background: #e6e7ed;
  padding: 10px 0px;
}


/*.logo_holder img {
    max-width: 335px;
}*/

.header_wrap p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #8a8a8a;
}

nav {
  padding: 20px 0px;
  border-bottom: 1px solid #d8d8d8;
}

.nav_top {
  background: #124370;
  min-height: 50px;
}

.logout a {
  display: inline-block;
  background: #ed5929;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 7px 0px;
}

/*.commonError,.phoneError {
    font-size: 13px;
    color: #e62626;
    margin: 2px 0px 0px;
}*/
.commonError,
.phoneError,
.cellError,
.emailError {
  font-size: 13px !important;
  ;
  color: #ed5929 !important;
  ;
  margin: 4px 0px 0px !important;
  padding: 0px 10px 0 0 !important;
  line-height: 18px !important;
  ;
  border-radius: 2px !important;
  ;
}

i#countryEdit {
  margin-top: 11px;
}

h4.modal-title img {
  width: 20px;
}

.logout a:hover {
  background: #e84c19;
}

.menu_wrap h3 {
  text-align: center;
  color: #f78f2e;
  font-size: 22px;
  margin: 10px 0px 15px;
}

li.nav-item a {
  color: #4d7294;
  font-size: 20px;
  padding: 0px 15px !important;
  font-family: 'Roboto', sans-serif;
}

li.nav-item.active a,
li.nav-item a:hover {
  color: var(--ds-link-hover);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

li.nav-item.search_item a {
  margin-top: -4px;
}

button.btn.btn-block.btn-success {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.userFor,
.email_tooltip {
  display: inline-block;
  font-size: 15px;
  color: #a2a2a2;
  font-family: 'Roboto', sans-serif;

}

.fa-edit {
  display: inline-block;
  color: #124370;
}

.form_item img {
  margin: 0px -4px;
  float: right;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: ">";
  float: right;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.captcha {
  margin: 15px 0px !important;
}

.custom-control-label {
  font-size: 12px;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-control-label:before {
  background: #ddd;
  top: 0;
  left: -1.75rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
}

.custom-control-label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  top: 0px;
  left: -1.75rem;
  color: #888;
  text-align: center;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0;
  font-size: 13px;
  background-image: none !important;
}

.custom-control-input:checked~.custom-control-label::after {
  background: none;
  color: #fff;
  opacity: 1;
}

.custom-control-input:checked~.custom-control-label::before {
  background: #39B54A;
  background: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.form_wrap {
  background: #f9f9f9;
  padding: 30px 0px 100px;
}

.login_section_header {
  text-align: left;
  background: #124370;
  border-radius: 3px;
  margin-top: 15px;
  position: relative;
  margin-bottom: 30px;
}

.login_section_header span {
  background: #f9f9f9;
  width: 50px;
  height: 50px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 21px;
  color: #124370;
  line-height: 44px;
}

.login_section_header h3 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 10px 15px 12px;
  text-transform: unset;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

input.form-control,
select.form-control,
textarea.form-control,
.bootstrap-tagsinput {
  border-radius: 3px;
  height: 35px;
  outline: none !important;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  background: #fff;
  box-shadow: none !important;
}

textarea.form-control {
  font-size: 18px;
}


textarea.form-control {
  height: auto !important;
  resize: none;
}

.form-group {
  margin-bottom: 10px;
  overflow: hidden;
}

section.form_wrap label {
  font-size: 14px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 0px;
}

.login_form label i {
  color: red;
  font-size: 14px;
  font-style: normal;
}

button.btn.btn-success {
  margin-top: 20px;
  float: right;
}

.custom-control.custom-checkbox label {
  font-size: 13px;
  margin-bottom: 10px;
}

.custom-control {
  padding-left: 1.8rem;
}

footer {
  padding: 20px 0px !important;
  box-shadow: none !important;
  background: #f6f8fa;
  border-top: 1px solid #f6f8fa;
}

footer h3 {
  margin-bottom: 15px;
  text-transform: capitalize !important;
  font-size: 18px !important;
}

ul.social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.sitemap li a {
  color: #000;
  font-size: 15px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
}

.sitemap li a:hover {
  color: var(--ds-link-hover);
}

footer p {
  font-size: 18px;
  line-height: 23px;
}

.sitemap li {
  display: block;
}

.form-control.error {
  border-color: #e62626;
  color: #bf2525;
  background: rgba(255, 246, 246, 0.4588235294117647);
}

.form-control.success {
  border-color: #069010;
  color: #069010;
  background-color: rgb(245, 255, 244);
}

/*    color: #1a9219;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}

p.emailError {
    color: #e62626;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}

p.emailSuccess,
p.emailError {
    margin-top: 5px;
    font-size: 13px;
}

p.emailSuccess i,
p.emailError i {
    margin-right: 5px;
}*/

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #124370;
}

a.email_tooltip {
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 16px;
}

.modal-header {
  background: var(--ds-primary);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.phoneNo {
  padding-left: 0px !important;
}

h4.modal-title {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}

.modal-content {
  border: 1px solid var(--ds-primary);
  margin-top: -1px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 0;
  background: 0;
}

ul.sitemap {
  padding-left: 55px;
}

footer h3 {
  padding-left: 55px;
  font-family: 'Roboto', sans-serif;
}

.modal-body label {
  margin: 0 !important;
}

.logo_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 20px;
}

div#navbarResponsive {
  justify-content: center;
}

p.selectImg {
  font-size: 13px;
  color: #636363;
  margin-top: 5px;
}

/*bootstrap tooltip color change (AM)*/
.tooltip>.tooltip-inner {
  background-color: var(--ds-primary);
  line-height: 18px;
}

.bs-tooltip-top .arrow::before {
  border-top-color: var(--ds-primary) !important;
}

.bs-tooltip-left .arrow::before {
  border-left-color: var(--ds-primary) !important;
}

.bs-tooltip-right .arrow::before {
  border-right-color: var(--ds-primary) !important;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--ds-primary) !important;
}

/* .tooltip-arrow {
  border-left-color: var(--ds-primary) !important;
  border-right-color: var(--ds-primary) !important;
} */

form.login_form {
  padding: 0px 25px;
}

.input-container {
  display: flex;
  width: 100%;
}

.icon {
  padding: 12px;
  background: #b3b3b3;
  color: #ffffff;
  min-width: 42px;
  text-align: center;
  border-radius: 3px 0px 0px 3px !important;
}

.input-field {
  width: 100%;
  outline: none !important;
  border-left: none !important;
  border-radius: 0px 3px 3px 0px !important;
  height: 40px !important;
}

.input-container a.email_tooltip {
  top: 6px !important;
}

.modal button.btn.btn-success {
  margin-top: 0px;
}

.toggle-password {
  position: absolute;
  right: 23px;
  top: 11px;
  color: #a2a2a2;
}

.company_img ul {
  display: flex;
  justify-content: center;
}

.company_img {
  margin-top: 50px;
}

.company_img ul li {
  margin: 0px 10px;
}

.company_img ul li img {
  max-width: 100%;
}

button.navbar-toggler {
  color: #124370;
  font-size: 22px;
}

.plan_wrap li a {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #ed5929;
  /* background: #ebe8e8; */
  padding: 8px 0px;
  margin-bottom: 3px;
  border-radius: 3px;
  font-weight: 600;
}

.plan_wrap li:first-child a {
  background: transparent;
  color: #000000;
}

.plan_wrap {
  margin-top: 20px;
}

.plan_wrap a.active {
  background: #124370;
  color: #fff;
}

.plan_wrap a:hover {
  background: #ed5929;
  color: #fff;
}

section.banner_wrap {
  border-top: 5px solid #124370;
  padding: 15px 0px 30px;
}

.view_map {
  margin-top: 30px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #d6d6d6;
}

.view_map iframe {
  height: 300px;
  width: 100%;
  margin-bottom: -8px;
}

h3.userHeading {
  font-size: 20px;
  color: var(--ds-heading-color);
}

h3.userHeading a {
  color: var(--ds-heading-color);
}

p.updateTag {
  margin: 0;
  font-size: 13px;
  color: #124370;
  font-weight: 600;
}

.profile_style {
  margin: 20px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(204, 204, 204, 0.37);
  padding: 10px;
  display: flex;
  align-items: flex-start;
}

.filterItem {
  padding: 10px 0px 0px;
}

.filterItem label.form-check-label {
  color: var(--ds-heading-color);
  font-size: 15px;
}

p.updateTag a {
  display: inline-block;
  font-size: 15px;
}

ul.pagination {
  justify-content: center;
  margin: 50px 0px;
  flex-wrap: wrap;
}

.filterItem label.form-check-label span {
  color: var(--ds-danger);
}

h3.userHeading.search_filter span {
  color: var(--ds-danger);
}

.picSection {
  flex: 13% 0;
  position: relative;
}

.shortBio {
  flex: 0 80%;
  max-width: 80%;
  margin-left: 10px;
}



.contactRange a {
  background: #124370;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 3px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
}

/* .contactRange a:hover {
  background: #ed5929;
} */

.searchProfile .shortBio {
  flex: 0 87%;
  max-width: 87%;
  /* margin: 0px 10px; */
}

.contactRange h3 {
  font-size: 18px;
  margin: 20px 0px 20px;
  color: #828282;
}

.searchProfile .picSection img {
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
}

.searchProfile .contactRange {
  /* flex: 20% 0;
  max-width: 20%;
  text-align: center;
  border-left: 3px #f5f5f5;
  border-left-style: double; */
  display: none;
}

.profile_style.searchProfile.simpleprofile .shortBio {
  max-width: 80%;
  flex: 0 0 80%;
}

.searchProfile .contactRange a.loctionCal {
  color: #124370;
  margin: 10px 0px;
  font-size: 15px;
  display: inline-block;
  background: none;
}

.searchProfile .contactRange a.loctionCal:hover {
  color: #ec5929;
}

.profile_style.searchProfile.simpleprofile {
  align-items: center;
}

.searchProfile .shortBio>p {
  font-size: 13px;
  margin: 10px 0px 15px;
}

.picSection p {
  text-align: center;
  font-weight: 600;
}

.shortBio h3 a {
  font-size: 22px;
  color: var(--ds-heading-color);
}

.shortBio h3 a:hover {
  color: var(--ds-link-hover);
}

.shortBio h3 span {
  font-size: 13px;
  color: var(--ds-heading-color);
}

.social_item a {
  font-size: 12px;
  margin-right: 0px;
  color: #929292;
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 15px;
  border-radius: 21px;
  background: #f1f1f1;
}

.shortBio>p {
  font-size: 14px;
  margin: 10px 0px 10px;
}

.updateTag a {
  font-size: 13px;
  color: #1571c4;
}

.insPLan,
.userCap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.insPLan h3,
.userCap h3 {
  font-size: 15px;
  margin: 0;
  color: #717171;
}

.insPLan h4,
.userCap h4 {
  font-size: 15px;
  margin: 0;
  color: #a2a2a2;
}

.userTag {
  margin-top: 10px;
}

.userTag a {
  background: #f9fcfd;
  color: var(--ds-badge-color);
  display: inline-block;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 4px;
}

/* AM */
.commaText {
  font-size: 15px !important;
  margin: 0;
  color: #a2a2a2 !important;
}

/*.userTag a:after {
    font-family: FontAwesome;
    content: "\f00d";
}*/
.userTag a:hover {
  background: var(--ds-primary) !important;
  color: #fff !important;
}

/*.userTag a:hover:after{
	font-family: FontAwesome;
	content: "\f00d";
	margin-left:3px;
}*/

/* AM */
.userTagSelect a {
  display: inline-block;
  background: var(--ds-primary);
  font-size: 13px !important;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff !important;
  font-weight: normal !important;
}

.userTagSelect a:after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #fff !important;
  margin-left: 3px;
}

.userTagSelect a:hover {
  background: #1f88c0;
  color: #fff !important;
}

.picSection p a {
  text-align: center;
  font-weight: 600;
  margin: 0px;
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  color: #124370;
}

.picSection p a:hover {
  color: #ed5929;
}

.dropdown_wrap {
  margin-bottom: 10px;
}

.dropdown_wrap>a,
.sub_dropdown_wrap>a {
  display: block;
  text-align: left;
  background: #124370 !important;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
  box-shadow: none !important;
}

.dropdown_wrap>a:hover,
.sub_dropdown_wrap>a:hover,
.dropdown_body>a:hover {
  background: #ed5929 !important;
  /*0f6abd*/
  color: #fff !important;
}

.sub_dropdown_wrap>a.btn.btn-primary:hover {
  background: #ed5929 !important;
  /*0f6abd*/
  color: #fff !important;
}

.addSocialWrap>p {
  text-align: right;
  font-size: 13px;
  color: #ababab;
}

.dropdown_body>a {
  display: block;
  background: #2265a2;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 1px;
}

.sub_dropdown_wrap .dropdown_body>a {
  text-align: left;
  /*background: #eaeaea;*/
  border: none;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
  box-shadow: none !important;
  color: #FFF;
  /*444444*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub_dropdown_wrap>a.btn.btn-primary {
  background: #ed5929 !important;
  color: #fff;
}

.addSocial i.fa.fa-times {
  color: #ff7d7d;
}

.addSocial li span:hover {
  color: var(--ds-link-hover) !important;
}

.user_edit {
  margin-bottom: 20px;
}

.profile_link {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  color: #124370;
}

.profile_link a {
  color: #124370;
  display: inline-block;
  margin-left: 5px;
}

.profile_link a img {
  opacity: 1;
  margin-top: -5px;
}

.profile_link a:hover img {
  opacity: 0.7;
  box-shadow: 0px 0px 15px rgb(204, 204, 204);
  border-radius: 3px;
}

.profile_link a:hover {
  color: #ed5929;
}

.profile_link {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  color: #124370;
  margin-bottom: 15px;
}

.profile_update_wrap>h3 {
  display: flex;
  gap: 0 6px;
  justify-content: space-between;
  font-size: 22px;
  background: var(--new-light-bg);
  color: var(--ds-heading-color);
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}

.profile_update_wrap>h3 span {
  font-size: 22px;
}

.profile_update_wrap>h3 span {
  font-size: 16px;
}

.addSocialWrap {
  margin-bottom: 25px;
}

.addSocial .icon {
  min-width: 40px;
  border-radius: 50% !important;
  font-size: 16px;
}

.addSocial input.form-control {
  border-radius: 3px !important;
  border: 1px solid #dcdcdc !important;
  margin-left: 10px;
}

/* bootstrap-tagsinput.css file - add in local */
.bootstrap-tagsinput {
  display: block;
  padding: 4px 4px;
  line-height: 31px;
  cursor: text;
  height: 44px;
  white-space: nowrap;
  overflow: hidden;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: 100%;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
  background: #124370;
  padding: 1px 6px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 3px;
  font-size: 13px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 5px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.img_information {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.img_information img {
  margin-right: 30px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

/*AM*/
.img_information .success {
  color: green;
}

.Iinfo p:nth-child(1) {
  color: #ababab;
}

.changePass form>p {
  color: #ababab;
}

.Iinfo p {
  margin: 0;
  font-size: 15px;
  color: #124370;
  line-height: 25px;
}

.Iinfo p {
  margin: 0;
  font-size: 17px;
  color: #124370;
  line-height: 31px;
}

.Iinfo p i {
  color: green;
}

.changePass form.login_form.registration_form {
  padding: 0;
}









.cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 0;
  border-radius: 3px;
  width: 175px;
  height: 175px;
  margin: 30px;
  position: relative;
}

.cropit-preview-image-container {
  cursor: move;
}

.cropit-preview-background {
  opacity: .2;
  cursor: auto;
}

.edit_arrow input,
.edit_arrow .export {
  position: relative;
  z-index: 10;
  display: block;
}

.image-editor {
  display: flex;
  justify-content: flex-start;
}

.edit_arrow {
  margin-left: 20px;
}

.cropit-preview::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 235px;
  height: 235px;
  background: #f8f8f8;
  z-index: -1;
  border-radius: 3px;
}

.edit_arrow .btn {
  float: none !important;
}

.imgUploadWrap {
  margin-bottom: 25px;
}

input.cropit-image-zoom-input {
  margin: 15px 0px;
}

.dropdown-toggle::after {
  margin-bottom: -3px;
}

.ins .dropdown-menu {
  min-width: 10rem;
  box-shadow: 0px 0px 5px #cccccc78;
  padding: 0 !important;
}

.form_item label.col-lg-3 {
  margin-top: 10px;
}

.ins .dropdown-menu a {
  color: #fff !important;
  font-size: 15px;
  padding: 6px 15px !important;
  font-family: 'Roboto', sans-serif;
  background: #124370;
  border: 1px solid #fff;
  text-align: left;
}

.ins .dropdown-menu a:hover {
  background: #ed5929 !important;
  color: #fff;
}

ul.addSocial {
  display: flex;
  align-items: center;
}

li.sui {
  flex: 35% 0 0;
}

li.sua {
  flex: 20% 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.suv {
  flex: 0 0 45%;
  text-align: right;
}

ul.addSocial {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

i.fa.fa-facebook.icon {
  background: #3a5999;
}

i.fa-twitter.icon {
  background: #2ca9df;
}

i.fa-linkedin.icon {
  background: #0072b1;
}

li.suv a {
  font-size: 14px;
  font-weight: normal;
}

.dropDownSubMenu a {
  background: #cecece !important;
  color: #1f1f1f !important;
}

.dropDownSubMenu a:hover {
  background: #cecece !important;
  color: #1f1f1f !important;
  opacity: 0.7;
}

.dropdown_body a.active {
  background: #ed5929;
}

li.sua a {
  font-size: 20px;
  margin: 0px 8px;
  display: inline-block;
  color: #d80404;
  line-height: 0;
}

/* li.suv a:hover {
  color: #ff4141;
} */

li.sua input {
  zoom: 1.5;
}

li.sua span {
  font-size: 21px;
  line-height: 0;
  margin: 0px 8px;
  color: #124370;
}

li.suv {
  display: flex;
  justify-content: space-between;
}

li.suv i {
  color: green;
  font-size: 18px;
}

section.verifyWrap {
  margin: 70px 0px;
}

section.verifyWrap h3 {
  font-size: 17px;
  line-height: 22px;
  margin-top: 20px;
  color: #777;
  font-weight: normal;
}

section.verifyWrap button {
  float: none !important;
}

.g-recaptcha {
  float: right;
}

.ins>.dropdown-menu {
  margin-left: 15px;
}

.userFor:hover,
.email_tooltip:hover,
.toggle-password:hover,
#countryEdit:hover {
  color: var(--ds-link-hover);
}

form.searchForm h3 {
  font-size: 23px;
  color: var(--ds-heading-color);
  margin: 35px 0px;
}

form.searchForm h3:hover {
  color: var(--ds-link-hover) !important;
}

.viewLocation {
  background: #fff;
  padding: 14px 15px 10px;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 4px;
  margin-top: 15px;
}

i.fa.fa-map-marker {
  font-size: 25px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.insPLan h4,
.userCap h4,
.address {
  font-size: 15px;
  margin: 0;
  color: #a2a2a2;
  /*display: flex;*/
  /*AM*/
  align-items: flex-end;
}

.address i {
  color: #a2a2a2;
}

.insPLan h4 i,
.userCap h4 i {
  margin-right: 5px;
}

.insPLan a:hover,
.userCap a:hover {
  color: var(--ds-primary)
}

.shortBio a:hover {
  color: var(--ds-link-hover)
}

.searchForm input.form-control {
  height: 45px;
}

.social_item a:hover:nth-child(1) {
  color: blue;
}

.social_item a:hover:nth-child(2) {
  color: #3b5998;
}

.social_item a:hover:nth-child(3) {
  color: #38A1F3;
}

.social_item a:hover:nth-child(4) {
  color: #0077B5;
}

.social_item a:nth-child(4) i {
  position: relative;
  top: -2px;
}

p.updateTag a:hover {
  color: #eb5729;
}

.shortBio h3 span a {
  color: #a2a2a2;
}

form.login_form.registration_form.user_edit {
  padding: 0 !important;
}

.location {
  background: url(../img/location.png) !important;
  background-repeat: no-repeat !important;
  width: 100px;
  background-size: 100% !important;
  height: 95px;
  margin-top: 30px;
}

.location:hover {
  background: url(../img/location-hover.png) !important;
  background-repeat: no-repeat !important;
  width: 100px;
  background-size: 100% !important;
  height: 95px;
}

.custom-control.custom-checkbox.pull-right {
  text-align: right;
}

.capError {
  text-align: right;
}

i#countryEdit {
  margin-top: 0;
  font-size: 25px;
  background: #e9ecef;
  padding: 7px;
  /*11px 6px 0px*/
  border-radius: 3px;
}

.custom-control-label.chk-error:before {
  border: 1px solid #e62626;
  background: #fcf8f8;
}

.custom-control-label.chk-success:before {
  border: 1px solid #28a745;
  background: #f5fff4;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.chk-success::before {
  background-color: #28a745 !important;
}

p#captchaError {
  display: block;
  width: 100%;
  line-height: 16px;
  clear: both;
  margin-top: 10px;
  font-size: 14px;
  color: #ca0000;
}

.referItem {
  margin-top: 10px;
}

.changePass .toggle-password {
  top: 9px;
}

.form-group.social_update {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-group.social_update img {
  margin-right: 15px;
  margin-top: 22px;
}

h3.userHeading a:hover {
  color: var(--ds-link-hover);
}

.insPLan h3 span a,
.userCap h3 span a {
  font-size: 15px;
  /* !important by am*/
  display: inline-block;
}

.user_edit .form_item label.col-lg-3,
.addSocial li,
.changePass .col-lg-4 {
  font-weight: bold;
  font-size: 14px;
}

.infoIcon {
  font-size: 20px;
  color: #ffc004;
}

.infoIcon:hover {
  font-size: 20px;
  color: #ed5929;
}

.changePass {
  margin-bottom: 30px;
}

li.sua a:hover {
  color: #ed5929;
}

.profile_update_wrap h3 span {
  font-size: 22px;
}

.iconView {
  position: relative;
}

.iconView:hover img {
  display: block !important;
  position: absolute;
  right: 0;
  top: -53px;
  border-radius: 5px;
}





/* Member profile edit css start */
.profile_edit_wrap>h3 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  background: #124370;
  color: #fff;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}

.profile_edit_wrap h3 span {
  font-size: 16px;
}

section.user_edi_wrap {
  margin-bottom: 50px;
}

.aboutItem h3 {
  font-size: 30px;
  color: #124370;
  margin: 0;
}

.aboutItem p {
  font-size: 17px;
  color: #a5a5a5;
}

.aboutItem p a {
  color: #124370;
}

.textForm .progress {
  margin-bottom: 0;
  width: 300px;
  height: 20px;
  background: var(--new-light-bg);
  border-radius: 50px;
  box-shadow: none;
  padding: 0;
}

.textForm .progress-bar {
  height: 20px;
  box-shadow: none;
  border-radius: 50px;

  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.textForm .progress-bar.bg_positive {
  background: var(--ds-primary);
}

.textForm .progress-bar.bg_negative {
  background: var(--ds-danger);
}

.textForm span.current-value {
  padding: 0px 6px;
  position: relative;
  z-index: 9;
  font-weight: 400;
  font-family: inherit;
  font-size: 13px;
}

.textForm .progress-bar:before {
  display: none;
}

.textForm button.btn.btn-success {
  float: none;
  display: block;
  margin: 0 auto 15px;
}

.WeekInformation button.btn.btn-success {
  float: none;
  display: block;
  margin: 0 auto 15px;
}

.WeekInformation ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.WeekInformation ul li {
  /*margin-right: 10px;*/
  margin-right: 6px;
  /*AM*/
}

.WeekInformation ul li b {
  display: block;
  background: #28a745;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 8px 20px;
  border-radius: 3px;
}

.WeekInformation ul li:last-child b {
  background: red;
}

/*AM*/
.WeekInformation ul li b.off {
  background: red !important;
}

.WeekInformation ul li span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.chooseDateTime ul {
  display: flex;
  align-items: center;
}

.chooseDateTime ul li:first-child {
  background: #28a745;
  color: #fff;
  width: 50px;
  text-align: center;
  height: 37px;
  line-height: 39px;
  border-radius: 4px;
  font-size: 15px;
}

.chooseDateTime ul li.off {
  background: red !important;
}

.chooseDateTime ul {
  margin: 5px 0px;
}

.companyListing button.btn.btn-success,
.productArea button.btn.btn-success,
.templateWrap button.btn.btn-success,
.WeekInformation button.btn.btn-success {
  margin: 20px auto;
  clear: both;
  float: none;
  display: block;
}

li.count {
  background: #124370;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}

.companyListing ul {
  display: flex;
  justify-content: flex-start;
  gap: 6px 20px;
  align-items: flex-end;
  border-radius: 5px;
  flex-wrap: wrap;
  margin: 0px 0px 20px;
}

.companyListing .iaf_InsCarriersInput_wrap ul {
  align-items: flex-start;
}

li.delete a {
  color: #ed5929;
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: -7px;
}

.selectedTemplate strong {
  font-size: 13px;
  color: #ed5929;
}

.aboutItem .btn.btn-success i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.companyListing li label {
  font-size: 15px;
  margin-bottom: 3px;
}

.companyListing li label i {
  font-style: normal;
  color: red;
}

.companyListing li {
  position: relative;
}

.companyListing .iaf_InsCarriersInput_wrap li.count {
  top: 26px;
}

.companyListing li.iaf_InsCarrier_CompanyWebsite_Li input.form-control {
  font-size: 14px;
}

.iaf_InsCarriersInput_InsOfferList .custom-control {
  padding-left: 0;
}

.addNew a {
  display: inline-flex;
  align-items: center;
  color: #124370;
  font-weight: 500;
  margin: 30px 0px;
  font-size: 18px;
}

.addNew a i {
  margin-right: 5px;
  margin-top: -2px;
}

span.hint {
  position: absolute;
  font-size: 11px;
  width: 100%;
  text-align: right;
}

.productArea>ul {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.productArea ul .areaInfo {
  font-size: 14px;
  color: #124370;
  margin-left: 10px;
}

.productArea ul li {
  flex: 30% 0;
}

.areaTag li {
  color: #fff;
  display: inline-block;
  background: #7bcdfd;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
}

.productArea ul li a {
  color: #ffffff;
  display: inline-block;
  margin: -5px 0px 0px 5px;
  font-size: 15px;
}

li.useTo {
  padding-top: 25px;
}

.templateFilter {
  display: flex;
  align-items: center;
}

.templateFilter .form-control {
  margin-left: 10px;
  height: 38px;
}

.teplateType {
  font-weight: 500;
  color: #ed5929 !important
}

.totalTemplate {
  margin: 10px 0px;
  overflow: hidden;
}

.totalTemplate p {
  margin: 0px;
  font-size: 13px !important;
}

.templateList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.templateList ul li {
  width: 24%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  margin: 5px 4px;
  min-height: 355px;
  cursor: pointer;
}

.templateList ul li img {
  max-width: 100%;
  margin: 0 auto 10px;
  display: block;
}

.templateList ul li h5 {
  font-size: 13px;
  color: #8a8a8a;
  margin: 5px 0px 0px 0px;
}

.templateList ul li h5 {
  font-size: 12px;
  color: #8a8a8a;
  /*margin: 0; AM */
  margin-top: 3px;
  font-weight: normal;
}

.templateList ul li a {
  position: absolute;
  bottom: 65px;
  color: #a5a5a5;
  text-align: center;
  line-height: 30px;
  border-radius: 26px;
  right: 10px;
  margin-bottom: 8px;
  /* AM */
}

.templateList ul li a:hover {
  color: #ed5929;
}

.custom-control.custom-radio {
  margin: 7px 0px;
}

.custom-control.custom-radio label {
  font-size: 13px;
}

.templateList ul li.active .custom-control.custom-radio label {
  color: #ed5929;
}

.templateList ul li.active a {
  bottom: 36px;
}

.aboutItem .tokenize>.tokens-container>.token>.dismiss:after {
  content: "×";
  top: 4px !important;
  position: relative;
}

button.temS {
  font-size: 12px;
  background: #28a745;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.templateList ul li.active button.temS {
  display: block !important;
}

.templateList ul li.active .selectTemplate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -7px;
}

/*Member Profile Servicing States*/
.companyListing ul.ServicingInput {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.companyListing ul.ServicingInput li {
  margin-right: 15px;
}

.delete a {
  color: #ed5929;
  font-size: 15px;
  display: inline-block;
}

.checkItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.checkItem input.form-control {
  width: 45%;
}

.checkItem .custom-control.custom-checkbox label {
  margin-bottom: 0;
}

.servicingForm .servicingItem {
  margin-left: 50px;
  margin-top: 15px;
}

.servicingForm .selectImg {
  font-size: 13px;
  color: #636363;
  margin-left: 15px;
}

/* Member profile edit css end */

/*Added by AM*/
.templateListSelected {
  border: 1px solid #ed5929 !important;
  box-shadow: -2px 5px 6px rgba(237, 89, 41, 0.39);
}

.templateListSelected a {
  position: inherit !important;
}

.lobtext {
  font-size: 13px;
  color: #6c757d;
}








/* Member profile edit css end */
.upload {
  background: var(--ds-primary);
  color: #fff;
  border-color: var(--ds-primary);
  border-radius: 5px;
  padding: 8px 20px;
  position: relative;
}

.upload:hover {
  background: #1f88c0;
  border-color: #1f88c0;
}

.upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  display: block;
}

/*AM*/
/*.upload {
    background: #ededed;
    color: #124370;
    border-radius: 5px;
    padding: 8px 20px;
    position: relative;
	border:2px dashed;
}
.upload:hover {
    background: #FFF;
    color: #124370;
}
.upload input {
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
}*/

#ppbar {
  background: #CCC;
  width: 100%;
  height: 7px;
  margin: 8px 0px;
  border-radius: 5px !important;
  overflow: hidden;
}

#pbar {
  margin: 0px;
  width: 0px;
  background: #393;
  height: 100%;
}

#ppbartxt {
  text-align: right;
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 500;
}

.changePass .form-group {
  overflow: visible;
}

.passwordMet {
  position: absolute;
  top: 0px;
  right: -210px;
}

.changePass .form-group {
  overflow: hidden;
}

.passwordMet p {
  font-size: 13px;
  margin: 0;
}

.passwordMet p.no {
  color: red;
}

.passwordMet p i {
  display: none;
}

.passwordMet p.yes {
  color: green;
}

.passwordMet p.yes i {
  display: inline-block !important;
}

.profile_style.profileView {
  box-shadow: -7px 10px 8px rgba(183, 183, 183, 0.39);
  border: 1px solid #eaeaea;
}

/* AM map-direction */
.gm-style-iw-d a:hover img {
  opacity: 0.7;
  box-shadow: 0px 0px 15px rgb(204, 204, 204);
  border-radius: 3px;
}




/*--prices start here (member plans)--*/
.priceWrap {
  margin: 50px 0px;
}

.pHeading {
  font-size: 35px;
  color: #ed5929;
  margin-bottom: 40px;
}

.loginButton {
  margin-bottom: 15px;
  text-align: center;
}

.loginButton a {
  font-size: 13px;
  text-align: center;
  background: #124370;
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}

.price-grid {
  float: left;
  width: 31%;
  margin: 0% 2% 0% 0%;
}

.priceing-table h1 {
  font-size: 3em;
  color: #fff;
  text-align: center;
  margin: 1em 0em;
}

.wthree {
  margin: 0% 0% 0% 0%;
}

/* .priceing-table-main {
  width: 75%;
  margin: 0 auto;
} */

.prices-head h2 {
  font-size: 2em;
  color: #68AE00;
  margin: 0em 0em 1em 0.4em;
}

.price-list ul {
  padding: 0px;
  list-style: none;
}

.price-gd-top {
  background: #ecb412;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.price-gd-top h4 {
  font-size: 1.8em;
  color: #fff;
  padding: 0.4em 1em;
  background: #d29d05;
  border-radius: 5px 5px 0px 0px;
}

/*-- w3layouts --*/
.price-gd-top h3 {
  padding: 0.2em 0em 0.1em 0em;
  font-size: 2.5em;
  color: #fff;
}

.price-gd-top h5 {
  font-size: 1em;
  color: #fff;
  padding: 0.2em 0em 0.8em 0em;
}

/* Center Align */
/*.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
    min-height: 516px;
}*/
/* Left Align (AM) */
.price-gd-bottom {
  background: #fff;
  text-align: left;
  padding: 1em 0em 1em 1em;
  min-height: 516px;
  font-size: 16px;
}

.price-gd-top.pric-clr2 h4 {
  background: #7d1e4a;
}

.price-gd-top.pric-clr2 {
  background: #96285b;
}

/* .price-selet.pric-sclr2 a {
  background: #7d1e4a;
} */

.price-gd-top.pric-clr3 {
  background: #2d818a;
}

.price-gd-top.pric-clr3 h4 {
  background: #14646d;
}

/* .price-selet.pric-sclr3 a {
  background: #14646d;
} */

.price-list ul li {
  padding: 0.3em 0em;
  font-size: 0.9em;
  color: #000;
  /*color: #545454;*/
}

.price-selet {
  padding: 1em 0em;
  text-align: center;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}

/*-- agileits --*/
/* .price-selet a {
  font-size: 1.1em;
  color: #fff;
  display: block;
} */

.price-selet a {
  /* font-size: 0.9em;
  color: #ffffff; */
  display: inline-block;
  /* padding: 0.5em 1.5em;
  background: #d29d05;
  border-radius: 3px; */
}

.price-grid {
  margin-bottom: 3em;
}

.price-block {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  border-radius: 5px;
  /* overflow: hidden; */
}

.price-block:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  z-index: 1;
  position: relative;
  z-index: 9;
}

.price-block.basic {
  box-shadow: 0px 0px 3px rgb(236, 180, 18);
}

.price-block.stander {
  box-shadow: 0px 0px 3px rgb(150, 40, 91);
}

.price-block.professional {
  box-shadow: 0px 0px 3px rgb(45, 129, 138);
}

.price-block.basic:hover {
  box-shadow: 0px 0px 15px rgb(236, 180, 18);
}

.price-block.stander:hover {
  box-shadow: 0px 0px 15px rgb(150, 40, 91);
}

.price-block.professional:hover {
  box-shadow: 0px 0px 15px rgb(45, 129, 138);
}

a.popup-with-zoom-anim {
  outline: none;
}

#small-dialog h4 {
  margin: 10px 0;
  font-size: 2em;
  color: #696766;
  ;
}

#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3,
#small-dialog4,
#small-dialog5 {
  background: white;
  padding: 10px 0 10px 0;
  text-align: left;
  max-width: 500px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border: 8px solid #882352;
  height: 410px;
  border-radius: 5px;
}

.pomoBody img {
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.pomoSub {
  font-size: 13px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: inline-block;
  background: rgb(18, 67, 112);
  padding: 8px 15px;
  border-radius: 3px;
  border: none;
}

/*-- w3layouts --*/
/*---start-pricing-tabels-----*/


.ServicesWraping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ServicesWraping .checkItem {
  width: 48%;
}




.vUserInfo {
  font-weight: 500;
  margin: 45px 0px;
  /*color: #404040;*/
}

.vServicesWrap p {
  font-size: 17px;
  color: #a5a5a5;
  margin-top: 15px
}

.vServicesWrap h3 {
  font-size: 30px;
  color: #124370;
  margin: 0;
  margin-top: -48px;
  max-width: 318px;
  background: #FFF;
}

.vServicesWrap .servicingForm .servicingItem {
  margin-left: 0;
}

.vServicesWrap {
  padding: 30px;
  border: 1px solid #124370;
}

.vServicesWrap .companyListing i.fa.fa-floppy-o {
  position: relative;
  top: -1px;
  left: -2px;
}

.vServicesWrap p a {
  color: #124370;
}

.profileSelection {
  margin: 25px 0px;
}

.update a {
  color: #124370;
  font-size: 15px;
  display: inline-block;
}

.aboutItem h3 span {
  background: #124370;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -5px;
  margin-bottom: 15px;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgb(19, 177, 9);
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before {
  background-color: rgb(233, 233, 233);
  border: none;
}

i.fa.fa-pencil-square {
  position: relative;
  top: -2px;
}

.higlight {
  border: 2px solid #ffd401 !important;
}

.staticForm .custom-control-label:before {
  background: #e8e8e8;
  top: 0;
  left: -1.75rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border: 1px solid #13b109;
}


.vServicesWrap .alert.alert-warning {
  font-size: 13px;
  font-weight: 500;
  /*color: #000;*/
}

/*member profile hover effect*/
.vServicesWrap p a:hover,
a[data-toggle="tooltip"]:hover,
.addNew a:hover,
.update a:hover,
.custom-control:hover label {
  color: var(--ds-link-hover) !important;
}

.delete a:hover {
  text-decoration: underline !important;
}

/* member upgrade */
.professionalWrap .price-grid {
  width: 100%;
}

.professionalItem p {
  margin: 0;
  font-size: 13px;
}

.professionalWrap .error {
  color: red;
}

.professionalWrap .success {
  color: green;
}

.promoFrom_wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  flex-wrap: wrap;
}

.promoFrom_wrap>p {
  margin-bottom: 0;
}

.promoFrom_wrap .promoFrom {
  width: 300px;
  margin: 0;
  display: flex;
}

.promoFrom_wrap .promoFrom .btn {
  color: #124370;
}

.promoFrom_wrap .promoFrom .btn b {
  display: flex;
  align-items: center;
  gap: 4px;
}

.professionalItem.mt-5 {
  /* width: 500px; */
  /*AM: 300*/
  margin: 0 auto;
  text-align: center;
}

/* AM (compare page) */
.professionalItem.mt-6 {
  width: 560px;
  margin: 0 auto;
}

.professionalItem button.btn.btn-success {
  margin-top: 20px;
  float: none;
}

.error_check.custom-control-label:before {
  border: 1px solid red !important;
}

.promoFrom .btn:hover {
  color: var(--ds-primary);
}

.subButton button.btn.btn-warning {
  border-radius: 27px;
  padding: 10px 25px;
  margin: 15px 0px;
}

.promoFrom button.bg-transparent.btn {
  font-size: 13px;
  padding: 0px 0px 0px 8px;
}

button.delete.bg-transparent.btn {
  color: #ed5929;
}

button.delete.bg-transparent.btn:hover {
  text-decoration: underline;
}

/* Trial Expired Start */

.expiredHeading {
  color: #ec0000;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
}

.downG {
  text-align: left;
}

.downG button {
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.downG .error {
  font-size: 12px;
}

.or {
  position: relative;
  text-align: center;
  font-size: 18px;
}

.or::after {
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  position: absolute;
  left: -5px;
  top: 13px;
}

.or::before {
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  position: absolute;
  right: -5px;
  top: 13px;
}

@media(max-width: 1024px) {
  .downWrap {
    width: 300px;
    margin: 0 auto;
  }
}

/* AM */
.aTrial p {
  margin: 0;
  font-size: 13px;
}

/* Trial Expired End */

/* (AM) some simple demo styles for all collapsibles on this page */

.enhanced .collapsible-collapsed .collapsible-content,
.collapsible-enhanced.collapsible-collapsed .collapsible-content {
  display: none;
}

.collapsible-header,

.collapsible-content {

  border: 1px solid #ccc;

  padding: .7em 35px;

  font-size: 1em;

  margin-top: 0;

  background-color: #fff;

}

.collapsible-content {

  margin-top: 0;

  border-top-width: 0;

  padding-top: 1.5em;

  padding-bottom: 1.5em;
}

.collapsible-header {

  margin-bottom: 0;

  cursor: pointer;

  background: url(../img/tri-down.png) 10px 50% no-repeat;

  color: #124370;

  font-family: 'Roboto', sans-serif;

  font-weight: 600;

  text-transform: uppercase;

}

.collapsible-header:focus {

  background-color: #eee;

}

.collapsible-collapsed .collapsible-header {

  background-image: url(../img/tri-right.png);

}

/* AM */
.collapsible_header_wrap>h3 {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  background: var(--new-light-bg);
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}

/* AM */
.collapsible_top_mergin {
  margin-top: 80px;
}

/* Collapsibles end */

/* Loggedin Header */
.userLogged.pull-right {
  color: #fff;
  font-size: 15px;
}

.userLogged.pull-right a {
  color: #fff;
}

.userLogged.pull-right a:hover {
  color: #ed5929;
}

.userLogged.pull-right {
  /*margin: 16px 10px 0px 0px;*/
  margin: 8px 10px 7px 0px;
  /*AM*/
  font-size: 13px !important;
}

.topAction {
  margin-top: 20px;
}

.topAction p {
  font-weight: 500;
}

.topAction p a:hover {
  color: #eb5729;
}

.topAction h4 {
  color: #ccc;
  font-family: 'Roboto', sans-serif;
}

.downgradeItem {
  position: absolute;
  bottom: -80px;
  width: 400px;
  text-align: center;
  margin-left: 65px;
}

.downgradeItem a {
  margin-top: 10px;
}

.priceWrap {
  margin: 50px 0px 100px;
}


@media(max-width: 1200px) {
  .downgradeItem {
    margin-left: 20px;
  }
}

@media(max-width: 567px) {
  .userLogged.pull-right {
    /*margin: 1px 10px 7px 0px;*/
    margin: 6px 10px 7px 0px;
    font-size: 13px !important;
    text-align: center;
  }

  .downgradeItem {
    position: absolute;
    bottom: -80px;
    width: 300px;
    text-align: center;
    margin-left: -150px;
    left: 50%;
  }
}

/* Loggedin Header End */

/* PayPal Button Start (AM)*/
.paypal-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 100vh;*/
}

.paypal-logo {
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 26px;
}

.paypal-logo i:first-child {
  color: #253b80;
}

.paypal-logo i:last-child {
  color: #179bd7;
}

.paypal-button {
  padding: 10px 25px;
  border: 1px solid #FF9933;
  border-radius: 5px;
  background-image: linear-gradient(#fff0a8, #f9b421);
  margin: 0 auto;
  display: block;
  min-width: 138px;
  position: relative;
  cursor: pointer;
}

.paypal-button-title {
  font-size: 14px;
  color: #505050;
  vertical-align: baseline;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.paypal-button .paypal-logo {
  display: inline-block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

/* PayPal Button End (AM)*/

/*AM FAQ Downgrade */
#faq-btn button.btn.btn-success {
  margin-top: auto;
  float: none
}


/* Inbox Section Start */
.inboxWrap>h3 {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  background: var(--new-light-bg);
  color: var(--ds-heading-color);
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}

.inboxWrap>h3 span {
  font-size: 15px;
}

.inboxWrap>h3 span {
  font-size: 15px;
  color: var(--ds-heading-color) !important;
}

ul.inboxHeading {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid #ccc;
}

ul.inboxHeading li {
  color: #2265a2;
  padding: 10px 8px;
  text-align: left;
  width: 23%;
  flex: 23% 0;
}

ul.inboxHeading li:last-child {
  width: 10% !important;
  flex: 8% 0;
}


ul.inboxItem {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  flex-wrap: wrap;
}

ul.inboxItem li {
  color: #000;
  padding: 10px 10px;
  width: 23%;
  flex: 23% 0;
}

ul.inboxItem li:nth-child(5) {
  width: 10% !important;
  flex: 8% 0;
  text-align: center;
}

ul.inboxItem li:nth-child(5) [data-bs-toggle="tooltip"] i,
ul.inboxItem li:nth-child(5) [data-toggle="tooltip"] i {
  color: #fff !important;
}

ul.inboxItem li a {
  display: inline-block;
}

li.confirmDelete {
  flex: 91% 0 !important;
  width: 91% !important;
}

a.deleteMessage {
  color: #124370;
  font-size: 15px;
}

a.deleteMessage:hover {
  color: #ed5929 !important;
  /*#ff0000 */
}

ul.inboxItem.unread li {
  color: #ed5929;
  font-weight: 500;
}

ul.inboxItem:hover {
  background: #f5f5f5;
}

ul.inboxItem li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.inboxPage p {
  font-size: 13px;
  color: #888;
}

.inboxPage ul.pagination {
  margin: 0px 0px;
  justify-content: flex-end;
}

.dropdown.notificationDrop a.dropdown-toggle {
  padding: 0;
  text-align: center;
  background: transparent !important;
  color: #bdbdbd;
  margin-top: 10px;
}

.notificationDrop span.count {
  width: 20px;
  background: #ed5929;
  height: 20px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
}

.notificationDrop .dropdown-menu a {
  color: #000 !important;
  text-align: left !important;
  padding: 5px 10px !important;
  line-height: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ececec;
  border-radius: 0 !important;
  margin: 0 !important;
}

.notificationDrop .dropdown-menu .unreadNoti a {
  color: #ed5929 !important;
}

.notificationDrop .dropdown-menu a:hover {
  background: #f5f5f5;
}

.inboxCount p span {
  color: #ed5929;
}

.inboxHeading p {
  font-size: 18px;
}

.inboxHeading p b {
  font-weight: normal;
  color: #2265a2;
}

.messageBody p {
  margin: 7px 0px;
  font-size: 15px;
  line-height: 26px;
}

.modalFooter {
  margin-top: 10rem !important;
}

.inboxCount {
  clear: both;
}

.messageBody {
  position: relative;
}

.messageBody p b {
  color: #2265a2;
}

.messageBody hr {
  margin: 8px 0px;
}

a.printView {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}

.messageBody h3 span {
  color: #1d76c7;
  font-size: 15px;
}

.sentSpace {
  margin-top: 200px;
}

@media(max-width: 587px) {
  ul.inboxItem li {
    padding: 10px 5px;
  }

  ul.inboxItem li {
    font-size: 12px;
  }

  ul.inboxHeading li {
    font-size: 13px;
  }

  .inboxPage ul.pagination {
    margin: 0px 0px;
    justify-content: center;
  }

  .inboxPage p {
    margin-bottom: 15px !important;
  }

  .inboxWrap>h3 {
    font-size: 16px;
  }

  .inboxWrap>h3 span {
    font-size: 11px;
  }

  .inboxCount p {
    text-align: center !important;
    margin-top: 15px !important;
    font-size: 14px;
  }

  /* .dropdown-menu.show {
    left: 50% !important;
    margin-left: -5rem;
    margin-top: 10px;
  } */

  .sentItem p a {
    clear: both;
    display: block;
    width: 185px;
    margin-top: 10px;
  }
}

/* Inbox Section End */

/* Item listing css */

.inboxHeading p b {
  font-weight: normal;
  color: #2265a2;
}

.pdfList {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 0px 5px #afafaf94;
  margin-top: 15px;
}

.pdfList img {
  width: 100%;
  margin-bottom: 10px;
  /*box-shadow: 0px 0px 5px #afafaf94;*/

}

.pdfList h3 {
  font-weight: normal;
  font-size: 23px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.pdfList p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.pdfList p b {
  text-transform: capitalize;
}

.pdfList h4 {
  font-size: 17px;
  margin: 5px 0px;
}

.pdfList h5 b {
  font-weight: normal;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.pdfList h5 {
  margin: 0;
}

.pdfList h5 a {
  color: #ed5929;
  font-size: 14px;
  vertical-align: middle;
}

.pdfList h5 a:hover {
  color: #2265a2;
}

.rating.text-center i {
  color: #ccc;
  cursor: pointer;
}

.rating.text-center i.fa-star.active {
  color: #ed5929;
}

.Customizing {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #ed5929;
  padding: 8px 20px;
  margin-bottom: 3px;
  border-radius: 3px;
}

a.Customizing:hover {
  background: #e84c19;
  color: #fff;
}

a.endCustomizing {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  background: #d82626;
  padding: 8px 10px;
  margin-bottom: 3px;
  border-radius: 3px;
}

.pdfe {
  color: #d82626;
  font-size: 17px;
}

.leftCl {
  text-align: left;
  background: #3d86c5;
  /*#eaeaea*/
  border: none;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
  box-shadow: none !important;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.leftCl a {
  color: #FFF;
}

.leftCl:hover a {
  color: #fff;
}

.leftCl:hover {
  background: #0f6abd !important;
  color: #fff !important;
  text-decoration: underline !important;
}

.listingBcum p {
  color: #ed5929;
}

.listingBcum b a {
  color: #2265a2;
}

.listingBcum b a:hover {
  color: #ed5929;
  text-decoration: underline !important;
}

@media(max-width: 567px) {
  .inboxHeading p {
    font-size: 12px;
  }
}

/* Item listing css end */

/* Item details style */

/*AM*/
.iframeView {
  width: 80%;
  height: 565px;
  overflow: hidden;
}

.imgView {
  width: 100%;
  height: 700px;
  overflow: scroll;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 5px;
}

.preView {
  text-align: right;
}

.preView a {
  color: #18c4ea;
  margin-top: 10px;
  display: inline-block;
}

.deailsSelect {
  width: 140px;
  background: #aee1fe !important;
  border: 1px solid #b1b1b1 !important;
}

.dTHeading h3 {
  font-size: 22px;
  margin: 0;
  color: #ed5929;
}

/*AM*/
.dTHeading a {
  color: #ed5929;
  margin-top: 10px;
  display: inline-block;
}

.dTHeading a:hover {
  color: #2265a2;
}

.pdfDetails p {
  margin-bottom: 6px;
  line-height: 28px;
}

.pdfDetails h3 {
  font-weight: normal;
}

.pdfDetails h4 {
  font-size: 20px;
  margin-bottom: 9px;
}

.pdfDetails h5 {
  font-size: 15px;
  font-weight: normal;
}

a.pdfe.questionInfo {
  font-size: 26px;
  color: #124370;
  /*#f9e824*/
  display: inline-block;
  margin-left: 10px;
}

i.fa.fa-facebook.icon {
  background: #3a5999;
}

i.fa-twitter.icon {
  background: #2ca9df;
}

i.fa-linkedin.icon {
  background: #0072b1;
}

ul.social_media {
  display: flex;
}

.social_media .icon {
  width: 40px;
  border-radius: 50% !important;
  font-size: 22px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s;
}

.social_media .icon:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.top_social p {
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 16px;
}

/*.codeView {
    padding: 15px;
    min-height: 175px;
    border-radius: 5px;
    border: 1px solid #ccc;
}*/
.codeView {
  padding: 3px;
  min-height: 175px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 11px;
  overflow: hidden;
}

.imgD:hover {
  color: #2ca9df !important;
}

.htmD:hover {
  color: #ed5929 !important;
}

.downloadV svg {
  vertical-align: middle;
}

.e-Advt a {
  color: #2265a2;
}

.e-Advt a:hover {
  color: #ed5929;
}

p.e-Advt {
  float: right;
}

@media(max-width: 567px) {
  .pdfDetails .dTHeading {
    display: block !important;
  }

  .deailsSelect {
    width: 100%;
    margin-top: 10px;
  }

  .pdfDetails .socialMedia {
    display: block !important;
  }

  .pdfDetails .socialMedia b {
    margin-bottom: 10px;
    display: inline-block;
  }

  p.e-Advt {
    float: none;
  }
}

/* Item details end */

/*Member drag and drop image (AM)*/
#drop-wrapper {
  margin: 0 auto;
  padding: 0px;
}

#drop-area {
  margin-top: 20px;
  /*margin-left:220px;*/
  width: 400px;
  height: 200px;
  background-color: #ededed;
  border: 2px dashed #124370;
}

.drop-text {
  margin-top: 70px;
  text-align: center;
  color: #124370;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}

#drop-area img {
  max-width: 100%;
}

#drop-area:hover {
  background-color: #FFF;
}

@media(max-width: 567px) {
  #drop-area {
    width: 100%;
    height: 200px;
  }

  .drop-text {
    margin-top: 60px;
    font-size: 16px;
  }
}

/*Member drag and drop image (AM)*/

/* Item Search css (AM) */

.has-search {
  float: right;
  margin: -25px 5px;
  color: #bdbdbd;
}

.itemSearchList {
  margin-top: 15px;
}

.itemSearchList img {
  margin-right: 10px;
  float: left;
  width: 200px;
}

.itemSearchList h3 {
  font-weight: normal;
  font-size: 23px;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
}

.itemSearchList p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.itemSearchList p b {
  text-transform: capitalize;
}

.itemSearchList h4 {
  font-size: 17px;
  margin: 5px 0px;
}

.itemSearchList h5 b {
  font-weight: normal;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.itemSearchList h5 {
  margin: 0;
}

.itemSearchList h5 a {
  color: #ed5929;
  font-size: 14px;
}

.itemSearchList h5 a:hover {
  color: #2265a2;
}

/* Item Search css end (AM) */

/*AM*/
.footer_terms ul {
  display: flex;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.footer_terms a {
  text-decoration: underline !important;
}

.footer_terms {
  margin-top: 30px;
}

.footer_terms ul li {
  margin: 0px 10px;
}

.footer_terms ul li img {
  max-width: 100%;
}

/*AM*/

.modal_text {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 5px;
}

/*Reg Page AM*/
.am-header {
  font-size: 40px;
  color: #1c1440;
  line-height: 1.35;
  letter-spacing: 0;
  margin-top: 15px;
}

.am-text-default {
  font-size: 16px;
  line-height: 1.36364;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .am-header {
    font-size: 24px;
  }

  .am-text-default {
    font-size: 14px;
  }
}

/*Common Search Result AM*/
h6.searchResult {
  font-size: 20px;
  color: #124370;
  margin-top: 15px;
  margin-bottom: 10px;
}

h6.searchResult.search_filter span {
  color: #ed5929;
}


img.mapIcon {
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: auto !important;
}

.servicingForm1 {
  border: 1px solid #124370;
  margin-bottom: 15px;
  margin-top: 35px;
}

.servicingForm1 h3 {
  background: #fff;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 10px;
  margin-bottom: -50px;
}

.lanModal a {
  color: var(--ds-heading-color);
  font-size: 15px;
}

a.btn-link {
  background: #124370;
}

.lanModal a:hover,
.contactInfo h3 a:hover {
  color: var(--ds-link-hover);
}

/* contact style */

.contactInfo h3 {
  font-size: 22px;
}

.contactInfo h3 a {
  color: #124370;
  cursor: pointer;
}

.contactInfo p {
  font-size: 17px;
  margin: 15px 0px;
}

.cInfo {
  border: 1px solid #124370;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}

.cInfo b {
  display: block;
  color: #124370;
}

.cInfo a {
  color: #124370;
}

.lanTagView a.email_tooltip {
  top: 11px;
}


/*Support Ticket AM*/
.ticket_block {
  margin: 25px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgb(204 204 204 / 80%);
  padding: 10px;
  padding-bottom: 40px;
}

.category_block {
  display: inline-block;
  background: #689a74;
  color: #fff;
  padding: 4px 6px;
}

.ticket_datestamp {
  font-size: 11px;
  font-weight: normal;
  color: #aeacad;
}

/*Support Ticket AM*/

/*Basic Template AM*/
.headingView {
  color: #124370;
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 27px;
}

.officeTime {
  margin: 30px 0px;
}

.officeTime ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 15px;
}

.detailsWrap {
  margin: 30px 0px 40px;
}

.officeTime ul li {
  text-align: center;
  margin-bottom: 10px;
}

.officeTime ul li p {
  font-size: 14px;
  margin: 0;
}

.officeTime ul li span {
  background: #4781ec;
  color: #fff;
}

.officeTime ul li span {
  background: #4781ec;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 24px;
  margin-bottom: 10px;
}

.officeTime ul li.closed span {
  background: #ec4012;
  color: #fff;
}

.officeTime ul li.closed p {
  color: #ec4012;
  font-weight: 500;
}

.officeTime h5 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #4781ec;
}

ul.insList h4 {
  font-size: 14px;
  color: #1571c4;
  margin-bottom: 3px;
}

ul.insList p {
  color: #888;
  font-size: 14px;
}

ul.insList {
  display: flex;
  flex-wrap: wrap;
}

ul.insList li {
  width: 33%;
}

ul.insList p img {
  width: 14px;
  margin-top: -3px;
}

.infoItemView {
  flex: 0 80%;
  margin-left: -14px;
}

.infoItemView h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #717171;
}

ul.insList li {
  width: 33%;
  margin-bottom: 0px;
  padding-right: 0px;
}

/*Basic Template AM*/

/* Extend Search  css  */

.extendedWrap {
  font-size: 17px;
  color: var(--ds-heading-color);
  background: var(--new-light-bg);
  border-radius: 5px;
  border: 2px solid var(--new-light-bg);
  padding: 5px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.extendedWrap .agBtn {
  color: var(--ds-link);
  margin: 0px 5px;
}

.extendedWrap .agBtn:hover {
  text-decoration: underline !important;
  background: transparent;
  color: var(--ds-link-hover) !important;
}

.extendedWrap a.exBtn {
  display: inline-block;
  background: var(--ds-primary);
  color: #fff;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-color: var(--ds-primary);
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  text-transform: uppercase;
  margin-left: 15px;
}

.extendedWrap a:hover {
  background: #1f88c0;
  color: #fff !important;
  border-color: #1f88c0;
}

.pagination .page-item a.page-link,
.pagination .page-item>a {
  color: var(--ds-primary);
  background: #def1fb;
  border-radius: 6px;
  font-size: 13px;
  margin: 2px 2px;
  width: 35px;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
}

/***************/
.pagination .page-item span.page-link {
  color: var(--ds-primary);
  background: #def1fb;
  border-radius: 13px;
  font-size: 13px;
  margin: 2px 2px;
  width: 35px;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
}

/***************/
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link,
.pagination .page-item > a:hover,
.pagination .page-item.active > a
 {
  z-index: 1;
  color: #fff !important;
  background-color: var(--ds-primary) !important;
  border-color: var(--ds-primary) !important;
}

.pagination .first a.page-link,
.pagination .previous a.page-link,
.pagination .next a.page-link,
.pagination .last a.page-link {
  background: #f1f1f1 !important;
  color: #124370 !important;
  font-size: 13px;
}

.pagination i.fa {
  font-weight: bold;
}

.dotV {
  font-weight: 900;
  font-size: 31px;
  color: var(--ds-primary);
}

@media(max-width: 414px) {
  /* .pagination .page-item a.page-link {
        border-radius: 12px;
        font-size: 11px;
        margin: 0px 0px;
        width: 26px;
        padding: 5px 0;
    }

    .pagination .first a.page-link,
    .pagination .previous a.page-link,
    .pagination .next a.page-link,
    .pagination .last a.page-link {
        font-size: 10px;
    } */

  .dotV {
    font-weight: 900;
    font-size: 15px;
  }
}

/*  Admin style 05.05.2021 */

.userSearchPart button.btn {
  background: transparent !important;
  border: 1px solid #ccc !important;
  font-size: 14px;
  outline: none !important;
  padding-top: 7px;
  padding-bottom: 7px;
}

.userSearchPart .dropdown-menu a.dropdown-item {
  font-size: 14px;
  padding-left: 10px;
  color: #3c3c3c;
}

.userSearchPart .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.userSearchPart .dropdown-item.active,
.userSearchPart .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #124370;
}

.ManageAction a,
.cBtn {
  background: #124370;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 3px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  border: none;
}

/*.sBtn{
    background: #124370;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    border: none;
}*/
.ManageAction a:hover,
.cBtn:hover {
  background: #ed5929;
  color: #fff;
}

.ManageAction p {
  font-size: 14px;
  font-weight: 600;
  color: #124370;
  margin-top: 10px;
}

.ManageAction p i {
  color: #ed5929;
}

.inboxWrap p.small {
  margin: 0;
  font-size: 12px;
  text-align: right;
  color: #6f6f6f;
}

ul.userInfoHeading {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid #ccc;
}

ul.userInfoHeading li {
  color: #2265a2;
  padding: 10px 8px;
  text-align: left;
  width: 20%;
  flex: 20% 0;
  text-align: center;
}

ul.userInfoList {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  align-items: center;
}

ul.userInfoList li {
  color: #000;
  padding: 10px 10px;
  width: 20%;
  flex: 20% 0;
}

.ManageAction {
  text-align: center;
}

span.insuranceType {
  text-align: center;
  display: block;
}

span.basicPlan {
  width: 100px;
  display: block;
  margin: 0 auto;
  background: #cecece;
  font-size: 20px;
  color: #484848;
  text-align: center;
  padding: 6px 0px;
  border-radius: 12px;
}

span.trialPlan {
  width: 100px;
  display: block;
  margin: 0 auto;
  background: #ed5929;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 0px;
  border-radius: 12px;
}

.userNL a.address {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #737373;
  margin-top: 5px;
  justify-content: flex-start;
}

.userNL a.address i {
  color: #ee5929;
  font-size: 20px;
}

.userInfoList .picSection {
  width: 95px;
}

.userInfoList .picSection p a {
  margin: 0;
  font-size: 10px !important;
}

.userInfoList .picSection p {
  margin: 0;
}

.userInfoList .picSection img.mapIcon {
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 20px !important;
  object-fit: cover;
}

.userSubscription {
  text-align: center;
}

.userSubscription p {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  margin-top: 5px;
  color: #ee5929;
}

ul.userInfoList:hover {
  background: #f5f5f5;
}

.container-fluid {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.chatWrap {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 0px;
}

.userNL a {
  font-size: 18px;
  line-height: 13px !important;
  color: #124370;
}

.userNL a:hover {
  color: #ed5929;
}

ul.userInfoHeading li:nth-child(1),
ul.userInfoList li:nth-child(1) {
  width: 11% !important;
  flex: 11% 0;
  text-align: left !important;
  padding-right: 0;
}

ul.userInfoHeading li:nth-child(2),
ul.userInfoList li:nth-child(2) {
  width: 24% !important;
  flex: 24% 0;
  text-align: left !important;
}

a.cBtn,
.cBtn {
  text-transform: capitalize;
  font-weight: normal;
  cursor: pointer;
}

.filterWrapUser {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 15px;
}

/*  Admin style 05.05.2021 End */

/*AM*/
/*.filterWrapUser {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 15px;
}*/
.filterWrapFrame {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 15px;
  background: url(../img/loading.gif) center center no-repeat;
}

/*Circle Profile Image with shadow on hover AM*/
.avatarH {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*box-shadow: 0px 0px 8px 2px #747DE8;*/
}

.avatarH:hover {
  /* thank you @Morgan Clark */
  -webkit-box-shadow: 0px 0px 8px 5px #ed5929;
  -moz-box-shadow: 0px 0px 8px 2px light green;
  box-shadow: 0px 0px 8px 2px light blue;
}

/*Image with shadow on hover AM*/
.commonImgH:hover {
  /* thank you @Morgan Clark */
  -webkit-box-shadow: 0px 0px 8px 3px #ed5929;
  -moz-box-shadow: 0px 0px 8px 2px light green;
  box-shadow: 0px 0px 8px 2px light blue;
}

.profileImageH {
  transition: all .3s ease;
}

.profileImageH:hover {
  /* thank you @Morgan Clark */
  -webkit-box-shadow: 0px 0px 12px 3px #ed5929;
  -moz-box-shadow: 0px 0px 12px 2px light green;
  box-shadow: 0px 0px 12px 2px light blue;
}

/* Blue background heading text */
.blueBackText {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 10px;
  /*font-family: 'Roboto', sans-serif;*/

}

.blueBackText:hover {
  color: #ed5929;
}

.fa-common-icon {
  color: #a2a2a2;
  font-weight: bold;
}

/* AM custom modal size increase */
@media (min-width: 768px) {
  .modal-xl {
    width: 70%;
    max-width: 1200px;
  }
}

@media (min-width: 768px) {
  .modal-xxl {
    width: 80%;
    max-width: 1200px;
  }
}

@media (min-width: 768px) {
  .modal-xxxl {
    width: 90%;
    max-width: 1200px;
  }
}

/*AM*/
.live_counter {
  width: 20px;
  height: 20px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  background-color: #ed5929;
  color: #FFF;
  font-size: 14px;
  border-radius: 20px;
  margin-right: 2px;
}

.error {
  color: red;
}

/* Bootstrap Multi-select dropdown width override. (AM) */
.dropdown-menu.show {
  width: 100% !important;
  /* transform: translateX(-50%); */
  /* left: 0 !important; */
}

.dropdown-menu.megamenu.show {
  width: 95% !important;
  transform: translateX(-50%);
  left: 50% !important;
}

.multiselect.btn-default {
  text-align: left;
}

.multiselect-container>li>a {
  color: #124370;
}

.multiselect-container>li>a:hover {
  color: #ed5929;
}

/*For alignment of the content of the bootstrap tooltip.  (AM) */
.tooltip .tooltip-inner {
  text-align: left;
}

.form-check-inline {
  margin-right: .70rem !important;
}

/************************/
/*IAF RULE of THUMB (AM)*/
/************************/

/*Common link for text: blue hover orange*/
.common-text-link {
  color: var(--ds-link);
}

.common-text-link:hover {
  color: var(--ds-link-hover);
}

.iaf_footer_socialLi {
  display: flex !important;
  height: 35px;
  margin-top: auto;
  gap: 3px;
  align-items: center;
}

.iaf_footer_socialLi_icon img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.iaf_footer_socialLi_icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: relative;
}

.iaf_footer_socialLi_icon_overlay {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.iaf_footer_socialLi_icon:hover .iaf_footer_socialLi_icon_overlay {
  opacity: 1;
}

.iaf_footer_socialLi_icon_overlay.iaf_fb {
  background-image: url('../img/social-icon/facebook.png');
}

.iaf_footer_socialLi_icon_overlay.iaf_insta {
  background-image: url('../img/social-icon/instagram.png');
}

.iaf_footer_socialLi_icon_overlay.iaf_twitter {
  background-image: url('../img/social-icon/twitter.png');
}

.iaf_footer_socialLi_icon_overlay.iaf_linkedin {
  background-image: url('../img/social-icon/linkedin.png');
}

.iaf_footer_socialLi_icon_overlay.iaf_youtube {
  background-image: url('../img/social-icon/youtube.png');
}


.footer_terms a {
  color: #666;
  text-decoration: none !important;
}

.footer_terms a:hover {
  color: var(--ds-link-hover);
}

.iaf_footerSsl_bottomRow_left {
  text-align: left;
}

.iaf_footerSsl_bottomRow_left span {
  display: block;
}

.iaf_footerSsl_bottomRow_left span a {
  color: #666;
  text-decoration: none !important;
}

.iaf_footerSsl_bottomRow_left span a:hover {
  color: var(--ds-link-hover);
}

@media screen and (max-width: 767px) {
  .iaf_footerSsl_bottomRow_left {
    text-align: right;
    margin-bottom: 15px;
  }

  .footer_terms a>img {
    margin-bottom: 10px;
  }
}

.footerLogo {
  margin-left: 0 !important;
}

footer h3 {
  padding-left: 0 !important;
  margin-top: 30px !important;
  color: #212529 !important;
}

ul.sitemap {
  padding-left: 0 !important;
}

/* @media screen and (min-width: 992px) and (max-width: 1199px) {
    footer h3
} */


.g-recaptcha {
  float: none !important;
}

.footerLogo a img {
  max-width: 300px;
}

.view_map .gm-style .gm-style-iw-d {
  max-height: unset !important;
}


/* Custom accordion  */

.custom_accordion {
  width: 100%;
  background: rgba(0, 0, 0, .03);
  margin: 0 auto;
  border-radius: 3px;
  /* box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1); */
}

.accordion_heading {
  color: #1c1440;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: .75rem 1.25rem;
  cursor: pointer;
}

.accordion_heading:nth-last-child(2) {
  border-bottom: 0;
}

.accordion_heading:first-child:hover {
  border-radius: 3px 3px 0 0;
}

.accordion_heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px;
}

.accordion_heading::before {
  content: '\f150';
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.5s;
  float: right;
  margin-left: 6px;
}

.active.accordion_heading::before {
  content: '\f151';
  font-weight: 900;
}

.accordion_contents {
  display: none;
  background: #fff;
  padding: 1.25rem;
  color: #212529;
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.accordion_privacyPolicy .accordion_contents:last-child{
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* .see_allFooterMenu {
    text-align: right;
    max-width: 150px;
} */

.global_navTop {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.global_nav {
  padding-top: 70px;
}

.ssl_newNav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}


.gm-style-iw.gm-style-iw-c {
  max-height: max-content !important;
}

.map_profile_container {
  display: flex;
}

@media screen and (max-width: 574px) {
  .map_profile_container {
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 399px) {
  .gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
  }
}


.addBanner_block img {
  max-width: 100%;
}

#map_canvas .gm-style-iw-chr,
#google-map .gm-style-iw-chr {
  height: 12px !important;
}

.form-control {
  border: 1px solid #ced4da;
}

label {
  margin-bottom: .5rem;
}

.shortBio .border_wrap {
  border: 1px solid #ddd;
  padding: 12px;
  position: relative;
}

.shortBio .border_wrap .border_header {
  position: absolute;
  margin-top: -25px;
  margin-left: 20px;
  background: #fff;
  padding: 0 8px;
  color: var(--ds-heading-color);
  display: flex;
  gap: 4px;
  align-items: center;
}

.btn-success {
  background: var(--ds-primary);
  border-color: var(--ds-primary);
  color: #fff;
}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background: #1f88c0;
  border-color: #1f88c0;
}

#divSlideBar .slider-handle {
  background-color: var(--ds-heading-color);
  background-image: -webkit-linear-gradient(top, var(--ds-heading-color) 0%, var(--ds-heading-color) 100%);
  background-image: -o-linear-gradient(top, var(--ds-heading-color) 0%, var(--ds-heading-color) 100%);
  background-image: linear-gradient(to bottom, var(--ds-heading-color) 0%, var(--ds-heading-color) 100%);
}




.modalDesignTwo .customModal_content {
  border-radius: 15px;
  border: 1px solid #fff !important;
}

.modalDesignTwo .customModal_body {
  position: relative;
}

.modalDesignTwo .close_modal {
  font-size: 32px;
  color: var(--ds-heading-color) !important;
  position: absolute;
  top: 12px;
  right: 20px;
}

.modalDesignTwo .modal_body_content {
  text-align: center;
  padding: 100px 0;
}


.tooltip_color {
  color: #a2a2a2 !important;
}

.tooltip_color:hover {
  color: var(--ds-link-hover) !important;
}

[data-bs-toggle="tooltip"] i,
[data-toggle="tooltip"] i {
  color: #a2a2a2 !important;
}

[data-bs-toggle="tooltip"] i:hover,
[data-toggle="tooltip"] i:hover {
  color: var(--ds-link-hover) !important;
}

.membership_plans_section {
  background-color: var(--ft-light-bg);
  padding: 60px 0;
}

.membership_plans_section .page_title {
  font-size: 40px;
  color: var(--ds-secondary);
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.membership_plans_section .page_title>span {
  color: var(--ds-body-color);
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000 67%, #25a0e28c 0%);
}

.membership_plans_section .desc {
  max-width: 850px;
  text-align: center;
  margin: 12px auto;
  color: var(--ds-secondary);
}


.membership_plans_wrap {
  position: relative;
}

.membership_plans_wrap {
  margin-top: 40px;
}

.membership_plans_wrap .plans_item {
  padding: 20px;
  background: var(--ft-light-gray);
  border: 1px solid var(--ds-header-border);
  border-radius: 6px;
  text-align: left;
  height: 100%;
}

.membership_plans_wrap .plans_item .header {
  border-bottom: 1px solid var(--ds-header-border);
  padding-bottom: 10px;
  min-height: 130px;
}

.membership_plans_wrap .plans_item .header h2 {
  font-size: 28px;
  color: var(--ds-heading-color);
  font-weight: 600;
}

.membership_plans_wrap .plans_item .header h4 {
  font-size: 20px;
  margin-top: 0;
  color: var(--ds-secondary);
}

.membership_plans_wrap .plans_item .header h5 {
  font-size: 17px;
  color: var(--ds-secondary);
  margin-top: 5px;
  font-weight: 500;
}

.membership_plans_wrap .plans_item .body .plans_body_item {
  padding: 10px 0;
  border-bottom: 1px solid var(--ds-header-border);
}

.membership_plans_wrap .plans_item .body .plans_body_item:last-child {
  border-bottom: 0;
}

.membership_plans_wrap .plans_item .body .plans_body_item .price_desc {
  margin: 0;
  font-size: 15px;
  color: var(--ds-body-color);
}

.membership_plans_wrap .plans_item.premium .header h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ds-primary);
}

.membership_plans_wrap .plans_item.premium .header h2 .label {
  font-size: 18px;
}

.membership_plans_wrap .plans_item.premium .header p {
  font-size: 14px;
  color: var(--ds-danger);
  margin-top: 5px;
}

.membership_plans_wrap .plans_item.premium {
  position: relative;
}

.membership_plans_wrap .plans_item.premium .most_popular_label {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 15px;
  background: var(--ds-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 15px 15px 0 0;
}


.membership_compare_section {
  background: #fff;
  padding-top: 350px;
  margin-top: -347px;
  padding-bottom: 60px;
}


.compare_plans_wrap .item {
  display: flex;
  padding: 15px;
  border-top: 1px solid var(--ds-header-border);
}

.compare_plans_wrap .item .item_label {
  flex: 0 40%;
}

.compare_plans_wrap .item .body_content {
  flex: 0 20%;
}

.compare_plans_wrap .item .body_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare_plans_wrap .item.header .body_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.compare_plans_wrap .item.header .item_label h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--ds-body-color);
  margin-bottom: 0;
}

.compare_plans_wrap .item.header .item_label p {
  margin-top: 5px;
  color: var(--ds-body-color);
  margin-bottom: 0;
}

.compare_plans_wrap .item.header .body_content h4 {
  font-size: 30px;
  color: var(--ds-body-color);
  margin-bottom: 0;
}

.compare_plans_wrap .item.header .body_content.premium h4 {
  color: var(--ds-primary);
}

.compare_plans_wrap .item.header .body_content.premium h6 {
  font-size: 15px;
  color: var(--ds-danger);
  text-align: center;
  margin-bottom: 0;
}

.compare_plans_wrap .item.header .body_content .price {
  margin-top: 0;
  font-size: 24px;
  color: var(--ds-secondary);
  font-weight: 500;
  margin-bottom: 0;
}


.compare_plans_wrap .item .item_label h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.compare_plans_wrap .item .item_label p {
  margin-top: 5px;
  color: var(--ds-secondary);
  font-size: 16px;
}

.membership_compare_section .ft_btnOne {
  font-size: 22px;
}


.compare_plans_wrap.single_plan .item .item_label {
  flex: 0 70%;
}

.compare_plans_wrap.single_plan .item .body_content {
  flex: 0 30%;
}

.compare_plans_wrap.single_plan {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .compare_plans_wrap.single_plan {
    display: none;
  }
}

.compare_plans_wrap.billing_single_plan.single_plan {
  margin-top: 0;
  margin-bottom: 30px;
}

.compare_plans_wrap.billing_single_plan .item {
  border: 1px solid var(--ds-header-border);
  border-top: 0;
}

.compare_plans_wrap.billing_single_plan .item:first-child {
  border-top: 1px solid var(--ds-header-border);
}

@media screen and (min-width: 1199px) {
  .compare_plans_wrap.billing_single_plan .item.header .item_label h3 {
    font-size: 22px;
  }

  .compare_plans_wrap.billing_single_plan .item.header .item_label p {
    font-size: 14px;
  }

  .compare_plans_wrap.billing_single_plan .item.header .body_content h4 {
    font-size: 26px;
  }

  .compare_plans_wrap.billing_single_plan .item.header .body_content.premium h6 {
    font-size: 13px;
  }

  .compare_plans_wrap.billing_single_plan .item .item_label h4 {
    font-size: 17px;
  }

  .compare_plans_wrap.billing_single_plan .item .item_label p {
    font-size: 14px;
  }
}

.compare_plans_wrap.single_plan .item.header .item_label {
  display: none;
}

.compare_plans_wrap.single_plan .item.header .body_content {
  flex: 0 100%;
}

.compare_plans_wrap.single_plan .item.header {
  min-height: 120px;
}

.price-gd-bottom .compare_plans_wrap.billing_single_plan.single_plan {
  margin-bottom: 0;
}

.single_plan_outer_header {
  border: 1px solid var(--ds-header-border);
  border-bottom: 0;
  padding: 15px;
}

.single_plan_outer_header h4 {
  font-size: 26px;
  color: var(--ds-body-color);
  margin-bottom: 0;
  text-align: center;
}

.single_plan_outer_header .price {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--ds-secondary);
  text-align: center;
}

.single_plan_outer_header .body_content.premium h4 {
  color: var(--ds-primary);
}

.single_plan_outer_header .body_content.premium h6 {
  font-size: 15px;
  color: var(--ds-danger);
  text-align: center;
  margin-bottom: 0;
}




.yrs-of-exp {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  margin: 0;
  padding: 5px 15px 5px 40px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  background: #baccdf;
  color: #fff;
  text-transform: none !important
}

.yrs-of-exp small {
  font-size: 14px;
  font-weight: 500;
  background: #8bc3e1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

/*lookup*/
.btns-lookup .btn:focus {
  box-shadow: none
}

.btns-lookup .btn {
  padding: 6px 8px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 10px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.1s;
}

.btns-lookup .btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8)
}


.verifiedSeal_img:hover>img {

  opacity: .8;

}

.verifiedSeal_icon {

  display: inline-block
}

.verifiedSeal_icon .verifiedSeal_img img {

  width: 100%;

  max-width: 20px;

  transition: ease-in-out 0.2s;

  cursor: pointer;

  margin-top: -8px;
}


.price-block.professional {
  position: relative;
}

.price-block.professional .most_popular_label {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 15px;
  background: var(--ds-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 15px 15px 0 0;
}


.member_plan_level_img img {
  width: 20px;
}


.btn-success.focus,
.btn-success:focus {
  box-shadow: none !important;
}

.pagination .page-item [data-bs-toggle="tooltip"] i,
.pagination .page-item [data-toggle="tooltip"] i {
  color: var(--ds-primary) !important;
}

.pagination .page-item:hover [data-bs-toggle="tooltip"] i,
.pagination .page-item:hover [data-toggle="tooltip"] i {
  color: #fff !important;
}

.pagination .page-item [data-bs-toggle="tooltip"] i:hover,
.pagination .page-item [data-toggle="tooltip"] i:hover {
  color: #fff !important;
}

.dba-logo-sqr {
  max-height: 80px;
  width: auto;
}

.dba-logo-rect {
  max-width: 200px;
  height: auto;
}

.dba-logo-name-address.basic_template .dba-logo-sqr img{
  max-height: 80px;
  width: auto;
}
.dba-logo-name-address.basic_template .dba-logo-rect img{
  max-width: 200px;
  height: auto;
}


.swal2-header {
  padding: 0 !important;
}

.swal2-title {
  display: block !important;
  text-align: left !important;
  margin-right: auto !important;
  color: var(--ds-primary) !important;
  margin-bottom: 5px !important;
}

.swal2-content {
  padding: 0 !important;
}

.swal2-html-container {
  margin-top: 0 !important;
}

.swal2-html-container p {
  text-align: left !important;
  color: var(--ds-secondary) !important;
  font-size: 18px !important;
  margin-top: 5px;
}

.swal2-html-container h4 {
  text-align: left !important;
  color: var(--ds-primary) !important;
  font-size: 22px !important;
}

.swal2-html-container h5 {
  text-align: left !important;
  color: var(--ds-primary) !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

.swal2-html-container h5 img {
  width: 40px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: var(--ds-primary) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px #25a0e242 !important;
}

.new_switch input {
  background-color: var(--ds-danger);
  border-color: var(--ds-danger);
  --vz-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  width: 50px !important;
  height: 22px;
}

.new_switch input:checked {
  background-color: var(--ds-green);
  border-color: var(--ds-green);
}