@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('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

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

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

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

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


/*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, .emailError{
    font-size: 13px !important;;
    color: #ed5929 !important;;
    margin: 4px 0px 0px !important;
    background: #ffffb6 !important;;
    padding: 0px 10px !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 Condensed', sans-serif;
}

li.nav-item.active a,
li.nav-item:hover a {
    color: #ed5929;
}

.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: #124370;
    font-family: 'Roboto Condensed', 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: 'Quattrocento Sans', 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 {
    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: 50px 0px;
    box-shadow: none !important;
    background: #ebe8e8;
    border-top: 1px solid #D1D1D1;
}

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

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

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

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

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: 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: #124370;
	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 #124370;
    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;
}

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

footer h3 {
    padding-left: 55px;
    font-family: 'Quattrocento Sans', 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;
}

.tooltip>.tooltip-inner {
    background-color: #124370;
    line-height: 18px;
}

.arrow::before {
    border-top-color: #124370 !important;
    border-bottom-color: #124370 !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: #124370;
}

.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: #124370;
}
h3.userHeading a {
    color: #124370;
}
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: #124370;
    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: #ed5929;
}
h3.userHeading.search_filter span {
    color: #ed5929;
}
.picSection {
    flex: 20% 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: 0px 60%;
    max-width: 60%;
    margin: 0px 10px;
    padding-right: 20px;

}
.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;
}
.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: #1571c4;
}
.shortBio h3 a:hover{
    color: #ec5929;
}
.shortBio h3 span {
    font-size: 13px;
    color: #56afff;
}
.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 {
    color: #fff;
    display: inline-block;
    background: #7bcdfd;
    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: #ed5929;
    color: #fff !important;
}
/*.userTag a:hover:after{
	font-family: FontAwesome;
	content: "\f00d";
	margin-left:3px;
}*/

/* AM */
.userTagSelect a {
    display: inline-block;
    background: #ed5929;
    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: #e84c19;
    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; 
    color: #fff !important;
}
.sub_dropdown_wrap > a.btn.btn-primary:hover{
    background: #ed5929 !important; 
    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;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_dropdown_wrap > a.btn.btn-primary {
    background: #ed5929 !important;
    color: #fff;
}*/

/*******New Menu*********/
.dropdown_wrap {
    margin-bottom: 10px;
}
.dropdown_wrap  div.btn.btn-primary,
.sub_dropdown_wrap  div.btn.btn-primary {
    display: block;
    text-align: left;
    background: #124370 !important;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative;
}
a.dIcon {
    position: absolute;
    color: #fff;
    font-size: 20px;
    padding: 6px 16px;
    top: 0;
    right: 0px;
    z-index: 9;
}
.dropdown_wrap .btn.btn-primary a {
    color: #fff;
}
/*AM*/
.dropdown_wrap a:hover {
    background: #ed5929;
    color: #fff;
    text-decoration: none;
}
.dropdown_wrap  div.btn.btn-primary:hover, 
.sub_dropdown_wrap  div.btn.btn-primary:hover, 
.dropdown_body  div.btn.btn-primary:hover {
    background: #ed5929 !important; /*AM 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;*//*AM*/
    align-items: center;
    justify-content: space-between;
}
.sub_dropdown_wrap > a.btn.btn-primary {
    background: #ed5929 !important;
    color: #fff;
}
/*******New Menu*********/

.addSocial i.fa.fa-times {
    color: #ff7d7d;
}
.addSocial li span:hover {
    color: #ed5929 !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;
    justify-content: space-between;
    font-size: 22px;
    background: #124370;
    color: #fff;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 25px;
    font-family: 'Quattrocento Sans', 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 Condensed', sans-serif;
    background: #124370;
    border: 1px solid #fff;
    text-align: center;
}
.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;
}*/
/******New Menu*******/
.dropdown_body a:hover {
    text-decoration: underline !important;
}
.dropdown_body .userFor:hover {
    color: #124370 !important;
} 
.dropDownSubMenu a {
    background: #cecece !important;
    color: #1f1f1f !important;
}
.dropDownSubMenu a:hover {
    background: #cecece !important;
    color: #1f1f1f !important;
    opacity: 0.7;
    text-decoration: none !important;
}
.sub_dropdown_wrap .dropdown_body .btn.btn-primary {
    background: #2265a2 !important;
    margin-top: 1px;
}

.dropdown_body .dropDownSubMenu a.active,
.dropdown_body .dropDownSubMenu .btn.btn-primary.active{
        background: #a2a2a2 !important;
}

.dropdown_body a.active,
.dropdown_body .btn.btn-primary.active{
        background: #ed5929 !important;
}
/******New Menu*******/
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: #ed5929;
}
form.searchForm h3 {
    font-size: 23px;
    color: #124370;
    margin: 35px 0px;
}
.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;
    align-items: flex-end;
}
.insPLan h4 i,
.userCap h4 i{
    margin-right: 5px;
}
.insPLan a:hover,
.userCap a:hover{
    color: #eb5729;
}
.shortBio a:hover{
    color: #eb5729;

}
.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-control-label.chk-none:before {
    border: 1px solid #808080;
}
.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: 15px;
}
.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: #ed5929;
}
.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: 'Quattrocento Sans', 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: 15px;
    padding: 0;
    height: 25px;
}
.textForm .progress-bar {
    height: 25px;
}

