@font-face {
  font-family: "ProximaBold";
  src: url('fonts/proxima/ProximaBold.otf');
}
@font-face {
  font-family: "ProximaMedium";
  src: url('fonts/proxima/ProximaMedium.otf');
}
@font-face {
  font-family: "ProximaRegular";
  src: url('fonts/proxima/ProximaRegular.otf');
}

.profile-iframe{border:none;box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);-webkit-box-shadow:0 0 25px 0 rgba(0, 0, 0, 0.75);}
.profile-iframe {
    position: fixed;
    left: 50%;
    top: 3px;
    background: #fafafa;
    transform: translate(-50%, 0);
    z-index: 999;
}
div#userProfile .preview-about {
    min-height: 160px;
}
#profile_card_main a#notify-btn.btn{background: none;box-shadow: none;}

#profile_card_main .image-contact {
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 50%;
  height: 130px;
  margin: 0 auto;
  width: 130px;
  border: 5px solid #f5decf;
}
#profile_card_main .row .col {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 0.75rem;
}
#profile_card_main .lighten-text-title-sub-module {
  color: #545d5f !important;
  font-family: "Helvetica-Bold";
  font-weight: 500;
}
 .row #profile_card_main.col.l3 {
  left: auto;
  right: auto;
  width: 25%;
}
#profile_card_main .row::after {
  clear: both;
  content: "";
  display: table;
}
#profile_card_main.center, #profile_card_main.center-align {
  text-align: center;
}
.row .col.l9 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 75%;
}
#profile_card_main .grey.lighten-5 {
  background-color: #fafafa !important;
}
#profile_card_main .card-panel {
  background-color: #fff;
  border-radius: 2px;
  margin: 0.5rem 0 1rem;
  padding: 20px;
  transition: box-shadow 0.25s ease 0s;
}
#profile_card_main .z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#profile_card_main h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem;
}
#profile_card_main p.designation {
  color: #f37824;
  line-height: 22px;
}
#profile_card_main .star_rating a.secondary-content {
  float: none;
}
#profile_card_main .btn.btn-profile-contact {
  background: #f37824 none repeat scroll 0 0;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
}
#profile_card_main .btn{
  border: medium none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
}
#profile_card_main .star_rating.col.l12 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#profile_card_main .star_rating a.secondary-content{color: #f37824;}
#if-container .close {
    color: transparent;
   /* color: orange;*/
    font-size: 22px;
    font-weight: bolder;
    left: 62.4%;
    position: fixed;
    text-decoration: none;
    top: 15px;
    z-index: 9999;
    width: 30px;
    height: 50px;
}

.image-contact_profile {
  background-position: center center !important;
  background-size: cover !important;
  border: 5px solid #ffffff;
  border-radius: 50%;
  height: 185px;
  margin: -5px auto 0;
  width: 185px;
}

/* iframe button responsive css */


@media (min-width: 768px) and (max-width: 959px){
 #profile_card_main .grey.lighten-5{width: 250px !important;}
}

@media (min-width: 720px) and (max-width: 768px){
 #profile_card_main .grey.lighten-5{width: 250px !important;}
}

@media (min-width: 480px) and (max-width: 720px){
 #profile_card_main .grey.lighten-5{width: 250px !important;}
}

@media (min-width: 300px) and (max-width: 480px){
 #profile_card_main .grey.lighten-5{width: 250px !important;}
 .profile-iframe{width: 300px !important;}
/* .image-contact_profile{width: 150px !important;height: 150px !important;}
  #clickme-button .profile_img{left: 56px;}*/
}

@media (min-width: 240px) and (max-width: 300px){
 #profile_card_main .grey.lighten-5{width: 250px !important;}
 .profile-iframe{width: 300px !important;}
 /*.image-contact_profile{width: 150px !important;height: 150px !important;}
  #clickme-button .profile_img{left: 56px;}*/
}

.star_image{
  height:18px;width:20px
}


/* custome css*/

.clickme-button.web_btn .contact_me_button {
  background: #ff4800 url("../images/orange-pattern.png") repeat scroll 0 0;
  border: 3px solid #ffffff;
  height: 405px;
 float: left;
  position: relative;
  width: 315px;
}
.clickme-button.web_btn .profile_img img {
  border: 5px solid #ffffff;
  border-radius: 100%;
  height: 185px;
  width: 185px;
}
.clickme-button.web_btn .profile_img {
  border-radius: 100%;
  left: 62px;
  position: absolute;
  top: -90px;
}
.clickme-button.web_btn .profile_detail {
  color: #fff;
  margin-top: 130px;
  padding: 0 30px;
  text-align: center;
  font-family: 'proximamedium';
}
.clickme-button.web_btn .border_pattern_prof {
  background: #32383f url("../images/dark-blue-pattern.png") repeat scroll 0 0;
  float: left;
  height: 2px;
  width: 100%;
}
.clickme-button.web_btn .star_rating {
  float: left;
  margin-bottom: 8px;
  width: 100%;
}
.clickme-button.web_btn .star_rating li {
  display: inline-block;
}
.clickme-button.web_btn .star_rating li i {
  font-size: 24px;
}
.clickme-button.web_btn .free_trial.right, .contact_me_btn {
  background: #32383f url("../images/dark-blue-pattern.png") repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-family: "proximamedium";
  margin-top: 20px;
  padding: 8px 15px;
  text-transform: uppercase; text-decoration: none;
}

.clickme-button.web_btn {
  margin-top: 100px;
}
/****** change by binidya*****/
.profile_name {
    font-size: 2rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
    font-weight: 400;
    text-transform: capitalize;
}
.profile_detail h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    font-weight: 400;
}
.profile_detail p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
}
.star_rating ul {
    padding-left: 0;
    list-style-type: none;
}