.textForm span.current-value {
    padding: 0px 6px;
    position: relative;
    z-index: 9;
    font-weight: 500;
    font-family: inherit;
    font-size: 15px;
}
.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;
}

.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;
}
.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: space-between;
    align-items: flex-end;
    border-radius: 5px;
    flex-wrap: wrap;
    margin:0px 0px 20px;
}
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;
}

.addNew a {
    display: 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: #28a745;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    position: relative;
}
.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: -200px;
}
.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;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
    min-height: 480px;
}
.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: #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.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
.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: 315px;
    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);
}
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: #ed5929 !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 {
    width: 300px;
    margin: 10px auto 15px;
}
.promoFrom .btn{
    color: #124370;
}
.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: #ed5929;
}
.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 Condensed', 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: #124370;
    color: #fff;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 25px;
    font-family: 'Quattrocento Sans', 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;
    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 Condensed', 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;
        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: #124370;
    color: #fff;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 5px;
    font-family: 'Quattrocento Sans', sans-serif;
    border-radius: 3px;
}
.inboxWrap > h3 span {
    font-size: 15px;
}
.inboxWrap > h3 span {
    font-size: 15px;
    color: #d7e9f7;
}
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;
}
li.confirmDelete {
    flex: 91% 0 !important;
    width: 91% !important;
}
a.deleteMessage {
    color: #124370;
    font-size: 15px;
}
a.deleteMessage:hover {
    color: #ff0000 !important;
}
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: 10px 0px;
    font-size: 16px;
    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;
}

#SearchItemForm {
	margin-top: 10px;
}

.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: #124370;
    font-size: 15px;
}
a.btn-link {
    background: #124370;
}
.lanModal a:hover,
.contactInfo h3 a:hover{
    color: #ed5929;
}

/* 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: #1571c4;
    background: #f4f9ff;
    border-radius: 5px;
    border: 2px solid #e2efff;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.extendedWrap .agBtn {
    color: #ed5929;
    margin: 0px 5px;
}
.extendedWrap .agBtn:hover {
    text-decoration: underline !important;
    background: transparent;
    color: #ed5929 !important;
}
.extendedWrap a.exBtn {
    background: #124370;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 400;
}
.extendedWrap a:hover {
    background: #ed5929;
    color: #fff !important;
}

.pagination .page-item a.page-link {
    background: #124370;
    color: #fff;
    border-radius: 13px;
    font-size: 13px;
    margin: 2px 2px;
    width: 35px;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
}
/***************/
.pagination .page-item span.page-link {
    background: #124370;
    color: #fff;
    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 {
    z-index: 1;
    color: #fff !important;
    background-color: #ed5829 !important;
    border-color: #ed5829 !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: #124370;
}

@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;
}
/*.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;
}*/
.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;
}
/*@media(max-width: 1200px){
    .userInfoHeading, .userInfoList {
        width: 1000px;
    }
    .userManagementWrap {
        overflow-x: scroll;
        width: 100%;
    }
}
@media(max-width: 1100px){
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}*/
/*  Admin style 05.05.2021 End */ 

/*.............................................kaushik new-css (08/08/2021)...............................................
*/
.form-control-text1{border-radius: 3px;
    height: 35px; width:77%;
    outline: none !important;
    border: 1px solid #dcdcdc;
    background: #fff !important;
    box-shadow: none !important;
    color: gray;
    }
    .user-agent-text{font-size: 14px; font-weight: 600;}
.user-agent-text label{ width:22%; padding-top:5px;}
.agent-input{ width:77%; display:inline-block;}
.agent-button1{display: inline-block;
    text-align: left;
    background: #124370;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:20px; border-radius:5px;}
.agent-button{display: inline-block;
    text-align: left;
    background: #124370;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .agent-button:hover{background:#ed5929;}
    .asign-button-new{display: inline-block;
    text-align: left;
    background: #f0ad4e;
    border: none; color:#fff;
    border-radius: 0px;
    font-size:14px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .asign-button-new:hover{background:#ed5929; cursor: pointer;}
    .reset-button-new{display: inline-block;
    text-align: left;
    background: #d9534f;
    border: none; color:#fff;
    border-radius: 0px;
    font-size:14px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .reset-button-new:hover{background:#ed5929; cursor: pointer;}
    .form-control-textarea{border-radius: 3px;
    height:70px; width:100%;padding: .375rem .75rem;
    outline: none !important;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    background: #fff !important;
    box-shadow: none !important;}
    
    .asign-button{
    text-align: left;
    background: #124370;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .reset-button:hover{background:#124370;}
    .reset-button{
    text-align: left;
    background: #ed5929;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .asign-button:hover{background:#ed5929;}
    .agent-manager span{ background: url(../img/lookup-icon.png) no-repeat; width:40px; height:40px; display:inline-block;}
    .t-main tr:hover{ background:#f5f5f5; }
    .lead-information{ margin-bottom:20px; font-size:14px;}
    .lead-information span{ display:inline-block; width:40%; font-weight:bold;}
    .span-t{ background:#124370; height:20px; width:20px; text-align:center; border-radius:50%; display:inline-block; color:#fff;}
    .reset-text{ color:#d9534f; text-decoration:underline; text-transform:uppercase;}
    .Additional-email{width:73%; display:inline-block;}
    .additional-email-text{background:#124370; height:20px; width:20px; text-align:center; border-radius:50%; display:inline-block; color:#fff;}
    .grid-space{ padding:0 2px;}
    .grid-space1{ padding:0 2px 0 15px;}
    .grid-space .form-control{ height:38px; }
    .show-all{display: inline-block;
    text-align: left;
    background: #124370;
    border: none; color:#fff;
    border-radius: 0px;
    font-size: 15px;
    padding: 8px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .show-all:hover{background:#ed5929;}
    .table-striped1{ border:1px solid #dddddd; border-radius:5px;}
    .table-striped1 tr td{ font-size:13px;}
    .table-striped1 tr th{ font-size:14px; color:#124370; background:#f5f5f5;}
    .user-image1{ float:left; padding-right:10px; width: 65px;}
    .pagination-new1{ text-align:right; background:#fff;}
    .pagination-new1 a{ padding:4px;}
    .pagination-new1 a:hover{ color:#ed5929; text-decoration:none;}
    .status-button{
    text-align: left;
    background: #5cb85c;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .status-button:hover{background:#ed5929; color:#fff;}
    .reassign-button{
    text-align: left;
    background: #f0ad4e;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .reassign-button:hover{background:#ed5929; color:#fff;}
    .edit-button{
    text-align: left;
    background: #d9534f;
    border: none;
    border-radius: 0px; color:#fff;
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: none !important;
    position: relative; margin-bottom:10px; border-radius:5px;}
    .edit-button:hover{background:#ed5929; color:#fff;}
    .last-status{ color:#b2b2b2;}
    .p-icon{ float:right;}
    .fa-icon{font-size: 18px !important; color: #124370;}
    .fa-icon:hover{color:#ed5929; cursor: pointer;}
    .lead-info-text{font-size:11px; font-weight:bold; color:#666; text-decoration:underline;}
@media(max-width: 1200px){

    .userInfoHeading, .userInfoList {
        width: 1000px;
    }
    .userManagementWrap {
        overflow-x: scroll;
        width: 100%;
    }
}
@media(max-width: 1100px){
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/**************************************************************/
.custom-modal ul {
    list-style: none;
    margin: 0px 0px 0px 40px;
    padding: 0px;
}